@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:140px;
	position: fixed;
	z-index: 9999;
	top:0;
	padding:0 2%;
	}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	overflow:hidden;
	padding:24.5px 0;
}
.logo img{
	max-width:100%;
	height:auto;
}
.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:70px;
	padding-right:20px;
	position:relative;
}
.nav:after{
	content:"";
	width:1px;
	height:18px;
	background:#fff;
	position:absolute;
	right:0;
	top:41px;
	}
.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:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	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;
}

.toptel{
	overflow:hidden;
	padding:39.5px 0;
	margin-right:38px;
	}

.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/banner2.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:144px;
	height:14px;
	position:absolute;
	left:15.6%;
	bottom:95px;
	z-index:100;
}
.banner .owl-page span{
	display:block;
	width:14px;
	height:14px;
	background:#fff;
	border-radius:50%;
	color: rgba(255,255,255,0);
	margin: 0 auto;
}
.banner .owl-page{
	width:14px;
	height:14px;
	border-radius:50%;
	float:left;
	margin:0 17px;
	position:relative;
}
.banner .owl-page:after{
	content:"";
	width:20px;
	height:2px;
	background:#fff;
	position:absolute;
	right:22.5px;
	bottom:6px;
}
.banner .owl-page:first-child:after{
	display:none;
}
.banner .owl-page:hover,.banner .owl-page.active{
	background:#ee0000;
}
.banner .owl-page:hover span,.banner .owl-page.active span{
	opacity:0;
}
.banner .owl-controls .owl-buttons{
	
	}
.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;
	display:none;
}
.banner .owl-number{
	height:50px;
	background:url(../images/dotbg.png) no-repeat center;
	text-align:center;
	font-size:26px;
	position:absolute;
	left:11.6%;
	bottom:76px;
	color:rgba(255,255,255,0);
	line-height:50px;
}
.banner .owl-number span:before {
    content: "0";
}
.banner .owl-number span{
	font-size:44px;
	color:#fff;
	font-family:Arial;
	display:block;
	float:left;
	line-height:50px;
}
.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;
	display:none;
}
.banner .item .cont{
	position:absolute; 
	top:49%; 
	padding-left:12.5%;
	z-index:100;
}
.banner .banner0{
	width:31%;
	overflow:hidden;
	position:absolute;
	left:11.7%;
	top:35%;
	z-index:99;
	
}
.banner .item .banner1{
	width:31%;
	overflow:hidden;
	position:absolute;
	left:11.7%;
	top:35%;
	z-index:99;
}
.banner .item .banner1 .p1,.banner .banner0 .p1{
	overflow:hidden;
	text-align:left;
}
.banner img{
	max-width:100%;
	height:auto;
}
.banner a{
	display:block;
	width:100%;
	height:100%;
}
.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:100%;
	border:none;
	border-bottom:solid 1px rgba(255,255,255,0.5);
	margin-top:54px;
}
.banner .more{
    display: block;
    width: 160px;
    height: 50px;
	padding-left:30px;
    line-height: 50px;
	background:#019dda url(../images/icon3.png) no-repeat 80% center;
    font-size: 16px;
	color: #fff;
	margin-top:56px;
	text-align:left;
}
.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 video{ width:100%; height:100%; object-fit: cover;}
/*banner*/
.tnews{
	width:44%;
	height:176px;
	position:absolute;
	right:0;
	bottom:-22px;
	padding:46px 0;
	background:#c70b19;
	padding:45px 0 45px 50px;
}
.tnews .tnewstit{
	overflow:hidden;
}
.tnews .tnewstit{
	overflow:hidden;
	font-size:98px;
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	line-height:98px;
	position:absolute;
	top:-49px;
	right:27%;
}
.scrollnews{
	width:100%;
	height:86px;
	overflow:hidden;
	line-height:32px;
	font-size:16px;
	color:#fff;
}
.scrollnews ul{ overflow:hidden;}
.scrollnews ul li{width:100%; height:176px; overflow:hidden;  -moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;} 
.scrollnews ul li a{width:75%;overflow:hidden;display:block; text-align:left; float:left;font-size:16px;color:#fff;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scrollnews ul li span{width:25%;overflow:hidden; display:block; float:left;font-size:16px;color:#fff;text-align:right;}
.scrollnews ul li:hover .spanT{ color:#e0222c;}
.tnewslf{
	width:70%;
	overflow:hidden;
	}
.tnewslf h4{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.tnewsmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.4);
	background:url(../images/icon2.png) no-repeat 60px center;
	margin-top:10px;
	}
.tnewsrt{
	width:30%;
	overflow:hidden;
	text-align:right;
	font-size:60px;
	line-height:60px;
	font-weight:bold;
	color:#fff;
	padding-bottom:31px;
	font-family:Arial;
	position:relative;
	}
.tnewsrt:after{
	content:"";
	width:42px;
	height:3px;
	background:#fff;
	position:absolute;
	right:0;
	bottom:0;
}
/* 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;
	}
	
/* partner
-------------------------------------------------------------- */
.partner{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/map.jpg) no-repeat top center;
	position:relative;
	}
.partnerrt{
	width:24%;
	overflow:hidden;
	}
.partnertit{
	width:100%;
	overflow:hidden;
	margin-top:272px;
	}
.partnertit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	font-weight:normal;
	text-align:right;
	}
.partnertit h3 a{
	font-size:45px;
	color:#fff;
	}
.partnertit hr{
	width:70px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:38px;
	}
.partnernr .partnerjs{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#fff;
	line-height:30px;
	text-align:right;
	margin-top:76px;
	}
.partnermore{
	width:100%;
	overflow:hidden;
	margin-top:130px;
	}
.partnermore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	background:#c70b19 url(../images/icon2.png) no-repeat 76% center;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	float:right;
	}
