@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;
}

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;
}

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;
    font-weight: normal;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}
/*banner*/
.banner {
    width:100%;
    height:580px;
    overflow:hidden;
    position:relative;
    font-size:0
}
.b-img {
    height:500px;
    position:absolute;
    left:0;
    top:0
}
.b-img a {
    display:block;
    height:580px;
    float:left
}
.b-list {
    height:50px;
    padding-top:700px;
    position:relative;
    margin:0 auto;
    z-index:1
}
.b-list span {
    display:block;
    cursor:pointer;
    width:14px;
    height:14px;
    border-radius:50%;
    border:3px solid #fff;
    float:left;
    margin:0 5px;
    _margin:0 3px
}
.b-list .spcss {
    border:3px solid #14ab04
}
.bar-left {
    position:absolute;
    z-index:1;
    display:block;
    width:100px;
    height:100%;
    left:0;
    background:0 0;
    top:0
}
.bar-right {
    position:absolute;
    z-index:1;
    display:block;
    width:100px;
    height:100%;
    right:0;
    background:0 0;
    top:0
}

.bar-left .emcss {
    background-position:0 -100px
}
.bar-right .emcss {
    background-position:-50px -100px
}


.main{
    width: 100%;
    margin: 0 auto;
}
/*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: 0.2s;
}
.nav_bar li:hover a{
    color: #3288ff;
    border-bottom: 3px solid #3288ff;
}
.nav_bar .active{
    color: #3288ff!important;
    border-bottom: 3px solid #3288ff;
}

/*seo*/
.seo{
    background: url(../images/website/seo_bg.jpg) no-repeat center;
    height: 820px;
}
.base{
    width: 1200px;
    margin: 0 auto;
}
.title{
    margin:50px 0px 150px 0px;
    font-size: 32px;
    color: #222;
}
.titlep1{
    color: #666;
    font-size: 18px;
}
.titlep{
    color: #666;
    font-size: 18px;
}
.text-align{
    text-align: center;
}
.seo_right{
    width: 600px;
    float: right;
    text-align: left;
}
.seo_top{
    margin-bottom: 95px;
}
.seo_top h3{
    font-size: 24px;
    color: #1850d7;
    margin-bottom: 35px;
}
.seo_top p{
    font-size: 16px;
    font-family: "SimSun"
}
.seo_bottom{
    width: 600px;
}
.seo_bottom li{
    float: left;
    width: 140px;
    text-align: center;
    padding: 0px 45px 35px 0px;
}
.seo_bottom li p{
    padding-top: 10px;
}
.function{
    background: #fafafa;
    height: 820px;
}
.title1{
    margin:0px 0px 30px 0px;
    font-size: 32px;
    color: #222;
    padding-top: 50px;
}
.title1 p{
    font-size: 16px;
    color: #666;
}

.Box {
    position: relative;
    margin-top: 150px;
}
.Box .content {
    width: 1200px;
    margin: 0 auto;
}
.Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
}
.Box .Box_con {
    position: relative;
}
.Box .Box_con .btnl {
    position: absolute;
}
.Box .Box_con .btn {
    display: block!important;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 130px;
    cursor: pointer;
}
.Box .Box_con .btnl {
    background: url(../images/website/prv_icon.png) no-repeat center;
    left: -72px;
    background-size: 100% 100%;
}
.Box .Box_con .btnr {
    background: url(../images/website/next_icon.png) no-repeat center;
    right: -72px;
    background-size: 100% 100%;
}
.Box .Box_con .btnl:hover {
    background: url(../images/website/prv_icon.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
    background: url(../images/website/next_icon.png) no-repeat center;
}
.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}
.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}
.Box .Box_con .conbox ul li {
    float: left;
    width: 10%;
    height: 323px;
    margin-left: 20px;
    overflow: hidden;
    border: 1px solid #999999;
    padding: 0px 15px;
    border-top: 8px solid #1850d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}*/
.Box .Box_con .conbox ul li:hover{
    border-right: 1px solid #1850d7;
    border-left: 1px solid #1850d7;
    border-bottom: 1px solid #1850d7;
    box-shadow: rgba(0,0,0,0.188235) 0px 0px 10px 0px;
    -webkit-transform: translate3d(0px,-2px,0px);
    transform: translate3d(0px,-2px,0px);
    transition: all 0.3s cubic-bezier(0.55,0,0.1,1);
    transition: All 0.3s ease;
    z-index: 10;
}
.Box .Box_con .conbox ul li img {
    display: block;
    width: 58px;
    height: auto;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}
.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}
.Box .BoxSwitch span.cur {
    background: red;
}
.box_img{
    height: 180px;
    position: relative;
}
.conbox li h3{
    font-size: 18px;
    color: #222;

}
.conbox li p{
    font-size: 16px;
    color: #999;
    margin: 0 auto;
    padding-top: 10px;
}

