*{
-webkit-touch-callout:none; /*ÏµÍ³Ä¬ÈÏ²Ëµ¥±»½ûÓÃ*/
 
-webkit-user-select:none; /*webkitä¯ÀÀÆ÷*/
 
-khtml-user-select:none; /*ÔçÆÚä¯ÀÀÆ÷*/
 
-moz-user-select:none;/*»ðºü*/
 
-ms-user-select:none; /*IE10*/
 
user-select:none;

}
input {
 
-webkit-user-select:auto; /*webkitä¯ÀÀÆ÷*/
 
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;outline: none;box-sizing: border-box;}
body{background:#fff;color:#333;overflow-x: hidden;}
ul,ol,li{list-style-type:none;}
select,input,img{vertical-align:middle;box-sizing: border-box;}
a{text-decoration:none;color: #333;}
dl,dt,dd{margin: 0;}
.w11{
	width: 13rem;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}


.header{
	width: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	zoom: 1;
	transition-duration: 0.5s;
}
.header:after{
	display: block;
	content: '';
	clear: both;
}
.logo{
	float: left;
	width: 306px;
	position: relative;
}
.logo-menu{
	width: 100%;
	padding: 10px 20px;
	zoom: 1;
	position: relative;
	z-index: 99;
}
.logo-menu:after{
	display: block;
	content: '';
	clear: both;
}
.logo-img{
	float: left;
}
.logo-w{
	display: block;
}
.logo-b{
	display: none;
}
.menuBtn{
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 4px;
	margin-left: 17px;
	position: relative;
	cursor: pointer;
}
.menuBtn span{
	position: absolute; 
	left: calc((100% - 25px) / 2); 
	top: calc((100% - 5px) / 2); 
	width: 30px; 
	height: 3px; 
	background-color: #fff;
	transition-duration: 0.5s;
}
.menuBtn span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.menuBtn span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
/*.menuBtn span:nth-child(3){width:20px;}*/
.show span:nth-child(1){
	transform: rotate(45deg);
    width: 30px;
}
.show span:nth-child(2){
	transform: rotate(-45deg);
    width: 30px;
}
.show span:nth-child(3){
	opacity: 0;
}

.head-proMenu{
	position: absolute;
	width: 306px;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.42);
	padding-top: 110px;
	padding-left: 20px;
	z-index: 90;
}
.head-proTitle{
	margin-bottom: 20px;
}
.head-proTitle span{
	font-size: 18px;
	color: #ffffff;
	padding-left: 40px;
	line-height: 28px;
	position: relative;
}
.head-proTitle span:before{
	display: block;
	content: '';
	width: 28px;
	height: 28px;
	background: url(/images/header-p.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}
.head-proMenu ul{
	width: 100%;
	height: calc(100% - 48px);
}
.head-proMenu ul li{
	width: 100%;
	height: 9.09%;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.head-proMenu ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
}
.head-proMenu ul li a span{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.head-proMenu ul li a:after{
	display: block;
	content: '';
	width: 9px;
	height: 15px;
	background: url(/images/header-jt.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top:-7px;
	transition-duration: 0.5s;
}
.head-proMenu ul li a:hover:after{
	right: 20px;
}

.header-tel{
	float: left;
	width: 216px;
	height: 40px;
	border-radius: 40px;
	background: #ee7c00;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	margin-left: 45px;
}
.header-tel span{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 38px;
	position: relative;
}
.header-tel span:before{
	display: block;
	content: '';
	width: 27px;
	height: 24px;
	background: url(/images/tel.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.header-menu{
	float: left;
	margin-left: 85px;
}
.header-menu ul li{
	float: left;
	margin-right: 60px;
	padding: 18px 0;
	position: relative;
}
.header-menu ul li:last-child{
	margin-right: 0;
}
.header-menu ul li>a{
	display: block;
	font-size: 18px;
	line-height: 44px;
	color: #FFFFFF;
	position: relative;
}
.header-menu ul li>a:before{
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #0166ff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 0.5s;
}
.active-menu>a:before{
	width: 100% !important;
}
.header-menu ul li:hover>a:before{
	width: 100%;
}
.menu-icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.menu-icon img{
	position: absolute;
}
.menu-icon img:nth-child(1){
	left: -1px;
	top: -1px;
}
.menu-icon img:nth-child(2){
	right: -1px;
	top: -1px;
}
.menu-icon img:nth-child(3){
	left: -1px;
	bottom: -1px;
}
.menu-icon img:nth-child(4){
	right: -1px;
	bottom: -1px;
}

.header-menu ul li:hover .menu-icon{
	display: block;
}
.header-menu ul li:hover>a{
	outline: 1px solid rgba(255,255,255,0.1);
}
.down-menu{
	width: 160px;
	position: absolute;
	/*background: rgba(255,255,255,0.62);*/
	top: 100%;
	left: 50%;
	margin-left: -80px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition-duration: 0.5s;
	z-index: 94;
}
.header-menu ul li:hover .down-menu{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.down-menu:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.5);
	/*filter: blur(1px);*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border-radius: 5px;
}
.down-menu dl{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.down-menu dl dd{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	box-sizing: border-box;
	border-radius: 5px;
}
.down-menu dl dd:last-child{
	margin-right: 0;
}
.down-menu dl dd a{
	display: block;
	color: #fff;
	padding-left: 30px;
	position: relative;
}

.down-menu dl dd:hover{
	background: #ee7c00;
}

.on{
	background: #FFFFFF;
}
.on .logo-w{
	display: none;
}
.on .logo-b{
	display: block;
}
.on .menuBtn span{
	background: #333333;
}
.show span{
	background: #ffffff !important;
}
.show .logo-w{
	display: block !important;
}
.show .logo-b{
	display: none !important;
}
.on .header-menu ul li>a{
	color: #333333;
}

.banner-video{
	display: block;
	width: 100%;
}
.bannerSwiper .swiper-pagination-bullet{
	opacity: 1 !important;
	background: #fff !important;
}
.bannerSwiper .swiper-pagination-bullet-active{
	background: #ee7c00 !important;
}

/*ÄÚµ¼º½*/
.nei-header{
	width: 100%;
	height: 0.8rem;
	position: relative;
	z-index: 996;
}
/*.nei-header:after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	background: #134b97;
	z-index: 997;
	transition-duration: 0.5s;
}
.active-head:after{
	height: 48px !important;
}*/
.nei-logo{
	margin-left: 1.3rem;
	margin-top: 0.11rem;
}
.nei-header-fr{
	/*display: flex;*/
	zoom: 1;
	width: 63%;
}
.nei-header-fr:after{
	display: block;
	content: '';
	clear: both;
}

.nei-header-fr ul{
	float: left;
	width: 70%;
    margin-left: 5%;
}
.nei-header-fr ul li{
	float: left;
	font-size: 0.18rem;
	color: #222222;
	line-height: 0.8rem;
	margin-right: 5.5%;
	position: relative;
	cursor: pointer;
}
.nei-header-fr ul li:last-child{
	margin-right: 0;
}
.nei-header-fr ul li>a{
	position: relative;
}
.nei-header-fr ul li>a:after{
	display: block;
	content: '';
	width: 0;
	height: 0.02rem;
	background: #134b97;
	position: absolute;
	left: 0;
	bottom: -0.2rem;
	transition-duration: 0.5s;
}
.nei-header-fr ul li:hover>a{
	color: #134b97 !important;
}
.nei-header-fr ul li:hover>a:after{
	width: 100%;
}
.nei-header-fr .header-search{
	margin-top: 0.22rem;
}
.dmt-list ul li{
	float: left;
	width: 33.3333%;
	padding: 0.04rem 0.04rem;
	position: relative;
}
.nei-active{
	/*background: #134b97;*/
}
.nei-active>a{
	color: #134b97 !important;
}
.nei-active>a:after{
	width: 100% !important;
}
/*.down-menu{
	display: none;
	position: absolute;
	width: auto;
	height: 56px;
	bottom: -56px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 998;
	background: rgba(19,75,151,0.85);
	padding: 0 20px;
	transition-duration: 0.5s;
}
.down-menu dl{
	display: flex;
}
.down-menu dl dd{
	font-size: 16px;
	line-height: 56px;
	margin-right: 40px;
	white-space: nowrap;
}
.down-menu dl dd:last-child{
	margin-right: 0;
}
.down-menu dl dd a{
	color: #fff;
}
.down-menu dl dd a:hover{
	font-weight: bold;
}*/
/*ÄÚµ¼º½½áÊø*/


.dmt-list-nav{
	width: 100%;
	position: relative;
}
.dmt-list-nav>img{
	width: 100%;
}
.dmt-list-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 1s ease;
    color: rgb(255, 255, 255);
    background-color: rgba(33, 72, 137, 0.45);
}
.dmt-list-cover:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background-image: url(/images/line01.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg) scale(1) translate(-100%, 0%);
    transform: rotate(0deg) scale(1) translate(-100%, 0%);
    -webkit-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.dmt-list-cover-nav{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
}
.dmt-list-cover-nav img{
	display: block;
	margin: 0 auto;
	width: 0.5rem;
	height: 0.5rem;
	margin-bottom: 0.1rem;
	opacity: 0;
	-webkit-transition: All 0.3s ease;
    transition: All 0.3s ease;
}
.dmt-list-cover-nav h3{
	font-size: 0.23rem;
	font-weight: normal;
	margin-bottom: 0.15rem;
	-webkit-transform: rotate(0deg) scale(1) translate(0px, -20px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, -20px);
    transform: rotate(0deg) scale(1) translate(0px, -20px);
    transition: all 0s ease;
    opacity: 0;
    position: relative;
    display: inline-block;
}
.dmt-list-cover-nav h3:after{
	display: block;
	content: '';
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -0.05rem;
	left: 0;
}
.dmt-list-cover-nav p{
	width: 100%;
	font-size: 0.13rem;
	opacity: 0;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 20px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 20px);
    transform: rotate(0deg) scale(1) translate(0px, 20px);
    transition: all 0s ease;
}
.dmt-list ul li:hover .dmt-list-cover{
	opacity: 1;
}
.dmt-list ul li:hover .dmt-list-cover:before{
	-webkit-transform: rotate(0deg) scale(1) translate(100%, 0%);
    transform: rotate(0deg) scale(1) translate(100%, 0%);
    -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.dmt-list ul li:hover .dmt-list-cover-nav img{
	opacity: 1;
	transform: rotate(360deg);
	 -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.dmt-list ul li:hover .dmt-list-cover-nav h3{
	opacity: 1;
	-webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
     -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.dmt-list ul li:hover .dmt-list-cover-nav h3:after{
	width: 100%;
	-webkit-transition: All 1s ease;
    transition: All 1s ease;
}
.dmt-list ul li:hover .dmt-list-cover-nav p{
	opacity: 0.8;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
     -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}

/*.nei-footer{
			width: 100%;
			background: #f0f0f0;
			padding: 70px 0 20px;
		}
		.footer-lxwm{
			width: 400px;
			float: left;	
		}
		.footer-name{
			font-size: 24px;
			font-weight: normal;
			color: #363636;
			margin: 0;
		}
		.footer-message{
			margin-top: 10px;
			zoom: 1;
		}
		.footer-message:after{
			display: block;
			content: '';
			clear: both;
		}
		.footer-message input{
			float: left;
			border: none;
			outline: none;
			background: #FFFFFF;
			height: 45px;
    		padding-left: 12px;
    		font-size: 14px;
    		color: #363636;
		}
		.footer-message input:nth-child(1){
			width: 135px;
		}
		.footer-message input:nth-child(2){
			width: 230px;
			margin-left: 15px;
		}
		.footer-message textarea{
			resize: none;
			float: left;
			border: none;
			outline: none;
			width: 380px;
    		height: 50px;
    		margin-top: 13px;
    		padding: 12px;
    		font-size: 14px;
    		color: #363636;
    		box-sizing: border-box;
		}
		.foot-clearfix{
			zoom: 1;
		}
		.foot-clearfix:after{
			display: block;
			content: '';
			clear: both;
		}
		.f-btn{
			float: right;
			border: none;
			outline: none;
			width: 94px;
		    height: 32px;
		    background-color: #1e70c6;
		    margin-top: 12px;
		    font-size: 16px;
		    color: #fff;
		    cursor: pointer;
		}
		.footer-add{
			float: left;
			width: 440px;
			margin-left: 30px;
		}
		.footer-add-box{
			border-top: 1px solid #bcbcbc;
		    margin-top: 8px;
		    padding-top: 10px;
		    zoom: 1;
		    position: relative;
		}
		.footer-add-box:after{
			display: block;
			content: '';
			clear: both;
		}
		.addList{
			float: left;
		}
		.addList li{
			font-size: 13px;
			line-height: 24px;
			color: #363636;
			box-sizing: border-box;
		}
		.list01{
			width: 210px;
		}
		.list02{
			width: 230px;
			padding-left: 10px;
    		border-left: 1px #ccc solid;
    		position: relative;
		}
		.list02 li:nth-child(-n + 3){
			padding-right: 85px;
		}
		.footer-ewm{
			width: 85px;
			position: absolute;
		    right: 0px;
		    top: 16px;
		}
		.footer-ewm img{
			display: block;
			width: 100%;
			height: 100%;
		}
		.footer-ewm p{
			margin-top: 5px;
			font-size: 12px;
		    color: #363636;
		    text-align: center;
		}
		.footer-gywm{
			float: right;
			width: 400px;
		}
		.footer-gywm h5{
			font-size: 13px;
			color: #363636;
			font-weight: normal;
			margin-top: 8px;
		}
		.yqlj{
			border-top: 1px solid #bcbcbc;
		    margin-top: 8px;
		    padding-top: 8px;
		}
		.nei-link{
			zoom: 1;
			margin-bottom: 10px;
		}
		.nei-link:after{
			display: block;
			content: '';
			clear: both;
		}
		.nei-link a{
			font-size: 13px;
			color: #363636;
			float: left;
			margin-right: 15px;
		}
		.wai-link ul{
			zoom: 1;
		}
		.wai-link ul:after{
			display: block;
			content: '';
			clear: both;
		}
		.wai-link ul li{
			float: left;
			margin-right: 15px;
			margin-bottom: 5px;
		}
		.wai-link ul li a{
			font-size: 13px;
			color: #363636;
		}
		.beian{
			padding-top: 40px;
			text-align: center;
		}
		.beian p{
			font-size: 13px;
		    color: #363636;
		    line-height: 20px;
		}
		.beian p a{
			color: #363636;
		}*/



.hw{
	float: right;
	font-size: 0.15rem;
	color: #333;
	line-height: 0.2rem;
}
.hw span{
	margin-right: 0.1rem;
}

.nei-banner{
	width: 100%;
	/*margin-top: 80px;*/
}
.nei-banner img{
	display: block;
	width: 100%;
}

.nei-content{
	padding: 0.8rem 0 0.7rem;
}
.new-list li{
	margin-bottom: 0.3rem;
}
.new-list-nav{
	padding: 0.2rem;
	background: #f6f6f6;
	display: flex;
	transition-duration: 0.5s;
}
.new-img{
	width: 23.8%;
	overflow: hidden;
}
.new-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.new-date{
	width: 13.2%;
	padding-top: 0.55rem;
	padding-left: 0.7rem;
}
.new-date span:nth-child(1){
	display: block;
	font-size: 0.23rem;
	color: #333;
	transition-duration: 0.5s;
}
.new-date span:nth-child(2){
	display: block;
	font-size: 0.16rem;
	color: #777777;
	transition-duration: 0.5s;
}
.new-message{
	width: 63%;
	padding-right: 17%;
	position: relative;
	font-size: 0.16rem;
	line-height: 0.28rem;
}
.new-message:after{
	display: block;
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	border: 1px solid #fff;
	background: url(/images/jt01.png) no-repeat center center;
	position: absolute;
	right: 17%;
	top: 50%;
	margin-top: -0.2rem;
	opacity: 0;
    -webkit-transform: rotate(0deg) scale(1) translate(-0.2rem, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(-0.2rem, 0px);
    transform: rotate(0deg) scale(1) translate(-0.2rem, 0px);
    transition: all 0s ease;
	
}
.new-message h3{
	font-size: 0.23rem;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
 	white-space: nowrap;
 	margin-top: 0.2rem;
 	margin-bottom: 0.3rem;
 	transition-duration: 0.5s;
}
.new-message p{
	font-size: 0.16rem;
	color: #777777;
	line-height: 0.26rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.5s;
}
.new-list li:hover .new-list-nav{
	background: #e0e6f2;
}
.new-list li:hover .new-img img{
	transform: scale(1.1);
}
/* .new-list li:hover .new-date span:nth-child(1){
	color: #fff;
}
.new-list li:hover .new-date span:nth-child(2){
	color: #fff;
}
.new-list li:hover .new-message{
	color: #fff;
}
.new-list li:hover .new-message h3{
	color: #fff;
}
.new-list li:hover .new-message p{
	color: #fff;
} */
.new-list li:hover .new-message:after{
	opacity: 1;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
     -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.jianT{width: 100%; text-align: center; padding: 20px 0 0;}
.jianT ul{display: flex;justify-content: center;}
.jianT li{ background:#fff; border:1px solid #ddd;line-height: 36px;  height:36px; min-width:43px; display:inline-block; margin:0 6px;  width:43px;padding:0;}
.jianT li a{ font-size: 14px; color:#474747; display:block}
.jianT li a:hover{text-decoration: none; background:#214889;color:#fff;}
.jianT li .on{ background:#214889; color:#fff;display:block;font-size: 14px;}

.nei-title{
	position: relative;
}
.nei-title h2{
	font-size: 0.13rem;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	opacity: 0.5;
	position: absolute;
	bottom: 0.1rem;
}
.nei-title-nav{
	display: inline-block;
	font-size: 0.23rem;
	font-weight: bold;
	padding-bottom: 0.25rem;
	position: relative;
}
.nei-title-nav:after{
	display: block;
	content: '';
	width: 100%;
	height: 0.08rem;
	background: linear-gradient(to right,rgba(37,97,197,1),rgba(37,97,197,0.4),rgba(37,97,197,0.1));
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -0.04rem;
}
/*.nei-title-nav:before{
	display: block;
	content: '';
	width: 38px;
	height: 36px;
	background: url(/images/logo-i01.png) no-repeat;
	position: absolute;
	top: 9px;
	left: 0;
}*/
.nei-title-nav span:nth-child(1){
	color: #134b97;
	float: left;
}
.nei-title-nav span:nth-child(2){
	color: #333333;
	float: left;
}
.about-js{
	padding: 0.4rem 0.8rem;
	border-top: 1px solid #dddddd;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.28rem;
	text-align: center;
}
.about-wh{
	padding-top: 0.7rem;
	position: relative;
	background: #f6f6f6;
}
.about-wh:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(/images/wh-bg.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
}
.about-wh-nav{
	position: relative;
	z-index: 3;
}
.about-wh-nav ul li{
	float: left;
	height: 2.72rem;
	overflow: hidden;
	position: relative;
}
.about-wh-nav ul li:nth-child(1),.about-wh-nav ul li:nth-child(3){
	width: 30.1%;
}
.about-wh-nav ul li:nth-child(2){
	width: 39.8%;
	cursor: pointer;
}
.about-wh-nav ul li>img{
	width: 100%;
	transition-duration: 0.5s;
}
.about-wh-nav ul li:hover>img{
	transform: scale(1.1);
}
.nei-title2{
	position: relative;
}
.nei-title2 h2{
	font-size: 0.13rem;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	opacity: 0.5;
	position: absolute;
	bottom: 0.1rem;
}
.nei-title-nav2{
	display: inline-block;
	font-size: 0.23rem;
	font-weight: bold;
	padding-bottom: 0.25rem;
    position: relative;
}
.nei-title-nav2:after{
	display: block;
	content: '';
	width: 100%;
	height: 0.08rem;
	background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0.4),rgba(255,255,255,0));
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -0.04rem;
}
/*.nei-title-nav2:before{
	display: block;
	content: '';
	width: 38px;
	height: 36px;
	background: url(/images/logo-i02.png) no-repeat;
	position: absolute;
	top: 9px;
	left: 0;
}*/
.nei-title-nav2 span:nth-child(1){
	color: #fff;
	float: left;
}
.nei-title-nav2 span:nth-child(2){
	color: #fff;
	float: left;
}
.wh-tilte{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.wh-tilte h3{
	font-size: 0.23rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}
.wh-tilte p{
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.28rem;
}
.wh-title-sp01{
	padding-left: 0.45rem;
}
.wh-title-sp02{
	padding-left: 0.45rem;
}
.wh-title-sp02 h3{
	color: #333 !important;
}
.wh-title-sp02 p{
	color: #333 !important;
}
.logo-add{
	position: absolute;
	right: 0.3rem;
	bottom: 0.3rem;
}

.about-zz{
	padding: 0.8rem 0 0.4rem;
}
.zz-img{
	background: #f1f1f1;
	width: 100%;
	height: 2.16rem;
	text-align: center;
	line-height: 2.16rem;
}
.zz-meaages:nth-child(1){
	margin-bottom: 0.3rem;
}
.zz-img img{
	display: inline-block !important;
	max-width: 90%;
	max-height: 90%;
}
.zz-meaages p{
	font-size: 0.16rem;
	color: #333333;
	text-align: center;
	line-height: 0.6rem;
}
.about-zz .demos{
	margin-top: 0.3rem;
}
.about-zz .row{
	position: relative;
	max-width: 100% !important;
}
.about-zz .owl-nav{
	position: absolute;
	width: 100%;
	height: 0;
	top: 25%;
	zoom: 1;
}
.about-zz .owl-nav:after{
	display: block;
	content: '';
	clear: both;
}
.about-zz .owl-prev{
	width: 0.8rem;
	height: 0.8rem;
	float: left;
	margin-left: -8%;
	position: relative;
}
.about-zz .owl-prev:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(/images/zuo01.png) no-repeat;
	background-size:100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.about-zz .owl-next{
	width: 0.8rem;
	height: 0.8rem;
	float: right;
	margin-right: -8%;
	position: relative;
}
.about-zz .owl-next:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(/images/you01.png) no-repeat;
	background-size:100% 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.about-zz .owl-dots{
	display: none;
}
.about-zz .owl-carousel{
	width: 1.31rem;
	margin: 0 auto;
}
.about-lc{
	padding: 0.6rem 0;
	background: url(/images/lc-bg.jpg) no-repeat center;
	background-size: cover;
	
}
.picScroll-top{margin-top: 0.3rem;width:100%;overflow:hidden;position:relative;}
.picScroll-top .bd{overflow:hidden;height:7.2rem;}
.picScroll-top .infoList li{padding: 0.15rem; height:1.8rem !important;box-sizing: border-box;}
.lc-history-nav{
	width: 100%;
	height: 1.5rem;
	position: relative;
	zoom: 1;
}
.lc-history-nav:after{
	display: block;
	content: '';
	clear: both;
}
.lc-history-date{
	font-size: 0.23rem;
	color: #fff;
	font-weight: bold;
}
.lc-history-js p{
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.28rem;
}
.lc-history-doc{
	position: absolute;
	width: 10%;
	height: 1.5rem;
	left: 45%;
	top: 0;
}
.lc-history-doc:after{
	display: block;
	content: '';
	width: 1px;
	height: 80%;
	background: #8297b3;
	position: absolute;
	left: 50%;
	bottom: -0.15rem;
}

.yuan{
	display: block;
	margin: 0 auto;
	width: 0.34rem;
	height: 0.34rem;
	border: 0.04rem solid #0090ff;
	border-radius: 50%;
}
.picScroll-top .infoList li:nth-child(odd){
	background: rgba(255,255,255,0.1);
}
.picScroll-top .infoList li:nth-child(odd) .lc-history-date{
	float: left;
	width: 45%;
	text-align: right;
}
.picScroll-top .infoList li:nth-child(odd) .lc-history-js{
	float: right;
	width: 45%;
}
.picScroll-top .infoList li:nth-child(even) .lc-history-date{
	float: right;
	width: 45%;
}
.picScroll-top .infoList li:nth-child(even) .lc-history-js{
	float: left;
	width: 45%;
	text-align: right;
}
.lc-history{
	width: 100%;
	position: relative;
}
.lc-history .hd{
	margin-top: 0.2rem;
}
.lc-history .next{
	display: block;
	width: 0.25rem;
	height: 0.15rem;
	background: url(/images/jt05.png) no-repeat;
	margin: 0 auto;
	
}
.lc-history .prev{
	display: block;
	width: 0.25rem;
	height: 0.15rem;
	background: url(/images/jt04.png) no-repeat;
	margin: 0 auto;
	margin-bottom: 0.05rem;
}

.about-contact{
	padding: 0.8rem 0 0.5rem;
}
.contact-fl{
	float: left;
	width: 50%;
}
.contact-fr{
	float: left;
	width: 50%;
	padding-left: 0.6rem;
}
.contact-list-box{
	width: 100%;
	height: 0.5rem;
	position: relative;
}
.contact-list-box li{
	position: absolute;
	top: 0;
	width: 51.1%;
	height: 0.5rem;
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
	line-height: 0.5rem;
	cursor: pointer;
}
.contact-list-box li:nth-child(1){
	left: 0;
	background: url(/images/hover01.png) no-repeat;
	background-size: 100%;
}
.contact-list-box li:nth-child(1).hover-map{
	background: url(/images/hover01a.png) no-repeat !important;
	background-size: 100% !important;
}
.contact-list-box li:nth-child(2){
	right: 0;
	background: url(/images/hover02.png) no-repeat;
	background-size: 100%;
}
.contact-list-box li:nth-child(2).hover-map{
	background: url(/images/hover02a.png) no-repeat !important;
	background-size: 100% !important;
}
.hover-map{
	font-weight: bold;
}
.contact-list-ContentBox2{
	margin-top: 0.25rem;
}
.contact-list-Contenter2 li{
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
}
.contact-list-Contenter2 li img{
	margin-right: 0.1rem;
}
.about-idea{
	background: #f5f5f5;
	padding: 0.5rem 0;
}
.about-idea-fl{
	float: left;
	width: 50%;
	padding-right: 0.6rem;
}
.about-idea-fr{
	float: left;
	width: 50%;
	padding-left: 0.6rem;
	padding-right: 0.15rem;
}
.about-idea li{
	zoom: 1;
	margin-bottom: 0.25rem;
	position: relative;
}
.about-idea li:before{
	display: block;
	content: '*';
	font-size: 0.18rem;
	color: #ff0000;
	position: absolute;
	right: -0.15rem;
	top: 0;
}
.about-idea li:last-child{
	margin-bottom: 0;
}
.about-idea li:after{
	display: block;
	content: '';
	clear: both;
}
.about-idea li span{
	float: left;
	width: 16%;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.4rem;
}
.about-idea li input{
	width: 84%;
	height: 0.4rem;
	border: 1px solid #e2e2e2;
	outline: none;
	font-size: 0.18rem;
	color: #333333;
	padding: 0 0.1rem;
}
.about-idea li textarea{
	width: 84%;
	height: 2.35rem;
	border: 1px solid #e2e2e2;
	outline: none;
	font-size: 0.18rem;
	resize: none;
	padding: 0.1rem;
}
.submit{
	margin-top: 0.4rem;
	text-align: center;
}
.submit a{
	display: inline-block;
	width: 1.75rem;
	height: 0.45rem;
	border-radius: 0.05rem;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	line-height: 0.45rem;
	margin: 0 0.1rem;
}
.submit a:nth-child(1){
	background: #134b97;
}
.submit a:nth-child(2){
	background: #bbbbbb;
}

.pro-lunbo{
	margin-top: 0.8rem;
	padding-bottom: 0.5rem;
	background: #f6f6f6;
	position: relative;
}
.pro-lunbo .row{
	max-width: 100% !important;
}
.pro-img{
	width: 100%;
	overflow: hidden;
}
.pro-img img{
	display: block;
	width: 100%;
}
.pro-lunbo .item p{
	font-size: 0.2rem;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin-top: 0.1rem;
}
/*.pro-lunbo .owl-controls{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}*/

.pro-lunbo .owl-prev{
	font-size: 0.16rem;
	color: #aaaaaa;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	display: block !important;
	width: 12.5%;
	height: 100%;
	top: 0;
	left: 0;
	padding-right: 0.35rem;
	background: rgba(255,255,255,0.8);
	text-align: center;
	line-height: 2.9rem;
}
.pro-lunbo .owl-prev:after{
	display: block;
    content: '';
    width: 30%;
    height: 30%;
    background: url(/images/zuo01.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 55%;
    top: 30%;
    
}
.pro-lunbo .owl-next{
	font-size: 0.16rem;
	color: #aaaaaa;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	display: block !important;
	width: 12.5%;
	height: 100%;
	top: 0;
	right: 0;
	padding-left: 0.35rem;
	background: rgba(255,255,255,0.8);
	text-align: center;
	line-height: 2.9rem;
}
.pro-lunbo .owl-next:after{
	display: block;
    content: '';
    width: 30%;
    height: 30%;
    background: url(/images/you01.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 55%;
    top: 30%;
}
.pro-content{
	padding-top: 0.5rem;
}
.pro-content-nav ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.6rem;
}
.pro-content-nav ul li:nth-child(3n){
	margin-right: 0;
}

.pro-name{
	margin-top: 0.15rem;
	padding: 0 0.1rem;
	zoom: 1;
}
.pro-name:after{
	display: block;
	content: '';
	clear: both;
}
.pro-name p{
	float: left;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.34rem;
}
.pro-name span{
	float: right;
	display: block;
	width: 0.92rem;
	height: 0.34rem;
	background: #4b88ec;
	font-size: 0.12rem;
	color: #fff;
	text-align: center;
	line-height: 0.34rem;
}
.pro-name span:hover{
	font-weight: bold;
}
.pro-content-nav ul li:hover .dmt-list-cover{
	opacity: 1;
}
.pro-content-navt ul li:hover .dmt-list-cover:before{
	-webkit-transform: rotate(0deg) scale(1) translate(100%, 0%);
    transform: rotate(0deg) scale(1) translate(100%, 0%);
    -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.pro-content-nav ul li:hover .dmt-list-cover-nav img{
	opacity: 1;
	transform: rotate(360deg);
	 -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.pro-content-nav ul li:hover .dmt-list-cover-nav h3{
	color: #fff;
	opacity: 1;
	-webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
     -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.pro-content-nav ul li:hover .dmt-list-cover-nav h3:after{
	width: 100%;
	-webkit-transition: All 1s ease;
    transition: All 1s ease;
}
.pro-content-nav ul li:hover .dmt-list-cover-nav p{
	color: #fff;
	opacity: 0.8;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
     -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.map{
	height: 4.5rem;
}




.ce-menu{
	position: fixed;
	z-index: 99;
	right: 0;
	top: 62%;
}
.ce-menu ul li{
	position: relative;
	border-bottom: 1px solid #8da0b9;
	cursor: pointer;
	transition-duration: 0.5s;
}
.top-li{
	display: none;
}
.ce-menu-nav{
	width: 0.8rem;
	height: 0.8rem;
	background: #8095b1;
	padding-top: 0.17rem;
	transition-duration: 0.5s;
	position: relative;
}
.ce-menu-nav img{
	display: block;
	margin: 0 auto;
}
.ce-menu-nav p{
	font-size: 0.14rem;
	color: #fff;
	text-align: center;
	margin-top: 0.02rem;
}
.ce-menu-right{
	width: 1.4rem;
	height: 0.8rem;
	background: #8095b1;
	border-left: 1px solid #8da0b9;
	position: absolute;
	right: -1.4rem;
	top: 0;
	transition-duration: 0.5s;
}
.ce-menu-right p{
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.8rem;
	text-align: center;
}
.ce-menu ul li:nth-child(1):hover .ce-menu-nav{
	margin-left: -1.4rem;
}
.ce-menu ul li:nth-child(1):hover .ce-menu-right{
	right: 0px;
}
.ce-menu ul li:nth-child(2):hover .ce-menu-nav,.ce-menu ul li:nth-child(3):hover .ce-menu-nav{
	margin-left: -0.05rem;
}
.ce-menu ul li:nth-child(4):hover .ce-menu-nav{
	margin-left: -0.05rem;
}
.ewm-fixed{
	display: none;
	width: 1.55rem;
	height: 1.5rem;
	position: absolute;
	padding-right: 0.05rem;
	left: -1.55rem;
	top: -0.3rem;
}
.ewm-fixed img{
	display: block;
	width: 100%;
}

.article-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
}
.article-ti h1 {
    font-size: 0.24rem;
}
.article-ti p {
    font-size: 0.16rem;
    padding: 20px 0 0 0;
}
.article-nr{
	font-size: 0.16rem;
	color: #333;
	line-height: 0.26rem;
}

/*2020/10/13ÐÂÔö*/
.dmt-banner{
	width: 100%;
	position: relative;
}
.dmt-banner img{
	display: block;
	width: 100%;
}
.dmt-title{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
}
.dmt-title h3{
	font-size: 0.66rem;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 2px 1px #333;
}
.dmt-title p{
	font-size: 0.24rem;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 2px 1px #333;
	text-transform: uppercase;
}
.dmt-detail-content{
	background: #f0f0f0;
	padding: 0.7rem 1.3rem;
}
.dmt-video-title{
	margin-bottom: 0.35rem;
}
.dmt-video-title h3{
	font-size: 0.23rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}
.dmt-video-title p{
	font-size: 0.13rem;
	color: #333;
	line-height: 0.24rem;
	padding-top: 0.25rem;
	/*border-top: 1px solid rgba(0,0,0,0.3);*/
}
.dmt-video{
	width: 100%;
}
.dmt-video video{
	display: block;
	margin: 0 auto;
	width: 13rem;
	max-width: 100%;
}
.dmt-detail-list{
	margin-top: 0.5rem;
	width: 100%;
}
.dmt-detail-list ul{
	zoom: 1;
}
.dmt-detail-list ul:after{
	display: block;
	content: '';
	clear: both;
}
.dmt-detail-list ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 0.4rem;
	overflow: hidden;
}
.dmt-detail-list ul li:nth-child(2n){
	margin-right: 0;
}
.dmt-detail-list ul li img{
	display: block;
	width: 100%;
	cursor: url(/images/fdj01.cur),auto;
}
.dmt-detail-title{
	text-align: center;
	margin-bottom: 0.3rem;
}
.dmt-detail-name{
	display: inline-block;
	zoom: 1;
	position: relative;
}
.dmt-detail-name:before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 0.02rem;
	background: #065bcd;
	left: 0;
	bottom: -0.15rem;
}
.dmt-detail-name:after{
	display: block;
	content: '';
	clear: both;
}
.dmt-detail-name span:nth-child(1){
	float: left;
	font-size: 0.23rem;
	color: #065bcd;
	font-weight: bold;
}
.dmt-detail-name span:nth-child(2){
	float: left;
	font-size: 0.23rem;
	color: #065bcd;
	font-weight: bold;
}
.dmt-xgal{
	padding-top: 0.6rem;
	padding-bottom: 0.4rem;
}
.dmt-xgal ul{
	zoom: 1;
}
.dmt-xgal ul:after{
	display: block;
	content: '';
	clear: both;
}
.dmt-xgal ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.3rem;
}
.dmt-xgal ul li:nth-child(3n){
	margin-right: 0;
}
.dmt-xgal ul li:hover .dmt-list-cover{
	opacity: 1;
}
.dmt-xgal ul li:hover .dmt-list-cover:before{
	-webkit-transform: rotate(0deg) scale(1) translate(100%, 0%);
    transform: rotate(0deg) scale(1) translate(100%, 0%);
    -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.dmt-xgal ul li:hover .dmt-list-cover-nav img{
	opacity: 1;
	transform: rotate(360deg);
	 -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.dmt-xgal ul li:hover .dmt-list-cover-nav h3{
	opacity: 1;
	-webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
     -webkit-transition: All 1s ease;
    transition: All 1s ease; 
    color: #fff;
}
.dmt-xgal ul li:hover .dmt-list-cover-nav h3:after{
	width: 100%;
	-webkit-transition: All 1s ease;
    transition: All 1s ease;
}
.dmt-xgal ul li:hover .dmt-list-cover-nav p{
	opacity: 0.8;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
     -webkit-transition: All 1s ease;
    transition: All 1s ease; 
    color: #fff;
}

.dmt-lxwm{
	padding: 0.6rem 0;
	background: url(/images/lxwm-bg.jpg) no-repeat center center;
	background-size: cover;
}

.dmt-lxwm-list{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.dmt-lxwm-message{
	display: inline-block;
	zoom: 1;
}
.dmt-lxwm-message:after{
	display: block;
	content: '';
	clear: both;
}
.dmt-lxwm-message p{
	font-size: 0.23rem;
	font-weight: bold;
	float: left;
}
.dmt-lxwm-message p:nth-child(1){
	
	color: #065bcd;
}
.dmt-lxwm-message p:nth-child(2){
	color: #fff;
}
.dmt-cover{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
    top: 0;
	background-color: #000;
    opacity: 0.8;
    z-index: 998;
    cursor: url(/images/fdj02.cur),auto;
}
.dmt-detail-fixed{
	display: none;
	width: 12.8rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
.dmt-detail-fixed img{
	width: 100%;
}

.multime-detail-nav{
	padding: 0 1.3rem 0.2rem;
}
.multime-detail-fl{
	float: left;
	width: 70%;
	padding-right: 0.55rem;
	/*padding-top: 45px;*/
	position: relative;
}
.multime-detail-img{
	width: 100%;
	height: 6.34rem;
	position: relative;
	margin-bottom: 0.25rem;
}

.multime-detail-fl #demos{
	/*padding: 0 70px;*/
}
.multime-detail-fl .item{
	transition-duration: 0.4s;
	position: relative;
	height: 1.2rem !important;
	overflow: hidden;
}
.multime-detail-fl .item img{
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 0.4s;
}
.multime-detail-fl .owl-prev,.multime-detail-fl .owl-next{
	display: block;
	width: 0.7rem;
	height: 100%;
	position: absolute;
	top: -305%;
}
.multime-detail-fl .owl-prev{
	left: 0px;
	background: url(/images/jt-sz01.png) no-repeat center center;
}
.multime-detail-fl .owl-next{
	right: 0px;
	background: url(/images/jt-sz02.png) no-repeat center center;
}
.active-sz:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid #134b97;
	z-index: 2;
}
.multime-detail-img{
	position: relative;
}
.multime-detail-img li{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.multime-detail-img li img{
	display: block;
	width: 100%;
	height: 100%;
}
.multime-detail-img .fy-btn{
	right: -0.52rem;
	bottom: 0;
}
.multime-detail-fr{
	width: 30%;
	/*padding-top: 45px;*/
}
.multime-detail-fr h3{
	font-size: 0.23rem;
	color: #222222;
	line-height: 0.23rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	position: relative;
}
.multime-detail-fr h3:after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #9e9e9e;
	position: absolute;
	left: 0;
	bottom: -0.2rem;
}

.proDetail-img-fl{
	float: left;
	width: 49.5%;
}
.proDetail-img-fl:nth-child(1){
	margin-right: 1%;
}
.proDetail-img-fl>img{
	display: block;
	width: 100%;
}
.proDetail-img-fl:nth-child(1)>img{
	margin-bottom: 10px;
}
.proDetail-video{
	margin-top: 0.1rem;
	width: 100%;
	height: 3.9564rem;
	position: relative;
	overflow: hidden;
}
.index-an{
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.video-cover{
	display: block;
	width: 100%;
	height: 100%;
}
.video-btn{
	position: absolute;
	width: 0.6rem !important;
	height: 0.6rem;
	left: 50%;
	top: 50%;
	margin-left: -0.3rem;
	margin-top: -0.3rem;
}
#video1{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.proDetail-img-b{
	display: flex;
}
.proDetail-img-b img{
	display: block;
	width: 49%;
}
.proDetail-img-b img:nth-child(1){
	margin-right: 2%;
}
.proDetail-nav{
	position: relative;
}
.proDetail-nav .fy-btn{
    right: -0.5rem;
	top: 0px;
}
.fy-btn{
	width: 0.5rem;
    height: 1.56rem;
    opacity: 0.8;
    position: absolute;
}
.fy-btn a{
	width: 100%;
    height: 0.5rem;
    float: left;
    display: inline-block;
    background: rgb(210,210,210);
    text-align: center;
    line-height: 0.5rem;
    margin-top: 0.02rem;
    position: relative;
}
.fy-btn a:hover{
	background: #134b97;
}
.iconfont{
    width: 0.25rem;
	height: 0.25rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.icon-cuowu{
	background: url(/images/600.png) no-repeat center center;
}
.icon-xiangyoujiantou{
	background: url(/images/602.png) no-repeat center center;
}
.icon-xiangzuojiantou{
	background: url(/images/601.png) no-repeat center center;
}
.proDetail-js{
	padding-top: 0.5rem;
}
.proDetail-js h3{
	font-size: 0.2rem !important;
	color: #222222;
	font-weight: bold;
	margin-bottom: 0.45rem;
	position: relative;
}
.proDetail-js h3:after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	position: absolute;
	left: 0;
	bottom: -0.2rem;
}
.proDetail-js2{
	margin-bottom: 0.15rem;
}
.proDetail-js2 img{
	max-width: 100%;
}
.proDetail-js2 h4{
	font-size: 0.13rem;
	color: #222222;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.proDetail-js2 p{
	font-size: 0.16rem;
	color: #222222;
	line-height: 0.28rem;
}
.proDetail-js-lunbo{
	margin-top: 0.3rem;
	width: 100%;
}
.proDetail-js-lunbo .row{
	max-width: 100% !important;
}
.proDetail-js-lunbo .item img{
	display: block;
	width: 100%;
}
.proDetail-js-lunbo .owl-prev{
	display: block !important;
	width: 0.56rem;
	height: 0.38rem;
	background: rgba(19,75,151,0.8);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.19rem;
}
.proDetail-js-lunbo .owl-prev:before{
	display: block;
	content: '';
	width: 0.11rem;
	height: 0.2rem;
	background: url(/images/jt-p1.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.proDetail-js-lunbo .owl-next{
	display: block !important;
	width: 0.56rem;
	height: 0.38rem;
	background: rgba(19,75,151,0.8);
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -0.19rem;
}
.proDetail-js-lunbo .owl-next:before{
	display: block;
	content: '';
	width: 0.11rem;
	height: 0.2rem;
	background: url(/images/jt-p2.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.jszc-banner{
	width: 100%;
}
.jszc-banner img{
	display: block;
	width: 100%;
}
.nei-jszc{
	width: 100%;
}
.jscz-xm{
	padding-top: 0.65rem;
	padding-bottom: 1rem;
}
.jscz-menu{
	width: 100%;
	border-radius: 0.12rem;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.jscz-menu ul li{
	float: left;
	width: 33.3333%;
	padding: 0.25rem 0;
	background: url(/images/js-bg01.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.jscz-menu-btn{
	display: inline-block;
	zoom: 1;
}
.jscz-menu-btn:after{
	display: block;
	content: '';
	clear: both;
}
.jscz-menu-btn img{
	float: left;
	margin-right: 0.2rem;
	transition-duration: 0.5s;
}
.jscz-menu-fr{
	float: left;
	margin-top: 0.035rem;
}
.jscz-menu-fr h3{
	font-size: 0.2rem !important;
	color: #fff;
	font-weight: normal;
}
.jscz-menu-fr p{
	font-size: 0.13rem;
	line-height: 0.24rem;
	color: #fff;
	text-transform: uppercase;
}
.jscz-menu ul li:hover .jscz-menu-btn img{
	transform: rotateY(180deg);
}
.jscz-title{
	text-align: left;
	position: relative;
	margin-bottom: 0.25rem;
}
.jscz-title h3{
	font-size: 0.13rem;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	opacity: 0.5;
	position: absolute;
	bottom: 0.1rem;
}
.jscz-xm-js{
	font-size: 0.16rem;
	color: 333333;
	text-align: center;
	line-height: 0.28rem;
}
.jscz-lc{
	margin-top: 0.3rem;
}
.jscz-lc h4{
	font-size: 0.23rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.05rem;
}
.jscz-lc p{
	font-size: 0.13rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.project-list{
	zoom: 1;
	margin-top: 0.4rem;
}
.project-list:after{
	display: block;
	content: '';
	clear: both;
}
.project-list-child{
	float: left;
	width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    position: relative;
    border: 2px solid #174e99;
    padding: 0.1rem;
    margin-bottom: 0.2rem;
}
.project-list-child h2{
	font-size: 0.23rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin: 0;
	line-height: 0.4rem;
}
.project-list-child span{
	display: block;
	font-size: 0.16rem;
	color: #333333;
	text-align: center;
}
.jtzz{
	float: left;
	line-height: 0.95rem;
    width: 0.38rem;
    font-size: 0.2rem;
    color: #174e99;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.project-list-child2{
	float: left;
	width: 1.24rem;
    height: 0.54rem;
    border-radius: 0.12rem;
    position: relative;
    border: 2px solid #174e99;
    padding: 0.1rem;
    margin-bottom: 0.4rem;
    zoom: 1;
}
.project-list-child2:after{
	display: block;
	content: '';
	clear: both;
}
.project-list-child2 h2{
	font-size: 0.23rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 0;
	line-height: 0.32rem;
}
.child2-name{
	position: absolute;
	font-size: 0.16rem;
	text-align: center;
	left: 0.4rem;
	top: 50%;
	transform: translateY(-50%);
	zoom: 1;
}
.child2-name:after{
	display: block;
	content: '';
	clear: both;
}
.child2-name span:first-child{
	color: #333333;
	float: left;
}
.child2-name span:last-child{
	color: #0c6fcb;
	float: left;
}
.jscz-lc2 .jtzz{
	line-height: 0.6rem;
	margin-bottom: 0.4rem;
}
.jszc-pp{
	background: url(/images/js-bg02.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}
.jszc-pp-content{
	padding: 1.1rem 0;
	background: rgba(24,70,132,0.9);
}
.jszc-pp-content-nav ul li{
	float: left;
	width: 33.3333%;
}
.jszc-pp-content-nav ul li img{
	display: block;
	margin: 0 auto;
	transition-duration: 0.5s;
}
.jszc-pp-content-nav ul li:hover img{
	transform: rotateY(180deg);
}
.jszc-pp-content-nav ul li h4{
	font-size: 0.23rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin: 0.3rem 0 0.05rem;
}
.jszc-pp-content-nav ul li h5{
	font-size: 0.16rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.15rem;
}
.jszc-pp-content-nav ul li p{
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	line-height: 0.28rem;
}
.jszc-wx{
	padding-top: 0.75rem;
	padding-bottom: 1.1rem;
}
.jszc-wx-nav h4{
	font-size: 0.23rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.05rem;
}
.jszc-wx-nav h5{
	font-size: 0.13rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}
.jszc-wx-nav p{
	font-size: 0.16rem;
	color: #333;
	text-align: center;
	line-height: 0.28rem;
}
.jszc-wx-lunbo{
	margin-top: 0.25rem;
}
.jszc-wx-lunbo .item img{
	display: block;
	width: 100%;
}
.jszc-wx-lunbo .owl-prev,.jszc-wx-lunbo .owl-next{
	display: block !important;
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: 36%;
	margin-top: -0.1rem;
}
.jszc-wx-lunbo .owl-prev:before,.jszc-wx-lunbo .owl-next:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.jszc-wx-lunbo .owl-prev{
	left: -0.85rem;
}
.jszc-wx-lunbo .owl-next{
	right: -0.85rem;
}
.jszc-wx-lunbo .owl-prev:before{
	background: url(/images/zuo01.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
}

.jszc-wx-lunbo .owl-next:before{
	background: url(/images/you01.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
}

.jszc-wx2{
	background: url(/images/js-bg03.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}
.jszc-wx2-content{
	padding-top: 0.8rem;
	padding-bottom: 1.2rem;
	background: rgba(24,70,132,0.9);
}
.jszc-wx2-content-nav h4{
	font-size: 0.23rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.05rem;
}
.jszc-wx2-content-nav h5{
	font-size: 0.13rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}
.jszc-wx2-content-nav p{
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	line-height: 0.28rem;
}
.jszc-wx2-content-nav ul{
	display: block;
	margin-top: 0.25rem;
}
.jszc-wx2-content-nav ul li{
	float: left;
	width: 25%;
}
.jszc-wx2-content-nav ul li img{
	display: block;
	margin: 0 auto;
	transition-duration: 0.5s;
}
.jszc-wx2-content-nav ul li:hover img{
	transform: rotateY(180deg);
}
.jszc-wx2-content-nav ul li span{
	font-size: 0.23rem;
	color: #fff;
	margin-top: 0.2rem;
	display: block;
}
.jszc-sh{
	background: url(/images/js-bg04.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.jszc-sh-content{
	padding: 0.9rem 0 1.1rem;
	background: rgba(24,70,132,0.9);
}
.jscz-title2{
	text-align: left;
	margin-bottom: 0.25rem;
	position: relative;
}
.jscz-title2 h3{
	font-size: 0.13rem;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    opacity: 0.5;
    position: absolute;
    bottom: 0.1rem;
}
.jszc-sh p{
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.28rem;
	opacity: 0.75;
}
.jszc-sh ul{
	display: block;
	margin-top: 0.4rem;
}
.jszc-sh ul li{
	float: left;
	width: 25%;
}
.jszc-sh ul li img{
	display: block;
	margin: 0 auto;
	transition-duration: 0.5s;
}
.jszc-sh ul li:hover img{
	transform: rotateY(180deg);
}
.jszc-sh ul li span{
	display: block;
	font-size: 0.23rem;
	color: #fff;
	margin-top: 0.2rem;
	text-align: center;
}
.jszc-sh ul li i{
	display: block;
	font-size: 0.13rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
}
.shfw{
	padding: 0.8rem 0;
}
.shfw h4{
	font-size: 0.23rem;
	color: #333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.05rem;
}
.shfw h5{
	font-size: 0.13rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}
.shfw img{
	display: block;
	width: 100%;
	margin-top: 0.4rem;
}

.fu-title{
	width: 100%;
	margin-bottom: 0.2rem;
	/*font-size: 18px;*/
	color: #333;
}
.fu-title p{
	font-size: 0.18rem;
}
.nei-banner .row{
	max-width: 100%;
}
.go-top{
	padding-top: 0.25rem;
}

.nei-footer-center{
	zoom: 1;
	padding: 0.05rem 0;
	border-top: 1px solid #bebebe;
}
.nei-footer-center:after{
	display: block;
	content: '';
	clear: both;
}
.nei-footer-center span{
	float: left;
	width: 0.78rem;
	font-size: 0.18rem;
	color: #333;
	line-height: 0.3rem;
}
.nei-footer-center ul{
	float: left;
	width: calc(100% - 0.78rem);
	padding-left: 0.15rem;
}
.nei-footer-center ul li{
	float: left;
	margin-right: 0.15rem;
	font-size: 0.16rem;
	color: #333;
	line-height: 0.3rem;
}
.nei-footer-center ul li a:hover{
	color: #065bcd;
}
.contact-list-Contenter img{
	display: block;
	width: 100%;
}
.down-look{
	display: none;
	position: absolute;
	z-index: 90;
	bottom: 0.3rem;
	left: 50%;
	margin-left: -0.265rem;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	-webkit-animation: jumptoMap 1.5s linear infinite;
	animation: jumptoMap 1.5s linear infinite;
	-moz-animation: jumptoMap 1.5s linear infinite;
	-o-animation: jumptoMap 1.5s linear infinite;
	-ms-animation: jumptoMap 1.5s linear infinite;
	opacity: .8;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	-o-transition: opacity .8s linear;
	transition: opacity .8s linear;
}

.home-slide .owl-prev,.home-slide .owl-next{
	width: 0.29rem;
	height: 0.53rem;
	position: absolute;
	top: 30%;
	z-index: 90;
}
.home-slide .owl-prev{
	left: 0.2rem;
	background: url(/images/jt_down2a.png) no-repeat;
}
.home-slide .owl-next{
	right: 0.2rem;
	background: url(/images/jt_down2b.png) no-repeat;
}

.home-beian{
	width: 100%;
	padding: 0 3%;
	position: absolute;
	bottom: 0.3rem;
	z-index: 90;
}
.home-beian p{
	font-size: 0.13rem;
    color: #ffffff;
    line-height: 0.2rem;
    opacity: 0.7;
}
.home-beian p a{
	color: #ffffff;
}

.xgcpSwiper{
	margin-top: 0.35rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.xgcpSwiper .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
.xgcp-img{
	width: 100%;
}
.xgcp-img img{
	display: block;
	width: 100%;
}
.xgcp-swiper .owl-prev{
	display: block !important;
	width: 0.42rem;
	height: 0.9rem;
	background: rgba(19,75,151,0.8);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.65rem;
	z-index: 20;
}
.xgcp-swiper .owl-prev:before{
	display: block;
	content: '';
	width: 0.16rem;
	height: 0.32rem;
	background: url(/images/jt-p03.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.xgcp-swiper .owl-next{
	display: block !important;
	width: 0.42rem;
	height: 0.9rem;
	background: rgba(19,75,151,0.8);
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -0.65rem;
	z-index: 20;
}
.xgcp-swiper .owl-next:before{
	display: block;
	content: '';
	width: 0.16rem;
	height: 0.32rem;
	background: url(/images/jt-p04.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.xgcp-name{
	padding: 0.2rem 0;
}
.xgcp-name p{
	font-size: 0.18rem;
	line-height: 0.2rem;
	color: #333;
	text-align: center;
}
.xgcp-swiper h3{
	font-size: 0.24rem;
	margin-bottom: 0.2rem;
}
.xgcp-swiper h3:after{
	display: none;
}
.xgxw{
	margin-top: 0.35rem;
	padding-bottom: 0.8rem;
}
.xgxw h3{
	margin-bottom: 0.2rem;
}
.xgxw h3:after{
	display: none;
}
.xgxw-content ul{
	zoom: 1;
}
.xgxw-content ul:after{
	display: block;
	content: '';
	clear: both;
}
.xgxw-content ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
	border-bottom: 1px solid #f0f0f0;
}
.xgxw-content ul li:nth-child(2n){
	margin-right: 0;
}
.xgxw-box{
	zoom: 1;
}
.xgxw-box:after{
	display: block;
	content: '';
	clear: both;
}
.xgxw-box p{
	float: left;
	width: calc(100% - 0.5rem);
	font-size: 18px;
	color: #333333;
	line-height: 0.5rem;
	box-sizing: border-box;
	padding-left: 0.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	transition-duration: 0.5s;
}
.xgxw-box p:before{
	display: block;
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #3f6dab;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.02rem;
}
.xgxw-box span{
	float: right;
	width: 0.5rem;
	text-align: right;
	font-size: 0.17rem;
	color: #888888;
	line-height: 0.5rem;
	transition-duration: 0.5s;
}
.xgxw-content ul li:hover .xgxw-box p{
	color: #3f6dab;
}
.xgxw-content ul li:hover .xgxw-box span{
	color: #3f6dab;
}

.other-news{
	border-top: 1px solid #ededed;
	margin-top: 0.2rem;
	padding-top: 0.1rem;
	zoom: 1;
}
.other-news:after{
	display: block;
	content: '';
	clear: both;
}
.prev-news{
	float: left;
}
.next-news{
	float: right;
}
.prev-news,.next-news{
	font-size: 0.16rem;
	color: #555555;
	line-height: 0.24rem;
}


.footer{
	background: #333333;
}
.footer-top{
	padding: 50px 100px 10px;
	display: flex;
}
.footer-company{
	width: 23.25%;
}
.footer-company h3{
	font-size: 28px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 34px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
}
.footer-company h3:before{
	display: block;
	content: '';
	width: 32px;
	height: 31px;
	background: url(/images/foot-i01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
.footer-company p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.6;
	margin-bottom: 10px;
	opacity: 0.87;
}
.footer-menu{
	width: 76.75%;
	padding-left: 5%;
	display: flex;
}
.footer-menuList h3{
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	margin-bottom: 15px;
}
.footer-menuBox{
	zoom: 1;
}
.footer-menuBox:after{
	display: block;
	content: '';
	clear: both;
}
.footer-menuList:nth-child(1){
	width: 32%;
}
.footer-menuList:nth-child(2){
	width: 21%;
}
.footer-menuList:nth-child(3){
	width: 32%;
}
.footer-menuList:nth-child(4){
	width: 15%;
}
.footer-menuList:nth-child(1) .footer-menuBox ul{
	float: left;
}
.footer-menuList:nth-child(1) .footer-menuBox ul:nth-child(1){
	margin-right: 40px;
}
.footer-menuList:nth-child(3) .footer-menuBox ul{
	float: left;
}
.footer-menuList:nth-child(3) .footer-menuBox ul:nth-child(1){
	margin-right: 40px;
}
.footer-menuBox ul li{
	font-size: 17px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 10px;
}
.footer-menuBox ul li a{
	color: #ffffff;
	opacity: 0.72;
	transition-duration: 0.5s;
}
.footer-menuBox ul li a:hover{
	opacity: 1;
}
.footer-ewm{
	width: 100%;
}
.footer-ewm img{
	display: block;
	width: 100%;
}
.footer-bottom{
	padding: 30px 100px;
	zoom: 1;
}
.footer-bottom:after{
	display: block;
	content: '';
	clear: both;
}
.beian{
	float: left;
}
.beian p{
	font-size: 17px;
	color: #ffffff;
	line-height: 42px;
	opacity: 0.74;
}
.other-link{
	float: right;
	zoom: 1;
}
.other-link:after{
	display: block;
	content: '';
	clear: both;
}
.other-link p{
	float: left;
	font-size: 17px;
	color: #ffffff;
	line-height: 42px;
	opacity: 0.74;
}
.select{
	width: 220px;
	height: 42px;
	border-radius: 8px;
	background: rgba(255,255,255,0.13);
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 0 10px;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 17px;
    color: #FFFFFF;
    background: url(/images/foot-jt.png) no-repeat scroll 94% center rgba(255,255,255,0.13);
    background-size: 10px 8px;
}
.select option{
	font-size: 17px;
    padding-left: 10px;
    color: #999999;
    line-height: 1.4;
}

.xs-top{display: none;}
.logo-mobile{
	width: 41%;
    float: left;
    margin-top: 10px;
    margin-left: 3%;
}
.logo-mobile a{
	display: block;
}
.logo-mobile a img{
	display: block;
}
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #fff;box-shadow: 0 0 8px 2px #CCCCCC;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}

.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #FFFFFF;}
.mobile-inner-header-icon{color: #094a7c;background: #FFFFFF; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #333333;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:#333333; width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(/images/jia1.png) no-repeat 96% center;
  color:#fff;
}

.currentDt1{
	background: url(/images/jian1.png) no-repeat 96% center rgba(255,255,255,0.2);
}
.navContent1{display: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding:10px 0; background:#333333;}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:6px 20px;}
.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;display: block;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(/images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}


.proDetail{
	margin-top: 0.8rem;
}
.dmt-list{
	margin-top: 0.8rem;
}
.multime-detail{
	margin-top: 0.8rem;
}

/*@media screen and (max-width:1670px){
	.header ul li{
		margin-right: 3.5%;
	}

	.header-menu{
		margin-left: 30px;
	}
	.header-menu ul li{
		margin-right: 40px;
	}
	.header-menu ul li>a{
		font-size: 16px;
	}
	.head-proMenu ul li a{
		font-size: 16px;
	}
	
	.footer-company h3{
		font-size: 24px;
	}
	.footer-company p{
		font-size: 14px;
	}
	.footer-menuList h3{
		font-size: 20px;
	}
	.footer-menuBox ul li{
		font-size: 15px;
	}
	.beian p{
		font-size: 15px;
	}
	.other-link p{
		font-size: 15px;
	}
	.select{
		font-size: 15px;	
	}
	.select option{
		font-size: 15px;	
	}
	.multime-detail-img{
		height: 438px;
	}
	.multime-detail-fl .item{
		height: 86px !important;
	}
}
@media screen and (max-width:1440px){

	.museum-img{
		max-width: 280px;
	}
	
	.multime-detail-fl .owl-prev,.multime-detail-fl .owl-next{
		top: -360%;
	}
	
	.multime-detail-img{
		height: 410px;
	}
	.multime-detail-fl .item {
	    height: 80px !important;
	}
	.new-date{
		padding-top: 38px;
    	padding-left: 48px;
	}
}
@media screen and (max-width:1366px){
	.museum{
		padding: 60px 15px 0;
	}
	.museum-img{
		max-width: 270px;
	}
	.museum-top{
		margin-bottom: 50px;
	}
	.museum-name h3{
		font-size: 24px;
	}
	.museum-name p{
		font-size: 14px;
	}
	
	.multime-detail-fl .owl-prev,.multime-detail-fl .owl-next{
		top: -340%;
	}
	
	.footer-top{
		padding: 50px 50px 10px;
	}
	.footer-bottom{
		padding: 20px 50px;
	}
	.header-menu ul li{
		margin-right: 40px;
	}
	
	.multime-detail-img{
		height: 410px;
	}
	.multime-detail-fl .item {
	    height: 80px !important;
	}
}
@media screen and (max-width:1220px){
	.xs-top{display: block;}
	.header{
		display: none;
	}
	.head-proMenu{
		display: none;
	}
	.header-n{
		display: none;
	}
}*/
@media screen and (max-width:769px){
	.xs-top{display: block;}
	.ce-menu{
		display: none;
	}
	
	.museum{
		padding: 20px 15px 0 !important;
	}
	.museum-name h3{
		font-size: 18px;
	}
	.w11{
		width: 94%;
	}
	.nei-content{
		padding: 40px 30px;
	}
	.map {
	    height: 300px;
	}
	.contact-fr{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.contact-list-Contenter2 li{
		font-size: 16px;
	}
	.contact-list-Contenter2>img{
		display: block;
		margin: 0 auto;
	}
	.about-idea-fl{
		width: 100%;
		padding-right: 15px;
	}
	.about-idea li span{
		width: 32%;
	}
	.about-idea li input{
		width: 68%;
	}
	.about-idea-fr{
		margin-top: 25px;
		width: 100%;
		padding-left: 0;
	}
	.about-idea li textarea{
		width: 100%;
	}
	.about-idea-fr li:before{
		top: 40px;
	}
	.submit a{
		width: 36%;
		margin: 0 2%;
	}
	.nei-header{
		display: none;
	}
	.dmt-list ul li{
		width: 100%;
	}
	.nei-footer-top{
		display: block;
		padding-top: 30px;
	}
	.nei-footer-top dl:nth-child(1){
		width: 100%;
		border-right: none;
	}
	
	.bq{
		width: 100%;
		font-size: 14px;
		text-align: center;
	}
	.hw{
		width: 100%;
		text-align: center;
	}
	.new-list-nav{
		display: block;
		padding: 10px;
	}
	.new-img{
		width: 100%;
	}
	.new-date{
		width: 100%;
		padding: 10px 5px 0;
		display: flex;
		line-height: 34px;
	}
	.new-message{
		width: 100%;
		padding-right: 0;
		font-size: 16px;
		line-height: 1.6;
	}
	.new-message h3{
		font-size: 18px;
		margin-top: 5px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.new-message:after{
		display: none;
	}
	.pro-lunbo .owl-prev{
		display: none !important;
	}
	.pro-lunbo .owl-next{
		display: none !important;
	}
	.pro-lunbo .item p{
		font-size: 18px;
		font-weight: normal;
		display: none;
	}
	.center p{
		display: block !important;
	}
	.pro-lunbo{
		padding-bottom: 20px;
	}
	.pro-content{
		padding-top: 20px;
	}
	.pro-content-nav ul li{
		width: 100%;
	}
	.home-content{
		margin-top: 55px;
		height: calc(100vh - 55px);
	}
	.pro-lunbo{
		margin-top: 55px;
	}
	.dmt-list{
		margin-top: 55px;
	}
	.nei-banner{
		margin-top: 55px;
	}
	.jszc-banner{
		margin-top: 55px;
	}
	.jscz-xm{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.jscz-menu-btn img{
		float: none;
		width: 40px;
		margin-right: 0;
		margin: 0 auto;
	}
	.jscz-menu-fr h3{
		font-size: 18px;
	}
	.jscz-menu-fr p{
		font-size: 12px;
	}
	.jscz-menu ul li{
		padding: 10px 0;
	}
	.jscz-title h3{
		font-size: 28px;
	}
	.jscz-xm-js{
		font-size: 16px;
		line-height: 26px;
	}
	.jscz-lc h4{
		font-size: 22px;
	}
	.jscz-lc p{
		font-size: 12px;
	}
	.project-list-child h2{
		font-size: 30px;
		line-height: 34px;
	}
	.project-list-child span{
		font-size: 14px;
	}
	.project-list-child{
		width: 80px;
    	height: 80px;
	}
	.jtzz{
		width: 34px;
		line-height: 80px;
	}
	.project-list-child2{
		padding: 5px;
		width: 130px;
		height: 52px;
		margin-bottom: 20px;
	}
	.project-list-child2 h2{
		font-size: 30px;
	}
	.child2-name{
		font-size: 14px;
		left: 48px;
	}
	.jscz-lc2 .jtzz{
		line-height: 52px;
		margin-bottom: 20px;
	}
	.jszc-pp-content-nav ul li img{
		width: 40px;
	}
	.jszc-pp-content-nav ul li h4{
		font-size: 20px;
		margin: 15px 0 5px;
	}
	.jszc-pp-content-nav ul li h5{
		font-size: 17px;
	}
	.jszc-pp-content{
		padding: 40px 0;
	}
	.jszc-wx{
		padding-top:30px;
		padding-bottom: 40px;
	}
	.jszc-wx-nav h4{
		font-size: 22px;
	}
	.jszc-wx-nav h5{
		font-size: 12px;
	}
	.jszc-wx-nav p{
		font-size: 16px;
		line-height: 26px;
	}
	.jszc-wx-lunbo .owl-prev, .jszc-wx-lunbo .owl-next{
		display: none !important;
	}
	.jszc-wx2-content{
		padding: 40px 0;
	}
	.jszc-wx2-content-nav h4{
		font-size: 22px;
	}
	.jszc-wx2-content-nav h5{
		font-size: 12px;
	}
	.jszc-wx2-content-nav p{
		font-size: 16px;
		line-height: 26px;
	}
	.jszc-wx2-content-nav ul li img{
		width: 40px;
	}
	.jszc-wx2-content-nav ul li span{
		font-size: 18px;
		margin-top: 10px;
	}
	.jscz-title2 h3{
		font-size: 28px;
	}
	.jszc-sh-content{
		padding: 40px 0;
	}
	.jszc-sh p{
		font-size: 16px;
		line-height: 26px;
	}
	.jszc-sh ul li{
		width: 50%;
		margin-bottom: 15px;
	}
	.jszc-sh ul li img{
		width: 40px;
	}
	.jszc-sh ul li span{
		font-size: 18px;
		margin-top: 10px;
	}
	.jszc-sh ul li i{
		font-size: 12px;
	}
	.shfw{
		padding: 40px 0;
	}
	.shfw h4{
		font-size: 22px;
	}
	.shfw h5{
		font-size: 12px;
	}
	.shfw img{
		margin-top: 20px;
	}
	.project-list {
	    padding: 0 0px;
	}
	.article-nr img{
		max-width: 100%;
	}
	.proDetail-js2 img{
		max-width: 100%;
		height: auto;
	}
	.proDetail-js2 table{
		width: 100%;
	}
	.proDetail-js2 table tr th,.proDetail-js2 table tr td{
		padding: 20px 0;
	}
	.xgcp-name{
		padding: 10px 0;
	}
	.xgcp-name p{
		font-size: 16px;
	}
	.xgxw-content ul li{
		width: 100%;
		margin-right: 0;
	}
	.xgxw-box p{
		font-size: 16px;
	}
	.xgxw-box span{
		font-size: 15px;
	}
	.xgxw{
		padding-bottom: 40px;
	}
	
	.footer-top{
		padding: 20px 10px;
		display: block;
	}
	.footer-company{
		width: 100%;
	}
	.footer-company h3{
	    font-size: 22px;
	}
	.footer-menu{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.footer-menuList:nth-child(-n + 3){
		display: none;
	}
	.footer-menuList:nth-child(4){
		width: 100%;
	}
	.footer-ewm{
		width: 120px;
	}
	.footer-bottom{
		padding: 20px 10px;
	}
	.beian p{
		width: 100%;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.other-link{
		width: 100%;
	}
	.multime-detail-fl .owl-prev,.multime-detail-fl .owl-next{
		top: -164%;
		width: 40px;
	}
	
	
}
@keyframes mymove
{
    0%{
    transform: scale(1.2);  
    }
    100%{
        transform: scale(1); 
    }

}

@-webkit-keyframes mymove 
{
    0%{
    transform: scale(1.2);  
    }
    100%{
        transform: scale(1); 
    }
}
@media screen and (max-width:769px){
	.museum-top{
		display: none;
	}
	.museum{
		background: #fff;
		padding: 60px 15px 0;
	}
	.museum-img {
	    max-width: 100%;
	    margin-bottom: 45px;
	}
	.nei-content{
		padding: 30px 0px;
	}
	.nei-title h2{
		font-size: 40px;
	}
	.nei-title-nav{
		font-size: 26px;
	}
	.nei-title-nav:before{
		top: 0px;
	}
	.about-js{
		padding: 20px 0;
		font-size: 16px;
	}
	.about-wh-nav ul li:nth-child(1), .about-wh-nav ul li:nth-child(3){
		width: 100%;
	}
	.about-wh-nav ul li:nth-child(2){
		width: 100%;
	}
	.about-wh-nav ul li{
		height: auto;
	}
	.nei-title2 h2{
		font-size: 40px;
	}
	.nei-title-nav2{
		font-size: 26px;
	}
	.nei-title-nav2:before{
		top: 0px;
	}
	.about-wh:before{
		height: 100%;
	}
	.wh-tilte{
		padding: 30px 0;
		position: relative;
		top: 0;
		transform: translateY(0);
	}
	.wh-title-sp01{
		padding-left: 0;
	}
	.wh-tilte h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.wh-title-sp02 h3{
		color: #fff !important;
	}
	.wh-title-sp02 p{
		color: #fff !important;
	}
	.about-zz{
		padding: 40px 0 30px;
	}
	.about-zz .owl-carousel{
		width: 94%;
	}
	.about-zz .owl-nav{
		display: none;
	}
	.lc-history-date{
		text-align: left !important;
		width: 100% !important;
	}
	.lc-history-doc{display: none;}
	.lc-history-js{
		text-align: left !important;
		width: 100% !important;
	}
	.lc-history-js p{
		font-size: 16px;
		line-height: 26px;
	}
	.picScroll-top .bd{
		height: 800px;
	}
	.picScroll-top .infoList li{
		height: 200px !important;
	}
	.about-contact{
		padding: 40px 0 30px;
	}
	.contact-fl{
		width: 100%;
	}
	.contact-list-box li{
		font-size: 18px;
	}
	.contact-list-box li:nth-child(1){
		background-size: 100% 100% !important;
	}
	.contact-list-box li:nth-child(1).hover-map{
		background-size: 100% 100% !important;
	}
	.contact-list-box li:nth-child(2){
		background-size: 100% 100% !important;
	}
	.contact-list-box li:nth-child(2).hover-map{
		background-size: 100% 100% !important;
	}
	.dmt-title h3{
		font-size: 30px;
	}
	.dmt-title p{
		font-size: 14px;
	}
	.dmt-detail-content{
		padding: 30px 15px;
	}
	.dmt-video-title h3{
		font-size: 20px;
		margin-bottom: 0;
	}
	.dmt-video-title p{
		font-size: 16px;
		line-height: 28px;
	}
	.dmt-video-title p img{
		max-width: 100%;
		height: auto;
	}
	.dmt-detail-fixed{
		width: 96%;
	}
	.dmt-detail-name span:nth-child(1){
		font-size: 26px;
	}
	.dmt-detail-name span:nth-child(2){
		font-size: 26px;
	}
	.dmt-lxwm-message p{
		font-size: 15px;
		font-weight: normal;
	}
	.multime-detail-nav{
		padding: 0 15px;
	}
	.multime-detail-fl{
		width: 100%;
		padding-right: 0;
	}
	.multime-detail-img{
		height: 200px;
	}
	.multime-detail-fr{
		width: 100%;
	}
	.fy-btn{
		display: none;
	}
	.proDetail-img-fl{
		width: 100%;
	}
	.proDetail-img-b{
		margin-bottom: 10px;
	}
	.proDetail-img-b img{
		height: 120px;
	}
	.proDetail-js h3{
		font-size: 26px;
	}
	.proDetail-video{
		height: 216px;
		overflow: hidden;
	}
	.proDetail{
		margin-top: 0px;
	}
	.multime-detail{
		margin-top: 0px;
	}
	.multime-detail-fr h3{
		font-size: 24px;
	}
	.dmt-banner{
		margin-top: 55px;
	}
	.footer-lxwm{
		width: 100%;
	}
	.footer-message input:nth-child(1){
		width: 35%;
	}
	.footer-message input:nth-child(2){
		width: 60%;
		margin-left: 5%;
	}
	.footer-message textarea{
		width: 100%;
	}
	.footer-add{
		margin-left: 0;
	}
	.list01{
		width: 100%;
	}
	.list02{
		width: 100%;
		padding-left: 0px;
    	border-left: none;
	}
	.footer-ewm{
		top: 158px;
	}
	.list02 li:nth-child(-n + 3) {
	    padding-right: 90px;
	}
	.footer-gywm{
		width: 100%;
	}
	.down-look{
		display: block;
	}
	.home-slide .owl-prev,.home-slide .owl-next{
		display: block !important;
	}
	.home-banner{
		z-index: 9;
	}
	
	.fu-title p{
		font-size: 14px;
	}
	.new-date span:nth-child(1){
		font-size: 16px;
	}
	.new-date span:nth-child(2){
		font-size: 16px;
	}
	
	.jianT li{
		display: none;
	}
	.jianT li:nth-child(-n+2){
		display: inline-block;
	}
	.jianT li:nth-last-child(-n+2){
		display: inline-block;
	}
	
	.article-ti h1{
		font-size: 18px;
	}
	.article-ti p{
		font-size: 14px;
	}
	.article-nr{
		line-height: 1.6;
	}
	.prev-news, .next-news{
		font-size: 16px;
		line-height: 1.4;
	}
	.xgcp-swiper{
		margin-top: 5px;
	}
	.xgcp-swiper h3{
		font-size: 18px;
	}
}

@keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-webkit-keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-moz-keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-ms-keyframes jumptoMap {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}	



























