@import "global.css";
/*banner*/
.page-banner{
    width: 100%;
    height: 484px;
    float: left;
    position: relative;
}
.page-banner .tit{
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    float: left;
    position: absolute;
    top: 251px;
    left: 0;
    z-index: 66;
    text-align: center;
    padding-bottom: 20px;
}
.page-banner .tit:after{
    content: '';
    width: 66px;
    height: 4px;
    background: #fdc300;
    position: absolute;
    left: 50%;
    margin-left: -33px; 
    bottom: 0;
}
.page-banner p{
    width: 100%;
    font-size: 30px;
    color: #fff;
    float: left;
    position: absolute;
    top: 324px;
    left: 0;
    z-index: 66;
    text-transform: uppercase;
    text-align: center;
}
/*bannert end*/
/*page-main*/
.page-main{
    width: 100%;
    min-height: 800px;
    background: #fff;
    float: left;
    padding-bottom: 100px;
}
.page-main .pm-nav{
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #eaeaea;
    float: left;
    text-align: left;
    font-size: 0;
}
.pm-nav:before{
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/about01.png) no-repeat;
    float: left;
    margin-top: 25px;
    margin-right: 10px;
}
.page-main .pm-nav span{
    color: #666;
    display: inline-block;
}
.page-main .pm-nav a{
    color: #337ab7;
    display: inline-block;
}
.page-main .pm-left{
    width: 880px;
    float: left;
}
.page-main .pm-left .pl-tit{
    width: 100%;
    height: 99px;
    line-height: 99px;
    font-size: 36px;
    color: #666;
    position: relative;
    float: left;
}
.page-main .pm-left .pl-tit:before{
    content: '';
    width: 175px;
    height: 5px;
    background: #fdc300;
    position: absolute;
    left: 0;
    top: 99px;
}
.page-main .pm-left .pl-tit:after{
    content: '';
    width: 700px;
    height: 5px;
    background: #006db7;
    position: absolute;
    right: 0;
    top: 99px;
}
.page-main .pm-left .pl-cont{
    width: 100%;
    float: left;
    text-align: center;
}
.page-main .pm-left .pl-tit2{
    padding-top: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eaeaea;
    float: left;
}
.page-main .pm-left .pl-tit2 h1{
    width: 100%;
    font-size: 26px;
    float: left;
}
.page-main .pm-left .pl-tit2 .plc-time{
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 15px;
}
.page-main .pm-left .pl-tit2 .plc-time span{
    display: inline-block;
    color: #999;
    margin-right: 10px;
}
.page-main .pm-left .pl-cont p{
    width: 100%;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
    float: left;
    font-size: 15px;
    text-align: left;
}
.page-main .pm-left .pl-cont img{
    margin-top: 30px;
    display: inline-block;
    margin-top: 30px;
}
.page-main .pm-left .pl-cont .plc-ul{
    width: 100%;
    overflow: hidden;
    float: left;
}
.page-main .pm-left .pl-cont .plc-ul ul{
    width: 910px;
    float: left;
}
.page-main .pm-left .pl-cont .plc-ul ul li{
    width: 273px;
    margin-right: 30px;
    margin-top: 30px;
    float: right;
}
.page-main .pm-left .pl-cont .plc-ul ul li img{
    width: 100%;
    height: 290px;
    float: left;
}
.page-main .pm-left .pl-cont .plc-ul ul li span{
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    color: #666;
    font-size: 16px;
    text-align: left;
}
/*新闻中心*/
.page-main .pm-left .pml-news{
    width: 100%;
    float: left;
}
.page-main .pm-left .pml-news li{
    width: 100%;
    height: 180px;
    float: left;
    margin-top: 30px;
    border-bottom:  1px solid #eaeaea;
}
.page-main .pm-left .pml-news li .left{
    width: 220px;
    height: 130px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.page-main .pm-left .pml-news li .left img{
    width: 220px;
    height: 130px;
}
.page-main .pm-left .pml-news li .cen{
    width: 500px;
    height: 130px;
    float: left;
    overflow: hidden;
}
.page-main .pm-left .pml-news li .cen h3{
    width: 100%;
    font-size: 16px;
    float: left;
    margin-top: 10px;
}
.page-main .pm-left .pml-news li:hover .cen h3{
    color: #006db7;
}
.page-main .pm-left .pml-news li .cen p{
    width: 100%;
    line-height: 24px;
    color: #666;
    float: left;
    margin-top: 20px;
}
.page-main .pm-left .pml-news li .right{
    width: 100px;
    height: 110px;
    float: right;
}
.page-main .pm-left .pml-news li .right h3{
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 36px;
    background: #f8f8f8;
}
.page-main .pm-left .pml-news li .right p{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #006db7;
}
.page-main .pm-left .pml-news li .bottom{
    width: 100%;
    line-height: 50px;
    float: left;
    text-align: right;
}
.page-main .pm-left .pml-news li .bottom a{
    color: #006db7;
    font-weight: bold;
}
/*新闻中心 end*/
/*合作伙伴*/
.page-partner{
    width: 100%;
    float: left;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-top: 30px;
}
.page-partner li{
    width: 33.333%;
    height: 94px;
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
    text-align: center;
    float: left;
}
.page-partner li:after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: '';
}
.page-partner li img{
    max-width: 80%;
    vertical-align: middle;
}
/*.page-partner tr{*/
    /*width: 100%;*/
/*}*/
/*.page-partner tr td{*/
    /*width: 33.333%;*/
    /*height: 94px;*/
    /*border-left:1px solid #ddd;*/
    /*border-top:1px solid #ddd;*/
    /*text-align: center;*/
