@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#555;}

p{line-height:30px;}

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{
	position: fixed;
	z-index: 9999;
	left:0;
	top:0;
	width:100%;
	background:#fff;
}
.small .headernr{
	display:none;
}
.logo{
	width:50%;
	overflow:hidden;
	margin:15px 0;
}
.logotel{
	background:url(../images/logotel.jpg) no-repeat left 44px;
	padding:0 18px;
	line-height:90px;
	font-size:16px;
}
.logotel span{
	font-size:30px;
	color:#d9270d;
	font-style:italic;
	font-weight:bold;
}
.logotel span a{
	font-size:30px;
	color:#d9270d;
	font-style:italic;
	font-weight:bold;
}
.headernr{
	background:#285290;
	width:100%;
}
.nav{
	width:1200px;
	margin:0 auto;
}
.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 > ul{

	width:100%;

	}

.nav span{

	display:block;

	width:1px;

	height:30px;

	background:rgba(255,255,255,0.7);

	margin-top:16px;

}

.nav span:last-child{

	display:none;

}

.nav .menu > li{
	height:50px;

	float:left;

	text-align:center;

	line-height:50px;

	}

.nav .menu > li > a{
	color:#fff;
	font-size:16px;
	display:block;
	padding:0 52px;
}

.nav .menu > li:hover > a,
.nav .menu > li.current > a{
	color:#fff;
	background:#d9270d;
}
.nav .menu > li .submenu{
	width:100%;
	left:0%;
}

.nav .menu > li .submenu li{

	width:100%;

	height:40px;

	line-height:40px;

	background:#d9270d;

	text-align:center;

	border-top:solid 1px #fff;

}

.nav .menu > li .submenu li a{

	display:block;

	color:#fff;

	font-size:14px;

}

.nav .menu > li .submenu li:hover{

	background: #c20c0c;

}
.mobile-header{
	display:none;
}
#menu span {
    width: 1.875rem;
    height: 0.1875rem;
    background-color: ##285290;
    margin: 0 auto 0.4375rem;
    display: block;
    line-height: 1;
    transition: all 0.5s;
}
#menu{
	width: 3.5rem;
	height: 3.5rem;
	display: block;
	position: absolute;
	right: 0rem;
	top: 10px;
	text-align: center;
	line-height: 3.5rem;
	z-index: 5;
	padding-top: 1rem;
	transition: all 0.5s;
	opacity: 1;
}
#menu.active{
	opacity: 0;
}
#menu span{
	width: 2rem;
	height: 2px;
	background:#285290;
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span{
	background-color:#285290;
}
#menu span:last-child{
	margin-bottom: 0;
}
/*sidenav*/
#sidenav{
	text-align: center;
	position: fixed;
	right: -30rem;
	top: 0;
	width: 15rem;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index:9999;
	padding: 0 ;
	transition: all 0.5s;
}
#sidenav.active{
	right: 0;
}
#sidenav .nav-close{
	width: 20px;
	height:20px;
	display: block;
	transition: all 0.5s;
	font-size:24px;
	line-height:20px;
}
#sidenav .nav-close:before {
    content: "\00d7";
    color: #fff;
}
#sidenav .nav-close span{
	color:#fff;
}
#sidenav .nav-close:hover{
	transform: rotate(180deg);
}
#sidenav .nav-close:hover span{
	background-color: #ffe700;
}
#sidenav .nav-close span:nth-child(1){
	transform: rotate(45deg);
}
#sidenav .close span:nth-child(2){
	transform: rotate(-45deg);
}
#sidenav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #666;
}
#sidenav ul li a {
    color: #fff;
    font-size: 16px;
}
#sidenav ul li a:hover{
	color:#d9270d;
}
.cont{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
#wrapper {
	position:relative;
	box-shadow: 0px 2px 5px rgba(120,120,120,0.75);
	-moz-box-shadow: 0px 2px 5px rgba(120,120,120,0.75);
	-webkit-box-shadow: 0px 2px 5px rgba(120,120,120,0.75);
	margin-top:146px;
}

#wrapper a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

#wrapper a:focus ,#wrapper a:link,#wrapper a:active {
	outline:none;
}

#wrapper a:hover {
	color:#444;
}
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:660px !important;
	overflow:hidden;

}
.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:660px !important;
	position:relative;

}



@media only screen and (min-width: 768px) and (max-width: 959px) {

	  .banner, .bannercontainer			{	width:768px; height:309px;}

}



@media only screen and (min-width: 480px) and (max-width: 767px) {

	   .banner, .bannercontainer		{	width:480px; height:193px;	}

}



@media only screen and (min-width: 320px) and (max-width: 479px) {

		.banner, .bannercontainer		{	width:320px;height:129px;	}

}



@media only screen and (max-width: 319px) {

		.banner, .bannercontainer		{	width:240px;height:97px;	}

}



.tp-bullets.simplebullets.round .bullet:hover,

.tp-bullets.simplebullets.round .bullet.selected,

