﻿



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

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



/* 全局样式

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

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:"Microsoft YaHei","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: fixed;
	z-index: 9999;
	top:0;
	background:#fff;
	padding:0 2%;
	}
.logo{
	overflow:hidden;
	padding-top:20px;
}
.en{
	overflow:hidden;
	padding:39px 0;
	margin-left:28px;
	}
.en a{
	font-size:17px;
	}

/* 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;

}

/* Shield

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

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
}
.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:before{
	content:"";
	width:0;
	height:3px;
	background:#003f8c;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-27px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:hover:before,.nav .menu > li.current:before{
	width:54px;
	}

.nav .menu > li a{
	color:#474747;
	font-size:16px;
	display:block;
	padding:0 30px;
	margin:0 18px;
	line-height:100px;
	}

.nav .menu > li:hover a,.nav .menu > li.current a{
	color:#003f8c;
	font-weight:bold;
	}

.nav .menu > li:hover span,.nav .menu > li.current span{
	display:block !important;
	}


.nav .menu > li .submenu{

	width:100%;

	}

.nav .menu > li .submenu li{

	width:100%;

	line-height:30px;

	background:#003f8c;

	text-align:center;

	border-top:solid 1px #fff;
    padding:10px 0;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	margin:0;
	line-height:30px;
}

.nav .menu > li .submenu li:hover{

	background:#2f83ff;

}
.nav .menu > li.current:after{
	width:84px;
	}

.cont{
	width:1500px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1500px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-top:100px;
	}
	
.banner li{
    position: relative;
}
.banner li .stextcontent{
    position: absolute;
    right:10%;
    bottom:30%;
    color:#fff;
    text-align: right;
   
}
.banner li .stextcontent .h1{
    font-size:65px;
    margin-bottom:30px;
     text-shadow:#000 1px 1px 2px
}
.banner li .stextcontent .tips{
    font-size:22px;
    margin-bottom:60px;
     text-shadow:#000 1px 1px 2px;
     line-height: 2;
}

.banner li .stextcontent .btnbox{
    background-color: #fff;
    display: inline-block;
    padding:20px;
    color:#164A93;
}
.banner li .stextcontent .btnbox i{
    margin-left:40px;
}
.mouse-index{
	position:absolute;
	bottom:30px;
	left:50%;
	width:70px;
	margin-left:-35px;
	z-index:999;
	}
.mouse {
  width: 47px;
  overflow:hidden;
  position:relative;
	left:50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
		  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.mouse-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
}

@-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);
  }
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
	width:22px;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  position:absolute;
  top:50%;
  left:2%;
  z-index:99;
  display:inline-block;
  margin-top:-75px;
  }

.rslides_tabs li {
  float: left;
  width: 22px;
  height:22px;
  margin: 14px 0;
  }
.rslides_tabs li:first-child{
	margin-left:0;
	}
.rslides_tabs li:last-child{
	margin-right:0;
	}

.rslides_tabs a {
	width:100%;
  height: 100%;
  display:block;
  border-radius:50%;
  position:relative;
  }
.rslides_tabs li a:before{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#fff;
	position:absolute;
	left:5px;
	top:5px;
	}

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs li a:hover,.rslides_tabs .rslides_here a{
  border:solid 1px #fff;
  }

/* Callback example */
.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
  }
.banner .rslides_nav{
	width:38px;
	height:38px;
	position:absolute;
	display:block;
	z-index:998;
	border:solid 1px #fff;
	border-radius:50%;
	 }
.banner .prev{
    background:url("../image/prevh2.png") no-repeat center;
	top:26%;
	right:12.5%;
	}
.banner .prev:hover{
    background:#113152 url("../image/prevh2.png") no-repeat center;
	border:solid 1px #113152;
	}
.banner .next{
    background:url("../image/nexth2.png") no-repeat center;
	top:26%;
	right:10%;
	}
.banner .next:hover{
    background:#113152 url("../image/nexth2.png") no-repeat center;
	border:solid 1px #113152;
	}
.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 47%;
    }
  }
/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#003f8c;
	line-height:40px;
	margin:0;
	}
.tit h4 a{
	font-size:30px;
	color:#000;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:38px;
	color:#f1f1f1;
	line-height:40px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
	}
.more{
	overflow:hidden;
	}
.more a{
	width:188px;
	height:50px;
	display:block;
	font-size:16px;
	color:#003f8c;
	line-height:50px;
	border:solid 1px #003f8c;
	padding-left:15px;
	position:relative;
	text-transform:uppercase;
	background:url(../image/tb9.png) no-repeat 90% center;
	transition: all 0.3s ease;
	}
.more a:hover{
	background:url(../image/tb9.png) no-repeat 86% center;
}

	
/* fuwu
-------------------------------------------------------------- */
.fuwu{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding:29px 0 40px 0;
	}
.fuwunr dl{
	width:20%;
	overflow:hidden;
	float:left;
	}
.fuwunr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.fuwunr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	line-height:30px;
	margin-top:10px;
	}

/* sb
-------------------------------------------------------------- */
.sb{
	width:100%;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:66px;
}
.sb .sbnr{
	margin-top:40px;
	}
.sb .sbnr ul{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li{
	width:380px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	position:relative;
	}
.sb .sbnr ul li:last-child{
	margin-right:0;
	}
.sb .sbnr ul li .sbimg{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li .sbbg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(9,131,103,0.8);
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.sb .sbnr ul li .sbbg .sbtb{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:88px;
	}
.sb .sbnr ul li:hover .sbbg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.sb .sbnr ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	}
.sb .more{
	margin-top:58px;
	}
.sb .more a{
	margin:auto;
	}
/* jyfw
-------------------------------------------------------------- */
.jyfw{
	width:100%;
	overflow:hidden;
	background:url(http://www.ythjjs.com/skin/images/fwbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:55px;
	padding-bottom:74px;
	}
.jyfw .titen{
	color:#fff;
	}
.jyfw .tit h4 a{
	background:none;
	color:#fff;
	}
.jyfwnr{
	margin-top:56px;
	}
.jyfwnr dl{
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
	background:#fff;
	padding-top:38px;
	margin-right:50px;
	margin-bottom:0;
	}
.jyfwnr dl:last-child{
	margin-right:0;
	}
.jyfwnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	transition: all 0.5s;
	}
.jyfwnr dl dt .fwimg2{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg1{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg2{
	display:block;
	margin:auto;
	}
.jyfwnr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#098367;
	line-height:30px;
	margin-top:10px;
	}
.jyfwnr dl:hover dt{
	transform: rotateY(180deg);
	}
.jyfwnr dl:hover{
	background:#098367;
	}
.jyfwnr dl:hover dd{
	color:#fff;
	}
.fwtel{
	width:340px;
	height:62px;
	line-height:62px;
	overflow:hidden;
	background:#fff;
	border-radius:30px;
	position:relative;
	left:50%;
	margin-left:-170px;
	font-size:26px;
	color:#098367;
	padding-left:20px;
	margin-top:58px;
	}
.fwtel .fwtelnr{
	width:248px;
	height:62px;
	line-height:62px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	background:#098367;
	color:#fff;
	font-size:26px;
	border-radius:30px;
	text-align:center;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../image/yybg.jpg) no-repeat top center;
	background-size:cover;
}
.pro dl{
	width:100%;
    height:768px;
	border-right:solid 1px rgba(251,251,251,0.5);
	background:rgba(0,0,0,0.3);
	background-position: 50% 50%;
	margin:0;
	}
.pro .owl-carousel .owl-item dl{
    float: left;
	transition: all 0.3s ease;
}
.pro .owl-carousel .owl-item dl a{
	width:100%;
	height:100%;
	display:block;
	padding:246px 0 0 0;
}
.pro .owl-carousel .owl-item:last-child dl{
	border-right:none;
	}

.pro .owl-carousel .owl-item:last-child dl{
	border-right:none;
	}
.pro dl dd{
	margin-top:32px;
	transition: all 0.3s ease;
	}
.pro dl dd .probt{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:35px;
	text-align:center;
	}
.pro dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	font-family:Arial;
	color:rgba(255,255,255,0.5);
	text-align:center;
	}
