@charset "utf-8";



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

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

@font-face
{
	font-family: myOneFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/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:"Microsoft YaHei"; 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:"Microsoft YaHei";

	}

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:110px;
	position:fixed;
	z-index: 999;
	top:0;
	border-bottom:solid 1px rgba(255,255,255,0.3);
	}
.top{
	width:100%;
	height:30px;
	}
.top .cont1{
	height:100%;
}
.top a{
	font-size:15px;
	color:#fff;
	}
.top .toplf,.top .toprt{
	height:100%;
	padding:0;
}
.top .toplf{
	display:flex;
	align-items:center;
}
.top .toplf img{
	margin-right:18px;
}
.top .toplf span,.top .toplf span a{
	font-size:15px;
	color:#fff;
}
.top .toplf span{
	line-height:30px;
}
.toplf span:first-child{
	margin-right:52px;
}
.top .toprt{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.headernr{
	height:80px !important;
}
.logo{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.language{
	height:30px;
	display:flex;
	align-items:center;
	position:relative;
	margin-left:90px;
}
.language a{
	height:100%;
	display:flex;
	align-items:center;
	font-size:18px;
	color:#353535;
}
.language a span{
	color:#fff;
	font-size:16px;
	margin:0 10px 0 12px;
}
.language a i{
    display: inline-block;
    transition: transform 0.3s;
}
.language a i.open {
    transform: rotate(180deg);
}
.language .languagenr{
	width:100px;
    overflow: hidden;
    display: none;
	background:#fff;
    position: absolute;
    right: 0;
    top:30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.language .languagenr p{
	width:100%;
	padding:0;
    line-height:30px;
    text-align: center;
	border-top:solid 1px #ccc;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size:15px;
	display:block;
}
.language .languagenr p:hover a{
	color:#0d519a;
}
.header.small{
	background:rgba(0,0,0,0.5);
	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{
	display:flex;
	height:100%;
	align-items:center;
	cursor: pointer;
	position:relative;
}
.search input{
	width:260px;
	height:26px;
	line-height:26px;
	background:none;
	color:rgba(255,255,255,0.4);
	border-bottom:solid 1px rgba(255,255,255,0.4);
}
.search ::-webkit-input-placeholder {
  color:rgba(255,255,255,0.4);
}
.search :-moz-placeholder {
  color:rgba(255,255,255,0.4);
}
.search ::-moz-placeholder{
color:rgba(255,255,255,0.4);
}
.search :-ms-input-placeholder {
  color:rgba(255,255,255,0.4);
}
.search button{
	background:none;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-9px;
}
.topsearch{
	height:100%;
	display:none;
	align-items:center;
	margin-left:10px;
}
.topsearch:hover{
	cursor:pointer;
}
.search_box{
	width:260px;
	position: absolute;
	top:50px;
	right:0;
	background-color:#0d519a;
	padding:10px; 
	z-index:99;
	display:none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
.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;
	}
.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;
	position:relative;
}
.nav > ul{
	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

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


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:90px;
	}

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	display:block;
	line-height:80px;
	text-transform:uppercase;
	margin:0 34px;
	position:relative;
	z-index:9;
	}
.nav .menu > li a::after{
	content:"";
	width:0;
	height:3px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.nav .menu > li a:hover::after{
	width:100%;
}


.nav .menu > li .submenu{

	width:180px;
	left:50%;
	margin-left:-90px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background: rgba(255, 255, 255, 0.8);
	text-align:center;
}

.nav .menu > li .submenu li a{

	display:block;
	padding:5px 0;
	font-size:16px;
	color:#666;
	font-weight:normal;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li a::after,.nav .menu > li a::before{
	display:none;
}
.nav .menu > li .submenu li:hover a{
	color:#0d519a;
	}
.nav .menu > li:hover a::after,.nav .menu > li.active a::after{
	width:100%;
	}

.cont{
	width:1704px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1704px;
	height:auto;
	margin:auto;
	}
.ncont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.ncont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	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 .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;
}
.banner .swiper-slide-active .img{
	visibility: visible; 
	-webkit-animation:scale-bg 4.5s linear forwards;
	animation:scale-bg 4.5s linear forwards;
}
.banner .bannertext1{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:29.6%;
	z-index:99;
	}
.banner .bannertext1 h3,.banner .bannertext1 h4,.banner .bannertext1 p{
	width:100%;
	text-align:center;
}
.banner .bannertext1 h3{
	font-size:68px;
	line-height:68px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
.banner .bannertext1 h4{
	font-size:50px;
	color:#fff;
	line-height:60px;
	font-weight:normal;
	margin-top:114px;
}
.banner .bannertext1 p{
	font-size:20px;
	color:#fff;
	line-height:30px;
}
.banner .bannertext2{
	position:absolute;
	right:5.7%;
	top:44%;
	z-index:99;
	}
.banner .bannertext2 h3{
	font-size:56px;
	line-height:60px;
	color:#0d519a;
	font-weight:normal;
}
.banner .bannertext3{
	position:absolute;
	left:5.7%;
	top:45.8%;
	z-index:99;
	}
.banner .bannertext3 h3{
	font-size:68px;
	line-height:78px;
	color:#fff;
	font-weight:normal;
}
.banner .bannertext .more{
	margin-top:52px;
}
.banner .bannertext .more a{
	margin:auto;
}
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  40%, 70% ,100%{
    transform: scale(1);
    opacity: 1;
  }
}
.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-button-prev,.banner .swiper-button-next{
	width:19px;
	height:35px;
	position:absolute;
	top:50%;
	margin-top:-17.5px;
	opacity:0.3;
	z-index:990;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.banner .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:2.6%;
}
.banner .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:2.6%;
}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{
	opacity:1;
}
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-25px;
	bottom:60px;
	z-index:99;
}
.shubiao span{
	display:block;
	width:1px;
	height:40px;
	background:rgba(255,255,255,0.4);
	margin:0 auto 14px;
}
.mouse {
  position: relative;
  width:50px;
  height:50px;
  border-radius:50%;
  border: 1px solid #fff;
  margin:0 auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mouse img{
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
.boxlist .swiper-container,.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

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

.boxlist .swiper-wrapper,.boxlist2 .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
}
.boxlist .swiper-container-android .swiper-slide,.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

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

.boxlist .swiper-container-free-mode>.swiper-wrapper,.boxlist2 .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
}

.boxlist .swiper-slide,.boxlist2 .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
}
.boxlist .swiper-slide-invisible-blank,.boxlist2 .swiper-slide-invisible-blank {
	visibility: hidden
}

.boxlist .swiper-container-autoheight,.boxlist .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide,
.boxlist2 .swiper-container-autoheight,.boxlist2 .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide {
	height: auto
}

.boxlist .swiper-container-autoheight .swiper-wrapper,.boxlist2 .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
}
.boxlist .swiper-button div{
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	outline:none;
	border:solid 4px #d5d5d5;
	border-radius:50%;
	z-index:99;
	}
.boxlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.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;
	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:28px;
	height:6px;
	display: inline-block;
	margin:0 7px;
	background:#fff;
	border-radius:4px;
	outline:none;
	opacity:0.5;
}

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{
	width:40px;
	opacity:1;
}

.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 {
	width:100%;
	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:0;
	bottom:40px;
	z-index:99;
}
.banner .swiper-pagination-fraction span{
	font-size:30px;
	color:#fff;
}
.banner .swiper-pagination-fraction .swiper-pagination-current{
	font-size:56px;
}
.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;
}
/* tit

-------------------------------------------------------------- */
.tit h3{
	width:100%;
	font-size:56px;
	color:#181818;
	line-height:56px;
	}
.tit h3 a{
	font-size:56px;
	color:#181818;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#353535;
	line-height:40px;
	margin-top:10px;
	}
.more a{
	width:170px;
	height:70px;
	background:#0d519a;
	border-radius:35px;
	display:flex;
	justify-content:center;
	align-items:center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	}
.more a:hover{
	box-shadow:7px 13px 24px rgba(13,81,154,0.49);
}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:#e9eef3;
	padding-top:110px;
	}
.aboutnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.aboutnr .aboutimg{
	width:50%;
	overflow:hidden;
	border-radius:20px;
}
.aboutnr .aboutimg img{
	width:100%;
	height:auto;
}
.aboutnr .aboutimg:hover img{
	transform:scale(1.02);
}
.aboutrt{
	width:45.8%;
	overflow:hidden;
}
.aboutlf,.aboutrt{
	position:relative;
	z-index:9;
}
.aboutrt .aboutjs{
	width:100%;
	overflow:hidden;
	text-align:justify;
}
.aboutjs p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#181818;
	line-height:30px;
	margin-top:34px;
}
.aboutrt .aboutmore{
	margin-top:60px;
}
.aboutmore a {
    width: 170px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aboutmore a i{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.aboutmore a:hover i{
	margin-right:5px;
}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:76px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
.aboutlist ul li{
	margin-top:10px;
}
.aboutlist ul li .line{
	width:1px;
	height:70px;
	border-left: 1px solid #aeb1b5;
	transform: rotate(30deg);
}
.aboutlist ul li .aboutnum,.aboutlist_n ul li .aboutnum{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#0d519a;
	display:flex;
}
.aboutlist ul li p,.aboutlist_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
}
.aboutlist ul li .timer,.aboutlist_n ul li .timer{
	font-size:66px;
	color:#0d519a;
	line-height:66px;
	margin-right:5px;
}
.aboutlist ul li .unit font,.aboutlist_n ul li .unit font{
	display:block;
	font-size:32px;
	color:#0d519a;
	line-height:32px;
}
.aboutlist ul li .unit span,.aboutlist_n ul li .unit span{
	display:block;
	font-size:16px;
	color:#0d519a;
}

/* case
-------------------------------------------------------------- */
.jjfa{
	width:100%;
	overflow:hidden;
	background:url(../images/jjfabg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:122px;
	padding-bottom:114px;
}
.jjfatit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
.jjfatit .tit h3,.jjfatit .tit h3 a{
	color:#fff;
}
.jjfatit .swiper-button{
	overflow:hidden;
	display:flex;
}
.jjfatit .swiper-button div{
	width:115px;
	height:60px;
	border:solid 1px #fff;
	border-radius:30px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jjfatit .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
}
.jjfatit .swiper-button .swiper-button-prev:hover{
	background:#fff url(../images/prevh2.png) no-repeat center;
}
.jjfatit .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	margin-left:20px;
}
.jjfatit .swiper-button .swiper-button-next:hover{
	background:#fff url(../images/nexth2.png) no-repeat center;
}
.jjfanr{
	width:100%;
	overflow:hidden;
	padding-left:6.3%;
	margin-top:110px;
}
.jjfanr .swiper-container{
	width:115%;
}
.jjfalist,.jjfalist .jjfaimg,.jjfalist .jjfabot,.jjfalist .jjfabot h5,.jjfalist .jjfabot p{
	width:100%;
	overflow:hidden;
}
.jjfalist{
	border-radius:30px;
}
.jjfalist .jjfaimg img{
	width:100%;
	height:auto;
}
.jjfalist:hover .jjfaimg img{
	transform:scale(1.02);
}
.jjfalist .jjfabot{
	height:280px;
	background:#fff;
	padding:65px 50px 0 50px;
}
.jjfalist .jjfabot h5{
	font-size:32px;
	color:#5486b7;
	line-height:42px;
	margin-bottom:17px;
}
.jjfalist .jjfabot p{
	font-size:16px;
	color:#000;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.jjfamore a{
	width:170px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:56px auto 0;
}
.jjfamore a i{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jjfamore a:hover i{
	margin-right:5px;
}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f1f1f1;
	padding-bottom:184px;
}
.newsnr{
	position:relative;
	padding-top:150px;
	}
.newstit{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	position:relative;
	z-index:9;
}
.newslist{
	margin-top:75px;
}
.newslist,.newslist ul{
	width:100%;
}
.newslist ul li{
	padding:36px 30px 75px 30px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newslist ul li:hover{
	background:#fff;
	border-radius:30px;
	box-shadow:0 0 76px rgba(51,153,184,0.26);
}
.newslist ul li .newsdate{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#181818;
	line-height:36px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.newslist ul li .newsimg{
	width:100%;
	overflow:hidden;
	position:relative;
	height:269px;
	border-radius:30px;
	margin-top:20px;
	}
.newslist 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;
	}
.newslist ul li:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.02);
	}
.newslist ul li h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#181818;
	line-height:30px;
	margin-top:32px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.newslist ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8a8a8a;
	margin-top:0;
	margin-top:16px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}
.newslist ul li:hover .newsdate,.newslist ul li:hover h5{
	color:#5486b7;
}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#e9eef3;
	padding-top:140px;
	padding-bottom:180px;
	}
