@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:13px; font-family:"Microsoft YaHei","Arial"; color:#333;}

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:118px;
	position: fixed;
	z-index: 9999;
	top:0;
	}
.bg{
	background:rgba(255,255,255,0.8);
	}
.small{
	background: rgba(255,255,255,0.8);
	}
.headernr{
	width:1400px;
	height:118px;
	margin:auto;
}
.logo{
	width:24%;
	overflow:hidden;
	padding-top:16px;
}
.logo img{
	max-width:100%;
	height:auto;
}
.cnen{
	width:6%;
	overflow:hidden;
	padding-top:39.5px;
}
.cnen a {
    display: block;
    width: 38px;
    height: 38px;
    background: #208cec;
    border: solid 1px #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    font-weight: bold;
    float: right;
}
.nav{
	width:70%;
	height:44px;
	margin-top:37px;
	}

.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{

	width:14.2%;

	height:44px;

	float:left;

	text-align:center;

	line-height:44px;

	}

.nav .menu > li a{
	color:#333333;
	font-size:18px;
	display:block;
	font-weight:bold;
	}

.nav .menu > li:hover a{
	color:#208cec;
	}

.nav .menu > li.current a{
	color:#208cec;
}

.nav .menu > li .submenu{

	width:125%;

	}

.nav .menu > li .submenu li{

	width:110%;

	height:30px;

	line-height:30px;

	background:#1c86ee;

	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:#ee8544;

}

.cont1{

	width:1200px;

	overflow:hidden;

	margin:auto;

	}


.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 #208cec;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#208cec; color:#fff; }
.ab_pages ul a:hover{ background:#208cec; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}
/* banner

-------------------------------------------------------------- */
#wrapper {
    position: relative;
}
.fullwidthbanner-container{

	width:100% !important;

	position:relative;

	padding:0;

	max-height:930px !important;

	overflow:hidden;

}



.fullwidthbanner-container .fullwidthabnner	{

	width:100% !important;

	max-height:930px !important;

	position:relative;

}



@media only screen and (min-width: 768px) and (max-width: 959px) {

	  .banner, .bannercontainer			{	width:768px; height:309px;}

}



@media only screen and (min-width: 480px) and (max-width: 767px) {

	   .banner, .bannercontainer		{	width:480px; height:193px;	}

}



@media only screen and (min-width: 320px) and (max-width: 479px) {

		.banner, .bannercontainer		{	width:320px;height:129px;	}

}



@media only screen and (max-width: 319px) {

		.banner, .bannercontainer		{	width:240px;height:97px;	}

}



.tp-bullets.simplebullets.round .bullet:hover,

.tp-bullets.simplebullets.round .bullet.selected,

.tp-bullets.simplebullets.navbar .bullet:hover,

.tp-bullets.simplebullets.navbar .bullet.selected {	

	background:#208cec !important; 

}

.tp-leftarrow:hover,

.tp-rightarrow:hover {	

	background-color:#208cec !important;

 }

/** BULLETS **/

.tp-bullets {

    z-index: 1001;

    position: absolute;

    bottom: 0px;

	width: 266px !important;

}



.tp-bullets.simplebullets.round .bullet {

    cursor: pointer;

    position: relative;

    background: #fff;

    width: 14px;

    height: 14px;

	border-radius:50%;

	margin:0 12px 36px 12px;

    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-style: 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;

}

/* cont

-------------------------------------------------------------- */
.cont{
	width:1400px;
	overflow:hidden;
	margin:auto;
	}
/* pro

-------------------------------------------------------------- */
.pro h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:40px;
	margin-top:43px;
	font-weight:bold;
	}
.pro .titen{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#666;
	text-align:center;
	margin-top:15px;
	}
.pronr{
	width:100%;
	overflow:hidden;
	margin-top:18px;
	}
.pronr dl{
	width:346px;
	overflow:hidden;
	float:left;
	margin:13px 2px;
	}
.pronr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	border:solid 1px #a0a0a0;
	}
.pronr dl dd{
	width:100%;
	overflow:hidden;
	}
.pronr dl dd .probt{
	width:100%;
	overflow:hidden;
	font-size:15px;
	text-align:center;
	line-height:60px;
	border-left:solid 1px #a0a0a0;
	border-right:solid 1px #a0a0a0;
	}
.pronr dl dd .promore{
	width:100%;
	overflow:hidden;
	font-size:15px;
	text-align:center;
	background:#cbcbcb;
	line-height:52px;
	}
.pronr dl:hover dd .promore{
	background:#f35a2d;
	color:#fff;
	}
.pronr dl:hover dt img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
/* xshz
-------------------------------------------------------------- */
.xshz{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg1.jpg) no-repeat top center;
	margin-top:58px;
	padding-bottom: 36px;
	}
.xshz h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	}
.xshz p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:15px;
	line-height:28px;
	margin-top:23px;
	}
.col_half{width:49%}
.col_third{width:32%}
.col_fourth{width:23.5%}
.col_fifth{width:18.4%}
.col_sixth{width:15%}
.col_three_fourth{width:74.5%}
.col_twothird{width:66%}
.col_half,.col_third,.col_twothird,.col_fourth,.col_three_fourth,.col_fifth{position:relative;display:inline;display:inline-block;float:left;margin-bottom:20px}
.end{margin-right:0!important}.wrapper{width:980px;margin:30px auto;position:relative}
.counter{
	width:20%;
	overflow:hidden;
	float:left;
	margin-top:28px;
	}
