@CHARSET "UTF-8";

/*头部样式*/

.sp {
    position: fixed;
    z-index: 999;
    left: 20px;
}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
/*热门搜索*/
.search_con{
    width: 100%;
    background: #fff;
    height: 45px;
    line-height: 45px;
}
.search{text-align:left;width: 1200px;margin: 0 auto;}
#formsearch{width:300px;float: right;}
.hotSearch{width:400px;float:left;font-weight:normal;color: #000;font-size: 14px;}
.hotSearch a{color: #706f6f;}

/* 导航样式 */


.x-menu > li {
  float: left;
  position: relative;
  width: 150px;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 61px;
  text-align: center;
}

.x-menu > li > a:hover {
  background: #abcd05;
  color: #fff;
}



.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0%;
  top: 61px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

.x-sub-menu > li{
    position: relative;
}
.x-sub-menu > li .erji{
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    text-align: center;
    background: #fff;
    display: none;
    padding: 10px 0;
}
.x-sub-menu > li .erji a{
    display: block;
    font-size: 14px;
    line-height: 2.4;
  font-size: 14px;
  color: #333;
}
.x-sub-menu > li:hover .erji{
    display: block
}
.x-sub-menu > li .erji a:hover{
    background: #e9eaeb;
}

.gun{position:relative;}
.gun .hd a.next{
    display: block;
    width: 20px;
    height: 40px;
    background: url(../images/right02.png) no-repeat center;
    position: absolute;
    top: 30%;
    right: -45px;
    cursor: pointer;
}
.gun .hd a.prev{
    display: block;
    width: 20px;
    height: 40px;
    background: url(../images/left02.png) no-repeat center;
    position: absolute;
    top: 30%;
    left: -45px;
    cursor: pointer;
}
.gun .bd{overflow:hidden;}



/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #29abe2;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 10px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 5px;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  background: #ff7a09
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}

#m_demo{overflow:hidden;width:100%;margin:0 auto;padding-top:20px;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}


.w1200{width: 1200px;margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}


.head1{
    height: 34px;
    border-bottom: 1px solid #eeeeee;
}
.wel{
    font-size: 13px;
    color: #666666;
    line-height: 33px;
}
.k1{
    font-size: 13px;
    color: #666666;
    line-height: 33px;
}
.k1 a{
    color: #666;
}
.head2{
    height: 124px;
}
.logo{
    line-height: 118px;
}
.logowz{line-height: 124px;margin-left: 63px;}
.top_tel{
    padding-left: 60px;
    background: url(../images/tel1.png) no-repeat left center;
    line-height: 1.2;
    margin-top: 23px;
    color: #666666;
    font-size: 14px;
}
.head3{
    height: 61px;
    background: #00a0ea;
}


.index-c1{
    padding-bottom: 40px;
}

.c1-1{
        width: 1200px;
    margin: 0 auto;
}

.index-tlt1{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.index-tlt1 h2{
    font-size: 40px;
    font-weight: bold;
    color: #00a0ea;
    line-height: 1.6;
}
.index-tlt1 p{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
}
.slideTxtBox .c1-1 ul{
    text-align: center;
}
.slideTxtBox .c1-1 ul li{
    width:187px;
    height: 54px;
    margin-right: 15px;
    float: left;
}
.slideTxtBox .c1-1 ul li:last-child{
    margin-right: 0;
}
.slideTxtBox .c1-1 ul li a{
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 54px;
    overflow: hidden;
    background: #eaeaea;
}
.slideTxtBox .c1-1 ul li.on a{
    background: #00a0ea;
    color: #fff;
}
.slideTxtBox .c1-2{
    margin-top: 42px;
}
.slideTxtBox .c1-2 ul li{
    width: 375px;
    float: left;
    margin-right: 35px;
    margin-bottom: 32px;
}
.slideTxtBox .c1-2 ul li:nth-child(3n){
    margin-right: 0;
}
.slideTxtBox .c1-2 ul li a{
    display: block;

    transition: .5s;
}
.slideTxtBox .c1-2 ul li .img{
    width: 375px;
    height: 270px;
    overflow: hidden;
}
.slideTxtBox .c1-2 ul li img{
    width: 375px;
    height: 270px;
    transition: .5s;
}
.slideTxtBox .c1-2 ul li .wz{
    border: 1px solid #d3d3d3;
    border-top: none;
    padding: 0 20px;
    position: relative;
    border-radius:0 0 5px 5px;
}
.slideTxtBox .c1-2 ul li .wz h3{
    font-size: 16px;
    color: #3b2323;
    line-height: 48px;
    font-weight: normal;
}
.slideTxtBox .c1-2 ul li .wz dt{
    background: url(../images/icon2.png) no-repeat center;
    width: 8px;
    line-height: 48px;
    height: 48px;
    position: absolute;
    right: 20px;
    top: 0;
}
.slideTxtBox .c1-2 ul li a:hover .wz dt{
    background: url(../images/icon.png) no-repeat center;
}
.slideTxtBox .c1-2 ul li a:hover img{
    transform: scale(1.1);
}
.slideTxtBox .c1-2 ul li a:hover .wz{
    border: 1px solid transparent;
    border-top: none;
}
.slideTxtBox .c1-2 ul li a:hover{
    box-shadow: 5px 5px 10px rgba(51,51,51,0.2);
}
.slideTxtBox .c1-2 ul li a:hover .wz{background: #00a0ea;}
.slideTxtBox .c1-2 ul li a:hover .wz h3{color: #fff;}
.index-c2{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(../images/bg1.jpg) no-repeat center top;
}
.c2-1 .c2-2-right{
    width: 965px;
    height: 630px;
}
.c2-1 .c2-2-right .img{
    width: 965px;
    height: 630px;
    overflow: hidden;
}
.c2-1 .c2-2-right img{
    width: 965px;
    height: 630px;
    transition: .5s;
}
.c2-1 .c2-2-right:hover img{
    transform: scale(1.1)
}
.c2-1 .c2-1-left{
    width: 535px;
    padding-left: 360px;
    padding-top: 50px;
    padding-right: 60px;
    height: 575px;
}
.c2-1 .c2-1-left .c2-1-left-tlt > h3{
    font-size: 70px;
    font-family: Impact;
    color: #656666;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0.2;
    letter-spacing: 2px;
}
.c2-1 .c2-1-left .c2-1-left-tlt > h4{
    font-size: 40px;
    font-weight: bold;
    color: #00a0ea;
    letter-spacing: 1px;
    margin-top: -35px;
}
.c2-1 .c2-1-left .jj{
    font-size: 15px;
    color: #2a2a2a;
    line-height: 36px;
    padding: 30px 0 70px;
}
.c2-1 .c2-1-left a.more{
    display: block;
    width: 151px;
    height: 46px;
    background: url(../images/c2-1.png) no-repeat right center #00a0ea;
    font-size: 15px;
    color: #fff;
    padding-right: 52px;
    text-align: center;
    font-size: 15px;
    line-height: 46px;
}

.c2-2{
    position: relative;
    z-index: 99;margin-top: -54px;
}
.c2-2 ul{
    background: #fff;
    padding: 23px 0;
    box-shadow: 7px 4px 25px 0px rgba(0, 0, 0, 0.15);
}
.c2-2 ul li{
    width:299px;;
    text-align: center;
    border-right: 1px dashed #e5e5e5;
    float: left;
}
.c2-2 ul li:last-child{
    border: none;
}
.c2-2 ul li h3{
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    font-weight: normal;
}
.c2-2 ul li h3 span{
    font-size: 50px;
    font-family: Arial;
    color: #29abe2;
    margin-right: 5px;
}
.c2-2 ul li p{
    font-size: 16px;
    color: #000;
    line-height: 2
}
.c2-3{
    margin-top: 45px;
}
.c2-3 .picMarquee-left{
    position: relative;
}
.c2-3 .picMarquee-left .bd{
    overflow: hidden;
}
.c2-3 .picMarquee-left .bd ul li{
    width: 376px;
    margin-right: 35px;
}
.c2-3 .picMarquee-left .bd ul li a{
    display: block;
}
.c2-3 .picMarquee-left .bd ul li .img{
    overflow: hidden;
}
.c2-3 .picMarquee-left .bd ul li .img img{
    width: 376px;
    height: 250px;
    transition: .5s;
}
.c2-3 .picMarquee-left .bd ul li a:hover img{
    transform: scale(1.1);
}
.c2-3 .picMarquee-left .bd ul li h3{
    font-size: 15px;
    color: #000000;
    line-height: 2.5;
    font-weight: normal;
    text-align: center;
}
.c2-3 .picMarquee-left .hd a.next{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/right01.png) no-repeat center;
    position: absolute;
    right: -60px;
    top: 100px;
    cursor: pointer;
}
.c2-3 .picMarquee-left .hd a.prev{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/left01.png) no-repeat center;
    position: absolute;
    left: -60px;
    top: 100px;
    cursor: pointer;
}
.c2-3 .c2tabli{
    margin-bottom: 26px;
    position: relative;
}
.c2-3 .c2tabli ul li{
    width: 110px;
    line-height: 41px;
    text-align: center;
    float: left;
    font-size: 20px;
    color: #353535;
}
.c2-3 .c2tabli ul > a{
    float: right;
    font-size: 14px;
    color: #515151;
    line-height: 41px;
    text-transform: uppercase;
}
.c2-3 .c2tabli::after{
    content: '';
    width: 780px;
    height: 1px;
    background: #c5c5c5;
    position: absolute;
    right: 56px;
    top: 20px;
}
.c2-3 .c2tabli ul li.cur{
    width: 144px;
    background: #abcd05;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
}
.c2-3 .c2tab {
    height: 0;
    overflow: hidden;
}
.c2-3 .c2tab.aa{
    height: auto;
    overflow: visible;
}


.index-c3 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-top: 50px;
    overflow: hidden;
}

.c3tlt {
    text-align: center;
    display: inline-block;
    width: 1920px;
    height: 152px;
    background-color: #00a0ea;
    position: relative;
    left: -360px;
}

.c3tlt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 41px solid #00a0ea;
    border-left: 97px solid transparent;
    border-right: 97px solid transparent;
    position: absolute;
    bottom: -41px;
    left: 360px;
}

