@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:100px;
	position: fixed;
	z-index: 998;
	top:0;
	padding:0 2%;
	border-bottom:solid 1px rgba(255,255,255,0.3);
	}
.logo{
	overflow:hidden;
	padding:17.5px 0;
}
.topewm{
	text-align:center;
	padding:38.5px 0;
	position:relative;
	cursor:pointer;
	}
.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:100px;
	right:0;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover .ewmimg{
	opacity:1;
}
.small{
	background: rgba(0,0,0,0.5);
	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); 
	border-bottom:none;
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-right:142px;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}
.nav .menu > li:before{
	content:"";
	width:0;
	height:2px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-8px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nav .menu > li:hover:before,.nav .menu > li.active:before{
	width:16px;
	}

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	display:block;
	padding:0 40px;
	line-height:100px;
	}
.nav .menu > li:hover span,.nav .menu > li.active span{
	display:block !important;
	}


.nav .menu > li .submenu{

	width:160px;
	left:50%;
	margin-left:-80px;
	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	background:#fff;
	text-align:center;
	margin-top:1px;
}

.nav .menu > li .submenu li a{

	display:block;
	color:#000;
	padding:10px 0;
	font-size:16px;
	line-height:30px;
	margin:0;
}

.nav .menu > li .submenu li:hover{

	background:#e10009;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
	}
.nav .menu > li.current:after{
	width:84px;
	}

.cont{
	width:1436px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1436px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	}
.indexbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) repeat;
	z-index:90;
}
/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:35px;
	left:50%;
	margin-left:-15px;
	width:30px;
	z-index:99;
}
.shubiao{
	position:relative;
}
.shubiao-ncon{
	margin-top:70px;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
.shubiao_pinyin{
	font-size:14px;
	text-align:center;
	color:#282828;
	margin-top:5px;
}
.shubiao{
	margin:0 auto;
}
.shubiao hr{
	width:1px;
	height:60px;
	border:none;
	border-left:solid 1px #fff;
	margin:0 auto 20px;
}
.mouse {
  position: relative;
  width: 30px;
  height: 52px;
  border-radius: 30px;
  border: 3px solid #fff;
  margin:auto;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 5px;
  height: 10px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:12px;
	color:#fff;
	line-height:30px;
	}

@-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);
  }
}
.toptel{
	overflow:hidden;
	padding:39.5px 0;
	margin-right:38px;
	}
.banner .owl-wrapper .owl-item:nth-child(1){
	
}
.banner .owl-wrapper .owl-item:nth-child(2){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(3){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-carousel{
	height:100vh;
}
.banner .owl-wrapper,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-item{
	height:100%;
}
.banner .owl-pagination{
	width:45px;
	height:300px;
	border-radius:50% 0 0 50%;
	padding-top:95px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-150px;	
	z-index:100;
	display:none;
}
.banner .owl-page span{
	display:block;
	width:10px;
	height:10px;
	border:solid 2px #fff;
	border-radius:50%;
	color: rgba(255,255,255,0);
	margin: 0 auto;
}
.banner .owl-page{
	width:10px;
	height:10px;
	margin:20px auto 20px;
	border-radius:50%;
}
.banner .owl-page:hover,.banner .owl-page.active{
	background:#fff;
}
.banner .owl-page:hover span,.banner .owl-page.active span{
	opacity:0;
}
.banner .owl-controls .owl-buttons{
	width:348px;
	height:144px;
	background:#003198;
	position: absolute;
    left: 0;
    bottom: 0;
	}
.banner .owl-prev{
	width:37px;
	height:13px;
	background:url(../images/prev.png) no-repeat center;
	position:absolute;
	right:110px;
	top:50%;
	margin-top:-6.5px;
}
.banner .owl-number{
	height:144px;
	background:url(../images/dotbg.png) no-repeat center;
	text-align:center;
	font-size:26px;
	position:absolute;
	left:48px;
	bottom:0;
	color:#fff;
	line-height:200px;
}
.banner .owl-number span:before {
    content: "0";
}
.banner .owl-number span{
	font-size:46px;
	color:#fff;
	font-family:Arial;
	display:block;
	float:left;
	line-height:100px;
}
.banner .owl-next{
	width:37px;
	height:13px;
	background:url(../images/next.png) no-repeat center;
	position:absolute;
	right:50px;
	top:50%;
	margin-top:-6.5px;
}
.banner .item .cont{
	position:absolute; 
	top:49%; 
	padding-left:12.5%;
	z-index:100;
}
.banner a{
	display:block;
	width:100%;
	height:100%;
}
.banner .item .banner0{
	width:43%;
	overflow:hidden;
	position:absolute;
	left:12.6%;
	top:37%;
	z-index:99;
	text-align: left;
}
.banner .item .banner1{
	width:30%;
	overflow:hidden;
	position:absolute;
	right:12.6%;
	bottom:18%;
	z-index:99;
}
.banner .item .banner1 .p1{
	width:100%;
	overflow:hidden;
	text-align:right;
}
.banner img{
	max-width:100%;
	height:auto;
}
.banner .item .banner1 h3{
	overflow:hidden;
	font-size:40px;
	color:#fff;
	line-height:50px;
	text-align:left;
	margin-top:44px;
}
.banner .item .banner1 hr{
	width:190px;
	border:none;
	border-bottom:solid 2px #fff;
	margin-bottom:90px;
	float:right;
}
.banner .more{
    display: block;
    width: 216px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
	color: #fff;
	margin-top:93px;
	float:right;
}
.morelf{
	width:157px;
	overflow:hidden;
	background:#fff;
	text-align:center;
	font-size:18px;
	color:#003198;
	font-weight:bold;
	line-height:60px;
}
.morert{
	width:59px;
    height: 60px;
	overflow:hidden;
	background:url(../images/icon9.jpg) no-repeat center;
}
.banner2{
	overflow:hidden;
	position:absolute;
	right:12.6%;
	top:30%;
}
.banner2 h3{
	overflow:hidden;
	font-size:62px;
	color:#fff;
	line-height:72px;
	text-align:left;
	margin-bottom:10px;
}
.banner2 h4{
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:38px;
	text-align:left;
	font-weight:normal;
	margin-bottom:42px;
}
.banner2 p{
	overflow:hidden;
	font-size:20px;
	color:rgba(255,255,255,0.7);
	line-height:35px;
	text-align:left;
}
.banner3{
	overflow:hidden;
	position:absolute;
	left:12.6%;
	bottom:23%;
}
.banner3 h3{
	overflow:hidden;
	font-size:60px;
	line-height:70px;
	color:#fff;
	text-align:left;
}
.banner3 p{
	overflow:hidden;
	font-size:20px;
	line-height:35px;
	color:#fff;
	text-align:left;
	margin-top:45px;
}
.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:#1a3eb3;
	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;
}

.banner video{ width:100%; height:100%; object-fit: cover;}
/*banner*/

/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#1f1f1f;
	line-height:55px;
	margin:0;
	}