/*}*/
/*.page-partner tr td img{*/
    /*max-width: 80%;*/
    /*vertical-align: middle;*/
/*}*/
/*合作伙伴 end*/
/*新闻中心 end*/
.page-main .pm-right{
    width: 290px;
    float: right;
    margin-top: 20px;
}
.page-main .pm-right dl{
    width: 100%;
    float: left;
}
.page-main .pm-right dl dt{
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #006db7;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}
.page-main .pm-right dl dd{
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px dashed #ddd;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.page-main .pm-right dl dd a{
    width: 100%;
    height: 54px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.page-main .pm-right .pr-active a{
    color: #006db7;
}
.page-main .pm-right .img{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    float: left;
}
.page-main .pm-right .img img{
    display: inline-block;
}
.page-main .pm-right .bottom{
    width: 100%;
    height: 90px;
    background: #006db7;
    float: left;
    padding: 18px 20px 20px;
}
.page-main .pm-right .bottom p{
    width: 100%;
    color: #fff;
    font-size: 15px;
    float: left;
}
.page-main .pm-right .bottom span{
    width: 100%;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    float: left;
}
/*page-main end*/
/*product*/
.product{
    background: #f6f6f6;
    padding-top: 45px;
    padding-bottom: 0px;
}
.product .warp{
    overflow: hidden;
} 
.product ol{
    width: 1250px; 
}
.product ol li{
    width: 370px;
    float: left;
    margin-right: 45px;
    margin-top: 45px;
    background: #fff;
}
.product ol li .img{
    width: 100%;
    height: 216px;
    float: left;
    position: relative;
}
.product ol li .img img{
    width: 100%;
    height: 216px;
}
.product ol li .img .more{
    width: 124px;
    height: 32px;
    line-height: 32px;
    background: url(../images/i-promore.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.product ol li .img .more:hover{
    opacity: 0.9;
}
.product ol li .box{
    width: 100%;
    height: 148px;
    float: left;
    padding: 20px;
}
.product ol li .box h3{
    width: 100%;
    padding-top: 12px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.product ol li .box h3:after{
    content: '';
    width: 40px;
    height: 2px;
    background: #fac312;
    position: absolute;
    top: 0px;
    left: 0px;
}
.product ol li .box p{
    width: 100%;
    line-height: 26px;
    color: #666;
    float: left;
    margin-top: 20px;
    font-size: 13px;
}
.product .ip_more{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 235px;
}
.product .ip_more a{
    padding: 15px 60px;
    border-radius: 50px;
    background: #fac312;
    color: #fff; 
    display: inline-block;
    transition: all 0.4s;
}
.product .ip_more a:hover{
    background: #006db7; 
}
.product-promise{
    width: 100%;
    height: 370px;
    background: url(../images/businessbg.png) no-repeat;
    float: left;
    padding-top: 130px;
}
.product-promise h1{
    width: 100%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    float: left;
}
.product-promise h1:after{
    content: '';
    width: 45px;
    height: 2px;
    background: #fac312;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -22.5px;
}
.product-promise p{
    width: 100%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    float: left;
    margin-top: 20px;
}
/*product end*/
/*联系我们*/
.contact{
    width: 100%;
    float: left;
}
.contact .contact-li{
    width: 555px;
}
.contact .contact-li h3{
    width: 100%;
    float: left;
    font-size: 24px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}
.contact .contact-li h3:before{
    content: '';
    width: 45px;
    height: 4px;
    background: #fac312;
    position: absolute;
    top: 0;
    left: 0;
}
.contact .contact-li label{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.contact .contact-li label p{
    width: 100%;
    font-size: 14px;
    color: #666;
}
.contact .contact-li label p b{
    font-weight: 400;
    color: red;
}
.contact .contact-li label input{
    width: 100%;
    padding: 7px;
    border: 1px solid #eaeaea;
    margin-top: 15px;
    border-radius: 5px;
    color: #666;
}
.contact .contact-li label select{
    width: 100%;
    padding: 7px;
    border: 1px solid #eaeaea;
    margin-top: 15px;
    border-radius: 5px;
    color: #666;
}
.contact .contact-li label textarea{
    width: 100%;
    height: 190px;
    padding: 10px;
    border: 1px solid #eaeaea;
    margin-top: 15px;
    resize: none;
    border-radius: 5px;
    color: #666;
}
.contact .contact-li .btn{
    padding: 15px 55px;
    background: #006db7;
    color: #fff;
    font-size: 16px;
    margin-top: 23px; 
    float: left;
    border-radius: 50px;
}
.contact .contact-li .map{
    width: 100%;
    height: 450px;
    float: left;
    margin-top: 15px;
}
.contact .contact-li .ctl-tab{
    width: 100%;
    height: auto;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
    float: left;
    margin-top: 15px;
}
.contact .contact-li .ctl-tab li{
    padding: 0 20px;
    float: left;
    color: #666;
    cursor: pointer;
}
.contact .contact-li .ctl-tab .ctl-active{
    /*border: 1px solid #eaeaea;*/
    /*border-bottom: 1px solid #fff;*/
    /*margin-top: -2px;*/
    background: #333;
    color: #fff;
}
.contact .contact-li .ctl-cont{
    width: 100%;
    min-height: 185px;
    float: left;
    padding-top: 20px;
}
.contact .contact-li .ctl-cont>div{
    width: 100%;
    min-height: 185px;
    float: left;
    display: none;
    padding-left: 10px;
}
.contact .contact-li .ctl-cont p{
    width: 100%;
    color: #999;
    line-height: 26px;
    float: left;
}
.contact .contact-li .ctl-cont p span{
    color: #006db7;
    font-size: 16px;
}
/*联系我们 end*/