@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;font-family: Arial, Helvetica, sans-serif;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.contain{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}
.header{
	zoom: 1;
	border-top: 5px solid #bb0303;
	padding: 0 40px;
	height: 105px;
}
.header:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo{
	float: left;
	font-size: 0;
	position: relative;
	position: static;
	height: 100px;
}
.logo img{
	position: relative;
	z-index: 9;
}
.nav{
	float: left;
	margin-left: 160px;
}
.nav ul{
	overflow: hidden;
}
.nav ul li{
	float: left;
	line-height: 100px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
	margin: 0 15px;
}
.nav ul li a{
	color: #333333;
}
.nav ul li.on::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #bb0303;
	border-radius: 2px;
}
.language{
	float: right;
	height: 100px;
	display: flex;
	align-items: center;
}
.language img{
	margin-right: 6px;
}
.language select{
	font-size: 16px;
	color: #333333;
	border: none;
	outline: none;
}
.login{
	float: right;
	margin-right: 60px;
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}
.login>a{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
}
.login img{
	margin: 0 6px;
}
.login_sub{
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% - 16px);
	width: 180px;
	z-index: 9;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	padding: 1px 0 16px;
}
.login_sub a{
	display: block;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	padding-left: 10px;
}
.login:hover .login_sub{
	display: block;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.login_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 963;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0, 0, 0.4);
}
.login_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 550px;
}
.login_tc2{
	position: relative;
}
.tc_close{
	font-size: 0;
	position: absolute;
	right: -17px;
	top: -24px;
}
.login_tc3{
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	background-color: #ffffff;
}
.login_tc3 a{
	display: block;
	float: left;
	width: 50%;
	font-size: 28px;
	color: #333333;
	line-height: 80px;
	background-color: #f6f6f6;
	text-align: center;
	font-weight: bold;
}
.login_tc3 a.on{
	background-color: #c62c2c;
	color: #ffffff;
}
.login_tc4{
	margin-top: -1px;
	background-color: #ffffff;
	border-radius: 0 0 16px 16px;
	padding: 80px 40px 25px;
}
.login_tc5{
	font-size: 20px;
	color: #333333;
}
.login_tc6{
	margin: 10px 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.login_tc6 input{
	flex: 1;
	height: 36px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 30px;
}
.login_tc6 a{
	display: block;
	width: 68px;
	height: 31px;
	border-radius: 5px;
	text-align: center;
	line-height: 29px;
	margin-left: 10px;
	font-size: 16px;
	color: #c62c2c;
	border: 1px solid #c62c2c;
	cursor: pointer;
}
.login_tc6 a.disabled{
	color: #999;
	border-color: #999;
	cursor: not-allowed;
}
.email{
	background: url(../img/email.png) no-repeat;
	background-position: 6px center;
}
.password{
	background: url(../img/password.png) no-repeat;
	background-position: 6px center;
}
.yzm{
	background: url(../img/yzm.png) no-repeat;
	background-position: 6px center;
}
.login_tc7{
	text-align: center;
}
.login_tc7 input{
	font-size: 22px;
	color: #ffffff;
	width: 216px;
	height: 58px;
	background-color: #c62c2c;
	border-radius: 29px;
}
.forget{
	margin-top: 70px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.forget a{
	font-size: 14px;
	color: #c62c2c;
	text-decoration: underline;
}
.register_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 963;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0, 0, 0.4);
}
.register_tc1{
	margin-top: -1px;
	background-color: #ffffff;
	border-radius: 0 0 16px 16px;
	padding: 36px 50px 46px;
}
.forget_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 963;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0, 0, 0.4);
}
.forget_tc1{
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	background-color: #ffffff;
	display: block;
	font-size: 28px;
	color: #333333;
	line-height: 80px;
	text-align: center;
	font-weight: bold;
}
.banner{
	font-size: 0;
	text-align: center;
}
.banner .swiper-pagination{
	bottom: 20px;
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #ffffff;
}
.banner .swiper-pagination-bullet-active{
	width: 51px;
}
.banner1{
	position: relative;
}
.banner1:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.77);
}
.works{
	padding: 50px 0 40px;
}
.title{
	font-size: 44px;
	color: #2b161b;
	text-align: center;
	font-weight: bold;
}
.works9{
	font-size: 24px;
	color: #bb0303;
	text-align: center;
	font-weight: bold;
}
.works1{
	margin-top: 32px;
	padding: 0 20px;
	zoom: 1;
	display: flex;
	justify-content: space-between;
}
.works2{
	width: calc((100% - 70px)/3);
	margin-right: 35px;
	border-radius: 9px;
	padding: 48px 32px 20px;
	box-shadow: 0 0 10px rgba(0 0, 0, 0.2);
}
.works2:nth-child(1){
	background: url(../img/work_bg.png) #f7f7f7 no-repeat;
	background-size: cover;
}
.works2:nth-child(2){
	background: url(../img/work_bg1.png) #f7f7f7 no-repeat;
	background-size: cover;
}
.works2:nth-child(3){
	background: url(../img/work_bg2.png) #f7f7f7 no-repeat;
	background-size: cover;
}
.works2:nth-child(3n){
	margin-right: 0;
}
.works3{
	font-size: 0;
	text-align: center;
}
.works4{
	margin-top: 15px;
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}
.works5{
	margin-top: 20px;
	font-size: 20px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	height: 84px;
}
.works6{
	margin-top: 20px;
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
}
.works6 span{
	display: inline-block;
	width: 47%;
}
.works7{
	margin-top: 36px;
	font-size: 42px;
	color: #313131;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}
.works8{
	margin-top: 16px;
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.works8 a{
	display: inline-block;
	width: 316px;
	height: 54px;
	border-radius: 27px;
	background-color: #bb0303;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 54px;
}
.video2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 1200px;
	padding: 80px 0;
	border-radius: 24px;
}
.video3{
	font-size: 60px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 85px;
}
.video4{
	font-size: 42px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 85px;
}
.video5{
	text-align: center;
	margin-top: 80px;
}
.video5 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 66px;
	border-radius: 33px;
	font-size: 20px;
	color: #ffffff;
	background-color: #bb0303;
}
.video5 a img{
	margin-right: 5px;
}
.video7{
	margin-top: 20px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.interactive{
	background: url(../img/interactive_bg.png) center no-repeat;
	background-size: cover;
	padding: 108px 0 80px;
}
.interactive1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.interactive2{
	width: 568px;
}
.interactive3{
	font-size: 44px;
	color: #ffffff;
	line-height: 52px;
}
.interactive4{
	margin-top: 36px;
	font-size: 18px;
	color: #ffffff;
	line-height: 27px;
}
.interactive5{
	width: 568px;
	height: 382px;
	background-color: #ffffff;
	border-radius: 9px;
	padding-left: 70px;
	display: flex;
	align-items: center;
}
.interactive7{
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #333333;
	line-height: 48px;
}
.interactive7 img{
	margin-right: 25px;
}
.faps{
	background: url(../img/faps_bg.png) center no-repeat;
	background-size: cover;
}
.faps1{
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faps2{
	font-size: 40px;
	color: #ffffff;
}
.faps3 a{
	font-size: 24px;
	color: #c11a1a;
	width: 166px;
	height: 50px;
	border-radius: 25px;
	background-color: #fde1c3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.faps3 img{
	margin-right: 9px;
}
.faps4 a{
	font-size: 18px;
	color: #c62c2c;
	width: 166px;
	height: 50px;
	border-radius: 25px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer{
	padding: 60px 0 40px;
	background-color: #f7f3f5;
}
.footer1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer2{
	font-size: 0;
}
.footer3a{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.footer3b{
	margin-top: 24px;
}
.footer3b a{
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 157px;
	height: 47px;
	border-radius: 23px;
	font-size: 18px;
	color: #c11a1a;
	border: 1px solid #c21d1d;
}
.footer3c{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}
.footer3c a{
	display: block;
	line-height: 22px;
	color: #666666;
}
.footer3d{
	width: 320px;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}
.beian{
	font-size: 14px;
	color: #ffffff;
	background-color: #c11a1a;
	text-align: center;
	line-height: 60px;
}
.beian a{
	color: #ffffff;
}
.share{
}
.share a{
	display: flex;
	align-items: center;
}
.share1{
	font-size: 0;
	margin-right: 20px;
}
.share1 img{
	width: 80px;
}
.share3{
	font-size: 30px;
	color: #333333;
}
.share4{
	font-size: 16px;
	color: #bb0303;
	margin-top: 10px;
}
.share5{
	margin-top: 26px;
	overflow: hidden;
}
.share6{
	float: left;
	font-size: 0;
	width: calc((100% - 50px)/6);
	margin-right: 10px;
	margin-top: 10px;
	position: relative;
}
.share6:nth-child(6n){
	margin-right: 0;
}
.share7{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fbutt{
	margin-top: 36px;
	text-align: center;
	margin-bottom: 80px;
}
.fbutt1{
	margin: 0 10px;
	vertical-align: middle;
	display: inline-block;
	width: 125px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #676767;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #000000;
}
.fbutt2{
	margin: 0 10px;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 211px;
	height: 40px;
	background-color: #c11a1a;
	border-radius: 20px;
	border: 1px solid #c11a1a;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #ffffff;
}
.fbutt2 img{
	margin-right: 5px;
}
.finds{
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}
.finds a{
	margin: 0 10px;
}
.linkd{
	padding: 40px 0 70px;
}
.sycontact{
	padding-top: 120px;
}
.nycontact{
	padding-top: 80px;
}
.sycontact1{
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.sycontact2{
	margin: 30px 0 70px;
	text-align: center;
}
.sycontact2 a{
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 64px;
	border-radius: 32px;
	background-color: #bb0303;
	width: 214px;
}
.serArea{
	margin-top: 50px;
	border: 4px solid #d70000;
	border-radius: 25px;
	padding: 27px 0 60px;
}
.serArea1{
	overflow: hidden;
}
.serArea2{
	float: left;
	font-size: 0;
	width: 462px;
}
.serArea3{
	float: right;
	width: calc(100% - 580px);
}
.serArea4{
	
}
.serArea4 a{
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 4px solid #ffffff;
	font-size: 16px;
	color: #281318;
	margin-right: 60px;
}
.serArea4 a.on{
	color: #bb0303;
	border-bottom: 4px solid #bb0303;
}
.serArea5{
	margin-top: 30px;
}
.serArea6{
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
	height: calc(11 * 28px); 
}
.serArea6 a {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #bb0303;
	line-height: 28px;
}
.serArea6 a span{
	width: 6px;
	height: 6px;
	background-color: #281318;
	border-radius: 50%;
	margin-right: 12px;
}
.serArea6.on{
	display: flex;
}
.lsjcust{
	padding: 100px 0 50px;
}
.client3{
	margin-top: 36px;
	position: relative;
}
.client3 .swiper{
	padding-bottom: 50px;
}
.client3 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #bb0303;
	border-radius: 5px;
	width: 11px;
	height: 11px;
}
.client3 .swiper-pagination-bullet-active{
	width: 38px;
}
.h_left{
	font-size: 0;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.h_right{
	font-size: 0;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.client4{
	background-color: #f4f4f4;
	padding: 25px;
	border-radius: 10px;
}
.client5{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.client6{
	font-size: 0;
	margin-right: 12px;
}
.client7{
	flex: 1;
}
.client8{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.client9{
	margin-top: 6px;
	font-size: 12px;
	color: #999999;
}
.client10{
	margin-left: 10px;
}
.client11{
	margin-top: 10px;
}
.client11 img{
	max-height: 16px;
}
.client12{
	margin-top: 16px;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	position: relative;
}
.review-content {
	height: 168px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	position: relative;
	padding-right: 50px;
}
.review-content.expanded {
	display: block;
	-webkit-line-clamp: unset;
}
.client12 .more-btn {
	position: absolute;
	right: 0;
	top: 144px;
	color: #004eff;
	background-color: #f4f4f4;
	padding-left: 5px;
	cursor: pointer;
}
.client13{
	margin-top: 10px;
}
.client13 a{
	font-size: 14px;
	color: #999999;
}
.news{
	padding: 90px 0;
	background-color: #f7f3f5;
}
.news1{
	margin-top: 50px;
	position: relative;
}
.news2{
	font-size: 0;
}
.news3{
	margin-top: 20px;
	font-size: 20px;
	color: #000000;
	line-height: 36px;
	height: 72px;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news4{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.news5{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 27px;
	height: 84px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news6{
	margin-top: 10px;
	font-size: 14px;
	color: #de2c20;
	line-height: 27px;
	font-weight: bold;
}
.n_left{
	font-size: 0;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.n_right{
	font-size: 0;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.innertitle{
	background: url(../img/intbg.png) #c62c2c no-repeat;
	background-position: center bottom;
	padding: 30px 0;
}
.innertitle1{
	font-size: 60px;
	color: #ffffff;
	padding: 46px 0;
}
.innertitle2 {
	font-size: 20px;
	color: #ffffff;
}
.arimg{
	padding: 20px 0 80px;
}
.arimg1 ul{
	zoom: 1;
	display: none;
}
.arimg1 ul.on{
	display: block;
}
.arimg1 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.arimg1 ul li{
	list-style-type: none;
	float: left;
	margin-top: 45px;
	margin-right: 22px;
	width: calc((100% - 66px)/4);
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 5px #f5f5f5;
}
.arimg1 ul li:nth-child(4n){
	margin-right: 0;
}
.arimg2{
	font-size: 0;
}
.arimg2 img{
	width: 100%;
}
.arimg3{
	background-color: #ffffff;
	font-size: 26px;
	color: #15183c;
	text-align: center;
	line-height: 66px;
}
.information{
	background-color: #f7f3f5;
	padding: 50px 0;
}
.information1{
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	display: flex;
	align-items: center;
}
.information1 span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #c62c2c;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.information1a a{
	display: inline-block;
	margin-left: 40px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	padding: 0 8px;
	line-height: 34px;
}
.information1a a.on{
	border-bottom: 4px solid #c62c2c;
	color: #c62c2c;
}
.appointaa{
	margin-top: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px 20px 0;
}
.information2{
	padding: 30px 36px;
	background-color: #ffffff;
	margin-top: 20px;
}
.information3{
	font-size: 14px;
}
.information3 a{
	color: #999999;
	text-decoration: underline;
}
.information4{
	margin-top: 25px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.information5{
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.information6{
	margin-top: 10px;
	font-size: 16px;
	color: #c62c2c;
}
.information7{
	margin-top: 25px;
	background-color: #ffffff;
	padding: 10px 36px 36px;
}
.information7a{
	margin-top: 30px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.information7a span{
	color: #c62c2c;
}
.information7b{
	
}
.information7b input{
	margin-top: 16px;
	width: 100%;
	max-width: 490px;
	margin-right: 16px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	height: 40px;
	padding: 0 16px;
}
.information7c{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
}
.information7d{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
}
.information7e input{
	margin-top: 16px;
	width: 100%;
	margin-right: 16px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	height: 40px;
	padding: 0 16px;
}
.information7f{
	margin-top: 16px;
}
.information7f label{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.information7f input{
	margin-right: 5px;
}
.information8{
	margin-top: 30px;
	background-color: #ffffff;
	padding: 36px;
}
.information8a{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.information8b{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.information8b img{
	vertical-align: middle;
}
.information9{
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.information10{
	margin-top: 10px;
	font-size: 20px;
	color: #333333;
}
.information10 span{
	color: #c62c2c;
}
.information11{
	margin-top: 50px;
	text-align: center;
}
.information11 input{
	width: 362px;
	height: 60px;
	border-radius: 30px;
	background-color: #c11a1a;
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;
}
.information11 a{
	width: 362px;
	height: 60px;
	border-radius: 30px;
	background-color: #c11a1a;
	font-size: 28px;
	color: #ffffff;
	    display: block;
    margin: 0 auto;
    line-height: 60px;
}
.appoint{
	background-color: #ffffff;
	padding: 36px 36px 40px;
	/*display: flex;*/
	/*align-items: center;*/
}
.appoint_d{
	margin-top: 20px;
    display: flex;
    align-items: flex-start;
}
.appoint1{
	font-size: 0;
	margin-right: 45px;
	width: 126px;
}
.appoint2{
	flex: 1;
}
.appoint3{
	font-size: 30px;
	color: #333333;
}
.appoint4{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
}
.appoint5{
	margin-top: 20px;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}
.appoint6{
	margin-top: 40px;
	background-color: #ffffff;
	padding: 36px 26px 40px 32px;
}
.appoint7{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.appoint8{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.appoint8a{
	font-size: 0;
	margin-right: 20px;
}
.appoint8b{
	flex: 1;
}
.appoint8c{
	font-size: 24px;
	color: #333333;
}
.appoint8d{
	margin-top: 9px;
	font-size: 16px;
	color: #999999;
}
.appoint8e a{
	display: block;
	width: 128px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 20px;
	border: 1px solid #bb0303;
	font-size: 16px;
	color: #bb0303;
}
.appoint8e a.on{
    background-color: #bb0303;
    color: #ffffff;
}
.appoint9{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.appoint9a{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.appoint9a span{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.appoint9b a{
	font-size: 16px;
	color: #666666;
}
.appoint10{
	margin-top: 26px;
}
.appoint11 ul{
	overflow: hidden;
	background-color: #f7f3f5;
}
.appoint11 ul li{
	list-style-type: none;
	float: left;
	width: calc(100% / 7);
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.appoint11b{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.appoint11c{
	margin-top: 6px;
	font-size: 14px;
	color: #666666;
}
.appoint12 ul{
	overflow: hidden;
}
.appoint12 ul li{
	list-style-type: none;
	float: left;
	width: calc(100% / 7);
	padding-top: 16px;
}
.appoint12 ul li a{
	display: block;
	margin: 16px auto 0;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 33px;
	border-radius: 16px;
	width: 88px;
}
.appoint12 ul li a.on{
	background-color: #bb0303;
	color: #ffffff;
}
.appoint13{
	margin-top: 50px;
}
.appoint13 a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 228px;
	height: 60px;
	font-size: 28px;
	color: #ffffff;
	background-color: #c11a1a;
	border-radius: 30px;
}
.appoint13 a img{
	margin-left: 10px;
}
.newRli{
    margin-top: 30px;
    overflow: hidden;
}
.appointment2{
    float: left;
    width: 100%;
    max-width: 380px;
}
.appointment3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.appointment3a{
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}
.appointment3a img{
    width: 10px;
    margin-right: 6px;
}
.appointment3b img{
    width: 10px;
	margin-left: 10px;
}
.appointment4{
    margin-top: 15px;
    margin-bottom: 20px;
}
.appointment4 table{
	width: 100%;
}
.appointment4 thead{
	line-height: 36px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.rili{
    margin-top: 10px;
	background-color: #ffffff;
	text-align: center;
}
.rili span{
	display: block;
	text-align: center;
	display: inline-block;
	width: 36px;
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	cursor: pointer;
	border-radius: 50%;
}
.rili.on span{
    background-color: #cf0000;
    color: #ffffff;
}
.app_month{
    margin-right: 6px;
}
.newRli1{
    float: left;
    margin-left: 108px;
    width: 100%;
    max-width: 550px;
}
.newRli2{
    font-size: 20px;
    color: #333333;
}
.newRli3{
    margin-top: 10px;
    font-size: 16px;
    color: #999999;
}
.newRli4{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newRli4 label{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20px)/2);
    background-color: #f9f7f8;
    border: 2px solid #e4e3e3;
    border-radius: 9px;
    height: 64px;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}
.newRli4 label.on{
    border: 2px solid #c62d2d;
    color: #c62d2d;
}

.mt30{
	margin-top: 30px;
}
.problem{
    font-size: 40px;
    color: #333333;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}
.problem1{
    margin: 30px auto 0;
    width: 100%;
    max-width: 1050px;
}
.problem2{
    margin-top: 20px;
    background-color: #424242;
    padding: 20px;
    border-radius: 9px;
}
.problem3{
    display: flex;
    align-items: center;
}
.problem3 span{
    display: flex;
    align-items: center;
    font-size: 0;
    width: 20px;
}
.problem3 code{
    font-size: 28px;
    color: #ffffff;
}
.problem4{
    display: none;
    margin-top: 10px;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
}
.zk{
    display: none;
}
.problem2.on .sq{
    display: none;
}
.problem2.on .zk{
    display: block;
}
.problem2.on .problem4{
    display: block;
}
.step{
	padding: 36px 0;
}
.step1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.step2{
	padding: 0 70px;
	position: relative;
}
.step3{
	font-size: 0;
	margin: 0 auto;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
}
.step3::before{
	content: '';
	position: absolute;
	left: calc(50% + 28px);
	right: 0;
	height: 1px;
	background-color: #e5e5e5;
}
.step3::after{
	content: '';
	position: absolute;
	right: calc(50% + 28px);
	left: 0;
	height: 1px;
	background-color: #e5e5e5;
}
.step2:first-child .step3::after{
	height: 0;
}
.step2:last-child .step3::before{
	height: 0;
}
.step4{
	margin-top: 10px;
	font-size: 18px;
	color: #c62c2c;
	color: #999999;
	text-align: center;
}
.ch_icon1{
	display: none;
}
.step2.on .ch_icon{
	display: none;
}
.step2.on .ch_icon1{
	display: block;
}
.step2.down .ch_icon{
	display: none;
}
.step2.down .ch_icon1{
	display: block;
}
.step2.down .step4{
	color: #c62c2c;
}
.step2.on .step4{
	color: #c62c2c;
}
.step2.down .step3::before{
	background-color: #c62c2c;
}
.step2.down .step3::after{
	background-color: #c62c2c;
}
.step2.on .step3::after{
	background-color: #c62c2c;
}
.confirmation{
	margin-top: 20px;
	padding: 36px 49px;
	background-color: #ffffff;
}
.confirmation1{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.confirmation2{
	font-size: 20px;
	color: #c62c2c;
}
.confirmation3{
	margin-top: 5px;
	font-size: 16px;
	color: #333333;
	word-break: break-all;
}
.confirmation4{
	margin-top: 24px;
	border: 1px solid #ffceae;
	background-color: #fffdf7;
	height: 45px;
	line-height: 43px;
	padding: 0 10px;
	font-size: 14px;
	color: #ff6633;
}
.confirmation5{
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	padding: 30px 0;
	border-bottom: 1px solid #ebebeb;
}
.confirmation6{
	margin-top: 24px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.confirmation7{
	margin-top: 16px;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}
.confirmation8{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.confirmation8a{
	font-size: 16px;
	color: #333333;
	width: 200px;
}
.confirmation8b{
	flex: 1;
}
.confirmation8c{
	font-size: 16px;
	color: #333333;
}
.confirmation8d{
	font-size: 16px;
	color: #bb0303;
	font-weight: bold;
}
.confirmation8d span{
	font-size: 28px;
}
.confirmation8e{
	font-size: 16px;
	color: #333333;
}
.confirmation8e label{
	display: inline-flex;
	align-items: center;
	margin-right: 90px;
}
.confirmation8e label img{
	margin: 0 10px;
}
.confirmation9{
	margin-top: 50px;
	text-align: center;
}
.confirmation9 input{
	width: 362px;
	height: 60px;
	background-color: #c11a1a;
	border-radius: 30px;
	font-size: 28px;
	color: #ffffff;
}
.deque{
	padding: 50px 0;
}
.inAbout{
	padding: 65px 0 55px;
}
.inAboutd{
	overflow: hidden;
}
.inAbout1{
	float: left;
	width: 535px;
	margin-right: 65px;
}
.inAbout2{
	font-size: 0;
}
.inAbout3{
	margin-top: 16px;
	font-size: 30px;
	color: #bb0303;
	text-align: center;
}
.inAbout4{
	float: right;
	width: calc(100% - 600px);
}
.inAbout5{
	font-size: 20px;
	color: #2b161b;
}
.inAbout6{
	margin-top: 20px;
	font-size: 36px;
	color: #2b161b;
	font-weight: bold;
	line-height: 50px;
}
.inAbout7{
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.inServe{
	padding: 65px 0 100px;
	background-color: #f4f4f4;
}
.inServed{
	overflow: hidden;
}
.inServe1{
	float: right;
	width: 535px;
	margin-left: 65px;
}
.inServe2{
	float: left;
	width: calc(100% - 600px);
}
.inServe3{
	margin-top: 60px;
	font-size: 40px;
	color: #2b161b;
}
.inServe4{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.inServe5{
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
}
.inServe6{
	margin-top: 20px;
}
.inServe7{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}
.inServe7 img{
	margin-right: 10px;
}
.media{
	padding: 80px 0 50px;
}
.media1{
	margin-top: 20px;
	font-size: 20px;
	color: #666666;
	text-align: center;
	line-height: 28px;
}
.media2{
	padding: 16px 0 92px;
	background-color: #f7f3f5;
}
.media3 ul{
	zoom: 1;
}
.media3 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.media3 ul li{
	float: left;
	margin-top: 46px;
	width: calc((100% - 70px)/3);
	margin-right: 35px;
	box-shadow: 0 5px 10px #f0ecee;
}
.media3 ul li:nth-child(3n){
	margin-right: 0;
}
.media4{
	font-size: 0;
	position: relative;
}
.media4a{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.media5{
	font-size: 20px;
	color: #333333;
	line-height: 65px;
	padding: 0 25px;
	background-color: #ffffff;
}
.media_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1003;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
}
.media_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 88%;
	height: 90%;
}
.close{
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 3;
	padding: 10px;
}
.media_tc1 video{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.flist{
	padding: 16px 0 70px;
	background-color: #f7f3f5;
}
.flist1 ul{
	display: flex;
	flex-wrap: wrap;
}
.flist ul li{
	list-style-type: none;
	width: calc((100% - 70px)/3);
	margin-right: 35px;
	margin-top: 40px;
	border-radius: 9px;
	border-bottom: 8px solid #e9e7e8;
	background-color: #ffffff;
	padding: 30px 25px;
}
.flist1 ul li:nth-child(3n){
	margin-right: 0;
}
.flist2{
	font-size: 30px;
	color: #333333;
	line-height: 36px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	padding-bottom: 20px;
}
.flist2::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 47px;
	height: 4px;
	background-color: #c62c2c;
}
.flist2 span{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.flist3{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}
.order{
	margin-top: 6px;
}
.order ul li{
	margin-top: 36px;
}
.order1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #eeebed;
	padding: 16px 16px 16px 20px;
}
.order2{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.order2 span{
	font-size: 14px;
	color: #999999;
	margin-left: 20px;
	font-weight: normal;
}
.order3 a{
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
	border-radius: 5px;
	line-height: 27px;
}
.red{
	color: #bb0303;
	border: 1px solid #bb0303;
}
.blue{
	color: #009966;
	border: 1px solid #009966;
}
.gary{
	color: #666666;
	border: 1px solid #666666;
}
.order4{
	background-color: #fff;
	padding: 36px;
	display: flex;
	align-items: flex-start;
}
.order5{
	font-size: 0;
	margin-right: 20px;
}
.order5 img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.order6{
	flex: 1;
}
.order7{
	font-size: 18px;
	color: #333333;
}
.order8{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.order8 span{
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #cccccc;
}
.order8 span:first-child{
	padding-left: 0;
	border-left: 0;
}
.order9{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	display: flex;
	align-items: center;
}
.order10{
	width: 180px;
}
.order11{
	flex: 1;
}
.order12{
	margin-top: 16px;
}
.order12 a{
	display: block;
	width: 84px;
	height: 27px;
	border-radius: 13px;
	background-color: #c62c2c;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 27px;
}
.cpw{
	background-color: #ffffff;
	padding: 20px 295px 76px;
	margin-top: 40px;
}
.cpw1{
	font-size: 18px;
	color: #2c2c2c;
	line-height: 1;
	margin-top: 40px;
}
.cpw2{
	margin-top: 20px;
}
.cpw2 input{
	width: 100%;
	height: 55px;
	border-radius: 10px;
	background-color: #f0f0f0;
	padding: 0 20px;
	font-size: 18px;
}
.cpw3{
	margin-top: 40px;
}
.cpw3 input{
	width: 100%;
	height: 55px;
	border-radius: 10px;
	background-color: #bb0303;
	padding: 0 20px;
	font-size: 18px;
	color: #ffffff;
}
.inNews{
	background-color: #f7f3f5;
	padding: 40px 0 96px;
}
.inNews1 ul{
	overflow: hidden;
}
.inNews1 ul li{
	list-style-type: none;
	float: left;
	margin-bottom: 50px;
	width: calc((100% - 50px)/3);
	margin-right: 25px;
}
.inNews1 ul li:nth-child(3n){
	margin-right: 0;
}
.page{
	margin-top: 30px;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: 36px;
	border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	color: #4a4a4a;
	margin: 0 3px;
	vertical-align: middle;
}
.page a.on{
	background-color: #bb0303;
	border: 1px solid #bb0303;
	color: #ffffff;
}
.page a.disabled{
	background-color: #ededed;
}
.newsDeta{
	background-color: #f7f3f5;
	padding: 30px 0 50px;
}
.newsDeta1{
	font-size: 48px;
	color: #000000;
	line-height: 75px;
}
.newsDeta2{
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
}
.newsDeta3{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.newsDeta4{
	margin-top: 60px;
	border-top: 3px solid #bb0303;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsDeta5{
	width: 40%;
	max-width: 400px;
	display: flex;
	align-items: center;
}
.newsDeta5 span{
	font-size: 14px;
	color: #666666;
}
.newsDeta5 a{
	flex: 1;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsDeta6{
	font-size: 0;
}
.inCont{
	background-color: #f7f3f5;
	padding: 60px 0 80px;
}
.inCont1{
	font-size: 44px;
	color: #333333;
}
.inCont2{
	margin-top: 20px;
	font-size: 24px;
	color: #000000;
	line-height: 30px;
}
.inCont3{
	margin-top: 20px;
	font-size: 18px;
	color: #000000;
}

.conwidth{
	width: 32%;
}
.conwidth1{
	width: 12%;
}
.conwidth2{
	width: 56%;
}
.inCont5{
	margin-top: 40px;
	font-size: 24px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.inCont5 span{
	color: #bb0303;
}
.inCont6{
	margin-top: 30px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 5px 30px 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inCont6 input{
	margin-top: 20px;
	width: calc((100% - 34px)/2);
	height: 50px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding: 0 14px;
	font-size: 16px;
}
.inCont6 select{
	margin-top: 20px;
	width: calc((100% - 34px)/2);
	height: 50px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding: 0 14px;
	font-size: 16px;
	outline: none;
}
.inCont7{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.inCont7 label{
	display: flex;
	align-items: center;
	margin-right: 60px;
	font-size: 18px;
	color: #333333;
}
.inCont7 label input{
	margin-right: 6px;
}
.inCont8 textarea{
	margin-top: 20px;
	width: 100%;
	resize: none;
	height: 126px;
	border-radius: 10px;
	padding: 16px 20px;
	resize: none;
	font-size: 14px;
	border: none;
}
.inCont9{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.inCont9 input{
	width: 431px;
	height: 42px;
	border-radius: 8px;
	background-color: #ffffff;
	padding: 0 20px;
	margin-right: 10px;
}
.inCont9 a{
	font-size: 0;
	width: 134px;
	height: 42px;
}
.inCont10{
	margin-top: 60px;
	text-align: center;
}
.inCont10 input{
	width: 190px;
	height: 63px;
	background-color: #bb0303;
	border-radius: 31px;
	font-size: 24px;
	color: #ffffff;
}
.inCts{
	padding: 80px 0 100px;
}
.inCts1{
	margin: 40px auto 0;
	max-width: 960px;
	display: flex;
}
.inCts2{
	width: 50%;
	border-right: 1px solid #999999;
}
.inCts3{
	font-size: 30px;
	color: #2b161b;
}
.inCts4{
	margin-top: 24px;
	font-size: 0;
}
.inCts4 a{
	margin-right: 29px;
}
.inCts4 a img{
	width: 82px;
}
.inCts5{
	width: 50%;
	padding-left: 150px;
}
.inCts6{
	margin-top: 16px;
	font-size: 28px;
	color: #333333;
}
.inCts7{
	margin-top: 24px;
	font-size: 18px;
	color: #666666;
	line-height: 26px;
}
