
body {
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}

a:hover,
a:active,
a:focus {
	color: #ff2b3f;
	text-decoration: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}


.navbar-brand {
    padding: 30px 15px;
}
nav.navbar.bootsnav {
	z-index: 999;
	width: 100%;
	background:none;
	border: none;
}
nav.navbar.bootsnav .side-menu {
	margin-top: 46px;
	margin-left: 55px;
	cursor: pointer;
	
	margin-right: 15px;
}

.pdf_img,.pdf_img:hover{
	background: none;
	border:none;
	width: 0px;
	padding: 0px;
	display: inline-table;
} 
#modal-menu .modal-content {
	    width: 100%;
	    height: 100%;
	    border: none;
	    margin: 0;
	    padding: 0;
	    border-radius: 0;
}
#modal-menu .modal-content .modal-header {
    padding: 0px;
    top: 10%;
    right: 12.5%;
    position: relative;
    border-bottom: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: unset;
}
#modal-menu .modal-content .modal-header button.close {
    opacity: 1;
}
#modal-menu .modal-content .modal-header i {
    display: block;
        width: 47px;
        height: 47px;
        background: url(../images/close.png) center center no-repeat;
}
#modal-menu .modal-content .modal-body {
    top: 28%;
}
#modal-menu .modal-content .modal-body >ul >li > a{
	    font-size: 26px;
	    color: #000;
	    padding: 8px 0;
	    font-weight: 600;
}
#modal-menu .modal-content .modal-body >ul >li > ul >li{
	padding: 6px 0;
}
#modal-menu .modal-content .modal-body >ul >li > ul >li >a{
	color: #000;
	    font-size: 18px;
	    padding: 8px 0;
}
nav.navbar.bootsnav .side-menu i {
	width: 25px;
	height: 3px;
	background: #ff2b3f;
	display: block;
	margin: 7px;
}


nav.navbar.bootsnav ul.nav>li>a {
	font-size: 20px;
	color: #fff;
	padding: 40px 22px;
	font-weight: 200;
}
nav.navbar.bootsnav ul.nav>li>a:hover {
	color: #ff2b3f;
}

nav.navbar.bootsnav ul.nav>li:last-child > a{
	padding-right: 0;
}


.navbar-right .dropdown-menu {
	left: 0;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	background-color: #1a1a1a;
	border: none;
	border-top: 2px solid #ff2b3f;
	width: 210px;
	transition: height ease 0.3s;
	display: block;
	opacity: 0;
	z-index: -1;
	margin: 0;
	max-height: 0px;
	margin-left: 38px;
	overflow: hidden;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: 0.5s ease;
}
nav.navbar.bootsnav li.dropdown:nth-child(2) ul.dropdown-menu {
	margin-left: -15px;
}
nav.navbar.bootsnav li.dropdown:nth-child(3) ul.dropdown-menu {
	margin-left: -15px;
}
nav.navbar.bootsnav li.dropdown:nth-child(4) ul.dropdown-menu {
	margin-left: -30px;
}
nav.navbar.bootsnav li.dropdown:nth-child(5) ul.dropdown-menu {
	margin-left: -20px;
}
nav.navbar.bootsnav li.dropdown:nth-child(6) ul.dropdown-menu {
	margin-left: -50px;
}
nav.navbar.bootsnav li.dropdown:nth-child(7) ul.dropdown-menu {
	margin-left: -25px;
}
nav.navbar.bootsnav li.dropdown:nth-child(8) ul.dropdown-menu {
	margin-left: -32px;
}
nav.navbar.bootsnav li.dropdown:nth-child(9) ul.dropdown-menu {
	margin-left: -32px;
}
nav.navbar.bootsnav li.dropdown:nth-child(5) > a {
	padding: 40px 22px;
}
nav.navbar.bootsnav li.dropdown.open ul.dropdown-menu,
nav.navbar.bootsnav  li.dropdown:hover ul.dropdown-menu {
	opacity: 1;
	z-index: 1;
	padding: 0px 15px 0px;
	max-height: 400px;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
	text-align: center;
	font-size: 17px;
	color: #fff;
	font-weight: 200;
	padding: 9px 0;
	padding-left: 0px;
	border: none;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
	color: #ff2b3f;
}

nav.navbar.bootsnav.sub ul.nav>li>a ,nav.navbar.bootsnav.sub ul.navbar-right li.dropdown ul.dropdown-menu li a{
	color: #000;
	font-weight: 400;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:first-child a{
	padding-top: 20px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:last-child a{
	padding-bottom: 20px;
}
nav.navbar.bootsnav.sub:after {
	background-color: rgba(255,255,255,0);
}
nav.navbar.bootsnav.sub:hover:after {
	background-color: rgba(255,255,255,0.8);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-bottom: 1px solid #333;
}
.subpage .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-bottom: none;
}
.subpage .navbar-brand {
	display: none;
}
.navbar-brand.black{
	display: none;
}
.subpage .navbar-brand.black{
	display: block;
}
.subpage .sticked .navbar-brand.black{
	display: none;
}
.subpage .sticked .navbar-brand{
	display: block;
}
.subpage nav.navbar.bootsnav.sticked  ul.nav>li>a {
	color: #fff;
}
.help-block {
	margin: 0;
	top: 70px;
	left:15px;
}
.help-block.error {
	color: #d50000;
	font-size: 17px;
	font-style: normal;
}
.info_border{
	border: 2px solid #ddd;
}
.info_text{
  background: url(../images/icon_phone1.png) no-repeat top center;
  padding-top: 45px;
  font-size: 16px;
  color: #000;
  margin-top: 18px;
  text-align: center;
}
.info_num{
  font-size: 20px;
  line-height: 24px;
  color: #ff2b3f;
  font-weight: 700;
  text-align: center;
  padding-bottom: 6px;
}
.right_time{
  display:flex;
  line-height: 35px !important;
}
.right_time span{
  font-size: 16px;
}
.left_time{
  vertical-align: middle !important;
  color: #fff;
  background: #ff2b3f;
  text-align:center;
  font-size: 16px;
}
.show_input{
  width: 200px;
}
.btn_count{
  font-size: 16px;
  padding: 4px 0px !important;
}
.count_calendar{
  font-size: 18px;
  top: 2px !important;
}
.show_y{
  width: 80px;
  margin-right:10px;
}
.show_md{
  width: 50px;
  margin-right:10px;
}
.count_left{
  margin-left: 20px;
  font-size: 16px;
}
.count_right{
  margin-right: 10px;
  font-size: 16px;
}
.count_info{
  background: #fee4ef;
  padding:20px 40px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}
.count_info span{
  color: #e2427f;
}
.btn_time{
	background-color: #ff2b3f;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
}
.btn_time:hover{
	background-color: #ff2b3f;
	color: #fff;
}
.visa-issue-info p{
	margin-left: 0px !important;
}
.form-control-feedback{
	display:none;
}
.table-condensed tbody,.my_form_table tbody {
	display:contents;
}
.my_form_table thead tr{
	background-color: #eee;
}
.my_form_table tr td{
	font-size: 17px;
}
.show_table tbody {
	display:block;
}
.show_table tr td {
    text-align: left;
}
.table-condensed thead tr {
    background-color: #fff;
}
.table-condensed tr td {
	text-align: center;
	font-size: 14px; 
	padding: 5px;
	height: 20px;
	line-height: 0px;
	border: none;
}
.custom-select {
	position: absolute;
	width: 100%;
	padding: 0 15px;
	z-index: 9;
	margin-top: -1px;
	margin-left: -15px;
}

.custom-select ul {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
}

.custom-select ul li {
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.custom-select ul li:hover {
	background: #eee;
}
.user_info_title{
	margin-bottom: 20px;
	padding-left: 0px;
}
.li_text{
	display: inline-flex;
	height: 45px;
	line-height: 55px;
	margin-top: 5px;
}
.li_text span{
	color:#d43f3a;
}
.user_input{
	width: 80px;
	margin-left:20px;
	margin-right:20px;
}
.li_text:first-child .user_input:first-child{
	width: 80px;
	margin-left:22px;
	margin-right:20px;
}
#sendloading .modal-content {
    text-align: center;
  border-radius: 10px;
    border: 5px solid rgba(0,0,0,0.2);
  overflow: hidden;
}
#sendloading .modal-content .hd {
  font-size: 32px;
  font-weight: 500;
  padding-top: 30px;
}
#sendloading .modal-content .hd:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #d50000;
    margin: 8px auto 0px;
}
#sendloading .modal-content .bd {
  font-size: 18px;
  padding: 12px 0px;
}
#sendloading .modal-content .red {
  background: #d50000 !important;
}
#sendloading .modal-content .ft a {
  cursor: pointer;
  display: inline-block;
  background: #5cb85c;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  padding: 12px 0px;
  font-weight: 400;
  -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#sendloading .modal-content .ft a:hover {
  text-decoration: none;
}
#sendloading .modal-content .ft a i {
    margin-left: -26px;
    opacity: 0;
    filter: Alpha(Opacity=0);
    padding-left: 5px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#sendloading .modal-content .ft a:hover i{
    margin-left: 0px;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
