@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:185px;
	overflow:hidden;
	position: fixed;
	z-index: 9999;
	top:0;
	background:#fff;
	box-shadow: 0px 2px 3px rgba(179,179,179,0.75);
	-moz-box-shadow: 0px 2px 3px rgba(179,179,179,0.75);
	-webkit-box-shadow: 0px 2px 3px rgba(179,179,179,0.75);
	}
.large .top{
	width:100%;
	padding:15px 0;
	overflow:hidden;
	background:url(../images/bg.jpg) no-repeat top center;
	border-bottom:solid 1px #cccccc;
}
.small .top{
	display:none;
	}
.small{
	height:60px;
	}
.headernr{
	width:1200px;
	height:118px;
	margin:auto;
}
.logo{
	width:35%;
	overflow:hidden;
	margin:8.5px 0;
	padding-left: 12.4%;
}
.tel{
	overflow:hidden;
	text-align:right;
	color:#111;
	margin-right:2%;
	padding-top:16px;
	}
.tel span{
	overflow:hidden;
	text-align:right;
	color:#078bef;
	font-size:30px;
	display:block;
	margin-top:9px;
	}
.tel img{
	max-width:100%;
	height:auto;
	}
.ewm{
	margin-top:3px;
	}
.nav{
	width:100%;
	height:60px;
	}
.nav .menu{
	width:1200px;
	height:60px;
	margin:auto;
}

.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}

.nav > ul{

	width:100%;

	}

.nav span{

	display:block;

	width:1px;

	height:30px;

	background:rgba(255,255,255,0.7);

	margin-top:16px;

}

.nav span:last-child{

	display:none;

}

.nav .menu > li{

	width:14.2%;

	height:50px;

	float:left;

	text-align:center;

	line-height:50px;
	margin:5px 0;
	}

.nav .menu > li a{
	color:#111;
	font-size:16px;
	display:block;
	height: 30px;
    margin: 10px 0;
    line-height: 30px;
	border-right:1px solid #0072c8;
	}

.nav .menu > li:hover{
	background:#078bef;
	}
.nav .menu > li:hover a{
	color:#fff;
	}

.nav .menu > li.current{
	background:#078bef;
}
.nav .menu > li.current a{
	color:#fff;
}

.nav .menu > li .submenu{

	width:100%;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:30px;

	line-height:30px;

	background:#879803;

	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:rgba(135,152,3,0.8);

}

.cont{
	width:1176px;
	overflow:hidden;
	margin:auto;
	}
/*-- 轮播广告 --*/
.bannerimg{width: 100%;overflow: hidden;margin: 0 auto;padding: 0;position: relative; display:none;}
.flexslider{position:relative;height:auto;overflow:hidden;background:url(loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;;height:auto; overflow:hidden; margin:0;padding:0;}
.slides li{height:auto;}
.slides li img{width:100%;height:auto;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;left: -20px;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(next.png) center center no-repeat;}
/*-- END 轮播广告 --*/

/* banner

-------------------------------------------------------------- */
#wrapper {
	position:relative;
}
.fullwidthbanner-container{

	width:100% !important;

	position:relative;

	padding:0;

	max-height:600px !important;
	overflow:hidden;
	margin-top:168px;
}



.fullwidthbanner-container .fullwidthabnner	{

	width:100% !important;

	max-height:600px !important;

	position:relative;

}



@media only screen and (min-width: 768px) and (max-width: 959px) {

	  .banner, .bannercontainer			{	width:768px; height:309px;}

}



@media only screen and (min-width: 480px) and (max-width: 767px) {

	   .banner, .bannercontainer		{	width:480px; height:193px;	}

}



@media only screen and (min-width: 320px) and (max-width: 479px) {

		.banner, .bannercontainer		{	width:320px;height:129px;	}

}



@media only screen and (max-width: 319px) {

		.banner, .bannercontainer		{	width:240px;height:97px;	}

}



.tp-bullets.simplebullets.round .bullet:hover,

.tp-bullets.simplebullets.round .bullet.selected,

.tp-bullets.simplebullets.navbar .bullet:hover,

.tp-bullets.simplebullets.navbar .bullet.selected {	

	background:#fff !important; 
	border:solid 2px #fff;
}

.tp-leftarrow:hover,

