/*header*/
body{
    #background: url("../images/bodybg.jpg") repeat center;
    background-color: #fff;
    min-width: 1200px;
}


#header .share{
    float:right;
    margin-top: 10px;
}

.navlogo:after{
    display: block;
    content: '';
    clear: both;
}
.navlogo{
    padding-top: 20px;
    padding-bottom: 20px;
}


.tel{
    float: right;
    margin-right: 30px;
    background: url("../images/tel.png") no-repeat left center;
    padding-left: 58px;
    font-size: 14px;
    color: #555555;
    height: 57px;
    margin-top: 15px;
}
.tel h2{
    font-size: 26px;
    color: #094faf;
    font-weight: normal;
}
.code{
    float:right;
}
.code img{
    width: 78px;
    float:left;
}
.code p{
    float:left;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #717171;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 5px;
}

.navlogo>a:first-of-type{
    float:left;
    display: block;
}
.navbg{
    background:#094faf;
}
.navtext>ul:after{
    display:block;
    content: '';
    clear: both;
}
.navtext>ul>li{
    float:left;
    width: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 500ms 0s all;
    -moz-transition: 500ms 0s all;
    -ms-transition: 500ms 0s all;
    -o-transition: 500ms 0s all;
    transition: 500ms 0s all;
    background: url("../images/navline.png") no-repeat right center;
}
.navtext>ul>li:last-child{
    background: none;
    width: 240px;
    text-align: right;
}
.navtext>ul>li>a{
    display: block;
    text-align: center;
    font-size:14px;
    height: 67px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:15px 0;
    color: #ffffff;
    -webkit-transition: 500ms 0s all;
    -moz-transition: 500ms 0s all;
    -ms-transition: 500ms 0s all;
    -o-transition: 500ms 0s all;
    transition: 500ms 0s all;
}
.navtext>ul>li>a>small{
    text-transform: uppercase;
}
.navtext>ul>li:first-child>a{
    background: none;
}
.navtext>ul>li:hover{
    background: #39b473;
}
.navtext>ul>li:last-child:hover{
    background: none;
}
#thyNavStyle{
    background: #39b473;
}


