@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{

	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:100%;
	height:86px;
	position: fixed;
	z-index: 9999;
	top:0;
	background:#fff;
}
.headernr{
	width:1400px;
	height:86px;
	margin:auto;
	position: relative;
}
.logo{
	overflow:hidden;
	padding-top:15px;
	padding-left:10px;
}
.nav{
	float:right;
}

.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;

}

/* 层浮动 */

.fl { float: left; }

.fr{ float: right; }

.center { margin: 0 auto; }


/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:40px;
	margin-bottom:40px;
	}
.npronr,.npinpainr{
	width:100%;
	overflow:hidden;
}
.npinpainr dl{
	height:400px;
	background:#f5f5f5;
	overflow:hidden;
	margin-bottom:10px;
}
.npinpainr dl dt{
	width:50%;
	overflow:hidden;
	float:left;
}
.npinpainr dl dt img{
	width:100%;
	height:400px;
}
.npinpainr dl:hover dt img{
	width:100%;
	height:400px;
}
.npinpainr dl dd{
	height:100%;
	width:50%;
	float:left;
	position:relative;
}
.npinpainr dl dd:after{
	content: "";
	position: absolute;
	background: linear-gradient(to right,#46d4a9,#67e568);
	width: 0%;
	left: 0;
	bottom: 0;
	-webkit-transition: background-color 0.5s, width 0.5s;
	-o-transition: background-color 0.5s, width 0.5s;
	transition: background-color 0.5s, width 0.5s;
}
.npinpainr dl dd:after {
	width: 0;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
	z-index: 1;
	height: 6px;
	bottom: 3px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%); 
}
.npinpainr dl:hover dd:after{
	width: 100%;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
	z-index: 1;
	height: 6px;
	bottom: 3px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%); 
	}
.tit.npinpaibt{
	margin:40px 20px 40px 20px;
}
.npinpaiinfo{
	margin:0 20px 0 20px;
	line-height:30px;
	font-size:16px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.npinpainr .indexmore{
	margin-left:20px;
	margin-top:20px;
}
.tit.npinpaibt a{
	font-size:24px;
}
.npronr dl{
	width:380px;
	overflow:hidden;
	float:left;
	margin:10px;
	background: #f9fafc;
    border-radius: 10px;
}
.npronr dl dt{
	width:100%;
	height:210px;
	overflow:hidden;
	position:relative;
	}
.npronr dl dt img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
	}
.npronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npronr dl dd{
	width:100%;
	overflow:hidden;
    height:60px;
	line-height:60px;
	text-align:center;
}
.npronr dl dd .nprobt{
	font-size:18px;
	color:#666;
}
.kcbt{
	z-index:0;
	font-size:18px;
	position:relative;
	}
.npronr span.kcbt:after {
	content: "";
	position: absolute;
	background-color: #45d3ab;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transition: background-color 0.5s, width 0.5s;
	-o-transition: background-color 0.5s, width 0.5s;
	transition: background-color 0.5s, width 0.5s;
}
.npronr span.kcbt:after {
	width: 0;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
	z-index: -1;
	height: 6px;
	bottom: calc(50% - 6px);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%); 
}
.npronr dl:hover span.kcbt:after {
	width: 100%;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
	z-index: -1;
	height: 6px;
	bottom: calc(50% - 6px);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%); 
}
.npronr dl:hover dd .nprobt:after{
	width:100%;
	}

.npronr .nprolf{
	width:50%;
	overflow:hidden;
	}
