@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:130px;
	position: absolute;
	z-index: 9999;
	top:0;
	padding:25px 0;
	}
.logo{
	overflow:hidden;
}
.logo img{
	max-width:100%;
	height:auto;
}
.tel{
	padding:22px 50px 22px 56px;
	position:relative;
	}
.tel:before{
	content:"";
	position:absolute;
	width:1px;
	height:32px;
	background:#fff;
	left:0;
	top:24px;
}

/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-right:1%;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:80px;
	position:relative;
	}

.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	padding:0 32px;
	}

.nav .menu > li:hover a,.nav .menu > li.current a{
	color:#cc1b23;
	}

.nav .menu > li:hover span,.nav .menu > li.current span{
	display:block !important;
	}


.nav .menu > li .submenu{

	width:100%;

	}

.nav .menu > li .submenu li{

	width:100%;

	line-height:30px;

	background:#cc1b23;

	text-align:center;

	margin-top:1px;

}

.nav .menu > li .submenu li a{

	display:block;

	color:#fff;
	line-height:30px;
	font-size:14px;
	padding:0;
}

.nav .menu > li .submenu li:hover{

	background:#fff;
}
.nav .menu > li .submenu li:hover a{
	color:#cc1b23;
}


.cont{
	width:1200px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
#wrapper {
	position:relative;
}

#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:960px !important;

	overflow:hidden;

}



.fullwidthbanner-container .fullwidthabnner	{

	width:100% !important;

	max-height:960px !important;

	position:relative;

}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
	.fullwidthbanner-container,.fullwidthbanner-container .fullwidthabnner{
		max-height:1280px !important;
	}
}

@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 {	
	width:98px;
	height:11px;
	border-radius:10px;
	background:url(../images/doth.png) no-repeat right center; 

}

.tp-leftarrow:hover,

.tp-rightarrow:hover {	

	background:url(../images/doth.png) no-repeat right center;

 }

/** BULLETS **/

.tp-bullets {

    z-index: 1001;

    position: absolute;

    bottom: 50% !important;
	margin-bottom:-16.5px;
	width:98px !important;
	left:94% !important;
}



.tp-bullets.simplebullets.round .bullet {

    cursor: pointer;

    position: relative;

    background:url(../images/dot.png) no-repeat right center;
    width: 98px;

    height: 11px;

	margin:20px 0;


    -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: url(../images/loader.gif) no-repeat 10px 10px;

    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;

}
.mouse{
	width:76px;
	height:128px;
	background:#cc1b23;
	text-align:center;
	padding-top:30px;
	position:absolute;
	left:50%;
	margin-left:-38px;
	bottom:0;
	z-index:99;
}
.mouse img{
	position: relative;
	animation: ghostUpdown 1s infinite alternate;
	-webkit-animation: ghostUpdown 1s infinite alternate;
}
@keyframes ghostUpdown {
            from {
                margin-top: 0;
            }
            to {
                margin-top: 10px;
            }
        }     
@-webkit-keyframes ghostUpdown {
	from {
		margin-top: 0;
	}
	to {
		margin-top: 10px;
	}
}
/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#0b1f66;
	line-height:40px;
	margin:0;
	font-weight:bold;
	}
.tit h4 a{
	font-size:32px;
	color:#0b1f66;
	}
.tit hr{
	width:94px;
	height:1px;
	overflow:hidden;
	background:#dc0000;
	border:none;
	margin-top:13px;
	margin-bottom:14px;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#363636;
	line-height:30px;
	}
	
/* more
-------------------------------------------------------------- */
.more{
	width:100%;
	overflow:hidden;
	}
.more a{
	width:224px;
	height:62px;
	display:block;
	border:solid 1px #0b1f66;
	line-height:62px;
	font-size:26px;
	color:#0b1f66;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.more a:hover{
	background:#0b1f66;
	color:#fff;
	}

/* sb
-------------------------------------------------------------- */
.sb{
	width:100%;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:66px;
}
.sb .sbnr{
	margin-top:40px;
	}
.sb .sbnr ul{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li{
	width:380px;
	overflow:hidden;
	float:left;
	margin-right:30px;
	position:relative;
	}
.sb .sbnr ul li:last-child{
	margin-right:0;
	}
.sb .sbnr ul li .sbimg{
	width:100%;
	overflow:hidden;
	}
.sb .sbnr ul li .sbbg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(9,131,103,0.8);
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.sb .sbnr ul li .sbbg .sbtb{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:88px;
	}
.sb .sbnr ul li:hover .sbbg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.sb .sbnr ul li p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	}
.sb .more{
	margin-top:58px;
	}
.sb .more a{
	margin:auto;
	}
/* jyfw
-------------------------------------------------------------- */
.jyfw{
	width:100%;
	overflow:hidden;
	background:url(../images/fwbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:55px;
	padding-bottom:74px;
	}
.jyfw .titen{
	color:#fff;
	}
.jyfw .tit h4 a{
	background:none;
	color:#fff;
	}
.jyfwnr{
	margin-top:56px;
	}
.jyfwnr dl{
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
	background:#fff;
	padding-top:38px;
	margin-right:50px;
	margin-bottom:0;
	}
.jyfwnr dl:last-child{
	margin-right:0;
	}
.jyfwnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	transition: all 0.5s;
	}
