*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

ul li{
    list-style: none;
}

body{font-family:SimSun;}


.wamp{
    width: 100%;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    z-index: 1000;
    float: inherit;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    text-align: center;
}

#top_ul{
    z-index: 100;
}

.wamp > div{
    display: inline-block;
}

.wamp a {
    text-decoration: none;
    color: #333333;
}
/*js实现 点击 浮动出现*/
.search_box{
    height: 120px;
    display:none;
}

.top_logo{
    display: inline-block;
    padding-right: 100px;
    height: 60px;
}

.nav_ul > li{
    width: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 18px;
    margin-right: 20px;
}

/*.nav_ul > li:hover{*/
    /*border-bottom: 2px solid #2CC0C2;*/
/*}*/

.nav_ul > li:hover a{
    color: #2CC0C2 !important;
}

.nav_ul> li:hover #top_ul{
    display: block;
    z-index: 10000;
}

.nav_ul > li:nth-child(2):hover{
    border-bottom: none;
}

.nav_ul > li:hover #top_ul > li:first-child{
    border-top: 2px solid #2CC0C2;
}

#top_ul{
    display: none;
    background: #fff;
}

#top_ul li{

}

#top_ul a:hover{
    color:#2CC0C2;
}

.open_search{
    margin: 0 30px 0 10px;
}

.banner{
    z-index: -1000;
}

.my_product{
    padding: 120px 0 80px 0;
    text-align: center;
    background: #f7fafa;
}

.product_top_title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 80px;
}

.pc_title_box{
    position: relative;
    width: 370px;
    height:99px;
    line-height: 99px;
    border-bottom: 1px solid #34C8CA;
    display: inline-block;
}

.pc_title_img{
    position: absolute;
    left: 0;
}



.pc_title_img, .pc_title{
    display: inline-block;
    font-size: 30px;
}

.product_list{

}

.product_list li{
    display: inline-block;
    vertical-align: top;
    width: 460px;
    height:370px;
    margin-right: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: -5px -5px 10px #E1E3E3,5px 5px 10px #E1E3E3;
}

.product_list li:last-child{
    margin-right: 0px;
}

.pc_desc{
    width: 370px;
    height: 200px;
    display: inline-block;
    padding : 35px 0;
    font-size: 20px;
    text-align: left;
    color: #666666;
}

.pc_btn{
    height: 70px;
    line-height: 70px;
}

.pc_btn a{
    font-size: 20px;
    text-decoration: none;
    color: #2CC0C2;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #ECF6F6;
    transition: all 1s;
}

.pc_btn a:hover{
    background: #2CC0C2;
    color: #fff;
    font-weight: bold;
}

.product_button{
    margin-top: 80px;
}


.btn-ledao{
    display: inline-block;
    width: 260px;
    height: 65px;
    line-height: 65px;
    background: #2CC0C2;
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    transition: all 1s;
}

.btn-ledao:hover{
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right,rgba(44,192,194,.5),rgba(44,192,194,1));
}

.question{
    width: 1420px;
    margin: 0 auto;
    padding: 100px 0;
}

.question ul{
    margin: 10px 0;
}

.question_title{
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
}

.question_nav,.question_index{
    display: inline-block;
    vertical-align: top;
}

.question_nav{
    width: 460px;
    margin-right: 15px;
}

.question_nav li{
    margin-top: 10px;
    padding: 20px 40px;
    height: 130px;
    box-shadow: -3px -3px 5px #E1E3E3,3px 3px 5px #E1E3E3;
}

.question_nav_title{
    padding-bottom: 20px;
    font-size: 24px;
    color:  #2CC0C2;
}

.question_content{
    font-size: 16px;
    text-align: left;
    color: #666666;
}

.question_nav_top,.qs_index_top{
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    background: #2CC0C2;

}

.question_active{
    border-left: 5px solid #2CC0C2;
}

.question_index{
    width: 935px;
    height: 605px;
    text-align: center;
    box-shadow:-3px -3px 5px #E1E3E3,3px 3px 5px #E1E3E3;
}

.question_index_box{
    padding: 35px 90px 0 90px;
}

.question_index_title{
    font-size: 26px;
    margin-bottom: 20px;
}

.question_index_content{
    height: 50px;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    color: #666666;
}

.question_index_img{
    width: 760px;
    height: 350px;
}

.F2C_box{
    width: 1420px;
    margin: 0 auto;
}

.F2C_top_title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin : 100px 0 80px 0;
}

.F2C_box li{
    display: inline-block;
    width: 460px;
    margin-right: 13px;
    vertical-align: top;
}

.F2C_box li:last-child{
    margin-right: 0;
}

