@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myThreeFont;
	src: url('BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('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","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	background:#fff;
	position:fixed;
	z-index: 999;
	top:0;
	padding:0 1%;
	}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{ width: 230px;
	height:100%;
	overflow:hidden;
	padding:15px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.language{
	height:100%;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:100px;
	position:relative;
}
.language a{
	font-size:16px;
	color:#1d1d1d;
}
.language a i{
	margin-left:10px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background: rgba(3,88,181,0.8);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.language .languagenr p:hover{
	background:#0358b5;
}
.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
/* search
-------------------------------------------------------------- */
.search{
	overflow:hidden;
	text-align:center;
	padding:40.5px 0;
	margin-right:60px;
	cursor:pointer;
	position:relative;
}	
.search_box{
	width:200px;
	position: absolute;
	top:100px;
	right:5px;
	background-color:#0358b5;
	padding:10px; 
	z-index:99;
	display:none;
	}
.search_box input{
	width:80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}

/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

.nav{
	text-align:right;
	margin-right:106px;
	position:relative;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}
.nav .menu > li.active:before{
	width:100%;
	}

.nav .menu > li a{
	color:#272727;
	font-size:16px;
	display:block;
	line-height:100px;
	margin:0 34px;
	position:relative;
	z-index:9;
	}
.nav .menu > li a:hover,.nav .menu > li.active a{
	color:#0358b5;
	font-weight:bold;
}
.nav .menu > li a:after{
	content:"";
	width:0px;
	height:2px;
	background:#0358b5;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}


.nav .menu > li .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#fff;
	text-align:center;
	margin-top:1px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li a:after{
	display:none;
}
.nav .menu > li .submenu li:hover{

	background:#004b96;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.nav .menu > li:hover a:after,.nav .menu > li.active a:after{
	width:100%;
	}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:100px;
	}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:50px;
	z-index:99;
	}
.banner .swiper-button div{
	width:60px;
	height:60px;
	overflow:hidden;
	border:solid 1px #fff;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../123img/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:url(../123img/next.png) no-repeat center;
	border-left:none;
}
.banner .swiper-button .swiper-button-prev:hover{
	background:#fff url(../123img/prevh.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next:hover{
	background:#fff url(../123img/nexth.png) no-repeat center;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:18px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 22px;
  height: 36px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin-top:2px;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.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(../123img/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../123img/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../123img/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../123img/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;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span:before{
	content:"0";
	}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 10px;
	height:10px;
	display: inline-block;
	margin:0 15px;
	border:solid 1px #fff;
	outline:none;
	border-radius:50%;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active{
	background:#fff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}



.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

.banner .swiper-pagination {
	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;
	font-family:Arial;
}
.banner .swiper-pagination-fraction .swiper-pagination-current{
	font-size:56px;
	font-family:Arial;
}
.banner .swiper-pagination-fraction span{
	line-height:63px;
}
.banner .swiper-pagination-fraction span:nth-child(2):after{
	content:"/";
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:30px;
}
.banner .swiper-pagination-fraction span:nth-child(2){
	padding-left:10px;
	padding-top:10px;
}
.banner .swiper-scrollbar{
	width:124px;
	height:5px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	position:absolute;
	left:11.6%;
	bottom:40px;
	z-index:99;
}
.banner .swiper-scrollbar .swiper-scrollbar-drag{
	margin:0 6px;
}
.banner .swiper-scrollbar-drag {
    background: #55ae97;
}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit .titen{
	width:100%;
	font-size:66px;
	color:#025bab;
	line-height:76px;
	font-family: myThreeFont;
	text-transform:uppercase;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#025bab;
	line-height:36px;
	font-weight:normal;
	}
.tit h3 a{
	font-size:26px;
	color:#025bab;
	}
.tit hr{
	width:398px;
	border:none;
	border-bottom:solid 3px #025bab;
	margin-top:34px;
	}
.more{
	width:100%;
	overflow:hidden;
	}
.more a{
	width:324px;
	height:70px;
	line-height:70px;
	display:block;
	}
.more .morelf{
	width:37%;
	overflow:hidden;
	background:#e50012;
	text-align:center;
	font-size:16px;
	color:#fff;
	}
.more .morert{
	width:63%;
	overflow:hidden;
	background:#231915;
	padding-left:32px;
	font-size:16px;
	color:#fff;
	}
.more .morert i{
	float:right;
	margin-top:27px;
	margin-right:30px;
	}

/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../123img/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:22%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../123img/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}


/* ys
-------------------------------------------------------------- */
.ys{
	overflow:hidden;
	padding:124px 8% 162px 8%;
	background:url(../123img/ysbg.jpg) no-repeat top center;
	background-size:cover;
	background-attachment: fixed;
	}
.ys .tit,.ys .ysmore{
	padding:17.5px 0;
	}
.ys .tit{
	width:50%;
	}
.ys .tit h3,.ys .tit h3 a,.ys .tit p{
	color:#fff;
	}
.ys .ysmore .more{
	float:right;
	}
.ys .ysnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.ys .ysnr dl{
	overflow:hidden;
	padding:0 20px;
	}
.ys .ysnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	border-radius:20px;
	height:538px;
	position:relative;
	}
.ys .ysnr dl dt .ysimg{
	width:100%;
	overflow:hidden;
	}
.ys .ysnr dl dt .ysimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.ys .ysnr dl:hover dt .ysimg img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.ys .ysnr dl dd{
	width:100%;
	overflow:hidden;
	margin-top:38px;
	}
.ys .ysnr dl dd .ysicon,.ys .ysnr dl dd h4{
	width:100%;
	overflow:hidden;
	}
.ys .ysnr dl dd .ysicon{
	height:51px;
	}
.ys .ysnr dl dd h4{
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	margin-top:4px;
	}
.ys .ysnr dl dt .ysbg{
	padding:65px 38px 0 38px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,119,199,0.9) url(../123img/tb1.png) no-repeat center 60%;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.ys .ysnr dl:hover dt .ysbg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.ysbg .ysbgicon{
	width:100%;
	overflow:hidden;
	text-align:left;
	}
.ysbg h4{
	width:100%;
	overflow:hidden;
	text-align:left;
	color:#fff;
	font-size:22px;
	line-height:40px;
	margin-top:10px;
	}
.ysbg p{
	width:100%;
	overflow:hidden;
	text-align:left;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	margin-top:37px;
	}
.ys .ysnr dl:first-child dt .ysbg h4{
	background:url(../123img/icon7f.png) no-repeat right center;
	background-size:40px;
	}
.ys .ysnr dl:nth-child(2) dt .ysbg h4{
	background:url(../123img/icon8f.png) no-repeat right center;
	}
.ys .ysnr dl:nth-child(3) dt .ysbg h4{
	background:url(../123img/icon9f.png) no-repeat right center;
	background-size:36px;
	}
.ys .ysnr dl:nth-child(4) dt .ysbg h4{
	background:url(../123img/icon10f.png) no-repeat right center;
	background-size:40px;
	}
/* jmys
-------------------------------------------------------------- */
.jmys{
	padding:90px 8% 60px 8%;
	background:url(../123img/jmbg.jpg) no-repeat top center;
	background-size:cover;
	}
.jmys .tit h3,.jmys .tit p{
	text-align:center;
	}
.jmys .tit h3{
	position:relative;
	}
.jmys .tit h3:before{
	content:"";
	width:238px;
	height:1px;
	background:#d4d4d4;
	position:absolute;
	left:50%;
	top:29.5px;
	margin-left:-403px;
	}
.jmys .tit h3:after{
	content:"";
	width:238px;
	height:1px;
	background:#d4d4d4;
	position:absolute;
	right:50%;
	top:29.5px;
	margin-right:-403px;
	}
.jmys .jmysnr{
	width:100%;
	overflow:hidden;
	margin-top:95px;
	}
.jmysnr dl{
	width:23%;
	height:200px;
	overflow:hidden;
	background:#f8f8f8;
	margin:20px 1%;
	float:left;
	border-radius:10px;
	    box-shadow: 0px 0px 30px rgba(194,194,194,0.15);
    -moz-box-shadow: 0px 0px 30px rgba(194,194,194,0.15);
    -webkit-box-shadow: 0px 0px 30px rgba(194,194,194,0.15);
	    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
	position:relative;
	}
.jmysnr dl:after{
	width:100%;
	overflow:hidden;
	font-size:150px;
	line-height:150px;
	font-weight:bold;
	font-family:Arial;
	color:rgba(255,255,255,0.08);
	text-align:center;
	position:absolute;
	bottom:-75px;
	left:0;
}
.jmysnr dl:first-child:after{
	content:"01";
}
.jmysnr dl:nth-child(2):after{
	content:"02";
}
.jmysnr dl:nth-child(3):after{
	content:"03";
}
.jmysnr dl:nth-child(4):after{
	content:"04";
}
.jmysnr dl:nth-child(5):after{
	content:"05";
}
.jmysnr dl:nth-child(6):after{
	content:"06";
}
.jmysnr dl:nth-child(7):after{
	content:"07";
}
.jmysnr dl:nth-child(8):after{
	content:"08";
}
.jmysnr dl dt,.jmysnr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.jmysnr dl dt{
	padding-top:30px;
	}
.jmysnr dl dd{
	font-size:20px;
	line-height:30px;
	color:#161616;
	margin-top:20px;
	}
.jmysnr dl dd p{
	width:100%;
	overflow:hidden;
	padding:0 10px;
}
.jmysnr dl dt .jmysimgh{
	display:none;
	}
.jmysnr dl:hover{
	background:#e5310c;
	}
.jmysnr dl:hover dt .jmysimgh{
	display:block;
	margin:auto;
	}
.jmysnr dl:hover dt .jmysimg{
	display:none;
	}
.jmysnr dl:hover dd,.jmysnr dl:hover dd p{
	color:#fff;
	}



 @media only screen and (min-width: 1920px) and (max-width: 2559px) {
	 .ys .ysnr dl dt{
		 height:396px;
	 }
 }
 @media only screen and (min-width: 1680px) and (max-width: 1919px) {
	 .ys .ysnr dl dt{
		 height:341px;
	 }
 }
 @media only screen and (min-width: 1600px) and (max-width: 1679px) {
	 .ys .ysnr dl dt{
		 height:323px;
	 }
 }
 @media only screen and (min-width: 1440px) and (max-width: 1599px) {
	 .ys .ysnr dl dt{
		 height:286px;
	 }
 }
 @media only screen and (min-width: 1360px) and (max-width: 1439px) {
	 .ys .ysnr dl dt{
		 height:267px;
	 }
	 .nnews dl dt{
		 height:268px;
	 }
	 .npro dl dt {
		height: 280px;
	 }
}
 @media only screen and (min-width: 1280px) and (max-width: 1359px) {
	 .ys .ysnr dl dt{
		 height:249px;
	 }
	 .nnews dl dt{
		 height:251px;
	 }
	 .npro dl dt {
		height: 264px;
	 }
}
 @media only screen and (min-width: 1152px) and (max-width: 1279px) {
	 .ys .ysnr dl dt{
		 height:242px;
	 }
	 .nnews dl dt{
		 height:223px;
	 }
	 .npro dl dt {
		height: 238px;
	 }
}
 @media only screen and (min-width: 1024px) and (max-width: 1151px) {
	 .ys .ysnr dl dt{
		 height:213px;
	 }
	 .nnews dl dt{
		 height:194px;
	 }
	 .npro dl dt {
		height: 213px;
	 }
}
 @media only screen and (min-width: 992px) and (max-width: 1023px) {
	 .ys .ysnr dl dt{
		 height:205px;
	 }
	 .nnews dl dt{
		 height:187px;
	 }
	 .npro dl dt {
		height: 206px;
	 }
}
 @media only screen and (min-width: 860px) and (max-width: 991px) {
	 .ys .ysnr dl dt{
		 height:372px;
	 }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .ys .ysnr dl dt{
		 height:330px;
	 }
	 .nnews dl dt{
		 height:223px;
	 }
	 .npro dl dt {
		height: 238px;
	 }
}
 @media only screen and (min-width: 640px) and (max-width: 767px) {
	 .ys .ysnr dl dt{
		 height:565px;
	 }
	 .nnews dl dt{
		 height:278px;
	 }
	 .npro dl dt {
		height: 392px;
	 }
}
 @media only screen and (min-width: 540px) and (max-width: 639px) {
	 .ys .ysnr dl dt{
		 height:473px;
	 }
	 .nnews dl dt{
		 height:278px;
	 }
	 .npro dl dt {
		height: 332px;
	 }
}
 @media only screen and (min-width: 425px) and (max-width: 539px) {
	 .ys .ysnr dl dt{
		 height:368px;
	 }
	 .nnews dl dt{
		 height:250px;
	 }
	 .npro dl dt {
		height: 263px;
	 }
}
 @media only screen and (min-width: 375px) and (max-width: 424px) {
	 .ys .ysnr dl dt{
		 height:322px;
	 }
	 .nnews dl dt{
		 height:217px;
	 }
	 .npro dl dt {
		height: 233px;
	 }
}
 @media only screen and (min-width: 320px) and (max-width: 374px) {
	 .ys .ysnr dl dt{
		 height:271px;
	 }
	 .nnews dl dt{
		 height:180px;
	 }
	 .npro dl dt {
		height: 200px;
	 }
}
 @media only screen and (min-width: 0px) and (max-width: 319px) {
	 .ys .ysnr dl dt{
		 height:265px;
	 }
	 .nnews dl dt{
		 height:175px;
	 }
	 .npro dl dt {
		height: 196px;
	 }
}

.aboutlistbw,.aboutlistbw ul{
	width:100%;
	overflow:hidden;
	}
.aboutlistbw ul li{
	padding:80px 70px 0 70px;
	height:558px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlistbw ul li:first-child{
	background:#eff0f5 url(../123img/slbg.jpg) no-repeat top right;
	}
.aboutlistbw ul li:first-child:hover{
	background:#022ed9 url(../123img/slbgh.jpg) no-repeat top right;
	}
.aboutlistbw ul li:nth-child(2){
	background:#f5f6fa url(../123img/rybg.jpg) no-repeat top right;
	}
.aboutlistbw ul li:nth-child(2):hover{
	background:#022ed9 url(../123img/rybgh.jpg) no-repeat top right;
	}
.aboutlistbw ul li:last-child{
	background:#eff0f5 url(../123img/tdbg.jpg) no-repeat top right;
	}
.aboutlistbw ul li:last-child:hover{
	background:#022ed9 url(../123img/tdbgh.jpg) no-repeat top right;
	}
.aboutlistbw ul li .num{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#0a1121;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.aboutlistbw ul li .abouten{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:16px;
	color:#b2b3b8;
	margin-top:4px;
	}
.aboutlistbw ul li h3{
	width:100%;
	overflow:hidden;
	color:#0a1121;
	line-height:50px;
	font-size:40px;
	margin-bottom:34px;
	margin-top:180px;
	}
.aboutlistbw ul li .aboutlistbwjs,.aboutlistbw ul li .aboutlistbwjs p{
	width:100%;
	overflow:hidden;
	}
.aboutlistbw ul li .aboutlistbwjs p{
	font-size:15px;
	color:#72747b;
	}
.aboutlistbw ul li:hover .num,.aboutlistbw ul li:hover h3,.aboutlistbw ul li:hover .aboutlistbwjs p{
	color:#fff;
}


/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../123img/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:106px;
	padding-top:130px;
	}
.about .aboutlf{
	padding:0 120px 0 0;
	}
.about .aboutlf h5{
	width:100%;
	overflow:hidden;
	font-size:28px;
	line-height:38px;
	color:#000;
	font-weight:normal;
	margin-top:43px;
	}
.aboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#636365;
	line-height:30px;
	margin-top:16px;
}
.about .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:64px;
}
.about .aboutmore a{
	display:block;
	width:192px;
	height:60px;
	line-height:60px;
	background:#025bab;
	color:#fff;
	font-size:16px;
	padding-left:25px;
}
.about .aboutmore a i{
	width:11px;
	height:100%;
	background:url(../123img/icon44.png) no-repeat center;
	display:block;
	float:right;
	margin-right:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.about .aboutmore a:hover i{
	margin-right: 20px;
}
.about .aboutrt{
	padding:50px 0 0 0;
	}
.about .aboutrt ul{
	width:100%;
	overflow:hidden;
	text-align:right;
	}
.about .aboutrt ul:first-child li{
	background:#67d4c8;
	}
.about .aboutrt ul:nth-child(2) li:first-child{
	background:#3083fd;
	margin-right: -5px;
	}
.about .aboutrt ul:nth-child(2) li:nth-child(2){
	background:#002db0;
	}
.about .aboutrt ul li{
	width:234px;
	height:234px;
	overflow:hidden;
	display:inline-block;
	text-align:left;
	padding:40px 34px 0 34px;
	}
.about .aboutrt ul li .abouttit{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:35px;
	}
.about .aboutrt ul li .abouten{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-family: myThreeFont;
	text-transform:uppercase;
	}
.about .aboutrt ul li p{
	width:100%;
	overflow:hidden;
	margin-top:84px;
	}


	/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom: 60px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li{
	overflow:hidden;
	padding:0;
	text-align:center;
	position:relative;
}
.aboutlist ul li:after{
	content:"";
	width:1px;
	height:80px;
	background:rgba(2,91,171,0.6);
	position:absolute;
	top:17px;
	right:0;
	}
.aboutlist ul li:last-child:after{
	display:none;
	}
.aboutlist ul li dl{
	display:inline-block;
	text-align:left;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dt{
	font-size:16px;
	color:#343434;
	font-weight:normal;
	}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#343434;
	line-height:30px;
}
.aboutlist ul li dl dt .counter{
	color:#025bab;
	font-size:79px;
	font-family: myThreeFont;
	line-height:79px;
}
.aboutlist ul li:first-child dl{
	float:left;
	}
.aboutlist ul li:last-child dl{
	float:right;
	}
/* news
-------------------------------------------------------------- */
.news{
	padding-top:78px;
	padding-bottom:135px;
}
.newstit{
	width:100%;
	overflow:hidden;
	}
.newstit .tit,.newstit .newstitrt{
	padding:0;
}
.newstit .newstitrt{
	padding-top:74px;
	text-align:right;
}
.newsnr{
	width:100%;
	overflow:hidden;
	margin-top:74px;
	}
.newsnr ul{
	width:100%;
	overflow:hidden;
	}
.newsnr ul li{
	height:490px;
	overflow:hidden;
	padding:36px 50px 0 50px;
	border:solid 2px #e7e7e7;
	position:relative;
	}
.newsnr ul li:first-child,.newsnr ul li:nth-child(2){
	border-right:0;
	}
.newsnr ul li .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6c6c6c;
	line-height:30px;
	font-family:Arial;
	margin-bottom:15px;
	}