.tit h3 a{
	font-size:45px;
	color:#1f1f1f;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	font-family:Arial;
	color:#8d8d8d;
	line-height:30px;
	}
	
/* fuwu
-------------------------------------------------------------- */
.fuwu{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	padding:29px 0 40px 0;
	}
.fuwunr dl{
	width:20%;
	overflow:hidden;
	float:left;
	}
.fuwunr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.fuwunr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	line-height:30px;
	margin-top:10px;
	}

/* sb
-------------------------------------------------------------- */
.sb{
	width:100%;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:66px;
}
.sb .sbnr{
	margin-top:40px;
	}
.sb .sbnr ul{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li{
	width:380px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	position:relative;
	}
.sb .sbnr ul li:last-child{
	margin-right:0;
	}
.sb .sbnr ul li .sbimg{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li .sbbg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(9,131,103,0.8);
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.sb .sbnr ul li .sbbg .sbtb{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:88px;
	}
.sb .sbnr ul li:hover .sbbg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.sb .sbnr ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	}
.sb .more{
	margin-top:58px;
	}
.sb .more a{
	margin:auto;
	}
/* jyfw
-------------------------------------------------------------- */
.jyfw{
	width:100%;
	overflow:hidden;
	background:url(../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{
	margin-top:123px;
	margin-bottom:170px;
	}
.pro .tit{
	padding:0;
}
.pro .projs{
	padding:0;
	font-size:16px;
	color:#a3a3a3;
	line-height:30px;
	padding-left:12%;
}
.pro .pronr{
	width:100%;
	overflow:hidden;
	margin-top:37px;
	}
.pronr .prolf{
	width:47%;
	height:675px;
	overflow:hidden;
	background:url(../images/proimg1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr .prolf a{
	display:block;
	width:100%;
	height:100%;
}
.pronr .prolf:hover{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.prolf .prolfnr{
	width:100%;
	overflow:hidden;
	padding:0 50px;
	position:absolute;
	left:0;
	bottom:36px;
	}
.prolfnr .prolfnr_l{
	width:70%;
	overflow:hidden;
	}
.prolfnr .prolfnr_l h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:35px;
	}
.prolfnr .prolfnr_l p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:3px;
	}
.prolfnr .prolfnr_r{
	width:30%;
	height:52px;
	overflow:hidden;
	background:url(../images/icon3.png) no-repeat right center;
	}
.pronr .prort{
	width:53%;
	overflow:hidden;
	}
.pronr .prort ul{
	width:100%;
	overflow:hidden;
	}
.pronr .prort ul li{
	height:338px;
	overflow:hidden;
	padding:0;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr .prort ul li a{
	display:block;
	width:100%;
	height:100%;
}
.pronr .prort ul li:hover{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.prort ul li .prortnr{
	width:100%;
	overflow:hidden;
	padding:0 28px;
	position:absolute;
	left:0;
	bottom:20px;
	}
.prort ul li .prortnr .prortnr_l{
	width:75%;
	overflow:hidden;
	font-size:20px;
	color:#1f1f1f;
	line-height:30px;
	}
.prort ul li .prortnr .prortnr_r{
	width:25%;
	height:32px;
	overflow:hidden;
	background:url(../images/icon4.png) no-repeat right center;
	}
.pronr .prort ul li:nth-child(1){
	background:url(../images/proimg2.jpg) no-repeat top center;
	background-size:cover;
	}
.pronr .prort ul li:nth-child(2){
	background:url(../images/proimg3.jpg) no-repeat top center;
	background-size:cover;
	}
.pronr .prort ul li:nth-child(3){
	background:url(../images/proimg4.jpg) no-repeat top center;
	background-size:cover;
	}

/* zsjm
-------------------------------------------------------------- */
.zsjm .zsjmnr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.zsjm .zsjmnr table{
	width:100%;
	overflow:hidden;
	border:solid 1px #fff;
	border-collapse:collapse;
	}
.zsjm .zsjmnr table tr td{
	text-align:center;
	font-size:18px;
	color:#000;
	line-height:55px;
	}
.zsjm .zsjmnr img{
	max-width:100%;
	height:auto;
	}
/* partner
-------------------------------------------------------------- */
.partner .partnernr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.partner .partnernr img{
	max-width:100%;
	height:auto;
	}


/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:140px;
	padding-bottom:195px;
	position:relative;
	z-index:0;
	}
.about:before{
	content:"";
	width:100%;
	height:765px;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	background-attachment:fixed;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	}
.about .tit h3 a{
	color:#fff;
	}
.about .tit p{
	color:#fff;
	}
.about hr{
	width:50px;
	border:none;
	border-bottom:solid 2px #fff;
	margin-top:72px;
	}
.about .aboutnr{
	background:#fff;
	margin-top:306px;
	padding-top:90px;
	padding-bottom:154px;
	}
.aboutnr .aboutlf{
	width:39%;
	overflow:hidden;
	padding-left:60px;
	padding-right:30px;
	}
.aboutnr .aboutlf img{
	max-width:100%;
	height:auto;
}
.aboutnr .aboutrt{
	width:61%;
	overflow:hidden;
	padding-right:96px;
	}
.aboutrt .aboutms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1b1b1b;
	line-height:30px;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:52px;
	padding-top:55px;
	border-top:solid 1px #cecece;
}
.ab_fl dl{
	overflow:hidden;
	padding:0;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2a2a2a;
	font-weight:normal;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#343434;
	line-height:24px;
}
.ab_fl dl dt .counter{
	font-size:60px;
	color:#003198;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:60px;
	margin-right:8px;
	}

/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-bottom:142px;
	padding-top:119px;
	}
.newsnr .tit{
	padding:0;
	}
.newsnr .newsmenu{
	padding:0;
	text-align:right;
	}
.newsnr .newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newsnr .newsmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin-left:48px;
	padding-bottom:20px;
	position:relative;
	}
.newsnr .newsmenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#003198;
	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;
	}
.newsnr .newsmenu ul li a{
	font-size:18px;
	color:#000;
	}
.newsnr .newsmenu ul li a:hover{
	color:#003198;
	}
.newsnr .newsmenu ul li:hover:after{
	width:100%;
	}
.newslist{
	margin-top:74px;
	}
.newslist,.newslist ul{
	width:100%;
	overflow:hidden;
	}
.newslist ul li{
	height:549px;
	overflow:hidden;
	padding:0 25px;
	}
.newslist ul li .newstop{
	width:100%;
	overflow:hidden;
	}
.newslist ul li .newstop .newsfl{
	width:120px;
	height:46px;
	text-align:center;
	line-height:46px;
	border:solid 2px #003198;
	text-align:center;
	line-height:46px;
	color:#003198;
	font-weight:bold;
	}
.newslist ul li .newstop .newsdate{
	overflow:hidden;
	font-size:18px;
	font-family:Arial;
	color:#878787;
	line-height:46px;
	margin-left:22px;
	}
.newslist ul li h4{
	width:100%;
	overflow:hidden;
	font-size:21px;
	color:#000;
	line-height:30px;
	font-weight:normal;
	margin-top:25px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newslist ul li .newsimg{
	width:100%;
	overflow:hidden;
	margin-top:45px;
	position:relative;
	height:276px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newslist ul li .newsimg img{
	max-width:100%;
	height:auto;
	}
.newslist ul li .newsimg 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;
}
.newslist ul li:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newslist ul li:hover .newsimg{
	height:326px;
	}
.newslist ul li .newsxq{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:30px;
	margin-top:17px;
	}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:62px;
	}
.newsmore a{
	display:block;
	width:176px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#003198;
	font-size:16px;
	color:#fff;
	margin:auto;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:url(../images/linkbg.jpg) no-repeat top center;
	background-size:cover;
	padding:76px 0 102px 0;
	}
.link a{
	margin-right:10px;
	color:#fff;
	}
.linktit{
	width:11%;
	overflow:hidden;
	background:url(../images/icon5.png) no-repeat left 8px;
	padding-left:55px;
	position:relative;
	}
.linktit:after{
	content:"";
	width:1px;
	height:36px;
	background:#fff;
	position:absolute;
	right:0;
	top:6px;
	}
.linktit h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:20px;
	color:#fff;
	}
