@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0;font-family:"微软雅黑";font-size:14px;}
table { border-collapse:collapse; border-spacing:0; margin:0; padding:0;}
textarea{resize:none;}
fieldset, img { border:0; }
img{ vertical-align:bottom;}
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
abbr, acronym { border:0; }
em,i{font-style: normal;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; clear:both;}
a{ text-decoration:none; cursor:pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3;
  -ms-transition: 0.3s;}
a:hover{ text-decoration:none; cursor:pointer; }
a:focus { outline-style:none;}
body{
  min-width: 1200px;
}
/*公共*/
.base{width:1200px;margin:0 auto; overflow:hidden;}
.base h6{width:100%; text-align: center; height:123px; line-height:116px;font-size:52px;color:#000;font-weight:bold;}
.con10_list li span,.gxb_con li span{ransition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3;
  -ms-transition: 0.3s;}
/*nav*/
/*.nav{width:100%; background:#000;border-bottom:1px solid #190f19;}
.logo{float:left;}
.nav_list{float: right;}
.logo img{margin:18px 0;}
.nav_list{margin-top:15px;}
.nav_list a{display:inline-block;color: #fff;font-size:14px; margin-left:40px;height:55px; line-height: 55px;}
.nav_list a:nth-child(1){color:#358709;}
.nav_list a:hover{color:#358709;}*/
/*banner*/
.banner{ position: relative; background: #000; margin-bottom:80px;}
.css3_xz{overflow:hidden; height:800px;}
.banner_bg{background: url(../images/banner.jpg) no-repeat center top;overflow:hidden; height:800px;
    -webkit-animation:scale_b 5s infinite alternate;-ms-animation:fadeIn_b 8s infinite alternate;-moz-animation:fadeIn_b 8s infinite alternate;-o-animation:fadeIn_b 8s infinite alternate;animation:scale_b 8s infinite alternate;}
@-webkit-keyframes scale_b {
    0%{
        -webkit-transform:scale(1);
    }
    100%{
        -webkit-transform:scale(1.1);
    }
}
@-ms-keyframes scale_b {
    0%{
        -ms-transform:scale(1);
    }
    100%{
       -ms-transform:scale(1.1);
    }
}
@-moz-keyframes scale_b {
    0%{
        -moz-transform:scale(1);
    }
    100%{
       -moz-transform:scale(1.1);
    }
}
@-o-keyframes scale_b {
    0%{
        -o-transform:scale(1);
    }
    100%{
        -o-transform:scale(1.1);
    }
}
.banner .base{position: absolute;top:0;height:800px;width:1200px; left:50%;margin-left:-600px; overflow:hidden;}
.banner img{position: absolute;-webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;}
.banner_word1{left:0px; top:62px;-webkit-animation:bounceInLeft_b 0.8s 0.5s;-ms-animation:bounceInLeft_b 0.8s 0.5s;-moz-animation:bounceInLeft_b 0.8s 0.5s;-o-animation:bounceInLeft_b 0.8s 0.5s;animation:bounceInLeft_b 0.8s 0.5s;}
@-webkit-keyframes bounceInLeft_b {
    0%{
        -webkit-transform:translateY(-3000px);
        transform:translateY(-3000px)
    }
    60%{
        -webkit-transform:translateY(50px);
        transform:translateY(50px)
    }
    80%{
        -webkit-transform: translateY(-20px);
        transform:translateY(-20px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
  }
@-ms-keyframes bounceInLeft_b {
    0%{
        -ms-transform:translateY(-3000px);
        transform:translateY(-3000px)
    }
    60%{
        -ms-transform:translateY(50px);
        transform:translateY(50px)
    }
    80%{
        -ms-transform: translateY(-20px);
        transform:translateY(-20px)
    }
    100%{
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
  }
  @-moz-keyframes bounceInLeft_b {
    0%{
        -moz-transform:translateY(-3000px);
        transform:translateY(-3000px)
    }
    60%{
        -moz-transform:translateY(50px);
        transform:translateY(50px)
    }
    80%{
        -moz-transform: translateY(-20px);
        transform:translateY(-20px)
    }
    100%{
        -moz-transform:translateY(0);
        transform:translateY(0)
    }
  }
  @-o-keyframes bounceInLeft_b {
    0%{
        -o-transform:translateY(-3000px);
        transform:translateY(-3000px)
    }
    60%{
        -o-transform:translateY(50px);
        transform:translateY(50px)
    }
    80%{
        -o-transform: translateY(-20px);
        transform:translateY(-20px)
    }
    100%{
        -o-transform:translateY(0);
        transform:translateY(0)
    }
  }
.banner_word2{left:258px; bottom:78px;}
.banner_guang{left:90px; top:0px;-webkit-animation:fadeIn_b 2s 1.3s infinite alternate;-ms-animation:fadeIn_b 2s 1.3s infinite alternate;-moz-animation:fadeIn_b 2s 1.3s infinite alternate;-o-animation:fadeIn_b 2s 1.3s infinite alternate;animation:fadeIn_b 2s 1.3s infinite alternate;}
@-webkit-keyframes fadeIn_b {
    0%{
        opacity: 0
    }
    100%{
        opacity: 1
    }
}
@-ms-keyframes fadeIn_b {
    0%{
        opacity: 0
    }
    100%{
        opacity: 1
    }
}
@-moz-keyframes fadeIn_b {
    0%{
        opacity: 0
    }
    100%{
        opacity: 1
    }
}
@-o-keyframes fadeIn_b {
    0%{
        opacity: 0
    }
    100%{
        opacity: 1
    }
}
/*con1*/
.con1{background: url(../images/con1_bg.jpg) no-repeat center bottom; padding-bottom:150px;}
.con1 h6{background: url(../images/con8_prc1.png) no-repeat center top;margin-bottom:70px;}
.con1_left{width:670px;float:left;}
.con1_right{width:452px; float:right;}
.con1 p{font-size:32px; color:#000; margin-bottom:50px; text-align: center;}
.con1_prc3{width:452px; height:351px; font-size:16px; line-height:35px; color:#666;}
.con1_prc3 span,.con1_prc3 i,.con1_prc3 em{display:block; text-align: center;color:#fff;}
.con1_prc3 span{margin-bottom:28px;}
.con1_prc3 i,.con1_prc3 em{float:left;}
.con1_prc3 i{font-size:26px; width:107px;margin:26px 40px 0 0;}
.con1_prc3 em{height:122px; line-height: 122px;font-size:20px;}
.con1_prc3 .con1_ts{margin-top:42px;}
/*con2*/
.con2{background:#f7f7f7 url(../images/con2_bg.jpg) no-repeat center 245px; height:970px;}
.con2 h6{background: url(../images/con8_prc1.png) no-repeat center top; margin-bottom:40px;}
.con2 p{font-size:30px; text-align: center;margin-bottom:45px;}
.con2_list{position: relative;width:1200px;height:705px;}
.con2_list i{display:inline-block; width:194px; height:144px;background: #484848; border-radius:50%; position:absolute;font-size:18px; color:#fff;line-height: 30px;text-align: center;padding-top:50px;}
.con2_list i:nth-child(1){left:14px;top:-68px;}
.con2_list i:nth-child(2){left:339px; top:-19px;}
.con2_list i:nth-child(3){left:666px;top:29px;}
.con2_list i:nth-child(4){right:14px;top:78px;}
.con2_list i:nth-child(5){right:418px;bottom:143px; padding-top:40px; height:154px;}
.con2_list em{display:inline-block;position: absolute;left:65px; bottom:198px;}
/*con3*/
.con3{background: url(../images/con3_bg.jpg) no-repeat center top;padding-top:75px; height:805px;}
.con3 h6{background: url(../images/con8_prc1.png) no-repeat center top; margin-bottom:30px; color:#fff;}
.con3 p{font-size:30px; text-align: center; margin-bottom:30px;color:#fff;}

.scrollWrap {
  width:500px;
  margin:0 auto;
  height: 280px;
  overflow: hidden;
  position: relative;
}
.scrollWrap,.con3 i,.con3 em{color:#fff;display:block; text-align: center; margin-bottom:20px;}
.scrollWrap table {
  position: absolute;
  left: 0;
  top: 0
}
.scrollWrap tr {
  line-height: 34px;
  height:34px;
  font-size:16px;
  text-align: center;
  color:#777;
}
.scrollWrap tr:nth-child(6) td{color:#fff;}
/*con4*/
.con4{padding-top:80px; background:#e7ecf0 url(../images/con4_bg.jpg) no-repeat center bottom; padding-bottom:120px;}
.con4 h6{background: url(../images/con8_prc1.png) no-repeat center top; height:123px; line-height: 116px; padding-bottom:40px;}
.con4 p{font-size:22px; color:#000;line-height: 40px; text-align: center; padding-bottom:40px;}
.con4_big_tab{position: relative;width:100%; height:380px;}
.con4_big_tab li{position: absolute;width:175px; height:225px; top:40px;cursor:pointer; background: url(../images/ico2.png) no-repeat; padding-top:50px;}
.con4_big_tab li:nth-child(2){left:340px;}
.con4_big_tab li:nth-child(3){left:680px;}
.con4_big_tab li:nth-child(4){left:1025px;}
.con4_big_tab li span,.con4_big_tab li i,.con4_big_tab em{display:block; text-align: center;}
.con4_big_tab li span{font-size:32px; color:#fff; margin-bottom:10px;}
.con4_big_tab li i{font-size:32px; color:#ffff00;font-weight:bold;}
.con4_big_tab em{font-size:16px;position: absolute;width:180px;top:225px; line-height: 30px;}
.con4_big_tab .con4_bigactive em{font-weight:bold;}
.con4_big_tab_content2{display:none;}
.con4_big_tab_content2 h5{width:50px;font-size:48px; font-weight:bold; float:left; margin-right:140px; display: inline; padding-top:35px;}
.con4_little_tab{float:left; padding-top:34px;}
.con4_little_tab span{display:block; position: relative;font-size:18px;width:198px; margin-bottom:60px;cursor:pointer;}
.con4_little_tab .con4_active:before{content:"";position: absolute;
    width: 33px;
    height: 45px;background: url(../images/ico1.png) no-repeat; top:-10px;left:216px;}
.con4_little_tab span:after{content:""; position: absolute;width:15px; height:15px; background: #a6ce98;border:10px solid #edf0f4; top:-6px; left:-50px; border-radius:50%;}
.con4_little_tab .con4_active:after{border:10px solid #fff;background: #45a114;}
.con4_little_content{width:760px; float:right;border:1px solid #45a114; border-radius: 10px;padding:20px 0 10px 0; background: #fff;}
.con4_little_content li{display:none;}
.con4_little_content span{display:inline-block; padding:0 25px; line-height: 40px;font-size:14px;}
.con4_ts h5{margin-right:100px;}
.con4_ts_ul li {
  float: left;
  width: 325px;
  overflow: hidden;
  margin-left:5px;
}
.con4_ts_ul li:nth-child(1),.con4_ts_ul li:nth-child(4){width:675px;}
.con4_ts_ul li img {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.con4_ts_ul li:hover img {
  transform: translateX(10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
}
.con4_ts_ul .u_works_li {
  width: 480px;
}
/*con5*/
.con5{
    background:url(../images/con5_bg.png) no-repeat center bottom;
    padding:110px 0 50px 0;
    margin-bottom:85px;
}
.lxjy{
    position: relative;
}
.lxjy h3,.skj h3{
    height:123px; line-height:116px;
    width:100%;
    margin:0 auto 40px;
    background:url(../images/con8_prc1.png) no-repeat center top;
    font-size: 52px;
    font-weight: bolder;
    text-align: center;
}
.top{
    margin-bottom: 60px;
    width:1200px;
    height:220px;
}
.youhui{
    height:220px;
    width:382px;
   cursor:pointer;
    float: left;
}
.youhui:nth-child(3),.youhui:nth-child(1){width:440px;}
.youhui:nth-child(2),.youhui:nth-child(4){width:390px;}
.youhui2{
    float: right;
}
.top .youhui a{
    display: block;
    width:85px;
    height:85px;
    float: left;
    margin-top:50px;
    background:url(../images/lxjy_bg.png) no-repeat 0px 0px;
}
.top1 .youhui a{
    background:url(../images/lxjy_bg.png) no-repeat 0px 0px;
}
.top1 .youhui:hover a{
    background:url(../images/lxjy_bg.png) no-repeat 0px -115px;
}
.top1 .youhui2 a{
    background:url(../images/lxjy_bg.png) no-repeat -131px 0px;
}
.top1 .youhui2:hover  a{
    background:url(../images/lxjy_bg.png) no-repeat -131px -115px;
}
.top2 .youhui a{
    background:url(../images/lxjy_bg.png) no-repeat -253px 0px;
}
.top2 .youhui:hover a{
    background:url(../images/lxjy_bg.png) no-repeat -253px -115px;
}
.top2 .youhui2 a{
    background:url(../images/lxjy_bg.png) no-repeat -415px 0px;
}
.top2 .youhui2:hover a{
    background:url(../images/lxjy_bg.png) no-repeat -415px -115px;
}
.youhui div{
    float: left;
    width:334px;
    margin-left:20px;
}
.youhui:nth-child(1) div,.youhui:nth-child(3) div{width:334px;}
.youhui:nth-child(2) div,.youhui:nth-child(3) div{width:280px;}
.youhui div h4{
    height:64px;
    line-height: 64px;
    font-size:24px;
    color:#000;
}
.youhui div p{
    font-size:16px;
    color:#7d827a;
    line-height: 26px; color:#5B5B5B;
}
.lxjy_center{
    display: block;
    width:155px;
    height:155px;
    position: absolute;
    left:530px;
    top:330px;
    background: url(../images/jiangbei.png) no-repeat center top;
     animation: myfirst 6s 1;
    -moz-animation: myfirst 6s 1;
    -webkit-animation: myfirst 6s 1;
    -o-animation: myfirst 6s 1;
}
@keyframes myfirst
{
from { transform:rotateY(0deg);}
to { transform:rotateY(360deg);}
}

@-moz-keyframes myfirst /* Firefox */
{
from {-moz-transform:rotateY(0deg);}
to {-moz-transform:rotateY(360deg);}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
from {-webkit-transform:rotateY(0deg);}
to {-webkit-transform:rotateY(360deg);}
}

@-o-keyframes myfirst /* Opera */
{
from {-o-transform:rotateY(0deg);}
to {-o-transform:rotateY(360deg);}
}
.con6{
    height:910px; margin-top:70px;
}
.skj{
    height:930px;
    position: relative;
}

.skj h3{
    margin-bottom: 0px;
    background:url(../images/con8_prc1.png) no-repeat center top;
}
.Mrli{
    width:1200px;
    height:700px;
    background:url(../images/skj_bg.png) no-repeat 311px bottom;
    position: relative;
}
.Mrli div{
    position: absolute;
}
.yun{
    width:180px;
    height:90px;
    background: url(../images/yun.png) no-repeat center top;
    left:135px;
    top:70px;
}
.lilaoshi{
    width:420px;
    height:667px;
    background: url(../images/lilaoshi.png) no-repeat center top;
    left:360px;
    top:30px;
}
.lilaoshi_title{
    width:225px;
    height:150px;
    font-size: 36px;
    left:127px;
    top:182px;
}
.jianjie{
    width:319px;
    height:468px;
    background:#45a114;
    top:60px;
    right:0px;
    padding:10px;
}
.Mrli .jianjie .border1{
    width:317px;
    height:465px;
    border:1px solid #54b521;
    background:#45a114;
}
.Mrli .jianjie .border2{
    width:285px;
    height:433px;
    border:1px solid #3b930c;
    background: #45a114;
    padding:15px;
}
.border2 a{color:#ffff00;}
.jianjie:before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-width: 25px 34px;
    border-style: solid;
    top: 28px;
    left: -67px;
    border-color: transparent #45a114 transparent transparent;
}
.jianjie:after{
    content: "";
    display: block;
    position: absolute;
    width:340px;
    height:75px;
    bottom:-78px;
    right:0;
    background: url(../images/sanjiao.png) no-repeat ;
}


.border2 p{
    font-size: 14px;
    color:#e1f9d5;
    line-height:26px;

}
.border2 p span{
    color:#ffff00;
}
.con7{padding:88px 0; background: url(../images/con7_bg.jpg) no-repeat center top;}
.con7 .base div{float:left;}
.con7 span{font-size:20px;color:#082334; margin-left:154px; line-height: 65px;display:inline-block;width:205px; margin-bottom:75px; cursor:pointer; padding-left:30px;}
.con7 p{width:380px;font-size:16px; line-height: 30px; margin-bottom:70px; margin-left:100px; color:#fff;}
.con7 h5{width:360px; text-align: center;font-size:34px; font-weight: bold;margin-left:100px;color:#fff;}

.a_con7_team{padding-top: 30px; margin-bottom:40px;}
.a_clear{height:440px;width:1000px;margin:0 auto;}
.a_team_pic{width:330px;float: left;height:434px;position: relative;}
.a_team_pic img{position: absolute;right:0;bottom:0;}
.a_team_pro{width:520px;float: left;padding-left: 150px;padding-top: 10px;}
.a_team_cir1,.a_team_cir{width:465px;height:395px;border-radius:1%;}
.a_team_cir1 a{color:#44a114;}
.a_team_cir{padding:12px;border: 2px solid #cacaca;position: relative;}
.a_team_cir1{background: #f5f5f5;text-align: center;display:table;vertical-align: middle;}
.a_team_cir1 p{display:table-cell; text-align:left;line-height: 28px;}
.a_team_cir1 p i{color:#f65c5c;}
.a_team_name{background:url(../images/a_team_bg.png) no-repeat;width:162px;height: 162px;position: absolute;left:-136px;top:50px;font-weight: bold;color:#fff;font-size:16px;text-align: center;line-height: 162px;}
.aTeamSmallPic{height:120px;margin-top: 35px;text-align: left;}

.aTeamSmallPic a{display: inline-block;border: 1px solid #b7b7b7;margin-right:24px;position: relative;width:118px;height: 118px;}
.aTeamSmallPic .aTeamActive{border-color: #44a114;}
/*con8*/
.con8{background: url(../images/con8_bg.jpg) no-repeat center -50px; padding:75px 0 290px;}
.con8 h6{ background: url(../images/con8_prc1.png) no-repeat center top; line-height:116px; margin-bottom:35px;}
.con8 p{text-align: center;font-size:22px; line-height: 40px; margin-bottom:25px;}
.gxb_con {
    text-align: center;
    padding-top:86px;
    position: relative;
    width: 930px;
    margin:0 auto;
    overflow:hidden;
}
.gxb_scrollWrap {
    width: 930px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 525px;
}

.gxb_scrollWrap ul {
    width: 1000px;
    position: absolute;
    left: 0;
    top: 0
}

.gxb_scrollWrap li {
    float: left;
    width: 930px;
    height:525px;
}

.gxb_next,.gxb_prev {
    font-size:50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top:-50px;
    height: 105px;
    text-align: left;
    line-height: 100px;
    color: #dadada;
    z-index: 30;
    background:#292929;
    border-radius:50%;
}

.gxb_next:hover,.gxb_prev:hover {
    color: #aaa;
}

.gxb_prev {
    width: 53px;
    margin-left: -516px;
    padding-left:55px;
}

.gxb_next {
    width: 90px;
    margin-left: 415px;
    padding-left:12px;
}

.gxb_con em,.gxb_con i{display:block;}
.gxb_con em{font-size:38px;margin-bottom:45px;}
.gxb_con i{font-size:16px; line-height: 30px;width:710px; margin:0 auto; text-align: left; text-indent: 32px;}
.gxb_con li{position: relative;}
.gxb_con li img{position: absolute;left:0;top:0;}
.gxb_con li span{position: absolute; display: block; z-index:2; background:rgba(0,0,0,0.6); color:#fff;height:432px; padding:94px 110px 0;opacity:0;}
.gxb_con li:hover span{opacity:1;}
/*con9*/
.con9{padding:80px 0 0px; text-align: center; background: url(../images/con9_bg.jpg) no-repeat center top; color:#fff;}
.con9 .base{position: relative; height:990px;}
.con9 h6{background: url(../images/con8_prc1.png) no-repeat center top; margin-bottom:40px; color:#fff; line-height:116px;}
.con9 p{font-size:22px; margin-bottom:50px;}
.con9 span,.con9 i{display:block;}
.con9 span{width:320px; height:70px; line-height: 70px; font-size:20px; background: #e2bd2c; color:#082334; margin:0 auto; border-radius:10px; box-shadow:0px 5px 5px #ab8903; cursor:pointer; margin-bottom:70px;}
.con9 i{font-size:18px; line-height: 36px;}
.con9 img{position:absolute;left:0;top:379px;}
/*con10*/
.con10{padding:75px 0 75px; background: url(../images/con10_bg.jpg) no-repeat center top;}
.con10 h6{background: url(../images/con10_prc1.png) no-repeat center top; margin-bottom:60px; line-height:116px;}
.con10_list{position: relative; height:542px;}
.con10_list li{width:288px; height:288px; border:1px solid #45a114; border-radius:50%; background:raba(255,255,255,0.3); text-align: center; position: absolute; cursor:pointer;}
.con10_list li:nth-child(2){left:460px;}
.con10_list li:nth-child(3){left:910px;}
.con10_list li:nth-child(4){left:230px; top:250px;}
.con10_list li:nth-child(5){left:688px; top:250px; background: #e2bd2c; color:#fff;}
.con10_list i{display:block; font-size:20px;}
.con10_list em{color:#ffff00;}
.con10_list div{padding-top:70px; position: absolute; width:100%; opacity:1;}
.con10_list span{ position: absolute;width:100%; left:0; top:109px; color:#fff; font-size:42px; font-weight:bold; opacity:0;}
.con10_list img{margin-bottom:30px;}
.con10_list li:hover span{opacity:1;}
.con10_list li:hover div{opacity:0;}
.con10_list li:hover{background: #45a114;}
.con10_list li:nth-child(5) span{top:80px}
/*bottom*/
.bottom{padding:500px 0 90px;background: url(../images/bottom_bg.jpg) no-repeat center top;}
.bottom .base{height:70px;}
.btn_click{width:650px; margin:0 auto;}
.bottom span{width:240px; height:64px; line-height: 64px; font-size:20px; background: #e2bd2c; color:#082334;border-radius:10px; box-shadow:0px 5px 5px #ab8903; cursor:pointer; float:left; text-align: center;}
.bottom span:nth-child(2){float:right;}
/*地不切换*/
.c_bot{background: #0575be; padding:25px 0 26px;font-family: "Microsoft YaHei";font-size: 16px;clear:both;}
.c_base{width: 980px;margin:0 auto;}
.clear:after{display: block;content:"";clear:both;}
.clear{zoom:1;}
.c_bot_lt{width: 708px;float: left;}
.c_bot_rg{float: right;}
.c_bot_lt_hd a{display: inline-block;width:60px;background: #014774;line-height: 30px;margin-right: 4px;color:#fff;text-align: center;text-decoration: none;}
.c_bot_lt_hd a:hover{margin-right: 4px;text-decoration: none;}
.c_bot_lt_hd a.active{background: #edca08;color:#3f0202;}
.c_bot_lt ul{padding:10px 0 0;}
.c_bot_lt li{color:#fff;line-height: 30px;display:none;}
.c_bot_lt li strong{font-size:16px;font-weight:bold;}
.c_bot_lt li span{color:#ffda0c;}
.c_bot_rg li{ float:left; font-size:13px; text-align:center;color:#fff; line-height:18px;}
.c_bot_rg li p{ padding-top:5px;}
.c_footer{ background:#000; text-align:center;font-size:13px; line-height:28px;padding:15px 0 20px;color:#AFAFAF;font-family: "Microsoft YaHei";}
.c_footer a{padding:0 2px;}
.c_footer a:hover{text-decoration:underline;padding:0 2px;}
.c_footer_nav a{font-size:15px !important;padding:4px;color:#fff; }
.c_footer_nav a:hover{padding:0 4px;color:#ffda0c;}
.c_footer p a{color:#AFAFAF;}




.izl-rmenu{position:fixed; right:0; margin-right:20px; bottom:20px; padding-bottom:20px; background:url(../images/r_b.png) 0px bottom no-repeat; z-index:999; }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

.yunying_banner{ width:100%; text-align:center; margin:120px 0 70px 0; overflow:hidden;}

.bdsharebuttonbox{ width:auto; float:right; margin:7px 5px 0 15px;}
#share a{ width:24px; height:24px; margin:0 auto; padding:0 3px;}
#share a.bds_weixin{ background: scroll url(../images/share_weixin.png) no-repeat;}
#share a.bds_tsina{ background: scroll url(../images/share_sinaweibo.png) no-repeat;}
#share a.bds_qzone{ background: scroll url(../images/share_qqkongjian.png) no-repeat;}
#share a.bds_tqq{ background: scroll url(../images/share_qqweibo.png) no-repeat;}
#share a.bds_sqq{ background: scroll url(../images/share_qq.png) no-repeat;}