/*bannerpic*/
#combanner{
    background: url("../images/combanner.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100% 100%;
}
#probanner{
    background: url("../images/probanner.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100% 100%;
}
#newsbanner{
    background: url("../images/newsbanner.jpg") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100% 100%;
}
#conbanner{
    background: url("../images/conbanner.jpg") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100% 100%;
}
#mesbanner{
    background: url("../images/mesbanner.jpg") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100% 100%;
}
#jobsbanner{
    background: url("../images/jobsbanner.jpg") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100% 100%;
}
.bannerstyle{
    width:100%;
    height: 27.5vw;
}
.bannerstyle .mycontainer{
    position: relative;
    height: 100%;
}
.bannertext{
    background: #85c226;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 38px;
    position: absolute;
    bottom:0;
    left:0;
    width: 16.4vw;
    height: 14.5vw;
}
.bannertext h2{
    color: #fff;
    font-size:2.5vw;
    line-height: 4.2vw;
    margin-bottom: 5%;
    border-bottom:1px solid #fff
}
.bannertext p{
    color: #fff;
    font-size: 1.2vw;
    font-weight: lighter;
}
.bannerloca{
    background: url("../images/home.png") no-repeat left center;
    padding-left:30px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: 3%;
    right: 0%;
}
.bannerloca span{
    font-size: 14px;
    color: #ffffff;
}
/*phone*/
.phone{
    background: rgba(0, 0, 0, 0.84);
    position: fixed;
    height:100%;
    width: 220px;
    right:-250px;
    top:0;
    z-index:1000;
}
.phone b{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top:0;
    left: -30px;
    background: rgba(0, 0, 0, 0.78) url("../images/close.png") no-repeat center;
}
.phone a{
    line-height: 58px;
    padding-left: 34%;
}
.phone ul{
    position: absolute;
    top:14%;
}
.phone ul li {
    width: 220px;
}
/*微信二维码*/
.wxpic{
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74);
}
.wxpic img{
    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%);
}
/*header*/
#header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:2% 2%;
    -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;
}