.tp-bullets.simplebullets.navbar .bullet:hover,

.tp-bullets.simplebullets.navbar .bullet.selected {	

	background:#d9270d !important; 

}

.tp-leftarrow:hover,

.tp-rightarrow:hover {	

	background-color:#d9270d !important;

 }

/** BULLETS **/

.tp-bullets {

    z-index: 1001;

    position: absolute;

    bottom: 0px;

	width: 162px !important;

}



.tp-bullets.simplebullets.round .bullet {

    cursor: pointer;

    position: relative;

    background: rgba(255,255,255,0);
	background:#285290;
    width: 16px;

    height: 16px;

	border-radius:50%;

	margin:0 10px 20px 10px;

    float: left;

    -webkit-transition: background 0.1s linear;

    -moz-transition: color, background 0.1s linear;

    -o-transition: color, background 0.1s linear;

    transition: color, background 0.1s linear;

}







.tp-bullets.tp-thumbs {

    z-index: 100;

    position: absolute;

    padding: 3px;

    background-color: #fff;

    width: 500px;

    height: 50px;

    margin-top: -50px;

}



.fullwidthbanner-container .tp-thumbs {

    padding: 3px;

}



.tp-bullets.tp-thumbs .tp-mask {

    width: 500px;

    height: 50px;

    overflow: hidden;

    position: relative;

}



.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {

    width: 5000px;

    position: absolute;

}



.tp-bullets.tp-thumbs .bullet {

    width: 100px;

    height: 50px;

    cursor: pointer;

    overflow: hidden;

    background: none;

    margin: 0;

    float: left;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/*filter: alpha(opacity=50);	*/

    -moz-opacity: 0.5;

    -khtml-opacity: 0.5;

    opacity: 0.5;

    -webkit-transition: all 0.2s ease-out;

    -moz-transition: all 0.2s ease-out;

    -o-transition: all 0.2s ease-out;

    -ms-transition: all 0.2s ease-out;

}



.tp-bullets.tp-thumbs .bullet:hover,

.tp-bullets.tp-thumbs .bullet.selected {

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    -moz-opacity: 1;

    -khtml-opacity: 1;

    opacity: 1;

}



.tp-thumbs img {

    width: 100%;

}



.tp-bannertimer {

    width: 100%;

    height: 10px;

    position: absolute;

    z-index: 200;

    z-index: 5000;

}



.tp-bannertimer.tp-bottom {

    bottom: 0px !important;

    height: 5px;

}





@media only screen and (min-width: 768px) and (max-width: 959px) {;

}



@media only screen and (min-width: 480px) and (max-width: 767px) {

    .responsive .tp-bullets.tp-thumbs {

        width: 300px !important;

        height: 30px !important;

    }



    .responsive .tp-bullets.tp-thumbs .tp-mask {

        width: 300px !important;

        height: 30px !important;

    }



    .responsive .tp-bullets.tp-thumbs .bullet {

        width: 60px !important;

        height: 30px !important;

    }

}



@media only screen and (min-width: 0px) and (max-width: 479px) {

    .responsive .tp-bullets {

        display: none;

    }



    .responsive .tparrows {

        display: none;

    }

}





.tp-simpleresponsive img {

    -moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

}



.tp-simpleresponsive a {

    text-decoration: none;

}



.tp-simpleresponsive ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.tp-simpleresponsive >ul >li {

    list-stye: none;

    position: absolute;

    visibility: hidden;

}



.caption.slidelink a div,

.tp-caption.slidelink a div {

    width: 10000px;

    height: 10000px;

}



.tp-loader {


    background-color: #fff;

    margin: -22px -22px;

    top: 50%;

    left: 50%;

    z-index: 10000;

    position: absolute;

    width: 44px;

    height: 44px;

    border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

}

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	height:auto;
	margin-bottom:45px;
}
.tit h3{
	width:100%;
	line-height:50px;
}
.tit h3 a{
	font-size:30px;
	color:#000;
	font-weight:bold;
}
.tit p,
.tit p span{
	color:#cccccc;
	font-size:26px;
	line-height:32px;
	font-family:Arial;
	
}
.tit p span{
	position:relative;
}
.tit p span::after,
.tit p span::before{
	position:absolute;
	background:#bcc8db;
	content:"";
	height:2px;
	width:150px;
	top:0;
}
.tit p span::after{
	left:-170px;
}
.tit p span::before{
	right:-170px;
}