.tp-rightarrow:hover {	

	background-color:#879803 !important;
	border:solid 1px #879803;
 }

/** BULLETS **/

.tp-bullets {

    z-index: 1001;

    position: absolute;

    bottom: 0px;

	width: 162px !important;

}



.tp-bullets.simplebullets.round .bullet {

    cursor: pointer;

    position: relative;

    background: #fff;

    width: 14px;

    height: 14px;
	border:solid 2px #fff;
	border-radius:50%;
	background:rgba(255,255,255,0);
	margin:0 15px 36px 15px;

    float: left;

    -webkit-transition: background 0.1s linear;

    -moz-transition: color, background 0.1s linear;

    -o-transition: color, background 0.1s linear;

    transition: color, background 0.1s linear;

}







.tp-bullets.tp-thumbs {

    z-index: 100;

    position: absolute;

    padding: 3px;

    background-color: #fff;

    width: 500px;

    height: 50px;

    margin-top: -50px;

}



.fullwidthbanner-container .tp-thumbs {

    padding: 3px;

}



.tp-bullets.tp-thumbs .tp-mask {

    width: 500px;

    height: 50px;

    overflow: hidden;

    position: relative;

}



.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {

    width: 5000px;

    position: absolute;

}



.tp-bullets.tp-thumbs .bullet {

    width: 100px;

    height: 50px;

    cursor: pointer;

    overflow: hidden;

    background: none;

    margin: 0;

    float: left;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/*filter: alpha(opacity=50);	*/

    -moz-opacity: 0.5;

    -khtml-opacity: 0.5;

    opacity: 0.5;

    -webkit-transition: all 0.2s ease-out;

    -moz-transition: all 0.2s ease-out;

    -o-transition: all 0.2s ease-out;

    -ms-transition: all 0.2s ease-out;

}



.tp-bullets.tp-thumbs .bullet:hover,

.tp-bullets.tp-thumbs .bullet.selected {

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    -moz-opacity: 1;

    -khtml-opacity: 1;

    opacity: 1;

}



.tp-thumbs img {

    width: 100%;

}



.tp-bannertimer {

    width: 100%;

    height: 10px;

    position: absolute;

    z-index: 200;

    z-index: 5000;

}



.tp-bannertimer.tp-bottom {

    bottom: 0px !important;

    height: 5px;

}





@media only screen and (min-width: 768px) and (max-width: 959px) {;

}



@media only screen and (min-width: 480px) and (max-width: 767px) {

    .responsive .tp-bullets.tp-thumbs {

        width: 300px !important;

        height: 30px !important;

    }



    .responsive .tp-bullets.tp-thumbs .tp-mask {

        width: 300px !important;

        height: 30px !important;

    }



    .responsive .tp-bullets.tp-thumbs .bullet {

        width: 60px !important;

        height: 30px !important;

    }

}



@media only screen and (min-width: 0px) and (max-width: 479px) {

    .responsive .tp-bullets {

        display: none;

    }



    .responsive .tparrows {

        display: none;

    }

}





.tp-simpleresponsive img {

    -moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

}



.tp-simpleresponsive a {

    text-decoration: none;

}



.tp-simpleresponsive ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.tp-simpleresponsive >ul >li {

    list-stye: none;

    position: absolute;

    visibility: hidden;

}



.caption.slidelink a div,

.tp-caption.slidelink a div {

    width: 10000px;

    height: 10000px;

}



.tp-loader {

    background: 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;

}

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.tit h3 a{
	font-size:30px;
	color:#333;
	}
.tit span{
	width:58px;
	height:4px;
	display:block;
	margin:auto;
	background:#078bef;
	margin-top:20px;
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	padding-top:45px;
	padding-bottom:80px;
	}   
.pro .projs{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:26px;
	margin-top:12px;
	}    
.scroll-outer{margin-top:33px;}
#scroll{width:100%;overflow: hidden;}
#scroll .owl-wrapper-outer{margin:0 auto;}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#scroll .item{width:210px;overflow:hidden;background:#fff; margin:0 12.6px;}
.con4_item img{ max-width:100%;height:auto; }
.con4_item{ width:100%; overflow:hidden; position:relative; }
.con4_item dl{ width:100%; overflow:hidden; }
.con4_item .proimg{ 
	width:100%;
	overflow:hidden;
}
.con4_item .protit{ 
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:9px;
}
#scroll .item:hover .con4_item img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
#scroll .item:hover .protit{ 
	color:#0072c8;
}
.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;
	width:100%;
	overflow:hidden;
}
.owl-theme .owl-controls{
	margin-left: 15%;
}