.pronr ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:30px;
}
.pronr ul li{
	width:23.5%;
	height:650px;
	overflow:hidden;
	background:#fff;
	border-radius:20px;
	padding:36px 32px;
	margin:10px 0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.pronr ul li:hover{
	box-shadow:0 0 40px rgba(4,45,92,0.3);
}
.pronr ul li .icon,.pronr ul li .proimg,.pronr ul li p{
	width:100%;
	overflow:hidden;
}
.pronr ul li .icon img{
	max-width:100%;
	height:auto;
}
.pronr ul li .proimg{
	margin-top:56px;
}
.pronr ul li .proimg .proimgrq{
	width:294px;
	height:294px;
	overflow:hidden;
	border:solid 1px #c5e2eb;
	border-radius:100%;
	margin:auto;
	padding:18px;
}
.pronr ul li .proimg .proimgrq img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:100%;
}
.pronr ul li:hover .proimg .proimgrq img{
	transform:scale(1.02);
}
.pronr ul li hr{
	width:100%;
	border:none;
	border-bottom:solid 1px #e1e1e1;
	margin-top:65px;
	margin-bottom:44px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.pronr ul li p{
	font-size:20px;
	color:#000;
	line-height:30px;
	text-align:center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.pronr ul li:hover p{
	color:#5486b7;
}
.pronr ul li:hover hr{
	border-color:#5486b7;
}
.pronr ul li:hover .icon img{
	opacity:0.7;
}
/* kcxfz
-------------------------------------------------------------- */
.kcxfz{
	padding-top:168px;
	padding-bottom:170px;
}
.kcxfztit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.kcxfz .kcxfzrt{
	width:32.8%;
	overflow:hidden;
	font-size:16px;
	color:#5486b7;
}
.kcxfznr{
	width:100%;
	overflow:hidden;
	margin-top:118px;
	position:relative;
}
.kcxfz ul{
	width:100%;
	overflow:hidden;
	border:solid 1px #d4d4d4;
	border-radius:45px;
}
.kcxfz ul li{
	height:765px;
	overflow:hidden;
	border-right:solid 1px #d4d4d4;
	padding:40px 50px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.kcxfz ul li:hover{
	background:#0d519a;
}
.kcxfz ul li .icon,.kcxfz ul li h5,.kcxfz ul li .kcxfzjs,.kcxfz ul li p{
	width:100%;
	overflow:hidden;
}
.kcxfz ul li .icon img{
	max-width:100%;
	height:auto;
}
.kcxfz ul li .icon .iconimgh,.kcxfz ul li:hover .icon .iconimg{
	display:none;
}
.kcxfz ul li:hover .icon .iconimgh{
	display:block;
}
.kcxfz ul li h5{
	font-size:30px;
	color:#4f6c8d;
	font-weight:normal;
	line-height:40px;
	text-transform:uppercase;
	margin-top:12px;
}
.kcxfz ul li .kcxfzjs{
	margin-top:24px;
	opacity:0;
	height:0;
}
.kcxfz ul li p{
	font-size:16px;
}
.kcxfz ul li:hover h5,.kcxfz ul li:hover p{
	color:#fff;
}
.kcxfz ul li:hover .kcxfzjs{
	height:auto;
	opacity:1;
}
.kcxfz ul li:last-child{
	border-right:none;
}
.kcxfznr .fzbg{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
}
.kcxfznr .fzbg img{
	width:100%;
	height:auto;
}
/* hzkh
-------------------------------------------------------------- */
.hzkh{
	width:100%;
	overflow:hidden;
	background:url(../images/hzkhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:118px;
	padding-bottom:168px;
}
.hzkh ul{
	width:100%;
	overflow:hidden;
	margin-top:62px;
}
.hzkh ul li{
	width:18.2%;
	overflow:hidden;
	text-align:center;
	float:left;
	margin:20px 2.25% 20px 0;
	border:solid 1px #015897;
	border-radius:10px;
}
.hzkh ul li:nth-child(5n){
	margin-right:0;
}
.hzkh ul li img{
	max-width:100%;
	height:auto;
}
.hzkh ul li:hover img{
	transform:scale(1.02);
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchlist,.searchlist ul{
	width:100%;
	overflow:hidden;
}
.searchlist ul li{
	border-bottom:solid 1px #c9c4c7;
	padding-bottom:42px;
	margin-top:38px;
}
.searchlist ul li .searchin{
	width:100%;
	overflow:hidden;
	background:url(../images/icon71.png) no-repeat right top;
	padding: 0 60px 0 0;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.searchlist ul li:hover .searchin{
	background:url(../images/iconh71.png) no-repeat right top;
}
.searchlist ul li .searchin h5{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#2d2d2d;
	line-height:34px;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.searchlist ul li .searchin p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#b9b9b9;
	margin-top:4px;
}
.searchlist ul li:hover .searchin h5{
    color:#0d519a; 
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#0d519a;
	padding:104px 0 0 0;
	position:relative;
}
.botnav{
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:60px;
}
.botlogo,.botewm,.boticon{
	width:100%;
	overflow:hidden;
}
.botlogo img,.botewm img,.boticon img{
	max-width:100%;
	height:auto;
}
.boticon{
	display:flex;
	margin-top:48px;
}
.boticon a{
	margin-right:18px;
}
.botewm{
	margin-top:155px;
}
.footernr .footerlf{
	width:37.8%;
	overflow:hidden;
	}
.footernr .footerin{
	width:43%;
	overflow:hidden;
}
.footernr .footerin h4{
	width:100%;
	font-size:30px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	margin-bottom:10px;
}
.footernr .footerin h4:nth-of-type(2){
	margin-top:50px;
}
.footernr .footerin p{
	width:100%;
	font-size:16px;
	color:#82c3d4;
	line-height:30px;
}
.footernr .footerin p a{
	font-size:16px;
	color:#82c3d4;
}
.footernr .footerrt{
	width:19.2%;
	overflow:hidden;
	}
.footernr .footerrt ul{
	overflow:hidden;
	float:right;
	}
.footernr .footerrt ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-bottom:20px;
	}
.footernr .footerrt ul li a{
	font-size:16px;
	color:#fff;
	}
.bot{
	width:100%;
	overflow:hidden;
	border-top:solid 1px rgba(255,255,255,0.15);
	margin-top:154px;
	padding:44px 0;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.bot .botrt{
	text-align:right;
}
.bot a{
	font-size:16px;
	color:#fff;
	}
.bot .botrt dl{
	overflow:hidden;
	float:right;
	}
.bot .botrt dl dt,.bot .botrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.bot .botrt dl dt img{
	max-width:100%;
	height:auto;
	}
.bot .botrt dl dd{
	font-size:15px;
	color:#fff;
	line-height:30px;
	letter-spacing:5px;
	margin-top:4px;
	}

/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right:5px;
	bottom:30px;
    z-index: 999;
}
.side ul li {
    width:52px;
	height:52px;
    position: relative;
    cursor: pointer;
	background:#fff;
	border-radius:50%;
	margin:5px 0;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: -1;
    padding: 5px;
	background:#f2f2f2;
	border-radius:5px;
	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 li.sidetel .ewm-box{
	width:150px;
}
.side ul li.sideyx .ewm-box{
	width:200px;
}
.side ul li.sideewm .ewm-box{
	width:130px;
}
.side ul li .ewm-box a{
	font-size:16px;
	color:#333333;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333333;
	line-height:30px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sideewm:hover .ewm-box,.side ul li.sidetel:hover .ewm-box,.side ul li.sideyx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:700px;
	position:relative;
}
.ban_font{
	position:absolute;
	left:50%;
	margin-left:-852px;
	top:48%;
	z-index:99;
}
.ban_font h3{
	font-size:80px;
	color:#fff;
	line-height:80px;
	text-transform:uppercase;
}
.ban_font span{
	display:block;
	width:122px;
	height:1px;
	background:#fff;
	margin-top:30px;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:933px;
	}
}
@media(max-width:1768px) {
	.banner_n{
		height:645px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:613px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:496px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:467px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:420px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:373px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:361px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:280px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:233px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:197px;
	}
}
@media(max-width:425px) {
	.banner_n{
		height:155px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom:solid 1px #d9d9d9;
}
.positionnr .positionrt{
	font-size:16px;
	color:#181818;
	line-height:30px;
	padding:25px 0 25px 30px;
	background:url(../images/icon23.png) no-repeat left center;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #181818;
}
.position a:hover {
	color: #0d519a;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	overflow:hidden;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:78px;
	font-size:16px;
	color:#181818;
	line-height:80px;
	position:relative;
}
.menu_n ul li:last-child{
	margin-right:0;
}
.menu_n ul li a{
	font-size:16px;
	color:#181818;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#0d519a;
	font-weight:bold;
}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	}
.ntit h3{
	width:100%;
	font-size:56px;
	color:#353535;
	line-height:66px;
	font-weight:900;
	}
/* nabout
-------------------------------------------------------------- */
.about_n{
	position:relative;
	padding-top:102px;
	padding-bottom:40px;
	}
.about_n .aboutlf_n{
	width:59.3%;
	overflow:hidden;
}
.aboutnr_n{
	margin-top:50px;
}
.aboutnr_n,.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#616161;
	line-height:30px;
    text-align: justify;
}
.aboutlist_n{
	width:28%;
	overflow:hidden;
	margin-top:50px;
}
.aboutlist_n ul li{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e2e2e2;
	padding-bottom:20px;
	margin-bottom:26px;
}
.aboutlist_n ul li:first-child{
	background:url(../images/icon19.png) no-repeat right center;
}
.aboutlist_n ul li:nth-child(2){
	background:url(../images/icon20.png) no-repeat right center;
}
.aboutlist_n ul li:nth-child(3){
	background:url(../images/icon21.png) no-repeat right center;
}
.aboutlist_n ul li:last-child{
	background:url(../images/icon22.png) no-repeat right center;
	border-bottom:none;
	margin-bottom:0;
}
.cyy_n dl{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:84px 0;
}
.cyy_n dl dt{
	width:48%;
	overflow:hidden;
	border-radius:20px;
}
.cyy_n dl dt img{
	width:100%;
	height:auto;
}
.cyy_n dl dd{
	width:46%;
	overflow:hidden;
}
.cyy_n dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#0d519a;
	line-height:40px;
}
.cyy_n dl dd .cyynr_n,.cyy_n dl dd .cyynr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#616161;
	line-height:30px;
    text-align: justify;
}
.cyy_n dl dd .cyynr_n{
	margin-top:35px;
}
.cyy_n dl:hover dt img{
	transform:scale(1.02);
}
/* dsj_n
-------------------------------------------------------------- */
.dsj_n{
	width:100%;
	overflow:hidden;
	background:#e9e8ee;
	background-size:cover;
	padding-top:130px;
	padding-bottom:96px;
	position:relative;
}
.dsjtit_n{
	display:flex;
	justify-content:space-between;
}
.dsjtit_n .tit h3{
	color:#0d519a;
}
.dsjnr_n{
	margin-top:92px;
	position:relative;
}
.dsjnr_n .swiper-slide{
	padding:0 30px;
	border-right:solid 1px #ccc;
	height:460px;
}
.dsjnr_n .swiper-slide-active {
    border-left: solid 1px #ccc;
}
.dsjlist_n{
	width:100%;
	height:100%;
	position:relative;
}
.dsjlist_n .dsjyear,.dsjlist_n h5,.dsjlist_n .dsjjs_n,.dsjlist_n p,.dsjlist_n .dsjimg_n{
	width:100%;
	overflow:hidden;
}
.dsjlist_n h5{
	margin-bottom:5px;
}
.dsjlist_n .dsjyear{
	font-size:40px;
	color:#494a52;
	font-weight:bold;
	line-height:50px;
}
.dsjlist_n h5{
	font-size:22px;
	color:#494a52;
	line-height:32px;
}
.dsjlist_n .dsjjs_n,.dsjlist_n p{
	font-size:16px;
	color:#494a52;
}
.dsjlist_n .dsjimg_n{
	position:absolute;
	left:0;
	bottom:0;
	border-radius:10px;
}
.dsjlist_n .dsjimg_n img{
	width:100%;
	height:auto;
}

.dsjnr_n dl,.dsjnr_n dl dt,.dsjnr_n dl dd,.dsjyear_n,.dsjyear_n p{
	width:100%;
	overflow:hidden;
}
.dsjnr_n dl dt{
	font-size:22px;
	line-height:32px;
	color:#bbbbbb;
	margin-bottom:7px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n .swiper-slide-active dl dt,.dsjnr_n dl:hover dt{
	color:#de5413;
}
.dsjnr_n dl dd .dsjjs_n,.dsjnr_n dl dd p{
	font-size:16px;
	color:#bbbbbb;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n dl:hover dd .dsjjs_n,.dsjnr_n dl:hover dd p,.dsjnr_n .swiper-slide-active dl dd .dsjjs_n,.dsjnr_n .swiper-slide-active dl dd .dsjjs_n p{
	color:#181818;
}
.dsjnr_n dl dd .dsjjs_n{
	padding-right:60px;
	min-height: 125px;
}
.dsjnr_n dl dd .dsjbg_n,.dsjnr_n dl dd .dsjjs_n{
	width:100%;
	overflow:hidden;
}
.dsjnr_n dl dd .dsjbg_n img{
	width:100%;
	height:auto;
	opacity:0.2;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n dl:hover dd .dsjbg_n img,.dsjnr_n .swiper-slide-active dl dd .dsjbg_n img{
	opacity:1;
}
.dsj_n .swiper-button div{
	width:115px;
	height:60px;
	border:solid 1px #0d519a;
	border-radius:30px;
	float:left;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.dsj_n .swiper-button div:hover{
	border-color:#fff;
	background-color:#fff;
}
.dsj_n .swiper-button .swiper-button-prev{
	background:url(../images/prevh2.png) no-repeat center;
}
.dsj_n .swiper-button .swiper-button-next{
	margin-left:32px;
	background:url(../images/nexth2.png) no-repeat center;
}
.dsj_n .swiper-button .swiper-button-disabled{
	opacity:0.2;
}
/* cxbj
-------------------------------------------------------------- */
.cxbj{
	width:100%;
	max-width:1920px;
	height:963px;
	overflow:hidden;
	margin:auto;
	background:url(../images/map.jpg) no-repeat top center;
	padding-top:106px;
	padding-bottom:118px;
	position:relative;
}
.cxbj h3{
	color:#fff;
}
.cxbjnr{
	width:38%;
	overflow:hidden;
	margin-top:225px;
	position:relative;
	z-index:80;
}
.cxbjnr h4{
	width:100%;
	font-size:36px;
	color:#fff;
	line-height:46px;
	font-weight:normal;
}
.cxbjnr h5{
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#fff;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:5px;
}
.cxbjnr p{
	width:100%;
}
.cxbjnr p,.cxbjnr p a{
	font-size:16px;
	color:rgba(255,255,255,0.68);
}
.cxbjnr dl,.cxbjnr dl dt,.cxbjnr dl dd{
	width:100%;
	overflow:hidden;
}
.cxbjnr dl:nth-of-type(2),.cxbjnr dl:nth-of-type(3){
	width:auto;
	float:left;
}
.cxbjnr dl:nth-of-type(3){
	margin-left:30px;
}
.cxbjnr dl{
	margin-top:20px;
}
.cxbjnr dl dt{
	font-size:18px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
}
.cxbjnr dl dd,.cxbjnr dl dd a{
	font-size:16px;
	color:rgba(255,255,255,0.68);
}
.cxbjnr dl:last-child{
	margin-bottom:0;
}
.plusDiv{
	width:28px;
	height:28px;
	outline: none;
	background:rgba(255,106,0,0.2);
	border-radius: 100%;
	transform-origin: 0 0;
	display: flex;
	align-items:center;
	text-align:center;
	justify-content:center;
	margin:auto;
	position:absolute;
	z-index:9;
	}
.plusDiv::before{
	content: "";
	height:10px;
	width:10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background:#ff6a00;
	position: absolute;
}
.plusDiv::after{
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height:100%;
	width: 100%;
	background:rgba(255,106,0,0.2);
	position: absolute;
	animation: rodflash 2s infinite;
}
.dot1{
	top:360px;
    left:50%;
    margin-left:-320px;
}
.dot2{
	top:612px;
	left:50%;
	margin-left:-125px;
}
.dot3{
	top:320px;
    left:50%;
    margin-left:210px;
}
.dot4{
	top:520px;
    left:50%;
    margin-left:190px;
}
.dot5{
	top:402px;
	left:50%;
	margin-left:415px;
}
.dot6{
	top:392px;
	left:50%;
	margin-left:545px;
}
.dot7{
	top:444px;
	left:50%;
	margin-left:510px;
}
.dot8{
	top:492px;
	left:50%;
	margin-left:500px;
}
.dot9{
	top:562px;
	left:50%;
	margin-left:550px;
}
.dot10{
	top:576px;
	left:50%;
	margin-left:635px;
}
.dotyt{
	position:absolute;
	top:392px;
    left:50%;
    margin-left:570px;
}
.dothz{
	position:absolute;
	top:452px;
    left:50%;
    margin-left:535px;
}
.dotyt .dot18,.dothz .dot19{
	background:rgba(255,255,255,0.2);
}
.dotyt .dot18::before,.dothz .dot19::before{
	background:#fff;
}
.dotyt .dot18::after,.dothz .dot19::after{
	background:rgba(255,255,255,0.2);
}
.dotyt p,.dothz p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	margin-top:24px;
}
.dothz .icon{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:34px;
	left:-2px;
	z-index:90;
}
.cxbj .dotnr{
	overflow:hidden;
	position:absolute;
	right:7.9%;
	bottom:94px;
	z-index:99;
}
.cxbj .dotnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-bottom:6px;
}
.cxbj .dotnr p i{
	margin-right:22px;
}
.wapmap{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:30px;
	display:none;
}
.wapmap img{
	max-width:100%;
	height:auto;
}
@keyframes rodflash {
	0% { 
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1;
	}
	80% { 
		-webkit-transform: scale(2,2);
		transform: scale(2,2);
		opacity: 0;
	}
	100% { 
		-webkit-transform: scale(2,2);
		transform: scale(2,2);
		opacity: 0;
	}
}
/* hzkh_n
-------------------------------------------------------------- */
.hzkh_n{
	width:100%;
	overflow:hidden;
	background:url(../images/nhzkhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:132px;
	padding-bottom:168px;
}
.hzkhtit_n{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.hzkhtit_n .tit h3{
	color:#0d519a;
}
.hzkh_n ul{
	width:100%;
	margin-top:62px;
}
.hzkh_n ul li{
	width:18.2%;
	overflow:hidden;
	float:left;
	border:solid 1px #0d519a;
	border-radius:10px;
	margin:20px 2.25% 20px 0;
	box-shadow:0 0 20px rgba(0,71,142,0.4);
}
.hzkh_n ul li:nth-child(5n){
	margin-right:0;
}
.hzkh_n ul li img{
	width:100%;
	height:auto;
}
.hzkh_n ul li:hover img{
	transform:scale(1.01);
}
/* hyyy_n
-------------------------------------------------------------- */
.hyyy_n{
	width:100%;
	overflow:hidden;
	padding-top:132px;
	padding-bottom:174px;
}
.hyyynr_n{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:58px;
}
.hyyynr_n .swiper-container{
	width:180%;
	margin-left:-40%;
}
.hyyynr_n .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	opacity:0.2;
}
.hyyynr_n .swiper-slide-active{
	opacity:1;
}
.hyyynr_n .hyyyimg_n{
	width:100%;
	overflow:hidden;
	border-radius:20px;
	position:relative;
}
.hyyynr_n .hyyyimg_n > img{
	width:100%;
	height:auto;
}
.hyyynr_n .swiper-button-prev,.hyyynr_n .swiper-button-next{
	position:absolute;
	top:50%;
	margin-top:-15px;
	width:16px;
	height:30px;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.hyyynr_n .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	left:14.5%;
}
.hyyynr_n .swiper-button-next{
	background:url(../images/next3.png) no-repeat center;
	right:14.5%;
}
.hyyynr_n .hyyyimg_n .hyyybg_n{
	width:48%;
	height:100%;
	background: -webkit-linear-gradient(left, rgba(13,80,190,0.88), rgba(13,80,190,0));
    background: -o-linear-gradient(right, rgba(13,80,190,0.88), rgba(13,80,190,0));
    background: -moz-linear-gradient(right, rgba(13,80,190,0.88), rgba(13,80,190,0));
    background: linear-gradient(to right, rgba(13,80,190,0.88), rgba(13,80,190,0));
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	display:flex;
	align-items:center;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.hyyynr_n .swiper-slide-active .hyyyimg_n .hyyybg_n{
	opacity:1;
}
.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n{
	width:100%;
	overflow:hidden;
	padding:0 50px;
}
.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5{
	width:100%;
	font-size:30px;
	color:#fff;
	line-height:40px;
	border-bottom:solid 1px #fff;
	padding-bottom:12px;
}
.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	margin-top:30px;
}
.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon img{
	max-width:100%;
	height:auto;
}
.waphy{
	display:none;
	}
.waphy ul,.waphy ul li,.waphy ul li .hyyybt_n{
	width:100%;
	overflow:hidden;
}
.waphy ul li{
	position:relative;
	margin-bottom:30px;
}
.waphy ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    position: absolute;
    left: 0;
    top: 0;
	z-index:0;
}
.waphy ul li a{
	width:100%;
	height:100%;
	display:block;
}
.waphy ul li img{
	width:100%;
	height:auto;
}
.waphy ul li .hyyybt_n{
	padding:0 15px;
	height:50px;
	background:rgba(13,80,190,0.6);
	display:flex;
	justify-content: space-between;
	align-items:center;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
}
.waphy ul li .hyyybt_n h5,.waphy ul li .hyyybt_n span{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
/* hyyyinfo_n
-------------------------------------------------------------- */
.hyyyinfo_n{
	width:100%;
	overflow:hidden;
	background:url(../images/njjfabg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:126px;
}
.hyyyinfo_n h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#2c2c2c;
	line-height:60px;
	padding-bottom: 20px;
    border-bottom: solid 1px #d8d8d8;
}
.hyyyinfo_n .hyyyinfo_js,.hyyyinfo_n .hyyyinfo_js p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2c2c2c;
	line-height:30px;
}
.hyyyinfo_n .hyyyinfo_js{
	margin-top:30px;
	margin-bottom:100px;
}
.hyyyinfo_n .hyyyinfo_js img{
	max-width:100%;
	height:auto;
	border-radius:15px;
}
.hyyyinfo_n h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2c2c2c;
	line-height:50px;
}
.hyyyinfo_n ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:28px;
	margin-bottom:178px;
}
.hyyyinfo_n ul li{
	width:23.2%;
	height:228px;
	overflow:hidden;
	background:#fff;
	padding-top:52px;
	border-radius:5px;
	box-shadow:0 0 49px rgba(0,0,0,0.08);
	margin:10px 0;
}
.hyyyinfo_n ul li .icon{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.hyyyinfo_n ul li .icon img{
	max-width:100%;
	height:auto;
}
.hyyyinfo_n ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#2c2c2c;
	line-height:32px;
	margin-top:17px;
	padding:0 5px;
}
.hyyyinfo_n ul li hr{
	width:44px;
	border:none;
	border-bottom:solid 1px #b9b9b9;
	margin:18px auto 0;
}
/* case_n
-------------------------------------------------------------- */
.case_n{
	padding-top:60px;
}
.casenr_n{
	width:100%;
}
.casenr_n ul{
	justify-content:left;
}
.casenr_n ul li{
	width:31.7%;
	margin:30px 2.45% 30px 0;
}
.casenr_n ul li:nth-child(3n){
	margin-right:0;
}
.casenr_n ul li .caseimg {
    height: 285px;
}
.caseinfo_n{
	margin-top:60px;
	margin-bottom:60px;
}
.caseinfo_n h1{
	width:100%;
	font-size:45px;
	color:#202730;
	line-height:55px;
}
.caseinfo_n .casefbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8c8e90;
	line-height:30px;
	margin-top:50px;
}
.caseinfo_n .casefbnr p{
	width:100%;
	font-size:16px;
	color:#8c8e90;
	line-height:30px;
}
.caseinfo_n img{
	max-width:100%;
	height:auto;
}
/* gssl_n
-------------------------------------------------------------- */
.yyly_n{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding-top:92px;
	padding-bottom:168px;
}
.yylynr_n{
	width:100%;
	overflow:hidden;
	background:#fff;
	box-shadow:0 0 50px rgba(0,0,0,0.05);
	padding:50px;
	border-radius:20px;
	margin-top:35px;
}
.yylynr_n h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#ea8721;
	line-height:32px;
	font-weight:900;
	margin-bottom:15px;
}
.yylynr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1f1f1f;
}
.yylylist_n{
	width:100%;
	overflow:hidden;
	margin-top:73px;
}
.yylylist_n dl{
	width:32%;
	overflow:hidden;
	background:#e8e8e8;
	float:left;
	margin:27px 2% 27px 0;
}
.yylylist_n dl:nth-child(3n){
	margin-right:0;
}
.yylylist_n dl dt,.yylylist_n dl dd{
	width:100%;
	overflow:hidden;
}
.yylylist_n dl dt img{
	width:100%;
	height:auto;
}
.yylylist_n dl dd{
	height:75px;
	display:flex;
	align-items:center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.yylylist_n dl dd p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#262626;
	line-height:30px;
}
.yylylist_n dl:hover dt img{
	transform:scale(1.03);
}
.yylylist_n dl:hover dd{
	background:#ea8721;
}
.yylylist_n dl:hover dd p{
	color:#fff;
}

