



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myThreeFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","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;
	position:absolute;
	z-index: 999;
	top:0;
	padding:0 1%;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	}
.toptel{
	overflow:hidden;
	padding:30px 0 30px 42px;
	font-size:30px;
	color:#fff;
	font-family: myThreeFont;
	line-height:40px;
	background:url(../image/icon1.png) no-repeat left center;
}
.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{
	height:100%;
	overflow:hidden;
	padding:29px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}

.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;
}

/* 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:75px;
	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:#fff;
	font-size:16px;
	display:block;
	line-height:100px;
	padding:0 28px;
	margin:0 11px;
	position:relative;
	z-index:9;
	}
.nav .menu > li:hover,.nav .menu > li.active{
	background:#ff7c44;
}


.nav .menu > li .submenu{

	width:142px;
	left:50%;
	margin-left:-71px;
	}

.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:hover{

	background:#ff7c44;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .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;
	right:11.6%;
	bottom:82px;
	z-index:99;
}
.banner .swiper-button div{
	width:52px;
	height:52px;
	overflow:hidden;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:#154377 url(../image/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:#154377 url(../image/next.png) no-repeat center;
	margin-left:12px;
}
.banner .swiper-button div:hover{
	background-color:#fe7c44;
}
/*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(../image/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../image/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(/skin/images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(/skin/images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.banner .swiper-container-wp8-vertical,.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#fff;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
	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 11px;
	background:#e50012;
	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{
	width:50px;
	border-radius:5px;
}

.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:50px;
	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{
	position:relative;
	}
.tit .titen{
	width:100%;
	font-size:77px;
	color:#154377;
	line-height:77px;
	font-family: myThreeFont;
	text-transform:uppercase;
	text-align:center;
	position:relative;
}
.tit .titen span{
	color:#fe7c44;
	font-size:77px;
	font-family: myThreeFont;
}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#1f1f1f;
	line-height:50px;
	text-align:center;
	margin-top:10px;
	}
.tit h3 a{
	font-size:40px;
	color:#1f1f1f;
	display:inline-block;
	margin:0 20px;
	}
.tit h3 div{
	display:inline-block;
}
.tit p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#9c9c9c;
	line-height:30px;
	letter-spacing:8px;
	margin-top:10px;
	}
.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;
	}
/* tjpro
-------------------------------------------------------------- */
.tjpro{
	width:100%;
	overflow:hidden;
	}
.tjpro .tjprolf{
	width:25%;
	height:110px;
	overflow:hidden;
	background:#154377;
	padding-left:11.5%;
	line-height:110px;
	}
.tjpro .tjprolf .tjproen{
	overflow:hidden;
	font-size:56px;
	color:rgba(255,255,255,0.4);
	font-family:Arial;
	}
.tjpro .tjprolf .tjprocn{
	padding:27.5px 0;
	margin-left:15px;
	}
.tjpro .tjprolf .tjprocn h4{
	overflow:hidden;
	font-size:25px;
	line-height:35px;
	color:#fff;
	font-family:Arial;
	}
.tjpro .tjprolf .tjprocn p{
	overflow:hidden;
	font-size:13px;
	color:rgba(255,255,255,0.4);
	font-family:Arial;
	text-transform:uppercase;
	line-height:20px;
	}
.tjpro .tjprort{
	width:75%;
	height:110px;
	overflow:hidden;
	background:#fff;
	padding-right:11.5%;
	line-height:110px;
	}
.tjpro .tjprort .gjc{
	width:76%;
	overflow:hidden;
	font-size:16px;
	color:#1e1e1e;
	line-height:30px;
	padding:40px 0 40px 40px;
	}
.tjpro .tjprort .gjc a{
	font-size:16px;
	color:#1e1e1e;
	margin-right:35px;
	}
.tjpro .tjprort .gjc a:hover{
	color:#154377;
}
.tjprort .search_box{
	overflow:hidden;
	width:18%;
	height:46px;
	border:solid 1px #4b4441;
	margin-top:32px;
	}
.tjprort .search_box input{
	width:76%;
	overflow:hidden;
	background:#fff;
	float:left;
	line-height:46px;
	padding-left:15px;
}
.tjprort .search_box button{
	width:24%;
	overflow:hidden;
	float:left;
	line-height:40px;
	background:none;
}
.tjprort .search_box button img{
	max-width:100%;
	height:auto;
}
.tjprort .search_box ::-webkit-input-placeholder {
  color: #97989b;
  font-size:16px;
}
.tjprort .search_box :-moz-placeholder {
  color: #97989b;
  font-size:16px;
}
.tjprort .search_box ::-moz-placeholder{
	color: #97989b;
  font-size:16px;
}
.tjprort .search_box :-ms-input-placeholder {
  color: #97989b;
  font-size:16px;
}
/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../image/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(../image/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);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	position:relative;
	padding-bottom:114px;
	padding-top:126px;
	background:url(../image/aboutbg.jpg) no-repeat bottom center;
	}
.about .aboutimg{
	width:47.3%;
	height:568px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:122px;
}
.about .aboutimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.about .aboutnr{
	overflow:hidden;
	padding:0 74px 0 0;
	}
.aboutnr .tit .titen,.aboutnr .tit h3,.aboutnr .tit p{
	text-align:left;
}
.aboutnr .tit h3 a{
	margin-left:0;
}
.about .abouten img{
	max-width:100%;
	height:auto;
	}
.aboutnr .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#949494;
	line-height:32px;
	margin-top:53px;
}
.aboutnr .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:85px;
}
.aboutnr .aboutmore a{
	width:235px;
	display:block;
	background:#154377;
	height:60px;
	line-height:60px;
	padding-left:36px;
	font-size:16px;
	color:#fff;
}
.aboutnr .aboutmore a i{
	width:30px;
	height:100%;
	background:url(../image/icon5.png) no-repeat center;
	margin-right:25px;
	float:right;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.aboutnr .aboutmore a:hover i{
	margin-right:15px;
}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	}
.aboutlist ul li{
	overflow:hidden;
	padding:0;
	text-align:center;
	}
.aboutlist ul li:first-child dl{
	float:left;
}
.aboutlist ul li:last-child dl{
	float:right;
}
.aboutlist dl{
	overflow:hidden;
	display: inline-block;
}
.aboutlist dl dt,.aboutlist dl dd{
	overflow:hidden;
	float:left;
	text-align:left;
	}