.linktit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#fff;
	}
.linkrt{
	width:89%;
	overflow:hidden;
	padding-top:9px;
	float:right;
	color:#fff;
	font-size:16px;
	line-height:30px;
	padding-left:12px;
	}
.linkrt a{
	float:left;
	color:#fff;
	font-size:16px;
	margin-left:10px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#003a8e;
	background-size:cover;
	padding-top:115px;
}
.footer .footerlf{
	width:25%;
	overflow:hidden;
	}
.footer .blogo{
	width:100%;
	overflow:hidden;
	margin-bottom:118px;
	}
.footer .blogo img{
	max-width:100%;
	height:auto;
	}
.footer .blogo .btel{
	font-size:16px;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	}
.footer .blogo .btelnr{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	margin-top:75px;
	}
.footer .blogo .btelnr a{
	font-size:30px;
	color:#fff;
	}
.footer .bnav{
	width:60%;
	overflow:hidden;
	}
.footer .blxfs{
	width:100%;
	overflow:hidden;
	}
.footer .blxfs h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	}
.footer .blxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	padding-left:28px;
	margin-top:6px;
	}
.footer .blxfs p a{
	font-size:16px;
	color:#fff;
}
.footer .blxfs p.bp1{
	background:url(../images/icon6.png) no-repeat left center;
	}