.counter p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	}
.count-title{font-size:80px;color:#109bc5;font-weight:bold;margin-top:10px;margin-bottom:0;text-align:center}
.count-text{font-size:13px;font-weight:400;margin-top:10px;margin-bottom:0;text-align:center}
.fa-2x{margin:0 auto;float:none;display:table;color:#4ad1e5}
.ab_fl{
	width:100%;
	overflow:hidden;
}
.ab_fl dl{
	width:20%;
	overflow:hidden;
	float:left;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.ab_fl dl dt span{
	font-size:80px;
	color:#109bc5;
	display: block;
    width: 100%;
}
.ab_fl dl dd{
	font-size:20px;
	font-weight:bold;
}
/* about
-------------------------------------------------------------- */
.about{
	background:url(../images/aboutbg2.jpg) no-repeat top center;
	padding:20px 0;
	}
.video{
	width:51%;
	overflow:hidden;
	}
.video img{
	max-width:100%;
	height:auto;
	}
.aboutnr{
	width:47%;
	overflow:hidden;
	}
.aboutnr .aboutbt{
	width:100%;
	overflow:hidden;
	background:url(../images/titbg.png) no-repeat left center;
	margin-top:14px;
	}
.aboutnr .aboutbt h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#109bc5;
	font-weight:bold;
	padding-left:5%;
	}
.aboutnr .aboutbt .aboutbten{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#109bc5;
	padding-left:3%;
	}
.aboutnr P{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:27px;
	margin-top:20px;
	}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:2px;
	}
.aboutmore a{
	width:134px;
	height:42px;
	line-height:42px;
	text-align:center;
	display:block;
	font-size:15px;
	color:#109bc5;
	border:solid 1px #109bc5;
	float:right;
	}
.aboutmore a:hover{
	background:#109bc5;
	color:#fff;
}
/* ys
-------------------------------------------------------------- */
.ys{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.ys .ystit{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.ys .ystitms{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	}
.ys1{
	width:100%;
	overflow:hidden;
	background:url(../images/ysbg1.jpg) no-repeat bottom center;
	margin-top:56px;
	padding-bottom:20px;
	}
.ys2{
	width:100%;
	overflow:hidden;
	margin-top:56px;
	}
.ys3{
	width:100%;
	overflow:hidden;
	background:url(../images/ysbg2.jpg) no-repeat bottom center;
	margin-top:56px;
	padding-bottom:20px;
	}
.yslf1{
	width:50%;
	overflow:hidden;
	text-align:center;
	}
.yslf1:hover img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.ysrt1{
	width:50%;
	overflow:hidden;
	}
.ysbt{
	width:100%;
	overflow:hidden;
	background:url(../images/titbg1.png) no-repeat left center;
	margin-top:20px;
	}
.ysbt i{
	width:78px;
	overflow:hidden;
	display:block;
	font-size:50px;
	color:#109bc5;
	font-family:Arial;
	float:left;
	font-weight:bold;
	text-align:center;
	}
.ysbt p{
	overflow:hidden;
	font-size:25px;
	color:#109bc5;
	float:left;
	font-weight:bold;
	margin-left:14px;
	line-height:35px;
	}
.ysnr{
	width:100%;
	overflow:hidden;
	margin-top:43px;
	}
.ysnr p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	background:url(../images/list1.png) no-repeat left 4.5px;
	padding-left:6%;
	margin-bottom:10px;
	}
/* hzhb
-------------------------------------------------------------- */
.hzhb{
	width:100%;
	overflow:hidden;
	background:url(../images/hzhbbg.jpg) no-repeat top center;
	padding-bottom:40px;
	}
.hztit{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:25px;
	}
.hztitms{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#666;
	}
.scroll-outer{position: relative;width:100%; margin: auto;margin-top:50px;}
#scroll .owl-carousel .owl-item{width:339px;overflow:hidden; margin:0 5.5px;background:#fff;}
#scroll{width:100%;overflow: hidden;margin:0 auto;}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{width:100%;overflow:hidden; }
.con4_item{ width:339px; overflow:hidden; position:relative; margin:0 5.5px; }
.con4_item .proimg{ width:100%; overflow:hidden; }
.con4_item .protit{ 
	position:absolute;
	width:100%;
	height:40px; 
	overflow:hidden; 
	line-height:40px; 
	text-align:center; 
	font-size:18px; 
	color:#fff; 
	background:rgba(51,51,51,0.8);
	bottom:0;
	 }
#scroll .owl-carousel .owl-item img{
	max-width:100%;
	height:auto;
}
#scroll .item:hover .con4_item img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.con4_item_bot{ width:100%; padding-left:10%; height:54px;font-size:16px; color:#fff; line-height:54px; position:absolute;bottom:0; background:rgba(0,0,0,0.5); }
.con4_item_bot a{ display:block; width:99px; height:54px; border:1px solid #e5e5e7; text-align:center; line-height:54px; margin:0 auto; margin-top:20px;}
.con4_item_bot1{ width:100%;text-align:center;font-weight:bold; height:54px;font-size:20px; line-height:54px; }
.con4_item_bot1 a{ display:block; width:99px; height:54px; border:1px solid #e5e5e7; text-align:center; line-height:54px; margin:0 auto; margin-top:20px;}
#scroll .item:hover .con4_item{ background:url(../images/n1_07.jpg) no-repeat;}
#scroll .item:hover .con4_item_bot .more a{ background:#0363bd; color:#fff;}
#scroll .item:hover .promore p{
	background:#ff9600;
	color:#fff;
	border:solid 1px #ff9600;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-prev,.owl-next{
	width:46px;
	height:46px;
	text-align:center;
	position: absolute;
	cursor:pointer;
	top:40%;
	}
.owl-prev{
	background:url(../images/prev.png) no-repeat center;
	left:6px;
	}
.owl-next{
	background:url(../images/next.png) no-repeat center;
	right:6px;
	}
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat bottom center;
	}
.newstit{
	width:100%;
	overflow:hidden;
	background:url(../images/line.png) no-repeat center;
	margin-bottom:28px;
	}
.newstitlf{
	width:50%;
	overflow:hidden;
	font-size:40px;
	font-weight:bold;
	}
.newstitlf span{
	font-size:15px;
	font-weight:normal;
	margin-top:6px;
	display:block;
	}
.newsmore{
	width:102px;
	height:32px;
	text-align:center;
	line-height:32px;
	background:#0167ad;
	border-radius:5px;
	margin-top:26px;
	}
.newsmore a{
	font-size:15px;
	color:#fff;
	}
.newsnr{
	width:100%;
	overflow:hidden;
	margin-bottom:53px;
	}
.newsnr ul{
	width:100%;
	overflow:hidden;
	}
.newsnr ul li{
	width:32.6%;
	overflow:hidden;
	margin-right:1%;
	float:left;
	background:#f7f7f7;
	padding:14px 1%;
	border:solid 1px #fff;
	}
.newsnr ul li:last-child{
	margin-right:0;
	}
.newsnr ul li dl{
	width:100%;
	overflow:hidden;
	}
.newsnr ul li dl dt{
	width:62%;
	overflow:hidden;
	float:left;
	}
.newsnr ul li dl dd{
	width:38%;
	overflow:hidden;
	float:right;
	}
.newsnr ul li dl dd .date{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#666;
	margin-bottom:10px;
	}
.newsnr ul li dl dd .newsms{
	width:100%;
	overflow:hidden;
	font-size:13px;
	line-height:25px;
	}
.newsnr ul li .newsbt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	background:url(../images/list3.png) no-repeat right center;
	}