.aboutlist dl dt{
	font-size:16px;
	color:#414141;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dt img{
	max-width:100%;
	height:auto;
}
.aboutlist dl dt .counter{
	font-size:52px;
	color:#414141;
	font-family: myThreeFont;
	line-height:52px;
	margin-right:5px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dt{
	padding-top:12px;
}
.aboutlist dl dd{
	font-size:16px;
	color:#414141;
	margin-left:24px;
}
.aboutlist dl dd .aboutnum{
	font-size:20px;
	color:#154377;
	font-weight:bold;
}
.aboutlist dl dd .aboutnum .counter{
	font-size:66px;
	line-height:56px;
	color:#154377;
	font-family: myThreeFont;
}
/* yyly
-------------------------------------------------------------- */
.yyly{
	width:100%;
	overflow:hidden;
	height:1000px;
	background:url(../image/yylybg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
.yyly .tit .titen,.yyly .tit h3 a{
	color:#fff;
}
.yyly .tit p{
	color:rgba(255,255,255,0.6);
}
.yyly .tit{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:74px;
	z-index:99;
}
.yyly ul{
	width:100%;
	height:100%;
	overflow:hidden;
}
.yyly ul li{
	width:20%;
	height:100%;
	overflow:hidden;
	float:left;
	border-left:solid 1px rgba(255,255,255,0.1);
	padding-top:390px;
	position:relative;
}
.yyly ul li .yylybg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
}
.yyly ul li .yylybg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.yyly ul li:first-child{
	border-left:none;
}
.yyly ul li .yylyicon,.yyly ul li h5,.yyly ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:9;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.yyly ul li h5{
	font-size:26px;
	color:#fff;
	line-height:36px;
	font-weight:normal;
	margin-top:40px;
}
.yyly ul li p{
	font-size:16px;
	color:#fff;
	font-family:Arial;
	margin-top:5px;
}
.yyly ul li:hover .yylybg{
	opacity:1;
}
.yyly ul li:hover .yylyicon{
	opacity:0;
	height:0;
}
.yyly ul li:hover h5{
	font-size:35px;
	line-height:45px;
}
/* news
-------------------------------------------------------------- */
.news{
	margin-top:116px;
	margin-bottom:130px;
}
.newsnr{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.newsnr .newslf{
	width:51%;
	overflow:hidden;
}
.newsnr .newsrt{
	width:49%;
	overflow:hidden;
}
.newsnr .newsrt .newslist:nth-child(1){
	border-right:none;
}
.newslist{
	padding:40px 40px 0 40px;
	border:solid 1px #e5e5e5;
	height:369px;
	position:relative;
}
.newslist .newsnum{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#f7f7f7;
	font-size:165px;
	font-weight:bold;
	line-height:140px;
	text-align:center;
	position:absolute;
	left:0;
	top:52px;
	z-index:-1;
}
.newslist h5{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#151515;
	height:68px;
	line-height:34px;
	margin-top:48px;
}
.newslist p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#7d7d7d;
	margin-top:20px;
}
.newslist .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#bcbcbc;
	line-height:30px;
	margin-top:62px;
}
.newslist .newsdate i{
	margin-left:16px;
}
.newslf .newsimg{
	overflow:hidden;
	padding:0;
	height:369px;
}
.newslf .newsimg img{
	width:100%;
	height:100%;
	overflow:hidden;
	object-fit:cover;
	}
.newsbot{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.newsbot dl{
	width:48%;
	overflow:hidden;
	float:left;
}
.newsbot dl:nth-child(1){
	margin-right:2%;
}
.newsbot dl:nth-child(2){
	margin-left:2%;
}
.newsbot dl dt{
	width:14%;
	overflow:hidden;
	float:left;
	border-right:solid 1px #dedede;
	padding:12px 0;
}
.newsbot dl dt .day,.newsbot dl dt .date{
	width:100%;
	overflow:hidden;
}
.newsbot dl dt .day{
	font-size:72px;
	color:#151515;
	font-family:Arial;
	line-height:62px;
}
.newsbot dl dt .date{
	font-size:18px;
	color:#bcbcbc;
	font-family:Arial;
	font-weight:normal;
}
.newsbot dl dd{
	width:86%;
	overflow:hidden;
	float:left;
	padding-left:25px;
}
.newsbot dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#151515;
	line-height:34px;
	border-bottom:solid 1px #bcbcbc;
	padding-bottom:10px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsbot dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#7d7d7d;
	line-height:30px;
	margin-top:10px;
}
.newsbot dl:hover dd h5,.newslist:hover h5{
	color:#154377;
}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding-top:70px;
	padding-bottom:110px;
	}
.protit{
	background:#fff;
	padding-top:67px;
	border:solid 1px #ebebeb;
	position:relative;
	z-index:99;
	}
.protit .tit{
	padding:0 0 0 50px;
	}
.promenu{
	overflow:hidden;
	text-align:right;
	padding-right:32px;
	padding-left:0;
	}
.promenu ul{
	display:inline-block;
	}
.promenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin:0 48px;
	padding-bottom:74px;
	position:relative;
	}
.promenu ul li:before{
	content:"";
	width:0;
	height:4px;
	background:#e50012;
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.promenu ul li a{
	font-size:20px;
	color:#1e1e1e;
	font-weight:bold;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.promenu ul li:hover:before{
	width:40px;
	}
.promenu ul li:hover a{
	color:#e50012;
	}
.pronr{
	width:100%;
	margin-top:32px;
}
.pronr dl{
	width:23.5%;
	float:left;
	background:#fff;
	margin:15px 2% 15px 0;
	border:solid 1px #fff;
	}
.pronr dl:nth-child(4n){
	margin-right:0;
}
.pronr dl dt{
	position:relative;
	height:344px;
	overflow:hidden;
	}
.pronr 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;
}
.pronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.pronr dl dd{
	width:100%;
	overflow:hidden;
	padding-bottom:42px;
	}
.pronr dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#151836;
	line-height:30px;
	text-align:center;
	}