/* about
-------------------------------------------------------------- */
.about{
	padding:60px 0;
}
.aboutl{
	padding-right:60px;
}
.aboutnr p{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.aboutl li{
	float:left;
	width:70px;
	text-align:center;
	margin:35px 45px 35px 0;
}
.aboutl li a{
	font-size:16px;
}
.aboutl li span{
	display:block;
	width:52px;
	height:52px;
	background:url(../images/about02.png) no-repeat center center;
	border:1px solid #666666;
	border-radius:5px;
	margin:0 auto 5px auto;
}
.aboutl li:hover span{
	background:url(../images/about02h.png) no-repeat center center;
	border-color:#285290;
}
.aboutl li:hover a{
	color:#285290;
}
.aboutl li.wenhua span{
	background:url(../images/about03.png) no-repeat center center;
}
.aboutl li.linian span{
	background:url(../images/about04.png) no-repeat center center;
}
.aboutl li.wenhua:hover span{
	background:url(../images/about03h.png) no-repeat center center;
}
.aboutl li.linian:hover span{
	background:url(../images/about04h.png) no-repeat center center;
}
.aboutmore a{
	background:#285290;
	width:130px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:14px;
	display:block;
	transition: all 0.5s ease 0s;
}
.aboutmore a:hover{
	border-radius:20px;
	transition: all 0.5s ease 0s;
}
.aboutr{
	overflow:hidden;
}
.aboutr img{
	width:100%;
}
.aboutr img:hover{
	transform:scale(1.1);
	transition: all 0.5s ease 0s;
}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size: cover;
	padding:60px 0 50px 0;
}
.pro .tit{
	text-align:center;
}
.pro .tit a{
	color:#fff;
}
.pro .tit a::after{
	background:#fff;
}
.pro .aboutmore a{
	margin:50px auto;
}
.propage{
	text-align:center;
	padding:25px 0;
}
.propage .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background:#ffffff;
	border-radius:50%;
	border:2px solid #ffffff;
	margin:0 3px;
	cursor:pointer;
}
.propage .swiper-pagination-bullet-active{
	background:none;
}
.prolist .proimg{
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 47%;
    height: 400px;
    display: block;
	float:left;
}
.prolist .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.procon{
	width:47%;
	float:right;
	position:relative;
}
.swiper-button{
	margin-top:80px;
}
.prolist .protit{
	text-align:left;
	font-size:26px;
	font-weight:bold;
	line-height:65px;
	color:#fff;
	position:relative;
	margin-bottom:40px;
}
.prolist .protit::after{
	position:absolute;
	left:0;
	bottom:-10px;
	width:40px;
	height:2px;
	background:#fff;
	content:"";
}
.prolist .prodesc{
	font-size:16px;
	line-height:34px;
	color:#fff;
}
.prolist:hover .proimg img{
	transform:translate(-50%, -50%) scale(1.2);
	transition: all 0.5s ease 0s;
}
/* news
-------------------------------------------------------------- */
.news{
	padding:60px 0;
}
.newsnav{
	float:right;
	width:250px;
}
.newsnav li{
	float:left;
	width:110px;
	height:35px;
	line-height:35px;
	border:1px solid #666666;
	color:#666666;
	font-size:16px;
	text-align:center;
	margin-right:30px;
	cursor:pointer;
}
.newsnav li:last-child{
	margin-right:0;
}
.newsnav li.active{
	background:#285290;
	border:1px solid #285290;
	color:#fff;
}
.newslist{
	width:31%;
	margin-right:3%;
	float:left;
	border-bottom:2px solid #333333;
	padding-bottom:15px;
}
.newslist:last-child{
	margin-right:0;
}
.newslist .newsimg{
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 235px;
    display: block;
	margin-bottom:15px;
}
.newslist .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.newslist:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.2);
	transition: all 0.5s ease 0s;
}
.newslist .newsimg p{
	position:absolute;
	left:0;
	top:0;
	width:90px;
	height:64px;
	line-height:64px;
	color:#fff;
	text-align:center;
	background:#285290;
	font-size:16px;
	z-index:10;
}
.newslist .newsimg p span{
	font-size:40px;
	color:#fff;
}
.newslist:hover{
	border-bottom:2px solid #285290;
}
.newslist:hover .newsbt,
.newslist:hover .newsxq{
	color:#285290;
}
.newslist:hover .newsxq{
	background:url(../images/news01h.jpg) no-repeat 100px center;
}
.newslist .newsbt{
	font-size:16px;
	line-height:35px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color:#333;
	font-weight:bold;
}
.newslist .newsms{
	line-height:22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size:14px;
	color:#808080;
}
.newslist .newsxq{
	background:url(../images/news01.jpg) no-repeat 100px center;
	color:#333;
	text-align:left;
	font-size:16px;
	font-family:Arial;
	margin-top:10px;
}
/*advantage--------------------*/
.advantage{
	background:#f5f5f5;
	padding:60px 0;
}
.advantage .cont{
	position:relative;
}
.advantage .tit{
	text-align:center;
}
.advantage .tit p span::after,
.advantage .tit p span::before{
	background:#dadada;
}
.advantageinfo{
	padding-right:120px;
	margin-top:30px;
}
.advantageinfo h3{
	font-size:24px;
	color:#285290;
	position:relative;
	line-height:40px;
	margin-bottom:40px;
}
.advantageinfo h3::after{
	position:absolute;
	content:"";
	left:0;
	bottom:-15px;
	height:1px;
	background:#285290;
	width:50px;
}
.advantageinfo p{
	font-size:16px;
	color:#666;
	line-height:30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.advantagelist .advantageimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 360px;
    display: block;
}
.advantagelist .advantageimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.advantagelist:hover .advantageimg img{
	transform:translate(-50%, -50%) scale(1.2);
	transition: all 0.5s ease 0s;
}
.advantagexq {
    position: absolute;
    left: -80px;
    width: 140px;
    height: 45px;
    line-height: 50px;
    background: url(../images/advantage01.png) no-repeat 55px center #285290;
    color: #fff;
    font-size: 16px;
    bottom: 80px;
    padding-left: 25px;
    z-index: 10;
    text-align: left;
	transition: all 0.5s ease 0s;
}
.advantagelist:hover .advantagexq{
	border-radius:40px;
	transition: all 0.5s ease 0s;
}
.advantagepage{
	position:absolute;
	left:0;
	bottom:0px;
}
.advantagepage .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 100%;
    background:#666;
	border-radius:50%;
	border:2px solid #666;
	margin:0 3px;
	cursor:pointer;
}
.partnerpage .swiper-pagination-bullet-active{
	background: #285290;
	border-color:#285290;
}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#fff;
}
.link .linknr{
	padding:15px 0;
	background:url(../images/link.png) no-repeat left 15px;
	padding-left:25px;
}
.link .linknr span{
	font-size:14px;
	color:#888;
}
.link .linknr a{
	color:#888;
	padding-right:5px;
	border-right:1px solid #888;
}
.link .linknr a:last-child{
	border-right:none;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
	padding:30px 0;
}
.foottit{
	font-size:16px;
	color:#666666;
	line-height:40px;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}