.jyfwnr dl dt .fwimg2{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg1{
	display:none;
	}
.jyfwnr dl:hover dt .fwimg2{
	display:block;
	margin:auto;
	}
.jyfwnr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#098367;
	line-height:30px;
	margin-top:10px;
	}
.jyfwnr dl:hover dt{
	transform: rotateY(180deg);
	}
.jyfwnr dl:hover{
	background:#098367;
	}
.jyfwnr dl:hover dd{
	color:#fff;
	}
.fwtel{
	width:340px;
	height:62px;
	line-height:62px;
	overflow:hidden;
	background:#fff;
	border-radius:30px;
	position:relative;
	left:50%;
	margin-left:-170px;
	font-size:26px;
	color:#098367;
	padding-left:20px;
	margin-top:58px;
	}
.fwtel .fwtelnr{
	width:248px;
	height:62px;
	line-height:62px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	background:#098367;
	color:#fff;
	font-size:26px;
	border-radius:30px;
	text-align:center;
	}
/* pro
-------------------------------------------------------------- */
.aaAccordion {
	width: 100%; 
	margin: 0px auto;
	z-index: 5;
	position: relative;
}
.aaAccordion .content {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.aaAccordion .content ul {
	position:relative;
	left:0;
	top:0;
	padding: 0px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
.aaAccordion .content ul li {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0px 0 0;
	background: #797979 url("../images/ajax-loader.gif") no-repeat;
	background-position: center center;
	display: block;
	/* For IE 7 hack */
	zoom: 1;
}
.aaAccordion li a.full-img {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.aaAccordion li  a.full-img img {
	display: block;
	border: none;
}
.aaAccordion li  a.full-img:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.aaAccordion li  a.full-img .full-img-cvs {
	position: absolute;
	top: 0px;
	left: 0px;
	display:none;
}
	
.aaAccordion li div.caption {
	width: 132px;
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
}

.aaAccordion li div.caption h1 {
	font: 30px 'SpathaSans', Arial, sans-serif;
	letter-spacing: 0;
	font-weight: normal;
	color: #5f879f;
	padding: 0px;
	margin: 23px 34px 11px 34px;
	text-shadow: 1px 1px 1px #fff;
}
.aaAccordion li div.caption p {
	font-size:30px;
	color: #fff;
	padding: 0px;
	margin: 0px 100px 14px 34px;
	width: 132px;
	background:rgba(204,27,35,0.9) url(../images/titbg.png) no-repeat bottom center;
}
.aaAccordion li .probg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
}
.aaAccordion li.on .probg{
	display:none;
}
.aaAccordion li .protit{
	width: 132px;
	background:rgba(204,27,35,0.9) url(../images/titbg.png) no-repeat center 90%;
	position:absolute;
	left:10%;
	bottom:20%;
	opacity:0;
	transition-duration: 1s;
	-moz-transition-duration: 1s; /* Firefox 4 */
	-webkit-transition-duration: 1s; /* Safari 和 Chrome */
	-o-transition-duration: 1s; /* Opera */
}
.aaAccordion li.on .protit{
	opacity:1;
}
.aaAccordion li .protit .protb{
	width:122px;
	overflow:hidden;
	border:solid 1px rgba(255,255,255,0.5);
	margin:5px;
	text-align:center;
	padding:20px 0;
	max-height:92px;
}
.aaAccordion li .protit .protb img{
	max-width:100%;
	height:auto;
}
.aaAccordion li .protit .protitnr{
	width:100%;
	overflow:hidden;
	line-height:36px;
	font-size:30px;
	color: #fff;
	padding:22px 30% 104px 30%; 
	text-align:center;
}


/* zsjm
-------------------------------------------------------------- */
.zsjm .zsjmnr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.zsjm .zsjmnr table{
	width:100%;
	overflow:hidden;
	border:solid 1px #fff;
	border-collapse:collapse;
	}
.zsjm .zsjmnr table tr td{
	text-align:center;
	font-size:18px;
	color:#000;
	line-height:55px;
	}
.zsjm .zsjmnr img{
	max-width:100%;
	height:auto;
	}
/* partner
-------------------------------------------------------------- */
.partner .partnernr{
	width:100%;
	overflow:hidden;
	margin-top:48px;
	}
.partner .partnernr img{
	max-width:100%;
	height:auto;
	}

/* client
-------------------------------------------------------------- */
.client{
	width:100%;
	overflow:hidden;
	background:#fbfbfb;
	padding:102px 0 132px 0;
	}
.client ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.client ul li:first-child{
	background:#eb5404;
	padding-top:43px;
	padding-left:27px;
	}
.client ul li{
	height:200px;
	}
.client ul li .tit h3 a,.client ul li .tit p{
	color:#fff;
	}
.client ul li .tit span{
	background:#fff;
	}
.client ul li .tit p{
	font-size:18px;
	}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) repeat-y top center;
	background-size:cover;
	padding:118px 0;
	}