#sendloading .modal-content .ft p {
  display: inline-block;
  width: 100%;
  background: #eee;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 15px 0px;
}
#sendloading .modal-content .ft a i {
  padding-right: 5px;
}
#sendloading .la-ball-spin-clockwise-fade {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.user_info_title b {
    color: #d50000;
    font-size: 17px;
    padding: 10px 5px;
    font-style: normal;
}
.btn_location {
    position: absolute;
    right: 0px;
}
.group_modal tbody{
	display:block;
}
.group_modal tr td{
	font-size: 17px;
}
.group_modal .left{
	background: #eaeaea;
}
.file_input{
	width: 200px;
	border: none !important;
	margin-right: 20px;
	padding:0px !important;
}
.left {
    vertical-align: middle !important;
    color: #000;
    background: #9c9a99;
    text-align: center;
}
/**end**/
.main-first {
	overflow: hidden;
	background-image: url('../images/main_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	width: 100%;
	min-height: calc(100vh - 40px);
	position: relative;
}
.main-first:before {
	content: '';
	display: block;
	width: 88px;
	height: 55px;
	position: absolute;
	top: 120px;
	background-image: url(../images/plane.png);
	animation: airplane 50s infinite linear;
}

@keyframes airplane {
0%{left: 0%;}
10%{left: 10%;}
20%{left: 20%;}
30%{left: 30%;}
40%{left: 40%;}
50%{left: 50%;}
60%{left: 60%;}
70%{left: 70%;}
80%{left: 80%;}
90%{left: 90%;}
100%{left: 100%;}
}
.mainqa-area {
	padding-top: 300px;
	color: #fff;
}
.mainqa-area .mainqa {
	height: 220px;
}
.mainqa-area .mainqa .swiper-wrapper {
	height: 220px;
	margin-left: 50px;
}
.mainqa-area .title{
	font-size: 20px;
	font-weight: 100;
	position: absolute;
	margin-top: -60px;
}
.mainqa-area .swiper-slide {
	color: #fff;
	font-size: 17px;
	font-weight: 100;
	height: 40px!important;
	line-height: 40px;
}
.mainqa-area .swiper-slide a {
	color: #fff;
}
.mainqa-area .swiper-slide.swiper-slide-active {
	font-size: 26px;
	font-weight: 500;
	height: 60px!important;
	line-height: 60px;
}

.swiper-pagination-bullet {
	background-color: #661119;
	opacity: 1;
	width: 7px;
	height: 7px;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,17px) 0;
    display: block;
}

.swiper-pagination-bullet-active {
	background-color: #ff2b3f;
	width: 9px;
	height: 9px;
	margin-left: -2px;
}


.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-right,8px);
    right: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0px,-50%,0);
}

.three-button-area .title {
	font-size: 20px;
	font-weight: 100;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 30px;
}
.three-button-area a.item {
	width: 189px;
	height: 178px;
	background-color: #fff;
	border-radius: 25px;
	display: inline-block;
	margin-right: 24px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	transition: 0.5s ease;
}
.three-button-area a.item:hover {
	background-size: 110%;
}
.three-button-area a.item .txt1 {
	font-size: 23px;
	font-weight: 700;
	padding-left: 20px;
	padding-top: 20px;
}
.three-button-area a.item .txt2 {
	font-size: 14px;
	font-weight: 500;
	color:#ff2b3f;
	padding-left: 20px;
	margin-top: -5px;
}