#plusDiv, #plusDiv2, #plusDiv3, #plusDiv4, #plusDiv5, #plusDiv6 {
	width: 70px;
	height: 70px;
	/*transform: translate3d(0px, 0px, 0px);*/
	position:absolute;
	outline: none;
	background-color: rgba(199, 11, 25, 0.3);
	box-shadow: 1px 1px 8px 0 rgba(199, 11, 25, 0.3);
	border-radius: 100%;
	transform-origin: 0 0;
	display: block;
	z-index:1;
}
#plusDiv {
	left: 50%;
	margin-left:80px;
	top: 314px;
}
#plusDiv2 {
	left: 50%;
	margin-left:-55px;
	top: 360px;
}
#plusDiv3 {
	left: 50%;
	margin-left:-265px;
	top: 450px;
}
#plusDiv4 {
	left: 50%;
	margin-left:50px;
	top: 458px;
}
#plusDiv5 {
	left: 50%;
	margin-left:-74px;
	top: 496px;
}
#plusDiv6 {
	left: 50%;
	margin-left:-54px;
	top: 636px;
}
#plusDiv::before, #plusDiv2::before, #plusDiv3::before, #plusDiv4::before, #plusDiv5::before, #plusDiv6::before {
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	background:#c70b19;
	position: absolute;
	margin: 25px 0 0 25px;
}
#plusDiv::after, #plusDiv2::after, #plusDiv3::after, #plusDiv4::after, #plusDiv5::after, #plusDiv6::after {
	content: "";
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 200%;
	width: 200%;
	position: absolute;
	margin: -50% 0 0 -50%;
	box-shadow: 0 0 6px 2px rgba(199, 11, 25, 0.3);
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite; /*无穷反复*/
	animation-delay: 1.1s;
}
 @keyframes pulsate {
	 0% {
	 transform: scale(0.1, 0.1);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
	 50% {
	 opacity: 1;
	 filter: none;
	}
	 100% {
	 transform: scale(1.2, 1.2);
	 opacity: 0;
	 filter: alpha(opacity=0);
	}
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:172px;
	padding-bottom:242px;
	z-index:0;
	}
.abouttit{
	width:100%;
	overflow:hidden;
	padding-left:11.6%;
	padding-bottom:38px;
	position:relative;
	}
.abouttit:after{
	content:"";
	width:40%;
	height:1px;
	background:#cbcbcb;
	position:absolute;
	left:0;
	bottom:0;
	}
.abouttit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	line-height:55px;
	color:#1c1c1c;
	font-weight:normal;
	}
.about .aboutnr{
	padding-right: 35%;
	margin-top:40px;
	}
.aboutnr .aboutms{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#525252;
	line-height:35px;
	}
.about .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.about .aboutmore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	background:#1078bf url(../images/icon3.png) no-repeat 108px center;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:88px;
}
.ab_fl dl{
	overflow:hidden;
	padding:0;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#3a3d4e;
	font-weight:normal;
	margin-top:12px;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#393c4d;
	line-height:30px;
	padding-bottom:17px;
	position:relative;
}
.ab_fl dl dt:after{
	content:"";
	width:98px;
	height:3px;
	background:#434556;
	position:absolute;
	left:0;
	bottom:0;
	}
.ab_fl dl dd .counter{
	font-size:65px;
	color:#c70b19;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:65px;
	}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.abouttit {
    	padding-left: 21%;
	}
	.about .aboutnr{
		padding-right: 27%;
	}
}

/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:#f5f5f6;
	padding-left:11.6%;
	}
.case .caself{
	width:34%;
	overflow:hidden;
	padding-top:180px;
	}
.case .caself h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#333;
	line-height:55px;
	}
.tab_box{
	width:100%;
	overflow:hidden;
	}
.caselist{
	width:100%;
	overflow:hidden;
	}
.caselist h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#333;
	line-height:55px;
	}
