@charset "UTF-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}
input::-webkit-input-placeholder{
            color:#999999;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#999999;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#999999;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#999999;
        }
body {
    background: #fff;
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}
input{
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 14px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}


/*nav*/
.nav{
    width:1200px;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
}
.nav_txt{
    float: left;
    color: #222;
}
.nav_bar{
    float: right;
}
.nav_bar li{
    float: left;
    width: 80px;
    text-align: center;
}
.nav_bar li a{
    line-height: 48px;
    font-size: 15px;
    color: #222;
    display: inline-block;
    transition: all .3s;
    -moz-transition:all .3s; /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari and Chrome */
    -o-transition:all .3s; /* Opera */
    height: 45px;
}
.nav_bar li:hover a{
    color: #3288ff;
    border-bottom: 3px solid #3288ff;
}
.active{
    /*color: #3288ff!important;
    border-bottom: 3px solid #3288ff;*/
}
.nban img{
    display: inline-block;
    width:100%;
    height: auto;
}
.nban{
    text-align: center;
    position: relative;
}
.nbanH{
    position: relative;
}
.nbanH img{
    display: inline-block;
    width:100%;
    height: auto;
}



/*案例*/
.case_box{
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
}
.case{
    width: 1330px;
    margin: 0 auto;
}
.case_title{
    font-size: 32px;
    color: #222222;
    font-family: "黑体";
    text-align: center;
}
.case_con{
    margin-top: 97px;
}
.case-list{
    width: 595px;
    height: auto;
    float: left;
    margin-left: 50px;
    margin-bottom: 73px;
    cursor: pointer;
    transition: all .5s;
}
.case-modelimg{
    width: 595px;
    height: 364px;
    overflow: hidden;
    position: relative;
}
.case-websiteWin{
    background: url(../images/website/case_bg.png) no-repeat center 0;
    width: 595px;
    height: 364px;
    position: relative;
}
.case-pcModel{
    overflow: hidden;
    position: absolute;
    width: inherit;
    left: 0;
    top: 32px;
}
.case_Model_wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.case_Model_wrap .c-pcModelimg{
    width: 100%;
}
.xdd-pcModulePic{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    top: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.case-list:hover .xdd-pcModulePic{
    display: block;
}
.case-list{
    transition: all .3s;
}
.case-list:hover{
    transform: scale(1.03);
}
.xdd-pcModulePic img{
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.case_text{
    text-align: center;
}
.case-text1{
    font-size: 20px;
    color: #222222;
    margin-top: 40px;
}
.case-text2{
    font-size: 16px;
    color: #999999;
    margin-top: 30px;
}




/*帮助*/
.searchH{
    width: 680px;
    position: absolute; 
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.searchInputComponent{
    height: 53px;
    width: 680px;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    line-height: 55px;
    overflow: hidden;
    background: #fff;
}
.searchInputComponent input{
    border: 0;
    outline: 0;
    margin-left: 18px;
    line-height: 53px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    font-size: 16px;
    color: #999999;
    width: 560px;
}
.searchInputComponent .f-btn{
    width: 53px;
    height: 53px;
    display: inline-block;
    float: right;
    margin-right: 9px;
    position: relative;
}
.searchInputComponent .f-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -17px;
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/website/btn.png) no-repeat;
}
.searchInputComponent .f-icon:hover{
    background: url(../images/website/btn1.png) no-repeat;
}
.hotss{
    text-align: left;
    margin-left: 37px;
    font-size: 16px;
    margin-top: 10px;
}
.hotss a{
    margin-right: 34px;
    color: #fff;
}
.help_box{
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}
.help{
    width: 1100px;
    margin: 0 auto;
}
.left-menu{
    float: left;
    width: 240px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    margin-right: 20px;
}
.left-menu-item:first-child{
    border-top: 1px solid #e5e5e5;
}
.left-menu-item{
    border-bottom: 1px solid #e5e5e5;
}
.left-menu-title{
    position: relative;
    line-height: 52px;
    padding-left: 15px;
    cursor: pointer;
    z-index: 9;
    background-color: #fff;
}
.left-menu-title.hideItem .caret{
    top: 20px;
}
.left-menu-title .caret{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 16px;
    display: inline-block;
}
.left-menu-title.hideItem .caret:before{
    top: 0;
    border-top-color: #fff;
}

.left-menu-title.hideItem .caret:after, .left-menu-title.hideItem .caret:before{
    border-bottom-color: transparent;
}
.left-menu-title .caret:after, .left-menu-title .caret:before{
    content: "";
    position: absolute;
    left: 0;
    width: 0px;
    height: 0;
    border: 7px solid transparent;
}
.left-menu-title.hideItem .caret:after{
    top: 2px;
    border-top-color: #999;
}
.left-menu-title .caret:after{
    z-index: 1;
    top: 0;
    border-bottom-color: #999;
}
.left-menu-title .caret:before{
    z-index: 2;
    top: 2px;
    border-bottom-color: #fff;
}
.left-menu-list{
    border-top: 1px solid #e5e5e5;
    display: none;
}
.show{
    display: block!important;
}
.left-menu-list .left-menu-detail.cur{
    background-color: #f8f8f8;
    border-radius: 3px;
    cursor: pointer;
    color: #333;
}
.left-menu-list .left-menu-detail{
    margin: 10px 5px;
    padding: 8px 0 8px 20px;
    color: #666;
}
.right-container{
    display: inline-block;
    width: 840px;
    vertical-align: top;
}
.zent-crumb{
    padding-top: 0;
}
.zent-crumb a{
    color: #38f;
}
.zent-crumb a, .zent-crumb span{
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.zent-crumb a:after{
    content: "/";
    display: inline-block;
    vertical-align: middle;
    color: #bbb;
    margin-left: 5px;
    margin-right: 5px;
}
.zent-crumb span{
    color: #333;
}
.right-container .title{
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 20px;
    width: 650px;
    font-weight: 500;
}
.right-container .article-info{
    line-height: 16px;
    color: #999;
    font-size: 12px;
    margin-bottom: 30px;
}
.right-container .extraLinks{
    display: block;
    margin-top: 40px;
}
.links li a{
    color: #38f;
}
.right-container .extraLinks .linkTitle{
    display: inline-block;
    margin-bottom: 10px;
    color: #666;
    padding-left: 8px;
}
.right-container .extraLinks .links{
    color: #38f;
}
.right-container .extraLinks .links li{
    line-height: 24px;
}
.share{
    position: relative;
    line-height: 54px;
    margin-top: 80px
}
.right-container .share .support{
    margin-right: 30px;
    border: 1px solid #f44;
    color: #f44;
}
.right-container .share .support, .right-container .share .unsupport{
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    border-radius: 41px;
    width: 164px;
    height: 54px;
}
.right-container .share .support .useful{
    position: relative;
    color: #f44;
    padding-left: 22px;
}
.right-container .share .support .useful:before{
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/website/yy.png) no-repeat;
    background-size: 100%;
}
.right-container .share .unsupport{
    margin-right: 20px;
    border: 1px solid #333;
    color: #333;
}
.right-container .share .unsupport .useless{
    position: relative;
    color: #333;
    padding-left: 22px;
}
.right-container .share .unsupport .useless:before{
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/website/my.png) no-repeat;
    background-size: 100%;
}
.right-container .share .wechat-share{
    float: right;
    margin: 20px 200px 0 0;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}
.right-container .share .wechat-share:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 16px;
    background: url(../images/wxicon.png) no-repeat;
    background-size: 100%;
}
.right-container .share .wechat-share:hover~#wechatContainer{
    visibility: visible;
}
.right-container .share #wechatContainer{
    display: inline-block;
    visibility: hidden;
    width: 340px;
    height: 270px;
    background-color: #fff;
    right: 300px;
    position: absolute;
    top: -212px;
    -webkit-filter: drop-shadow(2px 2px 10px #e5e5e5);
    filter: drop-shadow(2px 2px 10px #E5E5E5);
    -webkit-box-shadow: 2px 2px 10px #e5e5e5;
    box-shadow: 2px 2px 10px #e5e5e5;
}
.right-container .share #wechatContainer:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    margin-top: 232px;
    margin-left: 340px;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.right-container .share #wechatContainer .text{
    font-size: 16px;
    line-height: 16px;
    margin-top: 32px;
    margin-bottom: 25px;
    text-align: center;
}
.right-container .share #wechatContainer img{
    display: block;
    width: 160px;
    height: 160px;
    margin-left: 84px;
}
img:after, img:before{
    position: absolute;
    display: block;
}
.left-menu-list li:hover{
    color: #38f;
}