.main-contact {
	background-color: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	height: 63px;
	z-index: 999;
	display: flex;
}
.main-contact .between {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	height: 63px;
}
.main-contact .item{
	display: flex;
}
.main-contact span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin: 0 30px;
}
.main-contact i {
	width: 27px;
	height: 27px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 5px;
}
.main-contact .item:last-child i{
	width: 27px;
	height: 27px;
}
.main-contact i.phone {
	background-image: url('../images/winchina_main_20.png');
}
.main-contact i.email {
	background-image: url('../images/winchina_main_22.png');
}
.main-contact i.location {
	background-image: url('../images/winchina_main_24.png');
}
.main-contact i.search {
	background-image: url('../images/china_main_03.png');
}
.main-contact i.chat {
	background-image: url('../images/china_main_05.png');
}
.main-contact i.blog {
	background-image: url('../images/china_main_06.png');
}
.main-contact a {
	color: #fff;
}
#chat {
	cursor: pointer;
}
.main-banner-area {
	top: 220px;
	position: relative;
	width: 1000px
}
.main-banner {
	height: 650px;
	border-radius: 30px;
}
.main-banner-area .swiper-wrapper .swiper-slide img{
	border-radius: 30px;
}
.main-item {
	margin-top: 200px;
}
.main-item .title {
	font-weight: 700;
	font-size: 40px;
	padding-bottom: 60px;
	text-align: center;
	position: relative;
}
.goodtip {
	width: 110vw;
	margin-left: -5vw;
	padding-bottom: 50px;
}
.goodtip .swiper-slide {
	padding-top: 20px;
}
.goodtip img {
	border-radius: 25px;
	transition: 0.5s ease;
}
.goodtip img:hover {
	transform: scale(1.05);
}
.more-button {
	position: absolute;
	right: 130px;
	top: 15px;
	height: 35px;
	line-height: 30px;
	border: 1px solid #000;
	border-radius: 34px;
	font-size: 16px;
	padding: 0px  10px 0px 17px;
}
.more-button:hover {
	border-color:#ff2b3f;
}
.more-button:after {
	content: '+';
	font-size: 23px;
	padding: 0 5px;
}
.goodtip .swiper-pagination-bullet {
	background-color: #e8e7e4;
}
.goodtip .swiper-pagination-bullet-active {
	background-color: #ff2b3f;
}
.review {
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 100px;
}
.swiper-button-next, .swiper-button-prev {
	color: #000;
}
:root {
    --swiper-navigation-size: 60px;
}
.review .swiper-slide {
	padding: 15px;
}
.review .swiper-button-prev, .review .swiper-rtl .swiper-button-next {
	width: 64px;
	height: 542px;
	background: #fff;
	top: 0;
	left: 0;
}
.review .swiper-button-next, .review .swiper-rtl .swiper-button-prev {
	width: 64px;
	height: 542px;
	background: #fff;
	top: 0;
	right: 0;
}
.review .item {
	display: block;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	overflow: hidden;
	padding-bottom: 30px;
}
.review .item .img  {
	overflow: hidden;
}
.review .item .img img{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	transition: 0.5s ease;
}
.review .item .txt1 {
	padding: 28px 28px 15px 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	font-size: 22px;
}
.review .item .txt2 {
	padding: 0 28px 0px 28px;
	font-weight: 400;
	font-size: 16px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: revert;
}
.review a:hover {
	color: #000;
}
.review a:hover .item .img img{
	transform: scale(1.1);
}
.upnumber {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 90px 0 130px;
}
.upnumber .title {
	font-size: 40px;
	font-weight: 500;
	padding-bottom: 60px;
}
.upnumber .txt1 {
	font-size: 22px;
	font-weight: 500;
}
.upnumber .txt2 {
	font-size: 60px;
	font-weight: 700;
	padding-bottom: 20px;
}
.upnumber .txt3 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}
.upnumber .txt3 span {
	background-color: #fff;
	border-radius: 25px;
	padding: 5px 25px;
}
.upnumber .col-md-4:nth-child(1) .txt3 span {
	background-color: #ff2b3f;
}
.upnumber .col-md-4:nth-child(2) .txt3 span {
	background-color: #82d7ff;
}
.upnumber .col-md-4:nth-child(3) .txt3 span {
	background-color: #c5e900;
}
.upnumber .col-md-4:not(:last-child):after {
	content: '';
	display: block;
	height: 230px;
	border-right: 1px dotted #333;
	position: absolute;
	right: 0;
	margin-top: -200px;
}