.newsnr ul li:hover{
	border:solid 1px #0167ad;
	}
.newsnr ul li:hover .newsbt{
	color:#0167ad;
	background:url(../images/list4.png) no-repeat right center;
	}
.newsnr ul li:hover dl dt img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	}
.linknr{
	background:url(../images/list2.png) no-repeat left 2px;
	line-height:30px;
	padding-left:2%;
	margin-top:20px;
	margin-bottom:43px;
	}
.linknr a{
	margin-right:10px;
}
.linknr a:hover{
	color:#208cec;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:url(../images/footerbg.jpg) repeat top center;
	}
.footerlf{
	width:63%;
	overflow:hidden;
	}
.footerrt{
	width:33.7%;
	overflow:hidden;
	}
.botnav{
	width:100%;
	overflow:hidden;
	margin-top:42px;
	}
.botnav ul{
	width:100%;
	overflow:hidden;
	}
.botnav ul li{
	overflow:hidden;
	float:left;
	margin-right: 6%;
	line-height:30px;
	}
.botnav ul li a{
	font-size:18px;
	font-weight:bold;
	color:#b5b5b5;
	}
.ewm{
	margin-top:40px;
	}
.message{
	width:83%;
	overflow:hidden;
	margin-top:40px;
	}
.message ul{
	width:100%;
	overflow:hidden;
	}
.message ul li{
	width:49%;
	overflow:hidden;
	float:left;
	}
.message ul li:first-child{
	margin-right:2%;
	}
.message ul li:last-child{
	width:100%;
	overflow:hidden;
	}
.message ul li input{
	width:100%;
	height:44px;
	line-height:44px;
	overflow:hidden;
	background:#fff;
	padding:0 5%;
	font-size:15px;
	color:#333;
	}
.message ul li textarea{
	width:100%;
	height:82px;
	line-height:30px;
	overflow:hidden;
	background:#fff;
	padding:0 2%;
	margin-top:10px;
	font-size:15px;
	color:#333;
	}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	}
.btn1 input{
	width:100px;
	height:32px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:15px;
	background:#0167ad;
	}
.bot{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:15px;
	line-height:30px;
	margin-top:15px;
	margin-bottom:20px;
	}
.bot a{
	color:#fff;
}
.contact{
	width:100%;
	height:357px;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat left center;
	padding:0 5%;
	}
.contact h3{
	width:100%;
	overflow:hidden;
	color:#b5b5b5;
	border-bottom:dashed 1px #fff;
	padding-bottom:20px;
	padding-top: 18px;
	margin-bottom:17px;
	font-size:20px;
	margin-top: 20px;
	}
.contact p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:23px;
	padding-top:20px;
	}
/* banner_n
-------------------------------------------------------------- */

.banner_n { 
	width:100%; 
	height:457px;
	background:url(../images/aboutban.jpg) no-repeat top center;
}
.nabout h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:35px;
	font-weight:bold;
	margin-top:32px;
	}
.naboutjs{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#4091e4;
	font-size:24px;
	margin-top:30px;
	}
.nabouten{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-family:Arial;
	font-size:13px;
	color:#bfbfbf;
	margin-top:4px;
	}
.nabout span{
	width:38px;
	height:1px;
	background:#4091e4;
	margin:auto;
	display:block;
	margin-top:23px;
	}
.naboutnr{
	width:100%;
	overflow:hidden;
	margin-top:17px;
	}
.naboutnr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	text-align:center;
	}
.jzl{
	width:100%;
	overflow:hidden;
	}
.jzl p{
	width:100%;
	overflow:hidden;
	color:#666;
	line-height:32px;
	font-size:20px;
	text-align:center;
	}
.naboutimg{
	width:100%;
	overflow:hidden;
	margin-top:67px;
	margin-bottom:35px;
	}
.naboutimg img{
	max-width:100%;
	height:auto;
	}
.scroll-outer{margin-top:49px;position: relative; margin-bottom:55px;}
#scroll2{width:100%;overflow: hidden;margin:0 auto;}
#ryzz{width:100%;overflow: hidden;margin:0 auto;}
#scroll2 .owl-wrapper-outer{margin:0 auto;}
#scroll2 .item2{position:relative;width:98%;margin:0 auto;overflow:hidden; margin:0 1%;}
#scroll2 .item2{width:98%;margin:0 auto;overflow:hidden; margin:0 1%;background:#fff;}
.con4_item2{ width:100%; }
.con4_item2 img{ width:100%; height:auto; }
#scroll2 .item2:hover .con4_item2 img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.con4_item_bot{ width:100%; padding-left:10%; height:54px;font-size:16px; color:#fff; line-height:54px; position:absolute;bottom:0; background:rgba(0,0,0,0.5); }
.con4_item_bot a{ display:block; width:99px; height:54px; border:1px solid #e5e5e7; text-align:center; line-height:54px; margin:0 auto; margin-top:20px;}
#scroll2 .item2:hover .con4_item{ background:url(../images/n1_07.jpg) no-repeat;}
#scroll2 .item2:hover .con4_item_bot .more a{ background:#0363bd; color:#fff;}
.ncontact{
	margin-top:68px;
	margin-bottom:80px;
	}
.map{
	width:55%;
	height:504px;
	overflow:hidden;
	float:left;
	}
.ncontactnr{
	width:45%;
	overflow:hidden;
	float:right;
	background:#4091e4;
	padding: 0 5% 30px 5%;
	}
.ncontactnr h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	margin-top:76px;
	}