.footer .blxfs p.bp2{
	background:url(../images/icon7.png) no-repeat left center;
	}
.footer .bewm{
	width:15%;
	overflow:hidden;
	}
.footer .bewm h5{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:18px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	}
.footer .bewm dl{
	overflow:hidden;
	float:right;
	margin-top:38px;
	}
.footer .bewm dl dt{
	overflow:hidden;
	text-align:center;
	}
.footer .bewm dl dt img{
	max-width:100%;
	height:auto;
	}
.footer .bewm dl dd{
	overflow:hidden;
	text-align:center;
	font-size:13px;
	color:#fff;
	line-height:30px;
	margin-top:13px;
	}
.footer .bnav ul{
	width:100%;
	overflow:hidden;
	}
.footer .bnav ul li{
	width:20%;
	overflow:hidden;
	float:left;
	}
.footer .bnav ul li h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin:0 0 29px 0;
	font-weight:normal;
	position:relative;
	}
.footer .bnav ul li h5 a{
	font-size:18px;
	color:#fff;
	}
.footer .bnav ul li h5:hover:before{
	background:#39bc0b;
	}
.footer .bnav ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	margin-top:7px;
	}
.footer .bnav ul li p a{
	font-size:15px;
	color:rgba(255,255,255,0.6);
	}
.footer .bnav ul li p a:hover{
	color:#fff;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:57px 0;
	font-size:16px;
	color:rgba(255,255,255,0.6);
	border-top:solid 1px rgba(255,255,255,0.2);
	margin-top:102px;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	font-size:16px;
	color:rgba(255,255,255,0.6);
	}
.bot .botrt{
	text-align:right;
	font-size:16px;
	color:rgba(255,255,255,0.6);
	}
.bot a{
	font-size:16px;
	color:rgba(255,255,255,0.6);
}
.bot a:hover{
	color:#fff;
}
.bdl{
	width:100%;
	overflow:hidden;
	margin-top:36px;
	}
.bdl dl{
	border:solid 1px #313131;
	padding:14px 0 17px 0;
	margin-bottom:0;
	}
.bdl dl:first-child{
	border-left:none;
	}
.bdl dl:last-child{
	border-right:none;
	}
.bdl dl dt{
	padding:0 0 0 66px;
	}
.bdl dl dt p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:rgba(255,255,255,0.4);
	font-weight:normal;
	}
.bdl dl dt p a{
	font-size:16px;
	color:rgba(255,255,255,0.4);
}
.bdl dl dd{
	text-align:center;
	padding:0;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:550px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
}
.banner_n h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:46px;
	color:#fff;
	font-family:siyuan;
	padding-top:94px;
	}
.banner_n span{
	display:block;
	width:50px;
	height:3px;
	background:#fff;
	margin:auto;
	margin-top:34px;
	}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n{
		height:733px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:481px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:413px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:390px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:367px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:330px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:293px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:284px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:220px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:220px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:183px;
	}
}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top center;
	background-size:cover;
	background-attachment:fixed;
	padding-top:110px;
	padding-bottom:170px;
	}
.ysnr .tit{
	width:100%;
	}
.ysnr .tit h3{
	color:rgba(255,255,255,0.95);
	}
.ysnr .tit p{
	color:#fff;
	}
.ysnr ul{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	}
.ysnr ul li{
	height:270px;
	overflow:hidden;
	padding:0;
	border:solid 1px rgba(255,255,255,0.3);
	padding:60px 42px 10px 42px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.ysnr ul li:nth-child(1),.ysnr ul li:nth-child(2),.ysnr ul li:nth-child(4),.ysnr ul li:nth-child(5){
	border-right:none;
}
.ysnr ul li:nth-child(1),.ysnr ul li:nth-child(2),.ysnr ul li:nth-child(3){
	border-bottom:none;
}
.ysnr ul li .no{
	width:100%;
	overflow:hidden;
	font-size:40px;
	font-family:Arial;
	color:#e10009;
	line-height:40px;
	font-weight:bold;
	}
.ysnr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:32px;
	margin-top:36px;
	}
.ysnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	margin-top:14px;
	}
.ysnr ul li:hover{
	background:#fff;
	}
.ysnr ul li:hover .no{
	color:#003198;
	}
.ysnr ul li:hover h4{
	color:#000;
	}
.ysnr ul li:hover p{
	color:#737373;
	}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d3d3d3;
}
.positionnr{
	line-height:30px;
	font-size:16px;
	color:#000;
	padding:24px 0;
	}
.position a:nth-child(1) {
	color: #003198;
	transition: all 0.8s ease;
}

.position a {
	transition: all 0.8s ease;
	font-size:16px;
	color:#000;
}

.position a:hover {
	color: #003198;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:86px;
	margin-right:52px;
	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:#003a8e;
	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 a:hover,.nmenu ul li.active a{
	color:#003a8e;
	}
.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: 36px;
	color: #112010;
	line-height:46px;
	text-align:center;
	font-weight:normal;
	}
.ntit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #003198;
	margin:18px auto 0;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout .nmenu{
	margin-bottom:30px;
}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.naboutnr img{
	max-width:100%;
	height:auto;
	}

/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:100px;
	}
.npronr{
	width:100%;
	overflow:hidden;
	margin-top:34px;
	}
.npronr ul{
	width:100%;
	overflow:hidden;
	}
.npronr ul li{
	width:31.3333333%;
	height:674px;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	position:relative;
	}
.npronr .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;
	}