.searchborder{
    float: left;
    border: 1px solid #ddd;
    border-radius: 25px 25px;
    position: relative;
    right: 0;
    top: 0;
    width: 282px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.showkeyword{
    display: none;
    position: absolute;
    top:40px;
    left:10px;
    width: 245px;
    line-height: 28px;
    background: #fff;
    z-index:1000;
}
.searchborder input[type=text]{
    color: #3a3a3a;
    width: 235px;
    font-size: 15px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    background: rgba(221, 221, 221, 0);
    padding-left: 10px;
}
.searchborder input[type=submit]{
    border: 0;
    position: absolute;
    top: 5px;
    width: 21px;
    height: 19px;
    right: 10px;
    background: url("../images/search1.png") no-repeat center;
}
.searchborder input[type=text]:focus,.nav input[type=submit]:focus{
    outline: none;
}

.navtext{
    position: relative;
}
.shownavlist{
    display: none;
    position: absolute;
    top: 67px;
    padding: 20px 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:2px solid #094faf;
    border-top:0;
    z-index:10000;
}
.shownavlist>div{
    float:left;
    width: 200px;
    text-align:center;
}
.shownavlist div a{
    color: #767676;
    font-size: 15px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.shownavlist div a:hover{
    color: #094faf;
}
.shownavlist div a h5{
    margin-bottom: 15px;
}
.shownavlist div a p{
    line-height: 25px;
}
/*main*/
#main{
    padding-top: 30px;
    overflow: hidden;
}
.title{
    background: #094faf;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.title:after{
    display: block;
    content: '';
    clear: both;
}
.title small{
    color: #adadad;
    line-height: 45px;
    float:left;
}
.title span{
    color: #39b473;
}
.title h4{
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    /*width: 89px;*/
    height: 40px;
    float:left;
    /*background: #06a35f;*/
    padding:0 15px;
}
.title h4:hover{
    cursor: pointer;
}
.title h4:nth-of-type(2){
    background: none;
}
.title a{
    display: block;
    line-height: 40px;
    font-size: 12px;
    float:right;
    padding-right: 12px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.title a:hover{
    text-decoration: underline;
}
.border_box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dedede;
    background: #fff;
}
/*公司简介*/
.company{
    width: 560px;
    float:left;

}
.com_intro{
    padding:12px;
    font-size: 13px;
    color: #4f4f4f;
    line-height: 32px;
    height: 294px;
}
.coop{
    width: 630px;
    float:right;
}
.coop_intro{
    text-align: center;
}
.coop_intro>img{
    margin-top: 12px;
}
.box_gun{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding:0 12px;
    padding-bottom: 12px;
}

.gun{
    overflow: hidden;
}
.gun ul li{
    margin-right: 19px;
    float:left;
}
.gun ul li .img_jz{
    width: 138px;
    height: 61px;
    border:1px solid #dcdcdc;
}

/*产品中心*/
.product{
    width: 870px;
    float:left;
    background: #fff;
}
.product_intro{
    padding:15px 10px;
}
.product_l{
    float:left;
    width: 120px;
}
.product_l li{
    margin-bottom: 5px;
    background: #094faf;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.product_l li a{
    display: block;
    text-align:center;
    width: 120px;
    height: 46.6px;
    line-height: 46.6px;
    font-size: 14px;
    color: #ffffff;
}
.product_l li:hover{
    background: #06a35f;
}
.product_r{
    float:right;
    width: 720px;
}
.product_r>div{
    display: none;
}
.propic{
    float:left;
}
.propic ul{
    margin-top: 10px;
}
.propic b{
    width: 335px;
    height: 268px;
}
.propic .img_jz:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.07);
    -moz-transform: translate(-50%,-50%) scale(1.07);
    -ms-transform: translate(-50%,-50%) scale(1.07);
    -o-transform: translate(-50%,-50%) scale(1.07);
    transform: translate(-50%,-50%) scale(1.07);
}
.swiperproduct{
    width: 335px;height:80px;
    margin-top: 10px;
}
.swiper-product .img_jz{
    width: 100%;
    height:100%;
}
.propic ul li{
    float:left;
    width: 105px;
    height: 80px;
    margin-right: 10px;
}
.propic ul li:nth-child(3n){
    margin-right:0;
}
.protext{
    float:right;
    width: 375px;
}
.protext p{
    line-height: 30px;
}
.bluebg{
    display: block;
    background: #094faf;
    line-height: 33px;
    width: 118px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #094faf;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.bluebg:hover{
    background: #fff;
    color: #094faf;
}
.greenbg{
    display: block;
    background: #06a35f;
    line-height: 33px;
    width: 118px;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #06a35f;
    font-size: 14px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.greenbg:hover{
    background: #fff;
    color: #06a35f;
}

.blueborder{
    display: block;
    line-height: 33px;
    width: 118px;
    border:1px solid #094faf;
    background: #fff;
    color: #094faf;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.protext a{
    float:left;
    margin-top: 20px;
}
/*设备选型*/
.chose{
    width: 320px;
    height: 433px;
    float:right;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.chose>div:last-of-type{
    padding:0 12px;
    padding-top: 15px;
}
#chose .input-group label{
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
#chose .input-group input[type=text]{
    width: 230px;
    line-height: 25px;
    height: 25px;
    box-shadow: none;
    font-size: 14px;
}
#chose .input-group textarea{
    width: 230px;
    height: 87px;
    box-shadow: none;
    font-size: 14px;
}
#chose .khname  input[type=text]{
    width: 78px;
}
#chose .khname{
    float:left;
    clear: none;
}
#chose .khjob{
    float:left;
    clear: none;
    margin-left: 11px;
}
#chose .khjob input[type=text]{
    width: 78px;
}
#chose #submit{
    float:left;
    display: block;
    background: #094faf;
    line-height: 35px;
    width: 110px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
#chose .greenbg{
    float:left;
    margin-left: 10px;
    width: 110px;
}

/*优势*/