.productlist {
	padding-top: 130px;
}
.productlist .title {
	font-size: 50px;
	font-weight: 700;
	padding-bottom: 50px;
}
.productlist .col-md-2 span {
	font-size: 30px;
	font-weight: 500;
	color: #696868;
}
.productlist .col-md-2 b {
	font-size: 18px;
	font-weight: 700;
	background: #ff2b3f;
	border-radius: 30px;
	display: inline-block;
	color: #ffff;
	padding: 5px 10px;
	position: relative;
	margin-left: 10px;
	top: -6px;
}
.visa-swiper-area {
	width: 1650px;
	padding-bottom: 50px;
}
.visa-swiper-area .swiper-slide {
	padding: 8px;
}
.visa-swiper-area .item {
	display: block;
	padding: 35px 0px 0px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	border-radius: 30px;
}
.visa-swiper-area .item .txt1 {
	font-size: 24px;
	font-weight: 700;
	padding-left: 20px;
}
.visa-swiper-area .item .txt2 {
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #c1c1c1;
}
.visa-swiper-area .item .txt2 p {
	line-height: 25px;
	margin-bottom: 0;
	font-weight: 300;
}
.visa-swiper-area .item .txt3 {
	padding: 9px 18px 20px 30px;
	font-size: 28px;
	font-weight: 700;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.visa-swiper-area .item .txt4 {
	font-size: 19px;
	font-weight: 500;
	margin-left: 20px;
	margin-right: 20px;
}
.visa-swiper-area .item .txt4 i {
	width: 10px;
	height: 10px;
	background-image: url('../images/arrow-right.png');
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	margin: 2px 10px;
}
.visa-swiper-area .item .txt5 {
	margin: 0px 18px 20px 20px;
	padding: 0px 0px 20px 0px;
	font-size: 28px;
	font-weight: 700;
	border-bottom: 1px solid #c1c1c1;
}
.visa-swiper-area .item .txt5 span{
	font-size: 20px;
	font-weight: 500;
}
.visa-swiper-area .item .txt5:last-child {
	border: none;
}
.visa-swiper-area .item:hover {
	background-color: #ff2b3f;
	color: #fff;
}
.visa-swiper-area .item:hover .txt3 {
	background-color: #000;
}
.visa-swiper-area .item:hover .txt2 {
	border-color: #ff2b3f;
}
.productlist.productlist2 .title {
	color: #fff;
}
.productlist.productlist2 .title span {
	font-size: 12px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: -7px;
}
.productlist.productlist2 {
	background-color: #ff2b3f;
}
.productlist.productlist2 .title span i {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #fff;
	display: block;
	text-align: center;
	cursor: pointer;
	line-height: 20px;
}
.productlist.productlist2 .title span i:after {
	content: '?';
	display: block;
	color: #ff2b3f;
	font-size: 15px;
	font-style: normal;
}
.productlist.productlist2 .title span p{
	font-size: 13px;
	font-weight: 100;
	padding: 5px 10px;
	border-radius: 10px;
	background-color: #000;
	margin-left: 30px;
	margin-top: -20px;
	opacity: 0;
	transition: 0.5s ease;
}
.productlist.productlist2 .title span:hover p {
	opacity: 1;
}
.productlist.productlist2  .col-md-2 span{
	color: #fff;
}
.productlist.productlist2 .col-md-2 b {
	background-color: #fff;
	color: #ff2b3f;
}
.productlist.productlist2 .visa-swiper-area .item .txt2 {
	min-height: 110px;
}

footer {
	background-color: #000;
	color: #fff;
	padding: 45px 0 80px;
	font-size: 14px;
	font-weight: 100;
	margin-top: 150px;
}
footer .bd {
	border-top: 1px solid #808080;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
footer .info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
footer .bd a {
	color: #fff;
	border-right: 1px solid #333;
	padding-right: 8px;
	margin-right: 5px;
}
footer .bd a:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0;
}
.topdown {
	position: absolute;
	right: 100px;
	top: -100px;
	display: flex;
	flex-direction: column;
}
.topdown i {
	cursor: pointer;
	width: 40px;
	height: 45px;
	background-color: #000;
	background-image: url(../images/arrow-up.png);
}
.topdown i:first-child {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.topdown i:first-child:after {
	width: 30px;
	margin-left: 5px;
	margin-top: 44px;
	content: '';
	border-bottom: 1px solid #fff;
	display: block;
}
.topdown i:last-child {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-image: url(../images/arrow-down.png);
}
@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
}
@media (min-width: 1600px){
	.container {
	    width: 1600px;
	}
}

.subpage nav.navbar.bootsnav ul.nav>li>a {
	color: #000;
	font-weight: 400;
}
.subpage-container {
}
.subpage-container  .page-title {
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	padding: 110px 0;
}
.subpage-container  .page-title i {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #ff2b3f;
	position: relative;
	left: -25px;
	top: -10px;
	z-index: -1;
}



.wrap-sticky {
}
.wrap-sticky nav.navbar.bootsnav {
	transition: 1s ease;
	background-color: rgba(0,0,0,0);
}
.wrap-sticky nav.navbar.bootsnav.sticked {
	background-color: rgba(0,0,0,0.8);
	backdrop-filter: blur(3px);
}
.wrap-sticky nav.navbar.bootsnav.sticked:after {
	top: 118px;
}

.wrap-sticky nav.navbar.bootsnav.sub {
	background-color: rgba(255,255,255,0);
}
.wrap-sticky nav.navbar.bootsnav.sub.sticked {
	background-color: rgba(255,255,255,0.9);
}

.tab-contents .item {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 40px;
	transition-duration: 375ms;
	transition-timing-function: ease-in-out;
}
.tab-contents .item:hover {
    transform: translateX(-15px);
}
.tab-contents .item .hd {
	height: 90px;
	line-height: 90px;
	font-size: 22px;
	font-weight: 500;
	position: relative;
}
.tab-contents .item .hd span {
	font-size: 30px;
	font-weight: 500;
	width: 100px;
	text-align: center;
	display: inline-block;
}
.tab-contents .item .hd i {
	display: block;
    width: 24px;
    height: 24px;
    right: 37px;
		top: 44px;
    margin: -8px 0 0;
		position: absolute;
		transition-duration: 375ms;
		transition-timing-function: ease-in-out;
}
.tab-contents .item .hd i:after {
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    margin: -1px 0 0;
    background: #ff2b3f;
		transform: rotate(90deg);
		position: absolute;
		top: 50%;
}
.tab-contents .item .hd i:before {
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    margin: -1px 0 0;
    background: #ff2b3f;
		position: absolute;
		top: 50%;
}
.tab-contents .item.open .hd i{
	    transform: rotate(45deg);
}
.tab-contents .item .bd {
	display: flex;
	flex-direction: row;
	max-height: 0;
	overflow: hidden;
	transition-duration: 375ms;
	transition-timing-function: ease-in-out;
}
.tab-contents .item.open .bd {
	max-height: 960px;
}
.tab-contents .item .bd:after {
	content: '';
	height: 50px;
}
.tab-contents .item .bd .left {
	width: 100px;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
}
.tab-contents .item .bd .contents {
	font-size: 19px;
	padding-top: 8px;
	padding-left: 5px;
	letter-spacing: -1px;
	padding-bottom: 25px;
}
.tab-contents .item .bd .contents h4 {
	font-size: 20px;
	font-weight: 700;
}
.tab-contents .item .bd .contents h5 {
	font-size: 19px;
}
.tab-contents .item .bd .contents p {
	padding-bottom: 35px;
}
.tab-contents .item .bd .contents .f17 {
	font-size: 17px;
	padding-bottom: 5px;
	padding-left: 22px;
}
.tab-contents .item .bd .contents .f19 {
	font-size: 19px;
	font-weight: 300;
	padding-bottom: 0px;
}
.tab-contents .item .bd .contents .f191 {
	font-size: 19px;
	font-weight: 300;
	padding-bottom: 10px;
}
.subpage-container .container {
	width: 1200px;
}

.gallery .item {
	display: block;
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	margin-bottom: 90px;
}
.gallery .item:hover {
	color: #000;
}
.gallery .thum_area {
	margin-top: 0;
	margin-bottom: 0;
}

.gallery .cont_area .title {
	    padding: 20px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-weight: 600;
	    font-size: 18px;
			margin-bottom: 0;
}
.gallery .cont_area .txt{
    padding: 0 20px;
    font-weight: 400;
    font-size: 13px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: revert;
}
.gallery .cont_area {
}

.pagination > li > a, .pagination > li > span {
	border: none;
	font-size: 15px;
	color: #000;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #ff2b3f;
}
.sub1-1 .item1 {
	height: 700px;
	background-image: url(../images/sub1_1_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
}
.sub1-1 .item1 .txt1 {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	padding-top: 160px;
	padding-bottom: 30px;
}
.sub1-1 .item1 .txt2 {
	text-align: center;
	font-size: 22px;
	color: #fff;
	padding-bottom: 70px;
	font-weight: 400;
}
.sub1-1  .navibar {
	width: 634px;
	background: #eee;
	border-radius: 30px;
	height: 56px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto;
	position: sticky;
	z-index: 99;
	top:100px;
	margin-top: -100px;
}
.sub1-1  .navibar .item {
	flex: 1;
	text-align: center;
	z-index: 2;
}
.sub1-1  .navibar .item a {
	width: 100%;
	display: block;
	color: #000;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	font-weight: 600;
}
.sub1-1  .navibar .item.active a {
	color: #fff;
}
.sub1-1  .navibar:after {
	content: '';
	display: block;
	width: 197px;
	border-radius: 21px;
	left: 0;
	height: 42px;
	margin: 7px;
	background-color: #e72e41;
	position: absolute;
	z-index: 1;
	transition: 0.5s ease;
}
.sub1-1  .navibar.hover0:after {
	left: 0px;
}
.sub1-1  .navibar.hover0 .item a ,.sub1-1  .navibar.hover1 .item a ,.sub1-1  .navibar.hover2 .item a {
	color: #000;
}
.sub1-1  .navibar.hover0 .item:nth-child(1) a ,.sub1-1  .navibar.hover1 .item:nth-child(2) a ,.sub1-1  .navibar.hover2 .item:nth-child(3) a {
	color: #fff;
}
.sub1-1  .navibar.hover1:after {
	left: 211px;
}
.sub1-1  .navibar.hover2:after {
	left: 422px;
}
.sub1-1 .item2 .item {
	text-align: center;
}
.sub1-1 .item2 .item .txt1 {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #dcdcdc;
	margin: 5px 30px;
	padding: 5px 0;
}
.sub1-1 .item2 .item .txt2 {
	font-size: 17px;
	min-height: 90px;
	padding-top: 5px;
}
.sub1-1 .item3 {
	padding-top: 100px;
}
.sub1-1 .item3 .page-title{
	font-size: 30px;
}
.sub1-1 .item3 .page-title:before {
	content: 'HISTORY';
	font-size: 20px;
	font-weight: 600;
	color: #ff2b3f;
	position: absolute;
	left: 50%;
	margin-left: -44px;
	margin-top: -40px;
}
.sub1-1 .item4 .page-title:before {
	content: 'DIRACTION';
	font-size: 20px;
	font-weight: 600;
	color: #ff2b3f;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	margin-top: -40px;
}
.sub1-1 .item4 .page-title {
	padding-bottom:50px
}
.history .item .year {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	width: 230px;
	padding-right: 30px;
	text-align: right;
	padding-top: 24px;
	transition: 0.2s ease;
}

.history .item .txt {
	font-size: 20px;
	padding-top: 35px;
	padding-left: 40px;
}
.history .item.active .txt {
	font-size: 20px;
	padding-top: 35px;
	padding-left: 40px;
	font-weight: 600;
}
.history .item {
	display: flex;
	flex-direction: row;
	min-height: 130px;
}
.history .item .dot {
	width: 95px;
	height: 95px;
	border-radius: 20px;
}
.history .item .dot:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #fff;
	border: 2px solid #b2b2b2;
	z-index: 2;
	margin: 40px;
	position: relative;
}
.history .item .dot:after {
	content: '';
	display: block;
	width: 1px;
	height: 180px;
	background-color: #b2b2b2;
	position: relative;
	left: 47px;
	top: -40px;
	z-index: 1;
}

.history .item:last-child .dot:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 13px;
	background-color: #fff;
	border: 3px solid #e72e41;
	z-index: 2;
	margin: 40px;
	position: relative;
}
.history .item.active .dot {
	width: 95px;
	height: 95px;
	border-radius: 50px;
	background-color: #f9ccd1;
	border: 22px solid #fef4f5;
}
.history .item.active .dot:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background-color: #fff;
	border: 6px solid #e72e41;
	z-index: 2;
	margin: 12px;
	position: relative;
}
.history .item.active .dot:after {
	content: '';
	display: block;
	width: 1px;
	height: 180px;
	background-color: #b2b2b2;
	position: relative;
	left: 25px;
	top: -12px;
	z-index: 1;
}
.history .item.active .year {
	font-size: 80px;
	padding-top: 0;
}
.history .item:nth-last-child(2) .dot:after {
	height: 126px;
}
.history .item:last-child .dot:after {
	display: none;
}
.sub1-1 .item3 .bd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sub1-1 .item3 .right .round {
	width: 287px;
	height: 287px;
	background-color: #f4f4f4;
	background-image: url('../images/sub1_1_03.png');
	background-position:  30px top;
	background-repeat: no-repeat;
	border-radius: 150px;
	position: relative;
}
.sub1-1 .item3 .right {
	width: 300px;
	height: 1000px;
	background-image: url('../images/sub1_1_033.png');
	background-position:  30px top;
	background-repeat: no-repeat;
	position: relative;
}
.sub1-1 .item3 .right .fixed {
	position: fixed;
	top: 200px;
}
.sub1-1 .item3 .right .fixedout {
	    position: absolute;
	    top: 650px;
}
.sub1-1 .item4 .map {
	height: 600px;
	background-color: #eee;
	border-radius: 15px;
	margin-bottom: 30px;
}
.sub1-1 .item4 .info .item{
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
	align-items: center;
}
.sub1-1 .item4 .info .txt1 {
	width: 170px;
	font-size: 23px;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sub1-1 .item4 .info .txt1::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	border: 2px solid #ff0000;
	margin-right: 10px;
}
.sub1-1 .item4 .info .txt2 {
	font-size: 17px;
}

