

.head {
    padding-top: 34px;
    padding-bottom: 24px;
}
.head .logo{
    display: block;
    float: left;
}

.head .ser_top{
    height: 46px;
    overflow: auto;
}


.ser_top .fr{
    width: 226px;

}


.ser_top .key{
    width: 96px;
    line-height: 20px;
    border-radius: 10px;
    padding-left: 10px;
    float: left;
}
.ser_top .search{
    width: 134px;
    border: 1px solid #d6a340;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
.ser_top .sea{
    float: left;
    width: 28px;
    height: 20px;
    background: url(../images/ser.png) no-repeat center;
    cursor: pointer;
}

.head .lan{
    float: right;
    display: block;
    width: 70px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    border: 1px solid #d6a340;
    position: relative;
    background: url(../images/lan_icon.png) no-repeat 48px center;
}

.head .lan a{
    display: block;
    padding-left: 12px;
    font-size: 13px;
}

.head .lan .cn{
    width: 50px;
    position: absolute;
    left: 0;
    top: 24px;
    display: none;
    font-size: 14px;
    font-family: "Arial";
}








.head .nav_main{
    float: right;
}

.nav{
    /*float: right;*/
}
.nav li a{
    display: block;
    padding: 26px 24px;
    background: url(../images/nav_icon.jpg) no-repeat -50px bottom;
        -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.nav li a.hover,
.nav li a:hover{
    background: url(../images/nav_icon.jpg) no-repeat bottom center; 
}





/* index banner 轮播部分  */

.fullSlide {
    width: 1920px;
    position: relative;
    height: 600px;
    overflow: hidden;
    z-index: 1000;
    left: 50%;
    margin-left: -960px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
    position: absolute;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 600px;
}

.fullSlide .hd {
    width: 1920px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
}

.fullSlide .hd ul {
    text-align: center;
    margin: 0 auto;
    /*margin-left: -35.5px;*/
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    margin: 12px;
    overflow: hidden;
    background: rgba(255,255,255,0.8);
    filter: alpha(opacity=50);
    opacity: 0.8;
    line-height: 999px;
    border-radius: 50%;
}

.fullSlide .hd ul .on {
    background: #d6a23e;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 20%;
    z-index: 1;
    width: 52px;
    height: 70px;
    color: #fff;
    background: #cccccc;
    /*background: rgba(255, 255, 2, 0.2);*/
    /*background: url(../images/first.png) -126px -137px #000 no-repeat;*/
    cursor: pointer;
    filter: alpha(opacity=50);
    /*opacity: 0.5;*/
    display: none;
    font-size: 60px;
    font-family:"宋体";
    color: #fff;
    line-height: 70px;
    text-align: center;
}

.fullSlide .next {
    left: auto;
    right: 20%;
    background-position: -6px -137px;
}


.index_pro{
    padding-top: 56px;
}


.index_pro ul{
    margin-top: 95px;
}
.index_pro ul li{
    float: left;
    margin-bottom: 24px;
}
.index_pro ul .lis1{
    margin-right: 30px;
}
.index_pro ul .lis1 img{
    width: 380px;
    height: 268px;
}
.index_tit{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.index_pro ul p{
    line-height: 72px;
    text-align: center;
    font-size: 18px;
}

.index_pro ul .lis2{
    margin-right: 30px;
}
.index_pro ul .lis2 img{
    width: 585px;
    height: 268px;
}
.index_pro ul a:hover p{
    color: #f71235;
}

.more{
    display: block;
    width: 232px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    border-radius: 10px;
    text-align: center;
    background: url(../images/more_bj.jpg) repeat-x center;
}


.to{
    width: 1920px;
    height: 600px;
      position: relative;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    margin-top: 78px;
}
.to  .img1{
     width: 1920px;
    height: 600px;
  position: absolute;
}

.to .to_con{
    width: 1920px;
    height: 243px;
    position: relative;
    left: 0;
    top: -243px;
    z-index: 100000;
}


/*首页关于我们*/

.index_ab{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.index_ab .img{
    float: left;
}

.index_ab .ab_con{
    float: left;
    width: 550px;
    height: 434px;
    padding-left: 94px;
    padding-top: 190px;
    background: url(../images/index_ab.png) no-repeat center;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}



/*首页新闻*/

.index_news{
    padding-top: 106px;
}
.index_news ul{
    margin-top: 82px;
}


.index_news li{
    float: left;
    margin-bottom: 52px;
    margin-right: 36px;
}
.index_news li a{
    display: block;
    width: 582px;
    height: 107px;
}
.index_news li img{
    width: 156px;
    height: 107px;
    float: left;
}

.index_news li .tit{
    font-size: 16px;
    color: #000000;
    padding-bottom: 14px;
    border-bottom: 1px solid #cccccc;
}

.index_news .news_sum{
    float: right;
    width: 400px;
}

.index_news .summary{
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}



/*底部样式*/


.foo{
    margin-top: 110px;
    padding-top: 24px;
    padding-bottom: 14px;
    background-color: #e8e9e9;
}


.foo ul{
    padding-top: 16px;

}
.foo li{
    float: left;
}
.foo li a{
    display: block;
    color: #000000;
    padding-right: 8px;
    line-height: 30px;
}

.foo p{
    margin-top: 30px;
    overflow: hidden;
}
.foo p a{
    display: block;
    line-height: 30px;
    float: left;
    margin-right: 16px;
    color: #000000;
}
.foo p a:hover{
    color: #fc462d;
}



/*产品*/

.product{
    padding-top: 70px;
    background: url(../images/pro_bj2.jpg) no-repeat top center;
}


 .type_t{
    overflow: hidden;
    background-color: #d6a23e;
    border-bottom: 3px solid #175083;
}

 .type_t .type_tit{
    line-height: 69px;
    background: url(../images/pro_icon.png) no-repeat right center;
    font-size: 24px;
    color: #000000;
    padding: 0 70px 0 58px;
    float: left;
}

 .pro1{
    margin-left: 56px;
    margin-top: 19px;
    float: left;
}
 .pro1 li {
    float: left;
    margin-right: 70px;
}
 .pro1 li a{
    display: block;
    line-height: 30px;
    
    padding: 0 16px;
   
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
     -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
      
}
 .pro1 li a.hover,
 .pro1 li a:hover{

        color: #d6a23e;
     background-color: #fff;
    -webkit-box-shadow:#919191 2px 2px 2px 0 inset;;  
  -moz-box-shadow:#919191 2px 2px 2px 0 inset;;  
  box-shadow:#919191 2px 2px 2px 0 inset;; 
}



.guild{
    float: right;
    padding-left: 32px;
    margin-top: 34px;
    margin-right: 36px;
    line-height: 30px;
    background: url(../images/guild.png) no-repeat 0 4px;
}
.guild a:hover{
    color: #fff;

}
.pro .tit_list{
    margin-top: 49px;
    background-color:#84a5a1;
}
.pro .tit_list li{
    float: left;

}
.pro .tit_list li a{
    display: block;
    line-height: 70px;
    color: #fff;
    padding: 0 65px;
    text-align: center;
    font-size: 16px;
     -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background: url(../images/pro_icon2.png) no-repeat  -20px bottom;
}

.pro .tit_list li a.hover,
.pro .tit_list li a:hover{
    background: url(../images/pro_icon2.png) no-repeat  center bottom;
}

.pro .pro_sum{
    overflow: hidden;
    padding: 60px 132px 45px 132px;
    
}
.pro .pro_sum p{
    line-height: 32px;
    font-size: 18px;
    color: #666666;
}


.pro{
    background: rgba(255,255,255,0.8);
}

.pro_list{
        padding: 60px 132px 45px 132px;
}
.pro_list li{
    float: left;
    margin-right: 42px;
    margin-bottom: 42px;
}


.wrapper{
  overflow: auto;
}

.wrapper .pro_con{
    width: 500px;
    /*background-color: red;*/
    float: left;
    margin: 40px 30px 20px 80px;
    line-height: 24px;
    font-size: 16px;
}










.table{
    margin-top: 49px;
    /*padding:80px 78px;*/
    background: rgba(255,255,255,0.8);
}
.table th{
    color: #fff;
    text-align: center;
    line-height: 87px;
    background-color: #e54d3f;
    font-size: 22px;
}
.table .th1{
    width: 128px;
}
.table .th2{
    width: 266px;
}
.table .th3{
    width: 290px;
}
.table .th4{
    width: 372px;
}

.table tr{
    background: rgba(228,35,16,0.1);
}
.table tr td{
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}

.table tr:nth-child(even){
    background-color: #fff;
}



.news{

    padding-top: 70px;
    background: url(../images/news.png) no-repeat top center;

}

.news .news_li{
    margin-top: 49px;
    padding:58px 96px ;
     background: rgba(255,255,255,0.8);
}

.news .news_li li{
    margin-bottom: 40px;
}
.news .news_li li a{
    display: block;
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #c7c3c2;
}
.news .news_li img{
    width: 257px;
    height: 176px;
    float: left;
    margin-right: 58px;
}
.news .news_li .news_sum{
    float: left;
    width: 670px;

}

.news .news_li .tit{
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    padding-top: 7px;
}
.news .news_li .time{
    font-size: 15px;
    color: #d6a23e;
    margin-top: 6px;
}
.news .news_li .summary{
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    margin-top: 18px;
}



.news .news_con{
    margin-top: 49px;
    padding:58px 96px ;
     background: rgba(255,255,255,0.8);
     margin-bottom: 100px;
}

.news .news_con .title{
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

.news .news_con .time{
    text-align: center;
    color: #d6a23e;
}

.news .news_con .con{
    margin-top: 30px;
    line-height: 24px;
   padding-bottom: 30px;
}


.about{
    padding-top: 70px;
    background: url(../images/intro.png) no-repeat top center;
}

.about .ab_detail{
    margin-top: 49px;
    padding:42px 34px ;
    background: rgba(255,255,255,0.8);
}

.about .ab_con{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}


.slogan{
    width: 518px;
    height: 34px;
    padding: 18px 15px;
    background: #fff;
    font-size: 16px;
    color: #d6a23e;
    line-height: 24px;
    margin-top: 12px;
}


.ab_detail .img{
    width: 1060px;
    margin: 0 auto;
    margin-top: 40px;
}

.ab_detail .img li{
    float: left;
    margin-right: 4px;
}



.contact{

    padding-top: 70px;
    background: url(../images/contact.png) no-repeat top center;

}


.contact .con_add{
    margin-top: 49px;
    padding:74px 104px ;
    background: rgba(255,255,255,0.8);
}
.contact .con_add .com{
    font-size: 18px;
    color: #de6935;
    font-weight: bold;
}

.contact .con_add .con_list{
    line-height: 32px;
    font-size: 18px;
    color: #666666;
}



.manager{
  margin-top: 42px;
  border-top: 1px solid #cccccc;
  padding-top: 40px;
}

.manager p input{
    line-height: 42px;
    padding-left: 20px;
    font-size: 14px;
    width: 350px;
    margin-right: 32px;
    border: 1px solid #cccccc;

}
.manager .man_list .mr0{
    margin-right: 0;
}
.manager p{
    margin-bottom: 30px;
}
.manager textarea{
    width: 780px;
    padding: 12px 0;
    padding-left: 20px;
    font-size: 14px;
    height: 106px;
    font-family: "Arial";
    border: 1px solid #cccccc;
}

.manager .sub input{
    width: 140px;
    line-height: 46px;
    background-color: #899aaa;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px;
}
.manager .sub input:hover{
    background-color: #de6935;
       -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}




.product .base{
    margin-top: 49px;
    padding:80px 78px;
    background: rgba(255,255,255,0.8);
    padding-bottom: 250px;
}





/*  网站地图    */
.list{
    margin-top: 30px;
}
.list p{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 10px;
}
.list ul{
    border:  1px solid #ccc;
    padding: 10px;
    margin-bottom: 30px;

}
.list ul a{
    display: block;
    padding: 0 20px;
    float: left;
    line-height: 43px;
}
.list ul a:hover{
    color: #e43435;
}