/@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;}
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;}
a{
	transition: all .5s;
}
a:hover{
	transform: scale(1.02);
}

.contain{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.banner{
	width: 100%;
	height: 100vh;
	background: url(../img/banner.png) center no-repeat;
	background-size: cover;
	position: relative;
}
.header{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 30px 0;
}
.header1{
    zoom: 1;
	width: 96%;
	max-width: 1678px;
	margin: 0 auto;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo{
	float: left;
	font-size: 0;
}
.logo a{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
}
.logo a::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 33px;
	background-color: #ffffff;
}
.logo a:last-child::before{
	width: 0;
}
.nav{
	float: right;
}
.nav ul{
	zoom: 1;
}
.nav ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-left: 50px;
	line-height: 50px;
	position: relative;
}
.nav ul li a{
	color: #ffffff;
}
.navSub{
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 96;
    transform: translateX(-50%);
    background-color: #fdbb2d;
    border-radius: 10px;
    padding: 10px;
}
.navSub a{
    display: block;
    text-align: center;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #333333 !important;
    white-space: nowrap;
}
.nav ul li:hover .navSub{
    display: block;
}
.banner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner2{
	font-size: 60px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
}
.banner3{
	margin-top: 20px;
	max-width: 610px;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	font-weight: bold;
}
.mouse{
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	font-size: 0;
}
.about{
	padding: 85px 0;
	background-color: #f9f9f9;
}
.about1{
	overflow: hidden;
}
.about2{
	float: left;
	width: 40%;
}
.about3{
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.about4{
	margin-top: 20px;
	width: 76px;
	height: 6px;
	background-color: #c0131f;
	margin-bottom: 30px;
}
.about5{
	font-size: 16px;
	color: #545454;
	line-height: 30px;
}
.about5 span{
	font-size: 20px;
	color: #c0131f;
	font-weight: bold;
	font-style: italic;
}
.about6{
	margin-top: 50px;
	position: relative;
}
.about6 a{
	display: block;
	width: 158px;
	height: 50px;
	background-color: #c0131f;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.about7{
	float: right;
	width: 50%;
	font-size: 0;
}
.about8{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 200px;
	font-size: 0;
}
.about8 span{
	display: inline-block;
	width: 40px;
	height: 4px;
	background-color: #f1f1f1;
	margin-right: 16px;
}
.about8 span.on{
	background-color: #c0131f;
}
.about9{
	margin-top: 40px;
	overflow: hidden;
}
.about9 span{
	float: left;
	width: calc((100% - 3px)/4);
	margin-right: 1px;
	background-color: #ffffff;
	height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	padding: 0 72px;
	text-align: center;
}
.about9 span:last-child{
	margin-right: 0;
}
.business{
	padding: 100px 0;
}
.business1{
	margin-top: 70px;
	border: 1px solid #e5e5e5;
	border-left: 0;
	overflow: hidden;
}
.business1 span{
	display: block;
	float: left;
	width: 25%;
	border-left: 1px solid #e5e5e5;
	cursor: pointer;
	background-color: #c0131f;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}
.business1 span.on{
	color: #c0131f;
	background-color: #ffffff;
}
.business2{
	margin-top: 40px;
	overflow: hidden;
}
.business3{
	display: none;
	overflow: hidden;
}
.show{
	display: block;
}
.business4{
	float: left;
	font-size: 0;
	width: 50%;
}
.business5{
	float: right;
	width: 42%;
}
.business6{
	font-size: 105px;
	color: #f8f8f8;
	line-height: 112px;
	font-weight: bold;
	line-height: 1;
}
.business7{
	margin-top: -30px;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.business7 span{
	color: #c0131f;
}
.business8{
	margin-top: 40px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.business9{
	margin-top: 70px;
}
.business9 a{
	display: block;
	width: 158px;
	height: 50px;
	border: 1px solid #333333;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.m4 .in-bls {
    padding: 30px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.m4 .banbolang1 {
	/* width: 100%; */
	position: relative;
	z-index: -1;
}
.m4 .bolang1,
.m4 .bolang2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.news{
	margin-top: 70px;
}
.news1 ul li{
	list-style-type: none;
	margin-top: 30px;
	overflow: hidden;
}
.news2{
	float: left;
	font-size: 0;
	width: 150px;
	height: 150px;
}
.news3{
	float: right;
	width: calc(100% - 180px);
}
.news4{
	font-size: 16px;
	color: #c0131f;
}
.news5{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news6{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news7{
	margin-top: 50px;
}
.news7 a{
	display: block;
	width: 158px;
	height: 50px;
	border: 1px solid #333333;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.partner{
	margin-top: 100px;
	padding: 60px 0 1px;
	background-color: #fbfbfb;
}
.partner1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.partner2{
	width: 280px;
}
.partner3{
	flex: 1;
}
.partner3 ul{
	overflow: hidden;
}
.partner3 ul li{
	float: left;
	font-size: 0;
	/*width: 25%;*/
	width: calc(100% / 3);
	position: relative;
	margin-bottom: 100px;
}
.link{
	background: url(../img/contact_bg.png) center no-repeat;
	background-size: cover;
	padding: 144px 0;
}
.link1{
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.link2{
	margin-top: 30px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 28px;
}
.link3{
	margin-top: 40px;
	text-align: center;
}
.link3 a{
	display: inline-block;
	width: 158px;
	height: 50px;
	background-color: #c0131f;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.footer{
	background: url(../img/footer_bg.png) center no-repeat;
	background-size: cover;
	padding: 60px 0 30px;
}
.footer1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer2a{
	font-size: 0;
}
.footer2b{
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
}
.footer2b a{
	color: #333333;
	display: inline-block;
	position: relative;
	padding-right: 12px;
	margin-right: 12px;
	line-height: 24px;
}
.footer2b a::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 12px;
	background-color: #333333;
}
.footer2b a:last-child::before{
	width: 0;
}
.footer3{
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.footer3 img{
	width: 127px;
	height: 127px;
	display: block;
	margin: 0 auto 10px;
}
.footer5{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.footer5a{
	font-size: 0;
	margin-right: 9px;
}
.footer5b{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.footer5c{
	margin-top: 6px;
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.footer6{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.footer6 img{
	margin-right: 6px;
}
.footer7{
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.footer7 a{
	color: #333333;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 33.3333333%;
	float: left;
	margin: 9px 0;
	text-align: center;
	height: 40px;
}
.logo_m img{
	max-height: 40px;
	max-width: 80%;
}
.icon_m{
	width: 33.3333333%;
	float: right;
	margin: 9px 0;
	text-align: center;
	height: 40px;
}
.icon_m img{
	max-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;
}
.inHeader{
	padding: 30px 0;
}
.logo{
	float: left;
	font-size: 0;
}
.logo a{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
}
.logo a::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 33px;
	background-color: #ffffff;
}
.logo a:last-child::before{
	width: 0;
}
.inNav{
	float: right;
}
.inNav ul{
	zoom: 1;
}
.inNav ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.inNav ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-left: 50px;
	line-height: 50px;
	position: relative;
}
.inNav ul li a{
	color: #333333;
}
.inNav ul li.on a{
	color: #c0131f;
}
.inNav ul li:hover .navSub{
    display: block;
}
.inBbanner{
	font-size: 0;
	text-align: center;
	position: relative;
}
.inBbanner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.inBbanner2{
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.inBbanner3{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	margin-top: 30px;
}
.inContact{
	padding: 56px 0 40px;
}
.address{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
}
.address1{
	font-size: 24px;
	color: #333333;
}
.address2{
	font-size: 16px;
	color: #666666;
}
.address2 a{
	color: #666666;
}
.inContact1{
	margin-top: 50px;
	font-size: 30px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.inContact2{
	margin-top: 25px;
	width: 72px;
	height: 2px;
	background-color: #f31237;
}
.inContact3{
	margin-top: 36px;
	box-shadow: 0 0 20px #f3f3f3;
	padding: 25px;
	display: flex;
}
.inContact4{
	border-left: 1px solid #e5e5e5;
	width: calc(100% / 3);
	padding: 0 20px;
}
.inContact4:first-child{
	border-left: 0;
}
.inContact5{
	font-size: 0;
	text-align: center;
}
.inContact6{
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.inContact7{
	margin-top: 16px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: center;
}
.map{
	margin-top: 60px;
}
.intro{
	padding: 72px 0 56px;
}
.intro1{
	font-size: 40px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.intro3{
	margin-top: 50px;
	position: relative;
	padding-bottom: 50px;
}
.intro3::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 355px;
	width: 46%;
	background-color: #e5e5e5;
}
.intro4{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.intro5{
	font-size: 0;
	width: 48.75%;
}
.intro6{
	width: 47.38%;
}
.intro7{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
}
.intro8{
	margin-top: 24px;
	width: 59px;
	height: 4px;
	background-color: #df002c;
}
.intro9{
	margin-top: 25px;
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	text-indent: 2rem;
}
.intro10{
	margin-top: 72px;
	height: 1px;
	background-color: #e0e0e0;
	position: relative;
}
.intro10::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #8c8c8c;
	background-color: #e0e0e0;
}
.intro3:nth-child(2n) .intro4{
	flex-direction: row-reverse;
}
.intro3:nth-child(2n)::before{
	left: auto;
	right: 0;
}
.inNews{
	background-color: #f5f5f5;
	padding: 60px 0 50px;
}
.inNews1 ul li{
	list-style-type: none;
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.page{
	margin-top: 50px;
	text-align: center;
	font-size: 0;
}
.page a{
	margin: 0 10px;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #eeeeee;
	font-size: 16px;
	color: #333333;
}
.page a.on{
	background-color: #c0131f;
	color: #fff;
}
.tl{
	text-align: left;
}
.inBbanner4{
	margin-top: 30px;
	font-size: 24px;
	color: #ffffff;
	max-width: 666px;
	line-height: 40px;
}
.serve{
	display: inline-block;
	width: 37px;
	height: 2px;
	background-color: #898989;
}
.serve1{
	margin-top: 20px;
	font-size: 30px;
	color: #898989;
	line-height: 1;
}
.serve2{
	margin-top: 20px;
	line-height: 1;
	font-size: 30px;
	color: #000722;
	font-weight: bold;
}
.serve3{
	margin-top: 16px;
	margin-bottom: -36px;
	font-size: 18px;
	color: #999999;
	line-height: 1;
}
.tr{
	text-align: right;
}
.inServe ul li{
	margin-top: 90px;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inServe ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.inServe1{
	font-size: 0;
	width: 48.8%;
	box-shadow: 0 10px 10px #d1d1d1;
}
.inServe2{
	width: 48.2%;
}
.inServe3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inServe4{
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.inServe5{
	margin-top: 100px;
}
.inServe5 a{
	display: block;
	width: 199px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	font-size: 16px;
	color: #fff;
	background-color: #c0131f;
	font-weight: bold;
}
.too{
	padding: 90px 0 60px;
	background: url(../img/too_bg.png) center no-repeat;
	background-size: cover;
}
.too_d{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
}
.too1{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.too2{
	font-size: 0;
	width: 37%;
}
.too3{
	width: 50%;
}
.too4{
	font-size: 24px;
	color: #333333;
}
.too5{
	margin-top: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.too6{
	width: calc((100% - 39px)/4);
	margin-right: 13px;
	margin-top: 13px;
	height: 81px;
	background-color: #3994ee;
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #ffffff;
	padding: 0 10px;
}
.too6:nth-child(4n){
	margin-right: 0;
}
.too6 img{
	margin-right: 10px;
}
.consult{
	margin-top: 60px;
}
.consult1{
	position: relative;
	background-color: #f9f9f9;
	min-height: 500px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.consult2{
	overflow: hidden;
	height: 100%;
}
.consult_d{
	width: 50%;
	padding-right: 100px;
	height: 100%;
}
.consult3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.consult4{
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.consult5{
	margin-top: 50px;
}
.consult5 a{
	display: block;
	width: 199px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	font-size: 16px;
	color: #fff;
	background-color: #c0131f;
	font-weight: bold;
}
.consult6{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 50%;
	transform: translateY(-50%);
}
.consult1:nth-child(2n) .consult_d{
	float: right;
	padding: 0 0 0 100px;
}
.consult1:nth-child(2n) .consult6{
	left: 0;
	right: auto;
}
.newsDeta{
	padding: 70px 0;
	border-top: 1px solid #e5e5e5;
}
.newsDeta1{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.newsDeta2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-top: 16px;
	border-bottom: 1px solid #e5e5e5;
}
.newsDeta3{
	font-size: 16px;
	color: #666666;
}
.newsDeta4{
	font-size: 16px;
}
.newsDeta4 a{
	color: #666666;
	display: flex;
	align-items: center;
}
.newsDeta4 img{
	margin-right: 5px;
}
.newsDeta5{
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}