.about .aboutlf{
	padding:0;
	}
.about .aboutrt{
	padding:0 0 0 25px;
	}
.about .aboutlf .aboutimg1,.about .aboutlf .aboutimg2{
	padding:0;
	float:left;
	overflow:hidden;
	}
.about .aboutlf .aboutimg1 img,.about .aboutlf .aboutimg2 img{
	max-width:100%;
	height:auto;
}

.about .aboutlf .aboutimg1:hover img,.about .aboutlf .aboutimg2:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
.about .aboutlf .aboutimg1{
	margin-right:14px;
	padding-top:58px;
	}
.about .aboutnr .aboutrt h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#cc1b23;
	margin:0;
	line-height:40px;
	}
.about .aboutnr .aboutrt .abouten{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#888;
	font-family:Arial;
	margin-top:2px;
	}
.about .aboutnr .aboutrt .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#545454;
	line-height:30px;
	margin-top:36px;
	}
.about .aboutnr .aboutrt .aboutmore{
	padding:5px;
	border:solid 1px #cc1b23;
	overflow:hidden;
	float:right;
	margin-top:68px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.about .aboutnr .aboutrt .aboutmore a{
	display:block;
	width:172px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#cc1b23;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.about .aboutnr .aboutrt .aboutmore:hover{
	border:solid 1px #c8a07c;
}
.about .aboutnr .aboutrt .aboutmore:hover a{
	background:#c8a07c;
}
/* ys
-------------------------------------------------------------- */
.ys{
	position:relative;
	margin-top:68px;
	margin-bottom:68px;
	}
.ys .ysimg{
	position:absolute;
	width:148px;
	overflow:hidden;
	left:50%;
	margin-left:-74px;
	top:103px;
	text-align:center;
}
.ys .ysimg img{
	max-width:100%;
	height:auto;
}
.ystit{
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	}
.ystit h4{
	overflow:hidden;
	font-size:30px;
	color:#000;
	margin:0;
	line-height:35px;
	}
.ystit p{
	overflow:hidden;
	font-size:22px;
	font-family:Arial;
	color:#a3a3a3;
	margin-top:4px;
	}
.ystit hr{
	width:82px;
	height:2px;
	background:#cf272e;
	border:none;
	margin-top:38px;
	}
.ysnr{
	width:100%;
	overflow:hidden;
	}
.ys dl{
	width:360px;
	overflow:hidden;
	float:left;
	}
.ys dl:first-child{
	margin-top:142px;
	}
.ys dl:nth-child(2){
	margin:266px 60px 0 60px;
	}
.ys dl:nth-child(3){
	margin-top:35px;
	}
.ys dl dt{
	width:100%;
	overflow:hidden;
	border-radius:10px;
	}
.ys dl dt img{
	max-width:100%;
	height:auto;
}
.ys dl dd{
	width:100%;
	height:344px;
	overflow:hidden;
	padding:0 48px;
	margin-top:-10px;
	border-radius:0 0 10px 10px;
	background:#f2f2f2 url(../images/ysbg.jpg) no-repeat bottom center;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.ys dl dd h5{
	width:100%;
	overflow:hidden;
	margin:0;
	font-size:22px;
	color:#000;
	line-height:40px;
	text-align:center;
	margin-top:55px;
	}
.ys dl dd p{
	width:100%;
	overflow:hidden;
	color:#8e8e8e;
	line-height:30px;
	margin-top:18px;
	}
.ys dl:hover dd{
	background:#cc1b23 url(../images/ysbgh.jpg) no-repeat bottom center;
	}
.ys dl:hover dd h5,.ys dl:hover dd p{
	color:#fff;
	}
.ys dl:hover dt img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size: cover;
	padding-top:72px;
	}
.news .newslf,.news .newsrt{
	padding:0;
	}
.news .newsrt img{
	max-width:100%;
	height:auto;
	}
.newsmenu{
	width:100%;
	overflow:hidden;
	text-align:right;
	margin-top:36px;
	}
.newsmenu ul{
	display:inline-block;
	}
.newsmenu ul li{
	overflow:hidden;
	float:left;
	padding:5px;
	border:solid 1px #c8a07c;
	margin-left:20px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.newsmenu ul li a{
	display:block;
	width:174px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:#c8a07c;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.newsmenu ul li:hover{
	border:solid 1px #cc1b23;
	}
.newsmenu ul li:hover a{
	background:#cc1b23;
	}
.news .newslf dl{
	width:100%;
	overflow:hidden;
	margin:50px 0 0 0;
	position:relative;
	border-bottom:solid 1px #c4c4c4;
	padding-bottom:24px;
	}
.news .newslf dl dt{
	width:70px;
	height:34px;
	line-height:34px;
	display:block;
	overflow:hidden;
	background:#cc1b23;
	float:left;
	color:#fff;
	font-weight:normal;
	text-align:center;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
	position: absolute;         
	top:20px;
	left:-20px;
	}
.news .newslf dl dd{
	width:90%;
	overflow:hidden;
	float:right;
	}
.news .newslf dl dd .newsbt{
	width:80%;
	overflow:hidden;
	font-size:20px;
	color:#cc1b23;
	line-height:30px;
	}
.news .newslf dl dd .newsmore{
	width:20%;
	overflow:hidden;
	text-align:right;
	color:#cc1b23;
	line-height:30px;
	}
.news .newslf dl dd p{
	width:100%;
	overflow:hidden;
	color:#878787;
	margin-top:6px;
	}
.news .newslf .newslist{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	}
.news .newslf .newslist li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:10px;
	}