.F2C_img_box{
    width: 460px;
    height: 350px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.F2C_img{
    display: block;
    width: 460px;
    height: 350px;
    transition: all 0.6s;
}

.F2C_img:hover{
    transform: scale(1.2);
}

.F2C_bottom_top{
    padding: 10px 30px 0px 30px;
    font-size: 26px;
    color: #333333;
}



.F2C_desc{
    font-size: 16px;
    padding: 0 30px;
    color: #666666;
}

.F2C_content_box{
    height: 130px;
    border-radius: 0 0 10px 10px;
    transition: all 1s;
}

.F2C_content_box:hover{
    background: #2CC0C2;
}

.F2C_content_box:hover .F2C_bottom_top ,.F2C_content_box:hover .F2C_desc{
    color: #fff;
}

.F2C_box a{
    text-decoration: none;
}

.server_center{
    width: 1420px;
    margin: 0 auto;
    text-align: center;
    margin-top : 160px;
}

.server_center a{
    text-decoration: none;
}

.server_title{
    font-size: 36px;
    margin-bottom: 40px;
}

.server_top_img{
    margin-bottom: 80px;
}

.server_img_box{
    overflow: hidden;
}

.server_img{
    display: block;
    width: 460px;
    height: 290px;
    box-shadow: 1px 1px 5px #2CC0C2,-1px -1px 5px #2CC0C2;
    transition: all 1s;
}

.server_img:hover{
    transform: scale(1.2);
}

.server_center li{
    display: inline-block;
    width: 460px;
    margin-right: 13px;
    vertical-align: top;
}

.server_center li:last-child{
    margin-right:0;
}

.server_btn_box{
    margin-top: 40px;
}

.server_btn{
    height: 40px;
    font-size: 18px;
    padding: 0 15px;
    border: 1px solid #2CC0C2;
    border-radius: 20px;
    color: #FFF;
    background: #2CC0C2;
}

.good{
    padding : 100px 0;
    background:#2CC0C2;
    text-align: center;
}

.good_title{
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    background: #23AAAC;
    margin-bottom: 20px;
}

.good_top_title{
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 20px;
    padding: 0 115px;
    height:50px;
    line-height: 50px;
}

.good_ul_box{
    width: 1420px;
    margin: 0 auto;
}

.good_ul_box li{
    display: inline-block;
    width: 33%;
    margin-top: 80px;
    font-size: 28px;
    color: #FFF;
    text-align: left;
}

.good_ul_box img{
    width: 85px;
    margin-right: 15px;
}

.observe{
    background: #E8F0F0;
    padding-bottom: 60px;
}

.observe a{
    text-decoration: none;
}

.observe_title{
    font-size: 36px;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 80px;
}

.observe_box{
    width: 1420px;
    margin: 0 auto;
}

.observe_left,.observe_right{
    display: inline-block;
    vertical-align: top;
}


.observe_right a{
    text-decoration: none;
}

.observe_left{
    margin-right: 20px;
    width: 550px;
    padding: 10px;
    background: #fff;
    height: 410px;
}

.observe_right{
    width: 790px;
}

.observer_img_box{
    overflow: hidden;
}

.observer_img{
    width:530px;
    height:248px;
    transition: all 1s;
}

.observer_img:hover{
    transform: scale(1.2);
}

.observe_top_title{
    font-size: 24px;
    color: #333;
    margin: 30px 0;
    transition: all 1s;
}

.observe_top_title:hover{
    color: #13abae;
}

.observe_desc{
    font-size: 16px;
    color: #666;
    text-align: left;
    text-indent: 2em;
    height: 45px;
    overflow: hidden;
}

.ob_in_left,.ob_in_right,.create_time{
    display:inline-block;
    vertical-align: top;
}

.ob_in_left{
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #13abae;
    background: #B2E1E1;
    text-align: center;
    margin-right: 20px;
}

.observe_right li{
    height: 130px;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    transition: all 1s;
}

.observe_right li:hover .ob_title{
    color: #48bcbe;
}

.ob_in_right{
    width: 540px;
}

.ob_title{
    font-size: 20px;
    color: #333;
    padding: 5px 0;
    transition: all 1s;
}


.ob_content{
    padding-top: 10px;
    font-size: 16px;
    color: #666;
    text-align: left;
    text-indent: 2em;
}

.create_time{
    width: 80px;
    text-align: center;
    color: #a0c5c1;
}

.time_day{
    font-size: 36px;
}

.year_month{
    font-size: 18px;
}

.observe_btn{
    margin: 80px auto;
    text-align: center;
    font-size: 20px;
    color: #48bcbe;
    width: 235px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #48bcbe;
    border-radius: 20px;
    transition: all 1s;
}

.observe_btn:hover{
    background: #48bcbe;
    color: #fff;
}

.footer{
    background: #353737;
    padding-bottom:20px;
}

.footer_box{
    margin: 0 auto;
    width: 1420px;
    text-align: center;
    vertical-align: top;
}


.footer_left ul{
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
}


.footer_left li{
    width: 85px;
    text-align: center;
    margin-bottom:20px;
    font-size: 20px;
}

.footer_left li >a{
    color: #999999;
}

.footer_left li >a:hover{
    text-decoration: none;
    color: #48bcbe !important;
}

.footer_left ul > li:first-child{
    margin-bottom: 40px;
}

.footer_left ul > li:first-child a{
    color: #fff;
}

.footer_left{
    padding-top: 200px;
    width: 1000px;
    display: inline-block;
    vertical-align: top;
}

.footer_right{
    display: inline-block;
    width: 410px;
    margin-top: 100px;
}

.call_us{
    border-left: 1px solid #fff;
    color: #fff;
    padding-top: 70px;
}

.call_us_title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.call_us_content li{
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 18px;
    width: 310px;
    text-align: left;
}

.cop_tab_img{
    width: 50px;
    height: 50px;
}

.cop_tab_ul{
    margin-left: 10px;
}

.cop_tab_ul li{
    display: inline-block;
    margin-left: 15px;
}



.wechart img{
    display: inline-block;
    margin: 20px 0 10px 0;
}

.last_footer{
    color: #fff;
}

.friendly_url{
    text-align: left;
    margin: 30px 0;
    padding-left: 110px;
}

.friendly_title{
    color: #FFF;
    text-align: left;
    padding: 30px 0;
    font-weight: bold;
}

.friendly_url ul{
    padding-left: 60px;
    width: 1420px;
}

.friendly_url ul li{
    display: inline-block;
    width: auto;
    font-size: 14px;
    text-align: left;
    margin-right: 40px;
}

.friendly_url a{
    text-decoration: underline;
}

.sofe_banner{
    position: relative;
}


.soft_box{
    width: 1420px;
    margin: 0 auto;
    text-align: center;
}

.dig_title{
    text-align: center;
    margin-top: 80px;

}

.title_left,.dig_title_content,.title_right{
    display: inline-block;
    font-size: 34px;
}

.dig_title_content{
    width: 380px;
    height: 50px;
    line-height: 50px;
    background: #3657A9;
    color: #FFF;
    border-radius: 10px;
    margin: 0 50px;
    text-align: center;
}

.dig_content{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 165px;
    padding-bottom: 200px;
    background: url('../img/dig_bg.png') no-repeat right top;
    text-align: center;
    /*padding-left: 60px;*/
}

.dig_nav ul,.dig_nav,.dig_img_box{
    display: inline-block;
    vertical-align: top;
}



.dig_nav li{
    width: 350px;
    height: 80px;
    color: #333333;
    font-size: 24px;
    text-align: left;
}

.dip_last_ul li{
    width: 200px;
    height: 80px;
    color: #333333;
    font-size: 24px;
    text-align: left;
}

.eve_right a{
    display: inline-block;
    text-decoration: none;
}


.dig_nav_img{
    width: 40px;
}

.change_img{
    width: 80px;
}

.dig_active{
    color: #5687E1;
}

.eve_wamp{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: url('../img/eve_bg.png') no-repeat top;
}

.eve_box{
    width: 1420px;
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 150px;
}

.eve_left , .eve_right{
    display: inline-block;
    vertical-align: top;
}

.eve_right{
    margin-left: 60px;
}

.eve_title{
    margin-bottom: 35px;
    font-size: 38px;
    color: #333;
    text-align: center;
}

.eve_left{
    position: relative;
}

.eve_desc{
    margin-bottom: 85px;
    width: 425px;
    text-align: left;
    font-size: 24px;
    color: #333;
}

.eve_btn{
    margin: 0 auto;
    width: 240px;
    height: 60px;
    font-size: 38px;
    color: #FFF;
    background: #4064BC;
    border-radius: 10px;
}



#eve_1{
    position: absolute;
    left: -140px;
    top: 0;
    animation-name: eve_change_1;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: .1s;
    animation-iteration-count: infinite
}