.npronr .nprolf img{
	width:100%;
	height:auto;
	border-radius:0px;
}
.npronr .nprort{
	width:48%;
}
.npronr .nprort h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#666;
	margin-bottom:20px;
}
.npronr .nprort p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#666;
	line-height:30px;
}
.npronr .nprort p font{
	margin-left:32px;
}
.npronr .nprort p span{
	color:#990000;
}
.nprotit{
	color:#fff;
	height:50px;
	line-height:50px;
	text-align:center;
	width:100%;
	margin:40px 0 0 0;
	background: #010280;
	border-radius:0px;
	font-size:16px;
}
.nprotel{
	position:relative;
	margin-top:30px;
}
.nprotel_text{
	background: linear-gradient(to right,#09319b,#09a3d3);
	width:300px;
	height:50px;
	line-height:50px;
	border-radius:30px;
	font-size:18px;
	color:#fff;
}
.nprotel_text img{
	margin:-3px 10px 0 20px;
}
.nprotel_text a{
	color:#fff;
	font-size:18px;
}
.nprotel_yinying {
    position: absolute;
    left: 15px;
    top: 13px;
    background: linear-gradient(to right,#45d3aa,#68e566);
    width: 300px;
    height: 50px;
    border-radius: 30px;
    z-index: -1;
}
.npronr .nproinfo{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.npronr .nproinfo p{
	font-size:16px;
	line-height:30px;
	}
.npinpai .img-content .big-img{
	height:800px;
}
.npinpai .img-content{
	background:#000;
	border-radius:10px;
	padding-bottom:15px;
}

/* 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{
	float:left;
	text-align:center;
	line-height:86px;
	background:url(../images/navline.jpg) no-repeat right center;
}
.nav .menu > li:last-child{
	background:none;
}
.nav .menu > li a{
	color:#666;
	font-size:16px;
	display:block;
	position:relative;
	padding:0 25px;
}
.nav .menu > li:hover a{
	color:#010280;
}
.nav .menu > li.current a{
	color:#010280;
}
.nav .menu > li .submenu{
	width:100%;
	left:0%;
}
.nav .menu > li:nth-child(3) .submenu{
	width:240%;
	left:-70%;
}
.nav .menu > li .submenu li{

	width:100%;

	height:40px;

	line-height:40px;

	background:#010280;

	text-align:center;

	border-bottom:solid 1px #fff;

}
.nav .menu > li .submenu li:last-child{
	border:none;
}
.nav .menu > li .submenu li a{

	display:block;

	color:#fff;

	font-size:14px;

}

.nav .menu > li .submenu li:hover{

	background:#fc7001;

}
.mobile-header{
	display:none;
}
#menu span {
    width: 1.875rem;
    height: 0.1875rem;
    background-color: #010280;
    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: 20px;
	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-color: #010280;
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span{
	background-color:#010280;
}
#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:#fc7001;
}
.cont{
	width:1400px;
	overflow:hidden;
	margin:auto;
}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
#wrapper {
	position:relative;
	margin-top:86px;
	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);
}

#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:600px !important;

	overflow:hidden;

}



.fullwidthbanner-container .fullwidthabnner	{

	width:100% !important;

	max-height:600px !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 {	
	border:1px solid #fe7c28;
}
.tp-bullets.simplebullets.round .bullet:hover::before,
.tp-bullets.simplebullets.round .bullet.selected::before{
	background:#fe7c28;
	width:10px;
	height:10px;
	position: absolute;
	left:2px;
	top:2px;
	content:"";
	border-radius:10px;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background:#14a73c;
 }

/** BULLETS **/

.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}



.tp-bullets.simplebullets.round .bullet {

    cursor: pointer;

    position: relative;
	border:1px solid #fff;
    width: 16px;
    height: 16px;
	border-radius:16px;
	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:40px;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.tit h3 a{
	font-size:28px;
	color:#000;
	}
.tit p{
	width:100%;
	height:auto;
	text-align:center;
	color:#999999;
	font-family:Arial;
	}
.tit span{
	display:block;
	width:270px;
	height:1px;
	background:#d2d2d2;
	margin:auto;
	position:relative;
	margin-top: 10px;
	}
.tit span:after{
	content:"";
	position:absolute;
	width:32px;
	height:10px;
	background:#f68400;
	bottom:-5px;
	left:50%;
	margin-left:-16px;
}
.pro h3,.case h3,.news h3{
	width:100%;
	text-align:center;
	font-weight:normal;
	line-height:45px;
	
}
.pro h3 a,.case h3 a,.news h3 a{
	font-size:28px;
	color:#333;
	position:relative;
}
.pro h3 a::after,
.case h3 a::after,
.news h3 a::after,
.pro h3 a::before,
.case h3 a::before,
.news h3 a::before {
	position: absolute;
	content: "";
	bottom:0px;
	width: 52px;
	height:2px;
	background: #bfbfbf;
	transform: scaleX(1);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pro h3 a::after,
.case h3 a::after,
.news h3 a::after{
	left: -75px;
}
.pro h3 a::before,
.case h3 a::before,
.news h3 a::before {
	right: -75px;
}
.pinyin{
	color:#999;
	font-size:14px;
	text-align:center;
	margin-bottom:30px;
}
	
/* about
-------------------------------------------------------------- */
.about{
	background:#f5f5f5;
	padding:50px 0;
	position:relative;
	overflow:hidden;
}
.about h3{
	line-height:45px;
	font-weight:normal;
}
.about h3 a{
	color:#004794;
	font-size:26px;
}
.about .pinyin{
	font-size:14px;
	color:#999;
	text-align:left;
	border-bottom:1px solid #cccccc;
	padding-bottom:20px;
}
.aboutl{
	width:50%;
}
.aboutl img{
	width:100%;
}
.aboutr{
	width: 100%;
    max-width: 1050px;
    min-width: 0px;
    margin:0 0 0 auto;
	padding:0;
	min-height:440px;
	background:#fff;
	margin-top:45px;
	position:absolute;
	left:45%;
	top:40px;
}
.aboutrdiv{
    width: 100%;
    max-width: 790px;
    min-width: 0px;
    margin:0  0 auto 0;
	padding:20px 0 40px 50px;
}

.aboutnr{
	font-size:16px;
	line-height:32px;
	color:#666;
}
.aboutmore a{
	width:130px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:14px;
	text-align:center;
	color:#004794;
	border:1px solid #004794;
	display:block;
	transition: all 0.5s;
}
.aboutmore a:hover{
	transition: all 0.5s;
	border-radius:25px;
	background:#004794;
	color:#fff;
}
.ab_fldiv{
	border-bottom:1px solid #d7d7d7;
}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin:20px 0;
}
.ab_fl dl{
	overflow:hidden;
	border-right:solid 1px #dfdfdf;
	margin:16px 0 11px 0;
}
.ab_fl dl:last-child{
	border:none;
	}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color:#000;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#333;
}
.ab_fl dl dt span{
	font-size:38px;
    width: 100%;
	font-family:Arial;
	font-weight:normal;
	color:#000;
}
.ab_fl dl dd{
	font-size:16px;
}
/* pro
-------------------------------------------------------------- */
.pro{
	padding:50px 0;
}
.prostyle{
	position:relative;
}
#goL1 {
    left: 0;
}
#goR1 {
	right:0;
}
#goL1, #goR1 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 40px;
    font-family: cursive;
    background-color: #004794;
    position: absolute;
    top: 0;
}
#marquee1 {
    width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f5f5f5;
    height: 50px;
}
#marquee1 ul li {
    float: left;
	width:260px;
	background:#f5f5f5;
}
#marquee1 ul li.active{
	background:#004794;
	color:#fff;
}
#marquee1 ul li a {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 50px;
    width: 100%;
    display: block;
}
#marquee1 ul li.active a{
	color:#fff;
}
.probox {
    margin-top: 30px;
}
.probox .prolist{    margin-bottom: 20px;}
.proboxlist{
	display:none;
}
.prolist .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 320px;
    display: block;
}
.prolist .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.prolist .protit{
	padding:0 5px;
	color:#fff;
	text-align:center;
	line-height:55px;
	font-size:16px;
	background:#004794;
	overflow: hidden; 
	-webkit-line-clamp: 1; 
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	word-break: break-all;
}

