@charset "utf-8";
/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

.h1 {
    z-index: -999;
    pointer-events: none;
    user-select: none;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 0;
    opacity: 0;
}

/* 全局样式

-------------------------------------------------------------- */

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: 999;
	top: 0;
	padding:0 1%;
	border-bottom:solid 1px rgba(255,255,255,0.2);
}
.logo {
	overflow: hidden;
	padding:21.5px 0;
}
.nav-right{
	padding:34px 0 20px;
	margin-left:40px;
	}
.header .nav-right{ width:50px;}
.header .nav-right img{ width:30px;}
#form2{
    position: absolute;
}
/*#Iframe1{
    width:50px !important;
	    height: 50px !important;
	}
#Iframe1 img{
    width:100% !important;
    height: 100% !important;
}*/
.topewm {
	height: 100%;
	padding:38px 0 38px 42px;
	border-left:solid 1px rgba(255,255,255,0.2);
	margin-left:18px;
	position:relative;
}
.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:80px;
	right:0;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover{
	cursor:pointer;
}
.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); 
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}

.nav .menu > li a{
	color:#fff;
	font-size:17px;
	display:block;
	margin:0 32px;
	line-height:100px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:relative;
	}
.nav .menu > li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #fff;
	left: 50%;
	margin-left:-9px;
	bottom: 0;
	-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 a,.nav .menu > li.current a{
	
	}
.nav .menu > li a:hover:after, .nav .menu > li.active a:after {
	width: 18px;
}


.nav .menu > li .submenu{

	width:132px;
	left:50%;
	margin-left: -66px;

	}

.nav .menu > li .submenu li{

	width:132px;

	line-height:40px;

	background:#074891;

	text-align:center;
	margin-top:1px;

}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	margin:0;
	line-height:40px;
}
.nav .menu > li .submenu li a:after,.nav .menu > li .submenu li:hover a:after{
	display:none;
}

.nav .menu > li .submenu li:hover{

	background:#114463;

}
/* cont
-------------------------------------------------------------- */
.cont {
	width: 90%;
	overflow: hidden;
	margin: auto; max-width: 1400px
}
.cont1 {
	width: 90%;
	overflow: hidden;
	margin: auto; max-width: 1400px
}
/* banner

-------------------------------------------------------------- */
.banner{
	position:relative;
}
.indexbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
}.banner .owl-carousel{
    height: 100vh!important;
}

.banner .owl-wrapper,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-item{
	height:100%;
}
.banner .owl-item:nth-child(1) {
    background: url(../css_changyi/banner1.jpg) no-repeat top center;
    background-size: cover;
}
.banner .owl-item:nth-child(2) {
    background: url(../css_changyi/banner2.jpg) no-repeat top center;
    background-size: cover;
}.banner .owl-item:nth-child(3) {
    background: url(../css_changyi/banner3.jpg) no-repeat top center;
    background-size: cover;
}
.item p.p1 {
    width: 48%;
    overflow: hidden;
    position: absolute;
    left: 5%;
    top: 40%;
    z-index: 9999;
    font-size:3.5rem;
    color: #fff;
    font-weight: bold;text-shadow: 0 0 15px rgba(0,0,0,.2);
 
    line-height: 4.5rem; margin-bottom: 10px
}.item .p2 {
    width: 35%;
    overflow: hidden;
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 9999;
    font-size: 1.6rem;
    color: #fff; line-height: 1.5
}.item .p3 {
    width: 48%;
    overflow: hidden;
    position: absolute;
    left: 5%;
    top: 59%;
    z-index: 9999;
    font-size: 1.23rem;
    color: #fff;
    font-family: Helvetica; letter-spacing: 0
}.item p.p3 {
    width: 50%;
    color: #fff;
    line-height: 30px;
    margin-top: 22px;
    letter-spacing: 0px;
}
@font-face {
font-family:Helvetica;
src:url(../fonts/Helvetica.ttf)
}
.banner .owl-pagination{
	position:absolute;
	left:50px;
	bottom:40px;	
}
.banner .owl-page{
	float:left;
	margin:0 18px;
}
.banner .owl-page span{
	display:block;
	height:50px;
	line-height:50px;
	font-family:Arial;
	font-size:18px;
	color:rgba(255,255,255,0.3);
}
.banner .owl-page span:before{
	content:"0";
}
.banner .owl-page.active span{
	font-size:40px;
	color:#fff;
}
.banner .owl-prev{
	background:url(../images/prev.png) no-repeat left center;
	width:14px;
	height:15px;
	position:absolute;
	left:35px;
	bottom:54px;
}
.banner .owl-number{
	text-align:center;
	font-size:15px;
	font-family:Arial;
	position:absolute;
	right:222px;
	top:50%;
	margin-top:-54.5px;
	color:#fff;
	display:none;
}
.banner .owl-number span{
	font-family:Arial;
	font-size:18px;
	color:rgba(255,255,255,0.3);
	display:block;
	float:left;
	margin-right:5px;
	padding-top:7px;
}
.banner .owl-next{
	background:url(../images/next.png) no-repeat left center;
	width:14px;
	height:15px;
	position:absolute;
	left:242px;
	bottom:54px;
}
.banner .owl-item img{
	width:100%;
	height:100%;
}
.banner .banner_more{
	width:480px;
	height:180px;
	background:url(../images/bannerbg.jpg) no-repeat center;
	position:absolute;
	right:0;
	bottom:0;
	padding-top:72px;
}
.banner .banner_more a{
	font-size:20px;
	color:#fff;
	margin-left:140px;
	position:relative;
}
.banner .banner_more a:before{
	content:"";
	width:30px;
	height:2px;
	background:#fff;
	position:absolute;
	left:-58px;
	top:12px;
}
.item .cont{
	position:absolute; 
	top:49%; 
	padding-left:12.5%;
}


.item p.p2{

}
.item p.p3{
	
}
.item p.p4{
	
}
.item p.p5{
	font-family:Arial;
	font-size:23px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	margin-top:4px;
}
/*shubiao*/
.mouse-index{
	position:absolute;
	bottom:40px;
	left:50%;
	width:70px;
	margin-left:-35px;
	z-index:99;
	}
.mouse {
  width: 100%;
  overflow:hidden;
  text-align:center;
  position:relative;
	left:50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
		  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.mouse-index p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
}