.foottit a:hover{
	color:#285290;
}
.footabout h3{
	font-size:18px;
	color:#666;
	font-weight:normal;
	line-height:40px;
}
.footabout span{
	font-size:14px;
	color:#666;
	display:block;
	margin-bottom:20px;
}
.footabout p{
	font-size:14px;
	line-height:30px;
	color:#666;
}
.footabout a{
	background:#285290;
	color:#fff;
	width:120px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-radius:3px;
	display:block;
	margin-top:15px;
	transition: 0.3s ease 0s;
}
.footabout a:hover{
	border-radius:30px;
	transition: 0.3s ease 0s;
}
.botnav{
	padding:0 50px 0 70px;
}
.botnav li{
	float:left;
	width:50%;
	line-height:30px;
}
.botnav li a{
	font-size:14px;
	color:#666;
	background:url(../images/footnav01.png) no-repeat left center;
	padding-left:15px;
}
.botnav li a:hover{
	color:#285290;
	background:url(../images/footnav01h.png) no-repeat left center;
}
.meiti{
	padding:0 0 0 50px;
}
.meiti li{
	float:left;
	width:50%;
	text-align:center;
}
.bot{
	width:100%;
	overflow:hidden;
	padding:15px 0;
	color:#fff;
	background:#285290;
	line-height:24px;
}
.bot a,.bot a:active,.bot a:visited{
	color:#fff;
}
.bot a:hover{
	color:#fff;
}
.botbeian{
	text-align:right;
}


/* banner_n
-------------------------------------------------------------- */