@keyframes eve_change_1{
    0% {
        position: absolute;
        left: -140px;
        top: 0;
    }
    25% {
        position: absolute;
        left: -138px;
        top: 10px;
    }
    50% {
        position: absolute;
        left: -140px;
        top: 15px;
    }
    75% {
        position: absolute;
        left: -142px;
        top: 5px;
    }
    100% {
        position: absolute;
        left: -140px;
        top: 0;
    }
}


#eve_2{
    position: absolute;
    width: 90px;
    top: 200px;
    left: 10px;
    animation-name: eve_change_2;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: .1s;
    animation-iteration-count: infinite
}

@keyframes eve_change_2{
    0% {
        position: absolute;
        width: 90px;
        top: 200px;
        left: 10px;
    }
    25% {
        position: absolute;
        width: 90px;
        top: 195px;
        left: 12px;
    }
    50% {
        position: absolute;
        width: 90px;
        top: 190px;
        left: 10px;
    }
    75% {
        position: absolute;
        width: 90px;
        top: 195px;
        left: 8px;
    }
    100% {
        position: absolute;
        width: 90px;
        top: 200px;
        left: 10px;
    }
}

#eve_3{
    position: absolute;
    width: 120px;
    right: -30px;
    top: -50px;
    animation-name: eve_change_3;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: .1s;
    animation-iteration-count: infinite
}

