﻿@charset "utf-8";

#header{
    height:233px;
}
.loginbar{
    height:46px;
    line-height: 46px;
    font-size: 14px;
    background: #f7f7f7;
}
.loginbar li{
    float: left;
    margin-left:23px;
}
.logobar{
    height: 135px;
    padding-top: 35px;
}
.logobar .tel{
    font-size: 14px;
    background: url("../images/ico1.png") no-repeat left;
    padding: 0 0 0 70px;
}
.logobar .tel span{
    display: block;
    font-size: 30px;
    font-family: Arial;
    color: #CC9933;
    line-height: 1;
}
.navbar{
    height: 52px;
    background: #666666;
}
.nav li{
    float: left;
    width: 142px;
}
.nav li a{
    display:block;
    font-size: 16px;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 52px;
}
.nav li.cur a,.nav li a:hover{
    background: #999999;
}
.slide_banner{
    width:100%;
    position:relative;
    background:#ccc;
    height:730px;
}
.slide_banner .bd{
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.slide_banner .bd ul{
    width:100% !important;
}
.slide_banner .bd li{
    width:100% !important;
    overflow:hidden;
    text-align:center;
    height:730px;
}
.slide_banner .bd li a{
    display:block;
    height:100%;
}
.slide_banner .hd{
    width:100%;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    height:30px;
}
.slide_banner .hd ul{
    text-align:center;
}
.slide_banner .hd ul li{
    cursor:pointer;
    background: #fff;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:30px;
    height:6px;
    margin:0 3px;
    text-indent: -9999px;
    filter:alpha(opacity=30);opacity:0.3;
}
.slide_banner .hd ul .on{
    filter:alpha(opacity=80);
    opacity:0.8;
}
.slide_banner .prev,
.slide_banner .next{
    display:none;
    position:absolute;
    z-index:1;
    top:50%;
    margin-top:-30px;
    left:10%;
    width:40px;
    height:60px;
    cursor:pointer;
    background:rgba(0,0,0,.2);
    color:#fff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    font-family: "宋体";
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    font-weight:bold;
    user-select:none;
}
.slide_banner .next{
    left:auto;
    right:10%;
}


/*首页css__start*/

.product_wrap{
    background:url("../images/bg1.jpg") no-repeat center top;
}
.product_menu{
    width: 270px;
    background: #666666;
}
.product_menu .tit{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding: 20px 0 12px;
}
.product_menu .tit p{
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.product_menu .menu_tel{
    margin:0 11px 11px;
    background: #fff;
    padding: 10px 10px 0;
}
.product_menu .con{
    height: 493px;
    overflow: hidden;
}
.product_menu .con dt{
    margin-top: 8px;
}
.product_menu .con dt a{
    display: block;
    background: #666666;
    height: 32px;
    line-height: 32px;
    color: #fff;
    padding: 0 0 0 15px;
    font-size: 14px;
}
.product_menu .con dd a{
    display: block;
    border-bottom: 1px dashed #ccc;
    background: url("../images/ico2.png") no-repeat 3px;
    padding: 0 0 0 12px;
    height: 36px;
    line-height: 36px;
    color: #333;
}
.product_menu .more a{
    display:block;
    margin:10px 0 30px;
    color: #ff0000;
    font-size: 14px;
    text-decoration: underline;
}
.product_menu .tel{
    font-size: 14px;
    color: #555;
    background: url("../images/img1.jpg") no-repeat left;
    height: 165px;
    padding:25px 0 0 80px;
    line-height: 1.3;
}
.product_menu .tel span{
    display: block;
    font-family: Impact;
    color: #CC9933;
    font-size: 25px;
}
.product_con{
    width: 850px;
    border: 1px solid #eee;
    background: #fff;
    padding:10px 20px;
    height: 760px;
    overflow: hidden;
}
.product_con .tit{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.product_con .tit h4{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: url("../images/ico3.png") no-repeat left;
    padding: 0 0 0 30px;
}
.product_con .con li{
    float: left;
    width: 250px;
    margin:0 9px 6px;
}
.product_con .con li .img{
    width: 250px;
    height: 185px;
    overflow: hidden;
}
.product_con .con li h4{
    font-weight: normal;
    height: 36px;
    text-align: center;
    line-height: 36px;
}


/*通用标题*/
.tit-box1{
    text-align: center;
}
.tit-box1 h4{
    font-weight: bold;
    font-size: 36px;
}
.tit-box1 h4 span{
    color: #666666;
}
.tit-box1 p{
    display: inline-block;
    font-size: 14px;
}
.tit-box1 p:before,.tit-box1 p:after{
    content: '';
    width: 35px;
    height: 1px;
    display: inline-block;
    background: #a7a7a7;
    position: relative;
    top: -4px;
    margin: 0 10px;
}
.partner_con{
    margin-top:35px;
}

.advantage_wrap{
    background: url("../images/bg2.jpg") ;
}
.advantage_tit{
    text-align: center;
    padding: 20px 0 0;
}

.advantage_con{
    background: url("../images/ys1234.png") no-repeat left 65px;
    padding-top: 65px;
    position: relative;
    height: 1400px;
}
.advantage_con li{
    margin:0 0 0 95px;
    position: absolute;
}
.advantage_con li.li1{
    width: 590px;
    left: 0;
    top:60px;
}
.advantage_con li.li2{
    right:0;
    top:458px;
    width: 551px;
}
.advantage_con li.li3{
    top:760px;
    left: 0;
    width: 475px;
}
.advantage_con li.li4{
    width: 468px;
    right:0;
    top:1096px;
}
.advantage_con li h4{
    color: #CC9933;
    font-size: 28px;
    font-weight: normal;
}
.advantage_con li h4 span{
    font-size: 16px;
    padding-left: 10px;
    text-transform: uppercase;
}
.advantage_con li p{
    font-size: 14px;
}
.advantage_con li.li4 h4{
    padding-left: 25px;
}
.advantage_con li.li4 p{
    padding-left: 25px;
}
.advantage_con .img{
    position: absolute;
}
.advantage_con .img1{
    right: 0;
    top: 35px;
}
.advantage_con .img2{
    left: 0;
    top: 335px;
}
.advantage_con .img3{
    right: 0;
    top: 645px;
}
.advantage_con .img4{
    left: 0;
    top: 1110px;
}
.advantage_con li .tel{
    margin-top:40px;
}

.case_con{
    margin-top:45px;
}
.case_con .tit img{
    display: block;
}
.case_con ul{
    width:862px;
}
.case_con li{
    float: left;
    margin:0 0 14px 13px;
    width: 274px;
    height: 243px;
    overflow: hidden;
    position: relative;
}
.case_con li:nth-child(n+4){
    margin-bottom: 0;
}
.case_con li .img img{
    width: 274px;
    height: 243px;
    display: block;
}

.case_con li h4{
    font-weight: normal;
    font-size: 14px;
    background: rgba(0,0,0,.6);
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom:-40px;
    transition: all .3s;
    padding: 0 20px;
}
.case_con li:hover h4{
    bottom:0;
}
.case_more{
    background: url("../images/bg3.jpg") no-repeat center;
    height: 160px;
}
.case_more a{
    display: block;
    width: 146px;
    height: 46px;
    background: #fff;
    border: 1px solid #c0c0c0;
    margin:auto;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

.about_wrap{
    background: url("../images/bg4.jpg") no-repeat center;
    height: 639px;
}
.about{
    padding-top:80px;
}
.about .con{
    width: 530px;
    margin-left: 45px;
    color: #fff;
}
.about .con h4{
    font-size: 30px;
}
.about .con p{
    font-size: 14px;
    margin-top:5px;
    height: 130px;
}
.about .con a.more{
    width: 110px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.5);
    display: block;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.about .con a.more:hover{
    background: #fff;
    color: #666666;
}

.honor_con {
    width: 280px;
}
.honor_con .hd{
    position: relative;
}
.honor_con .hd a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ddd;
    font-family: 宋体;
    font-size: 24px;
    position: absolute;
    top: 90px;
    z-index: 99;
    cursor: pointer;
}
.honor_con .hd a.prev{
    left: -20px;
}
.honor_con .hd a.next{
    right: -20px;
}
.honor_con .bd li .img{
    width:280px;
    height: 220px;
    overflow: hidden;
}

.about_slogan{
    color: #fff;
    font-size: 14px;
    width: 700px;
    margin:195px auto 0;
    text-align: center;
}

.news_wrap{
    background: url("../images/bg5.jpg") no-repeat center;
    height: 656px;
}
.news{
    padding-top: 35px;
}
.company_news{
    width: 617px;
}
.tit-box2{
    height: 48px;
    line-height: 43px;
    border-bottom: 1px solid #666;
}
.tit-box2 h4{
    font-size: 24px;
    color: #666666;
    font-weight: normal;
    display: inline-block;
    border-bottom: 2px solid #666;
}
.tit-box2 h4 span{
    font-size: 18px;
    color: #949494;
    text-transform: uppercase;
    padding-left: 10px;
}
.tit-box2 a{
    font-size: 14px;
}
.company_news .first{
    margin-top:20px;
}
.company_news .first .img{
    width: 210px;
    height: 150px;
    overflow: hidden;
}
.company_news .first .con{
    width: 388px;
}
.company_news .first .con h4{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.company_news .first .con span{
    color: #afafaf;
    display: block;
    font-size: 16px;
}
.company_news .first .con p{
    font-size: 14px;
    height: 55px;
}
.company_news .first .con em{
    display: block;
    font-size: 14px;
    color: #CC9933;
    text-align: right;
    font-style: normal;
}
.company_news ul li{
    display: flex;
    border-bottom: 1px dashed #ddd;
    height: 44px;
    line-height: 44px;
}
.company_news ul li a{
    flex: 1;
    font-size: 16px;
    color: #555;
    background: url("../images/ico4.png") no-repeat left;
    padding: 0 0 0 15px;
}
.company_news ul li span{
    color: #999;
    font-size: 14px;
}

.question{
    width: 432px;
}
.question ul{
    height: 455px;
    overflow: hidden;
}
.question li{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    height: 150px!important;
}
.question li h4{
    font-size: 16px;
    background: url("../images/ico5.png") no-repeat left;
    padding-left: 30px;
    color: #CC9933;
    font-weight: normal;
    margin-bottom: 10px;
}
.question li p{
    background: url("../images/ico7.png") no-repeat left 5px;
    padding-left: 30px;
    font-size: 14px;
    color: #888;
    height: 71px;
}


/*页底css*/
.footer{
    background: #666666;
    padding: 20px 0;
    margin-top:60px;
}
.footer_con .bor{
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 0 0 15px;
}
.f_logo{
    flex: 1;
}
.f_tel{
    font-size:18px;
    color:#fff;
    padding: 15px 0 0 0;
}
.f_tel span{
    font-size: 22px;
}
.f_contact{
    margin-top:30px;
    width:600px;
}
.f_contact li{
    color:rgba(255,255,255,.8);
    margin-top:5px;
    width:240px;
    display: inline-block;
}
.f_contact li:nth-child(odd){
    width: 356px;
}
.f_contact li img{
    margin-right:5px;
}
.f_contact p{
    margin-top:20px;
    color:rgba(255,255,255,.8);
}
.index_form{
    width: 500px;
    padding: 20px 0;
    position: relative;
}
.index_form tr{
    float: left;
    margin-right: 10px;
}
.index_form tr:nth-child(3),.index_form tr:nth-child(4){
    margin-right:0;
}
.index_form tr td{
    width:160px;
}
.index_form tr.content{
    margin-top: 10px;
}
.index_form tr.content td{
    width: 400px;
}
.index_form tr td input,.index_form tr td textarea{
    width: 100%;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(0,0,0,.2);
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #fff;
    font-family: 微软雅黑;
    font-size: 14px;
}
.index_form tr td textarea{
    height: 72px;
}
.index_form .btn{
    position:absolute;
    right: 0;
    top: 67px;
}
.index_form .btn input{
    display: block;
    width:90px;
    height: 33px;
    background:rgba(255,255,255,.2);
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
}
.index_form .btn input.coolbg{
    margin-bottom: 6px;
    background: #e7aa3a;
}

/*首页css__end*/


/*内页*/
.inner_banner{
    background: url("../images/i_ban.jpg") no-repeat center;
    height: 400px;
    text-align: center;
    padding-top:100px;
    color: #fff;
    margin-bottom: 30px;
}
.inner_banner h4{
    font-size: 40px;
    line-height: 1.2;
}
.inner_banner span{
    font-size: 20px;
    font-family:Times New Roman ,宋体;
    color: rgb(231, 170, 58);
    text-transform: uppercase;
}
.inner_banner p{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

/*左侧菜单*/
.left_menu{
    width: 250px;
}
.tit-box3{
    background: #666666;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.left_menu .menu{
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.left_menu .menu dl{
    padding:15px;
}
.left_menu .menu dl dt{
    margin-bottom: 8px;
}
.left_menu .menu dl dt a{
    display: block;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #666666;
    padding: 0 20px;
}
.left_menu .menu dl dd{
    height: 25px;
    line-height: 25px;
    border-bottom: 1px dashed #E4E4E4;
    margin-bottom: 5px;
    padding: 0 0 0 5px;
}
.left_menu .menu dl dd a{
    color: #333;
    padding-left: 5px;
}
.left_menu .menu dl dd em{
    display: inline-block;
    color: #333;
}
.left_menu .contact{
    border: 1px solid #ccc;
}
.left_menu .contact .con{
    padding: 15px;
    font-size: 13px;
}
.contact .tel{
    font-size: 14px;
    color: #555;
    background: url("../images/img1.jpg") no-repeat left;
    height: 165px;
    padding: 25px 0 0 80px;
    line-height: 1.3;
}
.contact .tel span{
    display: block;
    font-family: Impact;
    color: #CC9933;
    font-size: 26px;
}


.right_con{
    width: 865px;
}

.inner_tit{
    border-bottom: 1px solid #eee;
    height:40px;
    line-height: 40px;
}
.inner_tit h4{
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}
.inner_tit .pos{
    font-size: 14px;
    background: url("../images/ico6.png") no-repeat left;
    padding: 0 0 0 20px;
    color: #666;
}
.inner_pos a{
    color: #666;
}
/*单页*/
.page_index{
    padding:20px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}
.page_index h3{
    font-size: 24px;
    text-align: center;
    color: #222;
}
.page_index p{
    padding-bottom: 20px;
}
.page_index .des{
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #999;
    margin-bottom: 20px;
}
.page_index img{
    display:block;
    margin:auto;
}
.hot_product .tit{
    text-align: center;
    font-size: 24px;
}
.hot_product ul{
    padding: 20px 0;
}
.hot_product ul li{
    width: 285px;
    margin-right:20px;
}
.hot_product ul li .img{
    height:200px;
    overflow: hidden;
}
.hot_product ul li h4{
    font-size: 14px;
    line-height: 36px;
}
.hot_product ul li:nth-child(4n){
    margin-right:0;
}

/*新闻列表*/
.page_newsList li{
    border-bottom: 1px solid rgba(227,227,227,.61);
    padding:20px 0;
    transition: all .3s ease-out 0s;
}
.page_newsList li .img{
    margin-right:20px;
}
.page_newsList li .img img{
    width:200px;
    height: 126px;
}
.page_newsList li .time{
    width: 140px;
    margin-right: 60px;
}
.page_newsList li .time p{
    color: #c5c5c5;
    font-size:30px;
    font-family: Batang;
}
.page_newsList li .time span{
    display: block;
    border: 1px solid #e6e6e6;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-family:宋体;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 2px;
    color: #aaa;
    transition: all .3s ease-out 0s;
}
.page_newsList li .con{
    width: 640px;
}
.page_newsList li .con h4{
    height: 32px;
    color: #333;
    transition: all .3s ease-out 0s;
    font-size: 16px;
}
.page_newsList li .con p{
    color: #A4A2A2;
    font-size: 13px;
    line-height: 24px;
    height:75px;
}
.page_newsList li:hover{
    border-bottom: 1px solid #CC9933;
}
.page_newsList li:hover .con h4{
    color: #CC9933;
}


.page{
    text-align: center;
    margin:30px 0;
}
.page span{
    border: 1px solid #333;
}
.page li{
    display: inline-block;
    margin:0 2px;
    background: #eee;
    padding: 2px 10px;
    font-size: 14px;
    color: #666;
}
.page li.thisclass{
    background: #CC9933;
    color: #fff;
}
.page li:last-child{
    display: none;
}
.page li a{
    color: #666;
}
.pageinfo{
    display: none;
}
/*产品*/
.page_picList{
    padding:20px 0 0;
}

.page_picList li{
    float: left;
    width:275px;
    margin:0 20px 10px 0;
}
.page_picList li:nth-child(3n){
    margin-right:0;
}
.page_picList li .img{
    overflow: hidden;
    padding: 4px;
    border: 1px solid #ddd;
    margin:auto;
}
.page_picList li .img img{
    height: 210px;
    display: block;
    margin:auto;
}
.page_picList li p{
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #333;
}

/*内页分类*/
.inner_subMenu li{
    display: inline-block;
    margin:20px 10px 0 0;
}
.inner_subMenu li a{
    display: block;
    color: #666;
    background: #f5f5f5;
    padding: 2px 10px;
    font-size: 14px;
}
.inner_subMenu li a:hover{
    color: #fff;
    background: #2495e4;
}

/*翻页*/
.return_page{
    background: #f7f7f7;
    padding: 10px 20px;
    line-height: 30px;
    color: #666;
}
.return_page p a{
    color: #034484;
}

/*在线留言*/
#my_form{
    padding: 30px 0 0;
}
#my_form table{
    width: 100%;
}
#my_form tr{
    display: inline-flex;
    width: 48%;
    margin-bottom: 15px;
}
#my_form tr:nth-child(2n){
    margin-left:4%;
}
#my_form tr.content{
    width: 100%!important;
    display: flex;
    margin-left:0;
}
#my_form tr td:first-child{
    line-height: 34px;
    color: #333;
}
#my_form tr td:last-child{
    flex: 1;
}
#my_form tr input,#my_form tr textarea{
    height:34px;
    width: 100%!important;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: 微软雅黑;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#my_form tr input:focus,#my_form tr textarea:focus{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
#my_form tr ::placeholder{
    color: #999;
    font-family: 微软雅黑;
    font-size: 14px;
}
#my_form tr textarea{
    height:100px;
    padding-top: 6px;
}
#my_form .btn{
    margin-left:30px;
}
#my_form .btn input{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
#my_form .btn input:first-child{
    color: #fff;
    background-color: #CC9933;
    border-color: #666666;
}
#my_form .btn input:first-child:focus{
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