.ncontactnr .ncontacten{
	width:100%;
	overflow:hidden;
	font-size:13px;
	color:#fff;
	margin-top:10px;
	}
.ncontactnr span{
	width:120px;
	height:1px;
	background:#fff;
	display:block;
	margin-top:28px;
	margin-bottom:31px;
	}
.ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	margin-top:18px;
	}
.tel{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:35px;
	font-weight:bold;
	background:url(../images/tel.png) no-repeat left center;
	line-height:72px;
	padding-left:21%;
	margin-top:56px;
	margin-bottom:65px;
	}
.nmessagecont{
	margin-top:50px;
	margin-bottom:50px;
	}
.nmessage{
	width:55%;
	overflow:hidden;
	float:left;
	}
.nmessagetit{
	width:100%;
	height:71px;
	overflow:hidden;
	background:url(../images/titbg.jpg) no-repeat left center;
	padding-left:11.5%;
	}
.nmessagetit h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	font-weight:bold;
	margin-top:4px;
	}
.nmessagetit p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	margin-top:13px;
	}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
	}
.nmessagenr ul li{
	width:50%;
	overflow:hidden;
	float:left;
	margin-bottom:20px;
	}
.nmessagenr ul li:last-child{
	width:100%;
	overflow:hidden;
	}
.nmessagenr ul li input{
	width:94%;
	height:35px;
	line-height:35px;
	overflow:hidden;
	float:left;
	border:solid 1px #d2d2d2;
	padding:0 3%;
	font-size:15px;
	color:#999;
	}
.nmessagenr ul li textarea{
	width:97%;
	height:128px;
	line-height:30px;
	overflow:hidden;
	float:left;
	border:solid 1px #d2d2d2;
	padding:0 1.5%;
	font-size:15px;
	color:#999;
	}
.nmessagenr .yzm{
	width:100%;
	overflow:hidden;
	}
.nmessagenr .yzm input{
	width:80%;
	height:35px;
	line-height:35px;
	overflow:hidden;
	border:solid 1px #d2d2d2;
	padding:0 2%;
	font-size:15px;
	color:#999;
	}
.messagebtn{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.messagebtn input{
	width:97%;
	height:44px;
	line-height:44px;
	overflow:hidden;
	font-size:20px;
	color:#1c86ee;
	border:solid 1px #1c86ee;
	background:#fff;
	}
.position{
	width:100%;
	height:95px;
	overflow:hidden;
	border-bottom:solid 1px #d2d2d2;
	line-height:95px;
	}
.ntit{
	float:left;
	font-size:35px;
	font-weight:bold;
	color:#000;
	}
.menulist{
	width:248px;
	overflow:hidden;
	float:right;
	}
.menulist ul li{
	padding:0 22px;
	float:left;
	line-height:95px;
	}
.menulist ul li a{
	font-size:20px;
	}
/* nnews
-------------------------------------------------------------- */
.nnews dl{
	width:100%;
	overflow:hidden;
	margin:36px 0;
	}
.nnews dl dt{
	width:19%;
	overflow:hidden;
	float:left;
	}
.nnews dl dd{
	width:79%;
	overflow:hidden;
	float:right;
	}
.nnews dl dd .nnewsbt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	margin-top:20px;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	}
.nnews dl dd .ndate{
	width:100%;
	overflow:hidden;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	margin-top:23px;
	}
.nnews dl:hover dt img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.nnews dl:hover dd .nnewsbt{
	color:#208cec;
	}
.nnews h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size: 20px;
    color: #262635;
	line-height: 35px;
	}
.nnews .fbtime{
	width:100%;
	overflow:hidden;
	text-align:center;
	border-bottom: dashed 1px #a9a9a9;
    padding-bottom: 25px;
	line-height:30px;
	}
.nnews .nnewsinfo{
	width:100%;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom:30px;
	}
.nnews .nnewsinfo p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
}
/* npro
-------------------------------------------------------------- */
.npro .npromenu{
	width:100%;
	height:64px;
	overflow:hidden;
	text-align:center;
	border:solid 1px #dcdcdc;
	margin-top:20px;
	border-radius:5px;
	}
.npro .npromenu ul{
	overflow:hidden;
	display:inline-block;
	}
.npro .npromenu ul li{
	overflow:hidden;
	padding:0 40px;
	line-height:64px;
	float:left;
	}
.npronr{
	margin-top:21px;
	}
.npro .npromenu ul li a{
	font-size:18px;
	display:block;
	}
.npro .npromenu ul li a:hover{
	color:#208cec;
	}
.npro .npromenu ul li.cur a{
	color:#208cec;
	}
.npronr,.npronr ul{
	width:100%;
	overflow:hidden;
	}
.npronr ul li{
	width:100%;
	height:350px;
	position:relative;
	margin:64px 0;
	}
.npronr ul li .nprolist{
	width:90%;
	height:350px;
	overflow:hidden;
	border:solid 5px #dcdcdc;
	}
.npronr ul li .nprolf{
	width:41%;
	overflow:hidden;
	}
.npronr ul li .nprolf h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:25px;
	color:#000;
	margin-top:40px;
	}
.npronr ul li .nprolf span{
	width:84px;
	height:1px;
	background:#cccccc;
	display:block;
	margin:auto;
	margin-top:28px;
	}
.npronr ul li .nprolf .nprojs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#666;
	line-height:26px;
	margin-top:22px;
	}
.npronr ul li .nprolf .npromore{
	width:130px;
	height:30px;
	line-height:30px;
	box-shadow: 1px 0px 8px rgba(0,0,0,0.18);
	-moz-box-shadow: 1px 0px 8px rgba(0,0,0,0.18);
	-webkit-box-shadow: 1px 0px 8px rgba(0,0,0,0.18);
	margin:auto;
	margin-top:49px;
	margin-bottom:56px;
	text-align:center;
	font-size:15px;
	color:#208cec;
	}