/* promenu_n
-------------------------------------------------------------- */
.promenu_n{
	width:100%;
	overflow:hidden;
	background:#eeeeee;
}
.promenu_n ul li{
	border-bottom: 1px solid #fff;
	padding: 0 28px 0 32px;
	}
.promenu_n ul li span{
	display: block; 
	height: 100%; 
	width: 100%; 
	position: relative;
	font-size:18px;
	color:#181818;
	padding:24px 0;
	}
.promenu_n ul li span i{
	display: block; 
	height:13px; 
	width:13px; 
	background: url(../images/icon32.png) no-repeat center center; 
	position: absolute; 
	right:0; 
	top: 50%; 
	margin-top: -10px;  
	transition: all 0.3s ease-out; 
	transform: rotate(0deg);
	}
.promenu_n ul li span i.action{ 
	transition: all 0.3s ease-out;
	transform: rotate(90deg);
	}
.promenu_n ul li span a{
	font-size:18px;
	color:#181818;
}
.promenu_n ul li span a:hover,.promenu_n ul li span a.active{
	color:#0d519a;
}
.promenu_n ul li .ejfl{
	width:100%;
	overflow:hidden;
	line-height:30px;
}
.promenu_n ul li .ejfl a{
	font-size:17px;
	color:#2c2c2c;
	font-weight:bold;
}
.promenu_n ul li .ejfl a:hover,.promenu_n ul li .ejfl a.active{
	color:#0d519a;
}
.promenu_n ul li>dl{ 
	width:100%;
	overflow:hidden;
	}
.promenu_n ul li>dl>dt{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	line-height:30px;
}
.promenu_n ul li>dl>dt a{ 
	display: block; 
	height: 100%; 
	width: 100%; 
	font-size:18px; 
	color: #2c2c2c; 
	text-decoration: none; 
	}
.promenu_n ul li>dl>dt a:hover{
	color:#0d519a;
}
.promenu_n ul li>dl>dd{
	width:100%;
	overflow:hidden;
	font-weight:normal;
	line-height:30px;
	position:relative;
	margin-top:10px;
}
.promenu_n ul li>dl>dd a{ 
	display: block; 
	height: 100%; 
	width: 100%; 
	font-size:16px; 
	color: #7d7d7d; 
	text-decoration: none; 
	}
.promenu_n ul li>dl>dd:hover a,.promenu_n ul li>dl>dd.active a{ 
	color:#0d519a;
}
.wapmenu{
	display:none;
}
/* npro
-------------------------------------------------------------- */
.prolb_n{
	margin-top:46px;
	margin-bottom:60px;
}
.prolb_n dl{
	width:100%;
	overflow:hidden;
	background:#f4f4f4;
	border-radius:20px;
	margin:50px 0;
}
.prolb_n dl dt{
	width:51.6%;
	float:left;
	padding:50px 120px 0 68px;
}
.prolb_n dl dt .icon,.prolb_n dl dt h5,.prolb_n dl dt p{
	width:100%;
	overflow:hidden;
}
.prolb_n dl dt .icon img{
	max-width:100%;
	height:auto;
}
.prolb_n dl dt h5{
	font-size:36px;
	color:#0d519a;
	line-height:46px;
	margin-top:24px;
	margin-bottom:12px;
}
.prolb_n dl dt p{
	font-size:16px;
	color:#5d5d5d;
	font-weight:normal;
	line-height:28px;
	margin-bottom:112px;
	text-align: justify;
}
.prolb_n dl dd{
	width:48.4%;
	height:565px;
	overflow:hidden;
	text-align:right;
	float:right;
}
.prolb_n dl dd img{
	max-width:100%;
	height:100%;
	object-fit:cover;
}
.prolb_n dl:hover dd img{
	transform:scale(1.02);
}
.pro_n{
	width:100%;
	overflow:hidden;
	height:auto;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:65px;
	padding-bottom:65px;
}
.pronr_n ul{
	justify-content:space-between;
}
.pronr_n ul li{
	border-radius:20px;
	width:24.3%;
}
.pronr_n ul li img{
	max-width:100%;
	height:auto;
}
.prolf_n{
	width:21.7%;
	overflow:hidden;
}
.prolf_n .pro_tit{
	width:100%;
	height:130px;
	background:#0d519a;
	display:flex;
	align-items:center;
}
.prolf_n .pro_tit h3{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	line-height:42px;
	text-align:center;
}
.prort_n{
	width:75.1%;
	overflow:hidden;
}
.protit_n{
	width:100%;
	overflow:hidden;
}
.proinfo_n{
	width:100%;
	overflow:hidden;
}
.proinfo_n .propic_n{
	width:49.3%;
	overflow:hidden;
}
.propic_n .swiper-container{
	width:100%;
	overflow:hidden;
	border:solid 1px #f5f5f5;
}
.proinfo_n .proinfonr_n{
	width:46.6%;
	overflow:hidden;
	padding-top:16px;
}
.propic_n img{
	width:100%;
	height:auto;
}
.propic_n .swiper-pagination{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
}
.propic_n .swiper-pagination span{
	width:10px;
	height:10px;
	background:#0d519a;
	border-radius:100%;
	margin:0 9px;
	display:inline-block;
	opacity:1;
}
.propic_n .swiper-pagination span.swiper-pagination-bullet-active{
	width:25px;
	border-radius:5px;
}
.prort_n h1{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#181818;
	line-height:50px;
	font-weight:normal;
	padding-bottom:20px;
	border-bottom:solid 1px #d8d8d8;
	margin-bottom:30px;
}
.proinfo_n .proinfonr_n h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	line-height:50px;
	color: #0d519a;
}
.proinfonr_n .projs_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#181818;
	line-height:30px;
	margin-top:26px;
	padding-top:30px;
	border-top:solid 1px #dcdcdc;
}
.proinfonr_n .projs_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#181818;
	text-align: justify;
}
.protel{
	width:206px;
	overflow:hidden;
	font-size:16px;
	color:#0d519a;
	height:50px;
	display:flex;
	align-items:center;
	padding:0 15px;
	margin-top:54px;
	border: solid 1px #0d519a;
    border-radius: 25px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.protel img{
	margin-right:8px;
}
.protel img.iconh,.protel:hover img.icon{
	display:none;
}
.protel:hover img.iconh{
	display:block;
}
.protel a{
	font-size:16px;
	color:#0d519a;
}
.protel:hover{
    background:#0d519a;
}
.protel:hover a{
    color:#fff;
}
.pronr_n dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:33px 2% 33px 0;
}
.pronr_n dl:nth-child(3n){
	margin-right:0;
}
.pronr_n dl dt,.pronr_n dl dd{
	width:100%;
	overflow:hidden;
}
.pronr_n dl dt{
	position:relative;
	height:473px;
	border-radius:10px;
}
.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.05);
	}
.pronr_n dl dd{
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:20px;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.pronr_n dl:hover dd{
	color:#ea3f08;
}
.prolist_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}