.news .newslf .newslist li .newstit{
	width:80%;
	overflow:hidden;
	font-size:15px;
	color:#333;
	}
.news .newslf .newslist li .newsdate{
	width:20%;
	overflow:hidden;
	text-align:right;
	}
.news .newslf .newslist li:hover .newstit,.news .newslf .newslist li:hover .newsdate{
	color:#cc1b23;
	}
.news .newsrt{
	text-align:right;
	position:relative;
	}
.news .newsrt .news_tit{
	width:170px;
	overflow:hidden;
	position:absolute;
	top:68px;
	left:50%;
	margin-left:-65px;
	}
.news .newsrt .news_tit h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#000;
	text-align:center;
	margin:0;
	line-height:35px;
	}
.news .newsrt .news_tit .newsen{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	color:#cc1b23;
	font-family:Arial;
	text-transform:uppercase;
	margin:5px 0;
	}

/* link
-------------------------------------------------------------- */
.link{
	overflow:hidden;
	line-height:30px;
	font-size:15px;
	color:#333;
	margin-bottom:55px;
	margin-top:38px;
	}
.link a{
	font-size:15px;
	color:#333;
	margin-right:10px;
	}
.link a:hover{
	color: #cc1b23;
}
	/*video*/
	
	.video {
    position: fixed;
    left: 0;
    bottom: 60px;
    height: 148px;
    box-sizing: content-box;
    margin: auto;
    z-index: 999999;
	}
	.video li {
    width: 280px;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}
.video li .meng {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}
.video li .closed {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
}


	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:url(../images/footbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:18px;
}
.footernr .blogo{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.bnav{
	width:100%;
	overflow:hidden;
	text-align:center;
	border-bottom:solid 1px #3d4048;
	padding-bottom:10px;
	margin-top:27px;
	}
.bnav ul{
	display:inline-block;
	}
.bnav ul li{
	float:left;
	padding:0 33px;
	line-height:30px;
	}
.bnav ul li a{
	font-size:16px;
	color:#c8a07c;
	}
.bot{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #3d4048;
	padding:16px 0;
	}
.bot .botnr{
	color:rgba(255,255,255,0.7);
	line-height:30px;
	text-align:center;
	}
.bot .botnr a{
	color:rgba(255,255,255,0.7);
	}
.footernr .botlf{
	text-align:right;
	padding:20px 0 40px 0;
	}
.botlf ul{
	display:inline-block;
	}
.botlf ul li{
	overflow:hidden;
	font-size:16px;
	color:rgba(255,255,255,0.7);
	line-height:30px;
	text-align:left;
	margin-top:7px;
	}
.botlf ul li a{
	font-size:16px;
	color:rgba(255,255,255,0.7);
	}
.footernr .botrt{
	text-align:right;
	padding:20px 0 40px 0;
	}
.botrt dl{
	display:inline-block;
	margin-top:7px;
	margin-right:68px;
	}
.botrt dl dt{
	float:left;
	color:#fff;
	text-align:center;
	line-height:25px;
	padding-top:22px;
	padding-right:22px;
	}
.botrt dl dd{
	float:left;
	}
.botrt dl dd img{
	max-width:100%;
	height:auto;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:600px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.banner_n { 
		height:800px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:450px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:425px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:400px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:360px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:320px;
	}
}
@media(max-width:921px) {
	.banner_n{
		height:288px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:240px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	background:#fff;
	min-height:70px;
	line-height:70px;
	border-bottom:solid 1px #d4d1ca;
}
.position .positionnr{
	font-size:16px;
	color:#221815;
	line-height:60px;
	background:url(../images/tb4.png) no-repeat left center;
}
.position .positionnr a {
	font-size:16px;
	color:#221815;
}
.nmenu ul{
	overflow:hidden;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:70px;
	padding:0 22px;
	position:relative;
	}
.nmenu ul li:before{
	content:"";
	position:absolute;
	width:1px;
	height:18px;
	background:#343434;
	left:0;
	top:27px;
}
.nmenu ul li:first-child:before{
	display:none;
}
.nmenu ul li a{
	font-size:16px;
	color:#343434;
	}
.nmenu ul li a:hover,.nmenu ul li.cur a{
	color:#bb2b2c;
}
.positionrt{
	font-size:16px;
	color:#343434;
	background:url(../images/tb2.png) no-repeat left center;
	padding-left:36px;
	line-height:70px;
	}
.positionrt a{
	font-size:16px;
	color:#bb2b2c;
	}
.bg{
	background:#f9f6ed;
	}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.ntit h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#100c0c;
	text-align:center;
	line-height:40px;
	margin:0;
	}
.ntit hr{
	width:45px;
	height:2px;
	background:#bd3132;
	margin:auto;
	border:none;
	margin-top:20px;
	}
/* nabout
-------------------------------------------------------------- */
.nabout,.nnewsinfo,.ncontact{
	background:#fff;
	padding:65px;
	font-size:16px;
	line-height:30px;
	color:#100c0c;
	margin-top:45px;
	margin-bottom: 100px;
	}
.nproinfo{
	background:#fff;
	padding:65px;
	font-size:16px;
	line-height:30px;
	color:#100c0c;
	}
.nabout p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#100c0c;
	}