.newsnr ul li .newsdate span{
	font-size:26px;
	color:#025bac;
	margin-right:15px;
	}
.newsnr ul li hr{
	width:75px;
	border:none;
	border-bottom:solid 1px #d2d2d2;
	}
.newsnr ul li h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#303030;
	line-height:32px;
	font-weight:normal;
	margin-top:19px;
	}
.newsnr ul li .newsjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#999999;
	line-height:30px;
	margin-top:58px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr ul li .newsmore{
	font-size:16px;
	color:#999999;
	position:absolute;
	left:50px;
	line-height:30px;
	bottom:37px;
	z-index:100;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr ul li .newsimg{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
	height:320px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	opacity:0;
}
.newsnr ul li .newsimg img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr ul li:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newsnr ul li:hover .newsjs{
	opacity:0;
	}
.newsnr ul li:hover .newsimg{
	opacity:1;
	}
.newsnr ul li:hover .newsmore{
	width:192px;
	height:60px;
	line-height:60px;
	background:#025bab;
	color:#fff;
	font-size:16px;
	padding-left:25px;
	left:0;
	bottom:0;
	}
.newsnr ul li:hover .newsmore i{
	width: 11px;
    height: 100%;
    background: url(../123img/icon44.png) no-repeat center;
    display: block;
    float: right;
    margin-right: 30px;
	}

/* nabout  企业文化4
-------------------------------------------------------------- */
.naboutrq{
	width:100%;
	overflow:hidden;
	padding-bottom:162px;
	}
.nabout{
	margin-top:20px;
	margin-bottom:122px;
	}
.naboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
	}