.prorq_n .prort_n h1{
	width:100%;
	overflow:hidden;
	color:#333;
	font-size:30px;
	line-height:40px;
	margin:0;
	border-bottom:solid 1px #ece1d1;
	padding-bottom:34px;
}
.prorq_n .prort_n h5,.procs_n h5,.tjpro h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#333;
	line-height:35px;
	margin-top:33px;
}
.pro_n .fbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:60px;
    text-align: justify;
}
.pro_n .fbnr h4{
	width:100%;
	overflow:hidden;
	font-size:40px;
	line-height:50px;
	color:#000;
}
.pro_n .fbnr p{
	font-size:16px;
	line-height:30px;
}
.pro_n .fbnr img{
	max-width:100%;
	height:auto;
}
.pro_n .fbnr table{
	width:100%;
	overflow:hidden;
    white-space: nowrap;
	border-radius: 20px;
}
.pro_n .fbnr table thead,.pro_n .fbnr table .thead tr{
	width:100%;
	overflow:hidden;
}
.pro_n .fbnr table,.pro_n .fbnr table tr,.pro_n .fbnr table td{
	border:none;
}
.pro_n .fbnr table th,.pro_n .fbnr table td{
	line-height:30px;
	text-align:center;
	padding:0 10px;
}
.pro_n .fbnr table th{
	height:66px;
	background:#20408e;
	font-size:16px;
	color:#fff;
}
.pro_n .fbnr table td{
	height:50px;
	font-size:16px;
	color:#2c2c2c;
	border:solid 1px #fff;
}
.pro_n .fbnr table tr{
	background:#ebedf0;
}
.pro_n .fbnr table tr:first-child{
	background:#0d519a;
}
.pro_n .fbnr table tr:nth-child(2){
	background:#3d73cb;
}
.pro_n .fbnr table tr:nth-child(3){
	background:#b6caeb;
}
.pro_n .fbnr table tr:first-child td,.pro_n .fbnr table tr:nth-child(2) td,.pro_n .fbnr table tr:nth-child(3) td{
	color:#fff;
}
.pro_n .fbnr .cpyy{
	margin:15px 0;
	overflow:hidden;
}
.pro_n .fbnr .cpyy img{
	width:100%;
	height:auto;
	border-radius:10px;
}
.news_bk{
	width: 100%;
    overflow: hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	border-top:solid 3px #0d519a;
	padding-top:26px;
	margin-top:50px;
}
.news_bk .news_bknr{
	width:43%;
	overflow:hidden;
}
.news_bk .news_bknr,.news_bk .news_bknr a{
	font-size:16px;
	color:#282828;
	line-height:30px;
}
.news_bk .news_bknr a:hover{
	color:#0d519a;
}
.news_bk .news_bknr:last-of-type{
	text-align:right;
}
.fhlist{
	width:12%;
	text-align:center;
	height:40px;
	line-height:40px;
	background: #0d519a;
	border-radius:8px;
}
.fhlist,.fhlist a{
	font-size:16px;
	color:#fff;
}
.fhlist a{
	display:block;
}

/*产品展示结束*/
	
/* protd_n
-------------------------------------------------------------- */
.protd_n{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	margin-bottom:100px;
}
.protdjs_n,.protdjs_n p{
	width:100%;
	overflow:hidden;
}
.protdjs_n{
	margin-bottom:88px;
}
.protdjs_n,.protdjs_n p{
	font-size:16px;
	color:#212332;
	line-height:30px;
}
.protdjs_n p{
	margin-top:34px;
}
.protdlist_n{
	width:100%;
	margin-top:40px;
	margin-bottom:86px;
}
.protdlist_n{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.protdlist_n dl{
	width:49.3%;
	overflow:hidden;
	background:#fff;
	padding:38px;
	display:flex;
	border-radius:10px;
	box-shadow:0 0 21px rgba(6,0,1,0.05);
	margin:10px 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.protdlist_n dl dt{
	width:13%;
	overflow:hidden;
}
.protdlist_n dl dt .iconh,.protdlist_n dl:hover dt .icon{
	display:none;
}
.protdlist_n dl:hover dt .iconh{
	display:block;
}
.protdlist_n dl dt img{
	max-width:100%;
	height:auto;
}
.protdlist_n dl dd{
	width:87%;
	overflow:hidden;
}
.protdlist_n dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#193157;
	line-height:32px;
	margin-bottom:14px;
}
.protdlist_n dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#212332;
}
.protdlist_n dl:hover{
	background:#b81940;
}
.protdlist_n dl:hover dd h5,.protdlist_n dl:hover dd p{
	color:#fff;
}
.protdjg_n{
	width:100%;
	overflow:auto;
	margin-top:40px;
}
.protdjg_n table{
	width:100%;
	border:solid 1px #aaaaaa;
}
.protdjg_n table tr td{
	padding:0 38px;
	line-height:30px;
	font-size:16px;
	color:#010101;
	height:80px;
}
.protdjg_n table tr:nth-child(2n+1){
	background:#fcefef;
}
/* yfnl_n
-------------------------------------------------------------- */
.yfnl_n{
	margin-top:88px;
	margin-bottom:88px;
}
.yfnllf_n{
	width:48%;
	overflow:hidden;
	padding-top:10px;
}
.yfnllf_n .tit h3{
	color:#0d519a;
}
.yfnlimg_n{
	width:48%;
	height:558px;
	overflow:hidden;
	border-radius:20px;
}
.yfnlimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.yfnlimg_n:hover img{
	transform:scale(1.02);
}
.yfnlnr_n{
	margin-top:48px;
}
.yfnlnr_n,.yfnlnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#616161;
	text-align:justify;
}
.yfnllist_n{
	margin-top:100px;
}
.yfnllist_n,.yfnllist_n ul,.yfnllist_n ul li .yfnlnum,.yfnllist_n ul li p{
	width:100%;
	overflow:hidden;
}
.yfnllist_n ul{
	display:flex;
	justify-content:space-between;
}
.yfnllist_n ul li{
	overflow:hidden;
}
.yfnllist_n ul li .yfnlnum,.yfnllist_n ul li .yfnlnum .timer{
	font-size:56px;
	color:#0d519a;
	line-height:46px;
}
.yfnllist_n ul li .yfnlnum font{
	font-size:32px;
	color:#0d519a;
}
.yfnllist_n ul li p{
	font-size:16px;
	color:#262626;
}
/* sb_n
-------------------------------------------------------------- */
.sb_n{
	width:100%;
	overflow:hidden;
	background:#e9e8ee;
	padding-top:152px;
	padding-bottom:132px;
	margin-top:87px;
}
.sb_n .tit h3,.honortit_n .tit h3,.pzgl_n .tit h3,.kcxfz_n .tit h3,.hjzl_n .tit h3,.shzr_n .tit h3,.gshjtit_n .tit h3,.job_n .tit h3,.about_n .tit h3{
	color:#0d519a;
}
.sbnr_n,.sbimg_n{
	width:100%;
	overflow:hidden;
}
.sbnr_n{
	margin-top:92px;
}
.sbimg_n{
	border-radius:15px;
}
.sbimg_n img,.honornr_n .honorimg_n img{
	width:100%;
	height:auto;
}
.sbimg_n:hover img{
	transform:scale(1.02);
}
.sb_n .swiper-button{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	margin-top:75px;
}
.sb_n .swiper-button div,.honortit_n .swiper-button div,.gshjtit_n .swiper-button div{
	width:115px;
	height:60px;
	border:solid 1px #0d519a;
	border-radius:30px;
	float:left;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.sb_n .swiper-button div:hover{
	border-color:#fff;
	background-color:#fff;
}
.sb_n .swiper-button .swiper-button-prev{
	background:url(../images/prevh2.png) no-repeat center;
}
.sb_n .swiper-button .swiper-button-next{
	margin-left:20px;
	background:url(../images/nexth2.png) no-repeat center;
}
/* honortit_n
-------------------------------------------------------------- */
.honor_n{
	padding-top:60px;
}
.honortit_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.honornr_n{
	margin-top:72px;
}
.honornr_n,.honornr_n .honorimg_n{
	width:100%;
	overflow:hidden;
}
.honornr_n .honorimg_n:hover img{
	transform:scale(1.01);
}
.honortit_n .swiper-button,.gshjtit_n .swiper-button{
	overflow:hidden;
}
.honortit_n .swiper-button .swiper-button-prev,.gshjtit_n .swiper-button .swiper-button-prev{
	background:url(../images/prevh2.png) no-repeat center;
}
.honortit_n .swiper-button .swiper-button-next,.gshjtit_n .swiper-button .swiper-button-next{
	margin-left:20px;
	background:url(../images/nexth2.png) no-repeat center;
}
.honortit_n .swiper-button .swiper-button-prev:hover,.gshjtit_n .swiper-button .swiper-button-prev:hover{
	background:#0d519a url(../images/prev2.png) no-repeat center;
}
.honortit_n .swiper-button .swiper-button-next:hover,.gshjtit_n .swiper-button .swiper-button-next:hover{
	background:#0d519a url(../images/next2.png) no-repeat center;
}
/* pzgl_n
-------------------------------------------------------------- */
.pzgl_n{
	padding-top:140px;
	padding-bottom:135px;
}
.pzglnr_n{
	margin-top:51px;
}
.pzglnr_n,.pzglnr_n ul{
	width:100%;
	overflow:hidden;
}
.pzglnr_n ul li{
	width:19.3%;
	height:557px;
	overflow:hidden;
	float:left;
	margin:10px 0.875% 10px 0;
	border-radius:20px;
	position:relative;
}
.pzglnr_n ul li:nth-child(5n){
	margin-right:0;
}
.pzglnr_n ul li img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.pzglnr_n ul li .pzgltit_n{
	width:100%;
	padding:0 25px;
	font-size:18px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:0;
	top:400px;
	z-index:9;
}
/* kcxfz_n
-------------------------------------------------------------- */
.kcxfz_n{
	margin-top:94px;
	margin-bottom:106px;
}
.kcxfzlf_n{
	width:35%;
	overflow:hidden;
}
.kcxfzlf_n hr{
	width:148px;
	border:none;
	border-bottom:solid 1px #0d519a;
	margin-top:88px;
}
.kcxfzrt_n{
	width:63%;
	overflow:hidden;
	text-align: justify;
}
.kcxfzrt_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#616161;
}
.hjzl_n{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding-top:110px;
	padding-bottom:120px;
}
.hjzl_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:52px;
}
.hjzl_n ul li{
	width:31.9%;
	overflow:hidden;
	background:#fff;
	border-radius:20px;
	margin:10px 0;
}
.hjzl_n ul li .hjzlnr_n{
	width:100%;
	height:380px;
	overflow:hidden;
	padding:35px 25px 0 30px;
}
.hjzl_n ul li .hjzlimg_n{
	width:100%;
	overflow:hidden;
	height:292px;
	position:relative;
}
.hjzl_n ul li .hjzlimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.hjzl_n ul li .hjzlimg_n:hover img{
	transform:scale(1.02);
}
.hjzl_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#0d519a;
	line-height:32px;
	margin-bottom:12px;
}
.hjzl_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#181818;
	text-align: justify;
}
.jkaq_n{
	margin-top:128px;
	margin-bottom:120px;
}
.jkaqnr_n,.jkaqlist_n{
	width:100%;
	overflow:hidden;
}
.jkaqnr_n{
	margin-top:40px;
}
.jkaqlist_n{
	height:590px;
	background:#f6f6f6;
	padding:64px 60px 0 54px;
	border-radius:25px;
	position:relative;
}
.jkaqlist_n .jkaqlf_n{
	width:138px;
	height:138px;
	overflow:hidden;
	border-radius:15px;
}
.jkaqlist_n .jkaqlf_n img{
	width:100%;
	height:auto;
}
.jkaqlist_n .jkaqlf_n:hover img{
	transform:scale(1.02);
}
.jkaqlist_n .jkaqrt_n{
	width:45%;
	overflow:hidden;
	font-size:16px;
	color:#686a6f;
}
.jkaqlist_n h5{
	font-size:45px;
	color:#3c3c3c;
	line-height:45px;
	position:absolute;
	left:65px;
	bottom:60px;
	z-index:9;
}
/* shzr_n
-------------------------------------------------------------- */
.shzr_n{
	width:100%;
	overflow:hidden;
	background:#e9e8ee;
	padding-top:118px;
	padding-bottom:119px;
}
.shzrnr_n{
	width:100%;
	overflow:hidden;
	margin-top:86px;
}
.shzrlf_n{
	width:20%;
	overflow:hidden;
}
.shzrlf_n ul,.shzrlf_n ul li{
	width:100%;
	overflow:hidden;
}
.shzrlf_n ul li{
	font-size:30px;
	color:#494a52;
	line-height:40px;
	cursor:pointer;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.shzrlf_n ul li::after{
	content:"";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 12px solid #494a52;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-8px;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.shzrlf_n ul li:hover,.shzrlf_n ul li.active{
	font-size:135px;
	line-height:135px;
	font-weight:bold;
}
.shzrlf_n ul li:hover::after,.shzrlf_n ul li.active::after{
	opacity:1;
}
.shzrrt_n{
	width:78%;
}
.shzrlist_n{
	width:100%;
	display:flex;
	justify-content:flex-end;
	opacity:0;
	height:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.shzrlist_n.active{
	opacity:1;
	height:auto;
}
.shzr_cont{
	max-width:49%;
	padding-bottom:35px;
}
.shzrlist_n .shzr_cont:nth-child(2){
	margin-left:2%;
}
.shzr_cont h5{
	font-size:30px;
	color:#494a52;
	font-weight:normal;
	margin-bottom:34px;
}
.shzr_cont .shzr_img{
	width:100%;
	height:366px;
	overflow:hidden;
	padding:0 32px 32px 0;
	position:relative;
	margin-bottom:30px;
}
.shzr_cont .shzr_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:30px;
	position:relative;
	z-index:9;
}
.shzr_cont .shzr_img::after{
	content:"";
	width:95%;
	height:334px;
	background:#0d519a;
	border-radius:30px;
	position:absolute;
	right:0;
	bottom:0;
	z-index:0;
}
.shzr_cont .shzr_img:hover img{
	transform:scale(1.02);
}
.shzr_cont .more a{
	width:100px;
	height:50px;
	border-radius:25px;
}
/* gshj_n
-------------------------------------------------------------- */
.gshj_n{
	width:100%;
	overflow:hidden;
	padding-top:70px;
}
.gshjtit_n{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:solid 1px #e4e4e5;
	padding-bottom:56px;
}
.gshjjs_n{
	width:100%;
	font-size:20px;
	color:#494a52;
	line-height:30px;
	margin-top:16px;
}
.gshjnr_n{
	margin-top:70px;
}
.gshjnr_n,.gshjnr_n .gshjimg_n{
	width:100%;
	overflow:hidden;
}
.gshjnr_n .gshjimg_n{
	border-radius:15px;
}
.gshjnr_n .gshjimg_n img{
	width:100%;
	height:auto;
}
.gshjnr_n .gshjimg_n:hover img{
	transform:scale(1.02);
}
.gshjnr_n .swiper-container{
	width:114%;
	margin-left:-7%;
}
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:36px;
	margin-bottom:60px;
	}
.newsnr_n{
	width:100%;
	overflow:hidden;
	}
.newsnr_n dl{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:solid 1px #e2e2e2;
	padding:68px 0;
	}
.newsnr_n dl:last-child{
	border-bottom:none;
}
.newsnr_n dl dt{
	width:43%;
	overflow:hidden;
	border-radius:15px;
	height:385px;
	position:relative;
	}
.newsnr_n dl dt 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;
	}
.newsnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.03);
}
.newsnr_n dl dd{
	width:50%;
	overflow:hidden;
	}
