@charset "utf-8";
html,body{height:100%; padding:0px; margin:0px;min-width: 1200px;font:14px 微软雅黑;color:#666666;}
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.border{border:1px solid #DFDFDF;}
.bg{background-color: #F5F5F5;}
.bg1{background-color: #CAFF70;}
.bg2{background-color: #FFC1C1;}
.bg3{background-color: #FFA07A;}
.bg4{background-color: white;}
.hj200 {line-height: 200%;}
.mt30{margin-top: 30px}
.mt20{margin-top: 20px}
.mt10{margin-top: 10px}
a{text-decoration: none;color:#666666;}
p{text-align: justify;text-justify:inter-ideograph;}
li {list-style-type:none;padding: 0;margin: 0;}
ul {margin: 0;padding: 0;}
.w1200 { width: 1200px; margin: 0 auto; position: relative; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
.pcnone{display:none;}

/*header start*/
.head{width: 100%;height: 135px;/*background: url(../images/top_bg.jpg) repeat-x center;*/background-color: #EFD7AF}
.head_top{height: 35px;background-color: #313131}
.ht_body{width: 1200px;height: 35px;line-height: 35px;color: #EFD7AF;margin: 0 auto;}
.ht_body .htbl{height: 35px;}
.ht_body .htbl font{position: relative;top: -2px;}
.ht_body .htbr{height: 35px;}
.ht_body .htbr .search{padding-right:35px;    padding-top: 2px;}
.ht_body .htbr .tel{margin-right: 50px;}
.ht_body .htbr .lan{width: 160px;height: 35px;}
.ht_body .htbr .lan font{position: relative;top: 1px;left: 5px;color: #EFD7AF}
.ht_body .htbr font{position: relative;top: -2px;}

.ht_body .htbr .sinput{float:left;width:200px;height: 29px;line-height:21px;padding:4px 7px;color: #333;border:1px solid #999;border-radius:2px;background-color:#C6C6C6;box-sizing: border-box;position: relative;top: 1px;}

::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #666;  
}  
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #666;  
   opacity:  1;  
}  
::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #666;  
   opacity:  1;  
}  
:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #666;  
}  
.ht_body .htbr .sbtn{float:left;width:50px;height:31px;border-radius:0 2px 2px 0;border: 1px solid #313131;background: url(../images/fdj.png) no-repeat center #313131;font-size:12px;color:#EFD7AF;}
.ht_body .htbr .sbtn:hover {cursor: pointer;background: url(../images/fdj1.png) no-repeat center;}
.head_body{width: 1200px;height:100px;margin: 0 auto;}
.head_body .logo img{position: relative;top: 10px;}
.head_body .nav{width: 800px;height: 100px;}
.head_body .nav .yiji .nav01{width: 150px;height:100px;margin-left: 10px;text-align: center;line-height:100px; font-size: 16px;}
.head_body .nav .yiji .nav01 a{color: #222;}
.head_body .nav .yiji .nav01 a span{width: 150px;height: 100px;display: block;}
.head_body .nav .yiji .nav01:hover {background-image: url(../images/nav_bg.png);}
.head_body .nav .yiji .navon{background-image: url(../images/nav_bg.png) !important;}
.head_body .nav .yiji .on{background-image: url(../images/nav_bg.png) !important;}
.head_body .nav .yiji .nav01:hover a{color: #222}
.erji{width:150px;position:relative;z-index:999;display:none;}
.erji li{height:40px;background-color: #EEE5CC;color: #000;line-height: 40px;font-size: 14px;}
.erji li:hover {background-color: #6F5847;color: #DBBC72}
/*header end*/

/*banner start*/
.banner{background-color: #fff}
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 800px;
	display: block;
}
/*banner end*/

/* mainpro start */

.case{background-image:url(../images/submit.jpg);height:378px;}
.picMarquee-left{ overflow:hidden; position:relative;    padding-top: 20px;  }
.yyly{ padding-top:0px !important;}
.picMarquee-left .td{width:100%;height: 70px;background:url(../images/title.png) no-repeat center;}
.picMarquee-left .hd{overflow:hidden; width: 120px; height:55px; padding:0 10px;  margin:0 auto;}

.picMarquee-left .hd span{font-size: 36px; color: #343434; font-weight: bold;line-height: 42px;}
.picMarquee-left .hd span b{ color:#D2D2D2; padding-left:10px;}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block; width:55px; height:55px;float:right; margin-right: :5px; overflow:hidden; cursor:pointer; }

.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }

.picMarquee-left .bd{ padding:0 0 10px 0px;position: relative;top: 15px;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;position: relative;  }

.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:220px; height:165px; display:block; padding:2px; border:1px solid #666; }


.post-thumbnail {height: auto; overflow: hidden; } 
.content-wrap { padding: 0; position: absolute; text-align: center; width: 100%; top: 0; height:170px; bottom: 0; display: table-cell; vertical-align: middle; overflow: hidden; } 
.content-wrap h1.entry-title { display: table;  height:170px; width: 100%; margin:0; } 
.featured-image { display: table-cell; position: relative; transition: opacity .25s ease-in-out, background .25s ease-in-out; -moz-transition: opacity .25s ease-in-out, background .25s ease-in-out; 
-webkit-transition: opacity .25s ease-in-out, background .25s ease-in-out; 
vertical-align: middle; z-index: 1; color: #fff; text-decoration: none; opacity: 0; padding:0 10%; } 
/* mainpro end */

/*product start*/
/*.pro_bg{background: url(../images/pro_bg.png) no-repeat top center;}*/
.product a,img,dt,dd,h3,p{border:0;margin:0;padding:0;}
.product a{color:#898989;text-decoration:none}
.product a:hover{cursor:pointer;color:#9f8054;}
.product{width: 100%;padding: 30px 0 0px 0; }
.pro_top{width: 100%;height: 130px;margin: 0 auto;background:url(../images/title_1.png) no-repeat bottom;}
.sgw_img{width:1200px;height:970px;overflow:hidden;/*border:1px solid #dcdcdc;*/padding:3px;margin: 0 auto;}
.sgw_img dt{margin-right:3px;float:left;display:inline;width:315px;height:466px;position:relative;overflow:hidden;position: relative;left: 10px;top: 10px;}
.sgw_img dd{float:left;position:relative;overflow:hidden;}

.sgw_img_dd1{width:1180px;height:255px;margin:23px auto 13px auto;/*display:inline;*/}
.sgw_img_dd1 dd{height:255px;overflow:hidden;float:left;}
.sgw_img_dd1 #dd2{margin:0px 0px 0px 0;}

.sgw_img_dd2{float:left;width:1180px;height:920px;overflow:hidden;margin-left:10px;position:relative;top:10px;}
.sgw_img_dd2 dd{/*margin-right:3px;*/height:292px;overflow:hidden;display:inline;}
.sgw_img_dd2 dd#dd3, .sgw_img_dd2 dd#dd4{margin:0;}
.sgw_img_dd2 dd#dd3, .sgw_img_dd2 dd#dd5{margin-bottom:3px;height:292px;}
.product .box{width:100%;height:100%;background:url(../images/sgw_bg.jpg) no-repeat left top #020000;position:absolute;left:0;line-height:18px;color:#e69714;top:-382px;filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;text-align:center;padding-top:85px;}
.product .box p{text-indent: 2em}
.product .box h3{color:#fff;font-size:14px;font-weight:bold;}
.product .box a{display:block;margin-top:5px;}
.product .sgw_img dt .box{padding-top:100px;top:-566px;}

.sgw_img dd:hover .pro_name{display: none;}
.sgw_img dd img{  display: block;
    -moz-transition:.5s ease-in;
    -webkit-transition:.5s ease-in;
    -o-transition:.5s ease-in;
    -ms-transition:.5s ease-in;
    transition:.5s ease-in;}
.sgw_img dd:hover img{ transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2)}
.product .pro_name{width: 150px;height: 40px;line-height: 40px;text-align: center;background: #000;opacity: 0.80;position: absolute;z-index: 999;color: #fff}
/*product end*/

/*company start*/
.advantage{width: 100%;height: 660px;background: url(../images/adv_bg.png) no-repeat center;background-color:#fff }
.adv_top{width: 100%;height: 100px;margin: 0px auto 0 auto;background: url(../images/title_2.png) no-repeat center; padding-top: 30px;}
.adv_body{width: 1200px;margin: 0 auto}
.adv_body .adv01{width: 350px;height: 100px;}

/*.adv_body .adv01 .b2{font-size: 18px;color: #796A56;font-weight: normal;font-family: Arial, Helvetica, sans-serif;}
.adv_body .adv01 .p2{font-size: 14px;color: #796A56;font-family: Arial, Helvetica, sans-serif;letter-spacing:0.1px;}*/
/*company end*/

/*partner start*/
.partner{width: 100%;background: url(../images/hzhb_bg.png) no-repeat center;padding-top: 30px;}
.partner .par_top{width: 100%;height: 100px;margin: 0 auto;background:url(../images/title_3.png) no-repeat center;}
.partner .multipleColumn{ overflow:hidden; position:relative; width:1220px;  }
.partner .multipleColumn .hd{ overflow:hidden; width: 130px; height:55px; padding:0 10px;  margin:0 auto;}
.partner .multipleColumn .hd .prev,.multipleColumn .hd .next{ display:block;  width:55px; height:55px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/icoLeft.png") no-repeat;}
.partner .multipleColumn .hd .next{ background:url("../images/icoRight.png") no-repeat;  }
.partner .multipleColumn .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.partner .multipleColumn .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.partner .multipleColumn .hd ul li.on{ background-position:0 0; }

.partner .multipleColumn .bd{ padding:10px; overflow:hidden;  }
.partner .multipleColumn .bd ul{ overflow:hidden; zoom:1; width:300px;  float:left; _display:inline;  }
.partner .multipleColumn .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.partner .multipleColumn .bd ul li .pic{ text-align:center; }
.partner .multipleColumn .bd ul li .pic img{ width:220px; height:120px; display:block;  padding:2px; border:1px solid #ccc; margin-top: 20px;margin-left: 30px;}
.partner .multipleColumn .bd ul li .pic a:hover img{ border-color:#999;}

/*partner end*/

/*news start*/
.news{width: 100%;background-color:#fff }
.new_top{width: 100%;height: 100px;margin: 0 auto;background:url(../images/title_4.png) no-repeat center;}
.news_body{width: 1200px;margin: 0 auto;}
.news_body .nb_left{width: 580px; padding:40px 0;}
.newimg{width: 580px;height: 420px;background-color: #DFDFDF}
.news_l{position: relative;top: 10px;}
.news_l_title{height:30px;font-size: 16px;line-height: 30px;padding: 0 20px;color: #333}
.news_l_nr{font-size: 14px;line-height: 25px;padding: 0 20px;text-indent: 2em}
.news_l:hover .news_l_nr{color:#838383}
.news_body .nb_right{width: 580px; padding:40px 0;}
.news_body .nb_right ul li{width: 580px;height: 70px;}
.news_body .nb_right ul li:hover {background-color: #dfdfdf}
.news_body .nb_right ul li .date{width: 100px;height: 70px;line-height: 45px;text-align: center;}
.news_body .nb_right ul li .con{width: 450px;height: 70px;}
.news_body .nb_right ul li .con .contitle{width: 440px;padding-left: 10px;height: 30px;line-height:30px;font-size: 16px;color: #333;position: relative;top: 7px;}
.news_body .nb_right ul li .con .connr{width:440px;padding-left: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position: relative;top: 7px;}
.news_body .nb_right ul li .con:hover .connr{color: #838383}
/*news end*/

/*footer start*/
/* .footer{width: 100%;padding: 40px 0;background: url(../images/foot_bg.jpg) repeat-x center;    clear: both;}
.foot_body{width: 1200px;margin: 0 auto;}
.foot_body .navcon{width: 190px;border:1px solid #5A5A5A;border-width: 0 1px 0 0;}
.foot_body .navcon li{width: 190px;height: 30px;line-height: 30px;text-align: center;color: #A7A7A5;font-size: 15px;}
.foot_body .navcon li font{font-size: 20px;color: #BD9B3B;}
.foot_body .navcon a li:hover {text-decoration: underline;}
.foot_body .adress li{width:350px;text-align: left;height: 22px;line-height: 22px;color: #A7A7A5}
.foot_body .adress .title{height:60px;font-size: 20px;color: #fff}
.foot_body .adress .title .rx_tu{width: 60px;height: 60px;}
.foot_body .adress .title .rx_tu img{position: relative;top: 3px;left: -5px;}
.foot_body .adress .title .rx_zi{width: 290px;height: 60px;}
.foot_body .adress a li{color: #A7A7A5}
.bottom{width: 100%;height: 35px;line-height: 35px;text-align: center;background-color: #000;color: #fff}
.footer .ewm{width: 510px;margin-left: 58px;;border:1px solid #5A5A5A;border-width: 0 1px 0 0;}
.footer .ewm font{font-size: 20px;color: #BD9B3B;}
.footer .ewm .ewm_img .ewm_1{width: 140px;height: 180px;margin-left:35px;margin-right: 60px;margin-top: 20px;} */
.footer{width: 100%;padding: 40px 0;background: url(../images/foot_bg.jpg) repeat-x center;clear: both;}
.foot_body{width: 1200px;margin: 0 auto;}
.foot_body .navcon{width: 136px;border:1px solid #5A5A5A;border-width: 0 1px 0 0;}
.foot_body .navcon li{width: 80px;height: 30px;line-height: 30px;text-align: center;color: #A7A7A5;font-size: 15px;}
.foot_body .navcon li font{font-size: 20px;color: #BD9B3B;}
.foot_body .navcon a li:hover {text-decoration: underline;}
.foot_body .adress li{width:295px;text-align: left;height: 22px;line-height: 22px;color: #A7A7A5}
.foot_body .adress .title{height:60px;font-size: 20px;color: #fff}
.foot_body .adress .title .rx_tu{width: 60px;height: 60px;}
.foot_body .adress .title .rx_tu img{position: relative;top: 3px;left: -5px;}
.foot_body .adress .title .rx_zi{width: 235px;height: 60px;}
.foot_body .adress a li{color: #A7A7A5}
.bottom{width: 100%;height: 35px;line-height: 35px;text-align: center;background-color: #000;color: #fff}
.footer .ewm{width: 360px;margin-left: 20px;;border:1px solid #5A5A5A;border-width: 0 1px 0 0;}
.footer .ewm font{font-size: 20px;color: #BD9B3B;padding-left: 20px;}
.footer .ewm .ewm_img .ewm_1{width: 140px;height: 180px; margin-left:22px; /*margin-right: 60px;*/ margin-top: 20px;}

/*footer end*/

/*---------------------------------------走进百事威-----------------------------------------*/

.banner_n{width: 100%;height: 340px;background: url(../images/n_banner1.jpg) no-repeat center;}
.banner_n2{width: 100%;height: 340px;background: url(../images/n_banner2.jpg) no-repeat center;}
.banner_n3{width: 100%;height: 340px;background: url(../images/n_banner3.jpg) no-repeat center;}
.banner_n4{width: 100%;height: 340px;background: url(../images/n_banner4.jpg) no-repeat center;}
/*gywm start*/
.com_A{width: 100%;padding:50px 0;background:url(../images/Abg.jpg) no-repeat top;}
.gywm{width: 1200px;margin:0 auto;}
.A_top{width: 1200px;height: 90px;background: url(../images/Atitle.png) no-repeat top;}
.gywm p{text-indent: 2em;line-height: 160%;font-size: 15px;}
.Amore{width: 200px;height: 85px;margin:30px auto 0 auto;text-align:center}
.Amore .xl{width: 200px;height: 45px;text-align:center;line-height: 45px;font-size: 15px;}
.Amore .xl_img{width: 50px;height: 40px;margin:0 auto;background: url(../images/xl.png) no-repeat center;}
.Amore a{cursor: pointer;}
.Amore a:hover {color: #BD9B3B}
.Amore a:hover .xl_img{background: url(../images/xl2.png) no-repeat center;}
/*gywm end*/

/*gywm start*/
.com_B{width: 100%;padding:50px 0;background:url(../images/BC.jpg) no-repeat top;}
.zczc{width: 1200px;margin:0 auto;}
.B_top{width: 1200px;height: 70px;background: url(../images/Btitle.png) no-repeat top;}
.zczc_body{width: 1200px;height: 350px;margin:0 auto;}
.zczc_l{width: 590px;}
.zczc_l img{position: relative;top: 20px;left: 40px;}
.zczc_r{width: 590px;padding-top: 30px;}
.zczc_r p{text-indent: 2em;line-height: 160%;margin:10px auto;font-size: 15px;}
/*gywm end*/

/*qysm start*/
.com_C{width: 100%;padding:50px 0;background:url(../images/BC.jpg) no-repeat bottom;}
.qysm{width: 1200px;margin:0 auto;}
.C_top{width: 1200px;height: 70px;background: url(../images/Ctitle.png) no-repeat top;}
.qysm_body{width: 1200px;height: 300px;margin:0 auto;}
.qysm_body p{text-align:center;font-size: 15px;line-height: 200%}
.qysm .xl{width:50px;height: 50px;margin:30px auto 0 auto;background: url(../images/xl3.png) no-repeat center;}
/*qysm end*/

/*ppgs start*/
.com_D{width: 100%;padding:50px 0;background:url(../images/Dbg.jpg) no-repeat center;}
.ppgs{width: 1200px;margin:0 auto;}
.D_top{width: 1200px;height: 70px;background: url(../images/Dtitle.png) no-repeat top;}
.ppgs_body{width: 1200px;height: 540px;margin:0 auto;}
.ppgs1{width: 1200px;height: 250px;/*background-color: rgba(245, 245, 245, 0.55);*/margin-top: 20px;color: #ffffff;}
.ppgs1 .p1_l{width: 600px;text-align: center;}
.ppgs1 .p1_r{width: 600px;text-align: center;}
.ppgs2{width: 1200px;height: 250px;/*background-color: rgba(245, 245, 245, 0.55);*/margin-top: 20px;color: #ffffff;}
.ppgs_body p{text-indent: 2em;font-size: 15px;line-height: 160%;margin-top: 5px;position: relative;top: 20px;}
/*ppgs end*/

/*zzry start*/
.com_F{width: 100%;height:470px;padding:50px 0;background:url(../images/Fbg.jpg) no-repeat center;}
.zzry{width: 1200px;margin:0 auto;}
.F_top{width: 1200px;height: 70px;background: url(../images/Ftitle.png) no-repeat top;}
.zzry_body{width: 1200px;margin:0 auto;}

.honor_con{width: 100%;height: 400px;}
.com_F .blank30{height:30px;overflow:hidden;}
/* jQuery jcImgScroll */
.com_F .jcImgScroll{width:1200px;position:relative;height:340px;margin:40px auto 0 auto;overflow: hidden}
.com_F .jcImgScroll li{border:1px solid #ccc;}
.com_F .jcImgScroll li a{background:#fff;display:block;position:relative;z-index:99;}
.com_F .jcImgScroll li.loading a{background:#fff url(../img/loading.gif) no-repeat center center;} 
.com_F .jcImgScroll li img,.jcImgScroll li,.jcImgScroll em,.jcImgScroll dl{display:none;border:0 none;}
.com_F .jcImgScroll li img{width: 100%;height: 100%;}
.com_F .jcImgScroll em.sPrev{background:url(../images/arrow-left.png) no-repeat left center;}
.com_F .jcImgScroll em.sNext{background:url(../images/arrow-right.png) no-repeat right center;}
.com_F .jcImgScroll dl dd{background:url(../images/NumBtn.png) no-repeat 0 bottom;text-indent:-9em;}
.com_F .jcImgScroll dl dd:hover,.jcImgScroll dl dd.curr{background-position:0 0;}

/*zzry end*/

/*fzlc start*/
.com_E{width: 100%;padding:50px 0;background:url(../images/Ebg.jpg) no-repeat center;}
.fzlc{width: 1200px;margin:0 auto;}
.E_top{width: 1200px;height: 70px;background: url(../images/Etitle.png) no-repeat top;}
.fzlc_body{width: 1200px;margin:0 auto;}

.time_box{width: 1200px;margin:0 auto;overflow: hidden;color: #333}
#timeline{width:1120px;height:400px;margin:0 auto;position:relative;background:url('../images/licbg.png') left 340px no-repeat;}
#dates{width:1200px;overflow:hidden;margin-top:20px;}
#dates li{float:left;width:94px;height:90px;font-size:16px;text-align:center;}
#dates a{color:#713611;width:94px;height:90px;line-height:130px;display:block;}
#dates .selected{font-size:18px;font-weight:bold;background:url(../images/licbgt.png) no-repeat center top;}
#issues{width:1120px;height:300px;overflow:hidden;}
#issues li{width:1120px;height:300px;list-style:none;float:left;}
#issues li img{text-align:center;display:block;margin-left: 60px;position: relative;top: 30px;}
#issues li .time_img{width: 460}
#issues li .time_con{width: 580px;height: 220px;margin-top:30px;padding-right: 60px;padding-top: 20px;}
#issues li .time_con b{font-size: 30px;line-height: 70px;color: #623603}
#issues li .time_con .line{width: 150px;height: 3px;background-color: #777}
#issues li .time_con p{margin-top: 30px;line-height: 160%;font-size: 14px;}
#prev{position:absolute;font-size:100px;font-family:"宋体";top:90px;width:100px;height:100px;text-align:center;line-height:100px;overflow:hidden;color:#713611;background: url(../images/arrow-left.png) no-repeat center;}
#next{position:absolute;font-size:100px;font-family:"宋体";top:90px;width:100px;height:100px;text-align:center;line-height:100px;overflow:hidden;color:#713611;background: url(../images/arrow-right.png) no-repeat center;}
#next{right:50%;margin-right:-632px;}
#prev{left:50%;margin-left:-632px;}
#next.disabled,#prev.disabled{opacity:0.2;}
/*fzlc end*/

/*scjd start*/
.com_G{width: 100%;padding:50px 0;}
.scjd{width: 1200px;margin:0 auto;}
.G_top{width: 1200px;height: 70px;background: url(../images/Gtitle.png) no-repeat top;}
.scjd_body{width: 1200px;margin:0 auto;}
.scjd_body p{text-align:center;line-height: 160%;color: #666}
.scjd_body .wenzi{margin-bottom: 30px;}
.scjd_body a{color: #fff}
.scjd_body .more{width: 120px;height: 40px;text-align: center;line-height: 40px;background: #DCC895;margin:20px auto 0 auto;color: #666}
.scjd_body .more:hover {background: #000;color: #fff}

.com_G .blank30{height:30px;overflow:hidden;}
/* jQuery jcImgScroll */
.com_G .jcImgScroll{width:1200px;position:relative;height:430px;margin:00px auto 0 auto;overflow: hidden}

.com_G .jcImgScroll li a{background:#dfdfdf;display:block;position:relative;z-index:99;}
.com_G .jcImgScroll li.loading a{background:#fff url(../img/loading.gif) no-repeat center center;} 
.com_G .jcImgScroll li img,.jcImgScroll li,.jcImgScroll em,.jcImgScroll dl{display:none;border:0 none;}
.com_G .jcImgScroll li img{width: 100%;height: 100%;}
.com_G .jcImgScroll em.sPrev{background:url(../images/arrow-left.png) no-repeat left center;}
.com_G .jcImgScroll em.sNext{background:url(../images/arrow-right.png) no-repeat right center;}
.com_G .jcImgScroll dl dd{background:url(../images/NumBtn.png) no-repeat 0 bottom;text-indent:-9em;}
.com_G .jcImgScroll dl dd:hover,.jcImgScroll dl dd.curr{background-position:0 0;}
.com_G .jcImgScroll p{line-height: 20px;color:#333;padding:0px 20px 10px 20px;background-color: #dfdfdf;text-align: left;font-size: 16px;}
.com_G .jcImgScroll .font{width: 100%;text-align:center;background-color: #dfdfdf;color:#333;font-size: 16px;}
/*scjd end*/

/*---------------------------------------技术支持------------------------------------*/
/*zysj start*/
.zysj{width: 100%;padding:50px 0;background: #dfdfdf}
.zysj_body{width: 1200px;margin:0 auto;}
.zysj_top{width: 1200px;height: 80px;background: url(../images/zysj.png) no-repeat top;}
.zysj_bot .zysj_l{width: 600px;height: 280px;padding:20px 30px;background: url(../images/bk.png) no-repeat center;}
.zysj_bot .zysj_l p{text-indent: 2em;position: relative;top:17px;}
.zysj_bot .zysj_r{width: 480px;height: 320px;}
/*zysj end*/

/*jxgy start*/
.jxgy{width: 100%;padding:50px 0;background: url(../images/jxgy.jpg) no-repeat center;}
.jxgy_body{width: 1200px;margin:0 auto;}
.jxgy_top{width: 1200px;height: 80px;background: url(../images/jxgy.png) no-repeat top;}
.jxgy_bot{width: 1200px;margin:0 auto;}
.jxgy_bot .top_zi{width: 1200px;text-align: center;margin:5px auto 40px auto;}
.jxgy_bot .b1{text-align: center;font-size: 24px;color: #fff;line-height: 40px;}
.jxgy_bot .p1{text-align: center;font-size: 16px;color: #fff;line-height: 40px;}
.clearfix::after{ clear: both; display: block; height: 0; content: '';}
.jxgy #container{ width:1206px; margin: 0 auto;}
.jxgy #container li{ position:relative;width: 218px;border: 1px solid #ccc; height: 450px; line-height: 202px;margin:10px; text-align: center;  float: left; cursor: pointer;  overflow: hidden;}
.jxgy #container li .zi{width: 218px;height: 70px;text-align: center;}
.jxgy #container li .zi font{position: relative;top: -50px;font-size: 18px;color: #fff}
.jxgy #container li p{ height:450px; width: 218px; position: absolute; left: 0; top: -450px; color: #ffffff;z-index: 2; text-align: center;}
.jxgy #container li .img{ width: 218px; height: 380px; display: block;
    -moz-transition:.5s ease-in;
    -webkit-transition:.5s ease-in;
    -o-transition:.5s ease-in;
    -ms-transition:.5s ease-in;
    transition:.5s ease-in;}
.jxgy #container li:hover font{color:transparent}
.jxgy #container li:hover .img{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1)}
.jxgy #container li p i{ width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0;z-index: -1;background: #99743B; opacity: 0.7; -moz-opacity:0.7; filter:alpha(opacity=70); font-size: 16px; }
.jxgy #container li p span{ display: block; width: 94%; margin: 0 auto; line-height: 24px; font-size: 28px; padding-top:180px;}
.jxgy #container li p span .more{font-size: 14px;color: #fff}
.jxgy #container li p a{ display: block; position: absolute; width: 32px; height: 45px; left:50%; margin-left: -16px; top:50px; background:url("images/link.png") no-repeat 0 0;}
.explain{ display: block; margin:0 auto;}

/*jxgy end*/

/*xjsb start*/
.xjsb{width: 100%;padding:50px 0;background: url(../images/xjsb.jpg) no-repeat top;}
.xjsb_body{width: 1200px;margin:0 auto;}
.xjsb_top{width: 1200px;height: 80px;background: url(../images/xjsb.png) no-repeat top;}
.xjsb_body .xjsb_zi{width: 1200px;height:40px;text-align: center;font-size: 24px;}
.xjsb_body .xjsb_zi .p1{font-size: 22px;}
.xjsb_body p{text-align: center;line-height: 160%}

.xjsb .slideGroup{ width:1200px;  text-align:left;  }	
.xjsb .slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 54px; position:relative;}
.xjsb .slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:0px; top:10px; display:block; width:45px; height:185px; background:url(../images/icoLeft1.png) no-repeat center; }
.xjsb .slideGroup .sNext{ left:auto; right:0px; background:url(../images/icoRight1.png) no-repeat center;  }
.xjsb .slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
.xjsb .slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.xjsb .slideGroup .parBd ul li{ margin:0 12px; float:left; _display:inline; overflow:hidden; text-align:center;background: #dfdfdf}
.xjsb .slideGroup .parBd ul li .pic{ text-align:center; }
.xjsb .slideGroup .parBd ul li .pic img{ width:245px; height:185px; display:block;  padding:2px; /*border:1px solid #ccc; */}
.xjsb .slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }

/*xjsb end*/

/*gcal start*/
.gcal{width: 100%;padding:50px 0;background: #fff}
.gcal_body{width: 1200px;margin:0 auto;}
.gcal_top{width: 1200px;height: 80px;background: url(../images/gcal.png) no-repeat top;}

.gcal #container1 div,ul,li,p{margin:0; padding: 0; font-size: 14px; font-family: "Microsoft Yahei", "微软雅黑", sans-serif;}
.gcal #container1 ul,li{ list-style: none;}
.gcal #container1{ width:1206px; margin: 0 auto;}
.gcal #container1 li{ position:relative;width: 269px;/*border: 1px solid #ccc;*/ height: 232px; line-height: 202px;margin:15px; text-align: center;  float: left; cursor: pointer;  overflow: hidden;}
.gcal #container1 li p{ height:202px; width: 100%; position: absolute; left: 0; top: -202px; color: #ffffff;
    z-index: 2; text-align: center;}
.gcal #container1 li .img{ width: 269px; height: 202px; display: block;
    -moz-transition:.5s ease-in;
    -webkit-transition:.5s ease-in;
    -o-transition:.5s ease-in;
    -ms-transition:.5s ease-in;
    transition:.5s ease-in;}
.gcal #container1 li .al_name{width:269px;height: 30px;line-height: 30px;background-color: #fff;position: absolute;z-index: 999}
.gcal #container1 li:hover .img{ transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2)}
.gcal #container1 li p i{ width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0;z-index: -1;background: #000000; opacity: 0.7; -moz-opacity:0.7; filter:alpha(opacity=70); font-size: 16px; }
.gcal #container1 li p span{ display: block; width: 94%; margin: 0 auto; line-height: 24px; font-size: 12px; padding-top:80px;}
.gcal #container1 li p .a2{ display: block; position: absolute; width: 32px; height: 45px; left:50%; margin-left: -16px; top:50px; background:url("../images/link.png") no-repeat center;}
.gcal .more{width: 120px;height: 40px;line-height: 40px;text-align: center;margin:10px auto 0 auto;background-color: #EFD7AF}
/*gcal end*/


/*---------------------------------------服务支持------------------------------------*/

/*gbdz start*/
.gbdz{width: 100%;padding:50px 0;background:url(../images/gbdz.jpg) no-repeat top;}
.gbdz_body{width: 1200px;margin:0 auto;}
.gbdz_top{width: 1200px;height: 80px;background: url(../images/gbdz.png) no-repeat top;}
.gbdz_bot .kuang{width: 268px;height: 50px;background:url(../images/kuanggb.png) no-repeat center;text-align: center;line-height: 50px;font-size:18px;color: #333;font-weight: bold}
.gbdz .cl1{width: 340px;height: 140px;background:url(../images/lcbg.png) no-repeat center;}
.gbdz .jt1{width: 90px;height: 140px;background: url(../images/jt1.png) no-repeat center;}
.gbdz .jt3{width: 90px;height: 140px;background: url(../images/jt3.png) no-repeat center;}
.gbdz .cl1 .lc_zi{width: 200px;position: relative;top: 20px;right: 15px;color: #333} 
.gbdz .cl1 .lc_zi b{font-size: 16px;color: #623603}
.gbdz .cl1 img{position: relative;top: 25px;left: 15px;}
.gbdz .lc_con{margin:40px auto 50px auto;}
.gbdz .jt2{width: 90px;height: 90px;background: url(../images/jt2.png) no-repeat center;margin-left: 985px}

.gbdz .con{width:1200px;}
.gbdz .con ul li{width:240px;height:165px;float:left;position:relative;overflow:hidden;cursor:pointer;margin-top: 20px;}
.gbdz .txt{width:240px;height:35px;background:rgba(0,0,0,0.7);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.gbdz .txt h3{font-size:15px;font-weight:100;height:35px;text-align:center;line-height:35px;}
.gbdz .txt a{color:white;}
.gbdz .txt p{font-size:14px;text-align:center;position: relative;top: -2px}

.gbdz .slideGroup{ width:1200px;text-align:left;  }
.gbdz .slideGroup .parHd{width:1150px;margin:25px auto 0 auto;position: relative;left:0px; }
.gbdz .slideGroup .parHd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.gbdz .slideGroup .parHd ul .li1{width:130px; height:40px;margin-right:10px;text-align: center;line-height: 40px;font-size: 16px;font-weight: bold;color: #333;cursor: pointer; }
.gbdz .slideGroup .parHd ul .li1.on{background-color: #85602D;color: white}
.gbdz .slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 60px; position:relative;   }
.gbdz .slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:46px; height:160px; background:url(../images/arrow-left.png) no-repeat center; }
.gbdz .slideGroup .sNext{ left:auto; right:5px; background:url(../images/arrow-right.png) no-repeat center;  }
.gbdz .slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  }
.gbdz .slideGroup .parBd{width: 1200px;height:230px;margin: 15px auto 0 auto;position: relative;top: 50px;}
.gbdz .slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.gbdz .slideGroup .parBd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.gbdz .slideGroup .parBd ul li .pic{ text-align:center; }
.gbdz .slideGroup .parBd ul li .pic img{ width:240px; height:165px; display:block;  padding:2px; border:1px solid #ccc; }
.gbdz .slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.gbdz .slideGroup .parBd ul li .title{ line-height:24px;   }
/*gbdz end*/ 

/*zsjm start*/ 
.zsjm{width: 100%;padding:50px 0;background:#fff}
.zsjm_body{width: 1200px;margin:0 auto;}
.zsjm_top{width: 1200px;height: 80px;background: url(../images/zsjm.png) no-repeat top;}
.zsjm_bot .zb1_l,.zb1_r{width: 580px;height: 110px;}
.zsjm_bot .zb_title{width: 150px;height: 110px;text-align: center;color: #BD9B3B}
.zsjm_bot .zb_zi{width: 150px;height: 50px;text-align: center;line-height: 50px;font-size: 20px;font-weight: bold;}
.zb_con{width: 400px;}
.zsjm_bot .zb1_l .zb_con p{height: 35px;line-height: 35px;font-size: 16px;color: #333;position: relative;top: 20px;}
.zsjm_bot .zb1_r .zb_con p{height: 30px;line-height: 30px;font-size: 16px;color: #333;position: relative;top:10px;}
.zsjm .zb2_title{width: 1200px;height: 80px;}
.zsjm .zb2_title font{font-size: 20px;font-weight: bold;line-height:80px;color: #BD9B3B;margin-left: 15px;}
.zsjm .zb2_title img{margin-left: 45px;}
.zsjm .zb2_l{width: 460px;height: 270px;padding:0 30px;}
.zsjm .zb2_r{width: 619px;height: 270px;padding:0 30px;border:1px solid #CECECE;border-width: 0 0 0 1px}
.zsjm .zb2_r ul li{height: 44px;line-height: 44px}
.zsjm li{color: #333;font-size: 15px;}


.zsjm .parHd{width:1200px;margin:40px auto 0 auto;}
.zsjm .parHd ul .li1{width:200px; height:40px;text-align: center;line-height: 40px;font-size: 16px;font-weight:bold;color: #333;border:2px solid #E8D189;border-width: 0 0 2px 0;border-radius:10px 10px 0 0;}
.zsjm .parHd ul .li1.on{background-color: #E8D189;}
.zsjm .parHd ul .li1:hover {cursor: pointer;}
.zsjm .parBd{width: 1200px;height:150px;margin: 0 auto;/*background: #E8D189*/}
.zsjm .proBox{width: 1200px;height:150px;}
.zsjm .con{width:1100px;padding:20px 50px;}
/*.zsjm .con .line{width: 1200px;height: 35px;background: url(../images/line.png) repeat-x center;}*/
.zsjm .con p{width:750px;text-indent: 2em;font-size: 15px;color: #333;position: relative;top: 15px;}
.zsjm .con ul li{width:260px;height:195px;float:left;position:relative;overflow:hidden;cursor:pointer;margin-top: 20px;}
.zsjm .txt{width:260px;height:35px;background:rgba(0,0,0,0.7);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.zsjm .txt h3{font-size:15px;font-weight:100;height:35px;text-align:center;line-height:35px;}
.zsjm .txt a{color:white;}
.zsjm .txt p{font-size:14px;text-align:center;position: relative;top: -2px}
.zsjm .slideGroup .slideBox .con ul li:nth-child(2) {margin-left: 52px;}
.zsjm .slideGroup .slideBox .con ul li:nth-child(3) {margin-left: 52px;}
.zsjm .slideGroup .slideBox .con ul li:nth-child(4) {margin-left: 52px;}

.zsjm .slideGroup .proBox .con ul li:nth-child(2) {margin-left: 52px;}
.zsjm .slideGroup .proBox .con ul li:nth-child(3) {margin-left: 52px;}
.zsjm .slideGroup .proBox .con ul li:nth-child(4) {margin-left: 52px;}

.zsjm .zb3_title{width: 1200px;height: 80px;}
.zsjm .zb3_title font{font-size: 20px;font-weight: bold;line-height:80px;color: #BD9B3B;margin-left: 15px;}
.zsjm .zb3_title img{margin-left: 45px;}
.zb3 p{margin-left: 30px;font-size: 16px;color: #333;height: 30px;line-height: 30px;}
.zsjm .table{width: 1200px;margin:15px auto;text-align: center;}

.zsjm .zb4{width: 600px;}
.zsjm .zb5{width: 599px;}
.zsjm .zb4_title{width: 600px;height: 80px;}
.zsjm .zb4_title font{font-size: 20px;font-weight: bold;line-height:80px;color: #BD9B3B;margin-left: 15px;}
.zsjm .zb4_title img{margin-left: 45px;}
.zsjm .zb5_title{width: 599px;height: 80px;}
.zsjm .zb5_title font{font-size: 20px;font-weight: bold;line-height:80px;color: #BD9B3B;margin-left: 15px;}
.zsjm .zb5_title img{margin-left: 45px;}
.zsjm .zb5_body{width:599px;height:488px;border:1px solid #d1d1d1;border-width: 0 0 0 1px}
.zsjm .zb5_body p{font-size: 15px;color: #333;margin:20px 0;padding-left: 40px;}

.zsjm .zb6_title{width: 600px;height: 80px;}
.zsjm .zb6_title font{font-size: 20px;font-weight: bold;line-height:80px;color: #BD9B3B;margin-left: 15px;}
.zsjm .zb6_title img{margin-left: 45px;}
.zb6_body{width:1100px;padding:0px 50px;}
.zsjm .zb6 li{width: 366px;height: 50px;line-height: 50px;margin:20px 0 0 0;}
.zb6_body font{position: relative;top: -18px;left: 15px;font-size: 16px;}
/*zsjm end*/

/*zsjm start*/ 
.shfw{width: 100%;padding:50px 0;background:url(../images/shfw.jpg) no-repeat top;}
.shfw .shfw_body{width: 1200px;margin:0 auto;}
.shfw .shfw_top{width: 1200px;height: 80px;background: url(../images/shfw.png) no-repeat top;}
.shfw .shfw_bot{color: #D4D2D2}
.shfw .shfw_bot font{font-size: 18px;height: 40px;line-height: 40px;}
.shfw .shfw_bot p{line-height: 160%;font-size: 15px;}
.shfw .ewm{width: 140px;height: 120px;background: #fff;margin-top:30px;position: relative;left: 370px;}
.shfw .wenzi{color: #BD9B3B;font-size: 18px;}
.shfw .wenzi font{position: relative;top: 60px;left: 400px;line-height: 30px;}
/*zsjm end*/

/*qyxw start*/
.qyxw{width: 100%;padding:50px 0;background:url(../images/qyxw.jpg) no-repeat top;}
.qyxw .qyxw_body{width: 1200px;margin:0 auto;}
.qyxw .qyxw_top{width: 1200px;height: 80px;background: url(../images/qyxw.png) no-repeat top;}
.qyxw .qyxw_bot .xw_l{width: 580px;}
.qyxw .qyxw_bot .xw01{width: 580px;height: 100px;margin:15px 0; }
.qyxw .qyxw_bot .xw01 .xw_zi{width: 430px;height: 80px;padding:10px 0;}
.qyxw .qyxw_bot .xw01 .xw_zi b{font-size: 16px;}
.qyxw .qyxw_bot .xw_r{width: 580px;}
.qyxw .qyxw_bot ul li:hover b{color: #623603}
.qyxw .qyxw_bot ul li:hover p{color: #623603}
.qyxw .qyxw_bot .more{width: 120px;height: 40px;background: #EFD7AF;margin:30px auto 0 auto;text-align: center;line-height: 40px;color: #333}
/*qyxw end*/

/*lxwm start*/
.lxwm{width: 100%;padding:50px 0;background:url(../images/lxwmbg.png) no-repeat top;}
.lxwm .lxwm_body{width: 1200px;margin:0 auto;}
.lxwm .lxwm_top{width: 1200px;height: 80px;background: url(../images/lxwm.png) no-repeat top;}
.lxwm_l{width: 600px;height: 250px;}
.lxwm_l ul li{text-align: right;margin-right:30px;font-size: 16;height: 35px;line-height: 35px;color: #555}
.lxwm_r{width: 356px;height: 250px;border:1px solid #939393;border-width: 0 0 0 1px}
.lxwm_r .name{width: 200px;height: 31px;border:1px solid #939393;position: relative;left: 30px;}
.lxwm_r .tel{width: 200px;height: 31px;margin-left:20px;border:1px solid #939393;position: relative;left: 30px;}
.lxwm_r textarea{width: 418px;height: 150px;border-color: #939393}
.lxwm_r .textarea{margin-top: 10px;position: relative;left: 30px;}
.lxwm_r .submit{width:120px;height: 35px;margin-top: 10px;position: relative;left: 30px;}
.lxwm_r .submit input{width:120px;height:35px;border:0px;background: #EFD7AF;color: #555;font-size: 15px;cursor: pointer;}
.lxwm_r .submit input:hover {background-color: #633704;color: #fff}
/*lxwm end*/

/*-----------------------------------产品中心----------------------------------------------*/
.pro_out{width:100%;margin:0;padding:40px 0 60px 0;background: url(../images/probg.png) no-repeat center #DFDFDF;}
.pro_body{width: 1100px;margin:0px auto;}
.pro_body .pro_1{width: 1100px;}
.pro_body .pro_1 .pro_n{height:40px;line-height: 40px;}
.pro_body .pro_1 .pro_n p{text-align: center;font-size: 16px;font-weight: bold;color: #653801}

.pro_out .sgw_img{width:1100px;height:350px;overflow:hidden;/*border:1px solid #dcdcdc;*/padding:3px;margin: 0 auto;}
.pro_out .sgw_img dt{margin-right:3px;float:left;display:inline;width:315px;height:466px;position:relative;overflow:hidden;position: relative;left: 10px;top: 10px;}
.pro_out .sgw_img dd{float:left;position:relative;overflow:hidden;}

.pro_out .sgw_img_dd2{float:left;width:1080px;height:350px;overflow:hidden;margin-left:10px;position:relative;top:10px;}
.pro_out .sgw_img_dd2 dd{/*margin-right:3px;*/height:350px;overflow:hidden;display:inline;}
.pro_out .box{width:100%;height:100%;background: #020000;position:absolute;left:0;line-height:18px;color:#e69714;top:-450px;filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;text-align:center;padding-top:85px;}
.pro_out .box p{text-indent: 2em}
.pro_out .box h3{color:#fff;font-size:14px;font-weight:bold;}
.pro_out .box a{display:block;margin-top:5px;}
.pro_out .sgw_img dt .box{padding-top:100px;top:-566px;}

.pro_out .sgw_img dd:hover .pro_name{display: none;}
.pro_out .sgw_img dd img{  display: block;
    -moz-transition:.5s ease-in;
    -webkit-transition:.5s ease-in;
    -o-transition:.5s ease-in;
    -ms-transition:.5s ease-in;
    transition:.5s ease-in;}
.pro_out .sgw_img dd:hover img{ transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2)}


.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.nav02{width: 100%;height:50px;background-color: #EFD7AF;}
.nav02 ul{width: 1150px;height: 50px;margin:0px auto;line-height: 50px;}
.nav02 ul li{width: 150px;font-size: 16px;color: #333;font-weight: bold;text-align:center}
.nav02 ul .fg:hover {background: url(../images/li_bg3.png) no-repeat center;}
.nav02 ul .on{background: url(../images/li_bg3.png) no-repeat center;}

.result{width: 1150px;height: 50px;margin:0px auto;line-height: 50px;border-bottom: 1px #ccc dashed;}
.result .red{color:red;}

.pro_b{width: 1200px;margin:20px auto;height: 219px;background: url(../images/pro_kuang.png) no-repeat center;font-size: 16px;}
.pro_t{width: 1200px;height:35px;text-align: center;line-height: 35px;position: relative;top: 30px;font-weight: bold;color: #333}
.pro_t2{width:736px;height:35px;text-align: left;line-height: 35px;position: relative;top: 30px;font-weight: bold;color: #333;padding-right: 85px;}
.pro_c{padding: 0 85px;}
.pro_c .p1{width: 650px;}
.pro_c p{text-indent: 2em;font-size: 15px;position: relative;top: 40px;line-height: 160%}
.pro_c .p1 p{text-indent: 2em;font-size: 15px;position: relative;top: 30px;line-height: 160%}
.pro_c img{position: relative;top: 35px;left: 10px;}

.nav03{width: 1160px;height:40px;margin: 0px auto;}
.nav03 ul{width: 1160px;height: 40px;margin:0px auto;line-height: 40px;background-color: #EFD7AF;}
.nav03 .pro_fgs{top:730px !important;}
.nav03 ul li{width:auto;font-size: 16px;color: #333;font-weight: bold;text-align:center;padding: 0px 40px;}
.nav03 ul .fg:hover {background: #9A7C57;color: #fff}
.nav03 ul .on{background: #9A7C57;color: #fff}

.pro_con{width: 1200px;margin:0 auto 120px auto;text-align: center;}
.pro_con .con_ns{ margin-top:70px;}
.pro_con .com_n .clear{width:1200px;height: 30px;}
.pro_con .col{width: 1200px;height:730px;margin:0 20px 30px 20px;}
.pro_con .col_t{width: 360px;height: 285px;background: #D1D1D1}
.pro_con .col_t:hover {width: 360px;height: 285px;background: #EFD7AF}
.pro_con .col_t .col_i{width: 360px;height:240px;overflow:hidden;}
.pro_con .col_t .col_z{width: 338px;height: 35px;line-height: 35px;text-align: left;margin:0px 10px 10px 10px;border:1px solid #888;border-width: 0 0 1px 0;text-align: center;}
.pro_con .col_t .col_z font{position: relative;top: -10px}
.pro_con .col_b{width: 360px;height: 415px;background: #D1D1D1}
.pro_con .col_b:hover {width: 360px;height: 415px;background: #EFD7AF}
.pro_con .col_b .col_i{width: 360px;height:370px;overflow:hidden;}
.pro_con .col_b .col_z{width: 338px;height: 35px;line-height: 35px;text-align: left;margin:0px 10px 10px 10px;border:1px solid #888;border-width: 0 0 1px 0;text-align: center;}
.pro_con .col_b .col_z font{position: relative;top: -10px}

.pro_con .col_t1{width: 360px;height:415px;float: left;padding: 0px 13px;}
.pro_con .col_t1:hover {width: 360px;height: 415px;}
.pro_con .col_t1 .col_i{width: 360px;height:370px;overflow:hidden;}
.pro_con  .col_z{width: auto;height: 35px;line-height: 35px;border:1px solid #888;border-width: 0 0 1px 0;text-align: center;background-color: #D1D1D1;position: relative;}
.pro_con  .col_z font{color: #666666;}

.pro_con .col_b1{width: 360px;height: 285px;background: #D1D1D1}
.pro_con .col_b1:hover {width: 360px;height: 285px;background: #EFD7AF}
.pro_con .col_b1 .col_i{width: 360px;height:240px;overflow:hidden;}
.pro_con .col_b1 .col_z{width: 338px;height: 35px;line-height: 35px;text-align: left;margin:0px 10px 10px 10px;border:1px solid #888;border-width: 0 0 1px 0;text-align: center;}
.pro_con .col_b1 .col_z font{position: relative;top: -10px}



.pro_con .col_i img{ display: block;
    -moz-transition:.5s ease-in;
    -webkit-transition:.5s ease-in;
    -o-transition:.5s ease-in;
    -ms-transition:.5s ease-in;
    transition:.5s ease-in;}
.pro_con .col_i:hover img{ transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2)}
.loadMeinvMOre{text-align: center;background: #E0D0A5;padding: 10px 30px;position: relative;top: 90px;}

/*gcal内页*/
#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }

#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(../images/WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px; }
#mbTitle b{font-size: 15px;color: #555}
#mbTitle p{text-indent: 2em;color: #939393}
#mbNumber { background:url(../images/mbNumber_bg.gif) no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(../images/CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(../images/CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(../images/CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{float:left; margin:15px}
.mod_gallerylist{width:1200px; margin:40px auto;}
.meta{font-size:15px; text-align:center;height: 30px;line-height: 30px;}
.image_container{width: 270px;height: 202px;overflow:hidden;}
.image_container img{width: 270px;height: 202px;overflow:hidden;}
.meta a{color:#333; text-decoration:none}

.image_container img{ display: block;
    -moz-transition:.5s ease-in;
    -webkit-transition:.5s ease-in;
    -o-transition:.5s ease-in;
    -ms-transition:.5s ease-in;
    transition:.5s ease-in;}
.image_container:hover img{ transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2)}

.mod_title{width: 100%;height: 80px;background:url(../images/gcal.png) no-repeat center;}

/* product left */
.productShowPic{width:582px;    margin-bottom: 20px;}
.productShowPic .box{width:352px;height:378px;}
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;border:1px solid #dadada;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-s310, .tb-s310 a{height:348px;width:580px;background:#fff}
.tb-s310, .tb-s310 img{max-height:348px;max-width:580px;}
.tb-s310 a{*font-size:271px;}
.tb-booth{position:relative;z-index:1;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;height:348px !important; margin-left:15px;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url(../images/mask.png);cursor:move;z-index:1;}

.tb-picList{width:470px;height:100px;overflow: hidden;margin-top:10px;position:relative;}
.tb-picList a.prev,.tb-picList a.next{display:block;width:12px;height:21px;position:absolute;top:14px;left:0;background:url(../images/anu.png) no-repeat;overflow:hidden;cursor:pointer;transition:all 0s linear;}
.tb-picList a.prev:hover{background-position:0 -21px;}
.tb-picList a.next{left:auto;right:0;background-position:0 -42px;}
.tb-picList a.next:hover{background-position:0 -63px;}

.tb-picList .tb-thumb{/*position:relative;*/height:100px;margin:0 auto;overflow:hidden;}
.tb-picList .tb-thumb ul{/*position:absolute;*/width:470px;height:100px;}
.tb-picList .tb-thumb ul li{background:none;float:left;width:100px;height:35px;margin:5px 50px 5px 5px;}
.tb-picList .tb-thumb ul li a{display:block;width:100px;height:35px;border:1px solid #d9d9d9;background:#DBC895}
.tb-picList .tb-thumb ul li a.a1{background:url(../images/colour_black.png) no-repeat left;}
.tb-picList .tb-thumb ul li a.a2{background:url(../images/colour_brown.png) no-repeat left;}
.tb-picList .tb-thumb ul li a.a3{background:url(../images/colour_red.png) no-repeat left;}
.tb-picList .tb-thumb ul li a.a4{background:url(../images/colour_orange.png) no-repeat left;}
.tb-picList .tb-thumb ul li a.a5{background:url(../images/colour_yellow.png) no-repeat left;}
.tb-picList .tb-thumb ul li a.a6{background:url(../images/colour_green.png) no-repeat left;}
.tb-picList .tb-thumb ul li a.a7{background:url(../images/colour_blue.png) no-repeat left;}
.tb-picList .tb-thumb ul li a.a8{background:url(../images/colour_vbiolet.png) no-repeat left;}
.tb-picList .tb-thumb ul li a.a9{background:url(../images/colour_gray.png) no-repeat left;}
.tb-picList .tb-thumb ul li a.a10{background:url(../images/colour_vbiolet.png) no-repeat left;}
.tb-picList .tb-thumb ul li img{max-width:100%;height:35px;cursor:pointer;}
.tb-picList .tb-thumb ul li a.tb-selected{border:1px solid #9A7C57;}
.tb-picList .tb-thumb ul li font{position: relative;top: -12px}
/* product right */
.productShowTitle{width:470px;height:344px;overflow:hidden;padding-left:23px;}
.productShowTitle h2{line-height:24px;border-bottom:1px dashed #e1e1e1;font-size:26px;padding:10px 0;}
.descriptionBox{padding:10px 0 10px 5px;height:auto;overflow:hidden;}
.descriptionBox p{line-height:160%;padding: 2px 0;}
.productOrder a{display:block;width:120px;height:40px;line-height:40px;text-align:center;font-size:18px;color:#333;border-radius:4px;background:#EFD7AF;margin-top:5px;}
.productOrder a:hover{color:#fff;background:#9A7C57}
.productTel{font-size:16px;padding:10px 0;overflow:hidden;line-height:30px;}
.productTel span{font-family:impact;font-size:24px;color:#DBC895;position:relative;top:3px;}
.productFenx{height:40px;}

.choose-color{width: 460px;padding:0 5px;}
.choose-color .color{width: 100px;height:35px;border:1px solid #EFD7AF;margin-top: 12px;line-height: 35px;}
.choose-color .color:nth-child(2){margin-left:12px;}
.choose-color .color:nth-child(3){margin-left:12px;}
.choose-color .color:nth-child(4){margin-left:12px;}
.choose-color ul{padding-bottom: 15px;}
.choose-color ul font{position: relative;top: -12px;}
.other-color p{font-size: 16px;padding-left: 5px;font-weight: bold;}
.other-color .color_box{width: 135px;height:75px;}
.other-color .color_box{margin-right: 50px;margin-left: 5px;margin-top: 7px;}

.other-color .color_zi{width: 197px;height: 25px;line-height: 25px;text-align: left;font-size: 10px;}


.main1{width: 100%;padding: 0 0 30px 0;font-size: 15px;}
.main1 p{line-height:160%}
.main1 .main_body{width: 1200px;margin:0 auto;}
.main1 .top_list{width:100%;height:50px;line-height: 40px;background: #EFD7AF}
/*.main1 .main_body .top_list .title{width: 1200px;margin:0 auto;text-align:center;height: 40px;line-height: 40px;font-size: 20px;font-weight: bold;}*/
.main1 .top_list ul{width:1200px;height:40px;background:#EFD7AF;padding:5px 0;margin:0px auto 20px auto;}
.main1 .top_list ul a{color:#333333;font-weight: bold}
.main1 .top_list ul .menu{width: 150px;height:40px;text-align: center;font-size: 15px;color: #333}
.main1 .top_list ul .menu:hover {background: url(../images/li_bg3.png) no-repeat center;font-weight: bold;}
.main1 .top_list ul .on{width: 150px;height:40px;text-align: center;background: url(../images/li_bg3.png) no-repeat center;font-size: 15px;color: #333;font-weight: bold;}
.main1 .top_list .line{height:60px;background: url(../images/line12.png) no-repeat center;}
.main1 .main_body .main_con{width: 1100px;margin:0 auto;margin-top:35px; line-height:30px;}
/*main end*/
/* honor */
.honorList{width:1100px;}
.honorList li{width:235px;height:315px;float:left;margin: 0px 20px;margin-bottom:5px;}
.honorList li img{border:2px solid #e1e1e1;padding:3px;}
.honorList li img:hover{border-color:#ff6400}
.honorList li span{width:215px;height:35px;line-height:35px;}
.jdList{width:1100px;}
.jdList li{width:235px;height:220px;float:left;margin: 0px 20px;margin-bottom:5px;}
.jdList li img{border:2px solid #e1e1e1;padding:3px;}
.jdList li img:hover{border-color:#ff6400}
.jdList li span{width:210px;height:35px;line-height:35px;}
.partners li{height:180px;}
.spanBox{display:block; padding:0 10px;text-align:center; font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background: #DCC17A;color: #fff;}
.ny_title h2{line-height:40px;color:#666666;font-size:18px;border-bottom: 1px #ccc dashed;margin-bottom:10px;font-weight: bold;}
dl.news_dl {font-size:14px; color:#666; padding:10px 5px; line-height:22px; border-bottom:1px dashed #CCCCCC;}
.news_dl a img:hover{ background: #D9BC6F;}
dl.news_dl a{ color:#000; }
dl.news_dl dt { margin-bottom:3px; margin-top:5px; line-height:24px; height:24px; width:900px; overflow:hidden;}
dl.news_dl .dt_1 { height:20px;padding-left:20px;    font-size: 16px;color: #666666; font-weight:bold;text-decoration:none;  }
dl.news_dl .dt_2 { font-size:12px; float:right; padding:0 10px 0 8px;  font-family:"Microsoft YaHei"; }
dl.news_dl .dt_3 { font-size:12px;}
dl.news_dl .dt_3 a { color:#FF0000; text-decoration:underline;} 
dl.news_dl dd { font-size:12px; padding-left:20px; height:45px; overflow:hidden; margin-bottom:10px;}
.articleCtrl { height: 36px; line-height: 36px;margin-top: 20px; background: #eee; margin-bottom: 10px; color: #999; padding: 0 10px; cursor: default; }
.articleCtrl p {line-height: 36px;  vertical-align: top; width: 40%; }
.articleCtrl .fl { padding-left: 16px; }
.articleCtrl .fr { padding-right: 16px; background-position: right 10px; text-align: right; }
.articleCtrl a { color: #333; }
.articleCtrl a:hover { color: #e77918; }
.per{float:left;margin-top:20px; text-align:center; width: 100%;margin-bottom: 20px;}
.xgwz{ clear:both; padding-bottom:10px;}
.cgbt{margin-bottom: 10px;width: 1200px;height: 40px;}
.cgbt li{ float:left;width: 150px;height: 40px;text-align: center;line-height: 40px;background: #EFD7AF;margin-right:5px;}
.cgbt li a{color: #333;}
.cgbt li:hover{background:#9A7C57;}
.com_body{ margin-bottom: 10px; }

.tabListBox{overflow:hidden;margin-top:5px;}
.tabList{height:35px;}
.tabList li{display:block;width:140px;height:35px;line-height:35px;float:left;text-align:center;font-size:15px;background:#d8d8d8;color:#333;margin: 0px 3px;cursor: pointer;}
.tabList li.on{color:#333;background:#EFD7AF;}
.tabBox{overflow:hidden;}
.fixednav1 {
    position: fixed;
    top: 0px;
    z-index: 999;
}

	/* 工程案例*/
    .gcal_n{width: 1200px;margin:40px auto;}
    .gcal_n .gcal_top{width: 1200px;height: 80px;background: url(../images/gcal.png) no-repeat center;}
    .gcal_n .gcal_bot{width:1000px;margin: 0 auto;}
	.anli{ position: relative; border: 1px solid #dcdddd; padding: 4px; overflow: hidden; width:720px;    margin-bottom: 30px; }
	.anli .bigImg{ height: 540px; position: relative;}
	.anli .bigImg li img{ vertical-align:middle; width:720px; height:540px;   }
	.anli .bigImg  h4{font-size: 14px;font-weight: bold;line-height: 35px;height: 35px;overflow: hidden;text-align: center;margin: 0px;background: #303030;color: #fff; margin-top: 10px;}

	.anli .smallScroll{ height: 47px; margin-bottom: 6px;    padding-top:15px;}
	.anli .sPrev,.anli .sNext{ float: left; display: block; width: 14px; height: 47px; text-indent: -9999px; background: url(../images/sprites1008.png) no-repeat 0 -3046px; }
	.anli .sNext{ background-position: 0 -2698px;}
	.anli .sPrev:hover{ background-position: 0 -3133px;}
	.anli .sNext:hover{ background-position: 0 -2785px;}

	.anli .smallImg{ float:left;  margin: 0 6px; display:inline; width:680px; overflow: hidden;}
	.anli .smallImg ul{ height:54px;  width:680px; overflow: hidden; }
	.anli .smallImg li{ float: left; padding: 0 7px 0 0; width:62px; cursor:pointer;  display: inline;  }
	.anli .smallImg img{ border: 1px solid #dcdddd; width:60px; height:45px;  }
	.anli .smallImg .on img{ border-color: #1e50a2;}
	.anli .pageState{position: absolute;top: 560px;right: 5px;letter-spacing: 1px;color: #fff;}
	.anli .pageState span{ color: #f00; font-size: 16px;}
	
	/* anli_more */
		.anli_xg{ margin:0 auto;  width:200px; overflow:hidden; position:relative;  border:1px solid #ccc;   }
		.anli_xgs{line-height:50px;text-align:center;font-size: 18px;color: #5C5C5C;width: 120px;float: left;font-weight: bold;}
		.anli_xg .hd{ overflow:hidden;  height:50px; background:#f4f4f4; padding:0 10px;  }
		.anli_xg .hd .prev,.anli_xg .hd .next{  display:block; width: 19px;height:5px;float:right; margin-right:5px;margin-top:22px;overflow:hidden;cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
		.anli_xg .hd .next{ background-position:0 -140px;  }
		.anli_xg .hd .prevStop{ background-position:-60px -100px;  }
		.anli_xg .hd .nextStop{ background-position:-60px -140px;  }
		.anli_xg .bd{ padding:10px;   }
		.anli_xg .bd ul{ overflow:hidden; zoom:1; }
		.anli_xg .bd ul li{ text-align:center; zoom:1; margin:10px 0px;}
		.anli_xg .bd ul li .pic{ text-align:center; }
		.anli_xg .bd ul li .pic img{ width:180px; height:135px; display:block; padding:2px; border:1px solid #ccc; }
		.anli_xg .bd ul li .pic a:hover img{ border-color:#999;  }
		.anli_xg .bd ul li .title a{ line-height:30px; background: #5C5C5C;color:#fff;  display:block;   }
/*foot liuyan*/
.footer .lxwm_r .name{width: 130px;height: 31px;border:1px solid #939393;position: relative;left: 30px;}
.footer .lxwm_r .tel{width: 160px;height: 31px;margin-left:20px;border:1px solid #939393;position: relative;left: 30px;}
.footer .lxwm_r textarea{width: 310px;height: 138px;border-color: #939393}
.footer .lxwm_r .textarea{margin-top: 10px;position: relative;left: 30px;}
.footer .lxwm_r .submit{width:316px;height: 30px;margin-top: 10px;position: relative;left: 30px;}
.footer .lxwm_r .submit input{width:120px;height:30px;border:0px;background: #BD9B3B;color: #555;font-size: 15px;cursor: pointer;}
.footer .lxwm_r .submit input:hover {background-color: #633704;color: #fff}