@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myOneFont;
	src: url('../fonts/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../fonts/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

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,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	padding:0 1.7%;
	position:absolute;
	z-index: 999;
	top:0;
	}
.top{
	width:100%;
	overflow:hidden;
	height:60px;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	}
.top span{
	font-size:15px;
	color:#f1f1f1;
	margin-right:34px;
	}
.top span img{
	margin-right:10px;
}
.top a{
	margin-left:20px;
}
.top a:first-of-type{
	margin-left:0;
}
.top .toplf,.top .toprt{
	height:100%;
	overflow:hidden;
	padding:0;
}
.top .toplf{
	display:flex;
	align-items:center;
}
.top .toplf img{
	margin-right:10px;
}
.top .toplf span,.top .toplf span a{
	font-size:15px;
	color:#f1f1f1;
}
.toplf span:first-child{
	margin-right:70px;
}
.top .toprt{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.top .toprt a{
	margin-left:20px;
}
.contactbtn{
	overflow:hidden;
	height:100%;
	display:flex;
	align-items:center;
	margin-right:34px;
}
.contactbtn a{
	display:block;
	width:158px;
	height:45px;
	line-height:45px;
	background:#d30210;
	text-align:center;
	font-size:16px;
	color:#fff;
	border-radius:23px;
}
.headernr{
	width:100%;
	height:100px;
	padding:0 1.4%;
}
.logo{
	height:100%;
	overflow:hidden;
	padding:30px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.language{
	height:100%;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:100px;
	position:relative;
}
.language a{
	font-size:16px;
	color:#212332;
}
.language a i{
	margin-left:10px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background: #920201;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.language .languagenr p:hover{
	background:#d30210;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
/* search
-------------------------------------------------------------- */
.search{
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	position:relative;
	padding-top:1.5px;
}	
.search_box{
	width:260px;
	position: absolute;
	top:100px;
	right:0;
	background-color:#173887;
	padding:10px; 
	z-index:99;
	display:none;
	}
.search_box input{
	width:80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	float:right;
	background:none;
	outline: none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}

/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

.nav{
	text-align:right;
	margin-right:84px;
	position:relative;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:38px;
	position:relative;
	}
.nav .menu > li.active:before{
	width:100%;
	}

.nav .menu > li a{
	color:#fff;
	font-size:20px;
	display:block;
	line-height:38px;
	margin:0 40px;
	padding-bottom:15px;
	position:relative;
	z-index:9;
	}
.nav .menu > li a:hover,.nav .menu > li.active a{
	font-weight:bold;
}
.nav .menu > li a::after{
	content:"";
	width:0px;
	height:2px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-34px;
	bottom:0;
	z-index:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.nav .menu > li .submenu{

	width:230px;
	left:50%;
	margin-left:-115px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#fff;
	text-align:center;
	margin-top:1px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li a::after{
	display:none;
}
.nav .menu > li .submenu li:hover{

	background:#173887;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.nav .menu > li:hover a::after,.nav .menu > li.active a::after{
	width:68px;
	}

.cont{
	width:89.6%;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:89.6%;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.banner .swiper-container-wp8-vertical,.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span:before{
	content:"0";
	}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 38px;
	height:3px;
	display: inline-block;
	margin:0 4px;
	background:rgba(255,255,255,0.4);
	outline:none;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active{
	background:#fff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}



.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

.banner .swiper-pagination {
	overflow:hidden;
	text-align:center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	left:5.2%;
	bottom:65px;
	z-index:99;
}
.banner .swiper-pagination-fraction span{
	font-size:30px;
	color:#fff;
	font-family:Arial;
}
.banner .swiper-pagination-fraction .swiper-pagination-current{
	font-size:56px;
	font-family:Arial;
}
.banner .swiper-pagination-fraction span{
	line-height:63px;
}
.banner .swiper-pagination-fraction span:nth-child(2):after{
	content:"/";
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:30px;
}
.banner .swiper-pagination-fraction span:nth-child(2){
	padding-left:10px;
	padding-top:10px;
}
.banner .swiper-scrollbar{
	width:124px;
	height:5px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	position:absolute;
	left:11.6%;
	bottom:40px;
	z-index:99;
}
.banner .swiper-scrollbar .swiper-scrollbar-drag{
	margin:0 6px;
}
.banner .swiper-scrollbar-drag {
    background: #55ae97;
}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:34px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse{
  position: relative;
  width:30px;
  height: 50px;
  border-radius: 30px;
  border: 3px solid #fff;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}


@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h4{
	width:100%;
	overflow:hidden;
	padding-left:24px;
	font-size:26px;
	color:#78879b;
	line-height:36px;
	margin-bottom:15px;
	position:relative;
	}
.tit h4 a{
	font-size:26px;
	color:#78879b;
	}
.tit h4::before{
	content:"";
	width:8px;
	height:30px;
	background:#78879b;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-15px;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#0b0b0b;
	line-height:50px;
	}
.tit h3 a{
	font-size:40px;
	color:#0b0b0b;
	}
.more{
	width:100%;
	}
.more a{
	display:block;
	width:208px;
	height:60px;
	line-height:60px;
	background:#fff;
	border-radius:30px;
	font-size:16px;
	color:#22385e;
	font-weight:bold;
	padding-left:36px;
	}
.more a i{
	float:right;
	margin-right:26px;
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat center top;
	background-size:cover;
	padding-top:80px;
	padding-bottom:100px;
	position:relative;
	}
.aboutcont{
	width:100%;
}
.aboutlf{
	width:47%;
	overflow:hidden;
	padding-bottom:20px;
}
.aboutrt{
	width:50%;
	overflow:hidden;
	padding-top:80px;
}
.aboutlf .aboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#78879b;
	font-weight:bold;
	margin-top:15px;
	}
.aboutlf .aboutnr p{
	font-size:16px;
	color:#78879b;
}
.about .more{
	margin-top:67px;
}
.about .more a{
	box-shadow:0px 0px 20px rgba(0,0,0,0.08);
}
.aboutrt ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
}
.aboutrt ul li{
	width:24%;
	overflow:hidden;
}
.aboutrt ul li:first-child{
	margin-right:126px;
}
.aboutrt ul li .icon,.aboutrt ul li .num,.aboutrt ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.aboutrt ul li .timer,.aboutrt ul li .timer span{
	font-size:79px;
	line-height:79px;
	color:#262626;
	font-family: myOneFont;
	letter-spacing: 8px;
}
.aboutrt ul li .num font{
	font-size:50px;
	color:#262626;
}
.aboutrt ul li p{
	font-size:20px;
	color:#78879b;
	margin-top:20px;
}
.aboutrt ul li .num{
	margin-top:17px;
	height:79px;
}
/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:44px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items: self-end;
	flex-wrap:wrap;
}
.aboutlist ul li{
	width:32%;
	overflow:hidden;
	background:#fff;
	padding:32px 34px 40px 34px;
	border-radius:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	position:relative;
}
.aboutlist ul li .icon,.aboutlist ul li h5,.aboutlist ul li p,.aboutlist ul li i{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li i{
	width:100%;
	display:block;
	padding:0 34px;
	position:absolute;
	left:0;
	bottom:30px;
}
.aboutlist ul li h5{
	font-size:25px;
	color:#262626;
	margin-bottom:12px;
}
.aboutlist ul li p{
	font-size:16px;
	color:#b9b9b9;
}
.aboutlist ul li:nth-child(2n+1){
	height:432px;
}
.aboutlist ul li:nth-child(2n){
	height:352px;
}
.aboutlist ul li:nth-child(2n+1) .icon{
	margin-bottom:98px;
}
.aboutlist ul li:nth-child(2n) .icon{
	margin-bottom:60px;
}
.aboutlist ul li:hover{
	background:#173887;
}
.aboutlist ul li:hover h5,.aboutlist ul li:hover p{
	color:#fff;
}
.aboutlist ul li i .i_imgh,.aboutlist ul li:hover i .i_img{
	display:none;
}
.aboutlist ul li:hover i .i_imgh{
	display:block;
}

/* hzhb
-------------------------------------------------------------- */
.hzhb{
	width:100%;
	overflow:hidden;
	background:url(../images/hzhbbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:98px;
	padding-bottom:92px;
}
.hzhb .tit{
	text-align:center;
}
.hzhb p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a5a5a9;
	line-height:30px;
	text-align:center;
	margin-top:2px;
}
.hzhbnr{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:46px;
}
.hzhbnr img{
	max-width:100%;
	height:auto;
}
/* news
-------------------------------------------------------------- */
.news{
	padding-top:92px;
	padding-bottom:100px;
}
.newstit{
	width:100%;
	overflow:hidden;
	}
.newstit .tit,.newstit .newsmenu{
	overflow:hidden;
	padding:0;
}
.newstit .newsmenu{
	padding-top:22px;
	text-align:right;
}
.newstit .newsmenu ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}
.newstit .newsmenu ul li{
	line-height:30px;
	padding:15px 28px;
	background:#b0bccd;
	border-radius:30px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.newstit .newsmenu ul li a{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	display:block;
}
.newstit .newsmenu ul li:last-child{
	margin-left:25px;
}
.newstit .newsmenu ul li:hover{
	background:#173887;
}
.newsnr,.newsnr ul{
	width:100%;
	overflow:hidden;
	}
.newsnr{
	margin-top:70px;
}
.newsnr ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.newsnr ul li{
	width:32%;
	overflow:hidden;
	}
.newsnr ul li .newsimg,.newsnr ul li .newsdate,.newsnr ul li h5,.newsnr ul li p{
	width:100%;
	overflow:hidden;
	}
.newsnr ul li .newsimg{
	border-radius:10px;
	height:377px;
	border: 1px solid #ddd;
}
.newsnr ul li .newsimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.newsnr ul li:hover .newsimg img{
	transform:scale(1.05);
}
.newsnr ul li .newsdate{
	font-size:16px;
	color:#78879b;
	line-height:30px;
	margin-top:25px;
}
.newsnr ul li h5{
	font-size:25px;
	color:#0b0b0b;
	margin-top:7px;
}
.newsnr ul li p{
	font-size:16px;
	color:#8f8f8f;
	margin-top:14px;
	margin-bottom:35px;
}
.newsnr ul li .newsmore{
	width:208px;
	height: 60px;
    line-height: 60px;
	border-radius: 30px;
	background:#b0bccd;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#173887;
	border-radius:20px;
	padding-top:90px;
	padding-bottom:120px;
	margin-top: -20px;
    position: relative;
    z-index: 2;
	}
.protit{
	width:100%;
	overflow:hidden;
}
.protit .tit,.protit .promore{
	padding:0;
}
.protit .promore{
	text-align:right;
}
.protit .promore .more{
	width:auto;
	display:inline-block;
}
.protit .promore .more a{
	text-align:left;
	background:none;
	color:#fff;
	border:solid 2px #fff;
}
.protit .tit h3,.protit .tit h3 a,.protit .tit h4,.protit .tit h4 a{
	color:#fff;
}
.protit .tit h4::before{
	background:#fff;
}
.promenu{
	width:100%;
	height:68px;
	overflow:hidden;
	background:#fff;
	border-radius:34px;
	margin-top:42px;
}
.promenu ul{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.promenu ul li{
	overflow:hidden;
	display:inline-block;
	margin:0 75px;
	line-height:68px;
}
.promenu ul li a{
	font-size:22px;
	color:#3d3d3d;
	font-weight:bold;
}
.promenu ul li a:hover{
	color:#173887;
}
.pronr{
	width:100%;
	margin-top:70px;
	position:relative;
}
.prolist,.prolist .proimg,.prolist h5,.prolist .projs{
	width:100%;
	overflow:hidden;
	}
.prolist{
	background:#fff;
	border-radius:30px;
	padding:45px 35px;
}
.prolist .proimg{
	border-radius:20px;
}
.prolist .proimg img{
	width:100%;
	height:auto;
}
.prolist:hover .proimg img,.yylynr .yylyimg:hover img{
	transform:scale(1.05);
}
.prolist h5{
	font-size:30px;
	color:#0b0b0b;
	line-height:40px;
	margin-top:26px;
	margin-bottom:10px;
}
.prolist .projs{
	font-size:16px;
	color:#8f8f8f;
}
.prolist .promore{
	width:208px;
	height:60px;
	line-height:60px;
	background:#173887;
	border-radius:30px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	padding-left:36px;
	margin-top:34px;
}
.prolist .promore i{
	float:right;
	margin-right:26px;
}
.pronr .button,.yylynr .button{
	overflow:hidden;
}
.pronr .button div,.yylynr .button div{
	width:21px;
	height:40px;
	position:absolute;
	top:50%;
	margin-top:-20px;
}
.pronr .button .swiper-button-prev,.yylynr .button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:-65px;
}
.pronr .button .swiper-button-next,.yylynr .button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:-65px;
}
/* yyly
-------------------------------------------------------------- */
.yyly{
	width:100%;
	overflow:hidden;
	background:url(../images/yylybg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:176px;
	padding-bottom:170px;
	margin-top:-30px;
}
.yyly .tit h4,.yyly .tit h4 a{
	color:#fff;
}
.yyly .tit h4::before{
	background:#fff;
}
.yylynr{
	width:100%;
	margin-top:50px;
	position:relative;
}
.yylynr .yylyimg{
	width:100%;
	overflow:hidden;
}
.yylynr .yylyimg{
	border-radius:10px;
}
.yylynr .yylyimg img{
	width:100%;
	height:auto;
}

/* message
-------------------------------------------------------------- */
.message ::-webkit-input-placeholder {
  color: #b0bccd;
}
.message ::-moz-placeholder {
  color: #b0bccd;
}
.message ::-moz-placeholder{
color: #b0bccd;
}
.message ::-ms-input-placeholder {
  color: #b0bccd;
}
.message,.message ul,.message ul li,.message ul li input,.message ul li textarea,.message ul li button{
	width:100%;
	overflow:hidden;
}
.message{
	margin-top:32px;
}
.message ul li{
	margin-top:10px;
}
.message ul li input{
	background:#fff;
	font-size:16px;
	height:60px;
	border-radius:10px;
	line-height:60px;
	padding:0 24px;
}
.message ul li textarea{
	background:#fff;
	height:166px;
	font-size:16px;
	padding:10px 24px;
	border-radius:10px;
}
.message ul li button{
	height:60px;
	background:#b0bccd;
	text-align:center;
	font-size:16px;
	color:#fff;
	border-radius:10px;
	outline: none;
}
/* message_n
-------------------------------------------------------------- */
.message_n{
	overflow:hidden;
	padding:0 10px;
	border-left:solid 1px #eeeeee;
}
.messagenr_n{
	width:100%;
	overflow:hidden;
	}
.messagenr_n dl{
	overflow:hidden;
	padding:0 30px;
	margin-top:45px;
	}
.messagenr_n dl dt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	}
.messagenr_n dl dd{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	}
.messagenr_n dl dd input{
	width:100%;
	height:50px;
	overflow:hidden;
	border-bottom:solid 1px #c0c0c0;
	line-height:50px;
	}
.messagenr_n dl dd textarea{
	width:100%;
	height:190px;
	line-height:30px;
	border-bottom:solid 1px #c0c0c0;
	}
.tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:34px;
	padding:0 30px;
	}
.tjbtn button{
	width:100%;
	overflow:hidden;
	background:#333;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:20px;
	color:#fff;
	outline: none;
	padding:0;
	}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	padding-left:30px;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	overflow:hidden;
	margin-top:-55px;
	position:relative;
	z-index:2;
}
.contactnr{
	background:#173887 url(../images/contactbg.jpg) no-repeat bottom center;
	padding:80px;
	border-radius:30px;
}
.contactlf{
	width:63%;
	overflow:hidden;
}
.contactlf .tit h4,.contactlf .tit h4 a,.contactlf .tit h3{
	color:#fff;
}
.contactlf .tit h4{
	margin-bottom:55px;
}
.contactlf .tit h4::before{
	background:#fff;
}
.contactlist,.contactlist p{
	width:100%;
	overflow:hidden;
}
.contactlist{
	margin-top:150px;
}
.contactlist p{
	font-size:15px;
	color:#fff;
	display:flex;
	align-items:center;
	margin-top:24px;
}
.contactlist p i{
	margin-right:30px;
}
.contactrt{
	width:35%;
	overflow:hidden;
}
.contactrt h5{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
}
.contactrt .messagejs,.contactrt .messagejs p{
	width:100%;
	overflow:hidden;
}
.contactrt .messagejs{
	margin-top:16px;
}
.contactrt .messagejs p{
	font-size:20px;
	color:rgba(255,255,255,0.5);
}
/* hzkh
-------------------------------------------------------------- */
.hzkh{
	width:100%;
	overflow:hidden;
	background:#f3f5f8;
	padding:84px 0 106px 0;
	}
.hzkhtit{
	width:100%;
	overflow:hidden;
	}
.hzkhtit .tit,.hzkhtit .hzkhmore{
	overflow:hidden;
	padding:0;
}
.hzkhtit .hzkhmore{
	display:flex;
	justify-content:flex-end;
	padding-top:50px;
}
.hzkhtit .hzkhmore a{
	display:block;
	width:208px;
	height: 60px;
    line-height: 60px;
	border-radius: 30px;
	background:#173887;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.hzkhnr,.hzkhnr ul{
	width:100%;
	overflow:hidden;
}
.hzkhnr{
	margin-top:40px;
}
.hzkhnr ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.hzkhnr ul li{
	width:13.8%;
	background:#fff;
	border-radius:10px;
	text-align:center;
	margin:12px 0;
}
.hzkhnr ul li img{
	max-width:100%;
	height:auto;
}
/* search_n
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.search_list,.search_list ul{
	width:100%;
	overflow:hidden;
}
.search_list ul li{
	padding:0 10px;
	margin:15px 0;
}
.search_list ul li .imgauto,.search_list ul li p{
	width:100%;
	overflow:hidden;
}
.search_list ul li .imgauto{
	height:278px;
	border: 1px solid #ebebeb;
	position:relative;
}
.search_list ul li .imgauto img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.search_list ul li:hover .imgauto img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.search_list ul li p{
	text-align:center;
	font-size:16px;
	line-height:30px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width: 100%;
	overflow: hidden;
	background: #151515;
	padding-top:95px;
	border-radius:20px 20px 0 0;
}
.footer .footerlf{
	width:23%;
	overflow:hidden;
}
.footer .footerrt{
	width:69%;
	overflow:hidden;
	padding-bottom:78px;
}
.footer .footerlf h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:32px;
	color:rgba(255,255,255,0.5);
	margin-top:42px;
}
.footer .footerlf .botlxfs,.footer .footerlf .botlxfs dl{
	width:100%;
	overflow:hidden;
}
.footer .footerlf .botlxfs{
	margin-top:40px;
}
.footer .footerlf .botlxfs dl{
	margin-top:16px;
}
.footer .footerlf .botlxfs dl dt{
	width:13%;
	overflow:hidden;
	float:left;
	margin-right:2%;
}
.footer .footerlf .botlxfs dl dt img{
	max-width:100%;
	height:auto;
}
.footer .footerlf .botlxfs dl dd{
	width:85%;
	overflow:hidden;
	float:left;
	font-size:15px;
	color:rgba(255,255,255,0.5);
	line-height:25px;
}
.footer .footerlf .botlxfs dl dd a{
	font-size:15px;
	color:rgba(255,255,255,0.5);
}
.botlogo{
	width:100%;
	overflow:hidden;
}
.botlogo img{
	max-width: 100%;
	height:auto;
	}
.footerrt .footernav{
	width:100%;
	overflow:hidden;
	}
.footernav ul{
	width:100%;
	overflow:hidden;
}
.footernav ul li{
	width:20%;
	overflow:hidden;
	float:left;
	line-height:30px;
}
.footernav ul li h4,.footernav ul li p{
	width:100%;
	overflow:hidden;
	line-height:30px;
}
.footernav ul li h4{
	margin-bottom:25px;
}
.footernav ul li p{
	margin-top:10px;
}
.footernav ul li h4 a{
	font-size:18px;
	color:#fff;
}
.footernav ul li p a{
	font-size:16px;
	color:#fff;
	opacity:0.5;
}
.footernav ul li p a:hover{
	opacity:1;
}
.lxicon{
	width:100%;
	overflow:hidden;
	text-align:right;
	margin-top:102px;
}
.lxicon a{
	display:inline-block;
	margin-left:20px;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	border-top:solid 1px #454545;
	padding:30px 0;
	position:relative;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:18px;
	color:rgba(255,255,255,0.5);
}
.bot .botrt{
	text-align:right;
}
.bot a{
	font-size:18px;
	color:rgba(255,255,255,0.5);
	}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right: 0;
	top:50%;
    margin-top: -124px;
    z-index: 999;
}
.side ul li {
    width:64px;
	height:64px;
    position: relative;
    cursor: pointer;
	background:#f2f2f2;
	margin:2px 0;
	box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	-webkit-box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	-moz-box-shadow:0px 3px 7px rgba(65,75,87,0.1);
	border-radius:5px;
}
.side ul li:last-child,.side ul li:hover{
	background:#00666e;
}
.side ul li:last-child p{
	color:#fff;
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
    background: #fff;
    width: 150px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
.side ul .sidetel .sideimg{
	background:url(../images/icon29.png) no-repeat center;
}
.side ul .sidetel:hover .sideimg{
	background:url(../images/iconh29.png) no-repeat center;
}
.side ul .sidezx .sideimg{
	background:url(../images/icon28.png) no-repeat center;
}
.side ul .sidezx:hover .sideimg{
	background:url(../images/iconh28.png) no-repeat center;
}
.side ul .sidely .sideimg{
	background:url(../images/icon30.png) no-repeat center;
}
.side ul .sidely:hover .sideimg{
	background:url(../images/iconh30.png) no-repeat center;
}
.side ul .sidetop .sideimg{
	background:url(../images/icon31.png) no-repeat center;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#333333;
	text-align:center;
	margin-top:2px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidezx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:450px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:600px;
	}
}
@media(max-width:1768px) {
	.banner_n{
		height:414px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:394px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:338px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:232px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:180px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:150px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
}
.positionnr{
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon15.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #004b96;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #dfdfdf;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:50px;
	font-size:16px;
	color:#272631;
	line-height:80px;
	position:relative;
}
.menu_n ul li::after{
	content: "";
    width: 0px;
    height: 2px;
    background: #173887;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.menu_n ul li a{
	font-size:16px;
	color:#272631;
}
.menu_n ul li:hover::after,.menu_n ul li.active::after{
	width:100%;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#173887;
	font-weight:bold;
}
/* nmenu
-------------------------------------------------------------- */
.nmenu {
	overflow: hidden;
	margin-top:30px;
}
.nmenu ul {
	width:100%;
	overflow: hidden;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 40px;
	text-align: center;
	border-bottom:solid 2px rgba(150,150,150,0.8);
	margin-right:25px;
}
.nmenu ul li a {
	font-size: 16px;
	color: #343434;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	border-bottom:solid 2px #004b96;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#004b96;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #111111;
    font-size: 35px;
    line-height: 45px;
	}
.ntit p {
    width: 100%;
    overflow: hidden;
    font-family: myThreeFont;
    color: #111111;
    font-size: 22px;
    text-transform: uppercase;
}
/* nabout
-------------------------------------------------------------- */
.about_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	}
.aboutnr_n .aboutlf_n{
	padding:0 20px 0 0;
}
.aboutnr_n .aboutlf_n h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#0b0b0b;
	line-height:55px;
}
.aboutnr_n .aboutlf_n .aboutjs_n,.aboutnr_n .aboutlf_n .aboutjs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#78879b;
	line-height:26px;
}
.aboutnr_n .aboutlf_n .aboutjs_n{
	margin-top:63px;
}
.aboutnr_n .aboutrt_n{
	padding:0;
}
.aboutnr_n .aboutrt_n .aboutimg_n{
	width:99%;
	height:585px;
	overflow:hidden;
	float:right;
	border-radius:30px;
}
.aboutnr_n .aboutrt_n .aboutimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.video{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
}
.video video{
	width:100%;
	height:auto;
}