.prolist a:hover .protit{
	background:#fe7c28;
}
.prolist:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
.promore{
	margin:50px auto 0;
}
.promore a{
	width:185px;
	height:46px;
	line-height:46px;
	overflow:hidden;
	font-size:16px;
	text-align:center;
	color:#004794;
	border:1px solid #004794;
	margin:auto;
	display:block;
	transition: all 0.5s;
}
.promore a:hover{
	transition: all 0.5s;
	border-radius:25px;
	background:#004794;
	color:#fff;
}
/*case*/
.case{
	padding:50px 0;
}
.casecon{
	width:1400px;
	margin:0 auto;
}
.case-container{
	position:relative;
}
.caselist .caseimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 290px;
    display: block;
}
.caselist .caseimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.caselist:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
/*reason*/
.reason{
	background:url(../images/reasonbg.jpg) no-repeat top center;
	background-size:cover;
	padding:45px 0;
}
.reason h3{
	font-weight:normal;
	line-height:55px;
	text-align:center;
}
.reason h3 a{
	font-size:28px;
	color:#fff;
}
.reason .pinyin{
	color:#fff;
	font-size:14px;
	text-align:center;
}
.reason-container h4{
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin:10px 0 15px 0;
}
.reason-container p{
	font-size:14px;
	color:#fff;
	line-height:30px;
}
.reason-container img{
	width:100%;
}
.reasonp{
	padding-left:50px;
}
/* news
-------------------------------------------------------------- */
.news{
	padding:50px 0;
	background:#f5f5f5;
}
.news .pinyin{
	margin-bottom:50px;
}
.newsnrlimg{
	position:relative;
	height:233px;
	margin-bottom:20px;
	overflow:hidden;
}
.newsnrlimg img{
	width:100%;
	height:100%;
}
.newsnrldate{
	position:absolute;
	background:#14a73c;
	width:80px;
	height:80px;
	left:0;
	top:0;
	color:#fff;
	text-align:center;
}
.newsnrldate p{
	font-size:48px;
	line-height:55px;
	color:#fff;
}
.newsnrldate span{
	font-size:16px;
	color:#fff;
}
.newsnrr img{
	width:100%;
}
.newsnrl .newsbt{
	font-size:20px;
	color:#454545;
	line-height:35px;
	margin-bottom:4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newsnrl .newsms{
	font-size:15px;
	color:#808080;
	line-height:30px;
	margin-bottom:4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsnr a:hover .newsbt{
	color:#fe7c28;
}
.newsnr a:hover .newslist-l{
	background:#fe7c28;
}
.newslist{
	margin-bottom:30px;
}
.newslist-l {
	float:left;
	width:17%;
	height:95px;
	max-width:95px;
	font-weight:normal;
	text-align:center;
	background:#004794;
}
.newslist-l p{
	font-size:26px;
	color:#fff;
	line-height:40px;
	margin-top:10px;
}
.newslist-l span{
	font-size:18px;
	color:#fff;
}
.newslist-r {
	float:right;
	width:78%;
}
.newsmore{
	margin-top:30px;
}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
}
.link .linknr{
	padding:25px 0;
	background:url(../images/link.png) no-repeat left 25px;
	padding-left:50px;
	line-height:30px;
}
.link .linknr span{
	font-size:16px;
	color:#004794;
	
}
.link .linknr a{
	color:#004794;
	font-size:16px;
	padding-right:5px;
	border-right:1px solid #004794;
}
.link .linknr a:last-child{
	border-right:none;
}/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#004794;
	padding:30px 0;
}
.footer .lxwm,
.footer .botnav,
.footer .footermessage{
	border-right: solid 1px #336ca9;
	min-height:200px;
}
.footer h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	margin-bottom:12px;
	line-height: 35px;
	margin-bottom:15px;
	font-weight:normal;
}
.footer h4 a{
	font-size:18px;
	color:#fff;
}
.footer .lxwm p{
	color:#c4dafd;
	font-size:14px;
	line-height:30px;
}
.footer .lxwm p a{
	color:#c4dafd;
	font-size:14px;
}
.botnav ul li{
	float:left;
	width:50%;
	text-align:left;
	line-height:30px;
}
.botnav ul li a{
	color:#c4dafd;
	font-size:14px;
}
.botnav ul li a:hover{
	color:#fff;
}
.footermessage ul li{
	margin-bottom:10px;
	line-height:30px;
	font-size:16px;
	color:#333;
	width:48%;
	float:left;
	margin-right:2%;
}
.footermessage ul li:last-child{
	width:98%;
	float:none;
	margin-right:0;
	margin-bottom:0;
}
.footermessage ul li input{
	width:100%;
	height:28px;
	line-height:28px;
	font-size:14px;
	border:none;
	padding-left:10px;
	background:#c4dafd;
	color:#004794;
}
.footermessage ul li textarea{
	width:100%;
	height:60px;
	line-height:30px;
	border:none;
	background:#c4dafd;
	padding:3px 10px;
	font-size: 14px;
}
.footermessage .tjbtn{
	width:100%;
	overflow:hidden;
}
.footermessage .tjbtn input{
    height: 30px;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    color: #004794;
    background:#c4dafd;
    font-size: 14px;
	width:100px;
}
.footermessage input::-webkit-input-placeholder { color: #004794;}
.footermessage input:-moz-placeholder { color: #004794;}
.footermessage input::-moz-placeholder { color: #004794;}
.footermessage input:-ms-input-placeholder { color: #004794;}
.footermessage textarea::-webkit-input-placeholder { color: #004794;}
.footermessage textarea:-moz-placeholder { color: #004794;}
.footermessage textarea::-moz-placeholder { color: #004794;}
.footermessage textarea:-ms-input-placeholder { color: #004794;}

.footermessage .has-error em{
	color:#c4dafd;
	font-style:normal;
	font-size:14px;
	margin-left:10px;
}
.footewm{
	margin-top:30px;
}
.footewm p{
	font-size:16px;
	float:left;
	color:#fff;
	margin-top:30px;
	text-align:center;
	margin-left:15px;
}
.footewm img{
	float:left;
}
.footewm p span{
	color:#14a73c;
	display:block;
	font-size:16px;
}
.footer .lxwm,
.footer .footewm{
	padding-left:35px !important;
}
.footermessage{
	padding:0 35px !important;
}
.bot{
	width:100%;
	overflow:hidden;
	color:#fff;
	background:#023a76;
	text-align:center;
}
.bot .cont{
	padding:15px 0;
}
.bot a{
	color:#fff;
}

/* banner_n
-------------------------------------------------------------- */

.banner_n{ 
	width:100%; 
	height:400px;
	margin-top:86px;
	position:relative;
	background-size:cover;
}
.capitalize{
	position: absolute;
    width: 90%;
    color: #fff;
    text-align: center;
    top: 45%;
    left: 5%;
    line-height: 1.6;
    transform: translate(0, -50%);
    z-index: 4;
}
.capitalize .ad-tit {
    font-size: 36px;
    font-weight: normal;
	color:#fff;
	letter-spacing:1px;
}
.capitalize .ad-line {
    height: 2px;
    width: 3%;
    background: #fff;
    margin: 0.8% auto;
}
.mbanner{
	display:none;
}
/* position
-------------------------------------------------------------- */
.post{
	margin-bottom:50px;
	background:#f5f5f5;
	height:45px;
	line-height:45px;
	font-size:14px;
	color:#666;
}
.post .cont a{
	color:#666;
	font-size:14px;
}
.ntit{	
	margin-bottom:40px;
	position:relative;
}
.text_line{
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: -22px;
}
.ntit span{
	color:#333;
	font-size:28px;
	display: block;
    width: 150px;
	background:#fff;
}
.nabout_menu{
	margin:0;
	position:absolute;
	right:0;
	top:-22px;
	background:#fff;
	padding-left:20px;
}
.nabout_menu ul{
	margin:0;	
}
.nabout_menu li{
	float:left;	
}
.nabout_menu li a {
    position: relative;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    color: #333;
    display: block;
    transition: 0.3s ease 0s;
}
.nabout_menu li.cur a{
	color:#fc7001;
}
.nabout_menu li  a:hover{
	color:#fc7001;
}
.position{
	line-height:80px;
	text-align:right;
}
.position img{
	margin-top:-3px;
}
.position a{
	margin:0 3px;
}
.npro_menu li{
	float:left;
	width:19%;
	text-align:center;
	border:1px solid #bfbfbf;
	height:46px;
	line-height:46px;
	margin-right:1%;
	margin-bottom:15px;
}
.npro_menu li.cur,
.npro_menu li:hover{
	background:#fc7001;
	border-color:#fc7001;
}
.npro_menu li.cur a,
.npro_menu li:hover a{
	color:#fff;
}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin:30px auto;
}
.naboutnr p{
	text-indent:28px;
	font-size:16px;
	line-height:32px;
	margin-bottom:20px;
}
.aboutusimg{
	margin-top:30px;
}
.aboutusimg > div{
	padding:0  !important;
}
.aboutusimg img{
	width:100%;
}
.hezuolist{
	margin-bottom:15px;
}
.hezuolist .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 220px;
    display: block;
}
.hezuolist .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.hezuolist .protit{
	padding:0 5px;
	color:#333;
	text-align:center;
	line-height:45px;
	font-size:16px;
	overflow: hidden; 
	-webkit-line-clamp: 1; 
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	word-break: break-all;
}

.hezuolist a:hover .protit{
	color:#fc7001;
}
.hezuolist:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
/* nmassgenr
-------------------------------------------------------------- */
.nmessage{
	margin-top:40px;
	margin-bottom:40px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
}
.nmessagenr ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin-right:2%;
	margin-bottom:15px;
}
.nmessagenr ul li:nth-child(3){
	margin-right:0;
}
.nmessagenr ul li:last-child{
	width:100%;
}
.nmessagenr ul li input{
	width:100%;
	height:56px;
	line-height:56px;
	overflow:hidden;
	font-size:16px;
	padding-left:10px;
	border:1px solid #666;
}
.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;
}
.nmessagenr ul li .email{
	background:#fff url(../images/tb9.png) no-repeat right center;
}
.nmessagenr ul li textarea{
	width:100%;
	height:160px;
	line-height:30px;
	border:solid 1px #666;
	padding:5px 5px 5px 10px;
	font-size: 16px;
	background:#fff url(../images/tb10.png) no-repeat right 10px;
}
.nmessagenr .tjbtn{
	width:180px;
	overflow:hidden;
	margin:20px  auto 0;
}
.nmessagenr .tjbtn input{
	width: 100%;
    height: 46px;
    overflow: hidden;
    text-align: center;
    line-height: 46px;
    color: #fff;
    background:#fc7001;
    font-size: 16px;
}
.nmessagenr input::-webkit-input-placeholder { color: #666666;}
.nmessagenr input:-moz-placeholder { color: #666666;}
.nmessagenr input::-moz-placeholder { color: #666666;}
.nmessagenr input:-ms-input-placeholder { color: #666666;}
.nmessagenr textarea::-webkit-input-placeholder { color: #666666;}
.nmessagenr textarea:-moz-placeholder { color: #666666;}
.nmessagenr textarea::-moz-placeholder { color: #666666;}
.nmessagenr textarea:-ms-input-placeholder { color: #666666;}
.nmessagenr .has-error em{
	color:#666666;
	font-style:normal;
	font-size:14px;
	margin-left:10px;
}
/* nnews
-------------------------------------------------------------- */
.nnewsnrlist{
	margin-bottom:30px;
	border-bottom:1px dashed #ccc;
	padding-bottom:30px;
}
.nnewsnrlist .newsimg img{
	width:100%;
	max-width:100%;
	height:auto;
}
.nnewsnrlist .newsimg{
	width:10%; 
	overflow:hidden; 
	background:#010280; 
	position: relative;
    height: 130px;
	float:left;
	padding:21px 0px;
	border:0px solid #ddd;
}
.nnewsnrlist .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nnewsnrlist:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}

.nnewsnrlist .newscon{
	width:86%;
	padding-top:10px;
	padding-right:10px;
	float:right;
}
.nnewsnrlist .newsbt{
	font-size:18px;
	color:#000;
	line-height:30px;
	margin-bottom:4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top:5px;
}
.nnewsnrlist .newsdate{
	color:#999;
	line-height:30px;
}
.nnewsnrlist .newsms{
	color:#666;
	line-height:26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nnewsnrlist .newsgd{
	color:#fc7001;
	margin-top:20px;
}
.nnewsnrlist:hover .newsbt{
	color:#fc7001;
}
.nnewsnr h1{
	text-align:center;
	font-size:18px;
	padding:15px 0;
	margin:0 0 10px 0;
	line-height:26px;
	border-bottom:1px solid #d9d9d9;
}
.nnewsnr .fbtime{
	font-size:14px;
	padding:15px 0;
}
.info{
	background:#f5f5f5;
	padding:10px;
	margin-bottom:15px;
	line-height:24px;
}
.news_content{
	line-height:28px;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	position:relative;
}
.ncontactnr{
	/*position:absolute;*/
	left:0;
	top:0;
	/*width:40%;*/
	height:350px;
	z-index:1;
	background:#fc7001;
	opacity:0.8;
	padding:35px;
	margin-bottom: 30px;
}
.contact01{
	background:url(../images/contact01.png) no-repeat left center;
}
.contact02{
	background:url(../images/contact02.png) no-repeat left center;
}
.contact03{
	background:url(../images/contact03.png) no-repeat left center;
}
.ncontactnr > p{
	color:#fff;
	line-height:45px;
	font-size:16px;
	padding-left:35px;
}
.ncontactnr > p a{
	font-size:16px;
	color:#fff;
}
.ncontactnr > p a:active,
.ncontactnr > p a:visited,
.ncontactnr > p a:hover{
	color:#fff;
}
.ncontactnr > p img{
	vertical-align:middle;
	margin:-3px 5px 0 0;
}
.contact-ewm{
	margin:30px 0 0 0px;
}
.contact-ewm img{
	float:left;
}
.contact-ewm p{
	float:left;
	width:154px;
	text-align:center;
	color:#fff;
	margin:30px 0 0 10px;
	font-size:14px;
}
#map{
	width:100%;
	height:350px;
	overflow:hidden;
	margin-bottom:40px;
}
/*ncase */
.caselist{
	margin-bottom:15px;
}
.caselist .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 210px;
    display: block;
}
.caselist .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.caselist .protit{
	padding:0 5px;
	color:#333;
	text-align:center;
	line-height:55px;
	font-size:16px;
	overflow: hidden; 
	-webkit-line-clamp: 1; 
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	word-break: break-all;
	border:1px solid #eee;
	border-top:none;
}

.caselist a:hover .protit{
	color:#fc7001;
	border-color:#fc7001;
}
.caselist:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
/* npro
-------------------------------------------------------------- */
.npronr{
	margin-top:40px;
}
.npronr .prolist{
	margin-bottom:20px;
}
.npronr .prolist .protit{
	background:#e6e6e6;
	color:#666;
}
.npronr .prolist a:hover .protit{
	color:#fff;
}
.nprort h3{
	font-size:30px;
	text-align:left;
	line-height:40px;
	padding:10px 0;
	margin-top:0px;
}
.nprort p{
	font-size:16px;
	margin:0;
	line-height:40px;
	color:#666;
}
.nprotimg{
	text-align:center;
}
.nproinfo{
	text-align:left;
}
.nprotit{
	height:50px;
	line-height:50px;
	background:#004794;
	border-radius:0px;
	text-align:center;
	color:#fff;
	margin:25px 0;
	font-size:18px;
}
.swiper-slide.npronr_list{
	width:auto;
	margin:0;
}
/*产品展示结束*/
	
/* 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:#fc7001;
	color:#fff;
	border:1px solid #fc7001;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li:hover a{
	color:#fff;
}
.dede_pages ul li:hover{
    background:#fc7001;
	color: #fff;
	cursor:pointer;
	border:1px solid #fc7001;
}
.dede_pages ul li:hover span{
	color:#fff;
}
.page1{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
}
.pageleft,
.pageright{
	width:49%;
	float:left;
	height:50px;
	line-height:50px;
	background:#f4f4f4
}
.pageright{
	float:right;
}
.page1 .pageleft:hover,
.page1 .pageright:hover{
	background:#fc7001;  
}
.pageleft p{
	background:url(../images/news02.png) no-repeat  left center ;
}
.pageright p{
	background:url(../images/news03.png) no-repeat right center;
}
.pageleft:hover p{
	background:url(../images/news02H.png) no-repeat  left center ;
	color:#fff;
}
.pageright:hover p{
	background:url(../images/news03H.png) no-repeat right center;
	color:#fff;
}

.page1 .pageleft p{
	padding:0 10px 0 80px;
}
.page1 .pageright p{
	padding:0 80px 0 20px;
}
.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;
}
/**/
@media(max-width:1600px) {
	.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
		left: 0px;
	}
	.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
		right: 0px;
	}
	.aboutl{
		float:left;
	}
	.aboutrdiv{
		max-width:100%;
		width:100%;
		padding-right:50px;
	}
	.aboutr{
		max-width: 100%;
		position: static;
		width: 50%;
		float: left;
		margin-top: 0;
		min-height:auto;
	}
}
@media(max-width:1440px) {
	.headernr{
		width:100%;
	}
	.cont,.casecon{
		width:95%;
	}
	.caselist .caseimg{
		height:260px;
	}
	.npro_menu li{
		width:24%;
	}
	#marquee1{width: 1100px;}
	#marquee1 ul li{width:220px; }
	
}
@media(max-width:1250px) {
	.logo{
		padding-top:22px;
	}
	.logo img{
		width:400px;
	}
	.caselist .caseimg{
		height:240px;
	}
	.npro_menu li{
		width:32%;
	}
	.nnewsnrlist .newsimg{
		height:180px;
	}
	.nnewsnrlist .newsbt{
		margin:0;
	}
	.nnewsnrlist .newscon{
		width:80%;
		padding:0;
	}
	#marquee1{width: 900px;}
	#marquee1 ul li{width:225px; }
	
}
@media(max-width:1150px) {
	.nav .menu > li a{
		padding:0 15px;
	}
}

@media(max-width:1024px) {
	.header,.mobile-header{
		height:60px;
	}
	.hidden-s{
		display:none;
	}
	.mobile-header{
		display:block;
	}
	.logo{
		width:85%;
		padding-top:15px;
	}
	#menu{
		top:10px;
	}
	#wrapper,.banner_n{
		margin-top:60px;
	}
	.prolist .proimg{
		height:280px;
	}
	.caselist .caseimg{
		height:220px;
	}
	.aboutl,.aboutr{
		float:none;
		width:100%;
	}
	.img-content .big-img{ height:360px;}
	.aboutnr{
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		line-height:40px;
	}
	.newslist-l{
		width:20%;
	}
	.newslist-r{
		width:76%;
	}
	.newslist-l span {
		font-size: 16px;
	}
	.newsnrl .newsbt{
		font-size:18px;
	}
	.newsnrl .newsms{
		font-size:16px;
	}
	.nnewsnrlist .newsimg{
		width:15%;
		height:130px;
	}
	.nnewsnrlist .newsdate{
		line-height:24px;
	}
	.nnewsnrlist .newsgd{
		margin-top:5px;
	}
	.banner_n{
		height:330px;
	}
	.hezuolist .proimg,
	.caselist .proimg{
		height:260px;
	}
	.ncontactnr{
		position:relative;
		width:100%;
		height:auto;
		margin-bottom:15px;
	}
	#marquee1{width:650px;}
	#marquee1 ul li{width:216.6px; }
	
}
@media(max-width:991px) {
	.reasonp{
		padding-left:10px;
		margin-top:20px;
	}
	.footermessage{
		margin-top:15px;
	}
	.footermessage {
		padding: 0 15px !important;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		left:50%;
		margin-left:-50px;
	}
	.npro_menu li{
		width:49%;
	}
}
@media(max-width:768px) {
	.caselist .caseimg {
		height: 180px;
	}
	.newsnrl .newsbt{
		font-size:16px;
	}
	.newsnrl .newsms{
		font-size:14px;
	}
	.ntit span{
		font-size:24px;
	}
	.post{
		margin-bottom:30px;
	}
	.capitalize .ad-line{
		width:8%;
	}
	.pageleft, .pageright{
		width:100%;
		float:none;
		margin-top:15px;
	}
	.banner_n{
		height:300px;
	}
	.nnewsnrlist .newsimg {
		height: 120px;
	}
	.nnewsnrlist .newsms {
		-webkit-line-clamp: 1;
	}
	.nnewsnrlist .newsbt{
		font-size:16px;
	}
	.nnewsnrlist{
		margin-bottom:20px;
		padding-bottom:20px;
	}
	.nabout_menu {
		position: relative;
		left: 0;
		top: 0;
		padding: 0;
		margin-top:30px;
	}
	.nabout_menu li{
		border:1px solid #bfbfbf;
		width:49%;
		margin-right:1%;
		padding:0;
		margin-bottom:15px;
	}
	.nabout_menu li.cur{
		border-color:#fc7001;
	}
	.nabout_menu ul{
		text-align:center;
	}
	.ntit span{
		width:110px;
	}
	.npronr .nprolf{
		width:100%;
	}
	.npronr .nprort{
		width:100%;
		margin-top:15px;
	}
	.img-content .big-img{
		height: 260px;
	}
	.npronr .nprort h3{
		font-size:22px;
		margin-bottom:15px;
	}
	.nprotel{
		margin-top:15px;
	}
	.small-img ul li{
		width:80px;
		height:80px;
	}
	.small-img .left{
		top:23px;
	}
	.small-img .right{
		top:23px;}
	
	
}
@media(max-width:767px) {
	.footer .lxwm, .footer .botnav, .footer .footermessage{
		border:none;
		min-height:auto;
		margin-bottom:15px;
	}
	.footer .lxwm, .footer .footewm {
		padding-left: 15px !important;
	}
	.footewm{
		margin-top:0px;
	}
	#marquee1{width:260px;}
	#marquee1 ul li {
		width: 260px;
	}
}
@media(max-width:640px) {
	.logo img{
		width:100%;
	}
	.pro,.case,.reason{
		padding:30px 0;
	}
	.prolist{
		margin-bottom:15px;
	}
	.prolist .proimg {
		height: 220px;
	}
	.aboutrdiv{
		padding:15px;
	}
	.about .pinyin{
		margin-bottom:15px;
	}
	.aboutnr{
		line-height:30px;
	}
	.aboutmore a{
		margin:0 auto;
	}
	.newslist-l{
		width:23%;
		height:85px;
	}
	.newslist-r{
		width:74%;
	}
	.newslist{
		margin-bottom:15px;
	}
	.newsnrl .newsbt{
		margin-bottom:0;
		line-height:30px;
	}
	.newsnrl .newsms {
		line-height:24px;
	}
	.newslist-l span{
		font-size:14px;
	}
	.banner_n{
		height:260px;
	}
	.nnewsnrlist .newsimg {
		width:30%;
		height: 130px;
	}
	.nnewsnrlist .newsgd{
		display:none;
	}
	.ncontactnr{
		padding:15px;
	}
	.ncontactnr > p{
		line-height:35px;
	}
	.contact-ewm{
		margin-top:15px;
	}
	.nmessagenr ul li{
		width:100%;
		margin-right:0;
	}
	.nmessagenr .tjbtn{
		width:100%;
	}
	.ntit{
		margin-bottom:10px;
	}
	.npro_menu li{
		line-height:18px;
		padding-top:5px;
		margin-bottom:10px;
	}
	.nabout_menu  li{
		margin-bottom:10px;
	}
	#marquee1 ul li a{
		font-size:14px;
	}
	.promore{
		margin-top:10px;
	}
	.news .pinyin{
		margin-bottom:20px;
	}
	.news{
		padding:20px 0;
	}
}

@media(max-width:500px) {
	.banner_n{
		height:200px;
	}
	.capitalize .ad-tit{
		font-size:30px;
	}
	.caselist .caseimg{
		height:220px;
	}
}
@media(max-width:375px) {
	.banner_n {
		height: 180px;
	}
	.ncontactnr > p{
		font-size:14px;
	}
	
}
@media(max-width:320px) {
	.banner_n {
		height: 160px;
	}
	.pro h3 a, .case h3 a, .news h3 a,.about h3 a,.reason h3 a {
		font-size:22px;
	}
	.newslist-l{
		width:27%;
	}
	.newslist-r{
		width:70%;
	}
	
}
.newsimg p{
	overflow:hidden;
	text-align:center;
	font-size:72px;
	line-height:60px;
	font-weight:normal;
	margin:0px auto;
	color:#fff;
	}
.newsimg span{
	display:block;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	margin:0px auto;
	color:#fff;
	}
.cpcs table{background:#666666;width:100%;margin:20px auto 40px;font-size:16px;line-height:26px;text-align:center;}
.cpcs table td{background:#f5f5f5;}
.cpcs tbody tr:nth-child(even) td,
.cpcs tbody tr:nth-child(even) th {background-color:#f0f0f0;}
.cpcs tbody tr:nth-child(odd) td,
.cpcs tbody tr:nth-child(odd) th {background-color:#fff;}
table.cpcs tr:first-child td p{background-color:#b5b5b5;color:#333333;}

table th:nth-child(even){
    background: rgba(200,200,200,1)
}
table th:nth-child(odd){
    background:rgba(255,255,255,1);
    }
table td:nth-child(even){
    background: rgba(255,255,255,1)
}
table td:nth-child(odd){
    background:rgba(200,200,200,1);
    }
.nproinfo strong{ font-size:20px; line-height:40px; color:#004794;}
.nproinfo ol li{ font-size:16px; line-height:30px; color:#666;}