.caselfnr{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.caselfnr p{
	width:100%;
	overflow:hidden;
	font-size:17px;
	line-height:30px;
	color:#808080;
	}
.case .casert{
	width:66%;
	height:1013px;
	overflow:hidden;
	background:url(../images/casebg.jpg) no-repeat center;
	}
.case .casert .tab{
	width:100%;
	overflow:hidden;
	}
.caseimg{
	width:100%;
	overflow:hidden;
	}
.caseimg img{
	width:100%;
	height:auto;
	}
.caseimgli{
	width:90%;
	position:relative;
	margin-top:42px;
	}
.caseimgli .owl-controls .owl-buttons .owl-number{
	display:none;
}
.caseimgli .owl-carousel{
	overflow:visible;
}
.caseimgli .owl-controls .owl-buttons .owl-prev,.caseimgli .owl-controls .owl-buttons .owl-next{
	width:50px;
	height:50px;
	position:absolute;
	bottom:0;
	z-index:99;
}

.caseimgli .owl-controls .owl-buttons .owl-prev{
	background:#c70b19 url(../images/prev.png) no-repeat center;
	right:0;
	}
.caseimgli .owl-controls .owl-buttons .owl-next{
	background:#0a6db1 url(../images/next.png) no-repeat center;
	right:-50px;
	}
.tab,.tab ul{
	width:100%;
	overflow:hidden;
	}
.tab .tabimg{
	width:279px;
	overflow:hidden;
	position:absolute;
	left: 50%;
    margin-left: -159.5px;
	top:50%;
	margin-top:-149.5px;
}
.tab .tabimg img{
	max-width:100%;
	height:auto;
}
.tab{
	height:100%;
	position:relative;
	}
.tab ul li{
	overflow:hidden;
	position:absolute;
	}
.tab ul li .tabwz{
	overflow:hidden;
	}
.tab ul li .tabicon{
	width:70px;
	height:70px;
	border-radius:50%;
	margin:7px auto 0;
	}
.tab ul li .tabwz{
	overflow:hidden;
	font-size:17px;
	color:#707070;
	line-height:30px;
	}
.tab ul li:nth-child(1){
	top:152px;
	left:50%;
	margin-left:-55px;
	}
.tab ul li:nth-child(1) .tabicon{
	background:#c2c2c2 url(../images/icon8.png) no-repeat center;
	}
.tab ul li:nth-child(2) .tabicon{
	background:#c2c2c2 url(../images/icon9.png) no-repeat center;
	}
.tab ul li:nth-child(3) .tabicon{
	background:#c2c2c2 url(../images/icon10.png) no-repeat center;
	}
.tab ul li:nth-child(4) .tabicon{
	background:#c2c2c2 url(../images/icon11.png) no-repeat center;
	}
.tab ul li:nth-child(5) .tabicon{
	background:#c2c2c2 url(../images/icon12.png) no-repeat center;
	}
.tab ul li:nth-child(2){
	top:400px;
	left:50%;
	margin-left:-400px;
	}
.tab ul li:nth-child(2) .tabicon,.tab ul li:nth-child(2) .tabwz,.tab ul li:nth-child(3) .tabicon,.tab ul li:nth-child(3) .tabwz{
	float:left;
	}
.tab ul li:nth-child(2) .tabwz{
	line-height:70px;
	margin-right:15px;
	}
.tab ul li:nth-child(3) .tabwz{
	line-height:70px;
	margin-left:15px;
	}
.tab ul li:nth-child(3){
	top:400px;
	right:50%;
	margin-right:-360px;
	}
.tab ul li:nth-child(4){
	bottom:248px;
	left:50%;
	margin-left:-245px;
	}
.tab ul li:nth-child(5){
	bottom:248px;
	right:50%;
	margin-right:-180px;
	}
.tab ul li:hover .tabicon,.tab ul li.hover .tabicon{
	background-color:#0a6db1;
	}
.mcase{
	padding:0 6%;
	margin-top:20px;
	margin-bottom:30px;
	display:none;
}
.mcase,.mcase .mtab,.mcase .mtab ul{
	width:100%;
	overflow:hidden;
}
.mtab ul li{
	width:20%;
	overflow:hidden;
	float:left;
}
.mtab ul li .tabicon{
	width:50px;
	height:50px;
	background-size: 25px !important;
	border-radius:50%;
	margin:10px auto 10px;
}
.mtab ul li:nth-child(1) .tabicon{
	background:#c2c2c2 url(../images/icon8.png) no-repeat center;
	}
.mtab ul li:nth-child(2) .tabicon{
	background:#c2c2c2 url(../images/icon9.png) no-repeat center;
	}
.mtab ul li:nth-child(3) .tabicon{
	background:#c2c2c2 url(../images/icon10.png) no-repeat center;
	}
.mtab ul li:nth-child(4) .tabicon{
	background:#c2c2c2 url(../images/icon11.png) no-repeat center;
	}
.mtab ul li:nth-child(5) .tabicon{
	background:#c2c2c2 url(../images/icon12.png) no-repeat center;
	}
.mtab ul li .tabwz{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#343434;
	line-height:30px;
}
.mtab ul li:hover .tabicon,.mtab ul li.hover .tabicon{
	background-color:#0a6db1;
	}
.mcase .caselist h3{
    font-size: 20px;
    line-height: 30px;
}
.mcase .tab_box{
	margin-top:20px;
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:142px;
	padding-top:128px;
	background-attachment: fixed;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	}
.news .newstit h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#1c1c1c;
	line-height:55px;
	text-align:center;
	font-weight:normal;
	}
.news .newstit h3 a{
	font-size:45px;
	color:#1c1c1c;
	}
.news .newstit hr{
	width:68px;
	height:1px;
	background:#1c1c1c;
	margin:36px auto 0;
	}
.newslist{
	margin-top:74px;
	}
.newslist,.newslist ul{
	width:100%;
	overflow:hidden;
	}
.newslist ul li{
	overflow:hidden;
	padding:0 10px;
	}
.newslist ul li .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	font-family:Arial;
	color:#000;
	line-height:30px;
	margin-top:30px;
	}
.newslist ul li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#000;
	line-height:30px;
	font-weight:normal;
	margin-top:4px;
	    white-space: nowrap;
    text-overflow: ellipsis;
	}
.newslist ul li .newsimg{
	width:100%;
	overflow:hidden;
	position:relative;
	height:206px;
	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 hr{
	width:100%;
	border:none;
	border-bottom:solid 2px #1c7ec2;
	margin-top:50px;
	}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:118px;
	}
.newsmore a{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	padding-left:30px;
	background:#1078bf url(../images/icon3.png) no-repeat 108px center;
	margin:auto;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:32px;
	}
.link a{
	margin-right:10px;
	color:#fff;
	font-size:16px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:url(../images/footerbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:100px;
}
.footer .footerrt{
	width:17%;
	overflow:hidden;
	}
.footer .bnav{
	width:83%;
	overflow:hidden;
	padding-right:60px;
	}
.footer .bnav ul{
	width:100%;
	overflow:hidden;
	}
.footer .bnav ul li{
	width:25%;
	overflow:hidden;
	float:left;
	padding:0 10px 0 0;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.footer .bnav ul li h5{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin:0 0 26px 0;
	position:relative;
	}
.footer .bnav ul li h5 a{
	font-size:16px;
	color:#fff;
	}
.footer .bnav ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	margin-top:13px;
	}
.footer .bnav ul li p a{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	}
.footer .bnav ul li p a:hover{
	color:#fff;
}
.footer .footerrt dl{
	float:right;
	}
.footer .footerrt dl,.footer .footerrt dl dt,.footer .footerrt dl dd{
	overflow:hidden;
	}
.footer .footerrt dl dd{
	font-size:15px;
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:4px;
	}
.blxfs{
	margin-top:36px;
	}
.blxfs,.blxfs h5,.btel{
	width:100%;
	overflow:hidden;
	}
.blxfs h5{
	font-size:16px;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	font-weight:normal;
	text-align:right;
	}
.blxfs .btel{
	font-size:20px;
	color:#fff;
	line-height:30px;
	font-family:Arial;
	text-align:right;
	margin-bottom:10px;
	}
.blxfs .btel a{
	font-size:20px;
	color:#fff;
	}
.blxfs p{
	font-size:15px;
	color:rgba(255,255,255,0.6);
	text-align:right;
	}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:57px 0 70px 0;
	font-size:16px;
	color:rgba(255,255,255,0.6);
	border-top:solid 1px rgba(255,255,255,0.2);
	margin-top:53px;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	font-size:15px;
	color:rgba(255,255,255,0.7);
	}