.banner_n{ 
	width:100%; 
	height:400px;
	position:relative;
	background-size:cover;
	margin-top:146px;
}
.capitalize{
	position: absolute;
    width: 90%;
    color: #fff;
    text-align: center;
    top: 60%;
    left: 5%;
    line-height: 1.6;
    transform: translate(0, -50%);
    z-index: 4;
}
.capitalize .ad-tit {
    font-size: 36px;
    font-weight: normal;
	font-weight:bolder; 
	position: relative; 
	background-image:-webkit-linear-gradient(bottom,#0068b4,#0da12b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.capitalize .ad-line {
    height: 2px;
    width: 3%;
    background: linear-gradient(to right,#0068b4,#0da12b);
    margin: 0.8% auto;
}
.mbanner{
	display:none;
}
/* position
-------------------------------------------------------------- */
.post{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.position{
	line-height:50px;
	text-align:right;
	color:#000;
}
.position a{
	margin:0 3px;
	color:#000;
}
.nabout_menu {
	border-bottom:1px solid #dbdbdb;
	margin-bottom:50px;
}
.nmenucont{
	width:1200px;
	margin:0 auto;
}
.nabout_menu ul{
	margin:0;
}
.nabout_menu li{
	display:inline-block;
	position:relative;
	margin-right:40px;
}
.nabout_menu li > a {
    position: relative;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    padding:0 0px 0 0;
    color: #000;
    display: block;
    transition: 0.3s ease 0s;
}
.nabout_menu li a::after{
	position: absolute;
	content: "";
	bottom:-1px;
	left: 0%;
	width: 100%;
	height: 1px;
	background: #285290;
	transform: scaleX(0);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nabout_menu li.cur > a,
.nabout_menu li > a:hover{
	color:#285290;
}
.nabout_menu li.cur > a::after,
.nabout_menu li > a:hover::after{
	transform: scaleX(1);
}
.nsub_menu{
	position:absolute;
	left:0;
	top:100px;
	width:90%;
	left:5%;
	background:#f1f1f1;
	text-align:center;
	display:none;
}
.nsub_menu a{
	line-height:40px;
	border-bottom:1px solid #ddd;
	text-align:center;
	display:block;
}
.nsub_menu a:hover{
	color:#0068b4;
}
.ntit{
	text-align:center;
	margin-bottom:50px;
}
.ntit h3{
	color:#000;
	font-size:30px;
	line-height:50px;
}
.ntit p{
	color:#ccc;
	font-size:26px;
	font-family:Arial;
}

/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-bottom:50px;
}
.naboutnrp{
	padding-right:50px;
}
.naboutnrp p{
	text-indent:36px;
	font-size:16px;
	line-height:38px;
	color:#666;
}
.naboutimg{
	overflow:hidden;
}
.naboutimg img{
    max-width:100%;
	transition: all 0.5s ease 0s;
}
.naboutimg:hover img{
	transform:scale(1.1);
	transition: all 0.5s ease 0s;
}
.wenhuap p{
	font-size:16px;
	line-height:38px;
	color:#666;
}
.wenhuap p strong{
	color:#000;
}
/* nmassgenr
-------------------------------------------------------------- */
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin:40px 0;
}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
}
.nmessagenr ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin-right:2%;
}
.nmessagenr ul li:nth-child(3){
	margin-right:0;
}
.nmessagenr ul li:last-child{
	width:100%;
	margin-top:15px;
}
.nmessagenr ul li input{
	width:100%;
	height:46px;
	line-height:46px;
	overflow:hidden;
	font-size:16px;
	border:solid 1px #666666;
}
.nmessagenr ul li .name{
	background:#fff url(../images/tb7.png) no-repeat right center;
	padding-left:10px;
	}
.nmessagenr ul li .phone{
	background:#fff url(../images/tb8.png) no-repeat right center;
	padding-left:10px;
	}
.nmessagenr ul li .email{
	background:#fff url(../images/tb9.png) no-repeat right center;
	padding-left:10px;
	}
.nmessagenr ul li textarea{
	width:100%;
	height:140px;
	line-height:30px;
	border:solid 1px #666666;
	padding:5px 5px 5px 10px;
	font-size: 16px;
	background:#fff;
}
.nmessagenr .tjbtn{
	width:150px;
	overflow:hidden;
	margin:20px auto;
}
.nmessagenr .tjbtn input{
	width:100%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    background: #285290;
    font-size: 16px;
	
}
.nmessagenr input::-webkit-input-placeholder {
        color: #666;
      }
.nmessagenr input::-moz-input-placeholder {
        color: #666;
      }
.nmessagenr input::-ms-input-placeholder {
        color: #666;
      }
	  
.nmessagenr textarea::-webkit-input-placeholder {
        color: #666;
      }
.nmessagenr textarea::-moz-input-placeholder {
        color: #666;
      }
.nmessagenr textarea::-ms-input-placeholder {
        color: #666;
      }
.has-error em{
	color:#d6000f;
	font-style:normal;
	font-size:14px;
	margin-left:10px;
}
/* nnews
-------------------------------------------------------------- */
.nnewslist{
	background:#f5f5f5;
	margin-bottom:30px;
	padding:15px 20px;
}

.nnewslist .newsimg{
	overflow:hidden; 
	background:#1c4582; 
	position: relative;
    width: 24%;
    height: 190px;
    display: block;
	float:left;
}
.nnewslist .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nnewslist:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.2);
	transition: all 0.5s ease 0s;
}
.nnewslist .newscon{
	width:72%;
	float:right;
	margin-top:15px;
}
.nnewslist:hover .newsbt,
.nnewslist:hover .newsms,
.nnewslist:hover .newsdate{
	color:#285290;
}
.nnewslist:hover .newsdate{
	border-color:#285290;
}
.nnewslist .newsbt{
	font-size:20px;
	line-height:40px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color:#666;
}
.nnewslist .newsms{
	line-height:28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size:16px;
	color:#666;
}
.nnewslist .newsdate{
	color:#666;
	font-size:15px;
	line-height:30px;
	border-bottom:1px dashed #666;
	padding-bottom:10px;
	margin-bottom:10px;
}
.nnewsnr h1{
	text-align:center;
	font-size:26px;
	padding-bottom:10px;
	line-height:28px;
	font-weight:normal;
}
.nnewsnr .fbtime{
	font-size:15px;
	line-height:30px;
	text-align:center;
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
.info{
	background:#f5f5f5;
	padding:10px;
	margin-bottom:15px;
	line-height:24px;
}
.news_content{
	line-height:28px;
	font-size:16px;
}
/* ncontact
-------------------------------------------------------------- */
#map {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.ncontactnr h3{
	color:#285290;
	font-size:20px;
	line-height:30px;
	position:relative;
	margin-bottom:35px;
}
.ncontactnr h3::after{
	position:absolute;
	left:0;
	bottom:-20px;
	content:"";
	background:#285290;
	height:2px;
	width:50px;
}
.ncontactnr p{
	font-size:16px;
	color:#333;
	line-height:30px;
}
.ncontactnr li{
	float:left;
	width:85px;
	margin:25px 10px 15px 10px;
	text-align:center;
	font-size:16px;
}
.ncontactnr li p{
	font-size:14px;
	color:#666;
}
/* npro
-------------------------------------------------------------- */