@keyframes eve_change_3{
    0% {
        position: absolute;
        width: 120px;
        right: -30px;
        top: -50px;
    }
    25% {
        position: absolute;
        width: 120px;
        right: -31px;
        top: -60px;
    }
    50% {
        position: absolute;
        width: 120px;
        right: -29px;
        top: -65px;
    }
    75% {
        position: absolute;
        width: 120px;
        right: -28px;
        top: -60px;
    }
    100% {
        position: absolute;
        width: 120px;
        right: -30px;
        top: -50px;
    }
}

#eve_4{
    position: absolute;
    width: 80px;
    right: -50px;
    bottom: 250px;
    animation-name: eve_change_4;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: .1s;
    animation-iteration-count: infinite
}

@keyframes eve_change_4{
    0% {
        position: absolute;
        width: 80px;
        right: -50px;
        bottom: 250px;
    }
    25% {
        position: absolute;
        width: 80px;
        right: -52px;
        bottom: 255px;
    }
    50% {
        position: absolute;
        width: 80px;
        right: -50px;
        bottom: 250px;
    }
    75% {
        position: absolute;
        width: 80px;
        right: -48px;
        bottom: 240px;
    }
    100% {
        position: absolute;
        width: 80px;
        right: -50px;
        bottom: 250px;
    }
}

#eve_5{
    position: absolute;
    width: 110px;
    right: 50px;
    bottom: 120px;
    animation-name: eve_change_5;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-delay: .1s;
    animation-iteration-count: infinite
}

@keyframes eve_change_5{
    0% {
        position: absolute;
        width: 110px;
        right: 50px;
        bottom: 120px;
    }
    25% {
        position: absolute;
        width: 110px;
        right: 60px;
        bottom: 130px;
    }
    50% {
        position: absolute;
        width: 110px;
        right: 55px;
        bottom: 125px;
    }
    75% {
        position: absolute;
        width: 110px;
        right: 48px;
        bottom: 115px;
    }
    100% {
        position: absolute;
        width: 110px;
        right: 50px;
        bottom: 120px;
    }
}

.ledao_app{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    /*padding-bottom: 50px;*/
}

.app_title{
    margin-bottom: 100px;
}

.app_title_content{
    width: 385px;
    height: 50px;
    line-height: 50px;
    font-size: 34px;
}

.app_title_left,.app_title_content,.app_title_right,.app_right,.app_left{
    display: inline-block;
    vertical-align: middle;
}

.app_right{
    margin-left: 40px;
}

.app_left{
    vertical-align: bottom;
}

.app_left ul{
    display: inline-block;
    margin-left: 20px;
}

.app_left li{
    position: relative;
    margin-bottom: 45px;
    width: 240px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border: 1px solid #25BABD;
    border-radius: 50px;
    text-align: center;
    color: #333333;
}

.app_left li:hover{
    color: #25BABD;
}

.app_left li:hover .app_fspan{
    border: 1px solid #25BABD;
    background: #fff;
}

.app_fspan{
    position: absolute;
    left:5px;
    top: 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #25BABD;
    transition: all 1s;
}

.app_wap{
    background: url('../img/app_bottom_bg.png');

}

.app_bottom{
    margin-top: 100px;
}

.app_bottom_left,.app_bottom_right,.app_bottom_right ul{
    display: inline-block;
}

.app_bottom_right{
    vertical-align: middle;
}

.app_bottom_right ul{
    margin-right: 60px;
}


.app_bottom_right li{
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
    transition: all 1s;
}

.app_bottom_right li:hover{
    color:  #25BABD;
}

.app_bottom_icon{
    margin-right: 25px;
    width:65px;
    height: 65px;
}

.app_btn_box{
    display: inline-block;
    width: 245px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    background: #25BABD;
    border-radius: 10px;
    transition: all 1s;
}

.app_btn_box:hover{
    background: rgb(8,148,151);
}

.app_bottom_btn{
    padding-top: 125px;
}

#app_btn_box{
  text-decoration: none;
    color: #fff;
}

.F2C_shop{
    background: url('../img/F2C_bg.png');
}

.F2C_wamp{
    width: 1420px;
    margin: 0 auto;
    text-align: center;
}

.F2C_title{
    height: 200px;
    line-height: 200px;
}

.F2C_title_left,.F2C_title_content,.F2C_title_right{
    display: inline-block;
    vertical-align: middle;
}

.F2C_title_content{
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 34px;
    color: #fff;
    background: #E36651;
    border-radius: 10px;
}

.F2C_list{
    padding: 0 140px;

}
.F2C_list ul{
    font-size:0;
}

.F2C_list li{
    position:relative;
    display:inline-block;
    width: 210px;
    margin-right: 100px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 80px;
}

.F2C_list li:nth-child(4),.F2C_list li:nth-child(8){
    margin-right: 0;
}

.F2C_list_btn{
    text-decoration: none !important;
    color: #333;
}

.F2C_box_shaw{
    position: absolute;
    left: -5px;
    bottom: 40px;
}