.article-detail {
	padding-top: 50px;
}
.main-container {
	margin-top: -90px;
}

.btn-primary {
	background-color: #ff2b3f;
	border: none;
}
.btn-primary:hover {
	background-color: #ff2b3f;
	opacity: 0.9;
	border: none;
}

.sub5-2 .page-title-1 .title {
	font-size: 40px;
	font-weight: 700;
	padding-top: 95px;
}
.sub5-2 .page-title-1 .subtitle {
	font-size: 17px;
	padding: 10px 0 20px;
}
.sub5-2 .page-tab {
	padding-bottom: 30px;
}
.sub5-2 .page-tab:after {
	content: '';
	display: table;
	clear: both;
}
.sub5-2 .page-tab .item a {
	display: block;
	text-align: center;
	border-bottom: 2px solid #b2b2b2;
	font-size: 26px;
	font-weight: 500;
	line-height: 46px;
	color: #b2b2b2;
}
.sub5-2 .page-tab .item.active a ,.sub5-2 .page-tab .item a:hover {
	color: #ff2b3f;
	border-color: #ff2b3f;
}
.sub5-2 .page-tab .item {
	width: 50%;
	float: left;
}
.sub5-2 .price .title {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 30px;
	padding-top: 40px;
}
.sub5-2 .price .title span {
	font-size: 17px;
	font-weight: 500;
	color: #ff2b3f;
	padding-left: 15px;
}
.sub5-2 .price .item {
	padding-bottom: 50px;
}
table {
	width: 100%;
}

table tr td:not(:last-child){
	border-right: 1px solid #ccc;
}
table thead tr{
	background-color: #000;
}
table thead tr td {
	color: #fff;
	font-weight: 400;
	line-height: 46px;
}
table tr td {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 70px;
	border-bottom: 1px solid #ccc;
}

table tbody tr td:nth-child(2){
	font-weight: 300;
}
table thead tr td:first-child {
	border-top-left-radius: 15px;
}
table thead tr td:last-child {
	border-top-right-radius: 15px;
}

table tr td i {
    width: 10px;
    height: 10px;
    background-image: url(../images/arrow-right.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin: 2px 10px;
}

table tr td a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #000;
	width: 155px;
	padding-left: 20px;
	text-align: left;
	height: 36px;
	line-height: 36px;
	border-radius: 25px;
	background-image: url(../images/arrow-right-a.png);
	background-repeat: no-repeat;
	background-position: 115px -36px ;
}
table tr td a:hover {
	background-color: #ff2b3f;
	border-color: #ff2b3f;
	color: #fff;
	background-position: 115px 0px ;
}
table tr td b {
	color: #ff2b3f;
}
table tbody tr {
	cursor: pointer;
	background-color: #fff;
}
table tbody tr.active {
	background-color: #f1f1f1;
}
.sub5-2 .price .tips {
	color: #ff2b3f;
	font-size: 17px;
	font-weight: 500;
	padding: 15px 0;
}
.sub5-2 .price .group .title {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	padding-bottom: 10px;
}
.sub5-2 .price .group .title span {
	font-size: 12px;
	font-weight: 500;
	position: relative;
	top: -9px;
	left: -13px;
}
	
