@charset "utf-8";
html,body{height:100%; padding:0px; margin:0px;min-width: 1200px;font:14px 微软雅黑;color:#444;}
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.border{border:1px solid #DFDFDF;}
.bg{background-color: #B0C4DE;}
.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}
.w0{width: 100%}
.w1100{width: 1100px;margin:0 auto;}
.w1140{width: 1140px;margin:0 auto;}
.w1200{width: 1200px;margin:0 auto;}
.w1000 { width: 1000px; margin: 0 auto; position: relative; }
.w1240{width: 1240px;margin:0 auto;}
a { text-decoration: none; outline: none; color: #444; transition: 0.2s; }
p{text-align: justify;text-justify:inter-ideograph;margin: 0;}
li { list-style-type: none; vertical-align: top; margin: 0;padding:0;}
ul {margin: 0;padding: 0;}
img{margin: 0;padding: 0;}
img { border: 0; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0;padding: 0}

/*header start*/
.header {box-shadow: 0 0 10px 0 #666;position: fixed;z-index: 9999;background: #fff}
.header .head_top{height: 32px;background: #444;line-height: 32px;color: #fff}
.header .head_top ul li{height:14px;padding: 0px 25px;border-right: 1px solid #fff;margin: 9px 0;line-height: 14px;}
.header .head_top ul li a{ color: #fff; }
.header .head_top .tel{height:32px;line-height: 32px;margin: 0;margin-right: 60px;}
.header .head_top ul li:nth-child(1) {border:none;}
.header .head_top ul li:nth-child(4) {border:none;padding-right: 0}
.header .nav .nav_body li{width: 80px;text-align: center;line-height: 91px;font-size: 16px;font-weight: bold;transition: all 0.2s ease-in;}
.header .nav .nav_body li:hover {background: #BB2F30;color: #fff}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:500px;
	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;
	-webkit-transition: all 0s ease;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 500px;
	display: block;
}
/*banner end*/

/*product start*/
.product{background: #fff;padding: 50px 0 0px 0;}
.product .pro_left{width: 260px;}
.product .pro_left ul li{width: 230px;height: 46.5px;line-height:46.5px;background: #efefef;border-bottom: 1px solid #ccc;font-size: 16px;/*font-weight: bold;*/color: #555;padding-left: 30px;}
.product .pro_left ul li:hover {background: #BB2F30;color: #fff}
.product .pro_left ul li .jt{width: 40px;height: 40px;background: url(../images/jt.png);}
.product .pro_left ul li:hover .jt{width: 40px;height: 40px;background: url(../images/jt2.png);}
.product .pro_right{width: 940px;}
.product .pro_right ul li{width: 313px;margin: 0 0 8px 0}
.product .pro_right ul li .proimg{width:260px;height:195px;border: 2px solid #aaa;margin-left: 45px;overflow: hidden;}
.product .pro_right ul li .prozi{width:264px;height:45px;line-height:45px; text-indent: 2em;/*text-align:center;*/margin-left: 45px;font-size: 16px; color: #fff; background: url(../images/proname.png) no-repeat center left;}
.product .pro_right ul li:hover .proimg{border: 2px solid #BB2F30;}
.product .pro_right ul li:hover .prozi{background:url(../images/proname1.png);}

.product .pro_right li img{ width: 260px; height: 195px; 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;}

.product .pro_right li img:hover { 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)}
/*product end*/

/*company start*/
.company{padding: 40px 0 80px 0;background:url(../images/combg1.png) no-repeat center bottom;margin-top: 40px;}
.company .com_body{height: 380px;}
.company .com_body .com_l{width: 1200px;height: 426px;background:url(../images/comlbg.png)no-repeat;}
.company .com_body .com_l .comimg{padding-left: 20px;}
.company .com_body .com_l .comimg {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.company .com_body .com_l .profile{width: 823px;padding-top:100px;padding-left: 45px;color: #444}
.company .com_body .com_l .profile b{text-indent: 2em;line-height: 300%;font-size: 18px; color:#444; }
.company .com_body .com_l .profile p{text-indent: 2em;line-height: 200%;font-size: 15px;}
.company .com_body .com_l .profile .more{width: 120px;height: 35px;text-align: center;line-height: 35px;background: #BB2F30; border: 1px solid#ff7700; color:#fff;margin-top: 10px;}
.company .com_body .com_l .profile .more:hover {border: 1px solid #BB2F30; border-radius: 10px;}
/* mainOdds */

.mainOdds {height:886px;background:url(../images/ysbj.jpg) no-repeat center;}
.mainOdds .txt{position:absolute;width:425px;}
.mainOdds .txt h3{font-size:26px;line-height:30px;padding-bottom:8px;font-weight:normal;color:#0068cb;}
.mainOdds .txt p{line-height:22px;}
.mainOdds .txt1{right:0;top:349px;}
.mainOdds .txt2{right:0;top:458px;}
.mainOdds .txt3{right:0;top:564px;}
.mainOdds .txt4{left:50px;top:668px;}
.mainOdds .txt5{left:50px;top:777px;}

/*honor start*/
.honor{background: #999;padding-top: 30px;}
.picMarquee-left{ overflow:hidden; position:relative;padding-top: 10px;}
.yyly{ padding-top:0px !important;}
.picMarquee-left .hd{ overflow:hidden;  height:50px; 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; float:right; margin-left:10px; 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:20px 0px 29px 0;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 15px; 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 #ccc; }


.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%; } 
/*honor end*/

/*new start*/
.new{margin:40px auto;}
.new .new_l{width: 570px;}
.new .new_l .title{width: 570px;height: 36px;background: url(../images/line1.png) no-repeat center;font-size: 18px;color: #333}
.new .new_l .title font{color: #CBCBCB;font-size: 16px;}
.new .new_l .title a{font-size: 13px;line-height: 35px;}
.new .new_l .newimg{margin-top:15px;}
.new .new_l .newzi{margin-top: 15px;}
.new .new_l .newzi b{font-size: 16px;}
.new .new_l .newzi font{font-size: 13px;}
.new .new_l .newzi p{text-indent: 2em;line-height: 150%;margin-top: 10px;}
.new .new_l .newzi p a{color: #BB2F30;font-weight: bold;}
.new .new_l .newzi ul li{height: 32px;line-height: 32px;border:1px dashed #d1d1d1; border-width: 0 0 1px 0}
.new .new_l .newzi ul li:hover {color: #888}
.new .new_r{width: 570px;}
.new .new_r .title{width: 570px;height: 36px;background: url(../images/line1.png) no-repeat center;font-size: 18px;color: #333}
.new .new_r .title font{color: #CBCBCB;font-size: 16px;}
.new .new_r .title a{font-size: 13px;line-height: 35px;}
.txtScroll-top{width:570px; overflow:hidden;}
.txtScroll-top .infoList li{ height:80px; margin-bottom: 15px;}
.txtScroll-top .infoList li .anliimg{width: 126px;height: 76px;border:1px solid #dfdfdf;padding:1px;}
.txtScroll-top .infoList li .anlizi{width: 570px;height: 80px;}
.txtScroll-top .infoList li .anlizi b{font-size: 15px;}
.txtScroll-top .infoList li .anlizi p{font-size: 14px;color: #666;line-height: 145%}
.txtScroll-top .infoList li .anlizi .more{color: #BB2F30;font-weight: bold;line-height: 145%}
.new .que{width: 420px;margin-bottom: 20px;}
.new .que li{height: 33px;line-height: 33px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.new .que li:hover {color: #444}
/*new end*/

/*footer start*/
.footer{padding: 25px 0 25px 0;background: url(../images/bg.png) no-repeat center; border-top: 4px solid #BB2F30}
.footer ul p{font-size: 20px;line-height: 160%;margin-bottom: 10px;}
.footer .kslj{width: 380px;color: #fff}
.footer .kslj li{width: 130px;color: #999;font-size: 15px;height: 30px}
.footer .lxwm{width: 800px;color: #fff}
.footer .lxwm li{color: #999;font-size: 15px;height: 20px;}
.footer ul a li:hover {color: #0068cb}
.foot_bot{height: 35px;line-height: 35px;background: #111;color: #ccc}
/*footer end*/

/*main start*/
/*.main{padding:40px 0;margin-top: 122px;}
.main .main_l{width: 280px;}
.main .main_l ul li{width: 240px;height: 40px;padding: 0 20px;line-height: 40px;margin:4px 0;background: #0068cb;font-size: 20px;color: #444;}
.main .main_l ul a li{width: 240px;height: 40px;padding: 0 20px;line-height: 40px;margin:4px 0;background: #9c9c9c;font-size: 16px;}
.main .main_r{width: 880px;}
.main .mr_top{width:860px;padding:0 10px;height: 45px;background: url(../images/line.png) repeat-x center;line-height: 40px;}
.main .mr_top font{font-weight: bold;font-size: 24px;color: #3C3C3C}
.main .mr_body{padding:10px 10px 0;}
.main .mr_body p{text-indent: 2em;line-height: 160%}*/
/*main end*/

/*友情链接*/
.links{ background: #444; color: #fff; font-size:16px;}
.links a{font-size: 14px; color: #fff; margin-right: 10px; height: 30px; line-height: 30px;}
.links a:hover{color: #BB2F30;}

/*main start*/
.main .mian_list{width: 250px; margin-top: 30px;}
.main .pro_list{width: 250px;height: 395px;background:url(../images/pro_list.jpg) no-repeat center;}
.main .pro_list .title{width: 250px;height: 50px;text-align: center;line-height: 75px;color: #fff;font-size:28px;font-weight: bold}
.main .pro_list ul{padding-top: 40px;width:240px;margin:0 5px;}
.main .pro_list ul li{height: 34px;line-height: 34px;border:1px dashed #D1D1D1;border-width: 0 0 1px 0; font-size:15px; width: 240px; text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
.main .pro_list ul li b{font-size:16px; margin-left: 10px;}
.main .pro_list ul li:hover {color: #BB2F30;font-weight: bold; font-size: 17px;}
.sideWrap { margin-bottom: 19px;    width: 260px; margin-top:10px;}
.sideWrap h2 { background:#BB2F30; height: 43px; line-height: 43px; font-size:24px; font-weight: bold;color: #fff;text-align: center;/*border-top-right-radius: 5px;border-top-left-radius: 5px;*/}
.sideWrap h2 span{ padding-left:10px;}
.sideBox { background: #f2f2f2; }
.sideNewsBox { padding: 11px 12px 13px 11px; }
.sideNewsBox li { border-bottom: 1px dashed #d2d2d2; height: 29px; line-height: 29px; }
.sideNewsBox h3 a {background: url(../images/arrow.gif) no-repeat 0 center;color:#393939;display: block;padding-left: 11px;font-size: 13px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 30px;}
.sideNewsBox h3 a:hover {color:#BB2F30;font-size: 14px;font-weight: bold;}
.main .main_body{width: 810px;}
.main .main_body .mb_top{width: 810px;height: 45px;background-color: #646464;margin-top: 30px;border-radius: 5px;line-height: 45px;color: #fff;padding:0 10px;}
.main .main_body .mb_top b{font-size: 20px;}
.main .main_body .mb_top p a{color: #fff}
.main .main_body .mb_top p a:hover {text-decoration: underline;}
.main .main_body .mb_body{width: 810px;padding: 15px 10px 0px 10px; line-height:25px;}
/*main end*/
.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:5px; line-height:22px; border-bottom:1px dashed #CCCCCC;    margin: 6px;}
.news_dl a img:hover{ background: #EE7703;}
dl.news_dl a{ color:#444; }
dl.news_dl dt {line-height:24px;height:24px;width:780px;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;overflow:hidden;}
.per{float:left;margin-top:20px; text-align:center; width: 100%;margin-bottom: 20px; background:#eee;}
.per p{ line-height:35px; margin:0px;  padding:0px 10px; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.cgbt{border-bottom: 1px #ccc solid;font-size: 18px;font-weight: bold; width:810px !important;}
.xgwz{float:left; margin-bottom:40px;}.xgwz ul{ padding:0px;}
.xgxw{ width:250px;line-height: 25px; height:25px; float:left;margin:5px 10px;border-bottom: 1px #ccc dashed;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.xgxw a{background: url(../images/arrow.gif) no-repeat 0 center; padding-left: 10px;}
.web_pages{float:left; width:810px;}
.web_pages ul{float:left;padding:12px 0px 12px 36px;}
.web_pages ul li{float:left;line-height:17px;margin-right:6px;border:1px solid #E9E9E9;}
.web_pages ul li a{float:left;padding:10px;color:#555;display:block;}
.web_pages ul li a:hover{background-color:#BB2F30; color:#fff;text-decoration:none;padding:10px;}
.web_pages ul li.thisclass,
.web_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{background-color:#BB2F30; color:#fff;padding:5px;font-weight:bold;}
.web_pages .pageinfo{line-height:21px;padding:12px 10px 12px 16px;color:#999;}
.web_pages .pageinfo strong{color:#555;margin:0px 2px;}
.pro_img{ width:820px; margin: 0px auto; height:auto;    overflow: auto;}
.pro_img ul{ padding:0px; margin:0px;list-style:none; }
.pro_img ul li{ float:left;width:222px; margin:10px 25px;height: 210px;}
.pro_img ul li a{text-decoration:none;} 
.pro_img ul li a img{ width:220px; height:165px; border:1px #ccc solid; border-radius:3px; }
.pro_img ul li a span{ width:220px; line-height:20px; height:20px;text-align:center; color:#666; display:block; white-space: nowrap;overflow: hidden; text-overflow: ellipsis; }
.pro_img ul li a img:hover{ width:240px; height:180px;position:absolute;margin-left:-10px;}
.pro_img2{ width:910px; margin: 0px auto; height:auto    overflow: auto;}
.pro_img2 ul{ padding:0px; margin:0px;list-style:none; }
.pro_img2 ul li{ float:left;width:150px; margin:10px 5.8px;height: 160px;}
.pro_img2 ul li a{text-decoration:none;} 
.pro_img2 ul li img:hover{transform: scale(1.05);box-shadow: 0px 10px 50px rgba(0,0,0,0.4);}
.pro_img2 ul li a img{ width:150px; height:113px; border:1px #ccc solid; border-radius:3px; }
.pro_img2 ul li a span{ width:150px; line-height:20px; height:20px;text-align:center; color:#666; display:block; white-space: nowrap;overflow: hidden; text-overflow: ellipsis; }
/* productBox */
.productBox { width:810px; overflow: hidden;margin-top: 20px }
.productBox li { float: left; position: relative; width: 228px; height:220px; border: 1px solid #858585; background: #f4f4f4; margin:0px 20px; margin-bottom: 24px; }
.productBox li:hover{box-shadow: 0px 15px 15px rgba(0,0,0,0.4);}
.prodBox img{background: url(../images/pro_bg.png) no-repeat 0 center;}
.pro_page img{background: url(../images/pro_bgs.png) no-repeat 0 center;}
.productBox h3 { text-align: center; font-size: 16px; color: #716868; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.productBox h4 {margin-bottom: 8px;text-align: center;font-size: 12px;color: #F00;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 20px;}
.productBox p { padding: 0 5px; line-height: 20px; color: #737373; height: 40px; overflow: hidden; margin-bottom: 10px; }
.productBox span { width: 78px; height: 19px; border: 1px solid #929292; text-align: center; color: #777; display: block; line-height: 19px; position: relative; left: 5px; }
.productBox a { position: absolute; top: -4px; left: -4px; width: 236px; height: 238px; }
.productBox .on {background: #BB2F30;border-color: #2D2D2B;}
.productBox .on h3 { color: #fff;line-height: 50px; }
.productBox .on h4 { display:none; color: #fff; }
.productBox .on p { color: #fff; }
.productBox .on span { border-color: #125ed6; background: #fff; color: #125ed6; }
.productBoxs { width:860px; overflow: hidden;margin-top: 20px }
.productBoxs li { float: left; position: relative; width:171px; height:258px; border: 1px solid #858585; background: #f4f4f4; margin:0 20px; margin-bottom: 24px; }
.productBoxs h3 { margin:0px; line-height:30px; text-align: center; font-size: 16px; color: #716868; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.productBoxs p { padding: 0 5px; line-height: 20px; color: #737373; height: 40px; overflow: hidden; margin-bottom: 10px; }
.productBoxs span { width: 78px; height: 19px; border: 1px solid #929292; text-align: center; color: #777; display: block;padding-left: 10px; line-height: 19px; position: relative; left: 5px; }
.productBoxs a { position: absolute; top: -4px; left: -4px; width:171px; height:236px; }
.productBoxs .on { background:#0261CF; border-color: #0261CF; }
.productBoxs .on h3 { color: #fff; }
.productBoxs .on p { color: #fff; }
.productBoxs .on span { border-color: #125ed6; background: #fff; color: #125ed6; }

/*网站地图*/
.mapbody{margin:0 auto;}
#content01 h3{ font-size: 20px;padding: 10px;margin-left: 22px;color:#04AFDA;line-height: 20px;font-weight: 600;border-bottom: #d6d6d6 1px solid;    clear: both; }
#content01 h3 span{float: right;font-weight: 100; font-size: 12px;color: #666666;}
#content01{float:left;line-height:30px;font-size:14px;margin-left:10px;margin-right:10px; margin-bottom:20px;  margin-top: 25px;  width: 1100px;}
#contact-c li{margin-top:10px;}
.linkbox{padding:0px 30px; width:auto;}.f6{width:990px;}.linkbox h3{ width:150px;}
.linkbox ul li{border-bottom:1px #ccc dashed;margin-left:15px; width:auto; float:left;list-style:none; line-height:30px;text-align: center; margin-bottom: 10px;}
.linkbox .sj{ width:900px;}.linkbox .sj ul li{ float:left; }
.hotnew_bt{font-size:16px;width:1100px;float:left;color:#666666;font-weight: bold;border-bottom:#111111 2px solid;margin-bottom: 20px;}
.hotnew{ width:auto;padding: 0px 30px;}
.hotnew ul li{border-bottom:1px #ccc dashed; float:left;margin-left:15px;}
.wrapper {width:1200px;margin: 0 auto;}

/*left*/
.pro_left6{width: 260px; margin-top: 30px}
.pro_left6 ul li{width: 230px;height: 43px;line-height:43px;background: #efefef;border-bottom: 1px solid #ccc;font-size: 16px;/*font-weight: bold;*/color: #555;padding-left: 30px;}
.pro_left6 ul li:hover {background: #BB2F30;color: #fff}
.pro_left6 ul li .jt{width: 40px;height: 40px;background: url(../images/jt.png);}
.pro_left6 ul li:hover .jt{width: 40px;height: 40px;background: url(../images/jt2.png);}