.share a{
    display: block;
    float:right;
    width: 40px;
    height: 40px;
    margin-right: 1%;
    border:1px solid #1a1a1a;
    border-radius: 50% 50%;
    -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;
}
.share a:first-child{   background:#1a1a1a url("../images/wz.png") no-repeat center;}
.share a:first-child:hover{   background: rgba(26, 26, 26, 0) url("../images/WZS.png") no-repeat center;}
.share a:nth-child(2){  background:#1a1a1a url("../images/wx.png") no-repeat center;}
.share a:nth-child(2):hover{  background: rgba(26, 0, 16, 0) url("../images/WXS.png") no-repeat center;}
.share a:last-child{  background:#1a1a1a url("../images/qq.png") no-repeat center;}
.share a:last-child:hover{  background: rgba(26, 26, 26, 0) url("../images/qqs.png") no-repeat center;}
.share a:hover{
    border:1px solid #a9f43d;
}

.navtext>img{
    float:left;
    margin-right:4%;
}
.navtext ul{
    float:left;
    width: 66%;
}
.navtext>ul:after{
    display:block;
    content: '';
    clear: both;
}
.navtext>ul>li{
    float:left;
    width: 14%;
    -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;

}

.navtext>ul>li>a{
    display: block;
    text-align: center;
    font-size:14px;
    line-height: 50px;
    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:first-child>a{
    background: none;
}
.navtext>ul>li:hover{
    background: #85c226;
}
#thyNavStyle{
    background: #85c226;
}
.bgadd{
    background: rgba(0, 0, 0, 0.73);
    padding:1% 2%!important;
}
.break{
    float: right;
    display: block;
    width: 80px;
    height: 50px;
    background: url("../images/break.png") no-repeat center;
}
/*main*/
/*产品中心*/
.product li{
    float:left;
    width:49.5%;
    margin-bottom:1%;
    position: relative;
    background: #dededc;
    height: 15.3vw;
}
.product li:nth-child(odd){
    float:right;
}
.product b{
    display: block;
    position: absolute;
    top: 0.5vw;
    left: 0.89vw;
    width: 50%;
    height: 94%;
    overflow: hidden;
}
.product b 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%);
}
.protext{
    position: absolute;
    left: 55%;
    top:3vw;
}
.protext h3{
    font-size: 25px;
    color: #2c2c2c;
}
.protext p{
    font-size: 16px;
    color: #2c2c2c;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 0.2vw;
}
.protext small{
    display: block;
    background: #2c2c2c;
    font-size: 14px;
    color: #ffffff;
    display: block;
    width: 100px;
    height: 1.5vw;
    line-height: 1.5vw;
    margin-top: 9%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    -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;
}
.protext a:hover{
    background: #ffffff;
    color: #2c2c2c;
}
.productbg{
    position: relative;
    top: -85px;
    z-index: 100;
}
.productbg>a{
    display: block;
    width: 28%;
    height: 2.7vw;
    line-height: 2.7vw;
    margin: 0 auto;
    margin-top: 4%;
    border: 4px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
    text-align: center;
    -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;
}
.productbg>a:hover{
    background: #181818;
    color: #fff;
    border:4px solid #181818;
    box-shadow:

            0 8px 30px rgba(0, 0, 0, 0.9)
}
/*proside 侧边栏*/
.proside>div:first-child{
    background: #006ccb;
    padding-top: 18px;
    box-sizing: border-box;
    height: 82px;
    text-align: center;
}


.proside>div:first-child h5{   font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background: url(../images/menu.png) no-repeat 60px center;
    padding-left: 20px;
}
.proside>div:first-child span{ font-size:10px;text-transform:uppercase;color: #ffffff;}
.prolist{
    box-sizing: border-box;
    border:3px solid #006ccb;
    width: 243px;

}
.prolist ul li{
    line-height: 50px;
    padding:0 18px;
}
.prolist>ul>li>a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border-bottom:1px dashed #e8e8e8;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
}
.prolist>ul>li>a:hover{
    color: #FFFFFF;
    cursor: pointer;
}
.prolist>ul>li:hover{
    background: #ad1d18;
}
.prolist>ul>li:hover a{
    color: #ffffff;
}
.side_contact{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 18px;
}
.side_contact h4{
    font-size: 20px;
    color: #006ccb;
    text-align: center;
}
.side_contact p{
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    line-height: 25px;
}

/*关于我们*/
.companybg{
    background: url("../images/companybg.jpg") no-repeat center;
    overflow: hidden;
}
.abouttext{
    float:left;
    width:60%;
}
.about>img{
    float:right;
    margin-top:1.3vw;
    height:18vw;
}

.abouttext h1{
    font-size: 4vw;
    color: #fff;
    margin-top:2vw;
}
.abouttext p{
    font-size: 2.8vw;
    font-weight: lighter;
    color: #ffffff;
}
.abouttext h3{
    font-size: 12px;
    color: #ffffff;
    width:100%;
    height:0.3vw;
    margin-top:1.5vw;
    text-transform: uppercase;
}
.abouttext h3 span{
    display: block;
    float:left;
    width: 11vw;
    height: 0.5vw;
    background: #fff;
    margin-top: 1%;
    margin-right: 2%;
}

/*优势*/
.adv{
    width: 100%;
    height: 436px;
    text-align: center;
}
.adv_l{
    float:left;
    width: 28%;
    height:100%;
    background: #d70926;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5%;
}
.adv_l>div{
    width: 100%;
    height: 100%;
    border:1px solid #eb8493;
}
.adv_l div h3{
    font-size: 2vw;
    font-weight: lighter;
    color: #fff;
    margin-top: 19%;
    margin-bottom: 1%;
}
.adv_l div h3 span{
    font-size:2.4vw;
    font-weight: bold;
}
.adv_l div p{
    font-size: 0.8vw;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.adv_l div b{
    display: block;
    margin:0 auto;
    background: #fff;
    width: 20%;
    height:0.2vw;
    margin-top: 20%;
    margin-bottom: 25%;
}
.adv_l div a{
    font-size: 0.9vw;
    display: block;
    text-align: center;
    width: 11vw;
    height: 2vw;
    border: 1px solid #fff;
    line-height: 2vw;
    margin: 0 auto;
    text-transform: uppercase;
    -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;
}
.adv_l div a:hover{
    box-shadow: 0 0 10px #ddd;
}

.adv_r{
    width: 72%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.adv_r ul li{
    float:left;
    height: 100%;
    width: 33.3%;
}
.adv_r ul li div{
    height: 204px;
    padding-top: 45%;
    box-sizing: border-box;
}

.adv_r ul li div h4{
    font-size: 1.3vw;
    color: #1c1c1c;
    text-align: center;
}
.adv_r ul li div p{
    color: #868686;
    font-size: 0.7vw;
    margin-top: 1%;
}
.adv_r ul li:first-child div{ background:#fff url("../images/earth.png") no-repeat center 32%;}
.adv_r ul li:nth-child(2) div{ background:#fff url("../images/car.png") no-repeat center 32%;}
.adv_r ul li:last-child div{ background:#fff url("../images/time.png") no-repeat center 32%;}

/*新闻*/
.news{
    margin-top: 5%;
}
.news ul li{
    float:left;
    width:48%;
    margin-bottom:5%;
}
.news ul li:nth-child(even){
    float:right;
}
.news ul li a{
    display: block;
}
.news ul li a:after{
    display: block;
    content: '';
    clear: both;
}
.date{
    float:left;
    text-align: center;
    text-transform: uppercase;
    margin-right:2%;
}
.date p{
    font-size: 14px;
    color: #2f2f2f;
    background: #e4e4e4;
    width: 60px;
    height: 50px;
    line-height: 50px;
    -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;
}
.date h3{
    font-size: 38px;
    color: #9a9a9a;
    background: #fff;
    width: 60px;
    height: 56px;
    line-height: 56px;
    -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 ul li a:hover .date p{
    color: #fff;
    background: #059555;
}
.news ul li a:hover .date h3{
    color: #059555;
    background: #fff;
}
.text{
    float:left;
    width: 25.7vw;
}
.text_tit:after{
    display: block;
    content: '';
    clear: both;
}
.text_tit>div{
    float:left;
    font-size: 16px;
    color: #2f2f2f;
}
.text_tit>div small{
    font-weight: normal;
    font-size: 12px;
    background: url("../images/times.png") no-repeat left center;
    padding-left: 23px;

}
.text_tit>span{
    float:right;
    color: #fff;
    background: #999999;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top:3%;
    -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 ul li a:hover .text_tit>span{
    background: #059555;
}
.text_tit div h5{
    display: block;
    margin-top: 3%;
    margin-bottom:2%;
     font-size: 16px;
 }
.text>p{
    color: #a2a2a2;
    font-size: 14px;
    margin-top:2%;
    -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 ul li a:hover .text>p{
    color: #059555;
}

/*footer*/
#footer{
    box-sizing: border-box;
    padding:0 5%;
    background: #1c1c1c;
    position: relative;
}

.footer_bottom_bg{ border-top:1px solid #3e3e3e;}
.footer_top:after{
    display: block;
    content: '';
    clear: both;
}

.logo_fot img{
    float:left;
    margin-right: 5%;
}

.footer_t_l{
    float:left;
    width: 50%;
    margin-top:5%;
}
.footer_t_l img{
    margin-bottom: 35px;
}
.foticon{
    margin-top: 5%;
}
.foticon a{
    float:left;
    display: block;
    line-height: 50px;
    padding-left: 6%;
    margin-right: 8%;
    width: 17%;
    -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;
}
.foticon a:first-child{ background:  url("../images/walkin.png") no-repeat left center;}
.foticon a:nth-child(2){ background:  url("../images/lx.png") no-repeat left center;}
.foticon a:nth-child(3){ background:  url("../images/address.png") no-repeat left center;}
.footer_t_l ul li{font-size:14px;color: #a3b3c9;float:left;
    width: 200px;
    margin-bottom: 20px;
}
.footer_t_l ul li:last-child{
    width: 270px;
}

.footer_t_m{
    width: 34%;
    box-sizing: border-box;
    float:left;
    margin-top:5%;
}




.footer_t_r{
    float: right;
    width: 13%;
}
.footer_t_r h1{
    font-size: 2.5vw;
    color: #f3f3f3;
    text-transform: uppercase;
}
.footer_t_r img{
    float:right;
    margin-bottom:11%;
}
.footer_t_r img:hover{
    cursor: pointer;
}
.footer_t_r p{
    font-size:14px;
    color: #f3f3f3;
    line-height: 30px;
}
.footer_t_r span{
    font-size: 16px;
    color: #f3f3f3;
    margin-top:3%;
}

.footer_bottom{
    height: 64px;
    line-height: 64px;

}
.footer_bottom p{
    color: #7b7b7b;
    font-size:12px;
    float:left;
}
.footer_bottom p a{
    color: #7b7b7b;
    font-size:12px;
}
notempty a{
    color: #7b7b7b;
    font-size:12px;
}
.login{
    float:right;
}
.login a{
    font-size:12px;
    color: #7b7b7b;
    float:left;
}