.pro dl dd hr{
	width:32px;
	border-bottom:solid 2px #fff;
	margin:48px auto 0;
	}
.pro dl dd:last-child{
	width:100%;
	position:absolute;
	left:0;
	bottom:54px;
	display:none;
	}
.pro dl dd:last-child .probt{
	font-size:28px;
	}
.pro dl dd:last-child p{
	color:#fff;
	}
.pro dl:hover {
	background:none;
}
.pro dl:hover:before{
	opacity:1;
}
.pro dl:hover .dd1,.pro dl:hover dt{
	display:none;
	}
.pro dl:hover dd:last-child{
	display:block;
	}
.pro .owl-carousel .owl-item:first-child dl:hover{
	background:url(../image/yy1.jpg) no-repeat top center;
	}
.pro .owl-carousel .owl-item:nth-child(2) dl:hover{
	background:url(../image/yy2.jpg) no-repeat top center;
	}
.pro .owl-carousel .owl-item:nth-child(3) dl:hover{
	background:url(../image/yy3.jpg) no-repeat top center;
	}
.pro .owl-carousel .owl-item:nth-child(4) dl:hover{
	background:url(../image/yy4.jpg) no-repeat top center;
	}
/*.pro .owl-carousel .owl-item:nth-child(5) dl:hover{*/
/*	background:url(../image/yy5.jpg) no-repeat top center;*/
/*	}*/
/*.pro .owl-carousel .owl-item:nth-child(6) dl:hover{*/
/*	background:url(../image/yy6.jpg) no-repeat top center;*/
/*	}*/


/* zsjm
-------------------------------------------------------------- */
.zsjm .zsjmnr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.zsjm .zsjmnr table{
	width:100%;
	overflow:hidden;
	border:solid 1px #fff;
	border-collapse:collapse;
	}
.zsjm .zsjmnr table tr td{
	text-align:center;
	font-size:18px;
	color:#000;
	line-height:55px;
	}
.zsjm .zsjmnr img{
	max-width:100%;
	height:auto;
	}
/* partner
-------------------------------------------------------------- */
.partner .partnernr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.partner .partnernr img{
	max-width:100%;
	height:auto;
	}

/* client
-------------------------------------------------------------- */
.pro_gp{
	width:100%;
	overflow:hidden;
	background:#fafafa;
	padding:80px 0;
	}
.pro_gp .pro_gpnr{
	width:80%;
	overflow:hidden;
	float:right;
	position:relative;
	}
.pro_lf{
	width:33%;
	overflow:hidden;
	margin-top: 34.6%;
	}
.pro_rt{
	width:64%;
	overflow:hidden;
	position:relative;
	}
.pro_rt img{
	width:100%;
	}
.pro_rt .pro_gptit{
	width:100%;
	line-height:30px;
	padding:33px 0;
	text-align:center;
	font-size:26px;
	color:#333;
	background:rgba(255,255,255,0.5);
	position:absolute;
	bottom:0;
	}
.pro_gp_ms{
	width:43%;
	overflow:hidden;
	background:#fafafa;
	position:absolute;
	top:60px;
	left:0;
	z-index:99;
	padding:66px 0 66px 20px;
	}
.pro_gpcn{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#666;
	margin-top:34px;
	}
.pro_gpen{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	line-height:30px;
	text-transform:uppercase;
	color:#666;
	margin-bottom:30px;
	}
#my-slide{
	width:100%;
}

#my-slide .slide-list{
	max-width: 1300px;
	width:100%;
	min-height:230px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}

#my-slide .slide-list li{
	margin-right:20px;
	position: absolute;
	top:0;
	overflow: hidden;
	width:calc(100% - 20px - 50%);
	max-width: 660px;
	opacity:0.5;
}
#my-slide .slide-list li.active{
	opacity:1;
	}

#my-slide .slide-list li img{
	width:100%;
	height:auto;
}

/**é¡¶éƒ¨å¹»ç¯ç‰‡æŒ‰é’®**/
.slick-top-prev{
	position:absolute;
	display: block;
	height: 94px;
	width:56px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	top: 50%;
	left: 0px;
	margin-top:-47px;
}

.slick-arrow{
	font-family: monospace;
	font-weight: 100;
	font-size: 50px;
	color: #333;
	outline: none;
	z-index: 1;
	opacity: .95;
}

.slick-top-prev:before{
	content: "<";
	font-weight: bold;
}

.slick-top-next{
	position:absolute;
	display: block;
	height: 40px;
	width:22px;
	top: 50%;
	right: 0px;
	margin-top:-47px;
	background:none;
}

.slick-top-next:before{
	content: ">";
	font-weight: bold;
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../image/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	padding-bottom:115px;
	}
.about .aboutimg{
	width:47%;
	overflow:hidden;
	}
.about .aboutimg img{
	width:100%;
	height:auto;
	}
.aboutnr{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-750px;
	}
.aboutnr .aboutlf{
	padding:0;
	}
.ab_fl{
	width:65%;
	overflow:hidden;
	margin-top:64px;
	border:solid 1px rgba(255,255,255,0.3);
}
.ab_fl ul{
	width:100%;
	overflow:hidden;
}
.ab_fl ul li{
	overflow:hidden;
	color:rgba(255,255,255,0.5);
	font-weight:normal;
	float:left;
	text-align:center;
	padding:12px 0;
}
.ab_fl ul li:first-child{
	border-right:solid 1px rgba(255,255,255,0.3);
}
.ab_fl ul li span{
	line-height:50px;
}
.ab_fl ul li .counter{
	font-size:38px;
	color:#fff;
	font-weight:bold;
	margin-right:10px;
	}