.spirit ul li{
    float:left;
    width: 300px;
    perspective: 500px;
    -webkit-perspective: 500px;
}
.spirit ul li .spirit_text{
    background: #f1f1f1;color:#a0a0a0; transform-origin: center top;
}
.spirit ul li:nth-child(1) .spirit_text{background: #06a35f url("../images/line.png") no-repeat center;}
.spirit ul li:nth-child(2) .spirit_text{    transform-origin: center bottom;    background: #007fb4 url("../images/line.png") no-repeat center;}
.spirit ul li:nth-child(3) .spirit_text{background: #1752ad url("../images/line.png") no-repeat center;}
.spirit ul li:nth-child(4) .spirit_text{    transform-origin: center bottom;    background: #29cb85 url("../images/line.png") no-repeat center;}


.spirit li img{
    width: 100%;
    display: block;
    -webkit-transition: 400ms 0s all linear;
    -moz-transition: 400ms 0s all linear;
    -ms-transition: 400ms 0s all linear;
    -o-transition: 400ms 0s all linear;
    transition: 400ms 0s all linear;
}

.spirit_text{
    width: 100%;
    height: 297px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 400ms 0s all linear;
    -moz-transition: 400ms 0s all linear;
    -ms-transition: 400ms 0s all linear;
    -o-transition: 400ms 0s all linear;
    transition: 400ms 0s all linear;
}
.spirit_text div{
    position: absolute;
    top:50%;
    left:50%;
    width:258px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.spirit_text h1{
    text-align: right;
    color: #fff;
    font-weight: lighter;
    font-size: 50px;
}
.spirit_text h5{
    color: #ffffff;
    font-size: 20px;
    margin-bottom:10px;
}
.spirit_text p{
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    opacity:0.6;
}
.spirit_text:hover{    background: #18495c!important;}
.spirit_text:hover h5{    color: #fff;}
.spirit_text:hover p{    color: #76a9bd;}

/*新闻中心*/
.news{
    float:left;
    width: 626px;
}
.news_intro,.video_intro,.case_intro{
    padding:20px 13px;
}
.video_intro{
    padding-bottom:0;
}
.news_intro{
    height: 383px;
}
.newspic{
    width: 349px;
    height: 237px;
    float:left;
}
.newstext{
    float:right;
    width: 225px;
}
.newstext h5{
    color: #323232;
}
.newstext a{
    color: #06a35f;
    margin-top: 23px;
    display: block;
    font-size:14px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.newstext a:hover{
    text-decoration: underline;
}
.newstext h5{
    color: #323232;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 15px;
}
.newstext p{
    color: #848484;
    font-size: 14px;
    line-height: 30px;
}
.news_intro ul{
    margin-top: 10px;
    margin-bottom: 19px;
}
.news_intro ul li a:after{
    display:block;
    content: '';
    clear: both;
}
.news_intro ul li{
    margin-top: 5px;
}
.news_intro ul li a{
    display: block;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 34px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_intro ul li a:hover{
    color: #06a35f;
}
.news_intro ul li a p{
    float:left;
}
.news_intro ul li a small{
    float:right;
}
/*视频中心*/
.video{
    width: 566px;
    float:right;
}
.video_intro div b{
    display: block;
    float:left;
    width: 349px;
    height: 237px;
}
.video_intro div p{
    float:right;
    width: 180px;
    font-size: 14px;
    color: #848484;
    line-height: 24px;
}
.video_intro ul li{
    width: 170px;
    height: 117px;
    float:left;
    margin-top: 7px;
    margin-bottom: 10px;
    margin-right: 14px;
    overflow: hidden;
}
.video_intro ul li:last-child{
    margin-right:0;
}
.videolist{
    margin-top: 10px;
}

/*优势工程*/
.advantage{
    height: 371px;
}
.advantage .newspic{
    width: 220px;
    height: 156px;
}
.advantage .newstext{
    width: 333px;
    margin-left: 25px;
}
.advantage .newstext h5{
    margin-bottom: 3px;
}
.advantage .newstext a{
    margin-top: 10px;
}

.advantage ul li:nth-child(odd){
    float:left;
    width:50%;
    overflow: hidden;
    text-align: left;
}
.advantage ul li:nth-child(even){
    float:left;
    width:50%;
    overflow: hidden;
    text-align: left;
}

.newspic.img_jz img{
    width:100%;
    height:auto;
}
/*经典案例*/
.case{
    width: 566px;
    float:right;
}

.case_l{
    display: block;
    float:left;
    width: 340px;
    height: 289px;
}
.case_l b{
    width: 100%;
    height: 203px;
}
.case_l:hover b img{
    -webkit-transform: translate(-50%,-50%) scale(1.07);
    -moz-transform: translate(-50%,-50%) scale(1.07);
    -ms-transform: translate(-50%,-50%) scale(1.07);
    -o-transform: translate(-50%,-50%) scale(1.07);
    transform: translate(-50%,-50%) scale(1.07);
}
.case_l p{
    font-size:16px;
    color: #094faf;
    line-height: 30px;
}
.case_l small{
    font-size: 14px;
    color: #808080;
}
.case_l span{
    color: #06a35f;
    margin-top: 10px;
    font-size: 14px;
    display: block;
    text-align: right;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.case_l:hover span{
    text-decoration: underline
}
.case_r{
    float:right;
    width: 172px;
}
.case_r a{
    display: block;
    color: #595959;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    line-height: 35px;
    border-bottom: 1px solid #a7a7a7;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.case_r a:hover{
    color: #06a35f;
}
.case_r a b{
    width: 100%;
    height: 103px;
}
.case_r a:hover b img{
    -webkit-transform: translate(-50%,-50%) scale(1.07);
    -moz-transform: translate(-50%,-50%) scale(1.07);
    -ms-transform: translate(-50%,-50%) scale(1.07);
    -o-transform: translate(-50%,-50%) scale(1.07);
    transform: translate(-50%,-50%) scale(1.07);
}


.swiper-case a{
    display: block;
    width:100%;
    background: #fff;
}

/*资质荣誉*/
.honor{
    width: 816px;
    float:left;
}
.honor_intro{
    height: 370px;
    padding:20px 12px;
}
.honor_intro ul li{
    float:left;
    margin-right: 10px;
}
.honor_intro ul li:last-child{
    margin-right:0;
}
.honor_intro a{
    display: block;
    width:100%;
}

/*友情链接*/
.link{
    padding:10px 12px;
}
.link ul li{
    float:left;
    width: 200px;

    margin-right:43px;
}
.link ul li a{
    display: block;
}
.link ul li:last-child{
    margin-right:0;
}
.link ul li a p{
    width: 100%;
    color: #323232;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.link ul li a b{
    width:100%;
    height: 46px;
}
.link ul li a b img{
    height:initial;
}


/*map*/
#allmapindex{
    width:372px;height:452px;overflow:hidden;border:1px solid #949494;float:right;
}

/*footer*/
#footer{
    overflow: hidden;
}
.footer_top_bg{    background: #1a1e29;   padding-top: 70px;}
.footer_bottom_bg{    background: #11141b;}
.footer_top{  padding-bottom: 35px;}
.footer_top:after{
    display: block;
    content: '';
    clear: both;
}

.footer_t_l{
    float:left;
    width: 255px;
    padding-top: 27px;
}
.footer_top h3{
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 35px;
}

.footer_t_m{
    float:left;
    box-sizing: border-box;
    padding-left: 80px;
}
.footer_t_m a{
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}
.footer_t_m ul{
    float:left;
    width: 250px;
}
.footer_t_m>div{
    float:left;
}
.footer_t_m ul li{
    margin-right: 67px;
    float:left;
}
.footer_t_m ul li a{
    display: block;
    font-size: 14px;
    line-height: 28px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.footer_t_m ul li a:hover{
    color: #094faf;
}
.footer_t_m p{
    color: #fff;
    font-size: 14px;
    line-height: 30px;

}
.footer_t_m p a{
    float:left;
    margin-right: 40px;
}

.footer_t_r {
    width: 150px;
    float: right;
}
.footewr_t_r img{
    width: 150px;
}
.footer_t_r p{
    font-size: 14px;
    color: #ffffff;
    text-align: center;

}



.footer_bottom{
    height: 74px;
    line-height: 74px;
    text-align: center;
}
.footer_bottom p{
    color: #ffffff;
    float:left;
    font-size:14px;
}
.footer_bottom p a{
    color: #ffffff;
    font-size:14px;
}
.login{
    float:right;
}
notempty a{
    float:left;
    color: #ffffff;
    font-size:14px;
}

.swiper-casepic ul:after{
    display: block;
    content: '';
    clear:both;
}
.swiper-casepic ul li{
    float:left;
    width:32%;
    height: 289px;
    margin-right:2%;
    position: relative;
    overflow: hidden;
    margin-bottom:20px;
}
.swiper-casepic ul li:nth-of-type(3n){
    margin-right:0;
}
.swiper-casepic ul li img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}