/*订单管理*/
.order{
    width: 1130px;
    margin: 0 auto;
}
.order .head{
    height: 40px;
    line-height: 40px;
    margin: 26px 0 20px;
}
.order .head .logo{
    float: left;
    width: 128px;
    height: 40px;
    background-size: 100% 100%;
    background-image: url(../images/logo_new.png);
}
.order .head .sep{
    float: left;
    width: 1px;
    height: 20px;
    margin: 0 10px;
    background: #e8e8e8;
    position: relative;
    top: 10px;
}
.order .head h2{
    float: left;
    font-size: 16px;
    position: relative;
    color: #333;
    font-weight: 500;
}
.order .head .right{
    float: right;
    font-size: 12px;
    font-family: Helvetica, STHeiti, Microsoft YaHei, Verdana, Arial, Tahoma, sans-serif;
}
.lingdang{
    position: relative;
    right: 4px;
    top: -2px;
    cursor: pointer;
}
.lingdang img{
    width: 16px;
    height: 16px;
}
.lingnumber{
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e4393c;
    line-height: 16px;
    text-align: center;
    color: #fff;
    top: -7px;
    right: -5px;
    transform: scale(0.7);
}
.head a{
    color: #38f;
}
.select{
    background: #f8f8f8;
    padding-bottom: 5px;
}
.infobar{
    position: relative;
    height: 45px;
    padding: 15px 20px;
    line-height: 20px;
    background: #f8f8f8;
}
.infobar h3{
    font-size: 13px;
    color: #111;
    font-weight: 700;
    padding-top: 3px;
}
.infobar p{
    font-size: 12px;
    color: #666;
}
.infobar .info-setting{
    margin-left: 15px;
    color: #666;
}
.infobar .create-btn{
    position: absolute;
    bottom: 20px;
    right: 25px;
}
.zent-btn-primary{
    color: #fff;
    background: #38f;
    border-color: #38f;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
/*    border: 1px solid #bbb;*/
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color .3s;
}
.zent-btn-primary:hover{
    color: #fff;
    background: #59f;
    border-color: #59f;
}
.zent-btn-primary:focus, .zent-btn-primary:link, .zent-btn-primary:visited{
    color: #fff;
}
.ordergl{
    color: #fff!important;
    background: #222222;
    border-color: #222222;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
/*    border: 1px solid #bbb;*/
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color .3s;
}
.create-btn a{
    margin-left: 12px;
}
.zent-loading-container-static{
    position: relative;
}
.select .box{
    min-height: 460px;
    padding: 0 30px 20px;
    overflow-y: hidden;
    margin: 0 5px;
    background-color: #fff;
}
.select .box .sort li a{
    color: #000;
}
.select .box .sort li a.cur{
    color: #38f
}
.select .box .sort{
    margin-top: 30px;
    line-height: 30px;
    width: 760px;
}
.f-fl, .flt{
    float: left;
}
.select .box .sort li:first-child{
    padding-left: 0;
}
.select .box .sort li{
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.select .box .sort li a.active{
    color: #38f;
}
.select .box .sort li:before{
    content: "-";
    margin: 0 10px;
    color: #e5e5e5;
}
.select .box .sort li:first-child:before{
    content: "";
    width: 0;
    margin: 0;
}
.order .f-fr{
    float: right;
}
.select .search-query{
    width: 206px;
    margin-top: 30px;
}
.zent-input-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 30px;
    max-height: 36px;
    line-height: 28px;
}
.select .search-query input{
    padding: 4px 14px;
}
.order-class .bc{
    border:1px solid #eeeeee;
    width: 109px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    font-family: "黑体";
    background:#f9faff;
}
.order-list{
    margin-top: 20px;
}
.order-class .wremark{
    width: 321px;
}
.order-class .wdate{
    width: 158px;
}
.order-item .wremark{
    width: 321px!important;
}
.order-item .wdate{
    width: 158px!important;
}
.order-item .bc{
    border:1px solid #eeeeee;
    width: 109px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    font-family: "黑体";
    background:#fff;
}
.copyright{
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-bottom: 30px;
}