.ab_fl ul li .wz{
	color:rgba(255,255,255,0.5);
	}
.aboutnr .aboutrt{
	padding:64px 0 0 32px;
	}
.aboutnr .aboutrt .aboutms{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d0d0d0;
	font-size:16px;
	line-height:32px;
	color:#737373;
	padding-top:40px;
	margin-top:48px;
	}
.tab,.tab ul{
	width:100%;
	overflow:hidden;
	}
.tab ul li{
	overflow:hidden;
	float:left;
	margin-right:30px;
	}
.tab ul li a{
	font-size:36px;
	color:#333;
	}
.tab ul li.hover a{
	color:#003f8c;
	}
.ab_fl2{
	width:100%;
	overflow:hidden;
	margin-top:27px;
	}
.ab_fl2 dl{
	overflow:hidden;
	float:left;
	margin-right:86px;
	}
.ab_fl2 dl dt{
	overflow:hidden;
	color:#003f8c;
	font-size:16px;
	}
.ab_fl2 dl dt span{
	font-size:30px;
	color:#003f8c;
	}
.ab_fl2 dl dd{
	overflow:hidden;
	color:#003f8c;
	}
.about .more{
	margin-top:87px;
	}
/* imglist
-------------------------------------------------------------- */
.pro_gt{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding:90px 0;
	}
.pro_gt_nr{
	position:absolute;
	left:20px;
	top:0;
	}
.pro_gt_nr .pro_cn{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#666;
	margin-top:34px;
	}
.pro_gt_nr .pro_en{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	line-height:30px;
	text-transform:uppercase;
	color:#666;
	margin-bottom:40px;
	}
.pro_btn{
	width:68px;
	height:68px;
	border-radius:50%;
	background:#ff9031;
	position: absolute;
    left: 50%;
    margin-left: -8.7%;
    z-index: 99;
	top: 50%;
    margin-top: -34px;
	}
.pro_btn:after{
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#dbdbdb;
	left:32px;
	top:32px;
	}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container {
    
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  width: 80%;
  float:right;
  position:relative;
}
@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.swiper-slide-duplicate,
.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}




.swiper-slide-duplicate .description,
.swiper-slide-duplicate .title,
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-duplicate-active .description,
.swiper-slide-duplicate-active .title,
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-duplicate-active .title,
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #fff;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-duplicate-active .description,
.swiper-slide-active .description {
  font-size: 16px;
  color: #fff;
  transition: opacity 0.5s ease 0.75s;
}

.gallery-top {
  width: 100%;
}
@media (min-width: 480px) {
  .gallery-top {
    width: 56%;
    margin-right: 10px;
  }
}
.gallery-top .swiper-slide img{
    width: 100%;
  }

.gallery-thumbs {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width: 40%;
    padding: 0;
	margin-top:24%;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: row nowrap;
    
  }
  .gallery-thumbs .swiper-slide img{
	  max-width:100%;
	  height:auto;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/*product*/
.product{
    padding-bottom:158px;
	padding-top:80px;
}
.product .list{
    overflow:hidden;
	margin-top:33px;

	padding-bottom:20px;
}
.product .list .item{
    border:1px solid #DEDEDE;
    padding:15px;
    text-align: center;
}
.product .list .item .imgbox{
    height:200px;
    object-fit: cover;
    margin-bottom:20px;
}
.product .list .item .imgbox img{
    height:100%;
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../image/newsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:158px;
	padding-top:80px;
	}
.news .tit{
	width:60%;
	}
.news .more{
	margin:20px 0;
	}
.news .newsnr{
	width:100%;
	overflow:hidden;
	margin-top:33px;
	background:#fff;
	padding-bottom:20px;
	}
.news .newsnr .newslf{
	padding:0 30px 0 0;
	}
.news .newsnr .newslf dl{
	width:100%;
	overflow:hidden;
	}
.news .newsnr .newslf dl dt,.news .newsnr .newslf dl dd{
	width:100%;
	overflow:hidden;
	}
.news .newsnr .newslf dl:hover dt img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
	}
.news .newsnr .newslf dl dd{
	padding-left:30px;
	margin-top:34px;
	}
.news .newsnr dl dd .newstit{
	width:100%;
	overflow:hidden;
	}
.news .newsnr .newslf dl dd .newstit h5{
	width:78%;
	overflow:hidden;
	float:left;
	font-size:20px;
	color:#343434;
	line-height:35px;
	margin:0;
	font-weight:bold;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsnr .newsrt dl dd .newstit h5{
	width:78%;
	overflow:hidden;
	float:left;
	font-size:20px;
	color:#343434;
	line-height:35px;
	margin:0;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsnr .newslf dl dd .newstit .newsdate,.news .newsnr .newsrt dl dd .newstit .newsdate{
	width:20%;
	overflow:hidden;
	float:right;
	text-align:right;
	line-height:35px;
	color:#343434;
	font-size:15px;
	}
.news .newsnr .newslf dl dd .newsjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#9e9e9e;
	margin-top:10px;
	}
.news .newsnr .newsrt{
	padding:0 48px 0 48px;
	}
.news .newsnr .newsrt dl{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
	padding:30px 0;
	margin:0;
	}
.news .newsnr .newsrt dl:last-child{
	border-bottom:none;
	}
.news .newsnr .newsrt dl dt{
	width:15%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#a3a3a3;
	font-weight:normal;
	}
.news .newsnr .newsrt dl dt span{
	width:100%;
	overflow:hidden;
	display:block;
	font-size:52px;
	color:#000;
	line-height:50px;
	margin-bottom:10px;
	font-weight:bold;
	}
.news .newsnr .newsrt dl dd{
	width:85%;
	overflow:hidden;
	float:right;
	}
.news .newsnr .newsrt dl dd .newsjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#9e9e9e;
	}
.news .newsnr .newslf dl:hover dd .newstit h5,.news .newsnr .newsrt dl:hover dd .newstit h5,.news .newsnr .newsrt dl:hover dt span{
	color:#003f8c;
}
/* ys
-------------------------------------------------------------- */
.ystit{
	margin-top:88px;
	}
.ystit .tit{
	width:100%;
	overflow:hidden;
	}
.ystit .tit p{
	text-align:center;
	}
.ystit .tit h4{
	text-align:center;
	}
.ys{
	width:90%;
	overflow:hidden;
	float:right;
	margin-top:72px;
	position:relative;
	padding-bottom:59px;
	}
.ys .hj{
	overflow:hidden;
	font-size:165px;
	color:#f1f1f1;
	font-family:Arial;
	font-weight:bold;
	position:absolute;
	top: 50%;
    margin-top: -100px;
	left:0;
	line-height:200px;
	}