/* Styling Next and Prev buttons */



/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-prev,.owl-next{
	width:48px;
	height:34px;
	text-align:center;
	position: absolute;
	cursor:pointer;
	border:solid 1px #e0e0e0;
	margin-top:23px;
	}
.owl-prev{
	background:url(../images/prev.jpg) no-repeat center;
	left:50%;
	margin-left:-140px;
	}
.owl-next{
	background:url(../images/next.jpg) no-repeat center;
	left:50%;
	margin-left:90px;
	}
.promore{
	width:100%;
	overflow:hidden;
	margin-top:23px;
	}
.promore a{
	display:block;
	width:140px;
	height:34px;
	text-align:center;
	line-height:34px;
	border:solid 1px #e0e0e0;
	margin:auto;
	}
.promore a:hover{
	background:#0072c8;
	color:#fff;
	border:solid 1px #0072c8;
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	padding-top:60px;
	padding-bottom:60px;
	background-attachment: fixed;
    background-size: cover;
	}
.aboutnr{
	width:46%;
	overflow:hidden;
	background:#fff;
	padding:41px 2% 37px 2%;
	}
.aboutimg{
	width:50%;
	overflow:hidden;
	}
.aboutimg:hover img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.aboutbt{
	width:70%;
	overflow:hidden;
	}
.aboutnr h3{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#333;
	font-weight:normal;
	}
.aboutnr span{
	display:block;
	width:58px;
	height:4px;
	background:#078bef;
	margin-top:16px;
	}
.aboutnr .aboutmore{
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:38px;
	}
.aboutnr p{
	width:100%;
	overflow:hidden;
	line-height:29px;
	margin-top:8px;
	}
.ab_fl{
	width:100%;
	overflow:hidden;
	background:#fff;
	margin-top:30px;
}
.ab_fl dl{
	width:24%;
	overflow:hidden;
	float:left;
	border-right:solid 1px #dddddd;
	margin:21px 0 28px 0;
}
.ab_fl dl:last-child{
	border:none;
	}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:30px;
	color:#078bef;
	font-weight:bold;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:3px;
}
.ab_fl dl dt span{
	font-size:44px;
    width: 100%;
	color:#078bef;
}
.ab_fl dl dd{
	color:#111;
}
	
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:url(../images/newsbg.jpg) no-repeat center 43px;
	padding-top:57px;
	padding-bottom:60px;
	}
.newsjs{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height: 24px;
	margin-top:13px;
	}
.newsimg{
	width:50%;
	overflow:hidden;
	margin-top:32px;
	}
.newsimg:hover img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.newsnr{
	width:50%;
	overflow:hidden;
	padding-top:6px;
	margin-top:32px;
	}
.newsnr dl{
	width:100%;
	overflow:hidden;
	margin-top:7px;
	}
.newsnr dl dt{
	width:15%;
	overflow:hidden;
	float:left;
	padding-top:10px;
	}
.newsnr dl dd{
	width:85%;
	overflow:hidden;
	float:right;
	border-bottom:dashed 1px #e3e3e3;
	padding-bottom:17px;
	}
.newsnr dl dd .newsbt{
	width:100%;
	overflow:hidden;
	color:#111;
	font-size:16px;
	line-height:32px;
	}
.newsnr dl dd .newsdate{
	width:100%;
	overflow:hidden;
	color:#999;
	}
.newsnr dl dd .newsms{
	width:100%;
	overflow:hidden;
	line-height:28px;
	}