.sub5-2 .price .group .form-group {
	display: flex;
	flex-direction: row;
}
.sub5-2 .price #form-template .group .form-group {
	margin: 0;
}
.sub5-2 .price #form-template .group .form-group label {
	width: 20%;
	height: 72px;
	background-color: #f6f6f6;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	text-align: center;
	line-height: 72px;
	color: #000;
	margin: 0;
}
.sub5-2 .price #form-template .group .form-group:nth-child(2) label {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.sub5-2 .price #form-template .group .form-group:last-child label {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom: none;
}
.sub5-2 .price #form-template .group .form-group .cont ,.file-input {
	width: 80%;
	height: 72px;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-direction: row;
}
.form-template-type2 .help-block ,.form-template-type2 .has-feedback .form-control-feedback{
	position: relative;
	top: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 62px;
	color: #ff2b3f;
}
.form-template-type2  .form-control-feedback {
	display: none;
}
.sub5-2 .price #form-template .group .form-group .cont input {
	width: 333px;
	height: 44px;
	line-height: 44px;
	margin: 14px 35px;
	margin-right: 5px;
	border: none;
	background-color: #f6f6f6;
	box-shadow: none;
}
.sub5-2 .price #form-template .group .form-group .cont-hide {
	width: 0;
	height: 0;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.sub5-2 .price #form-template .group .form-group .cont .item {
	float: left;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #000;
	border-radius: 30px;
	padding:0;
	text-align: center;
	margin: 18px 5px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.5s ease;
}
.sub5-2 .price #form-template .group .form-group .cont .item.active,.sub5-2 .price #form-template .group .form-group .cont .item:hover {
	color: #fff;
	background-color: #ff2b3f;
	border-color: #ff2b3f;
}
.sub5-2 .price #form-template .group .form-group .cont .item:first-child {
	margin-left: 35px;
}
.sub5-2 .price #form-template .group .form-group  .input-group-addon {
	float: left;
	width: 100px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #000;
	border-radius: 30px;
	padding:0;
	text-align: center;
	margin: 18px 5px;
	color: #fff;
	background-color: #000;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.5s ease;
	margin-left: 38px;
}
#form-template input[type=file] {
	position: absolute;
}
#form-template .filename {
	width: 300px;
	height: 36px;
	border-radius: 30px;
	background-color: #f6f6f6;
	color: #acacac;
	font-size: 17px;
	font-weight: 500;
	margin: 18px 5px;
	border: none;
	box-shadow: none;
}
#form-template input[type=file] {
	height: 72px;
	top: 0;
	margin: 0;
}
.form-textarea {
	border-bottom: 1px solid #ccc;
}
.form-textarea textarea {
	width: 850px;
	height: 240px;
	border-radius: 15px;
	margin: 18px 38px;
	background-color: #f6f6f6;
	border: none;
	box-shadow: none;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	background-color: #ff2b3f;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary ,.btn-primary:focus, .btn-primary.focus{
	background-color: #ff2b3f;
}
.form-submit {
	margin-top: 50px;
}
.form-submit {
	width: 210px;
	height: 50px;
	text-align: left;
	padding-left: 49px;
	border-radius: 25px;
	font-size: 26px;
	font-weight: 500;
	background-image: url(../images/arrow-right-round.png);
	background-position: 145px 13px;
	background-repeat: no-repeat;
}
table tbody.radio-group tr td  i {
	width: 50px;
	height: 50px;
	background-image: url('../images/checkbox.png');
	background-position: bottom;
	position: relative;
	top: 17px;
}
table tbody.radio-group tr.active td  i {
	background-position: top;
}
.sub5-2 table tbody.radio-group tr td {
	text-align: left;
	padding-left: 30px;
}
.sub5-2 table tbody.radio-group tr td:first-child {
	padding-left: 80px;
	cursor: pointer;
}