.pronr dl dd .promore{
	width:200px;
	height:36px;
	line-height:36px;
	margin:auto;
	background:#eff6f9;
	text-align:center;
	margin-top:15px;
	background:url(../image/btnbg.jpg) no-repeat top center;
}
.pronr dl dd .promore .promorelf{
	width:50%;
	font-size:15px;
	color:#fff;
}
.pronr dl dd .promore .promorert{
	width:50%;
	font-size:15px;
	color:#151836;
}
.pronr dl:hover{
	box-shadow:0px 0px 18px rgba(254,121,66,0.3);
	border:solid 1px #fe7942;
	}
/* gssl
-------------------------------------------------------------- */
.gssl{
	width:100%;
	height:1000px;
	overflow:hidden;
	background:url(../image/slbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:120px;
	position:relative;
}
.gssl .tit{
	width:50%;
	overflow:hidden;
}
.gssl .tit .titen,.gssl .tit h3,.gssl .tit h3 a{
	text-align:left;
	color:#fff;
}
.gssl .tit h3 a{
	margin-left:0;
}
.gssl .tit p{
	text-align:left;
	color:rgba(255,255,255,0.4);
	margin-top: 23px;
}
.gssl .gssl_ggy{
	width:30px;
	overflow:hidden;
	position:absolute;
	right:80px;
	top:108px;
	font-size:25px;
	color:#143663;
	line-height:60px;
	text-align:center;
	padding:122px 0;
}
.gssl .gssl_ggy:before{
	content:"";
	width:1px;
	height:108px;
	background:#143663;
	position:absolute;
	top:0;
	left:14.5px;
}
.gssl .gssl_ggy:after{
	content:"";
	width:1px;
	height:108px;
	background:#143663;
	position:absolute;
	bottom:0;
	left:14.5px;
}
.gssl .gsslimg{
	width: 38%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	right:172px;
	top:138px;
}
.gssl .gsslimg img{
	max-width:100%;
	height:auto;
}
.gsslnr{
	width:51%;
	overflow:hidden;
	margin-top:118px;
}
.gsslnr dl{
	width:100%;
	overflow:hidden;
}
.gsslnr dl dt,.gsslnr dl dd{
	overflow:hidden;
	float:left;
}
.gsslnr dl dt img{
	max-width:100%;
	height:auto;
}
.gsslnr dl dd h5{
	font-size:32px;
	color:#fff;
	line-height:42px;
	font-weight:normal;
}
.gsslnr dl dd{
	margin-left:16px;
	margin-top:7px;
}
.gsslnr dl dd p{
	font-size:15px;
	color:#fff;
	font-family:Arial;
	letter-spacing:2.7px;
}
.gsslnr .gssljs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:26px;
}
.gssl .gssltel{
	width:51%;
	height:124px;
	overflow:hidden;
	padding-left:11.6%;
	background:#fe7c44;
	position:absolute;
	left:0;
	bottom:134px;
	z-index:99;
}
.gssltel .swiper-button{
	overflow:hidden;
	float:left;
	padding-top:37px;
}
.gssltel .swiper-button div{
	width:21px;
	height:11px;
}
.gssltel .swiper-button .swiper-button-prev{
	background:url(../image/prev2.png) no-repeat center;
}
.gssltel .swiper-button .swiper-button-next{
	background:url(../image/next2.png) no-repeat center;
	margin-top:28px;
}
.gssltelnr{
	overflow:hidden;
	background:url(../image/icon4.png) no-repeat left center;
	font-size:45px;
	color:#fff;
	line-height:124px;
	font-family: myThreeFont;
	padding-left:64px;
	padding-right:34px;
}
.line{
	width:1px;
	height:80px;
	background:#fff;
	float:left;
	margin-top:22px;
	margin-left:82px;
}
.gssltel .swiper-pagination-fraction{
	overflow:hidden;
	float:left;
	font-weight:normal;
	margin-top:42px;
	margin-left:70px;
}
.gssltel .swiper-pagination-fraction span{
	font-size:21px;
	color:#fff;
	position:relative;
	padding:0 5px;
	font-weight:normal;
	line-height:40px;
}
.gssltel .swiper-pagination-fraction span:first-child:after{
	content:"/";
	position:absolute;
	right:-5px;
	top:0;
	font-weight:normal;
	font-size:26px;
}
.gssltel .swiper-pagination-fraction span:first-child{
	font-size:35px;
	font-weight:bold;
}