.newsmore{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.newsmore a{
	display:block;
	width:138px;
	height:34px;
	text-align:center;
	line-height:34px;
	border:solid 1px #e0e0e0;
	margin:auto;
	}
.newsnr dl:hover dd .newsbt{
	color:#078bef;
	}
.newsmore a:hover{
	background:#0072c8;
	color:#fff;
	border:solid 1px #0072c8;
}
/* case
-------------------------------------------------------------- */
.case{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	padding-top:40px;
	}
.castbt{
	width:168px;
	height:112px;
	overflow:hidden;
	background:url(../images/titbg.jpg) no-repeat left top;
	padding:34px 0 0 22px;
	}
.castbt .caseen{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:18px;
	color:#fff;
	}
.castbt .casecn{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	}
.castbt .casecn a{
	font-size:18px;
	color:#fff;
}
.castbt span{
	display:block;
	width:42px;
	height:6px;
	background:#fff;
	margin-top:14px;
	}
.castlist{
	width:974px;
	overflow:hidden;
	}
.castlist .content {
	width: 1200px;
	margin: 0 auto;
}
.castlist h2 {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 250px;
}
.castlist .Box_con {
	position: relative;
	z-index:10;
}
.castlist .Box_con .btnl {
	position: absolute;
}
.castlist .Box_con .btn {
	display: block;
	width: 40px;
	height: 145px;
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index:9999;
}
.castlist .Box_con .btnl {
	left: 0;
}
.castlist .Box_con .btnr {
	right: 0;
}
.castlist .Box_con .btnl:hover {
	background: url(img/jtl03.png) no-repeat center;
}
.castlist .Box_con .btnr:hover {
	background: url(img/jtr03.png) no-repeat center;
}
.castlist .Box_con .conbox {
	position: relative;
	overflow: hidden;
}
.castlist .Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.castlist .Box_con .conbox ul li {
	float: left;
	width: 233px;
	height: 145px;
	margin-left: 10.5px;
	overflow: hidden;
}
.castlist .Box_con .conbox ul li:first-child {
	margin-left: 0;
}
.castlist .Box_con .conbox ul li img {
	display: block;
	width: 233px;
	height: 145px;
	transition: all 0.5s;
}
.castlist .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}
.castlist .BoxSwitch {
	margin-top: 30px;
	text-align: center;
}
.castlist .BoxSwitch span {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}
.castlist .BoxSwitch span.cur {
	background: red;
}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	}
.linknr{
	width:1149px;
	overflow:hidden;
	margin:auto;
	background:url(../images/link.jpg) no-repeat left 6px;
	line-height:30px;
	padding-left:27px;
	margin-top:34px;
	margin-bottom:33px;
	font-size:18px;
	color:#078bef;
	font-weight:bold;
	}
.linknr span{
	color:#078bef;
	margin-left:12px;
	margin-right:20px;
	font-weight:normal;
	}
.linknr a{
	margin-right:10px;
	color:#333;
	font-weight:normal;
	}
.linknr a:hover{
	color:#078bef;
	}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:url(../images/footerbg.jpg) no-repeat center top;
	}
.footernr{
	width:63%;
	overflow:hidden;
	}
.footerlf{
	width:70%;
	overflow:hidden;
	}
.footerrt{
	width:25%;
	overflow:hidden;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	margin-top:37px;
	}
.footerrt .bottel{
	width:130px;
	overflow:hidden;
	background:url(../images/tb1.jpg) no-repeat left center;
	font-size:18px;
	color:#fff;
	padding-left:62px;
	margin:auto;
	margin-top:5px;
	}
.footerrt p{
	width:100%;
	overflow:hidden;
	color:#fff;
	text-align:center;
	line-height:30px;
	margin-top:21px;
	}
.botnav{
	width:100%;
	overflow:hidden;
	margin-top:39px;
	}
.botnav ul{
	width:100%;
	overflow:hidden;
	}
.botnav ul li{
	float:left;
	padding:0 16px;
	border-right:solid 2px #fff;
	line-height: 15px;
	}
.botnav ul li a{
	color:#fff;
	}
.botnav ul li:first-child{
	padding-left:0;
	}
.blxfs1{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	margin-top:24px;
	}
.blxfs2{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	margin-top:2px;
	}
.bot{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #fff;
	margin-top:24px;
	padding:17px 0;
	}
.botlf{
	overflow:hidden;
	color:#fff;
	line-height:30px;
	}
.botrt{
	overflow:hidden;
	color:#fff;
	line-height:30px;
	}