.tztel{position:absolute;float:right;top:-126px;right:18px;z-index:999999999;font-size: 16px;color: #666;}
.tztel a{font-size: 26px;color: #333;}
.tztel2{position:absolute;float:right;top:-154px;right:18px;z-index:999999999;font-size: 16px;color: #666;}
.tztel2 a{font-size: 26px;color: #333;}


@-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);
  }
}
.click{
	width:136px;
	overflow:hidden;
	position:absolute;
	right:142px;
	top:50%;
	margin-top:5px;
	border-top:solid 1px rgba(255,255,255,0.5);
	padding-top:19px;
}
.click h5{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
}
.click p{
	width:100%;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	font-family:Arial;
}

/**/

.culture02{padding-bottom:10px;}
.culture02 li{background:#f4f4f4; margin-top:37px; transition:all 0.5s ease;}
.culture02 li:first-child{margin-top:0;}
.culture02 li .li_box{padding:26px 50px;}
.culture02 li .li_box .left{width:12%; float:left; line-height:58px; position:relative; font-size:24px; color:#000; font-weight:600;}
.culture02 li .li_box .left:after{content:''; width:1px; height:58px; background:#d7dee3; position:absolute; right:0; top:50%; margin-top:-29px;}
.culture02 li .li_box .right{width:88%; float:left;}
.culture02 li .li_box .right .r_box{padding:0 23px 0 29px; line-height:58px;}
.culture02 li .li_box .right .r_box .tit{float:left; width:70%; font-size:16px; color:#000; margin-bottom:0px;}
.culture02 li .li_box .right .r_box .tit p{ line-height:58px; text-align:left; font-size:16px; color:#000;}
.culture02 li .li_box .right .r_box .more{width:13%; float:right; position:relative; font-size:15px; color:#da2d27;}
.culture02 li .li_box .right .r_box .more:after{content:''; width:11px; height:12px; background:url(../img/culture02_1.png) no-repeat; position:absolute; right:0; top:50%; margin-top:-6px;}
.culture02 li:hover{background:#009944;}
.culture02 li:hover .li_box .left{color:#fff;}
.culture02 li:hover .li_box .left:after{background:#fff; background:rgba(255,255,255,0.7);}
.culture02 li:hover .li_box .right .r_box .tit{color:#fff;}
.culture02 li:hover .li_box .right .r_box .tit p{color:#fff;}
.culture02 li:hover .li_box .right .r_box .more{color:#fff;}
.culture02 li:hover .li_box .right .r_box .more:after{background-position:-11px 0;}
.culture02 li .hidden_detail{display:none;}
.el{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
@media(min-width:1920px) {	
.p_video{ width:100%;}
.lingyudk{ width:40%; margin:0px auto;}
}
video{ width:100%; height:100%; object-fit: cover;}

/**/

/* tit

-------------------------------------------------------------- */
.tit {
	width:100%;
	overflow:hidden;
}
.tit h3 {
	width:100%;
	overflow: hidden;
	font-size: 24px;
	color: #737373;
	line-height:35px;
	font-weight:normal;
	margin-top:6px;
}
.tit h3 a {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
}
.tit p{
	width:100%;
	overflow: hidden;
	font-size:40px;
	font-family:Qualy-Bold;
	color:#fff;
	line-height:40px;
	text-transform:uppercase;
	}


@font-face {
font-family:Qualy-Bold;
src:url(../fonts/Qualy-Bold-2.ttf)
}
/* topcontact
-------------------------------------------------------------- */
.topcontact {
	height:90px;
	color:#fff;
	line-height:90px;
	padding-left:38px;
	font-size:18px;
	margin-top: -45px;
	background:#2552c5;
    position: relative;
    z-index: 99;
}
.topcontact .dh{
	width:90px;
	height:90px;
	background:url(../images/icon1.png) no-repeat center;
	}
.topcontact .dh a{
	width:100%;
	height:100%;
	display:block;
}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat left center;
	padding-top:13vh;
	padding-bottom:13vh;
	}
.pro .pronr{
	position:relative;
	}
.pronr .prolf,.pronr .prort{
	padding:0;
	}
.pronr .prolf .projs{
	width:100%;
	overflow:hidden;
	font-size:1.3rem;
	color:#686868;
	line-height:1.9;
	margin-top:30px;
	}
.pronr .prort ul li img{
	max-width:100%;
	height:auto;
}
.swiper-container{
	width:100%;
	}
.prort .product-thumbs .swiper-wrapper{
	text-align:right;
	}
.product-thumbs{
	height:40px;
	padding-bottom:70px;
	margin-top:38px;
	}
.product-thumbs .swiper-wrapper .swiper-slide .item{
	width:100%;
	overflow:hidden;
	float:left;
	}
.product-thumbs:before{
	content:"";
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.2);
	position:absolute;
	top:19px;
	left:0;
	}
.product-thumbs .title{
	width:100%;
	overflow:hidden;
	font-size:24px;
	height:80px;
	line-height:80px;
	color:#333333;
	text-align:center;
	background:url(../images/icon8.png) no-repeat left center;
	cursor:pointer;
	position:relative;
	}
.product-thumbs .title:after{
	position:absolute;
	font-size:100px;
	line-height:88px;
	color:rgba(18,105,158,0.1);
	font-family:Arial, Helvetica, sans-serif;
	bottom:0;
	left:12px;
	opacity:0;
	}




.product-thumbs .swiper-slide-active .title,.product-thumbs .swiper-slide:hover .title{ 
	font-weight:bold;
	}
.product-thumbs .swiper-wrapper .swiper-slide .item:hover .title:after,.product-thumbs .swiper-slide-active .title:after{
	opacity:1;
	}
.pronr .prolf .promore{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.pronr .prolf .promore a{
	
    display: block;
    width: 180px;
    height: 58px;
    border: solid 1px #074891;
    font-size: 16px;
    text-align: center;
    line-height: 58px;
    color: #074891;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;border-radius: 35px;

}.pronr .prolf .promore a:hover{ background: #074891; color: #fff;transition:all 0.4s}

.pronr .prolf .promore .iconfont{color: #074891;}
.pronr .prolf .promore a:hover .iconfont{color: #fff; margin-left: 5%;transition:all 0.4s }


.aboutrt .promore a{
	
    display: block;
    width: 180px;
    height: 58px;
    border: solid 1px #074891;
    font-size: 16px;
    text-align: center;
    line-height: 58px;
    color: #074891;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;border-radius: 35px; margin-top: 40px

}.aboutrt .promore a:hover{ background: #074891; color: #fff;transition:all 0.4s}
}
.aboutrt .promore .iconfont{color: #074891;}
.aboutrt .promore a:hover .iconfont{color: #fff; margin-left: 5%;transition:all 0.4s }


 .promore a{
	
    display: block;
    width: 180px;
    height: 58px;
    border: solid 1px #074891;
    font-size: 16px;
    text-align: center;
    line-height: 58px;
    color: #074891;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;border-radius: 35px;

} .promore a:hover{ background: #074891; color: #fff;transition:all 0.4s}

.promore .iconfont{color: #074891;}
.promore a:hover .iconfont{color: #fff; margin-left: 5%;transition:all 0.4s }


/* hyyy
-------------------------------------------------------------- */
.hyyy{
	width:100%;
	overflow:hidden;
	background:url(../images/hyyybg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:47px;
	}
.hyyy .tit h3,.hyyy .tit h3 a{
	color:#fff;
	font-size:36px;
	}
.hyyy .tit h3{
	margin-top:0;
	line-height:45px;
	}
.hyyy .hyyynr{
	width:87%;
	overflow:hidden;
	float:right;
	}
.hyyy .hyyynr hr{
	width:40%;
	border:none;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	margin-top:27px;
	}
.hyyy .hyyylf{
	width:22%;
	overflow:hidden;
	padding-right:60px; margin-top: 50px
	}
.hyyy .hyyyrt{
	width:78%;
	overflow:hidden;
	margin-top:32px;
	position:relative;
	}
.hyyy .hyyylf span{

	width:54px;
	height:2px;
	background:#fff;
	margin-top:126px;
	margin-bottom:23px;
	}
.hyyy .hyyylf .hyyyen{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#fff;
	line-height:36px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-top:11px;
	}
.hyyy .hyyylf .hyyyjs{
	width:100%;
	overflow:hidden;
	font-size:1.3rem;
	color:#fff;
	line-height:30px;
	margin-top:46px;
	}
.hyyymore{
	width:100%;
	overflow:hidden;
	margin-top:23px;
	}
.hyyymore a{
	display:block;
	width:180px;
	height:58px;
	border:solid 1px #fff;
	font-size:16px;
	text-align:center;
	line-height:58px;
	color:#fff;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;border-radius: 35px;transition:all 0.4s
	}
.hyyymore a:hover{
	background:#fff;
	color:#074891;
}.hyyymore a:hover .iconfont{  margin-left: 5%; transition:all 0.4s}
.hyyy .hyyyrt .tab_box{
	width:100%;
	overflow:hidden;
	}
.hyyylist{
	width:100%;
	overflow:hidden;
	}
.hyyylist img{
	width:100%;
	height:auto;
	}
.hyyy .hyyyrt .tab,.hyyy .hyyyrt .tab ul{
	width:100%;
	overflow:hidden;
	}
.hyyy .hyyyrt .tab ul li{
	width:25%;
	height:110px;
	overflow:hidden;
	float:left;
	
	position:relative;
	border-right:solid 1px  rgba(255,255,255,.3);
	}
.hyyy .hyyyrt .tab ul li:last-child{
	border-right:none;
	}
.hyyy .hyyyrt .tab ul li:before{
	
	}
.hyyy .hyyyrt .tab{
	position:absolute;
	left:0;
	bottom:0;
	border-top:solid 1px rgba(255,255,255,.3);
	}

.hyyy .hyyyrt .tab ul li a{
	display:flex;align-items: center; flex-wrap: nowrap ;justify-content: center; padding-top: 30px
}.hyyy .hyyyrt .tab ul li a div img{  margin-right: 10px}
.hyyy .hyyyrt .tab ul li h5{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:24px;
	line-height:30px;

	}
.hyyy .hyyyrt .tab ul li p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	line-height:20px;
	font-family:Arial;
	text-transform:uppercase;
	margin-top:0px;
	}
.hyyy .hyyyrt .tab ul li.hover{
background: linear-gradient(180deg, rgba(21, 83, 151, .6) 0%, rgba(48, 119, 197, .7) 100%);
	}

.hyyy .hyyyrt .tab ul li.hover h5{
	color:#fff;
	}
.hyyy .hyyyrt .tab ul li.hover p{
	color:#fff;  text-transform: uppercase
	}
.hyyy .hyyyrt .tab ul li.hover:before{

	}
/* about
-------------------------------------------------------------- */
.about{
	padding-top:107px;
	}
.about .aboutnr{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.about .aboutlf{
	padding:25px 20px 0 0;
	}
.aboutlf .aboutimg{
	position:relative;
	}
.aboutlf .aboutimg img{
	width:100%;
	height:auto;
	}
.aboutlf .aboutimg a{
	display:block;
	width:80px;
	height:80px;
	background:#074891 url(../images/icon3.png) no-repeat center;
	z-index:99;
	position:absolute;
	right:0;
	bottom:0;
	}
.about .aboutrt{
	padding:0 0 0 48px;
	}
.aboutrt h4{
	width:100%;
	overflow:hidden;
	font-size:2.7rem;
	color:#343434;
	line-height:40px;
	}
.aboutrt .abouten{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:16px;
	color:#a3a3a3;
	line-height:20px;
	text-transform:uppercase;
	margin-top:15px;
	}
.aboutrt hr{
	width:35px;
	border:none;
	border-bottom:solid 2px #074891;
	margin-top:38px;
	}
.aboutrt h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#343434;
	line-height:30px;
	margin-top:64px;
	}
.aboutrt .aboutms{
	width:100%;
	overflow:hidden;
	font-size:1.3rem;
	line-height:2;
	color:#6c6c6c;
	margin-top:10px;display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; 
        overflow: hidden;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:80px;
}
.ab_fl dl{
	overflow:hidden;
	padding:0;
	border-right:solid 1px #e0e0e0;
}
.ab_fl dl:last-child{
	border-right:none;
	}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	font-size:15px;
	font-weight:normal;
	color:#343434;
	text-align:center;
}.ab_fl dl dt b{ width: 30px;  height: 30px; line-height: 30px; color: #fff; background: #074891;border-radius: 50%; display:inline-block}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-size:1.3rem;
	line-height:25px;
	margin-top:10px;
	text-align:center;
}/*--------------------------------------------------------------------------------------------------------------------------------------550--*/
@media all and (max-width:1680px){  
	.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-size:1.2rem;
	line-height:25px;
	margin-top:10px;
	text-align:center;
}
	
}
.pro2 iframe{ height: 100vh}
	
	
.ab_fl dl dt .counter{
	font-size:72px;
	color:#222;
	margin-right:10px;
	font-weight:bold;
	line-height:80px;
	font-family:Arial, Helvetica, sans-serif;
	}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
	}
.aboutmore a{
	width:182px;
	height:48px;
	display:block;
	margin:auto;
	line-height:48px;
	text-align:center;
	background:#d61821;
	color:#fff;
	font-size:16px;
	border-radius:30px;
	}
.foort p,.foort a,.foort span{ font-size: 1.1rem}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	height:859px;
	overflow:hidden;
	background:url(../images/ysbg.jpg) no-repeat top center;
	background-size:cover;
	margin-top:158px;
}
.ys .ysnr{
	width:86%;
	overflow:hidden;
	float:right;
}
.ys .ysnr .yslf{
	width:27%;
	overflow:hidden;
	padding-top:150px;
	}
.yslf .tit h3,.yslf .tit p{
	color:#fff;
	}
.yslf .ysbtn{
	width:100%;
	overflow:hidden;
	margin-top:157px;
	}
.yslf .ysbtn a{
	display:block;
	width:210px;
	height:68px;
	text-align:center;
	line-height:68px;
	background:#fff;
	font-size:16px;
	color:#074891;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.yslf .ysbtn a:hover{
	background:#074891;
	color:#fff;
}
.ysnr .ysrt{
	width:73%;
	overflow:hidden;
	}
.cloud-product-box{
	width:100%;
	overflow:hidden;
	}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%
}
.cloud-product-ul li {
	height:859px;
	position: relative;
	width: 30%;
	float: left;
}
.cloud-product-ul li:first-child {
	margin-left: 0
}
.active-inner-item{
	width:100%;
	overflow:hidden;
	}
.active-inner-item h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:40px;
	}
.active-inner-item hr{
	width:32px;
	border:none;
	border-bottom:solid 1px #fff;
	margin:auto;
	}
.cloud-product-ul li h4{
	width:40px;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	margin:auto;
	line-height:30px;
	font-weight:normal;
	margin-top:180px;
	}
.cloud-product-ul li hr{
	width:32px;
	border:none;
	border-bottom:solid 1px #fff;
	position:absolute;
	bottom:292px;
	left:50%;
	margin-left:-16px;
	}
.cloud-product-ul li .ysnum{
	width:100%;
	overflow:hidden;
	font-size:80px;
	color:#fff;
	text-align:center;
	line-height:80px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:172px;
	}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}
.empty-space {
	width: 100%;
	height: 99px;
	padding: 26px 0 0 0;
}
.product-introduce-title {
	margin-bottom: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: center
}
.product-introduce-title.normal-weight {
	font-weight: 400
}
.product-introduce-content {
	margin: 0 auto 26px;
	width: 180px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	color: #999
}
.product-introduce-list {
	margin: 0 auto;
	padding-top: 28px;
	height: 135px;
	width: 84%;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none
}
.introduce-list-small {
	margin-bottom: 18px;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center
}
.product-introduce-price {
	margin: 48px auto 0;
	font-size: 14px;
	text-align: center;
	color: #333
}
.price-blue {
	color: #0af;
	font-size: 38px
}
.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.active-inner {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.introduce-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px
}
.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.cloud-product-ul li {
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}
.cloud-product-ul li.active {
	z-index: 9;
	width: 40%;
	background: rgba(18,105,158,0.9);
}
.cloud-product-ul li.active .ysimg,.cloud-product-ul li.active h4{
	text-align:left;
	}
.cloud-product-ul li.active{
	padding:102px 95px 0 95px;
	}
.cloud-product-ul li.active h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#fff;
	line-height:40px;
	margin-top:70px;
	}
.cloud-product-ul li.active hr{
	width:32px;
	border:none;
	border-bottom:solid 1px #fff;
	position:inherit;
	bottom:0;
	left:0;
	margin:26px auto 0;
	}
.cloud-product-ul li.active .ysjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:47px;
	}
.cloud-product-ul li.active .ysnum{
	width:100%;
	overflow:hidden;
	font-size:220px;
	line-height:164px;
	font-family:Arial, Helvetica, sans-serif;
	color:rgba(255,255,255,0.1);
	position:absolute;
	bottom:-3px;
	letter-spacing:-20px;
	}
.active .product-introduce-content {
	color: #eff6ff
}
.active-product-introduce-title {
	color: #fff
}
.active .product-introduce-list {
	padding-top: 22px;
	border-color: #3f9ff9
}
.introduce-list-large {
	margin: 0 auto;
	width: 228px;
	line-height: 22px;
	color: #ddebff;
	font-size: 14px
}
.active .product-introduce-price {
	margin-top: 32px;
	color: #fefeff
}
.product-introduce-price .price-white {
	display: inline-block;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff
}
.buy-link-btn {
	display: block;
	margin: 30px auto 0;
	width: 90%;
	height: 40px;
	line-height: 40px;
	background-color: #ff9600;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.buy-link-btn:hover {
	background-color: #f80
}
/* customer
-------------------------------------------------------------- */
.customer{
	width:100%;
	overflow:hidden;
	background:url(../images/hzhbbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:123px;
	padding-bottom:194px;
	}
.customerlist{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	}
.customerlist .customerlf{
	overflow:hidden;
	padding:0 196px 0 0;
	}
.customerlist .customerlf ul{
	width:100%;
	overflow:hidden;
	}
.customerlist .customerlf ul li{
	width:48%;
	overflow:hidden;
	float:left;
	margin:5px 1%;
	border:solid 1px #e3e3e3;
	text-align:center;
	}
.customerlist .customerlf ul li img{
	max-width:100%;
	height:auto;
	}
.customerlist .customerrt{
	overflow:hidden;
	padding:0;
	position:relative;
	}
.customerrt .customeimg{
	width:74%;
	overflow:hidden;
	float:left;
	}
.customerrt .customeimg img{
	max-width:100%;
	height:auto;
	}
.customerrt .custometit{
	width:24%;
	overflow:hidden;
	float:right;
	}
.customerrt .custometit span{
	font-size:20px;
	color:#000;
	float:left;
	margin-top:100px;
	}
.customerrt .custometit h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#343434;
	line-height:45px;
	font-weight:normal;
	margin-bottom:13px;
	}
.customerrt .custometit p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#a3a3a3;
	font-family:Arial;
	line-height:24px;
	}
.customerlist .customerrt .customerbtn{
	width:100%;
	overflow:hidden;
	height:68px;
	line-height:68px;
	text-align:center;
	margin-top:70px;
	}
.customerlist .customerrt .customerbtn a{
	width:100%;
	overflow:hidden;
	background:#074891;
	display:block;
	font-size:18px;
	color:#fff;
	}
/* news
-------------------------------------------------------------- */
.news {
	width:100%;
	overflow:hidden;
	background:url("../images/1111.jpg") no-repeat center top ;
	padding-top:100px;
	padding-bottom:106px;  background-size: cover
}
.news .tit{
	width:40%;
	float:left;
	}
.newsmenu{
	width:60%;
	overflow:hidden;
	float:right;
	text-align:right;  margin-top: 40px
	}
.newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newsmenu ul li{
	overflow:hidden;
	float:left;
	margin-left:28px;
	position:relative;
	}
.newsmenu ul li a{
	font-size:24px;
	color:#fff;
	font-weight:bold;
	}
.newsmenu ul li:after{
	content:"";
	width:0;
	height:4px;
	background:rgba(255,255,255,0.6);
	position:absolute;
	left:0;
	bottom:4px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.newsmenu ul li:hover:after{
	width:100%;
	}
.news .newslist {
	width:100%;
	overflow:hidden;
	margin-top:42px;
}
.newslist .news_nr{
	width:31.33333333%;
	height:480px;
	overflow:hidden;
	margin:10px 1%;
	float:left;
	background:#fff;
	padding:0px 0px 0 0px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}.newslist .news_nr img{ margin-bottom: 35px}
.news_nr .newsdate{
	padding:0;
	}
.news_nr .newsdate .newsyear,.news_nr .newsdate .newsday{
	width:100%;
	overflow:hidden;
	text-align:right;
	}
.news_nr .newsdate .newsyear{
	font-size:18px;
	color:#333;
	font-family:Arial;
	line-height:22px;
	}
.news_nr .newsdate .newsday{
	font-size:30px;
	color:#000;
	font-family:Arial;
	font-weight:bold;
	line-height:35px;
	}
.news_nr .newsrt{
	padding:0 0 0 30px;
	}
.news_nr .newsrt h4{
	width:100%;
	overflow:hidden;
	color:#333;
	font-size:24px;
	line-height:30px;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.news_nr .newsrt p{
	width:100%;
	overflow:hidden;
	color:#adadad;
	margin-top:8px;
	}
.news_nr .newsmore{
	overflow:hidden;
	font-size:16px;
	letter-spacing:3px;
	position:relative;
	margin-top:16px; margin-left: 30px
	}
.news_nr .newsmore:after{
	content:"";
	width:72px;
	height:4px;
	background:rgba(1,88,135,0.6);
	position:absolute;
	left:0;
	bottom:3px;
	}
.newslist .news_nr:hover{
	background:#074891;
	}
.news_nr:hover .newsdate .newsyear,.news_nr:hover .newsdate .newsday,.news_nr:hover .newsrt h4,.news_nr:hover .newsrt p,.news_nr:hover .newsmore{
	color:#fff;
	}
.news_nr:hover .newsmore:after{
	background:rgba(255,255,255,0.6);
	}
	
	
	
	
/* link
-------------------------------------------------------------- */
.blogo{
	width:70%;
	overflow:hidden;
	}
.blogo img{
	max-width:100%;
	height:auto;
	}
.link-select-box a:link, .link-select-box a:visited { color: #333;}
.link-select-box a:active,.link-select-box a:hover { color: #fff;}  
.link-select-box { background-color: #fff; font-family: arial, helvetica, sans-serif; width:176px; height: 50px; position: relative; line-height: 50px; transition: 300ms; -webkit-transition: 300ms; color: #343434; margin-top:10px;}
.link-select-box .mt { padding: 0 58px 0 15px; position: relative; cursor: pointer; line-height: 50px; color:#343434; font-size:16px; }
.link-select-box .mt .aw { width: 46px; position: absolute; top: 0; bottom: 0; right: 0px; background: url(../images/link.png) no-repeat scroll center center; height: 100%; transition: 300ms; -webkit-transition: 300ms; }
.link-select-box .mc { padding-bottom: 3px; position: absolute; left: 0px; right: 0px; bottom: 46px; display: none; }
.link-select-box ul { background-color: #fff; padding: 8px 0; overflow: hidden; }
.link-select-box a { display: block; padding: 5px 15px; line-height: 1.4; font-size: 12px;}
.link-select-box a:hover { background-color: #074891; }
.link-select-box.act .mt .aw { transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }
/* footer
-------------------------------------------------------------- */
.footer {
	background: #e5e5e5;
	padding-top: 100px;
	padding-bottom:0px;
}
.footer .footernr{
	border-bottom:solid 1px #c3c3c3;
	padding-bottom:37px;
	}
.footernr .footerlf{
	padding:0 150px 0 0;
}
.footernr .footerlf .blxfs{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #c3c3c3;
	margin-top:26px;
	padding-top:28px;
}
.blxfs .blxfslf{
	width:100%;
	overflow:hidden;
	}
.blxfs .blxfslf .btel{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2e2e2e;
	line-height:45px;
	margin-bottom:21px;
	}
.blxfs .blxfslf .btel a{
	font-size:40px;
	color:#2e2e2e;
}
.blxfs .blxfslf p{
	width:100%;
	overflow:hidden;
	font-size:1.16rem;
	color:#626262;
	line-height:2; margin-top: 10px
	}
.blxfs .blxfsrt{
	width:25%;
	overflow:hidden;
	}
.blxfs .blxfsrt dl{
	overflow:hidden;
	float:right;
	}
.blxfs .blxfsrt dl dt,.blxfs .blxfsrt dl dd{
	overflow:hidden;
	text-align:center;
	}
.blxfs .blxfsrt dl dt img{
	max-width:100%;
	height:auto;
}
.blxfs .blxfsrt dl dd{
	color:#4e4e4e;
	line-height:30px;
	margin-top:6px;
	font-size:13px;
	}
.footernr .bnav{
	padding:0;
}
.footernr .bnav ul li{
	width:15%;
	overflow:hidden;
	float:left; margin-left: 5%
	}
.footernr .bnav ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#2e2e2e;
	line-height:30px;
	font-weight:normal;
	margin-bottom:18px;
	}
.footernr .bnav ul li h4 a{
	font-size:1.5rem;
	color:#2e2e2e;
	}
.footernr .bnav ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#7e7e7e;
	line-height:32px;
	}
.footernr .bnav ul li p a{
	font-size:1.16rem;
	color:#5f5f5f;
	}
.footernr .bnav ul li dl{
	overflow:hidden;
	float:left;
	margin-top:50px;
	}
.footernr .bnav ul li dl dt,.footernr .bnav ul li dl dd{
	overflow:hidden;
	text-align:center;
	}
.footernr .bnav ul li dl dd{
	font-size:12px;
	color:#fff;
	line-height:30px;
	}
.bnav .bot{
	margin-top:32px;
	}
.bnav .bot,.bnav .bot p{
	width:100%;
	overflow: hidden;
}
.bnav .bot p,.bnav .bot p a{
	font-size:13px;
	color:#858585;
}
.bnav .bot p{
	text-align:right;
}

/* banner_n
-------------------------------------------------------------- */

.banner_n .wenzi{ width: 100%; margin: 0 auto; text-align: center; color: #fff; padding-top: 16%}
.banner_n .wenzi .ggyied1{ font-size: 2.7rem; color: #fff; }
.banner_n .wenzi .ggyied2{ font-size: 1.3rem; color: #fff; text-transform: uppercase }

.banner_n {
	width: 100%;
	height: 712px;
	background: url(../images/aboutban.jpg) no-repeat top center;
	background-size: cover;
	position:relative;
}
@media(max-width:1680px) {
	.banner_n{
		height:623px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:534px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:504px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:475px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:427px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:380px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:367px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:285px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:237px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:200px;
	}
}
@media(max-width:425px) {
	.banner_n{
		height:158px;
	}
}
.banner_nnr{
	position:absolute;
	bottom:0;
	background:rgba(255,255,255,0.85);
	left:50%;
	margin-left:-700px;
	padding:10px 18px 0 18px;
	}
.position{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:13px;
	color:#747474;
	background:url(../images/icon11.png) no-repeat left center;
	padding-left:22px;
	}
.banner_nnr ul{
	width:100%;
	overflow:hidden;
	margin-top:26px;
	}
.mmenu ul{
	width:100%;
	overflow:hidden;
	margin-top:10px;
	}
.banner_nnr ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding:0 30px 32px 30px;
	margin:0 28px;
	position:relative;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.mmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding:0 10px 10px 10px;
	margin:5px 10px;
	position:relative;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.banner_nnr ul li:first-child,.mmenu ul li:first-child{
	margin-left:0;
	}
.banner_nnr ul li a,.mmenu ul li a{
	font-size:18px;
	color:#000;
	display:block;
	}
.banner_nnr ul li:after,.mmenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#11689e;
	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;
	}
.banner_nnr ul li:hover:after,.banner_nnr ul li.active:after,.mmenu ul li:hover:after,.mmenu ul li.active:after{
	width:100%;
	}
.banner_nnr ul li:hover a,.banner_nnr ul li.active a,.mmenu ul li:hover a,.mmenu ul li.active a{
	color:#074891;
	}
.mmenu{
	display:none;
}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#000;
	line-height:40px;
	font-weight:normal;
	}
.ntit hr{
	width:40px;
	border:none;
	border-bottom:solid 2px #e00515;
	margin-top:20px;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:120px;
	margin-bottom:120px;
	}
.nabout h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#343434;
	line-height:50px;
	font-weight:normal;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	margin-top:34px;
	font-size:16px;
	color:#737373;
	line-height:30px;
	}
.nabout .naboutnr h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	line-height:40px;
	color:#343434;
	font-weight:normal;
}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:17px;
	color:#737373;
	line-height:36px;
}.nabout .naboutnr p a{font-size:16px;
	color:#737373;}
.naboutimg{
	width:100%;
	overflow:hidden;
	margin-top:86px;
	}
.naboutimg img{
	max-width:100%;
	height:auto;
	}
.njyqj{
	padding:0;

	background-size:cover;
	padding-top:0;
	padding-bottom:198px;
	position:relative;
	margin-top:86px;
	}
.njyqjnr h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	text-align:right;
	}
.njyqjnr hr{
	width:80px;
	border:none;
	border-bottom:solid 1px #fff;
	float:right;
	margin-top:40px;
	}
.njyqjms{
	width:40%;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:43px;
	text-align:right;
	float:right;
	}
.nab_fl{
	width:1400px;
	overflow:hidden;
	background:#f6f6f6;
	position:absolute;
	padding:70px 0;
	left:50%;
	margin-left:-700px;
	top:-113px;
}
.nab_fl dl{
	overflow:hidden;
	padding:0;
	border-right:solid 1px #e0e0e0;
}
.nab_fl dl:last-child{
	border-right:none;
	}
.nab_fl dl dt{
	width:100%;
	overflow:hidden;
	font-size:16px;
	font-weight:normal;
	color:#000;
	text-align:center;
}
.nab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#6f6f6f;
	font-size:17px;
	line-height:25px;
	margin-top:10px;
	text-align:center;
}
.nab_fl dl dt .counter{
	font-size:72px;
	color:#222;
	margin-right:10px;
	font-weight:bold;
	line-height:75px;
	font-family:Arial, Helvetica, sans-serif;
	}
.nab_fl dl dt b{width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #074891;
    border-radius: 50%;
    display: inline-block;}



/* nqywh
-------------------------------------------------------------- */
.nqywh{
	width:100%;
	overflow:hidden;
	margin-top:40px; display: flex
	}
.nqywh dl{
	overflow:hidden;
	margin:20px 0 0 0; flex:1
	}
.nqywh dl:first-child{ padding-left: 0}
.nqywh dl:last-child{ padding-right: 0}
.nqywh dl dt,.nqywh dl dd{
	width:100%;
	overflow:hidden;
	}
.nqywh dl dt img{
	width:100%;
	height:auto;
	}
.nqywh dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#343434;
	line-height:35px;
	font-weight:normal;
	margin-top:37px;
	}
.nqywh dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#585858;
	margin-top:7px;
	}
/* nfzlc
-------------------------------------------------------------- */
.nfzlc{
	width:100%;
	overflow:hidden;
	background:url(../images/fzlcbg.jpg) no-repeat top center;
	padding-top:120px;
	padding-bottom:120px;
}
.nfzlcnr h3{
	width: 100%;
    overflow: hidden;
    font-size: 40px;
    color: #343434;
    line-height: 50px;
    font-weight: normal;
}
/*大事记start*/
.event_box{width:100%;margin:100px auto 0;position:relative;min-height:420px;}
.event_box .parHd {width:100%;display:inline-block;height:92px;overflow:hidden;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:85%;height:1px;background:#580000;position:absolute;/* top:33%;*//* right:-140%;*/right:8%;top:35%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#000;margin:0 30px;position:relative;}
.parHd li:after{content:'';background:url(../images/dot_ico.png) no-repeat;width:24px;height:24px;position:absolute;z-index:20;top:0;left:50%;margin-left:-12px;}
.parBd{text-align:center;margin-top:60px;}
.parBd h4{position:relative;font-size:40px;margin-bottom:3%;/*width:200px;*/ padding:0 60px;display:inline-block;text-align:center;}
.parBd h4:after{content:'';background:#000;width:100px;height:1px;position:absolute;left:-100px;bottom:12px;}
.parBd h4:before{content:'';background:#000;width:100px;height:1px;position:absolute;right:-100px;bottom:12px;}
.parBd p{line-height:180%;font-size:16px;width:80%;margin:0 auto;}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:20px;z-index:99;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:0;left:49px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	
/* nhyyy
-------------------------------------------------------------- */
.nhyyy{
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/nhyyybg.jpg) no-repeat top center;
	background-size:cover;
}
.nhyyy ul{
	width:100%;
	height:100%;
	overflow:hidden;
}
.nhyyy ul li{
	width:25%;
	height:100%;
	overflow:hidden;
	float:left;
	padding-top:318px;
	position:relative;
}
.nhyyy ul li .nhyyyicon{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nhyyy ul li .nhyyyicon img{
	max-width:100%;
	height:auto;
}
.nhyyy ul li h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1f1f1f;
	font-weight:normal;
	text-align:center;
	line-height:40px;
	margin-top:42px;
}
.nhyyy ul li hr{
	width:34px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:26px auto 0;
	display:none;
	}
.nhyyy ul li p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	font-family:Arial;
	color:#b8b8b8;
	line-height:30px;
	text-align:center;
	margin-top:30px;
}
.nhyyy ul li .nhyyyms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	padding:0 68px;
	color:#fff;
	line-height:30px;
	opacity:0;
	margin-top:48px;
}
.nhyyynr{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.nhyyy ul li:first-child .nhyyybg{
	background:url(../images/nhyyybg1.jpg) no-repeat top center;
	background-size:cover;
}
.nhyyy ul li:nth-child(2) .nhyyybg{
	background:url(../images/nhyyybg2.jpg) no-repeat top center;
	background-size:cover;
}
.nhyyy ul li:nth-child(3) .nhyyybg{
	background:url(../images/nhyyybg3.jpg) no-repeat top center;
	background-size:cover;
}
.nhyyy ul li:nth-child(4) .nhyyybg{
	background:url(../images/nhyyybg4.jpg) no-repeat top center;
	background-size:cover;
}
.nhyyy ul li .nhyyybg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	opacity:0;
}
.nhyyy ul li:hover{
	padding-top:270px;
}
.nhyyy ul li:hover .nhyyybg{
	opacity:1;
}
.nhyyy ul li:hover .nhyyyicon{
	display:none;
}
.nhyyy ul li:hover .nhyyyms{
	opacity:1;
}
.nhyyy ul li:hover p{
	display:none;
	}
.nhyyy ul li:hover hr{
	display:block;
	}
.nhyyy ul li:hover h4,.nhyyy ul li:hover p{
	color:#fff;
}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonornr dl{
	padding:0 10px;
	margin:20px 0;
	}
.nhonornr dl dt,.nhonornr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.nhonornr dl dt img{
	max-width:100%;
	height:auto;
}
.nhonornr dl dd{
	font-size:16px;
	line-height:30px;
	margin-top:10px;
	}
.poptrox-popup{
	overflow:visible !important;
}
/* ncase
-------------------------------------------------------------- */
.ncase {
	margin-top: 45px;
	margin-bottom: 45px;
}
.ncase .ncasenr {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
}
.ncase .ncasenr dl {
	width: 375px;
	overflow: hidden;
	float: left;
	margin-right: 37.5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ncase .ncasenrr dl dt, .ncase .ncasenr dl dd {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.ncase .ncasenr dl dd {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 12px 0;
	background: #ebebeb;
}
.ncase .ncasenr dl:nth-child(3n) {
	margin-right: 0;
}
/* npro
-------------------------------------------------------------- */
.bg{
	background:#f8f8f8;
	}
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npro .nprolist{
	position:relative;
	padding:0;
	}
.npro .nprolist .pronum{
	overflow:hidden;
	font-size:94px;
	color:#4f4f4f;
	position:absolute;
	right:50px;
	top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.npro .nprolist .proen{
	width:27%;
	overflow:hidden;
	font-size:130px;
	line-height:130px;
	color:#f7f7f7;
	position:absolute;
	right:5px;
	bottom:50px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}
.npro .nprolist .proen img{
	max-width:100%;
	height:auto;
}
.npro dl{
	padding:0 35px 105px 35px;
	margin:69px 0 35px 0;
	background:#fff;
	}
.npro dl dt{
	overflow:hidden;
	padding:0 20px 0 0;
	margin-top:-34px;
}
.npro dl dt img{
	max-width:100%;
	height:auto;
}
.npro dl dd{
	overflow:hidden;
	padding:68px 0 0 0;
}
.npro dl dd ul{
	width:100%;
	overflow:hidden;
}
.npro dl dd ul li{
	overflow:hidden;
	font-size:16px;
	color:#484848;
	line-height:30px;
	background:url(../images/icon19.png) no-repeat left center;
	padding:0 15px 0 26px;
	margin-top:10px;
}
.npro dl dd ul li a{
	font-size:16px;
	color:#484848;
	}
.npro dl dd ul li:hover{
	background:url(../images/iconh19.png) no-repeat left center;
	}
.npro dl dd ul li:hover a{
	font-size:16px;
	color:#074891;
	}
.npro .nprolist:nth-child(2n) .pronum,.npro .nprolist:nth-child(2n) .proen{
	left:0;
	}
/* npro2
-------------------------------------------------------------- */
.npro2{
	margin-top:60px;
	margin-bottom:60px;
	}
.npronr2{
	width:100%;
	overflow:hidden;
}
.npronr2 ul{
	width:100%;
	overflow:hidden;
	}
.npronr2 ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border: solid 5px #ececec;
	text-align:center;
	}
.npronr2 ul li img{
	max-width:100%;
	height:auto;
	}
.npronr h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 0 0 14px 0;
	padding-bottom:20px;
	border-bottom: solid 1px #ebebeb;
}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	height:auto;
}
.nprofbnr table tr,.nprofbnr table tr td{
	font-size:16px !important;
	line-height:30px !important;
}
.nprofbnr table tr td{
	padding:0 10px;
	text-align:center;
}
/* ntzzgx
-------------------------------------------------------------- */
.ntzzgx{
	margin-top:60px;
	margin-bottom:60px;
	position: relative;
	}
.gshq_tit{
	width:100%;
	overflow:hidden;
	font-size: 40px;
	line-height:50px;
	margin-bottom: 80px;
	color:#323232;
}
.gshq_nr{
	width:100%;
	overflow:hidden;
	border: 1px solid #ededed;
    margin-bottom: 80px;
    color: #343434;
	padding: 35px 40px;
	background: -webkit-linear-gradient(left, #095b8c , #057abb); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #095b8c , #057abb); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #095b8c , #057abb); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #095b8c , #057abb); /* 标准的语法 */
}
.gshq_lf{
	width:25%;
	overflow:hidden;
	float:left;
}
.gshq_lf h4{
	width:100%;
	overflow:hidden;
	font-size: 25px;
    color: #fff;
    font-weight: bold;
	line-height:40px;
}
.gshq_lf .gshq_lfnr{
	width:100%;
	overflow:hidden;
	color: #fff;
    font-size: 16px;
    font-family: Arial;
	line-height:40px;
	margin-top:15px;
}
.gshq_lf .gshq_lfnr .num{
	font-size: 30px;
    font-family: Arial;
    color: #343434;
}
.gshq_lf .gshq_lfnr .num_zt{
	margin-left:10px;
}
.gshq_rt{
	width:75%;
	overflow:hidden;
	float:right;
	position:relative;
}
.gshq_rt:before{
	content:"";
	width:1px;
	height:26px;
	background:rgba(255,255,255,0.3);
	position:absolute;
	left:0;
	top:7px;
	}
.gshq_rt dl{
	width:25%;
	overflow:hidden;
	float:left;
}
.gshq_rt dl dt,.gshq_rt dl dd{
	overflow:hidden;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-weight:normal;
}
.gshq_rt dl dt{
	font-size: 16px;
}
.gshq_rt dl dd{
	font-size: 30px;
    font-family: Arial;
	margin-top:15px;
}
.gshq_img{
	margin-top:40px;
	padding:0 0 64px 30px;
	background:#fff;
	box-shadow: 5px 0px 20px rgba(0,0,0,0.04);
    -moz-box-shadow: 5px 0px 20px rgba(0,0,0,0.04);
    -webkit-box-shadow: 5px 0px 20px rgba(0,0,0,0.04);
}
.gshq_imglf{
	width:50%;
	overflow:hidden;
	float:left;
	position:relative;
	height:526px;
	margin-top:-30px;
}
.gshq_imglf 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;
}
.gshq_imgrt{
	width:50%;
	height: 526px;
	overflow:hidden;
	float:right;
	padding: 30px 75px 20px 60px;
}
.gshq_imgtit{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-bottom:10px;
}
.gshq_imgrt .tab,.gshq_imgrt .tab ul{
	width:100%;
	overflow:hidden;
}
.gshq_imgrt .tab ul li{
	width: 20%;
	overflow:hidden;
    float: left;
    background: #f0f0f0;
    line-height: 35px;
    text-align: center;
}
.gshq_imgrt .tab ul li:hover,.gshq_imgrt .tab ul li.hover{
    background: #005caa;
	color:#fff;
}
.gshq_imgrt .tab ul li:hover a,.gshq_imgrt .tab ul li.hover a{
	color:#fff;
}
.tab_box{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.tab_box .gshqlist{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.tab_box .gshqlist img{
	max-width:100%;
	height:auto;
}
.tz_contact{
	width:100%;
	overflow:hidden;
}
.tz_contact dl{
	width:23%;
	height:200px;
	overflow:hidden;
	margin:10px 1%;
	float:left;
	padding: 30px 28px;
	background: #f7f7f7;
	border-radius:7px;
}
.tz_contact dl dt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:35px;
	color: #2b56a7;
	margin-bottom:10px;
}
.tz_contact dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.tz_message{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	padding:0 1%;
}
.tz_message h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:40px;
	font-size:30px;
	margin-bottom:10px;
}
.tz_messagenr{
	width:100%;
	overflow:hidden;
}
.tz_messagenr ul{
	width:100%;
	overflow:hidden;
}
.tz_messagenr ul li{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:30px;
}
.tz_messagenr ul li:first-child{
	margin-right:2%;
}
.tz_messagenr ul li:last-child{
	width:100%;
}
.tz_messagenr ul li input{
	width:100%;
	height:50px;
	overflow:hidden;
	border: 1px solid #d5d5d5;
    font-size: 16px;
    border-radius: 5px;
	line-height:50px;
}
.tz_messagenr ul li textarea {
	width:100%;
    height: 150px;
    line-height: 30px;
    padding: 6px 10px;
    resize: vertical;
    font-size: 16px;
}
.tz_tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	text-align:center;
}
.tz_tjbtn input{
	width:160px;
	height:45px;
	line-height:45px;
	text-align:center;
	overflow:hidden;
	background: #0284F2;
}
.dtbg{
	width:100%;
	overflow:hidden;
	margin-top:88px;
	}
.dtbg h3{
	width:100%;
	font-size:40px;
	color:#323232;
	line-height:50px;
	font-weight:normal;
	background:url(../images/icon20.png) no-repeat right center;
	border-bottom:solid 1px #d6dadd;
	padding-bottom:40px;
	position:relative;
	margin-bottom:30px;
	}
.dtbg h3:after{
	content:"";
	width:88px;
	height:3px;
	background:#074891;
	position:absolute;
	left:0;
	bottom:0;
	}
.dtbg ul,.dtbg ul li{
	width:100%;
	overflow:hidden;
	}
.dtbg ul li{
	border-bottom:solid 1px #d6dadd;
	background:url(../images/icon21.png) no-repeat right center;
	padding-bottom:30px;
	margin-top:30px;
	}
.dtbg ul li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#000;
	line-height:35px;
	font-weight:normal;
	}
.dtbg ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#9e9e9e;
	}
.dtbg ul li:hover h4{
	color:#074891;
	}
/* news
-------------------------------------------------------------- */
.nnews {
	width:100%;
	overflow:hidden;
	margin:100px 0 50px 0;
}
.nnews .nnewsnr .nnewsimg{
	padding:0;
	text-align:center;
}
.nnews .nnewsnr .nnewsrt{
	padding:35px 66px 0 66px;
}
.nnews .nnewsnr .nnewsimg img{
	max-width:100%;
	height:auto;
	}
.nnews .nnewsnr .nnewsrt .nnewsrtdate{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #cecece;
	padding-bottom:10px;
	}
.nnewsrt .nnewsrtdate .day,.nnewsrt .nnewsrtdate .date{
	padding:0;
	}
.nnewsrt .nnewsrtdate .day{
	font-size:45px;
	color:#4f4f4f;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:50px;
	}
.nnewsrt .nnewsrtdate .date p{
	width:100%;
	overflow:hidden;
	text-align:right;
	font-size:18px;
	color:#4f4f4f;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	}
.nnewsrt h4{
	width:100%;
	overflow:hidden;
	font-size:23px;
	color:#000;
	line-height:35px;
	font-weight:normal;
	margin-bottom:33px;
	margin-top:70px;
	}
.nnewsrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	}
.nnewslist{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding:65px 0;
	}
.nnewslist dl{
	width:48%;
	overflow:hidden;
	float:left;
	background:#fff;
	padding:30px;
	margin:15px 1%;
	}
.nnewslist dl dt{
	width:16%;
	overflow:hidden;
	float:left;
	border-right:solid 1px #dddddd;
	padding:15px 0;
	}
.nnewslist dl dt .nnews_day{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#343434;
	font-family:Arial;
	line-height:50px;
	}
.nnewslist dl dt .nnews_year{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#343434;
	font-family:Arial;
	font-weight:normal;
	line-height:24px;
	font-weight:bold;
	}
.nnewslist dl dd{
	width:84%;
	overflow:hidden;
	float:right;
	padding-left:32px;
	}
.nnewslist dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:19px;
	line-height:30px;
	color:#000;
	font-weight:normal;
	margin-top:10px;
	    text-overflow: ellipsis;
    white-space: nowrap;
	}
.nnewslist dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#737373;
	margin-top:10px;
	    text-overflow: ellipsis;
    white-space: nowrap;
	}
.nnewslist dl:hover{
	background: -webkit-linear-gradient(left, #095b8c , #057abb); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #095b8c , #057abb); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #095b8c , #057abb); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #095b8c , #057abb); /* 标准的语法 */
	}
.nnewslist dl:hover dd h4,.nnewslist dl:hover dt .nnews_day,.nnewslist dl:hover dt .nnews_year{
	color:#fff;
	}
.nnewslist dl:hover dd p{
	color:rgba(255,255,255,0.7);
	}
.nnewslist dl:hover dt{
	border-right:solid 1px rgba(255,255,255,0.3);
	}
.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:35px;
    color: #333;
	font-weight:bold;
    text-align: center;
    margin: 0 0 14px 0;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p span,.nnews .fbnr p strong{
    font-size: 18px;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}



.ny_pro_con_tu {
	float: left;
	height: 386px;
	width: 100%;
	margin-top: 15px;
	position: relative;
 background:#f6f6f6;  margin-bottom:20px;
}
.a1 {position: absolute; left: 0px; top: 0px;}
.b1 {position: absolute; right: 0px; top: 0px;}
.a2 {position: absolute; right: 0px;top: 0px;}
.b2 {position: absolute;left: 0px;top: 0px;}
.a3 {position: absolute; left: 0px; top: 0px;}
.b3 {position: absolute; right: 0px; top: 0px;}
.a4 {position: absolute; right: 0px;top: 0px;}
.b4 {position: absolute;left: 0px;top: 0px;}

.a5 {position: absolute; left: 0px; top: 0px;}
.b5 {position: absolute; right: 0px; top: 0px;}
.a6 {position: absolute; right: 0px;top: 0px;}
.b6 {position: absolute;left: 0px;top: 0px;}
.a7 {position: absolute; left: 0px; top: 0px;}
.b7 {position: absolute; right: 0px; top: 0px;}
.a8 {position: absolute; right: 0px;top: 0px;}
.b8 {position: absolute;left: 0px;top: 0px;}
	
	
.ny_pro_con_tu_l {height:500px;width:40%; float:left; overflow:hidden; margin-top:30px; margin-left:30px;margin-right:30px;}
.ny_pro_con_tu_l a img{ display:block; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; width: 100% }
.ny_pro_con_tu_l a:hover img{ transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}


.ny_pro_con_tu_r {
	width: 55%;	
	height: 323px;
	float:left;
	padding-left:60px;
	padding-top:0px;
}
.ny_pro_con_tu_r h7 {	width: 600px; float:left; padding-top:30px;
	font-size: 35px;
	color: #212121;
	font-weight: normal;
	line-height: 70px;
}
.ny_pro_con_tu_r p {
	width: 30%; float:left;	
	font-size: 18px;
	line-height: 37px;
}
.ny_pro_con_tu_r p a{font-size: 18px;

}
.ny_pro_con_tu_r p a:hover{

 color:#f88600;
}


.m1m {
	line-height: 30px; float:left;

	text-align: center;
	width:100px;
border-radius:25px;
	margin-top: 20px; font-style:normal; margin-right:500px;
} 

.m1m a{
	line-height: 40px; float:left;
	color: #fff!important;
	background:#a99165;
	text-align: center;
	width:100px;
font-style:normal; margin-right:500px;transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
} 

	.m1m a:hover{
	line-height: 40px; float:left;
	color: #fff!important;
	background:#363739;
	text-align: center;
	width:100px;
 font-style:normal; margin-right:500px; -moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;-webkit-transition:all .8s ease 0s; transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);} 















/* nyfsl
-------------------------------------------------------------- */
.nyfsl{
	margin-top:60px;
	margin-bottom:60px;
	}
.nyfsl h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#000;
	line-height:50px;
	font-weight:normal;
	}
.nyfsl .nyfslms{
	width:66%;
	overflow:hidden;
	font-size:15px;
	color:#737373;
	line-height:30px;
	margin-top:34px;
	}
.nfzlclist{
	width:100%;
	overflow:hidden;
	}
.dsjlist{
	width:100%;
	overflow:hidden;
	background:url(../images/tb4.png) repeat-y left top;
	margin-top:88px;
	}
.dsjlist dl{
	width:100%;
	overflow:hidden;
	background:url(../images/tb5.png) no-repeat left center;
	box-sizing: border-box;
	padding-left:5%;
	margin-top:60px;
	}
.dsjlist dl dt p,.dsjlist dl dd{
	color:#fff;
	font-size:16px;
	}
.dsjlist dl dt{
	min-height: 84px;
	position:relative;
	}
.dsjlist dl dt p{
	position:absolute;
	height:30px;
	line-height:30px;
	top:50%;
	margin-top:-15px;
	}
/*dashiji*/
.industrial-inner {
	width: 100%;
	position: relative;
	display: block;
}

.memorabiliaBox {
	height: 386px;
	overflow: hidden;
	cursor: url(../images/mouse2.png) 16 16, default;
}

.memorabiliaBox .mCSB_scrollTools {
	visibility: hidden !important;
}

.industrial-bot {
	position: absolute;
	left: 116px;
	top: 0;
	width: 10px;
	height: 2px;
	background-color: #c1cbde;
	display: block;
}

.industrial-line {
	position: absolute;
	left: 120px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #c1cbde;
}

.industrial-item {
	padding: 15px 0px 15px 150px;
	position: relative;
	background:url(../images/tb5.png) no-repeat left center;
}

.industrial-item .time {
	position: absolute;
	left:5%;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	line-height: 1;
	color: #074891;
	font-weight:bold;
}

.industrial-item .ico {
	border-radius: 50%;
	background-color: #f6d196;
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	left: 105px;
	top: 50%;
	margin-top: -17px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:before {
	content: "";
	background-color: #eaa334;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0px 0px -5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-item .sj {
	position: absolute;
	left: 142px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #eaa334;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .pageC {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	font-size:16px;
	color:#585858;
	line-height:30px;
}
.industrial-item .pageC p{
	font-size:16px;
	line-height:30px;
	color:#585858;
	}

.industrial-item .pageC h3 {
	color: #333333;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 18px;
}

.industrial-btn {
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -60px;
	z-index: 10;
}

.industrial-btn span {
	cursor: pointer;
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 50%;
	background-color: #cccccc;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	position: relative;
}

.industrial-btn span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-btn span:hover:before {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .37s;
	-o-transition: all .37s;
	transition: all .37s;
}

.industrial-prev {
	margin-bottom: 8px;
	background-image: url(../images/arrow_t.png);
}

.industrial-next {
	background-image: url(../images/arrow_b.png);
}

.industrial-btn span:hover {
	background-color: #263d8f;
}

.industrial-item:hover .ico {
	background-color: #76bee0;
}

.industrial-item:hover .ico:before {
	background-color: #204ea4;
}

.industrial-item:hover .ico:after {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s;
	transition: .5s;
}

.industrial-item:hover .time {
	color: #c7964f;
}

.industrial-item:hover .sj {
	border-left-color: #204ea4;
	margin-left: 5px;
}

.industrial-item:hover .pageC {
	border-color: #2c84b2;
}

.industrial-demo {
	height: 420px;
	overflow: hidden;
	cursor: url(../images/mouse2.png) 20 20, default;
	margin-top: 18px;
}

.industrial-demo .mCSB_scrollTools {
	visibility: hidden !important;
}
.sideMenu .joblist table{
	width:100%;
}
.sideMenu .joblist table tr,.sideMenu .joblist table tr td{
	line-height:30px;
	font-size:16px;
}
.sideMenu .joblist img{
	max-width:100%;
	height:auto;
}
/* yflist
-------------------------------------------------------------- */
.yflist{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.sideMenu{
	width: 100%;
	overflow:hidden;
}
.sideMenu h4{
	width: 100%;
	height: 110px;
	line-height: 110px;
	background: -webkit-linear-gradient(left, #095b8c , #057abb); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #095b8c , #057abb); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #095b8c , #057abb); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #095b8c , #057abb); /* 标准的语法 */
	font-size: 28px;
	font-weight:normal;
	color: #fff;
	cursor: pointer;
	margin:0 0 20px 0;
	padding:0 50px;
	
}
.sideMenu h4 span{
	float:right;
}
.sideMenu h4 div{
	padding:0;
	text-align:center;
	font-size:16px;
	height:70px;
	line-height:70px;
}
.sideMenu h4.on{
	background: -webkit-linear-gradient(left, #095b8c , #057abb); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #095b8c , #057abb); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #095b8c , #057abb); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #095b8c , #057abb); /* 标准的语法 */
	color:#fff;
	margin:0;
	}
.sideMenu h4.on a{
	color:#fff;
	}
.sideMenu h4 a{
	color: #2e2e2e;
	font-size: 16px;
}
.sideMenu .joblist{
	display: none;
	width:100%;
	overflow:hidden;
	padding:30px;
	border:solid 1px #085ab2;
	border-top:none;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-bottom:20px;
}
.sideMenu .joblist p{
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	}
/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhzhbnr{
	width: 100%;
	overflow: hidden;
	}
.nhzhbnr ul{
	width: 100%;
	overflow: hidden;
	}
.nhzhbnr ul li{
	width: 18%;
    overflow: hidden;
    float: left;
    margin: 17px 1%;
    box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
    -moz-box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
    -webkit-box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
	}
.nhzhbnr ul li img{
	max-width:100%;
	height:auto;
	}
/* ncjzsnr
-------------------------------------------------------------- */
.ncjzsnr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.ncjzsnr ul {
	width: 100%;
	overflow: hidden;
}
.ncjzsnr ul li {
	width: 419px;
	overflow: hidden;
	margin-right: 71.5px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}
.ncjzsnr ul li img {
	max-width: 100%;
	height: auto;
}
.ncjzsnr ul li:nth-child(3n) {
	margin-right: 0;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	width:100%;
	overflow:hidden;
	background:#f8f8f8;
	position:relative;
	}
.ncontact .map{
	width:100%;
	height:800px;
	border-top:solid 1px #d1d1d1;
}
.ncontact .ncontactnr{
	margin-top:-210px;
	position: relative;
    z-index: 10;
	}
.ncontact .ncontactnr .ncontact1{
	width:100%;
	overflow:hidden;
	}
.ncontact .ncontactnr .ncontact1 h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:40px;
	font-weight:normal;
	padding:23px 46px;
	background: -webkit-linear-gradient(left, #095b8c , #057abb); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #095b8c , #057abb); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #095b8c , #057abb); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #095b8c , #057abb); /* 标准的语法 */
	}
.ncontact .ncontactnr .ncontact1 h3 span{
	float:right;
	}
.ncontact_nr{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:80px 110px 52px 138px;
	}
.ncontact_nr .ncontactlf,.ncontact_nr .ncontactrt{
	padding:0;
	}
.ncontact_nr .ncontactrt dl{
	overflow:hidden;
	float:right;
	margin-left:42px;
	}
.ncontact_nr .ncontactrt dl dt,.ncontact_nr .ncontactrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.ncontact_nr .ncontactrt dl dt img{
	max-width:100%;
	height:auto;
}
.ncontact_nr .ncontactrt dl dd{
	font-size:16px;
	color:#000;
	}
.ncontact_nr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#1f1f1f;
	padding-left:34px;
	margin-bottom:28px;
	}
.ncontact_nr .ncontactlf p a{
	font-size:16px;
	color:#1f1f1f;
}
.ncontact_nr .ncontactlf p:first-child{
	background:url(../images/icon15.png) no-repeat left center;
	}
.ncontact_nr .ncontactlf p:nth-child(2){
	background:url(../images/icon16.png) no-repeat left center;
	}
.ncontact_nr .ncontactlf p:nth-child(3){
	background:url(../images/icon17.png) no-repeat left center;
	}
.ncontact_nr .ncontactlf p:nth-child(4){
	background:url(../images/icon18.png) no-repeat left center;
	}
.contactlist,.contactlist ul{
	width:100%;
	overflow:hidden;
	}
.contactlist{
	margin-top:30px;
	padding-bottom:136px;
	}
.contactlist ul li{
	width:49%;
	height:358px;
	overflow:hidden;
	float:left;
	margin:10px 2% 10px 0;
	background:#fff url(../images/contactbg.jpg) no-repeat right bottom;
	}
.contactlist ul li:last-child{
	margin-right:0;
	}
.contactlist ul li dl,.contactlist ul li dl dt,.contactlist ul li dl dd{
	width:100%;
	overflow:hidden;
	}
.contactlist ul li dl{
	padding:64px 50px 50px 50px;
	}
.contactlist ul li dl dt{
	font-size:25px;
	color:#095a8b;
	font-weight:normal;
	border-bottom:solid 1px #e3e3e3;
	padding-bottom:20px;
	}
.contactlist ul li dl dd{
	padding-top:10px;
	}
.contactlist ul li dl dd p{
	width:100%;
	overflow:hidden;
	padding-left:34px;
	font-size:16px;
	line-height:30px;
	margin-top:22px;
	}
.contactlist ul li dl dd p a{
	font-size:16px;
}
.contactlist ul li dl dd p:nth-child(1){
	background:url(../images/icon16.png) no-repeat left center;
	}
.contactlist ul li dl dd p:nth-child(2){
	background:url(../images/icon17.png) no-repeat left center;
	}
/* nmessage
-------------------------------------------------------------- */
.nmessage{
	margin-top:60px;
	margin-bottom:60px;
}
.nmessage .tit hr{
	margin:18px auto 0;
	}
.nmessagenr{
	margin-top:57px;
	}
.nmessage dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-bottom:22px;
	}
.nmessage dl dt{
	width:100%;
	overflow:hidden;
	color:#343434;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	font-weight: normal;
	}
.nmessage dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessage dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	font-size:15px;
	}
.nmessage dl dd textarea{
	width:100%;
	height:308px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessage dl:last-child{
	width:100%;
	}
.nmessage dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessage dl:nth-child(2n){
	margin-left:1%;
	}
.nmessage dl:nth-child(1) dd input{
	background:#fff url(../images/icon9.png) no-repeat 24px center;
	}
.nmessage dl:nth-child(2) dd input{
	background:#fff url(../images/icon10.png) no-repeat 24px center;
	}
.nmessage dl:nth-child(3) dd input{
	background:#fff url(../images/icon11.png) no-repeat 24px center;
	}
.nmessage dl:nth-child(4) dd input{
	background:#fff url(../images/icon12.png) no-repeat 24px center;
	}
.nmessage dl:nth-child(5){
	width:100%;
	}
.nmessage dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon13.png) no-repeat 24px 21.5px;
	}
.nmessage .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:20px;
}
.nmessage .tjbtn button {
    width: 100%;
    height: 60px;
    background: #dd141e;
    color: #fff;
	text-align:center;
	font-size:16px;
}
/* -------------------------------------------------------------- */
.pro_list_1 { margin: 0 auto;
    margin-top: 5.5em; width: 88%; max-width: 1400px;
}.pro_list_1 ul li {
    margin-bottom: 3.75em;
    position: relative;
    float: left;
    height: 28.25em;
    width: 32.333%;
}.pro_list_1_mid {
    overflow: hidden;
    background-color: #e3ebed;
    text-align: center;
    height: 16em;
}.cell_mid {
    display: table;
    height: 100%;
    width: 100%;
}.cell_h {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}    .cssimg, .cssimgp img {
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }.pro_list_1_footer {
    -webkit-box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    width:100%;
}.pro_list_1_footer_mid {
    padding: 2.375em 8.03571428571429% 3.375em 8.03571428571429%;
}.pro_list_1_footer_mid_1 {
    margin-bottom: 0.5em;
    font-family: Arial, Helvetica, sans-serif;
    color: #525b5a;
    font-size: 0.875em;
}.pro_list_1_footer_mid_2 {
    font-size: 1.5em;
    color: #030303;
}.pro_list_1_footer_mid_3 {
    position: relative;
    font-family: "SourceHanSansCN";
    line-height: 1.6;
    color: #525b5a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 1em;
    padding-right: 4em; min-height: 31.5px
}{
    position: relative;
    font-family: "SourceHanSansCN";
    line-height: 1.6;
    color: #525b5a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 1em;
    padding-right: 4em;
}

    .cssimg:hover, .cssimgp:hover img {
        transform: scale(1.08, 1.08);
    }
.pro_list_1_footer_mid_3 span {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    border: 1px #b0b0b0 solid;
    width: 2.25em;
    height: 2.25em;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/img11.png);
}
.pro_list_1 ul li:hover .pro_list_1_footer_mid{ background: #164e8a; color: #fff; transition:all 0.4s}

.pro_list_1 ul li:hover .pro_list_1_footer_mid_1{color: #fff}

.pro_list_1 ul li:hover .pro_list_1_footer_mid_2{color: #fff}
.pro_list_1 ul li:hover .pro_list_1_footer_mid_3_sm{color: #fff}
.pro_list_1 ul li:hover img{  transform: scale(1.08, 1.08);}

.pro_list_1 ul li:hover .pro_list_1_footer_mid_3 span{filter: invert(100);border: 1px #000 solid; }

.polaris-news-detail {
    overflow: hidden;
    padding-top: 0;
    position: relative;
}.polaris-news-detail {overflow: hidden;padding-top: 0;position: relative;}

.polaris-news-detail .index-content {width: 90%;}
.polaris-news-detail-top {padding: 0 0 3%;overflow: hidden;border-bottom: 1px solid #e5e5e5;margin-top: 3%;}
.polaris-news-detail-top .path-1{color: #999;}
.polaris-news-detail-top .path-1 a{color: #999;}
.polaris-news-detail-top .title-1{padding: 2% 0 1% 0;overflow: hidden;width: 100%; text-align:left}
.polaris-news-detail-top .date-1{position: relative;overflow: hidden; text-align:left}
.polaris-news-detail-top .date-1 span{color: #000; font-family:"SangBleuOGSans-Light"; font-weight:900; }
.polaris-news-detail-top .date-1 span::before {content: '';width: 1.8rem;height: 1.8rem;display: inline-block;vertical-align: middle;margin-right: 1rem;background: url('../images/data.png') center no-repeat;}
.polaris-news-detail-bottom {padding: 3% 0;overflow: hidden;}

.polaris-news-detail-left {float: left;width: 65%;position: relative;}
.polaris-news-detail-main {overflow: hidden;color: #333;text-align: justify;padding-bottom: 5%; font-size:15px !important; line-height:30px !important;}
.polaris-news-detail-main p {font-size:15px !important; line-height:30px !important;}
.polaris-news-detail-main img {max-width: 100%;height:auto!important;}
.news-detail-bottom {clear: both;overflow: hidden;padding: 3% 0;border-top: 1px solid #e5e5e5;position: relative;}
.news-detail-bottom .link-1  {color: #666;display: block;padding: 2px 0; font-size:16px;}
.news-detail-bottom .link-1:hover {color: #134fa9;}
.news-detail-bottom .return-1 {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.news-detail-bottom .return-1 a {display: block;width: 15rem;height: 4.2rem;line-height:4.2rem;font-size: 0;overflow: hidden;position: relative;text-align: center;border: 2px solid #134fa9;border-radius: 50px;}
.news-detail-bottom .return-1 span {display: inline-block;vertical-align: middle;color: #134fa9;}
.news-detail-bottom .return-1 i {display: inline-block;vertical-align: middle;width: 7px;height: 10px;background: url('../images/r2.png') center no-repeat;margin-left: 10px;}
.news-detail-bottom .return-1 a:hover {background: #134fa9;border: 2px solid #134fa9;}
.news-detail-bottom .return-1 a:hover span {color: #fff;}
.news-detail-bottom .return-1 a:hover i {background: url('../images/r3.png') center no-repeat;}

.index-content { width:90% !important; max-width:1500px}

.pro_nr { width:100%; padding-bottom:0px; float:left;}
.pro_nr .pro_info_2_1 { text-align:center;  font-family:ml; font-size:20px; color:#000; padding-top:50px;}
.pro_nr .pro_info_2_2 { text-align:center; font-size:30px;}
.pro_nr_js_nr { padding:5% 0px; text-align:center; color:#999; line-height:30px; }


.pro_nr_cs { width:100%; padding:8% 0px; background:#f6f6f7; }
.pro_nr_cs_nr {padding:5%; text-align: left; color:#666;}
.pro_nr_cs_nr table tr td { line-height:45px; border-right:1px dashed #bfbfbf; border-bottom:1px dashed #bfbfbf;  border-left: none; border-top:none; text-align: left; padding-left:5%; width:49.5%; display:inline-block; }


.pro_nr_cs_nr table {  border-top:1px dashed #bfbfbf;border-left: none; border-right:none;  border-bottom:none; width:80%; margin:0px 10%;}
.pro_nr_cs_nr table tr td:nth-child(1){ color:#064390;border-left:none !important;}
.pro_nr_cs_nr table tr td:last-child { border-right:none !important;}
.pro_nr_cs_nr h3  {color:#064390; font-size:22px; line-height:70px; width:100%; text-align:center; font-weight:400; }


.proda_left { width:45%; float:left; position:relative; display:flex;justify-content: center ;align-items: center;}

.proda_left img { position:inherit; max-width:inherit !important; max-height:inherit !important; object-fit: cover; width: 100% }

.proda_right { width:45%; float:right;}



.product-detail-text {width: 50%; float:right; padding: 0 0 0 0%; overflow: hidden;color: #333;}
.product-detail-text .title{text-align: left; margin-top:0px;}
.product-detail-text .title h6{font-size: 18px;margin: 0;}
.product-detail-text .title h2{font-size: 30px;color: #134fa9;margin: 8px 0 3px 0;  font-weight:400;  font-family:mb;}
.product-detail-text .title p{ margin-top: 0px; font-size: 16px; line-height: 42px}
.product-detail-text .title h3{font-size: 20px;margin: 0; font-weight:700; padding-top:10px;}
.product-detail-text .text{border-top: 1px solid rgba(0,0,0,.1);border-bottom: 0px solid #00477f;font-size: 15px;line-height: 25px;padding: 0px 0;overflow: hidden;color: #9fa5ad;margin: 23px 0 0;text-align: ; text-align:left; color:#666; }
.product-detail-text .text table{ width:100%; border:1px solid #000;}
.product-detail-text .text table tr td { padding:5px 20px; line-height:30px; border:0px solid #999;}
.product-detail-text .text table tr td:nth-child(1){ font-weight:900;}
.product-detail-text .text table tr:nth-child(2n) { background:#fff;}



.product-detail-text .text p { margin:0px; padding:0px; font-size: 16px ; line-height: 36px}

.product-detail-text .text_js { width:100%; line-height:30px; color:#999; font-size:15px;}
.product-detail-text .text_js p { font-size:15px !important; line-height:28px !important; color:#666; width:100% !important; margin:0px !important; padding:0px !important;}
.product-detail-text .more-1 { margin-top:10px;}
.product-detail-text .text_js h3 { font-size:16px; font-weight:700; color:#134fa9; margin:10px 0px; }
.product-detail-text .text_js strong { color:#333;}

.ny_prodaz { width:100%; margin:auto;}
.ny_prodaz img { width:100%; height:auto;}

.ny_prodaz p{ font-size: 16px; line-height: 36px}
.xiangqing{ width:100%; float:left; background:#f0f0f0; height:43px; line-height:40px; border-top:#134fa9 solid 3px; margin-top:50px; margin-bottom:50px;}
.xiangqing h5{float:left; background:#134fa9; line-height:40px; border-top:#134fa9 solid 3px; font-size:16px; padding-left:20px; padding-right:20px; color:#FFFFFF; font-weight:normal; margin-bottom:20px; margin-top:0px;}

.more-1 {margin-top: 8%;}
.more-1 a {display: block;width: 180px;height: 48px;line-height:48px ;font-size: 0;overflow: hidden;position: ;text-align: center; border-radius: 5px; background:#134fa9; color:#fff; font-family:mb; }
.more-1 span {display: inline-block;vertical-align: middle;color: #fff;width: 100%;}
.more-1 i {display: inline-block;vertical-align: middle;width: 7px;height: 10px;background: url('../images/r3.png') center no-repeat;margin-left: 90px;}

.more-1 a i {background: url('../images/r3.png') 80% center no-repeat;}
 .more-1 a::before{ height:0;}
  .more-1 a::after{ height:0;}
  .more-1 a:hover { background:#164e8a; color:#fff}

table tr td{ padding: 11px 0; border: 1px rgba(196,196,196,.8) solid}
table tr:nth-child(1){ background: #164e8a; color: #fff}

table tr:nth-child(1) p{ color: #fff; }

/* -------------------------------------------------------------- */
.contact_1 {
    margin: 0 0 6em 0;
}.contact_1 ul li {
    margin-right: 1%;
    float: left;
    text-align: center;
    width: 32.3333%;
}.contact_1_mid {
    border: 1px #ddd solid;
    padding: 0 1em;
    height: 16.5625em;
}.contact_1_mid_1 {
    margin-top: 2.5em;
    height: 3.9375em;
}.contact_1_mid_2 {
    color: #080808;
    font-size: 1.85em;
    font-family: "SourceHanSansCN"; text-transform: uppercase
}.contact_1_mid_3 {
    font-size: 1.125em;
    color: #080808;
    line-height: 1.6;
    margin-top: 1em;
}.contact_1_mid_3 p{ font-size: 1.125em;}
.contact_1_mid_3 p a{ font-size: 1.125em; font-family: Arial}
.contact_1_mid_1 span {
    display: inline-block;
    position: relative;
}.contact_1 ul li:hover .contact_1_mid_1 span i {
    opacity: 1;
}.contact_1_mid_1 span i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}
.contact_1 ul li:hover img {
    opacity: 0;
}.contact_1 ul li:hover .contact_1_mid_1 span i img {
    opacity: 1;
}






/* 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:hover .zi{ color: #fff}
.pages ul a.page-num-current{ background:#004d95;color:#fff;border: 1px solid #004d95; }
.pages ul a:hover{ background:#004d95;color:#fff;border: 1px solid #004d95;}
.news-exp {
	overflow: hidden;
	line-height:30px;
	margin-top:30px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
}

.news-exp .news-explf i{
	width:33px;
	height:33px;
	background:url(../images/prev7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.news-exp .news-exprt i{
	width:33px;
	height:33px;
	background:url(../images/next7.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.news-exp a {
	width:50%;
	float:left;
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child{
	text-align:right;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp a:hover{
	color:#004d95;
	text-decoration:none;
}
.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.tel{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:34px;float:right;margin-right:5px;}
.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: 1921px) and (max-width: 2560px) {
}
 @media(max-width:1680px) {
	 .nhyyy{
		 height:840px;
	 }
	 .pronr .prolf .promore{
		 margin-top:60px;
	 }
	 .product-thumbs .title:after{
		 font-size:80px;
	 }
	 .hyyy .hyyylf .hyyyen{
		 font-size:30px;
	 }
	 .hyyy .hyyyrt .tab ul li h5{
		 font-size:1.6rem;
	 }
	 .cloud-product-ul li.active .ysnum{
		 font-size:200px;
	 }
	 .cloud-product-ul li.active {
		padding: 102px 60px 0 60px;
	}
	.tit p{
		font-size:36px;
	}
 }
 @media(max-width:1600px) {
	 .nav .menu > li a {
		 margin: 0 25px;
	 }
	 .hyyymore a{
		 width:180px;
	 }
 }
 @media(max-width:1440px) {
	.cont, .cont1,.nab_fl{
		width: 88%;
	}
	 .nav .menu > li a {
		 margin: 0 20px;
	 }
	.tit p{
		font-size:30px;
		line-height:35px;
	}
	.newsmenu ul li a{
		font-size:20px;
	}
	.parBd h4{
		font-size:36px;
	}
	 .hyyy .hyyylf .hyyyen {
		font-size: 26px;
		line-height:30px;
	}
	.hyyy .hyyyrt .tab ul li{
		
	}
	.hyyy .hyyyrt .tab ul li:before{
		
	}
	.ys .ysnr{
		width:93%;
	}
	.customerrt .custometit span{
		margin-top:80px;
	}
	.customerrt .customeimg {
		width: 72%;
	}
	.customerrt .custometit {
		width: 26%;
	}
	.news_nr .newsrt h4{
		font-size:20px;
	}
	.news_nr .newsdate .newsday{
		font-size:26px;
	}
	.blxfs .blxfslf .btel,.blxfs .blxfslf .btel a{
		font-size:36px;
	}
	.banner_nnr,.nab_fl{
		margin-left:-44%;
	}
	 .cloud-product-ul li.active .ysnum{
		 font-size:160px;
	 }
	 .cloud-product-ul li h4,.cloud-product-ul li.active h4{
		 font-size:26px;
	 }
	.nhyyy{
		 height:720px;
	 }
	 .nhyyy ul li{
		 padding-top:280px;
	 }
	.nhyyy ul li h4{
		font-size:26px;
		margin-top:30px;
	}
	 .nhyyy ul li p{
		 margin-top:20px;
	 }
	 .nhyyy ul li:hover {
		padding-top: 200px;
	}
	.banner_nnr ul li{
		margin: 0 20px;
	}
	.product-thumbs .title{
		font-size:20px;
	}
	.pronr .prolf .promore {
		margin-top: 90px;
	}
	.hyyymore{
		margin-top:80px;
	}
	.customerlist .customerlf {
		padding: 0 100px 0 0;
	}
	.cloud-product-ul li .ysnum{
		font-size:60px;
		line-height:60px;
	}
	.news_nr .newsmore{
		margin-top:20px; margin-left: 50px
	}.news_nr .newsrt {
    padding: 0 0 0 20px;
    width: 70%;
	 }.news_nr .newsrt p{display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;}
	.footernr .bnav ul li h4 a{
		font-size:19px; font-weight: bold
	}
	.footernr .bnav ul li p a{
		font-size:1.16rem;
	}
}
@media(max-width:1360px) {
	 .nav .menu > li a {
		 margin: 0 15px;
	 }
	.nab_fl dl dt .counter{
		font-size:50px;
	}
	.tit p{
		font-size:26px;
		line-height:30px;
	}
	.newsmenu ul li a{
		font-size:18px;
	}
	.customerrt .customeimg {
		width: 70%;
	}
	.customerrt .custometit {
		width: 28%;
	}
	.customerrt .custometit span {
		margin-top: 60px;
	}
	.nhyyy {
		height: 680px;
	}
	.nhyyy ul li {
		padding-top: 250px;
	}
	 .nhyyy ul li:hover {
		padding-top: 170px;
	}
	.hyyy .hyyyrt .tab ul li{
		
	}
	
	.hyyy .hyyyrt .tab ul li h5 {
		font-size: 15px;
	}
	.hyyy .hyyylf .hyyyen {
		font-size: 22px;
		line-height: 25px;
	}
	.pronr .prolf .promore {
		margin-top: 380px;
	}
	.hyyymore{
		margin-top:40px;
	}
	.ab_fl,.aboutrt h5{
		margin-top:30px;
	}
}
@media(max-width:1280px) {
	.ab_fl dl dt .counter{
		font-size:50px;
	}
	.about .aboutrt {
		padding: 0 0 0 20px;
	}
	.aboutrt h4{
		font-size:2rem;
	}
	.news_nr .newsrt h4{
		font-size:18px;
	}
	.blxfs .blxfslf .btel,.blxfs .blxfslf .btel a{
		font-size:32px;
	}
	.customerrt .custometit h4{
		font-size:30px;
		margin-bottom:5px;
	}
	.yslf .ysbtn a{
		width:180px;
	}
	.parBd h4{
		font-size:32px;
	}
	.nabout h3,.gshq_tit,.dtbg h3,.nyfsl h3,.nfzlcnr h3{
		font-size:36px;
		line-height:45px;
	}
	 .cloud-product-ul li h4,.cloud-product-ul li.active h4{
		 font-size:22px;
	 }
	.product-thumbs .title{
		font-size:18px;
	}
	.njyqj {
		padding-top: 300px;
		padding-bottom: 228px;
	}
	.gshq_lf h4{
		font-size:22px;
	}
	.nqywh dl dd h4 {
		font-size: 22px;
		margin-top: 30px;
	}
	.nhyyy {
		height: 640px;
	}
	.nhyyy ul li {
		padding-top: 230px;
	}
	 .nhyyy ul li:hover {
		padding-top: 150px;
	}
	.hyyy .hyyylf {
		padding-right: 40px;
	}
	.hyyy .hyyylf span{
		margin-top:80px;
	}
	.banner_nnr ul li{
		margin: 0 15px;
	}
	.nav .menu > li a {
		margin: 0 10px;
	}
	.pronr .prolf .promore {
		margin-top: 340px;
	}
	.footernr .footerlf {
		padding: 0 100px 0 0;
	}
}
@media(max-width:1200px) {
	.customerrt .customeimg span {
		margin-left: 50px;
	}
}
@media(max-width:1152px) {
	.topewm{
		margin-left:10px;
	}
	.nav .menu > li a {
		margin: 0 8px;
	}
	.banner_nnr ul li {
		margin: 0 10px;
	}
	.newsmenu ul li a{
		font-size:16px;
	}
	.topewm {
		padding: 38px 0 38px 30px;
	}
	.nav-right{
		margin-left:30px;
	}
	.banner .banner_more {
		width: 440px;
		height: 140px;
	}
	.customerrt .custometit span {
		margin-top: 40px;
	}
	.nnewslist dl dt .nnews_day{
		font-size:50px;
	}
	.nnewslist dl dd {
		padding-left: 20px;
	}
	.news_nr .newsmore {
		margin-top: 30px;
	}
	.news_nr .newsrt h4,.news_nr .newsdate .newsyear{
		font-size:16px;
	}
	.news_nr .newsdate .newsday {
		font-size: 22px;
	}
	.tit p{
		font-size:22px;
		line-height:25px;
	}
	.cloud-product-ul li.active {
		padding: 102px 40px 0 40px;
	}
	.hyyy .hyyylf .hyyyen {
		font-size: 18px;
		line-height: 20px;
	}
	.hyyymore a {
		width: 150px;
	}
	.hyyy .hyyylf .hyyyjs{
		margin-top:20px;
	}
	.hyyy .hyyylf span{
		margin-top:40px;
	}
	.pronr .prolf .promore {
		margin-top: 300px;
	}
	.customerrt .custometit h4 {
		font-size: 26px;
	}
	.ncontact_nr .ncontactrt dl{
		margin-left:20px;
	}
	.ncontact_nr {
		padding: 80px 110px 52px 110px;
	}
	.contactlist ul li dl {
		padding: 40px 30px 50px 30px;
	}
	.blxfs .blxfslf .btel,.blxfs .blxfslf .btel a{
		font-size:28px;
	}
	.nabout h3,.gshq_tit,.dtbg h3,.nyfsl h3,.nfzlcnr h3{
		font-size:32px;
		line-height:40px;
	}
	.njyqjnr h3{
		font-size:30px;
	}
	.nqywh dl dd h4{
		font-size:20px;
	}
	.nhyyy ul li .nhyyyms{
		padding:0 30px;
	}
	.nhyyy ul li h4 {
		font-size: 22px;
	}
	.nhyyy {
		height: 576px;
	}
	.nhyyy ul li {
		padding-top: 210px;
	}
	 .nhyyy ul li:hover {
		padding-top: 130px;
	}
	.nhyyy ul li p{
		font-size:16px;
		line-height:25px;
	}
	.footernr .footerlf {
		padding: 0 60px 0 0;
	}
	
}
@media(max-width:1070px) {
	.nav .menu > li a {
		margin: 0 5px;
	}
	
}
@media(max-width:1024px) {
	.gshq_lf h4{
		font-size:20px;
	}
	.gshq_imgrt {
		padding: 30px 50px 20px 50px;
	}
	.banner_nnr ul li {
		padding: 0 20px 32px 20px;
	}
	.pronr .prolf .promore {
		margin-top: 250px;
	}
	.customerrt .customeimg img {
		width: 300px;
	}
	.customerrt .custometit span {
		margin-top: 20px;
	}
	.parBd h4{
		font-size:28px;
	}
	.tztel{top:-100px;}
	.tztel2{top:-100px;}
}
@media(max-width:991px) {
	.mmenu{
		display:block;
	}
	.banner_n .banner_nnr{
		display:none;
	}
	.about .aboutrt{
		padding:0;
		margin-top:30px;
	}
	.aboutrt h4 {
		font-size: 2rem;
	}
	.banner .banner_more{
		display:none;
	}
	.banner .owl-pagination{
		bottom:20px;
	}
	.banner .owl-prev,.banner .owl-next{
		bottom:34px;
	}
	.banner_nnr ul{
		margin-top:10px;
	}
	.banner_nnr ul li {
		padding: 0 20px 10px 20px;
	}
	.ncontact .ncontactnr {
		margin-top: -140px;
	}
	.ncontact .map{
		height:380px;
	}
	.newslist .news_nr{
		width:48%;
	}
	.news .tit,.newsmenu{
		width:100%;
	}
	.newsmenu{
		margin-top:20px;
		text-align:left;
	}
	.newsmenu ul li{
		margin-left:0;
		margin-right:20px;
	}
	.gshq_imgrt,.gshq_imglf{
		height:auto;
	}
	.gshq_imglf img {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}
	.gshq_nr{
		margin-bottom:40px;
	}
	.cloud-product-ul li.active .ysnum {
		letter-spacing: 0;
	}
	.cloud-product-ul li h4{
		margin-top:100px;
	}
	.cloud-product-ul li hr{
		bottom:200px;
	}
	.cloud-product-ul li{
		height:575px;
	}
	.cloud-product-ul li.active h4{
		margin-top:0;
	}
	.customerrt .customeimg {
		width: 66%;
	}
	.customerrt .custometit {
		width: 32%;
	}
	.cloud-product-ul li .ysnum{
		bottom:100px;
	}
	.npro .nprolist .proen {
		width: 35%;
	}
	.ys .ysnr .yslf{
		padding-top:60px;
	}
	.yslf .ysbtn{
		margin-top:50px;
	}
	.ys .ysnr{
		width:88%;
		float:none;
		margin:auto;
	}
	.ys .ysnr .yslf,.ysnr .ysrt{
		width:100%;
	}
	.ysnr .ysrt{
		margin-top:40px;
	}
	.hyyy{
		background-position:left;
	}
	.hyyy .hyyylf,.hyyy .hyyyrt{
		width:100%;
	}
	.hyyy .hyyynr {
		width: 88%;
		float: none;
		margin: auto;
	}
	.hyyy .hyyyrt .tab ul li,.hyyy .hyyyrt .tab ul li.hover{
	
	}
	.hyyy .hyyyrt .tab ul li{
		padding-left:0;
	}
	.hyyy .hyyyrt .tab ul li:before{
		display:none;
	}
	.hyyy .hyyyrt .tab ul li.hover{
		background: linear-gradient(180deg, rgba(21, 83, 151, .6) 0%, rgba(48, 119, 197, .7) 100%);
	}
	.hyyy .hyyyrt .tab ul li h5,.hyyy .hyyyrt .tab ul li p{
		text-align:center;
	}
	.hyyy .hyyyrt .tab{
		position:inherit;
	}
	.mouse-index{
		bottom:20px;
	}
	.pronr .prolf .promore {
		margin-top: 160px;
	}
	.pronr .prort{
		margin-top:0px;
	}
	.product-thumbs{
		margin-top:40px;
	}
	.product-thumbs .title:after {
		font-size: 60px;
	}
	.ncontact_nr .ncontactrt dl{
		float:left;
		margin-left:0;
		margin-right:20px;
	}
	.ncontact_nr{
		padding:50px;
	}
	.contactlist ul li{
		width:100%;
		margin: 10px 0;
	}
	.ncontact .ncontactnr .ncontact1 h3{
		font-size:20px;
	}
	.ncontact_nr .ncontactlf p{
		margin-bottom:10px;
	}
	.nnews h1,.npronr h1{
		font-size:20px;
	}
	.nnewslist dl dt,.nnewslist dl dd{
		width:100%;
	}
	.nnews .nnewsnr .nnewsrt {
		padding: 30px 30px 0 30px;
	}
	.nnewslist dl dt,.nnewslist dl:hover dt{
		border-right:none;
	}
	.nnewslist dl dd{
		padding-left: 0;
	}
	.nnewsrt h4 {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.njyqjms{
		width:50%;
	}
	.nabout{
		margin-top:60px;
		margin-bottom:100px;
	}
	.nabout .naboutnr{
		margin-top:40px;
	}
	.gshq_imglf,.gshq_imgrt{
		width:100%;
	}
	.gshq_imgrt {
		padding: 30px 0 20px 0;
	}
	.dtbg ul li h4{
		font-size:18px;
	}
	.gshq_img {
		padding: 0;
	}
	.dtbg{
		margin-top:30px;
	}
	.gshq_lf,.gshq_rt{
		width:100%;
	}
	.gshq_rt:before{
		display:none;
	}
	.nhyyy {
		height: 496px;
	}
	.nhyyy ul li {
		padding-top: 160px;
	}
	 .nhyyy ul li:hover {
		padding-top:80px;
	}
	.nhyyy ul li h4 {
		font-size: 20px;
	}
	.npro .nprolist .proen{
		font-size: 100px;
		line-height: 100px;
	}
	.npro .nprolist:nth-child(2n) dl dt{
		margin-top:10px;
	}
	.npro dl dd {
		padding: 30px 0 0 0;
	}
	.npro dl dt{
		padding:0;
	}
	.npro .nprolist .pronum{
		font-size:80px;
		right:10px;
	}
	.industrial-item .time{
		left:8%;
	}
	.sideMenu h4{
		padding:0 20px;
	}
	.nyfsl .nyfslms{
		width:100%;
	}
	.footernr .footerlf {
		padding:0;
		margin-bottom:20px;
	}
	.bnav .bot p{
		text-align:center;
	}
	.cloud-product-ul li.active .ysnum {
		font-size: 140px;
		line-height:140px;
	}
}
@media(max-width:767px) {
	
	.banner .owl-item:nth-child(1) {
    background: url(../css_changyi/wap_banner1.jpg) no-repeat top center;
    background-size: cover;
}
.banner .owl-item:nth-child(2) {
    background: url(../css_changyi/wap_banner2.jpg) no-repeat top center;
    background-size: cover;
}.banner .owl-item:nth-child(3) {
    background: url(../css_changyi/wap_banner3.jpg) no-repeat top center;
    background-size: cover;
	}
	.banner .owl-carousel{
    height: 100vh!important;
}
.tit1 h3 a {
    font-size: 30px;
    color: #111;
}
	
	
	
	.item p.p1{top: 20%;width: 90%!important;font-size: 2.2rem}
	.item .p2 {
    width: 80%;
    overflow: hidden;
    position: absolute;
    left: 5%;
    top: 29%;
    z-index: 9999;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.5;
}.item .p3 {
    width: 90%!important;
    overflow: hidden;
    position: absolute;
    left: 5%;
	top: 37%;}
	.pro {
    width: 100%;
    overflow: hidden;
    background: url(../images/probg.jpg) no-repeat left center;
    padding-top: 8vh;
    padding-bottom: 8vh;
}
	
	.tit1 h3 a {
    font-size: 30px;
    color: #111;
}.tit1 h3 {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #111;
    line-height: 50px;
}.tit1 h3 {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #111;
    line-height: 50px;
}
	    .pronr .prolf .promore {
        margin-top: 40px!important;
    }
    .pronr ul li {
        padding: 90px 0 0 0!important;
        height: 280px!important;
    }
	    .product-thumbs {
        margin-top: 10px!important;
    }
	        .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
            background-image: url(../images/next2.png);
            left: 50px;
            top: 52%!important;
            opacity: 0.5;
        }        .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
            background-image: url(../images/prev2.png);
            left: 0;
            top: 52%!important;
            opacity: 0.5;
        }
	.mouse-index{
		display:none;
	}
	.banner .owl-item img {
		width: 113%;
	}
	.header{
		height:60px;
		background:#0f4b8a;
		border-bottom:none;
	}
	.header .nav-right img {
        width: 40px;
    }
	.banner,.banner_n{
		margin-top:50px;
	}
	.logo {
		padding: 12px 0;
	}
	.logo img{
		height:46px;
	}
	.rg{
		padding-top:14px;
	}
	.topewm {
		padding: 23px 0 23px 15px;
	}
	.customer {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.news_nr .newsrt {
		padding: 0;
	}
	.ab_fl dl{
		margin-top:20px;
	}
	.ab_fl dl:nth-child(2){
		border-right:none;
	}
	.ab_fl dl:nth-child(3){
		border-right: solid 1px #e0e0e0;
		clear:both;
	}
	.ab_fl dl dt .counter {
		font-size: 40px;
	}
	.cloud-product-ul li.active {
		padding: 60px 20px 0 20px;
	}
	.customerlist .customerlf {
		padding: 0;
	}
	.customerlist .customerrt{
		margin-top:30px;
	}
	.cloud-product-ul li.active .ysnum {
		font-size: 100px;
		line-height:100px;
	}
	.ncontact .ncontactnr .ncontact1 h3{
		padding:20px;
	}
	.contactlist ul li dl dt{
		font-size:20px;
	}
	.blxfs .blxfslf,.blxfs .blxfsrt{
		width:100%;
	}
	.blxfs .blxfsrt dl{
		float:left;
		margin-top:10px;
	}
	.nav-right {
		margin-left: 15px;
	}
	.nav-right {
		padding: 18px 0;
	}
	.npro .nprolist .pronum {
		font-size: 70px;
	}
	.nabout h3,.gshq_tit,.dtbg h3,.nyfsl h3,.nfzlcnr h3{
		font-size: 28px;
	}
	.nabout .naboutnr h4{
		font-size:22px;
		line-height:30px;
	}
	.njyqjnr h3{
		font-size:26px;
	}
	.njyqjms{
		width:60%;
	}
	.nab_fl{
		padding: 40px 0;
	}
	.nab_fl dl{
		margin-bottom:10px;
	}
	.nab_fl dl dt .counter {
		font-size: 46px;
	}
	.dtbg ul li h4{
		font-size:16px;
	}
	.gshq_nr{
		padding:20px;
	}
	.gshq_rt dl{
		width:50%;
	}
	.nhyyy ul li{
		width:50%;
		height:248px;
	}
	.nhyyy ul li {
		padding-top: 60px;
	}
	 .nhyyy ul li:hover {
		padding-top:30px;
	}
	.nhyyy ul li .nhyyyms{
		margin-top:20px;
	}
	.nhyyy ul li h4,.nhyyy ul li p{
		margin-top:10px;
	}
	.nhyyy ul li h4{
		line-height:30px;
	}
	.nprofbnr table,.sideMenu .joblist table{
		width:767px !important;
	}
	.npronr2 ul li {
		width: 31.33333333%;
	}
	.npro .nprolist .proen {
		font-size: 80px;
		line-height: 80px;
	}
	.industrial-item .time {
		left: 10%;
	}
    /*.tztel,.tztel2{display:none;}*/
    .tztel,.tztel2 {top: -46px; left: 0px;}
    .tztel a,.tztel2 a{font-size:20px}
}
@media(max-width:640px) {
	.banner .owl-page.active span{
		font-size:24px;
	}
	.banner .owl-page span{
		height:30px;
		line-height:30px;
	}
	.banner .owl-prev, .banner .owl-next {
		bottom: 26px;
	}
	.banner .owl-page {
		margin: 0 10px;
	}
	.banner .owl-next{
		left:184px;
	}
	.banner .owl-pagination {
		bottom: 10px;
	}
	.banner .owl-prev, .banner .owl-next {
		bottom: 16px;
	}
	.nnewslist dl {
		width: 100%;
	}
	.sideMenu h4{
		font-size:24px;
		height:80px;
		line-height:80px;
	}
	.sideMenu h4 span img{
		width:50px;
	}
	.aboutlf .aboutimg a {
		width: 60px;
		height: 60px;
	}
	.cloud-product-ul li h4 {
		width: 30px;
	}
	.cloud-product-ul li h4, .cloud-product-ul li.active h4 {
		font-size: 20px;
		line-height:30px;
	}
	.cloud-product-ul li.active hr {
		margin: 10px auto 0;
	}
	.cloud-product-ul li.active .ysjs{
		margin-top:10px;
	}
	.cloud-product-ul li.active .ysjs {
		font-size: 14px;
		line-height: 25px;
	}
	.newslist .news_nr{
		width:98%;
	}
	.ncontact_nr {
		padding: 40px 30px;
	}
	.ncontact_nr .ncontactrt dl{
		margin-right:10px;
	}
	.ncontact_nr .ncontactrt dl dt img{
		width:100px;
	}
	.ncontact .ncontactnr .ncontact1 h3{
		font-size:18px;
		padding:20px 10px;
	}
	.ncontact .ncontactnr .ncontact1 h3 span img{
		width:25px;
	}
	.ncontact_nr .ncontactlf p,.ncontact_nr .ncontactlf p a{
		font-size:15px;
	}
	.nav-right {
		margin-left: 10px;
	}
	.npro .nprolist .proen {
		font-size: 70px;
		line-height: 70px;
	}
	.nab_fl dl dt .counter {
		font-size: 40px;
	}
	.nab_fl dl dd{
		font-size:14px;
		line-height:20px;
	}
	.njyqjnr h3 {
		font-size: 22px;
		line-height:40px;
	}
	.nabout .naboutnr h4{
		font-size:20px;
	}
	.nhyyy ul li .nhyyyms {
		padding: 0 20px;
	}
	.nhyyy ul li p{
		font-size:14px;
		line-height:20px;
	}
	.npronr2 ul li {
		width: 48%;
	}
	.industrial-item .time {
		left: 12%;
	}
	.footernr .bnav ul li{
		width:33.3333333%;
	}
	.footernr .bnav ul li:nth-child(4){
		clear:both;
	}
	.footernr .bnav ul li h4 a {
		font-size: 16px;
	}
	.footernr .bnav ul li p a {
		font-size: 14px;
	}
	
}
@media(max-width:540px) {
	.product-thumbs .title {
		font-size: 16px;
		padding-left:24px;
	}
	.sideMenu h4{
		font-size:20px;
		height:60px;
		line-height:60px;
	}
	.sideMenu h4 span img {
		width: 30px;
	}
	.nab_fl dl dt .counter {
		font-size: 36px;
	}
	.nhyyy ul li .nhyyyms{
		font-size: 15px;
		line-height: 25px;
	}
	.npro .nprolist .proen {
		font-size: 60px;
		line-height: 60px;
	}
	.industrial-item .time {
		left: 14%;
	}
	.aboutrt h4 {
		font-size: 2rem;
		line-height:35px;
	}
	.aboutrt .abouten{
		font-size:14px;
		margin-top:0;
	}
	.link-select-box{
		width:46%;
		margin-top:0;
	}
	.link-select-box .mt {
		padding: 0 0 0 15px;
		font-size:15px;
	}
}
@media(max-width:500px) {
	.mmenu ul li{
		width:50%;
		overflow:hidden;
		padding:5px 0;
		margin:5px 0;
		text-align:center;
	}    .banner .owl-next {
        bottom: 10px!important;
    }
	
}
@media(max-width:425px) {
	.cloud-product-ul li.active .ysnum {
		font-size: 70px;
		line-height: 70px;
	}
	.cloud-product-ul li .ysnum {
		font-size: 40px;
		line-height: 40px;
	}
	.cloud-product-ul li h4, .cloud-product-ul li.active h4{
		font-size:18px;
	}
	.cloud-product-ul li.active {
		padding: 40px 10px 0 10px;
	}
	.cloud-product-ul li.active .ysjs{
		line-height:22px;
	}
	.npro .nprolist .proen {
		width: 40%;
	}
	.nhyyy ul li hr{
		margin: 20px auto 0;
	}
	.nhyyy ul li .nhyyyms {
		margin-top: 10px;
	}
	.npro dl {
		padding: 0 25px 105px 25px;
	}
	.nhonornr dl {
		padding: 0 5px;
	}
	.nhonornr dl dd{
		font-size:14px;
	}
	.industrial-item {
		padding: 15px 0px 15px 130px;
	}
	.industrial-item .time {
		left: 16%;
	}
	.hyyy .hyyyrt .tab ul li{
		width:50%;
	}
	.hyyy .hyyyrt .tab ul li:nth-child(2){
		border-right:none;
	}
	.hyyy .hyyyrt .tab ul li:nth-child(1),.hyyy .hyyyrt .tab ul li:nth-child(2){
		border-bottom: solid 1px  rgba(255,255,255,.5);
	}
	.customerrt .custometit h4 {
		font-size: 22px;
		line-height:30px;
		margin-bottom:0;
	}
	.customerrt .custometit p{
		font-size:15px;
		line-height:20px;
	}
	.customerrt .customeimg {
		width: 63%;
	}
	.customerrt .custometit {
		width: 35%;
	}
	.customerlist .customerrt .customerbtn{
		height: 50px;
		line-height: 50px;
	}
}
@media(max-width:375px) {
	.ncontact .ncontactnr .ncontact1 h3{
		font-size:16px;
	}
.xwxqhz {
    width: 100%;
    overflow-x: scroll;
    padding: 0;
    margin: 0;
}
.xwxqhz table {
    width: 250% !important;
}
	.ncontact_nr .ncontactlf p,.ncontact_nr .ncontactlf p a{
		font-size:14px;
	}
	.customerrt .customeimg {
		width: 60%;
	}
	.customerrt .custometit {
		width: 38%;
	}
	.cloud-product-ul li.active .ysnum {
		font-size: 60px;
		line-height: 60px;
	}
	.sideMenu h4 {
		padding: 0 10px;
		font-size:18px;
	}
}
@media(max-width:320px) {
}

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/
@media all and (max-width:850px){  
	.tit1 h3 a {
    font-size: 30px!important;
    color: #111;
}
	.tit1 h3 {
    width: 100%;
    overflow: hidden;
    font-size: 30px!important;
    color: #111;
    line-height: 50px;
}
	
	.pronr .prolf .projs {
    width: 100%;
    overflow: hidden;
    font-size: 1.2rem;
    color: #686868;
    line-height: 1.8;
    margin-top: 10px;
}.pronr .prolf .promore a {
    display: block;
    width: 160px;
    height: 48px;
    border: solid 1px #074891;
    font-size: 15px;
    text-align: center;
    line-height: 48px;
    color: #074891;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    border-radius: 35px;
}.pronr .prort{
		margin-top:0px;
	}
	.hyyy .tit h3, .hyyy .tit h3 a {
    color: #fff;
    font-size: 28px;
}.hyyy .hyyynr hr {
    width: 100%;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin-top: 11px;
}.hyyy .hyyylf {
    width: 100%;
    overflow: hidden;
    padding-right: 0px;
    margin-top: 10px;
}.hyyy .hyyylf .hyyyjs {
    width: 100%;
    overflow: hidden;
    font-size: 1.2rem;
    color: #fff;
    line-height: 30px;
    margin-top: 46px;
}    .hyyymore {
        margin-top: 20px;
    }.hyyymore a {
    display: block;
    width: 180px;
    height: 48px;
    border: solid 1px #fff;
    font-size: 15px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    border-radius: 35px;
    transition: all 0.4s;
}    .about .aboutrt {
        padding: 0px 0 0 0;
    }    .about .aboutrt h4 {
        font-size: 24px;
        line-height: 38px;
    }    .about .aboutrt h5 {
        width: 100%;
        overflow: hidden;
        font-size: 28px;
        color: #074891;
        line-height: 30px;
        text-align: left;
        margin-bottom: 5px;
        font-weight: normal;
    }    .ab_fl, .aboutrt h5 {
        margin-top: 20px;
    }.about .aboutrt .aboutms p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    text-align: left;
}.aboutrt .promore a {
    display: block;
    width: 160px;
    height: 48px;
    border: solid 1px #074891;
    font-size: 15px;
    text-align: center;
    line-height: 48px;
    color: #074891;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    border-radius: 35px;
    margin-top: 30px;
}    .ab_fl dl dd {
        width: 100%;
        overflow: hidden;
        color: #343434;
        font-size: 1.2rem;
        line-height: 25px;
        margin-top: 0px;
        text-align: center;
    }    .ab_fl dl {
        margin-top: 10px;
    }.ab_fl dl dt .counter {
    line-height: 70px;
    font-family: Arial, Helvetica, sans-serif;
}.pro2 iframe {
    height: 70vh;
}.news .newslist {
    width: 100%;
    overflow: hidden;
    margin-top: 42px;
  
}    .newslist .news_nr {
        width: 100%;
    }.newslist .news_nr {
    width: 31.33333333%;
    height: 480px;
    overflow: hidden;
    margin: 10px 0%;
    float: left;
    background: #fff;
    padding: 0px 0px 0 0px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease; padding: 4%
}
	
	.newslist .news_nr img {
    margin-bottom: 15px;
}    .news_nr .newsrt {
        padding: 0 0 0 20px;
        width: 100%;
    }    .news_nr .newsmore {
      
        margin-left: 0px;
    }    .news_nr .newsmore {
        margin-top: 10px;
    }.newslist .news_nr {
  
    height: 430px; margin-bottom: 20px; width: 100%
   
}    .news {
        height:auto!important; 
        padding-top: 30px!important;
	}.footernr .bnav{ display: none}
	.blxfsrt{ display: none}
	
	.rttr2{ float: left!important;  text-align: left!important}
	.topewm{ display: none}.banner_n .wenzi .ggyied1 {
    font-size: 1.5rem;
    color: #fff;
}.nabout .naboutnr p {
    overflow: hidden;
    font-size: 16px;
    color: #737373;
    line-height: 33px;
}.nab_fl {
    top: -43px!important;
}.njyqj {
    margin-top: -30px!important;
}.njyqj {
        padding-top: 300px;
        padding-bottom: 0!important;
    }.footer {
    background: #e5e5e5;
    padding-top: 20px;
    padding-bottom: 0px;
}.footer .footernr {
    border-bottom: solid 1px #c3c3c3;
    padding-bottom: 7px;
	}.cont1{ padding: 20px 0!important}.footernr .footerlf .blxfs {
    width: 100%;
    overflow: hidden;
    border-top: solid 1px #c3c3c3;
    margin-top: 16px;
    padding-top: 18px;
}.blxfs .blxfslf p {
    width: 100%;
    overflow: hidden;
    font-size: 1.16rem;
    color: #626262;
    line-height: 1.7;
    margin-top: 10px;
}    .nab_fl {
        padding: 0px 0;
    }    .njyqj {
        padding-top: 250px;
        padding-bottom: 0 !important;
    }.banner_nnr ul li a, .mmenu ul li a {
    font-size: 17px;
    color: #000;
    display: block;
}.nqywh {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    display: flex;flex-wrap: wrap ;
}.nqywh dl {
    overflow: hidden;
    margin: 20px 0 0 0;
    flex: none; width: 50%
}.nqywh dl:last-child {
    padding-right: 7px;
}.nqywh dl:first-child {
    padding-left: 7px;
}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
}    .nqywh dl dd h4 {
        font-size: 18px;
    }    .nqywh dl dd h4 {      
        margin-top: 10px;
    }.nqywh dl dd p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
    margin-top: 0;
}    .nabout h3, .gshq_tit, .dtbg h3, .nyfsl h3, .nfzlcnr h3 {
        font-size: 24px;
    }    .nabout {
        margin-top: 30px;
        margin-bottom: 80px;
    }    .logo img {
        height: 35px;
    }.pro_list_1 {
    margin: 0 auto;
    margin-top: 40px;
    width: 90%;
    max-width: 1400px;
}.ny_pro_con_tu_l {
    height: 500px;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}.ny_pro_con_tu_r {
    width: 100%;
    height: 323px;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
}.ny_pro_con_tu {
    float: left;
   
    width: 100%;
    margin-top: 15px;
    position: relative;
    background: #f6f6f6;
    margin-bottom: 20px; height:450px; 
}.b1 {
    position: relative;
    right: 0px;
    top: 230px;
}.ny_pro_con_tu_r h7 {
    width: 100%;
    float: left;
    padding-top: 0px;
    font-size: 22px;
    color: #212121;
    font-weight: normal;
    line-height: 40px; margin-bottom: 0px
}.ny_pro_con_tu_r p {
    width: 50%;
    float: left;
    font-size: 15px;
    line-height: 29px;
}.b2 {
    position: absolute;
    left: 0px;
    top: 230px;
}.b3 {
    position: relative;
    left: 0px;
    top: 230px;
}.b4 {
    position: relative;
    left: 0px;
    top: 230px;
}.a2 {
    position: relative;
    right: auto;
    top: auto;
}.promore a {
    display: block;
    width: 160px;
    height: 48px;
    border: solid 1px #074891;
    font-size: 15px;
    text-align: center;
    line-height: 46px;
    color: #074891;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    border-radius: 35px;
	}.promore{ margin-top: 10px!important}.product-detail-text .title p {
    margin-top: 0px;
    font-size: 15px;
    line-height: 32px;
	
		
		
}    .nhonornr dl {
        padding: 0 5px;
        height: 290px;
    }.nnews {
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0px 0;
}    .nnewsrt h4 {
        margin-bottom: 20px;
        margin-top: 0px;
    }.nnewsrt h4 {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}.nnewslist {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    padding: 0px 0;
}.nnewslist dl {
   
    overflow: hidden;
    float: left;
    background: #fff;
    padding: 4px 10px;
    margin: 5px 1%;
}.nnewslist dl dt {
    width: 18%;
   
    padding: 15px 0 0;
}    .nnewslist dl dt .nnews_day {
        font-size: 40px;
    }
 .nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}.contact_1 ul li {
    margin-right: 1%;
    float: left;
    text-align: center;
    width: 100%;
}.contact_1 {
    margin: 0 0 0em 0;
	}.nabout .mapp{ width: 270%!important; text-align: center; margin-left: -90%}.nabout{ text-align: center}    .nabout {
       
        margin-bottom: 50px;
	}.news-exp{ margin-bottom: 70px}  .nhonornr dl {
        padding: 0 5px;
        height: 130px;
    }
}
	
	
	
	