.manage{
    background: url(../images/website/manage_bg.jpg) no-repeat center;
    height: 820px;
}
.manage_top{
    margin-bottom: 45px!important;
}
.manage_bottom{

}
.manage_bottom li{
    width: 20%;
    float: left;
    background: url(../images/website/manage1.png) no-repeat right;
    margin-right: 1%;
    text-align: center;
}
.manage_bottom li:nth-child(4),.manage_bottom li:nth-child(8){
    background: none;
}
.manage_bottom li p{
    color: #f03666;
    font-size: 16px;
    padding: 50px 0px;
    display: inline-block;
    border-bottom: 1px solid #ccdeee;
}
.manage_bottom li:nth-child(5) p,.manage_bottom li:nth-child(6) p,.manage_bottom li:nth-child(7) p,.manage_bottom li:nth-child(8) p{
    border-bottom: none;
}

.baidu{
    height: 820px;
    background: #fafafa;
}
.baidu_top{
    margin-bottom: 65px;
}
.excel{
    background: url(../images/website/baidu.jpg) no-repeat;
    height: 588px;
    width: 1200px;
    margin:0 auto;
}
.excel_r{
    width: 830px;
    float: right;
    padding-top: 48px;
}
.bd_x{
    width: 350px;
    float: left;
    text-align: left;
}
.bd_x ul{
     padding-left: 65px;
     margin-top: 40px;
     float: left;
}
.bd_x h2{
    font-size: 18px;
    color: #000;
    background: #eeeeee;
    margin-left: 35px;
    width: 120px;
    line-height: 38px;
    height: 38px;
    text-align: center;
}
.bd_x p{
    font-size: 16px;
    color: #999;
    width: 140px;
    margin: 17px 0px 0px 50px;
}
.bd_x li{
    font-size: 16px;
    color: #222;
    line-height: 46.5px;
}
.bd_x li:nth-child(6),.bd_x li:nth-child(7){

}
.wx_x{
    width: 400px;
    float: right;
}
.wx_x ul{
    padding-left: 65px;
    margin-top: 40px;
    float: left;
    text-align: left;
}
.wx_x h2{
    font-size: 18px;
    color: #000;
    background: #eeeeee;
    margin-left: 35px;
    width: 120px;
    line-height: 38px;
    height: 38px;
    text-align: center;
}
.wx_x p{
    font-size: 16px;
    color: #999;
    width: 140px;
    margin: 17px 0px 0px 50px;
}
.wx_x li{
    font-size: 16px;
    color: #222;
    line-height: 46.5px;
}
.wx_x li:nth-child(6),.wx_x li:nth-child(7){

}
.excel_more{
    padding-left: 95px!important;
}
.excel_more1{
    padding-left: 110px!important;
}

.build{
    margin: 70px 0px 200px 0px;
    height: 620px;
}
.build_img{
    padding: 163px 0px;
}
.build_img li{
    float: left;
}
.build_img li:nth-child(2n+1){
    width: 225px;
}   
.build_img li:nth-child(2n){
    line-height: 136px;
}
.build_img li h4{
    font-size: 18px;
    color: #222;
    padding: 108px 0px 30px 0px;
}
.build_img li h4 img{
    padding-right: 9px;
}
.build_img li p{
    font-size: 16px;
    color: #999;
}
.plan_1{
    width:1280px;
}
.plan ul{
    margin-top: 90px;
}
.plan ul li{
    float: left;
    margin: 0px 20px;
    width: 380px;
    height: 740px;
    padding-left: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    border-top: none;
}
.plan ul li:first-child{
    padding-left: 0;
}
.plan ul li:last-child{
    padding-left: 0;
}
.plan ul li dl{
/*    width: 210px;
*/    margin-top: 20px;
    margin: 0px 50px;
/*    border-bottom: 1px solid #ccc;
*/}
.aiyi{
    min-height: 520px;
    border-bottom: 1px solid #ccc;
}