.botrt a{
	color:#fff;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:400px;
	margin-top:168px;
	position:relative;
}
.newsban{
	background:url(../images/newsban.jpg) no-repeat top center;
}
/* position
-------------------------------------------------------------- */
.position{
	width:100%;
	height:60px;
	overflow:hidden;
	background:rgba(0,0,0,0.3);
	line-height:60px;
	position:absolute;
	bottom:0;
	}
.positionnr{
	color:#fff;
	width:1154px;
	overflow:hidden;
	margin:auto;
	background:url(../images/tb3.png) no-repeat 0 23px;
	padding-left:22px;
	}
.positionnr a{
	color:#fff;
	}
.dqwz{
	width:50%;
	overflow:hidden;
}
.newmenu{
	overflow:hidden;
	margin-top:13px;
}
.newmenu li{
	float:left;
	width:100px;
	height:34px;
	line-height:34px;
	text-align:center;
}
.newmenu li:first-child{
	margin-right:48px;
}
.newmenu li a{
	color:#fff;
	display:block;
}
.newmenu li:hover{
	background:#078bef;
	border-radius:5px;
}
.newmenu li.cur{
	background:#078bef;
	border-radius:5px;
}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
    margin-top:43px;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	color:#333333;
	font-size:24px;
	text-align:center;
	line-height:35px;
	}
.ntit h3 font{
	color:#999;
	font-size:18px;
	margin-left:14px;
	font-weight:normal;
	}
.ntit span{
	display:block;
	width:290px;
	height:1px;
	background:#078bef;
	margin:auto;
	margin-top:8px;
	}
/* nabout
-------------------------------------------------------------- */
.ncont{
	width: 1116px;
    overflow: hidden;
	margin:auto;
	}
.nabout{
	margin-top:40px;
	margin-bottom:30px;
	background:#f9f9f9;
	padding:0 30px 40px 30px;
	}
.naboutnr{
	width:100%;
	overflow:hidden;
    margin-top: 52px;
	}
.naboutnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333333;
	}
.ncontact{
	background:#f9f9f9;
	padding: 0 30px 40px 30px;
	margin-bottom:40px;
	}
.ncontactnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.map{
	width:100%;
	overflow:hidden;
	height:294px;
	}
.nlxfslist{
	width:100%;
	overflow:hidden;
	margin-top:34px;
	}
.nlxfslist dl{
	width:25%;
	height:134px;
	overflow:hidden;
	float:left;
	padding-top:37px;
	}
.nlxfslist dl:nth-child(2n+1){
	background:#efefef;
	}
.nlxfslist dl:nth-child(2n){
	background:#e6e6e6;
	}
.nlxfslist dl dt{
	width:100%;
	height:46px;
	overflow:hidden;
	text-align:center;
	-webkit-transition: -webkit-transform 1s ease-out;
	-moz-transition: -moz-transform 1s ease-out;
	-o-transition: -o-transform 1s ease-out;
	-ms-transition: -ms-transform 1s ease-out;
	}
.nlxfslist dl:hover dt img {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.nlxfslist dl dd{
	width:100%;
	overflow:hidden;
	}
.nlxfslist dl dd h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:9px;
	}
.nlxfslist dl dd p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#333;
	line-height:26px;
	}
.ntit2{
	width:100%;
	line-height:31px;
	overflow:hidden;
	background:url(../images/tb8.png) no-repeat left center;
	border-bottom:solid 1px #666;
	padding:12px 0;
	font-size:24px;
	padding-left:5%;
	color:#666;
	}
.ryzzimg{
    width: 100%;
    overflow: hidden;
	text-align:center;
	}
.naboutnr p{
    overflow: hidden;
	font-size:16px;
	color:#333;
	line-height:33px;
}
.naboutnr ul{
    width: 100%;
    overflow: hidden;
}
.naboutnr ul li{
    width: 262px;
    overflow: hidden;
	float:left;
	margin:15px 18px;
}
.naboutnr ul li:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.nabout ul{
	width:100%;
	overflow:hidden;
	}
.nabout ul li{
	width:264px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	}
.nabout ul li:last-child{
	margin-right:0;
	}

/* nmessage
-------------------------------------------------------------- */
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:36px;
}
.nmessage h3{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#078bef;
	font-weight:normal;
	line-height:30px;
	}
.nmessage h3 span{
	font-size:16px;
	color:#999;
	margin-left:15px;
	}
