* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
::-moz-selection {
 background: #555;
 color: #fff;
}
::selection {
	background: #555;
	color: #fff;
}
::-moz-selection {
 background: #555;
 color: #fff;
}
::-webkit-scrollbar{
	display:none;
}

html,body,a{
	padding:0;
	margin:0;
	list-style:none;
	border:none;
	font-size:14px; 
	font-family:myFont; 
	color:#666;
}
p{
	line-height:26px;
	font-size:14px; 
}
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;
	font-weight:normal;
}
body,button,input,select,textarea{
	outline:none;
}
.body{
	background:#fff;
}
.nbody{
	background:#efefef;
}
ul,ol,li{
	list-style:none; 
	margin:0; 
	padding:0;
}
table,table tr,table td{
	border:solid 1px #777777;
}
html,body{
	height:auto;
	margin:0 auto;
}
.hide{
	display:none;
}
.clear{
	clear:both; 
	font-size:1px; 
	line-height:0px; 
	height:0px;
}
input,textarea{
	font-family:myFont;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
h1{
	font-size: 3em; 
	line-height: 1; 
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.5em; 
	line-height: 1;
}
h4{
	font-size: 1.2em; 
	line-height: 1.25;
}
h5{
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
/* 页面基本元素

-------------------------------------------------------------- */
/* 链接样式 */

a {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/* 层浮动 */
.left {
	float: left;
}
.right{
	float: right;
}
.clear{ height:0; font-size:0; line-height:0; clear:both;}
.clearfix:after { 
	content:"\200B"; 
	display:block;
	height:0; 
	clear:both; 
} 
.clearfix {*zoom:1;}/*IE/7/6*/
.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;
}
.headernr{
	width:94%;
	margin:0 auto;
}
.headtel {
	padding-top:35px;
	margin-left:30px;
}
.headtel img{
	margin:0 10px 0 0;
}
.headtel span{
	border:1px solid #cacaca;
	border-radius:20px;
	padding:5px 15px;
	color:#000;
}
.logo{
	width:25%;
	overflow:hidden;
	margin:25px 0 0 10px;
}
.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:100px;

	float:left;

	text-align:center;

	line-height:100px;
	

	}

.nav .menu > li a{
	color:#000;
	font-size:16px;
	display:block;
	position:relative;
	margin:0 30px;
}
.nav .menu > li > a::after {
	position: absolute;
	content: "";
	bottom:0px;
	left: 30%;
	width: 40%;
	height:2px;
	background: #ea1d22;
	transform: scaleX(0);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav .menu > li > a:hover::after,
.nav .menu > li.current > a::after{
  transform: scaleX(1);
}

.nav .menu > li .submenu{
	width:100%;
	left:0%;
}
.nav .menu > li:nth-child(3) .submenu{
	width:180%;
	left:-40%;
}
.nav .menu > li .submenu li{

	width:100%;

	height:45px;

	line-height:45px;

	background: #ea1d22;

	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: #154366;

}
.nav li:last-child img{
	margin-top:30px;
}
.mobile-header{
	display:none;
}
#menu span {
    width: 1.875rem;
    height: 0.1875rem;
    background-color: #349bd7;
    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: 18px;
	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:#173b53;
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span{
	background-color:#173b53;
}
#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:1400px;
	overflow:hidden;
	margin:auto;
}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
}

/* banner

-------------------------------------------------------------- */
#wrapper {
	position:relative;
	margin-top:76px;
}

#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:760px !important;
	overflow:hidden;
	z-index:1;
}
.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:760px !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.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background: linear-gradient(to right,#97c629,#349bd7);
}
.tp-bullets.simplebullets.round .bullet:hover{
	background: linear-gradient(to right,#97c629,#349bd7);
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background: linear-gradient(to right,#97c629,#349bd7);
}

/** BULLETS **/

.tp-bullets {
    z-index: 1001;
	position: absolute;
    bottom: 80px !important;
	width: 200px !important;
}
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
	background:#fff;
    width: 14px;
    height: 14px;
	border-radius:50%;
	margin:0 8px 20px 8px;
    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;

}
/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	height:auto;
}
.tit p{
	color:#133652;
	font-size:30px;
	font-weight:bold;
	font-family: Arial;
}
.tit h3{
	line-height:60px;
}
.tit h3 a{
	font-size:28px;
	color:#000;
	position:relative;
}
.tit h3 a:after{
	position:absolute;
	left:140%;
	top:20px;
	height:1px;
	content:"";
	width:200%;
	background:#899aa8;
}
/* about
-------------------------------------------------------------- */
.about{
	position:relative;
	margin:50px auto 0 auto;
}
.abouttit .aboutul{
	position:relative;
}
.abouttit .aboutul::after{
	content:"";
	height:1px;
	background:#ddd;
	left:0;
	width:88%;
	bottom:7px;
	position:absolute;
	z-index:1;
}
.abouttit ul{
	max-width:700px;
	margin:0 0 0 auto;
}