/* qywh_n
-------------------------------------------------------------- */
.qywh_n{
	padding:0;
	margin-top:60px;
}
.qywh_n dl{
	width:100%;
	margin:35px 0;
	border-radius:30px;
	background:#fff;
	box-shadow:0px 0px 27px rgba(0,0,0,0.08);
	padding:54px 65px;
}
.qywh_n dl dt,.qywh_n dl dd{
	width:100%;
	overflow:hidden;
}
.qywh_n dl dt{
	font-size:45px;
	color:#0b0b0b;
	line-height:55px;
}
.qywh_n dl dd{
	font-size:30px;
	color:#78879b;
	line-height:40px;
	margin-top:20px;
	font-weight:bold;
}
.qywhlist_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
}
.qywhlist_n,.qywhlist_n .qywhimg_n{
	width:100%;
	overflow:hidden;
}
.qywhlist_n .qywhimg_n img{
	width:100%;
	height:auto;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.honornr_n,.honornr_n ul,.gallery{
	width:100%;
	overflow:hidden;
}
.gallery{
	position:relative;
}
.honornr_n{
	position:relative;
}
.honornr_n ul li{
	width:23.5%;
	overflow:hidden;
	margin:15px 2% 15px 0;
    float: left;
	border-radius:10px;
}
.honornr_n ul li:nth-child(4n){
	margin-right:0;
}
.honornr_n ul li img {
    width:100%;
	height:auto;
}
.honornr_n ul li:hover img{
	transform:scale(1.05);
	}
/* npro
-------------------------------------------------------------- */
.pro_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.pronr_n{
	width:100%;
	overflow:hidden;
}
.pronr_n dl{
	width:32%;
	overflow:hidden;
	background:#f3f5f8;
	float:left;
	margin:0 2% 26px 0;
	border: 2px solid #f3f5f8;
	border-radius:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.pronr_n dl:nth-child(3n){
	margin-right:0;
}
.pronr_n dl dt{
	position:relative;
	height:375px;
	background:#fff;
	border-radius:20px;
	}
.pronr_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.pronr_n dl dt,.pronr_n dl dd,.pronr_n dl dd h5,.pronr_n dl dd p,.pronr_n dl dd .promore{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.pronr_n dl dd h5{
	font-size:22px;
	color:#1c1c1c;
	line-height:32px;
	font-weight:normal;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.pronr_n dl dd p{
	height:50px;
	font-size:16px;
	color:#808080;
	margin-top:2px;
	text-verflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pronr_n dl dd .promore{
	font-size:16px;
	color:#1c1c1c;
	line-height:30px;
	margin-top:24px;
}
.pronr_n dl dd .promore span{
	font-size:16px;
	color:#1c1c1c;
	margin-left:24px;
}
.pronr_n dl dd{
	padding:20px 10px 14px 10px;
}
.pronr_n dl:hover{
	background:#173887;
	border-color:#173887;
}
.pronr_n dl:hover dd h5,.pronr_n dl:hover dd p,.pronr_n dl:hover dd .promore,.pronr_n dl:hover dd .promore span{
	color:#fff;
}
.nprolf{
	padding:0;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	padding:0 0 0 40px;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.npro_jj,.npro_jj p{
	width:100%;
	overflow:hidden;
}
.npro_jj{
	margin-top:10px;
}
.npro_jj p{
	margin-top:20px;
	background:#f3f5f8;
	line-height:40px;
	font-size:16px;
	display:flex;
	align-items:center;
	padding:0 10px;
	flex-wrap: wrap;
	border-radius:5px;
}
.npro_jj p a{
	font-size:16px;
}
.npro_jj p svg{
	width: 20px;
    height: 20px;
    fill: #173887;
	margin-right:5px;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr p strong{
	font-size:16px;
	color:#343434;
}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}

/*产品展示结束*/
	
/* case_n
-------------------------------------------------------------- */
.case_n{
	margin-top:60px;
	margin-bottom:60px;
}
.casenr_n,.casenr_n ul{
	width:100%;
	overflow:hidden;
}
.casenr_n ul li {
    width:23.5%;
	overflow:hidden;
	margin:15px 2% 15px 0;
    float: left;
	border-radius:10px;
	
}
.casenr_n ul li:nth-child(4n){
	margin-right:0;
}
.casenr_n ul li img {
    width:100%;
	height:auto;
}
.casenr_n ul li:hover img{
	transform:scale(1.05);
	}
/* hzkh_n
-------------------------------------------------------------- */
.hzkhbg{
	background:#f3f5f8;
}
.hzkh_n{
	margin-top:60px;
	margin-bottom:60px;
}
.hzkhnr_n,.hzkhnr_n ul{
	width:100%;
	overflow:hidden;
}
.hzkhnr_n ul li {
    width:13.42857%;
	overflow:hidden;
	margin:10px 1% 10px 0;
    float: left;
	border-radius:10px;
	
}
.hzkhnr_n ul li:nth-child(7n){
	margin-right:0;
}
.hzkhnr_n ul li img {
    width:100%;
	height:auto;
}
.hzkhnr_n ul li:hover img{
	transform:scale(1.05);
	}
/* nnews
-------------------------------------------------------------- */
.newsbg{
	background:#f3f5f8;
}
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n,.newsnr_n ul{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li{
	width:31.333333333333333%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 3% 20px 0;
	border-radius:20px;
	}
.newsnr_n ul li .newsimg{
	width:100%;
	overflow:hidden;
	position:relative;
	height:320px;
	border-radius:20px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsnr_n ul li .newsimg img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newsnr_n ul li:nth-child(3n){
	margin-right:0;
	}
.newsnr_n ul li .newsbot{
	width:100%;
	height:306px;
	padding:0 35px 0 35px;
}
.newsnr_n ul li .newsdate{
	width:156px;
	height:46px;
	overflow:hidden;
	background:#173887;
	border-radius:5px;
	font-size:16px;
	color:#fff;
	line-height:46px;
	text-align:center;
	margin-top:-32px;
	position:relative;
	z-index:9;
	}
.newsnr_n ul li .newsdate span{
	font-size:26px;
	color:#025bac;
	margin-right:15px;
	}
.newsnr_n ul li h5{
	width:100%;
	height:50px;
	overflow:hidden;
	font-size:22px;
	color:#1c1c1c;
	line-height:25px;
	margin-top:24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
.newsnr_n ul li .newsjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#939393;
	margin-top:20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li .newsmore{
	font-size:16px;
	color:#173887;
	font-weight:bold;
	line-height:30px;
	margin-top:28px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li .newsmore i{
	font-size:16px;
	color:#173887;
	font-weight:normal;
	margin-left:35px;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.zsjm_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding-bottom:20px;
	}
.zsjm_n dl dt,.zsjm_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zsjm_n dl dt img{
	max-width:100%;
	height:auto;
	}
.zsjm_n dl dd{
	line-height:30px;
	font-size:16px;
	}
	
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.contact_n h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	line-height:45px;
	color: #1c1c1c;
	padding-bottom:20px;
	border-bottom: solid 1px #f0f0f0;
	margin-bottom:60px;
	}
.contact_n .contactnr_n,.contact_n .message_n{
	padding:0 20px 0 0;
	}
.contact_n .message_n{
	padding:0;
	}
.contact_n .contactnr_n dl,.contact_n .contactnr_n dl dt,.contact_n .contactnr_n dl dd{
	width:100%;
	overflow:hidden;
	}
.contact_n .contactnr_n dl{
	padding-left:82px;
	margin:24px 0;
	}
.contact_n .contactnr_n dl:nth-child(1){
	background:url(../images/icon33.png) no-repeat left top;
	}
.contact_n .contactnr_n dl:nth-child(2){
	background:url(../images/icon34.png) no-repeat left top;
	}
.contact_n .contactnr_n dl:nth-child(3){
	background:url(../images/icon35.png) no-repeat left top;
	}
.contact_n .contactnr_n dl dt{
	font-size:20px;
	font-weight:normal;
	line-height:35px;
	color:#6e6e6e;
	}
.contact_n .contactnr_n dl dd{
	font-size:16px;
	line-height:30px;
	color:#6e6e6e;
	}
.contact_n .contactnr_n dl dd a{
	font-size:16px;
	color:#6e6e6e;
}
.message_pro{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	padding:0;
}
.message_pro h3 {
    width: 100%;
    overflow: hidden;
    font-size: 36px;
    color: #333;
    line-height: 46px;
}
/* pages

-------------------------------------------------------------- */
.pages{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.pages .pagination{
	height:auto !important;
	padding:0 !important;
}
.pagination p,.pagination a{
	padding: 0 10px !important;
}
.pagination a.cur{
	background:#173887 !important;
}
.pagination a:hover,.pagination a.cur{
	border-color:#173887 !important;
	background:#173887 !important;
	color:#fff !important;
}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 p{
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a{
	font-size:16px;
	color:#343434;
}
.news-exp2 p:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#173887;
}

.a_txt,.rg{
	display:none;
}
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.top,.icon2,.side,.logojs,.search_box,.toptel,.side{
		display:none
	}
	/**/
	#toggleMenu {
	  position: absolute;
	  width: 100%;
	  min-height: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  overflow: hidden;
	  top:0;
	  left:0;
	  z-index:-1;
	  opacity:0;
	}
	#toggleMenu.active{
		min-height:100vh;
	}
	#toggleMenu.active{
		z-index:999;
	  opacity:1;
	}
	#toggleMenu nav {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 40px 100px;
	  z-index: 100;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .logo {
	  position: relative;
	  font-size: 2em;
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: 700;
	  z-index: 15;
	  text-decoration: none;
	  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu nav .full-width-menu {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100vh;
	  width: 100%;
	  overflow-y: auto;
	  visibility: hidden;
	  opacity: 0;
	  background: #282461;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  overflow: hidden;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu {
	  opacity: 1;
	  visibility: visible;
	}

	#toggleMenu nav .full-width-menu .cntBox {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
	  width: 100%;
	  background: #173887;
	  -webkit-transform: translateX(-100%);
		  -ms-transform: translateX(-100%);
			  transform: translateX(-100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
	  padding: 0 15px;
	  width: 40%;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  background: #173887;
	  -webkit-transform: translateX(100%);
		  -ms-transform: translateX(100%);
			  transform: translateX(100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	  background: -webkit-linear-gradient(top, #1ccc98 , #042d93);
		background: -o-linear-gradient(bottom, #1ccc98 , #042d93);
		background: -moz-linear-gradient(bottom, #1ccc98 , #042d93);
		background: linear-gradient(to bottom, #1ccc98 , #042d93);
	}

	#toggleMenu nav .navigation {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	}

	#toggleMenu nav .navigation li {
	  padding: 5px 0;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-30px);
		  -ms-transform: translateX(-30px);
			  transform: translateX(-30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .navigation li {
		width:100%;
		overflow:hidden;
	  line-height:40px;
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .navigation li:nth-child(1) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(3) {
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .navigation li:nth-child(4) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .navigation li:nth-child(5) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .navigation li a {
	  letter-spacing: 0.5px;
	  font-size: 18px;
	  line-height:30px;
	  font-weight: 700;
	  text-decoration: none;
	  color: #fff;
	  margin:0;
	  -webkit-transition: all ease 0.3s;
	  -o-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	}


	#toggleMenu nav .hinfo {
		width:100%;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(30px);
		  -ms-transform: translateX(30px);
			  transform: translateX(30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .hinfo {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .hinfo{
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .hinfo:nth-child(2) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .hinfo:nth-child(3) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .hinfo:not(:first-child) {
	  margin-top: 30px;
	}

	#toggleMenu nav .hinfo li {
		width:100%;
		overflow:hidden;
		line-height:30px;
	  font-size: 16px;
	  font-weight: 600;
	  padding-top: 5px;
	  color: #fff;
	  text-align:left;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li:nth-child(1) {
	  font-size: 18px;
	  opacity: 0.5;
	}

	#toggleMenu nav .hinfo li a {
	  text-decoration: none;
		line-height:30px;
	  font-size: 16px;
	  color: #fff;
	  display: inline-block;
	  margin:0;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li a:hover {
	  opacity: 0.5;
	  color:#fff !important;
	}

	#toggleMenu nav .social {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}

	#toggleMenu nav .social li:first-child {
	  width: 100%;
	}

	#toggleMenu nav .social li {
	  width: 50%;
	}
	.toggle {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  cursor: pointer;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
			  right:55px;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 3px;
	  margin: 3px 5px;
	  width: 30px;
	  display: block;
	  background: #fff;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.showHeader .toggle span,.hover .toggle span{
		background: #000;
	}
	.toggle.active span{
		background: #fff;
	}

	.toggle span:nth-child(2) {
	  width: 25px;
	  margin-left: -10px;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
		  -ms-transform: rotate(-45deg) translate(-5px, 6px);
			  transform: rotate(-45deg) translate(-5px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-6px, -7px);
		  -ms-transform: rotate(45deg) translate(-6px, -7px);
			  transform: rotate(45deg) translate(-6px, -7px);
	}


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}
}


@media only screen and (min-width: 1768px) and (max-width: 1919px) {
	.pronr_n dl dt{
		height:342px;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1767px) {
	.pronr_n dl dt{
		height:325px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.pronr_n dl dt{
		height:310px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.pronr_n dl dt{
		height:278px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.pronr_n dl dt{
		height:263px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.pronr_n dl dt{
		height:247px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.pronr_n dl dt{
		height:222px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.pronr_n dl dt{
		height:197px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.pronr_n dl dt{
		height:191px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.pronr_n dl dt{
		height:270px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.pronr_n dl dt{
		height:242px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.pronr_n dl dt{
		height:227px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.pronr_n dl dt{
		height:188px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.pronr_n dl dt{
		height:158px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.pronr_n dl dt{
		height:124px;
	}
}
@media only screen and (min-width: 414px) and (max-width: 524px) {
	.pronr_n dl dt{
		height:121px;
	}
}
@media only screen and (min-width: 393px) and (max-width: 413px) {
	.pronr_n dl dt{
		height:114px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 392px) {
	.pronr_n dl dt{
		height:109px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.pronr_n dl dt{
		height:93px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.pronr_n dl dt{
		height:93px;
	}
}

@media(max-width:1768px) {
	.aboutrt ul li .timer, .aboutrt ul li .timer span{
		font-size:70px;
		line-height:70px;
	}
	.aboutrt ul li .num{
		height:70px;
	}
	.prolist h5{
		font-size:26px;
		line-height:36px;
	}
	.newsnr ul li .newsimg{
		height:344px;
	}
}
@media(max-width:1680px) {
	.nav {
		margin-right: 60px;
	}
	.nav .menu > li a{
		margin:0 30px;
	}
	.aboutrt ul li .timer, .aboutrt ul li .timer span {
		font-size: 60px;
		line-height: 60px;
	}
	.aboutrt ul li .num{
		height:60px;
	}
	.contactnr {
		padding: 80px 60px;
	}
	.newsnr ul li .newsimg{
		height:327px;
	}
	.search_list ul li .imgauto{
		height:241px;
	}
	.footer .footerlf {
		width: 25%;
	}
	
}
@media(max-width:1600px) {
	.nav {
		margin-right: 40px;
	}
	.nav .menu > li a{
		margin:0 30px;
	}
	.tit h3,.tit h3 a {
		font-size: 35px;
		line-height:45px;
	}
	.pronr .button .swiper-button-prev, .yylynr .button .swiper-button-prev{
		left:-3%;
	}
	.pronr .button .swiper-button-next, .yylynr .button .swiper-button-next{
		right:-3%;
	}
	.newsnr ul li .newsimg{
		height:311px;
	}
	.newsnr_n ul li .newsimg{
		height:306px;
	}
	.newsnr_n ul li .newsbot {
		padding: 0 30px;
	}
	.search_list ul li .imgauto{
		height:229px;
	}
	.footer .footerlf {
		width: 26%;
	}
}
@media(max-width:1440px) {
	.nav .menu > li a{
		margin:0 25px;
	}
	.tit h3, .tit h3 a {
		font-size: 30px;
		line-height: 40px;
	}
	.aboutrt ul li {
		width: 28%;
	}
	.aboutrt ul li:first-child {
		margin-right: 80px;
	}
	.aboutrt ul li .num font{
		font-size:40px;
	}
	.about .more {
		margin-top: 40px;
	}
	.prolist h5{
		font-size:22px;
		line-height:32px;
	}
	.newsnr ul li .newsimg{
		height:280px;
	}
	.aboutlist ul li:nth-child(2n) .icon {
		margin-bottom: 40px;
	}
	.aboutlist ul li:nth-child(2n+1) .icon {
		margin-bottom: 78px;
	}
	.contactnr {
		padding: 80px 40px;
	}
	.contactlist p i {
		margin-right:20px;
	}
	.contactrt h5{
		font-size:30px;
		line-height:40px;
	}
	.pronr_n dl dd h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.nprort h1{
		font-size:25px;
		line-height:35px;
	}
	.contactlf {
		width: 60%;
	}
	.contactrt {
		width: 38%;
	}
	.aboutnr_n .aboutlf_n h3,.qywh_n dl dt{
		font-size:40px;
		line-height:50px;
	}
	.qywh_n dl{
		padding:50px;
	}
	.qywh_n dl dd{
		font-size:25px;
		line-height:35px;
	}
	.newsnr_n ul li .newsimg{
		height:275px;
	}
	.contact_n h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.search_list ul li .imgauto{
		height:204px;
	}
	.footer .footerlf {
		width: 28%;
	}
	.footernav ul li h4,.footernav ul li h4 a {
		font-size: 16px;
	}
	.footernav ul li p,.footernav ul li p a {
		font-size: 14px;
	}
}
@media(max-width:1360px) {
	.nav {
		margin-right: 20px;
	}
	.nav .menu > li a{
		margin:0 20px;
	}
	.aboutrt ul li .timer, .aboutrt ul li .timer span {
		font-size: 50px;
		line-height: 50px;
	}
	.aboutrt ul li .num{
		height:50px;
	}
	.aboutrt ul li p {
		font-size: 18px;
	}
	.newsnr_n ul li .newsimg{
		height:260px;
	}
	.search_list ul li .imgauto{
		height:192px;
	}
	.footer .footerlf h4 {
		font-size: 20px;
		line-height: 30px;
	}
}
@media(max-width:1280px) {
	.nav .menu > li a{
		font-size:18px;
		margin: 0 16px;
	}
	.mouse {
		width: 24px;
		height: 42px;
	}
	.shubiao{
		margin-left:-12px;
	}
	.banner .swiper-pagination{
		bottom:50px;
	}
	.tit h3, .tit h3 a {
		font-size: 25px;
		line-height: 35px;
	}
	.tit h4,.tit h4 a {
		font-size: 22px;
	}
	.contactrt h5{
		font-size:25px;
		line-height:35px;
	}
	.aboutrt ul li {
		width: 32%;
	}
	.aboutrt ul li:first-child {
		margin-right: 50px;
	}
	.aboutlist ul li:nth-child(2n) .icon {
		margin-bottom: 20px;
	}
	.aboutlist ul li h5 {
		font-size: 22px;
	}
	.prolist h5{
		font-size:20px;
		line-height:30px;
	}
	.prolist{
		padding:30px;
	}
	.qywh_n dl{
		padding:40px;
	}
	.newsnr_n ul li .newsimg{
		height:245px;
	}
	.newsnr_n ul li .newsdate{
		width:130px;
	}
	.newsnr_n ul li h5{
		font-size:20px;
	}
}
@media(max-width:1200px) {
	
}
@media(max-width:1152px) {
	.nav .menu > li a{
		font-size:16px;
		margin: 0 14px;
	}
}
@media(max-width:1070px) {
	
}

@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo {
		padding: 10px 0;
	}
	.logo img{
		height:40px;
	}
	.search{
		padding-top:12.5px;
	}
	.search_box{
		top:60px;
	}
	.aboutlf,.aboutrt{
		width:100%;
	}
	.aboutrt {
		padding-top: 40px;
	}
	.aboutrt ul{
		justify-content: space-between;
	}
	.aboutrt ul li{
		width:49%;
	}
	.aboutrt ul li:first-child {
		margin-right: 0;
	}
	.aboutlist ul li {
		width: 49%;
		margin:10px 0;
	}
	.aboutlist ul li:nth-child(2n+1) {
		height: 352px;
	}
	.aboutlist ul li .icon {
		margin-bottom: 30px !important;
	}
	.contactlf,.contactrt{
		width: 100%;
	}
	.contactnr {
		padding: 50px 30px;
	}
	.contactlist {
		margin-top: 20px;
	}
	.contactlf .tit h4 {
		margin-bottom: 30px;
	}
	.contactrt{
		margin-top:40px;
	}
	.footer .footerlf .botlxfs dl dt {
		width: auto;
	}
	.footer .footerlf,.footer .footerrt{
		width:100%;
	}
	.footer{
		padding-top:60px;
	}
	.footer .footerlf h4{
		margin-top:30px;
	}
	.footer .footerlf .botlxfs {
		margin-top: 20px;
	}
	.footer .footerrt,.lxicon{
		margin-top:40px;
	}
	.footernav ul li h4 {
		margin-bottom: 10px;
	}
	.footernav ul li p{
		display:none;
	}
	.footer .footerrt {
		padding-bottom: 40px;
	}
}
@media(max-width:991px) {
	.banner .swiper-pagination{
		bottom:20px;
	}
	.shubiao{
		bottom:10px;
		 margin-left: -9px;
	}
	.mouse {
		width: 18px;
		height: 32px;
		border: 2px solid #fff;
	}
	.mouse:after{
		width:3px;
		height:8px;
	}
	.about{
		padding-top:60px;
	}
	.protit .promore {
		text-align: left;
		margin-top:30px;
	}
	.news {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.newstit .newsmenu ul{
		justify-content:left;
	}
	.newsnr {
		margin-top: 40px;
	}
	.more a,.prolist .promore{
		width: 150px;
		height: 45px;
		line-height: 45px;
		padding-left: 20px;
	}
	.more a i,.prolist .promore i{
		margin-right: 20px;
	}
	.pronr .button .swiper-button-prev, .yylynr .button .swiper-button-prev {
		left: -4%;
	}
	.pronr .button .swiper-button-next, .yylynr .button .swiper-button-next {
		right: -4%;
	}
	.contactlist p i {
		margin-right: 10px;
	}
	.contactlist p i img{
		width:30px;
	}
	.hzkhnr ul li {
		width: 19%;
	}
	.yyly {
		padding-top: 100px;
		padding-bottom: 120px;
	}
	.yylynr {
		margin-top: 30px;
	}
	.hzkhtit .hzkhmore{
		justify-content:left;
		padding-top:30px;
	}
	.hzkh {
		padding: 60px 0;
	}
	.newsnr ul li{
		width:100%;
		margin-bottom:30px;
	}
	.pronr_n dl dd h5 {
		font-size: 18px;
		line-height: 28px;
	}
	.pronr_n dl{
		width:49%;
	}
	.pronr_n dl:nth-child(2n) {
		margin-right: 0;
	}
	.pronr_n dl:nth-child(2n+1) {
		margin-right: 2%;
	}
	.nprort {
		padding: 0;
		margin-top:30px;
	}
	.nprort h1{
		font-size:22px;
		line-height:32px;
	}
	.news-exp2 p{
		width:100%;
	}
	.news-exp2 p:last-child {
		text-align: left;
	}
	.casenr_n ul li,.honornr_n ul li{
		width:32%;
	}
	.casenr_n ul li:nth-child(3n),.honornr_n ul li:nth-child(3n){
		margin-right: 0;
	}
	.casenr_n ul li:nth-child(3n+1),.honornr_n ul li:nth-child(3n+1){
		margin-right:2%;
	}
	.hzkhnr_n ul li {
		width: 19.2%;
	}
	.hzkhnr_n ul li:nth-child(5n){
		margin-right:0;
	}
	.hzkhnr_n ul li:nth-child(7n),.hzkhnr_n ul li:nth-child(5n+1){
		margin-right:1%;
	}
	.aboutnr_n .aboutlf_n h3,.qywh_n dl dt{
		font-size: 35px;
		line-height: 45px;
	}
	.qywh_n dl dd{
		font-size:20px;
		line-height:30px;
	}
	.qywh_n dl{
		padding:30px;
	}
	.aboutnr_n .aboutlf_n .aboutjs_n {
		margin-top: 40px;
	}
	.aboutnr_n .aboutlf_n {
		padding: 0;
	}
	.aboutnr_n .aboutrt_n .aboutimg_n{
		height:auto;
		margin-top:30px;
	}
	.aboutnr_n .aboutrt_n .aboutimg_n img {
		height:auto;
		object-fit: inherit;
	}
	.newsnr_n ul li {
		width: 49%;
		margin: 15px 2% 15px 0;
	}
	.newsnr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.newsnr_n ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.contact_n h3 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom:40px;
	}
	.contact_n .contactnr_n,.contact_n .message_n,.messagenr_n dl,.tjbtn{
		padding:0;
	}
	.message_n{
		border-left:none;
	}
	.messagenr_n dl dd textarea{
		height:140px;
	}
	.messagenr_n dl{
		margin-top:30px;
	}
	.newsnr ul li .newsmore,.hzkhtit .hzkhmore a{
		width: 160px;
		height: 50px;
		line-height: 50px;
		font-size:14px;
	}
	.footernav ul li {
		width: 33.33333333333333333333%;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
		}
	.bot {
		padding: 20px 0;
	}
}
@media(max-width:768px) {
	.aboutlist ul li .icon {
		margin-bottom: 20px !important;
	}
	.aboutlist ul li h5 {
		font-size: 20px;
	}
	.aboutlist ul li p {
		font-size: 15px;
	}
	.pronr_n dl dd h5 {
		font-size: 16px;
		line-height: 26px;
	}
	.aboutnr_n .aboutlf_n h3,.qywh_n dl dt{
		font-size: 30px;
		line-height: 40px;
	}
	.qywh_n dl dd{
		font-size:16px;
		line-height:26px;
	}
}
@media(max-width:767px) {
	.pro {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pronr {
		margin-top: 50px;
	}
	.hzkhnr ul li {
		width: 32%;
	}
	.casenr_n ul li,.honornr_n ul li{
		width:49%;
	}
	.casenr_n ul li:nth-child(2n),.honornr_n ul li:nth-child(2n){
		margin-right: 0;
	}
	.casenr_n ul li:nth-child(2n+1),.honornr_n ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.hzkhnr_n ul li {
		width: 32%;
		margin-right:2%;
	}
	.hzkhnr_n ul li:nth-child(3n){
		margin-right:0;
	}
	.hzkhnr_n ul li:nth-child(5n+1),.hzkhnr_n ul li:nth-child(3n+1){
		margin-right:2%;
	}
	.contact_n h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.newsnr_n ul li {
		width: 100%;
		margin: 15px 0;
	}
	.newsnr_n ul li:nth-child(2n+1){
		margin-right:0;
	}
	.newsnr_n ul li h5{
		height:auto;
	}
	
}
@media(max-width:640px) {
	.logo img {
		height: 30px;
	}
	.banner .swiper-slide .img img {
		width: 108%;
		margin-left: -4%;
	}
	.banner .swiper-pagination {
		bottom: 10px;
		left: 1%;
	}
	.swiper-pagination-bullet {
		width: 30px;
	}
	.mouse {
		width: 16px;
		height: 26px;
	}
	.shubiao {
		margin-left: -8px;
	}
	.mouse:after {
		height: 6px;
	}
	.aboutrt ul li p {
		font-size: 16px;
		line-height:26px;
		margin-top:10px;
	}
	.aboutrt ul li .num {
		height: 45px;
	}
	.aboutrt ul li .timer, .aboutrt ul li .timer span {
		font-size: 45px;
		line-height: 45px;
	}
	.aboutrt ul li .num font {
		font-size: 30px;
	}
	.aboutlist ul li {
		width: 100%;
		height:auto !important;
		padding:30px;
	}
	.aboutlist ul li i {
		padding: 0;
		position: inherit;
		bottom: 0;
		margin-top: 20px;
	}
	.about {
		padding-bottom: 80px;
	}
	.contactnr {
		padding: 50px 20px;
	}
	.menu_n ul li{
		margin-right:30px;
	}
	.aboutnr_n .aboutlf_n h3,.qywh_n dl dt{
		font-size: 25px;
		line-height: 35px;
	}
	.contact_n .contactnr_n dl {
		padding-left: 55px;
		background-size: 40px !important;
	}
	.lxicon a{
		margin-left: 10px;
	}
	.newsnr_n ul li .newsdate {
		width: 110px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
	}
	.search_list ul li .imgauto{
		height:152px;
	}
	.search_list ul li {
		padding: 0 5px;
	}
	.search_list ul li p{
		font-size:14px;
	}
	.footernav ul li {
		width: 50%;
	}
}
@media(max-width:500px) {
	.newstit .newsmenu ul li{
		width:100%;
		text-align:center;
		margin:10px 0;
	}
	.newstit .newsmenu ul li:last-child {
		margin-left: 0;
	}
	.search_list ul li .imgauto{
		height:144px;
	}
}
@media(max-width:425px) {
	.aboutrt ul li .num {
		height: 40px;
	}
	.aboutrt ul li .timer, .aboutrt ul li .timer span {
		font-size: 40px;
		line-height: 40px;
	}
	.aboutrt ul li .num font {
		font-size: 25px;
	}
	.newsnr ul li .newsimg {
		height: 240px;
	}
	.newsnr_n ul li .newsbot {
		padding: 0 20px;
	}
	.search_list ul li .imgauto{
		height:121px;
	}
	.footer .footerlf .botlxfs dl dt img{
		width:30px;
	}
}
@media(max-width:424px) {
	.menu_n ul li{
		width:100%;
		margin-right:0;
		text-align:center;
		line-height:40px;
	}
	.footernav ul li {
		width: 100%;
	}
}
@media(max-width:375px) {
	.lxicon a img{
		width:30px;
	}
	.newsnr_n ul li .newsimg {
		height: 220px;
	}
}
@media(max-width:319px) {
	.lxicon a{
		margin-left:6px;
	}
}