.plan ul li dd{
    font-size: 16px;
    color: #222;
    line-height: 35px;
    text-align: left;
    color: #666666;
}
.plan ul li dd i{
    background: url(../images/website/coning.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-top: 10px;
    padding-right: 10px
}
/*.p1{
    background:url(../images/website/plan1.jpg) no-repeat;
}
.p2{
    background:url(../images/website/plan2.jpg) no-repeat;
}
.p3{
    background:url(../images/website/plan3.jpg) no-repeat;
}*/
.goto{
    min-height: 90px;
    padding-top: 15px;
}
.goto h2{
    font-size: 24px;
    color: #fff;
}
.goto p{
    font-size: 16px;
    color: #fff;
}
.goto1{
    background:url(../images/website/plan1.png) no-repeat; 
}
.goto2{
    background:url(../images/website/plan2.png) no-repeat; 
}
.goto3{
    background:url(../images/website/plan3.png) no-repeat; 
}
.sale{
    margin-top: 55px!important;
/*    width: 350px!important;
*/    height: 40px;
}
.sale_left{
    float: left;
    width: 120px;
    margin-left: 15px !important;
    font-size: 24px!important;
}
.sale_left span{
    color: #f24949;
}
.sale_right{
    float: right;
    width: 100px;
}
.sale_right a{
    font-size: 16px;
    color: #fff!important;
    display: block;
    background: #f24949;
    border-radius: 4px;
    text-align: center;
}
.sale_last{
    margin-top: 55px!important;
}

.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;
}
.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;
}
.contact_a p{
    transform: scale(1.1);
    transition: all .6s linear;
}
/*choose*/
.choose{
    background: #fafafa;
    height: 2500px;
}
.choose ul{
    margin-top: 90px;
}
.choose li:hover{
    
}
.choose_q{
    width:1250px!important;
}
.choose1{
    width: 368px;
    height: 770px;
    float: left;
    border: 1px solid #63b94a;
    border-radius: 20px;
    background: #fff;
}
.choose2{
    margin: 0px 70px;
    height: 770px;
    width: 368px;
    float: left;
    border: 1px solid #f38e48;
    border-radius: 20px;
    background: #fff;
}
.choose3{
    height: 770px;
    width: 368px;
    float: left;
    border: 1px solid #2d83f9;
    border-radius: 20px;
    background: #fff;
}
.choose_title1{
    background: url(../images/website/type1.png) no-repeat;
    min-height: 135px;
}
.choose_title2{
    background: url(../images/website/type2.png) no-repeat;
    min-height: 135px;
}
.choose_title3{
    background: url(../images/website/type3.png) no-repeat;
    min-height: 135px;
}
.choose_title h2{
    font-size: 24px;
    color: #fff;   
    padding-top: 20px; 
}
.choose_title h3{
    font-size: 16px;
    color: #fff;    
}
.price{

}
.price_top{
/*    margin-top: 150px;
*/    font-size: 24px;
    color: #666666;
}
.price_top span{
    color: #f24949;
}
.price_bottom{
    width: 180px;
    margin: 0 auto;
    padding: 15px 0px;
}
.price_bottom a{
    font-size: 16px;
    color: #fff;
    display: block;
    background: #89e071;
    border-radius: 4px;
    padding: 10px 15px;
    transition: 0.5s;
}
.word{
    width: 260px;
    margin: 0 auto;
    margin-top: 30px;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}
.word dd{
    text-align: left;
    font-size: 16px;
    color: #222;
    line-height: 32px;
    padding: 0px 40px;
}
.word i{
    background: url(../images/website/price.png) no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin-top: 10px;
    padding-right: 5px;
}
.word span{
    color: #f03666;
}
.pr2 a{
    background: #fbaa71;
}
.pr3 a{
    background: #4e98fd;
}

