﻿@font-face{
	font-family: "BEBAS";
	src: url('../font/BEBAS.ttf'),url('../font/BEBAS.eot');
	font-weight: normal; 
	font-style: normal;
}


body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
dl, dt, dd, ul, ol, li, 
pre, 
form, fieldset, legend, button, input, textarea, 
th, td  {
    margin: 0;
    padding: 0;
}


body,button, input, select, textarea  {
    font: 14px/1.0 "Arial","PingFangSC-Regular","Source Han Sans CN","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 200;}
address, cite, dfn, em, var, i { font-style: 200; } 
code, kbd, pre, samp { font-family: courier new, courier, monospace; } 
small { font-size: 12px; } 


ul, ol { list-style: none; }


a { color: #333; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; font-size: 0.5em;} 
sub { vertical-align: text-bottom; }


legend { color: #000; } 
fieldset, img { border: 0; } 
button, input, select, textarea { font-size: 100%; outline: none; border: none; background: none;} 
button, input[type="button"] { cursor: pointer;-webkit-appearance: none;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}



table { border-collapse: collapse; border-spacing: 0; }


article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
img{
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;
	
}

html{
	font-size: 100px;
	height: 100%;
}
body{
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	font-weight: 200;
}
.clear-both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w1200{
    width: 12rem;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
.w1600{
    max-width: 1200px;
    width: 82%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
.pd{
	padding: 0.9rem 0;
}
.is{
    display: block;
    height: 1px;
}

.mCSB_inside > .mCSB_container{
	margin-right: 0.16rem;
}
.mCSB_scrollTools{
	width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	background-color: #d2d2d2;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #0374d9;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #0374d9;
}

.head-box{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	box-sizing: border-box;
	padding: 0 0.6rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: rgba(255,255,255,0);
	transition: all 0.4s;
}
.head-box .w1600{
	display: flex;
	height: 1.2rem;
	justify-content: space-between;
	transition: all 0.4s;
}
.head-box .logo-a{
	flex-shrink: 0;
	width: 1.91rem;
	height: 100%;
	background-image: url(../image/logo1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.head-box .nav-ul{
	font-size: 0;
	white-space: nowrap;
}
.head-box .nav-ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.6rem;
}
.head-box .nav-ul li:last-of-type{
	margin-right: 0;
}
.head-box .nav-ul li::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 70%;
	margin: auto;
	width: 0;
	height: 3px;
	background-color: #0374d9;
	opacity: 0;
	transition: all 0.4s;
}
.head-box .nav-ul li a{
	display: block;
	font-size: 0.16rem;
	height: 1.2rem;
	line-height: 1.2rem;
	transition: all 0.4s;
}
.head-box .nav-ul li.active::after{
	opacity: 1;
	width: 10px;
}
.head-box .nav-ul li.active a{
	color: #0374d9 !important;
}

.head-box .nav-ul li.pitchon::after{
	opacity: 1;
	width: 10px;
}
.head-box .nav-ul li.pitchon a{
	color: #0374d9 !important;
}

.bodyh .head-box .logo-a{
	background-image: url(../image/logo2.png);
}
.bodyh .head-box .nav-ul li a{
	color: #fff;
}

.headh-box{
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
}
.headh-box .w1600{
	height: 1.0rem;
}
.headh-box .nav-ul li a{
	height: 1.0rem;
	line-height: 1.0rem;
}

.bodyh .headh-box .logo-a{
	background-image: url(../image/logo1.png);
}
.bodyh .headh-box .nav-ul li a{
	color: #333;
}

.head-box .menu-dl{
    display: none;
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.1rem;
    right: 0.1rem;
    justify-content: center;
    align-items: center;
    background-color: #0374d9;
    cursor: pointer;
    z-index: 12;
	border-radius: 4px;
    transition: all 0.5s ease;
}
.head-box .menu-dl dt{
    width: 23px;
}
.head-box .menu-dl dt i{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: all 0.5s ease;
}
.head-box .menu-active {}
.head-box .menu-active dt i:nth-of-type(1){
    transform: rotate(45deg) translate(5.5px, 6px);
}
.head-box .menu-active dt i:nth-of-type(2){
    opacity: 0;
}
.head-box .menu-active dt i:nth-of-type(3){
    transform: rotate(-45deg) translate(5.5px, -6px);
}


.foot-box{
	position: relative;
	z-index: 3;
	background-color: #0271d9;
	color: #fff;
}
.foot-box .view1{
	display: flex;
	justify-content: space-between;
}
.foot-box .divl{
	
}
.foot-box .divl .a1{
	display: block;
	width: 2.04rem;
}
 .foot-box .divl .a1 img{
	 width: 100%;
 }
.foot-box .divl h5{
	font-size: 0.34rem;
	margin: 0.5rem 0;
}
.foot-box .divl .a2{
	display: block;
	width: 2.0rem;
	height: 0.6rem;
	background-color: #fff;
	border-radius: 0.3rem;
	color: #0374d9;
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.6rem;
	transition: all 0.4s;
}
.foot-box .divl h6{
	display: flex;
	width: 2.0rem;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.foot-box .divl h6 a{
	flex-shrink: 0;
	width: 0.24rem;
	position: relative;
}
.foot-box .divl h6 a:last-of-type{
	margin-right: 0;
}
.foot-box .divl h6 a img{
	width: 100%;
	transition: all 0.4s;
}
.foot-box .divl h6 a .img{
	position: absolute;
	width: 1.2rem;
	top: 0.54rem;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none; 
}
.foot-box .divr{
	display: flex;
}
.foot-box .divr li{
	margin-left: 2.0rem;
}
.foot-box .divr li a{
	display: block;
	font-size: 0.18rem;
	line-height: 1.4;
	opacity: 0.6;
	color: #fff;
	font-size: 0.18rem;
	margin-top: 0.24rem;
	transition: all 0.4s;
}
.foot-box .divr li a:nth-of-type(1){
	opacity: 1;
}
.foot-box .divr li a:nth-of-type(1)::after{
	content: "";
	display: block;
	width: 0.15rem;
	height: 2px;
	background-color: #fff;
	opacity: 0.6;
	margin-top: 0.22rem;
}

.foot-box .view2{
	border-top: 1px solid #328bdf;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.36rem 0;
}
.foot-box .view2 h6{
	font-size: 0.16rem;
	color: #9ac6f0;
	line-height: 1.6;
}

.foot-box .view3{
	position: fixed;
	right: 0.2rem;
	bottom: 10%;
}
.foot-box .view3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	margin-top: 0.12rem;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
	transition: all 0.4s;
}
.foot-box .view3 a img{
	width: 0.19rem;
}
.foot-box .view3 a .img{
	position: absolute;
	top: 0.2rem;
	right: 0.6rem;
	width: 1.2rem;
	pointer-events: none;
	opacity: 0;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
	transition: all 0.4s;
}

.paging-box{
	height: 0.4rem;
	margin-top: 0.7rem;
	font-size: 0;
	text-align: center;
}
.paging-box a{
	
}
.paging-box a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.2rem;
	padding: 0 0.1rem;
	position: relative;
	margin: 0 0.12rem;
	color: #999;
	transition: all 0.4s;
}
.paging-box .page::after{
	content: "";
	position: absolute;
	bottom: -0.2rem;
	margin: auto;
	left: 0;
	right: 0;
	width: 0;
	opacity: 0;
	height: 3px;
	background-color: #0374d9;
	transition: all 0.4s;
}
.paging-box .prev{
	color: #d3d3d3;
}
.paging-box .prev::after{
	content: "\eb09";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-box .next{
	color: #d3d3d3;
}
.paging-box .next::after{
	content: "\eb08";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-box .active{
	color: #0374d9;
}
.paging-box .active::after{
	opacity: 1;
	width: 0.18rem;
}

.paging-box .on{
	color: #0374d9;
}
.paging-box .on::after{
	opacity: 1;
	width: 0.18rem;
}

.box{
	position: relative;
	z-index: 3;
	margin-top: 1.2rem;
	background-color: #fff;
	transition: all 0.4s;
}

.crumb-box{
	display: flex;
	font-size: 0.16rem;
	color: #666;
	padding-top: 0.4rem;
}
.crumb-box a{
	color: #666;
	margin: 0 0.12rem;
	transition: all 0.4s;
}
.crumb-box a:first-of-type{
	margin-left: 0;
}



.news-box{
	
}
.news-box .view1{
	
}
.news-box .view1{
	display: flex;
	align-items: center;
	margin-bottom: 0.54rem;
	padding-left: 0.3rem;
}
.news-box .view1 a{
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #999;
	margin-right: 0.62rem;
	transition: all 0.4s;
	height: 0.56rem;
	position: relative;
}
.news-box .view1 a:first-of-type{
	font-size: 0.28rem;
}
.news-box .view1 a:last-of-type{
	margin-right: 0;
}
.news-box .view1 a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #0374d9;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.4s;
}
.news-box .view1 .active{
	color: #0374d9;
}
.news-box .view1 .active::after{
	width: 0.3rem;
	opacity: 1;
}

.news-box .view1 .pitchon{
	color: #0374d9;
}
.news-box .view1 .pitchon::after{
	width: 0.3rem;
	opacity: 1;
}
.news-box .ul{
	margin-top: -0.3rem;
}
.news-box .ul li{
	border-bottom: 2px solid #f2f2f2;
}
.news-box .ul li a{
	display: flex;
	position: relative;
	padding: 0.3rem 0;
}
.news-box .ul li a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background-color: #0374d9;
	transition: all 0.4s;
}
.news-box .ul li em{
	flex-shrink: 0;
	width: 38%;
	padding-bottom: 24%;
	overflow: hidden;
	position: relative;
	border-radius: 0.2rem;
}
.news-box .ul li em img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.4s;
}
.news-box .ul li div{
	flex: 1;
	position: relative;
	min-width: 0;
	margin-left: 0.46rem;
	padding-top: 0.24rem;
	box-sizing: border-box;
	padding-right: 1.6rem;
}
.news-box .ul li div h5{
	font-size: 0.3rem;
	line-height: 1.4;
	margin-bottom: 0.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
}
.news-box .ul li div p{
	font-size: 0.18rem;
	line-height: 1.8;
	color: #666;
	height: 0.98rem;
	overflow: hidden;
}
.news-box .ul li div h6{
	position: absolute;
	left: 0;
	bottom: 0.3rem;
}
.news-box .ul li div span{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	color: #666;
	padding-left: 0.24rem;
	background-repeat: no-repeat;
	background-size: auto 0.16rem;
	margin-right: 0.5rem;
}
.news-box .ul li div span:nth-of-type(1){
	background-image: url(../image/ic2.png);
}
.news-box .ul li div span:nth-of-type(2){
	background-image: url(../image/ic3.png);
}
.news-box .ul li div i{
	position: absolute;
	right: 0;
	top: 0.1rem;
	width: 0.7rem;
	height: 0.7rem;
	background-color: #0374d9;
	color: #fff;
	border-radius: 50%;
	font-size: 0.36rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
}
.news-box .ul li div i::after{
	content: "\eb08";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}



.newsInfo-box{
	
}
.newsInfo-box .view1{
	padding-bottom: 0.26rem;
	border-bottom: 3px solid #eee;
	margin-bottom: 0.54rem;
}
.newsInfo-box .view1 h5{
	font-size: 0.5rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 0.54rem;
}
.newsInfo-box .view1 h6{
	text-align: right;
}
.newsInfo-box .view1 h6 span{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	color: #666;
	padding-left: 0.24rem;
	background-repeat: no-repeat;
	background-size: auto 0.16rem;
	margin-left: 0.5rem;
}
.newsInfo-box .view1 h6 span:nth-of-type(1){
	background-image: url(../image/ic2.png);
}
.newsInfo-box .view1 h6 span:nth-of-type(2){
	background-image: url(../image/ic3.png);
}

.newsInfo-box .view2{
	margin-bottom: 0.9rem;
}
.newsInfo-box .view2 p{
	font-size: 0.18rem;
	line-height: 1.6;
}
.newsInfo-box .view2 img,
.newsInfo-box .view2 video{
	width: auto;
	max-width: 100%;
}

.newsInfo-box .view3{
	
}
.newsInfo-box .view3 h6{
	display: flex;
}
.newsInfo-box .view3 h6 a{
	flex-shrink: 0;
	width: 0.34rem;
	height: 0.34rem;
	margin-right: 0.09rem;
}
.newsInfo-box .view3 h6 a:last-of-type{
	margin-right: 0;
}
.newsInfo-box .view3 h6 a img{
	width: 100%;
}
.newsInfo-box .view3 h5{
	padding-top: 0.4rem;
	margin-top: 0.4rem;
	border-top: 3px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsInfo-box .view3 h5 p{
	font-size: 0.16rem;
	color: #e5e5e5;
}
.newsInfo-box .view3 h5 p a{
	color: #333;
	margin: 0 0.2rem;
	transition: all 0.4s;
}
.newsInfo-box .view3 h5 p a:first-of-type{
	margin-left: 0;
}
.newsInfo-box .view3 h5 .a{
	flex-shrink: 0;
	width: 2.0rem;
	height: 0.6rem;
	font-size: 0.18rem;
	background-color: #0374d9;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.3rem;
}
.newsInfo-box .view3 h5 .a:before{
	content: "\eaf0";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.28rem;
	margin-right: 0.1rem;
}



.about-box{
	
}
.about-box .view1{
	
}
.about-box .view1 svg{
	display: block;
	height: 0.7rem;
	width: 3.0rem;
	margin: 0 auto;
}
.about-box .view1 .text{
	text-anchor: middle;
	dominant-baseline: middle;
	font-size: 0.6rem;
	font-weight: normal;
}
.about-box .view1::after{
	content: "";
	display: block;
	margin: 0.54rem auto 0;
	width: 0.3rem;
	height: 3px;
	background-color: #0ea4e7;
}

.about-box .view2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.about-box .view2 div{
	position: relative;
	width: 100%;
	height: 2.5rem;
	background-image: url(../image/tp6.jpg);
	
	background-position: center;
	background-size: cover; 
	
}
.about-box .view2 div h6{
	position: absolute;
	font-size: 0.8rem;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-shadow: 0px 0.05rem 0.33rem rgba(0,0,0,0.38);
}

.about-box .view3{
	display: flex;
	justify-content: space-between;
}
.about-box .view3 li{
	flex-shrink: 0;
	width: 22%;
	text-align: center;
}
.about-box .view3 li h6{
	width: 1.8rem;
	margin: 0 auto;
}
.about-box .view3 li h6 svg{
	display: block;
	height: 0.5rem;
	width: 100%;
}
.about-box .view3 li h6 .text{
	text-anchor: middle;
	dominant-baseline: middle;
	font-size: 0.4rem;
	font-weight: normal;
}
.about-box .view3 li h6::after{
	content: "";
	display: block;
	margin: 0.28rem auto 0;
	width: 0.3rem;
	height: 3px;
	background-color: #0ea4e7;
}
.about-box .view3 li p{
	font-size: 0.16rem;
	line-height: 2.0;
	margin-top: 0.34rem;
}



.contact-box{
	
}
.contact-box .view1{
	
}
.contact-box .view1 h5{
font-size: 0.8rem;

	font-weight: bold;
	color: #fff;
	text-shadow: -1px 1px 0 #0271d9, 1px 1px 0 #0271d9, 1px -1px 0 #0271d9, -1px -1px 0 #0271d9;
}
.contact-box .view1 dl{
margin-top: 0.2rem;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-box .view1 dt{
	flex: 1;
	min-width: 0;
	margin-right: 0.8rem;
}
.contact-box .view1 dt p{
	font-size: 0.18rem;
	line-height: 0.3rem;
	
	margin-bottom: 0.05rem;
}
.contact-box .view1 dt p:last-of-type{
	margin-bottom: 0;
}
.contact-box .view1 dt p span{
	
}
.contact-box .view1 dt p strong{
	font-size: 0.24rem;
}
.contact-box .view1 dt p em{
	font-weight: bold;
}
.contact-box .view1 dd{
	display: flex;
}
.contact-box .view1 dd p{
	flex-shrink: 0;
	width: 1.14rem;
	margin-right: 0.6rem;
}
.contact-box .view1 dd p:last-of-type{
	margin-right: 0;
}
.contact-box .view1 dd p img{
	width: 100%;
}
.contact-box .view1 dd p span{
	display: block;
	text-align: center;
	font-size: 0.16rem;
	margin-top: 0.12rem;
}

.contact-box .view2{
margin: 0.1rem 0 0.8rem;

}
.contact-box .view2 img{
	width: 100%;
}

.contact-box .view3{
	
}
.contact-box .view3 dl{
	
}
.contact-box .view3 dt{
	
}
.contact-box .view3 dt svg{
	display: block;
	height: 0.5rem;
	width: 100%;
}
.contact-box .view3 dt .text{
	text-anchor: middle;
	dominant-baseline: middle;
	font-size: 0.4rem;
	font-weight: normal;
}
.contact-box .view3 dt::after{
	content: "";
	display: block;
	margin: 0.28rem auto 0;
	width: 0.3rem;
	height: 3px;
	background-color: #0ea4e7;
}
.contact-box .view3 dd{
	font-size: 0.18rem;
	color: #666;
	line-height: 1.5;
	margin-top: 0.3rem;
	text-align: center;
}
.contact-box .view3 form{
	margin-top: 0.4rem;
	font-size: 0;
}
.contact-box .view3 form div.message{
	margin-top: 0.01rem;
	font-size: 0.12px;
	margin-bottom: 0.2rem;
}
.contact-box .view3 form input{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	height: 0.6rem;
	border-radius: 0.3rem;
	border: 2px solid #0374d9;
	font-size: 0.16rem;
	padding: 0 0.22rem;
	transition: all 0.4s;
}
.contact-box .view3 form input:nth-of-type(6){
	margin-right: 0;
}
.contact-box .view3 form textarea{
	margin: 0.2rem 0 0.32rem;
	width: 100%;
	resize: none;
	box-sizing: border-box;
	padding: 0.16rem 0.22rem;
	border-radius: 0.3rem;
	border: 2px solid #0374d9;
	height: 1.2rem;
	font-size: 0.16rem;
	line-height: 1.6;
}
.contact-box .view3 form input:focus,
.contact-box .view3 form textarea:focus{
	border-color: #0374d9;
}
.contact-box .view3 form button{
	width: 3.0rem;
	height: 0.6rem;
	border-radius: 0.3rem;
	color: #fff;
	background-color: #0374d9;
	font-size: 0.16rem;
}



.caseInfo-box{
	padding-top: 0.3rem;
}
.caseInfo-box .view1{
	position: relative;
	padding-bottom: 37.5%;
	background-color: #fafafa;
}
.caseInfo-box .view1 .swiper-container{
	position: absolute;
	width: 67.5%;
	height: 100%;
	top: 0;
	left: 0;
}
.caseInfo-box .view1 .swiper-slide{
	
}
.caseInfo-box .view1 .swiper-slide img{
	width: 100%;
	height: 100%;

object-fit: contain
}
.caseInfo-box .view1 .swiper-pagination{
	font-size: 0;
	bottom: 0.2rem;
}
.caseInfo-box .view1 .swiper-pagination-bullet{
	background-color: #999;
	opacity: 1;
}
.caseInfo-box .view1 .swiper-pagination-bullet-active{
	background-color: #0374d9;
}
.caseInfo-box .view1 .swiper-button{
	background: none;
	width: 0.4rem;
	height: 0.4rem;
	margin-top: -0.2rem;
	font-size: 0.4rem;
	color: #fff;
}
.caseInfo-box .view1 .swiper-button-prev{
	left: 0.14rem;
}
.caseInfo-box .view1 .swiper-button-next{
	right: 0.14rem;
}
.caseInfo-box .view1 .swiper-button-prev::after{
	content: "\eb09";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.caseInfo-box .view1 .swiper-button-next::after{
	content: "\eb08";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.caseInfo-box .view1 .video-div{
	position: absolute;
	width: 67.5%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}
.caseInfo-box .view1 .video-div video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.caseInfo-box .view1 .video-div::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.4s;
}
.caseInfo-box .view1 .video-div::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.47rem 0 0 -0.47rem;
	z-index: 3;
	width: 0.94rem;
	height: 0.94rem;
	background-image: url(../image/ic1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.4s;
}
.caseInfo-box .view1 .active::after{
	opacity: 0;
}
.caseInfo-box .view1 .active::before{
	opacity: 0;
	transform: scale(1.6);
}

.caseInfo-box .view1 .div{
	position: absolute;
	width: 32.5%;
	height: 100%;
	top: 0;
	right: 0;
	box-sizing: border-box;
	padding: 0.3rem 0.4rem;
}
.caseInfo-box .view1 .content{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.caseInfo-box .view1 .div h5{
	font-size: 0.32rem;
	line-height: 1.4;
	color: #111;
}
.caseInfo-box .view1 .div dl{
	margin-top: 0.26rem;
}
.caseInfo-box .view1 .div dt{
	font-size: 0.22rem;
	margin-bottom: 0.14rem;
}
.caseInfo-box .view1 .div dd{
	font-size: 0.16rem;
	line-height: 1.8;
}
.caseInfo-box .view1 .div dd p{
	
}

.caseInfo-box .view2{
	margin-top: 0.8rem
}
.caseInfo-box .view2 h5{
	margin-bottom: 0.34rem;
}
.caseInfo-box .view2 h5 svg{
	display: block;
	height: 0.6rem;
	width: 100%;
}
.caseInfo-box .view2 h5 .text{
	text-anchor: inherit;
	dominant-baseline: middle;
	font-size: 0.5rem;
	font-weight: normal;
}
.caseInfo-box .view2 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.2rem;
}
.caseInfo-box .view2 .ul li{
	flex-shrink: 0;
	width: 32.4%;
	margin-right: 1.4%;
	cursor: pointer;
	margin-top: 0.2rem;
	padding-bottom: 19%;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
}
.caseInfo-box .view2 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.caseInfo-box .view2 .ul li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.caseInfo-box .view2 .ul li h6{
	position: absolute;
	width: calc(100% - 0.4rem);
	z-index: 3;
	left: 0.2rem;
	bottom: 0.18rem;
	font-size: 0.18rem;
	color: #fff;
}
.caseInfo-box .view2 .ul li::after{
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.64rem;
	background-image: url(../image/bg1.png);
	background-size: 100% 100%;
}



.banner-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 24vw;
	
}
.banner-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.video-box{
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.video-box .div{
	position: absolute;
	width: 9.0rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.video-box .div video{
	width: 100%;
}
.video-box .div i{
	position: absolute;
	cursor: pointer;
	width: 0.4rem;
	height: 0.4rem;
	top: 0;
	right: 0;
	z-index: 3;
	background-color: #0374d9;
	color: #fff;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.24rem;
}
.video-box .div i::after{
	content: "\eaf4";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}



.case-box{
	position: relative;
	z-index: 3;
	padding-top: 24vw;
	
}
.case-box .case-div{
	background-color: #fff;
}
.case-box .view1{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.2rem;
}
.case-box .view1 li{
	flex-shrink: 0;
	width: 32.4%;
	margin-right: 1.4%;
	margin-top: 0.2rem;
}
.case-box .view1 li:nth-of-type(3n){
	margin-right: 0;
}
.case-box .view1 li a{
	display: block;
	width: 100%;
	padding-bottom: 61%;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
}
.case-box .view1 li video,
.case-box .view1 li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.case-box .view1 li img{
	position: absolute;
	z-index: 3;
}
.case-box .view1 li.active img{
	opacity: 0;
}
.case-box .view1 li dl{
	position: absolute;
	width: calc(100% - 0.4rem);
	z-index: 3;
	left: 0.2rem;
	bottom: 0.14rem;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.case-box .view1 li dt{
	flex-shrink: 0;
	width: calc(100% - 0.8rem);
	font-size: 0.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.case-box .view1 li dd{
	flex-shrink: 0;
	width: 0.6rem;
	height: 0.3rem;
	background-color: #0374d9;
	color: #fff;
	border-radius: 0.15rem;
	text-align: center;
	line-height: 0.3rem;
}
.case-box .view1 li a::after{
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.64rem;
	background-image: url(../image/bg1.png);
	background-size: 100% 100%;
}



.swiper-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.swiper-box .swiper-slide{
	
}
.swiper-box .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-box .w1600{
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 0.6rem;
	transform: translateX(-50%);
}
.swiper-box .swiper-pagination{
	position: static;
}
.swiper-box .swiper-button{
	margin: 0 0 0 0.1rem;
	position: static;
	flex-shrink: 0;
	width: 0.46rem;
	height: 0.46rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: none;
	font-size: 0.22rem;
	color: #fff;
	text-align: center;
	line-height: 0.46rem;
	transition: all 0.4s;
}
.swiper-box .swiper-button-prev::after{
	content: "\eb09";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-box .swiper-button-next::after{
	content: "\eb08";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-box .swiper-pagination{
	display: flex;
	align-items: center;
}
.swiper-box .swiper-pagination p{
	width: auto;
	height: auto;
	background: none;
	display: flex;
	align-items: center;
	opacity: 1;
	margin-right: 0.12rem;
}
.swiper-box .swiper-pagination p span{
	font-size: 0.2rem;
	color: #fff;
	margin-right: 0.12rem;
}
.swiper-box .swiper-pagination p i{
	position: relative;
	width: 0;
	height: 2px;
	background-color: rgba(255,255,255,0.3);
	transition: all 0.4s;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet-active i{
	width: 0.5rem;
}
.swiper-box .swiper-pagination p i::after{
	content: "";
	position: absolute;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet-active i::after{
	animation: dh1 4.5s linear forwards;
}
@keyframes dh1 {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}



.index-box{
	position: relative;
	z-index: 3;
	margin-top: 100vh;
	transition: all 0.4s;
}
.index-box .title-h5{
	position: relative;
	height:0.8rem;
	
	overflow: hidden;
}
.index-box .title-h5 strong{
	position: absolute;
	left: 100%;
	top: 0;
	
	font-size: 0.8rem;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-shadow: -1px 1px 0 #0271d9, 1px 1px 0 #0271d9, 1px -1px 0 #0271d9, -1px -1px 0 #0271d9;
}
.index-box .title-h6{
margin-top: 0.04rem;
	
}
.index-box .title-h6 svg{
	display: block;
	height: 0.4rem;
	
	width: 100%;
}
.index-box .title-h6 .text{
	text-anchor: middle;
	dominant-baseline: middle;
	font-size: 0.3rem;
	
	font-weight: normal;
}
.index-box .left-h6 .text{
	text-anchor: inherit;
	transform: translateX(-50%);
}
.index-box .title-h6 .svg{
	opacity: 0;
	height: 0;
}

.index-box .view1{
	background-color: #fff;
}
.index-box .view1 .div{
	text-align: center;
	margin-top: 0.16rem;
	
}
.index-box .view1 .div p{
	font-size: 0.16rem;
	line-height: 1.8;
	
}
.index-box .view1 .list{
	margin-top: 0.1rem;

	overflow: hidden;
	padding: 0 0.5rem;
}
.index-box .view1 .list ul{
	display: flex;
}
.index-box .view1 .list ul li{
	flex-shrink: 0;
	width: 2.94rem;
	text-align: center;
	margin-right:4vw;

}
.index-box .view1 .list ul li:last-of-type{
	margin-right: 0;
}
.index-box .view1 .list ul li img{
width: 50%;
	
}
.index-box .view1 .list ul li h6{
font-size: 0.24rem;
	
	margin-top: 0.1rem;
}
.index-box .view1 .list ul li span{
	display: block;
	width: 1.0rem;
	height: 0.32rem;
	background-color: #0374d9;
	color: #fff;
	text-align: center;
	line-height: 0.32rem;
	border-radius: 0.16rem;
	font-size: 0.16rem;
	margin: 0.1rem auto 0.06rem;

}
.index-box .view1 .list ul li p{
	font-size: 0.16rem;
	line-height: 2.0;
	color: #666;
}

.index-box .view2{
	background-color: #f6faff;
}
.index-box .view2 .title-h5 strong{
	color: #f6faff;
}
.index-box .view2 .content{
	position: relative;
	margin-top: 0.2rem;
	
}
.index-box .view2 .content ul{
	position: absolute;
	z-index: 3;
	width: 1.4rem;
	height: 60%;
	top: 20%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index-box .view2 .content ul:nth-of-type(1){
	
		left: 8%;
}
.index-box .view2 .content ul:nth-of-type(2){

	right: 8%;
}
.index-box .view2 .content ul li{
	flex-shrink: 0;
	width: 0.63rem;
	height: 0.63rem;
	
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: dh3 2.4s linear infinite;
	opacity: 0.1;
	transform: scale(0.9);
}
.index-box .view2 .content ul:nth-of-type(1) li:nth-of-type(1),
.index-box .view2 .content ul:nth-of-type(1) li:nth-of-type(4){
	margin-left: 0.5rem;
}
.index-box .view2 .content ul:nth-of-type(2) li:nth-of-type(2),
.index-box .view2 .content ul:nth-of-type(2) li:nth-of-type(3){
	margin-left: 0.5rem;
}
.index-box .view2 .content ul li img{
	flex-shrink: 0;
	width: 0.42rem;
	
}
@keyframes dh3 {
	0% {
		opacity: 0.1;
		transform: scale(0.9);
	}
	60% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0.1;
		transform: scale(0.9);
	}
}
.index-box .view2 .content .div{
width: 58%;
	
	margin: 0 auto;
	position: relative;
}
.index-box .view2 .content .div .img{
	width: 100%;
}
.index-box .view2 .content .div ol{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index-box .view2 .content .div li{
	position: absolute;
}
.index-box .view2 .content .div li:nth-of-type(1){
	top: 4.8%;
	left: 20%;
	width: 60%;
	height: 26%;
}
.index-box .view2 .content .div li:nth-of-type(2){
	top: 30%;
	left: 3%;
	width: 30%;
	height: 40%;
}
.index-box .view2 .content .div li:nth-of-type(3){
	top: 30%;
	right: 3%;
	width: 30%;
	height: 40%;
}
.index-box .view2 .content .div li:nth-of-type(4){
	bottom: 4.8%;
	left: 20%;
	width: 60%;
	height: 26%;
}
.index-box .view2 .content .div li i{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1.2rem;
	height: 1.2rem;
	
	border-radius: 50%;
	color: #fff;
	font-style: inherit;
	font-size: 0.24rem;
	text-align: center;
	line-height: 1.2rem;
	
	cursor: pointer;
	transition: all 0.4s;
}
.index-box .view2 .content .div li i::after{
	content: "";
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	top: -0.15rem;
	left: -0.15rem;
	background-size: 100% 100%;
	animation: dh2 5s linear infinite;
}
.index-box .view2 .content .div li:nth-of-type(1) i::after{
	background-image: url(../image/ic31.png);
}
.index-box .view2 .content .div li:nth-of-type(2) i::after{
	background-image: url(../image/ic28.png);
}
.index-box .view2 .content .div li:nth-of-type(3) i::after{
	background-image: url(../image/ic29.png);
}
.index-box .view2 .content .div li:nth-of-type(4) i::after{
	background-image: url(../image/ic30.png);
}
@keyframes dh2 {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.index-box .view2 .content .div li p{
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	opacity: 0;
	transition: all 0.4s;
}
.index-box .view2 .content .div li span{
	flex-shrink: 0;
	font-size: 0.2rem;
	padding: 0.08rem 0.1rem;
	box-sizing: border-box;
}
.index-box .view2 .content .div li:nth-of-type(1) span{
	width: 50%;
}
.index-box .view2 .content .div li:nth-of-type(4) span{
	width: 50%;
}
.index-box .view2 .content .div li:nth-of-type(2) span{
	width: 50%;
}
.index-box .view2 .content .div li:nth-of-type(3) span{
	width: 50%;
}
.index-box .view2 .content .div li span:before{
	content: "•";
	color: #0374d9;
	margin-right: 0.08rem;
}

.index-box .view3{
	background-color: #fff;
}
.index-box .view3 .div{
	display: flex;
	align-items: flex-start;
	margin-top: 0.6rem;
}
.index-box .view3 .div .h5{
	flex-shrink: 0;
	width: 2.6rem;
	margin-right: 1.4rem;
}
.index-box .view3 .div .h5 span{
	display: block;
	font-size: 0.3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	cursor: pointer;
	transition: all 0.4s;
}
.index-box .view3 .div .h5 .active{
	color: #0374d9;
	font-size: 0.4rem;
}
.index-box .view3 .div .h5 span i{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 0.41rem;
	background-image: url(../image/ic4.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0.4rem;
	opacity: 0;
	transition: all 0.4s;
}
.index-box .view3 .div .h5 .active i{
	opacity: 1;
	margin-left: 0.2rem;
}
.index-box .view3 .div .h5 a{
	display: block;
	margin-top: 0.32rem;
	width: 0.7rem;
	height: 0.7rem;
	text-align: center;
	line-height: 0.7rem;
	border-radius: 50%;
	background-color: #0374d9;
	font-size: 0.32rem;
	color: #fff;
}
.index-box .view3 .div .h5 a::after{
	content: "\eb08";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.index-box .view3 .tab{
	flex: 1;
	min-width: 0;
}
.index-box .view3 .tab ul{
	font-size: 0;
	display: none;
}
.index-box .view3 .tab ul:first-of-type{
	display: block;
}
.index-box .view3 .tab ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 40%;
}
.index-box .view3 .tab ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.4s;
}
.index-box .view3 .tab ul li:nth-of-type(1){
	width: 100%;
	margin-top: 0;
}
.index-box .view3 .tab ul li:nth-of-type(2){
	width: calc(45% - 5px);
	margin-right: 10px;
}
.index-box .view3 .tab ul li:nth-of-type(3){
	width: calc(55% - 5px);
}
.index-box .view3 .tab ul li:nth-of-type(4){
	width: calc(55% - 5px);
	margin-right: 10px;
}
.index-box .view3 .tab ul li:nth-of-type(5){
	width: calc(45% - 5px);
}

.index-box .view4{
	padding-top: 0;
	background-color: #fff;
}
.index-box .view4 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}
.index-box .view4 .ul li{
	flex-shrink: 0;
	width: 18%;
	margin-right: 2.5%;
	margin-top: 0.3rem;
	overflow: hidden;
	border-radius: 0.2rem;
	background-color: #f6faff;
}
.index-box .view4 .ul li:nth-of-type(5n){
	margin-right: 0;
}
.index-box .view4 .ul li img{
	width: 100%;
}

.index-box .view5{
	background-color: #f6faff;
}
.index-box .view5 .title-h5 strong{
	color: #f6faff;
}
.index-box .view5 .svg{
	display: block;
	height: 0;
	opacity: 0;
	width: 100%;
}
.index-box .view5 .list{
	overflow: hidden;
	margin-top: 0.6rem;
	padding: 0 0.5rem;
}
.index-box .view5 .list ul{
	display: flex;
}
.index-box .view5 .list ul li{
	flex-shrink: 0;
    width: 2.4rem;
    padding: 0.8rem 0 0.8rem 0.24rem;
    background-image: url(../image/ic32.png);
    background-size: 1px 100%;
    background-repeat: no-repeat;
}
.index-box .view5 .list ul li h6 svg{
	display: block;
	height: 1.6rem;
	width: 100%;
	margin-left: calc(-0.24rem + 1px);
}
.index-box .view5 .list ul li h6 .text{
	text-anchor: middle;
	dominant-baseline: middle;
	font-size: 1.5rem;
	font-weight: bold;
}
.index-box .view5 .list ul li dl{
	position: relative;
	margin-top: -0.4rem;
}
.index-box .view5 .list ul li dt{
	font-size: 0.3rem;
}
.index-box .view5 .list ul li dd{
	font-size: 0.14rem;
	color: #666;
	margin-top: 0.08rem;
}
.index-box .view5 .list ul li dl::after{
	content: "";
	display: block;
	width: 0.4rem;
	height: 4px;
	background-color: #0374d9;
	margin-top: 0.32rem;
}
.index-box .view5 .list ul li p{
	margin-top: 0.24rem;
}
.index-box .view5 .list ul li p span{
	display: block;
	font-size: 0.18rem;
	color: #666;
	line-height: 2.0;
}

.index-box .view6{
	background-color: #fff;
}
.index-box .view6 .title-div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.14rem;
}
.index-box .view6 .title-h6{
	margin-top: 0;
}
.index-box .view6 .title-div a{
	font-size: 0.2rem;
	color: #0374d9;
	font-weight: bold;
}
.index-box .view6 .ul{
	margin-top: 0.3rem;
}

.index-box .mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom: 0;
}
.index-box .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	opacity: 0;
}
.index-box .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag{
	opacity: 0;
}



@media (min-width: 992px) {
	.foot-box .view3 a:hover{
		box-shadow: 0 0 0.15rem rgba(3,116,217,0.5);
	}
	.foot-box .view3 a:hover .img{
		top: 0;
		opacity: 1;
	}
	.index-box .view3 .tab ul li:hover img{
		transform: scale(1.1);
	}
	.index-box .view2 .content .div li i:hover{
		opacity: 0;
	}
	.index-box .view2 .content .div li i:hover + p{
		opacity: 1;
		top: 50%;
	}
	.index-box .view3 .div .h5 span:hover{
		color: #0374d9;
		font-size: 0.4rem;
	}
	.index-box .view3 .div .h5 span:hover i{
		opacity: 1;
		margin-left: 0.2rem;
	}
	.swiper-box .swiper-button:hover{
		background-color: #0374d9;
		border-color: #0374d9;
	}
	.caseInfo-box .view2 .ul li:hover img{
		transform: scale(1.1);
	}
	.newsInfo-box .view3 h5 p a:hover{
		color: #0374d9;
	}
	.crumb-box a:hover{
		color: #0374d9;
	}
	.news-box .ul li a:hover::after{
		width: 100%;
	}
	.news-box .ul li a:hover div i{
		transform: rotate(-45deg);
	}
	.news-box .ul li a:hover div h5{
		color: #0374d9;
	}
	.news-box .ul li a:hover em img{
		transform: scale(1.1);
	}
	.news-box .view1 a:hover::after{
		width: 0.3rem;
		opacity: 1;
	}
	.news-box .view1 a:hover{
		color: #0374d9;
	}
	.paging-box a:hover{
		color: #0374d9;
	}
	.paging-box .page:hover::after{
		opacity: 1;
		width: 0.18rem;
	}
	.foot-box .divl h6 a:hover .img{
		opacity: 1;
		top: 0.34rem;
	}
	.foot-box .divl h6 a:hover img{
		opacity: 0.6;
	}
	.foot-box .divl .a2:hover{
		box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
	}
	.foot-box .divr li a:hover{
		opacity: 1;
	}
	.head-box .nav-ul li:hover::after{
		opacity: 1;
		width: 10px;
	}
	.head-box .nav-ul li:hover a{
		color: #0374d9;
	}
	
	
}

@media (max-width: 1600px) {
	html{
		font-size: 90px;
	}
}

@media (max-width: 1500px) {
	
}

@media (max-width: 1400px) {
	html {
		font-size: 80px;
	}
	.w1400{
		width: 80%;
	}
}

@media (max-width: 1200px) {
	.w1600,.w1200{
		width: 92%;
	}
	.bodyh .head-box .logo-a{
		background-image: url(../image/logo1.png);
	}
	.bodyh .head-box .nav-ul li a{
		color: #333;
	}
	.head-box{
		padding: 0;
		background-color: #fff;
		box-shadow: 0 2px 8px -2px rgba(0,0,0,0.2);
	}
	.head-box .w1600{
		height: 0.7rem;
		width: 100%;
		padding: 0 4%;
	}
	.head-box .logo-a{
		width: 1.6rem;
		left: 4%;
	}
	.head-box .nav-ul{
		display: none;
		box-sizing: border-box;
		padding: 0.1rem 4%;
		position: absolute;
		background-color: #fff;
		border-top: 1px solid #e5e5e5;
		width: 100%;
		top: 100%;
		left: 0;
		box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
	}
	.head-box .nav-ul li{
		display: block;
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
		margin: 0;
	}
	.head-box .nav-ul li::after{
		display: none;
	}
	.head-box .nav-ul li.active{
		border-color: #0374d9;
	}
	.head-box .nav-ul li:last-of-type{
		border-bottom: none;
	}
	.head-box .nav-ul li a{
		line-height: 0.6rem;
		height: 0.6rem;
		font-size: 0.2rem;
		color: #333;
	}
	.head-box .menu-dl{
		display: flex;
	}
	
	.box{
		margin-top: 0.7rem;
	}
	
	.pd{
		padding: 0.5rem 0;
	}
	
	.foot-box .divl{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.foot-box .divl h5{
		margin: 0.3rem 0;
	}
	.foot-box .divr{
		display: none;
	}
	.foot-box .view2{
		display: block;
		padding: 0.2rem 0;
	}
	.foot-box .view3{
		right: 0.12rem;
		bottom: 0.4rem;
		display: none;
	}
	
	.paging-box{
		margin-top: 0.5rem;
	}
	
	.contact-box .view1 h5{
		font-size: 0.7rem;
	}
	.contact-box .view1 dl{
		margin-top: 0.5rem;
		display: block;
	}
	.contact-box .view1 dt{
		margin-right: 0;
		margin-bottom: 0.3rem;
	}
	.contact-box .view2{
		margin: 0.5rem 0;
	}
	.contact-box .view3 dt svg{
		height: 0.44rem;
	}
	.contact-box .view3 dt .text{
		font-size: 0.34rem;
	}
	.contact-box .view3 dt::after{
		margin: 0.2rem auto 0;
	}
	.contact-box .view3 form button{
		display: block;
		margin: 0 auto;
	}
	
	
	.news-box .view1 a{
		font-size: 0.26rem;
		margin-right: 0.4rem;
	}
	.news-box .view1 a:first-of-type{
		font-size: 0.26rem;
	}
	.news-box .view1{
		margin-bottom: 0.4rem;
	}
	.news-box .ul li a{
		display: block;
	}
	.news-box .ul li em{
		display: block;
		width: 100%;
		padding-bottom: 54%;
	}
	.news-box .ul li div{
		padding: 0;
		width: 100%;
		margin-left: 0;
		margin-top: 0.3rem;
	}
	.news-box .ul li div h5{
		margin-bottom: 0.2rem;
	}
	.news-box .ul li div h6{
		position: static;
		margin-top: 0.24rem;
	}
	.news-box .ul li div i{
		top: -1.12rem;
		right: 0.2rem;
	}
	
	
	.crumb-box{
		display: none;
	}
	.newsInfo-box .view1{
		margin-bottom: 0.5rem;
	}
	.newsInfo-box .view1 h5{
		font-size: 0.36rem;
		line-height: 1.4;
		margin-bottom: 0.3rem;
	}
	.newsInfo-box .view2{
		margin-bottom: 0.5rem;
	}
	.newsInfo-box .view3 h5{
		padding-top: 0.3rem;
		margin-top: 0.3rem;
	}
	
	
	.about-box .view1 svg{
		height: 0.6rem;
	}
	.about-box .view1 .text{
		font-size: 0.5rem;
	}
	.about-box .view1::after{
		margin: 0.3rem auto 0;
	}
	.about-box .view2{
		padding-left: 0;
		padding-right: 0;
	}
	.about-box .view2 div{
		height: 50vw;
	}
	.about-box .view2 div h6{
		font-size: 0.42rem;
	}
	.about-box .view3{
		display: block;
		margin-top: -0.3rem;
	}
	.about-box .view3 li{
		width: 100%;
		margin-top: 0.3rem;
	}
	.about-box .view3 li h6 svg{
		height: 0.44rem;
	}
	.about-box .view3 li h6 .text{
		font-size: 0.34rem;
	}
	.about-box .view3 li h6::after{
		margin: 0.2rem auto 0;
	}
	
	
	.banner-box{
		margin-top: 0.7rem;
	}
	.case-box .view1{
		display: block;
	}
	.case-box .view1 li{
		width: 100%;
		margin-right: 0;
	}
	.case-box .view1 li a{
		padding-bottom: 50%;
	}
	.case-box .view1 li dd{
		width: 0.7rem;
	}
	
	
	.caseInfo-box .view1{
		padding-bottom: 0;
	}
	.caseInfo-box .view1 .swiper-container,
	.caseInfo-box .view1 .video-div{
		position: relative;
		width: 100%;
		height: 54vw;
	}
	.caseInfo-box .view1 .div{
		position: static;
		width: 100%;
		height: auto;
		padding: 0.3rem;
	}
	.caseInfo-box .view2{
		margin-top: 0.5rem;
	}
	.caseInfo-box .view2 h5 svg{
		height: 0.5rem;
	}
	.caseInfo-box .view2 h5 .text{
		font-size: 0.4rem;
	}
	.caseInfo-box .view2 .ul{
		display: block;
	}
	.caseInfo-box .view2 .ul li{
		width: 100%;
		margin-right: 0;
		padding-bottom: 50%;
	}
	
	
	.swiper-box{
		height: 60vw;
	}
	.swiper-box .w1600{
		bottom: 0.2rem;
	}
	.swiper-box .swiper-button{
		display: none;
	}
	.index-box{
		margin-top: 60vw;
	}
	.index-box .title-h5{
		height: auto;
		width: 92%;
		margin: 0 auto;
	}
	.index-box .title-h5 strong{
		position: static;
		display: block;
		text-align: center;
		font-size: 0.7rem;
		white-space: normal;
	}
	.index-box .left-h6 .text{
		text-anchor: middle;
		transform: translateX(0);
	}
	.index-box .title-h6{
		margin-top: 0.3rem;
	}
	.index-box .title-h6 svg{
		height: 0.5rem;
	}
	.index-box .title-h6 .text{
		font-size: 0.34rem;
	}
	.index-box .view1 .list{
		width: 92%;
		padding: 0;
		overflow-x: auto;
		margin: 0.5rem auto 0;
	}
	.index-box .view2 .content{
		margin-top: 0.5rem;
	}
	.index-box .view2 .content ul{
		width: 100%;
		height: auto;
		position: static;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0.2rem;
	}
	.index-box .view2 .content ul li{
		animation: none;
		opacity: 1;
		transform: scale(1);
	}
	.index-box .view2 .content ul:nth-of-type(1) li:nth-of-type(1), 
	.index-box .view2 .content ul:nth-of-type(1) li:nth-of-type(4){
		margin-left: 0;
	}
	.index-box .view2 .content ul:nth-of-type(2) li:nth-of-type(2), 
	.index-box .view2 .content ul:nth-of-type(2) li:nth-of-type(3){
		margin-left: 0;
	}
	.index-box .view2 .content .div{
		width: 100%;
	}
	.index-box .view2 .content .div li i{
		width: 0.9rem;
		height: 0.9rem;
		line-height: 0.9rem;
		font-size: 0.16rem;
	}
	.index-box .view2 .content .div li i::after{
		width: 1.1rem;
		height: 1.1rem;
		top: -0.1rem;
		left: -0.1rem;
	}
	.index-box .view3 .div{
		display: block;
		margin-top: 0.3rem;
	}
	.index-box .view3 .div .h5{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.index-box .view3 .div .h5 span{
		flex-shrink: 0;
		width: 50%;
	}
	.index-box .view3 .div .h5 .active{
		font-size: 0.3rem;
	}
	.index-box .view3 .div .h5 a{
		display: none;
	}
	.index-box .view3 .tab{
		width: 100%;
		margin-top: 0.3rem;
	}
	.index-box .view5 .list{
		width: 92%;
		margin: 0.5rem auto 0;
		overflow-x: auto;
		padding:0;
	}
	.index-box .view5 .list ul li{
		width: 3.2rem;
	}
	.index-box .view6 .title-div{
		display: block;
	}
	.index-box .view6 .title-div a{
		display: block;
		text-align: center;
		margin-top: 0.4rem;
	}
}

@media (max-width: 380px) {
    html {
        font-size: 70px;
    }
}