.naboutnr table{
	width:100%;
}
.naboutnr table tr,.naboutnr table tr td{
	line-height:30px;
	font-size:16px;
}
.naboutnr table tr td{
	padding:0 5px;
}
.nqywh{
	width:100%;
	overflow:hidden;
	background:url(../images/nqywhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:78px;
	padding-bottom:90px;
	}
.nqywh .ntit h3{
	text-align:center;
	color:#fff;
	}
.nqywh .ntit p{
	text-align:center;
	color: rgba(255,255,255,0.4);
	}
.nqywhnr{
	margin-top:78px;
	}
.nqywhnr dl{
	width:296px;
	height:296px;
	border:solid 1px rgba(255,255,255,0.5);
	border-radius:50%;
	margin:auto;
	}
.nqywhnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:58px;
	}
.nqywhnr dl dt img{
	max-width:100%;
	height:auto;
	}
.nqywhnr dl dd{
	width:100%;
	overflow:hidden;
	}
.nqywhnr dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-weight:bold;
	margin:13px 0 6px 0;
	}
.nqywhnr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.8);
	text-align:center;
	}
.nqywhmore{
	width:100%;
	overflow:hidden;
	margin-top:72px;
	}
.nqywhmore a{
	display:block;
	width:210px;
	height:60px;
	line-height:60px;
	background:#143e88 url(../images/icon5.png) no-repeat 148px center;
	margin:auto;
	font-size:16px;
	color:#fff;
	padding-left:22px;
	}

.nabout_nr1{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	font-size:16px;
	line-height:30px;
}
.nabout_nr1 img{
	max-width:100%;
	height:auto;
}
.nabout_nr1 p{
	font-size:16px;
	line-height:30px;
}
.nabout_nrlf1{
	width:61%;
	overflow:hidden;
	padding-right:70px;
}
.nabout_nrlf1 p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#585858;
	text-align:justify;
}
.nabout_nrrt1{
	width:39%;
	overflow:hidden;
	text-align:right;
}
.nabout_nr1 .nabout_nrrt2{
	padding:0 20px 0 0;
}
.nabout_nr2 .nabout_nrlf2{
	padding:0 20px 0 0;
}
.nabout_nr2 .nabout_nrrt2{
	padding:0;
}
.nabout_nrlfnr{
	width:100%;
	overflow:hidden;
	margin-top:70px;
}
.nabout_nrlfnr p{
	overflow:hidden;
	line-height:30px;
	font-size:16px;
}
.nabout_nr2{
	padding-top:144px;
	padding-bottom:108px;
	}
.nabout_nr2 .nqywhmore{
	margin-top:106px;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:110px;
}
.ab_fl .ab_fllist{
	padding:0;
	}
.ab_fl dl{
	width:264px;
	overflow:hidden;
	margin-bottom:0;
	border-bottom:solid 1px #c0c0c0;
	padding-bottom:22px;
}
.ab_fl .ab_fllist:nth-child(2) dl{
	margin:auto;
	}
.ab_fl .ab_fllist:nth-child(3) dl{
	float:right;
	}
.ab_fl dl dt{
	width:70%;
	overflow:hidden;
	font-weight:normal;
	float:left;
}
.ab_fl dl dt .abnum{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	}
.ab_fl dl dt .abtit{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#000;
	line-height:30px;
	margin-top:5px;
	}
.ab_fl dl dd{
	width:30%;
	overflow:hidden;
	float:right;
}
.ab_fl dl dd img{
	max-width:100%;
	height:auto;
	}
.ab_fl dl dt .counter{
	font-size:50px;
	color:#143e88;
	font-weight:bold;
	line-height:40px;
	}
.nfzlc{
	width:100%;
	overflow:hidden;
	background:url(../images/nfzlcbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:102px;
	}
.nfzlcnr{
	width:57%;
	overflow:hidden;
	margin-top:88px;
	}
.nfzlc .ntit h3{
	color:#fff;
	}
.nfzlc .ntit p{
	color:rgba(255,255,255,0.4);
	}
.nfzlcnr h4{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:50px;
	font-weight:bold;
	line-height:50px;
	text-align:left;
	margin:0;
	}
.nfzlcnr .nfzlcyear{
	width:100%;
	overflow:hidden;
	font-size:200px;
	color:rgba(255,255,255,0.15);
	text-align:left;
	font-weight:bold;
	line-height:180px;
	margin-top:-30px;
	}
.nfzlcnr .nfzlcjs{
	width:100%;
	overflow:hidden;
	background:#10397e;
	padding:40px 40% 32px 40px;
	text-align:left;
	font-weight:normal;
	margin-top:84px;
	}
.nfzlcnr .nfzlcjs p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:rgba(255,255,255,0.8);
	line-height:35px;
	}
.nfzlcnr .nfzlcjs a{
	display:block;
	width:100%;
	font-size:15px;
	color:#fff;
	margin-top:40px;
	}
.nhonor{
	width:100%;
	overflow:hidden;
	background:url(../images/honorbg.jpg) no-repeat top center;
	background-size:cover;
	}
.nhonor .ntit h3{
	text-align:center;
	color:#10397e;
	}
.nhonor .ntit p{
	text-align:center;
	color:rgba(16,57,126,0.2);
	}
.naboutnr .nqywhlf,.naboutnr .nqywhimg{
	padding:0;
}
.naboutnr .nqywhimg{
	text-align:right;
}
.naboutnr .nqywhimgg{
	text-align:left;
}
.naboutnr .nqywhimg img{
	max-width:100%;
	height:auto;
}
.naboutnr .nqywhlf{
	padding-right:30px;
}
.naboutnr .nqywhlf p{
	margin-bottom:10px;
}
.nhonorlist{
	margin-top:60px;
	margin-bottom:60px;
}
.nhonorlist dl dt{
	position:relative;
	height:319px;
}
.nhonorlist dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nhonorlist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nhonorlist dl{
	padding:0 10px;
	margin:20px 0;
}
.nhonorlist dl dt,.nhonorlist dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nhonorlist dl dd{
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:20px;
}


/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	padding-top:84px;
	padding-bottom:80px;
	background:#f8f8f8;
	position:relative;
	}
.pro::after{
	
	/*
	content:"";
	width:100%;
	height:37%;
	background:#025bab;
	position:absolute;
	left:0;
	bottom:0;*/

	}
.protit{
	width:100%;
	overflow:hidden;
	}
.protit .tit,.protit .protitrt{
	padding:0;
	}
.protit .protitrt{
	text-align:right;
	padding-top:78px;
	}
.protit .protitrt ul,.newstit .newstitrt ul{
	overflow:hidden;
	display:inline-block;
	}