#lineTd{
     background: #fff url(../images/website/line.png) no-repeat 100% center;   
     width:305px!important;
     font-size: 20px;
     color: #222;
     height: 156px;
}
.table{
    margin-top: 125px;
    width: 1250px;
    background: #fff;
}
.table li{
    float: left;
    background: #fff;
    font-size: 16px;
    color: #222;
}
.td{
    width:313px!important;
    height: 155px;
    font-size: 20px!important;
    color: #fff!important;
    border: 1px solid #eeeeee;
    line-height: 155px;
}
.jcb{
    background: #89e071!important;
}
.yxb{
    background: #fbaa71!important;
}
.hyb{
    background: #4e98fd!important;
}
.span1{
    float: left;
    margin-top: 80px;
    margin-left: 90px;
}
.span2{
    float: right;
    margin-top: 40px;
    margin-right: 90px;
}
.a{
    line-height: 64px;
    text-align: center;
    border-left:1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.a1{
    width: 100px;
    border-left:none;
    height: 325px;
    line-height: 325px;
    border-bottom: none;
}
.a2{
    width: 205px;
    height: 64px;
    border-top: none;
}
.a3{
    width: 313px;
    border-top: none;
}
.a4{
    width: 313px;
    border-top: none;
    border-right:1px solid #eeeeee;
}
.height{
    width: 100%;
    clear: both;
}

/*xcx*/
.free{
    position: relative;
}
.freeuse{
    position: absolute;
    left: 23%;
    top: 69%; 
}
.freeuse{
    color: #32b1f6!important;
    background: #ecf6ff;
    padding: 15px 60px;
    border-radius: 10px;
    font-size: 18px;
}
.xcxbg{
    margin-top: 55px;
}
.ptai{
    background: url(../images/network/pingtai.jpg) no-repeat center;  
    height: 940px;
}
.base1 h2{
    color: #dddddd!important;
}
.base1 p{
    color: #dddddd!important;
}
.tab_nav{
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding: 35px 0px;
}
.tab_nav li{
    float: left;
    font-size: 24px;
    color: #fff;
    margin-right: 35px;
    padding: 14px 30px;
}
..tab_nav li a{
    color: #fff;
}
.introduce li{
    float: left;
    width:236px;
    height: 200px;
    background: rgba(0, 0, 0, 0.4);
    margin: 1px;
}
.introduce li a{
    line-height: 200px;
    color: #fff;
    font-size: 24px;
}
.online li{
    background: url(../images/network/pt_bg.jpg) no-repeat;
    opacity: 0.94;
}
.online .online2{
    background: url(../images/network/pt_bg1.png) no-repeat;
    opacity: 0.94;
}
.online .online3{
    background: url(../images/network/pt_bg2.png) no-repeat;
    opacity: 0.94;
}
.tab_nav li a{
    color: #fff;
}
.tab_nav .cur{
    background: #3289ff;
    padding: 14px 30px;
    border-radius: 40px;
}

.area li{
    float: left;
    width: 220px;
    height: 147px;
    margin: 43px 25px 43px 0px;
    position: relative;
    overflow: hidden;
}
.area li:hover{

}
.area li:nth-child(5n+5){
    margin-right: 0px;
}
.area_img{
    position: absolute;
}
.area_img p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    color: #fff;
    font-size: 24px;
    transition: all .5s ease;
}
.area_text{
    position: absolute;
    bottom: -40px;
    background: url(../images/network/after.jpg) no-repeat center;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
}
.area_text p{
    font-size: 14px;
    color: #fff;
}
.area li:hover .area_text{
    bottom: 0px;
    transition: 0.5s;
    opacity: 0.8;
}
.area li:hover .area_text p{
    padding-top: 30%;
    z-index: 99;
}
.area li:hover .area_img p{
    top: 30%;
    transition: 0.4s
}

/*members*/
.members{
    background: url(../images/network/members_bg.jpg) no-repeat center; 
    height: 820px;
}
.mem_r{
    width: 575px;
    float: right;
}
#xixi .u1{
    width: 100%;
    display: inline-block;
    margin:90px 0px;
}
.u1 li{
    float: left;
    font-size: 20px;
    color: #222222;
    width: 190px;
    text-align: left;
}
.u1 a:hover{
    color: #3388ff;
    border-bottom: 4px solid #3288ff;
    padding-bottom: 20px;
    transition: .5s;
}
.u1 .cur a{
    color: #3388ff;
    border-bottom: 4px solid #3288ff;
    padding-bottom: 20px;
    transition: .5s;
}
.introduce1{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}
.introduce1 li{
    float: left;
    width: 112px;
    padding-right: 30px;
}
.introduce2{
    text-align: left;
    display: none;
    position: absolute;
}
.introduce2 h3{
    font-size: 20px;
    color: #222;
    margin: 28px 0px;
}
.introduce2 p{
    font-size: 16px;
    color: #999;
}
.tabimg{

}
.tabimg img{
    
}
.u2_after{
    position: relative;
}
.u2{
    margin-bottom: 50px;
    display: inline-block;
}
.u2 img{
    width:112px;
    height: 112px;
}
.introduce1 .on img{
    border-radius: 50%;
    box-shadow: 0px 0px 40px -10px #3288ff6e;
}
.introduce2 .on img{
    border-radius: 50%;
    box-shadow: 0px 0px 40px -10px #3288ff6e;
}
.introduce3 .on img{
    border-radius: 50%;
    box-shadow: 0px 0px 40px -10px #3288ff6e;
}
/*shop*/
.shop{
    background: url(../images/network/shop_bg.jpg) no-repeat center;
    height: 820px;
}
.shop_l{
/*    width: 650px;
*/    text-align: left;
}
.shop1{
    display: inline-block;
    margin-top: 50px;
}
.shop1 .cur a{
    color: #3288ff!important;
    border-bottom: 4px solid #3288ff; 
}
.shop1 li{
    float: left;
    width: 100px;
    height: 55px;
}
.shop1 li a{
    font-size: 20px;
    display: inline-block;
    transition: 0.2s;
    color: #222;
    padding-bottom: 17px;
}
.yes{
    
}
.shop1 li:hover a{
    border-bottom: 4px solid #3288ff;
    color: #3288ff!important;
}
.present ul{
    float: left;
}
.present li{
    margin:70px 0px;
    font-size: 20px;
    color: #222;
}
.present li img{
    padding-right: 40px;
}