.newsnr_n dl dd .newsdate_n,.newsnr_n dl dd h5,.newsnr_n dl dd p{
	width:100%;
	overflow:hidden;
}
.newsnr_n dl dd .newsdate_n{
	font-size:16px;
	color:#161719;
	line-height:30px;
}
.newsnr_n dl dd h5{
	font-size:32px;
	color:#0d519a;
	line-height:42px;
	margin-top:24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsnr_n dl dd p{
	font-size:16px;
	color:#929292;
	line-height:30px;
	margin-top:20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsnr_n dl dd .newsmore_n{
	margin-top:74px;
}
.newsnr_n dl dd .newsmore_n a{
	width:124px;
	height:48px;
	display:flex;
	align-items:center;
	font-size:16px;
	color:#2c3441;
}
.newsnr_n dl dd .newsmore_n a i{
	width:32px;
	height:32px;
	background:#0d519a;
	transform: rotateZ(45deg);
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:14px;
	border-radius:100%;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsnr_n dl dd .newsmore_n a:hover i{
	margin-right:7px;
}
.newsnr_n dl dd .newsmore_n a i img{
	transform: rotateZ(-45deg);
}
.newsinfo_n{
	margin-top:140px;
	margin-bottom:60px;
}
.newsinfo_n .newslf_n{
	width:63%;
	overflow:hidden;
}
.newsinfo_n .newsrt_n{
	width:23.3%;
	overflow:hidden;
}
.newsinfo_n .newsrt_n ul{
	margin-top:8px;
}
.newsinfo_n .newsrt_n ul,.newsinfo_n .newsrt_n ul li,.newsinfo_n .newsrt_n ul li .tjnewsimg,.newsinfo_n .newsrt_n ul li p{
	width:100%;
	overflow:hidden;
}
.newsinfo_n .newsrt_n ul li{
	margin-top:45px;
}
.newsinfo_n .newsrt_n ul li .tjnewsimg{
	border-radius:15px;
}
.newsinfo_n .newsrt_n ul li .tjnewsimg img{
	width:100%;
	height:auto;
}
.newsinfo_n .newsrt_n ul li:hover .tjnewsimg img{
	transform:scale(1.02);
}
.newsinfo_n .newsrt_n ul li p{
	font-size:18px;
	color:#161719;
	line-height:30px;
	margin-top:16px;
}
.newsinfo_n .newsrt_n ul,.newsinfo_n .newsrt_n ul li,.newsinfo_n .newsrt_n ul li .tjnewsimg,.newsinfo_n .newsrt_n ul li p{
	width:100%;
	overflow:hidden;
}
.newsinfo_n .newsrt_n ul li .tjnewsimg{
	border-radius:20px;
}
.newsinfo_n .newsrt_n ul li .tjnewsimg img{
	width:100%;
	height:auto;
}
.newsinfo_n .newsrt_n h3{
	width:100%;
	font-size:30px;
	color:#2c2c2c;
	line-height:40px;
}
.newsinfo_n .newslf_n h1{
	width:100%;
	font-size:30px;
	color:#2c2c2c;
	line-height:40px;
}
.newsinfo_n .newslf_n .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #161719;
	margin-top:10px;
	border-bottom:solid 2px #d5d5d5;
	padding-bottom:14px;
}
.newsinfo_n .newslf_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top:70px;
    font-size: 18px;
    line-height: 35px;
    color: #666565;
	text-align:justify;
}
.newsinfo_n .newslf_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #666565;
}
.newsinfo_n .newslf_n .fbnr img{
	max-width:100%;
	height:auto;
	}
/* ljzh_n
-------------------------------------------------------------- */
.ljzh_n{
	padding-top:112px;
	padding-bottom:134px;
}
.ljzh_n,.ljzhnr_n,.ljzhnr_n .ljzhimg_n{
	width:100%;
	overflow:hidden;
}
.ljzhnr_n{
	position:relative;
	margin-top:74px;
}
.ljzhnr_n .ljzhimg_n{
	border-radius:10px;
}
.ljzhnr_n .ljzhimg_n img{
	width:100%;
	height:auto;
}
.ljzhnr_n .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity:0.4;
}
.ljzhnr_n .swiper-slide-active{
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.ljzhnr_n .swiper-container{
	width:150%;
	margin-left:-25%;
}
.ljzhnr_n .swiper-button-prev,.ljzhnr_n .swiper-button-next{
	width:56px;
	height:56px;
	position:absolute;
	top:50%;
	margin-top:-28px;
	z-index:99;
}
.ljzhnr_n .swiper-button-prev{
	background:url(../images/prev7.png) no-repeat center;
	left:20%;
}
.ljzhnr_n .swiper-button-prev:hover{
	background:url(../images/prevh7.png) no-repeat center;
}
.ljzhnr_n .swiper-button-next{
	background:url(../images/next7.png) no-repeat center;
	right:20%;
}
.ljzhnr_n .swiper-button-next:hover{
	background:url(../images/nexth7.png) no-repeat center;
}
/* contact_n
-------------------------------------------------------------- */
.bg{
	background: #f1f1f1;
}
.contact_n{
	margin-top:70px;
	margin-bottom:70px;
	}
.contact_n .tit h3{
	color:#0d519a;
	}
.contact_n .contactjs_n{
	font-size:20px;
	color:#494a52;
	line-height:30px;
	margin-top:17px;
}
.contact_n hr{
	width:100%;
	border:none;
	border-bottom:solid 1px #d8d8d9;
	margin-top:54px;
}
.contact_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-top:64px;
}
.contact_n ul li{
	width:48.1%;
	height:748px;
	overflow:hidden;
	background:#fff;
	border-radius:20px;
	margin:10px 0;
	padding:58px 60px 0 60px;
}
.contact_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:32px;
	line-height:42px;
	color:#494a52;
}
.contact_n ul li .contactimg_n{
	width:100%;
	overflow:hidden;
	margin-top:22px;
	margin-bottom:28px;
}
.contact_n ul li .contactimg_n img{
	width:100%;
	height:auto;
}
.contact_n ul li .contactimg_n:hover img{
	transform:scale(1.02);
}
.contact_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#494a52;
	line-height:32px;
}
.contact_n ul li p a{
	font-size:18px;
	color:#494a52;
}
.contact_n ul li p span{
	font-size:18px;
	color:#0d519a;
}
/* message_n
-------------------------------------------------------------- */
.message_n{
	width:100%;
	overflow:hidden;
	background:#fff;
	margin-top:80px;
	padding:74px 100px 90px 100px;
	border-radius:20px;
}
.message_n .tit{
	text-align:center;
}
.messagenr_n{
	width:100%;
	overflow:hidden;
	margin-top:42px;
}
.messagenr_n dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:20px;
	}
.messagenr_n dl dt{
	width:100%;
	overflow:hidden;
	color:#494a52;
	font-size:20px;
	line-height:30px;
	padding-bottom:10px;
	font-weight:normal;
	}
.messagenr_n dl dt span{
	font-size:18px;
	color:#ff0000;
}
.messagenr_n dl dd{
	width:100%;
	overflow:hidden;
	}
.messagenr_n dl dd input{
	width:100%;
	height:70px;
	overflow:hidden;
	background:#f3f6fa;
	font-size:15px;
	line-height:50px;
	padding:0 20px;
	color:#333;
	border-radius:12px;
	}
.messagenr_n dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	font-size:15px;
	background:#f3f6fa;
	color:#333;
	line-height:30px;
	padding:18px 20px;
	border-radius:12px;
	}
.messagenr_n dl:last-child{
	width:100%;
	}
.messagenr_n dl:nth-child(2n+1){
	margin-right:1%;
	}
.messagenr_n dl:nth-child(2n){
	margin-left:1%;
	}
.messagenr_n dl:nth-child(5){
	width:100%;
	}
.messagenr_n .tjbtn {
    width: 100%;
    overflow: hidden;
	display:flex;
	justify-content:space-between;
	margin-top:20px;
}
.messagenr_n .tjbtn button {
    width: 380px;
    height:70px;
    background: #0d519a;
    color: #fff;
	text-align:center;
	font-size:20px;
	border-radius:12px;
}
.btn1{
	width:100%;
	overflow:hidden;
	color:#343434;
	}
.btn1 .intxt{
	width:520px;
	height:70px;
	line-height:70px;
	overflow:hidden;
	font-size:16px;
	color: #333;
	padding:0 10px;
	background:#f3f6fa;
	border-radius:12px;
	}