.sub4-1 .page-tab .item {
	width: 33.33%;
}
.sub4-1 .page-contens {
	margin-left: -30px;
	margin-right: -30px;
}
.sub4-1 .page-contens .item {
	width: 50%;
	float: left;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	letter-spacing: -0.8px;
}
.sub4-1 .page-contens .item .hd .title {
	font-size: 25px;
	padding-bottom: 5px;
	font-weight: 700;
}
.sub4-1 .page-contens .item .hd .subtitle{
	font-weight: 500;
	font-size: 17px;
	color: #ff2b3f;
	padding-bottom: 20px;
}
.sub4-1 .page-contens .item .bd {
	border: 1px solid  #ccc;
	border-radius: 15px;
	padding: 20px;
	margin-top: 20px;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 30px;
}
.sub4-1 .page-contens .item .bd a {
	display: inline-block;
	border: 1px solid #000000;
	border-radius: 30px;
	width: 154px;
	height: 30px;
	line-height: 1;
	text-align: center;
}
.sub4-1 .page-contens .item .bd a b {
	font-size: 24px;
	padding-left: 4px;
}
.align-right {
	text-align: right;
}
.sub4-1 .page-contens .item .bd a:hover {
	background-color: #ff2b3f;
	color: #fff;
	border-color: #ff2b3f;
}
.sub4-1 .page-tab {
	margin-top: 30px;
}
.sub4-1 .page-contens1 .item1 .hd {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 20px;
}
.sub4-1 .page-contens1 .item1 .bd {
	padding: 10px 0;
}
.sub4-1 .page-contens1 .item2 {
	padding-top: 30px;
}
.sub4-1 .page-contens1 .item2 .hd {
	font-size: 25px;
	font-weight: 700;
	padding: 20px 0;
}
.sub4-1 .page-contens1 .item2 .hd span {
	font-size: 17px;
	font-weight: 500;
	padding-left: 10px;
	color: #ff2b3f;
}
.sub4-1 .page-contens1 .item2 .bd {
	font-size: 17px;
	letter-spacing: -1px;
	line-height: 30px;
	border: 1px solid  #ccc;
	border-radius: 15px;
	padding: 30px;
}
.sub3-1 .page-title-1 {
	padding-top: 90px;
}
.sub3-1 .page-title-1 .title {
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 2px solid #ccc;
}
.sub3-1 .page-title-1 .subtitle {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 50px;
}
.sub3-1 .page-title-1 .subtitle .item p {
	font-size: 17px;
	line-height: 30px;
}.sub3-1 .page-title-1 .subtitle .item p span {
	color: #ff2b3f;
	letter-spacing: -1px;
}
.sub3-1 .page-title-1 .subtitle .item button {
	font-size: 16px;
	font-weight: 500;
	width: 160px;
	border-radius: 30px;
	margin-left: 10px;
	background-color: #ff2b3f;
	color: #fff;
	padding: 3px 12px;
}
.sub3-1 .page-title-1 .subtitle .item button.btn-primary {
	background-color: #000;
}
.sub3-1 .page-title-1 .subtitle .item button:after {
	content: '+';
	font-size: 20px;
	padding: 0 5px;
}
.sub3-1 .page-item1 .hd {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 30px;
}
.sub3-1 .page-item1 .hd .title {
	font-size: 30px;
	font-weight: 700;
	margin-right: 30px;
}
.sub3-1 .page-item1 .hd p {
	padding: 0;
	margin: 0;
	margin-left: 25px;
	font-size: 16px;
	color: #ff2b3f;
}
.sub3-1 .page-item1 .bd {
	margin-bottom: 50px;
}
.sub3-1 .page-item1 .bd tbody {
	background-color: #f1f1f1;
}
.selecter .dropdown button {
	border: 1px solid #ccc;
	background-color: #fff;
	border-left: none;
	border-right: none;
	border-radius: 0;
	padding: 5px 20px;
	font-size: 20px;
}
.selecter .dropdown button span {
	min-width: 120px;
	text-align: left;
	display: inline-block;
}
.selecter .dropdown button i {
	width: 23px;
	height: 23px;
	border-radius: 5px;
	background-color: #000;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -4px;
	background-image: url(../images/mobile/arrow-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
}
.page-item2 {
	display: flex;
	flex-direction: row;
	border: 2px solid #ccc;
	border-left: 0;
	border-right: 0;
}
.page-item2 .item {
	width: 640px;
}
.page-item2 .item .rows {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 20px;
	flex-wrap: wrap;
}
.page-item2 .item .rows .txt1 {
	font-size: 22px;
	font-weight: 500;
	width: 210px;
	padding: 5px 0;
}
.page-item2 .item .rows .txt2 {
	font-size: 15px;
	font-weight: 300;
	width: 430px;
}
.page-item2 .item .price {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.page-item2 .item .price {
	padding-top: 50px;
	padding-bottom: 15px;
}
.page-item2 .item .price .label {
	background-color: #ff2b3f;
	color: #fff;
	padding: 8px 20px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 30px;
}
.page-item2 .item .price .num {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1.5px;
	margin-left:15px;
}
.page-item2 .item .price .unit {
	font-size: 25px;
}
.page-item2 .items{
	margin: 0;
	font-size: 17px;
	padding: 20px 0px 20px 20px;
	border-left: 1px solid #ccc;
}
.page-item2 .red{
	color: #ff2b3f;
}
.modal-lg {
	width: 1170px;
}
.documents-body {
	display: flex;
	flex-direction: row;
}
.documents-body p {
	color: #ff2b3f;
	font-size: 17px;
	font-weight: 500;
	padding: 20px 0;
	line-height: 30px;
}
.documents-body .categorys {
	margin-right: 30px;
}
.documents-body .categorys .title{
	font-size: 22px;
	font-weight: 500;
	line-height: 50px;
	padding: 0 10px;
}
.documents-body .categorys ul li {
	width: 190px;
	font-size: 18px;
	font-weight: 500;
	padding:15px 10px;
	background-color: #fff;
	border-radius: 15px;
	cursor: pointer;
}
.documents-body .categorys ul li.active ,.documents-body .categorys ul li:hover {
	background-color: #ff2b3f;
	color: #fff;
}
.modal-open {
	overflow: hidden;
	padding-right: 0!important;
}
.table-body table tbody tr td{
	font-size: 17px;
	line-height:25px;
	padding: 15px;
	letter-spacing: -1px;
	text-align: left;
}
.table-body table tbody tr td span {
	color: #ff2b3f;
}
a.btn-download {
	border: 1px solid #000;
	border-radius: 30px;
	font-size: 16px;
	background-image: url('../images/icon-download-b.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 103px;
	display: inline-block;
	width: 190px;
	margin: 5px 0;
}
a.btn-download:hover {
	background-image: url('../images/icon-download-w.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #ff2b3f;
	color: #fff;
}
.user-documents {
	padding-top: 100px;
}
.user-documents h4 {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 20px;
}
.user-documents .list {
	font-size: 17px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
}
.user-documents .list  span {
	color: #ff2b3f;
}
.radio label, .checkbox label {
	font-size: 17px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	height: 20px;
	width: 20px;
	margin: 2px 0 0;
	margin-left: -30px;
}
.radio label, .checkbox label {
	padding-left: 30px;
}
.form-group {
	margin-bottom: 45px;
	margin-top: 15px;
}
.visa-form .page-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 30px;
}
.visa-form .page-title .title {
	font-size: 40px;
	font-weight: 700;
}
.visa-form .page-title .tips ,.visa-form .page-title .num {
	font-size: 17px;
	color: #ff2b3f;
} 
.visa-form .page-title .num span {
	background-color: #f6f6f6;
	padding: 0 15px;
	border-radius: 5px;
} 
.visa-form .visa-type {
	border: 1px solid #ccc;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.visa-form .form-control {
	height: 45px;
	font-size: 16px;
	border: none;
	box-shadow: none;
	border-radius: 10px;
	background-color: #f6f6f6;
}
.visa-form .form-group {
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left:15px;
	padding-right:15px;
}
.visa-form label {
	font-size:18px;
}
.visa-form .hd .title {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 15px;
}
.visa-form .price {
	border-top: 1px solid #ccc;
	padding: 30px 0;
	margin-top: 20px;
}
.visa-form .price .list {
	font-size: 18px;
	font-weight: 500;
}
.visa-form .price .total1 b{
	font-size: 40px;
	font-weight: 700;
}
.visa-form .price .total1 em{
	font-size: 25px;
	font-weight: 700;
	font-style: normal;
}
.visa-form .price .total1 span{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #ff2b3f;
	padding: 4px 10px;
	border-radius: 15px;
}
.visa-form .form-submit {
	margin-top: 0;
}
.dropdown-menu {
	border-radius: 0;
	min-width: 198px;
	padding: 0;
	margin: 0;
}
.dropdown-menu li {
	font-size: 20px;
	font-weight: 300;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
}
.dropdown-menu li:hover {
	background-color: #000;
	color: #fff;
}
tr.diabled {
	opacity: 0.3;
	cursor: default;
}
tbody{
	display: none;
}
tbody.active {
	display: table-row-group!important;
}
	
.table-body .table{
	display: none;
}
.table-body .table.active {
	display: block!important;
}
.table-body .table.active tbody {
	display: table-row-group!important;
}
td.single_price {
	display: none;
}
td.single_price.show {
	display: table-cell!important;
}
.checkmodal .modal-body {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.checkmodal .modal-body span {
	font-size: 20px;
	font-weight: 500;
	width: 100px;
}
.checkmodal .modal-body p {
	font-size: 18px;
	font-weight: 500;
}
.checkmodal .modal-body p b {
	color: #ff2b3f;
}
.checkmodal .modal-body input {
	border: 1px solid #b2b2b2;
	border-radius: 10px;
	box-shadow: none;
}
.checkmodal .modal-footer {
	text-align: center;
}
.checkmodal .modal-footer .btn {
	font-size: 16px;
	border-radius: 30px;
	width: 90px;
	height: 34px;
	line-height: 34px;
	padding:0;
}
.checkmodal .modal-footer .btn.btn-default {
	background-color: #000;
	color: #fff;
}
.checkmodal .modal-dialog {
    margin: 193px auto;
}
.checkmodal .modal-content {
	border-radius: 24px;
}
.checkmodal .modal-header {
	background-color: #ff2b3f;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.checkmodal .modal-header img {
	float: right;
	position: absolute;
	right: 45px;
	top: -70px;
}
#checkstep .modal-header img {
	top: -100px;
}
.checkmodal .modal-header .modal-title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.press-board  {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.press-board .hd {
	font-size: 17px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.press-board .bd ul li {
	border-top: 1px solid #ccc;
	margin: 0 7px;
	padding: 0;
	padding-left: 10px;
}
.press-board .bd ul li a {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	display: block;
	cursor: pointer;
}
.press-board .bd ul li.active a {
    background-color: #ff2b3f;
    color: #fff;
    padding-left: 18px;
    position: relative;
    left: -17px;
    width: 189px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
		font-size: 18px;
		font-weight: 700;
}
.press-board .bd ul li a span {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    background-color: #fff;
    content: '';
    position: relative;
    left: -5px;
    top: -1px;
    line-height: 20px;
    text-align: center;
}
.press-board .bd ul li.active a span {
	background-color: #fff;
	color: #ff2b3f;
	font-size: 14px;
}
.press-board .bd ul li a p {
	display: inline-block;
}
label em {
	display: none;
}
.form-group label b {
	font-weight: 400;
}
.form-area .bd {
	padding: 15px 0;
	margin-left: 30px;
}
.radio-inline, .checkbox-inline {
	padding-left: 30px;
	padding-right: 15px;
}
:root {
  --radio-color: #ff2b3f; /* 默认颜色为红色 */
}
.radio-inline {
	height: 40px;
	overflow: hidden;
}
.radio-inline input[type="radio"]{
    position: absolute;
    top: -40px;
}
.sub5-2 .page-title-1 .title {
        font-size: 40px;
        font-weight: 700;
        padding-top: 0px;
      }
      .sub5-2 .page-title-1 .subtitle {
        font-size: 17px;
        padding: 10px 0 20px;
      }
      .sub5-2 .page-tab {
        padding-bottom: 30px;
      }
      .sub5-2 .page-tab:after {
        content: '';
        display: table;
        clear: both;
      }
      .sub5-2 .page-tab .item a {
        display: block;
        text-align: center;
        border-bottom: 2px solid #b2b2b2;
        font-size: 26px;
        font-weight: 500;
        line-height: 46px;
        color: #b2b2b2;
      }
      .sub5-2 .page-tab .item.active a ,.sub5-2 .page-tab .item a:hover {
        color: #ff2b3f;
        border-color: #ff2b3f;
      }
      .sub5-2 .page-tab .item {
        width: 50%;
        float: left;
      }
      .sub5-2 .price .title {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 30px;
        padding-top: 40px;
      }
      .sub5-2 .price .title span {
        font-size: 17px;
        font-weight: 500;
        color: #ff2b3f;
        padding-left: 15px;
      }
      .sub5-2 .price .item {
        padding-bottom: 50px;
      }
      .modal_text p{
        color:#000 !important;
        letter-spacing: -1.5px;
      }
.radio-inline input[type="radio"]::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
    position: absolute;
    top: 42px;
}
.radio-inline input[type="radio"]:checked::before {
    background-color: #ff2b3f;
    background-clip: content-box;
    border: 1px solid #ff2b3f;
    padding: 3px;
    box-sizing: border-box;
}
.save-page {
	width: 210px;
	height: 50px;
	text-align: left;
	padding-left: 49px;
	border-radius: 25px;
	font-size: 26px;
	font-weight: 500;
	background-image: url(../images/arrow-right-round.png);
	background-position: 145px 13px;
	background-repeat: no-repeat;
	background-color: #000;
	border: none;
	box-shadow: none;
	color: #fff;
}
.next-page {
	width: 162px;
	height: 50px;
	text-align: left;
	padding-left: 49px;
	border-radius: 25px;
	font-size: 26px;
	font-weight: 500;
	background-image: url(../images/arrow-right-round.png);
	background-position: 99px 13px;
	background-repeat: no-repeat;
	background-color: #ff2b3f;
	border: none;
	box-shadow: none;
	color: #fff;
}
.prev-page {
	display: inline-block;
	width: 162px;
	line-height: 50px;
	height: 50px;
	text-align: left;
	padding-left: 70px;
	border-radius: 25px;
	font-size: 26px;
	font-weight: 500;
	background-image: url(../images/arrow-left-round.png);
	background-position: 40px 13px;
	background-repeat: no-repeat;
	background-color: #ff2b3f;
	border: none;
	box-shadow: none;
	color: #fff;
}
.prev-page:hover {
	color: #fff;
}
.ctrl-button-group {
	text-align: center;
}
.sub5-2 .price tbody {
	display: table-row-group;
}
/* 20240514 */
.group-visa-area1 {
	width: 1030px;
	margin: 0 auto;
}
.group-visa-area1 .hd {
	padding: 50px 0 30px;
}
.group-visa-area1 .hd .h4{
	font-size: 30px;
	font-weight: 500;
}
.group-visa-area1 .hd .h2{
	font-size: 54px;
	font-weight: 700;
}
.group-visa-area1 .hd .h2 span {
	color: #ff2b3f;
}
.group-visa-area1 .title {
	font-size: 34px;
	background-color: #000;
	color: #fff;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	text-align: center;
	line-height: 54px;
	margin-bottom: 20px;
}
.group-visa-area1 .bd {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.group-visa-area1 .bd .item {
	width: 500px;
	border: 1px solid #ccc;
	border-radius: 15px;
	margin: 15px;
	flex-direction: row;
	display: flex;
	justify-content: space-between;
}
.group-visa-area1 .bd .item .text {
	padding-left: 30px;
}
.group-visa-area1 .bd .item .text .txt1 {
	color: #b7b7b7;
	font-size: 22px;
	padding: 30px 0 15px;
}
.group-visa-area1 .bd .item .text .txt2 {
	font-size: 34px;
	font-weight: 700;
}
.group-visa-area1 .bd .item .text .txt3 {
	font-size: 20px;
	padding-top: 100px;
	min-height: 200px;
	letter-spacing: -1px;
}
.group-visa-area1 .bd .item .text .txt3 p {
	font-size: 15px;
	font-weight: 300;
}
.group-visa-area1 .bd .item .img {
	padding-right: 15px;
	padding-top: 30px;
}
.group-visa-area1 .ft {
	color: #ff2b3f;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 80px;
}
.group-visa-area2 {
	background-color: #fafafa;
	padding: 80px 0;
}
.group-visa-area2 .bd {
	width: 1030px;
	margin: 0 auto;
	margin-top: 20px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 22px;
	text-align: center;
}
.group-visa-area2 .bd .item p {
	padding: 15px 0;
}
.group-visa-area2 .bd .item p span {
	font-size: 18px;
}
.group-visa-area3 {
	background-color: #f2f2f2;
	padding: 90px 0;
	margin-bottom: 100px;
}
.group-visa-area3 .bd {
	flex-direction: row;
	display: flex;
}
.group-visa-area3 .bd .text {
	padding-left: 130px;
}
.group-visa-area3 .bd .text .txt1 {
	font-size: 40px;
	font-weight: 700;
	margin-left: -20px;
}
.group-visa-area3 .bd .text .txt2 {
	font-size: 22px;
}
.group-visa-area3 .bd .text .txt2 li{
	list-style: outside;
	padding: 12px 0;
}
.group-visa-area3 .bd .text .txt2 li::marker  {
	font-size: 14px;
}