.protit .protitrt ul li,.newstit .newstitrt ul li{
	overflow:hidden;
	float:left;
	line-height:32px;
	margin-left:120px;
	padding-left:22px;
	position:relative;
	}
.protit .protitrt ul li:first-child,.newstit .newstitrt ul li:first-child{
	margin-left:0;
}
.protit .protitrt ul li:before,.newstit .newstitrt ul li:before{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#025bab;
	position:absolute;
	left:0;
	top:12px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
	}
.protit .protitrt ul li:hover:before,.newstit .newstitrt ul li:hover:before{
	opacity:1;
	}
.protit .protitrt ul li a,.newstit .newstitrt ul li a{
	font-size:22px;
	color:#131313;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.protit .protitrt ul li:hover a,.newstit .newstitrt ul li:hover a{
	color:#025bab;
	}
.pronr{
	width:100%;
	margin-top:84px;
	position:relative;
	}
.pronr .prolist,.prolist .proimg,.prolist .probot{
	width:100%;
	overflow:hidden;
	}
.prolist .probot{
	margin-top:27px;
	}
.prolist .probot .probotlf{
	width:75%;
	overflow:hidden;
	}
.prolist .probot .probotlf h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#333;
	/*
	color:#fff;
	*/
	line-height:32px;
	font-weight:normal;
	}
.prolist .probot .probotlf p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(37, 37, 37, 0.6);
	/*
	color:rgba(255,255,255,0.6);
	*/
	margin-top:9px;
	}
.prolist .probot .probotrt{
	width:25%;
	overflow:hidden;
	}
.prolist .probot .probotrt i{
	float:right;
	}
.prolist .probot .probotrt i img{
	max-width:100%;
	height:auto;
	}
.prolist .proimg{
	width:100%;
	height:472px;
	overflow:hidden;
	position:relative;
	}
.prolist .proimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.prolist:hover .proimg img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.pronr .swiper-button{
	overflow:hidden;
	}
.pronr .swiper-button div{
	width:18px;
	height:29px;
	position:absolute;
	top:50%;
	margin-top:-74.5px;
	z-index:99;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr .swiper-button .swiper-button-prev{
	background:url(../123img/prev.png) no-repeat center;
	left:-92px;
	}
.pronr .swiper-button .swiper-button-prev:hover{
	background:url(../123img/prevh.png) no-repeat center;
	}
.pronr .swiper-button .swiper-button-next{
	background:url(../123img/next.png) no-repeat center;
	right:-92px;
	}
.pronr .swiper-button .swiper-button-next:hover{
	background:url(../123img/nexth.png) no-repeat center;
	}
/* sczz
-------------------------------------------------------------- */
.sczz{
	width:100%;
	overflow:hidden;
	background:url(sczzbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:126px;
	padding-bottom:174px;
	}
.sczzjs{
	height:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:115px;
	}
.sczz .tit .titen,.sczz .tit h3,.sczz .tit h3 a{
	color:#fff;
	}
.sczz .tit hr{
	border-bottom: solid 3px #fff;
	}
.sczzmore{
	width:100%;
	overflow:hidden;
	margin-top:280px;
	}
.sczzmore a{
	display: block;
    width: 192px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    color: #045baa;
    font-size: 16px;
    padding-left: 25px;
	}
.sczzmore a i {
    width: 11px;
    height: 100%;
    background: url(../123img/icon6.png) no-repeat center;
    display: block;
    float: right;
    margin-right: 30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.sczzmore a:hover i{
	margin-right:20px;
}

/* hzhb
-------------------------------------------------------------- */
.hzhb{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:106px;
	padding-bottom:128px;
}
.hzhbtit{
	width:100%;
	overflow:hidden;
	margin-bottom:92px;
}
.hzhbtit .tit,.hzhbtit .hzhbmore{
	overflow:hidden;
	padding:0;
}
.hzhbtit .hzhbmore{
	padding-top:46px;
	}
.hzhbtit .hzhbmore a{
	display:block;
	width:192px;
	height:60px;
	line-height:60px;
	background:#025bab;
	color:#fff;
	font-size:16px;
	padding-left:25px;
	float:right;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.hzhbtit .hzhbmore a i {
    width: 11px;
    height: 100%;
    background: url(../123img/icon4.png) no-repeat center;
    display: block;
    float: right;
    margin-right: 30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.hzhbtit .hzhbmore a:hover i {
	margin-right: 20px;
}
.hzhbnr,.hzhbnr ul{
	width:100%;
	overflow:hidden;
}
.hzhbnr ul li{
	width:16.8%;
	overflow:hidden;
	float:left;
	margin:20px 4% 20px 0;
	text-align:center;
	border-bottom:solid 1px #dadada;
}
.hzhbnr ul li:nth-child(5n){
	margin-right:0;
	}
.hzhbnr ul li img{
	max-width:100%;
	height:auto;
}

/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding:0 10px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:18px 10px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #e50012;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	color:#343434;
	}
.btn1 .intxt{
	width:60px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}
/* contact
-------------------------------------------------------------- */
.contact{
	width:100%;
	overflow:hidden;
	background:url(../123img/footerbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:160px;
	padding-bottom:188px;
	}
.contactlf{
	overflow:hidden;
	padding:0;
	}
.contacten{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#333333;
	line-height:50px;
	text-transform:uppercase;
	font-family:Arial;
	margin-top:20px;
	margin-bottom:74px;
	}
.contactlf dl,.contactlf dl dt,.contactlf dl dd{
	width:100%;
	overflow:hidden;
	}
.contactlf dl dt,.contactlf dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	font-weight:normal;
	}
.contactlf dl{
	margin-top:30px;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:url(../123img/linkbg.jpg) no-repeat top center;
	background-size:cover;
	padding:70px 0;
	}
.linknr{
	color:rgba(255,255,255,0.9);
	font-size:16px;
	line-height:30px;
	}
.linknr a{
	color:rgba(255,255,255,0.9);
	font-size:16px;
	margin-right:10px;
	}
.linknr img{
	margin-right:18px;
	}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #282f37;
	padding-top:50px;
}
.botlogo{
	width: 100%;
	overflow: hidden;
	padding-bottom:32px;
	border-bottom:solid 1px #333a40;
	}
.botlogo img{
	max-width: 100%;
	height:auto;
	}
.footernr .footerlf{
	width:75%;
	overflow:hidden;
	padding-top:48px;
	}
.footernr .footerrt{
	width:25%;
	overflow:hidden;
	padding-top:55px;
	}
.footernr .footerrt dl{
	overflow:hidden;
	float:right;
	}
.footernr .footerrt dl dt,.footernr .footerrt dl dd{
	overflow:hidden;
	text-align:center;
	}
.footernr .footerrt dl dt img{
	max-width:100%;
	height:auto;
	}
.footernr .footerrt dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:10px;
	}
.footernr ul{
	width:100%;
	overflow:hidden;
}
.footernr ul li{
	width:14.285714%;
	overflow:hidden;
	float:left;
}
.footernr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	font-weight:normal;
	line-height:30px;
	margin-bottom:33px;
	position:relative;
}
.footernr ul li h4 a{
	font-size:17px;
	color:#fff;
}
.footernr ul li p{
	width:100%;
	overflow:hidden;
	color:#a8a8a8;
	line-height:30px;
	font-size:15px;
	background:url(../123img/icon15.png) no-repeat left center;
	margin-top:3px;
	}
.footernr ul li p a{
	color:#a8a8a8;
	font-size:15px;
	}
.footernr ul li:nth-child(3) p{
	background:none;
	padding-left:0;
	}
.footernr ul li p a:hover{
	color:#fff;
}
.footernr ul li dl{
	overflow:hidden;
	float:right;
	margin-top:13px;
}
.footernr ul li dl dt,.footernr ul li dl dd{
	overflow:hidden;
}
.footernr ul li dl dt img{
	max-width:100%;
	height:auto;
}
.footernr ul li dl dd{
	text-align:center;
	line-height:30px;
	color:#ffffff;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	border-top:solid 1px #333a40;
	padding:30px 0;
	margin-top:68px;
	position:relative;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	color:rgba(255,255,255,0.3);
}
.bot .botrt{
	text-align:right;
}
.bot a{
	color:rgba(255,255,255,0.3);
	}
.bot a:hover{
	color:#fff;
	}
/* return
-------------------------------------------------------------- */
.return {
	width:69px;
	overflow:hidden;
    position: fixed;
    right: 3%;
    bottom: 30%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius: 50%;
    z-index: 999;
}
.return img{
	max-width:100%;
	height:auto;
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:260px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 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;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:450px;
	background:url(../123img/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	margin-top:100px;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:600px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:394px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:338px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:319px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:270px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:232px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:180px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:150px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
}
.positionnr .positionrt{
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../123img/icon9.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #004b96;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	margin-top:30px;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:25px;
	font-size:16px;
	color:#333;
	line-height:30px;
	border-bottom: solid 1px #d5d5d5;
}
.menu_n ul li a{
	font-size:16px;
	color:#333;
}
/* nmenu
-------------------------------------------------------------- */
.nmenu {
	overflow: hidden;
	margin-top:4px;
}
.nmenu ul {
	width:100%;
	overflow: hidden;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 40px;
	text-align: center;
	border-bottom:solid 2px rgba(150,150,150,0.8);
	margin-right:25px;
}
.nmenu ul li a {
	font-size: 16px;
	color: #343434;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	border-bottom:solid 2px #025bab;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#025bab;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #111111;
    font-size: 35px;
    line-height: 45px;
	}
.ntit p {
    width: 100%;
    overflow: hidden;
    font-family: myThreeFont;
    color: #111111;
    font-size: 22px;
    text-transform: uppercase;
}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:50px;
	}
.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.aboutimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:50px;
	margin-bottom:60px;
	}