.npronr_list{ 
	overflow:hidden; 
	margin:15px 1%;
	width:31%;
	float:left;
	position:relative;
}
.npronr_list a{
	display:block;
	overflow:hidden;
	width:100%;
}
.npronr_list .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 240px;
    display: block;
}
.npronr_list .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.npronr_list .protit{
    height:50px;
	padding:0 20px;
	text-align:center;
	line-height:50px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 16px;
}
.npronr_list:hover .protit{
	color:#285290;
}
.npronr_list:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nprolf{
	width:50%;
	overflow:hidden;
	border:1px solid #ddd;
	padding:3px;
}
.nprolf img{
	max-width:100%;
	width:100%;
	
	transition: all 0.5s ease 0s;
	
}
.nprolf:hover img{
	transform:scale(1.1);
	transition: all 0.5s ease 0s;
}
.nprort{
	width:45%;
}
.nprort h3{
	color:#285290;
	font-size:26px;
	position:relative;
	line-height:40px;
	margin-bottom:40px;
}
.nprort h3::after{
	position:absolute;
	content:"";
	width:50px;
	height:2px;
	background:#285290;
	left:0;
	bottom:-20px;
}
.nprort p{
	font-size:16px;
	line-height:34px;
	color:#666;
}
.nprort a{
	background:#285290;
	width:154px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#fff;
	display:block;
	font-size:16px;
	margin-top:30px;
	transition: all 0.5s ease 0s;
}
.nprort a:hover{
	border-radius:30px;
	transition: all 0.5s ease 0s;
}
.nprotit{
	height:40px;
	line-height:40px;
	text-align:left;
	padding-left:25px;
	color:#fff;
	margin:25px 0;
	font-size:16px;
	background:url(../images/pro01.jpg) no-repeat 10px center #285290;
}
.nproinfo p,.nproinfo{
	font-size:16px;
	line-height:32px;
	color:#666;
}
/*产品展示结束*/