/* 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(../image/contactbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:124px;
	}
.contact .contactnr{
	position:relative;
}
.contact .contactnr .contacttit{
	position:absolute;
	left:0;
	top:0;
}
.contact .contactrt{
	width:59%;
	overflow:hidden;
}
.contact .contactrt .contacttit,.contact .contactrt .contacttit h3{
	width:100%;
	overflow:hidden;
}
.contact .contactrt .contacttit h3{
	font-size:45px;
	line-height:55px;
	color:#fff;
	font-weight:normal;
	margin-bottom:8px;
}
.contactrt .lxfs{
	width:415px;
	height:411px;
	background:#fe7c44;
	padding:0 50px;
	position:absolute;
	left:0;
	bottom:0;
}
.contactrt .lxfs:before{
	content:"";
	width:100%;
	height:57px;
	background:url(../image/lxfsbg.png) no-repeat left bottom;
	background-size:cover;
	position:absolute;
	top:-56px;
	left:0;
}
.contactrt .lxfs dl{
	margin-top:40px;
}
.contactrt .lxfs dl,.contactrt .lxfs dl dt,.contactrt .lxfs dl dd{
	width:100%;
	overflow:hidden;
}
.contactrt .lxfs dl dt{
	font-size:16px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
}
.contactrt .lxfs dl dt img{
	margin-right:12px;
}
.contactrt .lxfs dl dd{
	font-size:18px;
	color:#fff;
	line-height:30px;
}
.contactrt .lxfs dl dd span{
	font-size:35px;
	color:#fff;
	font-family:Arial;
	font-weight:bold;
}
.contactrt .contactlist{
	width:100%;
	overflow:hidden;
	text-align:right;
}
.contactrt .contactlist ul{
	overflow:hidden;
	display:inline-block;
}
.contactrt .contactlist ul li{
	width:210px;
	height:220px;
	overflow:hidden;
	float:left;
	background:#fff;
	padding:28px 30px 0 30px;
	margin-left:30px;
}
.contactrt .contactlist ul li:first-child{
	margin-left:0;
}
.contactrt .contactlist ul li .contacticon,.contactrt .contactlist ul li h5,.contactrt .contactlist ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.contactrt .contactlist ul li h5{
	font-size:25px;
	color:#232323;
	line-height:35px;
	margin-top:16px;
}
.contactrt .contactlist ul li p{
	font-size:15px;
	color:#959595;
	line-height:20px;
	margin-top:7px;
}
.message{
	width:100%;
	overflow:hidden;
	margin-top:234px;
}
.message h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	line-height:42px;
}
.messagenr{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	padding-bottom:74px;
}
.messagenr .messagelf{
	width:43%;
	overflow:hidden;
}
.messagenr .messagelf p{
	width:100%;
	overflow:hidden;
	margin-bottom:14px;
}
.messagenr .messagelf p input{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 15px;
	border:solid 1px rgba(255,255,255,0.3);
	background:none;
	font-size:16px;
	color:#fff;
}
.messagenr .messagert{
	width:56%;
	overflow:hidden;
}
.messagenr .messagert .textarea{
	width:78%;
	overflow:hidden;
}
.messagenr .messagert .textarea textarea{
	width:100%;
	overflow:hidden;
	height:94px;
	border:solid 1px rgba(255,255,255,0.3);
	background:none;
	padding:10px 15px;
	font-size:16px;
}
.messagenr .messagert .tjbtn{
	width:20%;
	overflow:hidden;
}
.messagenr .messagert .tjbtn button{
	width:100%;
	height:94px;
	background:#fe7c44;
	text-align:center;
	line-height:94px;
	font-size:16px;
	color:#fff;
}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	line-height:30px;
	margin-top:73px;
	}
.link img{
	margin-right:22px;
	}
.link a{
	font-size:12px;
	color:#fff;
	margin-right:10px;
	}
/* 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;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #154377;
	padding-top: 86px;
}
.footer .footerlf{
	width: 33%;
	overflow: hidden;
}
.footer .footerlf .botlogo{
	width: 100%;
	overflow: hidden;
}
.footer .footerlf .botlogo img{
	max-width: 100%;
	height:auto;
}
.footer .footerlf dl{
	overflow: hidden;
	float:left;
	margin-top:90px;
}
.footer .footerlf dl dt,.footer .footerlf dl dd{
	overflow: hidden;
	text-align:center;
}
.footer .footerlf dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:7px;
}
.footer .footerrt{
	width: 67%;
	overflow: hidden;
}
.footernr ul{
	width:100%;
	overflow:hidden;
}
.footernr ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.footernr ul li div{
	float:right;
}
.footernr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	position:relative;
	margin-bottom: 19px;
}
.footernr ul li h4 a{
	font-size:17px;
	color:#fff;
}
.footernr ul li p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	font-size:15px;
	margin-top:3px;
	}
.footernr ul li p a{
	color:rgba(255,255,255,0.4);
	font-size:15px;
	}
.footernr ul li p a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	border-top:solid 1px rgba(255,255,255,0.2);
	padding:41px 0;
	margin-top:31px;
	position:relative;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	color:#fff;
	line-height:30px;
}
.bot .botrt{
	text-align:right;
}
.bot a{
	color:#fff;
	}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:500px;
	background:url(../image/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:667px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:438px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:354px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:333px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:258px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:167px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
}
.positionnr{
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../image/icon22.png) no-repeat left 14.5px;
}
.positionnr a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #004b96;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	margin-bottom:40px;
}
.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;
}
.menu_n ul li:hover,.menu_n ul li.active{
	border-bottom: solid 1px #154377;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#154377;
}
/* nmenu
-------------------------------------------------------------- */
.nmenu {
	overflow: hidden;
	margin-top:30px;
}
.nmenu ul {
	width:100%;
	overflow: hidden;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 40px;
	text-align: center;
	border-bottom:solid 2px rgba(150,150,150,0.8);
	margin-right:25px;
}
.nmenu ul li a {
	font-size: 16px;
	color: #343434;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	border-bottom:solid 2px #004b96;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#004b96;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #111111;
    font-size: 35px;
    line-height: 45px;
	}
.ntit p {
    width: 100%;
    overflow: hidden;
    font-family: myThreeFont;
    color: #111111;
    font-size: 22px;
    text-transform: uppercase;
}
/* about_n
-------------------------------------------------------------- */
.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;
	}
.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;
}

/* honor_n
-------------------------------------------------------------- */
.honor_n{
	width:100%;
	overflow:hidden;
	padding-top:100px;
	padding-bottom:200px;
	}
.honornr_n .tit p,.honornr_n .tit h3{
	text-align:center;
	}
.honorlist_n{
	width:100%;
	margin-top:78px;
	position:relative;
	}
.honorlist_n .swiper-slide{
	padding:0 10px;
	}
.honorlist_n .swiper-slide .honorimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.honorlist_n .swiper-slide .honorimg_n img{
	max-width:100%;
	height:auto;
	}
.honorlist_n .swiper-button{
	overflow:hidden;
	}
.honorlist_n .swiper-button div{
	width:16px;
	height:31px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-15.5px;
	}
.honorlist_n .swiper-button .swiper-button-prev{
	background:url(../image/prev2.png) no-repeat center;
	left:-36px;
	}
.honorlist_n .swiper-button .swiper-button-next{
	background:url(../image/next2.png) no-repeat center;
	right:-36px;
	}

/* pro_n
-------------------------------------------------------------- */
.pro_n{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding-top:30px;
	padding-bottom:60px;
	}
.margin{
	margin-top:60px;
	margin-bottom:60px;
}
.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:26px;
	color:#333;
	line-height:36px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.nprort .npro_infolei span{
	font-size:18px;
	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;
}

/*产品展示结束*/

/* video_n
-------------------------------------------------------------- */
.video_n{
	margin-top:60px;
	margin-bottom:60px;
}
.videonr_n{
	width:100%;
	overflow:hidden;
}
.videonr_n dl{
	overflow:hidden;
	padding:0 10px;
	margin:20px 0;
}
.videonr_n dl dt,.videonr_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.videonr_n dl dt{
	position:relative;
	height:338px;
}
.videonr_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;
}
.videonr_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
}
.videonr_n dl dd{
	font-size:16px;
	line-height:30px;
	margin-top:10px;
}
.videonr_n dl:hover dd{
	color:#154377;
}
.videonr_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;
	}
.videonr_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.videonr_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.videonr_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.videonr_n .fbnr img{
	max-width:100%;
	height:auto;
	}