/*更多服务*/
.title_2{
    font-size: 27px;
    color: #333;
    margin:50px 0px;
}
/*更多服务*/
.s{
    width: 232px;
    height: 310px;
    float: left;
}


.position{
    background: url(../images/position_bg.png) no-repeat center;
    min-height: 160px;
}
.position h1{
    padding-top: 50px;
}
.position h2{
    font-size: 32px;
    color: #fff;
    padding-bottom: 40px;
}
.moban{
    padding:80px 0px;
    margin:0 auto;
}
.moban h2{
    font-size: 26px;
    color: #3656ad;
    text-align: center;
}
.moli, .moli2{
    padding:60px 0px; 
}
.moli_top {
    float: left;
    width: 353px;
    height: 115px;
    margin-right: 70px;
    margin-bottom: 50px;
}
.moli_top:nth-child(3n+3){
    margin-right: 0px;
}
.moli_top:hover{
    background: #f1f2f5;
    border-radius: 10px;
}
.moimg{
    float: left;
    line-height: 115px;
    padding-left: 30px;
}
.motxt{
    float: left;
    padding-left: 30px;
    padding: 27px 0px 27px 30px;
}
.motxt h1{
    font-size: 18px;
    color: #222222;   
}
.motxt p{
    font-size: 14px;
    color: #999;   
}

.Box1, .Box2, .Box3, .Box4, .Box5, .Box6{
    position: relative;
    margin-top: 50px;
}
.content{
    width: 967px;
    margin: 0 auto;
}
.Box_con{
    position: relative;
}
.btz{
    position: absolute;
}
.bt{
    display: block!important;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 130px;
    cursor: pointer;
}
.btz{
    background: url(../images/lfet-1.png) no-repeat center;
    left: -72px;
    background-size: 100% 100%;
}
.bty{
    background: url(../images/right-1.png) no-repeat center;
    right: -72px;
    background-size: 100% 100%;
}
.conbox{
    position: relative;
    overflow: hidden;
}
.conbox ul{
    position: relative;
    list-style: none;
}
.conbox ul li{
    float: left;
    width: 33.33%;
    text-align: center
}
.BoxSwitch{
    margin-top: 30px;
    text-align: center;
}

.moli_bottom, .moli_bottom2{
    margin-bottom: 100px;
    transition:all .8s ease-in 0s;
}

.moli_bottom_ar{
    display: none;
}
.moli_bottom_ar h2{
    font-size: 18px;
    color: #262626;
    text-align: left;
    padding-left: 60px;
    padding-bottom: 35px;
}
.moli_bottom_ar p{
    font-size: 14px;
    color: #262626;
    padding-left: 60px;
}
.dingzhi{
    margin-top: 80px;
}
.dingzhi h2{
    font-size: 26px;
    color: #f3be31;
    text-align: center;
    margin-bottom: 80px; 
}
.dingzhi .moli_top:hover{
    background: none;
    border-radius: none;
}
.dingli_top {
    float: left;
    width: 353px;
    height: 115px;
    margin-right: 70px;
    margin-bottom: 50px;
}
.dingli_top:nth-child(3n+3){
    margin-right: 0px;
}
.submit{
    margin: 0 auto;
    background: #f1f1f5;
}
.submit form{
    width: 1000px;
    margin: 0 auto;
}
.submit h2{
    font-size: 32px;
    color: #222;
    line-height: 17px;
    text-align: center;
    padding: 57px 0px;
}
.sub{
    width: 400px;
    float: left;
    font-size: 18px;
    color: #999;
    line-height: 17px;
    font-family: "SimSun"; 
    margin: 15px 20px;
}
.sub:nth-child(2){
    float: right;
}
.subm{
    width: 400px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 18px;
    color: #999;
    line-height: 17px;
    background: none;
    margin-right: 10px;
    font-family: "SimSun";
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    padding-left: 10px;
}
.sub h3{
    font-size: 24px;
    color: #222;
    line-height: 17px;
    font-family: "SimSun"; 
    margin: 15px 0px;
    padding-left: 10px;   
}
.sub1{
    display: inline-block; 
    padding: 15px 20px;
    width: 960px;
}
.subm1{
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 18px;
    color: #999;
    line-height: 17px;
    background: none;
    margin-right: 10px;
    font-family: "SimSun";
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    padding-left: 10px;
}
.sub1 h3{
    font-size: 24px;
    color: #222;
    line-height: 17px;
    font-family: "SimSun"; 
    margin-top: 15px;  
    padding: 15px 0px;
    padding-left: 10px;     
}
.sub2{
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    color: #fff;
    line-height: 17px;
    background: #3656ad;
    border-radius: 10px;
    box-shadow: none;
    border: #3656ad; 
}
.sub3{
    text-align: center;
    padding: 55px 0px;
}