.aboutimg_n img{
	width:100%;
	height:auto;
	}
.aboutjs_n{
	width:80%;
	overflow:hidden;
	margin:auto;
	background:#0739ab;
	padding:70px;
	box-shadow:20px 20px 30px 0px rgba(0,0,0,0.3);
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top: -15vh;
    position: relative;
    z-index: 9;
}
.aboutjs_n h4{
	width:100%;
	overflow:hidden;
	font-size:24px;
	line-height:34px;
	color:#fff;
	margin-bottom:20px;
}
.aboutjs_n p{
	font-size:16px;
	color:rgba(255,255,255,0.7);
	line-height:30px;
}

/* qywh_n
-------------------------------------------------------------- */
.qywh_n{
	width:100%;
	padding-bottom: 10px;
    padding-top: 20px;
}
.nqywhlist{
	width:100%;
	overflow:hidden;
	padding:22px 0 22px 50px;
	box-shadow:6px 0px 32px #ececec;
	margin:54px 0;
	border-radius:10px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nqywhlist_lf{
	overflow:hidden;
	font-size:30px;
	color:#343434;
	font-weight:bold;
	line-height:40px;
	padding-right:16px;
	}
.nqywhlist_rt{
	overflow:hidden;
	font-size:25px;
	color:#737373;
	line-height:40px;
	padding-left:108px;
	position:relative;
	}
.nqywhlist_rt:before{
	content:"";
	width:90px;
	height:1px;
	background:#bebebe;
	position:absolute;
	left:0;
	top:19.5px;
	}
.nqywhlist:hover{
	background: #025bab;
	cursor:pointer;
	}
.nqywhlist:hover .nqywhlist_lf,.nqywhlist:hover .nqywhlist_rt{
	color:#fff;
	}
/* scsl_n
-------------------------------------------------------------- */
.scsl_n{
	margin-top:60px;
	margin-bottom:60px;
}
.scslnr_n{
	width:100%;
	overflow:hidden;
}
.scslnr_n dl{
	overflow:hidden;
	padding:0 10px;
	margin:20px 0;
}
.scslnr_n dl dt,.scslnr_n dl dd{
	width:100%;
	overflow:hidden;
}
.scslnr_n dl dt{
	position:relative;
	height:262px;
}
.scslnr_n dl dt img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.scslnr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.scslnr_n dl dd{
	text-align:center;
	height:60px;
	line-height:30px;
	margin-top:5px;
	color:#333;
	font-size:16px;
}
.scslnr_n dl:hover dd{
	color: #025bab;
}
/* honor_n
-------------------------------------------------------------- */
.honor_n{
	margin-top:30px;
	margin-bottom:60px;
}
.honornr_n{
	width:100%;
	overflow:hidden;
}
.honornr_n dl{
	overflow:hidden;
	padding:0 10px;
	margin:20px 0;
}
.honornr_n dl dt,.honornr_n dl dd{
	width:100%;
	overflow:hidden;
}
.honornr_n dl dt{
	position:relative;
	height:494px;
}
.honornr_n dl dt img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.honornr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.honornr_n dl dd{
	text-align:center;
	line-height:30px;
	margin-top:5px;
	color:#333;
	font-size:16px;
}

/* npro
-------------------------------------------------------------- */
.pro_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.pro_n .prolf_n{
	width:25%;
	overflow:hidden;
	}
.pro_n .prolf_n h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:20px;
	color:#fff;
	padding:15px 0;
	text-align:center;
	background:#025bab;
}
.pro_n .prort_n{
	width:72%;
	overflow:hidden;
}
.pro_n .prolf_n ul,.pro_n .prolf_n ul li{
	width:100%;
	overflow:hidden;
	}
.pro_n .prolf_n ul li{
	line-height:30px;
	background: #f5f5f5;
	border-top: 1px solid #ebebeb;
	padding:10px 15px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pro_n .prolf_n ul li a{
	font-size:16px;
	display:block;
	}
.pro_n .prolf_n ul li:hover,.pro_n .prolf_n ul li.active{
	background:#025bab;
}
.pro_n .prolf_n ul li:hover a,.pro_n .prolf_n ul li.active a{
	color:#fff;
}
.pro_n .prort_n dl{
	width:31.333333333333333%;
	overflow:hidden;
	padding:10px;
	background: rgba(242, 242, 242, 1);
	margin:0 1% 40px 1%;
	float:left;
	position:relative;
}
.pro_n .prort_n dl:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #025bab;
    transition: all .5s ease
}

.pro_n .prort_n dl:hover:after {
    height: 100%
}
.prort_n dl dt,.prort_n dl dd{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.prort_n dl dt{
	height:337px;
}
.prort_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;
}
.prort_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.prort_n dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	text-align:center;
	padding:10px 0;
}
.prort_n dl:hover dd{
	color:#fff;
}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	white-space: nowrap;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
	color:#333;
}
.nprofbnr table td{
	text-align:center;
	color:#333;
	padding:5px;
	vertical-align: middle;
}
.nprofbnr table td p{
	font-size:16px;
	color:#333;
	line-height:25px;
}
.nprofbnr table td p span{
	font-size:16px;
	color:#333;
}

/*产品展示结束*/
	
/* case_n
-------------------------------------------------------------- */
.case_n{
	margin-top:60px;
	margin-bottom:60px;
}
.casenr_n{
	width:100%;
	overflow:hidden;
}
.casenr_n li {
    width: 33.333333333333336%;
    padding: 0 10px;
    float: left;
    margin-bottom: 60px;
	position:relative;
}

.casenr_n li 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;
}
.casenr_n li:hover img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.casenr_n li .box {
    display: block;
    color: #fff;
    position: relative
}

.casenr_n li .pic {
	height:355px;
    overflow: hidden;
    display: block;
    position: relative
}

.casenr_n li .pic:after {
    content: "";
    display: block;
    padding-top: 80%
}

.casenr_n li .pic:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #01758f;
    display: none \9;
    opacity: 0;
    transition: 200ms opacity linear
}

.casenr_n li .text {
    background: rgba(2,91,171,0.7);
    color: #fff;
    padding: 20px 25px 34px 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: all .2s;
    z-index: 2;
    text-align: justify
}

.casenr_n li .bt {
    color: #fff;
    font-size: 26px;
    display: block;
    height: 40px;
    line-height: 40px;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.casenr_n li .jsh {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 20px
}

.casenr_n li .more {
    position: absolute;
    bottom: -23px;
    width: 100%
}

.casenr_n li .more span {
    display: inline-block;
    background: #fff;
    border: 2px #fff solid;
    font-size: 13px;
    color: #025bab;
    padding: 0 30px;
    line-height: 42px;
    min-width: 160px;
    text-align: center;
    transition: background .2s,border .2s;
    position: relative
}

.casenr_n li .more span:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../123img/arrow-right-02.png) no-repeat center center;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 16px;
    transition: all .2s
}


.casenr_n li:hover .pic:before {
    opacity: .5
}

.casenr_n li:hover .text {
    padding-bottom:50px
}

.casenr_n li:hover .jsh {
    height: 96px
}

.casenr_n li:hover .more span {
    background: #025bab;
    color: #fff
}

.casenr_n li:hover .more span:after {
    background: url(../123img/arrow-right-01.png) no-repeat center center;
    margin-left: 20px
}


.casenr_n li.even .text {
    background: #ca1517
}

.casenr_n li.even .more span {
    color: #ca1517
}

.casenr_n li.even .more span:after {
    background: url(../123img/arrow-right-03.png) no-repeat center center
}

.casenr_n li.even:hover .pic:before {
    background: #ca1517
}

.casenr_n li.even:hover .more span {
    background: #ca1517
}