.c3tlt h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    margin-top: 35px;
    letter-spacing: 0.9px;
}

.c3tlt p {
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    width: 364px;
    height: 40px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    position: relative;
    margin-top: 14px;
}

.c3tlt p::before,
.c3tlt p::after {
    content: "";
    display: block;
    position: absolute;
    width: 164px;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
    top: 50%;
    margin-top: 0.5px;
}

.c3tlt p::before {
    left: -164px;
}

.c3tlt p::after {
    right: -164px;
}

.c3-con {
    padding-top: 86px;
}

.c3-con .liyou {
    display: inline-block;
    width: 1920px;
    position: relative;
    left: -360px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.liyou .info {
    font-size: 16px;
    line-height: 31px;
    color: #000000;
    text-align: justify;
}

.liyou .info span {
    color: #abcd05;
}

.c3-con .liyou .lytlt {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 60px;
    height: 60px;
    margin-bottom: 60px;
    padding-left: 250px;
    background-repeat: no-repeat;
    background-position: center;
}

.liyou.liyou1 {
    height: 486px;
}

.liyou.liyou1 .lytlt {
    margin-top: 33px;
    width: 612px;
    background-position: 105px center;
}

.liyou.liyou1 .info {
    width: 529px;
    margin-left: 15px;
}

.liyou.liyou2 {
    height: 539px;
}

.liyou.liyou2 .lytlt {
    margin-top: 135px;
    width: 483px;
    float: right;
    padding-left: 56px;
    background-position: right 100px center;
}

.liyou.liyou2 .info {
    width: 551px;
    margin-left: 15px;
    float: right;
    clear: both;
    text-align: right;
}

.liyou.liyou3 {
    height: 483px;
    margin-top: -5px;
}

.liyou.liyou3 .lytlt {
    margin-top: 77px;
    width: 612px;
    background-position: 82px center;
}

.liyou.liyou3 .info {
    width: 536px;
}


/*  */

.adv_3wz {
    display: block;
    position: absolute;
    top: 1080px;
    left: 1052px;
}

.adv_3wz p {
    display: block;
    float: left;
    width: 88px;
    height: 88px;
    background-color: #166fcd00;
    border-radius: 50%;
    margin-right: 29px;
    text-align: center;
    line-height: 88px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.c3tel {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    padding: 15px 0 10px;
    padding-left: 100px;
    background:url(../images/ysdh.png) no-repeat left center;
    color: #29abe2;
    position: absolute;
    bottom: 30px;
    left: 360px;
}

.c3tel p {
    transform: skewX(5deg);
}

.index-c3 .xt {
    width: 974px;
    position: absolute;
    top: 534px;
    left: 0;
}

.index-c3 .xt ul li {
    float: left;
    margin-left: 12px;
    overflow: hidden;
    border: solid 2px #c9c9c9;
}

.index-c3 .xt ul li img {
    width: 305px;
    height: 186px;
    transition: .5s;
}

.index-c3 .xt ul li:hover img {
    transform: scale(1.1);
}

.index-c4{
    background: url(../images/bg3.jpg) no-repeat center;
    width: 1920px;
    height: 958px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.slideTxtBox2 .hd{
    margin-bottom: 30px;
    background: #fff;
}
.slideTxtBox2 .hd ul li{
    width: 239px;
    float: left;;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    border-right: 1px solid #d7d7d7;
}
.slideTxtBox2 .hd ul li a{
    display: block;
    color: #000;
}
.slideTxtBox2 .hd ul li:last-child{
    border: none;
}
.slideTxtBox2 .hd ul li.on{
    background: #abcd05;
    color: #fff;
    border: none;
}
.slideTxtBox2 .hd ul li.on a{
    color: #fff;
}

.slideTxtBox2 .bd ul li .img{
    width: 795px;
    height: 464px;
    overflow: hidden;
}
.slideTxtBox2 .bd ul li .img img{
    width: 795px;
    height: 464px;display: inline-block;
    transition: .5s;
}
.slideTxtBox2 .bd ul li .img:hover img{
    transform: scale(1.1);
} 
.slideTxtBox2 .bd ul li .wz{
    width: 315px;
    height: 328px;
    background: #fff;
    border-top: 6px solid #abcd05;
    padding: 65px 45px;
}
.slideTxtBox2 .bd ul li .wz h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.slideTxtBox2 .hd ul li .img2{display: none;}
.slideTxtBox2 .hd ul li.on .img1{display: none;}
.slideTxtBox2 .hd ul li.on .img2{display: inline-block;}
.slideTxtBox2 .bd ul li .wz p{
    font-size: 16px;
    color: #000;
    margin-top: 40px;
    line-height: 30px;
    height: 210px;
    overflow: hidden;
}
.slideTxtBox2 .bd ul li a{
    display: block;
    font-size: 16px;
    color: #abcd05;
    background: url(../images/more1.png) no-repeat 82px center;
}

.picScroll-left{
    position: relative;
    margin-top: 30px;
}
.picScroll-left .bd{
    overflow: hidden;
}
.picScroll-left .bd ul li{
    width: 228px;
    height: 124px;
    margin-right: 15px;
    overflow: hidden;
}
.picScroll-left .bd ul li img{
    width: 228px;
    height: 124px;
    transition: .5s;
}
.picScroll-left .bd ul li:hover img{
    transform: scale(1.1);
}
.picScroll-left .hd a.next{
    display: block;
    width: 20px;
    height: 40px;
    background: url(../images/right02.png) no-repeat center;
    position: absolute;
    top: 43px;
    right: -45px;
    cursor: pointer;
}
.picScroll-left .hd a.prev{
    display: block;
    width: 20px;
    height: 40px;
    background: url(../images/left02.png) no-repeat center;
    position: absolute;
    top: 43px;
    left: -45px;
    cursor: pointer;
}


.c5tlt{
    text-align: center;
    padding: 50px 0 40px;
}
.c5tlt h2{
    font-size: 42px;
    font-weight: bold;
    color: #00a0ea;
    line-height: 60px;
}
.c5tlt p{
    font-size: 18px;
    color: #888888;
    letter-spacing: 1px;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 30px;
}
.index-c5 ul{
    background: url(../images/c5-1.png) no-repeat center
}
.index-c5 ul li{
    width: 140px;
    height: 100px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    text-align: center;
    padding-top: 40px;
    float: left;
    margin-right: 34px;
}
.index-c5 ul li img{
    width: 55px;
    height: 45px;
}
.index-c5 ul li h3{
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.index-c5 ul li:last-child{
    margin-right: 0;
}

.index-c6{
    padding-bottom: 40px;
}
.index-c6 ul li{
    width: 376px;
    float: left;
    margin-right: 36px;
}
.index-c6 ul li:last-child{
    margin-right: 0;
}
.index-c6 ul li a{
    display: block;
}
.index-c6 ul li .img{
    width: 376px;
    height: 376px;
    overflow: hidden;
}
.index-c6 ul li .img img{
    width: 376px;
    height: 376px;
    transition: .5s;
}
.index-c6 ul li:hover img{
    transform: scale(1.1);
}
.index-c6 ul li h3{
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    font-weight: normal;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index-c6 ul li .info{
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}

.yqlj{
    padding: 15px 0;
    font-size: 18px;
    color: #000000;
    line-height: 35px;
}
.yqlj span{
    color: #29abe2
}
.yqlj a{
    font-size: 15px;
    color: #686464;
    margin-right: 40px;
}

.footbg{
    background: #393939;
}
.foot1{
    padding: 40px 0 20px 0;
}
.foot1 .ff1{
    width: 570px;
}
.foot1 .ff1 ul li:nth-child(1){
    width: 200px;
    float: left;
}
.foot1 .ff1 ul li:nth-child(2){
    width: 200px;
    float: left;
}
.foot1 .ff1 ul li:nth-child(3){
    width: 170px;
    float: left;
}
.foot1 .ff1 ul li h3{
    font-size: 18px;
    color: #fff;
    padding-bottom: 15px;
    background: url(../images/line1.jpg) no-repeat bottom left;
    line-height: 30px
}
.foot1 .ff1 ul li .sec a{
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 30px;
}
.foot1 .ff1 ul li .sec a:hover{
    color: #fff;
}

.foot1 .ff2{
    margin-right: 49px;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 3;
}
.foot1 .ff2 img{
    width: 135px;
    height: 135px;
}
.foot1 .ff3{
    width: 330px;
}
.foot1 .ff3 .ftel{
    text-align: center;
    color: #fff;
    line-height: 1.5;
}
.foot1 .ff3 .flx{
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 24px;
    margin-top: 15px;
}

.foot2{
    background: #2e2e2e;
    padding: 15px 0;
    font-size: 12px;
    color:#ffffff;
    line-height: 1.8;
}
.foot2 a{
    color:#ffffff;
}
.lxwm{width: 440px;}
.lxwm h3{font-size: 24px;font-weight: bold;color: #fff;}
.lx{color: #ffffff;font-size: 12px;line-height: 24px;margin-top: 6px;}









/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:10px;}
#container1{width:1000px;margin:0 auto;margin-top:10px;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}








/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:#00a0ea;font-size:14px;color:#fff;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:100%;margin:0 auto;}
.n_banner img{width:100%;height:250px;margin:0 auto}
.left{width:225px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:940px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:#00a0ea;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#fff;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;color: #fff;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}

.sitemp .site a:hover{color: #fff;}