.nabout img{
	max-width:100%;
	height:auto;
}
.nabout table{
	max-width:100%;
}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:45px;
	margin-bottom:100px;
	}
.npro dl{
	padding:0 10px;
	margin:15px 0;
}
.npro dl dt{
	width:100%;
	overflow:hidden;
	position: relative;
    height: 293px;
}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#262626;
	line-height:30px;
	padding:10px 0;
	background:#fff;
}
.npro dl:hover dd{
	background:#cc1b23;
	color:#fff;
	}
.nproinfo .nproinfo_img{
	padding:0;
	}
.nproinfo .nproinfo_img img{
	max-width:100%;
	height:auto;
	}
.nproinfo .nproinfo_nr{
	padding:30px 0 0 58px;
	}
.nproinfo .nproinfo_nr h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#cc1b23;
	margin:0;
	line-height:40px;
	margin-bottom:8px;
	}
.nproinfo .nproinfo_nr hr{
	width:100%;
	border:none;
	border-bottom:solid 1px #e5e5e5;
	margin-top:10px;
	margin-bottom:0;
	}
.nproinfo .nproinfo_nr ul{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nproinfo .nproinfo_nr ul li{
	width:100%;
	overflow:hidden;
	line-height:40px;
	font-size:16px;
	}
.nproinfo .nproinfo_nr ul li a{
	font-size:16px;
	}
.pro_info_bg{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	padding:50px 0;
	}
.pro_info_bg .fbnr{
	width:68%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	background:#fff;
	padding:40px;
}
.pro_info_bg .fbnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.pro_info_bg .fbnr img{
	max-width:100%;
	height:auto;
}
.tjpro{
	width:30%;
	overflow:hidden;
	background:#fff;
	padding:40px 30px;
	}
.tjpro .ntit{
	margin-top:0;
	}
.tjpro .ntit h4{
	font-size:20px;
	}
.tjpronr{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.tjpronr dl{
	padding:0;
	}
.tjpronr dl dt{
	width:100%;
	overflow:hidden;
	position: relative;
    height: 231px;
}
.tjpronr dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.tjpronr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.tjpronr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#262626;
	line-height:30px;
	padding:10px 0;
	background:#fff;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.tjpronr dl:hover dd{
	background:#cc1b23;
	color:#fff;
	}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	width:100%;
	overflow:hidden;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	margin:45px 0;
	}
.nnews dl .nnewsnr{
	background:#fff;
	padding:25px;
	}
.nnews dl dt{
	width:24%;
	overflow:hidden;
	float:left;
	position: relative;
    height: 208px;
	}
.nnews dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dd{
	width:76%;
	overflow:hidden;
	float:left;
	padding-left:62px;
	}
.nnews dl dd .nnewstit{
	width:76%;
	overflow:hidden;
	font-size:20px;
	color:#343434;
	line-height:30px;
	margin-top:18px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	line-height:30px;
	margin-top:15px;
	margin-bottom:34px;
	}
.nnews dl dd .nnewsmore{
	width:114px;
	overflow:hidden;
	font-size:16px;
	background:#cc1b23;
	color:#fff;
	line-height:34px;
	text-align:center;
	}
.nnews dl dd .nnewsdate{
	width:24%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#cc1b23;
	text-align:right;
	margin-top:18px;
	}
.nnews dl:hover, dl:hover .nnewsnr{
	background:#cc1b23;
	}
.nnews dl:hover dd .nnewstit,.nnews dl:hover dd .nnewsms,.nnews dl:hover dd .nnewsdate{
	color:#fff;
	}
.nnews dl:hover dd .nnewsmore{
	background:#fff;
	color:#cc1b23;
	}
.nnewsinfo h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 0 0 10px 0;
	line-height:30px;
	}
.nnewsinfo .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: dashed 1px #666;
    padding-bottom: 23px;
}
.nnewsinfo .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnewsinfo .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.nnewsinfo .fbnr img{
	max-width:100%;
	height:auto;
	}
	
/* ncontact
-------------------------------------------------------------- */
.ncontctnr{
	width:100%;
	overflow:hidden;
	}
.ncontact .map{
	padding:0;
	height:428px;
	overflow:hidden;
	}
.ncontact .ncontactrt{
	padding:10px 0 0 68px;
	}
.ncontact .ncontactrt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#3d3c3c;
	line-height:30px;
	margin-top:7px;
	}