.videonr_n .fbnr video{
	max-width:100%;
	height:auto;
	}
	
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n,.newsnr_n ul,.newsnr_n ul li .newsimg_n,.newsnr_n ul li .newsbot_n{
	width:100%;
	overflow:hidden;
	}
.newsnr_n ul li .newsbot_n{
	background: #f6f6f6;
	padding:20px;
	height:238px;
	position:relative;
}
.newsnr_n ul li{
	padding:0 10px;
	margin:20px 0;
	}
.newsnr_n ul li .newsimg_n{
	height:240px;
	position:relative;
}
.newsnr_n ul li .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;
}
.newsnr_n ul li:hover img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newsnr_n ul li .newsdate_n{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color: #979696;
}
.newsnr_n ul li .newsbot_n:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	background:#154377;
	bottom: -100%;
	z-index:1;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsnr_n ul li .newsbotnr_n{
	position:relative;
	z-index:99;
}
.newsnr_n ul li:hover .newsbot_n:before{
	bottom: 0;
}
.newsnr_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size: 18px;
	line-height:30px;
	font-weight:normal;
}
.newsnr_n ul li p{
	width:100%;
	overflow:hidden;
	color: #717171;
	margin-top:12px;
	height:50px;
}
.newsnr_n ul li .newsbtn_n{
	width: 153px;
    height: 36px;
	color: #717171;
	line-height: 36px;
    margin: 20px 0;
	border: 1px solid #c5c5c5;
	text-align:center;
}
.newsnr_n ul li .newsbtn_n span{
	color: #8a8a8a;
}
.newsnr_n ul li:hover .newsdate_n,.newsnr_n ul li:hover h5,.newsnr_n ul li:hover p{
	color:#fff;
}
.newsnr_n ul li:hover .newsbtn_n span{
	color:#fff;
}
.newsnr_n ul li:hover .newsbtn_n{
	border:solid 1px #fff;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* zsjm_n
-------------------------------------------------------------- */
.zsjm_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.zsjm_n dl{
	width:23%;
	overflow:hidden;
	background:#fff;
	float:left;
	margin:20px 1%;
	padding-bottom:20px;
	}
.zsjm_n dl dt,.zsjm_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zsjm_n dl dt img{
	max-width:100%;
	height:auto;
	}
.zsjm_n dl dd{
	line-height:30px;
	font-size:16px;
	}
	
/* contact_n
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	padding:0 20%;
	margin-top:58px;
}
.contactnr_n h4{
	width:100%;
	overflow:hidden;
	color: #000;
    font-size: 26px;
	line-height:36px;
	font-weight:normal;
	margin-bottom:12px;
}
.contactnr_n  .contactjs_n{
	width:100%;
	overflow:hidden;
	color: #646464;
    font-size: 18px;
	line-height:30px;
}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:32px;
}
.contactnr_n ul:before{
	content:"";
	width: 2px;
    height: 100%;
    border-radius: 5px;
    background: #154377;
    position: absolute;
    left: 0;
    top: 0;
}
.contactnr_n ul li{
	overflow:hidden;
	padding:0;
	line-height: 30px;
    color: #646464;
    font-size: 18px;
	padding-left:38px;
}
.contactnr_n ul li a{
	color: #646464;
    font-size: 18px;
}
.map{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.map img{
	width:100%;
	height:auto;
	}
/* message
-------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #a3a3a3;
}
:-moz-placeholder {
  color: #a3a3a3;
}
::-moz-placeholder{
color: #a3a3a3;
}
:-ms-input-placeholder {
  color: #a3a3a3;
}

/* nmessage
-------------------------------------------------------------- */
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.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: #154377;
    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;
}
/* jssl_n
-------------------------------------------------------------- */
.jssl_n{
	margin-top:60px;
	margin-bottom:60px;
}
.jssllist_n,.jsslcont_n{
	width:100%;
	overflow:hidden;
}
.jssllist_n{
	margin:50px 0;
}
.jssllist_n .jsslimg_n{
	width:48%;
	overflow:hidden;
	border-radius:0 200px 0 0;
}
.jssllist_n .jsslimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jssllist_n .jsslcont_n{
	width:52%;
	overflow:hidden;
	padding-top:50px;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	padding-left:200px;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	padding-right:200px;
}
.jssllist_n:nth-child(2n+1) .jsslimg_n{
	float:left;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslimg_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	float:left;
}
.jsslen{
	width:100%;
	overflow:hidden;
	font-size: 50px;
    color: #333333;
    line-height: 55px;
    font-family: Arial;
    margin-top: 20px;
	margin-bottom:100px;
}
.jsslcont_n h4,.jsslcont_n p{
	width:100%;
	overflow:hidden;
}
.jsslcont_n h4{
	font-size: 45px;
    color: #333;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 16px;
	margin-bottom:60px;
}
.jsslcont_n p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
/* 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:258px;
	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;
}
/* 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:#154377;
}

.toggle,#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.icon1,.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: #154377;
	  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: #154377;
	  -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: #d10000;
	  -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:1%;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 3px;
	  margin: 3px 5px;
	  width: 30px;
	  display: block;
	  background: #fff;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.showHeader .toggle span,.hover .toggle span{
		background: #000;
	}
	.toggle.active span{
		background: #fff;
	}

	.toggle span:nth-child(2) {
	  width: 25px;
	  margin-left: -10px;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
		  -ms-transform: rotate(-45deg) translate(-5px, 6px);
			  transform: rotate(-45deg) translate(-5px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-6px, -7px);
		  -ms-transform: rotate(45deg) translate(-6px, -7px);
			  transform: rotate(45deg) translate(-6px, -7px);
	}


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}
}


@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	.pronr dl dt{
		height:328px;
	}
	.videonr_n dl dt{
		height:322px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.pronr dl dt{
		height:295px;
	}
	.videonr_n dl dt{
		height:288px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.pronr dl dt{
		height:279px;
	}
	.videonr_n dl dt{
		height:271px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.pronr dl dt{
		height:262px;
	}
	.videonr_n dl dt{
		height:254px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.pronr dl dt{
		height:236px;
	}
	.videonr_n dl dt{
		height:227px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.pronr dl dt{
		height:209px;
	}
	.videonr_n dl dt{
		height:201px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.pronr dl dt{
		height:203px;
	}
	.videonr_n dl dt{
		height:194px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.pronr dl dt{
		height:254px;
	}
	.videonr_n dl dt{
		height:177px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.pronr dl dt{
		height:228px;
	}
	.videonr_n dl dt{
		height:158px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.pronr dl dt{
		height:214px;
	}
	.videonr_n dl dt{
		height:147px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.pronr dl dt{
		height:273px;
	}
	.videonr_n dl dt{
		height:187px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.pronr dl dt{
		height:230px;
	}
	.videonr_n dl dt{
		height:156px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.pronr dl dt{
		height:181px;
	}
	.videonr_n dl dt{
		height:119px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.pronr dl dt{
		height:159px;
	}
	.videonr_n dl dt{
		height:103px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.pronr dl dt{
		height:135px;
	}
	.videonr_n dl dt{
		height:90px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.pronr dl dt{
		height:118px;
	}
	.videonr_n dl dt{
		height:77px;
	}
}

@media(max-width:1768px) {
	.gssl .gssltel{
		padding-left: 8.2%;
	}
}
@media(max-width:1680px) {
	.gssl .gssltel {
		padding-left: 6%;
	}
	.gssltelnr{
		font-size:40px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.banner .swiper-button{
		right: 6%;
		bottom:60px;
	}
	.tit p{
		letter-spacing: 5px;
	}
	.about .aboutnr {
		padding: 0 50px 0 0;
	}
	.aboutlist dl dd .aboutnum .counter {
		font-size: 60px;
		line-height: 50px;
	}
	.news_n h1{
		font-size:24px;
		line-height:34px;
	}
	.tjpro .tjprort .gjc a {
		margin-right: 25px;
	}
	.tjpro .tjprort .gjc {
		padding: 40px 0 40px 20px;
	}
	.tjpro .tjprort {
		padding-right:6%;
	}
	.nav {
		margin-right: 40px;
	}
	.nav .menu > li a {
		margin: 0 5px;
	}
	.contact .contactrt .contacttit h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.newsbot dl dt .day {
		font-size: 62px;
		line-height: 52px;
	}
	.newslist h5,.newsbot dl dd h5{
		font-size: 22px;
		line-height:32px;
	}
	.gsslnr dl dd h5{
		font-size:30px;
		line-height:40px;
	}
	.gsslnr dl dd p {
		letter-spacing: 2px;
	}
}
@media(max-width:1440px) {
	.aboutlist dl dd .aboutnum .counter {
		font-size: 55px;
		line-height: 45px;
	}
	.nav .menu > li a {
		margin: 0;
		padding: 0 25px;
	}
	.yyly ul li .yylyicon img{
		width:80px;
	}
	.yyly ul li h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.yyly ul li:hover h5 {
		font-size: 30px;
		line-height: 40px;
	}
	.tit .titen,.tit .titen span{
		font-size: 70px;
		line-height: 70px;
	}
	.tit h3,.tit h3 a{
		font-size: 36px;
		line-height:46px;
	}
	.gssltelnr {
		padding-left: 50px;
		padding-right: 30px;
	}
	.newsbot dl dt .day {
		font-size: 58px;
		line-height: 48px;
	}
	.newslist .newsnum {
		font-size: 145px;
		line-height: 120px;
	}
	.gssltelnr {
		font-size: 36px;
	}
}
@media(max-width:1360px) {
	.tit p{
		letter-spacing: 3px;
	}
	.tjpro .tjprort .gjc a {
		margin-right: 15px;
	}
	.tjpro .tjprolf .tjprocn h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.nav {
		margin-right: 20px;
	}
	.nav .menu > li a {
		padding: 0 20px;
	}
	.contact .contactrt .contacttit h3 {
		font-size: 35px;
		line-height: 45px;
	}
	.contactrt .contactlist ul li {
		margin-left: 15px;
	}
	.newslist h5, .newsbot dl dd h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.gsslnr dl dd h5 {
		font-size: 26px;
		line-height: 36px;
	}
	.gsslnr dl dd p {
		letter-spacing: 1px;
	}
}
@media(max-width:1300px) {
	.contactrt .contactlist ul li {
		width: 190px;
		padding: 28px 20px 0 20px;
	}
	.contactrt .contactlist ul li h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.line {
		margin-left: 60px;
	}
	.gssltel .swiper-pagination-fraction {
		margin-left: 50px;
	}
}
@media(max-width:1280px) {
	.banner .swiper-button{
		bottom:40px;
	}
	.aboutnr .aboutjs{
		margin-top:40px;
	}
	.aboutnr .aboutmore{
		margin-top: 50px;
	}
	.about .aboutnr {
		padding: 0 30px 0 0;
	}
	.aboutlist dl dd .aboutnum .counter {
		font-size: 50px;
		line-height: 40px;
	}
	.pronr dl dd h5{
		font-size:16px;
	}
	.nprort h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.tjpro .tjprort .gjc a {
		margin-right: 10px;
	}
	.tjpro .tjprolf .tjprocn {
		margin-left: 10px;
	}
	.tjpro .tjprolf .tjprocn h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.tjpro .tjprort .gjc a {
		margin-right: 10px;
	}
	.tjpro .tjprolf .tjproen {
		font-size: 50px;
	}
	.toptel {
		font-size: 25px;
	}
	.nav .menu > li a {
		padding: 0 16px;
	}
	.contactrt .contactlist ul li h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.contact .contactrt .contacttit h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.contactrt .contactlist ul li p {
		font-size: 14px;
	}
	.tit .titen,.tit .titen span{
		font-size: 60px;
		line-height: 60px;
	}
	.tit h3,.tit h3 a{
		font-size: 32px;
		line-height:42px;
	}
	.yyly ul li h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.yyly ul li p{
		font-size:14px;
	}
	.gssl .gsslimg{
		right: 140px;
	}
	.newslist {
		padding: 40px 30px 0 30px;
	}
	.newslist .newsnum {
		font-size: 125px;
		line-height: 100px;
	}
	.newslist {
		padding: 30px 20px 0 20px;
	}
	.newsbot dl dt .day {
		font-size: 50px;
		line-height: 40px;
	}
	.newsbot dl dt .date{
		font-size:16px;
	}
	.videonr_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
}
@media(max-width:1200px) {
	.nav .menu > li a {
		padding: 0 12px;
	}
	.contactrt .contactlist ul li {
		padding: 28px 15px 0 15px;
		width: 170px;
	}
	.contactrt .lxfs{
		width: 350px;
		padding: 0 30px;
	}
}
@media(max-width:1152px) {
	.aboutlist dl dd .aboutnum .counter {
		font-size: 45px;
		line-height: 35px;
	}
	.tjpro .tjprolf .tjprocn {
		margin-left: 5px;
		font-size: 45px;
	}
	.tjpro .tjprolf .tjprocn h4 {
		font-size: 18px;
	}
	.nav .menu > li a {
		padding: 0 8px;
	}
	.contact .contactrt .contacttit h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.contactrt .contactlist ul li {
		padding: 28px 10px 0 10px;
		width: 160px;
		margin-left: 10px;
	}
	.messagenr .messagert .textarea {
		width: 74%;
	}
	.messagenr .messagert .tjbtn {
		width: 24%;
	}
	.tit h3 div img{
		width:260px;
	}
	.gssl .gssl_ggy{
		right:50px;
	}
	.gssl .gsslimg {
		right: 100px;
	}
	.line {
		margin-left: 40px;
	}
	.gssltel .swiper-pagination-fraction {
		margin-left: 20px;
	}
	.gssltelnr {
		padding-right: 20px;
	}
	.newsnr_n ul li .newsimg_n {
		height: 200px;
	}
}
@media(max-width:1080px) {
	.logo {
		padding: 32px 0;
	}
	.logo img{
		height:36px;
	}
}
@media(max-width:1024px) {
	.gssl .gssl_ggy{
		right:30px;
	}
	
}

@media(max-width:1023px) {
	.tjpro {
		display: none;
	}
	.header{
		height:60px;
	}
	.logo{
		padding:17px 0;
	}
	.logo img {
		height: 26px;
	}
	.contact{
		padding-top:60px;
	}
	.contact .contactnr .contacttit {
		position: inherit;
	}
	.contact .contactrt{
		width: 100%;
	}
	.contactrt .contactlist ul{
		width:100%;
	}
	.contactrt .contactlist{
		margin-top:20px;
	}
	.contactrt .lxfs{
		position:relative;
		margin-top:100px;
	}
	.message {
		margin-top: 60px;
	}
	.messagenr {
		padding-bottom: 60px;
	}
	.newsnr .newslf,.newsnr .newsrt{
		width:100%;
	}
	.newsnr .newsrt{
		margin-top:20px;
	}
	.news {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.newsbot dl dt,.newsbot dl dd{
		width:100%;
	}
	.newsbot dl dd{
		padding-left: 0;
	}
	.newsbot dl dt{
		border-right:none;
	}
	.return {
		width: 40px;
	}
}
@media(max-width:991px) {
	.news_n h1{
		font-size:22px;
		line-height:32px;
	}
	.about{
		padding-top:60px;
		padding-bottom:60px;
	}
	.about .aboutnr {
		padding: 0;
	}
	.about .aboutimg{
		position:inherit;
		width:100%;
		top: 0;
		height: auto;
		margin-bottom:40px;
	}
	.aboutlist{
		margin-top:50px;
	}
	.aboutlist ul li:first-child dl,.aboutlist ul li:last-child dl {
		float: none;
	}
	.aboutlist ul li{
		margin:10px 0;
	}
	.gssl .tit,.gsslnr,.gssl .gsslimg{
		width:100%;
	}
	.gssl .gsslimg{
		position:inherit;
		top:20px;
		right:0;
		text-align:center;
	}
	.gssl{
		padding-top:60px;
	}
	.gsslnr {
		margin-top: 40px;
	}
	.gssltelnr {
		font-size: 30px;
		background-size:30px;
		padding-left: 35px;
	}
	.gsslnr dl dd h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.gsslnr dl dd p {
		font-size: 14px;
	}
	.videonr_n dl dd {
		font-size: 15px;
	}
	.videonr_n h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.pro {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pronr dl {
		width: 32%;
	}
	.pronr dl:nth-child(4n) {
		margin-right: 2%;
	}
	.pronr dl:nth-child(3n) {
		margin-right: 0;
	}
	.yyly ul li{
		width:33.3333333333333333%;
		height:500px;
		padding-top: 200px;
	}
	.yyly .tit{
		top:30px;
	}
	.yyly ul li:hover h5 {
		font-size: 26px;
		line-height: 36px;
	}
	.yyly ul li{
		border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	}
	.tit .titen, .tit .titen span {
		font-size: 50px;
		line-height: 50px;
	}
	.tit h3, .tit h3 a {
		font-size: 28px;
		line-height: 38px;
	}
	.tit p {
		letter-spacing: 0;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.nprort h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.contactnr_n {
		padding: 0 10%;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child{
		text-align:left;
	}
	.nprort .npro_infolei{
		margin-bottom:0;
	}
	.gssltelnr{
		display:none;
	}
	.gssl .gssltel {
		width: 220px;
		height: 60px;
		padding-right: 20px;
		position:inherit;
		bottom:0;
		margin-top:20px;
	}
	.gssltel .swiper-button .swiper-button-next {
		margin-top: 18px;
	}
	.gssltel .swiper-button{
		padding-top:10px;
	}
	.gssltel .swiper-pagination-fraction{
		margin-top:10px;
	}
	.line{
		height:40px;
		margin-top:10px;
		margin-left: 20px;
	}
	.gssltel .swiper-pagination-fraction {
		margin-left: 10px;
	}
	.gssl{
		height:auto;
	}
	.link{
		margin-top:40px;
	}
	.footernr ul li p{
		display:none;
	}
	.footer{
		padding-top:60px;
	}
	.footer .footerlf dl{
		margin-top:40px;
	}
	.footer .footerrt{
		margin-top:30px;
	}
	.footernr ul li div {
		float: none;
	}
	.footer .footerlf,.footer .footerrt{
		width:100%;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
	.bot{
		padding: 20px 0;
	}
}
@media(max-width:912px) {
	.gssl .gssl_ggy{
		display:none;
	}
}
@media(max-width:820px) {
	.gssl .gssl_ggy{
		display:none;
	}
}
@media(max-width:768px) {
	.aboutnr .aboutmore a {
		width: 160px;
		padding-left: 20px;
	}
	.tit h3 div img {
		width: 150px;
	}
	.tit p{
		font-size:16px;
	}
	.yyly ul li h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.yyly ul li p {
		font-size: 13px;
		line-height: 24px;
	}
	.yyly ul li .yylyicon img {
		width: 60px;
	}
	.yyly ul li h5{
		margin-top:30px;
	}
	.yyly ul li:hover h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.contact .contactrt .contacttit h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.videonr_n .fbnr iframe,.videonr_n .fbnr video{
		width:100%;
	}
}
@media(max-width:767px) {
	.banner .swiper-button {
		bottom: 20px;
		right: 2%;
	}
	.banner .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.banner .swiper-button div {
		width: 35px;
		height: 35px;
	}
	.banner .swiper-slide .img img {
		width: 124%;
		margin-left: -12%;
	}
	.pronr dl {
		width: 49%;
	}
	.pronr dl:nth-child(3n) {
		margin-right: 2%;
	}
	.pronr dl:nth-child(2n) {
		margin-right: 0;
	}
	.newsnr .newsrt .newslist:nth-child(1) {
		border-right: solid 1px #e5e5e5;
	}
	.newslist{
		margin-top:10px;
	}
	.newsbot dl{
		width:100%;
	}
	.newsbot dl:nth-child(1) {
		margin-right:0;
	}
	.contactnr_n {
		padding: 0;
	}
	.contactnr_n ul li {
		padding-left: 20px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left: 0;
	}
	.nmessagenr dl dd textarea {
		height: 220px;
	}
	.newslf .newsimg{
		height:auto;
	}
	.newsnr_n ul li .newsbot_n{
		height:auto;
	}
	.newsnr_n ul li p{
		height:auto;
	}
}
@media(max-width:640px) {
	.banner .swiper-button div {
		width: 30px;
		height: 30px;
	}
	.banner .swiper-button {
		bottom: 10px;
	}
	.aboutlist dl dt img{
		width:40px;
	}
	.aboutlist dl dd {
		margin-left: 10px;
	}
	.pronr dl dd .promore{
		display:none;
	}
	.pronr dl dd h5 {
		font-size: 14px;
		height: 50px;
		line-height: 25px;
	}
	.pronr dl dd {
		padding: 10px 0;
	}
	.tit h3 a {
		margin: 0 10px;
	}
	.tit h3 div img {
		width: 50px;
	}
	.tit p {
		font-size: 15px;
		line-height: 20px;
	}
	.tit .titen, .tit .titen span {
		font-size: 40px;
		line-height: 40px;
	}
	.tit h3, .tit h3 a {
		font-size: 24px;
		line-height: 34px;
	}
	.contactnr_n h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.contactnr_n{
		margin-top:50px;
	}
	.videonr_n dl dd {
		font-size: 14px;
	}
	.map {
		margin-top: 40px;
	}
	.nmessagenr {
		margin-top: 30px;
	}
	.yyly ul li:hover h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.gsslnr dl dd h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.gsslnr dl dd p {
		letter-spacing: 0;
	}
	.contact .contactrt .contacttit h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.messagenr .messagert .tjbtn button{
		font-size:15px;
	}
	.contactrt .lxfs {
		height: 350px;
	}
	.contactrt .contactlist ul li{
		width:32.66666666666666667%;
		margin-left:1%;
		height:200px;
	}
	.contactrt .contactlist ul li h5{
		margin-top:10px;
	}
	.contactrt .contactlist ul li .contacticon img{
		height:40px;
	}
	.messagenr .messagelf,.messagenr .messagert,.messagenr .messagert .textarea,.messagenr .messagert .tjbtn{
		width:100%;
	}
	.messagenr .messagert .tjbtn{
		margin-top:10px;
	}
	.messagenr .messagert .tjbtn button{
		height:50px;
		line-height:50px;
	}
	.message h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.contact .contactrt .contacttit h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.gsslnr dl dt{
		width: 12%;
	}
	.gsslnr dl dt img {
		max-width: 100%;
		height:auto;
	}
	.gsslnr dl dd{
		width: 86%;
		margin-left:2%;
		margin-top:0;
	}
	.footernr ul li{
		width:33.33333333333333%;
	}
	.footernr ul li h4{
		margin-bottom:10px;
	}
}
@media(max-width:540px) {
	.card-img-150{
		height:154px;
	}
}
@media(max-width:500px) {
	.contactrt .contactlist ul li {
		width: 49%;
		margin-top:5px;
	}
	.contactrt .contactlist ul li:nth-child(3n){
		margin-left:0;
	}
	.gsslnr dl dd h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.gsslnr dl dd p {
		font-size: 13px;
	}
}
@media(max-width:425px) {
	.aboutlist dl dt img{
		width:30px;
	}
	.aboutlist dl dd .aboutnum .counter {
		font-size: 40px;
		line-height: 30px;
	}
	.contactrt .contactlist ul li h5 {
		font-size: 18px;
	}
	.contactrt .lxfs {
		width: 100%;
		height: 300px;
	}
	.contactrt .lxfs dl {
		margin-top: 20px;
	}
	.contactnr_n h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.contactnr_n .contactjs_n {
		font-size: 16px;
	}
	.videonr_n dl dd {
		height: 40px;
		line-height: 20px;
	}
	.videonr_n dl {
		margin: 10px 0;
	}
	.gsslnr dl dd h5 {
		font-size: 18px;
	}
	.gsslnr dl dd p {
		font-size: 12px;
	}
	.newsnr_n ul li .newsbtn_n {
		width: 120px;
	}
	.card-img-150 {
		height: 117px;
	}
}
@media(max-width:424px) {
	
	
}
@media(max-width:375px) {
	.aboutlist dl dd .aboutnum .counter {
		font-size: 30px;
		line-height: 20px;
	}
	.contactrt .lxfs dl dd span{
		font-size:32px;
	}
	.contactrt .lxfs {
		padding: 0 20px;
	}
	.tit .titen, .tit .titen span {
		font-size: 34px;
		line-height: 34px;
	}
	.yyly ul li:hover h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.videonr_n dl dd {
		font-size: 12px;
		margin-top:5px;
	}
}
@media(max-width:320px) {
	.contactrt .lxfs dl dd span {
		font-size: 30px;
	}
}
@media(max-width:319px) {
	.aboutlist dl dd .aboutnum .counter {
		font-size: 25px;
		line-height: 15px;
	}
}