/*case*/
.case2{
    background: url(../images/case_bg.jpg) no-repeat center;
    min-height: 160px;        
}
/*mail*/
.part1{
    background: #fafafa;
    height: 1750px;
}
.mail_top{

}
.mail_title{
    text-align: center;
    font-size: 32px;
    color: #000;
    font-family: "SimSun";
    padding: 65px 0px;    
}
.mail_top li{
    float: left;
    width: 376px;
    text-align: center;
    background: #fff;
    margin-bottom: 60px;
    box-shadow: 0px 4px 7px #4e98fd36;
}
.mail_top li h3{
    font-size: 38px;
    color: #fff;
    font-family: "SimSun";
    padding: 60px 0px;
   
}
.mail_top li h3 span{
   color: #fff;
   font-size: 54px;
   font-weight: bold; 
}
.mail_top li p{
    font-size: 18px;
    color: #000;
    border-bottom: 1px dashed #ecf3fa;
    padding: 20px 0px;
    margin: 0px 60px;
}
.mail_top li:nth-child(3n+2){
    margin: 0px 36px;
}
.apple{
    background: #6b64eb;
}
.pear{
    background: #f5a629;
}
.orange{
    background: #23c069;
}
.tijiao{
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    color: #000;
}
.tijiao p{
    font-size: 20px;
    color: #000;
}
.tijiao p span{
    color: #ff0f0f;    
}
.put{
    padding-top: 40px;
}
.juice{
    padding: 15px 40px;
    margin: 0px 20px;
    border: 1px solid #dadada;
}
.juicerr{
    padding: 10px 98px;
    border: 1px solid #dadada;
    background: #fff;
}
.putin{
    margin-right: 30px;
}
.put1{
    font-size: 18px;
    color: #fff;
    background: #6b64eb;
    border: none;
    padding: 23px 90px;
    margin: 40px 0px;
}
.put1{
    color: #fff!important;;
}
.tijiaojiage{
    margin-top: 50px;
}
.part2{
    margin:20px 0px;
}
.part2_li li{
    width: 382px;
    float: left;
    text-align: center;
    box-shadow: 0px 4px 7px #7e808436;
    margin:25px 0px;
    padding: 40px 0px;
    border-radius: 10px;
}
.part3_li li:nth-child(3n+2){
    margin:25px 27px;
}
.part2_li .part2_img{

}
.part2_li h3{
    font-size: 20px;
    padding: 20px 0px;
}
.part2_li p{
    font-size: 14px;
    color: #666;
}
.part3{
    background: url(../images/mail/part3_bg.jpg) no-repeat center center;
    min-height: 712px;
    margin-top: 80px;
/*    background-size: 100%;
*/}
.mail_title2{
    color: #fff;
}

.mailtab_img{
    margin:0 auto;
    margin-top: 50px;
    height: 276px;
    overflow: hidden;
}
.mailtab li h2{
    font-size: 18px;
    color: #000;
}
.mailtab li p{
    font-size: 14px;
    color: #666;
}


.Exhibitor{ 
    width:1600px;
    margin: 0 auto;
}
.hl_main5_content{
    width:1600px;
    float:left;
    margin-top:20px;
  }