.ys hr{
	width:490px;
	height:2px;
	background:#515151;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-245px;
	border:none;
	margin:0;
	}
.ys .owl-carousel{
	width:80%;
	float:right;
	left:100px;
	}
.ys .item{
	width:100%;
	overflow:hidden;
	}
.ys .item .ysimg{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 20px;
	}
.ys .item .ysimg img{
	width:100%;
	height:auto;
	}
/*.ys .owl-item:nth-child(2n) .ysimg img{*/
/*	margin-top:-126px;*/
/*	}*/
.ys .owl-item:nth-child(2n) .ysimg .ystit{
	padding: 0 154px 34px 54px;
}

.ys .item .ysimg .ystit{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	padding:0 54px 34px 54px;
	}
.ys .item .ysimg .ystit h5{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	text-align:left;
	line-height:40px;
	margin:0;
	}
.ys .item .ysimg .ystit p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	text-align:left;
	line-height:30px;
	margin-top:10px;
	}

/* link
-------------------------------------------------------------- */
.link{
	line-height:30px;
	font-size:16px;
	padding:50px 0 38px 0;
	background: #111;
	}
.linknr{
	color:rgba(255,255,255,0.5);
	}
.link a{
	font-size:16px;
	margin-right:10px;
	color:rgba(255,255,255,0.5);
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#111;
	padding-top:34px;
}
.footer .blogo,.footer .bnav{
	padding:0;
	}
.footer .blogo img{
	max-width:100%;
	height:auto;
	}
.footer .blogo .btel{
	font-size:16px;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	}
.footer .blogo .btelnr{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	margin-top:75px;
	}
.footer .blogo .btelnr a{
	font-size:22px;
	color:#fff;
	}
.footer .bewm{
	padding:0;
	}
.footer .bewm dl{
	overflow:hidden;
	float:right;
	}
.footer .bewm dl dt{
	overflow:hidden;
	text-align:center;
	}
.footer .bewm dl dd{
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:14px;
	}
.footer .bnav ul{
	width:100%;
	overflow:hidden;
	}
.footer .bnav ul li{
	width:25%;
	overflow:hidden;
	float:left;
	}
.footer .bnav ul li h5{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	margin:0 0 20px 0;
	}
.footer .bnav ul li h5 a{
	font-size:17px;
	color:#fff;
	}
.footer .bnav ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:34px;
	}
.footer .bnav ul li p a{
	font-size:15px;
	}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:60px 0;
	color:rgba(255,255,255,0.5);
	}
.bot a{
	color:rgba(255,255,255,0.5);
	}
.bdl{
	width:100%;
	overflow:hidden;
	margin-top:36px;
	}
.bdl dl{
	border:solid 1px #272727;
	padding:14px 0 17px 0;
	margin-bottom:0;
	}
.bdl dl:first-child{
	border-left:none;
	}
.bdl dl:last-child{
	border-right:none;
	}
.bdl dl dt{
	padding-left:66px;
	padding-right:0;
	}
.bdl dl dt p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:rgba(255,255,255,0.5);
	font-weight:normal;
	}
.bdl dl dt p a{
	font-size:16px;
	color:rgba(255,255,255,0.5);
}
.bdl dl dd{
	text-align:center;
	padding:0;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:508px;
	margin-top:80px;
	background:url(../image/1659747684761995.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n { 
		height:677px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:368px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:445px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:360px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:339px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:305px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:271px;
	}
}
@media(max-width:921px) {
	.banner_n{
		height:244px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:203px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:169px;
	}
}

/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d3d3d3;
}
.positionnr{
	line-height:30px;
	padding:17px 0;
	font-size:16px;
	color:#000;
	}
.position a:nth-child(1) {
	color: #2c5830;
	transition: all 0.8s ease;
}

.position a {
	transition: all 0.8s ease;
}

.position a:hover {
	color: #2c5830;
}

.item img {
	max-width: 100%;
}
/* ncontent
-------------------------------------------------------------- */
.bg{
	background:#f2f4f6;
	}
.nmenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.nmenu ul{
	overflow:hidden;
	display:inline-block;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	padding:0 18px;
	float:left;
	line-height:46px;
	border:solid 1px #eee;
	border-radius: 5px;
	margin:5px 10px;
	font-size:;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	}
.nmenu ul li:hover,.nmenu ul li.cur{
	background:#003f8c;
	border:solid 1px #003f8c;
	}
.nmenu ul li:hover a,.nmenu ul li.cur a{
	color:#fff;
	}
/* nabout
-------------------------------------------------------------- */
.nabout,.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout .tit{
	width:100%;
	margin-bottom:50px;
	margin-top:58px;
	}
.ncontact .tit{
	width:100%;
	margin-bottom:50px;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:16px;
	line-height:32px;
	padding:40px 0;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
}
.zzjg{
	width:100%;
	overflow:hidden;
	background:url(../image/zzjgbg.jpg) no-repeat top center;
	background-size:cover;
	padding:80px 0 180px 0;
	}
.zzjgnr .zzjgtit{
	width:100%;
	overflow:hidden;
	}
.zzjgnr .zzjgtit h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	text-align:center;
	margin:0;
	}
.zzjgnr .zzjgtit p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#000;
	line-height:30px;
	margin-top:8px;
	}
.zzjgimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.zzjgimg img{
	max-width:100%;
	height:auto;
	}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonor ul{
	width:100%;
	overflow:hidden;
	}
.nhonor ul li{
	margin:10px 0;
	}
.nhonor ul li img{
	max-width:100%;
	height:auto;
	}
.nhonor ul li:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.02);
	}
.poptrox-popup{
	overflow:visible !important;
}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.npro dl{
	width:470px;
	overflow:hidden;
	float:left;
	margin:20px 45px 20px 0;
	background:#f6f6f6;
	}
.npro dl:nth-child(3n){
	margin-right:0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
}
.npro dl dt{
	height:388px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
.npro 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;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dt .nprobg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,63,140,0.8) url(../image/tb11.png) no-repeat center 60%;
	opacity:0;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npro dl dt .nprotit{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
	color:#fff;
	margin-top:98px;
	font-weight:bold;
	}
.npro dl:hover dt .nprobg{
	opacity:1;
	-webkit-transform: translateY(100);
	-moz-transform: translateY(100);
	-ms-transform: translateY(100);
	-o-transform: translateY(100);
	transform: translateY(100);
	}
.npro dl dd{
	width:82%;
	margin:0 9%;
	color: #333;
    font-size: 20px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	border-top:solid 1px #a9a9a9;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl:hover{
	background:rgba(0,63,140,0.8);
	}
.npro dl:hover dd{
	color:#fff;
	border-top:solid 1px #fff;
	}