.bot .botlf p,.bot .botlf p a{
	font-size:15px;
	color:rgba(255,255,255,0.7);
	}
.bot .botlf p{
	line-height:30px;
	}
.bot .botrt{
	text-align:right;
	}
.bot .botrt img{
	max-width:100%;
	height:auto;
	}
.bot a{
	font-size:16px;
	color:rgba(255,255,255,0.6);
}
#back_top{
	cursor:pointer;
    }

.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:600px;
	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:800px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:450px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:425px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:400px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:360px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:320px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:310px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:240px;
	}
}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top center;
	background-size:cover;
	background-attachment:fixed;
	}
.ysnr .tit{
	width:100%;
	}
.ysnr .tit h3{
	color:rgba(255,255,255,0.95);
	}
.ysnr .tit p{
	color:#fff;
	}
.yslist{
	width:50%;
	overflow:hidden;
	float:right;
	}
.ysnr ul{
	width:100%;
	overflow:hidden;
	}
.ysnr ul li{
	height:480px;
	overflow:hidden;
	padding:84px 98px 0 40px;
	border:solid 1px rgba(255,255,255,0.5);
	position:relative;
	}
.ysnr ul li:nth-child(1),.ysnr ul li:nth-child(2){
	border-top:none;
	}
.ysnr ul li:nth-child(3),.ysnr ul li:nth-child(4){
	border-bottom:none;
	border-top:none;
	}
.ysnr ul li:nth-child(2n+1){
	border-right:none;
	}
.ysnr ul li .ysicon{
	width:100%;
	overflow:hidden;
	}
.ysnr ul li .ysicon img{
	max-width:100%;
	height:auto;
	}
.ysnr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
	margin-top:38px;
	}
.ysnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:rgba(255,255,255,0.7);
	margin-top:12px;
	}
.ysnr ul li .ysmore{
	width:130px;
	height:122px;
	background:#c70b19 url(../images/icon2.png) no-repeat 61% 58%;
	position:absolute;
	right:0;
	bottom:0;
	border-radius:100% 0 0 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	opacity:0;
	}
.ysnr ul li:hover .ysmore{
	opacity:1;
	}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	background:#fff;
	border-bottom: solid 1px #ecf0f3;
}
.positionnr{
	line-height:30px;
	font-size:16px;
	color:#000;
	}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:18px 0 18px 37px;
	background:url(../images/icon14.png) no-repeat left center;
	}
.positionrt a:nth-child(1) {
	color: #1078bf;
	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:66px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	padding:0 46px;
	display:block;
	position:relative;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li:first-child a{
	padding-left:0;
	}
.nmenu ul li:last-child a:before{
	display:none;
	}
.nmenu ul li a:hover,.nmenu ul li.active a{
	color:#1078bf;
	font-weight:bold;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
.nmenu ul li a:before{
	content:"";
	width:1px;
	height:20px;
	background:#d2d2d2;
	position:absolute;
	right:0;
	top:23px;
	}
/* 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 #1078bf;
	margin:18px auto 0;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	width:100%;
	overflow:hidden;
	background:#ecf0f3;
	padding-top:60px;
	padding-bottom:60px;
	}
.nabout .naboutnr{
	margin-top:46px;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.nabout .naboutnr h3{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#1b1c1d;
	line-height:55px;
	font-weight:normal;
	}
.naboutms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#515253;
	margin-top:80px;
	}
.naboutlist{
	width:100%;
	overflow:hidden;
	padding-right:49%;
	margin-top:10px;
	}
.nabout .naboutms p{
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.naboutms img{
	max-width:100%;
	height:auto;
	}
.naboutwh{
	margin-top:74px;
	margin-bottom:20px;
	}
.naboutwh,.naboutwh dl{
	width:100%;
	overflow:hidden;
	}
.naboutwh dl{
	background:#fff;
	margin-top:25px;
	}
.naboutwh dl dt,.naboutwh dl dd{
	overflow:hidden;
	padding:0;
	}
.naboutwh dl dt{
	padding:60px 70px 0 70px;
	}
.naboutwh dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#000;
	line-height:45px;
	font-weight:normal;
	}
.naboutwh dl dt .naboutwhnr,.naboutwh dl dt .naboutlnnr{
	width:100%;
	overflow:hidden;
	margin-top:23px;
	}
.naboutwh dl dt .naboutwhnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:30px;
	font-weight:normal;
	border-bottom:solid 1px #e2e2e2;
	padding-bottom:15px;
	margin-top:12px;
	}
.naboutwh dl dt .naboutlnnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	font-weight:normal;
	margin-top:10px;
	}
.nzzjg{
	margin-top:60px;
	margin-bottom:60px;
	font-size:16px;
	line-height:30px;
}
.nzzjg p{
	font-size:16px;
	line-height:30px;
}
.nzzjg img{
	max-width:100%;
	height:auto;
}
/* npro
-------------------------------------------------------------- */
.npro {
	margin-top: 60px;
	margin-bottom:60px;
}
.npronr{
	width:100%;
	overflow:hidden;
}
.npro .nprolf{
	width:296px;
	overflow:hidden;
	}
.npro .nprort{
	width:1094px;
	overflow:hidden;
	}
.dhimg{
	max-width:100%;
	height:auto;
}
.npro dl{
	padding:0 10px;
	margin:0 0 40px 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dt{
	position:relative;
	height:337px;
	}
.npro 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;
	}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	line-height:52px;
	font-size:18px;
	color:#757575;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl dt .probg{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(159,34,37,0.85) url(../images/icon14.png) no-repeat center center;
	top:0;
	left: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%);
	}
