@charset "UTF-8";



/*
@font-face {
    font-family: 'htj';
    src: url("../font/Font.ttf");
    font-weight: normal;
    /*-webkit-text-stroke-width: 0.2px;*/
    /*-webkit-font-smoothing: antialiased;*/
/*
}
@font-face{font-family:webfont;src:url(font/webfont.eot?111);src:url(font/webfont.eot?#iefix) format('embedded-opentype'),url(font/webfont.woff?111) format('woff'),url(font/webfont.ttf?111) format('truetype'),url(font/webfont.svg#webfont) format('svg')}
*/
/*@font-face {*/
    /*font-family: 'webfont';*/
    /*src: url("../font/webfont.woff");*/
    /*font-weight: normal;*/
    /*/!*-webkit-text-stroke-width: 0.2px;*!/*/
    /*/!*-webkit-font-smoothing: antialiased;*!/*/
/*}*/


/*@font-face{font-family:webfont;src:url(font/webfont.eot?111);src:url(font/webfont.eot?#iefix) format('embedded-opentype'),url('../font/webfont.woff?111') format('woff'),url(font/webfont.ttf?111) format('truetype'),url(font/webfont.svg#webfont) format('svg')}*/
/*@font-face{*/
    /*font-family: 'DIN';*/
    /*src: url("../fonts/DIN-BOLD_0.eot");*/
    /*src: url("../fonts/DIN-BOLD_0.svg");*/
    /*src: url("../fonts/DIN-BOLD_0.ttf");*/
/*}*/

/*@font-face { font-family: 'DIN'; src: url('../fonts/DIN-BOLD_0.eot'); /!* IE9 Compat Modes *!/ src:  /!* Modern Browsers *!/ url('../fonts/DIN-BOLD_0.ttf') format('truetype'), /!* Safari, Android, iOS *!/ url('../fonts/DIN-BOLD_0.svg#DIN') format('svg'); /!* Legacy iOS *!/ }*/



/*首页*/
.wrap{
    width: 1200px;
    margin: 0 auto;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    height: 75px;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.header-wrap{
    width: 1380px;
    margin: 0 auto;
}
.logo{
    float: left;
    margin-top: 16px;
}
.nav{
    float: left;
    margin-left: 220px;
    margin-top: 28px;
}
.nav li{
    float: left;
    margin-left: 50px;
}
.nav li a{
    font-size: 16px;
    color: #444444;
}
.nav li.on a{
    color: #ff6600;
}
.nav li a:hover{
    color: #ff6600;
}
.header-a{
    float: right;
    margin-top: 20px;
}
.header-a a{
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 16px;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-a .header-a-online{
    border: 1px solid #444444;
}
.header-a .header-a-online:hover{
    background-color: #444444;
    color: white;
}
.header-a .header-a-log{
    border: 1px solid #00aced;
}
.header-a .header-a-log:hover{
    background-color: #00aced;
    color: white;
}
.header-a .header-a-reg{
    border: 1px solid #ff8e43;
    background-color: #ff8e43;
    color: white;
}
.header-a .header-a-reg:hover{
    background-color: #ff6600;
}
.index-banner .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background: white;
    opacity: 1;
    margin: 0 8px !important;
}
.index-banner .swiper-pagination{
    bottom: 20px;
}
.index-banner .swiper-pagination-bullet-active{
    background: #ff6600;
}
.index-banner img{
    width: 100%;
}
.index-count{
    border-bottom: 1px solid #e4e4e4;
}
.index-count-wrap{
    width: 1200px;
    margin: 0 auto;
}
.ic-title{
    padding-top: 86px;
}
.ic-title h3{
    color: #13b2ee;
    font-size: 48px;
    font-family: webfont;
    text-align: center;
    font-weight: normal;

}
.ic-content{
    margin-top: 52px;
}
.icc-left{
    float: left;
    width: 540px;
    margin-top: 40px;
    margin-left: 50px;
}
.icc-left-list{
    cursor: default;
    margin-bottom: 40px;
}
.ill-img{
    float: left;
    width: 60px;
    height: 60px;
}
.ill-p{
    float: left;
    margin-left: 16px;
	width:444px;
}
.ill-p h4{
    font-size: 24px;
    color: #444444;
    font-family: webfont;
    font-weight: normal;
}
.icc-left-list.on .ill-p h4{
    color: #ff6600;
}
.ill-p p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
}
.icc-right{
    float: right;
    margin-right: 50px;
}
.icc-right-list{
    display: none;
}

