﻿body,html{color:#1b1c1f;margin:0;padding:0;font:14px/24px PingFangSC-Regular,Microsoft YaHei,SimSun,san-serif;background: #fff;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,object{margin:0;padding:0;outline: none;}
ul,ol,li{list-style-type:none}
address,cite,code,em,th,i,h1,h2,h3,h4,h5,h6{font-weight:normal; font-style:normal;}
img{border:0 none;}
h1,h2,h3,h4,h5,h6{font-size:14px;}
object,textarea,img,iframe{vertical-align: top;}
textarea{overflow: auto;}
a{text-decoration:none;color:#1b1c1f;outline: none;-moz-transition:color 1s; -webkit-transition:color 1s;-o-transition:color 1s;}
a:hover{text-decoration:none;color:#d40511;}
.wrap{width:1200px; margin: 0 auto;min-width:1200px}
input[type=submit]:hover{opacity:0.9;filter:Alpha(opacity=90);cursor: pointer;}
.checkbox,.radio{width:13px;height:13px;vertical-align:-2px;*vertical-align:-1px;}
.l{float:left;_display: inline;} .r{float:right;_display: inline;}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    margin-top: 10px;
    border: none;
    color: #dfdfdf;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    line-height: normal;
    padding: 15px 25px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    width: 100%;
}
.blank0,.blank1,.blank2,.blank3,.blank4,.blank5,.blank6,.blank7,.blank8,.blank9,.blank10,.blank11,.blank12,.blank13,.blank14,.blank15,.blank16,.blank17,.blank18,.blank19,.blank20,.blank30,.blank40,.blank50,.blank60{clear:both;display:block; font-size:1px; overflow:hidden;}
.blank0{height:0;}.blank1{height:1px;}.blank2{height:2px;}.blank3{height:3px;}.blank4{height:4px;}.blank5{height:5px;}.blank6{height:6px;}.blank7{height:7px;}.blank8{height:8px;}.blank9{height:9px;}.blank10{height:10px;}.blank11{height:11px;}.blank12{height:12px;}.blank13{height:13px;}.blank14{height:14px;}.blank15{height:15px;}.blank16{height:16px;}.blank17{height:17px;}.blank18{height:18px;}.blank19{height:19px;}.blank20{height:20px;}.blank30{height: 30px;}.blank40{height:40px;}.blank50{height:50px;}.blank60{height:60px;}
.por{position: relative;} .owfl{ overflow:hidden;} .tl{text-align: left; } .tc{text-align: center; } .tr{text-align: right; }.center{margin: 0 auto;}
.nr {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    height: auto;
    z-index: 1;
}
.fl{float: left;}
.fr{ float: right; }
.clear { clear: both; text-indent: -9999px }
.clearfix:before, .clearfix:after { content: " "; display: table }
.clearfix:after { clear: both }




.head_bg{ background-color: #ffcc00; }
.nav .i_sub{display: none;width: 150px;position:absolute;top:-300px; transition:all 0.3s;}
.nav li:hover .i_sub{ display:block; top:50px;}
.nav .i_sub li{z-index:999;background: rgba(0,0,0,0.8);height: 40px;line-height: 40px;border-bottom: 1px solid #8c8c8c;}
.nav .i_sub a{font-size:13px;  }
.nav .i_sub a:hover{  }
.head{
    padding: 36px 0 30px 0;
    /*display: flex;*/
    -ms-align-items: center;
    align-items: center;
}

.head .logo img{
    vertical-align: middle;
    width: 423px;
}
.logo-text{
    padding-left: 27px;
    margin-left: 27px;
    padding-bottom: 5px;
    position:relative;
}
.logo-text:before{ content:""; position:absolute; width:1px; height:50px; background-color:#000; left:0; top:6px}
.logo-text .t{
    font-size: 26px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-left: 47px;
}
.logo-text .t span{font-size: 40px;color: #d40511;font-family: Impact;position: absolute;left: 0;top: -1px;}
.logo-text .p{
    font-size: 13px;
    color: #000;
    padding-top: 10px;
}
.logo-text .p span{
    color: #2478ec;
}

.head-tel{
    margin-top: 13px;
}
.head-tel .t{
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}
.head-tel .t img{
    vertical-align: middle;
}
.head-tel .t span{
}
.head-tel .p{
    font-size: 29px;
    line-height: 29px;
    font-weight: bold;
    color: #2478ec;
    margin-top: 5px;
}


.nav{
    background: #ffcc00;
    line-height: 50px;
    position: relative;
    z-index: 999;
}
.nav>ul{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.nav>ul>li{
    text-align: center;
    position:relative;
    float: left;
    margin: 0 24px;
}
.nav ul li:first-child{ margin-left:0;}
.nav ul li a{
    display: block;
    font-size: 15px;
    color: #000;
    transition: all .35s ease;
}
.nav ul li a:hover{
    color: #d40511;
}
.nav li.cur a{color:#d40511;font-weight: bold;}
.nav ul li.zh_click{float: right;margin-right: 0;margin-left: 14px;padding-left: 14px;position: relative;}
.nav ul li.zh_click .line_s{display:inline-block;width:1px;height: 15px;background-color: #000;position: absolute;right: -15px;top: 18px;}

.nav .sub{position: absolute;width: 108px;left: -24px;background-color: #ffcc00;top: -100px;transition:all 0.3s;display:none;}
.nav>ul>li:hover .sub{ top:50px;opacity:1; display:block; }


/*banner*/
.fullSlide {
    width:100%;
    position:relative;
    height:500px;
}
.fullSlide .bd {
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.fullSlide .bd ul {
    width:100% !important;
}
.fullSlide .bd li {
    width:100% !important;
    height:500px;
    overflow:hidden;
    text-align:center;
}
.fullSlide .bd li a {
    display:block;
    height:500px;
}
.fullSlide .hd {
    width:100%;
    position:absolute;
    z-index:1;
    bottom:30px;
    left:0;
    height:11px;
    line-height:11px;
}
.fullSlide .hd ul {
    text-align:center;
    margin:0 auto;
}
.fullSlide .hd ul li {
    cursor:pointer;
    display:inline-block;
    *
    display:inline;
    zoom:1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    overflow:hidden;
    border:1px solid #d40511;
    filter:alpha(opacity=90);
    opacity:0.9;
    line-height:999px;
    border-radius: 4px;
    border-radius: 4;
    box-sizing: border-box;
}
.fullSlide .hd ul .on {
    background-color: #d40511;
}
.fullSlide .prev, .fullSlide .next {
    display:block;
    position:absolute;
    z-index:1;
    top:45%;
    margin-top: -10px;
    left:5%;
    z-index:1;
    width:40px;
    height: 80px;
    background: url(../images/banner_jt.png) -133px -112px no-repeat;
    cursor:pointer;
}
.fullSlide .prev:hover{background-position: -191px -112px;}
.fullSlide .next:hover{background-position: -75px -112px;}
.fullSlide .next {
    left:auto;
    right:5%;
    background-position: -6px -112px;
}

/*查询*/
.cx_bg{background-color: #f6f6f6;}
 .cx_bg .form-quick .quick-l{ float: left; }
 .cx_bg .form-quick .quick-r{ float: right; }

.cx_bg .form-quick .form-group {height: 30px;clear: both;margin-top: 10px;}
.cx_bg .form-quick .form-group:first-child{ margin-top:0;}
.cx_bg .form-quick .form-group .input-group { float: left; height: 100%; margin-right: 20px; }
.cx_bg .form-quick .form-group .input-group .input-label {font-size: 12px;line-height: 30px;}
.cx_bg .form-quick .form-group .input-group .form-control {width: 65px;height: 100%;background: #fff;padding: 0px 10px;font-size: 12px;line-height: 30px;border: 1px solid transparent;border-radius: 6px;transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;box-sizing: border-box;}
.cx_bg .form-quick .form-group .input-group .form-control.long {width: 171px;}
.cx_bg .form-quick .form-group .input-group .form-control.center {width: 82px;}

.cx_bg .form-quick .big-btn {width: auto;height: auto;padding: 9px 27px;text-align: center;background: #ffcc00;display: block;border-radius: 6px;cursor: pointer;color: #000;font-size: 14px;max-width: 200px;}
.cx_bg .form-quick .big-btn:hover{ background-color:#d40511; color:#fff;}

.cx_bg ul li{float: left;position: relative;padding: 0px 0;}
.cx_bg ul li:first-child{padding-left:0;}
.cx_bg ul li:first-child .cx_co{background-color:#ffcc00;padding: 36px 30px;}

.cx_bg ul li:before{content:"";position:absolute;right: 0;top:20px;width: 1px;height: 98px;background-color: #e9e9e9;border-radius: 1px;}
.cx_bg ul li .cx_co{float: left;text-align: center;padding: 36px 39px;}
.cx_bg ul li .cx_co i{ background: url(../images/index_icon.png) no-repeat -10px -15px; display: inline-block; width: 41px; height: 41px; transition:all 0.3s; }
.cx_bg ul li:first-child .cx_co i{background-position-y:-84px !important;}
.cx_bg ul li .cx_co:hover i{background-position:-10px -84px;}
.cx_bg ul li .cx_co:hover{ background-color:#ffcc00;}
.cx_bg ul li .cx_co:hover i.cx_ico02{background-position: -91px -86px;}
.cx_bg ul li .cx_co:hover i.cx_ico03{background-position:-178px -81px;}
.cx_bg ul li .cx_co:hover i.cx_ico04{background-position: -266px -85px;}

.cx_bg ul li .cx_co i.cx_ico02{background-position: -91px -14px;}
.cx_bg ul li .cx_co i.cx_ico03{ background-position:-178px -12px;}
.cx_bg ul li .cx_co i.cx_ico04{background-position: -266px -15px;}

.cx_bg ul li .cx_co a{ display: block; }
.cx_bg ul li .cx_co a:hover{color:#000;}
.cx_bg ul li .cx_co a span{ display: block; }
.cx_bg .form-quick{float: left;padding: 36px 40px 36px 20px;}

/*服务*/
.xl_tit{ text-align: center; }
.xl_tit h4{font-size: 30px;color: #000000; font-weight: bold; margin-bottom: 20px;  }
.xl_tit span{font-size: 14px;color: #9e9d9d;  }
.serv_box{ margin-bottom:60px;}
.serv_box .serv_ul{display: -webkit-flex;
    display: flex; justify-content:center;}
.serv_box .serv_ul li{width: 253px;height: 42px;text-align: center;background-color: #eee;line-height: 42px;margin: 0 1px;font-size: 16px;}
.serv_box .serv_ul li a{color: #666;}
.serv_box .serv_ul li.current{background-color: #ffcc00;}
.serv_box .serv_ul li.current a{color: #000;}
.serv_box .serv_ul li:first-child{border-radius: 21px 0px 0px 21px;}
.serv_box .serv_ul li:last-child{ border-radius: 0px 21px 21px 0px;}

.serv_box .picScroll-left{/* overflow:hidden; */position:relative;}
.serv_box .hd{position: absolute;bottom: -62px;left: 50%;margin-left: -66px;}
.serv_box .hd .prev,.serv_box .picScroll-left .hd .next{ display:block;width: 46px;height: 46px;float:right;margin-right: 20px;margin-top:10px;overflow:hidden;cursor:pointer;background: url("../images/serv_jt.png") 14px 16px no-repeat;border: solid 1px #e5e5e5;border-radius: 100px;}
.serv_box .hd .next{background-position: -89px 15px !important;}
.serv_box .hd .next:hover{background-position: -55px 16px !important;background-color: #ffcc00; border-color:#ffcc00;}
.serv_box .hd .prev:hover{background-position: -21px 16px !important;background-color: #ffcc00; border-color:#ffcc00;}


.serv_box .hd .prevStop{ background-position:-60px 0; }
.serv_box .hd .nextStop{ background-position:-60px -50px; }
.serv_box .hd ul{ float:right; zoom:1; margin-top:10px; zoom:1; }
.serv_box .hd ul li{ float:left;  width:9px; height:9px; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.serv_box .hd ul li.on{ background-position:0 0; }
.serv_box .tempWrap{height: 400px;}
.serv_box .bd{margin-top: 40px;
}
.serv_box .bd ul{ zoom:1;    overflow: visible !important; }
.serv_box .bd ul li{
        margin: 0 10px;
        float:left;
        _display:inline;
        text-align:center;
        box-shadow: 0px 3px 10px 0px 
        rgba(0, 0, 0, 0.1);
        width: 383px !important;
        }
.serv_box .bd ul li:hover{box-shadow: 0px 2px 10px 0px 
        rgba(0, 0, 0, 0.2);}
.serv_box .bd ul li:last-child{ margin-right:0;}
.serv_box .bd ul li .serv_co img{ width:383px; height:209px; display:block; }
.serv_box .bd ul li .serv_txt{ text-align:left;padding:20px;}
.serv_box .bd ul li .serv_txt>a{font-size: 20px;color: #000;}
.serv_box .bd ul li .serv_txt>a:hover{ color:#d40511;}
.serv_box .bd ul li .serv_txt>p{font-size: 14px;line-height: 22px;color: #999;height: 60px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;margin-top: 10px;}
.serv_box .serv_more{width: 156px;height: 43px;background-color: #000 !important;border-radius: 22px;display:block;line-height: 42px;box-sizing: border-box;position: relative;transition:all 0.3s;}
.serv_box .serv_more:hover{ width:100%;}

.serv_box .serv_more a{color: #fff;}
.serv_box .serv_more a:before{ content:">";width: 33px;height: 33px;background-color: #ffffff; display:block;position:absolute; color:#000; border-radius:100px; line-height:33px; text-align:center; right:5px; top:5px;}
.serv_box .serv_more:hover a:before{ color:#ffcc00;}

.serv_box .serv_more{text-align: center;color: #ffcc00;background: linear-gradient(269deg,#ffcc00,#ffcc00) no-repeat;background-size: 0 100%;transition: all .35s;cursor: pointer;}
.serv_box .serv_co .serv_more:hover{background-size: 100% 100%;  }
.pro_item:hover .pro_a a{color: #fff;}


/*成功案例*/
.case_box{
}

.case_box .picScroll-left02{ overflow:hidden; position:relative;}
.case_box .picScroll-left02 .hd{position: absolute;width: 1200px;margin-top: 60px;}

.case_box .picScroll-left02 .hd .prev,.case_box .picScroll-left02 .hd .next{
  display:block;
  float:right;
  margin-right:5px;
  margin-top:10px;
  overflow:hidden;
  width: 26px;
  height: 69px;
  background-color: #e5e5e5;
  border-radius: 13px;
  cursor:pointer;
  background: url("../images/arrow.png") 3px 16px no-repeat #e5e5e5;
  }
  .case_box .picScroll-left02 .hd .prev:hover,.case_box .picScroll-left02 .hd .next:hover{ background-color: #181818;}
.case_box .picScroll-left02 .hd .next{background-position: -136px 15px;}
.case_box .picScroll-left02 .hd .prev{float: left;}
.case_box .picScroll-left02 .hd .prevStop{ background-position:-60px 0; }
.case_box .picScroll-left02 .hd .nextStop{ background-position:-60px -50px; }
.case_box .picScroll-left02 .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.case_box .picScroll-left02 .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background: #ccc; }
.case_box .picScroll-left02 .hd ul li.on{ background-position:0 0; }
.case_box .picScroll-left02 .bd{padding: 20px 50px;}
.case_box .picScroll-left02 .bd ul{ overflow:hidden; zoom:1; }
.case_box .picScroll-left02 .bd ul li{margin: 0 46px;float:left;_display:inline;overflow:hidden;text-align:center;}
.case_box .picScroll-left02 .bd ul li .pic{ text-align:center; color: #666;font-size: 16px;}
.case_box .picScroll-left02 .bd ul li .title{ line-height:24px;   }

.case_box .picScroll-left02 .pic .case_img{width: 127px;height: 127px;background-color: #eee;border-radius: 100px;margin-bottom: 16px;}
.case_box .picScroll-left02 .pic .case_img i{background: url(../images/index_icon.png) -21px -210px no-repeat;width: 62px;height: 62px;display: inline-block;margin-top: 30px; transition:all 0.3s}
.case_box .picScroll-left02 .pic .case_img i.case_ico02{background-position-x: -125px;}
.case_box .picScroll-left02 .pic .case_img i.case_ico03{background-position-x: -230px;}
.case_box .picScroll-left02 .pic .case_img i.case_ico04{background-position-x: -322px;}
.case_box .picScroll-left02 .pic .case_img i.case_ico05{background-position-x: -412px;}

.case_box .picScroll-left02 li:hover .pic .case_img i{ background-position-y:-303px;}
.case_box .picScroll-left02 li:hover .pic .case_img{ background-color:#d40511;}
.case_box .picScroll-left02 li:hover{ cursor:pointer;}

/*about*/
.ab_bg{ background-color: #ffcc00; padding: 60px 0; }
.ab_bg .ab_fl{ float: left; width: 522px; position:relative }
.ab_bg .ab_fl span{font-size: 22px;color: #d40511;display:block;margin-bottom: 16px;}
.ab_bg .ab_fl h2{display: inline;font-size: 30px;color: #d40511;font-weight: bold;margin-right: 12px;}
.ab_bg .ab_fl em{ font-size: 20px; color: #d40511; }
.ab_bg .ab_fl p{ font-size: 16px; color: #d40511; line-height: 36px; margin-top:40px;}
.ab_bg .ab_rt{ float: right;width: 647px;height: 411px; }
.ab_bg .ab_rt img{width: 100%;height: 100%; }
.ab_bg .ab_fl>a{ display:block;position:absolute; width:54px; height:54px; background: url(../images/index_icon.png) no-repeat -233px -137px  #fff; border-radius:100px; top:10px; right:0;}
.ab_bg .ab_fl>a:hover{ background-color:#000; background-position-x:-280px}
/*新闻*/
.sl_new .new_li{ border-bottom: 1px solid #f1f1f1; margin-bottom: 20px; }
.sl_new .new_li li{width: 142px;height: 45px; background-color: #fff; line-height: 45px; text-align: center; float: left; }
.sl_new .new_li li.cur{background-color: #d40511;}
.sl_new .new_li li.cur a{color: #fff;}
.sl_new .new_li li a{color: #333;font-size: 18px; }
.sl_new .new_li>a{display: block;float: right;width: 27px;height: 27px;border-radius: 14px;border: solid 1px #535353;text-align: center;line-height: 24px;font-size: 18px;box-sizing: border-box;}
.sl_new .new_li>a:hover{ background-color: #ffcc00; color:#333; border:none; }

.sl_new .new_main_le{ float: left;width: 650px; }
.sl_new .new_le_co{ margin-top: 18px; }
.sl_new .new_le_co img{width: 224px;height: 161px; float: left;}
.sl_new .new_le_co .new_contant{width: 397px; float:right;}
.sl_new .new_le_co .new_contant a{font-size: 18px;color: #333; position: relative; display: block;}
.sl_new .new_le_co .new_contant a:hover{ color:#d40511;}
.sl_new .new_le_co .new_contant p{font-size: 15px;color: #999;line-height: 30px;margin-top: 14px;height: 60px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 7px;}
.sl_new .new_le_co .date{width: 397px;float:right;height: 56px;background-color: #ffcc00;box-sizing: border-box;padding: 6px 0 0 18px;}

.sl_new .new_le_co .date .new_day{color: #333;font-size: 18px;position: relative;}
.sl_new .new_le_co .new_contant a:before{position: absolute;content: "";display: block;width: 27px;height: 27px;background: url(../images/index_icon.png) no-repeat -476px -5px;right: 14px;top: 112px;transition: all 0.3s;z-index: 999;}
.sl_new .new_le_co:hover .new_contant a:before{ background-position-y: -47px; }
.sl_new .new_le_co:hover .date .new_day{ color: #fff; }
.sl_new .new_le_co:hover .date .new_month{ color: #fff; }
.sl_new .new_le_co .date .new_month{color: #333;font-size: 14px;}
.sl_new .new_le_co:hover .date{}

.sl_new .new_le_co .date{
  margin-bottom:20px;
  background-color: #f6f6f6;
  display:block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  }
.sl_new .new_le_co .date:before{  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffcc00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;} 


.sl_new .new_le_co .date:hover, .sl_new .new_le_co .date:focus, .sl_new .new_le_co .date:active {
  color: white;
}
.sl_new .new_le_co:hover .date:before, .sl_new .new_le_co .date:focus:before, .sl_new .new_le_co .date:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sl_new .new_le_co .date a{font-size:14px;color: #333;}
.sl_new .new_le_co .date:hover{background-color:#ffcc00;transition:all 1s;}

.sl_new .new_rt{ float: right;width: 522px; height: 376px; }
.sl_new .new_rt img{ width: 522px; height: 376px; }

.sl_new .new_t .new_tco{float: left;width: 386px;box-sizing: border-box;background-color: #f6f6f6;padding: 30px 0 0 16px;margin-right: 20px;height: 109px;position: relative;margin-bottom: 20px;}
.sl_new .new_t .new_tco:nth-child(3n){ margin-right:0;}
.sl_new .new_t .new_tco:before{ content: "+"; position: absolute;; display: block;width: 19px;height: 19px;background-color: #383838; color: #fff;font-size: 14px; text-align: center; line-height: 18px; right: 0;bottom: 0;}
.sl_new .new_t .new_tco:last-child{ margin-right: 0px;}
.sl_new .new_t .new_tco .date{ float: left; text-align: center;}
.sl_new .new_t .new_tco .date .day{font-size: 30px;color: #333;}
.sl_new .new_t .new_tco:hover .date .day{color: #ffcc00;}
.sl_new .new_t .new_tco .date .month{font-size: 16px;color: #333;margin-top: 8px;}
.sl_new .new_t .new_tco a{float: left;margin: 13px 0 0 20px;font-size: 16px;display: block;height: 24px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;width: 270px;overflow: hidden;}
.sl_new .new_t .new_tco:hover{ border:1px solid #ffcc00;}
.sl_new .new_t .new_tco:hover:before{ background-color:#ffcc00;}


/*footer*/
.footer{background-color: #f3f3f3;color: #333; border-top:12px solid #ffcc00;}
.footer .fo_le{float: left;width: 390px;height: 330px;background-color: #fff;box-sizing: border-box;padding: 50px 0 0 26px;}
.footer .fo_le img{width: 330px;}
.footer .fo_txt{ margin-top: 40px; }
.footer .fo_txt p{line-height: 20px;position: relative;padding-left: 32px;width: 306px;margin-bottom: 17px;}
.footer .fo_txt p i{display: block;width: 18px;height: 18px;position: absolute;left: 0;top: 3px;background: url(../images/index_icon.png) -371px no-repeat;}

.footer .fo_txt p i.foico_pho{ background-position-y:-17px;}
.footer .fo_txt p i.foico_tel{ background-position-y:-50px;}
.footer .fo_txt p i.foico_mail{ background-position-y:-85px;}
.footer .fo_txt p i.foico_adress{ background-position-y:-115px;}


.footer .fo_rt{float: right;width: 810px;}
.footer .fo_rt>ul>li{float: left;margin: 76px 70px 0;}
.footer .fo_rt>ul>li ul span{ font-size: 14px;color: #333;line-height: 40px; font-weight: bold; }
.footer .fo_rt>ul>li ul li a{ font-size: 14px;color: #333;line-height: 40px;}



.footer .fo_rt .fo_er{float: right;margin-right:0;margin-left: 0;}
.footer .fo_rt .fo_er img{ width: 140px; height: 140px;}
.footer .fo_rt .fo_er .erweima{ text-align:center;}
.footer .fo_rt .fo_er .erweima span{ display:block;color: #999;font-size: 14px; margin-top:10px;}




/*link*/
.link_bg{background: #ffcc00;padding-left: 27px;margin-top: 40px;}
.link_bg span{display: block;float: left;padding-left: 40px;background: url(../images/link.png) no-repeat left center;color: #000;line-height: 63px;font-size: 18px;}
.link_bg .link_li{float: left;padding: 23px 23px 0px 0px;width: 1014px;margin-left: 20px;}
.link_bg .link_li li{padding: 0 21px;float: left;line-height: 17px;margin-bottom: 16px;}
.link_bg .link_li li:last-child{ border: none; }
.link_bg .link_li li a{color: #000;font-size: 14px;}
.link_bg .link_li li a:hover{color: #d40511;font-size: 14px;}

.ban{text-align: center;line-height: 60px;background-color: #f3f3f3;}
.ban span{color: #a6a6a6;font-size: 13px;}
.ban span a{color: #a6a6a6;font-size: 13px;}
.ban span a:hover{ color:#d40511;  }
