/******************************
*同创模板网-专业提供企业网站源码程序模板*
* www.cnfusu.com *
* www.cnboco.com *
* 微信：cnboco *
* QQ:289229516 *
 ******************************/
@charset "utf-8";
/* CSS Document */
/* Reset */
* { margin:0; padding:0;transition:all 300ms ease;}
a:link, a:visited, a:hover, a:active {text-decoration:none; cursor:pointer; color:#454545;}
a:hover, a:active {color:#ff8800;}
body { font:16px/1.6 "Microsoft Yahei","Thmano", "Arial"; color:#3d3d3d; 
  background:#fff;}
img { border:0px;}
li{ list-style:none; float:left;}
input, textarea, select{ font:14px/1.5 "Microsoft Yahei","Thmano", "Arial"; color:#999; outline:0; }
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.hidden{display: none;}
body { max-width: 1920px;margin: 0 auto;}
html {height: 101%;}
.animate {display: none;}
b,
strong {font-weight: bold;}
input {outline: none;}
textarea {resize: none;}
table {border-collapse: collapse;border-spacing: 0;}
td {border: 0px solid #aaa;padding: 2px;}
a {text-decoration: none;color: #666;}
a:hover {text-decoration: none;color: #ff8800;}
i {font-style: normal;}
.clearfix {*zoom: 1;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clear {clear: both;}
.ow {min-width: 1200px;}
.w {width: 1200px;margin: 0 auto;}
.wx {width: 1200px;margin: 0 auto;}
.fr {float: right;}
.fl {float: left;}
.s{background:url(../images/tip.png) no-repeat; }


/*header*/
 .top{width:100%; height:130px;   position:relative;background: #fff;color: #323232; }
.top .w{position: relative;}
.logo{float:left;}
.logo img{max-width:370px;max-height:72px;  float:left; margin-top:30px;     }
.logo .header_g{ margin-top:30px;  max-width: 530px;    float: left;position: relative;padding-left: 20px; 
 margin-left: 20px;border-left: 1px solid #c9c9c9;}
.logo .header_g span{display: block;font-size: 28px;color: #ffaa01;font-weight: bold;}
.logo .header_g p{  font-size: 18px;      }
.top .fr{margin-top: 24px;}
.telb{ padding-left:96px;/* min-width:272px; */text-align: left; height: 78px; 
  background-position: left top;line-height:1.2; float: right; }
.telb h1{  font-size: 18px;display: block;color: #323232;line-height: 1.8;}
.Telephone{ font-size:36px;  *display: inline-block; font-weight: bold;color: #e7091a; }

/* banner */
.banner { position:relative; z-index:10;   }
.banner .list { position:relative; overflow:hidden; z-index:1; }
.banner .list li { position:absolute; width:100%; height:100%; overflow:hidden; background:#FFF; display:none; z-index:1;transition: none; }
.banner .list li:first-child { display:block; }
.banner .list li.active { z-index:2; }
.banner .list img { position:relative; display:block; width:1920px; left:50%; margin:0 0 0 -960px; }
.banner .tip { position:absolute; width:1200px;left: 50%;margin-left: -600px; bottom:30px; z-index:5; 
  text-align:center; height: 20px!important;}
.banner .tip span { display:inline-block; float: none;+display:inline; +zoom:1; width: 16px; height:16px; 
  background:url(about:blank);border: 2px solid #fff;
  margin:0 4px; cursor:pointer; border-radius: 100%; }
.banner .tip span.current { background: #fdc237;border-color: #fdc237; }
.banner .prev,
.banner .next { width:44px; height:88px; position:absolute; top:50%; margin:-50px 0 0; z-index:9; cursor:pointer; }
.banner .prev { background:url(../images/tip.png) left -100px no-repeat; left:60px; }
.banner .next { background:url(../images/tip.png) right -100px no-repeat; right:60px; }
.banner .prev:hover {  }
.banner .next:hover {  }
.banner .list,
.banner .list img { height:640px; }

/*搜索*/
.baner_b{background: #2c3a2b;height: 64px;  color: #fff; }
.baner_b .w{position: relative;   height: 64px;line-height: 1.6;}
.baner_b .zi{   font-size: 18px; max-width: 750px;margin-top: 6px;line-height: 1.6;}
.baner_b .zi b{  font-weight: normal;  }

.baner_b .tel{ color: #fff;margin-top: 12px;background-position: left -200px;}
.baner_b .tel h1,.baner_b .tel p{ color: #fff;}


.nav{height: 60px;width:100%;  background: #ff8900; }
.nav1{ }
.nav ul{}
.nav li{position: relative;width: 120px;float: left;z-index: 100; line-height: 60px; }
.nav li>a{    font-size: 20px;text-align: center;    color: #fff;     display: block;line-height: 60px; height: 60px;
background: url(../images/nav_li.png) no-repeat left center;}
.nav li>a i{     font-style: normal;    font-weight: normal;    display: block; font-size: 14px;color: #8593c5; text-transform: uppercase;}
.nav li.home{background: none;}

.nav li:hover,.nav li.hover{ background: #feac00;}


.nav .subNav{ display: none;   position: absolute; top: 60px; transition:none;
background: #feac00;}
.nav .subNav .pai{min-height:38px; /* width: 400px; */}
.nav .subNav .stemp{width: 194px;height: 138px; position: absolute;left: 12px;top: 12px; }
.nav .subNav .stemp img{ width: 194px;height: 138px;}
.nav .subNav a{ width: 120px;float: left;height: 28px;font-size: 15px;line-height: 28px;padding-top: 0;margin: 0;
  color: #fff;text-align: center; background: url(../images/drop_li.png) no-repeat center bottom;  }
.nav .subNav a:hover{   background: url(../images/drop_hover.png) no-repeat center; }
.no_bg{background: none!important;}


/******************************
 ** 内页架构
 ******************************/
.iclass_tit{text-align: center;  margin:50px 0 34px 0;}
.iclass_tit h1{  font-size: 36px;color: #313131;font-weight: bold;}
.iclass_tit h1 i{ color: #1e46a1;}
.iclass_tit em{line-height: 1;display: block;font-size: 48px;color: #cccccc; 
  text-transform: uppercase;font-family: "impact";font-style: normal;}

.sidebar { float:left; width:248px; }
.topclass { width:100%; height:82px; background-color:#ff8800; color:#FFF; text-align: center;
line-height: 1.4;}
.topclass h2 {padding: 14px 0 0 0 ;  font-size:26px;  text-align: center;}
.topclass span {  font-size: 16px;text-transform: uppercase; }
.side-menu { background-color:#fff; padding:15px; border: 5px solid #ff8800; }
.side-menu dd {margin: 10px 0; }
.side-menu dd > a { display:block; height:42px; line-height:42px; font-size: 18px;
  padding:0 48px 0 36px; color: #fff;border-radius: 30px;
background: #ffaa01 url(../images/dd.png) no-repeat right top; }
.side-menu dd > a:hover {  background: #e7091a url(../images/dd.png) no-repeat right -54px;  }

.side-menu .drop {  display:none; }
.side-menu .drop li { width:100%; height:38px; line-height:38px;float: none;margin: 8px 0; }
.side-menu .drop a { display:block;  background:#f7e3d3;text-align: center; color: #454545;  }
.side-menu .drop a:hover { background:#f17005;color: #fff;}
.side-menu dd.current .drop { display:block; }
.side-menu dd.current > a {  background: #e7091a url(../images/dd.png) no-repeat right -54px;}
.side-menu li.current > a { background:#343434 url(../images/tip.png) no-repeat 24px -179px;color: #fff; }
.sidebar .tel1{background:url(../images/tel2.png) repeat center;height: 99px;}
.sidebar .tel1 h1{padding-left: 55px;height: 99px;background-position: left -574px;color: #fff;
;margin-left: 15px;}
.sidebar .tel1 span{ font-size: 14px;line-height: 1.4;padding-top: 26px;
    display: block;}
.sidebar .tel1 p{font-size: 21px; line-height:1;font-weight: bold;*margin-top: -20px;}
.side-head { height:34px; line-height:34px; padding:10px 0 10px 30px; font-size:20px; background:#5f412e; color:#FFF; }
.side-pro { position:relative; top:20px; margin-bottom:20px; }
.side-pro .list { border:1px solid #ddd; padding:30px 0 10px; }
.side-pro .list dd { width:166px; margin:0 auto; }
.side-pro .list a { display:block; text-align:center; }
.side-pro .list img { display:block; width:166px; height:124px; background:#f1f1f1; }
.side-pro .list h3 { padding:10px 0; height:24px; line-height:24px; font-weight:400; }
.side-contact { margin-bottom:20px; position:relative; top:20px; }
.side-contact .main { padding:15px 10px; line-height:2; border:1px solid #ddd; }


.ititle{  }

.title{ height: 114px; line-height: 2;width: 144px; } 
.title span{  font-size: 16px;color: #cfcfcf; text-transform: uppercase; } 
.title h1{  font-size: 24px;color: #222; }

.tit2 {line-height: 1;text-align: center;position: relative; background: url(../images/itit.png) center no-repeat;
    margin: 70px 0 30px 0;} 
.tit2 h1 {display: block;  font-size: 33px; color: #222;font-weight: bold;}
.tit2 h8 {display: block;  font-size: 35px; color: #222;font-weight: bold;}

.tit2 span{color: #fbb320;}
.tit2 .i,.tit2 em{position: absolute; bottom: 6px;width: 40%;display: block;
  height: 16px; }
.tit2 .i {background: url(../images/itit_l.jpg) right no-repeat;left: 0;}
.tit2 em {background: url(../images/itit_r.jpg) left no-repeat;right: 0;}

.tit3 {line-height: 1;text-align: center;position: relative; background: url(../images/itit.png) center no-repeat;
    margin: 70px 0 30px 0;}
.tit3 h1 {display: block;  font-size: 33px; color: #222;font-weight: bold;}
.tit3 span{color: #fbb320;}
.tit3 a.mo{ font-size: 14px;text-transform: uppercase;color: #feac00;text-align: center;
display: inline-block;margin-top: 10px;}

.ivs .tit2{background: url(../images/ititx.png) center no-repeat; }
.icase .tit2,.inews .tit3{background: url(../images/itity.png) center no-repeat; }



.ihead{position: relative; height: 50px;line-height: 50px;margin-bottom: 40px;  color: #202020;
border-bottom: 1px solid #cfcfcf;}
.ihead h2{ display: inline-block; font-weight: bold;display: inline-block;
*display: inline;
*zoom: 1;  }
.ihead h2 span{ font-size: 24px;display: block;width: 104px;text-align: center;cursor: pointer; }
.ihead h2 span:hover{ color: #179e18;border-bottom: 3px solid #179e18;}
 

.iabout{color: #727272;padding-top: 1px;  }
.iabout .tod{background: #fff;  } 
.iabout .tod .img{ width: 604px;height: 412px;  margin-top: 36px;} 
.iabout .tod img{width: 604px;height: 412px; } 

.iabout .wd{ font-size: 18px; line-height: 1.8;width: 470px ; margin-top: 50px; }
.iabout .wd h2{ font-size: 30px; display: block;background: url(../images/itit2.png) left center no-repeat;
color: #fff;padding-left: 18px;height: 66px;line-height: 1.7;}
.iabout .wd h2 span{ font-weight: bold;}
.iabout .wd a.detail{ color: #fff;width: 160px;height: 42px;line-height: 42px;text-align: center;border-radius: 20px;
display: block;background: #feac00;margin-top: 20px;font-size: 18px;}
.iabout .wd a.detail:hover,.iprocess a.detail:hover,.inews a.detail:hover{  transform:translateX(10px);}

.iabout .zi{ color: #737373;font-size: 16px;line-height: 2.4;margin-top: 16px;}
.iabout .zi b{ display: block;color: #202020;font-size: 18px; }
 
.ivs{}
.ivs .tod{ height: 218px;position: relative;background: url(../images/yuan.jpg) center top no-repeat;
margin-bottom: 14px;}
.ivs .tod h1{font-size: 26px;color: #fff;display: block; text-align: center;height: 36px;line-height:36px;
background: url(../images/tip.png) center -200px no-repeat;}
.ivs .tod ul{background: url(../images/icon.png) center -30px no-repeat;height: 166px; 
padding-left: 266px;}
.ivs .tod li{font-size: 18px;color: #f70011;width: 216px;text-align: center;padding-top: 136px;}
.ivs .tod2 li{color: #ff9801;}
.ivs .tod3 li{color: #3b8cf0;}
.ivs .tod2{  }
.ivs .tod2 ul {background: url(../images/icon.png) center -270px no-repeat;padding-left: 76px;}
.ivs .vs{background: url(../images/vs.jpg) center no-repeat;height: 107px;}
.ivs .tod3 h1{  background: url(../images/tip.png) center -300px no-repeat;}
.ivs .tod3 ul {background: url(../images/icon.png) center -638px no-repeat;}

.iwhy{}
.iwhy .tod{}
.iwhy .img{margin-left: -20px;}
.iwhy .wd{width: 478px;}
.iwhy ul{width: 110%;}
.iwhy li{width: 116px;background: url(../images/icon2.jpg) left top no-repeat;text-align: center;
padding-top: 124px;margin-right: 58px;margin-bottom: 36px;}
.iwhy li.icon2{ background: url(../images/icon2.jpg) -176px top no-repeat;}
.iwhy li.icon3{ background: url(../images/icon2.jpg) -354px top no-repeat;}
.iwhy li.icon4{ background: url(../images/icon2.jpg) left -230px no-repeat;}
.iwhy li.icon5{ background: url(../images/icon2.jpg) -176px -230px no-repeat;}
.iwhy li.icon6{ background: url(../images/icon2.jpg) -354px -230px no-repeat;}
.iwhy li b{font-size: 26px;color: #222;display: block;margin-bottom: 10px;}
.iwhy li span{display: block;width: 90px;height: 26px;border: 1px solid #d0d0d0;border-radius: 20px;font-weight: bold;
margin: 0 auto;font-size: 18px;line-height: 26px;}
.iwhy li:hover{ transform:translateX(10px);}

.iclassfy{  overflow: hidden;text-align: center; }
.iclassfy .tod{ width: 110%;}
.iclassfy a{ display: inline-block;display: inline-block;font-size: 24px;color: #333;line-height: 54px;
  text-align: center;
*display: inline;width: 368px;height: 54px;border: 1px solid #ccc;margin-right: 42px;
  background: #fff;
  border-radius: 40px;margin-bottom: 10px;
*zoom: 1;}
.iclassfy a:hover{color: #fff;background: #feac00;border-color: #feac00;}

.ipro{background: #f9f9f9;  padding-top: 1px;margin-top: 36px;padding-bottom: 48px; }
.ipro .todx{background: #fff; margin-top: 34px;}
.ipro .tod{ overflow: hidden;height: 422px;padding:26px 34px;}
.ipro .tod ul{width: 110%;}
.ipro .tod li{float: left; position: relative;width: 1200px;    overflow: hidden; height: 450px;}
.ipro .tod li a.img{background: url(../images/icase_bg.jpg) right bottom  no-repeat;
width: 560px;height: 422px;}
.ipro .tod li img{display: block;width: 544px;height: 408px;}
.ipro .tod li .wd{  width: 542px;margin-left: 38px;}
.ipro .tod li .wd h2{margin: 20px 0; } 
.ipro .tod li .wd h2 a{ font-size: 24px;color: #ffaa01;} 
.ipro .tod li .wd h3{font-size: 20px;color: #222; display: inline-block;font-weight: bold;}
.ipro .tod li .wd h3 em{ font-style: normal;color: #f20000;font-size: 24px;}
.ipro .tod li .zi{ font-size: 15px;line-height: 2.6;color: #222;height: 240px;overflow: hidden;}
.ipro .tod li a.detail{ display: block;width: 160px;height: 40px;font-size: 16px;color: #fff;line-height: 40px;
  text-align: center;  margin-top: 26px;background: #feac00;border-radius: 20px;}
.ipro .tid{ position: relative; border-top: 1px dashed #e5e5e5;padding:26px 34px;}
.ipro .tid ul{}
.ipro .tid li{}
.ipro .tid a.img{width: 255px;float: left;margin-right: 12px;}
.ipro .tid img{width: 255px;height: 192px;}
.ipro .tid a.detail{ position: absolute;width: 30px;line-height: 1.2;
  padding: 30px 26px;padding-left: 32px;
  height: 130px;right: 33px;top: 26px;
  background-position: right -400px;text-align: center;color: #fff;font-size: 18px;}
.ipro .tid li:hover{   transform:translateY(-10px);}

.ipro .tod li:hover a.detail{  background: #ee9021;}
.ipro .tod li:hover{ } 
 

.igao{background: url(../images/igao.jpg) center top no-repeat;padding-top: 90px;
  height: 218px;text-align: center;color: #e9ecec; }
.igao .zi{}
.igao .zi a.detail{ width: 160px;height: 40px;line-height: 40px;font-size: 18px;text-align: center;
border-radius: 20px;display: inline-block;background: #feac00;color: #fff;margin-right: 10px;
margin-top: 26px;}
.igao .telb{  float: none;  }
.igao .img {background: url(../images/igao_zi.png) left top no-repeat;margin-left: 108px;
padding-top: 116px;width: 594px;}
.igao .img p{ font-size: 24px;color: #e60014;text-align: left; text-shadow:0px 0px 0px #fffff;}
/*搜索*/
.searcher{width:383px;height:40px; margin: 0 auto;margin-top: 10px;}
.searcher .submit{width:70px;height:40px;float:right;border:0px;background-position: -311px -200px; 
  color: #fff;cursor:pointer;}
.searcher .txt{width:310px;height:40px;line-height:40px;float:right; text-indent: .5em;border: none;background: #f0f0f0;}

.iyoushi{ }
.iyoushi .tod{ width: 110%;}
.iyoushi .tit2{margin-bottom: 60px;}
.iyoushi li{ width: 580px; background: #fafafa;height: 134px;position: relative;margin-bottom: 40px;
margin-right: 40px;}
.iyoushi li .img{ width: 134px;height: 124px; float: left;
  background: #feac00 url(../images/icon3.png) center 24px no-repeat; }
.iyoushi li .zi{  width: 370px; float: left;padding-left: 18px;}
.iyoushi li .zi h1{font-size: 28px;color: #002222;margin-top: 14px; font-weight: bold; }
.iyoushi li .zi p{ color: #002222;font-size: 18px; margin-top: 4px;line-height: 1.8;}
.iyoushi li .zi p b{    }
.iyoushi li .icon2{background-position: center -458px;}
.iyoushi li .icon3{background-position: center -220px;}
.iyoushi li .icon4{background-position: center -700px;}
.iyoushi li:hover{transform:translateY(-10px);}


.tit {line-height: 1;text-align: center;
    margin: 46px 0 20px 0;}
.tit span {display: inline-block;  font-size: 30px; color: #ff8800;position: relative;padding: 0 26px; line-height: 46px;}
.tit span b{font-weight: normal;color: #ff650c;}
.tit .i,.tit em{position: absolute; top: 0;width: 16px;display: block;
  height: 46px; }
.tit .i {background: url(../images/itit2.png) left no-repeat;left: 0;}
.tit em {background: url(../images/itit2.png) right no-repeat;right: 0;}
 
.iprocess{background: #fafafa;padding-top: 1px;margin-top: 20px;padding-bottom:58px;}
.iprocess .w{position: relative;}
.iprocess ul{width: 110%;}
.iprocess li{ margin-right: 96px;position: relative;width: 228px;height: 194px;
  background: url(../images/h1.png) center bottom no-repeat;}
.iprocess li .number{ background: url(../images/step.png) center no-repeat;height: 132px;
width: 116px;text-align: center;font-size: 50px;color: #fff;margin-left: 52px;}
.iprocess li h1{font-size: 18px;color: #222;text-align: center;margin-top: 10px;}
.iprocess li em{display: block;position: absolute;right: -70px;height: 50px;width: 42px;
background: url(../images/tip.png) right -600px no-repeat;top: 124px;}
.iprocess a.detail{ position: absolute;width: 160px;height: 40px;color: #fff;line-height: 40px;
font-size: 18px;border-radius: 20px;background: #feac00;left: 520px;bottom: -80px;text-align: center;
}
.iprocess li:hover{transform:translateY(-10px);}

.icase{  }
.icase .tod{ overflow: hidden;}
.icase .tod ul{width: 110%; }
.icase .tod li{float: left;margin-right: 20px;margin-bottom: 10px; width: 284px;  overflow: hidden;
background: #fff;    }
.icase .tod li img{ width: 284px; display: block; height: 213px;border: 1px solid #f0f0f0; }
.icase .tod span{ display: block;width: 100%;    }
.icase .tod span a{color: #222;font-size: 14px;display: block;height: 56px; line-height: 56px;
  text-align: center;display: block;}

.tit4 {border-bottom: 1px solid #e2e2e2;margin: 30px 0; height: 60px;line-height: 60px;}
.tit4 h1 { font-size: 33px;color: #222;font-weight: bold;display: block;float: left;
margin-right: 20px;}
.tit4 h1 span{color: #feac00;}
.tit4 a{float: left;display: block;color: #222;font-size: 15px;text-align: center;
  height: 26px;line-height: 26px;margin-top: 20px;width: 110px;
background: url(../images/icase2_li.png) left center no-repeat;}
.tit4 a:hover{ background: #feac00;color: #fff;border-radius: 20px;}
 
.icase2{ background: #fafafa;padding-top: 1px; }
.icase2 .tod{ overflow: hidden;}
.icase2 .tod ul{width: 110%; }
.icase2 .tod li{float: left;margin-right: 20px;margin-bottom: 10px; width: 210px;  overflow: hidden;
background: #fff;    padding-bottom: 14px;    }
.icase2 .tod li img{ width: 210px; display: block; height: 161px;  }
.icase2 .tod span{ display: block;width: 100%;height: 46px;line-height: 1.6;padding: 0 10px;   }
.icase2 .tod span a{color: #222;font-size: 14px;display: block; margin-top: 6px;   display: block; }
.icase2 .tod em{font-style: normal;font-size: 15px;color: #ffaa01;font-weight: bold; 
padding-left: 10px;}
.icase2 .tod li.da{ width: 508px;height: 502px;}
.icase2 .tod li.da img{width: 508px;height: 381px;}
.icase2 .tod li.da span{ display: block;width: 468px;margin-top: 10px;height: 58px;padding: 0 20px;}
.icase2 .tod li.da span a{font-size: 17px;height: 58px;line-height: 1.6;}
.icase2 .tod li.da em{ font-size: 22px;display: block;float: left;margin-top: 10px;margin-right: 18px;}
.icase2 .tod li.da  a.detail{ width: 94px;height: 32px;line-height: 32px;color: #fff;border-radius: 20px;display: block;text-align: center;
font-size: 16px;background: #ffaa01;float: right;margin-top: 10px;margin-right: 24px;}
/*inews*/
.inews{ position: relative;border-bottom: 1px solid #eaeaea;margin-bottom: 70px;}
.inews_bot{padding-top:20px;}
.in_right{width: 104%;  }
.in_right .inw{display:block;width:584px;height:144px;padding-bottom: 30px;background:#fff;margin-bottom:30px;
border-bottom: 1px solid #eaeaea;float: left;padding-right: 30px;}
.in_right .inw img{float:left;display:block;width:190px;height:143px; }
.in_right .inw .inr{float:right;display:block;width:372px;padding-top:4px;}
.in_right .inw .inr h1{color:#222;line-height:1.6;font-size: 18px;cursor:pointer;font-weight: bold;
background: #f0f0f0;padding: 0 20px; height: 46px;line-height: 46px;}
.in_right .inw .inr .tim{display:block;font-size:16px;color:#8c8c8c;line-height: 3;}
.in_right .inw .inr p{font-size:14px;color:#222; line-height: 1.6;cursor:pointer;}
.in_right .inw:hover h1{font-weight: bold;}
.inews a.detail{width: 160px;height: 40px;line-height: 40px;text-align: center;font-size: 18px;
border-radius: 20px;position: absolute;bottom: -20px;left: 524px;display: block;
background: #feac00;color: #fff;}
.in_right .inw:nth-child(5),.in_right .inw:nth-child(6){border: none;}

.ifeatures{ background: #feac00;height: 102px;padding-top: 20px;margin-top: 42px;}
.ifeatures .tod{width: 110%;}
.ifeatures li{ width: 150px;border-left: 1px solid #ffd77e;padding-left: 150px;height: 86px;
  background: url(../images/icon4.png) no-repeat 46px center;}
.ifeatures li p{font-size: 26px;color: #fff;line-height: 1.2;margin-top: 14px;}
.ifeatures li.icon2{background-position:-254px center;}
.ifeatures li.icon3{background-position:-554px center;}
.ifeatures li.icon4{background-position:-844px center;border-right: 1px solid #ffd77e;}


.foot {background: #fff;color: #2f2f2f;   }
.foot  .w{ padding: 20px 0;line-height: 1.6; }
.foot .fl{ width: 900px;}
.foot .telb{ float: none;margin-top: 10px;}
.foot .Telephone{color: #ffaa01;}
.foot .fr{ margin-top: 24px;}
.foot .codex{width: 84px;float: right;margin-left: 50px;}
.foot .codex img{width: 106px;padding: 3px;border: 1px solid #f9f9f9;
display: block; margin: 0 auto; }
.foot .codex span{font-size: 16px;color: #323232; height: 34px;line-height: 1.6;
display: block;width: 114px;text-align: center;}
.foot  a{color: #2f2f2f;}
.foot  a:hover{color: #feac00;}

.nybanner {height: 300px;display: block;width: 100%;background: #ccc;border-top: 1px solid #ccc;}
.subcomt {border: 1px solid #cacbcb;padding: 8px;}
.sobtitle {height: 62px;line-height: 62px;margin-bottom: 10px;border-bottom: 1px solid #c9c9c9;background:url(../images/heng.png) no-repeat left center;}
.sobtitle p.fl {color: #ff8800;font-size: 24px;font-weight: bold;}
.sobtitle .sitepath {padding-right: 20px;font-size: 14px; }
.sobtitle .sitepath a{}
.submian {position: relative;margin-top: 30px;}

.submian .subleft {width: 248px;}
.submian .subleft .sidebar{float: none;margin-bottom: 10px;}
.submian .subleft .titlex {    text-align: center;background: #ff8800;color: #fff;height: 82px;}
.submian .subleft .titlex span {margin-top: 10px;border-bottom: 1px dashed #fff;display: inline-block;padding: 0 10px;
  color: #fff;font-size: 24px;font-weight: bold;line-height: 40px;}
.submian .subleft .titlex b{line-height: 2; text-transform: uppercase;font-size: 12px;font-weight: normal;display: block;}
.submian .subleft .titlex a {font-size: 14px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;height: 21px;line-height: 21px;float: right;margin-right: 10px;margin-top: 20px;position: relative;width: 75px;color: #fff;}
.submian .subleft .titlex a i {color: #fff;font-weight: bold;font-size: 20px;position: absolute;right:-3px;top: 0px;}
.submian .subleft .titlex a i:before {content: "";height: 21px;}
.submian .subleft .titlex a:hover {color: #F3F3F3;border-color: #F3F3F3;}
.submian .subleft .titlex a:hover i:before {content: "";color: #F3F3F3;}
.submian .subleft .lefta {padding-bottom: 20px;}
.submian .subleft .lefta .titlex{ height: 122px;line-height: inherit;}
.submian .subleft .lefta .titlex span{    padding-top: 18px;    display: block;    line-height: 52px;}
.submian .subleft .lefta .titlex em{font-style: normal;font-size: 14px;padding-left: 35px;display: block;}

.submian .subleft .lefta .comt { }
.submian .subleft .lefta .comt ul li {line-height: 52px;color: #787878;display: block;margin-bottom: 2px;width:100%;}
.submian .subleft .lefta .comt ul li a {font-size: 18px;position: relative;display: block;width:220px;height:52px;line-height:52px;border-bottom: 1px solid #e2e2e2;padding-left: 60px;}
.submian .subleft .lefta .comt ul li a:hover,
.submian .subleft .lefta .comt ul li a.hover {    color: #ff8800;    background: #FFF100;}
.submian .subleft .lefta .comt ul .box {display: none;}
.submian .subleft .lefta .comt ul .box a {display: block;line-height: 32px;font-size: 14px;height: 32px;border-bottom: 1px solid #eee;border-top: 0px;border-left: 0px;border-right: 0px;}
.submian .subleft .lefta .comt ul li.current .box { display:block; }
.submian .subleft .lefta .comt ul li.current > a {background: #FFF100;color: #ff8800; }
.submian .subleft .lefta .comt ul li.current > a {background:#FFF100;color:#ff8800; }

.submian .subleft .leftnews .leftnewscomt {border: 1px solid #ff8800;*padding: 20px 15px;}
.submian .mainx {  height:230px;margin: 20px 15px;  background:#FFF; overflow:hidden; position:relative; *width: 215px;*margin-top: 20px;}
.submian .listx { float:left; width:300%; position:relative; }
.submian .listx dd { float:left; width:250px; height:187px; position:relative; }
.submian .listx a { display:block; overflow:hidden; position:relative; z-index: 9;}
.submian .listx span { width:430px; height:56px; line-height:56px; padding:0 15px; position:absolute; left:0; bottom:0; font-size:16px; color:#FFF; }
.submian .listx img { display:block; width:250px; height:187px; }
.submian .listx dd:hover img { -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1); }
.submian .tipx {width:100%; height:24px; text-align:center;position: absolute;bottom: 5px; }
.submian .tipx span { display:inline-block; vertical-align:middle; width:24px; height:24px; background:url(../images/tip-view.png) center 0 no-repeat; cursor:pointer;margin: 0 6px; }
.submian .tipx span.cur { background-position:center bottom; }
.submian .leftcontact{ }
.submian .leftcontactcomt{line-height: 28px;border: 1px solid #ff8800;padding: 10px;}
.submian .leftcontact .title1{height: 68px;line-height: 68px;border-bottom: 4px solid #ff8800;margin-bottom: 28px; }
.submian .leftcontact .title1 span{ color: #ff8800;font-size: 33px;font-weight: bold;}
.submian .leftcontact .title1 i{ color: #ff8800;font-size: 22px;font-weight: bold;text-align: right;}
.submian .leftcontact_tel{margin-top: 10px;background: #F8A815 url(../images/leftcontact_tel.png) 10px center no-repeat;color: #fff;padding-left: 80px;}
.submian .leftcontact_tel p{font-size: 18px;height: 35px;
    line-height: 3.2;}
.submian .leftcontact_tel h2{ font-weight: bold;font-size: 18px;}

.submian .subright {width: 908px;margin-bottom: 65px; line-height: 28px;}
.submian .subright .produtlist .list {overflow: hidden;}
.submian .subright .produtlist .list .itag li {float: left;margin: 8px;width: 272px;}
.submian .subright .produtlist .list .itag li.err span{cursor: text;}
.submian .subright .produtlist .list .itag li img {width: 272px;height: 204px;display: block;padding: 2px;border: 1px solid #dcdcdc;}
.submian .subright .produtlist .list .itag li span {cursor:pointer;height: 34px;line-height: 34px;display: block;width: 100%;text-align: center;overflow: hidden;}
.submian .subright .produtlist .list .itag li:hover img {border-color: #ff8800;background: #ff8800;}
.submian .subright .produtlist .list .itag li:hover span {color: #ff8800;}
.submian .subright .listnews {padding:0 20px 20px 20px;}
.submian .subright .listnews ul li {width: 100%;border-bottom: 1px dashed #d6d6d6;height: 40px;line-height: 40px;}
.submian .subright .listnews ul li.err{margin-bottom: 20px;}
.submian .subright .listnews ul li a {display: block;}
.submian .subright .listnews ul li a p {float: left;cursor:pointer;}
.submian .subright .listnews ul li a span {color: #999;cursor:pointer;float: right;}
.submian .subright .listnews ul li a:hover p {color: #ff8800;}
.submian .subright .listnews ul li a:hover span {color: #666;}
.submian .subright .aboutlist {line-height: 28px;color: #333;}
.aboutlist img{max-width:100%}
.submian .subright .conBox {padding: 0px 20px 20px;line-height: 24px;color: #333;}
/* page_newsdetail_list */
.submian .subright .ArticleTitle {padding-bottom: 7px;}
.submian .subright .ArticleTitle h1 {padding-top: 10px;    font-size: 26px;    line-height: 30px;text-align: center;padding-bottom: 5px;border-bottom: 1px dotted #a6a6a6;color: #ff8800;}
.submian .subright .ArticleMessage {text-align: center;line-height: 22px;height: 22px;border-bottom: 1px dotted #a6a6a6;margin-bottom: 10px;}
.submian .subright .ArticleTencont {padding: 5px 0px 20px 0px;line-height: 2em;overflow: hidden;}

/* listProduct */
.listProduct {margin-top: 20px;}
.listProduct .tod { overflow:hidden; }
.listProduct ul{ width:110%; }
.listProduct .item{ width:290px; height:258px; border:1px solid #ccc; float:left; position:relative;overflow:hidden; margin:0px 15px 15px 0px;}
.listProduct .item img{ width:290px; height:218px;}
.listProduct .item a{ display:block; color:#fff;line-height:26px; font-size:16px;}
.listProduct .item p{ width:100%; height:130px; text-align:center;}
.listProduct p.wd{ width:100%; position:absolute; left:0; bottom:0px;height: 32px; /* background:url(../images/cover.png) repeat center -34px; */}
.listProduct p.wd a{ display:block;font-size: 16px;color: #5a5a5a;}
.listProduct p.wd span{ color:#fff; font-size:12px; padding:2px 8px; border:1px solid #fff;}
.listProduct .item:hover p.wd{ font-weight: bold; }
.listProduct .item:hover p.wd a{color: #ff8800; }
/* relatedLink */
.submian .subright .reLink {height: 30px;border-top: 1px solid #eee;border-bottom: 1px solid #eee;width: 100%;margin: 10px auto 10px;overflow:hidden;}
.submian .subright .reLink .prevLink {float: left;margin-left: 10px;height: 30px;line-height: 30px;}
.submian .subright .reLink .nextLink {float: right;margin-right: 10px;height: 30px;line-height: 30px;}
.maplist li a {background: #eee;width: 98%;height: 30px;line-height: 30px;display: block;margin-bottom: 10px;padding-left: 2%;font-weight: bold;}
.maplist li .box {width: 100%;height: auto;margin-bottom: 10px;}
.maplist li .box a {float: left;height: 24px;line-height: 24px;width: auto;text-align: center;margin-right: 10px;padding: 0px 5px;font-weight: normal;}
.maplist li .box a:hover {background: #ff611c;color: #fff;}
/* pager */
.pager {display: block;width: 100%;height: auto;padding: 25px 0 5px;text-align: center;clear: both;margin-bottom: 5px;}
.pager span,
.pager a {display: inline-block;border: 1px solid #eee;color: #666;background: #f3f3f3;height: 24px;line-height: 24px;padding: 0px 8px;text-decoration: none;margin: 0 5px;}
.pager a:hover {background: #ff8800;border-color: #ff8800;color: #fff;text-decoration: none;}
.pager .cur {background: #ff8800;border-color: #ff8800;font-weight: bold;color: #FFF;}
.pager span.dot {background: #ff8800;border-color: #0a6c00;font-weight: bold;color: #FFF;}
/* cms2.0地图 */
/*map*/
.dtditu{width:140px; height:30px; line-height:30px; background:#ff8800; color:#fff; font-weight:bold; margin:10px auto 0; text-align:center; font-size:14px;}
.baiduMap{width:715px; height:300px; border:1px solid #ff8800; border-top:3px solid #ff8800;}
.baiduMap {
    background: #eee none repeat scroll 0 0;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
    height: 400px;
    margin: 0 auto 20px;
    width: 100%;
}
.BMap_bubble_title a {
    border-radius: 3px;
    display: inline-block;
    height: 25px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 10px;
}
.BMap_bubble_title a:hover {
}
.BMap_bubble_title > a {
    background: #999 none repeat scroll 0 0;
    color: #fff;
}
.BMap_bubble_title > a:hover {
    background: #666 none repeat scroll 0 0;
}

 .toolbar { width:70px; position:fixed; right:10px; top:50%; margin:-132px 0 0 0; z-index:100; }
.toolbar dd { width:70px; height:70px; background:none; position:relative; z-index: 60;background: #ff9400; margin-top: 3px;}
.toolbar dd:hover{background: #ff9400;}
.toolbar dd > i { display:block; width:70px; height:70px; cursor:pointer;color: #fff;font-size: 12px;
text-align: center;line-height: 119px;}
.toolbar .slide-qq { display: block;    width: 70px;    height: 70px;    cursor: pointer;    color: #fff;    font-size: 12px;
    text-align: center;    line-height: 119px; }
.toolbar .pop { position:absolute; right:100px; top:0; background:#ff9400; display:none; }
.toolbar .pop .o { position:absolute; right:-7px; top:88px; width:7px; height:13px; /* background:url(../images/tool-arrow.png) 0 0 no-repeat; */ }
.toolbar .pop-tel { width:120px; padding:8px 8px 8px; color:#FFF; text-align:center;background: #ff9400;font: 14px;top: 0; }
.toolbar .pop-tel .o{/* background: url(../images/tool-arrow.png) 0 0 no-repeat; */top: 60px;}
.toolbar .pop-tel .icon {   line-height:28px; padding-top:44px; background:url(../images/tool-telphone2.png) center top no-repeat; 
 width: 100%;text-align: center;}
.toolbar .pop-tel .item { line-height:20px; font-size:16px;text-align: center; width: 100%;}
.toolbar .pop-code { width:100px; padding:3px; }
.toolbar .pop-code img { width:100px; height:100px; display:block;}
.toolbar .pop-code h3 { height:70px; display: block;width: 120px;line-height:70px; text-align:center; color:#f2e8e1; 
  font-size:14px; font-weight:400; white-space:nowrap;}
.toolbar .b_index{background: url(../images/tip2.png) center top no-repeat;
display: block;    width: 70px;    height: 70px;    cursor: pointer;    color: #fff;    font-size: 12px;
    text-align: center;    line-height: 119px;}

.toolbar .qq { background:url(../images/tip2.png) center -90px no-repeat;*background:url(../images/tip2.png) 69px -90px no-repeat;}
.toolbar .qq:hover,.toolbar .b_index:hover{ background-color: #e7091a;}
.toolbar .tell { background:url(../images/tip2.png) center -174px no-repeat;}
.toolbar .tell:hover{ background-color: #e7091a;}
.toolbar .code { background:url(../images/tip2.png) center -260px no-repeat;}
.toolbar .code:hover { background-color: #e7091a;}
.toolbar .top { background:url(../images/tip2.png) center -350px no-repeat;}
.toolbar .top:hover {background-color: #e7091a;  }
.toolbar dd i:hover { background-color: #e7091a; }

.pageMsg {color: #333d58;margin-top: 30px;}
.pageMsg #formPost table td input#txtImageCode {width: 70px;}
.pageMsg #formPost table td input:focus {border-color: #eee;outline: 0;}
.pageMsg #formPost table span.red {color: #f00;margin-right: 5px;}
.pageMsg #formPost table input {border: 1px solid #ccc !important;font-family: "microsoft yahei";}
.pageMsg #formPost table textarea {border: 1px solid #ccc !important;}
.pageMsg #formPost table input.sub {font-family: "microsoft yahei";cursor: pointer;width: 100px;height: 35px;line-height: 24px;color: #848484;text-align: center;margin-top: 10px;background: #fff;}
.pageMsg #formPost table input.sub:hover {background: #ff611c;color: #fff;border: 1px solid #eee !important;}
.pageMsg #formPost table td input {width: 240px;height: 25px;line-height: 25px;padding: 0px 5px;}
.pageMsg tr.code input {width: 90px;}
.pageMsg .err {color: #f00;padding-left: 10px;}
.pageMsg tr.item textarea {width: 240px;height: 50px;color: #666;border: 1px solid #ccc;padding: 0 5px;outline: none;}
/*# sourceMappingURL=style.css.map */
#slider{width:630px;height:240px;position:relative;margin:0 auto;}
.scroll{width:630px;height:340px;margin:0 auto;overflow:hidden;position:relative;}
.scrollContainer{position: relative;width:1815px;left:0px;}
.scrollContainer .current .inside{width:230px;height:288px;}
.scrollContainer .panel{width:195px;height:146px;float: left;display:inline;}
.panel .inside{display:block;position:relative; }
.inside img{height:100%;width:100%;}
.scroll li .inside span{width:197px;height:37px;line-height:37px;display:none;position:absolute;bottom:-17px;left:16px;background-color:#c69;font-size:14px;color:#FFF;text-align:center;}
.scroll li.current .inside span{display:block;}
.btnMode a.btn{background:url(../img/tab1.png) no-repeat left top;}
.btnMode a.btn{width:20px; height:39px;position:absolute;top:80px; }
.btnMode a.prev{left:-30px;background-position:13px 0px;}

.btnMode a.next{right:-30px;background-position:-13px 0;}
.BMap_bubble_content{line-height:22px;}

#tp_img{ float: left; width: 670px;  overflow: hidden; text-align:center;font-size:0; }
.itag1{ width:640px; float:left; position:relative; display:inline-block; background:#f1f1f1; border:1px solid #e0e0e0; height:82px; padding:10px 10px 0; margin-top:10px; b}
.itag1 .up,.itag1 .down{ display:block; width:23px; height:66px; background:url(../img/icoup.png) no-repeat center; float:left; }
.itag1 .down{ background-image:url(../img/icodown.png);}
.itag1 .img_{ height:75px; width:580px; margin:0 5px; overflow:hidden; position:relative; float:left} 
.itag1 .img_ a{ display:block; height:75px; float:left; padding-right:10px }
.itag1 .img_bk{ width:800%}
.itag1 .img_ img{ border:1px solid #eee;}
.itag1 .img_ a:hover img,.itag .img_ a.hover img{ border-color:#f60}

.ProDes{padding-top:10px;float:left;}

[ig-null] { margin-bottom:0px;  }

.dialog-alert { width:440px; height:auto; position:fixed; left:50%; top:50%; margin:-150px 0 0 -220px; z-index:100; background:#FFF; background:-webkit-linear-gradient(top, #f1f1f1 0%, #FFF 10%, #FFF 100%); display:none; }
.dialog-alert .head { height:40px; line-height:40px; position:relative; margin-bottom:10px; }
.dialog-alert .head h2 { font-size:16px; padding:0 0 0 15px; }
.dialog-alert .head .close { width:40px; height:40px; background:url(../images/ico-close.png) center center no-repeat; position:absolute; right:0; top:0; }
.dialog-alert .head .close:hover { -webkit-transform:rotate(90deg); transform:rotate(90deg); }
.dialog-alert .main { padding:0 20px 20px 20px; font-size:14px; }
.dialog-alert .main .red { color:#F00; }
.dialog-alert .foot { height:34px; text-align:center; border-top:1px solid #fff; padding:10px 0 20px;background: none; }
.dialog-alert .foot a { display:inline-block; vertical-align:middle; height:34px; line-height:34px; padding:0 25px; background:#ddd; margin:0 10px; font-size:14px; border-radius:3px;}
.dialog-alert .foot .ok { background:#d93636; color:#fff; }
.dialog-alert .foot .ok:hover { background:#a40606; }
.dialog-alert .foot .cancel { background:#bbb; color:#333; }
.dialog-alert .foot .cancel:hover { background:#999; }

.dialog-confirm { width:440px; height:auto; position:fixed; left:50%; top:50%; margin:-150px 0 0 -220px; z-index:100; background:#FFF; background:-webkit-linear-gradient(top, #f1f1f1 0%, #FFF 10%, #FFF 100%); display:none; }
.dialog-confirm .head { height:40px; line-height:40px; position:relative; margin-bottom:10px; }
.dialog-confirm .head h2 { font-size:16px; padding:0 0 0 15px; }
.dialog-confirm .head .close { width:40px; height:40px; background:url(../images/ico-close.png) center center no-repeat; position:absolute; right:0; top:0; }
.dialog-confirm .head .close:hover { -webkit-transform:rotate(90deg); transform:rotate(90deg); }
.dialog-confirm .main { padding:0 20px 20px 20px; font-size:14px; }
.dialog-confirm .main .red { color:#F00; }
.dialog-confirm .foot { height:34px; text-align:center; border-top:1px solid #fff; padding:10px 0 20px; }
.dialog-confirm .foot a { display:inline-block; vertical-align:middle; height:34px; line-height:34px; padding:0 25px; background:#ddd; margin:0 10px; font-size:14px; border-radius:3px;}
.dialog-confirm .foot .ok { background:#d93636; color:#fff; }
.dialog-confirm .foot .ok:hover { background:#a40606; }
.dialog-confirm .foot .cancel { background:#bbb; color:#333; }
.dialog-confirm .foot .cancel:hover { background:#999; }

.dialog-log { position:absolute; z-index:99; width:auto; padding:10px 20px; border:1px solid #e0272c; background:#ffe8e9; border-radius:3px; box-shadow:1px 1px 5px rgba(0,0,0,0.2); color:#e0272c; }
.dialog-log i { position:absolute; left:15px; top:-7px; width:14px; height:7px; background:url(../images/log-arrow.png) center center no-repeat; }

.dialog-layout { position:fixed; left:0; top:0; width:100%; height:100%; filter:Alpha(opacity=50); background:#000; background:rgba(0,0,0,.5); z-index:99; }

.dialog-album { position:fixed; _position:absolute; width:100%; height:100%; left:0; top:0; z-index:100; display:none; }
.dialog-album .layout { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.9) !important; filter:Alpha(opacity=90); background:#000; z-index:-1; }
.dialog-album .container { position:absolute; left:0; top:0; width:100%; height:100%; z-index:2; overflow:hidden; }
.dialog-album .container ul { float:left; width:1000%; height:100%; position:relative; }
.dialog-album .container li { float:left; width:10%; height:100%; position:relative; }
.dialog-album .container .img { width:100%; height:100%;  }
.dialog-album .container .img img { max-height:100%; max-width:80%; width:800px; height:600px; }
.dialog-album .tool .close { position:absolute; width:65px; height:35px; top:0; right:0; background:url(../images/ico-album.png) 0 -105px no-repeat; z-index:10; overflow:hidden; text-indent:-99em; opacity:0.6 !important; filter:Alpha(opacity=60); }
.dialog-album .tool .close:hover { opacity:0.9 !important; filter:Alpha(opacity=90); }
.dialog-album .tool .right, .dialog-album .tool .left { position:absolute; width:30px; height:30px; top:50%; margin-top:-10px; z-index:10; text-indent:-99em; overflow:hidden; background:url(../images/ico-album.png) -35px 0 no-repeat; }
.dialog-album .tool .right { left:20px; background-position:-35px -35px; }
.dialog-album .tool .left { right:20px; }
.dialog-album .tool .right:hover { background-position:0 -35px; }
.dialog-album .tool .left:hover { background-position:0 0; }
.dialog-album .tool .play, .dialog-album .tool .plus { position:absolute; width:30px; height:30px; right:20px; bottom:20px; background:#CCC; z-index:10; overflow:hidden; background:url(../images/ico-album.png) 0 -70px no-repeat; overflow:hidden; text-indent:-99em; }
.dialog-album .tool .play { background-position:-35px -70px; }
.dialog-album .tip { position:absolute; width:50%; height:15px; left:25%; bottom:20px; z-index:10; text-align:center; }
.dialog-album .tip span { display:inline-block; width:12px; height:12px; border:1px solid #aaa; border-radius:13px; background:#FFF; margin:0 5px; vertical-align:middle; cursor:pointer; }
.dialog-album .tip span.cur { background:#666; }

.list-case{    }
.list-case ul{ }
.list-case .item{  position: relative; overflow: hidden; height: 342px;margin: 30px 0 0 0;
padding-bottom: 30px;border-bottom: 1px dashed #d3d3d3;}
.list-case .item a.img{ width: 456px;height: 342px;}
.list-case .item img{display: block;width: 456px;height: 342px;}
.list-case .item .wd{  width: 426px;margin-left: 24px;}
.list-case .item .wd .price{margin: 10px 0;}
.list-case .item .wd h2{margin-bottom: 10px; } 
.list-case .item .wd h2 a{ font-size: 24px;color: #ffaa01;font-weight: bold;} 
.list-case .item .wd h3{font-size: 20px;color: #222; display: inline-block;font-weight: bold;}
.list-case .item .wd h3 em{ font-style: normal;color: #f20000;font-size: 24px;}
.list-case .item .zi{ font-size: 15px;line-height: 2.6;color: #222;height: 200px;overflow: hidden;}
.list-case .item a.detail{ display: block;width: 160px;height: 40px;font-size: 16px;color: #fff;line-height: 40px;
  text-align: center;  margin-top: 26px;background: #feac00;border-radius: 20px;}

/* 4:3 图文 */
.list-case2 { padding:0 20px;  margin-bottom:10px; }
.list-case2 .list { padding:10px 0 10px; }
.list-case2 .item { padding:24px 0 24px 252px; height:174px; border-top:1px dashed #ddd; position:relative; }
.list-case2 .item:first-child { border-top:0; }
.list-case2 .item .img { position:absolute; left:0; top:24px; width:232px; height:174px; background:#f1f1f1; }
.list-case2 .item .img img { display:block; width:232px; height:174px; }
.list-case2 .item .date { display: block;   font-size: 16px;    color: #8c8c8c;    line-height: 3; }
.list-case2 .item h3 { font-size:24px; line-height:20px; margin-bottom:8px;color: #ffaa01;font-weight: bold; }
.list-case2 .item h3 a {font-size:21px; line-height:20px; margin-bottom:8px;color: #ffaa01;font-weight: bold; }
.list-case2 .item h3 a:hover { text-decoration:underline; }
.list-case2 .item p { height:90px; line-height:1.6; color:#222; overflow:hidden;  font-size: 15px;
}
 

/* 产品详情页 */
.product-content {padding: 20px; }
.product-photo { float:left; width:440px; }
.product-photo .original { width:440px; height:330px; overflow:hidden; margin-bottom:10px; }
.product-photo .original img { display:block; width:100%; height:330px; }
.product-photo .prev, .product-photo .next { float:left; width:17px; height:69px; background:url(../images/photo-pn.png) 0 0 no-repeat; cursor:pointer; }
.product-photo .next { float:right; background-position:-19px 0; }
.product-photo .prev:hover { background-position:0 -70px; }
.product-photo .next:hover { background-position:-19px -70px; }
.product-photo .nodrop { cursor:no-drop; }
.product-photo .prev.nodrop:hover { background-position:0 0; }
.product-photo .next.nodrop:hover { background-position:-19px 0; }
.product-photo .thum { float:left; width:395px; height:69px; margin:0 0 0 5px; overflow:hidden; position:relative; }
.product-photo .thum dl { float:left; width:300%; height:69px; position:relative; }
.product-photo .thum dd { float:left; width:87px; height:65px; border:2px solid #fff; margin:0 10px 0 0; cursor:pointer; background:#f1f1f1; }
.product-photo .thum img { width:100%; height:65px; display:block; }

.relink { padding:0 10px; height:40px; line-height:40px; border-top:1px solid #ddd;border-bottom:1px solid #ddd; margin:0 20px 20px 20px ; }
.relink p { float:right; width:50%; text-align:right; overflow:hidden; }
.relink p:first-child { float:left; text-align:left; }
.product-photo .thum dd.current { border-color:#ff8800; }
.product-info { margin:0 0 0 460px; position:relative; height:346px; }
.product-info h1 { font-size:20px; line-height:1.2; margin-bottom:20px; }
.product-info .order { float:left; margin:3px 0; }
.product-info .order a { display:block; width:115px; height:30px; line-height:30px; color:#FFF; font-size:14px; background:#ff8800; text-align:center; border-radius:5px; }
.product-info .order a:hover { background:#e22c05; }
.product-info .bdshare { float:right; +margin-right:10px; }
.product-info .bdshare .head { display:none; }
.product-info .des { float:left; padding:15px 0; width:100%; height:200px; line-height:24px; margin-bottom:40px; overflow:hidden; }
.product-info .tel { width:220px; height:55px;  
  padding:0; line-height:1.1; position:absolute; left:0; bottom:10px;margin: 0; }
.product-info .tel dt { font-size:16px; font-weight:700; }
.product-info .tel dd { font-size:27px; color:#ff8800; font-weight:700; }
.article-container { border-top:1px dashed #ddd; margin:20px 0 0; }
.article-container .article { padding-bottom:10px; }
.article-container .article img{max-width:100%;}
.article-head { padding:20px 0 10px; }
.article-head h2 { width:240px; height:40px; line-height:40px;  font-size:16px; color:#ff8800; }

/* 产品详情页 */
.original2 { width:100%; height:auto; overflow:hidden; margin-bottom:10px; }
.original2 img { display:block; max-width:100%; height:auto;margin: 0 auto; }
.product-info2 { position:relative; padding:10px 335px 10px 0; min-height:35px; }
.product-info2 h1 { font-size:20px; }
.product-info2 .telx { width:250px; height:; background:url(../images/ico-tel2.png) left top no-repeat; padding:0 0 0 60px; line-height:1.1; position:absolute; right:0; top:10px; }
.product-info2 .telx dt { font-size:16px; font-weight:700; }
.product-info2 .telx dd { font-size:30px; color:#ff8800; font-weight:700; }

.recommend-news {  margin:20px; }
.recommend-news .head { height:38px; line-height:38px; position:relative; border:1px solid #ddd; background:url(../images/header-bg.png) left -80px repeat-x #fff; }
.recommend-news .head h2 { font-size:18px; color:#ff8800; border-left:5px solid #ff8800; padding:0 0 0 20px; background:url(../images/ico-rec.png) left center no-repeat; }
.recommend-news .head .mo { position:absolute; right:10px; top:0; font-size:16px; color:#999; font-size:small; }
.recommend-news .head .mo:hover { color:#ff8800; }
.recommend-news .main { width:autp; overflow:hidden; padding:20px 20px 20px 0; }
.recommend-news .list { float:left; width:110%; }
.recommend-news .item { float:left; width:402px; height:30px; line-height:30px; margin-right:50px; position:relative; }
.recommend-news .item a { background:url(../images/ico-news.png) left center no-repeat; padding:0 0 0 12px; }
.recommend-news .item a:hover { text-decoration:underline; }
.recommend-news .item span { position:absolute; right:0; top:0; color:#999; }

.recommend-pro { margin-bottom:20px; padding: 0 20px;}
.recommend-pro .head { height:38px; line-height:38px; position:relative; border:1px solid #ddd; background:url(../images/header-bg.png) left -80px repeat-x #fff; }
.recommend-pro .head h2 { font-size:18px; color:#ff8800; border-left:5px solid #ff8800; padding:0 0 0 20px; background:url(../images/ico-rec.png) left center no-repeat; }
.recommend-pro .head .mo { position:absolute; right:10px; top:0; font-size:16px; color:#999; font-size:small; }
.recommend-pro .head .mo:hover { color:#ff8800; }
.recommend-pro .main { width:100%; overflow:hidden; padding:20px 0 0; }
.recommend-pro .list { float:left; width:110%; }
.recommend-pro .item { float:left; width:auto; margin:0 20px 0 0; }
.recommend-pro .item .img { width:260px; height:195px; overflow:hidden; border:1px solid #ddd; background:#f1f1f1; }
.recommend-pro .item .img img { width:100%; height:195px; }
.recommend-pro .item h3 { line-height:40px; text-align:center; font-weight:400; }
.recommend-pro .item h3 a { }
.recommend-pro .item:hover { border-color:#c8a48e; }

.recommend-form { padding: 0 20px; }
.recommend-form .head { height:38px; line-height:38px; position:relative; border:1px solid #ddd; background:url(../images/header-bg.png) left -80px repeat-x #fff; }
.recommend-form .head h2 { font-size:18px; color:#ff8800; border-left:5px solid #ff8800; padding:0 0 0 20px; background:url(../images/ico-rec.png) left center no-repeat; }
.recommend-form .main { width:auto; overflow:hidden; padding:40px 20px 20px; }
.recommend-form .main > * { float:left; width:100%; clear:both; margin-bottom:15px; position:relative; }
.recommend-form .row-1 { width:350px; height:auto; padding:0 0 0 50px;*padding:0 0 0 50px; border:1px solid #ddd; }
.recommend-form .row-2 { width:710px; height:auto; padding:0 0 0 0; border:1px solid #ddd; }
.recommend-form .row-3 { width:800px; height:auto; }
.recommend-form .ico-name { background:url(../images/form-name2.png) 15px center no-repeat; }
.recommend-form .ico-phone { background:url(../images/form-phone2.png) 15px center no-repeat; }
.recommend-form .ico-email { background:url(../images/form-email2.png) 15px center no-repeat; }


.recommend-form .ico-people{background:url(../images/people.png) 15px center no-repeat;}
.recommend-form .ico-jin{background:url(../images/jin.png) 15px center no-repeat;}
.recommend-form .ico-wan{background:url(../images/wan.png) 15px center no-repeat;}
.recommend-form .ico-yusuan{background:url(../images/yusuan.png) 15px center no-repeat;}

.recommend-form .required .tip { position:absolute; right:0; top:0; height:40px; line-height:40px; padding:0 10px; font-style:normal; color:#F00; }
.recommend-form .txt {width:100%; height:40px; line-height:40px; background:#fff; border:0; color:#999; }
.recommend-form .text { width:700px; border:0; background:#FFF; padding:5px 5px; line-height:20px; height:100px; color:#999; }
.recommend-form img.code { float:left; width:110px; height:42px; margin-left:10px; }
.recommend-form input.code { float:left; width:178px; height:40px; line-height:40px; border:1px solid #ddd; background:#FFF; padding:0 10px; color:#999; }
.recommend-form .submit, .recommend-form .reset { float:left; width:200px; height:42px; border:0; cursor:pointer; color:#FFF; font-size:16px; }
.recommend-form .submit { background:#ff8800; }
.recommend-form .reset { background:#292826; margin:0 0 0 10px; }
.recommend-form .submit:hover { background:#e22c05; }
.recommend-form .reset:hover { background:#000; }
.recommend-form .onfocus, .recommend-form .onfocus input.code { border-color:#aaa; }
.BMap_bubble_content{font-size: 12px;line-height:1.4;}

/* 地图 */
.map11{padding: 25px;}
.map11 li.item{ width:100%;  padding:10px 0px; text-align:left;  border-bottom:1px solid #c8c8c8;}
.map11 li.item a{line-height:30px; color:#ff8800; font-size:16px;   font-weight:bold; margin-right:15px;}
.map11 .subMap11{  text-align:left; margin-left:50px;}
.map11 .subMap11 li.item2{ margin:15px 0px; line-height:24px;}
.map11 .subMap11 .san{  text-align:left; margin-left:50px;}
.map11 .subMap11 .san a{  font-size:16px; font-weight:normal;}
.mab img{ max-width: initial;}
.minBanner, .minBanner ul, .minBanner img,.minBanner li.item{height: 300px!important;}