.ncontact .ncontactrt p a{
	font-size:16px;
	color:#3d3c3c;
	}
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:34px;
	}
.nmessage ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nmessage ul li{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	}
.nmessage ul li input{
	width:100%;
	overflow:hidden;
	font-size:16px;
	background:#f1f1f1;
	line-height:52px;
	color:#000;
	padding:0 3%;
	}
.nmessage ul li textarea{
	width:100%;
	height:186px;
	overflow:hidden;
	font-size:16px;
	background:#f1f1f1;
	line-height:30px;
	color:#000;
	padding:5px 3%;
	}
.tjbtn{
	width:100%;
	overflow:hidden;
	}
.tjbtn button{
	width:100%;
	overflow:hidden;
	background:#cc1b23;
	color:#fff;
	text-align:center;
	line-height:52px;
	font-size:16px;
	}



/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 10px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin-right: 6px;
	margin-bottom:5px;
	padding: 5px 10px;
	border:solid 1px #919191;
}

.dede_pages ul li.thisclass{
	border:solid 1px #cc1b23;
    background-color: #cc1b23;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
	border:solid 1px #cc1b23;
    background-color: #cc1b23;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.page1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.page1 p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.page1 p a:hover{
	color:#2b8bc7;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	border:solid 1px #e8e8e8;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	line-height:30px;
	font-size:14px;
	padding:10px 2%;
	background:#f9f9f9;
	color:#717171;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.pages .pageslf a,.pages .pagesrt a{
	color:#717171;
	}
.pages .pagesrt{
	text-align:right;
	}
.pages .pageslf:hover,.pages .pagesrt:hover{
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari 和 Chrome */
	-o-transition: all .5s ease; /* Opera */
	color:#cc1b23;
}
.pages .pageslf:hover,.pages .pagesrt:hover{
	color:#cc1b23;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#cc1b23;
}
.dede_pages table, .dede_pages table tr, .dede_pages table td{
	border:none;
}
.dede_pages table td{
	line-height:30px;
	font-size:14px;
}
.dede_pages table td a{
	font-size:14px;
}
/*移动端导航*/
.mheader{
	width:100%;
	overflow:hidden;
	display:none;
	background:#cc1b23;
}
.mheader ul{
	width:100%;
	overflow:hidden;
}
.mheader ul li{
	width:25%;
	overflow:hidden;
	float:left;
	text-align:center;
	line-height:30px;
}
.mheader ul li a{
	color:#fff;
}
@media screen and (max-width: 1023px) and (min-width: 0px){
	.mheader{
		display:block;
	}
	.nav{
		display:none;
	}
	.header{
		top:60px;
	}
}

@media(max-width:424px) {
	.mheader ul li a{
		font-size:12px;
	}
}


.moblie_head,.a_txt{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.header{}
.moblie_head{display:none;height:80px;position:absolute;top:0px;left:0px;width:100%;z-index:9999;}
.moblie_head .lf{padding:10px 0;width:86%;float:left;}
.moblie_head .lf img{
	max-width:100%;
	height:auto;
	max-height:60px;
	}
.moblie_head .rg{padding-right:1%;padding-top:24px;float:right;}
.moblie_head .rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}