.btn1 a{
	color:#343434;
}
/* job_n
-------------------------------------------------------------- */
.job_n{
	width:100%;
	overflow:hidden;
	padding-top:98px;
	padding-bottom:112px;
}
.job_n h3{
	font-size:68px;
	color:#282828;
	line-height:78px;
}
.jobnr_n,.jobnr_n ul,.jobnr_n ul li{
	width:100%;
	overflow:hidden;
}
.jobnr_n{
	margin-top:56px;
}
.jobnr_n ul li{
	border-top:solid 1px #e5e5e6;
	padding-top:60px;
	padding-bottom:50px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jobnr_n ul li .num{
	width:5.9%;
	overflow:hidden;
	font-size:22px;
	color:#bdbdbd;
	line-height:32px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jobnr_n ul li:hover .num,.jobnr_n ul li.active .num{
	color:#282828;
}
.jobnr_n ul li .jobtit_n{
	width:29%;
	overflow:hidden;
	font-size:32px;
	color:#282828;
	line-height:42px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jobnr_n ul li:hover .jobtit_n,.jobnr_n ul li.active .jobtit_n{
	color:#0d519a;
	font-weight:bold;
}
.jobnr_n ul li .jobms_n{
	width:43.4%;
	overflow:hidden;
	opacity:0;
	height:0;
    text-align: justify;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jobnr_n ul li .jobms_n h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#0d519a;
	line-height:32px;
}
.jobnr_n ul li .jobms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#282828;
	line-height:30px;
}
.jobnr_n ul li .icon{
	width:52px;
	height:52px;
	overflow:hidden;
	background:url(../images/icon34.png) no-repeat center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.jobnr_n ul li:hover .icon,.jobnr_n ul li.active .icon{
	background:url(../images/icon35.png) no-repeat center;
}
.jobnr_n ul li:hover,.jobnr_n ul li.active{
	cursor:pointer;
	border-color:#0d519a;
	border-width:3px;
}
.jobnr_n ul li:hover .jobms_n,.jobnr_n ul li.active .jobms_n{
	opacity:1;
	height:auto;
}
/* jjfa_n
-------------------------------------------------------------- */
.jjfa_n{
	margin-top:60px;
	margin-bottom:60px;
}
.jjfanr_n{
	width:100%;
	overflow:hidden;
}
.jjfanr_n{
	width: 100%;
	overflow:hidden;
	margin-top:20px;
}
.jjfanr_n ul li h4{
	width: 100%;
	height:102px;
	background:#0090e5;
	font-size:32px;
	color: #fff;
	cursor: pointer;
	padding:0 110px 0 65px;
	position:relative;
	display:flex;
	align-items:center;
}
.jjfanr_n ul li h4::after{
	content:"";
	width:45px;
	height:45px;
	background:url(../images/icon24.png) no-repeat center;
	position:absolute;
	right:60px;
	top:50%;
	margin-top:-22.5px;
	z-index:99;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.jjfanr_n ul li.active h4::after{
	transform:rotate(-180deg);
}
.jjfanr_n ul li .jjfalist_n{
	width:100%;
	overflow:hidden;
	height:0;
	opacity:0;
	background:#fff;
	border:solid 1px #0090e5;
	border-top:none;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-bottom:20px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.jjfanr_n ul li.active .jjfalist_n{
	height:auto;
	padding:55px 65px;
	opacity:1;
}
.jjfanr_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#202730;
	line-height:40px;
}
.jjfanr_n .jjfalist_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8c8e90;
	line-height:30px;
	}

/* dede_pages
-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#555;
	display:block;
	border: 1px solid #dbdbdc;
	border-radius:50%;
	float: left;
	margin:5px;
	font-size:16px;
	color:#1e1e1e;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.pages ul a:hover,.pages ul a.page-num-current{ 
	background:#0d519a;
	border-color:#0d519a;
	color:#fff;
	}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
	display:flex;
	justify-content:space-between;
}
.news-exp2 .news-explf,.news-exp2 .news-exprt{
	width:49%;
	overflow:hidden;
	display:flex;
	font-size:16px;
	color:#2c3441;
	align-items:center;
}
.news-exp2 .news-exprt{
	justify-content:flex-end;
}
.news-exp2 hr{
	border:none;
	height:18px;
	border-left:solid 1px #2c3441;
	margin:0 20px;
}
.news-exp2 a,.news-exp2 span{
	font-size:16px;
	color:#2c3441;
}
.news-exp2 a{
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:hover{
	color:#0d519a;
}
.news-exp,.news-exp2{
	width:100%;
	overflow: hidden;
	margin-top:20px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
	line-height:30px;
}
.news-exp .news-explf a,.news-exp .news-exprt a {
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp .news-explf a:hover,.news-exp .news-exprt a:hover{
	color:#0d519a;
	text-decoration:none;
}
.news-exp2{
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a:hover{
	color: #0d519a;
}

.a_txt,.rg{
	display:none;
}
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1151px) and (min-width: 0px){
	.header .nav{
		display:none
	}
	.rg{
		display:block;
		position:absolute;
		right:10px;
		top:70px;
		z-index:999;
	}
	.rg a img{width:20px;}
	.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.a_txt .div1{position:absolute;width:100%;height:100%;background:#fff;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.a_txt .div2{position:absolute;width:10%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.a_txt .div3{position:absolute;width:90%;right:0px;top:0px;background:#fff;height:100vh;overflow:auto;z-index:100;right:-80%}
	.a_txt .div3 ul{
		width:100%;
		overflow:hidden;
		padding:50px 20px;
		}
	.a_txt .div3 ul li{
		line-height:60px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position:relative;
		padding-right:30px;
		}
	.a_txt .div3 ul li::after{
		content: "";
		position: absolute;
		right: 0;
		top: 24px;
		transition: all 0.5s;
		width: 7px;
		height: 13px;
		background: url(../images/icon69.png) no-repeat center;
		background-size: auto 100%;
		transform: rotate(0deg);
	}
	.a_txt .div3 ul li.on::after{
		transform: rotate(90deg);
	}
	.a_txt .div3 ul li a{height:45px;color:#333;line-height:45px;font-size:16px}
	.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_txt2{
		display:none;
		padding:0 15px;
	}
	.a_txt .div3 ul li .a_txt2 p{
		width:100%;
		overflow:hidden;
		line-height:40px;
	}
	.a_txt .div3 ul li .a_txt2 p a{
		font-size:20px;
		color:#333;
	}
	.a_closed img{
		max-width:50%;
		height:auto;
	}
}


@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	
}


@media(max-width:1768px) {
	.cont,.cont1{
		width:88.75%;
	}
	.nav .menu > li a{
		margin:0 25px;
	}
	.banner .bannertext1 h3{
		font-size:60px;
		line-height:60px;
	}
	.banner .bannertext1 h4{
		font-size:45px;
		line-height:55px;
	}
	.banner .bannertext1 p{
		font-size:18px;
		line-height:28px;
	}
	.banner .bannertext2 h3{
		font-size:50px;
		line-height:60px;
	}
	.banner .bannertext3 h3 {
		font-size: 60px;
		line-height: 70px;
	}
	.aboutjs p {
		margin-top: 20px;
	}
	.aboutrt .aboutmore {
		margin-top: 30px;
	}
	.aboutlist ul li .timer, .aboutlist_n ul li .timer{
		font-size:60px;
		line-height:60px;
	}
	.pronr ul li .proimg .proimgrq {
		width: 280px;
		height: 280px;
	}
	.pronr ul li{
		height:640px;
		padding:36px 25px;
	}
	.jjfanr{
		padding-left:5.6%;
	}
	.jjfalist .jjfabot{
		padding:65px 40px 0 40px;
	}
	.jjfalist .jjfabot h5{
		font-size:28px;
		line-height:38px;
	}
	.kcxfz .kcxfzrt{
		width:35%;
	}
	.kcxfz ul li{
		padding:40px;
	}
	.newslist ul li .newsimg{
		height:245px;
	}
	.ban_font{
		margin-left:-44.375%;
	}
	.aboutlist_n {
		width:30%;
	}
	.cyy_n dl dd {
		width: 48%;
	}
	.cyy_n dl dd h5{
		font-size:26px;
		line-height:36px;
	}
	.dsjlist_n .dsjyear{
		font-size:36px;
		line-height:46px;
	}
	.dsjlist_n h5{
		font-size:20px;
		line-height:30px;
	}
	.dsjnr_n .swiper-slide {
		padding: 0 20px;
	}
	.prolb_n dl dt{
		padding: 50px 100px 0 60px;
	}
	.prolb_n dl dt p{
		margin-bottom:80px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5{
		font-size:26px;
		line-height:36px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n{
		padding: 0 40px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon{
		margin-top:40px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n p{
		margin-top:20px;
		font-size:15px;
	}
	.prolf_n .pro_tit h3{
		font-size:28px;
		line-height:38px;
	}
	.hyyyinfo_n h3{
		font-size:45px;
		line-height:55px;
	}
	.hyyyinfo_n ul li p{
		font-size:20px;
		line-height:30px;
	}
	.pzglnr_n ul li .pzgltit_n{
		padding:0 20px;
		font-size:16px;
		top:379px;
	}
	.pzglnr_n ul li {
        height: 508px;
    }
	.hjzl_n ul li .hjzlnr_n{
		padding: 30px 20px 0 20px;
	}
	.hjzl_n ul li .hjzlimg_n{
		height:269px;
	}
	.shzrlf_n ul li:hover, .shzrlf_n ul li.active {
		font-size: 125px;
		line-height: 125px;
	}
	.shzr_cont h5{
		font-size:26px;
		line-height:36px;
	}
	.jkaqlist_n .jkaqrt_n {
		width:48%;
	}
	.jkaqlist_n h5{
		font-size:40px;
		line-height:40px;
	}
	.jkaqlist_n {
		padding:60px 50px 0 50px;
	}
	.jkaqlist_n h5{
		left:50px;
	}
	.message_n{
		padding:74px 80px 90px 80px;
	}
	.contact_n ul li h5{
		font-size:28px;
		line-height:38px;
	}
	.contact_n ul li{
		height:700px;
		padding: 58px 50px 0 50px;
	}
	.jobnr_n ul li .jobtit_n{
		font-size:30px;
		line-height:40px;
	}
}
@media(max-width:1680px) {
	.nav .menu > li a{
		margin:0 20px;
	}
	.aboutjs p {
        margin-top: 10px;
    }
	.pronr ul li p{
		font-size:18px;
	}
	.jjfalist .jjfabot h5 {
        font-size: 26px;
        line-height: 36px;
    }
	.newslist ul li .newsimg{
		height:232px;
	}
	.ban_font h3{
		font-size:70px;
		line-height:70px;
	}
	.dsjlist_n .dsjyear{
		font-size:32px;
		line-height:42px;
	}
	.dsjlist_n h5 {
        font-size:18px;
        line-height:28px;
    }
	.dsjlist_n p {
		font-size: 15px;
	}
	.prolb_n dl dt {
        padding: 50px 80px 0 50px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon {
        margin-top:30px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n {
        padding: 0 0 0 40px;
    }
	.pzglnr_n ul li {
        height: 483px;
    }
	.pzglnr_n ul li .pzgltit_n{
		top:354px;
	}
	.hjzl_n ul li .hjzlnr_n {
        padding:20px 20px 0 20px;
    }
	.hjzl_n ul li h5{
		font-size:20px;
		line-height:30px;
	}
	.hjzl_n ul li .hjzlimg_n{
		height:255px;
	}
	.shzrlf_n ul li:hover, .shzrlf_n ul li.active {
		font-size: 115px;
		line-height: 115px;
	}
	.jkaqlist_n h5 {
        font-size:35px;
        line-height:35px;
    }
	.jkaqlist_n .jkaqrt_n {
        width:50%;
    }
	.newsnr_n dl dd h5{
		font-size:28px;
		line-height:38px;
	}
	.newsnr_n dl dt{
		height:357px;
	}
	.footernr .footerin h4{
		font-size:28px;
		line-height:38px;
	}
}
@media(max-width:1600px) {
	.nav .menu > li a{
		margin:0 11px;
	}
	.banner .bannertext1 h3{
		font-size:55px;
		line-height:55px;
	}
	.banner .bannertext1 h4{
		font-size:40px;
		line-height:50px;
	}
	.banner .bannertext1 p{
		font-size:16px;
		line-height:26px;
	}
	.banner .bannertext2 h3{
		font-size:45px;
		line-height:55px;
	}
	.banner .bannertext3 h3 {
		font-size: 55px;
		line-height: 65px;
	}
	.tit h3,.tit h3 a{
		font-size: 50px;
		line-height: 50px;
	}
	.pronr ul li{
		height:620px;
		padding:36px 20px;
	}
	.pronr ul li .proimg .proimgrq {
        width: 260px;
        height: 260px;
    }
	.jjfalist .jjfabot {
        padding: 65px 30px 0 30px;
    }
	.kcxfz ul li {
        padding:40px 30px;
    }
	.kcxfz ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.newslist ul li .newsimg{
		height:219px;
	}
	.newslist ul li .newsdate{
		font-size:24px;
		line-height:34px;
	}
	.newslist ul li h5{
		font-size:20px;
	}
	.prolb_n dl dt h5 {
		font-size: 32px;
		line-height: 42px;
		margin-top:20px;
		margin-bottom:10px;
	}
	.prolb_n dl dt {
        padding: 50px 60px 0 50px;
    }
	.prolb_n dl dd{
		height:540px;
	}
	.prort_n h1 {
        font-size: 35px;
        line-height: 45px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n p{
		font-size:14px;
		line-height:24px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n {
        padding: 0 0 0 30px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon {
        margin-top:20px;
    }
	.proinfo_n .proinfonr_n h3,.pro_n .fbnr h4,.hyyyinfo_n h5{
		font-size:35px;
		line-height:45px;
	}
	.proinfonr_n .projs_n{
		margin-top: 20px;
		padding-top: 20px;
	}
	.protel{
		margin-top:30px;
	}
	.promenu_n ul li{
		padding:0 25px;
	}
	.menu_n ul li{
		margin-right:60px;
	}
	.hyyyinfo_n h3{
		font-size:40px;
		line-height:50px;
	}
	.pzglnr_n ul li {
        height: 460px;
    }
	.pzglnr_n ul li .pzgltit_n{
		top:320px;
	}
	.hjzl_n ul li p{
		font-size:15px;
	}
	.hjzl_n ul li h5 {
        font-size:18px;
        line-height:28px;
		margin-bottom:6px;
    }
	.hjzl_n ul li .hjzlimg_n{
		height:243px;
	}
	.shzrlf_n ul li:hover, .shzrlf_n ul li.active {
		font-size: 105px;
		line-height: 105px;
	}
	.shzrlf_n ul li{
		font-size:26px;
		line-height:36px;
	}
	.shzr_cont h5{
		font-size:24px;
		line-height:34px;
	}
	.jkaqlist_n {
        padding: 60px 40px 0 40px;
    }
	.jkaqlist_n h5{
		left:40px;
	}
	.jkaqlist_n .jkaqrt_n {
        width:54%;
    }
	.jkaqlist_n h5 {
        font-size:32px;
        line-height:32px;
    }
	.newsinfo_n .newslf_n h1,.newsinfo_n .newsrt_n h3{
		font-size:30px;
		line-height:40px;
	}
	.newsnr_n dl dd {
		width:53%;
	}
	.newsnr_n dl dt{
		height:340px;
	}
	.contact_n ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.contact_n ul li{
		padding: 58px 40px 0 40px;
	}
	.jobnr_n ul li .jobtit_n{
		font-size:26px;
		line-height:36px;
	}
}
@media(max-width:1440px) {
	.nav .menu > li a{
		margin:0 9px;
		font-size:15px;
	}
	.nav .menu > li .submenu li a{
		font-size:15px;
	}
	.banner .bannertext1 h3{
		font-size:50px;
		line-height:50px;
	}
	.banner .bannertext1 h4{
		font-size:35px;
		line-height:45px;
	}
	.banner .bannertext1 p{
		font-size:15px;
		line-height:25px;
	}
	.banner .bannertext2 h3{
		font-size:40px;
		line-height:50px;
	}
	.banner .bannertext3 h3 {
		font-size: 50px;
		line-height: 60px;
	}
	.aboutjs p{
        margin-top: 0;
		font-size:16px;
	}
	.aboutlist ul li .timer, .aboutlist_n ul li .timer{
		font-size:55px;
		line-height:55px;
	}
	.pronr ul li .proimg .proimgrq {
        width: 240px;
        height: 240px;
    }
	.pronr ul li{
		height:600px;
	}
	.jjfalist .jjfabot h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.newslist ul li .newsimg{
		height:194px;
	}
	.newsnr{
		padding-top:100px;
	}
	.news{
		padding-bottom:140px;
	}
	.dsjnr_n .swiper-slide{
		height:440px;
	}
	.ban_font h3{
		font-size:60px;
		line-height:60px;
	}
	.aboutlist_n {
		width:32%;
	}
	.dotyt p, .dothz p{
		font-size:14px;
	}
	.cyy_n dl dd h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.cyy_n dl dd .cyynr_n {
		margin-top: 20px;
	}
	.cyy_n dl dd .cyynr_n, .cyy_n dl dd .cyynr_n p{
		font-size:15px;
		line-height:25px;
	}
	.prolb_n dl dt h5 {
		font-size: 30px;
		line-height: 40px;
	}
	.prolb_n dl dt p {
        margin-bottom: 60px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.proinfo_n .proinfonr_n h3,.pro_n .fbnr h4,.hyyyinfo_n h5{
        font-size: 32px;
        line-height: 42px;
    }
	.prolf_n .pro_tit h3{
		font-size:26px;
		line-height:36px;
	}
	.hyyyinfo_n ul li{
		padding-top:40px;
	}
	.hyyyinfo_n ul li p{
		font-size:18px;
		line-height:28px;
	}
	.yfnllist_n {
		margin-top: 60px;
	}
	.yfnllist_n ul li .yfnlnum, .yfnllist_n ul li .yfnlnum .timer{
		font-size:50px;
	}
	.yfnllist_n ul li p{
		font-size:15px;
	}
	.sb_n{
		padding-top:130px;
	}
	.ljzhnr_n .swiper-button-prev, .ljzhnr_n .swiper-button-next,.ljzhnr_n .swiper-button-prev:hover,.ljzhnr_n .swiper-button-next:hover{
		width:46px;
		height:46px;
		background-size:46px;
	}
	.pzglnr_n ul li .pzgltit_n{
		padding:0 15px;
		font-size:15px;
	}
	.pzglnr_n ul li {
        height: 414px;
    }
	.pzglnr_n ul li .pzgltit_n{
		top:280px;
	}
	.hjzl_n ul li p {
        font-size: 14px;
        line-height: 24px;
    }
	.hjzl_n ul li .hjzlimg_n{
		height:219px;
	}
	.shzrlf_n ul li:hover, .shzrlf_n ul li.active {
		font-size: 95px;
		line-height: 95px;
	}
	.shzr_cont h5{
		font-size:22px;
		line-height:32px;
	}
	.shzr_cont .shzr_img{
		height:305px;
	}
	.shzr_cont .shzr_img::after {
		height:273px;
	}
	.jkaqlist_n .jkaqrt_n {
        width: 58%;
    }
	.jkaqlist_n h5 {
        font-size:30px;
        line-height:30px;
    }
	.newsnr_n dl dt{
		height:306px;
	}
	.newsnr_n dl dd .newsmore_n{
		margin-top: 40px;
	}
	.contact_n ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.contact_n ul li {
		height: 660px;
	}
	.message_n{
		padding:74px 60px 90px 60px;
	}
	.footernr .footerin h4{
		font-size:26px;
		line-height:36px;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a{
		margin:0 8px;
		font-size:14px;
	}
	.nav .menu > li .submenu li a{
		font-size:14px;
	}
	.shubiao{
		bottom:40px;
	}
	.tit h3,.tit h3 a{
		font-size: 45px;
		line-height: 45px;
	}
	.aboutjs p {
		font-size:15px;
		line-height:25px;
    }
	.pronr ul li .proimg .proimgrq {
        width: 220px;
        height: 220px;
    }
	.pronr ul li{
		height:580px;
	}
	.kcxfz .kcxfzrt {
        width: 40%;
    }
	.kcxfz ul li h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.newslist ul li .newsimg{
		height:181px;
	}
	.newslist ul li .newsdate{
		font-size:22px;
		line-height:32px;
	}
	.newslist ul li h5{
		font-size:18px;
		margin-top:25px;
	}
	.aboutlist ul li .timer, .aboutlist_n ul li .timer {
        font-size: 50px;
        line-height: 50px;
    }
	.cxbj{
		background-size:1360px;
        padding-top: 40px;
        padding-bottom:30px;
		height:682px;
    }
	.cxbjnr{
		margin-top:30px;
	}
	.dot1 {
		top: 250px;
		margin-left:-230px;
	}
	.dot2 {
		top:430px;
		margin-left:-90px;
	}
	.dot3 {
		top:220px;
		margin-left:150px;
	}
	.dot4 {
		top: 365px;
		margin-left: 130px;
	}
	.dot5 {
		top: 280px;
		margin-left: 290px;
	}
	.dot6 {
		top: 275px;
		margin-left: 380px;
	}
	.dot7 {
		top: 310px;
		margin-left: 355px;
	}
	.dot8 {
		top: 342px;
		margin-left: 350px;
	}
	.dot9 {
		top: 396px;
		margin-left: 385px;
	}
	.dot10{
		top:405px;
		margin-left:446px;
	}
	.dotyt {
		top:270px;
		margin-left:400px;
	}
	.dothz {
		top: 313px;
		margin-left: 372px;
	}
	.cxbj .dotnr{
		bottom:35px;
	}
	.cyy_n dl dd h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.cyy_n dl dd .cyynr_n, .cyy_n dl dd .cyynr_n p {
        font-size: 14px;
        line-height: 24px;
    }
	.cyy_n dl dd .cyynr_n {
        margin-top: 15px;
    }
	.prolb_n dl dt {
        padding: 40px 50px 0 40px;
    }
	.prolb_n dl dd {
        height: 500px;
    }
	.prolb_n dl dt p {
        margin-bottom: 40px;
    }
	.proinfo_n .proinfonr_n h3,.pro_n .fbnr h4,.hyyyinfo_n h5{
        font-size: 30px;
        line-height: 40px;
    }
	.proinfo_n .proinfonr_n{
		padding-top:0;
	}
	.prolf_n .pro_tit h3{
		font-size:24px;
		line-height:34px;
	}
	.prort_n h1 {
        font-size: 30px;
        line-height: 40px;
    }
	.menu_n ul li{
		margin-right:50px;
	}
	.hyyyinfo_n h3{
		font-size:35px;
		line-height:45px;
	}
	.hyyyinfo_n ul li{
		padding-top:30px;
	}
	.pzglnr_n ul li .pzgltit_n{
		padding:0 10px;
	}
	.pzglnr_n ul li {
        height: 391px;
    }
	.pzglnr_n ul li .pzgltit_n{
		top:262px;
	}
	.hjzl_n ul li h5 {
        font-size:16px;
        line-height:26px;
    }
	.hjzl_n ul li p {
        font-size: 13px;
        line-height: 23px;
    }
	.hjzl_n ul li .hjzlimg_n{
		height:207px;
	}
	.shzrlf_n ul li:hover, .shzrlf_n ul li.active {
		font-size: 85px;
		line-height: 85px;
	}
	.jkaqlist_n {
        padding:50px 30px 0 30px;
    }
	.jkaqlist_n .jkaqrt_n {
        width:62%;
    }
	.jkaqlist_n h5 {
        font-size:26px;
        line-height:26px;
        left:30px;
    }
	.contact_n ul li {
        padding: 40px 30px 0 30px;
    }
	.contact_n ul li h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.contact_n ul li {
		height: 620px;
	}
	.footernr .footerin h4{
		font-size:24px;
		line-height:34px;
	}
}
@media(max-width:1280px) {
	.logo img{
		height:40px;
	}
	.nav .menu > li a{
		margin:0 6px;
	}
	.toplf span:first-child {
		margin-right:30px;
	}
	.banner .bannertext1 h3{
		font-size:45px;
		line-height:45px;
	}
	.banner .bannertext1 h4{
		font-size:30px;
		line-height:40px;
	}
	.banner .bannertext1 p{
		font-size:14px;
		line-height:24px;
	}
	.banner .bannertext2 h3{
		font-size:35px;
		line-height:45px;
	}
	.banner .bannertext3 h3 {
		font-size: 45px;
		line-height: 55px;
	}
	.tit h3,.tit h3 a{
		font-size: 40px;
		line-height: 40px;
	}
	.aboutlist ul li .timer, .aboutlist_n ul li .timer{
		font-size:45px;
		line-height:45px;
	}
	.aboutlist ul li p, .aboutlist_n ul li p{
		font-size:15px;
	}
	.pronr ul li .proimg .proimgrq {
        width: 200px;
        height: 200px;
    }
	.pronr ul li{
		height:560px;
		padding: 36px 15px;
	}
	.pronr ul li p {
        font-size:16px;
		line-height:26px;
    }
	.jjfalist .jjfabot {
        padding: 65px 20px 0 20px;
    }
	.jjfalist .jjfabot h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.kcxfz ul li {
        padding:40px 20px;
    }
	.kcxfz ul li h5 {
        font-size: 22px;
        line-height: 32px;
    }
    .cxbjnr h5 {
        font-size: 18px;
        line-height: 28px;
    }
	.newslist ul li .newsimg{
		height:169px;
	}
	.dsjnr_n .swiper-slide{
		height:420px;
	}
	.ban_font h3{
		font-size:55px;
		line-height:55px;
	}
	.cyy_n dl{
		margin: 60px 0;
	}
	.dsjlist_n .dsjyear{
		font-size:28px;
		line-height:38px;
	}
	.dsjlist_n h5 {
        font-size:16px;
        line-height:26px;
    }
	.dsjlist_n p {
		font-size: 14px;
		line-height:24px;
	}
	.prolb_n dl dt h5 {
        font-size: 26px;
        line-height: 36px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n p {
        font-size: 13px;
        line-height: 23px;
		margin-top:10px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n .icon{
		margin-top:10px;
	}
	.promenu_n ul li {
        padding: 0 20px;
    }
	.proinfo_n .proinfonr_n h3,.pro_n .fbnr h4,.hyyyinfo_n h5{
        font-size:26px;
        line-height:36px;
    }
	.menu_n ul li{
		margin-right:40px;
	}
	.hyyyinfo_n ul li p {
        font-size: 16px;
        line-height: 26px;
    }
	.yfnllist_n ul li .yfnlnum, .yfnllist_n ul li .yfnlnum .timer{
		font-size:45px;
	}
	.yfnllist_n ul li p{
		font-size:14px;
		line-height:24px;
	}
	.pzglnr_n ul li .pzgltit_n{
		font-size:14px;
	}
	.pzglnr_n ul li {
        height: 368px;
    }
	.pzglnr_n ul li .pzgltit_n{
		top:239px;
	}
	.hjzl_n ul li .hjzlnr_n {
        padding:20px 15px 0 15px;
    }
	.hjzl_n ul li .hjzlimg_n{
		height:194px;
	}
	.shzrlf_n ul li:hover, .shzrlf_n ul li.active {
		font-size: 80px;
		line-height: 80px;
	}
	.shzr_cont h5{
		font-size:20px;
		line-height:30px;
	}
	.shzr_cont .shzr_img{
		height:269px;
	}
	.shzr_cont .shzr_img::after {
		height:237px;
	}
	.newsinfo_n .newslf_n h1,.newsinfo_n .newsrt_n h3{
		font-size:26px;
		line-height:36px;
	}
	.newsnr_n dl dd h5 {
        font-size: 26px;
        line-height: 36px;
    }
	.newsnr_n dl dt {
        height:272px;
    }
	.newsnr_n dl dd .newsmore_n{
        margin-top:30px;
    }
	.newsnr_n dl dd h5{
		margin-top:15px;
	}
	.cxbjnr h4{
		font-size:32px;
		line-height:42px;
	}
	.contact_n ul li {
		height: 600px;
	}
	.btn1 .intxt{
		width:70%;
	}
	.jobnr_n ul li .jobtit_n{
		font-size:24px;
		line-height:34px;
	}
	.jobnr_n ul li .jobms_n h5{
		font-size:20px;
		line-height:30px;
	}
	.footernr .footerin h4{
		font-size:22px;
		line-height:32px;
	}
}
@media(max-width:1200px) {
	.nav .menu > li a{
		margin:0 3.5px;
	}
	.aboutjs p {
		font-size:14px;
		line-height:24px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n h5 {
        font-size: 18px;
        line-height: 28px;
    }
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n p {
		font-size: 12px;
		line-height: 22px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n {
        padding: 0 0 0 20px;
    }
	.prolf_n .pro_tit h3{
		font-size:22px;
		line-height:32px;
	}
	.hjzl_n ul li .hjzlnr_n {
        padding:10px 10px 0 10px;
    }
	.jkaqlist_n .jkaqrt_n{
		font-size:15px;
	}
	.jkaqlist_n h5{
		bottom:40px;
	}
}
@media(max-width:1152px) {
	.shubiao{
		bottom:40px;
	}
	.aboutlist ul li .timer, .aboutlist_n ul li .timer{
		font-size:40px;
		line-height:40px;
	}
	.aboutlist ul li p, .aboutlist_n ul li p,.aboutlist ul li .unit span, .aboutlist_n ul li .unit span{
		font-size: 14px;
	}
	.aboutlist ul li .unit font, .aboutlist_n ul li .unit font {
		font-size: 28px;
		line-height: 28px;
	}
	.pronr ul li{
		height:540px;
	}
	.pronr ul li .proimg .proimgrq {
        width:180px;
        height:180px;
    }
	.newslist ul li .newsimg{
		height:149px;
	}
	.dsjnr_n .swiper-slide{
		height:390px;
	}
	.dsjlist_n .dsjyear{
		font-size:24px;
		line-height:34px;
	}
	.dsjlist_n p {
		font-size: 13px;
		line-height:23px;
	}
    .pzglnr_n ul li .pzgltit_n {
        top: 220px;
    }
	.prolb_n dl dt h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.prolb_n dl dt p{
		font-size:15px;
		line-height:25px;
	}
	.prolb_n dl dt {
        padding: 40px 30px 0 30px;
    }
	.hyyyinfo_n h3{
		font-size:30px;
		line-height:40px;
	}
	.hjzl_n ul li h5 {
        font-size: 15px;
        line-height: 25px;
    }
	.hjzl_n ul li p {
        font-size: 12px;
        line-height: 22px;
    }
	.hjzl_n ul li .hjzlimg_n{
		height:175px;
	}
	.shzrlf_n ul li:hover, .shzrlf_n ul li.active {
		font-size: 70px;
		line-height: 70px;
	}
	.newsnr_n dl dt {
        height: 252px;
    }
	.newsnr_n dl dd .newsmore_n{
        margin-top:20px;
    }
	.newsnr_n dl dd h5 {
        margin-top:10px;
    }
}
@media(max-width:1024px) {
	.newslist ul li .newsimg{
		height:128px;
	}
	.hjzl_n ul li .hjzlimg_n{
		height:155px;
	}
	.hjzl_n ul li p{
	    line-height: 21px;
	}
}

@media(max-width:1023px) {
	.header{
		height:50px;
	}
	.headernr {
		height:50px !important;
	}
	.top{
		height:auto;
	}
	.top .toplf{
		display:none;
	}
	.top .toprt {
        width: auto;
        position: absolute;
        right: 1%;
    }
	.search input {
		width: 120px;
	}
	.language{
		margin-left:20px;
	}
	.language a span{
		margin: 0 5px;
	}
	.logo img {
        width:120px;
		height:auto;
    }
	.logo{
		position: absolute;
		left: 50%;
		margin-left: -60px;
	}
	.rg{
		top:15px;
		right:inherit;
		left:1%;
	}
	.shubiao{
		display:none;
	}
	.about{
		padding-top:60px;
	}
	.aboutnr .aboutimg,.aboutrt{
		width:100%;
	}
	.aboutrt{
		margin-top:30px;
	}
	.pro{
		padding-top:60px;
		padding-bottom:60px;
	}
	.pronr ul li{
		width:49%;
		padding:30px 15px;
		height:450px;
	}
	.pronr ul li .proimg {
		margin-top: 30px;
	}
	.pronr ul li hr{
		margin-top:30px;
		margin-bottom:30px;
	}
	.kcxfztit .tit,.kcxfz .kcxfzrt{
		width:100%;
	}
	.kcxfztit{
		flex-wrap:wrap;
	}
	.kcxfz .kcxfzrt{
		margin-top:30px;
	}
	.kcxfz {
		padding-top:60px;
		padding-bottom:60px;
	}
	.kcxfznr{
		margin-top:40px;
	}
	.kcxfz ul li h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.dsj_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.dsjnr_n{
		height:auto;
	}
	.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n{
		margin-top: 0;
		padding-top: 0;
	}
	.dsjnr_n .swiper-slide .dsjlist_n::after,.dsjnr_n .swiper-slide .dsjlist_n::before,.dsjnr_n::after{
		display:none;
	}
	.dsjnr_n {
        padding-right: 5.6%;
		margin-top:40px;
    }
	.hyyynr_n .swiper-container {
		width:100%;
		margin-left:0;
	}
	.hyyynr_n .swiper-button-prev{
		left:5px;
	}
	.hyyynr_n .swiper-button-next{
		right:5px;
	}
	.hyyynr_n .hyyyimg_n .hyyybg_n .hyyyjs_n {
        padding: 0 0 0 30px;
    }
	.hyyy_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.prolf_n,.prort_n{
		width:100%;
	}
	.prort_n{
		margin-top:40px;
	}
	.positionnr .positionrt{
		display:none;
	}
	.menu_n ul li{
		line-height:50px;
		margin-right:30px;
	}
	.yfnl_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.yfnllf_n,.yfnlimg_n{
		width:100%;
	}
	.yfnlimg_n{
		margin-top:30px;
		height:auto;
	}
	.yfnlimg_n img{
		height:auto;
	}
	.yfnllist_n {
        margin-top:30px;
    }
	.yfnlnr_n {
		margin-top:40px;
	}
	.hjzl_n {
		padding-top:60px;
		padding-bottom:60px;
	}
	.hjzl_n ul{
		margin-top:30px;
	}
	.ljzh_n{
        padding-top: 60px;
        padding-bottom: 60px;
    }
	.ljzhnr_n .swiper-button-prev, .ljzhnr_n .swiper-button-next,.ljzhnr_n .swiper-button-prev:hover,.ljzhnr_n .swiper-button-next:hover{
		width:40px;
		height:40px;
		background-size:40px;
	}
	.cxbj{
		height:auto;
		background:#477cb2;
	}
	.plusDiv,.dotyt,.dothz,.cxbj .dotnr{
		display:none;
	}
	.wapmap{
		display:block;
	}
	.cxbjnr{
		width:100%;
	}
	.cxbjnr h4{
		font-size:28px;
		line-height:38px;
	}
	.wapmenu{
		display:block;
	}
	.pcmenu{
		display:none;
	}
	.news-exp2{
		flex-wrap:wrap;
	}
	.news-exp2 .news-explf, .news-exp2 .news-exprt{
		width:100%;
	}
	.news-exp2 .news-exprt {
		justify-content:left;
	}
	.news-exp2 a{
		white-space: normal;
	}
	.footer{
		padding:60px 0 0 0;
	}
	.footernr .footerlf,.footernr .footerin,.footernr .footerrt{
		width:100%;
	}
	.sb_n {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-top:60px;
	}
	.sbnr_n,.sb_n .swiper-button{
		margin-top:40px;
	}
	.newsinfo_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.newsinfo_n .newslf_n,.newsinfo_n .newsrt_n{
		width:100%;
	}
	.newsinfo_n .newsrt_n{
		margin-top:30px;
	}
	.botewm,.boticon,.footernr .footerin,.footernr .footerin h4:nth-of-type(2){
		margin-top:30px;
	}
	.footernr .footerrt{
		display:none;
	}
	.botlogo img{
		width:240px;
	}
	.bot{
		margin-top:30px;
		padding:20px 0;
	}
	.side{
		display:none;
	}
}
@media(max-width:991px) {
	.banner .bannertext1 h3{
		font-size:40px;
		line-height:40px;
	}
	.banner .bannertext1 h4{
		font-size:25px;
		line-height:35px;
		margin-top:60px;
	}
	.banner .bannertext1 p{
		font-size:13px;
		line-height:23px;
	}
	.banner .bannertext2 h3{
		font-size:30px;
		line-height:40px;
	}
	.banner .bannertext3 h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.tit h3,.tit h3 a{
		font-size: 35px;
		line-height: 35px;
	}
	.aboutlist ul li{
		width:50%;
	}
	.aboutlist ul li:nth-child(2n){
		display:none;
	}
	.aboutlist{
		margin-top:40px;
	}
	.jjfatit .swiper-button div {
		width:70px;
		height:45px;
	}
	.jjfatit .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.jjfa{
		padding-top:60px;
		padding-bottom:60px;
	}
	.jjfanr{
		margin-top:40px;
	}
	.jjfalist .jjfabot h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.kcxfz ul li{
		height:460px;
		padding:30px 20px;
	}
	.kcxfznr .fzbg{
		display:none;
	}
	.kcxfz ul li:first-child,.kcxfz ul li:nth-child(2){
		border-bottom:solid 1px #d4d4d4;
	}
	.kcxfz ul li .kcxfzjs{
		margin-top:15px;
	}
	.newslist ul li .newsimg {
        height:auto;
    }
	.newslist ul li .newsimg img{
		height:auto;
		position:inherit;
		top:0;
		left:0;
		transform: translate(0, 0);
	}
	.newslist ul li:hover .newsimg img {
		transform: translate(0,0) scale(1.02);
	}
	.newslist ul li {
		padding:30px;
	}
	.news {
        padding-bottom:60px;
    }
	.newsnr {
        padding-top:60px;
    }
	.newslist {
		margin-top:40px;
	}
	.newslist ul li .newsdate {
        font-size: 20px;
        line-height: 30px;
    }
	.more a {
		width: 90px;
		height: 50px;
	}
	.hzkh,.hzkh_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.hzkh ul,.hzkh_n ul{
		margin-top:30px;
	}
	.ban_font h3 {
        font-size: 45px;
        line-height: 45px;
    }
	.about_n{
		padding-top:60px;
	}
	.about_n .aboutlf_n,.aboutlist_n,.cyy_n dl dt,.cyy_n dl dd{
		width:100%;
	}
	.aboutnr_n, .aboutnr_n p{
		text-align:left;
	}
	.aboutlist_n{
		margin-top:30px;
	}
	.cyy_n dl{
		flex-wrap:wrap;
		margin: 30px 0;
	}
	.cyy_n dl:first-child dd{
		margin-top:30px;
	}
	.cyy_n dl:last-child dd{
		margin-bottom:30px;
	}
	.cyy_n{
		padding-bottom:30px;
	}
	.dsj_n .swiper-button div,.sb_n .swiper-button div, .honortit_n .swiper-button div, .gshjtit_n .swiper-button div{
		width: 60px;
		height: 40px;
	}
	.dsj_n .swiper-button .swiper-button-next,.sb_n .swiper-button .swiper-button-next,.honortit_n .swiper-button .swiper-button-next,.gshjtit_n .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.prolb_n dl dt,.prolb_n dl dd{
		width:100%;
	}
	.prolb_n dl dt{
		padding: 40px 30px;
	}
	.prolb_n dl dd{
		height:auto;
	}
	.prolb_n dl dd img{
		width:100%;
	}
	.prolb_n dl dt p {
        margin-bottom:30px;
    }
	.proinfo_n .propic_n,.proinfo_n .proinfonr_n{
		width:100%;
	}
	.proinfo_n .proinfonr_n{
		margin-top:30px;
	}
	.proinfo_n .proinfonr_n h3, .pro_n .fbnr h4,.hyyyinfo_n h5{
        font-size: 24px;
        line-height: 34px;
    }
	.news_bk .news_bknr{
		width:100%;
	}
	.news_bk .news_bknr:last-of-type {
		text-align: left;
	}
	.fhlist{
		width:104px;
		margin:10px 0;
	}
	.hyyyinfo_n{
		padding-top:60px;
	}
	.hyyyinfo_n h3{
		font-size:26px;
		line-height:36px;
	}
	.hyyyinfo_n ul,.hyyyinfo_n .hyyyinfo_js{
		margin-bottom:60px;
	}
	.hyyyinfo_n ul li{
		width:49%;
	}
	.honor_n {
		padding-top:0;
	}
	.honornr_n {
		margin-top: 40px;
	}
	.pzgl_n {
		padding-top:60px;
		padding-bottom:60px;
	}
	.pzglnr_n ul li {
		width:32.6666666666666666666667%;
		height:482px;
		margin: 10px 1% 10px 0;
	}
	.pzglnr_n ul li:nth-child(3n){
		margin-right:0;
	}
	.pzglnr_n ul li .pzgltit_n {
        top: 353px;
    }
	.kcxfz_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.kcxfzlf_n,.kcxfzrt_n{
		width:100%;
	}
	.kcxfzrt_n,.kcxfzlf_n hr{
		margin-top:30px;
	}
	.hjzl_n ul{
		flex-wrap:wrap;
	}
	.hjzl_n ul li{
		width:100%;
	}
	.hjzl_n ul li .hjzlnr_n{
		height:auto;
		padding:20px;
	}
	.hjzl_n ul li .hjzlimg_n {
        height: auto;
    }
	.shzrlf_n,.shzrrt_n{
		width:100%;
	}
	.shzrrt_n{
		margin-top:30px;
	}
	.shzr_cont h5 {
        font-size:18px;
        line-height:28px;
    }
	.shzr_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.shzrnr_n{
		margin-top:40px;
	}
	.shzr_cont .more a {
		width: 70px;
		height: 40px;
	}
	.jkaqlist_n{
		height:450px;
	}
	.jkaq_n {
		margin-top:60px;
		margin-bottom:60px;
	}
	.newsinfo_n .newslf_n h1, .newsinfo_n .newsrt_n h3 {
        font-size: 24px;
        line-height: 34px;
    }
	.newsinfo_n .newslf_n .fbnr{
		margin-top:50px;
	}
	.newsnr_n dl{
		flex-wrap:wrap;
		padding:40px 0;
	}
	.newsnr_n dl dt,.newsnr_n dl dd{
		width:100%;
	}
	.newsnr_n dl dd{
		margin-top:20px;
	}
	.newsnr_n dl dd h5 {
        font-size: 24px;
        line-height: 34px;
    }
	.newsnr_n dl dt{
		height:auto;
	}
	.newsnr_n dl dt img {
		position: inherit;
		transform: translate(0, 0);
		height:auto;
	}
	.newsnr_n dl:hover dt img {
		transform:translate(0, 0) scale(1.03);
	}
	.contact_n ul{
		flex-wrap:wrap;
	}
	.contact_n ul li{
		width:100%;
		height:auto;
        padding: 40px 30px;
		margin:15px 0;
    }
	.contact_n hr,.contact_n ul{
		margin-top:30px;
	}
	.message_n{
		padding:50px 40px;
	}
	.btn1 .intxt {
        width: 65%;
    }
	.message_n{
		margin-top:40px;
	}
	.contact_n .contactjs_n{
		font-size:18px;
		line-height:28px;
	}
	.jobnr_n ul li .num,.jobnr_n ul li .jobtit_n,.jobnr_n ul li .jobms_n{
		width:100%;
	}
	.jobnr_n ul li .jobtit_n{
		margin:10px 0;
	}
	.jobnr_n ul li{
		padding-top:30px;
		padding-bottom:30px;
	}
	.jobnr_n ul li .icon{
		display:none;
	}
	.job_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.jobnr_n {
		margin-top:40px;
	}
	.jobnr_n ul li .jobtit_n {
        font-size: 22px;
        line-height: 32px;
    }
	.jobnr_n ul li .jobms_n h5{
		font-size:18px;
		line-height:28px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:768px) {
	.banner .bannertext1 h3{
		font-size:35px;
		line-height:35px;
	}
	.banner .bannertext1 h4{
		font-size:20px;
		line-height:30px;
		margin-top:40px;
	}
	.banner .bannertext1 p{
		font-size:12px;
		line-height:22px;
	}
	.banner .bannertext2 h3{
		font-size:25px;
		line-height:35px;
	}
	.banner .bannertext3 h3 {
		font-size:35px;
		line-height:45px;
	}
	.ban_font h3 {
        font-size: 35px;
        line-height: 35px;
    }
	.pzglnr_n ul li {
		height:373px;
	}
	.pzglnr_n ul li .pzgltit_n {
        top:244px;
    }
	.dsjnr_n .swiper-slide{
		height: 370px;
	}
}
@media(max-width:767px) {
	.hzkh ul li,.hzkh_n ul li{
		width:32%;
		margin:15px 2% 15px 0;
	}
	.hzkh ul li:nth-child(5n),.hzkh_n ul li:nth-child(5n){
		margin-right:2%;
	}
	.hzkh ul li:nth-child(3n),.hzkh_n ul li:nth-child(3n){
		margin-right:0;
	}
	.shzrlist_n{
		flex-wrap:wrap;
	}
	.shzr_cont{
		max-width:100%;
		width:100%;
	}
	.jkaqlist_n .jkaqrt_n{
		width:100%;
		margin-top:20px;
	}
	.jkaqlist_n h5{
		position:inherit;
		left:0;
		bottom:0;
		width: 100%;
        overflow: hidden;
		padding-top:20px;
	}
	.jkaqlist_n {
        height:auto;
		padding:40px 30px;
    }
	.jkaqlist_n h5{
		font-size:22px;
		line-height:32px;
	}
	.ljzhnr_n{
		width:88%;
		margin:40px auto 0;
	}
	.ljzhnr_n .swiper-container {
		width: 100%;
		margin-left:0;
	}
	.ljzhnr_n .swiper-button-prev, .ljzhnr_n .swiper-button-next{
		position:inherit;
		top:0;
		margin-top:0;
		display:inline-block;
		margin:0 5px;
	}
	.ljzhnr_n .swiper-button{
		width:100%;
		overflow:hidden;
		margin-top:20px;
		text-align:center;
	}
	.ljzhnr_n .swiper-button-prev{
		left:0;
	}
	.ljzhnr_n .swiper-button-next{
		right:0;
	}
	.messagenr_n dl{
		width:100%;
	}
	.messagenr_n dl:nth-child(2n+1) {
		margin-right:0;
	}
	.messagenr_n dl:nth-child(2n) {
		margin-left:0;
	}
	.messagenr_n{
		margin-top:30px;
	}
	.messagenr_n dl dd textarea{
		height:240px;
	}
	.btn1 .intxt,.messagenr_n .tjbtn button{
        width:100%;
    }
	.messagenr_n .tjbtn{
		flex-wrap:wrap;
	}
	.messagenr_n .tjbtn button{
		margin-top:30px;
		height:60px;
	}
	.messagenr_n dl dt{
		font-size:18px;
	}
	.gshjtit_n .tit,.gshjtit_n .swiper-button{
		width:100%;
	}
	.gshjtit_n .swiper-button{
		margin-top:30px;
	}
	.gshjtit_n{
		flex-wrap:wrap;
		padding-bottom:30px;
	}
	.gshj_n{
		padding-top:60px;
	}
	.gshjnr_n {
		margin-top:40px;
	}
}
@media(max-width:640px) {
	.language {
        margin-left: 10px;
    }
	.search{
        display:none;
    }
	.topsearch{
		display:flex;
	}
	.language a span{
		font-size:14px;
	}
	.language a > img{
		width:18px;
	}
	.search button img{
		width:15px;
	}
	.banner .swiper-slide .img img {
		width: 120%;
		margin-left: -10%;
	}
	.banner .bannertext1 h3{
		font-size:25px;
		line-height:25px;
	}
	.banner .bannertext1 h4{
		font-size:16px;
		line-height:26px;
	}
	.banner .bannertext1 p{
		font-size:11px;
		line-height:21px;
	}
	.banner .bannertext2 h3{
		font-size:16px;
		line-height:28px;
	}
	.banner .bannertext3 h3 {
		font-size:25px;
		line-height:35px;
	}
	.banner .swiper-button-prev, .banner .swiper-button-next{
		background-size: 12px !important;
	}
	.banner .swiper-button-prev{
		left:1%;
	}
	.banner .swiper-button-next{
		right:1%;
	}
	.tit h3,.tit h3 a{
		font-size: 30px;
		line-height: 30px;
	}
	.pchy{
		display:none;
	}
	.waphy{
		display:block;
	}
	.aboutlist ul li .timer, .aboutlist_n ul li .timer {
        font-size: 35px;
        line-height: 35px;
    }
	.aboutlist ul li .unit font, .aboutlist_n ul li .unit font {
        font-size: 20px;
        line-height: 20px;
    }
	.newslist ul li .newsdate {
        font-size: 18px;
        line-height: 28px;
    }
	.pronr ul li{
		width:100%;
		height:auto;
	}
	.jjfanr{
		padding-right:5.6%;
	}
	.jjfanr .swiper-container {
		width:100%;
	}
	.jjfamore a{
		margin-top:30px;
	}
	.jjfalist .jjfabot {
		height:auto;
        padding:20px;
    }
	.jjfalist .jjfabot h5{
		margin-bottom:10px;
	}
	.kcxfz ul li{
		width:100%;
		height:auto;
	}
	.kcxfz ul li h5 {
        font-size: 18px;
        line-height: 28px;
    }
	.kcxfz ul li p{
		font-size:15px;
	}
	.kcxfz ul li:nth-child(3) {
        border-bottom: solid 1px #d4d4d4;
    }
	.newslist ul li {
        padding:30px 20px;
    }
	.newstit .more{
		display:none;
	}
	.ban_font h3 {
        font-size: 25px;
        line-height: 25px;
    }
	.ban_font span{
		width:80px;
		margin-top:10px;
	}
	.menu_n ul li{
        margin-right:20px;
    }
	.prolb_n dl dt {
        padding:30px 20px;
    }
	.prolb_n dl dt h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.prort_n h1 {
        font-size: 25px;
        line-height: 35px;
    }
	.hyyyinfo_n ul li p {
        font-size: 14px;
        line-height: 24px;
    }
	.yfnllist_n ul{
		flex-wrap:wrap;
	}
	.yfnllist_n ul li{
		width:50%;
	}
	.yfnllist_n ul li .yfnlnum, .yfnllist_n ul li .yfnlnum .timer {
        font-size:40px;
    }
	.honortit_n .tit,.honortit_n .swiper-button{
		width:100%;
	}
	.honortit_n{
		flex-wrap:wrap;
	}
	.honortit_n .swiper-button{
		margin-top:30px;
	}
	.dsjnr_n .swiper-slide,.dsjlist_n{
		height:auto;
	}
	.dsjlist_n .dsjimg_n {
		position: inherit;
		margin-top: 20px;
	}
	.pzglnr_n ul li {
        width: 100%;
        margin: 10px 0;
    }
	.pzglnr_n ul li .pzgltit_n{
		top:inherit;
		bottom:20px;
	}
	.shzrlf_n ul li:hover, .shzrlf_n ul li.active {
        font-size: 60px;
        line-height: 60px;
    }
	.jkaqlist_n h5 {
        font-size:20px;
        line-height:30px;
    }
	.newsinfo_n .newslf_n h1, .newsinfo_n .newsrt_n h3 {
        font-size: 22px;
        line-height: 32px;
    }
	.newsnr_n dl dd h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.pages ul a {
		width:36px;
		height:36px;
		line-height:36px;
	}
	.contact_n ul li h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.contact_n ul li{
		padding:40px 20px;
	}
	.message_n {
        padding:40px 30px;
    }
	.searchlist ul li .searchin h5{
		font-size:22px;
		line-height:32px;
	}
	.searchlist ul li .searchin p{
		font-size:16px;
	}
	.searchlist ul li .searchin,.searchlist ul li:hover .searchin{
		background-size:20px;
	}
	.searchlist ul li{
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.searchlist ul li .searchin{
		padding:0 40px 0 0;
	}
	.gshjnr_n .swiper-container {
		width:100%;
		margin-left:0;
	}
	.gshjnr_n{
		padding:0 5.6%;
	}
	.cxbjnr h4{
		font-size:24px;
		line-height:34px;
	}
	.cxbjnr h5{
		font-size:18px;
	}
	.cxbjnr dl dt {
		font-size: 16px;
	}
	.footernr .footerin h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media(max-width:540px) {
	.banner .bannertext1 h3{
		font-size:20px;
		line-height:20px;
	}
	.banner .bannertext1 h4{
		font-size:14px;
		line-height:24px;
	}
	.banner .bannertext1 p{
		font-size:10px;
		line-height:15px;
	}
	.banner .bannertext2 h3{
		font-size:14px;
		line-height:24px;
	}
	.banner .bannertext3 h3 {
		font-size:20px;
		line-height:30px;
	}
}
@media(max-width:425px) {
	.banner .bannertext1 h4{
		margin-top:30px;
	}
	.tit h3,.tit h3 a{
		font-size: 25px;
		line-height: 25px;
	}
	.aboutlist ul li .timer, .aboutlist_n ul li .timer {
        font-size: 30px;
        line-height: 30px;
    }
	.ban_font h3 {
        font-size: 20px;
        line-height: 20px;
    }
	.ban_font span{
		width:60px;
	}
	.cxbjnr dl:nth-of-type(3) {
		margin-left: 0;
		width: 100%;
	}
	.hyyyinfo_n ul li {
        height: 200px;
		padding-top:20px;
    }
	.hyyyinfo_n ul li .icon img{
		width:50px;
	}
	.hyyyinfo_n ul li hr{
		margin:10px auto 0;
	}
	.jkaqlist_n {
        padding:30px 20px;
    }
	.jkaqlist_n h5 {
        font-size: 18px;
        line-height: 28px;
    }
	.message_n {
        padding: 40px 20px;
    }
}
@media(max-width:424px) {
	
}
@media(max-width:375px) {
	.ban_font h3 {
        font-size: 16px;
        line-height:16px;
    }
	.ban_font span{
		width:50px;
	}
	.aboutlist ul li p, .aboutlist_n ul li p, .aboutlist ul li .unit span, .aboutlist_n ul li .unit span {
        font-size: 13px;
    }
	.waphy ul li .hyyybt_n {
		padding: 0 10px;
	}
	.waphy ul li .hyyybt_n h5, .waphy ul li .hyyybt_n span {
		font-size: 15px;
		line-height: 25px;
	}
	.hyyynr_n{
		margin-top:40px;
	}
}
@media(max-width:319px) {
	
}