.ill-img1{
    background: url("../images/ill-img1.png") no-repeat;
}
.icc-left-list.on .ill-img1{
    background: url("../images/ill-img1-on.png") no-repeat;
}
.ill-img2{
    background: url("../images/ill-img2.png") no-repeat;
}
.icc-left-list.on .ill-img2{
    background: url("../images/ill-img2-on.png") no-repeat;
}
.ill-img3{
    background: url("../images/ill-img3.png") no-repeat;
}
.icc-left-list.on .ill-img3{
    background: url("../images/ill-img3-on.png") no-repeat;
}

.index-matter{
    background-color: #f9f9f9;
    border-bottom: 1px solid #e4e4e4;
}
.index-matter-wrap{
    width: 1200px;
    margin: 0 auto;
}
.h_75{
    height: 75px;
}
.index-manage{
    border-bottom: 1px solid #e4e4e4;
}
.index-module{
    border-bottom: 1px solid #e4e4e4;
}

.index-matter .icc-right{
    float: left;
    margin-right: 0;
    margin-left: 50px;
}
.index-matter .icc-left{
    float: right;
    margin-left: 0;
    margin-right: 50px;
}

.ill-img4{
    background: url("../images/ill-img4.png") no-repeat;
    background-size: 100% 100%;
}
.icc-left-list.on .ill-img4{
    background: url("../images/ill-img4-on.png") no-repeat;
    background-size: 100% 100%;
}
.ill-img5{
    background: url("../images/ill-img5.png") no-repeat;
}
.icc-left-list.on .ill-img5{
    background: url("../images/ill-img5-on.png") no-repeat;
}
.ill-img6{
    background: url("../images/ill-img6.png") no-repeat;
}
.icc-left-list.on .ill-img6{
    background: url("../images/ill-img6-on.png") no-repeat;
}



.ill-img7{
    background: url("../images/ill-img7.png") no-repeat;
    background-size: 100% 100%;
}
.icc-left-list.on .ill-img7{
    background: url("../images/ill-img7-on.png") no-repeat;
    background-size: 100% 100%;
}
.ill-img8{
    background: url("../images/ill-img8.png") no-repeat;
}
.icc-left-list.on .ill-img8{
    background: url("../images/ill-img8-on.png") no-repeat;
}
.ill-img9{
    background: url("../images/ill-img9.png") no-repeat;
}
.icc-left-list.on .ill-img9{
    background: url("../images/ill-img9-on.png") no-repeat;
}