.npro .nproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:60px;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
	border:1px solid #ddd;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
	
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.npro .npro_infort .dis{
    padding-top:28px;
    font-size:16px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:#999;
	line-height:30px;
	margin-top:20px;
	margin-bottom:20px;
}
.npro .npro_infort .npro_lxfs{
	width:100%;
	overflow:hidden;
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
	padding:20px 0;
	margin-bottom:20px;
}
.npro .npro_infort .npro_lxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.npro .npro_infort .npro_lxfs p a{
	font-size:16px;
	color:#333;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	
	}
.npro_lxbtn a{
	width:190px;
	height:50px;
	display:block;
	padding-left:35px;
	line-height:50px;
	font-size:16px;
	color:#003f8c;
	border:solid 1px #003f8c;
	background:url(../image/tb9.png) no-repeat 90% center;
	}
	
.npro .vpdtop{
    margin-bottom:80px;
}
.nprofb{
	width:100%;
	overflow:hidden;
	padding-top:30px;
	}
.nprofb .nprofbtop{
    background-color: #003F8C;
    color:#fff;
    padding:20px;
    font-size:18px;
    margin-bottom:20px;
}
.nprofb p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nprofb img{
	max-width:100%;
	height:auto;
	}
.box{width:100%;}
.left-pro{width:100%;}
.left-pro .t1{width:100%;margin-top:10px;}
.left-pro .t2{width:100%;text-indent:0;}
.left-pro .t2 img{text-indent:0; }
.left-pro .t2 .main_img{
	width:100%;
}