/*分销页面*/
.fx_banner{
    background: url(../images/fenxiao/fxban.jpg) no-repeat center 0;
    height: 580px;
}
.bantitle{
    width: 1180px;
    margin: 0 auto;
    padding-top: 176px;
    padding-bottom: 178px;
}
.bantitle .ban-title1{
    font-size: 42px;
    margin-bottom: 10px;
    color: #fff;
}
.bantitle .ban-title2{
    font-size: 14px;
    border:1px solid #fecfc9; 
    background: #fecfc9;
    color: #fe7058;
    width: 151px;
    letter-spacing: 2px;
    border-radius: 2px; 
    padding: 4px 12px;
}
.bantitle .ban-title3{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.ban-contact{
    margin-top: 56px;
}
.ban-contact a{
    color: #fff!important;
    padding: 15px 61px;
    border:1px solid #fff;
    border-radius: 5px; 
}
.fx_box1{
    width: 100%;
    overflow: hidden;
    margin-top: 86px;
    padding-bottom: 113px;
}
.fx1{
    width: 1180px;
    margin: 0 auto;
}
.ty-title{
    text-align: center;
}
.ty-titletop{
    font-size: 32px;
    color: #222222;
}
.ty-titlesmall{
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
}
.fx1_con{
    margin-top: 65px;
}
.fx1_con ul{
    /*display: flex;
    flex-flow: nowrap;
    justify-content: space-between;*/
}
.fx1_con ul li:nth-child(1){
    float: left;
}
.fx1_con ul li:last-child{
    float: right;
}
.fx1_con ul li:first-child+li+li{/*ie8*/
    float: right;
}
.fx1_con ul li:nth-child(2){
    margin-left: 50px;
}
.fx1_con ul li:first-child+li{
    margin-left: 50px;
}
.fx1_con ul li{
    width: 360px;
    overflow: hidden;
    float: left;
    box-shadow: 0 0 7px rgba(0,0,0,0.188235);
}
.fx1-text{
    padding: 30px 37px 26px 34px;
}
.fx1-title{
    font-size: 22px;
    color: #333333;
    font-family: "黑体";
    text-align: center;
}
.fx1-des{
    font-size: 14px;
    color: #666666;
    margin-top: 38px;
    line-height: 24px;
}
.fx1-more{
    margin-top: 90px;
    text-align: center;
}
.fx1-more a{
    padding: 13px 40px;
    border-radius: 30px;
    background: -webkit-linear-gradient(to right,#f8555a,#ff7258); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,#f8555a,#ff7258); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,#f8555a,#ff7258); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#f8555a,#ff7258);
    font-size: 20px;
    color: #fff!important;
    font-family: "黑体";
}
.fx_box2{
    background: #f7f8fb;
    padding-top: 86px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 72px;
}
.fx2{
    width: 1180px;
    margin: 0 auto;
}
.fx2-title{
    text-align: center;
    font-size: 32px;
    color: #222222;
}
.fx2-list{
    margin-top: 97px;
    text-align: center;
}
.fx2-list ul li{
    display: inline-block;
}
.fx2-list ul li a{
    margin: 0 45px;
    font-size: 20px;
    color: #333333;
    padding: 10px 24px;
}
.fx2-list ul li.cur a{
    background: linear-gradient(to right,#f8555a,#ff7258);
    color: #fff;
    border-radius: 30px;
}
.fx2_con{
    margin-top: 90px;
}
.fx2-item-text{
    float: left;
    width: 540px;
    margin-top: 30px;
}
.fx2-item-img{
    float: right;
}
.fx2-item:nth-child(2) img{
    max-height: 480px;
}
.fx2-item .item-title{
    font-size: 30px;
    color: #36404b;
}
.fx2-item .item-des{
    font-size: 20px;
    color: #36404b;
    margin-top: 40px;
    line-height: 30px;
}
.fx2-item:nth-child(4) .fx2-item-text{
    width: 370px!important;
}
.fx2-item{
    min-height: 480px;
}
.ty-title .ty-titletop1{
    font-size: 28px;
    color: #333333;
}
.ty-title .ty-titlesmall1{
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}
.fx_box3{
    width: 100%;
    padding-top: 90px;
    overflow: hidden;
    padding-bottom: 118px;
}
.fx3{
    width: 1374px;
    margin: 0 auto;
}
.fx3-con{
    margin-top: 128px;
    position: relative;
}
.fx3-con ul{
    margin-left: 96px;
}
.fx3-con ul li{
    float: left;
    margin-left: 15px;
    position: relative;
}
.fx_box4{
    width: 100%;
    background: #f7f8fb;
    overflow: hidden;
    padding-top: 93px;
    padding-bottom: 163px;
}
.fx4{
    width: 1180px;
    margin: 0 auto;
}
.fx4-con{
    margin-top: 112px;
}
.fx4-item{
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    width: 228px;
    height: 264px;
    text-align: center;
    float: left;
    margin-left: 20px;
    cursor: pointer;
    transition: all .5s;
    box-shadow: 0 0 7px rgba(0,0,0,0.188235);
}
.fx4-item:hover .fx4-title{
    /*font-size: 20px;*/
}
.fx4-item:hover .fx4-des{
    /*font-size: 16px;*/
}
.fx4-item:hover{
    transform: scale(1.1);
}
.fx4-itemimg img{
}
.fx4-title{
    font-size: 18px;
    color: #333333;
    margin-top: 50px;
    transition: all .5s;
}
.fx4-des{
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    transition: all .5s;
}
.img-responsive{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.fx_box5{
    width: 100%;
    padding-top: 107px;
    overflow: hidden;
    padding-bottom: 200px;
}
.fx5{
    width: 1300px;
    margin: 0 auto;
}
.fx5-con{
    text-align: center;
    margin-top: 110px;
}
.btnLeft{
    left: 0px;
    background: url(../images/fenxiao/left.png) no-repeat center;
}
.btnRight{
    right: 0px;
    background: url(../images/fenxiao/right.png) no-repeat center;
}
.btnLeft,.btnRight{
    position: absolute;
    top: 45%;
    width: 35px;
    height: 56px;
}







/*模板*/
.search_box{
    width: 100%;
    margin-top: 45px;
}
.search{
    width: 680px;
    margin: 0 auto;
}
.searchInputComponent{
    height: 53px;
    width: 680px;
    border:1px solid #eeeeee;
    border-radius: 30px;
    line-height: 55px;
    overflow: hidden;
}
.searchInputComponent input{
    border: 0;
    outline: 0;
    margin-left: 18px;
    line-height: 53px;
    padding: 0;
    overflow: hidden;
    vertical-align:top;
    font-size: 16px;
    color: #999999;
    width: 560px;
}
.searchInputComponent .f-btn{
    width: 53px;
    height: 53px;
    display: inline-block;
    float: right;
    margin-right: 9px;
    position: relative;
}
.searchInputComponent .f-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -17px;
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/website/btn.png) no-repeat;
}
.searchInputComponent .f-icon:hover{
    background: url(../images/website/btn1.png) no-repeat;
}
.template_class_box{
    border-top:1px solid #e5e5e5; 
    margin-top: 45px;
    padding-top: 40px;
    width: 100%;
}
.modelLeftContainer{
    width: 1265px;
    margin:0 auto;
}
.modelTypes{
    /*display: flex;
    display:box; 
    display:-webkit-box;  
    display:-webkit-flex; 
    display:-moz-box;  
    display:-ms-flexbox;   
    justify-content: space-between;
    flex-flow: row wrap; */
}
.modelOneType{
    float: left;
    margin: 0;
    font-size: 14px;
    padding-bottom: 20px;
    width: 260px;
    line-height: 22px;
    margin-right: 55px;
}
.text-center{
    text-align: center;
}
.Typefir{
    position: relative;
    right: 48px;
}
.xdd-itemLink-active a{
    color: #1850d7;
}
.modelOneType a{
    /*transition: all .3s;*/
}
.modelOneType a:hover{
    color: #1850d7;
}
.modelTypesDetail{
    width: 100%;
    padding-top: 50px;
}
.modelSecondTypes{
    width: 1265px;
    margin: 0 auto;
}
.modelSelectedTypesTitle{
    font-size: 14px;
    color: #999999;
    float: left;
}
.modelSelectedTypesShow{
    float: left;
}
.modelSelectedTypesShow ul li{
    float: left;
}
.modelSelectedTypesShow ul li a{
    font-size: 14px;
    color: #222222;
    border-radius: 24px;
    padding: 9px 20px;
    margin-left: 20px;
    /*transition: all .5s;*/
}
.modelSelectedTypesShow ul li.cur a{
    color: #fff;
    background: #1850d7;
    border-radius: 24px;
}
.modelSelectedTypesShow ul li a:hover{
    color: #fff;
    background: #1850d7;
    border-radius: 24px;
}
.modelSelectedTypesTips{
    font-size: 14px;
    color: #666666;
    float: right;
    margin-right: 106px;
}
.modelContainer{
    padding-bottom: 135px;
}
.xdd-modelContainer{
    width: 1265px;
    margin: 0 auto;
}
.xdd-model-wrap{
    margin-top: 70px;
    overflow: hidden;
}
.xdd-modelPreForm{
    height: 376px;
    width: 399px;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}
.model-ilist:hover{
    transform: scale(1.03);
}
.d-modelPreInnerForm{
    height: 254px;
    width: 399px;
    overflow: hidden;
    position: relative;
}
.xdd-websiteWin{
    background: url(../images/website/mb_bg.png) no-repeat center 0;
    width: 399px;
    height: 254px;
    position: relative;
}
.xdd-pcModel{
    overflow: auto;
    position: absolute;
    width: inherit;
    height: 224px;
    left: 0;
    bottom: 0;
    border: 0;
}
.xdd_pcModel_wrap{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.xdd-modelPreForm .f-reg{
    opacity: 0;
    width: 103px;
    background-color: #f03666;
    left: 70px;
}
.xdd-modelPreForm .f-pcModelUrl{
    position: absolute;
   opacity: 0;
    line-height: 34px;
    text-align: center;
    height: 34px;
    color: #fff;
    font-size: 14px;
    border-radius:5px;
    bottom: 20px;
    z-index: 2;
    transition: all .5s;
    -moz-transition:all .5s; /* Firefox 4 */
    -webkit-transition:all .5s; /* Safari and Chrome */
    -o-transition:all .5s; /* Opera */
}
.xdd-modelPreForm .f-show{
    opacity: 0;
    width: 103px;
    background-color: #1850d7;
    left: 220px;
}
.xdd_pcModel_wrap .x-pcModelImg{
    width: 100%;
}
.xdd-pcModulePic{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .67;
    top: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all .5s;
    -moz-transition:all .5s; /* Firefox 4 */
    -webkit-transition:all .5s; /* Safari and Chrome */
    -o-transition:all .5s; /* Opera */
}
.xdd-model-info{
    height: 110px;
    width: 397px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    position: relative;
}
.template_name{
    position: absolute;
    font-size: 18px;
    color: #222222;
    top:20px;
    left:20px;
    width: 240px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.template_number{
    position: absolute;
    font-size: 14px;
    color: #222222;
    top: 22px;
    right: 20px;
}
.template_upload{
    position: absolute;
    font-size: 14px;
    color: #999999;
    bottom:23px;
    left: 20px; 
}
.template_class{
    position: absolute;
    right: 19px;
    bottom: 15px;
    font-size: 14px;
    color: #999999;
    padding: 6px 7px;
    border: 1px solid #e6e6e6;
}
.xdd-modelPreForm{
    cursor: pointer;
    transition:  .5s;
}
.xdd-modelPreForm:hover .xdd-modelPreFormimg{
    transform: scale(1.1);
}
.xdd-modelPreForm:hover .f-pcModelUrl{
    opacity: 1
}
.xdd-modelPreForm:hover .xdd-pcModulePic{
    display: block;
}
.pages{
    text-align: center;
    margin-top: 47px;
}
.pages ul li{
    display: inline-block;
    margin-right: 40px;
}
.pages ul li a{
    font-size: 20px;
    color: #999999;
}
.pages ul li a:hover{
    color: #1850d7!important;
}
.pages ul li.pages_solid a{
    color: #1850d7;
}
.pages ul li.pages_next a{
    font-size: 16px;
    color: #999999;
    border: 1px solid #e6e6e6;
    padding: 8px 24px;
}
.pages ul li.pages_prev a{
    font-size: 16px;
    color: #999999;
    border: 1px solid #e6e6e6;
    padding: 8px 24px;
}





/*更多服务*/
.main{
    width: 100%;
    margin: 0 auto;
}
.text-align{
    text-align: center;
}
.base{
    width: 1200px;
    margin: 0 auto;
}
.title_2{
    font-size: 27px;
    color: #333;
    margin: 50px 0px;
    font-weight: 500;
}
.contact{
    height: 340px;
}
.contact_a{
    padding: 80px 0px;
    transform: translate(0,0);
    transition: all .2s ease-in 0s;
}
.contact_a h2{
    font-size: 24px;
    color: #222;
    line-height: 45px;
    margin-bottom: 15px;
    font-weight: 500;
}
.contact_a p{
    transform: scale(1.1);
    transition: all .6s linear;
}
.contact_a p a{
    display: initial;
    padding: 10px 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #3253d4;
    color: #fff;
    transform: translate(0,0);
    transition: all .2s ease-in 0s;
}
.dservice ul li{
    box-shadow: 0 0 7px rgba(0,0,0,0.188235);
    position: relative;
    float: left;
    margin-left: 26px;
    height: 310px;
    width: 232px;
    margin-bottom: 58px;
    cursor: pointer;
    transition: all .5s;
}
.dservice ul li:hover{
    /*margin-top: -10px;*/
}
.dservice .dservice_title{
    font-size: 18px;
    color: #333333;
    padding-top: 26px;
    font-family: "黑体";
}
.dservice .dservice_price{
    font-size: 14px;
    color: #2b90ed;
    margin-top: 5px;
}
.dservice .dservice_des{
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
}
.d_buy{
    position: absolute;
    bottom: 30px;
    left: 17px;
}
.d_buy a{
    background: #2b8fed;
    padding: 9px 15px;
    color: #fff!important;
    border-radius: 2px; 
    border: 1px solid #2b8fed;
}
.d_more{
    position: absolute;
    right: 17px;
    bottom: 30px;
}
.d_more a{
    border: 1px solid #2b8fed;
    color: #2b8fed;
    padding: 9px 15px;
}
.w1060{
    width: 1060px;
    margin: 0 auto;
}
.d_tips{
    font-size: 17px;
    color: #000;
    text-align: left;
    margin-left: 26px;
}
.zzser{
    padding-bottom: 25px;
}
.zzser ul li{
    float: left;
    width: 232px;
    height: 380px;
    box-shadow: 0 0 7px #e4dada;
    position: relative;
    margin-left: 25px;
    cursor: pointer;
}
.zz-top{
    background: #abb9d4;
    height: 120px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}
.zz-top .zz-ser{
    font-size: 18px;
    font-family: "黑体";
    padding-top: 33px;
}
.zz-top .zz-price{
    font-size: 18px;
    font-family: "黑体";
}
.zz-con{
    padding-top: 15px;
    text-align: center;
}
.zz-con span{
   font-size: 14px;
   color: #999999;
   line-height: 23px;
   display: inline-block;
   position: relative;
   background: url(../images/solution/wh.png) no-repeat right;
   background-size: 16px 16px;
   padding-right: 20px;
}
.zz-con span.backnone{
    background: none;
}
/*.zz-con span:after{
    content: '';
    background:url(../images/solution/wh.png) no-repeat;
    position: absolute;
    right: -23px;
    top: 6px;
    width: 16px;
    height: 16px;
}*/
.zz-con .zz-serdes{
    width: 200px;
    height: auto;
    background: #fff;
    padding: 10px;
    position: absolute;
    bottom: 30px;
    right: -102px;
    z-index: 99999;
    border: 1px solid #d4cece;
    border-radius: 5px; 
    color: #2a333c;
    display: none;
    transition: all .5s;
}
.zz-sj{
    margin: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: #d4cece transparent transparent;
    padding: 0px;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -21px;
    left: 100px;
}
.zz-sj:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent;
    bottom: -8px;
    left: -10px;
}
.zzser .zz-con span:hover .zz-serdes{
    display: block;
}
.zz_buy{
    position: absolute;
    bottom: 24px;
    left:72px;
}
.zz_buy a{
    font-size: 12px;
    color: #fff!important;
    padding: 7px 20px;
    background: #2b8fed;
    border-radius: 3px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}







/*百种营销*/
.market{
    overflow: hidden;
}
.market-con{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: left;
    padding-left: 100px;
}
.market-con p{
    font-size: 30px;
    color: #fff;
}
.market-more{
    margin-top: 20px;
}
.market-more a{
    background: #fff;
    padding: 14px 50px;
    color: #3c6df6!important;
    border-radius: 3px;
}
.market-main{
    width: 100%;
    border-bottom: 1px solid #ededed;
}
.market-class{
    line-height: 60px; 
    text-align: center;
}
.market-class ul li{
    display: inline-block;
    padding: 0 22px;
}
.market-class ul li a{
    padding: 8px  30px;
    color: #333333;
}
.market-class ul li.cur a{
    background: #3c6df6;
    color: #fff;
    border-radius: 24px;
}
.market-class ul li a:hover{
    background: #3c6df6;
    color: #fff;
    border-radius: 24px;
}
.market-title1{
    font-size: 27px;
    color: #333333;
    text-align: center;
    margin-top: 57px;
}
.market-pro{
    width: 1200px;
    margin: 0 auto;
}
.market-list{
    width: 1163px;
    margin: 0 auto;
}
.market-item  ul li{
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 7px #f5e7e7;
    padding-top: 63px;
    padding-bottom: 38px;
    float: left;
    text-align: center;
    margin-bottom: 60px;
    width: 257px;
    height: auto;
}
.market-item  ul li:hover img{
	transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.market-item-img img{
	-ms-interpolation-mode: bicubic;
    -moz-interpolation-mode: bicubic;
    -webkit-interpolation-mode: bicubic;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.market-item-title{
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
}
.market-item-desc{
    font-size: 14px;
    color: #999999;
    margin-top: 16px;
}
.market-item li:nth-child(1){
    float: left;
}
.market-item li:nth-child(4n){
    float: right;
}
.market-item li:nth-child(4n-2){
    margin:0 43px;
}
.market-item{
    margin-top: 81px;
}
.market-join{
    background: url(../images/market/market-d.jpg) no-repeat center 0;
    height: 239px;
    margin-top: 207px;
    position: relative;
}
.m-sub{
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.m-sub p{
    font-size: 28px;
    color: #ffffff;
}
.join-more{
    margin-top: 53px;
    text-align: center;
}
.join-more a{
    background:#fff;
    font-size: 16px;
    color: #3c6df6!important;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-left: 64px;
    padding-right: 64px;
    border-radius: 3px;
}







/*社区团购*/
.sqtg_ban{
    background: url(../images/sqtuan/sqtg-ban.jpg) no-repeat center 0;
    /*padding-top: 176px;
    padding-bottom: 112px;*/
    height: 580px;
    /*text-align: center;*/
}
.sqtg{
    padding-top: 174px;
    margin-left: 22%;
}
@media(max-width: 1600px){
    .sqtg{
       margin-left: 10%; 
    }
}
.sqtg_ban_title{
    font-size: 52px;
    font-family: "黑体";
    color: #fff;
}
.sqtg_sec_des{
    font-size: 24px;
    color: #fff;
    font-family: "黑体";
}
.sqtg_btn1{
    height: 63px;
    width: 658px;
    border: 1px solid #666666;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    margin-top: 76px;
    position: relative;
}
.sqtg_btn1 input{
    background: #fff;
    width: 620px;
    height: 63px;
    border:0;
    outline: 0;
    margin-left: 20px;
    line-height: 63px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    font-size: 24px;
    color: #666666;
    font-weight: 500;
}
.sqtg_sec_des{
    margin-top:5px;
}
.sqtg_ckxq{
    width:150px;
    height:50px;
    background:#fff;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    margin-top: 70px;
}
.sqtg_ckxq a{
    font-size: 21px;
    color: #775cf0;
}
.biu{
    height: 63px;
    line-height: 63px;
    border-radius: 0 10px 10px 0;
    width: 220px;
    background: #3f3f62;
    color: #fff!important;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -3px;
    border: 1px solid #222222;
}
.sqtg_main{
    background: url(../images/sqtuan/sqtg_bg.png) no-repeat center 0;
    height: 4527px;
    width: 100%;
}
.sqtg_1{
    width: 1200px;
    margin: 0 auto;
}
.sqtg_tytitle{
    text-align: center;
    padding-top: 55px;
}
.sqtg_tytitle_top{
    font-size: 32px;
    color: #222222;
}
.sqtg_tytitle_bot{
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}
.sqtgab-title{
    font-size: 24px;
    color: #222222;
    margin-top: 60px;
}
.sqtgab-des{
    font-size: 16px;
    color: #222222;
    margin-top: 20px;
}
.sqtg_1_con{
    margin-top: 125px;
    overflow: hidden;
}
.sqtg_1_con li{
    width: 360px;
    height: 364px;
    float: left;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
/*    background: url(../images/sqtgab_bg.jpg) no-repeat center 0;*/
}
.sqtg_1_con li:nth-child(1){
    margin-left: 20px;
    float: left;
}
.sqtg_1_con li:nth-child(2){
    margin:0 40px;
}
.sqtg_1_con li:nth-child(3){
    margin-right: 20px;
    float: right;
}
.sqtgab-img{
    margin-top: 80px;
}
.sqtgab-img1{
    margin-top: 80px;
}
.sqtg_1_con li:hover{
    background: url(../images/sqtuan/sqtgab_bg.jpg) no-repeat center 0;
}
.sqtg_1_con li:hover .sqtgab-title{
    color: #fff;
}
.sqtg_1_con li:hover .sqtgab-des{
    color: #fff;
}
.sqtgab-img1{
    display: none;
}
.wztg_box{
    margin-top: 117px;
    overflow: hidden;
}
.wztg{
    width: 1200px;
    margin:0 auto;
}
.wztg-con{
    margin-top: 165px;
    overflow: hidden;
}
.wztg-title{
    font-size: 24px;
    color: #222222;
}
.wztg-des{
    font-size: 16px;
    color: #666666;
}
.wztg-title{
    margin-top: 96px;
}
.wztg-des{
    margin-top: 40px;
}
.wztg-con li{
    float: left;
    text-align: center;
    position: relative;
}
.wztg-con li:nth-child(1){
    float: left;
    margin-left: 64px;
}
.wztg-con li:nth-child(2){
    float: left;
    margin-left: 180px;
}
.wztg-con li:nth-child(3){
    float: left;
    margin-left: 180px;
}
.wztg-con li:nth-child(4){
    float: right;
    margin-right: 72px;
}
.wztg-con li:nth-child(1):before{
    content: '';
    position: absolute;
    background: url(../images/sqtuan/wztgbiu.png) no-repeat right 0;
    top: 27px;
    right: -110px;
    width: 25px;
    height: 45px;
}
.wztg-con li:nth-child(2):before{
    content: '';
    position: absolute;
    background: url(../images/sqtuan/wztgbiu.png) no-repeat right 0;
    top: 27px;
    right: -110px;
    width: 25px;
    height: 45px;
}
.wztg-con li:nth-child(3):before{
    content: '';
    position: absolute;
    background: url(../images/sqtuan/wztgbiu.png) no-repeat right 0;
    top: 27px;
    right: -110px;
    width: 25px;
    height: 45px;
}
.ddjs_box{
    margin-top: 233px;
    overflow: hidden;
    padding-bottom: 5px;
}
.ddjs_w{
    width: 1200px;
    margin: 0 auto;
}
.ddjs{
    float: left;
    margin-top: 150px;
}
.ptd{
    float: right;
    margin-top: 20px;
    border:1px solid #eeeeee;
    border-radius: 22px;
    padding-top: 70px;
    padding-left: 45px;
    padding-right: 90px;
    padding-bottom: 50px;
    width: 383px;
    box-shadow: 0 0 7px #f9e8e8;
    min-height: 555px;
}
.ddjs-title{
    font-size: 32px;
    color: #222222;
    font-family: "黑体";
}
.ddjs em{
    width: 70px;
    height: 4px;
    background: #dddddd;
    display: block;
    margin-top: 40px;
    margin-bottom: 55px;
}
.ddjs p{
    font-size: 18px;
    color: #222222;
    line-height: 38px;
}
.sqtg_btn2{
    height: 63px;
    width: 465px;
    border: 1px solid #666666;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    margin-top: 85px;
    position: relative;
}
.sqtg_btn2 input{
    background: #fff;
    width: 305px;
    height: 63px;
    border:0;
    outline: 0;
    margin-left: 20px;
    line-height: 63px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    font-size: 24px;
    color: #666666;
    font-weight: 500;
}
.biu2{
    height: 63px;
    line-height: 63px;
    border-radius: 0 15px 15px 0;
    width: 160px;
    background: #222222;
    color: #fff!important;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -3px;
    text-align: center;
    border: 1px solid #222222;
}
.ptd-title{
    font-size: 32px;
    color: #222222;
}
.ptd-small{
    font-size: 22px;
    color: #775cf0;
    margin-top: 25px;
}
.ptd-list{
    margin-left: 15px;
    margin-top: 40px;
}
.ptd-list a{
    font-size: 16px;
    color: #999999;
    width: 32%;
    display: inline-block;
    margin-bottom: 25px;
}
.ptd-class-biu{
    margin-top: 33px;
    margin-left: 17px;
}
.ptd-class-biu a{
    font-size: 22px;
    color: #775cf0;
    position: relative;
}
.ptd-class-biu a:after{
    content: "";
    position: absolute;
    top: 5px;
    right: -66px;
    width: 34px;
    height: 22px;
    background: url(../images/sqtuan/ptd-next.png) no-repeat right;
}
.hxgn_box{
    width: 100%;
    margin-top: 110px;
}
.hxgn{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.hxgn-con{
    margin-top: 134px!important;
}
.hxgn-con ul{
    margin:0 0px;
}
.hxgn-con ul li{
    float: left;
    margin-bottom: 208px;
}
.hxgn-con ul li:nth-child(1){
    float: left;
}
.hxgn-con ul li:nth-child(5n-3){
    margin-left: 30px;
}
.hxgn-con ul li:nth-child(5n-2){
    margin-left: 30px;
}
.hxgn-con ul li:nth-child(5n-1){
    margin-left: 30px;
}
.hxgn-con ul li:nth-child(5n){
    float: right;
    width: 150px;
}
.hxgn-item{
    width: 240px;
}
.hxgn-spic{
    float: left;
}
.hxgn-spic img{
    width: 41px;
    height: 40px;
}
.hxgn-text{
    float: left;
    margin-left: 19px;
    font-size: 22px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 175px;
}
.hxgn_more{
    position: absolute;
    top: 400px;
    right: -105px;
}
.hxgnjt ul li:nth-child(1){
   position: absolute;
   top: 400px;
   left: -105px; 
   background: url(../images/sqtuan/hxgn_more1.png) no-repeat  center;
   width: 65px;
   height: 65px;
   cursor: pointer;
}
.hxgnjt ul li:nth-child(2){
   position: absolute;
   top: 400px;
   right: -105px; 
   background: url(../images/sqtuan/hxgn_more.png) no-repeat  center;
   width: 65px;
   height: 65px;
   cursor: pointer;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
.clearfix{
    zoom:1;
}
.pro_adv{
    width: 100%;
    margin-top: 34px;
}
.pro_advShow{
    width: 1200px;
    margin: 0 auto;
}
.iproadv-con{
    margin-top: 60px;
}
.iproadv-con ul li{
    float: left;
    margin-right: 80px;
}
/*.iproadv-con ul li:nth-child(4n){
    float: right!important;
}*/
/*.iproadv-con ul li:nth-child(4n-2){
    margin: 0 80px;
}*/
.iproadv_change{
    width: 400px;
    margin :0 auto;
    margin-top: 104px;
    height: 14px;
}
.iproadv-con ul{
    overflow: hidden;
    height: 413px;
}
.iproadv_change li{
    float: left;
    background: #f5f5f5;
    cursor: pointer;
}
.iproadv_change li:nth-child(1){
    width: 198px;
    height: 14px;
    border-radius: 10px 0 0 10px;
}
.iproadv_change li:nth-child(2){
    width: 198px;
    height: 14px;
    border-radius: 0 10px 10px 0;
}
.iproadv_change li.on{
    background: #666666!important;
}
.iproadv_change li:nth-child(2).on{
    background: #666666!important;
}
.freesy_box{
    width: 100%;
    margin-top: 70px;
}
.freesy{
    width: 1200px;
    margin: 0 auto;
}
.sqtg_btn3{
    height: 63px;
    width: 657px;
    border: 1px solid #666666;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    margin-top: 90px;
    position: relative;
}
.sqtg_btn3 input{
    background: #fff;
    width: 430px;
    height: 62px;
    border:0;
    outline: 0;
    margin-left: 20px;
    line-height: 63px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    font-size: 24px;
    color: #666666;
    font-weight: 500;
}
.biu3{
    height: 63px;
    line-height: 63px;
    border-radius: 0 15px 15px 0;
    width: 160px;
    background: #222222;
    color: #fff!important;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -3px;
    text-align: center;
    border: 1px solid #222222;
}


/*万能门店*/
.wnmd-ban img{
    width: 100%;
}
.bz-view{
    width: 100%;
    background: url(../images/istore/wnmdT.png) no-repeat center 0;
    height: 828px;
}
.bzview_box{
    width: 1200px;
    margin: 0 auto;
}
.bzwb_title{
    font-size: 32px;
    color: #222222;
    font-family: "宋体";
    font-weight: bold;
}
.bzwb_des{
    font-size: 16px;
    color: #666666;
    margin-top: 35px;
}
.bzview-wb{
    float: left;
    width: 375px;
    padding-top: 180px;
}
.bzview-img{
    float: right;
    padding-top: 115px;
}
.bzwb_more{
    margin-top: 85px;
}
.bzwb_more a{
    color: #fff;
    background: #fbc552;
    padding: 15px 40px;
}
.ksh_box{
    margin-top: -40px;
}
.wnmd_tytitle{
    font-size: 32px;
    color: #222222;
    font-weight: 500;
}
.wnmd_tytitle1{
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}
.kshbg{
    background: url(../images/istore/ksh_bg.jpg) no-repeat right 0;
    height: 726px;
    margin-top: 15px;
}
@media(max-width: 1600px){
    .kshbg{
        background-size:100%; 
    }
}
.theme_box{
    width: 100%;
}
.theme{
    width: 1200px;
    margin: 0 auto;
}
@media(min-width: 1600px){
    .theme_box{
        margin-top: 50px; 
    }
}
.theme-con{

}
.theme-color{
    float: left;
    width: 526px;
}
.theme-case{
    float: right;
    margin-top: 70px;
}
.swiper-slide-prev{
    opacity: 0.5;
}
.swiper-slide-next{
    opacity: 0.5;
}
.swiper-pagination-bullet-active{
    background: #000!important;
}
.theme-color{
    margin-top: 210px;
}
.theme-color li{
    float: left;
    margin-bottom: 124px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.theme-color li div{
    font-size: 18px;
    color: #666666;
    margin-top: 98px;
}
.theme-color li:nth-child(4n){
    float: right;
}
.theme-color li:nth-child(4n-2){
    margin: 0 68px;
}
.theme-color li:nth-child(1){
    background: #4790f3;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.theme-color li:nth-child(2){
    background: #30c9b2;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.theme-color li:nth-child(3){
    background: #fd6284;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.theme-color li:nth-child(4){
    background: #ff883b;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.theme-color li:nth-child(5){
    background: #6570e4;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.theme-color li:nth-child(6){
    background: #21110f;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.theme-color li:nth-child(7){
    background: #ed4e50;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.theme-color li:nth-child(8){
    background: #e5c197;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
/*.theme-color li:nth-child(1):hover:before{
    content: '';
    position: absolute;
    top: -23px;
    left: 20px;
    margin-left: 10px;
    float: left;
    width: 0; 
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color:#4790f3 transparent transparent transparent;
}*/
.hlmb{
    background: url(../images/istore/hlmb.jpg) no-repeat center 0;
    height: 800px;
    text-align: center;
    margin-top: 50px;
}
@media(max-width: 1600px){
    .hlmb{
    }
}
.hlmb-title{
    font-size: 32px;
    color: #222222;
}
.syhy{
    width: 1200px;
    margin: 54px auto 0;
}
.syhy-con{
    margin-top: 120px;
}
.syhy-con ul li{
    float: left;
    margin-bottom: 120px;
}
.syhy-con ul li:nth-child(8){
    float: right;
}
.syhy-con ul li:nth-child(2){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(3){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(4){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(5){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(6){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(7){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(9){
    float: left;
}
.syhy-con ul li:nth-child(10){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(11){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(12){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(13){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(14){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(15){
    margin-left: 45px;
}
.syhy-con ul li:nth-child(16){
    float: right;
}
.syhy-img{
    background: #fbc552;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
}
.syhy-img img{
    -ms-interpolation-mode: bicubic;
    -moz-interpolation-mode: bicubic;
    -webkit-interpolation-mode: bicubic;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.syhy-con ul li{
    cursor: pointer;
}
.syhy-con ul li:hover img{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.syhy-text{
    text-align: center;
    width: 110px;
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}
.ggsz{
    background: url(../images/istore/ggsz.jpg) no-repeat left 0;
    height: 726px;
    margin-top: 15px;
}
@media(max-width: 1600px){
    .ggsz{
        background-size:100%; 
    }
}
.ydmb_box{
    width: 100%;
    background: url(../images/istore/ydmb_bg.jpg) no-repeat center 0;
    height: 791px;
}
.ydmb{
    width: 1200px;
    margin: 0 auto;
}
@media(min-width: 1600px){
    .ydmb{
        margin-top: 60px;
    }
}
.ydmb-img{
    margin-top: 56px;
}




/*首页*/
.kshseo_box{
    margin-top: 97px;
    width: 100%;
}
.kshseo{
    width: 1200px;
    margin: 0 auto;
}
.kshseo_title{
    font-size: 32px;
    color: #222222;
}
.kshseo-con{
    background: url(../images/kshseo.png) no-repeat center 0;
    height: 576px;
    margin-top: 60px;
}
.kshseo-des{
    float: right;
    width: 469px;
}
.kshseo-r-title{
    font-size: 20px;
    color: #1d6dca;
    margin-top: 125px;
}
.kshseo-r-ms{
    font-size: 16px;
    color: #666666;
    width: 340px;
    margin-top: 50px;
    line-height: 30px;
}
.bb_box{
    width: 100%;
    background: url(../images/bb.png) no-repeat center 0;
    height: 840px;
    margin-top: 78px;
}
@media(max-width: 1600px){
    .bb_box{
        /*background-size: 100%;*/
        height: 700px;
    }
}
/*.sersol_box{
    width: 100%;
    background: url(../images/sersol.png) no-repeat center 0;
    height: 840px;
}
@media(max-width: 1600px){
  .sersol_box{
    background-size: 100%;
  }  
}*/
.bb{
    width: 1280px;
    margin: 0 auto;
}
.fastsol-title{
    padding-top: 90px;
}
.fast-top{
    font-size: 32px;
    color: #fff;
}
.fast-des{
    margin-top: 35px;
}
.fast-des p{
    color: #fff;
    font-size: 16px;
}
.bb-con{
    padding-top: 115px;
}
@media(max-width: 1600px){
   .bb-con{
    padding-top: 60px;
}
}
.bb-con ul li{
    float: left;
    width: 417px;
    background: url(../images/bbli.png) no-repeat center 0;
    height: 301px;
    margin-left: 6px;
    cursor: pointer;
    /*padding-top: 77px;
    padding-left: 40px;
    padding-right: 60px;*/
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari 和 Chrome */
    -o-transition: all .5s; /* Opera */
}
.bb-con ul li:hover{
    background: url(../images/bblih.png) no-repeat center 0;
    transform: scale(1.03);
}
.bb-con ul li:nth-child(3) .bbimg{
    margin-top: 87px;
}
.bb-con ul li:nth-child(3) .bb_pirce:after{
    right: -4px;
}
.bbimg{
    float: left;
    margin-top: 77px;
    margin-left: 40px;
}
.bbses{
    float: left;
    margin-top: 81px;
}
.bb_pirce{
    font-size: 32px;
    font-family: "Arial";
    color: #fff;
    position: relative;
    margin-left: 55px;
}
.bb_pirce:before{
    content: "";
    position: absolute;
    background: url(../images/rmb.png) no-repeat left;
    width: 14px;
    height: 18px;
    left: -20px;
    top: 8px;
}
.bb_pirce:after{
    content: "";
    position: absolute;
    background: url(../images/bb_year.png) no-repeat right;
    width: 45px;
    height: 29px;
    top: -2px;
    right: 12px;
}
.bb_code{
    font-size: 25px;
    color: #fff;
    margin-left: 34px;
}
.bb_text{
    font-size: 16px;
    color: #fff;
    margin-left: 34px;
    margin-top: 6px;
}
.bb_text p{
    color: #eae7e7;
}
.xddxcx_box{
    margin-top: 70px;
    width: 100%;
    background: url(../images/xddxcx.png) no-repeat center 0;
    height: 566px;
}
.mt90{
    margin-top: 90px;
}
.xddxcx{
    width: 1200px;
    margin: 0 auto;
}
.xddxcx-con{
    /*background: url(../images/xddxcx.png) no-repeat center 0;*/
    /*height: 566px;*/
    /*margin-top: 70px;*/
}
.xddxcx-des{
    float: right;
    width: 497px;
}
.xddxcx-r-title{
    font-size: 20px;
    color: #1d6dca;
    margin-top: 110px;
}
.xddxcx-r-ms{
    font-size: 18px;
    color: #666666;
    width: 383px;
    margin-top: 50px;
    line-height: 30px;
}
.whychoose_box{
    width: 100%;
    padding-top: 88px;
}
.whychoose{
    width: 1200px;
    margin: 0 auto;
}
.whyicon{
    position: relative;
}
.whyicon:before{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../images/whyu.png) no-repeat left 0;
    top: 4px;
    left: -14px;
    z-index: -1;
}
.z_ty_title{
    font-size: 32px;
    color: #222222;
    display: inline-block;
}
.z_ty_small{
    font-size: 20px;
    color: #666666;
    margin-top: 26px;
}
.whychoose-con{
    margin-top: 114px;
}
.whychoose-con ul li{
    text-align: center;
    float: left;
    margin-bottom: 90px;
    cursor: pointer;
    width: 162px;
    height: 100px;
}
.whychoose-con ul li img{
    -ms-interpolation-mode: bicubic;
    -moz-interpolation-mode: bicubic;
    -webkit-interpolation-mode: bicubic;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.whychoose-con ul li:hover img{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.wc_text{
    margin-top: 20px;
    font-size: 18px;
    color: #222222;
    width: 162px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.whychoose-con ul li:nth-child(3n-2){
    margin-left: 90px;
    float: left;
}
.whychoose-con ul li:nth-child(3n){
    margin-right: 90px;
    float: right;
}
.whychoose-con ul li:nth-child(3n-1){
    margin-left: 260px;
    margin-right: 260px;
}
.usexdd_box{
    width: 100%;
    background: #eeeeee;
    padding: 96px 0 60px 0;
}
.usexdd{
    width: 1200px;
    margin: 0 auto;
}
.z_ty_title1{
    font-size: 32px;
    color: #333333;
}
.z_ty_small1{
    font-size: 20px;
    color: #888888;
    margin-top: 10px;
}
.usexdd-des{
    height: 100px;
    background: #fff;
    position: relative;
}
.usexdd-con ul li{
    float: left;
    box-shadow: 0 0 2px rgba(0,0,0,0.188235);
    margin-bottom: 36px;
    cursor: pointer;
}
.yh_logo{
    position: absolute;
    top: 5px;
    left: 17px;
}
.yh_name{
    position: absolute;
    top: 22px;
    left: 83px;
    font-size: 18px;
    color: #000000;
}
.sycp{
    position: absolute;
    top: 67px;
    left: 30px;
    font-size: 14px;
    color: #666666;
}
.usexdd-con ul li:nth-child(3){
    float: right;
}
.usexdd-con ul li:nth-child(6){
    float: right;
}
.usexdd-con ul li:nth-child(2){
    margin-left: 59px;
    margin-right: 59px;
}
.usexdd-con ul li:nth-child(5){
    margin-left: 59px;
    margin-right: 59px;
}
.usexdd-con{
    margin-top: 65px!important;
}
.usexdd_more{
    float: right;
}
.usexdd_more a{
    font-size:18px;
    color: #2b90ed;
    border: 1px solid #2b90ed;
    padding: 7px 19px; 
}
.usexdd_bottom li{
    width: 30px;
    height: 4px;
    background: #dddddd;
    float: left;
    margin-right: 10px;
    transition: all .5s;
    cursor: pointer;
}
.usexdd_bottom li.on{
    background: #3f9aef;
    width: 50px;
}
.z_ty_small2{
    font-size: 18px;
    color: #666666;
    margin-top: 17px;
}
.news_box{
    width: 100%;
    padding-top: 107px;
}
.news{
    width: 1200px;
    margin: 0 auto;
}
.news-con{
    margin-top: 66px;
}
.news-img{
    position: relative;
}
.news-img img{
    width: 360px;
    height: 180px;
}
.newstype1{
    position: absolute;
    left: 30px;
    bottom:53px;
    font-size: 20px;
    color: #fff;
}
.newstype2{
    position: absolute;
    left: 30px;
    bottom: 27px;
    font-size: 16px;
    color: #fff;
}
.news-list{
    margin-top: 40px;
}
.news-list li{
    margin-bottom: 20px;
}
.news-list li a{
    font-size: 14px;
    color: #666666;
    width: 252px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: 5px;
}
.news-list li p{
    width: 252px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li span{
    font-size: 14px;
    color: #666666;
}
.news-item{
    float: left;
    width: 390px;
}
.zc_box{
    width: 100%;
    background: url(../images/zc.jpg) no-repeat center 0;
    height: 240px;
    margin-top: 100px;
}
.zc_top_title{
    font-size: 40px;
    color: #fff;
    padding-top: 40px;
}
.zc_mid_ms{
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.zc_k{
    margin-top: 30px;
}
.zc_k a{
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 25px;
}
.sersol_box{
    background: url(../images/sersol.png) no-repeat center 0;
    height: 840px;
    margin-top: 75px;
}
.sersol{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sersol-title{
    padding-top: 66px;
}
.sersol-t{
    font-size: 32px;
    color: #fff;
}
.sersol-s{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.sersol-con{
    margin-top: 65px!important;
}
.sersol-con ul li{
    float: left;
    width: 361px;
    background: url(../images/serlist_bg.png) no-repeat center 0;
    height: 260px;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    text-align: center;
    margin-bottom: 35px;
}
.sersolimg{
    margin-top: 50px;
}
.sersolimg1{
    margin-top: 50px;
    display: none;
}
.sersolprice{
    font-size: 20px;
    color: #fff;
    font-family: "Arial";
    margin-top: 25px;
}
.sersolprice span{
    font-size: 14px;
    color: #fff;
}
.sersolbb{
    color: #fff;
    /*margin-top: 14px;*/
    font-size: 20px;
}
.sersoldes{
    color: #fff;
    margin-top: 2px;
    font-size: 14px;
}
.sersol-con ul li:hover{
    background: url(../images/serlist_bg-h.png) no-repeat center 0;
    transform: scale(1.03);
}
.sersol-con ul li:nth-child(3n){
    float: right;
}
.sersol-con ul li:nth-child(3n-1){
    margin-left: 58.5px;
    margin-right: 58.5px;
}
.sersol-biu li{
    cursor: pointer;
}
.sersol-biu li:nth-child(1){
    position: absolute;
    background: url(../images/sersol-biu-l.png) no-repeat;
    top: 50%;
    width: 30px;
    height: 39px;
    margin-top: 70px;
    left: -80px;
}
.sersol-biu li:nth-child(2){
    position: absolute;
    background: url(../images/sersol-biu.png) no-repeat;
    right: -80px;
    top: 50%;
    width: 30px;
    height: 39px;
    margin-top: 70px;
}
.swiper-pagination-bullet{
    width: 50px!important;
    height: 4px!important;
    background: #fff!important;
    opacity: .2!important;
    border-radius: 0!important; 
}
.swiper-pagination-bullet-active{
    opacity: 1!important;
    background: #fff!important;
}
.swiper-button-prev{
    background-image: url(../images/ban-prev.png)!important;
    width: 50px!important;
    height: 100px!important;
    left: 300px!important;
    right: auto!important;
    top: 240px!important;
    background-size:50px 100px!important;
}
.swiper-button-next{
    background-image: url(../images/ban-next.png)!important;
    width: 50px!important;
    height: 100px!important;
    right: 300px!important;
    left: auto!important;
    top: 240px!important;
    background-size:50px 100px!important;
}
.bantext{
    position: absolute;
    top: 143px;
    z-index: 99;
    left: 412px;
}
.banbt{
    font-size: 42px;
    color: #fff;
}
.banst{
    font-size: 28px;
    color: #fff;
}
.banfree{
    margin-top: 80px;
}
.banfree a{
   font-size: 21px;
   color: #2b90ed;
   padding: 10px 38px;
   background: #fff;
   border-radius: 4px; 
}
.bantext p{
    color: #fff;
    margin-top: 12px;
}
@media(max-width: 1600px){
    .bantext{
        top: 90px;
        left: 310px;
    }
    .banbt{
        font-size: 32px;
    }
    .banst{
        font-size: 20px;
    }
    .banfree{
        margin-top: 40px;
    }
    .swiper-button-prev{
        top: 50%!important;
        margin-top: -67px!important;
        left: 200px!important;
    }
    .swiper-button-next{
        top: 50%!important;
        margin-top: -67px!important;
        right: 200px!important;
    }
}
.cksy{
    position: relative;
}
.ckgd{
    position: absolute;
    top: 48px;
}
.ljsy{
    position: absolute;
    left: 172px;
    top: 48px;
}
.ckgd a{
    background: #3b8eee;
    color: #fff;
    padding: 15px 35px;
    border: 1px solid #3b8eee;
    border-radius: 8px;
}
.ljsy a{
    background: #fff;
    color: #3b8eee;
    border: 1px solid #3b8eee;
    padding: 15px 35px;
    border-radius: 8px;
}










/*定制服务首页*/
.dzfw_ggbox{
    width: 100%;
    background: #f1f1f5;
    height: 55px;
    line-height: 55px;
}
.dzfw_gg{
    width: 1200px;
    margin: 0 auto;
}
.dzgg-text{
    float: left;
    margin-left: 90px;
}
.text1{
    position: absolute;
    top: 55px;
}
.text1 .dp1{
    font-size: 48px;
    color: #fff;
}
.text1 .dp2{
    font-size: 20px;
    color: #f3be31;
}
.text1 .dp3{
    text-align: center;
    margin-top: 60px;
}
.text1 a{
    color: #131745;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    padding: 12px 50px;
}
.mkhkf_box{
    width: 100%;
    background: #fff;
    height: 800px;
}
.mkhkf{
    width: 1250px;
    margin: 0 auto;
}
.mkhcdz{
    float: left;
    width: 848px;
}
.fl{
    float: left;
}
.mkh{
    margin-top: 320px;
    margin-left: 145px;
    cursor: pointer;
    position: relative;
}
.cdz{
    margin-top: 320px;
    margin-left: 566px;
    cursor: pointer;
    position: relative;
}
.mkh-h{
    position: absolute;
    left: -145px;
    top: -235px;
    opacity: 0;
    transition: all.5s;
}
.mkh-h ul{
    width: 420px;
}
.mkh-h ul li{
    width: 209px;
    height: 202px;
    background: #4758c1;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    text-align: center;
}
.mkh-icon1{
    background: url(../images/mkh-icon1.png) no-repeat center 0;
    height: 100%;
    background-position: center;
    margin-top: -20px;
}
.mkh-name{
    font-size: 18px;
    color: #fff;
    padding-top: 165px;
}
.cdz-h ul li{
    width: 209px;
    height: 202px;
    background: #f3be31;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    text-align: center;
}
.cdz-icon1{
    background: url(../images/cdz-icon1.png) no-repeat center 0;
    height: 100%;
    background-position: center;
    margin-top: -20px;
}
.cdz-h ul{
    width: 420px;
}
.cdz-name{
    font-size: 18px;
    color: #fff;
    padding-top: 165px;
}
.cdz-h{
    position: absolute;
    top: -235px;
    right: 4px;
    opacity: 0;
    transition: all.5s;
}
.mkh:hover>img{
    opacity: 0
}
.mkh:hover .mkh-h{
    opacity: 1;
}
.cdz:hover>img{
    opacity: 0
}
.cdz:hover .cdz-h{
    opacity: 1;
}
.mdyy{
    font-size: 20px;
    color: #222222;
    margin-top: 25px;
}
.mkh:hover .mdyy{
    opacity: 0
}
.cdz:hover .mdyy{
    opacity: 0;
}
.xddHear_box{
    width: 100%;
    overflow: hidden;
}
.xddHear{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 30000;
}
.hearder_logo{
    float: left;
}
.hearder_logo img{
    cursor: pointer;
}
.hearder_login{
    float: right;
}
.hearder_login .login_xdd{
    display: inline-block;
    width: 78px;
    height: 28px;
    border: 1px solid #2b90ed;
    color: #2b90ed;
    text-decoration:none;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    margin-right: 16px;
}
.hearder_login .zc_xdd{
    background-color: #2B90ED;
    color: #fff;
    display: inline-block;
    width: 78px;
    height: 28px;
    border: 1px solid #2b90ed;
    text-decoration:none;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
}
.xddHear .header_nav{
    float: right;
    margin-right: 40px;
    position: absolute;
    right: 178px;
}
.header_nav ul li{
    float: left;
    padding: 0 16px;
}
.header_nav ul li a{
    color: #444;
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
}
.header_nav ul li a:hover{
    color: #2B90ED;
}

.prolists{
    position: absolute;
    height: 0;
    width: 100%;
    background-color: #fff;
    top: 70px;
    left: 0;
    z-index: 40000;
    transition: all .3s linear;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}
.products_cp{
    float: left;
}
.xdd_sol{
    float: left;
    margin-left: 45px;
}
.products_list{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.products_cp_title{
    color: #262626;
}
.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.product_title{
    color: #262626;
    height: 26px;
}
.products_list ul li{
    margin-bottom: 26px;
}
.products_cp ul{
    border-right:1px solid #eeeeee; 
    padding-right: 58px;
}
.products_list ul li p span{
    display: inline-block;
    width: 30px;
    padding-right: 24px;
}
.product_con{
    color: #999;
    margin-left: 55px;
    margin-top: 5px;
}
.products_cp ul{
    margin-top: 20px;
}
.sol_class_title{
    color: #262626;
}
.sol_smallcon{
    color: #aaaaaa;
}
.xdd_sol ul{
    margin-top: 20px;
}
/*.xdd_sol ul li{
    width: 185px;
    float: left;
    margin-right: 113px;
    margin-bottom: 35px;
}*/
.xdd_sol dl{
    margin-left: 20px;
    margin-right:80px;
    width: 185px;
    float: left;
}
.xdd_sol dl dd{
    margin-bottom: 33px;
}
.qlimg{
    float: left;
}
.ql-con{
    float: left;
    margin-left: 140px;
}
.ql-title{
    font-size: 32px;
}
.ql_title1{
    font-size: 18px;
    color: #545252;
    margin-top: 10px;
}
.ql-des{
    margin-top: 30px;
}
.ql-des p{
    font-size: 16px;
    line-height: 23px;
}
.cksy1{
    position: relative;
}
.ckgd1{
    position: absolute;
    top: 48px;
}
.ljsy1{
    position: absolute;
    left: 172px;
    top: 48px;
}
.ckgd1 a{
    background: #1850d7;
    color: #fff;
    padding: 10px 31px;
    border: 1px solid #1850d7;
}
.ljsy1 a{
    background: #fff;
    color: #3b8eee;
    border: 1px solid #3b8eee;
    padding: 10px 31px;
}
.dzfw_pro{
    float: right;
    width: 338px;
    margin-top: 154px;
}
.dzfw_pro_title a{
    font-size: 32px;
    color: #4758c1;
    position: relative;
}
.dzfw_pro_title a:after{
    position: absolute;
    content: "";
    background: url(../images/dz-r.png) no-repeat right 0;
    width: 17px;
    height: 29px;
    top: 9px;
    right: -180px;
}
.dz_por_d1{
    color: #333333;
    margin-top: 50px;
}
.dz_por_d2{
    color: #333333;
    margin-top: 30px;
    line-height: 26px;
}
.teamw_box{
    background: url(../images/teamw_bg.png) no-repeat center 0;
    height: 808px;
    width: 100%;
}
.teamw{
    width: 1200px;
    margin: 0 auto;
}
.teamw-con{
    padding-top: 70px;
    width: 336px;
    float: left;
    margin-left: 53px;
}
.team_title1{
    font-size: 32px;
    color: #222222;
}
.team-des{
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
}
.team-des1{
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
}
.team-icon{
    margin-top: 60px;
}
.team-icon ul li{
    float: left;
    width: 166px;
    margin-bottom: 53px;
}
.team-icon ul li p{
    font-size: 20px;
    color: #222222;
}
.team-icon ul li span{
    padding-right: 20px;
}
.whyxcx_box{
    width: 100%;
    background: url(../images/whyxcx.jpg) no-repeat center 0;
    height: 820px;
    padding-top: 56px;
    padding-bottom: 40px;
}
.whyxcx{
    width: 1200px;
    margin: 0 auto;
}
.whyxcx-title-t{
    font-size: 32px;
    color: #222222;
}
.whyxcx-title-b{
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}
.whyxcx-con{
    margin-top: 60px;
    position: relative;
}
.whyxcx-con ul li{
    float: left;
    /*padding: 56px 40px 50px 40px;*/
    padding: 56px 80px 50px 80px;
    background: #fff;
    border-radius: 10px; 
    text-align: center;
}
.whyxcx-con ul:nth-child(1){
    position: absolute;
    top: 0;
}
.whyxcxtext{
    font-size: 24px;
    color: #333333;
    margin-top: 40px;
}
.whyxcxdes{
/*    width: 175px;*/
    font-size: 16px;
    color: #333333;
    height: 0;
    display: none;
}


/*帮助列表*/
.help-list .sz-title{
    font-size: 16px;
    color: #333333;
}
.help-all{
    margin-top: 25px;
}
.help-all a{
    text-align: center;
    margin-right: 30px;
}
.help-all a.cur{
    background: #f8f8f8;
    width: 53px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
}
.help-list{
    padding-bottom: 100px;
}
.hp-list-l{
    float: left;
}
.hp-list-r{
    float: right;
    margin-top: 32px;
}
.hp-list-l .hp-title{
    color: #333333;
    font-size: 16px;
}
.hp-list-l .hp-time{
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.hp-list-l{
    padding-left: 15px;
}
.hp-item{
    overflow: hidden;
    margin-top: 20px;
}
.hp-list-r .count{
    color: #999999;
    position: relative;
    top: 1px;
}
.hp-item .hp-list{
    border-bottom:1px solid #e5e5e5; 
    overflow: hidden;
    padding-bottom: 22px;
    margin-bottom: 16px;
    cursor: pointer;
}
.help-pages{
    width: 80px;
    height: 30px;
    border: 1px solid #bbbbbb;
    text-align: center;
    line-height: 30px;
    float: right;
    margin-right: 10px;
}