.index-module{
    background-color: #f9f9f9;
}
.index-module-wrap{
    width: 1200px;
    margin: 0 auto;
}
.im-box-c{
    margin-top: 60px;
}
.im-box{
    float: left;
    /*width: 25%;*/
    margin: 0 92px;
    margin-bottom: 50px;
}
.im-box-img{
    width: 115px;
    height: 115px;
    background-color: white;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
}
.im-box-img img{
    position: absolute;
    top: 39%;
    left: 37%;
    /*-webkit-transform: translate(-50%,-50%);*/
    /*transform: translate(-50%,-50%);*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.im-box:hover .im-box-img img{
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}
.im-box:hover a{
    cursor: default !important;
}
.im-box p{
    color: #666666;
    font-size: 16px;
    text-align: center;
    margin-top: 14px;
}
.index-we{
    padding-bottom: 110px;
    border-bottom: 1px solid #e4e4e4;
}
.index-we-swiper{
    /*margin-top: 80px;*/
    position: relative;
    width: 1100px;
    margin: 80px auto 0;
}
.index-we-swiper .swiper-slide{
    text-align: center;
}
.index-we-swiper img{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.index-we-swiper img:hover{
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    box-shadow: 1px 1px 10px #ebeced;
}
.index-we .swiper-button-prev{
    width: 10px;
    height: 18px;
    background-size: 100% 100%;
    opacity: 0.8;
    margin-top: -9px;
    left: -10px;
    background: url("../images/index-dy-prev.png") no-repeat;
}
.index-we .swiper-button-next{
    width: 10px;
    height: 18px;
    background-size: 100% 100%;
    opacity: 0.8;
    margin-top: -9px;
    right: -10px;
    background: url("../images/index-dy-next.png") no-repeat;
}
.index-we .swiper-button-next:hover{
    background: url("../images/index-dy-next-or.png") no-repeat;
}
.index-we .swiper-button-prev:hover{
    background: url("../images/index-dy-prev-or.png") no-repeat;
}
.index-download{
    background-color: #fafafa;
    padding-bottom: 86px;
    border-bottom: 1px solid #e4e4e4;
}
.index-download-c{
    /*margin-top: 72px;*/
    width: 1048px;
    margin: 72px auto 0;
}
.idc-box{
    float: left;
    margin: 0 60px;
}
.idc-box-img{
    width: 141px;
    height: 141px;
    position: relative;
    /*border: 2px solid #d1d1d1;*/
    overflow: hidden;
    /*border-radius: 100%;*/
    background: url("../images/big-round.png") no-repeat center center;
    /*background-size: 90% 90%;*/
}
.idc-box-img img{
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/

    top: 31%;
    left: 30%;
    /*-webkit-transform: translate(-50%,-50%);*/
    /*transform: translate(-50%,-50%);*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.index-download-c .idc-box:nth-of-type(2) img{
    top: 30%;
    left: 32%;
}
.index-download-c .idc-box:nth-of-type(3) img{
    top: 29%;
    left: 35%;
}
.idc-box:hover .idc-box-img img{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-dy{
    /*border-bottom: 1px solid #e4e4e4;*/
}
.index-dy-content{
    margin-top: 72px;
    position: relative;
}
.idc-box p{
    text-align: center;
    color: #888888;
    font-size: 16px;
    margin-top: 36px;
    line-height: 25px;
}
.idyc-box-img{
    overflow: hidden;
    position: relative;
}
.idyc-dark{
    position: absolute;
    top: 0;
    left: -380px;
    /*transform: translateY(-100%);*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.idyc-box:hover .idyc-dark{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}


.idyc-box-p h4{
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    -webkit-font-smoothing: antialiased;
}
.idyc-box:hover .idyc-box-p h4{
    color: #ff6600;
}
.idyc-box-p p{
    color: #888888;
    line-height: 24px;
    margin-top: 22px;
    -webkit-font-smoothing: antialiased;
}
.index-dy{
    padding-bottom: 84px;
}
.idyc-box{
    height: 332px;
}
.index-dy .swiper-button-prev{
    background-size: 100% 100%;
    opacity: 0.8;
    left: -42px;
    background: url("../images/index-dy-prev.png") no-repeat center center;
    /*transform: scale(1.4);*/
    /*-webkit-transform: scale(1.4);*/

    width: 30px;
    margin-top: 0;
    height: 332px;
    top: 0;
}
.index-dy .swiper-button-prev:hover{
    /*background: url("../images/index-dy-prev-or.png") no-repeat;*/
    background: #F5F5F5 url("../images/index-dy-prev.png") no-repeat center center;

}
.index-dy .swiper-button-next{
    right: -42px;
    background-size: 100% 100%;
    opacity: 0.8;
    background: url("../images/index-dy-next.png") no-repeat center center;
    /*transform: scale(1.4);*/
    /*-webkit-transform: scale(1.4);*/

    width: 30px;
    margin-top: 0;
    height: 332px;
    top: 0;
}
.index-dy .swiper-button-next:hover{
    background: #F5F5F5 url("../images/index-dy-next.png") no-repeat center center;


}
.index-dy-more{
    margin-top: 46px;
    text-align: center;
}
.index-dy-more a{
    display: inline-block;
    /*padding: 16px 52px;*/
    height: 43px;
    line-height: 43px;
    width: 163px;
    color: #ff6600;
    border: 1px solid #ff6600;
    border-radius: 24px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-dy-more a:hover{
    color: white;
    background-color: #ff6600;
}
footer{
    padding-top: 75px;
    padding-bottom: 45px;
    background-color: #f8f8f8;
	min-width:1200px;
}
.ft-share{
    float: left;
    width: 324px;
    display: none;
}
.ft-share p{
    color: #444444;
    font-size: 16px;
    margin-bottom: 30px;
}
.ft-share a{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 30px;
}
.share-weixin{
    background: url('../images/share-weixin.png') no-repeat center center;
}
.share-weixin:hover{
    background: url('../images/share-weixin-on.png') no-repeat center center;
}
.share-qq{
    background: url('../images/share-qq.png') no-repeat center center;
}
.share-qq:hover{
    background: url('../images/share-qq-on.png') no-repeat center center;
}
.share-xinlang{
    background: url('../images/share-xinlang.png') no-repeat center center;
}
.share-xinlang:hover{
    background: url('../images/share-xinlang-on.png') no-repeat center center;
}
.ft-company{
    float: left;
    width: 554px;
    /* margin-left: 50px; */
}
.ft-company h4{
    margin-bottom: 28px;
    font-weight: normal;
    font-size: 16px;
    color: #444444;
}
.ft-company p{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
.ft-code{
    float: right;
    margin-right: 70px;
}
.ft-code .ft-code-box:first-child{
    margin-right: 60px;
}
.ft-code-box{
    float: left;
}
.ft-code-box p{
    color: #666666;
    font-size: 14px;
    margin-top: 13px;
    text-align: center;
}

/*产品*/
.inner-banner img{
   /* width: 100%;*/
}
.produce-nav{
    margin: 50px 0;
}
.produce-nav a{
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #555555;
    font-size: 14px;
}
.produce-nav a.on{
    color: white;
    background-color: #ff6600;
}
.produce-1{
    background-color: #fafafa;
    padding-top: 20px;
	min-width:1200px;
}
.produce-1-left{
    float: left;
    margin-left: 140px;
}
.produce-1-right{
    float: right;
    margin-right: 140px;
}
.produce-1-right h4{
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    margin-top: 86px;
    margin-bottom: 34px;
    text-align: right;
}
.produce-1-right p{
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
}
.produce-2{
    padding-top: 20px;
}
.produce-2-left{
    float: left;
    margin-left: 140px;
}
.produce-2-left h4{
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    margin-top: 86px;
    margin-bottom: 34px;
}
.produce-2-left p{
    color: #555555;
    font-size: 16px;
    line-height: 30px;
}
.produce-2-right{
    float: right;
    margin-right: 140px;
}
.h_100{
    height: 100px;
}
.footer-bot{
    margin-top: 56px;
}
.footer-bot p{
    text-align: center;
    color: #777777;
}
.footer-bot a{
    color: #777777;
}
.produce-1 .pb-left{
    margin-left: 80px;
    margin-top: 40px;
}
.produce-2 .pb-right{
    margin-right: 80px;
    margin-top: 40px;
}


/*价格*/
.price-standard{
    padding-top: 58px;
}
.price-title{
    border-left: 3px solid #ff6600;
}
.price-title h3{
    color: #333333;
    font-size: 24px;
    padding-left: 10px;
    font-weight: normal;
}
.ps-p{
    margin-top: 50px;
    padding-bottom: 36px;
    border-bottom: 1px solid #eeeeee;
}
.ps-p p{
    font-size: 16px;
    color: #444444;
}
.ps-money{
    margin-top: 34px;
    padding-bottom: 60px;
    border-bottom: 1px dotted #dddddd;
}
.ps-money p{
    font-size: 16px;
    color: #444444;
}
.ps-money-num{
    margin-top: 32px;
    overflow: hidden;
}
.ps-money-input{
    font-size: 14px;
    height: 42px;
    padding: 0 20px;
    width: 160px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    float: left;
}
.ps-money-submit{
    font-size: 14px;
    height: 42px;
    border: 1px solid #ff8e43;
    background: #ff8e43;
    color: white;
    width: 120px;
    cursor: pointer;
    border-radius: 20px;
    margin-left: 15px;
    float: left;
}
.ps-money-remark{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    color: #f43824;
    font-size: 14px;
    margin-left: 20px;
    float: left;
}
.ps-money-remark em{
    color: #ff8e43;
}
.price-standard-detail{
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dotted #dddddd;
}
.ps-detail-table{
    margin-top: 60px;
}
.ps-detail-table table{
    border:solid #eeeeee;
    border-width:1px 0 0 1px;
}
.ps-detail-table th{
    height: 60px;
    font-weight: normal;
    font-size: 16px;
    color: #444444;
    background-color: #f2f2f2;
    border-right: 1px solid #eeeeee;
}
.ps-detail-table td{
    font-size: 14px;
    color: #444444;
    text-align: center;
    height: 60px;
    border:solid #eeeeee;
    border-width:0px 1px 1px 0px;
}
.psd-table-p{
    width: 640px;
    margin: 0 auto;
    line-height: 24px;
}
.ps-detail-table .psd-table-right{
    color: #ff6f0f;
}
.price-standard-custom{
    margin-top: 60px;
}
.psc-p{
    margin-top: 50px;
    padding-bottom: 70px;
}
.psc-p p{
    font-size: 16px;
    color: #444444;
}
.psc-p p em{
    color: #ff6600;
    font-size: 20px;
    display: inline-block;
}

/*服务*/
.service-top{
    margin-top: 70px;
}
.service-top-box{
    float: left;
    width: 33.3%;
    text-align: center;
}
.stb-img{
    width: 170px;
    margin: 0 auto;
    height: 170px;
}
.stb1 .stb-img{
    background: url("../images/service-top1.jpg") no-repeat;
}
.stb1:hover .stb-img{
    background: url("../images/service-top1-on.jpg") no-repeat;
}
.stb2 .stb-img{
    background: url("../images/service-top2.jpg") no-repeat;
}
.stb2:hover .stb-img{
    background: url("../images/service-top2-on.jpg") no-repeat;
}
.stb3 .stb-img{
    background: url("../images/service-top3.jpg") no-repeat;
}
.stb3:hover .stb-img{
    background: url("../images/service-top3-on.jpg") no-repeat;
}

.service-top-box h4{
    font-size: 20px;
    color: #222222;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
.service-top-box p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}
.service-bot{
    margin-top: 76px;
    margin-bottom: 80px;
}
.service-bot-box{
    float: left;
    margin-left: 30px;
    text-align: center;
}
.service-bot .service-bot-box:first-child{
    margin-left: 0;
}
.sbb-p{
    height: 155px;
    background-color: #f2f2f2;
}
.sbb-p h4{
    color: #222222;
    font-size: 20px;
    font-weight: normal;
    padding-top: 36px;
    margin-bottom: 20px;
}
.sbb-p p{
    color: #666666;
    font-size: 14px;
    line-height: 28px;
}



/*下载*/
.inner-download{
    margin-bottom: 70px;
}


/*关于我们*/
.about-content{
    border-top: 1px solid #e9e9e9;
    padding-bottom: 70px;
}
.about-title{
    text-align: center;
    margin-top: 60px;
}
.about-title span{
    color: #222222;
    font-size: 26px;
    border-bottom: 1px solid #aaaaaa;
    line-height: 36px;
    display: inline-block;
    padding-bottom: 15px;
}
.about-title-small{
    margin-top: 45px;
}
.about-title-small h4{
    color: #222222;
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
}
.about-title-small p{
    color: #666666;
}
.about-contact-top{
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px dotted #e9e9e9;
}
.act-box{
    margin: 50px 0;
    width: 50%;
    float: left;
}
.act-box-left{
    float: left;
    margin-left: 30px;
}
.act-box-right{
    float: left;
    margin-left: 30px;
	width:450px;
}
.act-box-right h4{
    color: #444444;
    font-size: 24px;
    font-weight: normal;
    margin-top: 12px;
}
.act-box-right p{
    margin-top: 20px;
    color: #444444;
    font-size: 18px;
}
.qq-contact-a{
    display: inline-block;
    color: #0098df;
    font-size: 18px;
    text-decoration: underline;
}
.qq-contact-a:hover{
    text-decoration: underline;
}

/*动态*/
.h_60{
    height: 60px;
}
.news-list{
    margin-top: 50px;
    margin-bottom: 60px;
}
.news-box{
    padding: 50px 0;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #e9e9e9;
}
.news-box:hover{
    background-color: #f6f6f6;
}
.news-box-img{
    float: left;
    margin-left: 40px;
    position: relative;
    margin-top: 15px;
}
.news-box-p{
    float: left;
    margin-left: 80px;
    width: 600px;
    transition: all 0.3s ease-in-out;
}
.news-box:hover .news-box-p{
    transform: translateX(20px);
}
.news-box-p h3{
    color: #444444;
    font-size: 18px;
    margin-top: 18px;
    font-weight: normal;
}
.news-box-p p{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.news-box-arrow{
    float: right;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #dbdbdb;
    text-align: center;
    color: #888888;
    margin-right: 20px;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}
.news-box:hover .news-box-arrow{
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: white;
    transform: translateX(-50px);
}
.or-line{
    width: 10px;
    height: 2px;
    background-color: #ff6600;
    position: absolute;
    top: 30px;
    left: 250px;
    opacity: 0;
    display: none;
}
.page{
    text-align: center;
}
.page a{
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #bbbbbb;
    margin: 0 5px;
    color: #444444;
}
.page .on{
    color: white;
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

/*新闻详情*/
.news-detail{
    width: 1000px;
    margin: 0 auto;
}
.news-detail-title{
    margin-top: 60px;
    border-left: 3px solid #ff6600;
    padding-left: 20px;
}
.news-detail-title h3{
    color: #444444;
    font-size: 18px;
    font-weight: normal;
}
.news-detail-title p{
    margin-top: 16px;
    color: #999999;
}

/*伙伴*/
.join-form{
    padding-bottom: 70px;
}
.join-content .price-title{
    margin: 60px 0;
}
.join-form-table td{
    padding: 10px 0;
    font-size: 16px;
}
.jft-input{
    height: 40px;
    line-height: 40px;
    border: 1px solid #aaaaaa;
    margin-left: 20px;
    padding: 0 10px;
    width: 330px;
}
.jft-submit{
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: white;
    margin-left: 20px;
    border: none;
    cursor: pointer;
    background-color: #ff8e43;
    border-radius: 20px;
}
.index-banner .swiper-slide{
    position: relative;
}
.index-banner-a{
    display: inline-block;
    position: absolute;
    top: 442px;
    left: 360px;
    width: 176px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: #ff9752;
    border-radius: 20px;
}
 .noinfo{
	 margin-top:50px;
	 font-size:16px;
 }


/*9.2新增修改首页产品样式*/
.pd1{
    width: 380px;
    height: 545px;
    background: url("../images/pd1-bg.png") no-repeat;
    position: relative;
}
.pd1 img{
    position: absolute;
    left: 24px;
    top: 92px;
}
.pd2{
    width: 380px;
    height: 545px;
    background: url("../images/pd2-bg.png") no-repeat;
    position: relative;
}
.pd2 img{
    position: absolute;
    left: 24px;
    top: 92px;
}
.pd3{
    width: 370px;
    height: 560px;
    background: url("../images/pd3-bg.png") no-repeat;
    position: relative;
}
.pd3 img{
    position: absolute;
    left: 23px;
    top: 90px;
}





/*8.30新增会员*/
/*错误页面*/
.inner-back{
    float: right;
    margin-top: 20px;
}
.inner-back-index{
    display: inline-block;
    color: #444444;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.inner-back-log{
    display: inline-block;
    color: #444444;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    width: 68px;
    text-align: center;
    border: 1px solid #666666;
    border-radius: 18px;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.inner-back-log:hover{
    color: white;
    background-color: #666666;
}
.error-content{
    background-color: #eaf1f5;
    height: 600px;
}
.error-title-img{
    text-align: center;
    padding-top: 40px;
}
.error-title h3{
    text-align: center;
    font-family: webfont;
    color: #00aced;
    font-size: 44px;
    font-weight: normal;
    margin-top: 43px;
}
.error-download .index-download-c{
    margin-top: 48px;
}
.inner-bot{
    margin-top: 40px;
    margin-bottom: 40px;
}
.inner-bot-c{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
}
.ibc-left{
    float: left;
}
.ibc-left a{
    display: inline-block;
    padding: 0 12px;
    color: #666666;
    font-size: 14px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #c3c3c3;
}
.ibc-left a:first-of-type{
    border-left: none;
}
.ibc-left a:last-of-type{
    border-right: none;
}
.ibc-right{
    float: right;
    color: #888888;
}

/*登录*/
.login-content{
    height: 600px;
    background: url("../images/login-bg.jpg") no-repeat;
    background-position: center center;
}
.vip-box{
    float: right;
    width: 543px;
    height: 480px;
    border: 1px solid #dddddd;
    background-color: white;
    margin-top: 60px;
}
.vip-box-title{
    margin-top: 44px;
}
.vip-box-title h3{
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}
.vip-box-content{
    width: 450px;
    margin: 40px auto 0;
}
.vbc-input{
    /*margin-top: 40px;*/
    /*background: url("../images/red-star.png") no-repeat left center;*/
    padding-left: 18px;
    position: relative;
}
.vbc-input input{
    height: 48px;
    line-height: 48px;
    width: 390px;
    padding: 0 14px;
    font-size: 14px;
    border: 1px solid #aaaaaa;
}
/*.vbc-input span{*/
    /*display: inline-block;*/
    /*color: #f60101;*/
    /*font-size: 18px;*/
    /*position: absolute;*/
    /*top: 20px;*/
    /*left: 0;*/
/*}*/
.vbc-auto{
    margin-bottom: 40px;
}
.vbc-auto-left{
    float: left;
    margin-left: 18px;
}
.vbc-auto-left input{
    vertical-align: middle;
    margin-top: -2px;
    font-size: 14px;
    margin-right: 12px;
}
.vbc-auto-left span{
    font-size: 14px;
    color: #888888;
}
.vbc-auto-right{
    float: right;
    margin-right: 13px;
}
.vbc-auto-right a{
    font-size: 14px;
    color: #888888;
}
.vbc-input-submit{
    /*margin-top: 38px;*/
}
.vbc-input-submit input{
    width: 421px;
    border: none;
    cursor: pointer;
    height: 56px;
    background-color: #ff8d42;
    font-size: 18px;
    color: white;
    border-radius: 2px;
    margin-left: 17px;
}
.vbc-a-reg{
    margin-top: 14px;
    margin-left: 18px;
}
.vbc-a-reg p{
    color: #666666;
    font-size: 14px;
}
.vbc-a-reg p a{
    color: black;
    text-decoration: underline;
}
.vis-online{
    margin-top: 10px;
}
.vbc-input-verify{
    /*margin-top: 40px;*/
    /*background: url("../images/red-star.png") no-repeat left center;*/
    padding-left: 18px;
    position: relative;
}
.vbc-input-verify input{
    height: 48px;
    line-height: 48px;
    width: 224px;
    padding: 0 14px;
    font-size: 14px;
    border: 1px solid #aaaaaa;
    float: left;
}
.vbc-input-verify a{
    width: 148px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ff6600;
    float: right;
    background-color: white;
    font-size: 16px;
    color: #ff6600;
    margin-right: 13px;
}
.ibc-left a:hover{
    color: #ff6600;
}
.vbc-tip{
    height: 40px;
    margin-left: 20px;
}
.vbc-tip p{
    color: #f60101;
    line-height: 28px;
}
.inner-header{
    box-shadow: none;
    position: static;
}





/*8.30新增会员*/
/*错误页面*/
/*.inner-back{*/
    /*float: right;*/
    /*margin-top: 32px;*/
/*}*/
/*.inner-back a{*/
    /*color: #444444;*/
    /*font-size: 14px;*/
/*}*/
/*.error-content{*/
    /*background-color: #eaf1f5;*/
    /*height: 600px;*/
/*}*/
/*.error-title-img{*/
    /*text-align: center;*/
    /*padding-top: 40px;*/
/*}*/
/*.error-title h3{*/
    /*text-align: center;*/
    /*font-family: htj;*/
    /*color: #00aced;*/
    /*font-size: 44px;*/
    /*font-weight: normal;*/
    /*margin-top: 43px;*/
/*}*/
/*.error-download .index-download-c{*/
    /*margin-top: 48px;*/
/*}*/
/*.inner-bot{*/
    /*margin-top: 40px;*/
/*}*/
/*.inner-bot-c{*/
    /*border-top: 1px solid #dddddd;*/
    /*border-bottom: 1px solid #dddddd;*/
    /*padding: 20px 0;*/
/*}*/







/*.vip-box{*/
    /*float: right;*/
    /*width: 543px;*/
    /*height: 480px;*/
    /*border: 1px solid #dddddd;*/
    /*background-color: white;*/
    /*margin-top: 60px;*/
/*}*/




/*他们都在用工作快兼容*/
.iw-prev{
    width: 30px;
    height: 140px;
    background-size: 100% 100%;
    opacity: 0.8;
    left: -30px;
    background: url("../images/index-dy-prev.png") no-repeat center center;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.iw-next{
    position: absolute;
    width: 30px;
    height: 140px;
    background-size: 100% 100%;
    opacity: 0.8;
    right: -30px;
    background: url("../images/index-dy-next.png") no-repeat center center;
    top: 0;
    cursor: pointer;
}
.iw-next:hover{
    background: #F7F7F7 url("../images/index-dy-next.png") no-repeat center center;

}
.iw-prev:hover{
    background: #F7F7F7 url("../images/index-dy-prev.png") no-repeat center center;
}
.index-we-swiper .swiper-container{
    height: 140px;
}
.index-dy-content .swiper-container{
    height: 332px;
}

/*行业动态*/
.idy-prev{
    background-size: 100% 100%;
    opacity: 0.8;
    left: -58px;
    background: url("../images/index-dy-prev.png") no-repeat center center;
    /*transform: scale(1.4);*/
    /*-webkit-transform: scale(1.4);*/

    width: 30px;
    margin-top: 0;
    height: 332px;
    top: 0;
    position: absolute;
}
.idy-prev:hover{
    /*background: url("../images/index-dy-prev-or.png") no-repeat;*/
    background: #F5F5F5 url("../images/index-dy-prev.png") no-repeat center center;

}
.idy-next{
    right: -42px;
    background-size: 100% 100%;
    opacity: 0.8;
    background: url("../images/index-dy-next.png") no-repeat center center;
    /*transform: scale(1.4);*/
    /*-webkit-transform: scale(1.4);*/

    width: 30px;
    margin-top: 0;
    height: 332px;
    top: 0;
    position: absolute;
}
.idy-next:hover{
    background: #F5F5F5 url("../images/index-dy-next.png") no-repeat center center;

}

.index-banner-new .swiper-container{
    height: 880px;
}
.slideBox{ width:100%; height:880px; overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:0; bottom:80px; z-index:1;width: 100%; }
.slideBox .hd ul{ overflow:hidden; zoom:1; position: absolute;top: 0;left: 50%;transform: translateX(-50%);   }
.slideBox .hd ul li{ float:left; margin: 0 8px;  width:12px; height:12px; text-align:center; background:#fff; cursor:pointer; border-radius: 100%}
.slideBox .hd ul li.on{ background:#ff6600; color:#fff; }

.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; position: relative;height: 880px }
.slideBox .bd img{}

.gzk-box-left{position: absolute;top: 310px;left: 17%;z-index: 2;}
.gzk-box-p{margin-top: 30px;}
.gzk-box-p p{color: #444444;font-size: 26px;font-family: webfont;line-height: 45px;}
.gzk-box-reg{margin-top: 50px;}
.gzk-box-reg a{display: inline-block;width: 176px;height: 50px;line-height: 50px;background-color: #ff9752;color: white;font-size: 18px;text-align: center;border-radius: 28px;  }
.gzk-box-reg a:hover{background:#ff6600;}

.gzk-box-right{position: absolute;top: 310px;right: 17%;z-index: 2;}


.index-dy-content .swiper-slide{
    box-sizing: border-box;
    padding: 0 10px;
}

.friend-link{ position:fixed; z-index:99; right:0; bottom:20px;}
.friend-link li{ margin-bottom:2px;}


.realflink{width:1200px;margin:0 auto;padding:20px 0px 35px 0px;}
.realflink h3{color: #13b2ee;font-size: 20px;font-family: webfont;font-weight: normal;}
.realflink a:hover{background:#F3F3F3;color:#ff6600;font-weight:bold}


/*笔记本兼容*/
@media screen and (min-width: 1401px) and (max-width: 1600px){
    .index-banner-new{
        zoom: 0.85;
    }
}
@media screen  and (max-width: 1400px) {
    .index-banner-new{
        zoom: 0.85;
    }
    /*.header-wrap{*/
        /*zoom: 0.85;*/
    /*}*/
    /*.nav{*/
        /*margin-left: 10px;*/
    /*}*/
    .gzk-box-right{position: absolute;top: 310px;right: 7%;z-index: 2;}
    /*.header-a{*/
        /*float: left;*/
        /*margin-left: 10%;*/
    /*}*/

    .logo{
        margin-left: 90px;
    }
    .header-a{
        margin-right: 90px;
    }
    .nav{
        margin-left: 30px;
    }

}


/*针对IE*/
@media screen and (min-width:0\0) and (max-width: 1400px){
    .index-banner-new{
        zoom: 1 !important;
    }
}
/*针对IE*/
@media screen and (min-width:0\0) and (min-width: 1401px) and (max-width: 1600px){
    .index-banner-new{
        zoom: 1 !important;
    }
}