.h1_main5_title{
    height:30px; 
    background:#999; 
    line-height:30px; 
    padding-left:10px; 
    font-size:14px; 
    font-weight:bold;
}
.hl_main5_content1{
    width:1200px; 
    overflow:hidden; 
    float:left; 
    height: 370px;
}
.hl_main5_content1 ul{
    width:1200px; 
    overflow:hidden; 
    margin-top:20px;
/*    padding-left: 20px;
*/}
.hl_main5_content1 ul li{ 
    float:left; 
    width:197px;
    text-align: center; 
    margin-right:20px;
    background: #fff;
    font-family: "SimSun";
    padding:50px 10px;
    border-radius: 0px;
}
.hl_main5_content1 ul li h2{
    font-size: 18px;
    color: #000;
    padding:40px 0px;
}
.hl_main5_content1 ul li p{
    font-size: 14px;
    color: #666;
}
.hl_scrool_leftbtn{
    width:120px; 
    height:38px; 
    background:url(../images/mail/zuo.png) no-repeat; 
    float:left; 
    margin-left:10px; 
    margin-top:150px; 
    cursor:pointer;
    margin-right: 90px;
}
.hl_scrool_rightbtn{
    width:120px; 
    height:38px; 
    background:url(../images/mail/you.png) no-repeat right; 
    float:right; 
    margin-right:12px; 
    margin-top:150px; 
    cursor:pointer;
}
.part4{
    background: #fafafa;
    padding: 80px 0px;
    display: flex;
}
form{
}
.peach{
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}
.egg{
    width: 460px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border: 1px solid #dadada;
    color: #000;
    font-size: 20px;
    font-family: "SimSun";
}
.dog{
    color: #fff!important;
    font-size: 18px;
    font-family: "SimSun";
    padding: 15px 90px;
    background: #6b64eb;
    border: 1px solid #6b64eb;
    margin-right: 20px;
}
.cat{
    color: #6b64eb!important;
    font-size: 18px;
    font-family: "SimSun";
    padding: 15px 90px;
    border: 1px solid #6b64eb;
    background: #fafafa;
    margin-left: 20px;
}
.peachl{
    text-align: left;
    margin-bottom: 0;
}
.peachr{
    text-align: right;
    margin-bottom: 0;
}
.mail_title .yonghu{
    font-size: 32px;
    font-family: "SimSun";
    color: #6b64eb;
    padding:0px 10px;
}
.part5 .membershow li{
    float: left;
    width: 20%;
    text-align: center;
    padding:60px 0px;
}
.part5more{
    text-align: center;
    padding:75px 0px 60px 0px;
}
.part5more a{
    font-size: 25px;
    color: #6b64eb;  
}

.part6{
    background: #fafafa;
    display: flex;
    padding: 80px 0px;
}
.part6_li{
    width: 500px;
    margin: 0 auto;
    text-align: center;
    height: 70px;
}
.part6_li li{
    float: left;
    width: 250px;
}
.part6_li li a{
    font-size: 25px;
    color: #000;  
}
.upp a{
    border-bottom: 2px solid #6b64eb;
    padding-bottom: 20px;
    color: #6b64eb!important;
}
.part6_li li:hover a{
    border-bottom: 2px solid #6b64eb;
    padding-bottom: 20px; 
    color: #6b64eb;
}
.newsintrouce{
    width: 860px;
    margin: 0 auto;
}
.newsintrouce li{
    list-style-type: disc; 
    width: 320px;
    float: left; 
    margin-right: 65px;  
}
.newsintrouce li:nth-child(2n+2){
    margin-left: 65px;
    margin-right: 0px;
    float: right;
}
.newsintrouce li h2{
    padding-top:30px;
}
.newsintrouce li h2 a{
    color: #000;
    font-size: 20px; 
    font-family: "SimSun";

}
.newsintrouce li p{
    font-size: 16px;
    color: #666;
    font-family: "SimSun";
    padding:20px 0px;
}
.part7{
    background: url(../images/mail/part7_bg.jpg) no-repeat center center;
    min-height: 308px;
}
.mail_title3{
    padding-top: 100px;
}
.buynow{
    text-align: center;
}
.buynow a{
     color: #fff;
    font-size: 16px;
    background: #6b64eb;
    padding: 20px 70px;
    border-radius: 35px;   
}