.npronr ul li .nprotp{
	width:575px;
	position:absolute;
	top:-23px;
	border:solid 1px #aaaaaa;
	}
.npronr ul li .nprotp img{
	max-width:100%;
	height:auto;
	}
.npronr ul li:hover .nprotp img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.npronr ul li:nth-child(2n+1) .nprolf{
	float:left;
	margin-left:14%;
	}
.npronr ul li:nth-child(2n+1) .nprotp{
	right:0;
	}
.npronr ul li:nth-child(2n) .nprolist{
	float:right;
	}
.npronr ul li:nth-child(2n) .nprolf{
	float:right;
	margin-right:14%;
	}
.npronr ul li:nth-child(2n) .nprotp{
	left:0;
	}
.npronr ul li:hover .nprolist{
	border:solid 5px #208cec;
	}
.npronr ul li:hover .nprolf h3{
	color:#208cec;
	}
.nproinfo{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	}
.nproinfo h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:35px;
	font-weight:bold;
	}
.nproinfo .jbxx{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:30px;
	}
.nproinfo .jbxx dl{
	width:446px;
	height:142px;
	overflow:hidden;
	float:left;
	background:#797979;
	margin-right:31px;
	padding-top:47px;
	}
.nproinfo .jbxx dl:last-child{
	margin-right:0;
	}
.nproinfo .jbxx dl dt{
	float:left;
	width:35%;
	overflow:hidden;
	text-align:right;
	}
.nproinfo .jbxx dl dd{
	float:right;
	width:65%;
	overflow:hidden;
	padding-left:7%;
	}
.nproinfo .jbxx dl:last-child dt{
	width:22%;
	}
.nproinfo .jbxx dl:last-child dd{
	width:78%;
	}
.nproinfo .jbxx dl:hover{
	background:#208cec;
}
.nproinfo .jbxx dl dd p{
	overflow:hidden;
	color:#fff;
	font-size:25px;
	font-weight:bold;
	line-height: 30px;
	}
.nproinfo .npro_img{
	width:60%;
	overflow:hidden;
	text-align:center;
	}
.nproinfo .npro_ms{
	width:40%;
	overflow:hidden;
	}
.nproinfo .npro_ms h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#000;
	font-weight:bold;
	margin-top:60px;
	}
.nproinfo .npor_msnr{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:35px;
	padding-top:10px;
	}
.nproinfo .lxwm{
	width:100%;
	overflow:hidden;
	margin-top:38px;
	}
.nproinfo .lxwm a{
	width:132px;
	height:42px;
	overflow:hidden;
	display:block;
	text-align:center;
	line-height:42px;
	color:#fff;
	font-size:20px;
	background:#208cec;
	}
.fbbody{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:30px;
	}
.fbbody table,.fbbody table tr,.fbbody table tr td{
	border:solid 1px #83c7dc;
}
.fbbody table{
	width:100%;
	overflow:hidden;
}
.fbbody table tr:nth-child(2n+1){
	background: #0f81a1;
}
.fbbody table tr:nth-child(2n){
	background-color: #109bc5;
} 
.fbbody table tr td{
	color: #fff;
	line-height:35px;
	padding-left:1%;
}
.tab2{
	width:372px;
	overflow:hidden;
	float:right;
}
.tab2 ul{
	width:100%;
	overflow:hidden;
}
.tab2 ul li{
	padding:0 22px;
	float:left;
	line-height:95px;
}
.tab2 ul li a{
	display:block;
	font-size:20px;
}
.tab2 ul li:hover{
	background:url(../images/line2.jpg) no-repeat bottom center;
}
.tab2 ul li:hover a{
	color:#208cec;
}
.tab2 li.hover{ 
	background:url(../images/line2.jpg) no-repeat bottom center;
}
.tab2 li.hover a{ 
	color:#208cec;
}
.tab_box1{
	width:100%;
	overflow:hidden;
	margin-top: 15px;
}
.nysnr{
	margin-top:56px;
}
.nysnr,.nysnr dl{
	width:100%;
	overflow:hidden;
}
.nysnr dl dt{
	width:50%;
	overflow:hidden;
}
.nysnr dl dd{
	width:48%;
	overflow:hidden;
}
.nysnr dl dd img{
	max-width:100%;
	height:auto;
}
.nysnr dl:nth-child(2n+1) dt{
	float:left;
}
.nysnr dl:nth-child(2n+1) dd{
	float:right;
}
.nysnr dl:nth-child(2n) dt{
	float:right;
}
.nysnr dl:nth-child(2n) dd{
	float:left;
}
.nysnr dl dd h4{
	width:100%;
	overflow:hidden;
	color:#208cec;
	font-size:25px;
	padding-top:34px;
	padding-bottom:14px;
}
.nysnr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
}
/* nryzz
-------------------------------------------------------------- */
.nryzz{
	margin-top:26px;
}
/* wrap */
#wrap{width:auto;height:auto;margin:0 auto;position:relative;z-index:1;}
#wrap .box{width:438px;height:auto;float:left; position:relative;margin:20px 14.3px;}
#wrap .box .info{width:100%;height:auto;}
#wrap .box .info .pic{width:100%;height:auto;margin:0 auto;}

#wrap .box .info .pic img{max-width:100%; height:auto;}
#wrap .box:hover .info .pic img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
	}
#wrap .box .info .title{width:100%;padding-top: 7px;margin:0 auto;line-height:30px;text-align:center;overflow:hidden;}
#wrap .box:hover .info .title{color: #0453a4;}

#wrap .box1{width:333px;height:auto;float:left; position:relative;margin:20px 23.5px;}
#wrap .box1 .info{width:100%;height:auto;}
#wrap .box1 .info .pic{width:100%;height:auto;margin:0 auto;}