.npro 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);
	}
.npro dl dt .probg p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:53%;
	font-weight:normal;
	}
.npro dl:hover dd{
	color:#0a6db1;
}
.npro .ntit p{
	font-size:20px;
	color:#e4e4e4;
	}
.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{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews .nnewslist{
	width:100%;
	overflow:hidden;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.nnewslist dl{
	padding:35px 0;
	}
.nnewslist dl dt{
	width:23%;
	overflow:hidden;
	float:left;
	position:relative;
	height:207px;
	}
.nnewslist 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;
	}
.nnewslist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnewslist dl dd{
	width:100%;
	overflow:hidden;
	float:right;
	}
.nnewslist dl dd .dllf{
	width:86%;
	overflow:hidden;
	float:left;
	padding-right:68px;
	padding-top:16px;
	border-right:solid 1px #e7e7e7;
	}
.nnewslist dl dd .dllf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin:0;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnewslist dl dd .dllf .nnewsms{
	width:100%;
	overflow:hidden;
	color:#8d8d8d;
	font-size:15px;
	line-height:28px;
	margin-top:13px;
	}
.nnewslist dl dd .dllf .nnewsmore{
	width:118px;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon18.png) no-repeat right center;
	font-size:16px;
	margin-top:30px;
	}
.nnewslist dl dd .dlrt{
	width:14%;
	overflow:hidden;
	float:left;
	}
.nnewslist dl dd .dlrt hr{
	width:30px;
	border:none;
	border-bottom:solid 1px #d7d7d7;
	margin:7px 0 0 0;
	}
.nnewslist dl dd .nnewsdate{
	overflow:hidden;
	float:right;
	}
.nnewslist dl dd .nnewsday{
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	color:#343434;
	line-height:35px;
	}
.nnewslist dl dd .nnewsyear{
	overflow:hidden;
	font-size:18px;
	color:#737373;
	line-height:30px;
	font-weight:bold;
	}
.nnews .nnewslist:hover{
	background:#1078bf;
	}
.nnews .nnewslist:hover dl dd .dllf h4,.nnewslist:hover dl dd .nnewsday{
	color:#fff;
	}
.nnewslist:hover dl dd .nnewsyear{
	color:rgba(255,255,255,0.7);
	}
.nnewslist:hover dl dd .dllf .nnewsms{
	color:rgba(255,255,255,0.6);
	}
.nnewslist:hover dl dd .dllf .nnewsmore{
	color:rgba(255,255,255,0.9);
	background:url(../images/iconh18.png) no-repeat right center;
	}

.marg{
	margin-top:40px;
	}
.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: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto !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:90px;
	margin-bottom:90px;
}
.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: #1078bf;
    color: #fff;
	text-align:center;
	font-size:16px;
}
/* ncase
-------------------------------------------------------------- */
.nywfw{
	margin-top:60px;
	margin-bottom:60px;
	}
.nywfw dl{
	padding:0 10px;
	margin:20px 0;
	}
.nywfw dl dt,.nywfw dl dd{
	width:100%;
	overflow:hidden;
	}
.nywfw dl dt{
	position:relative;
	height:258px;
	border: solid 1px #e1e0e0;
}
.nywfw dl dd{
	font-size:18px;
	line-height:30px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nywfw 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;
	}
.nywfw dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nywfw dl:hover dd{
	color:#1078bf;
}
.poptrox-popup{
	overflow:visible !important;
}
.poptrox-overlay{
	z-index:1000 !important;
}
/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhzhbnr{
	width:100%;
	overflow:hidden;
}
.nhzhbnr ul{
	width:100%;
	overflow:hidden;
	}
.nhzhbnr ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border: solid 5px #ececec;
	position:relative;
	height:126px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.nhzhbnr ul li 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;
}
.nhzhbnr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.nhzhbnr ul li img{
	max-width:100%;
	height:auto;
	}