/*newslsit*/
.newslist{
    margin-top: 40px;
}
.newslist_top{
    border-bottom: 1px solid #cccccc;
    height: 30px;
}
.newslist .newslist_top h2{
    font-size: 19px;
    color: #333;
    font-family: "SimSun";
    float: left;
}
.newslist .newslist_top h3{
    font-size: 12px;
    color: #333;
    font-family: "SimSun";
    float: right;
    line-height: 30px;
}
.newslist .newslist_top h3 span{
    color: #2b8fed;
}
.newsweb{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding:20px 0px;
}
.newslist_middle{

}
.newslist_middle li{
    width: 510px;
    float: left; 
    border: 1px solid #f4f4f4; 
    padding: 0px 25px 0px 15px;  
    font-family: "SimSun";
}
.newslist_middle li:nth-child(2){
    float: right;    
}
.newslist_middle h2{
    font-size: 18px;
    color: #2b8fed;
    line-height: 30px;
}
.newslist_middle h2 a{
    font-size: 18px;
    color: #2b8fed;
    line-height: 30px;
    padding: 15px 0px;
    display: block;  
    font-family: "SimSun";  
}
.newslist_middle h3{
    font-size: 14px;
    color: #666;
    line-height:20px;
}
.newslist_middle h4{
    
}
.newslist_middle h4 a{
    font-size: 14px;
    color: #2b8fed;
    line-height: 30px;
    padding: 15px 0px;
    display: block; 
    font-family: "SimSun";
}
.newslist_bottom li{
    background: #f8f8f8;
    padding: 25px 40px;
    margin-bottom: 30px;
}
.newslist_bottom h2{
    font-size: 18px;
    color: #2b8fed;
    line-height: 30px;
}
.newslist_bottom h2 a{
    font-size: 18px;
    color: #2b8fed;
    line-height: 30px;
    padding: 15px 0px;
    display: block;  
    font-family: "SimSun";  
}
.newslist_bottom h3{
    font-size: 14px;
    color: #666;
    line-height:24px;
}
.newslist_bottom h3 a{
    color: #2b8fed; 
}
.newslist_bottom h4{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding: 20px 0px 20px 0px;
}
.newslist_bottom h4 a{
    font-size: 14px;
    color: #2b8fed;
    line-height: 30px;
    padding: 15px 0px;
    font-family: "SimSun";
}
.newslist_bottom h4 span{
   color: #2b8fed; 
}
.pages_bottom{
    width: 320px;
    margin: 0 auto;
    padding: 90px 0px;
}
.pages_bottom li{
    float: left;
}
.pages_bottom a{
    padding:5px 15px;
    font-size: 16px;
    display: block;
    color: #999;   
}
.pages_bottom .nestpage{
    border: 1px solid #999;
    margin-left: 15px;
}
.pages_bottom .nestpage a{
    
}
.pages_bottom li:hover a{
    color: #2b8fed;
}

/*xddjj*/
.xddjj{
    padding:40px 0px 60px 0px;
    display: flex;
}
.about_title{
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin:20px 0px;
}
.xddjj_bottom{
    
}
.xddjj_bottom_left{
    float: left;
    width: 600px;
}
.xddjj_bottom_left h3{
    font-size: 16px;
    color: #000;
    line-height: 39px;
    padding: 5px 0px;
}
.xddjj_bottom_right{
    width: 520px;
    float: right;
}
.xddjj_bottom_right img{
    padding-top: 50px;
}
.gsyj{
    background: url(../images/about/gsyj_bg.jpg) no-repeat center;
    min-height: 270px;
}
.gsyj h2{
    padding-top: 60px;
    color: #fff;
    font-size: 30px;
}
.gsyj p{
    font-size: 18px;
    color: #fff;
    line-height: 33px;
    margin-top: 40px;

}
.gsdt{
    display: flex;
    padding: 50px 0px;   
}
.gsdt_lb{

}
.gsdt_li{
    width: 550px;
    float: left;
    background: url(../images/about/gsdtmiddle_line.png) no-repeat right center;
}
.gsdt_li:nth-child(2){
    float: right;
    background: none;
    width: 500px;
}
.gsdt_li h2{
    margin: 10px 0px;    
}
.gsdt_li h2 a{
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

.xddjj_bottom_left {
    width: 615px;
}
.xddjj_bottom_left h3{
	padding: 8px 0px;
	line-height: 36px;
}
.aboutya{
    position: relative;
}
.about_banner_t{
	position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    margin-left: -360px;
    margin-top: -17px;
}
.about_banner_t h2{
	font-size: 65px;
    color: #fff;
    line-height: 35px;
    word-spacing: 445px;
    display: block;
    letter-spacing: 29px;
}
.hl_main5_content1 ul li p{
    min-height: 63px;
}

.qiehuanweizhi{
    float: right;
    position: relative;
    top: -90px;
    left: -80px;
}
.qiehuanweizhi1{
    float: left;
    position: absolute;
    top: -350px;
    left: -510px;
}
.chensghifenz{
    position: absolute;
    font-size: 32px;
    color: #fff;
    top: 33%;
    left: 55%;
    text-align: right;
}
.chensghifenz span{
    color: #fcd005;
}
.middle{
    position: relative;
}
.part3_li{

}