#wrap .box1 .info .title{width:100%;padding-top: 7px;margin:0 auto;line-height:30px;text-align:center;overflow:hidden;background:rgba(0,0,0,0.68);
	color:#fff;
	font-size:16px;
	line-height:32px;
	position:absolute;
	left:0;
	bottom:0;}
#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:1090;
	width:100%;
	height:auto;
	background-color:#131313;
}
#lightbox {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:1100;
	text-align:center;
	color:white;
	line-height:0;
}
#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:white;
	text-decoration:underline;
}
#lightbox a img {
	border:none;
}
#outerImageContainer {
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}
#lightboxImage {
	width:100%;
	height:100%;
}
#imageContainer {
	width:50px;
	height:50px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}
#loading {
	position:absolute;
	top:40%;
	left:0;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:60%;
	height:32px;
	background:url(../images/loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#hoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#imageContainer>#hoverNav {
	left:0;
}
#hoverNav a {
	outline:none;
}
#prevLinkImg, #nextLinkImg {
	width:49%;
	height:100%;
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display:block;
	text-indent:-9999px;
}
#prevLinkImg {
	left:0;
	float:left;
}
#nextLinkImg {
	right:0;
	float:right;
}
#prevLinkImg:hover, #prevLinkImg:visited:hover {
	background:url(../images/prev1.png) 5% center no-repeat;
	_background-image:url(../images/prev.gif)
}
#nextLinkImg:hover, #nextLinkImg:visited:hover {
	background:url(../images/next1.png) 97% center no-repeat;
	_background-image:url(../images/next.gif)
}
#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	font-family:" Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size:13px;
	width:100%;
}
#imageData {
	overflow:hidden;
	width:100%;
}
#imageDetails {
	width:70%;
	float:left;
	text-align:left;
	padding:10px 10px 0 0;
}
#imageDetails span{
	color:#fff;
}
#caption {
	font-weight:bold;
	display:block;
}
#numberDisplay {
	display:block;
	float:left;
	padding:9px 10px 0 0;
}
#detailsNav {
	display:block;
	float:left;
	padding:0;
}
#prevLinkDetails, #nextLinkDetails, #slideShowControl {
	background-repeat:no-repeat;
	outline-style:none;
	display:block;
	float:left;
}
#prevLinkDetails {
	margin:2px;
	width:32px;
	height:32px;
	background-position:left 100%;
	background-image:url(../images/navigation.png);
	_background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/prev-32grey.png', sizingMethod='scale');
}
#prevLinkDetails:hover {
	background-position:0 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/prev-32color.png', sizingMethod='scale');
}
#nextLinkDetails {
	margin:2px;
	width:32px;
	height:32px;
	background-position:right 100%;
	background-image:url(../images/navigation.png);
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/next32-grey.png', sizingMethod='scale');
}
#nextLinkDetails:hover {
	background-position:100% 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/next32-color.png', sizingMethod='scale');
}
#slideShowControl {
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin:2px;
	background-image:url(../images/navigation.png);
	background-position:-32px 100%;
	background-repeat:no-repeat;
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/start32grey.png', sizingMethod='scale');
}
#slideShowControl:hover {
	background-position:-32px 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/start32color.png', sizingMethod='scale');
}
#slideShowControl.started {
	background-position:-64px 100%;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/pause32grey.png', sizingMethod='scale');
}
#slideShowControl.started:hover {
	background-position:-64px 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/pause32color.png', sizingMethod='scale');
}
#close {
	padding:16px 0 0;
	float:right;
}
#closeLink {
	display:block;
	outline-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	width:48px;
	height:48px;
	background:url(../images/close1.png) no-repeat 0 100%;
	_background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/cancel48grey.png', sizingMethod='scale');
}
#closeLink:hover {
	background-position:0 0;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/cancel48color.png', sizingMethod='scale');
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html>body .clearfix {
	display:inline-block;
	width:100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;/* End hide from IE-mac */
}
#outerImageFrame {
	height:100%;
	width:100%;
	position:absolute;
}
#outerImageContainer {
	overflow:visible;
}
#outerImageContainer td {
	text-align:center;
	padding:0;
}
#lightboxFrameBody {
	background:url(../images/back_info.png);
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back_info.png', sizingMethod='scale');
}
#outerImageContainer td {
	font-size:0;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br {
	height:19px;
	width:19px;
}
#outerImageContainer td.tl {
	background:url(../images/back_corvers.png) 0 0;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back_lt.png', sizingMethod='scale');
}
#outerImageContainer td.tc {
	background:url(../images/back_tb.png) 50% 0;
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back_ct.png', sizingMethod='scale');
}
#outerImageContainer td.tr {
	background:url(../images/back_corvers.png) 100% 0;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back_rt.png', sizingMethod='scale');
}
#outerImageContainer td.ml {
	background:url(../images/back_lr.png) 0 50%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back_lc.png', sizingMethod='scale');
}
#outerImageContainer td.mr {
	background:url(../images/back_lr.png) 100% 50%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back_rc.png', sizingMethod='scale');
}
#outerImageContainer td.bl {
	background:url(../images/back_corvers.png) 0 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back_lb.png', sizingMethod='scale');
}
#outerImageContainer td.bc {
	background:url(../images/back_tb.png) 50% 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back_cb.png', sizingMethod='scale');
}
#outerImageContainer td.br {
	background:url(../images/back_corvers.png) 100% 100%;
	_background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/back_rb.png', sizingMethod='scale');
}