@media only screen and (min-width: 1152px) and (max-width: 1280px) {
	.npro dl dt{ 
		height:245px;
	}
	.tjpronr dl dt{
		height:188px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.npro dl dt{ 
		height:216px;
	}
	.tjpronr dl dt{
		height:162px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.npro dl dt{ 
		height:209px;
	}
	.tjpronr dl dt{
		height:155px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.npro dl dt{ 
		height:179px;
	}
	.tjpronr dl dt{
		height:171px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.npro dl dt{ 
		height:158px;
	}
	.tjpronr dl dt{
		height:150px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.npro dl dt{ 
		height:201px;
	}
	.tjpronr dl dt{
		height:372px;
	}
}
@media only screen and (min-width: 540px) and (max-width:639px) {
	.npro dl dt{ 
		height:167px;
	}
	.tjpronr dl dt{
		height:304px;
	}
}
@media only screen and (min-width: 425px) and (max-width:539px) {
	.npro dl dt{ 
		height:128px;
	}
	.tjpronr dl dt{
		height:234px;
	}
}
@media only screen and (min-width: 375px) and (max-width:424px) {
	.npro dl dt{ 
		height:111px;
	}
	.tjpronr dl dt{
		height:200px;
	}
}
@media only screen and (min-width: 320px) and (max-width:374px) {
	.npro dl dt{ 
		height:93px;
	}
	.tjpronr dl dt{
		height:163px;
	}
}
@media only screen and (min-width: 0px) and (max-width:319px) {
	.npro dl dt{ 
		height:90px;
	}
	.tjpronr dl dt{
		height:160px;
	}
}

@media(max-width:1920px) {
	.tp-bullets {
		left: 92% !important;
	}
}
@media(max-width:1440px) {
	.tp-bullets {
		left: 90% !important;
	}
}
@media(max-width:1360px) {
	.nav .menu > li a {
		padding: 0 25px;
	}
	.about .aboutlf .aboutimg1{
		width:46%;
		margin-right:2%;
		}
	.about .aboutlf .aboutimg2{
		width:48%;
		}
	.ys dl:nth-child(2) {
		margin: 266px 1% 0 1%;
	}
}
@media(max-width:1280px) {
	.cont,.cont1{
		width:88%;
	}
	.tel {
		padding: 22px 30px;
	}
	.nav .menu > li a {
		padding: 0 21px;
	}
	.ys dl{
		width:31.3333%;
		margin-right:1%;
		margin-left:1%;
	}
	.nproinfo .nproinfo_nr {
		padding: 0 0 0 58px;
	}
}
@media(max-width:1152px) {
	.tel {
		padding: 22px 20px;
	}
	.nav .menu > li a {
		padding: 0 15px;
	}
	.ys dl dd{
		padding: 0 30px;
	}
	.ys dl dd h5{
		font-size:20px;
	}
	.news .newsrt .news_tit {
		margin-left: -75px;
	}
	.tp-bullets {
		left: 88% !important;
	}
	.nproinfo .nproinfo_nr ul {
		margin-top: 10px;
	}
	.pages {
		margin-top: 20px;
	}
}
@media(max-width:1024px) {
	.nav .menu > li a {
		padding: 0 12px;
	}
	.nproinfo .nproinfo_nr ul li {
		line-height: 30px;
	}
}
@media(max-width:1023px) {
	.tel{
		display:none;
	}
}
@media(max-width:991px) {
	.nabout, .nproinfo, .nnewsinfo, .ncontact {
		padding: 30px;
	}
	.positionrt{
		width:100%;
		line-height:60px;
	}
	.nmenu{
		width:100%;
	}
	.nmenu ul li{
		line-height:50px;
	}
	.nmenu ul li:before{
		top:16px;
	}
	.footernr .botlf,.footernr .botrt{
		text-align:center;
	}
	.footernr .botlf {
		padding: 20px 0;
	}
	.ncontact .map{
		height:280px;
	}
	.ncontact .ncontactrt {
		padding: 10px 0 0 0;
	}
	.pages .pageslf, .pages .pagesrt{
		width:100%;
		margin-bottom:5px;
	}
	.nnewsinfo h1{
		font-size:20px;
	}
	.about{
		padding:60px 0;
	}
	.about .aboutlf{
		margin-bottom:15px;
	}
	.about .aboutrt{
		padding:0;
	}
	.about .aboutnr .aboutrt .aboutmore{
		margin-top:40px;
	}
	.ys dl dd h5 {
		font-size: 18px;
		line-height: 30px;
		margin-top: 35px;
	}
	.ys dl dd {
		padding: 0 20px;
	}
	.news .newsrt {
		text-align: center;
	}
	.bnav ul li {
		padding: 0 25px;
	}
	.position .positionnr {
		width: 96%;
	}
	.nproinfo .nproinfo_nr {
		padding: 0;
		margin-top:15px;
	}
	.nproinfo .nproinfo_nr h1{
		font-size:22px;
	}
	.mouse {
		width: 56px;
		height: 88px;
		padding-top: 5px;
		margin-left: -28px;
	}
	.news {
		padding-top: 40px;
	}
	.tp-bullets {
		left: 86% !important;
	}
	.pages {
		border:none;
	}
	.pages .pagesrt {
		text-align: left;
	}
	.pages .pageslf, .pages .pagesrt {
		border: solid 1px #e8e8e8;
	}
	.pro_info_bg .fbnr,.tjpro{
		width:100%;
		margin-top:20px;
		}
	.tjpronr dl {
		padding: 0 5px;
	}
}
@media(max-width:921px) {
	.header {
		height: 100px;
		padding: 10px 0;
	}
	.logo {
		width: 25%;
	}
	.nav{
		width:75%;
		margin-right:0;
	}
	.nav .menu{
		width:100%;
	}
	.nav .menu > li a{
		padding:0;
	}
	.nav .menu > li{
		width:25%;
		text-align:center;
		line-height:40px;
	}
}
@media(max-width:860px) {
	.ys dl dd {
		padding: 0 15px;
	}
	.bnav ul li {
		padding: 0 20px;
	}
	.aaAccordion .content{
		height:663px;
	}
	.aaAccordion .content ul{
		height:663px !important;
	}
	.aaAccordion li  a.full-img img {
		width:auto;
		height:663px;
	}
}
@media(max-width:768px) {
	.botlf,.botrt{
		text-align:center;
	}
	.ntit h4{
		font-size:28px;
	}
	.ys dl{
		width:360px;
		margin-right:0;
		margin-left:0;
	}
	.ys dl:first-child{
		margin-bottom:0;
	}
	.ys dl:nth-child(2) {
		margin: 35px 0 0 0;
	}
	.newsmenu ul li{
		margin-left: 10px;
	}
	.newsmenu ul li a {
		width: 118px;
	}
	.bnav ul li {
		padding: 0 10px;
	}
	.aaAccordion .content{
		height:592px;
	}
	.aaAccordion .content ul{
		height:592px !important;
	}
	.aaAccordion li  a.full-img img {
		width:auto;
		height:592px;
	}
	.aaAccordion li .protit{
		bottom:30%;
	}
	.nnews dl dd .nnewstit{
		font-size:18px;
	}
	.nnews dl dd .nnewsdate{
		font-size:14px;
	}
	.nnews dl dd .nnewsms{
		font-size:15px;
	}
	.ys .ysimg{
		display:none;
	}
	.tp-bullets {
		left: 84% !important;
	}
}
@media(max-width:640px) {
	.nmenu ul li {
		padding: 0 12px;
	}
	.positionrt,.position .positionnr a{
		font-size: 14px;
	}
	.positionrt {
		padding-left: 30px;
	}
	.bnav ul li a {
		font-size: 14px;
	}
	.npro dl dd{
		font-size:16px;
	}
	.aaAccordion .content{
		height:494px;
	}
	.aaAccordion .content ul{
		height:494px !important;
	}
	.aaAccordion li  a.full-img img {
		width:auto;
		height:494px;
	}
	.aaAccordion li .protit{
		bottom:40%;
		left:5%;
		width: 80px;
	}
	.aaAccordion li .protit .protb {
		width: 70px;
		padding: 10px 0;
		max-height: 72px;
	}
	.aaAccordion li .protit .protitnr {
		line-height: 30px;
		font-size: 24px;
		padding: 10px 30% 60px 30%;
	}
	.mouse{
		height:70px;
	}
	.mouse img{
		height:50px;
	}
	.mouse {
		width: 46px;
		margin-left: -23px;
	}
	.nnews dl dt,.nnews dl dd{
		width:100%;
	}
	.nnews dl dd{
		padding-left:0;
	}
	.nnews dl dd .nnewstit{
		width:100%;
	}
	.nnews dl dd .nnewsdate{
		display:none;
	}
	.tp-bullets {
		left: 82% !important;
	}
	.nav .menu > li a {
		font-size: 15px;
	}
}
@media(max-width:639px) {
	.nav .menu > li {
		width: 33.3333%;
		line-height: 22px;
	}
}
@media(max-width:540px) {
	.aaAccordion .content{
		height:417px;
	}
	.aaAccordion .content ul{
		height:417px !important;
	}
	.aaAccordion li  a.full-img img {
		height:417px;
	}
	.aaAccordion li .protit{
		bottom:50%;
	}
}
@media(max-width:500px) {
	.nabout table{
		width:100% !important;
	}
	.nabout, .nproinfo, .nnewsinfo, .ncontact {
		padding: 30px 20px;
	}
	.news .newsrt .news_tit{
		top:40px;
	}
	.news .newsrt .news_tit h4{
		font-size:28px;
	}
	.news .newsrt .news_tit .newsen{
		font-size:18px;
	}
	.news .newslf dl dd .newsbt{
		font-size:18px;
	}
	.news .newslf .newslist li .newsdate{
		display:none;
	}
	.news .newslf .newslist li .newstit{
		width:100%;
	}
	.ystit h4{
		font-size:28px;
	}
	.ystit p{
		font-size:20px;
	}
}
@media(max-width:425px) {
	.nmenu ul li {
		padding: 0 8px;
	}
	.ys dl{
		width:96%;
		margin-right:2%;
		margin-left:2%;
	}
	.ys dl:nth-child(2) {
		margin: 35px 2% 0 2%;
	}
	.aaAccordion .content{
		height:328px;
	}
	.aaAccordion .content ul{
		height:328px !important;
	}
	.aaAccordion li  a.full-img img {
		height:328px;
	}
	.aaAccordion li .protit{
		bottom:60%;
		left:2%;
	}
	.aaAccordion li .protit .protitnr {
		line-height: 24px;
		font-size: 20px;
	}
	.news .newsrt .news_tit{
		top:20px;
	}
	.news .newsrt .news_tit h4{
		font-size:24px;
	}
	.news .newsrt .news_tit .newsen{
		font-size:16px;
	}
	.news .newslf dl dd {
		width: 86%;
	}
	.news .newslf dl dd .newsmore{
		font-size:13px;
	}
	.news .newslf dl dd .newsbt {
		font-size: 16px;
	}
	.about .aboutnr .aboutrt h4{
		font-size:22px;
	}
	.ystit h4{
		font-size:26px;
	}
	.ystit p{
		font-size:18px;
	}
	.nav .menu > li a {
		font-size: 14px;
	}
}
@media(max-width:375px) {
	.aaAccordion .content{
		height:289px;
	}
	.aaAccordion .content ul{
		height:289px !important;
	}
	.aaAccordion li  a.full-img img {
		height:289px;
	}
	.aaAccordion li .protit{
		bottom:63%;
		left:2%;
	}
	.aaAccordion li .protit .protitnr {
		line-height: 20px;
		font-size: 18px;
	}
	.nav .menu > li a {
		font-size: 12px;
	}
}
@media(max-width:320px) {
	
}
.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:#cc1b23; color:#fff; }
.ab_pages ul a:hover{ background:#cc1b23; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}