.abouttit li{ 
	width:65px; 
	height:110px; 
	cursor:pointer; 
	float:left; 
	margin-right:120px; 
	display:block;
	text-align:center;
}
.abouttit li:hover .round{ 
	margin: 0 auto; 
	border-radius: 100%; 
	transition:all 1s; 
	-webkit-transition:all 1s;
	-moz-transition:all 1s; 
	-ms-transition:all 1s; 
	-o-transition:all 1s;  
	border: 6px solid #3a8ecc; 
	width: 24px; 
	height: 24px; 
	background-color: #154366; 
	margin-top: 6px;
}
.abouttit li .icon{
	width:100%; 
	height:54px; 
	margin:0px auto; 
	text-align:center; 
	width:65px;
}
.abouttit li .bt{
	color:#000; 
	font-size:16px; 
	line-height:30px; 
	text-align:center;
	margin-top:10px;
}
.abouttit li .round{
	margin: 0 auto; 
	border-radius: 100%; 
	transition:all 1s; 
	-webkit-transition:all 1s; 
	-moz-transition:all 1s; 
	-ms-transition:all 1s; 
	-o-transition:all 1s;  
	border: 6px solid #fff; 
	width: 24px; 
	height: 24px; 
	background-color: #dddddd; 
	margin-top: 6px;
	position:relative;
	z-index:2;
}
.abouttit li:last-child{
	margin-right:0px;
}
.abouttit li img{
	width:45px;
	height:45px;
	overflow:hidden;
	transition:all 1s;
	-webkit-transition:all 1s; 
	-moz-transition:all 1s; 
	-ms-transition:all 1s; 
	-o-transition:all 1s; 
	opacity:0.5;
  	filter:alpha(opacity=50);
}
.abouttit li:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}
.aboutname{
	max-width:700px;
	margin:0 auto 0 0 ;
	text-align:right;
}
.aboutname h3 a{
	font-size:100px;
	color:#173b53;
	font-weight:bold;
	font-family:Arial;
}
.aboutname p{
	font-size:16px;
	color:#000;
	position:relative;
	line-height:40px;
}
.aboutname p:after{
	position:absolute;
	right:0;
	bottom:-24px;
	height:2px;
	content:"";
	background:#133652;
	width:85px;
}
.about{
	background:url(../images/aboutbg.jpg) no-repeat bottom center;
	background-size:cover;
}
.about > div{
	background: linear-gradient(to right,#1d68a0,#153e5d);
	margin-top:-30px;
	margin-bottom:90px;
	padding:100px 0;
}
.aboutnr{
	max-width:700px;
	margin:0 0 0 auto;
	position:relative;
}
.aboutnr h3 a{
	color:#fff;
	font-size:32px;
}
.aboutnr p{
	font-size:16px;
	color:#bbc4ce;
	line-height:32px;
	margin:40px 100px 80px 0;
}
.aboutnr li{
	float:left;
	padding-left:30px;
	color:#fff;
	font-size:20px;
	line-height:34px;
}
.aboutnr li:first-child{
	border-right:1px solid #fff;
	padding-right:30px;
	padding-left:0;
}
.aboutnr li span{
	display:block;
}
.aboutmore{
	position:absolute;
	right:0;
	bottom:0;
	width:115px;
	height:115px;
	
}
.aboutmore a{
	display:block;
	background:url(../images/aboutmore.png) no-repeat center center #ed1c22;
	width:100%;
	height:100%;
}
/* pro
-------------------------------------------------------------- */
.pro{
	margin:70px auto;
}
.protit li{
	float:left;
	margin-left:20px;
	line-height:76px;
}
.protit li a{
	font-size:16px;
}
.protit li a:hover{
	color:#ed1c22;
}
.prolist{
	width:31.533%;
	float:left;
	margin:20px 0.8%;
}
.prolist .proimg{
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 250px;
    display: block;
}
.prolist .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.div-table {
    display: table;
    width: 100%;
    height: 100%;
	
}
.div-td {
    display: table-cell;
    vertical-align: middle;
}
.prolist .proimg .div-table {
	background:rgba(28,96,148,0.86);
	position:absolute;
	left:0;
	bottom:-100%;
	height:0;
}
.prolist .proimg .div-td img{
	width:auto;
	height:auto;
}
.prolist:hover .div-table{
	height:100%;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	bottom:0;
}
.prolist .protit{
	text-align:center;
	font-size:16px;
	line-height:58px;
	color:#000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding:0 15px;
	position:relative;
	background:#f0f0f0;
}
.prolist:hover .protit{
	background:#1a5b8c;
	color:#fff;
}
.prolist:hover .proimg img{
	transform:translate(-50%, -50%) scale(1.2);
	transition: all 0.5s ease 0s;
}
.promore a{
	display:block;
	width:170px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:16px;
	color:#133652;
	margin:30px auto 0 auto;
	transition: all 0.5s ease 0s;
	border:1px solid #133652;
}
.promore a:hover{
	border-radius:30px;
	transition: all 0.5s ease 0s;
	background:#133652;
	color:#fff;
}
/*youshi*/
.youshi{
	background: linear-gradient(to bottom,#dfdfdf,#fefefe);
	padding:90px 0 50px 0;
}
.youshitit{
	margin-bottom:50px;
}
.youshitit h3{
	color:#133652;
	font-size:30px;
	font-family:Arial;
	text-align:center;
	font-weight:bold;
	line-height:50px;
}
.youshitit p{
	color:#000;
	font-size:28px;
	text-align:center;
	line-height:40px;
}
.youshinr{
	text-align:center;
}
.youshinr h3{
	color:#133652;
	font-size:20px;
	line-height:30px;
	margin:10px 0;
}
.youshinr p{
	font-size:14px;
	color:#000;
	line-height:24px;
}
.youshinr > div{
	padding:20px;
}
.youshinr .round{
	width:96px;
	height:96px;
	background-color:#194160;
	background-image:-webkit-linear-gradient(135deg, #216aa0, #194160, #194160);
	background-image:-moz-linear-gradient(135deg, #216aa0, #194160, #194160);
	background-image: -ms-linear-gradient(135deg, #216aa0 0%, #194160 100%);
	background-image: -o-linear-gradient(135deg, #216aa0, #194160);
	background-image: linear-gradient(135deg, #216aa0, #194160);
	border-radius:50%;
	margin:0 auto;
	transition: all 0.5s ease 0s;
}
.youshinr .round img{
	margin-top:22px;
}
.youshinr > div:hover .round{
	background-color:#216aa0;
	background-image:-webkit-linear-gradient(135deg, #194160, #216aa0, #216aa0);
	background-image:-moz-linear-gradient(135deg, #194160, #216aa0, #216aa0);
	background-image: -ms-linear-gradient(135deg, #194160 0%, #216aa0 100%);
	background-image: -o-linear-gradient(135deg, #194160, #216aa0);
	background-image: linear-gradient(135deg, #194160, #216aa0);
	transition: all 0.5s ease 0s;
}
.youshiimg{
	margin-top:50px;
	text-align:center;
}
/* news
-------------------------------------------------------------- */
.news{
	padding:50px 0 0 0;
}

.newslist{
	padding:15px;	
}
.newslist .newsimg{
	background:#fff; 
	position: relative;
    width: 100%;
    height:240px;
    display: block;
	overflow:hidden;
}
.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 .newscon{
	background:#f5f5f5;
	padding:30px;
}
.newslist:hover .newscon{
	background-image: linear-gradient(to right,#206599,#194262);
}
.newslist .newsbt{
	font-size:20px;
	line-height:36px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color:#000;
}
.newslist .newsms{
	line-height:28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size:16px;
	color:#878787;
	margin:10px 0 20px 0;
}
.newslist .newsdate{
	color:#474747;
	font-size:16px;
	line-height:30px;
}
.newslist:hover .newsbt,
.newslist:hover .newsdate{
	color:#fff;
}
.newslist:hover .newsms{
	color:#bcc9d8;
}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
}
.link .linknr{
	padding:40px 0;
	line-height:30px;
}
.link .linknr span{
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.link .linknr a{
	color:#133652;
	padding-right:5px;
	border-right:1px solid #133652;
	font-size:16px;
}
.link .linknr a:hover{
	color:#000;
}
.link .linknr a:last-child{
	border-right:none;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#0a293e;
	padding:60px 0;
}
.footcontact p{
	font-size:16px;
	color:#fff;
	line-height:32px;
	margin-top:20px;
}
.footcontact p span{
	color:#ed1c22;
	font-weight:bold;
	font-size:32px;
}
.footnav h3{
	line-height:50px;
	font-size:20px;
	color:#fff;
	position:relative;
	margin-bottom:20px;
}
.footnav h3::before{
	position:absolute;
	left:0;
	bottom:-5px;
	height:2px;
	background:#ed1c22;
	width:36px;
	content:"";
}
.footnav p a{
	font-size:16px;
	color:#8f979d;	
}
.footnav p a:hover{
	color:#ed1c22;
}
.footnav p{
	line-height:32px;
}
.footnav > ul > li{
	float:left;
	border-left:1px solid #173b53;
	padding:0 65px;
	min-height:260px;
}
.footewm{
	text-align:center;
}
.footewm p {
	font-size:16px;
	color:#fff;
	margin-top:20px;
}
.footewm p span{
	display:block;
}
.bot{
	background:#0a293e;
	width:100%;
	overflow:hidden;
	padding:25px 0;
	color:#899198;
	line-height:24px;
	border-top:1px solid #173b53;
	text-align:center;
	font-size:16px;
}
.bot a,.bot a:active,.bot a:visited{
	color:#899198;
	font-size:16px;
}
.bot a:hover{
	color:#fff; 
}


/* banner_n
-------------------------------------------------------------- */

.banner_n{ 
	width:100%; 
	height:518px;
	position:relative;
	background-size:cover;
	margin-top:100px;
}
.mbanner{
	display:none;
}
/* position
-------------------------------------------------------------- */
.post{
	width:100%;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #d0d0d0;
	color:#121313;
	font-size:16px;
	margin-bottom:50px;
}
.post img{
	vertical-align:middle;
	margin:-3px 10px 0 0;
}
.post a{
	margin:0 3px;
	color:#ed1c22;
	font-size:16px;
}
.npro > div:first-child{
	padding-right:50px;
}
.menu_tit{
	font-size:28px;
	color:#000;
	line-height:80px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:20px;
}
.nabout_menu ul{
	margin:0;
}
.nabout_menu li > a {
    position: relative;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    color: #333;
    display: block;
    transition: 0.3s ease 0s;
	background:url(../images/menu02.png) no-repeat left center;
	padding-left:20px;
}
.nabout_menu li.cur > a,
.nabout_menu li > a:hover{
	color:#206598;
	background:url(../images/menu02h.png) no-repeat left center;
}
.nabout_menu li a span{
	display:none;
	position:absolute;
	right:0;
	top:16px;
	width:14px;
	height:14px;
	background:url(../images/menu01.png) no-repeat right center;
}
.nabout_menu li a:hover span{
	background:url(../images/menu01h.png) no-repeat right center;
}
.nabout_menu li a.active span{
	background:url(../images/menu04.png) no-repeat right center;
}
.nabout_menu li a:hover.active span{
	background:url(../images/menu04h.png) no-repeat right center;
}
.nsub_menu{
	display:none;
}
.nsub_menu a{
	display:block;
	font-size:15px;
	padding-left:20px;
	line-height:30px;
}
.nsub_menu a:hover,
.nsub_menu a.active{
	color:#206598;
}
.menu_tel{
	background:url(../images/menutel.png) no-repeat right center #f0f0f0;
	height:40px;
	line-height:40px;
	padding-left:10px;
	color:#333;
	margin-top:30px;
}
.ntit{
	text-align:center;
	margin:40px auto;
	
}
.ntit span{
	background-image: linear-gradient(to right,#97c629,#349bd7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:36px;
	text-align:center;
}

.marginb50{
	margin-bottom:50px;
}

/* nabout
-------------------------------------------------------------- */
.nabout,.nfanwei{
	margin:80px auto;
}
.nabout h3,.nfanwei h3{
	color:#121313;
	font-size:30px;
	line-height:50px;
	position:relative;
	margin-bottom:40px;
}
.nabout h3::after,
.nfanwei h3::after{
	position:absolute;
	left:0;
	bottom:-20px;
	background:#ed1c22;
	content:"";
	height:2px;
	width:57px;
}
.nfanwei h3{
	text-align:right;
}
.nfanwei h3::after{
	right:0;
	left:auto;
}
.nabout img,
.nfanwei img{
	max-width:100%;
}
.nabout p,.nfanwei p{
	font-size:16px;
	line-height:40px;
	color:#797979;
}
.nabout > div:first-child{
	padding-right:60px;
}
.nfanwei > div:first-child{
	padding-left:60px;
}
.wenhua{
	background:url(../images/aboutnr02.jpg) no-repeat top center;
	background-size:cover;
	padding:110px 0 180px 0;
}
.wenhua h4{
	text-align:center;
	margin-bottom:190px;
}
.wenhua h4 span{
	font-size:30px;
	color:#fff;
	position:relative;
}
.wenhua h4 span::after{
	position:absolute;
	left:25%;
	width:50%;
	bottom:-20px;
	height:2px;
	background:#ed1c22;
	content:"";
}
.wenhua li{
	float:left;
	width:20%;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}
.wenhua li h3{
	font-size:22px;
	margin:20px 0 10px 0;
}
.wenhua li p{
	font-size:16px;
}
.wenhua li:hover img{
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
/* nmassgenr
-------------------------------------------------------------- */
.nmessagetit{
	text-align:center;
	line-height:40px;
	margin-bottom:60px;
}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
}
.nmessagenr ul li{
	width:100%;
	margin-bottom:10px;
}
.nmessagenr ul li{
	width:49%;
	float:left;
	margin-right:1%;
}
.nmessagenr ul li:nth-child(2){
	width:49%;
	float:left;
	margin-left:1%;
	margin-right:0;
}
.nmessagenr ul li:nth-child(3){
	margin-right:0;
}
.nmessagenr ul li:last-child{
	width:100%;
	float:none;
}
.nmessagenr ul li input{
	width:100%;
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-size:16px;
	padding-left:10px;
	border:1px solid #dedede;
	border-radius:0px;
	padding-left:10px;
	background:#f8f8f8;
}
.nmessagenr ul li textarea{
	width:100%;
	height:200px;
	line-height:30px;
	border:solid 1px #dedede;
	padding:5px 5px 5px 10px;
	font-size: 16px;
	background:#fff;
	border-radius:0px;
	background:#f8f8f8;
}
.nmessagenr .tjbtn{
	width:100%;
	text-align:center;
	overflow:hidden;
	margin:10px auto 0px auto;
}
.nmessagenr .tjbtn input{
	width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-image: linear-gradient(to right,#21699f,#1a4262);
    font-size: 16px;
}
.nmessagenr .tjbtn input:last-child{
	text-align:center;
}
.nmessagenr input::-webkit-input-placeholder,
.nmessagenr input::-moz-input-placeholder,
.nmessagenr input::-ms-input-placeholder{
	color: #8b939a;
}
	  
.nmessagenr textarea::-webkit-input-placeholder,
.nmessagenr textarea::-moz-input-placeholder,
.nmessagenr textarea::-ms-input-placeholder {
	color: #8b939a;
}
.nmessagenr .has-error em{
	color:#1f6091;
	font-style:normal;
	font-size:14px;
	margin-left:10px;
}
/* nnews
-------------------------------------------------------------- */
.nnewslist{
	margin-bottom:30px;
	background:#f6f6f6;
	padding:20px;
}
.nnewslist:hover{
	background:#206599;
}
.nnewslist .newsimg{
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 20%;
    height: 110px;
    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:78%;
	float:right;
	position:relative;
}
.nnewslist .newsbt{
	font-size:18px;
	line-height:30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin:10px 0;
	width:80%;
	color:#010101;
}
.nnewslist .newsms{
	line-height:28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size:14px;
	color:#888888;
}
.nnewslist .newsdate{
	color:#010101;
	font-size:14px;
	line-height:30px;
	position:absolute;
	right:0;
	top:15px;
}
.nnewslist:hover .newsms{
	color:#bcc9d6;
}
.nnewslist:hover .newsbt,
.nnewslist:hover .newsdate{
	color:#fff;
}
.nnewsnr h1{
	text-align:center;
	margin-bottom:20px;
	line-height:30px;
}
.nnewsnr h1 span{
	color:#1e5a86;
	font-size:22px;
}
.nnewsnr .fbtime{
	font-size:16px;
	line-height:30px;
	text-align:center;
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
	margin-bottom:30px;
	color:#666;
}
.info{
	background:#f5f5f5;
	padding:10px;
	margin-bottom:15px;
	line-height:24px;
}
.news_content{
	line-height:28px;
	font-size:16px;
}
/* ncontact
-------------------------------------------------------------- */
.ncontacttit{
	margin-bottom:50px;
}
.ncontacttit span,
.nmessagetit span{
	color:#121313;
	font-size:30px;
	position:relative;
}
.ncontacttit span::after{
	content:"";
	background:#ed1c22;
	width:55px;
	height:2px;
	position:absolute;
	left:0;
	bottom:-20px;
}
.nmessagetit span::after{
	content:"";
	background:#ed1c22;
	width:50%;
	height:2px;
	position:absolute;
	left:25%;
	bottom:-20px;
}
.ncontactnr li{
	float:left;
	border-right:1px solid #e3e3e3;
	padding-right:40px;
	margin-right:40px;
	line-height:32px;
	font-size:16px;
	color:#888;
}
.ncontactnr li:nth-child(2){
	border:none;
	margin:0;
}
.map{
	margin:50px 0;
}
#map {
    width: 100%;
    height: 560px;
    overflow: hidden;
	
}

/* npro
-------------------------------------------------------------- */
.nprolist{
	width:31.333%;
	float:left;
	margin:10px 1%;
}
.nprolist .proimg{
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 220px;
    display: block;
}
.nprolist .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nprolist .protit{
	text-align:center;
	font-size:16px;
	line-height:58px;
	color:#000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding:0 15px;
	position:relative;
	background:#f0f0f0;
}
.nprolist:hover .protit{
	background:#1a5b8c;
	color:#fff;
}
.nprolist:hover .proimg img{
	transform:translate(-50%, -50%) scale(1.2);
	transition: all 0.5s ease 0s;
}
.nproinfo h3{
	line-height:40px;
	text-align:center;
	font-size:22px;
	color:#000;
	margin-bottom:30px;
}
.nproimg{
	text-align:center;
	margin-bottom:30px;
}
.nproimg img{
	max-width:100%;
}
.nprobody p,.nprobody{
	font-size:16px;
	line-height:32px ;
	color:#666;
}
/*产品展示结束*/

/*case*/
.casetext{
	font-size:16px;
	line-height:32px;
	margin-bottom:20px;
}
.caselist{
	width:31.333%;
	float:left;
	margin:10px 1%;
}
.caselist .caseimg{
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 190px;
    display: block;
}
.caselist .caseimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.caselist:hover .caseimg img{
	transform:translate(-50%, -50%) scale(1.2);
	transition: all 0.5s ease 0s;
}
/* 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;
	margin-bottom:6px;
}
.dede_pages ul li.thisclass{
    box-sizing: border-box;
	background: #ed1c22;
	color:#fff;
	border:1px solid #ed1c22;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li:hover a{
	color:#fff;
}
.dede_pages ul li:hover{
    background: #ed1c22;
	color:#fff;
	border:1px solid #ed1c22;
}
.dede_pages ul li:hover span{
	color:#fff;
}
.page1{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
	padding:0 15px;
}
.pageleft,
.pageright{
	width:50%;
	float:left;
	height:50px;
	line-height:50px;
	text-align:right;
	color:#666;
	background:#eaeaea;
}
.pageleft{
	text-align:left;
	padding-left:10px;
}
.pageright{
	float:right;
	padding-right:10px;
	background:#0a293e;
}
.page1 p{
	width:100%;
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-size: 14px;
	color:#0a293e;
}
.page1 p a{
	color:#0a293e;
	font-size: 14px;
}
.page1 .pageright p a,
.page1 .pageright p{
	color:#fff;
}
.pageleft:hover p a{
	color:#0a293e;
}
.pageright:hover p a{
	color:#fff
}
/**/
@media(max-width:1440px) {
	.cont{
		width:1200px;
	}
	.logo{
		width:35%;
	}
	.nav .menu > li a{
		margin:0 16px;
	}
	.protit li{
		margin-left:9px;
	}
	.abouttit ul,.aboutname,.aboutnr{
		max-width:600px;
	}
	.abouttit li{
		margin-right:110px;
	}
	.abouttit .aboutul::after{
		width:96%;
	}
	.newslist .newsimg{
		height:200px;
	}
	.newslist .newsbt{
		font-size:18px;
	}
	.newslist .newsms{
		font-size:14px;
		line-height:24px;
		margin:5px 0 10px 0;
	}
	.newslist .newsdate{
		line-height:24px;
		font-size:14px;
	}
	.link .linknr a{
		font-size:14px;
	}
	.footnav > ul > li{
		padding:0 40px;
	}
	.banner_n{
		height:460px;
	}
	.nprolist .proimg{
		height:190px;
	}
	.caselist .caseimg{
		height:205px;
	}
	.nnewslist .newsbt{
		margin-bottom:0;
	}
}
@media(max-width:1200px) {
	.headtel {
		display:none;
	}
	.protit li{
		display:none;
	}
	.flickerplate{
		height:600px;
	}
	.headernr{
		width:95%;
	}
	.cont{
		width:1000px;
	}	
	.prolist{
		margin:10px 0.8%;
	}
	.prolist .proimg{
		height:210px;
	}
	.aboutl ul{
		margin-top:20px;
	}
	.abouttit ul,.aboutname,.aboutnr{
		max-width:500px;
	}
	.abouttit li{
		margin-right:80px;
	}
	.aboutname h3 a{
		font-size:70px;
	}
	.aboutname p{
		font-size:14px;
	}
	.youshi{
		padding:50px 0;
	}
	.youshiimg img{
		width:100%;
	}
	.newslist .newsimg {
		height: 160px;
	}
	.newslist .newscon {
		padding: 20px;
	}
	.footnav > ul > li {
		padding: 0 30px;
	}	
	.aboutnr p{
		margin:40px 60px 60px 0;
	}
	.aboutmore{
		width:90px;
		height:90px;
	}
	.banner_n{
		height:410px;
	}
	.nprolist .proimg{
		height:160px;
	}
	.caselist .caseimg{
		height:175px;
	}
	.nnewslist .newsimg{
		height:70px;
	}
	.nnewslist .newsms{
		-webkit-line-clamp: 1;
	}
	.nnewslist .newsbt{
		font-size:16px;
	}
}
@media(max-width:1024px) {
	.flickerplate{
		height:500px;
	}
	.banner_n{
		height:300px;
	}
	.logo img{
		max-width:100%;
	}
	.cont{
		width:95%;
	}
	.prolist .proimg {
		height: 190px;
	}
	.footnav > ul > li{
		padding:0 25px;
	}
	.abouttit ul, .aboutname, .aboutnr {
		max-width: 90%;
	}
	.aboutname{
		padding-right:5%;
	}
	.abouttit li {
		margin-right: 65px;
	}
	.about > div{
		width:70%;
	}
	
	.nprolist .proimg{
		height:150px;
	}
	.caselist .caseimg{
		height:165px;
	}
	.nnewslist {
		margin-bottom: 15px;
		padding: 12px;
	}
	#map{
		height:400px;
	}
	
	
}
@media(max-width:991px) {
	.hidden-s{
		display:none;
	}
	.mobile-header{
		display:block;
		height:80px;
		background:#fff;
	}
	.logo{
		margin-top:15px;
		width:80%;
	}
	.flickerplate,.banner_n{
		margin-top:80px;
	}
	.abouttit li {
		margin:0;
		width:25%;
	}
	.aboutul{
		margin-top:40px;
	}
	.aboutname h3 a {
		font-size: 60px;
	}
	.aboutnr h3 a{
		font-size:26px;
	}
	.newslist .newsbt {
		font-size: 16px;
	}
	.protit li{
		display:block;
		line-height:30px;
		margin:0 20px 0 0;
	}
	.abouttit .aboutul::after {
		width: 100%;
	}
	.abouttit ul, .aboutname{
		max-width: 100%;
	}
	.aboutname p:after{
		bottom:-11px;
	}
	.newslist .newsimg {
		height: 155px;
	}
	.newslist .newscon {
    	padding: 15px;
	}
	.newslist {
		padding: 10px;
	}
	.youshinr > div{
		padding:10px 0;
	}
	.npro > div:first-child {
		padding-right: 0px;
	}
	.menu_tel{
		margin:15px 0;
	}
	.nprolist .proimg {
		height: 180px;
	}
	.nabout p, .nfanwei p{
		line-height:32px;
	}
	.nabout h3, .nfanwei h3{
		font-size:26px;
		margin-bottom:30px;
	}
	.ncontacttit span,
	.nmessagetit span,
	.wenhua h4 span{
		font-size:26px;
	}
	.nabout h3::after, .nfanwei h3::after{
		bottom:-10px;
	}
	.wenhua li h3{
		font-size:18px;
		margin:10px 0 5px 0;
	}
	.wenhua li p{
		font-size:14px;
	}
	.wenhua h4{
		margin-bottom:110px;
	}
	.wenhua{
		padding:80px 0 120px 0;
	}
	.nabout, .nfanwei{
		margin:50px auto;
	}
	.menu_tit{
		font-size:26px;
		line-height:50px;
	}
}

@media(max-width:768px) {
	.flickerplate{
		height:440px;
	}
	
	.banner_n{
		height:240px;
	}
	.prolist{
		width:48%;
		margin:10px 1%;
	}
	.prolist .proimg{
		height:210px;
	}
	.newslist .newsimg {
		height: 170px;
	}
	.footnav > ul > li{
		min-height:inherit;
	}
	.about > div {
		width: 85%;
	}
	.banner_n{
		height:310px;
	}
	.nprolist,
	.caselist{
		width:48%;
		margin:7px 1%;
	}
	.nprolist .proimg{
		height:220px;
	}
	.caselist .caseimg{
		height:170px;
	}
	.nmessagenr ul li{
		width:100%;
		float:none;
	}
	.wenhua li{
		width:33.333%;
	}
	
.nmessagenr ul li:nth-child(2){
	width:100%;
	float:left;
	margin-left:0%;
	margin-right:0;
}
	
}
	
@media(max-width:767px) {
	.left,.right{
		float:none;
	}
	.page1{
		padding:0;
	}
	.pageleft, .pageright{
		width:100%;
	}
	.pageright{
		padding:0 0 0 10px;
		text-align:left;
		margin-top:10px;
	}
	.footnav{
		margin:20px 0;
	}
	.footnav > ul > li{
		width:25%;
		padding:0 0 0 30px;
		border:none;
	}
	.footnav > ul > li:nth-child(2){
		width:50%;
	}
	.bot,.bot a, .bot a:active, .bot a:visited{
		font-size:14px;
	}
	.aboutname h3 a {
		font-size: 44px;
	}
	.about > div{
		padding-top:50px;
	}
	.aboutnr p {
		margin: 23px 40px 40px 0;
	}
	.aboutmore{
		width:75px;
		height:75px;
	}
	.pro{
		margin:40px auto;
	}
	.nabout > div:first-child,
	.nfanwei > div:first-child{
		padding:0;
	}
	.nabout img, .nfanwei img {
		margin:20px 0;
	}
	.post{
		margin-bottom:30px;
	}
	.nabout, .nfanwei,.map{
		margin:30px auto;
	}
		
}
@media(max-width:640px) {
	.flickerplate{
		height:360px;
	}
	.prolist .proimg{
		height:195px;
	}
	.newslist .newsimg {
		height: 160px;
	}
	.newslist .newscon {
		padding: 10px;
	}
	.newslist .newsms{
		margin:0;
	}
	.aboutnr li {
		font-size: 16px;
		line-height: 26px;
	}
	.youshitit h3,.youshitit p{
		font-size:24px;
		line-height:30px;
	}
	.youshitit{
		margin-bottom:30px;
	}
	.youshinr h3{
		font-size:18px;
	}
	.tit p,.tit h3 a{
		font-size:24px;
	}
	.tit h3{
		line-height:45px;
	}
	.prolist .protit,
	.nprolist .protit{
		font-size:14px;
		line-height:45px;
	}
	.aboutname h3 a {
		font-size: 34px;
	}
	.aboutname p {
		line-height: 28px;
	}
	.nprolist .proimg{
		height:200px;
	}
	.caselist .caseimg{
		height:150px;
	}
	.nnewslist .newsbt{
		margin:0;
		width:70%;
	}
	.nnewslist .newsdate{
		top:2px;
		font-size:12px;
	}
	.ncontactnr li{
		width:100%;
		float:none;
		margin:0;
		padding:0;
	}
	
}

@media(max-width:500px) {
	.flickerplate{
		height:500px;
	}
	.banner_n{
		height:200px;
	}
	.prolist .proimg{
		height:150px;
	}
	.newslist .newsimg {
		height: 115px;
	}
	.aboutname{
		padding-left:5%;
	}
	.about > div{
		width:95%;
	}
	.footnav h3{
		font-size:16px;
	}
	.footnav p a{
		font-size:14px;
		line-height:28px;
	}
	.newslist .newsms{
		-webkit-line-clamp:1;
	}
	.youshinr .round{
		width:80px;
		height:80px;
	}
	.youshinr .round img {
		margin-top: 20px;
		width:40px;
	}
	.youshiimg{
		margin-top:20px;
	}
	.youshi,.news{
		padding:30px 0;
	}
	.wenhua li {
		min-height:144px;
	}
	.wenhua li img{
		width:50px;
	}
	.nprolist .proimg{
		height:150px;
	}
	.caselist .caseimg{
		height:120px;
	}
	.nnewsnr h1 span{
		font-size:18px;
	}
	.nnewsnr .fbtime{
		font-size:14px;
		padding-bottom:10px;
		margin-bottom:15px;
	}
	.nnewsnr h1{
		margin-bottom:10px;
	}
	
	
}

@media(max-width:414px) {
	.mobile-header{
		height:70px;
	}
	.flickerplate, .banner_n {
		margin-top: 70px;
	}
	#menu{
		top:12px;
	}
	.flickerplate{
		height:214px;
	}
	.flickerplate .dot-navigation{ bottom:20px;}
	.prolist .proimg,
	.nprolist .proimg{
		height:120px;
	}
	.prolist{
		margin:6px 1%;
	}
	.newslist .newsimg {
		height: 100px;
	}
	.aboutnr h3 a{
		font-size:20px;
	}
	.aboutnr p{
		font-size:14px;
		line-height:28px;
	}
	.footnav > ul > li{
		padding:0;
	}
	.about > div {
		width: 100%;
	}
	.aboutnr {
		max-width:inherit;
		width:95%;
		margin:0 auto;
	}
	.aboutnr p{
		margin:15px 0;
	}
	.nabout h3,
	.nfanwei h3,
	.ncontacttit span,
	.nmessagetit span,
	.wenhua h4 span{
		font-size:22px;
	}
	.caselist{
		width:100%;
		margin:10px 0;
		float:none;
	}
	.caselist .caseimg{
		height:auto;
	}
	.caselist .caseimg img {
		position:relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.caselist:hover .caseimg img{
		transform:translate(0%, 0%) scale(1);
		transition: all 0.5s ease 0s;
	}
	#map{
		height:300px;
	}
	
}
@media(max-width:375px) {
	.banner_n{
		height:180px;
	}
	
	.prolist .proimg,
	.nprolist .proimg{
		height:110px;
	}
	.newslist .newsimg {
		height: 80px;
	}
	.footcontact p span{
		font-size:28px;
	}
	.newslist {
		padding: 5px;
	}
	.abouttit li .bt{
		font-size:14px;
	}
	.abouttit li img{
		width:40px;
		height:40px;
	}
	
}
@media(max-width:360px) {
	.banner_n {
		height: 160px;
	}
	.prolist .proimg,
	.nprolist .proimg{
		height:100px;
	}
	
}
@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:#ed1c22; color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}