.npronr .probot h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#343434;
	font-weight:bold;
	line-height:40px;
	margin:0 0 5px 0;
	}
.npronr .probot p{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-family:Arial;
	text-transform:uppercase;
	}
.npronr .probot hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #343434;
	margin-top:35px;
	margin-bottom:0;
	}
.npronr ul li .proicon{
	width:100%;
	overflow:hidden;
	padding:0 32px;
	position:absolute;
	left:0;
	bottom:247px;
	}
.npronr ul li:hover .probot{
	background:#ededed;
	bottom:0;
	}
.npronr ul li:hover .probot h4{
	color:#343434;
	}
.npronr ul li:hover .probot p{
	color:#a3a3a3;
	font-size:16px;
	}
.npronr ul li:hover .probot .promore2{
	opacity:1;
	}
.npronr ul li:hover .proicon{
	opacity:0;
	}
.npronr ul li:hover .probot hr{
	opacity:0;
}
	
.npronr dl{
	overflow:hidden;
	float:left;
	margin:30px 0;
	padding:0 10px;
}
.npronr dl:nth-child(4n){
	margin-right:0;
	}
.npronr dl dt,.npronr dl dd{
	width:100%;
	overflow:hidden;
	}
.npronr dl dt{
	border:solid 1px #e1e1e1;
	padding:9px;
	}
.npronr dl dt .proimg{
	width:100%;
	overflow:hidden;
	height:233px;
	position:relative;
	}
.npronr dl dd{
	font-size:18px;
	color:#343434;
	line-height:30px;
	border-bottom:solid 1px #b9b9b9;
	padding-bottom:10px;
	margin-top:20px;
	white-space: nowrap;
    text-overflow: ellipsis;
	text-align:center;
}
.npronr dl dt .probg{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,78,162,0.8) url(../images/icon8.png) no-repeat center;
	top:0;
	left:0;
	padding-top:62px;
	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%);
	}
.npronr dl:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.npronr 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;
	}
.npronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npronr dl:hover dt{
	border:solid 1px #588bc2;
	}
.npronr dl:hover dd{
	color:#3467ac;
	}
.npro .ntit p{
	font-size:20px;
	color:#e4e4e4;
	}
.npro .nprojs h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1f1f1f;
	line-height:40px;
	font-weight:normal;
	border-bottom:solid 1px #eaeaea;
	padding-bottom:24px;
}
.npro .nproimg{
	overflow:hidden;
	text-align:center;
	padding:0;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .nprojs{
	overflow:hidden;
	padding:0 0 0 40px;
}
.npro .nprojs h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1f1f1f;
	line-height:40px;
	font-weight:normal;
	border-bottom:solid 1px #eaeaea;
	padding-bottom:24px;
}
.nlxfs{
	width:100%;
	overflow:hidden;
	margin-top:96px;
	}
.nlxfs a{
	display:block;
	width:160px;
	height:50px;
	text-align:center;
	font-size:16px;
	color:#003198;
	line-height:50px;
	border:solid 2px #003198;
	border-radius:25px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.nlxfs a:hover{
	background:#003198;
	color:#fff;
}
.npro .nprojs .nprossfl{
	width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #343434;
    margin-top: 20px;
	}
.nprofbtit{
	width: 100%;
    overflow: hidden;
	font-size:18px;
	line-height:40px;
	background:#f0f0f0;
	margin-top:40px;
	padding:0 20px;
	color:#000;
}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:30px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px !important;
	padding:0 5px;
	font-size:16px !important;
}
.nprofbnr table td span{
	font-size:16px !important;
}
.mar{
	margin-bottom:60px;
}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews .nnewsnr{
	width:100%;
	overflow:hidden;
	}