/*npartner*/
.npronr_list.caselist .protit{
	background:#f5f5f5;
}
.npronr_list.caselist:hover .protit{
	color:#fff;
	background:#285290;
}
/*joblist*/
.joblist{
	line-height:96px;
	border-bottom:1px dashed #ccc;
	padding:0 40px;
	background:#fafafa;
}
.joblist:last-child{
	border-bottom:none;
}
.joblist .jobbt{
	float:left;
	width:70%;
	font-size:18px;
	color:#333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.joblist .jobdate{
	float:right;
	width:28%;
	text-align:right;
	font-size:16px;
	color:#666;
}
.joblist:hover .jobbt,
.joblist:hover .jobdate{
	color:#285290;
}
.jobnr h1{
	text-align:center;
	color:#285290;
	font-size:26px;
	line-height:40px;
}
.jobnr .fbtime{
	color:#999;
	font-size:16px;
	line-height:30px;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:30px;
}
.jobtit{
	font-size:18px;
	font-weight:bold;
	color:#285290;
	line-height:36px;
}
.jobinfo{
	font-size:16px;
	line-height:32px;
	color:#666;
	margin-bottom:20px;
}
/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 30px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    margin-right: 6px;
	border:1px solid #dcdcdc;
	padding:5px 10px;
	font-size:14px;
}
.dede_pages ul li.thisclass{
    box-sizing: border-box;
	background: #285290;
	color:#fff;
	border:1px solid #285290;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li:hover a{
	color:#fff;
}
.dede_pages ul li:hover{
    background: #285290;
	color: #fff;
	cursor:pointer;
	border:1px solid #285290;
}
.dede_pages ul li:hover span{
	color:#fff;
}
.page1{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
	border-top:1px dashed #cccccc;
}
.pageleft,
.pageright{
	width:49%;
	float:left;
	height:50px;
	line-height:50px;
	text-align:right;
}
.pageright{
	float:right;
	text-align:left;
}
.pageleft:hover p,
.pageright:hover p{
	color:#285290;
}
.page1 p{
	width:100%;
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.pageleft:hover p a,
.pageleft p:hover a
.pageright:hover p a,
.pageright p:hover a{
	color:#fff;
}
.page1 p a:hover{
	color:#fff;
}
/*手机端底部样式*/
.blog-footer{
    padding: 10px 0;
    text-align: center;
    background: #e7ae00;
    color: #fff;
    margin-bottom: 70px;
    line-height: 30px;
}
.blog-footer a {
    color: #fff;
}
.top_menu{
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif;
    width: 100%;
    background: #000;
    display:none;
}
.top_menu li{
    -webkit-box-flex: 1;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
    -webkit-background-size: 1px 100%, 1px 100%;
    background-size: 1px 100%, 1px 100%;
    background-position: 1px center, 2px center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 33.3%;
    float: left;
}
.top_menu li a{
    display: block;
    text-align: center;
    height: 55px;
    color: #fff;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    text-decoration: none;
    -webkit-box-flex: 1;
}
.top_menu li a img{
    padding: 0;
    height: 20px;
    width: 20px;
    color: #fff;
    vertical-align: middle;
    display: block;
    margin: 15px auto 0;
}
.top_menu li a label{
    padding: 3px 0 0 3px;
    font-size: 14px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
/**/
@media(max-width:1200px) {
	.nav .menu > li a{
		padding:0 42px;
	}
	.cont,.nmenucont{
		width:94%;
	}
	.botnav {
		padding: 0 30px;
	}
	.prolist .proimg{
		height:330px;
	}
	.npronr_list .proimg{
		height:220px;
	}
	.swiper-button{
		margin-top:50px;
	}
	.about .tit{
		margin-bottom:15px;
	}
	.aboutl li {
		margin: 15px 45px 15px 0;
	}
	.newslist .newsimg{
		height:215px;
	}
	.nnewslist .newsimg{
		height:170px;
	}
	.nnewslist .newscon {
		margin-top: 5px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:300px;
	}
	.nav .menu > li a{
		padding:0 40px;
	}
	.prolist .protit{
		margin-bottom:25px;
		line-height:45px;
	}
	.swiper-button {
		margin-top: 20px;
	}
	.newslist .newsimg {
		height: 190px;
	}
	.advantagelist .advantageimg{
		height:310px;
	}
	.advantagexq{
		width:140px;
		left:-70px;
	}
	.npronr_list .proimg {
		height: 190px;
	}
	.nnewslist .newsimg {
		height: 145px;
	}
	.nnewslist .newscon {
		margin-top: 0;
	}
	.nnewslist .newsbt{
		font-size:18px;
		line-height:30px;
	}
	.nnewslist .newsdate{
		padding-bottom:5px;
		margin-bottom:5px;
	}
	.prolist .proimg {
		height: 285px;
	}
	.wenhuap{
		padding-right:20px;
	}
	.wenhuap p{
		line-height:32px;
	}
}
@media(max-width:991px) {
	.hidden-s{
		display:none;
	}
	.mobile-header{
		display:block;
		position:fixed;
		left:0;
		top:0;
		width:100%;
		background:#fff;
		z-index:99999;
	}
	.logo{
		margin:5px;
	}
	#wrapper,.banner_n{
		margin-top:68px;
	}
	.nnewslist .newsimg {
		height: 135px;
	}
	.prolist .proimg {
		height: 250px;
	}
	.advantageinfo h3 {
		font-size:22px;
	}
	.advantagelist .advantageimg{
		height:300px;
	}
	.botnav,.meiti{
		padding:0;
	}
	.foottit{
		margin-top:15px;
	}
	.naboutimg{
		margin-top:10px;
	}
	.naboutnrp{
		padding:0;
	}
	
}

@media(max-width:768px) {
	.logo img{
	    margin-top:10px;
		width:70%;
	}
	.left,.right{
		float:none;
	}
	.pageleft, .pageright{
		width:100%;
		text-align:left;
		height:40px;
		line-height:40px;
	}
	.page1 p{
		line-height:40px;
		height:40px;
	}
	.banner_n{
		height:240px;
	}
	.advantage,.news,.about,.pro{
		padding:50px 0;
	}
	.aboutl li {
		margin: 15px 25px 15px 0;
	}
	.aboutl{
		padding-right:30px;
	}
	.prolist .proimg {
		height: 220px;
	}
	.prolist .protit{
		font-size:20px;
	}
	.prolist .prodesc{
		font-size:14px;
		line-height:30px;
	}
	.newslist{
		width:47%;
	}
	.newslist .newsimg {
		height: 210px;
	}
	.newslist:last-child{
		display:none;
	}
	.advantageinfo p {
		-webkit-line-clamp: 4;
	}
	.advantagelist .advantageimg {
		height: 230px;
	}
	.advantageinfo {
		padding-right: 80px;
		margin-top: 0px;
	}
	.advantageinfo h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.advantageinfo p{
		font-size:15px;
		line-height:28px;
	}
	.advantageinfo h3::after {
		bottom: -9px;
	}
	.advantagepage{
		bottom:10px;
	}
	.advantagexq {
		left: -65px;
		width: 130px;
		height: 45px;
		line-height: 45px;
		background: url(../images/advantage01.png) no-repeat 80px center #285290;
		font-size: 15px;
		padding-left: 15px;
	}
	.npronr_list{
		width:48%;
	}
	.npronr_list .proimg {
		height: 210px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:20px;
	}
	.nnewslist .newsimg {
		height: 105px;
	}
	.nnewslist {
		margin-bottom: 15px;
		padding: 8px 10px;
	}
	.nnewslist .newsbt {
		font-size: 16px;
	}
	.nnewslist .newsdate{
		font-size:14px;
	}
	.nnewslist .newsms{
		font-size:14px;
		-webkit-line-clamp:1;
	}
    #top_menu{ display:block;}
}
	
@media(max-width:767px) {
	.advantageinfo{
		padding:0;
	}
	.advantageinfo p {
		-webkit-line-clamp: 6;
	}
	.aboutr,.advantageimg{
		margin-top:15px;
	}
	.advantagexq{
		display:none;
	}
	.advantagepage {
		position: static;
		margin-top: 15px;
		text-align: center;
	}
	.botbeian{
		text-align:left;
	}
	.aboutl{
		padding:0;
	}
	.advantagelist .advantageimg {
		height:auto;
	}
	.advantagelist .advantageimg img{
		position:relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.advantagelist:hover .advantageimg img{
		transform:translate(0%, 0%) scale(1.2);
	}
	.nmessagenr ul li{
		width:100%;
		margin:15px 0 0 0;
	}
	.newsnav{
		float:none;
	}
	.newsnav li{
		margin-top:10px;
	}
	.advantage,.news,.about,.pro{
		padding:40px 0;
	}
	
}
@media(max-width:640px) {
	.ntit{
		margin-bottom:30px;
	}
	.logo{
		width:85%;
	}
	.prolist .proimg,
	.prolist .procon{
		float:none;
		width:100%;
		height:auto;
	}
	.prolist .procon{
		margin-top:10px;
	}
	.prolist .proimg img{
		position:relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.prolist:hover .proimg img{
		transform:translate(0%, 0%) scale(1.2);
	}
	.npronr_list .proimg {
		height: 190px;
	}
	.joblist{
		line-height:60px;
		padding:0 15px;
	}
	.nabout_menu li > a{
		padding-right:10px;
	}
	.nabout_menu li{
		margin-right:15px;
	}
	.nprort h3{
		font-size:20px;
		margin-bottom:25px;
	}
	.nprort h3::after{
		bottom:-10px;
	}
	.jobnr h1,.nnewsnr h1{
		font-size:20px;
	}
	.jobtit{
		font-size:16px;
	}
	.jobinfo{
		font-size:15px;
		line-height:28px;
	}
	.newslist .newsimg {
		height: 185px;
	}
	.newslist .newsimg p{
		width:70px;
		height:50px;
		line-height:50px;
	}
	.newslist .newsimg p span{
		font-size:30px;
	}
	.nnewslist .newsimg {
		height: 90px;
	}
	.nnewslist .newsdate {
		padding-bottom: 0px;
		margin-bottom: 0px;
		font-size:13px;
		line-height:24px;
	}
	.tit h3 a{
		font-size:26px;
	}
	.tit p, .tit p span{
		font-size:20px;
	}
	
}

@media(max-width:500px) {
	.banner_n{
		height:200px;
	}
	.npronr_list .proimg {
		height: 145px;
	}
	.ntit h3{
		font-size:24px;
		line-height:40px;
	}
	.ntit p{
		font-size:18px;
	}
	.nnewslist .newsimg {
		height: 70px;
	}
	.nnewslist .newsms{
		display:none;
	}
	.nnewslist .newsdate{
		border:none;
	}
	.joblist .jobbt{
		font-size:16px;
	}
	.joblist .jobdate{
		font-size:14px;
	}
	.newslist {
		width: 100%;
		margin:8px 0;
	}
	.newslist .newsimg {
		height:auto;
		margin-bottom:10px;
	}
	.newslist .newsimg img{
		position:relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.newslist:last-child{
		display:block;
	}
	.tit{
		margin-bottom:25px;
	}
	
}

@media(max-width:414px) {
	.npronr_list{
		width:100%;
		margin:8px 0;
	}
	.npronr_list .proimg {
		height: auto;
	}
	.npronr_list .proimg img{
		position:relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.npronr_list:hover img{
		transform:translate(0%, 0%) scale(1.2);
	}
	.nnewslist .newsimg {
		height: 56px;
	}
	
}
@media(max-width:375px) {
	.logo img{
	    margin-top:10px;
		width:70%;
	}
	.nabout_menu li > a{
		font-size:16px;
	}
	.nnewslist .newsimg {
		height: 50px;
	}
	.nnewslist .newsbt{
		line-height:24px;
	}
}
@media(max-width:320px) {
	.banner_n {
		height: 140px;
	}
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#285290; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}