.nmessage ul {
    width: 100%;
    overflow: hidden;
	margin-top:21px;
	padding:0;
}
.nmessage ul li {
    float: left;
    width: 33.3%;
    margin-bottom:30px;
}
.nmessage ul li input{
    width:88%;
	height:40px;
	overflow:hidden;
	line-height:40px;
	border:solid 1px #d3d3d3;
	font-size:16px;
	padding:0 4%;
	color:#b0b5cb;
}
.nmessage ul li:nth-child(2){
    text-align:center;
	}
.nmessage ul li:nth-child(3){
    text-align:right;
	}
.nmessage ul li:last-child{
    width: 100%;
	}
.nmessage ul li textarea{
    width: 97.3%;
	height:228px;
	overflow:hidden;
	line-height:30px;
	border:solid 1px #d3d3d3;
	font-size:16px;
	padding:0 1.2%;
	color:#b0b5cb;
}
.nmessage .subbtn{
    width: 100%;
	overflow:hidden;
	}
.nmessage .subbtn input{
    width:134px;
	height:40px;
	overflow:hidden;
	text-align:center;
	line-height:40px;
	color:#fff;
	background:#078bef;
	}

/* nnews
-------------------------------------------------------------- */
.nnewsnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:40px;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	padding:30px 0;
	border-bottom:dashed 1px #e7e7e7;
	}
.nnews dl dt{
	width:23%;
	overflow:hidden;
	float:left;
	}
.nnews dl:hover dt img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.nnews dl dd{
	width:77%;
	overflow:hidden;
	float:right;
	}
.nnews dl dd .nnewsbt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	margin-top:3px;
	color:#000;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:1px;
	color:#999;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	margin-top:3px;
	}
.nnews h1{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#454545;
	text-align:center;
	margin-top:20px;
	line-height: 30px;
    margin-bottom: 10px;
	}
.nnews .fbtime{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#666;
	text-align:center;
	border-bottom:dashed 1px #666;
	padding-bottom:23px;
	}
.nnews .fbnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nnews .fbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}

/* npro
-------------------------------------------------------------- */
.npro .npronr{
	width:100%;
	overflow:hidden;
	margin-top:52px;
	margin-bottom:40px;
	}
.npro .npromenu{
	width:100%;
	height:64px;
	overflow:hidden;
	text-align:center;
	border:solid 1px #dcdcdc;
	margin-top:20px;
	border-radius:5px;
	}
.npro dl{
	width:210px;
	overflow:hidden;
	float:left;
	margin:8px 12.6px;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	}
.npro dl:hover dt img{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.npro dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:10px;
	}
.npro dl:hover dd{
	color:#078bef;
	}
.npro h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	line-height:30px;
}
.npro .fbtime{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:30px;
}
.npro .fbimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
}
.nproxq{
	width:100%;
	overflow:hidden;
	margin-top:24px;
}
.nproxq p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
}
/* ncase
-------------------------------------------------------------- */
.ncasenr{
	width:100%;
	overflow:hidden;
	margin-top:52px;
	margin-bottom:40px;
	}
.ncasenr ul{
	width:100%;
	overflow:hidden;
	}
.ncasenr ul li{
	width:279px;
	overflow:hidden;
	float:left;
	margin:9px 7.5px;
	}
.ncasenr ul li:hover img{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* 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 #078bef;
}

.dede_pages ul li.thisclass{
    background-color: #078bef;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #078bef;
}
.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;
		width: 32px;
		float: right;
		padding-top:43px;
	
}
.tel-menu {
    background: #879803;
    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:1200px) {
	.castbt {
		width: 14%;
	}
	.castlist {
		width: 83%;
	}
	.cont,.ncont{
		width:100%;
	}
	.nabout ul li {
		width: 24.25%;
		margin-right: 1%;
	}
	.npro dl {
		width: 19%;
		margin: 8px 0.5%;
	}
	.ncasenr ul li {
		width: 24%;
		margin: 9px 0.5%;
	}
}
@media(max-width:1024px) {
	
	.footer img{
		max-width:100%;
		height:auto;
	}
	.botnav ul{
		width:100%;
	}
	.botnav ul li{
		width:14%;
		padding:0;
		text-align: center;
	}
}