.F2C_list img:first-child{
    width: 210px;
    margin-bottom: 30px;
}

.F2C_bottom_btn{
    width: 175px;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    background: #fff;
    color: #333;
    text-align: center;
    border: 1px solid #333;
    font-size: 20px;
    transition: all 1s;
}

.F2C_list li:hover .F2C_bottom_btn{
    border: 1px solid #E36651;
    background: #E36651;
    color: #FFF;
}

.F2C_bottom{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 150px;
    line-height: 150px;
}

.F2C_bottom a{
    display: inline-block;
    width: 280px;
    height:70px;
    line-height: 70px;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    background: #E36651;
    text-align: center;
    border-radius: 10px;
    transition: all 1s;
}

.F2C_bottom a:hover{
    background: linear-gradient(to top left,rgba(227,102,81,.5),rgba(227,102,81,1));
}

.hard_ware_wamp{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #f3f3f3;
    padding-top: 30px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.hw_title_left,.hw_title_content,.hw_title_right{
    display: inline-block;
    vertical-align: middle;
}

.hw_title_content{
    width: 380px;
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    background: #54cacc;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
}

.hw_content{
    width: 1420px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 100px;
}

.hw_left,.hw_right{
    display: inline-block;
    vertical-align: top;
}

.hw_left{
    overflow: hidden;
}

.hw_left img{
    width: 750px;
    transition: all 1s;
}

.hw_left img:hover{
    transform: scale(1.2);
}

.hw_right {
    margin-left: 90px;
}

.hw_right li{
    width: 360px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    border-radius: 50px;
    border: 3px solid #54cacc;
    text-align: center;
    margin-bottom: 20px;
}




.hw_right li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333;
    border-radius: 50px;
    transition: all 1s;
}

.hw_right li a:hover{
    background: #54cacc;
    color: #fff;
}

.hw_btn{
    margin: 0 auto ;
    margin-top: 60px;
    display: block;
    text-decoration: none !important;
    text-align: center;
    width: 240px;
    height: 60px;
    line-height: 60px;
    background: #54cacc;
    color: #FFF;
    font-size: 28px;
    border-radius: 10px;
    transition: all 1s;
}

.hw_btn:hover{
    color: #fff;
    background: linear-gradient(to top,rgba(84,202,204,0.3),rgba(84,202,204,1));
}

.server_top_banner{
    margin-top:3px;
}


#tab{
    width: 1420px;
    margin: 0 auto;
    text-align: center;
}


#tabmenu h3{
    display: inline-block;
    font-size: 22px;
    width: 160px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

#tabcontent > div {
    display:none;
}

#tabmenu .active {
    color: #54cacc;
    border-bottom: 2px solid #54cacc;
}

#tabcontent > .active {
    display:block;
}

.ser_img_line{
    margin-top: 15px;
    width: 100%;
    height: 1px;
    border-bottom:1px transparent solid;
    border-image:linear-gradient(to right,#fff,rgba(0,0,0,.1),rgba(0,0,0,.1),#fff) 1 10;
}


.ser_img img{
    width: 320px;
    height: 220px;
}

.ser_ul{
    margin: 0 auto;
    width: 1420px;
    text-align: left;
}

.ser_ul li{
    display: inline-block;
    width: 320px;
    height: 450px;
    box-shadow: 2px 2px 2px #ccc ,-2px 0px 2px #ccc;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-right: 28px;
    vertical-align: top;
}


.ser_in_box{
    padding: 20px 20px;
    border-bottom:1px transparent solid;
    border-image:linear-gradient(to right,#fff,#ccc,#ccc,#ccc,#fff) 1 10;
}

.ser_in_title{
    width: 280px;
    font-size:26px;
    text-align: left;
}

.ser_in_desc{
    width: 250px;
    height: 50px;
    text-align: left;
    color: #666;
    margin-left: 2px;
}

.ser_bottom_box{
    position: relative;
    height:100px;
    line-height:100px;
}

.ser_price,.ser_btn{
    display: inline-block;
    text-align: center;
}

.ser_price{
    position:absolute;
    left: 20px;
    color: #e95d05;
    font-size: 25px;
}

.ser_price span{
    font-size: 18px;
}

.ser_btn_box{
    position: absolute;
    right: 20px;
}

.ser_btn{
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background: #2cc0c2;
    color: #fff;
    text-decoration: none !important;
    transition: all 1s;
}

.ser_btn:hover{
    color: #fff;
    background: linear-gradient(to right,rgba(44,192,194,0.5),rgba(44,192,194,1));
}

#tabcontent h1{
    font-size: 36px;
    font-weight: bold;
    margin-top: 80px;
    color: #333;
}

#tabcontent h2{
    font-size: 22px;
    margin-bottom: 80px;
    color: #666;
}

#tab{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #f7fafa;
}

.server_bottom_box{
    background: #ecfbfb;
    margin: 0 auto;
    text-align: center;
    height: 150px;
    line-height: 150px;
}