/* nnews
-------------------------------------------------------------- */
.nnewsnrlist{
	margin-bottom:30px;
	padding-bottom:30px;
	width:31.333333%;
	float:left;
	border-radius: 12px;
	overflow:hidden;
	margin:1%;
	background:#f5f5f5;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.nnewsnrlist .newsimg{
	width:100%;
	background:#f5f5f5;
	height:240px;
	position:relative;
	overflow:hidden;
	border-radius: 0px 0px 12px 12px;
}
.nnewsnrlist .newsimg img{
	max-width:100%;
	height:auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nnewsnrlist:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nnewsnrlist .newscon{
	width:90%;
	margin:0px auto;
	padding:30px 0px 0px;
	overflow:hidden;
}
.nnewsnrlist .newsbt a{
	font-size:18px;
	color:#003198;
	line-height:35px;
	margin-bottom:4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-weight:bold;
}
.nnewsnrlist .newsdate{
	width:20%;
	margin:5px 0;
}
.nnewsnrlist .newsnr{
	width:80%;
	margin:0px auto;
}
.newsbt{ 
	width: 100%;
    overflow: hidden;
	color:#003198;
	font-size:18px;
	font-weight:bold;
	line-height:35px;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.nnewsnrlist .newsdate p{
	font-size:45px;
	font-family:Arial;
	font-weight:normal;
	color:#003198;
	line-height: 50px;
	text-align:center;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
	}
.nnewsnrlist .newsdate span{
	font-size:14px;
	font-family:Arial;
	display:block;
	color:#003198;
	text-align:center;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
	}
.nnewsnrlist .newsms{
	color:rgba(0,0,0,0.9);
	line-height:26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height:52px;
	font-size:14px;
	margin-bottom:10px;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.nnewsnr .nnewsnrlist:hover .newsimg{ background:#003198;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr .nnewsnrlist:hover{ background:#003198;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr .nnewsnrlist:hover .newsdate p{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr .nnewsnrlist:hover .newsdate span{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr .nnewsnrlist:hover .newsbt{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr .nnewsnrlist:hover .newsms{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnrlist .nnewsmore a{
	font-size:14px;
	color:#000;
	
}
.nnewsnrlist .nnewsmore a:active,
.nnewsnrlist .nnewsmore a:visited,
.nnewsnrlist .newsbt a:active,
.nnewsnrlist .newsbt a:visited{
	color:#003198;
	font-weight:bold;
}
.nnewsnrlist .nnewsmore a:hover,
.nnewsnrlist .newsbt a:hover{
	color:#fff;
}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:34px;
    color: #333;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnewsnr{
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto !important;
	}

	/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonor dl{
	padding:0 10px;
	margin:20px 0;
	}
.nhonor dl dt,.nhonor dl dd{
	width:100%;
	overflow:hidden;
	}
.nhonor dl dt{
	position:relative;
	height:621px;
}
.nhonor dl dd{
	font-size:18px;
	line-height:30px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nhonor 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;
	}
.nhonor dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nhonor dl:hover dd{
	color:#1b3885;
}
	/* ncase
-------------------------------------------------------------- */
.ncase{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncase dl{
	padding:0 10px;
	margin:20px 0;
	}
.ncase dl dt,.ncase dl dd{
	width:100%;
	overflow:hidden;
	}
.ncase dl dt{
	position:relative;
	height:306px;
	border: solid 1px #e1e0e0;
}
.ncase dl dd{
	font-size:18px;
	line-height:30px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.ncase 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;
	}
.ncase dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.ncase dl:hover dd{
	color:#1b3885;
}
#gallery{
	margin-top:20px;
}
.poptrox-popup{
	overflow:visible !important;
}
.poptrox-overlay{
	z-index:1000 !important;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	margin-top:28px;
	}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
	border: solid 1px #ccc;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.ncontact .ncontactnr p,.ncontact .ncontactnr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#333;
	}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:80px;
	margin-bottom:80px;
}
.nmessage h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#343434;
	line-height:45px;
	text-align:center;
	font-weight:normal;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon21.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon22.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr dl:nth-child(3) dd textarea{
	background:#fff url(../images/icon23.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #003a8e;
    color: #fff;
	text-align:center;
	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:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#003a8e;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.topewm,.toptel{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:14px;float:right;margin-right:10px;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.newslist ul li .newsimg{
		height:267px;
	}
	.newslist ul li{
		height:540px;
	}
	.npronr dl dt .proimg{
		height:202px;
	}
	.ncase dl dt{
		height:267px;
	}
	.nhonor dl dt{
		height:547px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.newslist ul li .newsimg{
		height:250px;
	}
	.newslist ul li{
		height:523px;
	}
	.npronr dl dt .proimg{
		height:190px;
	}
	.ncase dl dt{
		height:251px;
	}
	.nhonor dl dt{
		height:515px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.newslist ul li .newsimg{
		height:233px;
	}
	.newslist ul li{
		height:506px;
	}
	.npronr dl dt .proimg{
		height:177px;
	}
	.news .newsrt dl dt{
		height:330px;
	}
	.ncase dl dt{
		height:235px;
	}
	.nhonor dl dt{
		height:483px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.newslist ul li .newsimg{
		height:233px;
	}
	.newslist ul li{
		height:479px;
	}
	.npronr dl dt .proimg{
		height:156px;
	}
	.news .newsrt dl dt{
		height:300px;
	}
	.ncase dl dt{
		height:210px;
	}
	.nhonor dl dt{
		height:432px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.newslist ul li .newsimg{
		height:179px;
	}
	.newslist ul li{
		height:425px;
	}
	.npronr dl dt .proimg{
		height:135px;
	}
	.news .newsrt dl dt{
		height:260px;
	}
	.ncase dl dt{
		height:185px;
	}
	.nhonor dl dt{
		height:381px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.newslist ul li .newsimg{
		height:173px;
	}
	.newslist ul li{
		height:419px;
	}
	.npronr dl dt .proimg{
		height:130px;
	}
	.news .newsrt dl dt{
		height:240px;
	}
	.ncase dl dt{
		height:179px;
	}
	.nhonor dl dt{
		height:368px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.npronr dl dt .proimg{
		height:155px;
	}
	.news .newsrt dl dt{
		height:300px;
	}
	.ncase dl dt{
		height:237px;
	}
	.nhonor dl dt{
		height:487px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.npronr dl dt .proimg{
		height:135px;
	}
	.news .newsrt dl dt{
		height:260px;
	}
	.ncase dl dt{
		height:210px;
	}
	.nhonor dl dt{
		height:432px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.npronr dl dt .proimg{
		height:177px;
	}
	.news .newsrt dl dt{
		height:240px;
	}
	.ncase dl dt{
		height:173px;
	}
	.nhonor dl dt{
		height:355px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.npronr dl dt .proimg{
		height:144px;
	}
	.news .newsrt dl dt{
		height:200px;
	}
	.ncase dl dt{
		height:143px;
	}
	.nhonor dl dt{
		height:295px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.npronr dl dt .proimg{
		height:107px;
	}
	.news .newsrt dl dt{
		height:150px;
	}
	.ncase dl dt{
		height:110px;
	}
	.nhonor dl dt{
		height:227px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.npronr dl dt .proimg{
		height:91px;
	}
	.news .newsrt dl dt{
		height:140px;
	}
	.ncase dl dt{
		height:95px;
	}
	.nhonor dl dt{
		height:197px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.npronr dl dt .proimg{
		height:73px;
	}
	.news .newsrt dl dt{
		height:120px;
	}
	.ncase dl dt{
		height:79px;
	}
	.nhonor dl dt{
		height:164px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.npronr dl dt .proimg{
		height:70px;
	}
	.news .newsrt dl dt{
		height:110px;
	}
	.ncase dl dt{
		height:75px;
	}
	.nhonor dl dt{
		height:160px;
	}
}

@media(max-width:1800px) {
	
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.about:before{
		height:700px;
	}
	.about .aboutnr {
		margin-top: 240px;
	}
	.npro .nprojs h1{
		font-size:26px;
	}
	.nav {
		margin-right: 100px;
	}
	.tit h3,.tit h3 a{
		font-size:40px;
	}
	.ab_fl dl dt .counter{
		font-size:56px;
		line-height:56px;
	}
	.ysnr ul li {
		padding: 50px 42px 10px 42px;
	}
}
@media(max-width:1440px) {
	.nav {
		margin-right: 80px;
	}
	.ab_fl dl dt .counter{
		font-size:50px;
		line-height:50px;
	}
	.about:before{
		height:660px;
	}
	.about .aboutnr {
		margin-top: 200px;
	}
	.linktit{
		padding-left:40px;
	}
	.linktit h4{
		font-size:18px;
	}
}
@media(max-width:1360px) {
	.nav {
		margin-right: 60px;
	}
	.nav .menu > li a {
		padding: 0 35px;
	}
	.tit h3, .tit h3 a {
		font-size: 36px;
	}
	.aboutnr .aboutrt{
		padding-right:80px;
	}
	.ab_fl dl dt .counter{
		font-size:46px;
		line-height:46px;
	}
	.newsmore{
		margin-top:40px;
	}
	.pro .projs {
		padding-left: 10%;
	}
	.ysnr ul li h4{
		margin-top:20px;
	}
}
@media(max-width:1280px) {
	.nav {
		margin-right: 40px;
	}
	.nav .menu > li a {
		padding: 0 30px;
	}
	.banner .more{
		width:180px;
		height:50px;
		line-height:50px;
	}
	.morelf{
		width:121px;
		font-size:16px;
		line-height:50px;
	}
	.morert{
		height:50px;
	}
	.pro {
		margin-top: 100px;
		margin-bottom: 130px;
	}
	.ab_fl dl dt .counter{
		margin-right:0;
	}
	.ab_fl dl dt .counter {
		font-size: 42px;
		line-height: 42px;
	}
	.prort ul li .prortnr .prortnr_l{
		font-size:18px;
	}
	.prolfnr .prolfnr_l h4{
		font-size:22px;
	}
	.pro .projs {
		padding-left: 6%;
	}
	.linktit h4 {
		font-size: 16px;
	}
	.nnews h1{
		font-size:20px;
	}
	.nmenu ul li{
		margin-right:40px;
	}
	.ntit h3{
		font-size:32px;
	}
}
@media(max-width:1152px) {
	.nav {
		margin-right: 20px;
	}
	.nav .menu > li a {
		padding: 0 25px;
	}
	.prort ul li .prortnr {
		padding: 0 20px;
	}
	.prolf .prolfnr {
		padding: 0 30px;
	}
	.pro .projs {
		padding-left: 2%;
	}
	.ab_fl dl dt .counter {
		font-size: 34px;
		line-height: 34px;
	}
	.ysnr ul li {
		padding: 40px 42px 10px 42px;
	}
	.linktit{
		width:13%;
	}
	.linkrt {
		width: 87%;
	}
}
@media(max-width:1151px) {
	.nnewsnrlist {
		width: 48%;
	}
}
@media(max-width:1024px) {
	.prort ul li .prortnr {
		padding: 0 15px;
	}
}
.mban{
	display:none;
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo {
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	.pcban{
		display:none;
	}
	.mban{
		display:block;
	}
	.banner .owl-wrapper .owl-item:nth-child(1) {
		background: url(../images/banner1.jpg) no-repeat top center;
		background-size: cover;
	}
}
@media(max-width:991px) {
	.banner .owl-number{
		display:none;
	}
	.banner .owl-controls .owl-buttons {
		width: 100px;
		height: 50px;
	}
	.banner .owl-prev{
		width: 37px;
		height: 13px;
	}
	.banner .owl-next{
		right:10px;
	}
	.banner .owl-prev{
		right:55px;
	}
	.banner .more{
		width:121px;
		height:40px;
		line-height:40px;
		margin-top:40px;
	}
	.banner .item .banner1 hr{
		margin-bottom:40px;
	}
	.morelf{
		width:81px;
		font-size:14px;
		line-height:40px;
	}
	.morert{
		width:40px;
		height:40px;
		background-size:40px;
	}
	.mouse {
		width: 22px;
		height: 35px;
	}
	.shubiao-index{
		bottom:20px;
	}
	.shubiao hr {
		height: 40px;
		margin: 0 auto 10px;
	}
	.pronr .prolf,.pronr .prort{
		width:100%;
	}
	.news{
		padding-top:80px;
		padding-bottom:80px;
	}
	.tit h3{
		line-height:42px;
	}
	.tit h3, .tit h3 a {
		font-size: 32px;
	}
	.pro .projs {
		padding-left:0;
		margin-top:20px;
	}
	.prolf .prolfnr {
		padding: 0 15px;
	}
	.newslist ul li{
		padding:0;
	}
	.newslist ul li{
		height:auto;
		margin:10px 0;
	}
	.about{
		padding-bottom:100px;
	}
	.aboutnr .aboutlf,.aboutnr .aboutrt{
		width:100%;
	}
	.aboutnr .aboutlf{
		padding:0 10%;
		text-align:center;
	}
	.aboutnr .aboutrt{
		padding:0 6%;
		margin-top:30px;
	}
	.about .aboutnr {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.about:before{
		height:500px;
	}
	.about .aboutnr{
		margin-top:100px;
	}
	.npronr dl dd{
		font-size:16px;
	}
	.ab_fl {
		margin-top: 30px;
		padding-top: 30px;
	}
	.ysnr ul li:nth-child(2),.ysnr ul li:nth-child(4){
		border-right:solid 1px rgba(255,255,255,0.3);
	}
	.ysnr ul li:nth-child(3){
		border-right:none;
	}
	.ysnr ul li:nth-child(4){
		border-bottom:none;
	}
	.pro {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.link{
		padding: 50px 0 50px 0;
	}
	.linktit{
		width:100%;
	}
	.linktit:after{
		display:none;
	}
	.linkrt{
		width:100%;
		padding-left:0;
	}
	.npro .nprojs{
		padding:0;
	}
	.npro .nprojs h1{
		font-size:22px;
	}
	.nlxfs{
		margin-top:40px;
	}
	.nnewsnrlist .newsimg{
		height:200px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.nmenu ul li{
		margin-right:30px;
	}
	.nmenu ul li{
		line-height:40px;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.newm dl{
		float:left;
		margin-top:10px;
	}
	.ntit h3{
		font-size:28px;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right:0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left: 0;
	}
	.nmessage {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.nmessagenr dl dd textarea{
		height:240px;
	}
	.ncase dl dd,.nhonor dl dd{
		font-size: 16px;
	}
	.footer .footerlf,.footer .bnav{
		width:100%;
	}
	.footer .blogo{
		margin-bottom:30px;
	}
	.footer .bnav,.footer .bewm{
		margin-top:30px;
	}
	.footer .bewm{
		width:auto;
		float:left;
	}
	.footer .bewm h5{
		text-align:left;
	}
	.footer .bewm dl{
		margin-top:20px;
	}
	.footer .bewm dl dd{
		margin-top:5px;
	}
	.footer{
		padding-top:60px;
	}
	.bot{
		margin-top:40px;
		padding: 30px 0;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:767px) {
	.ysnr ul li:nth-child(1),.ysnr ul li:nth-child(3),.ysnr ul li:nth-child(5){
		border-right:solid 1px rgba(255,255,255,0.3);
	}
	.ysnr ul li:nth-child(5){
		border-bottom:none;
	}
	.newsnr .newsmenu{
		margin-top:20px;
		text-align: left;
	}
	.newsnr .newsmenu ul li{
		margin-left:0;
		margin-right:20px;
	}
	.ys{
		padding-top:60px;
		padding-bottom:60px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nnewsnrlist {
		width: 100%;
		margin: 0px;
		margin-bottom: 15px;
		padding-bottom: 25px;
	}
	.nnewsnrlist .newsdate {
		margin: 0;
	}
	.ntit h3 {
		font-size: 24px;
		line-height:34px;
	}
}
@media(max-width:640px) {
	.banner .item .banner0,.banner .item .banner1{
		width:50%;
	}
	.tit h3, .tit h3 a {
		font-size: 28px;
	}
	.tit p{
		font-size:18px;
	}
	.ab_fl dl dt,.ab_fl dl dd{
		text-align:center;
	}
	.about{
		padding-top:80px;
	}
	.about hr{
		margin-top:40px;
	}
	.pronr .prolf{
		height:563px;
	}
	.pronr .prort ul li{
		height:285px;
	}
	.prolfnr .prolfnr_r{
		background-size: 30px;
	}
	.prort ul li .prortnr .prortnr_r{
		background-size: 25px;
	}
	.newslist ul li .newsimg{
		height:220px;
	}
	.nnewsnrlist .newsimg{
		height:180px;
	}
	.nnewsnrlist .newscon {
		width: 96%;
	}
	.nnewsnrlist .newsdate p{
		font-size:40px;
	}
	.npronr dl {
		margin: 20px 0;
	}
	.footer .bnav{
		display:none;
	}
}
@media(max-width:540px) {
	.ab_fl dl dt .counter {
		font-size: 30px;
		line-height: 30px;
	}
	.prolfnr .prolfnr_l h4 {
		font-size: 20px;
	}
	.prort ul li .prortnr .prortnr_l {
		font-size: 16px;
	}
	.pronr .prolf{
		height:475px;
	}
}
@media(max-width:500px) {
	.ab_fl dl{
		width:50%;
		margin:10px 0;
	}
	.pronr .prort ul li:nth-child(1),.pronr .prort ul li:nth-child(2){
		width:100%;
	}
}
@media(max-width:425px) {
	.banner .item .banner0,.banner .item .banner1{
		width:55%;
	}
	.ysnr ul li {
		padding: 40px 30px 10px 30px;
	}
	.pronr .prolf{
		height:374px;
	}
}
@media(max-width:375px) {
	.banner .item .banner0,.banner .item .banner1{
		width:60%;
	}
	.ab_fl dl dt .counter {
		font-size: 28px;
		line-height: 28px;
	}
}
@media(max-width:330px) {
	.ab_fl dl dt .counter {
		font-size: 26px;
		line-height: 26px;
	}
}