.casenr_n li.even:hover .more span:after {
    background: url(../123img/arrow-right-01.png) no-repeat center center
}
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newslist_n{
	width:100%;
	overflow:hidden;
	margin:40px 0;
}
.newslist_n .newsimg_n{
	width:30%;
	overflow:hidden;
	height:289px;
	position:relative;
}
.newslist_n .newsimg_n 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;
}
.newslist_n:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newslist_n .newsrt_n{
	width:70%;
	overflow:hidden;
	padding-left:100px;
}
.newslist_n .newsrt_n .newsdate_n{
	width:100%;
	overflow:hidden;
	color: #999999;
    font-size: 22px;
	line-height:32px;
}
.newslist_n .newsrt_n h4{
	width:100%;
	overflow:hidden;
    font-size: 30px;
	line-height:40px;
	color:#333;
	margin-top:50px;
}
.newslist_n .newsrt_n .newsms_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:30px;
}
.newslist_n .newsrt_n .newsmore_n{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.newsrt_n .newsmore_n .newsmorenr_n{
	font-size:18px;
	line-height:30px;
}
.newslist_n .newsrt_n .newsmore_n .newsline_prev{
	width:58px;
	height:1px;
	background:#555;
	margin-top:14.5px;
	margin-right:26px;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist_n .newsrt_n .newsmore_n .newsline_next{
	width:0;
	height:1px;
	background:#555;
	margin-top:14.5px;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist_n .newsrt_n .newsmore_n .newsline_prev::before{
	content:"";
	width:6px;
	height:6px;
	background:#555;
	border-radius:50%;
	position:absolute;
	right:0;
	top:-3px;
	z-index:99;
}
.newslist_n .newsrt_n .newsmore_n .newsline_next::after{
	content:"";
	width:6px;
	height:6px;
	background:#555;
	border-radius:50%;
	position:absolute;
	left:0;
	top:-3px;
	z-index:99;
	opacity:0;
}
.newslist_n:hover .newsrt_n .newsmore_n .newsline_prev{
	width:0;
	margin-right:0;
}
.newslist_n:hover .newsrt_n .newsmore_n .newsline_next{
	width:58px;
	margin-left:26px;
}
.newslist_n:hover .newsrt_n .newsmore_n .newsline_next::after{
	opacity:1;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* hzhb_n
-------------------------------------------------------------- */
.hzhbrq{
	width:100%;
	overflow:hidden;
	background: #f5f5f5;
}	
.hzhb_n{
	margin-top:60px;
	margin-bottom:60px;
	}
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	width:100%;
	overflow:hidden;
	background:url(../123img/contact-world.jpg) no-repeat top center;
	background-size:cover;
	padding:160px 0;
	margin-top:100px;
	}
.contact_n h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	text-align:center;
	font-weight:normal;
	}
.contactnr_n{
	margin-top:35px;
}
.contactnr_n,.contactnr_n p{
	width:100%;
	overflow:hidden;
}
.contactnr_n p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	text-align:center;
	color:#fff;
	margin-top:20px;
}
.contactnr_n p a{
	font-size:18px;
	color:#fff;
}
.map_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.map_n img{
	width:100%;
	height:auto;
	}


/* 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{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#025bab;
}

.a_txt,.rg{
	display:none;
}
.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1151px) and (min-width: 0px){
	.nav,.top span,.icon2,.side,.logojs,.search_box,.toptel,.side{
		display:none
	}
	/**/
	#toggleMenu {
	  position: absolute;
	  width: 100%;
	  min-height: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  overflow: hidden;
	  top:0;
	  left:0;
	  z-index:-1;
	  opacity:0;
	}
	#toggleMenu.active{
		min-height:100vh;
	}
	#toggleMenu.active{
		z-index:999;
	  opacity:1;
	}
	#toggleMenu nav {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 40px 100px;
	  z-index: 100;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .logo {
	  position: relative;
	  font-size: 2em;
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: 700;
	  z-index: 15;
	  text-decoration: none;
	  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu nav .full-width-menu {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100vh;
	  width: 100%;
	  overflow-y: auto;
	  visibility: hidden;
	  opacity: 0;
	  background: #025bab;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  overflow: hidden;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu {
	  opacity: 1;
	  visibility: visible;
	}

	#toggleMenu nav .full-width-menu .cntBox {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
	  width: 100%;
	  background: #025bab;
	  -webkit-transform: translateX(-100%);
		  -ms-transform: translateX(-100%);
			  transform: translateX(-100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
	  padding: 0 15px;
	  width: 40%;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  background: #025bab;
	  -webkit-transform: translateX(100%);
		  -ms-transform: translateX(100%);
			  transform: translateX(100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	  background: -webkit-linear-gradient(top, #1ccc98 , #042d93);
		background: -o-linear-gradient(bottom, #1ccc98 , #042d93);
		background: -moz-linear-gradient(bottom, #1ccc98 , #042d93);
		background: linear-gradient(to bottom, #1ccc98 , #042d93);
	}

	#toggleMenu nav .navigation {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	}

	#toggleMenu nav .navigation li {
	  padding: 5px 0;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-30px);
		  -ms-transform: translateX(-30px);
			  transform: translateX(-30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .navigation li {
		width:100%;
		overflow:hidden;
	  line-height:40px;
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .navigation li:nth-child(1) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(3) {
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .navigation li:nth-child(4) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .navigation li:nth-child(5) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .navigation li a {
	  letter-spacing: 0.5px;
	  font-size: 18px;
	  line-height:30px;
	  font-weight: 700;
	  text-decoration: none;
	  color: #fff;
	  margin:0;
	  -webkit-transition: all ease 0.3s;
	  -o-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	}


	#toggleMenu nav .hinfo {
		width:100%;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(30px);
		  -ms-transform: translateX(30px);
			  transform: translateX(30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .hinfo {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .hinfo{
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .hinfo:nth-child(2) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .hinfo:nth-child(3) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .hinfo:not(:first-child) {
	  margin-top: 30px;
	}

	#toggleMenu nav .hinfo li {
		width:100%;
		overflow:hidden;
		line-height:30px;
	  font-size: 16px;
	  font-weight: 600;
	  padding-top: 5px;
	  color: #fff;
	  text-align:left;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li:nth-child(1) {
	  font-size: 18px;
	  opacity: 0.5;
	}

	#toggleMenu nav .hinfo li a {
	  text-decoration: none;
		line-height:30px;
	  font-size: 16px;
	  color: #fff;
	  display: inline-block;
	  margin:0;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li a:hover {
	  opacity: 0.5;
	  color:#fff !important;
	}

	#toggleMenu nav .social {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}

	#toggleMenu nav .social li:first-child {
	  width: 100%;
	}

	#toggleMenu nav .social li {
	  width: 50%;
	}
	.toggle {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  cursor: pointer;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
			  right:80px;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 3px;
	  margin: 3px 5px;
	  width: 30px;
	  display: block;
	  background: #025bab;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.showHeader .toggle span,.hover .toggle span{
		background: #000;
	}
	.toggle.active span{
		background: #fff;
	}

	.toggle span:nth-child(2) {
	  width: 25px;
	  margin-left: -10px;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
		  -ms-transform: rotate(-45deg) translate(-5px, 6px);
			  transform: rotate(-45deg) translate(-5px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-6px, -7px);
		  -ms-transform: rotate(45deg) translate(-6px, -7px);
			  transform: rotate(45deg) translate(-6px, -7px);
	}


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}
}


@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	.prolist .proimg{
		height:448px;
	}
	.honornr_n dl dt{
		height:470px;
	}
	.prort_n dl dt {
		height: 321px;
	}
	.casenr_n li .pic{
		height:338px;
	}
	.scslnr_n dl dt{
		height:249px;
	}
	.newslist_n .newsimg_n{
		height:275px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.prolist .proimg{
		height:397px;
	}
	.honornr_n dl dt{
		height:420px;
	}
	.prort_n dl dt {
		height: 286px;
	}
	.casenr_n li .pic{
		height:302px;
	}
	.scslnr_n dl dt{
		height:223px;
	}
	.newslist_n .newsimg_n{
		height:248px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.prolist .proimg{
		height:386px;
	}
	.honornr_n dl dt{
		height:395px;
	}
	.prort_n dl dt {
		height: 269px;
	}
	.casenr_n li .pic{
		height:285px;
	}
	.scslnr_n dl dt{
		height:209px;
	}
	.newslist_n .newsimg_n{
		height:234px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.prolist .proimg{
		height:375px;
	}
	.honornr_n dl dt{
		height:370px;
	}
	.prort_n dl dt {
		height: 269px;
	}
	.casenr_n li .pic{
		height:267px;
	}
	.scslnr_n dl dt{
		height:196px;
	}
	.newslist_n .newsimg_n{
		height:220px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.prolist .proimg{
		height:335px;
	}
	.honornr_n dl dt{
		height:330px;
	}
	.prort_n dl dt {
		height: 252px;
	}
	.casenr_n li .pic{
		height:239px;
	}
	.scslnr_n dl dt{
		height:175px;
	}
	.newslist_n .newsimg_n{
		height:198px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.prolist .proimg{
		height:294px;
	}
	.honornr_n dl dt{
		height:290px;
	}
	.prort_n dl dt {
		height: 197px;
	}
	.casenr_n li .pic{
		height:210px;
	}
	.scslnr_n dl dt{
		height:154px;
	}
	.newslist_n .newsimg_n{
		height:176px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.prolist .proimg{
		height:448px;
	}
	.honornr_n dl dt{
		height:280px;
	}
	.casenr_n li .pic{
		height:203px;
	}
	.scslnr_n dl dt{
		height:149px;
	}
	.newslist_n .newsimg_n{
		height:171px;
	}
	.prort_n dl dt{
		height:273px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.prolist .proimg{
		height:411px;
	}
	.honornr_n dl dt{
		height:350px;
	}
	.casenr_n li .pic{
		height:286px;
	}
	.scslnr_n dl dt{
		height:186px;
	}
	.newslist_n .newsimg_n{
		height:157px;
	}
	.prort_n dl dt{
		height:249px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.prolist .proimg{
		height:367px;
	}
	.honornr_n dl dt{
		height:312px;
	}
	.casenr_n li .pic{
		height:256px;
	}
	.scslnr_n dl dt{
		height:165px;
	}
	.newslist_n .newsimg_n{
		height:141px;
	}
	.prort_n dl dt{
		height:222px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.prolist .proimg{
		height:342px;
	}
	.honornr_n dl dt{
		height:290px;
	}
	.casenr_n li .pic{
		height:239px;
	}
	.scslnr_n dl dt{
		height:154px;
	}
	.newslist_n .newsimg_n{
		height:132px;
	}
	.prort_n dl dt{
		height:206px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.honornr_n dl dt{
		height:370px;
	}
	.casenr_n li .pic{
		height:408px;
	}
	.scslnr_n dl dt{
		height:196px;
	}
	.prort_n dl dt{
		height:269px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.honornr_n dl dt{
		height:308px;
	}
	.casenr_n li .pic{
		height:342px;
	}
	.scslnr_n dl dt{
		height:163px;
	}
	.prort_n dl dt{
		height:224px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.prolist .proimg{
		height:403px;
	}
	.honornr_n dl dt{
		height:236px;
	}
	.casenr_n li .pic{
		height:266px;
	}
	.scslnr_n dl dt{
		height:125px;
	}
	.newslist_n .newsimg_n{
		height:244px;
	}
	.prort_n dl dt{
		height:381px;
	}
}
@media only screen and (min-width: 414px) and (max-width: 524px) {
	.prolist .proimg{
		height:392px;
	}
	.honornr_n dl dt{
		height:229px;
	}
	.casenr_n li .pic{
		height:259px;
	}
	.scslnr_n dl dt{
		height:121px;
	}
	.newslist_n .newsimg_n{
		height:237px;
	}
	.prort_n dl dt{
		height:167px;
	}
	.prort_n dl dt{
		height:371px;
	}
}
@media only screen and (min-width: 393px) and (max-width: 413px) {
	.prolist .proimg{
		height:372px;
	}
	.honornr_n dl dt{
		height:216px;
	}
	.casenr_n li .pic{
		height:245px;
	}
	.scslnr_n dl dt{
		height:114px;
	}
	.newslist_n .newsimg_n{
		height:225px;
	}
	.prort_n dl dt{
		height:351px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 392px) {
	.prolist .proimg{
		height:355px;
	}
	.honornr_n dl dt{
		height:205px;
	}
	.casenr_n li .pic{
		height:233px;
	}
	.scslnr_n dl dt{
		height:109px;
	}
	.newslist_n .newsimg_n{
		height:215px;
	}
	.prort_n dl dt{
		height:334px;
	}
}
@media only screen and (min-width: 360px) and (max-width: 374px) {
	.prolist .proimg{
		height:341px;
	}
	.honornr_n dl dt{
		height:196px;
	}
	.casenr_n li .pic{
		height:223px;
	}
	.scslnr_n dl dt{
		height:104px;
	}
	.newslist_n .newsimg_n{
		height:206px;
	}
	.prort_n dl dt{
		height:320px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
	.prolist .proimg{
		height:303px;
	}
	.honornr_n dl dt{
		height:171px;
	}
	.casenr_n li .pic{
		height:196px;
	}
	.scslnr_n dl dt{
		height:90px;
	}
	.newslist_n .newsimg_n{
		height:183px;
	}
	.prort_n dl dt{
		height:282px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.prolist .proimg{
		height:265px;
	}
	.honornr_n dl dt{
		height:146px;
	}
	.casenr_n li .pic{
		height:170px;
	}
	.scslnr_n dl dt{
		height:77px;
	}
	.newslist_n .newsimg_n{
		height:160px;
	}
	.prort_n dl dt{
		height:244px;
	}
}

@media(max-width:1768px) {
	.nav {
		margin-right: 60px;
	}
}
@media(max-width:1680px) {
	.nav {
		margin-right: 40px;
	}
	.nav .menu > li a {
		margin: 0 30px;
	}
	.pronr .swiper-button .swiper-button-prev{
		left: -50px;
	}
	.pronr .swiper-button .swiper-button-next{
		right:-50px;
	}
	.protit .protitrt ul li, .newstit .newstitrt ul li{
		margin-left:100px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
		}
	.nav .menu > li a {
		margin: 0 25px;
	}
	.about .aboutlf {
		padding: 0 90px 0 0;
	}
	.aboutlist ul li dl dt .counter{
		font-size:70px;
		line-height:70px;
	}
	.protit .protitrt ul li, .newstit .newstitrt ul li{
		margin-left:80px;
	}
	.sczzmore {
		margin-top: 200px;
	}
	.newsnr ul li {
		padding: 36px 40px 0 40px;
	}
	.nprort h1{
		font-size:26px;
		line-height:36px;
	}
	.newslist_n .newsrt_n h4{
		font-size:26px;
		line-height:36px;
	}
	.news_n h1{
		font-size:26px;
		line-height:36px;
	}
}
@media(max-width:1440px) {
	.search {
		margin-right: 30px;
	}
	.nav {
		margin-right: 20px;
	}
	.nav .menu > li a {
		margin: 0 20px;
	}
	.newslist_n .newsrt_n h4{
		font-size:24px;
		line-height:34px;
	}
	.newslist_n .newsrt_n .newsdate_n{
		font-size: 20px;
		line-height: 30px;
	}
	.news_n h1{
		font-size:24px;
		line-height:34px;
	}
}
@media(max-width:1360px) {
	.about .aboutlf {
		padding: 0 60px 0 0;
	}
	.aboutlist ul li dl dt .counter{
		font-size:60px;
		line-height:60px;
	}
	.protit .protitrt ul li, .newstit .newstitrt ul li{
		margin-left:60px;
	}
	.newslist_n .newsrt_n h4,.newslist_n .newsrt_n .newsmore_n{
		margin-top:30px;
	}
}
@media(max-width:1280px) {
	.nav .menu > li a {
		margin: 0 15px;
	}
	.protit .protitrt ul li, .newstit .newstitrt ul li{
		margin-left:40px;
	}
	.sczzjs {
		margin-top: 80px;
	}
	.sczzmore {
		margin-top: 180px;
	}
	.casenr_n li .bt{
		font-size:24px;
	}
	.nqywhlist_lf{
		font-size:26px;
	}
	.nqywhlist_rt{
		font-size:22px;
	}
	.nprort h1{
		font-size:24px;
		line-height:34px;
	}
	.nprort .npro_infolei,.nprort .npro_infolei span{
		font-size:18px;
	}
	.newslist_n .newsrt_n {
		padding-left: 60px;
	}
	.newslist_n .newsrt_n h4, .newslist_n .newsrt_n .newsmore_n,.newslist_n .newsrt_n .newsms_n{
		margin-top: 20px;
	}
}
@media(max-width:1200px) {
	.search {
		margin-right: 20px;
	}
	.nav .menu > li a {
		margin: 0 12px;
	}
}
@media(max-width:1152px) {
	.aboutlist ul li dl dt .counter{
		font-size:50px;
		line-height:50px;
	}
	.protit .protitrt ul li, .newstit .newstitrt ul li{
		margin-left:30px;
	}
	.sczzmore {
		margin-top: 150px;
	}
	.newslist_n .newsrt_n h4, .newslist_n .newsrt_n .newsmore_n, .newslist_n .newsrt_n .newsms_n {
		margin-top: 10px;
	}
	.newslist_n .newsrt_n {
		padding-left: 40px;
	}
	.newslist_n .newsrt_n h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.newslist_n .newsrt_n .newsdate_n {
		font-size: 18px;
	}
}
@media(max-width:1070px) {
	.about .aboutrt ul li {
    	width: 215px;
	}
}

@media(max-width:1151px) {
	.header{
		height:60px;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	.search{
		padding: 20.5px 0;
		margin-right: 10px;
	}
	.language{
		line-height:60px;
	}
	.language .languagenr,.search_box{
		top:60px;
	}
	.language img{
		display:none;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
}
@media(max-width:1023px) {
	.return {
		width: 40px;
	}
	.pro_n .prolf_n{
		display:none;
	}
	.pro_n .prort_n{
		width:100%;
	}
	.positionnr .positionrt,.nmenu{
		width:100%;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt{
		padding-top:30px;
	}
	.footernr .footerrt dl{
		float:left;
	}
	.footernr ul li p{
		display:none;
	}
	.bot {
		margin-top: 40px;
	}
}
@media(max-width:991px) {
	.banner .swiper-pagination{
		bottom:20px;
	}
	.tit .titen {
		font-size: 50px;
		line-height: 60px;
	}
	.about .aboutlf {
		padding: 0;
	}
	.about {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.about .aboutlf h5,.about .aboutmore{
		margin-top: 30px;
	}
	.about .aboutlf h5{
		font-size:24px;
		line-height:34px;
	}
	.about .aboutrt ul li {
		width: 33.33333333333%;
		float: left;
	}
	.about .aboutrt ul:nth-child(2) li:first-child{
		margin-right:0;
	}
	.aboutlist ul li dl dt .counter{
		font-size:40px;
		line-height:40px;
	}
	.aboutlist {
		margin-top: 60px;
	}
	.newslist_n .newsrt_n h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.newslist_n .newsrt_n .newsdate_n,.newsrt_n .newsmore_n .newsmorenr_n{
		font-size:16px;
	}
	.news {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.newsnr ul li:first-child, .newsnr ul li:nth-child(2) {
		border-right:solid 2px #e7e7e7;
	}
	.newsnr ul li{
		margin-top:20px;
	}
	.newsnr {
		margin-top: 30px;
	}
	.pro,.sczz{
		padding-top:60px;
		padding-bottom: 60px;
	}
	.hzhbtit .hzhbmore a{
		float:left;
	}
	.hzhb {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.nprort .npro_infolei{
		margin-bottom:0;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.contact_n h4{
		font-size:30px;
		line-height:40px;
	}
	.casenr_n li .bt{
		font-size:20px;
		height:30px;
		line-height:30px;
	}
	.casenr_n li .text{
		padding: 20px 20px 34px 20px;
	}
	.scslnr_n dl dd{
		height:50px;
		line-height:25px;
		font-size:14px;
	}
	.hzhbtit {
		margin-bottom: 40px;
	}
	.sczzjs {
		margin-top: 40px;
	}
	.sczzmore {
		margin-top: 40px;
	}
	.pronr .swiper-button .swiper-button-prev {
		left: -30px;
	}
	.pronr .swiper-button .swiper-button-next {
		right: -30px;
	}
	.protit .protitrt,.newstit .newstitrt{
		text-align:left;
		padding-top: 30px;
	}
	.pronr {
		margin-top: 50px;
	}
	.hzhbnr ul li{
		width:22%;
	}
	.hzhbnr ul li:nth-child(5n) {
		margin-right:4%;
	}
	.hzhbnr ul li:nth-child(4n) {
		margin-right: 0;
	}
	.casenr_n li{
		width:50%;
	}
	.news_n h1{
		font-size:22px;
		line-height:32px;
	}
	.footernr ul li {
		width: 25%;
	}
	.footernr ul li h4{
		margin-bottom:10px;
	}
	.footernr .footerlf {
		padding-top: 20px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
	.bot{
		padding: 20px 0;
	}
	.footernr ul li h4,.footernr ul li h4 a {
		font-size: 16px;
	}
}
@media(max-width:768px) {
	.about .aboutrt ul li {
		width: 50%;
		height:190px;
	}
	.about .aboutrt ul li p {
		margin-top: 40px;
	}
	
}
@media(max-width:767px) {
	.aboutlist ul li{
		margin-bottom:10px;
		}
	.aboutlist ul li:first-child dl,.aboutlist ul li:last-child dl{
		float: none;
	}
	.aboutlist ul li:nth-child(2):after{
		display:none;
		}
	.protit .protitrt ul li, .newstit .newstitrt ul li {
		padding-left: 15px;
		margin-left: 20px;
	}
	.hzhbnr ul li{
		width:30.666666666666666666667%;
	}
	.hzhbnr ul li:nth-child(4n) {
		margin-right:4%;
	}
	.hzhbnr ul li:nth-child(3n) {
		margin-right:0;
	}
	.pro_n .prort_n dl{
		width:48%;
	}
	.casenr_n li {
		width: 100%;
	}
	.nqywhlist {
		padding: 22px 0 22px 30px;
	}
	.nqywhlist_lf{
		font-size:22px;
	}
	.nqywhlist_rt{
		font-size:18px;
	}
	.nqywhlist_rt:before{
		width:50px;
	}
	.nqywhlist_rt {
		padding-left: 68px;
	}
	.contact_n{
		padding: 80px 0;
		margin-top: 30px;
	}
	.contact_n h4{
		font-size:26px;
		line-height:36px;
	}
	.contactnr_n p {
		font-size: 16px;
		margin-top: 10px;
	}
	.newslist_n .newsimg_n,.newslist_n .newsrt_n{
		width:100%;
	}
	.newslist_n .newsrt_n {
		padding-left: 0;
		margin-top:20px;
	}
}
@media(max-width:640px) {
	.logo {
		padding: 14px 0;
	}
	.logo img {
		height: 32px;
	}
	.search {
		margin-right: 10px;
	}
	.tit .titen {
		font-size: 40px;
		line-height: 50px;
	}
	.tit h3,.tit h3 a{
		font-size:24px;
		line-height:34px;
	}
	.toggle{
		right:70px;
	}
	.banner .swiper-pagination{
		bottom:10px;
	}
	.banner .swiper-slide .img img {
		width: 120%;
		margin-left: -10%;
	}
	.swiper-pagination-bullet{
		margin: 0 10px;
	}
	.sczzmore a,.hzhbtit .hzhbmore a,.about .aboutmore a{
		width: 140px;
		height: 50px;
		line-height: 50px;
	}
	.pronr .swiper-button .swiper-button-prev {
		left: -18px;
	}
	.pronr .swiper-button .swiper-button-next {
		right: -18px;
	}
	.protit .protitrt ul li a, .newstit .newstitrt ul li a {
		font-size: 20px;
	}
	.protit .protitrt ul, .newstit .newstitrt ul{
		width:100%;
	}
	.protit .protitrt ul li, .newstit .newstitrt ul li{
		width:33.333333333333333333333%;
		margin:0;
		padding-left: 12px;
	}
	.prort_n dl dd{
		font-size:15px;
	}
	.prolist .probot .probotrt i img{
		width:30px;
	}
	.prolist .probot .probotlf h5{
		font-size:20px;
		line-height:30px;
	}
	.newsnr ul li {
		padding: 30px 30px 0 30px;
	}
	.casenr_n li .more span{
		padding: 0;
		min-width: 140px;
	}
	.nqywhlist_lf,.nqywhlist_rt{
		width:100%;
	}
	.nqywhlist_rt:before{
		display:none;
	}
	.nqywhlist_rt{
		padding-left:0;
		line-height:30px;
	}
	.nqywhlist{
		padding: 20px;
		margin: 30px 0;
	}
	.newsnr ul li h5{
		font-size: 20px;
		line-height: 30px;
	}
	.map_n img {
		width: 160%;
		margin-left: -30%;
	}
}
@media(max-width:540px) {
	.card-img-150{
		height:230px;
	}
}
@media(max-width:539px) {
	.pro_n .prort_n dl {
		width: 100%;
		margin: 0 0 40px 0;
	}
}
@media(max-width:500px) {
	.about .aboutrt ul li {
		padding: 30px 20px 0 20px;
	}
	.about .aboutrt ul li .abouttit {
		font-size: 22px;
		line-height: 32px;
	}
	.about .aboutrt ul li .abouten{
		font-size:17px;
	}
	
}
@media(max-width:425px) {
	.tit .titen {
		font-size: 30px;
		line-height: 40px;
	}
	.tit h3, .tit h3 a {
		font-size: 22px;
		line-height: 32px;
	}
	.protit .protitrt ul li a, .newstit .newstitrt ul li a {
		font-size: 18px;
	}
	.about .aboutlf h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.newsnr ul li {
		padding: 30px 20px 0 20px;
	}
	.scslnr_n dl dd{
		font-size:13px;
		line-height: 20px;
		height: 40px;
	}
	.card-img-150{
		height:177px;
	}
	.map_n img {
		width: 180%;
		margin-left: -40%;
	}
}
@media(max-width:424px) {
	.aboutlist ul li dl dt .counter {
		font-size: 34px;
		line-height: 34px;
	}
	.aboutlist ul li dl dt,.aboutlist ul li dl dd{
		font-size:14px;
		}
}
@media(max-width:375px) {
	.about .aboutrt ul li .abouttit {
		font-size: 20px;
		line-height: 30px;
	}
	.about .aboutrt ul li .abouten{
		font-size:15px;
	}
	.about .aboutrt ul li p {
		margin-top: 20px;
	}
	.about .aboutrt ul li {
		height: 150px;
	}
	.card-img-150{
		height:154px;
	}
	.footernr ul li h4,.footernr ul li h4 a {
		font-size: 15px;
	}
	
}
@media(max-width:340px) {
	.logo {
		padding: 18px 0;
	}
	.logo img {
		height: 24px;
	}
	.toggle {
		right: 60px;
	}
	.search {
		margin-right: 5px;
	}
}
@media(max-width:320px) {
	.card-img-150{
		height:128px;
	}
}
@media(max-width:319px) {
	.about .aboutlf h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.aboutlist ul li dl dt .counter {
		font-size: 32px;
		line-height: 32px;
	}
	.protit .protitrt ul li a, .newstit .newstitrt ul li a {
		font-size: 16px;
	}
	.scslnr_n dl dd{
		font-size:12px;
	}
	.footernr ul li h4,.footernr ul li h4 a {
		font-size: 14px;
	}
}