.ser_bottom_btn{
    display: inline-block;
    width: 280px;
    height: 75px;
    line-height: 75px;
    font-size: 32px;
    color: #fff;
    background: #2cc0c2;
    border-radius: 10px;
    transition: all 1s;
}

.ser_bottom_btn:hover{
    color: #fff;
    background: linear-gradient(to right,rgba(44,192,194,.5),rgba(44,192,194,1));
    text-decoration: none;
}

.shop_banner{
    margin-top: 5px;
}

.shop_img_1{
    position: relative;
    width: 1420px;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
    margin-bottom:120px;
}

.shop_btn_1{
    position:absolute;
    display: inline-block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #dcb774;
    font-size: 28px;
    color: #fff;
    transition: all 1s;
    left: 320px;
    bottom: 70px;
}

.shop_btn_1:hover{
    color: #fff;
    background: linear-gradient(to right,rgba(220,183,116,0.5),rgba(220,183,116,0.5));
    text-decoration: none;
}


.shop_img_2{
    position: relative;
    width: 1420px;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
    margin-bottom:120px;
}

.shop_btn_2{
    position:absolute;
    display: inline-block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #6ba46b;
    font-size: 28px;
    color: #fff;
    transition: all 1s;
    right: 270px;
    bottom: 40px;
}

.shop_btn_2:hover{
    color: #fff;
    background: linear-gradient(to right,rgba(107,164,107,0.5),rgba(107,164,107,0.5));
    text-decoration: none;
}

.shop_img_3{
    width: 1420px;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
    margin-bottom:120px;
}

.shop_btn_3{
    margin: 0 auto;
    display: inline-block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #67a2cc;
    font-size: 28px;
    color: #fff;
    transition: all 1s;
    text-align: center;
}

.shop_btn_3:hover{
    color: #fff;
    background: linear-gradient(to right,rgba(103,162,204,0.5),rgba(103,162,204,0.5));
    text-decoration: none;
}

.shop_bottom_box{
    text-align: center;
    height: 150px;
    line-height: 150px;
    color: #e9f4fc;
}

.cooperate_top{
    position: relative;
    width: 100%;
    height: 860px;
    margin: 0 auto;
    text-align: center;
    background: url('../img/cooparte_top_bg.png');
}

.coop_banner_btn{
    position:absolute;
    display: block;
    right:500px;
    bottom: 100px;
    color: #fff;
    width: 265px;
    height: 65px;
    line-height:65px;
    font-size: 30px;
    background: #2cc0c2;
    border-radius: 10px;
    transition: all 1s;
}

.coop_banner_btn:hover{
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right,rgba(44,192,194,.5),rgba(44,192,194,.5));
}

.coopater_map img{
    position: absolute;
    width: 760px;
    height: 660px;
    left: 350px;
    top: 210px;
}


.cooperate_title{
    font-size: 36px;
    color: #333;
    padding-top: 50px;
}

.coopater_ul{
    position:absolute;
    margin-top: 50px;
    z-index: 1000;
    font-size: 0;
    margin-left: 50%;
    left: -25%;
}

.coopater_ul li{
    display: inline-block;
    width: 150px;
    margin-right: 120px;
    vertical-align: top;
}

.coopater_ul li:last-child{
    margin-right: 0;
}

.coopater_ul li a{
    font-size: 24px;
    color: #2cc0c2;
}

.coop_content{
    width: 160px;
    height: 160px;
    text-align: left;
    background: #fff;
    display: none;
    transition: opacity 1s ease .1s;
    border:1px solid #fff;
    border-radius: 10px;
    margin-top: 10px;
}


.coop_content em,.coop_content span{
    display:block;
    width:30px;
    height:16px;
    font-size:30px;
    overflow:hidden;
    _position:relative;
    margin-left:60px;
}

.coop_content em{
    margin-top:-16px;
    color:#fff;
    font-style:normal;
}
.coop_content span{
    margin-top:-14px;
    color:white;
}

.coopater_ul li:hover div{
    display: block;
}

.coop_desc{
    padding: 10px;
    font-size: 16px;
    color: #333;
}

.coop_tab_box{
    display: none;
    padding: 0 20px;
    height: 265px;
    margin-bottom: 15px;
}

.coop_tab_box h1{
    font-size: 34px;
    color: #2cc0c2;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.coop_tab_wamp{
    position:absolute;
    right: 480px;
    bottom: 290px;
    /*display:none;*/
}

.coop_tab{
    position:relative;
    width: 322px;
    height: 342px;
    border:1px solid #2cc0c2;
    background: #fff;
    border-radius: 10px;
    font-size: 0;
}

.coop_tab em,.coop_tab span{
    font-style:normal;
    font-size:30px;
    position:absolute;
    left:-11px;
    top:40px;
    color:#2cc0c2;
}
.coop_tab span{
    left:-9px;
    color:white;
}

.coop_active{
    display: block;
}

.coop_ul{
    position: absolute;
    bottom: -11px;
}

