@charset "utf-8";

@font-face {
	font-family:CgFuturaMaxiBd;
	src: url('../fonts/Gotham-Bold.ttf'); }

/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14.5px; font-family:"Microsoft YaHei","Arial"; }
body{color: #1a1a1a}
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 0px #777777 !important; }

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);

	}

/*默认滚动条样式*/
::-webkit-scrollbar
{
width: 5px;
height:5px;
}

::-webkit-scrollbar-track
{
border-radius: 0px;
background: #dadada;
}

::-webkit-scrollbar-thumb
{
border-radius: 5px;
background:#0f377d;
}

::-webkit-scrollbar-thumb:hover
{
border-radius: 5px;
background:#0f377d;
}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:100px;
	position: fixed;
	background:#fff;
	z-index: 9999;
	top:0;
	padding:0 5% 0 5%; 
	}
.logo{
	overflow:hidden; margin-top:1%
}
.search{
	padding:45.5px 0;
	margin-left:46px;
	position:relative;
	}
.search:before{
	content:"";
	position:absolute;
	width:1px;
	height:16px;
	background:#e6e6e6;
	left:-16px;
	}
.search a{
	font-size:17px;
	}
.topewm{
	padding:0 18px 0 24px;
	position:relative;
	color:#fff;
	font-weight:bold;
	margin-top:40px;
	}
.topewm:before{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	background:#a3a3a4;
	left:0;
	top: 0;
	}
.topewm .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:60px;
	right:0;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover .ewmimg{
	opacity:1;
}
.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
	
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: -23px;

  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 {


}
.nav{
	text-align:right;
	margin-right:14px;
}
.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:102px;
	position:relative;
	margin:0 13px;
	}
.nav .menu > li:before{
	content:"";
	width:0;
	height:3px;
	background:#0f377d;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-26px;
	-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:hover:before,.nav .menu > li.active:before,.nav .menu > li:active:before{
	width:52px;
	}

.nav .menu > li a{
	color:#343434;
	font-size:18.5px;
	display:block;
	padding:0 18px;
	line-height:100px;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	color:#0f377d;
	font-weight:bold;
	}


.nav .menu > li .submenu{

	width:160px;

	}

.nav .menu > li .submenu li{

	width:100%;

	line-height:30px;
	padding:5px 0;

	background:#0f377d;

	text-align:center;
	margin-top:1px;

}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
	font-weight:normal;
}

.nav .menu > li .submenu li:hover{

	background:#1aa849;

}
.contt{
	width:90%;
	overflow:hidden;
	margin:auto;
	}
.cont{
	width:1400px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1400px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	position:relative;
	margin-top:100px;
}
.indexbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:99;
}
.banner .owl-wrapper,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-item{
	height:100%;
}
.banner .owl-pagination{
	position:absolute;
	left:60px;
	top:50%;
	margin-top:-150px;	
}
.banner .owl-controls .owl-page .owl-numbers{
	color:rgba(255,255,255,0);
}
.banner .owl-page span{
	text-indent:2000px;
	display:block;
	width:3px;
	height:100px;
	background:#fff;
}
.banner .owl-page.active span{
	background:#0f377d;
}
.banner .owl-prev{
	background:url(../images/prev.png) no-repeat left center;
	width:30px;
	height:10px;
	position:absolute;
	right:210px;
	top:50%;
	margin-top:-5px;
}
.banner .owl-number{
	text-align:center;
	font-size:22px;
	position:absolute;
	right:114px;
	top:50%;
	margin-top:-15px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
}
.banner .owl-number span:before {
    content: "0";
}
.banner .owl-number span{
	font-size:22px;
	color:#fff;
	padding-top:7px;
	font-weight:bold; font-family:Arial, Helvetica, sans-serif
}
.banner .owl-next{
	background:url(../images/next.png) no-repeat left center;
	width:30px;
	height:10px;
	position:absolute;
	right:8px;
	top:50%;
	margin-top:-5px;
}
.banner .owl-item img{
	width:100%;
	height:auto;
}
.item .cont{
	position:absolute; 
	top:49%; 
	padding-left:12.5%;
	z-index:100;
}
.item p.p1{
	color:#fff; 
	line-height:100px;
	font-size:120px; 
	font-family:Arial;
	text-transform:uppercase;
}
.item p.p1 img{
	width:auto;
}
.item p.p2{
	color:#fff; 
	line-height:55px;
	font-size:50px;
	margin-top:15px;
}
.item p.p3{
	width:50%;
	color:#fff; 
	line-height:30px;
	font-size:16px;
	margin-top:72px;
}
.banner .owl-carousel .owl-item:first-child .p3{
	text-indent:2em;
}
.item p.p4{
	width:600px;
	color:#fff; 
	line-height:60px;
	font-size:22px;
	background:#dd141e;
	text-align:center;
	letter-spacing:5px;
	margin-top:34px;
}
.item p.p5{
	font-family:Arial;
	font-size:24px;
	color:#fff;
	line-height:30px;
	margin-top:4px;
	letter-spacing: 5px;
	margin-top:17px;
}
.item p.p6{
	font-family:Arial;
	font-size:24px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	margin-top:4px;
	font-weight:normal;
}
.item p.p7{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:112px;
}
.item p.p7 img{
	width:auto;
}
.banner .owl-carousel .owl-item:nth-child(2) .item .cont{
	right:0;
	padding-left: 0;
	padding-right: 12.5%;
}
.banner .owl-carousel .owl-item:nth-child(2) .p1,.banner .owl-carousel .owl-item:nth-child(2) .p2,.banner .owl-carousel .owl-item:nth-child(2) .p5{
	text-align:right;
}
.banner .owl-carousel .owl-item:nth-child(2) .p2{
	font-size:54px;
	line-height:60px;
}
.banner .owl-carousel .owl-item:nth-child(2) .p4{
	float:right;
	margin-top:136px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p3{
	font-size:22px;
	line-height:30px;
	letter-spacing: 5px;
}
.banner .owl-carousel .owl-item:nth-child(3) .cont{
	left:50%;
	margin-left:-719px;
	padding-left:0;
	top:50%;
	margin-top:-137.5px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p2{
	margin-top:0;
}
.banner .owl-carousel .owl-item:nth-child(3) .p2,.banner .owl-carousel .owl-item:nth-child(3) .p6,.banner .owl-carousel .owl-item:nth-child(3) .p3,.banner .owl-carousel .owl-item:nth-child(3) .p4{
	text-align:center;
}
.banner .owl-carousel .owl-item:nth-child(3) .p3{
	width:100%;
	margin-top:26px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p4{
	width:400px;
	margin:55px auto 0;
	font-size:22px;
}

.mouse-index{
	position:absolute;
	bottom:35px;
	left:50%;
	width:70px;
	margin-left:-35px;
	z-index:999;
	}
.mouse {
  width: 30px;
  overflow:hidden;
  text-align:center;
  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;
}
.lxwm{
	overflow:hidden;
	line-height:80px;
	padding-right:42px;
	}
.lxwm a{
	font-size:16px;
	color:#343434;
	}
@-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);
  }
}
.banner .bannermore{
	width:268px;
	height:120px;
	background:#cf1423;
	position:absolute;
	right:0;
	bottom:0;
	z-index:99;
	text-align:center;
	line-height:120px;
	padding-right:66px;
	padding-left:60px;
	}
.banner .bannermore a{
	color:#fff;
	font-size:16px;
	display:block;
	}
.banner .bannermore a span{
	color:#fff;
	font-size:50px;
	display:block;
	float:right;
	}
/*banner*/

/* tit
/*关于我们0*/

.aboutz{width: 100%;
	background: url(../images/bgab.jpg) no-repeat left top;
	background-size: 100%;
	padding-top: 120px;
	padding-bottom: 70px;}

.aboutz .con { padding:0px ; display: flex; justify-content: space-between;}

.aboutbox {
	width: 48%; margin-top:2% 
	
}
.about_R { width:48%; border-radius: 10px; overflow:hidden  }
.about_R img { width:100%; height: auto;transition:all .4s;}
.about_R img:hover { width:100%; height: auto; transform:scale(1.05,1.05);}
.namebg {
	width: 85px;
	height: 65px;
	margin: auto;
	background: url(../images/namebagck.png) no-repeat;
	background-position: 0px 10px;
	font-size: 22px;
	color: #000;
	letter-spacing: 5px;
	line-height: 30px;
	  letter-spacing: 19px;
  line-height: 39px;

}
@font-face {
	font-family:HerrVonMuellerhoff-Regular;
	src: url('../fonts/HerrVonMuellerhoff-Regular.woff.ttf'); }
.nameabt {
	width: 100%;
	text-align: center;
	font-family: HerrVonMuellerhoff-Regular;
	
	padding-top: 30px;
	font-size: 60px;
	color: #000;
}
.nameabtzwen {
	padding-top: 0px;
	font-family: "'SangBleuOGSans-Light'GSans-Light";
	color: #222;
	text-align: center;
	font-size:50px;
}
.abouttext {
	padding: 20px 0px 40px;
	width: 100%;
	margin: auto;

	text-align: left;
	line-height: 2.2em;
}.abouttext p{ font-size:16px; line-height:36px}

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/


.abo-nav {
	width: 160px;
	height: 47px;
	margin: 0 auto 32px;

}