/* 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;
	padding: 5px 10px;
	border:solid 1px #208cec;
}

.dede_pages ul li.thisclass{
    background-color: #208cec;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #208cec;
}
.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:#208cec;
}
.touch-menu,.tel-menu{
	display:none;
}
.tel-menu {
    background: #208cec;
    padding: 10px 1%;
    width: 100%;
    overflow: hidden;
}
.tel-menu ul {
	width:100%;
	overflow:hidden;
}
.tel-menu ul li {
	position:relative;
	float:left;
	width:100%;
	border-bottom: 1px solid #fff;
}
.tel-menu ul li a {
	color:#fff;
	display:block;
	font-size:16px;
	height:36px;
	line-height:36px;
	padding:0 10px;
}
.tel-menu ul li a:hover, .touch-menu ul li a:active {
	background-color: #f39910;
}
		
@media(max-width:1440px) {
	.linknr{
		padding-left: 3% !important;
	}  
	.newstitlf,.pro h3{
		font-size: 30px;
	}
	.newsmore{
		margin-top: 16px;
	}
	.hzhb{
		padding-bottom:0;
	}
}
@media(max-width:1400px) {

	.cont,.headernr,.cont1{
		width: 100%;
		padding:0 1%;
		}
	.prolist dl {
		width: 31.3%;
		padding: 9px 1%;
	}
	.prolist dl dt img,.case ul li img,.newslist dl dt img{
		max-width: 100%;
	}
	.case ul li {
		width: 29.3%;
		margin: 20px 1.5%;
	}
	.newslist dl {
		width: 31.3%;
		margin: 10px 1%;
	}
	.botnav ul li{
		margin-right:0;
		width:14.2%;
		text-align:center;
	}
	.pronr dl{
		width:24%;
		margin:10px 0.5%;
	}
	#wrap .box{
		width:31.3%;
		margin:20px 1%;
	}
	#wrap .box img{
		max-width:100%;
		height:auto;
	}
	.nnews dl dt img,.pronr dl dt img{
		max-width:100%;
		height:auto;
	}
	.newsnr ul li dl dt img{
		max-width:100%;
		height:auto;
	}
	.nproinfo .jbxx dl{
		width:32.3%;
		margin:0 0.5%;
	}
	.nproinfo .npro_img img,.nysnr dl dt img{
		max-width:100%;
		height:auto;
	}
	.nproinfo .jbxx dl dd p{
		font-size:20px;
	}
	.con4_item {
		width:100%;
		text-align:center;
	}
	.con4_item img{
		max-width:100%;
		height:auto;
	}
}
@media(max-width:1360px) {
	.message {
		width: 80%;
	}
	.tel{
		font-size:30px;
	}
}
@media(max-width:1280px) {
	.nav .menu > li a{
		font-size:16px;
	}
	.nabout h3{
		font-size: 28px;
	}
	.naboutjs{
		font-size: 20px;
	}
	.botnav ul li a{
		font-size:16px;
	}
	.npronr ul li:nth-child(2n+1) .nprolf {
		margin-left: 10%;
	}
	.npronr ul li:nth-child(2n) .nprolf {
		margin-right: 10%;
	}
	.tel{
		font-size:25px;
		padding-left: 25%;
	}
	.nnews dl dt {
		width: 21%;
	}
	.nnews dl dd {
		width: 77%;
	}
	.newsnr ul li dl dt,.newsnr ul li dl dd{
		width:49%;
	}
	.newsnr ul li dl dd .newsms{
		line-height:20px;
	}
@media(max-width:1200px) {
	.nmessagenr .yzm input {
		width: 70%;
	}
	.nmessagetit{
		padding-left: 13%;
	}
}
@media(max-width:1152px) {
	.message {
		width: 78%;
	}
	.npronr ul li .nprotp{
		width:50%;
	}
	.npronr ul li .nprolf h3{
		font-size:20px;
	}
	.npronr ul li:nth-child(2n+1) .nprolf {
		margin-left: 8%;
	}
	.npronr ul li:nth-child(2n) .nprolf {
		margin-right:8%;
	}
	.npro .npromenu ul{
		width:100%;
	}
	.npro .npromenu ul li{
		width:19%;
		text-align:center;
		padding:0;
		margin:0 0.5%;
	}
	.nnews dl dt {
		width: 23%;
	}
	.nnews dl dd {
		width: 75%;
	}
	.pronr dl{
		width:32.3%;
	}
	.newsnr ul li .newsbt{
		font-size:16px;
	}
	.ntit,.nproinfo h3{
		font-size:30px;
	}
	.nproinfo .npro_ms h4,.nysnr dl dd h4{
		font-size:20px;
	}
	.nproinfo .npor_msnr,.nysnr dl dd p{
		font-size:18px;
	}
	.nysnr dl dd h4{
		padding-top:10px;
	}
}
@media(max-width:1024px) {
	.message {
		width: 76%;
	}
	.contact h3{
		font-size: 18px;
	}
	.botnav ul li a{
		font-size:14px;
	}
	.npro .npromenu ul li a{
		font-size:16px;
	}
	.ncontactnr h3{
		font-size: 20px;
	}
	.tel {
		font-size: 20px;
		padding-left: 30%;
	}
	.nmessagetit{
		padding-left: 16%;
	}
	.nnews dl dt {
		width: 26%;
	}
	.nnews dl dd {
		width: 72%;
	}
	.newstitlf,.pro h3,.xshz h3 {
		font-size: 25px;
	}
	.newsmore a {
		font-size: 14px;
	}
}
@media(max-width:998px) {
	.ewm{
		display:none;
	}
	.message{
		width:100%;
	}
	.footerlf {
		width: 60%;
	}
	.footerrt {
		width: 36.7%;
	}
	.contact h3{
		font-size: 16px;
	}
	.touch-menu{
		display:block;
		width:32px;
		float:right;
		padding-top:29px;
	}
	.nav{
		display:none;
	}
	.header,.headernr{
		height:90px;
	}
	.logo{
		width: 75%;
		padding-top:5px;
	}
	.cnen{
		padding-top:26px;
	}
	.npro .npromenu{
		height:auto;
	}
	.npro .npromenu ul li{
		line-height:30px;
	}
	.npro .npromenu ul li a{
		font-size:14px;
	}
	.nnews dl dd .nnewsbt{
		margin-top:5px;
	}
	.video{
		width:100%;
	}
	.aboutnr{
		width:100%;
	}
	.yslf1,.ysrt1{
		width:100%;
	}
	.yslf1{
		text-align:left;
	}
	.yslf1 img{
		max-width:100%;
		height:auto;
		margin:0 !important;
	}
	.newsnr ul li dl dt, .newsnr ul li dl dd{
		width:100%;
	}
	.newsnr ul li dl dd .newsms{
		display:none;
	}
	.newsnr ul li dl,.newsnr ul li dl dd .date{
		margin-bottom:0;
	}
	.newsnr ul li .newsbt{
		font-size:14px;
		background:none;
	}
	.nproinfo .jbxx dl dd p {
		font-size: 16px;
	}
	.nproinfo .npro_ms h4, .nysnr dl dd h4 {
		font-size:16px;
	}
	.nproinfo .npor_msnr, .nysnr dl dd p {
		font-size: 15px;
	}
	.nproinfo .lxwm a{
		font-size:16px;
	}
	.ntit, .nproinfo h3 {
		font-size: 24px;
	}
	.tab2 ul li a,.menulist ul li a {
		font-size: 16px;
	}
	.ab_fl dl dt span {
		font-size: 60px;
	}
	.ab_fl dl dd {
		font-size: 16px;
	}
}
@media(max-width:860px) {
	.nabout h3 {
		font-size: 18px;
	}
	.naboutjs {
		font-size: 16px;
		margin-top: 10px;
	}
	.nabout span{
		margin-top:10px;
	}
	.jzl p{
		font-size:15px;
	}
	.npronr ul li:nth-child(2n+1) .nprolf {
		margin-left: 6%;
	}
	.npronr ul li:nth-child(2n) .nprolf {
		margin-right:6%;
	}
	.npronr ul li .nprolf h3 {
		font-size: 18px;
	}
	.npro .npromenu ul li{
		line-height:25px;
	}
	.map,.ncontactnr{
		width:100%;
	}
	.map{
		height:240px;
	}
	.ncontact {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.tel{
		font-size: 35px;
		padding-left: 15%;
	}
	.nmessage{
		width:100%;
		margin-bottom:20px;
	}
	.nmessagetit{
		padding-left: 11%;
	}
	.linknr{
		padding-left: 5% !important;
	}  
	.nnews dl dd .ndate{
		margin-top:0;
	}
	.pageleft,.pageright{
		width:100%;
	}
}
@media(max-width:800px) {
	.npronr {
		margin-top:0;
	}
	.npronr ul li{
		height:auto;
		overflow:hidden;
		margin: 20px 0;
	}
	.npronr ul li .nprolist{
		width:100%;
		height:auto;
		overflow:hidden;
	}
	.npronr ul li .nprotp{
		width:100%;
		overflow:hidden;
		position:static;
	}
	.npronr ul li:nth-child(2n+1) .nprolf {
		margin-left: 0;
		width:100%;
		padding:0 1%;
	}
	.npronr ul li:nth-child(2n) .nprolf {
		margin-right:0;
		width:100%;
		padding:0 1%;
	}
	.npronr ul li .nprotp img {
		width: 100%;
		height: auto;
	}
	.ntit, .nproinfo h3 {
		font-size: 18px;
	}
}
@media(max-width:768px) {
	.footerrt{
		display:none;
	}
	.footerlf{
		width:100%;
	}
	.botnav,.message{
		margin-top:20px;
	}
	.cnen {
		width: 8%;
	}
	.pronr dl{
		width:49%;
	}
	.pronr dl dd .probt{
		font-size:14px;
	}
	.nnews dl dd .nnewsms{
		line-height:25px;
	}
	.nnews dl dd .ndate,.nnews dl dd .nnewsbt{
		font-size:16px;
	}
	.nysnr dl dt,.nysnr dl dd{
		width:100%;
	}
	.tab2 ul li {
		padding: 0 10px;
	}
	.tab2 ul li a,.menulist ul li a {
		font-size: 14px;
	}
	.tab2 {
    width: 228px;
	}
	.nproinfo .jbxx dl dd p {
		font-size: 14px;
	}
	.nproinfo .jbxx dl dt{
		display:none;
	}
	.nproinfo .jbxx dl dd,.nproinfo .jbxx dl:last-child dd{
		width:100%;
	}
	.ab_fl dl dt span {
		font-size: 40px;
	}
	.ab_fl dl dd {
		font-size: 14px;
	}
	.npro .npromenu ul li{
		width:32.3%;
		margin:0 0.5%;
	}
}
@media(max-width:680px) {
	.nmessagetit {
		padding-left: 14%;
	}
	.nnews dl dd .nnewsms{
		display:none;
	}
}
@media(max-width:640px) {
	.tel{
		font-size: 35px;
		padding-left: 18%;
	}
	.tab2,.ntit,.nproinfo .npro_img,.nproinfo .npro_ms,.menulist{
		width:100%;
	}
	.position {
		height: auto;
		line-height: 50px;
	}
	.tab2 ul li,.menulist ul li{
		line-height:50px;
	}
	.nproinfo {
		margin-top: 10px;
	}
}
@media(max-width:540px) {
	.cnen {
		width: 10%;
	}
	.botnav ul li a {
		font-size: 12px;
	}
	#wrap .box{
		width:48%;
		margin:10px 1%;
	}
	.nryzz {
		margin-top: 10px;
	}
	.tel{
		font-size: 30px;
		padding-left: 22%;
	}
	.nmessagetit {
		padding-left: 17%;
	}
	.pronr dl dd .probt{
		font-size:12px;
	}
	.linknr{
		padding-left: 7% !important;
	}  
	.ab_fl dl{
		width:33.3%;
	}
	.counter {
		margin-top: 10px;
	}
	.npro .npromenu ul li{
		width:49%;
	}
}
@media(max-width:460px) {
	.tel{
		font-size: 25px;
		padding-left: 25%;
	}
	.nmessagenr .yzm input {
		width: 60%;
	}
}
@media(max-width:425px) {
	.cnen {
		width: 12%;
	}
	.tel{
		font-size: 20px;
		padding-left: 28%;
	}
	.nmessagetit {
		padding-left: 20%;
	}
	.pronr dl dd .probt{
		height:50px;
		line-height:25px;
		font-size:14px;
	}
	.nnews dl dd .ndate, .nnews dl dd .nnewsbt {
		font-size: 14px;
	}
}