.nhzhbnr ul li:hover{
	border:solid 5px #1078bf;
}
/* 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:#1078bf;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.topewm{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:19px;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: 1599px) and (max-width: 1600px) {
	.nywfw dl dt{
		height:246px;
	}
	.npro dl dt{
		height:320px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.npro dl dt{
		height:287px;
	}
	.nywfw dl dt{
		height:219px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.npro dl dt{
		height:270px;
	}
	.nywfw dl dt{
		height:206px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.npro dl dt{
		height:253px;
	}
	.news .newsrt dl dt{
		height:330px;
	}
	.nywfw dl dt{
		height:193px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.npro dl dt{
		height:227px;
	}
	.news .newsrt dl dt{
		height:300px;
	}
	.nywfw dl dt{
		height:172px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.npro dl dt{
		height:200px;
	}
	.news .newsrt dl dt{
		height:260px;
	}
	.nywfw dl dt{
		height:151px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.npro dl dt{
		height:193px;
	}
	.news .newsrt dl dt{
		height:240px;
	}
	.nywfw dl dt{
		height:146px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.npro dl dt{
		height:255px;
	}
	.news .newsrt dl dt{
		height:300px;
	}
	.nywfw dl dt{
		height:171px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.npro dl dt{
		height:227px;
	}
	.news .newsrt dl dt{
		height:260px;
	}
	.nywfw dl dt{
		height:151px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.npro dl dt{
		height:387px;
	}
	.news .newsrt dl dt{
		height:240px;
	}
	.nywfw dl dt{
		height:193px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.npro dl dt{
		height:325px;
	}
	.news .newsrt dl dt{
		height:200px;
	}
	.nywfw dl dt{
		height:160px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.npro dl dt{
		height:252px;
	}
	.news .newsrt dl dt{
		height:150px;
	}
	.nywfw dl dt{
		height:123px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.npro dl dt{
		height:221px;
	}
	.news .newsrt dl dt{
		height:140px;
	}
	.nywfw dl dt{
		height:106px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.npro dl dt{
		height:186px;
	}
	.news .newsrt dl dt{
		height:120px;
	}
	.nywfw dl dt{
		height:88px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.npro dl dt{
		height:184px;
	}
	.news .newsrt dl dt{
		height:110px;
	}
	.nywfw dl dt{
		height:85px;
	}
}

@media(max-width:1680px) {
	.tnewsrt{
		font-size:50px;
		line-height:50px;
	}
	.ysnr ul li h4{
		font-size:28px;
	}
	.nabout .naboutnr h3{
		font-size:40px;
		line-height:50px;
	}
	.abouttit{
		padding-left:6%;
	}
	.news .newstit h3,.news .newstit h3 a,.partnertit h3,.partnertit h3 a,.case .caself h3{
		font-size: 40px;
		line-height:50px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.tnewsrt{
		font-size:40px;
		line-height:40px;
	}
	.ysnr ul li h4{
		font-size:26px;
	}
	.case{
		padding-left:6%;
	}
	.caseimgli {
		width: 88%;
	}
	.ab_fl dl dd .counter{
		font-size:60px;
		line-height:60px;
	}
	.abouttit h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.abouttit h3 {
		font-size: 36px;
		line-height: 46px;
	}
	.about{
		padding-top: 130px;
	}
	.news .newstit h3,.news .newstit h3 a,.partnertit h3,.partnertit h3 a,.case .caself h3{
		font-size: 36px;
		line-height:46px;
	}
	.npro .nprojs h1{
		font-size:26px;
	}
	.nmenu ul li a{
		padding: 0 36px;
	}
}
@media(max-width:1440px) {
	.tnewsrt{
		font-size:36px;
		line-height:36px;
	}
	.news .newstit h3,.news .newstit h3 a,.partnertit h3,.partnertit h3 a,.case .caself h3{
		font-size: 34px;
		line-height:44px;
	}
	.news .newstit hr {
		margin: 26px auto 0;
	}
	.case .caself{
		padding-top:150px;
	}
	.partnerrt{
	    width: 27%;
	}
	.ysnr ul li h4 {
		font-size: 24px;
	}
	.ysnr ul li {
		padding: 84px 76px 0 40px;
	}
	.case .casert{
		height: 726px;
		background-size: 800px;
	}
	.tab ul li:nth-child(1) {
		top: 100px;
		margin-left: -50px;
	}
	.tab ul li:nth-child(2),.tab ul li:nth-child(3){
		top: 270px;
	}
	.tab ul li:nth-child(4),.tab ul li:nth-child(5){
		bottom:120px;
	}
	.tab ul li:nth-child(2){
		margin-left: -380px;
	}
	.tab ul li:nth-child(3){
		margin-right: -350px;
	}
	.tab ul li .tabicon {
		margin: 0 auto 0;
	}
	.tab ul li .tabwz{
		font-size:16px;
	}
	.ntit h3{
		font-size:32px;
		line-height:42px;
	}
	.nav {
		margin-right: 50px;
		padding-right: 0;
	}
	.nmenu ul li a{
		padding: 0 30px;
	}
	.nabout .naboutnr h3{
		font-size:36px;
		line-height:46px;
	}
	.ab_fl dl dd .counter {
		font-size: 56px;
		line-height: 56px;
	}
	.abouttit h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.npro .nprojs h1{
		font-size:24px;
	}
}
@media(max-width:1360px) {
	.nav{
		margin-right:35px;
	}
	.nav .menu > li a {
		padding: 0 35px;
	}
	.case .casert {
		height: 655px;
		background-size: 720px;
	}
	.case .caself {
		padding-top: 100px;
	}
	.case .caself h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.partnerrt{
	    width: 29%;
	}
	.tab .tabimg{
		width:260px;
		margin-left: -143px;
		margin-top: -143px;
	}
	.tab ul li .tabicon {
		width: 60px;
		height: 60px;
	}
	.tab ul li:nth-child(1) {
		top: 90px;
		margin-left: -45px;
	}
	.tab ul li:nth-child(2) .tabwz {
		margin-right: 10px;
	}
	.tab ul li:nth-child(3) .tabwz{
		margin-left:10px;
	}
	.tab ul li:nth-child(2) {
		margin-left: -345px;
	}
	.tab ul li:nth-child(3) {
		margin-right: -315px;
	}
	.tab ul li:nth-child(4), .tab ul li:nth-child(5) {
		bottom: 100px;
	}
	.tab ul li:nth-child(4) {
		margin-left: -220px;
	}
	.tab ul li:nth-child(5){
		margin-right:-160px;
	}
	.tab ul li:nth-child(2), .tab ul li:nth-child(3) {
		top: 240px;
	}
	.tnewsrt{
		font-size:32px;
		line-height:32px;
	}
	.tnews .tnewstit {
		font-size: 90px;
		line-height: 90px;
		right:22%;
	}
	.ysnr ul li {
		padding: 84px 60px 0 40px;
	}
	.ysnr ul li h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.nabout .naboutnr h3{
		font-size:34px;
		line-height:44px;
	}
	.naboutms,.nabout .ab_fl{
		margin-top:50px;
	}
	.ab_fl dl dd .counter {
		font-size: 54px;
		line-height: 54px;
	}
	.footer .bnav {
		padding-right: 40px;
	}
}
@media(max-width:1280px) {
	.nav{
		margin-right:30px;
	}
	.nav .menu > li a {
		padding: 0 30px;
	}
	.tnewsrt{
		font-size:30px;
		line-height:30px;
	}
	.caseimgli {
		width: 86%;
	}
	.case .casert {
		height: 608px;
		background-size: 670px;
	}
	.case .caself h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.tab ul li .tabicon {
		width: 50px;
		height: 50px;
		background-size:25px !important;
	}
	.case .caself {
		padding-top: 80px;
	}
	.tab ul li:nth-child(2) {
		margin-left: -315px;
	}
	.tab ul li:nth-child(3) {
		margin-right: -295px;
	}
	.tab ul li:nth-child(1){
		top:80px;
	}
	.tab ul li:nth-child(4), .tab ul li:nth-child(5) {
		bottom: 90px;
	}
	.tab ul li:nth-child(4) {
		margin-left: -200px;
	}
	.tab ul li:nth-child(5) {
		margin-right: -150px;
	}
	.tab ul li:nth-child(2) .tabwz {
		margin-right: 5px;
	}
	.tab ul li:nth-child(3) .tabwz{
		margin-left: 5px;
	}
	.tab ul li:nth-child(2) .tabwz,.tab ul li:nth-child(3) .tabwz{
		line-height:50px;
	}
	.tab ul li:nth-child(2), .tab ul li:nth-child(3) {
		top: 230px;
	}
	.ysnr ul li {
		padding: 84px 40px 0 40px;
	}
	.nmenu ul li a {
		padding: 0 25px;
	}
	.nnews h1{
		font-size:22px;
	}
	.nabout .naboutnr h3{
		font-size:32px;
		line-height:42px;
	}
	.ab_fl dl dd .counter {
		font-size: 52px;
		line-height: 52px;
	}
	.abouttit h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.banner .banner0,.banner .item .banner1{
		width:35%;
	}
	.nhzhbnr ul li{
		height:100px;
	}
}
@media(max-width:1152px) {
	.nav{
		margin-right:25px;
	}
	.nav .menu > li a {
		padding: 0 25px;
	}
	.tnewsrt{
		font-size:28px;
		line-height:28px;
	}
	.case .caself {
		padding-top: 60px;
	}
	.case .caself h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.tab ul li .tabwz{
		line-height:25px;
	}
	.tab ul li:nth-child(2) {
		margin-left: -295px;
	}
	.tab ul li:nth-child(3) {
		margin-right: -270px;
	}
	.tab ul li:nth-child(2), .tab ul li:nth-child(3) {
		top: 210px;
	}
	.tab ul li:nth-child(1) {
		top: 75px;
	}
	.tab .tabimg {
		width: 240px;
		margin-left: -130px;
		margin-top: -130px;
	}
	.case .casert {
		height: 554px;
		background-size: 610px;
	}
	.nabout .naboutnr h3{
		font-size:30px;
		line-height:40px;
	}
	.ab_fl dl dd .counter {
		font-size: 48px;
		line-height: 48px;
	}
	.footer .bnav {
		padding-right: 20px;
	}
	
}
@media(max-width:1024px) {
	.ab_fl dl dd .counter {
		font-size: 44px;
		line-height: 44px;
	}
	
}
.mban{
	display:none;
}
@media(max-width:1023px) {
	.top{
		display:none;
	}
	.header{
		height:70px;
	}
	.logo {
		padding: 15px 0;
	}
	.logo img{
		height:40px;
	}
	.banner .owl-number{
		display:none;
	}
	.banner .owl-pagination{
		left:6%;
	}
	.tnews{
		display:none;
	}
	.case .caself,.case .casert{
		width:100%;
	}
	.case{
		display:none;
	}
	.mcase{
		display:block;
	}
	.pcban{
		display:none;
	}
	.mban{
		display:block;
	}
	.mban .owl-wrapper .owl-item:nth-child(1) {
		background: url(../images/banner1.jpg) no-repeat top center;
		background-size: cover;
	}
	.mban .owl-wrapper .owl-item:nth-child(2) {
		background: url(../images/banner2.jpg) no-repeat top left;
		background-size: cover;
	}
}
@media(max-width:991px) {
	.about{
		padding-top:80px;
		padding-bottom:80px;
	}
	.case .caself h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.ab_fl dl dt{
		font-size:18px;
	}
	.ab_fl dl dd .counter {
		font-size: 40px;
		line-height: 40px;
	}
	.partnerrt{
		width:100%;
	}
	.partnertit{
		margin-top:40px;
	}
	.partnertit hr,.partnernr .partnerjs,.partnermore{
		margin-top:20px;
	}
	.ys {
		background: url(../images/ysbg.jpg) no-repeat 15% top;
	}
	.npro dl dd{
		font-size:16px;
		line-height:45px;
	}
	.news {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.newslist,.newsmore{
		margin-top: 50px;
	}
	.news .newstit h3, .news .newstit h3 a, .partnertit h3, .partnertit h3 a{
		font-size: 30px;
		line-height: 40px;
	}
	.news .newstit hr {
		margin: 16px auto 0;
	}
	.newslist ul li{
		margin:10px 0;
	}
	.yslist{
		width:100%;
	}
	.nywfw dl dd{
		font-size:16px;
		margin-top:5px;
	}
	.ntit h3{
		font-size:28px;
		line-height:38px;
	}
	.about .aboutnr {
		padding-right: 0;
	}
	.abouttit h3 {
		font-size: 28px;
		line-height: 38px;
	}
	.positionnr .positionrt,.nmenu{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
		padding: 8px 0 8px 30px;
	}
	.nmenu ul li a {
		padding: 0 20px;
	}
	.nabout .naboutnr{
		margin-top:0;
	}
	.naboutlist{
		padding-right:0;
	}
	.naboutwh dl dt {
		padding: 30px;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.naboutwh dl dd{
		text-align:center;
	}
	.naboutwh dl dd img{
		max-width:100%;
		height:auto;
	}
	.naboutwh dl dt h4{
		font-size:30px;
		line-height:40px;
	}
	.nabout .naboutnr h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.nhzhbnr ul li {
		width: 31.3333333%;
		margin:10px 1%;
	}
	.npro .nprojs h1{
		font-size:20px;
	}
	.newm dl{
		float:left;
		margin-top:20px;
	}
	.nnewslist dl dd .nnewsday{
		font-size:26px;
	}
	.nnewslist dl dd .dllf{
		padding-right:40px;
	}
	.nnews h1{
		font-size:20px;
	}
	.npro .nprojs{
		padding:0;
	}
	.nlxfs{
		margin-top:40px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.footer{
		padding-top:40px;
	}
	.footer .bnav{
		width:100%;
		padding-right:0;
	}
	.footer .footerrt{
		width:100%;
		margin-top:20px;
	}
	.footer .footerrt dl{
		float:left;
	}
	.footer .bnav ul li p{
		display:none;
	}
	.blxfs h5,.blxfs .btel,.blxfs p{
		text-align:left;
	}
	.bot {
		padding: 30px 0 30px 0;
		margin-top: 30px;
	}
	.bot .botrt img{
		width:35px;
	}
}
@media(max-width:767px) {
	.banner .banner0,.banner .item .banner1{
		width:50%;
	}
	.news .newstit h3, .news .newstit h3 a, .partnertit h3, .partnertit h3 a{
		font-size: 28px;
		line-height: 38px;
	}
	.about {
		padding-top:100px;
		padding-bottom: 100px;
	}
	.abouttit h3 {
		font-size: 24px;
		line-height: 34px;
	}
	.ab_fl {
		margin-top: 50px;
	}
	.ntit h3{
		font-size:24px;
		line-height:34px;
	}
	.ab_fl dl{
		margin:10px 0;
	}
	.ysnr ul li h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.ysnr ul li:nth-child(2n+1){
		border-right: solid 1px rgba(255,255,255,0.5);
	}
	.ysnr ul li:nth-child(3), .ysnr ul li:nth-child(4){
		border-bottom: solid 1px rgba(255,255,255,0.5);
	}
	.ysnr ul li {
		padding: 40px 20px;
		height: auto;
	}
	.ysnr ul li h4{
		margin-top:20px;
	}
	.nhzhbnr ul li {
		width: 48%;
		height:118px;
	}
	.nabout .naboutnr h3 {
		font-size: 24px;
		line-height: 34px;
	}
	.naboutwh dl dt h4{
		font-size:26px;
		line-height:36px;
	}
	.naboutms, .nabout .ab_fl {
		margin-top: 30px;
	}
	.naboutwh{
		margin-top:40px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.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;
	}
	.nnewslist dl dd .dllf{
		padding-right:20px;
	}
	.nnewslist dl dd .nnewsday {
		font-size: 22px;
	}
	.nnewslist dl dd .nnewsyear{
		font-size:16px;
	}
	.nnews h1{
		font-size:18px;
		line-height:30px;
	}
}
@media(max-width:640px) {
	.banner .more{
		width:115px;
		height:40px;
		line-height:40px;
		padding-left:10px;
		font-size:15px;
		background-position:90%;
	}
	.caseimgli .owl-controls .owl-buttons .owl-prev, .caseimgli .owl-controls .owl-buttons .owl-next{
		width:40px;
		height:40px;
	}
	.caseimgli .owl-controls .owl-buttons .owl-next{
		right:-40px;
	}
	.news .newstit h3, .news .newstit h3 a, .partnertit h3, .partnertit h3 a{
		font-size: 26px;
		line-height: 36px;
	}
	.mtab ul li {
		width: 33.33333%;
	}
	.partnertit {
		margin-top: 30px;
	}
	.partner{
		background: url(../images/mmap.jpg) no-repeat top center;
		background-size:840px;
		height:420px;
	}
	.partner .map{
		display:none;
	}
	.partnermore a {
		width: 100px;
		height: 40px;
		line-height: 40px;
		background: #c70b19 url(../images/icon2.png) no-repeat 90% center;
		font-size: 14px;
		padding-left: 10px;
	}
	.partnernr .partnerjs{
		font-size:16px;
		display:none;
	}
	.partnermore{
		margin-top:50px;
	}
	.abouttit h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.nabout .naboutnr h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.nnewslist dl dd .dllf{
		width:100%;
		padding:0;
		border-right:none;
	}
	.nnewslist dl dd .dlrt{
		display:none;
	}
	.nnewslist dl dd .dllf .nnewsmore{
		margin-top:10px;
	}
	.nnewslist dl dd .dllf .nnewsms{
		margin-top:10px;
	}
	.nhzhbnr ul li {
		height:100px;
	}
	.footer .bnav ul li {
		padding:0;
	}
	.footer .bnav ul li h5,.footer .bnav ul li h5 a{
		font-size:15px;
	}
}
@media(max-width:540px) {
	.banner .banner0,.banner .item .banner1{
		width:55%;
	}
	.nhzhbnr ul li {
		height:83px;
	}
	
}
@media(max-width:500px) {
	.partner {
		background-size: 520px;
		height: 260px;
	}
	.naboutwh dl dt {
		padding: 20px;
	}
	.nmenu ul li a {
		padding: 0 15px;
	}
}
@media(max-width:425px) {
	.banner .banner0, .banner .item .banner1 {
		width: 65%;
	}
}