.abo-nav li {
	float: left;
	width: 140.5px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.abo-nav li a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block; background: #c8a062;
}
.abo-nav li.ab2 {
	margin-left: -14px;
}
.abo-nav li.cur a {
	color: #FFF;
}
.abo-nav .ab1.cur {
	background: url(../images/abo-nav1.png) no-repeat center;
}
.abo-nav .ab2.cur {
	background: url(../images/abo-nav2.png) no-repeat center;
}
.abo .abo-con .abo-nav li a {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	display: block;
}
.abo .abo-con .abo-bot {
	position: relative;
}
.abo .abo-con .abo-bot .abo-list {
	width: 1005px;
	margin: 0 auto;
}
.abo .abo-con .abo-bot .abo-list .bd {
	overflow: hidden;
}
.abo .abo-con .abo-bot .abo-list .bd ul li {
	float: left;
	width: 238px;
	margin-right: 17px;
}
.abo .abo-con .abo-bot .abo-list .bd ul li span {
	display: block;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.abo .abo-con .abo-bot .abo-list .bd ul li span img {
	width: 100%;
}
.abo .abo-con .abo-bot .abo-list .bd ul li em {
	display: block;
	width: 100%;
	height: 17px;
	background: url(../images/abo-yy.png) no-repeat center;
}
.abo .abo-con .abo-bot .abo-list .abo-jt i {
	display: block;
	width: 19px;
	height: 33px;
	cursor: pointer;
}
.abo .abo-con .abo-bot .abo-list .abo-jt i.abo-prev {
	background: url(../images/abo-prev.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 40%;
}
.abo .abo-con .abo-bot .abo-list .abo-jt i.abo-next {
	background: url(../images/abo-next.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 40%;
}
.digital {width: 100%;
	padding: 30px 5% !important;
}


@media all and (max-width:1650px){  
.nameabtzwen {
	padding-top: 0px;
	font-family: "'SangBleuOGSans-Light'GSans-Light";
	color: #222;
	text-align: center;
	font-size:32px;
}.nameabt {
    width: 100%;
    text-align: center;
    font-family: HerrVonMuellerhoff-Regular;
    padding-top: 30px;
    font-size: 40px;
    color: #000;
}.abouttext {
    padding: 0px 0px;
    width: 100%;
    margin: auto;
  
 
    line-height:1.8em;
}
	
.index-about .img img, .index-about .img, .index-about .pic {
    width: 100%;
    height: 100%;
    padding-bottom: 2%;
}
}





.digital ul {
	width: 100%;
	height: 112px;
	margin: 0px auto;
	position: relative;
	clear: both;
	overflow: hidden; margin-top:5%
}
.digital li {
	width: 14%;
	padding-left: 0px;
	height: 112px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 180px; list-style:none
}
.digital li::after {
	content: "";
	position: absolute;
	width: 113px;
	height: 1px;
	background: #cbcbcb;
	right: -150px;
	top: 50px;
}
.digital li em {
	margin-left: 0px;
	display: block;
	position: relative;
	height: 62px;font-family:CgFuturaMaxiBd;
}
.digital li em b {
	margin-left: 0px;
	
	color: #333333;
	font-family:CgFuturaMaxiBd;
	line-height: 60px; font-style:normal
}

@font-face {
	font-family:CgFuturaMaxiBd;
	src: url('../fonts/Gotham-Bold.ttf'); }

.digital li em i {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-align: center;
	line-height: 26px;
	width: 26px;
	height: 26px;
	display: block;
	text-transform: ;
	font-family: "Arial";
	position: absolute;
	bottom: 10px;
	
	border-radius: 100%;
	background: #005097; 
}
.digital li i{ right:4%; font-style:normal}
.digital li:nth-child(1) em i{ right:0%}

.digital li:nth-child(2) em i{ right:13%}



.digital li h3 {
	font-size: 20px;
	color: #4c4c4c;
	text-align: center;
	font-weight: normal; line-height:34px
}

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
.digital li h3 {
	font-size: 17px;
	color: #4c4c4c;
	text-align: center;
	font-weight: normal; line-height:34px
}

}



.digital li:nth-child(2) em b {
	margin-left: -22px;
}

.digital li:nth-child(4) {
	margin-right: 0;
}
.digital li:nth-child(4) em i {
	right: 16px;
}
.digital li:nth-child(4)::after {
	width: 0;
}
.index-content {
    width: 90%;
    margin: auto;
}.more-1 {margin-top: 2%;}
.more-1 a {display: block;width: 180px;height: 48px;line-height:48px ;font-size: 0;overflow: hidden;position: relative;text-align: center;border: 2px solid #1ba84a;}
.more-1 span {display: inline-block;vertical-align: middle;color: #1ba84a;}
.more-1 i {display: inline-block;vertical-align: middle;width: 7px;height: 10px;background: url('../images/r1.png') center no-repeat;margin-left: 10px;}
.more-1 a:hover {background: #1ba84a;border: 2px solid #1ba84a;}
.more-1 a:hover span {color: #fff;}
.more-1 a:hover i {background: url('../images/r3.png') center no-repeat;}











.tit{ font-family:Arial, Helvetica, sans-serif; color:#1ba84a;}
.tit h3{ color:#000}
.ptdjjs {
    width: 100%;
    overflow: hidden;
    line-height: 34px;
    color: #333;
    margin-bottom: 0px;
    margin-top: 20px; margin-bottom:10px
}
.tit h3 a{
	font-size:36px;
	color:#727272;
	}
.tit hr{
	width:80px;
	border:none;
	border-bottom:solid 1px #b5b5b6;
	margin:16px 0 0 0;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:50px;
	line-height:50px;
	color:#343434;
	font-family:Arial;
	text-transform:uppercase;
	}
.more{
	overflow:hidden;
	}
.more a{
	width:166px;
	height:48px;
	display:block;
	font-size:15px;
	color:#fff;
	line-height:48px;
	text-align:center;
	background:#004b94;
	}
	
/* section
-------------------------------------------------------------- */
.section{
	width:100%;
	height:860px;
	overflow:hidden;
	background:url(../images/bg.jpg) no-repeat top center;
	background-size:cover;
	}
.section ul{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.section ul li{
	height:100%;
	padding:225px 60px 0 60px;
	border-right:solid 1px #bbbbbb;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.section ul li:last-child{
	border-right:none;
	}
.section ul li .icon{
	width:100%;
	height:68px;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	}
.section ul li h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:26px;
	color:#133d86;
	line-height:40px;
	font-weight:bold;
	margin:38px 0 0 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.section ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#4f4f4f;
	line-height:30px;
	margin-top:38px;
	text-align: justify;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.section ul li .icon .imghover{
	display:none;
	}
.section ul li:hover .icon .imghover{
	display: inline-block;
	}
.section ul li:hover .icon .img{
	display:none;
	}
.section ul li:hover{
	background:url(../images/bg1.jpg) no-repeat top center;
	background-size:cover;
	}
.section ul li:hover h4,.section ul li:hover p{
	color:#fff;
	}

/* 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(../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(../images/probg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:85px;
}
.pronr{
	position:relative;
	padding-bottom:166px;
	}
.pronr .prort{
	padding:0;
	position:absolute;
	right:0;
	top:0;
	z-index:99;
	}
.pronr .prolf{
	padding:0 0 0 96px;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	}
.pronr .prolf .prolfnr{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #b5b5b6;
	}
.protit{
	width:44%;
	overflow:hidden;
	}
.protit p{
	font-size:50px;
	font-family:Arial;
	overflow:hidden;
	line-height:50px;
	color:#333334;
	text-transform:uppercase;
	font-weight:bold;
	}
.protit p img{
	max-width:100%;
	height:auto;
	}
.protit h3{
	overflow:hidden;
	font-size:36px;
	color:#727272;
	font-weight:normal;
	line-height:40px;
	margin-top:15px;
	margin-bottom:47px;
	}
.protit h3 a{
	font-size:36px;
	color:#727272;
}
.pronr .prolf .prolfnr{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.prolfnr .promenu{
	width:70%;
	overflow:hidden;
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	}
.prolfnr .promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.prolfnr .promenu ul li{
	overflow:hidden;
	float:left;
	margin-left:36px;
	line-height:30px;
	padding-bottom:26px;
	position:relative;
	}
.prolfnr .promenu ul li a{
	font-size:17px;
	color:#1f1f1f;
	}
.prolfnr .promenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#1f4486;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.prolfnr .promenu ul li:hover:after{
    width: 100%;
	}
.prolfnr .promenu ul li:hover a{
	color:#133d88;
	}
.pronr .prort dl{
	overflow:hidden;
	float:right;
	}
.pronr .prort dl dt{
	width:100%;
	overflow:hidden;
	text-align:right;
	}
.pronr .prort dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#6e6e6e;
	text-align:center;
	margin-top:8px;
	}
.pronr .prort dl dd span{
	font-family:Arial;
	font-size:26px;
	color:#333334;
	text-transform:uppercase;
	margin-left:10px;
	}
.pronr .prort dl:hover dd{
	color:#0f377d;
}
.prolist,.prolist .procont{
	width:100%;
	overflow:hidden;
	}
.prolist{
	padding-left:96px;
	}
.procont .procontrt{
	padding:0;
	}
.procont .procontrt img{
	max-width:100%;
	height:auto;
	}
.procont .procontlf{
	padding:203px 0 0 0;
	}
.procont .procontlf h4{
	width:100%;
	overflow:hidden;
	font-size:34px;
	color:#333;
	text-align:left;
	line-height:45px;
	}
.procont .procontlf .procontms{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:35px;
	color:#333;
	text-align:left;
	margin-top:22px;
	}
.procont .procontlf .promore2{
	width:100%;
	overflow:hidden;
	margin-top:72px;
	}
.procont .procontlf .promore2 a{
	display:block;
	width:210px;
	height:60px;
	line-height:60px;
	background:#1ba84a url(../images/r3.png) no-repeat 146px center;
	padding-left:22px;
	font-size:16px;
	color:#fff;
	text-align:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.prolist .owl-prev {
    background: url(../images/prev2.png) no-repeat left center;
    width: 15px;
    height: 28px;
    position: absolute;
    right: 65px;
	bottom:80px;
}
.prolist .owl-next {
    background: url(../images/next2.png) no-repeat left center;
    width: 15px;
    height: 28px;
    position: absolute;
    right: 0;
	bottom:80px;
}
.prolist .owl-prev:hover{
    background: url(../images/prevh2.png) no-repeat left center;
}
.prolist .owl-next:hover{
    background: url(../images/nexth2.png) no-repeat left center;
	}
.prolist .owl-buttons .owl-number{
	display:none;
	}
.prolist .owl-controls .owl-pagination{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:80px;
}
.prolist .owl-controls .owl-page{
	width:10px;
	height:10px;
	background:#363636;
	border-radius:50%;
	float:left;
	margin:0 15px;
	}
.prolist .owl-controls .owl-page:hover,.prolist .owl-controls .owl-page.active{
	background:#15408b;
}
/* pro2
-------------------------------------------------------------- */
.pro2{
	width:100%;
	overflow:hidden;
	margin-top:54px;
	margin-bottom:110px;
	}
.pro2 .proimg2{
	width:100%;
	height:640px;
	overflow:hidden;
	position:relative;
	}
.pro2 .proimg2 .img2{
	width:100%;
	height:auto;
	}
.proimg2 .probg2{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(0,0,0,0.4);
	position:absolute;
	top:0;
	left:0;
	}
.proimg2 .probg2 .proicon{
	width:100%;
	overflow:hidden;
	padding:0 32px;
	position:absolute;
	left:0;
	bottom:250px;
	}
.proimg2 .probg2 .probot{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	padding:16px 32px 22px 32px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.proimg2 .probg2 .probot h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	line-height:40px;
	margin:0 0 5px 0;
	}
.proimg2 .probg2 .probot p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-family:Arial;
	text-transform:uppercase;
	}
.proimg2 .probg2 .probot hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #fff;
	margin-top:47px;
	margin-bottom:0;
	}
.proimg2 .probg2 .promore2{
	width:137px;
	overflow:hidden;
	background:url(../images/icon11.png) no-repeat left bottom;
	font-size:16px;
	color:#e70c1d;
	line-height:30px;
	padding-bottom:10px;
	opacity:0;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2{
	background:none;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .probot{
	background:#fff;
	bottom:0;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .probot h4{
	color:#343434;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .probot p{
	color:#a3a3a3;
	font-size:16px;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .promore2{
	opacity:1;
	}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .proicon{
	opacity:0;
	}
.pro2 .owl-carousel .owl-item:hover{
	width:420px !important;
	}

@media screen and (max-width: 2560px) and (min-width: 1919px){
	.pro2 .owl-carousel .owl-item:hover{
		width:520px !important;
		}
	}
/* yyhy
-------------------------------------------------------------- */
.yyhy{
	width:100%;
	height:860px;
	overflow:hidden;
	background:url(../images/yyhybg.jpg) no-repeat top center;
	background-size:cover;
	}
.yyhy dl{
	width:20%;
	height:100%;
	overflow:hidden;
	float:left;
	}
.yyhy dl:nth-child(2n+1){
	background:rgba(0,0,0,0.2);
	}
.yyhy dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:290px;
	}
.yyhy dl dd{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.yyhy dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	margin:0;
	line-height:30px;
	text-align:center;
	}
.yyhy dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	margin-top:6px;
	}
.yyhy dl dd hr{
	width:42px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:40px auto 0;
	display:none;
	}
.yyhy dl:hover{
	background:url(../images/yyhyimg2.jpg) no-repeat top center;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dt img{
	display:none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd hr{
	display:block;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhy dl:hover dd h4{
	font-size:30px;
	line-height:40px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
	/* -- 实力3 -- */
.sl3{height:592px;background: url(../images/shilibg.jpg) no-repeat center;  }

.sl3_1{overflow: hidden;}
.sl3_1 dl{}
.sl3_1 dl dt{width: 50%;display: block;float: right;overflow: hidden;padding-top:4%}
.sl3_1 dl dt img{max-width: 100%;display: block; }

.sl3_1 dd{float: left;width: 50%;overflow: hidden; padding-top:5%}
.sl3_1 dd .t1{width: 100%;overflow: hidden;margin-top: 40px;padding-bottom: 30px;}
.sl3_1 dd .t1 i{float: left;height: 92px;width: 92px;display: block;margin-right: 25px;}
.sl3_1 dd .t1 h3{text-align: left;float: left;}
.sl3_1 dd .t1 h3 em{font-size:42px;color:#fff;display: block;line-height:42px;font-weight: bold; font-style:normal}
.sl3_1 dd .t1 h3 span{font-size:30px;color:#fff;display: block;line-height:30px;font-weight: normal;padding-top:16px;}

.sl3_1 dd .t1:hover i{animation-duration: 2s;animation-name: flipInY;}

.content {
    width: 90%;
    margin: 0 auto;
}
.sl3_1 dd p{font-size: 17px;line-height: 28px;color: #fff;display: block;text-align: left;padding-left: 25px;background: url(../images/jt1.png) no-repeat 0px 6px;margin-top: 28px; padding-right:60px}

.sl3_1 dd b{ font-size:18px; font-size:26px; font-family:CgFuturaMaxiBd;}


/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:70px;
	padding-bottom:28px;
	position:relative;
	background-attachment: fixed;
	}
.about .abouten{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#fff;
	font-family:Arial;
	text-transform:uppercase;
	line-height:50px;
	margin-bottom:30px;
	}
.aboutlist{
	width:100%;
	position:relative;
	}
.aboutlist h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#fff;
	margin:0 0 8px 0;
	line-height:40px;
	font-weight:normal;
	}
.aboutlist .abouttiten{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:20px;
	color:rgba(255,255,255,0.4);
	}
.aboutlist .aboutcont{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.aboutcont .aboutimg{
	width:42%;
	overflow:hidden;
	float:left;
	position:relative;
	}
.aboutcont .aboutimg img{
	width:100%;
	height:auto;
	}
.aboutcont .aboutimg a{
	display:block;
	width:60px;
	height:60px;
	background:#1aa849 url(../images/icon36.png) no-repeat center;
	z-index:99;
	position:absolute;
	right:0;
	bottom:0;
	}
.aboutcont .aboutcontrt{
	width:54%;
	overflow:hidden;
	float:right;
	}
.aboutcont .aboutcontrt .aboutms{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:35px;
	color:rgba(255,255,255,0.8);
	text-align:justify;
	}
.aboutcont .aboutcontrt .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.aboutcont .aboutcontrt .aboutmore a{
	display:block;
	width:210px;
	height:60px;
	line-height:60px;
	border:solid 1px #fff;
	font-size:16px;
	color:#fff;
	padding-left:22px;
	background:url(../images/r3.png) no-repeat 148px center;
	float:right;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutcont .aboutcontrt .aboutmore a:hover{
	background:url(../images/r3.png) no-repeat 158px center #1ba84a;
}
.swiper-slide dl{
	float:left;
	overflow:hidden;
	}
.swiper-slide dl dt{
	width:100%;
	overflow:hidden;
	}
.swiper-slide dl dt .dticon{
	width:60px;
	height:60px;
	overflow:hidden;
	border-radius:50%;
	margin:auto;
	}
.swiper-slide dl:hover{
	cursor:pointer;
}
.aboutlist .swiper-container .swiper-wrapper .swiper-slide dl dt .icon1{
	background:#fff url(../images/icon31.png) no-repeat center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist .swiper-container .swiper-wrapper .swiper-slide:hover dl dt .icon1,.aboutlist .swiper-container .swiper-wrapper .swiper-slide-active dl dt .icon1{
	background:#1aa849 url(../images/iconh31.png) no-repeat center;
	}
.aboutlist .swiper-container .swiper-wrapper .swiper-slide dl dt .icon2{
	background:#fff url(../images/icon32.png) no-repeat center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist .swiper-container .swiper-wrapper .swiper-slide:hover dl dt .icon2,.aboutlist .swiper-container .swiper-wrapper .swiper-slide-active dl dt .icon2{
	background:#1aa849 url(../images/iconh32.png) no-repeat center;
	}
.aboutlist .swiper-container .swiper-wrapper .swiper-slide dl dt .icon3{
	background:#fff url(../images/icon33.png) no-repeat center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist .swiper-container .swiper-wrapper .swiper-slide:hover dl dt .icon3,.aboutlist .swiper-container .swiper-wrapper .swiper-slide-active dl dt .icon3{
	background:#1aa849 url(../images/iconh33.png) no-repeat center;
	}
.aboutlist .swiper-container .swiper-wrapper .swiper-slide dl dt .icon4{
	background:#fff url(../images/icon34.png) no-repeat center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist .swiper-container .swiper-wrapper .swiper-slide:hover dl dt .icon4,.aboutlist .swiper-container .swiper-wrapper .swiper-slide-active dl dt .icon4{
	background:#1aa849 url(../images/iconh34.png) no-repeat center;
	}
.aboutlist .swiper-container .swiper-wrapper .swiper-slide dl dt .icon5{
	background:#fff url(../images/icon35.png) no-repeat center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist .swiper-container .swiper-wrapper .swiper-slide:hover dl dt .icon5,.aboutlist .swiper-container .swiper-wrapper .swiper-slide-active dl dt .icon5{
	background:#1aa849 url(../images/iconh35.png) no-repeat center;
	}
.swiper-slide dl dd{
	overflow:hidden;
	text-align:center;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	font-weight:bold;
	margin-top:10px;
	}
.aboutlist .product-thumbs{
	margin-top:148px;
	}
.about:before{
	content:"";
	width:100%;
	height:1px;
	background:#fff;
	position:absolute;
	left:0;
	bottom:100px;
	}
.sideMenu{
	width: 100%;
	overflow:hidden;
}
.sideMenu h4{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #e7e7e7 url(../images/icon39.png) no-repeat 98% center;
	font-size: 16px;
	font-weight: bold;
	color: #2e2e2e;
	cursor: pointer;
	margin:0 0 20px 0;
	padding:0 1%;
	
}
.sideMenu h4 div{
	padding:0;
	text-align:center;
	font-size:16px;
	height:70px;
	line-height:70px;
}
.sideMenu h4.on{
	background:#143e88 url(../images/icon40.png) no-repeat 98% center;
	color:#fff;
	margin:0;
	}
.sideMenu h4.on a{
	color:#fff;
	}
.sideMenu h4 a{
	color: #2e2e2e;
	font-size: 16px;
}
.sideMenu .joblist{
	display: none;
	width:100%;
	overflow:hidden;
	padding:30px 2%;
	border:solid 1px #143e88;
	border-top:none;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-bottom:20px;
}
.sideMenu .joblist p{
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	}
.sideMenu .joblist img{
	max-width:100%;
	height:auto;
}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top right;
	background-size:cover;
	position:relative;
	background-attachment: fixed;
	}
.ysnr .yslist{
	width:22%;
	overflow:hidden;
	}
.ysnr .ys1,.ysnr .ys2{
	margin-top:190px;
	}
.ysnr .ys3,.ysnr .ys4{
	margin-top:287px;
	}
.ysnr .yslist h4{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.ysnr .yslist p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:35px;
	margin-top:11px;
	}
.ysnr .ysinner{
	width:666px;
	height:665px;
	background:url(../images/ysimg.png) no-repeat center;
	position:absolute;
	left:50%;
	margin-left:-333px;
	top:50%;
	margin-top:-332.5px;
	}
.ysinner .ysms{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:40px;
	text-align:center;
	margin-top:423px;
	}
.ysinner .ystit{
	width:100%;
	overflow:hidden;
	font-size:52px;
	color:#fff;
	line-height:60px;
	text-align:center;
	font-weight:bold;
	margin-top:12px;
	}
.ysinner .ysjs{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:35px;
	padding:0 15%;
	margin-top:40px;
	}
.ysmore{
	width:100%;
	overflow:hidden;
	}
.ysmore a{
	display:block;
	width:212px;
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:16px;
	padding-left:22px;
	background:#133d87 url(../images/r3.png) no-repeat 85% center;
	margin:66px auto 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
/* hzhb
-------------------------------------------------------------- */
.hzhb{
	background:url(../images/hzhbbg.jpg) no-repeat top right;
	position:relative;
	margin-top:170px;
	}
.hzhb .hzhbtit{
	width:100%;
	overflow:hidden;
	}
.hzhb .hzhbtit h3{
	width:100%;
	overflow:hidden;
	font-size: 32px;
    color: #343434;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
	}
.hzhb .hzhbtit p{
	width:100%;
	overflow:hidden;
	font-size: 30px;
    font-family: Arial;
    color: #cacaca;
    line-height: 30px;
	}
.hzhb ul{
	width:83%;
	overflow:hidden;
	margin-top:65px;
	}
.hzhb ul li{
	height:218px;
	overflow:hidden;
	padding:0;
	float:left;
	background:#fff;
	border-top:solid 1px #c1c1c1;
	border-left:solid 1px #c1c1c1;
	text-align:center;
	}
.hzhb ul li img{
	max-width:100%;
	height:auto;
	}
.hzhb ul li:nth-child(4n){
	border-right:solid 1px #c1c1c1;
	}
.hzhb ul li:nth-child(5),.hzhb ul li:nth-child(6),.hzhb ul li:nth-child(7),.hzhb ul li:nth-child(8){
	border-bottom:solid 1px #c1c1c1;
	}
.hzhbmore{
	height:40px;
	line-height:40px;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:82px;
	}
.hzhbmore a{
	font-size:16px;
	color:#004ea2;
	display:block;
	}
.hzhbmore a span{
	font-size:50px;
	color:#004ea2;
	display:block;
	float:right;
	margin-left:28px;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:138px;
	padding-bottom:135px;
	}
.news .newsnr .newslf{
	width:26%;
	overflow:hidden;
	}
.news .newsnr .newsrt{
	width:74%;
	overflow:hidden;
	}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:92px;
	}
.newsmore a{
	display:block;
	width:212px;
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:16px;
	padding-left:22px;
	background:#133d87 url(../images/r3.png) no-repeat 85% center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsmore a:hover,.ysmore a:hover,.procont .procontlf .promore2 a:hover{
	background: #1ba84a url(../images/r3.png) no-repeat 90% center ;
}
.news .newsnr .newsrt dl{
	width:100%;
	overflow:hidden;
	border-left:solid 1px #c9c9c9;
	margin:0;
	}
.news .newsnr .newsrt dl dt{
	width:17%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#a8a8a8;
	font-weight:normal;
	padding-left:48px;
	}
.news .newsnr .newsrt dl dt span{
	display:block;
	font-size:16px;
	color:#a8a8a8;
	}
.news .newsnr .newsrt dl dd{
	width:83%;
	overflow:hidden;
	float:right;
	}
.news .newsnr .newsrt dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#133d88;
	line-height:30px;
	font-weight:bold;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.news .newsnr .newsrt dl dd .newsms{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#575757;
	line-height:30px;
	margin-top:36px;
	}
.news .newsnr .newsrt dl dd .newsmore2{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#143e88;
	line-height:30px;
	background:url(../images/icon6.png) no-repeat left bottom;
	padding-bottom:10px;
	margin-top:89px;
	}
.news .newsnr .newsrt ul{
	width:100%;
	overflow:hidden;
	margin-top:35px;
	}
.news .newsnr .newsrt ul li{

	padding:32px 30px 50px 30px;
	background:#fff;
	border-right:solid 1px #e7e7e8;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news .newsnr .newsrt ul li:last-child{
	border-right:none;
	}
.news .newsnr .newsrt ul li .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a8a8a8;
	line-height:30px;
	}
.news .newsnr .newsrt ul li .newstit{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#343434;
	line-height:30px;
	margin-top:8px;
	font-weight: bold;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.news .newsnr .newsrt ul li .newsdes{
	width:100%;
	overflow:hidden;
	font-size: 16px;
	margin-top: 10px;
    
}.news .newsnr .newsrt ul li .newsdes img{ width:100%; max-height:230px}
.news .newsnr .newsrt ul li .newsmore2{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#143e88;
	line-height:30px;
	background:url(../images/icon6.png) no-repeat left bottom;
	padding-bottom:10px;
	margin-top:43px;
	}
.news .newsnr .newsrt ul li:hover{
	background:#143e88;
	}
.news .newsnr .newsrt ul li:hover .newstit,.news .newsnr .newsrt ul li:hover .newsdes{
	color:#fff;
	}
.news .newsnr .newsrt ul li:hover .newsmore2{
	background:url(../images/iconh6.png) no-repeat left bottom;
	color:#fff;
	}
/* shzr
-------------------------------------------------------------- */
.shzr{
	width:100%;
	height:600px;
	overflow:hidden;
	background:url(../images/shzrbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:168px;
	background-attachment: fixed;
	}
.shzrrt{
	width:50%;
	overflow:hidden;
	padding-left:14%;
	}
.shzrrt h3{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:45px;
	color:#fff;
	font-weight:bold;
	line-height:50px;
	}
.shzrms{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:35px;
	text-align:right;
	margin-top:34px;
	}
.shzrrt hr{
	width:66px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:57px;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#091930;
	padding:56px 0 47px 0;
	border-bottom:solid 1px #353b44;
	}
.link .linknr span{
	font-size:20px;
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	}
.link .linknr{
	line-height:35px;
	color:rgba(255,255,255,0.6);
	background:url(../images/link.png) no-repeat left center;
	padding-left:60px;
	}
.link a{
	font-size:16px;
	margin-right:10px;
	color:#303030;
	}
	
/* footer */
.footer {background:url(../images/bg9.jpg) no-repeat center top;position: relative;clear: both; overflow: hidden;color: #fff; background-size:cover}
.footer-content {width: 90%;margin:0px auto;position: relative; font-size:15px;color:rgba(255,255,255,0.6);  }

.footer-content a{color:rgba(255,255,255,0.6);}
.footer-content span{color:rgba(255,255,255,0.6);}

.footer-content-top {overflow: hidden;padding: 6% 0;}
.footer-left {float: left;width: 20%; border-right:1px solid rgba(255,255,255,.1);}
.footer-logo img {max-width: 100%;}
.footer-nav {float: right;width: 20%;text-align: right; margin-top:30px;}
.footer-nav ul,.footer-nav li {list-style: none;margin: 0;padding: 0;}
.footer-nav ul {text-align: left;margin-left: 5rem;overflow: ;display: inline-block;vertical-align: top; width:90% !important; padding-left:10% !important;}
.footer-nav ul:first-child {margin-left: 0;}
.footer-nav .title-1 {font-weight: bold; font-size:20px}
.footer-nav li {margin-top: 2rem; width:100%; }
.footer-nav li a{display: block;color: #fff;padding: 3% 0; width:45%; padding-right:5%; float:left; font-size:16px}
.footer-nav li a:hover {color: #fff;}
.footer-nav .contact-1 {overflow: ;max-width: 47%;}
.footer-nav .contact-us-1 {color: #fff;margin-top: 2rem;}
.footer-nav .contact-us-1 a {color: #fff;}

.footer-nav .contact-us-1 strong{font-weight: normal; font-family:mb;}
.footer-nav .contact-us-1 a  strong { color:#fff; font-size:16px;}
.footer-nav .contact-us-1 p {padding: 0;margin: 0;}
.footer-nav .contact-us-1 p:first-child {padding: 0;margin: 0;}
.footer-content-bottom {border-top: 1px solid rgba(100%,100%,100%,.1);padding: 2% 0;position: relative;}
.footer-copy {color: #fff;position: relative; font-size:16px !important; text-align:center;}
.footer-copy a,.footer-copy span{ font-size:16px}
.footer-copy a:hover {color: #fff;}
.footer-link {/*position: absolute;right: 0;top: 50%;transform: translateY(-50%);*/ width:100%; margin-top:20px;}
.footer-link li {list-style: none;padding: 0;margin: 0;display: inline-block;vertical-align: middle;position: relative;width: 30px;height: 30px;margin-right: 15px;}
.footer-link .ewmshow-1 {background: #fff;padding: 5px;width: 90px;height: 90px;overflow: hidden;position: absolute;bottom: 100%;left: 50%;border-radius: 4px;margin-left: -50px;display: none; display:none;}
.footer-link li:hover .ewmshow-1{display: block;}

.aside-top {position: fixed; width: 50px;bottom:3%;right:1%; z-index:199;display: none;}
.aside-top a {width: 50px;height: 50px;display: block;overflow: hidden; background: #0662af url('../images/up1.png') no-repeat center;border-radius: 100%;}

.footer .ewm { width:95%; margin-top:30px; color:#fff; text-align:center; padding-right:5%; font-size:16px}
.footer .ewm img { width:160px; height: auto; margin-bottom:10px}
 .footer .ewm p{ color:rgb(255,255,255,.6)}
.footer-nav .title-1{ color:#fff}
.footer-logo img { display:none !important;}
.footer-lianxi .lx_z .lx_z_2 h4 span{ color:#1ba84a}
.footer-lianxi { width:59%; float:left; border-right:1px solid rgba(255,255,255,.1);}
.footer-lianxi .lx_z { width:50%; float:left; padding:3%; height:120px;}
.footer-lianxi .lx_z .lx_z_1 { width:60px; height:60px; border-radius:50%; background:; float:left; margin-right:10px;}
.footer-lianxi .lx_z .lx_z_1.dizhi { background: url(../images/ico2.png) no-repeat center center ; border:1px #fff solid}
.footer-lianxi .lx_z .lx_z_1.dianhua { background: url(../images/ico1.png) no-repeat center center ;border:1px #fff solid}
.footer-lianxi .lx_z .lx_z_1.youxiang { background: url(../images/ico3.png) no-repeat center center ;border:1px #fff solid}
.footer-lianxi .lx_z .lx_z_1.wangzhi { background: url(../images/ico4.png) no-repeat center center;border:1px #fff solid}


.footer-lianxi .lx_z .lx_z_2 { float:right; width:70%; font-size:16px; line-height:30px; font-family:Barlow-Regular;}
.footer-lianxi .lx_z .lx_z_2 h4 { font-size:22px; font-weight:900; color:#fff; line-height:40px; padding:0px; margin:0px; }
.footer-lianxi .lx_z .lx_z_2 p { font-size:16px !important; font-weight:400; color:#fff; line-height:30px; padding:0px; margin:0px;}
.footer-lianxi .lx_z .lx_z_2 a { color:#fff;}

  .footer-lianxi .lx_z .lx_z_2 h4 span{font-family:Arial, Helvetica, sans-serif ; font-weight:normal; font-size:16px}
  
  
  
.bot{
	width:100%;
	overflow:hidden;
	background:#091930;
	padding:39px 0;
	border-top: solid 1px #353b44;
	}
.bot .botnr{
	color:#787c84;
	font-size:16px;
	line-height:30px;
	}
.bot .botnr a{
	color:#787c84;
	font-size:16px;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	}
.bot .botrt{
	text-align:right;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:500px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
	margin-top:100px;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:667px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:438px;
	}.nav .menu > li a{
	color:#343434;
	font-size:16px;
	display:block;
	padding:0 17px;
	line-height:100px;
	}
}
@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:302px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:167px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:28px 0 28px 41px;
	background:url(../images/icon7.png) no-repeat left center;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.positionnr .positionrt a:hover {
	color: #143e88;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:86px;
	margin-right:30px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#143e88;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#004ea2;
	line-height:50px;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:rgba(208,208,208,0.6);
	font-family:Arial;
	line-height:30px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:6px;
	}
/* nabout
-------------------------------------------------------------- */
.naboutrq{
	width:100%;
	overflow:hidden;
	padding-bottom:162px;
	}
.nabout{
	margin-top:100px;
	margin-bottom:122px;
	}
.naboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	margin-top:58px;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
	}
.naboutnr table{
	width:100%;
}
.naboutnr table tr,.naboutnr table tr td{
	line-height:30px;
	font-size:16px;
}
.naboutnr table tr td{
	padding:0 5px;
}
.nqywh{
	width:100%;
	overflow:hidden;
	background:url(../images/nqywhbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:78px;
	padding-bottom:90px;
	}
.nqywh .ntit h3{
	text-align:center;
	color:#fff;
	}
.nqywh .ntit p{
	text-align:center;
	color: rgba(255,255,255,0.4);
	}
.nqywhnr{
	margin-top:78px;
	}
.nqywhnr dl{
	width:296px;
	height:296px;
	border:solid 1px rgba(255,255,255,0.5);
	border-radius:50%;
	margin:auto;
	}
.nqywhnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:58px;
	}
.nqywhnr dl dt img{
	max-width:100%;
	height:auto;
	}
.nqywhnr dl dd{
	width:100%;
	overflow:hidden;
	}
.nqywhnr dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-weight:bold;
	margin:13px 0 6px 0;
	}
.nqywhnr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.8);
	text-align:center;
	}
.nqywhmore{
	width:100%;
	overflow:hidden;
	margin-top:72px;
	}
.nqywhmore a{
	display:block;
	width:210px;
	height:60px;
	line-height:60px;
	background:#143e88 url(../images/r3.png) no-repeat 148px center;
	margin:auto;
	font-size:16px;
	color:#fff;
	padding-left:22px;
	}

.nabout_nr1{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	font-size:16px;
	line-height:30px;
}
.nabout_nr1 img{
	max-width:100%;
	height:auto;
}
.nabout_nr1 p{
	font-size:16px;
	line-height:30px;
}
.nabout_nrlf1{
	width:61%;
	overflow:hidden;
	padding-right:70px;
}
.nabout_nrlf1 p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#585858;
	text-align:justify;
}
.nabout_nrrt1{
	width:39%;
	overflow:hidden;
	text-align:right;
}
.nabout_nr1 .nabout_nrrt2{
	padding:0 20px 0 0;
}
.nabout_nr2 .nabout_nrlf2{
	padding:0 20px 0 0;
}
.nabout_nr2 .nabout_nrrt2{
	padding:0;
}
.nabout_nrlfnr{
	width:100%;
	overflow:hidden;
	margin-top:70px;
}
.nabout_nrlfnr p{
	overflow:hidden;
	line-height:30px;
	font-size:16px;
}
.nabout_nr2{
	padding-top:144px;
	padding-bottom:108px;
	}
.nabout_nr2 .nqywhmore{
	margin-top:106px;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:110px;
}
.ab_fl .ab_fllist{
	padding:0;
	}
.ab_fl dl{
	width:264px;
	overflow:hidden;
	margin-bottom:0;
	border-bottom:solid 1px #c0c0c0;
	padding-bottom:22px;
}
.ab_fl .ab_fllist:nth-child(2) dl{
	margin:auto;
	}
.ab_fl .ab_fllist:nth-child(3) dl{
	float:right;
	}
.ab_fl dl dt{
	width:70%;
	overflow:hidden;
	font-weight:normal;
	float:left;
}
.ab_fl dl dt .abnum{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	}
.ab_fl dl dt .abtit{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#000;
	line-height:30px;
	margin-top:5px;
	}
.ab_fl dl dd{
	width:30%;
	overflow:hidden;
	float:right;
}
.ab_fl dl dd img{
	max-width:100%;
	height:auto;
	}
.ab_fl dl dt .counter{
	font-size:50px;
	color:#143e88;
	font-weight:bold;
	line-height:40px;
	}
.nfzlc{
	width:100%;
	overflow:hidden;
	background:url(../images/nfzlcbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:102px;
	}
.nfzlcnr{
	width:57%;
	overflow:hidden;
	margin-top:88px;
	}
.nfzlc .ntit h3{
	color:#fff;
	}
.nfzlc .ntit p{
	color:rgba(255,255,255,0.4);
	}
.nfzlcnr h4{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:50px;
	font-weight:bold;
	line-height:50px;
	text-align:left;
	margin:0;
	}
.nfzlcnr .nfzlcyear{
	width:100%;
	overflow:hidden;
	font-size:200px;
	color:rgba(255,255,255,0.15);
	text-align:left;
	font-weight:bold;
	line-height:180px;
	margin-top:-30px;
	}
.nfzlcnr .nfzlcjs{
	width:100%;
	overflow:hidden;
	background:#10397e;
	padding:40px 40% 32px 40px;
	text-align:left;
	font-weight:normal;
	margin-top:84px;
	}
.nfzlcnr .nfzlcjs p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:rgba(255,255,255,0.8);
	line-height:35px;
	}
.nfzlcnr .nfzlcjs a{
	display:block;
	width:100%;
	font-size:15px;
	color:#fff;
	margin-top:40px;
	}
.nhonor{
	width:100%;
	overflow:hidden;
	background:url(../images/honorbg.jpg) no-repeat top center;
	background-size:cover;
	}
.nhonor .ntit h3{
	text-align:center;
	color:#10397e;
	}
.nhonor .ntit p{
	text-align:center;
	color:rgba(16,57,126,0.2);
	}
.naboutnr .nqywhlf,.naboutnr .nqywhimg{
	padding:0;
}
.naboutnr .nqywhimg{
	text-align:right;
}
.naboutnr .nqywhimg img{
	max-width:100%;
	height:auto;
}
.naboutnr .nqywhlf{
	padding-right:50px;
}
.naboutnr .nqywhlf p{
	margin-bottom:17px;
}
.nhonorlist{
	margin-top:60px;
	margin-bottom:60px;
}
.nhonorlist dl dt{
	position:relative;
	height:319px;
}
.nhonorlist dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nhonorlist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nhonorlist dl{
	padding:0 10px;
	margin:20px 0;
}
.nhonorlist dl dt,.nhonorlist dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nhonorlist dl dd{
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:20px;
}

/* nteam
-------------------------------------------------------------- */
.nteam,.nxyfc{
	margin-top:60px;
	margin-bottom:60px;
}
.nteam dl dt,.nxyfc dl dt{
	position:relative;
	height:291px;
}
.nteam dl dt img,.nxyfc 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;
}
.nteam dl:hover dt img,.nxyfc dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nteam dl,.nxyfc dl{
	padding:0 10px;
	margin:20px 0;
}

/*.nteam dl:first-child,.nxyfc dl:first-child{
	width:100% ;
}*/

.nteam dl dt,.nteam dl dd,.nxyfc dl dt,.nxyfc dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nxyfc dl dd{
	height:60px;
	font-size:16px;
	line-height:30px;
	color:#000;
	margin-top:10px;
}
.nteam dl dd{
	font-size:16px;
	line-height:30px;
	color:#000;
	margin-top:10px;
}
.nteam dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
}

.nteam dl dd .nteamjs,.nteam dl dd .nteamjs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.nteam dl dd .nteamjs{
	height:60px;
}

/* nyjfk
-------------------------------------------------------------- */
.nyjfk{
	margin-top:60px;
	margin-bottom:60px;
}
.nyjfk dl dt{
	position:relative;
	height:615px;
	border: solid 1px #e5e5e5;
}
.nyjfk 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;
}
.nyjfk dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nyjfk dl{
	padding:0 10px;
	margin:20px 0;
}
.nyjfk dl dt,.nyjfk dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nyjfk dl dd{
	height:60px;
	font-size:16px;
	line-height:30px;
	color:#000;
	margin-top:10px;
}
.poptrox-popup {
    overflow: visible !important;
}
/* nshfw
-------------------------------------------------------------- */
.nshfw{
	padding:0;
	margin-top:94px;
	}
.nshfw .shfwimg{
	padding:0;
	overflow:hidden;
	}
.nshfw .shfwnr{
	box-shadow: 0px 0px 20px rgba(4,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px rgba(4,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px rgba(4,0,0,0.05);
	padding:90px 80px 0 80px;
	height:524px;
	}
.nshfw .shfwnr h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#1c416f;
	line-height:30px;
	margin:0 0 20px 0;
	font-weight:bold;
	}
.nshfw .shfwnr p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:35px;
	color:#585858;
	}
.nshfw .shfwnr p a{
	font-size:18px;
	color:#585858;
}
.nshfw .shfwnr hr{
	width:378px;
	border:none;
	border-bottom:solid 1px #e6e6e6;
	margin-top:33px;
	margin-bottom:20px;
	}
.nxsyj{
	width:100%;
	overflow:hidden;
	margin-top:100px;
}
.nxsyj .nxsyjlf{
	width:40%;
	overflow:hidden;
	padding-left:80px;
	/*padding-top:70px;*/
}
.nxsyj .nxsyjlf .nxsyjnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:14px;
}
.nxsyj .nxsyjlf .nqywhmore{
	margin-top:110px;
}
.nxsyj .nxsyjlf .nqywhmore a{
	margin:0;
}
.nxsyj .nxsyjrt{
	width:60%;
	overflow:hidden;
}
.nxsyj .nxsyjrt img{
	max-width:100%;
	height:auto;
}
.nxsyj .nxsyjnr table{
	width:100%;
}
.nxsyjnr table tr,.nxsyjnr table tr td{
	line-height:30px !important;
	font-size:16px !important;
}
.nxsyjnr table tr td{
	text-align:center;
}
/* dszjy
-------------------------------------------------------------- */
.dszjy{
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
}
/* nfzlclist
-------------------------------------------------------------- */
.nfzlclist{
	width:100%;
	overflow:hidden;
	}
.dsjlist{
	width:100%;
	overflow:hidden;
	background:url(../images/tb4.png) repeat-y left top;
	margin-top:88px;
	padding-bottom:50px;
	}
.dsjlist dl{
	width:100%;
	overflow:hidden;
	background:url(../images/tb5.png) no-repeat left center;
	box-sizing: border-box;
	padding-left:5%;
	margin-top:60px;
	}
.dsjlist dl dt p,.dsjlist dl dd{
	color:#fff;
	font-size:16px;
	}
.dsjlist dl dt{
	min-height: 84px;
	position:relative;
	}
.dsjlist dl dt p{
	position:absolute;
	height:30px;
	line-height:30px;
	top:50%;
	margin-top:-15px;
	}
/*dashiji*/
.industrial-inner {
	width: 100%;
	position: relative;
	display: block;
}

.memorabiliaBox {
	height: 386px;
	overflow: hidden;
	cursor: url(../images/mouse.png) 16 16, default;
}

.memorabiliaBox .mCSB_scrollTools {
	visibility: hidden !important;
}

.industrial-bot {
	position: absolute;
	left: 116px;
	top: 0;
	width: 10px;
	height: 2px;
	background-color: #c1cbde;
	display: block;
}

.industrial-line {
	position: absolute;
	left: 120px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #c1cbde;
}

.industrial-item {
	padding: 30px 0px 0 260px;
	position: relative;
	background:url(../images/tb5.png) no-repeat left center;
}

.industrial-item .time {
	position: absolute;
	left:5%;
	top: 50%;
	margin-top: -15px;
	font-size: 20px;
	line-height: 1;
	color: #10397e;
	font-weight:bold;
	line-height:30px;
}

.industrial-item .ico {
	border-radius: 50%;
	background-color: #f6d196;
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	left: 105px;
	top: 50%;
	margin-top: -17px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:before {
	content: "";
	background-color: #eaa334;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0px 0px -5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-item .sj {
	position: absolute;
	left: 142px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #eaa334;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .pageC {
	padding: 0 40px 0 40px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size:16px;
	color:#585858;
	line-height:30px;
}
.industrial-item .pageC p{
	font-size:16px;
	line-height:30px;
	color:#585858;
	}

.industrial-item .pageC h3 {
	color: #333333;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 18px;
}

.industrial-btn {
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -60px;
	z-index: 10;
}

.industrial-btn span {
	cursor: pointer;
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 50%;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	position: relative;
}

.industrial-btn span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-btn span:hover:before {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .37s;
	-o-transition: all .37s;
	transition: all .37s;
}

.industrial-prev {
	margin-bottom: 8px;
	background-image: url(../images/arrow_t.png);
}

.industrial-next {
	background-image: url(../images/arrow_b.png);
}

.industrial-btn span:hover {
	background-color: #263d8f;
}

.industrial-item:hover .ico {
	background-color: #76bee0;
}

.industrial-item:hover .ico:before {
	background-color: #204ea4;
}

.industrial-item:hover .ico:after {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s;
	transition: .5s;
}

.industrial-item:hover .time {
	color: #e7812f;
}

.industrial-item:hover .sj {
	border-left-color: #204ea4;
	margin-left: 5px;
}

.industrial-item:hover .pageC {
	border-color: #2c84b2;
}

.industrial-demo {
	height: 420px;
	overflow: hidden;
	cursor: url(../images/mouse.png) 20 20, default;
	margin-top: 18px;
}

.industrial-demo .mCSB_scrollTools {
	visibility: hidden !important;
}
/* njob
-------------------------------------------------------------- */
.njob{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.njob ul,.njob ul li{
	width:100%;
	overflow:hidden;
}
.njob ul li{
	padding:10px 0 10px 12px;
	background: url(../images/li.png) left center no-repeat;
	border-bottom: 1px dotted #CCC;
	line-height:30px;
	font-size:16px;
}
.njob ul li a{
	font-size:16px;
}
.njob ul li span{
	float:right;
	color: #b0b0b0;
}
.njob ul li a:hover{
	color: #004ea2;
}
	/* norder
-------------------------------------------------------------- */
.norder{
	padding:0;
	overflow:hidden;
	margin-top:40px;
}
.norder dl{
	width:50%;
	overflow:hidden;
	float:left;
	margin-top:20px;
}
.norder dl dt{
	width:15%;
	overflow:hidden;
	float:left;
	text-align:right;
	line-height:30px;
}
.norder dl dd{
	width:85%;
	overflow:hidden;
	float:left;
}
.norder dl dd select,.norder dl dd input{
	width:60%;
	height:40px;
	border:solid 1px #ccc;
	padding: 0 5px;
}
#complaints{
	width:73%;
}
.norder dl:last-child,.norder dl:last-child dd{
	width:100%;
	text-align:center;
}
.norder dl:last-child{
	margin-top:40px;
}
.ddmarg{
	padding-left:15%;
	width:73%;
}
.cnmbd3g{
	width:100% !important;
}
.cnmbd3g dt{
	width:7.5% !important;
}
.cnmbd3g dd{
	width:89% !important;
}
.cnmbd3g textarea{
	width:85%;
	height:100px;
	border:solid 1px #ccc;
	padding: 0 5px;
	line-height:30px;
}
.norder button{
	width:260px;
	height:40px;
	line-height:40px;
	margin:auto;
}
	/* nhonor
-------------------------------------------------------------- */
.nhonor{
	padding-top:120px;
	padding-bottom:160px;
	}
.nhonor .owl-carousel .owl-item{
	padding:0 20px;
	}
.nhonornr{
	margin-top:96px;
	}
.nhonor dl{
	width:100%;
	overflow:hidden;
	}
.nhonor dl dt,.nhonor dl dd{
	width:100%;
	overflow:hidden;
	}
.nhonor dl dt{
	text-align:center;
	}
.nhonor dl dt img{
	max-width:100%;
	height:auto;
	}
.nhonor dl dd{
	text-align:center;
	line-height:30px;
	color:#fff;
	font-size:20px;
	margin-top:20px;
	}
.nhonormore{
	width:100%;
	overflow:hidden;
	margin-top:82px;
	}
.nhonormore a{
	display: block;
    width: 210px;
    height: 60px;
    line-height: 60px;
    background:url(../images/r3.png) no-repeat 148px center;
    margin: auto;
    font-size: 16px;
    color: #fff;
    padding-left: 22px;
	border:solid 1px #fff;
	}
/* nkyhz
-------------------------------------------------------------- */
.nkyhz{
	margin-top:60px;
	margin-bottom:60px;
	}
.nkyhz dl{
	width:100%;
	overflow:hidden;
	padding:44px 0;
	border-bottom:solid 1px #e2e2e2;
	}
.nkyhz dl dt{
	width:17%;
	overflow:hidden;
	float:left;
	position:relative;
	height:171px;
	}
.nkyhz 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;
}
.nkyhz dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nkyhz dl dd{
	width:83%;
	overflow:hidden;
	float:left;
	}
.nkyhz dl dd .nkyhzlf{
	width:70%;
	overflow:hidden;
	padding-left:58px;
	}
.nkyhz dl dd .nkyhzrt{
	width:12%;
	overflow:hidden;
	border-left:solid 1px #d2d2d2;
	padding-top:20px;
	padding-left:5%;
	}
.nkyhzlf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#1e1e1e;
	font-weight:bold;
	margin:20px 0 0;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.nkyhzlf .nkyhzms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#939393;
	margin-top:22px;
	}
.nkyhz dl dd .nkyhzrt span{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#b1b1b1;
	display:block;
	line-height:35px;
	}
.nkyhz dl dd .nkyhzrt i{
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:30px;
	}
.nkyhz dl:hover dd .nkyhzlf h4{
	color:#0f3579;
	}
.nkyhz h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#343434;
	line-height:30px;
	font-weight:bold;
	border-bottom:solid 1px #e2e2e2;
	padding-bottom:40px;
	}
.nkyhz .fbnr{
	width:100%;
	overflow:hidden;
	color:#585858;
	font-size:16px;
	line-height:30px;
	margin-top:45px;
	}
.nkyhz .fbnr p{
	overflow:hidden;
	color:#585858;
	font-size:16px;
	line-height:30px;
	}
.nkyhz .fbnr img{
	max-width:100%;
	height:auto;
	}
/* nrcln
-------------------------------------------------------------- */
.nrcln{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.nrcln p{
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#333;
	}
/* ncc
-------------------------------------------------------------- */
.ncc{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.ncc .nccul{
	width:100%;
	overflow:hidden;
	}
.ncc .nccul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	}
.nccul li img{
	max-width:100%;
	height:auto;
	}
/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	width:100%;
	overflow:hidden;
	padding:0 60px;
	}
.nhzhbul{
	width:100%;
	overflow:hidden;
	}
.nhzhbul li{
	width:14.66666%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border:solid 1px #ccc;
	}
.nhzhbul li img{
	max-width:100%;
	height:auto;
	}

/* npro
-------------------------------------------------------------- */
.npro{
	width:100%;
	overflow:hidden;
	background:#f7f9fb;
	padding-bottom:60px;
	}
.npro .npromenu ul{
	width:100%;
	overflow:hidden;
	}
.npro .npromenu ul li{
	padding:0;
	line-height:60px;
	background:#e2e2e2;
	text-align:center;
	}
.npro .npromenu ul li a{
	font-size:20px;
	color:#000;
	}
.npro .npromenu ul li:hover{
	background:#143e89;
	}
.npro .npromenu ul li:hover a{
	color:#fff;
	}
.npronr{
	width:100%;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:82px;
	}
.npro .npronr:nth-child(odd){
	background:#eff3f8;
	}
.npronr .nprolf{
	padding:0 88px 0 0;
	}
.npronr .nprort{
	padding:0;
	}
.npronr .nprort img{
	max-width:100%;
	height:auto;
	}
.npronr .nprolf .nprotit{
	width:100%;
	overflow:hidden;
	}
.npronr .nprolf .nprotit .nprotiten{
	width:100%;
	overflow:hidden;
	}
.npronr .nprolf .nprotit .nprotiten img{
	max-width:100%;
	height:auto;
	}
.npronr .nprolf .nprotit .nprotitcn{
	width:100%;
	overflow:hidden;
	font-size:36px;
	line-height:40px;
	color:#707172;
	margin-top:35px;
	border-bottom:solid 1px #b5b5b6;
	padding-bottom:28px;
	}
.npronr .nprolf h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#0f377d;
	line-height:50px;
	font-weight:bold;
	margin:62px 0 24px 0;
	}
.npronr .nprojs{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#88898a;
	}
.nprolxfs{
	width:100%;
	overflow:hidden;
	margin-top:76px;
	}
.nprolxfs a{
	width:210px;
	height:60px;
	display:block;
	background:#103980 url(../images/icon22.png) no-repeat 135px center;
	font-size:16px;
	color:#fff;
	line-height:60px;
	padding-left:22px;
	}
.nproinfo{
	margin-top:60px;
	margin-bottom:60px;
	}
.nproinfo .nproinfoimg{
	padding:0;
	text-align:center;
	border:solid 1px #f0f0f0;
	}
.nproinfo .nproinfoimg img{
	max-width:100%;
	height:auto;
	}
.nproinfo .nproinfonr{
	padding:0 0 0 75px;
	}
.nproinfo .nproinfonr h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#0f3579;
	line-height:40px;
	}
.nproinfo .nproinfonr .nprossfl{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom: solid 1px #e6e6e6;
	}
.nproinfo .nproinfonr .nproinfoms{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.nproinfo .nproinfonr .nproinfoms p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#7f7f7f;
	}
.nprofbtit{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#0f3579;
	line-height:40px;
	border-bottom:solid 1px #e3e3e3;
	padding-bottom:30px;
	margin-top:90px;
	}
.nprofbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#737373;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#737373;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews dl{
	margin-bottom:0;
	padding:0 15px;
	margin:40px 0;
	}
.nnews dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:289px;
	}
.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-top:14px;
	}
.nnews dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#343434;
	line-height:30px;
	font-weight:bold;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#737373;
	margin-top:16px;
	height:42px;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#0f3579;
	line-height:30px;
	margin-top:32px;
	background:url(../images/icon9.png) no-repeat right center;
	border-bottom:solid 1px #dfdfdf;
	padding-bottom:13px;
	}
.nnews dl:hover dd h4{
	color:#0f3579;
	}
.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:30px;
    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 div {
    width: 47%;
    float: left;
    text-align: center;
    margin-right: 3%;
    
}
.nnews .fbnr div img {
    height: 400px;
    
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	
	}
/* ncase
-------------------------------------------------------------- */
.ncase{
	margin-top:60px;
	margin-bottom:60px;
}
.ncase dl{
	padding:0 10px;
	margin:0 0 40px 0;
	}
.ncase dl dt,.ncase dl dd{
	width:100%;
	overflow:hidden;
	}
.ncase dl dt{
	position:relative;
	height:289px;
	border:solid 1px #c1c1c1;
	}
.ncase 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;
	}
.ncase dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.ncase dl dd{
	line-height:52px;
	font-size:18px;
	color:#757575;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.ncase dl:hover dd{
	color:#0f377d;
}
.ncase .left-pro{
	width:100%;
	}
.ncase .t2{
	overflow:hidden;
	padding:0;
	border:solid 1px #e3e3e3;
}
.MagicZoom{
	text-align:center;
	margin:auto;
}
.MagicThumb-container{
	background:#fff;
}
.main_img{
	max-width: 100%;
    height: auto;
}
.ncase .t1,#showArea{
	width:100%;
	overflow:hidden;
}
#showArea a{
	display:block;
	width:8%;
	overflow:hidden;
	margin:10px 1%;
	float:left;
	border:solid 1px #e3e3e3;
	text-align:center;
}
#showArea a img{
	max-width:100%;
	height:auto;
}
.ncase .nproinfo{
	width:45%;
	overflow:hidden;
	padding-left:30px;
	}
.ncase .nproinfo h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#323232;
	line-height:35px;
	}
.ncase .nproinfo .npro_ms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:20px;
	}
.ncase .nproinfo .npro_fl{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #f4f4f4;
	border-bottom:solid 1px #f4f4f4;
	line-height:30px;
	padding:5px 0;
	margin-top:20px;
	}
.ncase .nproinfo .nprobtn{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.ncase .nproinfo .nprobtn a{
	display:block;
	width:130px;
	height:50px;
	background:#666;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	float:left;
	margin-left:20px;
	}
.ncase .nproinfo .nprobtn a:hover{
	background:#2542bd;
}
.fbnrtit{
	width:100%;
	overflow:hidden;
	height:50px;
	line-height:50px;
	padding:0 10px;
	font-size:20px;
	color:#000;
	background:#eeeeee;
	margin-top:40px;
}
.ncase .fbnr {
	width:100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}
.ncase .fbnr p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.ncase .fbnr img {
	max-width: 100%;
	height: auto;
}
.ncase .fbnr table{
	max-width:100%;
}
/* nyhfk
-------------------------------------------------------------- */
.nyhfk{
	margin-top:60px;
	margin-bottom:60px;
	}
.nyhfknr{
	width:100%;
	overflow:hidden;
	}
.nyhfknr ul{
	width:100%;
	overflow:hidden;
	}
.nyhfknr ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border:solid 1px #f0f0f0;
	}
.nyhfknr ul li img{
	max-width:100%;
	height:auto;
	}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncontactrq{
    width: 100%;
    overflow: hidden;
	margin-top:60px;
	}
.ncontact .ncontactnr{
	padding:30px;
	background:#1b4184;
	overflow: hidden;
	}
.ncontact .ncontactnr h3{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:30px;
	line-height:40px;
	}
.ncontact .ncontactnr .ngsm{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
	margin-bottom:12px;
	}
.ncontact .ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.7);
	line-height:26px;
	}
.ncontact .ncontactnr p a{
	font-size:15px;
	color:rgba(255,255,255,0.7);
	}

.nmessage{
    padding: 0 0 0 20px;
	overflow:hidden;
}
.nmessage dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-bottom:30px;
	}
.nmessage dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessage dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessage dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessage dl dd textarea{
	width:100%;
	height:213px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessage dl:last-child{
	width:100%;
	}
.nmessage dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessage dl:nth-child(2n){
	margin-left:1%;
	}
.nmessage dl:nth-child(1) dd input{
	background:#fff url(../images/icon10.png) no-repeat 24px center;
	}
.nmessage dl:nth-child(2) dd input{
	background:#fff url(../images/icon11.png) no-repeat 24px center;
	}
.nmessage dl:nth-child(3) dd input{
	background:#fff url(../images/icon12.png) no-repeat 24px center;
	}
.nmessage dl:nth-child(4) dd input{
	background:#fff url(../images/icon13.png) no-repeat 24px center;
	}
.nmessage dl:nth-child(5){
	width:100%;
	}
.nmessage dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon14.png) no-repeat 24px 21.5px;
	}
.nmessage .tjbtn {
    width: 100%;
    overflow: hidden;
}
.nmessage .tjbtn button {
    width: 100%;
    height: 60px;
    background: #1b4184;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.ordernr{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	}
.ordernr ul{
	width:100%;
	overflow:hidden;
	}
.ordernr ul li{
	width:49%;
	overflow:hidden;
	float:left;
	margin:18px 0;
	}
.ordernr ul li input{
	width:100%;
	height:62px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	padding-left:56px;
	font-size:15px;
	}
.ordernr ul li:nth-child(odd){
	margin-right:1%;
	}
.ordernr ul li:nth-child(even){
	margin-left:1%;
	}
.ordernr ul li:last-child{
	width:100%;
	margin:18px 0;
	}
.ordernr ul li textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:10px;
	font-size:15px;
	}
.ordernr ul li:first-child input{
	background:url(../images/icon15.png) no-repeat 20px center;
	}
.ordernr ul li:nth-child(2) input{
	background:url(../images/icon16.png) no-repeat 20px center;
	}
.ordernr ul li:nth-child(3) input{
	background:url(../images/icon17.png) no-repeat 20px center;
	}
.ordernr ul li:nth-child(4) input{
	background:url(../images/icon18.png) no-repeat 20px center;
	}
.ordernr ul li:nth-child(5) input{
	background:url(../images/icon10.png) no-repeat 20px center;
	}
.ordernr ul li:nth-child(6) input{
	background:url(../images/icon11.png) no-repeat 20px center;
	}
.ordernr ul li:nth-child(7) input{
	background:url(../images/icon12.png) no-repeat 20px center;
	}
.ordernr ul li:nth-child(8) input{
	background:url(../images/icon13.png) no-repeat 20px center;
	}
.ordernr ul li textarea{
	background:url(../images/icon14.png) no-repeat 20px 12px;
	padding-left:56px;
	}
.ordernr .orderbtn{
	width:100%;
	overflow:hidden;
	margin-top:27px;
	}
.ordernr .orderbtn button{
	width:100%;
	height:60px;
	overflow:hidden;
	background:#1b4184;
	color:#fff;
	font-size:16px;
	}

/* 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:#0f377d;color:#fff;border: 1px solid #0f377d; }
.pages ul a:hover{ background:#0f377d;color:#fff;border: 1px solid #0f377d;}
.news-exp {
	overflow: hidden;
	line-height:30px;
	margin-top:20px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
}

.news-exp .news-explf i{
	width:33px;
	height:33px;
	background:url(../images/prev7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.news-exp .news-exprt i{
	width:33px;
	height:33px;
	background:url(../images/next7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.news-exp a {
	width:50%;
	float:left;
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child{
	text-align:right;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp a:hover{
	color:#13609a;
	text-decoration:none;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.tel{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:34px;float:right;margin-right:1%;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;right: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 .div2 img{
	width:16px;
}
.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(../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: 1439px) and (max-width: 1440px) {
	.nhonorlist dl dt{
		height:287px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:262px;
	}
	.nyjfk dl dt{
		height:553px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1438px) {
	.nhonorlist dl dt{
		height:270px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:247px;
	}
	.nyjfk dl dt{
		height:521px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.nhonorlist dl dt{
		height:253px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:231px;
	}
	.nyjfk dl dt{
		height:489px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.nhonorlist dl dt{
		height:227px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:207px;
	}
	.nyjfk dl dt{
		height:437px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.nhonorlist dl dt{
		height:200px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:182px;
	}
	.nyjfk dl dt{
		height:386px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.nhonorlist dl dt{
		height:193px;
	}
	.nnews dl dt{
		height:269px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:176px;
	}
	.nyjfk dl dt{
		height:373px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.nhonorlist dl dt{
		height:255px;
	}
	.nnews dl dt{
		height:230px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:233px;
	}
	.nyjfk dl dt{
		height:493px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.nhonorlist dl dt{
		height:227px;
	}
	.nnews dl dt{
		height:204px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:207px;
	}
	.nyjfk dl dt{
		height:437px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.nhonorlist dl dt{
		height:186px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:291px;
	}
	.nyjfk dl dt{
		height:360px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.nhonorlist dl dt{
		height:155px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:291px;
	}
	.nyjfk dl dt{
		height:299px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.nhonorlist dl dt{
		height:119px;
	}
	.nnews dl dt{
		height:228px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:230px;
	}
	.nyjfk dl dt{
		height:230px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.nhonorlist dl dt{
		height:103px;
	}
	.nnews dl dt{
		height:198px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:202px;
	}
	.nyjfk dl dt{
		height:199px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.nhonorlist dl dt{
		height:86px;
	}
	.nnews dl dt{
		height:166px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:170px;
	}
	.nyjfk dl dt{
		height:166px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.nhonorlist dl dt{
		height:84px;
	}
	.nnews dl dt{
		height:162px;
	}
	.nteam dl dt,.nxyfc dl dt{
		height:165px;
	}
	.nyjfk dl dt{
		height:162px;
	}
}

@media(max-width:1600px) {
	.section ul li h4{
		font-size:20px;
		line-height:30px;
	}
	.section ul li {
		padding: 225px 40px 0 40px;
	}
	.protit p,.about .abouten,.tit p{
		font-size:46px;
		line-height:46px;
	}
	.protit h3,.protit h3 a,.aboutlist h4,{
		font-size:30px;
	}
	.prolfnr .promenu ul li{
		margin-left:26px;
	}
	.prolfnr .promenu ul li a{
		font-size:16px;
	}
	.procont .procontlf h4{
		font-size:30px;
	}
	.news .newsnr .newsrt ul li .newsmore2{
		margin-top:20px;
	}
}
@media(max-width:1440px) {
	.cont,.cont1{
		width:88%;
	}
	.news .newsnr .newsrt dl dd h4{
		font-size:20px;
	}
	.nxsyj .nxsyjlf .nqywhmore{
		margin-top:100px;
	}
	.protit h3,.protit h3 a{
		margin-top:20px;
		margin-bottom:20px;
	}
	.protit p, .about .abouten, .tit p {
		font-size: 40px;
		line-height: 40px;
	}
	.prolfnr .promenu ul li {
		margin-left: 16px;
	}
	.pronr .prort dl dd span{
		font-size:22px;
	}
	.procont .procontlf h4{
		font-size:26px;
	}
	.news .newsnr .newsrt ul li .newstit{
		font-size:16px;
		line-height:25px;
	}
	.nqywhnr dl{
		width:260px;
		height:260px;
	}
	.nqywhnr dl dt{
		margin-top:38px;
	}
	.nqywhnr dl dd h4{
		font-size:18px;
	}
	.news-exp{
		width:100%;
	}
	.section ul li h4{
		font-size:18px;
	}
	.nav .menu > li{
		margin:0;
	}

}
@media(max-width:1360px) {
	.section ul li {
		padding: 225px 30px 0 30px;
	}
	.prolfnr .promenu ul li a {
		font-size: 15px;
	}
	.prolfnr .promenu ul li {
		margin-left: 10px;
	}
	.nmenu ul li{
		margin-right:20px;
	}
}
@media(max-width:1289px) {
	.section ul li h4{
		height:60px;
	}
}
@media(max-width:1280px) {
	.nxsyj .nxsyjlf .nqywhmore{
		margin-top:60px;
	}
	.nxsyj .nxsyjlf{
		padding-left:50px;
	}
	.shzrrt h3{
		font-size:40px;
	}
	.section{
		height:700px;
	}
	.section ul li {
		padding: 130px 30px 0 30px;
	}
	.aboutcont .aboutimg a{
	    width: 60px;
	    height: 60px;
	}
	.npronr .nprolf h3{
		font-size:30px;
	}
	.nprolxfs{
		margin-top:60px;
	}
	.nabout_nr2{
		padding-top:100px;
	}
	.nxsyj .nxsyjlf{
		padding-top:40px;
	}
	.ysinner .ystit{
		font-size:42px;
	}
	.ysnr .yslist p{
		font-size:18px;
		line-height:30px;
	}
	.ysinner .ysjs{
		font-size:18px;
	}
	.news .newsnr .newsrt ul li{
		padding:20px;
	}
	.news .newsnr .newsrt dl dd h4{
		font-size:18px;
	}
	.news .newsnr .newsrt dl dd .newsms{
		font-size:16px;
	}
	.nnews dl dd .nnewsdate{
		margin-top:20px;
	}
	.nnews dl dd h4{
		font-size:18px;
	}
	.protit p, .about .abouten, .tit p {
		font-size: 36px;
		line-height: 36px;
	}
	.news .newsnr .newsrt dl dt{
		padding-left:30px;
	}
	.nqywhnr dl {
		width: 240px;
		height: 240px;
	}
	.nqywhnr dl dd h4 {
		font-size: 16px;
	}
	.nqywhnr dl dd p{
		font-size:14px;
	}
	.nqywhnr dl dt {
		margin-top: 28px;
	}
	.prolfnr .promenu ul li {
		margin-left: 5px;
	}
	.nfzlcnr .nfzlcjs p {
		font-size: 16px;
		line-height: 30px;
	}
	.nmenu ul li {
		margin-right: 10px;
	}
	.norder dl dt{
		width:18%;
	}
	.norder dl dd{
		width:82%;
	}
	.norder dl dd select, .norder dl dd input {
		width: 70%;
	}
	.cnmbd3g dt {
		width: 9% !important;
	}
	.cnmbd3g textarea {
		width: 88.5%;
	}
	.ddmarg {
		padding-left: 18%;
	}
	#complaints{
		width:89%;
	}
	.ncontact .ncontactnr {
        padding: 30px 20px;
	}
	.footernr .footerlf p,.footernr .footerlf p a{
		font-size:20px;
	}
}
@media(max-width:1152px) {
	.ntit h3,.ntit h3 a{
		font-size:36px;
	}
	.ntit p{
		font-size:24px;
	}
	.bot .botlf,.bot .botrt,.bot .botlf a,.bot .botrt a{
		font-size:14px;
	}
	.shzrrt h3{
		font-size:36px;
	}
	.section{
		height:660px;
	}
	.section ul li {
		padding: 100px 30px 0 30px;
	}
	.nxsyj .nxsyjlf .nxsyjnr{
		margin-top:40px;
	}
	.ysnr .yslist p {
		font-size: 16px;
	}
	.ysinner .ystit{
		font-size:38px;
		line-height:50px;
	}
	.aboutcont .aboutcontrt .aboutms{
		font-size:16px;
	}
	.prolist{
		padding-left:0;
	}
	.pronr .prolf {
		padding: 0;
	}
	.nfzlcnr .nfzlcjs{
		padding: 40px 32% 32px 40px;
	}
	.nqywhnr dl {
		width: 220px;
		height: 220px;
	}
	.nqywhnr dl dt {
		margin-top: 18px;
	}
	.nqywhnr dl dd p{
		line-height:20px;
	}
	.nkyhz dl dd .nkyhzrt span{
		font-size:20px;
	}
	.nmenu ul li {
		margin-right: 5px;
	}
	.positionnr .positionrt,.positionnr .positionrt a{
		font-size:15px;
	}
	.positionnr .positionrt{
		padding: 28px 0 28px 30px;
	}
	.nteam dl dd .nteamjs, .nteam dl dd .nteamjs p{
		font-size:15px;
	}
	.footernr .footerlf p,.footernr .footerlf p a{
		font-size:18px;
	}
}
@media(max-width:1152px) {
	.nav .menu > li a {
		padding: 0 16px;
	}
	.nabout_nrlf1{
		padding-right:50px;
	}
}
@media(max-width:1137px) {
    .nmessage dl dd textarea{
        height: 239px;
    }
}
@media(max-width:1100px) {
	.ysnr .yslist {
		width: 18%;
	}
}
@media(max-width:1024px) {
	.nabout_nrlf1 {
		padding-top: 0;
	}
	.aboutnr{
		overflow:hidden;
	}
	.shzrrt h3{
		font-size:32px;
		line-height:40px;
	}
	.aboutlist{
		left:1px;
	}
}
@media(max-width:991px) {
    .nnews .fbnr div img{
        height: 103px;
    }
    .nnews .fbnr div{
        font-size: 12px; !important
    }
	.header{
		height:70px;
	}
	.logo{
		padding:5px 0;
	}
	.logo img{
		height:60px;
	}
	.rg{
		padding-top:22px;
	}
	.topewm{
		margin-top:25px;
	}
	.banner,.banner_n{
		margin-top:70px;
	}
	.topewm .ewmimg{
		top:45px;
	}
	.mouse-index{
		bottom:10px;
	}
	.mouse-index p{
		font-size:14px;
		margin-top:10px;
	}
	.mouse img{
		width:20px;
	}
	.banner .owl-number{
		right:50px;
	}
	.banner .owl-prev{
		right:105px;
	}
	.banner .owl-page span{
		height:40px;
	}
	.banner .owl-pagination{
		left:20px;
		margin-top:-60px;
	}
	.nxsyj .nxsyjlf{
		padding:0;
		width:100%;
	}
	.nxsyj .nxsyjrt{
		width:100%;
		margin-top:20px;
	}
	.procont .procontlf .promore2{
		display:none;
	}
	.procont .procontrt{
		margin-top:20px;
	}
	.procont .procontlf h4 {
		font-size: 24px;
	}
	.topewm {
		padding: 0 18px 0 10px;
	}
	.prolist {
		padding-left: 0;
	}
	.aboutcont .aboutimg,.aboutcont .aboutcontrt{
		width:100%;
	}
	.aboutcont .aboutcontrt{
		margin-top:10px;
	}
	.aboutlist h4{
		font-size:30px;
	}
	.about .abouten{
		font-size:46px;
	}
	.ysnr .yslist h4 img{
		height:32px;
	}
	.section ul li{
		height:330px;
		padding: 30px 40px 0 40px;
	}
	.section ul li h4{
		margin: 20px 0 0 0;
	}
	.section ul li p{
		margin-top:20px;
		font-size:14px;
		line-height:25px;
	}
	.section ul li:nth-child(2){
		border-right:none;
	}
	.tit h3{
		margin-top:20px;
	}
	.ysnr .ysinner{
		width:100%;
		height:auto;
		background:none;
		position:inherit;
		left: 0;
		margin-left: 0;
		top: 0;
		margin-top: 0;
	}
	.ysnr .ys1, .ysnr .ys2,.ysnr .ys3, .ysnr .ys4{
		margin-top: 30px;
	}
	.ysnr .yslist{
		width:100%;
	}
	.ys{
		height:auto;
		padding-bottom:40px;
	}
	.ysinner .ysms{
		margin-top:60px;
	}
	.ysinner .ysjs{
		padding:0;
		margin-top:30px;
	}
	.ysmore a{
		margin: 30px auto 0;
	}
	.aboutcont .aboutcontrt .aboutmore {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.pronr .prort dl dd span {
		font-size: 18px;
	}
	.shzrrt{
		padding-left:0;
	}
	.shzrrt h3{
		font-size:40px;
	}
	.news .newsnr .newslf,.news .newsnr .newsrt{
		width:100%;
	}
	.news .newsnr .newsrt{
		margin-top:30px;
	}
	.news .newsnr .newsrt dl{
		border-left:0;
	}
	.news .newsnr .newsrt dl dd{
		width:100%;
	}
	.news .newsnr .newsrt dl dt{
		display:none;
	}
	.news .newsnr .newsrt dl dd .newsmore2{
		margin-top:30px;
	}
	.news .newsnr .newsrt ul li {
		height: auto;
		padding: 32px 30px 20px 30px;
	}
	.tit h3{
		font-size:30px;
	}
	.news .newsnr .newsrt dl dd h4{
		font-size:20px;
	}
	.news{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.nnews dl dd h4{
		font-size:18px;
	}
	.nnews dl dd .nnewsdate{
		margin-top:20px;
	}
	.nnews h1{
		font-size:20px;
	}
	.nabout_nrlfnr{
		margin-top:30px;
	}
	.nabout_nr2 .nabout_nrrt2 img{
		max-width:100%;
		height:auto;
	}
	.nabout_nr2 .nabout_nrrt2{
		margin-top:20px;
	}
	.nabout_nr2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.nabout_nr2 .nqywhmore {
		margin-top: 40px;
	}
	.nhonor {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.nfzlcnr h4{
		font-size:40px;
	}
	.nfzlcnr{
		width:70%;
	}
	.nfzlcnr .nfzlcyear{
		font-size:180px;
		line-height:190px;
	}
	.nabout{
		margin-top:50px;
	}
	.npronr .nprolf{
		padding:0;
	}
	.npronr .nprolf h3{
		font-size:30px;
	}
	.npronr .nprolf .nprotit .nprotitcn{
		font-size:30px;
	}
	.nproinfo .nproinfonr {
		padding: 0;
	}
	.nproinfo .nproinfonr h1{
		font-size:24px;
	}
	.nproinfo .nproinfonr{
		margin-top:20px;
	}
	.nprolxfs{
		display:none;
	}
	.npronr .nprort{
		margin-top:20px;
	}
	.npronr .nprolf h3 {
		margin: 0 0 24px 0;
	}
	.industrial-item .pageC {
		padding: 0;
	}
	.industrial-item .time{
		left:6%;
	}
	.nkyhz dl dd .nkyhzrt{
		padding-left: 2%;
	}
	.nmenu,.positionnr .positionrt{
		width:100%;
	}
	.naboutnr .nqywhimg{
		text-align:center;
	}
	.ab_fl dl{
		width:91%;
	}
	.naboutrq{
		padding-bottom:80px;
	}
	.naboutrq img{
		max-width:100%;
		height:auto;
	}
	.nkyhz dl{
		padding: 20px 0;
	}
	.nshfw .shfwnr{
		padding: 40px;
		height:auto;
	}
	.nshfw .shfwimg img{
		max-width:100%;
		height:auto;
	}
	.ntit h3{
		font-size:36px;
		line-height:45px;
	}
	.ntit p{
		font-size:24px;
	}
	.nabout_nrlf1,.nabout_nrrt1{
		width:100%;
	}
	.nabout_nrlf1{
		padding-right:0;
	}
	.nabout_nrrt1 img{
		max-width:100%;
		height:auto;
	}
	.nabout_nrrt1{
		text-align:center;
		margin-top:10px;
	}
	.positionnr .positionrt{
		text-align:left;
		padding: 18px 0 18px 41px;
	}
	.nmenu ul li {
		line-height:60px;
	}
	.ncontact .ncontactnr .ngsm{
		font-size:18px;
	}
	.footernr .footerrt,.footernr .footerlf{
		width:100%;
	}
	.news-exp a{
		width:100%;
	}
	.news-exp a:last-child{
		text-align:left;
	}
	.norder dl dt,.norder dl dd,.norder dl{
		width:100%;
	}
	.norder dl dd select, .norder dl dd input {
		width: 100%;
	}
	.norder dl dt{
		text-align:left;
	}
	.ddmarg{
		padding-left:0;
	}
	#complaints {
		width: 100%;
	}
	.cnmbd3g dt,.cnmbd3g dd{
		width: 100% !important;
	}
	.cnmbd3g textarea {
		width: 100%;
	}
	.norder button{
		width:200px;
	}
	.nmessage{
	    padding: 0;
	    margin-top: 40px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:767px) {
	.shzrrt h3 {
		font-size: 36px;
	}
	.shzrrt {
		width: 70%;
	}
	.shzrms{
		font-size:16px;
	}
	.section ul li:hover{
		background:none;
	}
	.section ul li:nth-child(2n){
		background:url(../images/bg1.jpg) no-repeat top center;
		background-size:cover;
	}
	.section ul li:nth-child(2n) .icon .imghover{
		display: inline-block;
		}
	.section ul li:nth-child(2n) .icon .img{
		display:none;
		}
	.section ul li:nth-child(2n) h4,.section ul li:nth-child(2n) p{
		color:#fff;
		}
	
	.section ul li:nth-child(2n+1):hover .icon .imghover{
		display: none;
		}
	.section ul li:nth-child(2n+1):hover .icon .img{
		display:inline-block;
		}
	.section ul li:nth-child(2n+1):hover h4,.section ul li:nth-child(2n+1):hover p{
		color:#133d86;
		}
	.section ul li:nth-child(1),.section ul li:nth-child(3){
		border-right:none;
	}
	.nshfw .shfwnr h4{
		font-size:22px;
	}
	.nshfw .shfwnr {
		padding: 40px 30px;
	}
	.section{
		height:auto;
	}
	.section ul li{
		height:auto;
		padding:40px;
	}
	.section ul li h4 {
		font-size: 18px;
	}
	.ysinner .ysms{
		font-size:26px;
	}
	.ysinner .ystit{
		font-size:34px;
	}
	.news .newsnr .newsrt dl dd h4,.news .newsnr .newsrt ul li .newstit{
		font-size: 16px;
	}
	.protit p, .about .abouten, .tit p {
		font-size: 32px;
		line-height: 32px;
	}
	.tit h3,.tit h3 a,.aboutlist h4,.protit h3, .protit h3 a{
		font-size: 26px;
	}
	.tit h3{
		line-height:35px;
	}
	.protit h3,.tit h3{
		margin-top:10px;
	}
	.aboutlist .abouttiten{
		font-size:18px;
	}
	.nfzlcnr h4{
		font-size:36px;
	}
	.nfzlcnr .nfzlcyear{
		font-size:140px;
		line-height:150px;
	}
	.industrial-item .time{
	    width: 140px;
	    font-size: 18px;
	}
	.industrial-item {
    padding: 30px 0px 0 150px;
	}
	.nteam dl dd .nteamjs{
		height:auto;
	}
	.npronr .nprolf h3 {
		font-size: 24px;
		line-height:40px;
	}
	.npronr .nprolf .nprotit .nprotitcn{
		margin-top: 10px;
		padding-bottom: 10px;
		font-size:24px;
	}
	.nprolxfs{
		margin-top:40px;
	}
	.ab_fl dl dt .counter {
		font-size: 40px;
	}
	.ab_fl .ab_fllist{
		margin-bottom:20px;
	}
	.ab_fl dl {
		width: 100%;
	}
	.ab_fl{
		margin-top:50px;
	}
	.nproinfo .nproinfonr .nproinfoms{
		margin-top:30px;
	}
	.nprofbtit{
		margin-top:40px;
		font-size:26px;
	}
	.nkyhz dl dd .nkyhzlf {
		width: 76%;
		padding-left: 30px;
	}
	.nkyhz dl dd .nkyhzrt {
		width: 18%;
	}
	.industrial-item .time {
		left: 8%;
	}
	.nabout{
		margin-bottom:50px;
	}
	.ntit h3 {
		font-size: 30px;
		line-height:40px;
	}
	.ntit p {
		font-size: 20px;
		line-height:25px;
	}
	.nnews dl dd .nnewsms{
		height:auto;
	}
	.nxyfc dl dd{
		height:auto;
	}
	.footernr .footerrt ul li:nth-child(4){
		clear:both;
	}
}
@media(max-width:640px) {
	.banner .owl-number {
		top: inherit;
		margin-top: 0;
		bottom: 5px;
	}
	.banner .owl-prev {
		top: inherit;
		margin-top: 0;
		bottom: 15px;
	}
	.banner .owl-next {
		top:inherit;
		margin-top: 0;
		bottom: 15px;
	}
	.npronr .nprojs{
		font-size:16px;
	}
	.mouse-index{
		display:none;
	}
	.banner .owl-item img{
		width:120%;
	}
	.banner .owl-number,.banner .owl-number span{
		font-size:18px;
	}
	.shzrrt {
		width: 100%;
	}
	.shzrrt h3 {
		font-size: 30px;
	}
	.pronr .prolf{
		position:inherit;
	}
	.pronr .prort{
		display:none;
	}
	.protit,.prolfnr .promenu{
		width:100%;
	}
	.procont .procontlf {
		padding: 50px 0 0 0;
	}
	.prolfnr .promenu{
		position:inherit;
		text-align:left;
	}
	.nfzlcnr {
		width: 100%;
	}
	.nfzlcnr .nfzlcyear {
		font-size: 100px;
		line-height:120px;
	}
	.nfzlcnr h4 {
		font-size: 30px;
	}
	.nfzlcnr .nfzlcjs {
		padding: 40px 32% 32px 20px;
	}
	.nfzlcnr .nfzlcjs p {
		font-size: 14px;
		line-height: 25px;
	}
	.nmessage dl{
		width:100%;
	}
	.nmessage dl:nth-child(2n+1){
		margin-right:0;
	}
	.nmessage dl:nth-child(2n) {
		margin-left:0;
	}
	.nshfw .shfwnr hr {
		width: 100%;
	}
	.nkyhz dl dd .nkyhzrt{
		display:none;
	}
	.nkyhz dl dt {
		width: 35%;
	}
	.nkyhz dl dd{
		width: 65%;
	}
	.nkyhz dl dd .nkyhzlf{
		width:100%;
	}
	.ntit h3 {
		font-size: 26px;
	}
	.ntit p {
		font-size: 16px;
		line-height:20px;
	}
	.ysinner .ystit {
		font-size: 30px;
		line-height:40px;
	}
}
@media(max-width:540px) {
	.swiper-slide dl dd{
		font-size:15px;
	}
	.swiper-slide dl dt .dticon {
		width: 50px;
		height: 50px;
	}
	.footernr .footerrt ul li:nth-child(4) {
		clear: both;
	}
	.footernr .footerrt ul li:nth-child(5) {
		clear: none;
	}
	.industrial-item .time {
		left: 10%;
	}
	
}
@media(max-width:425px) {
	.banner .owl-number,.banner .owl-number span{
		font-size:16px;
	}
	.banner .owl-number {
		right: 40px;
	}
	.banner .owl-prev {
		right: 80px;
	}
	.nshfw{
		margin-top:50px;
	}
	.industrial-item .time {
		left: 13%;
	}
	.nkyhz dl dt,.nkyhz dl dd{
		width:100%;
	}
	.nkyhz dl dd .nkyhzlf{
		padding-left:0;
	}
}
@media(max-width:375px) {
	.industrial-item .time {
		left: 15%;
	}
	.swiper-slide dl dd{
		font-size:13px;
	}
	.swiper-slide dl dt .dticon {
		width: 45px;
		height: 45px;
	}
	.section ul li {
        padding: 40px 35px;
    }
	
}
.pc{ display:block}
.mb{ display:none}


@media all and (max-width:850px){  
.topewm{ display:none}
    .logo img {
        height: 50px;
    }
.pc{ display:none}
.mb{ display:block}


.aboutz {
    width: 100%;
 
    background-size: 100%;
    padding-top: 40px;
    padding-bottom: 70px;
}
.aboutz .con{flex-wrap: wrap ;}
.aboutbox {
    width: 100%;
    margin-top: 2%;
}.protit h3, .tit h3 {
        margin-top: 0px;
    }.ptdjjs {
    width: 100%;
    overflow: hidden;
    line-height: 34px;
    color: #333;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}.more-1 a {
    display: block;
    width: 140px;
    height: 38px;
    line-height: 34px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 2px solid #1ba84a;
    font-size: 14px;
}.font12 {
    font-size: 1rem;
}.about_R {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
}.digital li {
    width: 44%;
    padding-left: 0px;
    height: 112px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    position: relative;
    margin-right: 5%;
    list-style: none;
}.digital ul {
    width: 100%;
    height: 212px;
    margin: 0px auto;
    position: relative;
    clear: both;
    overflow: hidden;
    margin-top: 5%;
}.digital li em i {
    font-size: 14px;}

.digital li::after{ height:0}
    .digital li h3 {
        font-size: 16px;
        color: #4c4c4c;
        text-align: center;
        font-weight: normal;
        line-height: 24px;
    }.abouttext p {
    font-size: 15.5px;
    line-height: 32px;
    margin-bottom: 30px;
}
.footer-left{ display:none}
.footer-lianxi {
    width: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.footer-lianxi .lx_z {
    width: 100%;
    float: left;
    padding: 3%;
    height: 120px;
}.footer-nav {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 30px;
    display: none;
}

.a_txt{ height:100vh!important}

.footer-lianxi .lx_z .lx_z_2 h4 {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
}.footer-lianxi .lx_z .lx_z_1 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: ;
    float: left;
    margin-right: 10px;
}.footer-lianxi .lx_z .lx_z_2 {
    float: right;
    width: 75%;
    font-size: 16px;
    line-height: 30px;
    font-family: Barlow-Regular;
}











}