.joinshgw-list{width: 100%;}
.joinshgw-list li{width: 100%;position: relative;margin-top: 30px;background: #f6f7f9;transition: background .4s ease;}
.joinshgw-list li:first-child{margin-top: 0;}
.joinshgw-menu{display: flex;align-items: center;height: 100px;padding: 0 36px;justify-content: space-between;user-select: none;cursor: pointer;}
.joinshgw-menu .main{width: auto;align-items: center;}
.joinshgw-menu .main span{position: relative;margin-left: 45px;color: #333;transition: all .4s ease;font-size:22px;}
.joinshgw-menu .main span:first-child{margin-left: 0;font-weight: 700;max-width: 300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.joinshgw-menu .main span::before{content: "";position: absolute;width: 1px;height: 18px;margin-top: -9px;left: -22px;background: #333;top: 50%;transition: all .4s ease;}
.joinshgw-menu .main span:first-child::before{display: none;}
.joinshgw-menu .info{width: auto;align-items: center;}
.joinshgw-menu .info span{position: relative;margin-right: 37px;color: #b2b2b2;transition: all .4s ease;}
.joinshgw-menu .info span::before{content: "";position: absolute;width: 1px;height: 14px;margin-top: -7px;right: -18px;background: #b2b2b2;top: 50%;transition: all .4s ease;}
.joinshgw-menu .info span:nth-last-child(-n+2):before{display: none;}
.joinshgw-menu .info a{margin-right: 0;width: 94px;height: 34px;border-radius: 17px;line-height: 1;background: #0056b8;font-size: 14px;color: #fff;display: flex;align-items: center;justify-content: center;}
.joinshgw-drop{display: none;width: 100%;padding: 48px 36px;position: relative;}
.joinshgw-drop::before{content: "";position: absolute;width: 100%;height: 2px;background: #fff;top: 0;left: 0;}
.joinshgw-drop .cont{width: 100%;color: #fff;}
.joinshgw-drop .cont p{
    color:#fff;
}
.joinshgw-list li:hover .joinshgw-menu .main span{color: #0056b8;}
.joinshgw-list li.active {background: #0056b8;}
.joinshgw-list li.active .joinshgw-menu span{color: #fff !important;}
.joinshgw-list li.active .joinshgw-menu span::before{background: #fff;}
.joinshgw-list li.active .joinshgw-menu .info a{background: #fff;color: #0056b8 !important;}


#showArea a img{cursor:pointer;display:block;width:19.2%;padding:1px;float:left;margin-left:1%;}
#showArea a img.active{border:solid 1px #ff9031;}
#showArea a:first-child img{margin-left:0;}
#main_img{cursor:pointer;display:block}
#gotop{cursor:pointer;display:block;margin-left:9px}
#gobottom{cursor:pointer;display:block;margin-left:9px}
#showArea{width:100%;overflow:hidden}
/* CSS class for zoomed area */
.MagicZoomBigImageCont{border:1px solid #ff9031;overflow:hidden}
.MagicZoomBigImageCont img{width:800px;height:470px}
.MagicZoomBigImageCont iframe{width:300px;height:176px}
.MagicZoomHeader{font:10px Tahoma, Verdana, Arial, sans-serif;color:#fff;background:#ff9031;text-align:center !important}
.MagicZoomPup{border:1px solid #aaa;background:#fff;cursor:hand;left:0}
.MagicZoomLoading{text-align:center;background:#fff;color:#444;opacity:0.8;padding:3px 3px 3px 3px !important;display:none}
.MagicZoomLoading img{padding-top:3px !important}
.MagicThumb{cursor:url(http://www.ythjjs.com/skin/css/cursor/zoomin.cur), pointer;outline:none}
.MagicThumb-zoomed{cursor:default}
.MagicThumb span{display:none}
.MagicThumb-image{border:1px solid #ccc;outline:none}
.MagicThumb-image-zoomed{cursor:url(http://www.ythjjs.com/skin/css/cursor/zoomout.cur), pointer}
.MagicThumb-caption{color:#333333;background-color:#F0F0F0;border:1px solid #CCC;border-top:none;font-family:Verdana, Helvetica;font-size:11px;padding:8px 16px}
.MagicThumb-controlbar{display:block;height:18px}
.MagicThumb-controlbar a{display:block;width:180px;height:106px;margin:0px 1px;outline:none;float:left;overflow:hidden}
.MagicThumb-controlbar a span{display:block;width:1000px;height:588px;background:transparent url(http://www.ythjjs.com/skin/css/graphics/controlbar.png) no-repeat 0 0;outline:none;position:absolute;left:0px;top:0px}
.MagicThumb-loading{border:1px solid #000;background:#fff url(http://www.ythjjs.com/skin/css/graphics/loader.gif) no-repeat 2px 50%;padding:2px 2px 2px 22px;margin:0;text-decoration:none;text-align:left;font-size:8pt;font-family:sans-serif;}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
/* njob
-------------------------------------------------------------- */
.njob{
	margin-top:50px;
	margin-bottom:50px;
}
.container {
  position: relative;
  margin: 0 auto;
}

.accordion {
  position: relative;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  color: #74777b;
  vertical-align: middle;
}

.accordion .fa {
  position: relative;
  float: right;
}

.accordion h4 {
  position: relative;
  line-height:80px;
  margin: 0;
  font-size: 18px;
  color: #000;
  padding:0 2%;
}

.accordion a {
  position: relative;
  display: block;
  font-size:18px;
  color: #000;
  line-height:80px;
  text-decoration: none;
  background:#f5f5f5;
  margin-bottom:10px;
}

.accordion a:hover {
  text-decoration: none;
  color: #2cc185;
  background-color: #e7ecea;
  transition: 0.3s;
}

.accordion-desc {
  color: #eee;
  z-index: 2;
  border-top: 1px solid #ff9031;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.11);
-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.11);
margin-bottom:10px;
}
.accordion-desc h5{
  color: #000;
  font-size:18px;
  z-index: 2;
  line-height:80px;
  border-bottom: 1px dashed #dedede;
  margin:0;
  padding:0 2%;
}
 @media (min-width:480px) {

.container { max-width: 80%; }
}
 @media (min-width:768px) {

.container { max-width: 600px; }
}
.njobnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#000;
	padding:25px 2%;
}
.njobnr p{
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	color:#000;
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:50px;
	margin-bottom:50px;
	}
.nnewsnr{
	width:100%;
	margin-top:10px;
	}
.nnews dl{
	margin-bottom:0;
	padding:0 1.5%;
	margin:40px 0;
	}
.nnews dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:284px;
	}
.nnews dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dd{
	width:100%;
	overflow:hidden;
	padding:0 20px;
	padding-top:22px;
	padding-bottom:46px;
	}
.nnews dl dd .nnewstit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	line-height:35px;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#8d8d8d;
	margin-top:10px;
	}
.nnews dl dd hr{
	width:30px;
	overflow:hidden;
	border-bottom:solid 2px #084590;
	margin:48px 0 0 0;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	margin-top:5px;
	}
.nnews dl dd .nnewsmore{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#000;
	line-height:30px;
	background:url(../image/tb10.png) no-repeat left center;
	padding-left:38px;
	margin-top:10px;
	}
.nnews dl:hover dd{
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0, 0.2);
	}
.nnews dl:hover dd .nnewstit{
	color:#003f8c;
	}
.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #003f8c;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}
	
/* ncontact
-------------------------------------------------------------- */
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	}
.ncontact .ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:18px;
	color:#333;
}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.map{
	height:820px;
	overflow:hidden;
	padding:0;
	}

/* nmessage
-------------------------------------------------------------- */
.nmessage{
	padding: 56px 0 64px 0;
}
.nmessage h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#098367;
	margin:0;
	line-height:45px;
	text-align:center;
	margin-bottom:25px;
	}
.nmessage hr{
	width:36px;
	height:2px;
	overflow:hidden;
	background:#098367;
	margin-bottom:30px;
	margin:auto;
	}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.nmessagenr ul li{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:60px;
	}
.nmessagenr ul li input{
	width:100%;
	overflow:hidden;
	border:solid 1px #c6c6c6;
	line-height:60px;
	background:none;
	}
.nmessagenr ul li textarea{
	width:100%;
	height:254px;
	overflow:hidden;
	border:solid 1px #c6c6c6;
	line-height:30px;
	padding:0 5px;
	background:none;
	}
.tjbtn {
    width: 100%;
    overflow: hidden;
    margin-top: 26px;
}
.tjbtn button {
    width: 100%;
    height: 76px;
    background: #098367;
    color: #fff;
	text-align:center;
	font-size:22px;
}

/* dede_pages

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

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 10px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin: 5px;
	padding: 5px 10px;
	border:solid 1px #003f8c;
}

.dede_pages ul li.thisclass{
    background-color: #003f8c;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #003f8c;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.page1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.page1 p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.page1 p a:hover{
	color:#2b8bc7;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	font-size:16px;
	line-height:40px;
	padding:20px;
	text-align:center;
	background:#f7f7f7;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.pages .pageslf{
    text-align: left;
}
.pages .pagesrt{
    text-align: right;
}
.pages .pageslf a,.pages .pagesrt a{
	font-size:16px;
}
.pages .pageslf:hover,.pages .pagesrt:hover{
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari 和 Chrome */
	-o-transition: all .5s ease; /* Opera */
	background:#003f8c;
	color:#fff;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#fff;
}
.dede_pages table, .dede_pages table tr, .dede_pages table td{
	border:none;
}
.dede_pages table td{
	line-height:30px;
	font-size:14px;
}
.dede_pages table td a{
	font-size:14px;
}



.team-details {
  
  padding: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: #fff;
}
.form-box input::placeholder {
  font-size: 17px;
  color: #124cb1;
}

.form-box input {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  outline: 0;
  display: inline-block;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 37, 112, 0.5);
  font-weight: 500;
  font-family: "DM Sans";
}

.form-box textarea {
  width: 100%;
  padding: 15px 22px;
  outline: 0;
  margin-bottom: 25px;
  outline: 0;
  display: inline-block;
  height: 150px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 37, 112, 0.5);
  font-weight: 500;
  font-family: "DM Sans";
}

.form-box textarea::placeholder {
  color: #124cb1;
  font-size: 17px;
}
button.submit-btn {
    padding: 16px 40px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-family: "Albert Sans";
    border-radius: 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid #124cb1;
    background-color: #003F8C;
}


.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:34px;float:right;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(http://www.ythjjs.com/skin/images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
	.nnews dl dt{
		height:240px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.npro dl dt{
		height:374px;
	}
	.nnews dl dt{
		height:227px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.npro dl dt{
		height:352px;
	}
	.nnews dl dt{
		height:213px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.npro dl dt{
		height:317px;
	}
	.nnews dl dt{
		height:192px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.npro dl dt{
		height:282px;
	}
	.nnews dl dt{
		height:170px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.npro dl dt{
		height:273px;
	}
	.nnews dl dt{
		height:165px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.npro dl dt{
		height:355px;
	}
	.nnews dl dt{
		height:222px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.npro dl dt{
		height:317px;
	}
	.nnews dl dt{
		height:198px;
	}
}
@media only screen and (min-width:640px) and (max-width: 767px) {
	.npro dl dt{
		height:264px;
	}
	.nnews dl dt{
		height:341px;
	}
}
@media only screen and (min-width:540px) and (max-width: 639px) {
	.npro dl dt{
		height:223px;
	}
	.nnews dl dt{
		height:284px;
	}
}
@media only screen and (min-width:425px) and (max-width:539px) {
	.npro dl dt{
		height:175px;
	}
	.nnews dl dt{
		height:226px;
	}
}
@media only screen and (min-width:375px) and (max-width:424px) {
	.npro dl dt{
		height:155px;
	}
	.nnews dl dt{
		height:200px;
	}
}
@media only screen and (min-width:320px) and (max-width:374px) {
	.npro dl dt{
		height:132px;
	}
	.nnews dl dt{
		height:170px;
	}
}
@media only screen and (min-width:0px) and (max-width:319px) {
	.npro dl dt{
		height:130px;
	}
	.nnews dl dt{
		height:165px;
	}
}

@media(max-width:1920px) {
	.banner .prev{
		right: 13.5%;
	}
}
@media(max-width:1680px) {
	.cont,.cont1{
		width:88%;
	}
	.nav .menu > li a {
    padding: 0 10px;
	}
	.banner .prev{
		right: 14%;
	}
	.npro dl {
		width: 31.3333333%;
		margin: 20px 3% 20px 0;
	}
	.aboutnr {
		margin-left: -44%;
	}
	.about .more {
		margin-top: 30px;
	}
	.ys .owl-item:nth-child(2n) .ysimg img {
		margin-top: -80px;
	}
}
@media(max-width:1440px) {
    .nav .menu > li a{
        margin: 0 10px;
    }
	.tit p{
		font-size: 32px;
	}
	.tit h4{
		font-size: 30px;
	}
	.bdl dl dt {
		padding-left: 36px;
	}
	.nav .menu > li a {
		padding: 0 10px;
	}
	.npro dl dd{
		font-size:18px;
	}
	.aboutnr .aboutrt {
		padding: 30px 0 0 32px;
	}
	.aboutnr .aboutrt .aboutms{
		padding-top: 30px;
		margin-top: 30px;
	}
	.about .more{
		margin-top:0;
	}
	.pro dl dd .probt{
		font-size:20px;
	}
	.pro dl dd:last-child .probt{
		font-size:22px;
	}
	.pro dl dd p{
		font-size:14px;
	}
	.ys .item .ysimg .ystit h5{
		font-size:22px;
	}
}
@media(max-width:1360px) {
	.news .newsnr .newsrt dl dd .newstit h5 {
		width: 73%;
	}
	.news .newsnr .newsrt dl dd .newstit .newsdate {
		width: 25%;
	}
	.nav .menu > li a{
	    margin: 0 10px;
	}
}
@media(max-width:1280px) {
    .cbox-41{
        flex: 0 0 100% !important;
        margin-bottom:20px;
    }
	.bdl dl dt {
		padding-left: 15px;
	}
	.nav .menu > li a{
		margin:0;
		padding: 0 18px;
	}
	.ab_fl2 dl {
		margin-right: 50px;
	}
	.tit p {
		font-size: 28px;
		margin-bottom:0;
	}
	.tab ul li a{
		font-size:30px;
	}
	.ab_fl2{
		margin-top:20px;
	}
	.aboutnr .aboutrt .aboutms {
		padding-top: 10px;
		margin-top: 10px;
		line-height:30px;
	}
	.ys .owl-item:nth-child(2n) .ysimg img {
		margin-top: -60px;
	}
	.ys .item .ysimg .ystit h5{
		font-size:20px;
	}
	.news .newsnr .newsrt dl dt span{
		font-size:42px;
	}
	.news .newsnr .newsrt dl dt{
		font-size:14px;
	}
	.news .newsnr .newsrt dl dd .newstit h5{
		font-size:18px;
	}
}
@media(max-width:1152px) {
	.bdl dl dt {
		padding-left: 10px;
	}
	.nav .menu > li a{
		padding: 0 12px;
	}
	.banner .prev {
		right: 15%;
	}
	.npro dl dd{
		font-size:16px;
	}
	.aboutnr .aboutrt .aboutms{
		font-size:15px;
		line-height:26px;
	}
	.pro dl dd .probt{
		font-size:18px;
	}
	.pro dl dd:last-child .probt{
		font-size:20px;
	}
	.ys .item .ysimg .ystit{
		padding: 0 30px 20px 30px;
	}
	.ys .owl-item:nth-child(2n) .ysimg .ystit {
		padding: 0 130px 20px 30px;
	}
	.news .newsnr .newsrt dl dd .newstit h5 {
		width: 71%;
	}
	.news .newsnr .newsrt dl dd .newstit .newsdate {
		width: 27%;
	}
	.news .newsnr .newsrt {
		padding: 0 30px 0 30px;
	}
	.news .newsnr .newslf dl dd .newstit .newsdate{
		width: 25%;
	}
	.news .newsnr .newslf dl dd .newstit h5 {
		width: 73%;
	}
}
@media(max-width:1110px) {
    .logo img{
        height:50px;
    }
    
	.bdl dl dt p{
		font-size:14px;
	}
	.nav .menu > li a {
		margin: 0;
	}
}
@media(max-width:1023px) {
	.logo{
		padding:15px 0;
	}
	.logo img{
		height:50px;
	}
}
@media(max-width:991px) {
	.banner .next{
		right: 2%;
	}
	.banner .prev {
		right: 8%;
	}
	.banner .prev,.banner .next{
		top:15%;
	}
	.map{
		height:300px;
	}
	.bdl dl:nth-child(2){
		border-right:none;
	}
	.bdl dl:last-child{
		border-left:none;
	}
	.footer .blogo .btelnr{
		margin-top:30px;
	}
	.zzjg {
		padding: 80px 0;
	}
	.npro dl {
		width: 47%;
	}
	.npro dl:nth-child(3n) {
		margin-right: 3%;
	}
	.pages .pageslf, .pages .pagesrt{
		width:100%;
		margin:5px 0;
	}
	.npro .npro_infolf{
		padding:0;
	}
	.npro .npro_infort {
		padding: 32px 0 0 0;
	}
	.npro .npro_infort h1{
		font-size:24px;
	}
	.npro .npro_infort .npro_infolei{
		font-size:18px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.npro_lxbtn {
		margin-top: 30px;
	}
	.aboutnr .aboutlf,.about .aboutimg{
		display:none;
	}
	.aboutnr {
		position: inherit;
	}
	.aboutnr .aboutrt {
		padding: 30px 0 0 0;
	}
	.about{
		padding-bottom:50px;
	}
	.ys{
		width:100%;
	}
	.ys .owl-carousel{
		left:0;
	}
	.ys .item .ysimg .ystit,.ys .owl-item:nth-child(2n) .ysimg .ystit{
		padding: 0 50px 20px 30px;
	}
	.ys .owl-item:nth-child(2n) .ysimg img {
		margin-top: 0;
	}
	.ys .item .ysimg .ystit h5 {
		font-size: 18px;
		line-height:30px;
	}
	.ys .item .ysimg .ystit p{
		font-size:14px;
		line-height:25px;
		margin-top:0;
	}
	.ys .hj{
		font-size:130px;
	}
	.news {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.news .newsnr .newslf {
		padding: 15px 15px 0 15px;
	}
	.news .newsnr .newslf dl dt img{
		width:100%;
		height:auto;
	}
	.news .newsnr .newslf dl dd {
		padding-left: 0;
		margin-top: 10px;
	}
	.news .newsnr .newsrt {
		padding: 0 15px 0 15px;
	}
}
@media(max-width:767px) {
    
	.tit p{
		font-size: 26px;
		margin-bottom:0;
	}
	.tit h4{
		font-size: 24px;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm dl{
		float:left;
		margin-top:10px;
	}
	.bdl dl{
		border-right:none;
		border-left:none;
	}
	.footer .bewm dl{
		float:left;
		margin-top:10px;
	}
	.footer .bnav ul li h5 a{
		font-size:16px;
	}
	.footer .bnav ul li p a{
		font-size:14px;
	}
	.banner .prev {
		right: 10%;
	}
	.tab ul li a {
		font-size: 26px;
	}
	.ab_fl2 dl dt span {
		font-size: 24px;
	}
	.ystit {
		margin-top: 50px;
	}
	.ys{
		margin-top: 30px;
	}
	.nnews dl {
		margin: 20px 0;
	}
	.nnews dl dd hr{
		margin: 20px 0 0 0;
	}
	.nnews h1{
		font-size:20px;
	}
}
@media(max-width:640px) {
    .tab ul li a {
        font-size: 22px;
    }
}
@media(max-width:540px) {
	.banner .prev {
		right: 12%;
	}
	.mouse-index {
		bottom: 10px;
	}
	.mouse img{
		width:30px;
	}
	.mouse-index p {
		font-size: 14px;
		margin-top: 10px;
	}
	.npro dl dd {
		width: 92%;
		margin: 0 4%;
		padding: 10px 0;
		font-size:14px;
	}
	.ys .hj {
		font-size: 100px;
	}
}
@media(max-width:500px) {
	.news .newsnr .newsrt dl dd .newstit .newsdate{
		display:none;
	}
	.news .newsnr .newsrt dl dd .newstit h5{
		width:100%;
	}
	.news .newsnr .newsrt dl dd {
		width: 80%;
	}
	.news .newsnr .newsrt dl dt {
		width: 20%;
	}
}
@media(max-width:425px) {
	.banner .prev {
		right: 13%;
	}
	.tit p{
		font-size: 22px;
	}
	.tit h4{
		font-size: 20px;
	}
	.ab_fl2 dl {
		margin-right: 30px;
	}
}
@media(max-width:375px) {
	.banner .prev {
		right: 14%;
	}
	.ab_fl2 dl {
		margin-right: 20px;
	}
	.news .newsnr .newsrt dl dd {
		width: 77%;
	}
	.news .newsnr .newsrt dl dt {
		width: 23%;
	}
}
@media(max-width:320px) {
	.news .newsnr .newsrt dl dd {
		width: 76%;
	}
	.news .newsnr .newsrt dl dt {
		width: 24%;
	}
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul li{float: left;}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#003f8c; color:#fff; }
.ab_pages ul li:hover a,.ab_pages ul li.active a{ background:#003F8C; color:#fff;}

.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}



.p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}
 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative;
    margin-bottom: 35px
}
.e_container-2:hover .e_text-3 {
    color: rgba(15,70,170,0.7)
}

 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background_radio: 1;
    max-width: none
}

 .e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

 .e_text-3 {
    line-height: 1;
    font_radio: 2;
    display-radio: 1;
    margin-left: 5%;
    font-size: 100px;
    font-weight: bold;
    color: rgba(221,221,221,1);
    transition: all 0.6s;
    text-transform: uppercase;
    font-family: "Arial"
}
 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    width: auto;
    background_radio: 1
}

.e_container-4 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container-4 .cbox-4-0 {
    flex: 0 0 60%
}

.e_container-4 .p_item {
    display-radio: 1
}

.e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

.e_container-5 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}
.e_container-6 {
    position: relative;
    left: -15%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 115%;
    padding-left: 10%;
    padding-top: 12%;
    padding-bottom: 12%;
    padding-right: 10%;
    box-shadow: 0px 0px 15px rgba(222, 222, 222, 0.6);
    display-radio: flex;
    background-color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background_radio: 2
}

 .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

 .e_container-6 img {
    transition: all 0.6s
}

.e_container-6 img:hover {
    transform: scale(1.15,1.15)
}

 .e_container-6 p a:hover {
    color: #eb5c20
}

.e_container-6 p a:hover span {
    color: #eb5c20 !important
}

 .e_text-7 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 36px;
    color: rgba(20,111,204,1);
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold
}
 .e_text-8 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 20px;
    color: rgba(50,80,111,1);
    margin-top: 5px;
    font-family: Arial
}

 .e_line-9 {
    display-radio: 1;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: rgba(203,203,203,1);
    margin-bottom: 20px;
    line_radio: 1
}

 .e_richText-10 blockquote {
    font-style: italic;
    font-family: Georgia,Times,"Times New Roman",serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px
}

.e_richText-10 ol {
    display: block;
    list-style-type: decimal;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

.e_richText-10 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

 .e_richText-10 ul {
    display: block;
    list-style-type: disc;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

.e_richText-10 {
    font_radio: 2;
    display-radio: -webkit-box;
    font-size: 16px;
    color: rgba(102,102,102,1);
    margin-top: 5px;
    line-height: 1.9;
    min-height: 0px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.e_image-12 {
    overflow: hidden;
    display-radio: 1;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}
.e_image-12 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.8s
}
 .e_image-12 img:hover {
    transform: scale(1.08,1.08)
}
@media screen and (max-width: 768px) {
      .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

     .e_container-2 {
        display-radio: 1;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        left: 0%;
        position: relative;
        background_radio: 1
    }

     .e_text-3 {
        font_radio: 2;
        display-radio: 1;
        font-size: 48px;
        width: auto;
        max-width: none
    }

     .e_container-4 {
        display-radio: 1;
        flex-direction: column;
        margin-top: -20px;
        background_radio: 1
    }

     .e_container-6 {
        display-radio: 1;
        padding-left: 20px;
        padding-top: 20px;
        left: 0;
        width: 100%;
        padding-right: 20px
    }

     .e_text-7 {
        font_radio: 2;
        display-radio: 1;
        font-size: 24px
    }

     .e_text-8 {
        font_radio: 2;
        display-radio: 1;
        font-size: 20px
    }

     .e_richText-10 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px;
        line-height: 1.7
    }

     {
        background_radio: 2;
        display-radio: 1;
        padding-top: 30px;
        padding-bottom: 30px
    }

      {
        display-radio: 1;
        width: 100%
    }

     .e_image-12 {
        display-radio: 1
    }
}

@media screen and (min-width: 769px) {
     .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

     .p_loopitem:nth-child(2n) .e_container-4 {
        flex-direction: row-reverse
    }

     .p_loopitem:nth-child(2n) .e_text-3 {
        margin-right: 5%;
        text-align: right
    }

    .p_loopitem:nth-child(2n) .e_container-6 {
        left: 0
    }

    .e_container-4 .cbox-4-1 {
        align-self: center
    }
}