.coop_ul li{
    display: inline-block;
    font-size: 14px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #2cc0c2;
    border-top: 1px solid #2cc0c2;
    background: #b8e7e7;
}

.coop_ul li:hover{
    color: #2cc0c2;
}

.coop_ul li:last-child{
    border-right: none;
    border-radius: 0 0 10px 0;
}

.coop_ul li:first-child{
    border-radius: 0 0 0 10px;
}

.coop_li_active{
    background: #fff !important;
    color: #2cc0c2;
    border-top: none !important;
}

.coop_tab_1 span{
    color: #333;
}

.coop_li_title{
    text-align: left;
    height: 30px;
    line-height: 30px;
}

.coop_li_title p{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 20px;
    color: #2cc0c2;
}

.coop_tab_1{
    margin-bottom: 15px;
}

.coop_li_desc{
    font-size: 16px;
    color: #333;
    padding: 3px 0 0 48px;
    text-align: left;
}

#li_div-2{
    font-size: 15px;
    width: 320px;
    height: 265px;
    padding: 15px;
}

#li_div-3{
    font-size: 15px;
}

.coop_tab_3{
}

.coop_tab_3 div{
    text-align: left;
    margin-top: 5px;
    padding: 10px;
    /*height: 270px;*/
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.cop_tab_last_p{
    margin-top: 15px;
    color: #666;
    height: 20px;
}

.cop_tab_3_info{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.h_title{
    margin-top:0;
    margin-bottom: 15px;
    height: 15px;
    line-height: 15px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}


.coop_tab_3 p{
    font-size: 12px;
    text-indent: 2em;
    line-height: 15px;
}

.coop_tab_3 a{
    display: block;
    margin-top: 12px;
    color: #2cc0c2;
}

.coop_tab_4{
}

.coop_tab_4 img{
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    width: 190px;
    height: 190px;
    vertical-align: inherit;
}

.coop_tab_4 p{
    text-align: center;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
}
.case_show{
    text-align: center;
}

/*.case_box{*/
    /**/
/*}*/

.case_title{
    margin-top: 70px;
    margin-bottom:40px;
    font-size: 36px;
    color: #333;
}

.case_box{
    width: 1420px;
    margin: 0 auto;
    background: url('../img/case_bg.png') no-repeat;
    padding-bottom: 200px;
}

.case_title_left,.case_title_right{
    display: inline-block;
    width: 300px;
    height: 2px;
    background: #188a8c;
    vertical-align: middle;
}

.case_in_title_1{
    margin-top: 80px;
    margin-bottom: 50px;
    display: inline-block;
    font-size: 26px;
    width: 400px;
    height: 50px;
    line-height: 50px;
    background: #188a8c;
    color: #fff;
}


.case_box li{
    display: inline-block;
    width: 335px;
    border-radius: 10px;
    transition: all 1s;
    margin-right: 110px;
}

.case_box li:last-child{
    margin-right: 0;
}

.case_box li:hover{
    box-shadow: 5px 5px 5px #7cddde,-5px 5px 5px #7cddde;
}

.case_box li a:hover{
    color: #fff;
    text-decoration: none;
}

.case_line_img{
    overflow: hidden;
}

.case_line_img img{
    width: 335px;
    height: 330px;
    border-radius: 10px 10px 0 0;
    transition: all 1s;
}

.case_line_img img:hover{
    transform: scale(1.2);
}

.case_line_btn{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    background: #188a8c;
    border-radius: 0 0 10px 10px;
    transition: all 1s;
}

.case_box li:hover .case_line_btn{
    background: #2cc0c2;
}

.case_F2C{
    font-size: 0;
    text-align: center;
    margin-right: 16px;
}

.case_F2C li{
    display: inline-block;
    width: 335px;
    border-radius: 10px;
    transition: all 1s;
    margin-left: 16px;
    margin-right: 0;
    margin-bottom: 50px;
}

.news_category{
    width: 1420px;
    margin: 0 auto;
    text-align: left;
    padding: 30px 0 25px 0;
    box-shadow: 0px 2px 5px #ccc;
}

.news_category li{
    display: inline-block;
    width: 150px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    border-right: 1px solid #333;
    text-align: center;
}

.news_category li a{
    color: #333;
}

.news_category li a:hover{
    text-decoration: none;
    color: #2cc0c2;
}

.news_active a{
    display: inline-block;
    color: #2cc0c2 !important;
    font-weight: bold;
}

.news_list{
    width: 1420px;
    margin: 0 auto;
    margin-top: 60px;
    min-height: 1000px;
}

.news_list li{
    margin-bottom: 60px;
}


.news_left{
    margin-right: 60px;
}

.news_left img{
    width: 280px;
    height: 160px;
}

.news_left,.news_right{
    display: inline-block;
    vertical-align: top;
}

.news_right a{
    text-decoration: none;
}

.news_list_title{
    font-size: 25px;
    color: #333;
    margin-bottom: 10px;
    transition: all .5s;
    font-weight: bold;
}

.news_list_title:hover{
    color: #2cc0c2;
}

.source_time{
    color: #666;
    margin-left: 10px;
}


.news_list_content{
    margin-top: 20px;
    width: 800px;
    height: 100px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
    text-indent: 2em;
}

.new_list_btn a{
    display: inline-block;
    font-size: 16px;
    color: #2cc0c2;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 1s;
}

.new_list_btn a:hover{
    background: #2cc0c2;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.news_detail{
    width: 1420px;
    margin: 0 auto;
}

.detail_title{
    margin-top: 65px;
    margin-bottom: 50px;
    font-size: 34px;
    text-align: center;
}

.source_time span{
    display: inline-block;
    font-size: 12px;
    margin-right: 100px;
    margin-left: 15px;
}

.detail_content{
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #333;
    text-indent: 2em;
    line-height: 1.5em;
    min-height: 500px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.detail_bottom{
    margin-bottom: 40px;
}

.detail_bottom a{
    display: block;
    font-size: 20px;
    color: #666;
    transition: all .5s;
    margin-bottom: 20px;
}

.detail_bottom a:hover{
    color: #2cc0c2;
    text-decoration: none;
}

.col-md-3{
    text-align: center;
    margin-top: 160px;
}

.detail_right_title{
    height: 60px;
    line-height: 60px;
    text-align: left;
    text-indent: 50px;
    font-size: 24px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 15px;
}

.detail_right_list_ul li{
    margin-bottom: 30px;
}

.detail_right_list_ul li:hover .detail_recom_title{
    color: #2cc0c2;
}

.detail_right_list_ul img{
    width: 240px;
    height: 140px;
}

.detail_recom_title{
    margin: 0 auto;
    margin-top: 10px;
    width: 240px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.detail_right_list_ul a{
    text-decoration: none;
}

.pag_list{
    width: 1420px;
    margin: 0 auto;
    text-align: center;
}

.message_img{
    width: 700px;
    height: 480px;
    margin-left: 60px;
    margin-right: 40px;
}

.message_title{
    text-align: center;
    font-size: 34px;
    padding: 20px 0;
}

.message_input_box{
    border-left: 1px solid #ccc;
}

.msg_inp_box{
    position:relative;
}

.msg_inp_box img{
    position:absolute;
    width: 50px;
    height: 45px;
    left: 15px;
}


.msg_inp_box input{
    width: 420px;
    height: 45px;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    margin-bottom: 30px;
    text-indent: 70px;
    font-size: 16px;
}

.message_input_box textarea{
    border-radius: 10px;
    width: 420px;
    padding: 10px;
}

.message_btn{
    width: 420px;
    height: 50px;
    line-height: 50px;
    background: #43b0b2;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #43b0b2;
}

.message_btn_box{
    margin-top: 50px;
}

.message_help{
    font-size: 12px;
    color: #ccc;
}

.join_us_select{
    display: inline-block;
    width: 135px;
    height: 45px;
    margin-bottom: 30px;
    border-radius: 10px;
    border:1px solid #ccc;
}

.fix_box{
    text-align: center;
    width: 94px;
    position:fixed;
    right: 0;
    bottom:210px;
    z-index: 2000;
}

.fix_img{
    margin: 0 auto;
    text-align: center;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 10px;
    background: rgba(0,0,0,0.4);
    margin-bottom: 10px;;
}

.fix_img_bottom{
    text-align: center;
    width: 94px;
    height: 94px;
    line-height: 94px;
    border-radius: 50%;
    background: #1fa9ab;
    margin-bottom: 10px;;
}

.fix_phone{
    position: relative;

}

.fix_phone:hover .fix_phone_desc{
    display: block;
}

.fix_phone_desc{
    display: none;
    position: absolute;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #1fa9ab;
    box-shadow: 1px 2px 2px #1fa9ab;
    border-radius: 10px 10px 0 10px;
    text-align: center;
    right: 60px;
    bottom: 45px;
    color:#1fa9ab;
    font-weight: bold;
}

.fix_wechart_desc{
    display: none;
    position: absolute;
    left: -140px;
    bottom: 130px;
}

.fix_wechart:hover .fix_wechart_desc{
    display: block;
}




.search_input{
    width: 600px;
    height: 30px;
    border:1px solid #1fa9ab;
    border-radius: 10px;
    text-indent: 2em;
}

.search_input:focus{
    border: 1px solid #1fa9ab;
    outline:none;
    box-shadow: 1px 1px 2px #1fa9ab ,-1px -1px 2px #1fa9ab;
}

.search_content_btn{
    border: 1px solid #fff;
    background: #fff;
    outline:none;
}

.search_title{
    color:#1fa9ab;
    font-size: 18px;
    font-weight: bold;
}

.last_footer{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.my_address{
    width: 1420px;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: left;
    padding: 20px;
    background: #e8f6f6;
}

.my_address p{
    font-size: 20px;
}

.my_add_title{
    font-size: 30px;
    margin-bottom: 50px;
}

.tab_img_box{
    margin-top: 40px;
}















































