
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
}

html {
    font-family: 微软雅黑
}
ul,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
body{
    overflow-x: hidden;
    position: relative;
}
blockquote,body,button,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,input,legend,p,pre,td,textarea,th {
    margin: 0;
    padding: 0
}

body,button,input,select,textarea {
    font-family: inherit;
    font-size: 12px;
    line-height: 1.5
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

img:not([src]) {
    visibility: hidden
}

a[href="javascript: void(0);"],a[href="javascript:void(0)"] {
    cursor: inherit
}

.cate_group_list,.checkbox_style,.context-menu-list,.detail_small_pic_lists,.dot_list,.eidt_panel_router_links,.evaluate_upload_pic_lists,.exhibition_product_props,.f-select-list,.features_list,.fk-contextSubMenu,.form_container,.jz-dropdown-menu,.jz-page-complex,.jz-page-simple,.jz-select ul,.jz-select-not-found,.jz-table-dd-list,.jz-table-dd-list ol,.jz_nav_list,.jz_transfer_content ul,.jz_transfer_list,.lan_lists,.lan_mobi_lists,.level_1,.level_2,.level_3,.marquee,.mobi_detail_big_pic_content,.news_detail_download_list,.news_group_list,.news_selected_wrap2 ul,.photo_display_area,.photo_display_list,.photo_group_list,.photo_list,.photo_list_area,.radio_style,.result_product_props,.scrollbar-view ul,.select_list,.select_title,.short_line_list,.sortable-tree ul,.square-lattice-list,.sub_nav_list,.three_nav_list,.toolbar_server_list,.ui-timepicker2-scrollbar ul,.vistor_preview_device_list,.vjs-menu-content {
    list-style-type: none;
    margin: 0;
    padding: 0
}

address,cite,dfn,var {
    font-style: normal
}

small {
    font-size: 12px
}

a,a:hover {
    text-decoration: none;
    color: #000;
}

legend {
    color: #000
}

fieldset,img {
    border: 0
}

img {
    vertical-align: top
}

img,video {
    max-width: 100%
}

button,input,select,textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    max-width: 100%
}

.UE_NOT_USE_AUTO table {
    max-width: none
}

.rich_article_wrap_html .UE_USE_AUTO table {
    min-width: 0!important;
    min-width: auto!important
}

table[defaultwidth=true] {
    width: 100%
}

input {
    -webkit-appearance: none
}

button {
    border-radius: 0
}

body {
    background: #fff
}

iframe {
    border: 0
}

td {
    word-break: break-word!important
}


body::-webkit-scrollbar-track {
    background-color: #f7f7f7
}

body::-webkit-scrollbar {
    width: 6px
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jz_screen_pc.jz_full_screen_scrolling body::-webkit-scrollbar {
    width: 0
}

.jz_screen_pc.jz_full_screen_scrolling body {
    scrollbar-width: none
}

body::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}
.font12{
    font-size: 12px!important;
}
.font14{
    font-size: 14px!important;
}
.font16{
    font-size: 16px!important;
}
.font18{
    font-size: 18px!important;
}
.font20{
    font-size: 20px!important;
}
.clear{
    clear: both;
}
.fl{float: left;}
.fr{float: right;}
.w14{
    width: 1440px;
    max-width: 85%;
    margin: 0 auto;
}
.container2{
    width: 71%;
    margin: 0 auto;
}
.language p{
    background: #333;
    color: #fff;
}
/* 头部 */
#header2{
    display: none;
}
header{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    transition: all 0.4s;
}
.header-nav{
    display: flex;
    max-width: 1400px;
    justify-content: space-between;
    margin: 0 auto;
    height: 90px;
    align-items: center;
}
.header-nav2 .header-list li>a{
    color: #fff;
}

.header-img1{
    display: block;
}
.header-img2{
    display: none;
}
.header-list ul{
    display: flex;
}
.header-list ul li{
    position: relative;
    min-width: 120px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.header-list ul li a{
    color: #666;
    font-size: 15px;
}
.header-list ul li a:hover,.header-list ul li.active>a{
    color: #1a85c7!important;
}
.header-list ul li>div{
    position: absolute;
    z-index: 99;
    background-color: #fff;
    top: 100px;
    border-radius: 6px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.header-list ul li>div a{
    display: block;
    min-height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    width: 140px;
}
 .header-list ul li>div .child{
    /*position: absolute;*/
    z-index: 99;
    background-color: #fff;
    /*top: 0;*/
    border-radius: 6px;
    overflow: hidden;
    /*left: 0;*/
    display: none;
}

.header-list ul li>div .child>a{
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    width: 100px;
}
.header-list ul li>div>div:hover a{
    background: #e7f9ff;
    
}
.header-list ul li>div>div:hover>a{
    color: #1a85c7;
}
.child-one{
    height: auto!important;
}
/*移动header*/
.m-header{
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.m-header .m-header-top{
    width: 100%;
    height: 100%;
    position: relative;
}
.m-header .m-header-top .left{
    cursor: pointer;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    z-index: 100;
}
.m-header .m-header-top .left>div{
    height: 18px;
    position: relative;
    width: 21px;
}
.m-header .m-header-top .left>div>div{
    background: #999;
    height: 2px;
    position: absolute;
    transition: .36s ease;
    width: 100%;
}
.m-header .m-header-top .top{
    top: 0;
}
.m-header .m-header-top .center{
    top: 8px;
}
.m-header .m-header-top .bottom{
    bottom: 0;
}
.m-header .m-header-top .active .top{
    top: 9px;
    transform: rotate(45deg);
}
.m-header .m-header-top .active .center{
    opacity: 0;
}
.m-header .m-header-top .active .bottom{
    bottom: 8px;
    transform: rotate(-45deg);
}
.m-header .img{
    width: calc(100% - 170px);
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 50%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-50%);
}
.m-header .img img{
    height: 35px;
}
.m-header-nav{
    z-index: 9998;
    background-color: #fff;
    width: 100vw;
    color: #666;
    font-size: 15px;
    height: 100vh;
    display: none;
    overflow: auto;
}
.m-header-nav>ul{
    padding: 0 16px;
}
    
.m-header-nav>ul li{
    border: #f2f2f2;
    border-top: 1px solid #f2f2f2;
    height: auto;
    line-height: 50px;
}
.m-header-nav>ul li>i{
    box-sizing: border-box;
    color: #666;
    display: inline;
    height: 50px;
    line-height: inherit;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: rotate(0);
    transition: all .4s;
    width: 50px;
}

.m-header-nav>ul li>i::before{
    contain: ">";
}
.m-header-nav>ul li>a{
    padding-left: 26px;
}
.m-header-nav>ul>li.active>a{
    color: #1a85c7!important;
}
.m-header-nav>ul>li>ul{
    display: none;
    padding-left: 15px;
}

/* 底部 */
.Footer-wrapper {background-color: #434343;}
.Footer-container{
	color: #fff;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 5% 0;
    width: 1540px;
    max-width: 85%;
    margin: 0 auto;
}
.Footer-container .fl{
	width: 32.5%;
}
.Footer-container .fl dl{}
.Footer-container .fl dl:not(:last-child){
	margin-bottom: 5%;
}
.Footer-container .fl dl a{
    color: #fff;
}
.Footer-container .fl dt{
	font-size: 20px;
	color: white;
}
.Footer-container .fl dt::after{
	content: "";
	display: block;
	width: 6%;
    height: 2px;
	background-color: #1a85c7;
	margin: 1% 0;
}
.Footer-container .fl dd{
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	margin-right: 5%;
	margin-bottom: 3%;
}
.Footer-container .mid{
	width: 34%;
}
.Footer-container .mid .tit{
    font-size: 20px;
}
.Footer-container .mid ul{
    padding-left: 0;
}
.Footer-container .mid ul li{
	margin-top: 5%;
}
.Footer-container .mid ul li p{
	padding-left: 10%;
	font-size: 16px;
	line-height: 2;
	background: url('../images/f_address.png') no-repeat left;
}
.Footer-container .mid ul li:nth-child(2) p{
	background-image: url('../images/f_phone.png');
}
.Footer-container .mid ul li:nth-child(3) p{
	background-image: url('../images/f_email.png');
}
.Footer-container .mid ul li:nth-child(4) p{
	background-image: url('../images/f_tel.png');
}

.Footer-container .fr{
	width: 18%;
	text-align: left;
}
.Footer-container .fr .tit{
	line-height: 1.3;
    font-size: 20px;
}
.Footer-container .fr a{
	display: inline-block;
	padding: 4% 11%;
	background-color: #1a85c7;
	border: 1px solid #1a85c7;
	color: white;
	margin: 6% 0 5%;
}
.Footer-container .fr a:hover{
	background-color: transparent;
	color: #1a85c7;
}
.Footer-container .fr .wx{}
.Footer-container .fr .wx img{
	width: 55.5%;
}
.Footer-copy{
	background-color: #2D2D2D;
	padding: 1% 0;
	font-size: 14px;
	line-height: 1.4;
	color: rgb(255,255,255,.75);
	text-align: center;
}
.Footer-copy .link{
	margin-bottom: 0.5%;
}
.Footer-copy a{
	display: inline-block;
	margin: 0 0.02%;
    color: #fff;
}
.home-banner{
    position: relative;
    width: 100%;
}
.home-banner>img{
    width: 100%;
}
.home-service{
    transition: all .35s;
    background: url(../images/AD0Im7ewCBACGAAg6Kr93AUo-J29-QcwgA84wAc.jpg.webp);
    padding-bottom: 2.243272335844995vw;
    padding-top: 2.4479166666666665vw;
    
}
.home-service>h2{
    font-size: 24px;
    color: rgb(51, 51, 51);    
    text-align: center;
}

.first_style_content{
    margin-top: 1.0416666666666665vw;
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    
}
.first_style_content>.first_style_item_content{
    background-color: rgb(255, 255, 255);
    background-size: auto;
    background-repeat: repeat;
    background-position: left top;
    width: 23%;
    margin-left: 2%;
    position: relative;
}
.first_style_content>.first_style_item_content:nth-child(5),.first_style_content>.first_style_item_content:nth-child(1){
    margin-left: 0;
}
.first_style_content>.first_style_item_content:nth-child(6),.first_style_content>.first_style_item_content:nth-child(7),.first_style_content>.first_style_item_content:nth-child(8),.first_style_content>.first_style_item_content:nth-child(5){
    margin-top: 2%;
}
.first_style_content>.first_style_item_content>div{
    min-width: 50%;
    padding: 15%;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    
    
}
.first_style_content>.first_style_item_content .item_img{
    margin: 0 auto;
    width: 45%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.first_style_content>.first_style_item_content .item_img img{
    width: 100%;
}
.first_style_content>.first_style_item_content .item_title{
    line-height: 1.5;
    -webkit-background-clip: text;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    word-break: break-word;
}
.first_style_content>.first_style_item_content .item_desc{
    -webkit-background-clip: text;
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    word-break: break-word;
}
.first_style_content>.first_style_item_content>.desc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: #f5900de8 !important;
    opacity: 0;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.first_style_content>.first_style_item_content>.desc p{
    line-height: 2;
    color: #fff;
    font-size: 16px;
}
.first_style_content>.first_style_item_content:hover>.desc{
    opacity: 1;
}
.first_style_content>.first_style_item_content:hover .item_title{
    opacity: 0;
}
.first_style_bottom{
    margin-top: 0.8073196986006458vw;
    min-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.home-service>h2,.home_core>h2,.home_case>h2,.home_news>h2,.home_cooperate>h2{
            position: relative;
            font-size: 36px!important;
            z-index: 1;
            margin: 30px 0 40px;
        }
        .home-service>h2 span,.home_core>h2 span,.home_case>h2 span,.home_news>h2 span,.home_cooperate>h2 span{
            position: absolute;
            left: 50%;
            top: 0;
            width: 100%;
            z-index: -1;
            transform: translateX(-50%) translateY(-47%);
            font-size: 56px;
             color: #ffffff;
              /*text-shadow: 0px 0px 7px rgba(52, 229, 255, 0.1);*/
              background: linear-gradient(180deg, rgba(199,199,199,1) 16%, rgba(141, 255, 226,0) 68%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
        }
        .home-service>h2::before,.home_core>h2::before,.home_case>h2::before,.home_news>h2::before,.home_cooperate>h2::before{
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 3px;
            background: rgb(26, 133, 199);
        }
.home_case>h2,.home_core>h2{
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 3.1216361679224973vw;
}
.home_about{
    padding-left: 12.4%;
    padding-bottom: 4.099031216361679vw;
    padding-right: 12.4%;
    padding-top: 4.585575888051668vw;
    background: url(../images/e78ec4d840fc19019982b98e04872be847e205c5.png) ;
}
.home_case{
    padding-left: 12.4%;
    padding-bottom: 2.099031216361679vw;
    padding-right: 12.4%;
    padding-top: 5.585575888051668vw;
    /*background-image: url(../images/bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.home_case>.home_case_content,{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    position: relative;
}
.home_case .home_case_content{
            margin-left: -6.5px;
            margin-right: -6.5px;
        }
        .home_case .home_case_content li{
            padding: 0 6.5px;
            width: 11.45%;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }
        .home_case .home_case_content li::before{
            content: "";
            height: 100%;
            top: 0;
            z-index: 1;
            background: url(../images/911d34c525655dac09d37388c3ff94603d3260bc.png) no-repeat 0 0;
            opacity: 1;
            display: block;
        }
        .home_case .home_case_content li h3{
            margin: 0;
            text-align: center;
            color: #fff;
            bottom: 39px;
            font-weight: 500;
            z-index: 11;
            font-size: 16px;
        }
        .home_case .home_case_content li::before,.home_case .home_case_content li h3{
            width: 100%;
            position: absolute;
            left: 0;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
        }
        .home_case .home_case_content li div{
            overflow: hidden;
        }
        .home_case .home_case_content li img{
            opacity: .8;
            vertical-align:middle;
            max-width: 600px;
        }
        .home_case .home_case_content li.active{
            width: 43%;
        }
        .home_case .home_case_content li.active::before{
            opacity: 0;
        }    
        .home_case .home_case_content li.active img{
            opacity: 1;
        }
        .home_case .home_case_content li.active h3{
            opacity: 0;
        }
.home_core>.home_core_content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.home_core>.home_core_content>div{
    width: 25%;
}
.home_about .left>h3{
            color: #191919;
            font-size: 18px;
            font-weight: 400;
            margin: 0 0 14px;
            position: relative;
            display: inline-block;
        }
        .home_about .left>h3::before{
            position: absolute;
            content: "";
            height: 2px;
            width: 55px;
            top: 15px;
            right: -61px;
            background: #1a85c7;
        }
        .home_about .left>h1{
            font-size: 56px;
            margin: 0;
            color: #06305f;
        }
        .home_about .left>h1 span{
            color: #1a85c7;
        }
        .home_about .left>p{
            margin: 10px 40px 5px 0;
            font-size: 16px;
            width: 99%;
        }
        .home_about .left>ul{
            padding-top: 20px;
            flex-wrap: wrap;
        }
        .home_about .left>ul li{
            width: 50%;
            justify-content: left;
            padding: 0 15px;
            font-size: 14px;
            margin-bottom: 5px;
            line-height: 24px;
        }
        .home_about .left>ul li img{
            margin-right: 12px;
        }
        .home_about .left>div{
            margin-top: 25px;
        }
        .home_about .left>div a{
            background: #063060;
            color: #fff;
            display: inline-block;
            padding: 17px 38px;
            font-size: 16px;
            font-weight: 500;
            border-radius: 30px;
            transition: .5s;
            position: relative;
            z-index: 1;
            overflow: hidden;
            box-shadow: 0px 0 24px rgb(0 0 0 / 25%);
        }
        .home_about .left>div a::after{
            position: absolute;
            content: "";
            height: 100%;
            width: 61px;
            left: 0;
            top: 0;
            transition: .5s;
            background: #1a85c7;
            z-index: -1;
            border-radius: 30px;
        }
        .home_about .left>div a img{
            vertical-align:middle;
            margin-left: 5px;
        }
        .home_about .left>div a:hover::after{
            width: 100%;
        }
        .home_about .right{
            width:50%;
        }
        .home_about .right img{
            width: 100%;
        }
.home_core{
    padding-left: 12.4%;
    padding-bottom: 2.583423035522067vw;
    padding-right: 12.4%;
    padding-top: 5.099031216361679vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(248, 248, 248, 1);
}
.home_core>h2{
    margin-top: 2.906350914962325vw;
}

.home_core>.home_core_content>div>div{
    margin: 0 6.5%;
}
.home_core>.home_core_content>div .item_img{

}
.home_core>.home_core_content>div .item_title{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.home_core>.home_core_content>div .item_desc{
    text-align: left;
    line-height: 24px;
    color: rgb(108, 108, 108);
}

.home_news{
    padding-left: 18.38235294117647%;
    padding-bottom: 3.552206673842842vw;
    padding-right: 18.38235294117647%;
    padding-top: 5.220667384284177vw;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0.0%, rgba(248, 248, 248, 1) 100.0%);
}
.home_news>h2{
    text-align: center;
    font-size: 24px;
    color: #333;
}
.home_news>.home_news_content{
    margin-top: 2.3681377825618943vw;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.home_news>.home_news_content>div{
    width: calc(100% / 4 - 20px - 0.02px);
    margin: 24px 10px 0px 10px;
}
.home_news>.home_news_content>div>a{
    display: block;
    padding: 5%;
    background: #fff;
    border-radius: 6px;
    display: inline-block;
    overflow: hidden;
}
.home_news>.home_news_content>div>a .item_img{
    position: relative;
}
.home_news>.home_news_content>div>a .item_img .i1{
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #000;
    transition: all .36s ease;
}
.home_news>.home_news_content>div>a .item_img .i2{
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0%;
    background-color: #000;
    transition: all .36s ease;
}
.home_news>.home_news_content>div>a .item_img .i3{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 0%;
    background-color: #000;
    transition: all .36s ease;
}
.home_news>.home_news_content>div>a .item_img .i4{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #000;
    transition: all .36s ease;
}

.home_news>.home_news_content>div>a .item_title{
    line-height: 1.5;
    margin-top: 20px;
    font-size: 16px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    transition: all .36s ease;
}
.home_news>.home_news_content>div>a .item_desc{
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 18px;
    display: -webkit-box;
    
}
.home_news>.home_news_content>div>a .item_icon{
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    height: 28px;
    transition: all 0.5s;
}
.home_news>.home_news_content>div>a .item_icon>div{
    display: block;
    float: right;
    height: 28px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .36s ease;
}
.home_news>.home_news_content>div>a .item_icon>div>img{
    display: inline-block;
    height: 28px;
    transition: all .36s ease;
    width: 30px;
}
.home_news>.home_news_content>div>a .item_icon>div>img:nth-child(1){
    opacity: 0;
}
.home_news>.home_news_content>div>a:hover .item_title{
    color: #fc6832;
}
.home_news>.home_news_content>div>a:hover .item_icon>div{
    right: -33px;
}
.home_news>.home_news_content>div>a:hover .item_icon>div>img:nth-child(1){
    opacity: 1;
}
.home_news>.home_news_content>div>a:hover .item_icon>div>img:nth-child(2){
    opacity: 0;
}
.home_news>.home_news_content>div>a:hover .item_img .i1,.home_news>.home_news_content>div>a:hover .item_img .i4{
    width: 100%;
}
.home_news>.home_news_content>div>a:hover .item_img .i2,.home_news>.home_news_content>div>a:hover .item_img .i3{
    height: 100%;
}
.home_cooperate{
    padding-left: 18.38235294117647%;
    padding-bottom: 6.243272335844995vw;
    padding-right: 18.38235294117647%;
    padding-top: 6.243272335844995vw;
}
.home_cooperate h2{
    text-align: center;
    font-size: 24px;
}
.home_cooperate>.home_cooperate_content{
    display: flex;
    flex-wrap: wrap;
}
.home_cooperate>.home_cooperate_content>div{
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    position: relative;
    vertical-align: top;
    width: 16.6667%;
}
.home_cooperate>.home_cooperate_content>div img{
    width: 100%;
}
.home_more{
    padding-bottom: 14.84375vw;
    padding-top: 20.833333333333336vw;
    background-attachment: fixed;
    background-image: url(../images/AD0I2Nz6DhACGAAgx7m4pQYo8djllAIw-w44uAg.jpg.webp);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.home_more_content .hmc_top{
    margin-top: 222px;
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.home_more_content .hmc_bottom{
    margin-left: 39.62938244514106%;
    margin-right: 39.62938244514106%;
    margin-top: 5.22466039707419vw;
    padding: 0px 4.9%;
    overflow: hidden;
    position: relative;
    z-index: 9;
    display: inline-block;
    background-color: #fff;
}
.home_more_content .hmc_bottom>.text{
    height: 87px;
    
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 87px;
    transform-style: preserve-3d;
    transition: all .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    color: rgba(136, 136, 136, 1);
    font-size: 19px;
    
}

.hmc_bottom .ripple-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    /* background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%); */
    background-color: rgba(0,0,0,0.05);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    pointer-events: none; /* 确保不会干扰鼠标事件 */
    transition: transform 0.6s ease, opacity 0.6s ease, width 0.6s ease, height 0.6s ease;
    z-index: -1; /* 确保在文本下方，但仍在父元素内 */
  }
  .hmc_bottom:hover .ripple-effect {
    width: 325px; /* 根据需要调整大小 */
    height: 325px; /* 与宽度相同以保持圆形 */
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    animation: rippleWave 1.5s infinite ease-in-out;
  }
  @keyframes rippleWave {
    0%, 100% {
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) scale(1.1);
    }
    100%{
        display: none;
    }
  }
  /* 新媒体运营 */
  .xmtyy_banner{
    background-image: url(../images/1690956086722841.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 90px;
  }
  .xmtyy_banner img{
    width: 100%
  }
  .xmtyy_sort_nav {
    border-bottom: 1px solid #e5e5e5;
}
.xmtyy_sort_nav>div{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    min-height: 70px;
    width: 1540px;
    max-width: 85%;
    margin: 0 auto;
}
.xmtyy_sort_nav>div>p{
    margin-right: 5%;
    
}
.xmtyy_sort_nav>div>p>a{
    position: relative;
    font-size: 18px;
    display: block;
    line-height: 70px;
}
.xmtyy_sort_nav>div>p.active>a,.xmtyy_sort_nav>div>p>a:hover{
    color: #1a85c7;
}
.xmtyy_top_nav{
    margin-top: 3%;
}
.xmtyy_top_nav>div{
    width: 1440px;
    max-width: 85%;
    margin: 0 auto;
}
.xmtyy_top_nav>div>a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 2% 2% 0;
    border-radius: 50px;
    overflow: hidden;
    padding: 6px 20px;
    min-width: 100px;
    text-align: center;
    line-height: 2;
    border: 1px solid #1a85c7;
    color: #212121;
    font-size: 16px;
    transition: all 0.4s;
}
.xmtyy_top_nav>div>a:hover{
    border-color: #1a85c7;
    background-color: #1a85c7;
    color: #fff;
}
.xmtyy_yunying{
    padding: 3% 0;
}
.xmtyy_yunying .xy_title,.xmtyy_service .xs_title,.xmtyy_service2 .xs_title{
    margin-bottom: 3%;
}
.xmtyy_yunying .xy_title h3,.xmtyy_service .xs_title h3,.xmtyy_service2 .xs_title h3{
    font-size: 38px;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 1%;
    font-weight: 500;
}
.xmtyy_yunying .xy_title p,.xmtyy_service .xs_title p,.xmtyy_service2 .xs_title p{
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
}
.xmtyy_yunying ul{
    flex-wrap: wrap;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.xmtyy_yunying ul li{
    box-sizing: border-box;
    padding: 0 35px;
    width: calc(100% / 4 - 30px);
    height: 420px;
    transition: all .3s;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: solid 1px #dddddd;
    background-color: rgba(255, 255, 255, 0);
}
.xmtyy_yunying ul li:hover{
    background-color: white;
    border: solid 1px rgba(221, 221, 221, 0);
    -webkit-box-shadow: -3px 3px 10px #ccc;
    box-shadow: -3px 3px 10px #ccc;
}
.xmtyy_yunying ul li .item_image{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    height: 96px;
}
.xmtyy_yunying ul li .item_image img{
    display: inline-block;
    max-height: 100%;
}
.xmtyy_yunying ul li .item_title{
    width: 100%;
    margin-bottom: 45px;
    position: relative;
    text-align: center;
    color: #333333;
    font-size: 26px;
}
.xmtyy_yunying ul li .item_title::after{
    content: '';
    width: 24px;
    height: 3px;
    background-color: #1a85c7;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.xmtyy_yunying ul li .item_desc{
    color: #666666;
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
    width: 100%;
    margin-top: 20px;
}
.xmtyy_service{
    background-color: #F8F8FA;
    padding: 3% 0;
}
.xmtyy_service ul{
    flex-wrap: wrap;
    display: flex;
    -webkit-box-align: center;
    justify-content: space-between;
    align-items: center;
}
.xmtyy_service ul li,.xmtyy_service2 ul li{
    width: 26%;
    margin-left: calc(32.5 / 1400* 100%);
    background: #fff;
    -webkit-box-shadow: 0px 7px 13px 0px rgb(36 37 41 / 5%);
    box-shadow: 0px 7px 13px 0px rgb(36 37 41 / 5%);
    margin-bottom: 33px;
    padding: 36px 38px 36px;
    position: relative;
}
.xmtyy_service ul li:nth-child(3n+1) ,.xmtyy_service2 ul li:nth-child(3n+1){
    margin-left: 0;
}
.xmtyy_service ul li .item_img{
    font-size: 0;
    height: 42px;
    display: flex;
    align-items: center;
}
.xmtyy_service ul li .item_img img{
    max-height: 100%;
}
.xmtyy_service ul li .item_title{
    font-size: 26px;
    color: #333;
    margin-top: 24px;
}
.xmtyy_service ul li .item_desc{
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-top: 20px;
}
.xmtyy_service ul li .item_num{
    position: absolute;
    right: 30px;
    top: 36px;
    font-size: 32px;
    color: #000;
    opacity: 0.1;
}
.xmtyy_service2{
    padding: 3% 0;
}
.xmtyy_service2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xmtyy_service2 ul li{
    position: relative;
    border: 1px solid rgb(236, 236, 236);
}
.xmtyy_service2 ul li .item_img{
    position: absolute;
    right: 42px;
    top: 30px;
}
.xmtyy_service2 ul li .item_img img{
    max-width: 65px;
}
.xmtyy_service2 ul li .item_title{
    font-size: 24px;
    color: #333;
}
.xmtyy_service2 ul li .item_desc{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    max-width: 295px;
    width: calc(375 / 460* 100%);
    margin-top: 22px;
}
.xmtyy_service2 ul li .item_num{
    font-size: 58px;
    position: absolute;
    right: 40px;
    bottom: 50px;
    font-family: tel;
    color: rgba(26, 133, 199,0.1);
}
.xmtyy_service2 ul li .item_right{
    position: absolute;
    right: -28px;
    bottom: 50px;
    background: #fff;
}
.xmtyy_news{
    padding: 3% 0;
    background-color: #F2F2F2;
}
.xmtyy_news .xn_content{
    /*padding: 5% 2%;*/
    /*background: #fff;*/
}
.xmtyy_news .xn_content .title{
    font-size: 38px;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    text-align: center;
}
.xmtyy_news .xn_content .con{
    padding: 4% 0;
    font-size: 16px;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xmtyy_news .xn_content .con>div{
    width: 15.71%;
    height: 550px;
    background: #fff;
    transition: all 0.4s;
    box-shadow: 0px 1px 20px 0px rgba(156, 156, 156, 0.2);
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: url(../img/new_provide_pic1.jpg) no-repeat center center;
    background-size: cover;
}

.xmtyy_news .xn_content .con>div h3{
    font-size: 24px;
    color: #333;
    line-height: 50px;
    font-weight: normal;
    margin: 70px 0 18px;
}
.xmtyy_news .xn_content .con>div p{
    padding: 0 10px;
    font-size: 18px;
    color: #333;
    line-height: 34px;
    min-height: 136px;
}
.xmtyy_news .xn_content .con>div div{
    width: 160px;
    height: 160px;
    right: -45px;
    bottom: 73px;
    background: #1a85c7;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    transition: all 0.4s;
    box-shadow: 0px 6px 9.9px 0.1px rgba(0, 0, 0, 0.24);
}
.xmtyy_news .xn_content .con>div div i{
    display: block;
    width: 84px;
    height: 84px;
    margin: 38px 0 0 16px;
}
.xmtyy_news .xn_content .con>div:nth-child(1) div i{background: url(../images/品牌定位.png) no-repeat center;}
.xmtyy_news .xn_content .con>div:nth-child(2) div i{background: url(../images/目标受众.png) no-repeat center;}
.xmtyy_news .xn_content .con>div:nth-child(3) div i{background: url(../images/内容创作.png) no-repeat center;}
.xmtyy_news .xn_content .con>div:nth-child(4) div i{background: url(../images/社交互动.png) no-repeat center;}
.xmtyy_news .xn_content .con>div:nth-child(5) div i{background: url(../images/数据分析.png) no-repeat center;}
.xmtyy_news .xn_content .con>div:nth-child(6) div i{background: url(../images/品牌推广.png) no-repeat center;}
.xmtyy_news .xn_content .con>div:hover{
    background: #1a85c7;
}
.xmtyy_news .xn_content .con>div:hover h3,.xmtyy_news .xn_content .con>div:hover p{
    color: #fff;
}
.xmtyy_news .xn_content .con>div:hover div{
    box-shadow:none;
}
.xmtyy_service_more{
    padding: 3% 0;
}
.xmtyy_service_more .xsm_title{
    margin-bottom: 3%;
    font-size: 38px;
    line-height: 1.2;
    color: #333333;
}
.xmtyy_service_more ul{
    display: flex;
    padding-left: 0;
}

.xmtyy_service_more ul li{
    /* float: left; */
    width: 20%;
    padding: 0 20px;
}
.xmtyy_service_more ul li a{
    border-radius: 20px 0 20px 0;
    padding: 17% 12px 18%;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0 5px 12px rgb(0 0 0 / 8%);
    box-shadow: 0 5px 12px rgb(0 0 0 / 8%);
}
.xmtyy_service_more ul li a .item_title{
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2%;
    font-size: 24px;
}
.xmtyy_service_more ul li a .item_desc{
    font-size: 14px;
    line-height: 1.5;
    height: 6em;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.xmtyy_service_more ul li a span{
    margin: 35px auto 0;
    display: block;
    width: 180px;
    font-style: normal;
    max-width: 80%;
    background: #FFFFFF;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #1a85c7;
    border: 1px solid #1a85c7;
    letter-spacing: 2px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.xmtyy_service_more ul li a:hover span{
    background-color: #1a85c7;
    border-color: #1a85c7;
    color: #fff;
}

/* 抖音运营 */
.sph_service,.sph_system,.sph_answer,.sph_question,.sph_case{
    padding: 5vw 0;
}
.sph_service>div,.sph_system>div,.sph_answer>div,.sph_case>div{
    width: 1540px;
    max-width: 85%;
    margin: 0 auto;
}
.sph_service .title,.sph_system .title,.sph_answer .title,.sph_question .title,.sph_case .title{
    text-align: center;
    line-height: 1;
}
.sph_service .title p,.sph_system .title p,.sph_answer .title p,.sph_question .title p,.sph_case .title p{
    font-size: 18px;
    color: #1a85c7;
    margin-bottom: 18px;
    font-weight: 500;
}
.sph_service .title h3,.sph_system .title h3,.sph_answer .title h3,.sph_question .title h3,.sph_case .title h3{
    font-size: 36px;
    color: #06305f;
    line-height: 1.33;
}
.sph_case ul{
    margin: 5vw -0.2vw 0;
}
.sph_case ul li{
    width: 25%;
    padding: 0 2%;
} 
.sph_banner{
    background: url(../images/1691745917132274.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 90px;
}
.sph_banner img{
    width: 100%;
}
.sph_nav{
    border-bottom: 1px solid #e5e5e5;
}
.sph_nav>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    width: 1540px;
    max-width: 85%;
    margin: 0 auto;
}
.sph_nav>div>.sph_nav_left{
    flex: 1;
}
.sph_nav>div>.sph_nav_left ul{
    display: flex;
    align-items: center;
}
.sph_nav>div>.sph_nav_left>ul>li{
    min-width: 130px;
    /*width: 10%;*/
    padding: 0 30px;
}
.sph_nav>div>.sph_nav_left>ul>li>a{
    margin-right: 5%;
    width: 100%;
    position: relative;
    font-size: 18px;
    display: block;
    color: #000;
    line-height: 70px;
}
.sph_nav>div>.sph_nav_left>ul>li.active a{
    color: #1a85c7;
    border-bottom: #1a85c7;
}
.sph_nav>div>.sph_nav_right{
    padding-left: 25px;
    background: url(../images/locabg.png) no-repeat center;
    background-position: 0 center;
    display: flex;
    align-items: center;
}
.sph_nav>div>.sph_nav_right>a,.sph_nav>div>.sph_nav_right{
    font-size: 16px;
    color: #666;
    display: inline-flex;
    align-items: center;
}
.sph_service ul{
    margin-left: -1.04vw;
    margin-right: -1.04vw;
    flex-wrap: wrap;
    margin-top: 3.125vw;
}
.sph_service ul li{
    padding: 0 1.04vw;
    text-align: center;
    width: 20%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.sph_service ul li>div{
    display: block;
    background-color: #fff;
    -webkit-box-shadow: -3px 5.2px 6px 0 #d6d6d6;
    box-shadow: -3px 5.2px 6px 0 #d6d6d6;
    border-radius: 10px;
    padding: 2.6vw 15px 2.08vw;
}
.sph_service ul li>div>div{
    line-height: 72px;
}
.sph_service ul li h3{
    margin: 0;
    color: #06305f;
    font-size: 24px;
    margin-top: 2.28vw;
}
.sph_service ul li:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}
.sph_system ul{
    margin-top: 4.375vw;
    flex-wrap: wrap;
    margin-bottom: .9vw;
    margin-left: -2.37vw;
}
.sph_system ul li{
    width: 33.33%;
    padding: 0 2.37vw;
    margin-bottom: 1.98vw;
    position: relative;
}
.sph_system ul li .item_img{
    text-align: center;
    width: 70px;
    background-color: #fff;
    line-height: 70px;
    border-radius: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.sph_system ul li .item_img img{
    vertical-align: middle;
}
.sph_system ul li .info{
    width: calc(100% - 94px);
}
.sph_system ul li .info h3{
    margin: 8px 0;
    color: #1a85c7;
    font-size: 20px;
}
.sph_system ul li .info p{
    font-size: 16px;
    color: #1e1e30;
    line-height: 30px;
}
.sph_system .ck,.sph_question .ck{
    width: 161px;
    line-height: 58px;
    -webkit-box-shadow: -3px 5.2px 6px 0 #d6d6d6;
    box-shadow: -3px 5.2px 6px 0 #d6d6d6;
    border-radius: 29px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.8px;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: #1a85c7;
}
.sph_answer .left{
    max-width: 520px;
}
.sph_answer .left ul li{
    -webkit-box-shadow: -3.5px 4.9px 7px 0 #d6d6d6;
    box-shadow: -3.5px 4.9px 7px 0 #d6d6d6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 9px;
    cursor: pointer;
}
.sph_answer .left ul li h3{
    margin: 0;
    color: #06305f;
    font-size: 18px;
    background: url(../images/6658314bcd15c05457574c2ea04b8bd0297fd9da.png) no-repeat 96% 50% #7abdee;
    padding-left: 20px;
    line-height: 61px;
    border-radius: 5px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.sph_answer .left ul li div{
    font-size: 16px;
    color: #1e1e30;
    line-height: 36px;
    background: #fff;
    height: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.sph_answer .left ul li.active h3{
    background: url(../images/ecab3b3c853c10b4e945f0f1c5cbb81920e164f2.png) no-repeat 96% 50% #e8eaf6;
}
.sph_answer .left ul li.active div{
    height: auto;
    padding: 11px 42px 26px 14px;
}
.sph_question ul{
    flex-wrap: wrap;
    margin-top:3.59vw;
    margin-left: -2.58vw;
    margin-right: -2.58vw;
    margin-bottom: .8vw;
}
.sph_question ul li{
    padding: 0 2.58vw;
    width: 33.33%;
    margin-bottom: 2.08vw;
    text-align: center;
}
.sph_question ul li>div{
    display: block;
    background-color: #fff;
    -webkit-box-shadow: -5px 8.7px 7px 0 hsla(0, 0%, 84%, .8);
    box-shadow: -5px 8.7px 7px 0 hsla(0, 0%, 84%, .8);
    border-radius: 10px;
    padding: 2.66vw 1.38vw 1.5625vw;
}
.sph_question ul li .item_img{
    line-height: 100px;
}
.sph_question ul li .item_img img{
    vertical-align: middle;
}
.sph_question ul li .info{
    margin-top: 1.5625vw;
}
.sph_question ul li .info h3{
    font-size: 24px;
    color: #06305f;
    margin: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.sph_question ul li .info p{
    line-height: 24px;
    font-size: 14px;
    color: #1e1e30;
    margin-top: 1.3vw;
    height: 48px;
}
/**/

.xhs_banner{
    background-image: url(../images/ABUIABACGAAg_ZiSnAYo6LC4pQEwgA84pAM.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: default;
    height: 100%;
    margin: 0 auto;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 90px;
}
.xhs_banner .xhs_banner_title{
    color: rgb(255, 255, 255);
    font-size: 48px;
    box-sizing: border-box;
    min-height: 30px;
    min-width: 30px;
    position: relative;
    text-align: right;
    width: 53%;
}
.xhs_banner .xhs_banner_desc{
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: right;
    width: 44%;
}
.xhs_banner .xhs_banner_list{
    color: rgb(255, 255, 255);
    font-size: 24px;
    width: 54%;
    text-align: right;
}
.xhs_banner .xhs_banner_list span{
    margin-right: 30px;
}
.xhs_con1,.xhs_con3,.xhs_con9{
    padding: 5% 12.4%;
}
.xhs_con1 .xhs_con1_title h3,.xhs_con2 .xhs_con2_title h3,.xhs_con3 .xhs_con3_title h3,.xhs_con9 .xhs_con9_title h3{
    font-size: 38px;
    text-align: center;
    color: rgb(50, 50, 51);
}
.xhs_con1 .xhs_con1_title p,.xhs_con2 .xhs_con2_title p,.xhs_con3 .xhs_con3_title p,.xhs_con9 .xhs_con9_title p{
    font-size: 20px;
    color: #333;
    min-height: 30px;
    text-align: center;
}
.xhs_con1 .xhs_con1_title p img,.xhs_con2 .xhs_con2_title p img,.xhs_con3 .xhs_con3_title p img,.xhs_con9 .xhs_con9_title p img{
    max-width: 575px;
    width: 100%;
}
.xhs_con1 .xhs_con1_icon{
    display: flex;
    margin: 30px 0 40px;
}
.xhs_con1 .xhs_con1_icon>div{
    width: 20%;
    text-align: center;   
    font-size: 20px;
    color: rgb(255, 39, 65);
}
.xhs_con1 .xhs_con1_icon>div>p{
    margin-top: 10px;
}
.xhs_con1 .xhs_con1_img{
    display: flex;
    margin: 30px 0 50px;
}
.xhs_con1 .xhs_con1_img>div{
    width: 20%;
    text-align: center;
}
.xhs_con2,.xhs_con6{
    padding: 0 12.4%;
}
.xhs_con2 .xhs_con2_content{
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}
.xhs_con2 .xhs_con2_content>div{
    width: 30%;
    text-align: center;
}
.xhs_con2 .xhs_con2_content>div .item_title{
    margin-top: 30px;
    word-break: break-word;
    font-weight: initial;
    font-style: initial;
    text-decoration: initial;
    color: rgb(33, 33, 33);
    font-size: 20px;
    line-height: 1.5;
}
.xhs_con2 .xhs_con2_content>div .item_desc{
    -webkit-background-clip: text;
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    word-break: break-word;
}
.xhs_con3 .xhs_con3_content{
    text-align: center;
}

.xhs_con9 .xhs_con9_content{
    display: flex;
    flex-wrap: wrap;
}
.xhs_con9 .xhs_con9_content .item{
    width: 49%;
    display: flex;
    justify-content: right;
}
.xhs_con9 .xhs_con9_content .item .item_info{
    width: 56%;
}
.xhs_con9 .xhs_con9_content .item .item_info>div>span>b{
    font-size: 40px;
}
.xhs_con9 .xhs_con9_content .item .item_info>div>b{
    font-size: 20px;
}
.xhs_con9 .xhs_con9_content .item .item_info>p{
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 30px;
}
.xhs_con9 .xhs_con9_content .item .item_image{
    margin-right: 20px;
}
.xhs_con9 .xhs_con9_content .item:nth-child(2n){
    justify-content: left;
}
.xhs_con9 .xhs_con9_content .item:nth-child(1),.xhs_con9 .xhs_con9_content .item:nth-child(2){
    margin-bottom: 30px;
}
/* 网站建设 */
.w1260{
    margin-right: auto;
    margin-left: auto;
    width: 1260px;
}
.wzjs_banner{
    text-align: center;
    position: relative;
    margin-top: 90px;
}
.wzjs_banner>span{
    display: block;
    line-height: 0;
}
.wzjs_banner>span img{
    width: 100%;
}
.wzjs_banner>div{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -630px;
    width: 1260px;
    text-align: left;
    transform: translateY(-50%);
}
.wzjs_banner>div>div{
    color: #ffffff;
    font-size: 30px;
}
.wzjs_banner>div>div span{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.wzjs_banner>div>i{
    display: block;
    width: 66px;
    height: 2px;
    background: #fff;
    margin: 26px 0;
}
.wzjs_banner>div>h3{
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: 12px;
    color: #fff;
}
.wzjs_banner>div>p{
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 3px;
    margin-top: 7px;
}
.wzjs_banner>div>p>span{
    display: inline-block;
    margin-left: 38px;
}
.wzjs_con1{
    background: #fff;
    padding: 80px 0 90px;
}

.wzjs_con1>div>.wzjs_con1_title{
    text-align: center;
}
.wzjs_con1>div>.wzjs_con1_title h3{
    color: #232323;
    font-size: 30px;
}
.wzjs_con1>div>.wzjs_con1_title p{
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}
.wzjs_con1>div>.wzjs_con1_content{
    display: flex;
    position: relative;
    margin-top: 50px;
    z-index: 1;
}
.wzjs_con1>div>.wzjs_con1_content::before{
    content: "";
    position: absolute;
    z-index: 0;
    left: auto;
    right: -145px;
    top: -110px;
    width: 112px;
    height: 432px;
    background: url(../images/custom_1.jpg) no-repeat center center;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_left{
    width: calc(100% - 838px);
    background: #f7f7f7;
    position: relative;
    z-index: 3;
}
.wzjs_con1>div>.wzjs_con1_content .img{
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_left .img::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -11px;
    width: 22px;
    height: 18px;
    background: url(../images/zx_pic1.png) no-repeat center center;
}
.wzjs_con1>div>.wzjs_con1_content .text{
    padding: 55px 50px;
}
.wzjs_con1>div>.wzjs_con1_content .text h3{
    
    font-size: 20px;
    line-height: 26px;
}
.wzjs_con1>div>.wzjs_con1_content .text i{
    display: block;
    width: 33px;
    height: 2px;
    background: #c9c9ca;
    margin: 15px 0 20px;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_left .text p{
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_right{
    flex: 1;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_right>div{
    display: flex;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_right>.wcc_top{
    background: #1b5caa;
    width: 838px;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_right>.wcc_top .text,.wzjs_con1>div>.wzjs_con1_content>.wcc_right .wcc_bottom .text{
    box-sizing:border-box;
    padding: 50px;
    width: 419px;
    flex: 1;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_right>.wcc_top .text i{
    opacity: 0.2;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_right>.wcc_top .img,.wzjs_con1>div>.wzjs_con1_content>.wcc_right .wcc_bottom .img{
    width: 419px;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_right>.wcc_top .img::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 20px;
    height: 24px;
    background: url(../images/zx_pic2.png) no-repeat center center;
}
.wzjs_con1>div>.wzjs_con1_content>.wcc_right .wcc_bottom{
    margin-top: 10px;
}
.wzjs_con2{
    background: url(../images/custom_bg2.jpg) no-repeat center top / cover;
    height: 792px;
    padding-top: 80px;
}
.wzjs_con2 .wzjs_con2_top{
    text-align: center;
}
.wzjs_con2 .wzjs_con2_top>.top{
    color: #1b5caa;
    font-size: 30px;
    font-weight: bold;
}
.wzjs_con2 .wzjs_con2_top>.top>span{
    display: inline-block;
}
.wzjs_con2 .wzjs_con2_top>.top>span>em{
    display: block;
    color: #bababa;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
.wzjs_con2 .wzjs_con2_top>.bottom{
    margin-top: 20px;
    color: #333333;
    font-size: 16px;
    line-height: 32px;
}
.wzjs_con2 .wzjs_con2_bottom{
    text-align: center;
}
.wzjs_con3{
    background: url(../images/custom_bg3.jpg) no-repeat center top;
    height: 816px;
    padding-top: 182px;
}
.wzjs_con3 .wzjs_con3_title{
    text-align: center;
}
.wzjs_con3 .wzjs_con3_title h3{
    color: #232323;
    font-size: 30px;
}
.wzjs_con3>div>ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}
.wzjs_con3>div>ul>li{
    float: left;
    box-sizing: border-box;
    width: 33.33333333%;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 40px 55px;
}
.wzjs_con3>div>ul>li>.item_image{
    height: 56px;
    line-height: 0;
    vertical-align: bottom;
    display: none;
}
.wzjs_con3>div>ul>li>.item_info{
    padding-top: 25px;
}
.wzjs_con3>div>ul>li>.item_info h3{
    color: #232323;
    font-size: 18px;
    font-weight: bold;
}
.wzjs_con3>div>ul>li>.item_info p{
    margin-top: 5px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.wzjs_con4{
    background: url(../images/custom_bg4.jpg) no-repeat center top / cover;
    height: 612px;
    padding-top: 90px;
    box-sizing: border-box;
}
.wzjs_con4 .wzjs_con4_content{
    float: right;
    width: 500px;
}
.wzjs_con4 .wzjs_con4_content .title h3{
    color: #fff;
    font-size: 30px;
}
.wzjs_con4 .wzjs_con4_content .desc{
    padding: 17px 0 25px;
    border-bottom: 1px solid #2a73b5;
    color: #dee5f0;
    font-size: 18px;
    line-height: 28px;
    box-sizing: border-box;
}
.wzjs_con4 .wzjs_con4_content .desc p{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.wzjs_con4 .wzjs_con4_content ul{
    margin-top: 40px;
}
.wzjs_con4 .wzjs_con4_content ul li{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.wzjs_con4 .wzjs_con4_content ul li .item_image{
    width: 65px;
    text-align: right;
    line-height: 0;
    float: left;
}
.wzjs_con4 .wzjs_con4_content ul li .item_info{
    float: right;
    width: 420px;
}
.wzjs_con4 .wzjs_con4_content ul li .item_info h3{
    color: #ffffff;
    font-size: 18px;
}
.wzjs_con4 .wzjs_con4_content ul li .item_info p{
    margin-top: 5px;
    color: #c2d7ea;
    font-size: 14px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.wzjs_con5{
    background: url(../images/custom_bg5.jpg) no-repeat center top / cover;
    height: 60px;
    padding-top: 60px;
    box-sizing: border-box;
}
.wzjs_con5 ul{
    display: flex;
}
.wzjs_con5 ul li{
    width: calc(25% - 50px);
    box-sizing: border-box;
    margin-left: 66.66px;
    text-align: center;
}
.wzjs_con5 ul li:first-child{
    margin-left: 0;
}
.wzjs_con5 ul li .item_image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wzjs_con5 ul li .item_title{
    padding-top: 23px;
    color: #ffffff;
    font-size: 18px;
}
.wzjs_con5 ul li .item_desc{
    margin-top: 15px;
    color: #c2c4c7;
    font-size: 14px;
    line-height: 24px;
}   
.wzjs_con6{
    padding: 80px 0;
    box-sizing: border-box;
}
.wzjs_con6>div{
    display: flex;
    justify-content: space-between;
}
.wzjs_con6 .wzjs_con6_left{
    width: 502px;
    padding-top: 25px;
}
.wzjs_con6 .wzjs_con6_right{
    width: calc(100% - 502px);
    line-height: 0;
    margin-right: -20px;
}
.wzjs_con6 .wzjs_con6_left .wcl_title p{
    color: #4d4d4d;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.wzjs_con6 .wzjs_con6_left .wcl_title h3{
    color: #232323;
    font-size: 30px;
}
.wzjs_con6 .wzjs_con6_left i{
    display: block;
    width: 43px;
    height: 2px;
    background: #e8e8e8;
    margin: 20px 0 15px;
}
.wzjs_con6 .wzjs_con6_left .wcl_name{
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    padding-right: 50px;
}
.wzjs_con6 .wzjs_con6_left ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wzjs_con6 .wzjs_con6_left ul li{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    width: 212px;
}
.wzjs_con6 .wzjs_con6_left ul li .item_image{
    width: 35px;
}
.wzjs_con6 .wzjs_con6_left ul li .item_info{
    width: 160px;
}
.wzjs_con6 .wzjs_con6_left ul li .item_info h3{
    color: #333333;
    font-size: 16px;
}
.wzjs_con6 .wzjs_con6_left ul li .item_info p{
    margin-top: 1px;
    color: #999999;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.wzjs_con7{
    height: 43vw;
    min-height: 820px;
    background: url(../images/custom_bg7.jpg) no-repeat center center / cover;
    padding-top: 95px;
    text-align: center;
}
.wzjs_con7 .wzjs_con7_title h2{
    color: #fff;
    font-size: 30px;
}
.wzjs_con7 .wzjs_con7_title p{
    margin-top: 12px;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
}
.wzjs_con7 .wzjs_con7_more{
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    padding: 14px 68px 14px 14px;
    line-height: 1;
    position: relative;
    margin-top: 70px;
    text-align: center;
    display: block;
}
.wzjs_con7 .wzjs_con7_more a{
    border: 1px solid #fff;
    line-height: 48px;
    padding: 0 50px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.wzjs_con7 .wzjs_con7_swiper{
    margin-top: 55px;
    background: url(../images/case_bg.png);
    padding: 0 8%;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.wzjs_con7 .wzjs_con7_swiper>button{
    width: 25px;
    height: 47px;
    border: none;
    margin-top: -23.5px;
    z-index: 20;
    position: absolute;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    top: 50%;
    padding: 0;
    outline: none;
}

.wzjs_con7 .wzjs_con7_swiper .slick-prev{
    background: url(../images/case_prev.png) no-repeat center center;
    left: 5%;
}
.wzjs_con7 .wzjs_con7_swiper .slick-next{
    background: url(../images/case_next.png) no-repeat center center;
    right: 5%;
}
.wzjs_con7 .wzjs_con7_swiper a .box{
    width: 100%;
    position: relative;
}

.wzjs_con7 .wzjs_con7_swiper a .box img{
    width: 100%;
}
.wzjs_con7 .wzjs_con7_swiper a .box .text{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 25px;
    text-align: left;
}
.wzjs_con7 .wzjs_con7_swiper a .box .text h3{
    color: #ffffff;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.wzjs_con7 .wzjs_con7_swiper a .box .text p{
    margin-top: 5px;
    color: #afafaf;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}

.wzjs_con9{
    background: url(../images/custom_bg9.jpg) no-repeat center top / cover;
    height: 726px;
    padding-top: 92px;
    box-sizing: border-box;
}
.wzjs_con9 .wzjs_con9_title{
    text-align: center;
}
.wzjs_con9 .wzjs_con9_title h3{
    color: #ffffff;
    font-size: 30px;
}
.wzjs_con9 .wzjs_con9_title i{
    display: block;
    width: 48px;
    height: 3px;
    background: #ffffff;
    margin: 23px auto 28px;
}
.wzjs_con9 .wzjs_con9_title p{
    color: #ffffff;
    font-size: 16px;
}
.wzjs_con9 ul{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;

}
.wzjs_con9 ul li{
    width: 33.33333333%;
}
.wzjs_con9 ul li .item_image{
    width: 210px;
    height: 210px;
    background: url(../images/bg001.png) no-repeat center center;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    box-sizing: border-box;
}
.wzjs_con9 ul li .item_image img{
    height: 56px;
}
.wzjs_con9 ul li .item_image p{
    margin-top: 20px;
    color: #ffffff;
    font-size: 16px;
}
.wzjs_con9 ul li .item_title{
    padding-top: 28px;
    text-align: center;
    width: 285px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
}
.wzjs_con9 ul li .item_desc{
    margin-top: 15px;
    color: #cccccc;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 285px;
    margin: 0 auto;
}
/* 高端定制 */
.gddz_banner{
    position: relative;
    width: 100%;
}
.gddz_banner>span{
    background: url(../images/gaoduanwz_banner01.jpg) center right / cover no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}
.gddz_banner>span>img{
    
    width: 100%;
}
.gddz_banner>span>.img1{
    display: block;
}
.gddz_banner>span>.img2{
    display: none;
}
.gddz_banner>div{
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    margin: 0 auto;
    width: 84%;
}
.gddz_banner>div>p{
    margin-bottom: 16px;
    line-height: 1.4;
    font-size: 26px;
    color: #fff;
}
.gddz_banner>div>div{
    margin-bottom: 16px;
    line-height: 1.4;
    font-size: 50px;
    color: #fff;
}
.gddz_banner>div>span{
    display: block;
    margin-top: 34px;
}
.gddz_location{
    padding: 10px 0;
}
.gddz_location p{
    display: inline-block;
    position: relative;
    line-height: 30px;
    padding-left: 20px;
    background: url(../images/locabg.png) no-repeat left 7px;
    font-size: 14px;
    color: #999999;
}
.gddz_location p a{
    font-size: 14px;
    color: #999999;
}
.gddz_con1{
    background: #f7f9fb;
    padding-bottom: 120px;
    padding-top: 100px;
}
.gddz_con1 .gddz_con1_title,.gddz_con2 .gddz_con2_title .left,.gddz_con3 .left .title,.gddz_con4>div>.text .title,.gddz_con5 .left{
    margin-bottom: 40px;
    color: #000000;
    line-height: 1.4;
    padding-left: 20px;
    position: relative;
    font-size: 30px;
}
.gddz_con1 .gddz_con1_title i,.gddz_con2 .gddz_con2_title .left i,.gddz_con3 .left .title i,.gddz_con4>div>.text .title i,.gddz_con5 .left i{
    height: 30px;
    width: 8px;
    background: #0863c4;
    position: absolute;
    left: 0;
    top: 6px;
}
.gddz_con1 .gddz_con1_title i::after,.gddz_con2 .gddz_con2_title .left i::after,.gddz_con3 .left .title i::after,.gddz_con4>div>.text .title i::after,.gddz_con5 .left i::after{
    content: "";
    height: 26%;
    width: 100%;
    background: #01c8ff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
}
.gddz_con1 ul{
    display: flex;
}
.gddz_con1 ul li{
    width: 49%;
    margin-right: 2%;
    background: #fff;
}
.gddz_con1 ul li:last-child {
    margin-right: 0;
}
.gddz_con1 ul li .item_top{
    position: relative;
}
.gddz_con1 ul li .item_top img{
    line-height: 0;
    width: 100%;
}
.gddz_con1 ul li .item_top .img1{
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 40.6%;
}
.gddz_con1 ul li .item_top .img2{
    position: absolute;
    left: 45.6%;
    bottom: 0;
    width: 19%;
}
.gddz_con1 ul li .item_top .img3{
    position: absolute;
    left: 64.6%;
    bottom: 0;
    width: 32.8%;
}
.gddz_con1 ul li .item_bottom{
    padding: 50px 44px 60px;
}
.gddz_con1 ul li .item_bottom .top{
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #dddddd;
    display: flex;
}
.gddz_con1 ul li .item_bottom .top .item_image{
    line-height: 0;
    width: 58px;
}
.gddz_con1 ul li .item_bottom .top .item_info{
    padding-left: 20px;
    flex: 1;
}
.gddz_con1 ul li .item_bottom .top .item_info div{
    color: #333333;
    font-size: 24px;
}
.gddz_con1 ul li .item_bottom .top .item_info p{
    color: rgba(51, 51, 51, 0.24);
    margin-top: 4px;
    font-size: 14px;
}
.gddz_con1 ul li .item_bottom>p{
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}
.gddz_con1 ul li .item_bottom ul {
    display: flex;
    margin-top: 30px;
    line-height: 1.8;
    color: #666666;
    font-size: 14px;
}
.gddz_con1 ul li .item_bottom ul li{
    width: auto;
    margin-right: 26px;
    margin-bottom: 6px;
    padding-left: 16px;
    position: relative;
}
.gddz_con1 ul li .item_bottom ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #0863c4;
}
.gddz_con2{
    padding: 96px 0 120px;
}
.gddz_con2 .gddz_con2_title {
    display: flex;
    justify-content: space-between;
}
.gddz_con2 .gddz_con2_title .left{
    display: flex;
}
.gddz_con2 .gddz_con2_title .left p{
    color: #666666;
    line-height: 1.6;
    float: left;
    padding-left: 12px;
    margin-top: 18px;
    font-size: 14px;
    display: inline-block;
}
.gddz_con2 .gddz_con2_title .right{
    
    font-size: 16px;
    margin-right: 40px;
    padding: 16px 0 10px;
    position: relative;
}
.gddz_con2 .gddz_con2_title .right a{
    color: #0e57ac;
}
.gddz_con2 .gddz_con2_title .right::before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #0863c4;
    z-index: 1;
    transition: all 0.4s;
    overflow: hidden;
}
.gddz_con2 .gddz_con2_title .right::after{
    height: 4px;
    background: #01c8ff;
    width: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    transition: all 0.5s;
    overflow: hidden;
}
.gddz_con2 ul{
    display: flex;
    flex-wrap: wrap;
}
.gddz_con2 ul li{
    width: 33.1%;
    margin-right: 0.35%;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
}
.gddz_con2 ul li:nth-child(1){
    width: 66.55%;
}
.gddz_con2 ul li.none{
    display: block;
    margin-right: 0;
}
.gddz_con2 ul li img{
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.gddz_con2 ul li:hover img{
    transform: scale(1.1);
}
.gddz_con3{
    display: flex;
    position: relative;
}
.gddz_con3 .left{
    padding: 130px 0 80px 8%;
    width: 36.25%;
    background: #2c3339;
    position: relative;
}
.gddz_con3 .left .blue{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 132px;
    height: 132px;
    background: rgba(255, 255, 255, 0.02);
    right: 0;
    bottom: 0;
    color: #fff;
    line-height: 1.4;
    text-align: right;
    font-size: 15px;
}
.gddz_con3 .left .blue::before{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.02);
    width: 46px;
    height: 46px;
    content: "";
}
.gddz_con3 .left .blue::after{
    background: rgba(255, 255, 255, 0.02);
    width: 30px;
    height: 30px;
    left: -30px;
    top: -30px;
    position: absolute;
    content: "";
}
.gddz_con3 .left .title{
    color: #fff;
}
.gddz_con3 .left .title p{
    width: 100%;
    padding-left: 20px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
}
.gddz_con3 .left ul li{
    padding: 30px 20px;
    border-bottom: 1px solid #454b50;
    position: relative;
    display: flex;
}
.gddz_con3 .left ul li:nth-child(1){
    border-top: 1px solid #454b50;
}

.gddz_con3 .left ul li .item_image{
    width: 42px;
}
.gddz_con3 .left ul li .item_info{
    float: left;
    padding-left: 12px;
    width: calc(100% - 42px);
}
.gddz_con3 .left ul li .item_info h3{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.gddz_con3 .left ul li .item_info p{
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    line-height: 1.6;
    font-size: 15px;
}
.gddz_con3 .left ul li::before{
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.02);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transition: all 0.4s;
    overflow: hidden;
}
.gddz_con3 .left ul li:hover::before{
    width: 100%;
}
.gddz_con3 .right{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 63.75%;
    background: url(../images/gaoduanwz_d_img.jpg) center center / cover;
}
.gddz_con4{
    padding: 60px 0;
    position: relative;
}
.gddz_con4>div{
    width: 96%;
    margin: 0 auto;
}
.gddz_con4>div>.img img{
    width: 100%;
    height: 100%;
}
.gddz_con4>div>.text{
    position: absolute;
    top: 50%;
    right: 5.5%;
    width: 36%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.94);
    padding: 60px 50px;
}
.gddz_con4>div>.text .title{
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e7e8;
}
.gddz_con4>div .info>p{
    color: #333333;
    font-size: 16px;
}
.gddz_con4>div .info ul{
    margin-top: 20px;
    line-height: 1.6;
}
.gddz_con4>div .info ul li{
    padding-left: 14px;
    color: #666666;
    position: relative;
    margin-top: 6px;
    font-size: 14px;
}
.gddz_con4>div .info ul li::before{
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #0863c4;
    content: "";
}
.gddz_con5{
    padding-top: 120px;
    background: #f7f9fb;
}
.gddz_con5>.con{
    width: 96%;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
    position: relative;
}
.gddz_con5>.container2{
    display: flex;
    justify-content: space-between;
}
.gddz_con5 .right{
    padding-right: 17%;
    width: 60.6%;
}
.gddz_con5 .right div{
    font-size: 22px;
    color: #333;
}
.gddz_con5 .right p{
    color: #666666;
    line-height: 1.8;
    margin-top: 10px;
    font-size: 16px;
}
.gddz_con5>.con .img1{
    width: 100%;
}
.gddz_con5>.con .img2{
    width: 62%;
    right: 2.4%;
    bottom: 0;
    position: absolute;
}
/* 百度推广 */
.left_animate {
    opacity: 0;
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
}
.banner_animate {
    opacity: 1!important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)!important;
    -webkit-transition: transform 1.5s , opacity 1.5s;
    -moz-transition: transform 1.5s , opacity 1.5s;
    -ms-transition: transform 1.5s , opacity 1.5s;
    -o-transition: transform 1.5s , opacity 1.5s;
    transition: transform 1.5s , opacity 1.5s;
}
.img_animate{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.img_zoom{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: transform 3s , opacity 1.5s;
    -moz-transition: transform 3s , opacity 1.5s;
    -ms-transition: transform 3s , opacity 1.5s;
    -o-transition: transform 3s , opacity 1.5s;
    transition: transform 3s , opacity 1.5s;
}
@keyframes "eg"{
  0%{
      transform: translateY(-50%) translateX(-50%);
  }
  100%{
      transform: translateY(-50%) translateX(0%);
  }
}
.index_animate{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(-50%) translateX(50%)!important;
    -webkit-transition: transform 1.5s , opacity 0.5s;
    -moz-transition: transform 1.5s , opacity 0.5s;
    -ms-transition: transform 1.5s , opacity 0.5s;
    -o-transition: transform 1.5s , opacity 0.5s;
    transition: transform 1.5s , opacity 0.5s;
}
.index_animate2{
    animation: 'eg' 6s;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    -o-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%)!important;
    -webkit-transition: transform 1.5s , opacity 0.5s;
    -moz-transition: transform 1.5s , opacity 0.5s;
    -ms-transition: transform 1.5s , opacity 0.5s;
    -o-transition: transform 1.5s , opacity 0.5s;
    transition: transform 1.5s , opacity 0.5s;
}
.index_animate3{
    animation: 'eg' 6s;
    opacity: 1;
    -webkit-transform: translateY(-200%) translateX(186%)!important;
    -moz-transform: translateY(-200%) translateX(186%)!important;
    -ms-transform: translateY(-200%) translateX(186%)!important;
    -o-transform: translateY(-200%) translateX(186%)!important;
    transform: translateY(-260%) translateX(186%)!important;
    -webkit-transition: transform 1.5s , opacity 0.5s;
    -moz-transition: transform 1.5s , opacity 0.5s;
    -ms-transition: transform 1.5s , opacity 0.5s;
    -o-transition: transform 1.5s , opacity 0.5s;
    transition: transform 1.5s , opacity 0.5s;
}
.bottom_animate {
     opacity: 1; 
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.bottom_animate2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 1.5s , opacity 0.5s;
    -moz-transition: transform 1.5s , opacity 0.5s;
    -ms-transition: transform 1.5s , opacity 0.5s;
    -o-transition: transform 1.5s , opacity 0.5s;
    transition: transform 1.5s , opacity 0.5s;
}

.bottom_animate3 {
    /*opacity: 0;*/
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.bottom_animate4 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 1.5s , opacity 0.5s;
    -moz-transition: transform 1.5s , opacity 0.5s;
    -ms-transition: transform 1.5s , opacity 0.5s;
    -o-transition: transform 1.5s , opacity 0.5s;
    transition: transform 1.5s , opacity 0.5s;
}
.img_weiyi{
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.img_weiyi2{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: transform 1.5s , opacity 1.5s;
    -moz-transition: transform 1.5s , opacity 1.5s;
    -ms-transition: transform 1.5s , opacity 1.5s;
    -o-transition: transform 1.5s , opacity 1.5s;
    transition: transform 1.5s , opacity 1.5s;
}
.bdtg_banner ,.jjtg_banner{
    position: relative;
}
.bdtg_banner .slick-slide,.jjtg_banner .slick-slide{
    position: relative;
}
.bdtg_banner .slick-slide .text_con,.jjtg_banner .slick-slide .text_con{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 17.05%;
    z-index: 2;
    width: 31%;
}
.bdtg_banner .slick-prev,.jjtg_banner .slick-prev{
    left: 60px;
    background: url(../images/index_prev2.png) no-repeat center center;
    border: none;
    width: 48px;
    height: 48px;
}
.bdtg_banner .slick-next ,.jjtg_banner .slick-next{
    right: 60px;
    background: url(../images/index_next2.png) no-repeat center center;
    border: none;
    width: 48px;
    height: 48px;
}
.bdtg_banner .slick-dot,.jjtg_banner .slick-dots{
    bottom: 115px;
}
.bdtg_banner .slick-dots li button,.jjtg_banner .slick-dots li button{
    width: 40px;
    height: 4px;
    background: #fff;
    opacity: 0.4;
}
.bdtg_banner .slick-dots li.slick-active button,.jjtg_banner .slick-dots li.slick-active button {
    opacity: 1;
}
.bdtg_banner .bannernav{
    margin: 0 auto;
    height: 101px;
    position: absolute;
    bottom: 1px;
    width: 100%;
    min-width: 1260px;
    background: url(../images/bjd.png) repeat;
    max-width: 100%;
    left: 0;
    right: 0;
}
.bdtg_banner .bannernav ul{
    display: flex;
}
.bdtg_banner .bannernav ul li{
    width: 25%;
    padding: 28px 20px;
    border-left: 1px solid #252628;
    display: flex;
}
.bdtg_banner .bannernav ul li:first-child{
    border-left: none;
}
.bdtg_banner .bannernav ul li .item_image{
    width: 40px;
    height: 40px;
}
.bdtg_banner .bannernav ul li .item_info{
    padding-left: 6px;
    flex: 1;
    font-size: 16px;
    color: #fff;
}
.bdtg_banner .bannernav ul li .item_info div{
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.bdtg_banner .bannernav ul li .item_info div span{
    color: rgb(229, 51, 51);
}
.bdtg_banner .bannernav ul li .item_info p{
    font-size: 12px;
    color: #c1c1c1;
}
.bdtg_navs{
    padding: 2% 0;
}
.bdtg_navs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.bdtg_navs ul li{
    width: 45%;
    max-width: 200px;
    border-radius: 25px;
    border: 1px solid #1a85c7;
    margin-top: 2%;
    text-align: center;
}
.bdtg_navs ul li a{
    padding: 5%;
    display: block;
    font-size: 16px;
}
.bdtg_navs ul li.active{
    background: #1a85c7;
}
.bdtg_navs ul li.active a{
    color: #fff;
}
.bgtg_con1{
    padding: 60px 0 70px;
}
.bgtg_con1 .bgtg_con1_title,.bgtg_con2 .bgtg_con2_title,.bgtg_con3 .bgtg_con3_title,.bgtg_con6 .bgtg_con6_title{
    text-align: center;
    
}
.bgtg_con1 .bgtg_con1_title h3,.bgtg_con2 .bgtg_con2_title h3,.bgtg_con3 .bgtg_con3_title h3,.bgtg_con6 .bgtg_con6_title h3{
    color: #232323;
    font-size: 30px;
}
.bgtg_con1 .bgtg_con1_title p,.bgtg_con2 .bgtg_con2_title p,.bgtg_con3 .bgtg_con3_title p,.bgtg_con6 .bgtg_con6_title p{
    color: #4d4d4d;
    font-size: 16px;
    margin-top: 10px;
}
.bgtg_con1 .bgtg_con1_top{
    display: flex;
    margin-top: 30px;
}
.bgtg_con1 .bgtg_con1_top li{
    width: 20%;
    text-align: center;
}
.bgtg_con1 .bgtg_con1_top li span{
    display: block;
    margin: 0 auto;
    width: 51px;
    height: 51px;
    background-position: -5px 0px;
    padding: 30px 0px;
    transition: all 0.4s;
    background-image: url("../images/tubiao (1).png");
}
.bgtg_con1 .bgtg_con1_top li p{
    color: #333;
    font-size: 16px;
}
.bgtg_con1 .bgtg_con1_top li:hover span{
    background-image: url("../images/tubiao2.png");
}
.bgtg_con1 .bgtg_con1_top li:nth-child(2) span{
    background-position: -56px 0px;
}
.bgtg_con1 .bgtg_con1_top li:nth-child(3) span{
    background-position: -107px 0px;
}
.bgtg_con1 .bgtg_con1_top li:nth-child(4) span{
    background-position: -158px 0px;
}
.bgtg_con1 .bgtg_con1_top li:nth-child(5) span{
    background-position: -209px 0px;
}
.bgtg_con1 .bgtg_con1_con{
    background: #f7f8fa;
    height: 316px;
    margin-top: 20px;
}
.bgtg_con1 .bgtg_con1_con>div{
    display: flex;
    justify-content: space-between;
}
.bgtg_con1 .bgtg_con1_con>div .left{
    width: 500px;
    padding: 40px;
    height: 316px;
    background: url(../images/t.jpg) right center no-repeat;
}
.bgtg_con1 .bgtg_con1_con>div .left h3{
    font-size: 18px;
    color: #313131;
    padding-top: 50px;
    font-weight: normal;
}
.bgtg_con1 .bgtg_con1_con>div .left h3 span{
    border: 1px solid #fa7400;
    color: #fa7400;
    font-size: 10px;
    padding: 2px;
    vertical-align: middle;
    display: inline-block;
}
.bgtg_con1 .bgtg_con1_con>div .left div{
    padding-top: 20px;
    font-size: 14px;
    color: #949597;
    line-height: 26px;
}
.bgtg_con1 .bgtg_con1_con>div .left p{
    font-size: 14px;
    color: #949597;
    line-height: 26px;
}
.bgtg_con1 .bgtg_con1_con>div .right{
    width: calc(100% - 500px);
    background: url(../images/b.jpg) no-repeat center center;
    height: 316px;
}
.bgtg_con1 .bgtg_con1_con>div .right>div{
    width: 750px;
    height: 316px;
    padding: 50px 0;
    background: url(../images/t.jpg) center center no-repeat;
    display: flex;
    flex-wrap: wrap;
}
.bgtg_con1 .bgtg_con1_con>div .right>div>div{
    width: 50%;
    padding: 0 50px 0;
    font-size: 14px;
    margin-bottom: 50px;
    color: #858688;
}
.bgtg_con1 .bgtg_con1_con>div .right>div>div h3{
    font-size: 16px;
    color: #000;
    padding-bottom: 15px;
}
.bgtg_con1 .bgtg_con1_con>div .right>div>div p{
    line-height: 23px;
}
.bgtg_con2{
    background: url(../images/home_bg05.jpg) no-repeat center top / cover;
    padding-top: 90px;
    min-height: 682px;
}
.bgtg_con2 .bgtg_con2_title h3,.bgtg_con2 .bgtg_con2_title p{
    color: #fff;
}
.bgtg_con2_con{
    margin-top: 40px;
}
.bgtg_con3{
    padding: 70px 0;
}
.bgtg_con3_con{
    margin-top: 50px;
}
.bgtg_con3_con ul{
    display: flex;
}
.bgtg_con3_con ul li{
    overflow: hidden;
    border: 1px solid #f9f9f9;
    background: #fbfbfb;
    width: 32%;
    margin-right: 2%;
}
.bgtg_con3_con ul li:last-child{
    margin-right: 0;
}
.bgtg_con3_con ul li .item_image img{
    width: 100%;
}
.bgtg_con3_con ul li .item_info{
    padding: 35px 26px;
}
.bgtg_con3_con ul li .item_info div{
    color: #363636;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}
.bgtg_con3_con ul li .item_info p{
    color: #858585;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
}
.bgtg_con4{
    text-align: center;
    background: #f5f6fa url(../images/home_bg06.jpg) no-repeat center bottom;
    padding-top: 80px;
}
.bgtg_con4 .bgtg_con4_title{
    text-align: center;
}
.bgtg_con4 .bgtg_con4_title h3{
    font-size: 30px;
    color: #333;
}
.bgtg_con4 .bgtg_con4_title p{
    margin-top: 5px;
    font-size: 30px;
    color: #1A58AB;
    font-weight: bold;
}
.bgtg_con4_con{
    position: relative;
    margin-top: 70px;
}
.bgtg_con4_con .img1{
    width: 100%;
}
.bgtg_con4_con .img2{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -648px;
    width: 1296px;
    height: 536px;
}
.bgtg_con5{
    position: relative;
    color: #fff;
    overflow: hidden;
    min-width: 1260px;
    height: 598px;
    background: #000 url(../images/home_img1.jpg) no-repeat center top;
}
.bgtg_con5 .bgtg_con5_slide{
    display: flex;
    justify-content: space-between;
}
.bgtg_con5 .bgtg_con5_slide .hd{
    position: relative;
    z-index: 2;
    font-size: 16px;
    padding: 29px 0;
    background: rgba(0, 0, 0, 0.7);
    width: 230px;
}
.bgtg_con5 .bgtg_con5_slide .hd li{
    width: 230px;
    height: 90px;
    padding-top: 20px;
    padding-left: 30px;
    cursor: pointer;
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: 1px solid #272727;
}
.bgtg_con5 .bgtg_con5_slide .hd li h3{
    color: #fff;
    font-size: 18px;
}
.bgtg_con5 .bgtg_con5_slide .hd li p{
    color: #8c8c8c;
    font-size: 14px;
    padding-top: 10px;
}
.bgtg_con5 .bgtg_con5_slide .hd li:hover,.bgtg_con5 .bgtg_con5_slide .hd li.on{
    background: linear-gradient(to right, #00a0fe 0%, #0a64ff 100%);
}
.bgtg_con5 .bgtg_con5_slide .hd li:hover p,.bgtg_con5 .bgtg_con5_slide .hd li.on p{
    color: #fff;
}
.bgtg_con5 .bgtg_con5_slide .bd{
    width: 750px;
}
.bgtg_con5 .bgtg_con5_slide .bd>div{
    padding-top: 90px;
}
.bgtg_con5 .bgtg_con5_slide .bd>div>h3{
    color: #fff;
    font-size: 23px;
}
.bgtg_con5 .bgtg_con5_slide .bd>div>p{
    color: #ececec;
    font-size: 14px;
    padding: 25px 0;
    line-height: 26px;
}
.bgtg_con5 .bgtg_con5_slide .bd>div>.more{
    display: inline-block;
    color: #fff;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    font-size: 16px;
    padding: 14px 68px 14px 14px;
    line-height: 1;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 50px;
    /* border-bottom: 1px dashed #c0c0c0; */
}
/* .bgtg_con5 .bgtg_con5_slide .bd>div>.more::after{
    width: 9px;
    height: 9px;
    content: "";
    position: absolute;
    top: -9px;
    right: -9px;
    background: rgba(255, 255, 255, 0.12);
} */
.bgtg_con5 .bgtg_con5_slide .bd>div>.case h3{
    color: #fff;
    font-size: 23px;
}
.bgtg_con5 .bgtg_con5_slide .bd>div>.case div{
    margin-top: 30px;
}
.bgtg_con5 .bgtg_con5_slide .bd>div>.case div a{
    float: left;
    width: 166px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
}
.bgtg_con6{
    padding: 70px 0 50px;
}
.bgtg_con6_con{
    margin-top: 50px;
}
.bgtg_con6_con ul{
    display: flex;
}
.bgtg_con6_con ul li{
    position: relative;
    width: 32%;
    margin-right: 2%;
}
.bgtg_con6_con ul li:last-child{
    margin-right: 0;
}
.bgtg_con6_con ul li .item_image a{
    position: relative;
    display: block;
}
.bgtg_con6_con ul li .item_image img{
    width: 100%;
}
.bgtg_con6_con ul li .item_image p{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: url(../images/bjd.png) repeat;
    color: #fff;
}
.bgtg_con6_con ul li .item_info{
    padding: 10px 0;
}
.bgtg_con6_con ul li .item_info a{
    display: block;
    font-size: 14px;
    color: #313131;
    padding: 2px 10px 2px 0;
}
/* 爱采购 */
.acg_banner img{
    width: 100%;
}
.acg_navs{
    background: #f6f6f6;
    
}
.acg_navs>div{
    margin: 0 10%;
    padding: 10px 10px 10px 0px;
    display: flex;
    align-items: center;
}
.acg_navs i{
    margin-right: 5px;
    line-height: 16px;
}
.acg_navs a{
    font-size: 15px;
    color: #666;
}
.acg_con1,.acg_con2{
    margin: 3% 0% 1% 0%;
}
.acg_con1 .acg_con1_title,.acg_con2 .acg_con2_title{
    margin: 0 10% 2% 10%;
}
.acg_con1 .acg_con1_title h3,.acg_con2 .acg_con2_title h3{
    font-size: 36px;
    text-align: center;
}
.acg_con1 .acg_con1_title h3 span,.acg_con2 .acg_con2_title span,.acg_con3>.right>.title span,.acg_con4>.left .title h3 span,.acg_con5 .right .title h3 span{
    color: #be3636;
}
.acg_con1 .acg_con1_con{
    margin: 1.17% 0% 2% 0%;
    padding-right: 10%;
    padding-left: 10%;
}
.acg_con1 .acg_con1_con ul{
    display: flex;
}
.acg_con1 .acg_con1_con ul li{
    width: 25%;
    padding: 0 1%;
}
.acg_con1 .acg_con1_con ul li>div{
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(67, 150, 168);
}
.acg_con1 .acg_con1_con ul li>div .item_image{
    margin: 7% 37% 0 37%;
    overflow: hidden;
}
.acg_con1 .acg_con1_con ul li>div .item_image img{
    transition: all 0.4s;
}
.acg_con1 .acg_con1_con ul li>div .item_image:hover img{
    transform: scale(1.2);
}
.acg_con1 .acg_con1_con ul li>div .item_info{
    margin: 6% 4% 11% 4%;
    text-align: center;
    color: rgb(0, 0, 0);
}
.acg_con1 .acg_con1_con ul li>div .item_info h3{
    font-size: 30px;
    line-height: 42px;
}
.acg_con1 .acg_con1_con ul li>div .item_info p{
    margin-top: 3%;
    font-size: 16px;
    line-height: 22px;
}
.acg_con2 .acg_con2_title p{
    font-size: 16px;
    line-height: 27px;
    margin-top: 1%;
    color: rgb(67, 67, 67);
    text-align: center;
}
.acg_con2 .acg_con2_con{
    margin: 0 18.5%;
}
.acg_con3{
    display: flex;
}
.acg_con3>div{
    width: 50%;
    position: relative;
}
.acg_con3>.left>.img1{
    margin: 1.5% 25.6% 0rem 28.17%;
}
.acg_con3>.left>.img2{
    margin: -15% 8.09% 2% 45.48%;
}
.acg_con3>.right{
    padding: 5.1% 21.45% 0% 3.93%;
}
.acg_con3>.right>.title{
    margin-bottom: 3%;
}
.acg_con3>.right>.title h3{
    text-align: left!important;
    font-size: 32px;
}
.acg_con3>.right ul li,.acg_con4>.left ul li,.acg_con5 .right ul li{
    line-height: 2;
    font-size: 18px;
    color: #434343;
    position: relative;
    display: flex;
    align-items: center;
}
.acg_con3>.right ul li img,.acg_con4>.left ul li img,.acg_con5 .right ul li img{
    margin-right: 10px;
    width: 7px;
}
.acg_con4{
    margin-top: 1.84%;
    display: flex;
}
.acg_con4>div{
    width: 50%;
    position: relative;
}
.acg_con4>.left{
    padding: 7.5% 0 0 20%;
    background-color: rgba(245, 245, 245, 0.47);
}
.acg_con4>.left .title{
    margin-bottom: 3%;
}
.acg_con4>.left .title h3{
    font-size: 32px;
}
.acg_con4>.right img{
    padding: 0 42.3% 0 9.71%;
}
.acg_con5{
    margin-top: 2%;
    display: flex;
}
.acg_con5 .left{
    width: 56%;
}
.acg_con5 .left img{
    padding-left: 16%;
}
.acg_con5 .right{
    width: 44%;
    background-color: rgba(245, 245, 245, 0.47);
    padding: 3.3% 0 0 4.86%;
}
.acg_con5 .right .title{
    margin-bottom: 3%;
}
.acg_con5 .right .title h3{
    font-size: 32px;
    line-height: 54px;
}
.acg_con6{
    margin:2.57% 10% 0 10%;
}
.acg_con6 .title{
    text-align: center;
}
.acg_con6 .title h3{
    font-size: 30px;
}
.acg_con6 .title h3 span{
    color: #c0392b;
}
.acg_con6 .title p{
    margin-top: 1%;
    color: #666;
    font-size: 16px;
}
.acg_con6 .acg_con6_con{
    margin: 1.6% 0 2% 0;
}
.acg_con6 .acg_con6_con ul{
    display: flex;
}
.acg_con6 .acg_con6_con ul li{
    padding: 0 1%;
    width: 20%;
}
.acg_con6 .acg_con6_con ul li>div{
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(67, 150, 168);
}
.acg_con6 .acg_con6_con ul li>div .item_image{
    margin: 4.5% 37% 0rem 37%;
    overflow: hidden;
}
.acg_con6 .acg_con6_con ul li>div .item_image img{
    transition: all 0.4s;
}
.acg_con6 .acg_con6_con ul li>div .item_image:hover img{
    transform: scale(1.1);
}
.acg_con6 .acg_con6_con ul li>div .item_info{
    margin: 3% 4% 3% 4%;
}
.acg_con6 .acg_con6_con ul li>div p{
    text-align: center;
    font-size: 16px;
    color: #000;
}
.seo_banner{
    position: relative;
}
.seo_banner .text{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -630px;
    width: 1260px;
    transform: translateY(-50%);
    text-align: left;
    padding-top: 0;
}
.seo_banner .text h3{
    font-size: 44px;
    color: #fff;
    font-weight: normal;
}
.seo_banner .text p{
    font-size: 15px;
    color: #d5d5d5;
    padding-bottom: 0px;
    padding-top: 10px;
}
.seo_con1{
    padding: 60px 0;
    background: #f6f9f9;
}
.seo_con1>div{
    display: flex;
    justify-content: space-between;
}
.seo_con1>div .left{
    width: 490px;
    height: 300px;
}
.seo_con1>div .right{
    width: 642px;
    padding-top: 30px;
}
.seo_con1>div .right h3{
    font-size: 18px;
    color: #000;
}
.seo_con1>div .right h3 span{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: 24px;
    background: url(../images/seo_icon1.png) no-repeat ;
}
.seo_con1>div .right>p{
    font-size: 14px;
    color: #646464;
    line-height: 25px;
    padding: 25px 0;
}
.seo_con1>div .right>div{
    line-height: 16px;
}
.seo_con1>div .right>div>p{
    font-size: 14px;
    color: #646464;
    padding: 4px 0;
    margin-bottom: 5px;
}
.seo_con1>div .right>div>p span{
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    background: url(../images/dui.png) no-repeat;
}
.seo_con1>div .right>div>p a{
    color: #1688f3;
}
.seo_con2,.seo_con3,.seo_con4,.seo_con5,.seo_con6,.seo_con7{
    padding: 60px 0;
}
.seo_con2 .seo_con2_title,.seo_con3 .seo_con3_title,.seo_con4_title,.seo_con5 .seo_con5_title,.seo_con6 .seo_con6_title,.seo_con7 .seo_con7_title{
    text-align: center;
}
.seo_con2 .seo_con2_title h3,.seo_con3 .seo_con3_title h3,.seo_con4 .seo_con4_title h3,.seo_con5 .seo_con5_title h3,.seo_con6 .seo_con6_title h3,.seo_con7 .seo_con7_title h3{
    font-size: 25px;
    font-weight: normal;
    color: #000;
}
.seo_con2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.seo_con2 ul li{
    display: flex;
    width: 49%;
    margin-right: 2%;
    border: 1px solid #e6e6e6;
    padding: 30px;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
}
.seo_con2 ul li:nth-child(2n){
    margin-right: 0;
}
.seo_con2 ul li .item_image{
    display: inline-block;
    width: 54px;
    height: 54px;
    background: url(../images/seo_icon.png) no-repeat 0px -11px;
}
.seo_con2 ul li:nth-child(2) .item_image{
    background-position: -59px -11px;
}
.seo_con2 ul li:nth-child(3) .item_image{
    background-position: -122px -11px;
}
.seo_con2 ul li:nth-child(4) .item_image{
    background-position: -189px -16px;
}
.seo_con2 ul li .item_info{
    width: 87%;
}
.seo_con2 ul li .item_info h3{
    font-size: 18px;
    color: #323232;
}
.seo_con2 ul li .item_info p{
    margin-top: 5px;
    line-height: 24px;
    color: #999;
}
.seo_con3{
    background-color: #f6f9f9;
}
.seo_con3 ul{
    display: flex;
    margin-top: 35px;
    background: #fff;
    padding: 30px;
}
.seo_con3 ul li{
    background: #fafafa;
    height: 420px;
    width: calc(20% - 24px);
}
.seo_con3 ul li.li2{
    background: #fff;
    width: 30px;
}
.seo_con3 ul li h3{
    background: #1c2e49;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 42px;
}
.seo_con3 ul li div{
    margin-top: 15px;
}
.seo_con3 ul li div a{
    padding: 2.5px 15px;
    display: block;
    color: #646464;
    font-size: 12px;
    line-height: 20px;
}
.seo_con3 ul li.li2>span{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 170px;
    margin-bottom: 160px;
    background: url(../images/icon_left.png) no-repeat ;
    background-position: center;
}
.seo_con4 ul{
    display: flex;
    margin-top: 35px;
}
.seo_con4 ul li{
    width: 30%;
    margin-right: 5%;
}
.seo_con4 ul li:last-child{
    margin-right: 0;
}
.seo_con4 ul li .item_image{
    text-align: center;
}
.seo_con4 ul li .item_info h3{
    font-weight: normal;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    color: #222;
}
.seo_con4 ul li .item_info p{
    line-height: 24px;
    font-size: 14px;
    color: #616161;
}
.seo_con5{
    background-color: #f6f9f9;
}
.seo_con5>div>p{
    margin-top: 35px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #222;
}
.seo_con5 table{
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}
.seo_con5 table tr{
    color: #fff;
}
.seo_con5 table tr:nth-child(2n-1){
    background: #f2f2f2;
}
.seo_con5 table tr th{
    background: #f2f2f2 !important;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    padding: 5px 0;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.seo_con5 table tr td{
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 12px 0;
    color: #999;
}
.seo_con5 table tr td:nth-child(2){
    color: #ff7900;
}
.seo_con6 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-left: -15px;
}
.seo_con6 ul li{
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    transition: all .2s;
    width: calc(33.333% - 10px);
    margin: 0 15px 0 0;
}
.seo_con6 ul li:nth-child(3n){
    margin-right: 0;
}
.seo_con6 ul li:nth-child(n+4){
    margin-top: 15px;
}
.seo_con6 ul li .item_image{
    overflow: hidden;
    width: 410px;
    height: 332px;
}
.seo_con6 ul li .item_image img{
    transition: all 0.4s;
}
.seo_con6 ul li .item_image:hover img{
    transform: scale(1.1);
}
.seo_con6 ul li .item_info{
    padding: 15px;
}
.seo_con6 ul li .item_info>div{
    display: flex;
    justify-content: space-between;
}
.seo_con6 ul li .item_info>div h3{
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}
.seo_con6 ul li .item_info>div p{
    color: #333333;
    font-size: 16px;
}
.seo_con6 ul li .item_info>p{
    margin: 10px 0;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.seo_con6 ul li .item_info>p>span{
    color: #e33932;
}
.seo_con6 .more{
    text-align: center;
    margin-top: 35px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    padding: 14px 68px 14px 14px;
    line-height: 1;
    position: relative;
}
.seo_con6 .more a{
    border: 1px solid #666;
    display: inline-block;
    color: #333;
    line-height: 48px;
    font-size: 16px;
    padding: 0 100px;
}
.seo_con7 ul{
    margin-top: 40px;
    display: flex;
}
.seo_con7 ul li{
    background: #fff;
    -moz-box-shadow: 0px 5px 5px #ededee;
    -webkit-box-shadow: 0px 5px 5px #ededee;
    box-shadow: 0px 5px 5px #ededee;
    width: 32%;
    font-size: 12px;
    color: #878787;
    height: 240px;
    margin-right: 2%;
}
.seo_con7 ul li:last-child{
    margin-right: 0;
}
.seo_con7 ul li h3{
    font-size: 16px;
    color: #fff;
    background: #1c2e49;
    line-height: 60px;
    text-align: center;
}
.seo_con7 ul li p{
    padding: 0 30px;
    line-height: 26px;
    padding-top: 25px;
    font-size: 14px;
    color: #656565;
}
.jjtg_banner .text_con{
    opacity: 0;
}
.jjtg_banner .text_con>div{
    font-size: 2.4vw;
    color: #fff;
}
.jjtg_banner .text_con>p{
    font-size: 2vw;
    color: #4dc4ff;
}
.jjtg_banner .text_con>p span{
    font-size: 2.4vw;
    font-weight: bold;
}
.jjtg_con1{
    padding: 40px 0;
    background: #f9f9fa;
}
.jjtg_con1>div{
    display: flex;
}
.jjtg_con1>div>div{
    width: 33.3%;
    text-align: center;
    padding-right: 20px;
    position: relative;
}
.jjtg_con1>div>div::after{
    content: '';
    width: 1px;
    height: 45px;
    background: #dedede;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.jjtg_con1>div>div:last-child::after{
    width: 0;
}
.jjtg_con1>div>div>div{
    display: flex;
    justify-content: center;
}
.jjtg_con1>div>div>div .item_image{
    padding-top: 5px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
}
.jjtg_con1>div>div>div .item_info{
    padding-left: 10px;
}
.jjtg_con1>div>div>div .item_info h3{
    color: #232323;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.jjtg_con1>div>div>div .item_info h3 span{
    color: #1a58ab;
}
.jjtg_con1>div>div>div .item_info p{
    color: #666666;
    font-size: 16px;
    margin-top: 0px;
    line-height: 1.6;
}
.jjtg_con2,.jjtg_con3,.jjtg_con4,.jjtg_con5,.jjtg_con6{
    padding: 80px 0 90px;
}
.jjtg_con2 .jjtg_con2_title,.jjtg_con3 .jjtg_con3_title,.jjtg_con4 .jjtg_con4_title,.jjtg_con5 .jjtg_con5_title,.jjtg_con6 .jjtg_con6_title{
    text-align: center;
    margin-bottom: 40px;
}
.jjtg_con2 .jjtg_con2_title h3,.jjtg_con3 .jjtg_con3_title h3,.jjtg_con4 .jjtg_con4_title h3,.jjtg_con5 .jjtg_con5_title h3,.jjtg_con6 .jjtg_con6_title h3{
    color: #000000;
    line-height: 1.4;
    padding-left: 0px;
    position: relative;
    font-weight: bold;
    font-size: 30px;
}
.jjtg_con2 .jjtg_con2_title p,.jjtg_con3 .jjtg_con3_title p,.jjtg_con4 .jjtg_con4_title p,.jjtg_con5 .jjtg_con5_title p,.jjtg_con6 .jjtg_con6_title p{
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-top: 0px;
}
.jjtg_con2>div>ul{
    display: flex;
}
.jjtg_con2>div>ul>li{
    width: 32.1%;
    margin-right: 1.85%;
    float: left;
    background: #f6f7fb;
    overflow: hidden;
}
.jjtg_con2>div>ul>li:last-child{
    margin-right: 0;
}
.jjtg_con2>div>ul>li .item_image{
    overflow: hidden;
}
.jjtg_con2>div>ul>li .item_image img{
    transition: all 0.4s;
}
.jjtg_con2>div>ul>li .item_image:hover img{
    transform: scale(1.1);
}
.jjtg_con2>div>ul>li .item_info{
    padding: 40px 40px;
    font-size: 16px;
}
.jjtg_con2>div>ul>li .item_info h3{
    color: #333333;
    font-weight: bold;
}
.jjtg_con2>div>ul>li .item_info ul{
    display: flex;
    flex-wrap: wrap;
}
.jjtg_con2>div>ul>li .item_info ul li{
    margin-bottom: 0px;
    padding-left: 16px;
    position: relative;
    float: left;
    width: 100%;
    padding-right: 0px;
    color: #666;
}
.jjtg_con2>div>ul>li .item_info ul li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    border-radius: 2px;
    width: 5px;
    height: 5px;
    background: #cccccc;
}
.jjtg_con3{
    padding: 80px 0 0;
    background: url(../images/homeg.jpg) no-repeat center / cover;
}
.jjtg_con3 .jjtg_con3_title h3,.jjtg_con3 .jjtg_con3_title p{
    color: #fff;
}
.jjtg_con3_con{
    margin-top: 6vw;
    position: relative;
    width: 100%;
    height: 36.125vw;
    overflow: hidden;
}
.jjtg_con3_con .item{
    position: absolute;
    width: 56%;
    bottom: 3vw;
    
}
.jjtg_con3_con .item>div{
    padding-top: 3vw;
}
.jjtg_con3_con .item>div img{
    transition: all 0.4s;
}
.jjtg_con3_con .item>div:hover img{
    transform: scale(1.1);
}
.jjtg_con3_con .item>div>.wenzi{
    position: absolute;
    top: 0;
}
.jjtg_con3_con .item:nth-child(1)>div>.wenzi{
    left: 15.5vw;
}
.jjtg_con3_con .item>div>.wenzi>p{
    font-size: 18px;
    color: #02c8ff;
    text-align: center;
}
.jjtg_con3_con .item>div>.wenzi .xian{
    position: absolute;
    left: 50%;
    height: 6vw;
    background: #02c8ff;
    top: 30px;
    width: 1px;
}
.jjtg_con3_con .item>div>.wenzi .xian .anniu{
    transform: rotateX(60deg);
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -13px;
    background: #02c8ff;
    border-radius: 50%;
    border: 7px solid #5b87bd;
}
.jjtg_con3_con .item:nth-child(2){
    left: 17.2vw;
    z-index: 2;
}
.jjtg_con3_con .item:nth-child(2)>div>.wenzi{
    left:11vw;
}
.jjtg_con3_con .item:nth-child(2)>div>.wenzi .xian{
    height: 18vw;
}
.jjtg_con3_con .item:nth-child(3){
    left: 34.4vw;
    z-index: 3;
}
.jjtg_con3_con .item:nth-child(3)>div>.wenzi{
    left:16vw;
}
.jjtg_con3_con .item:nth-child(3)>div>.wenzi .xian{
    height: 16vw;
}
.jjtg_con3_con .item:nth-child(4){
    left: 55.12vw;
    z-index: 4;
}
.jjtg_con3_con .item:nth-child(4)>div>.wenzi{
    left: 29vw;
}
.jjtg_con3_con .item:nth-child(4)>div>.wenzi .xian{
    height: 8vw;
}
.jjtg_con4 .jjtg_con4_con{  
    display: flex;
    justify-content: space-between;
}
.jjtg_con4 .jjtg_con4_con>li{
    background: #f6f7fb;
    width: calc(50% - 10px);
    margin-right: 20px;
}
.jjtg_con4 .jjtg_con4_con>li .item_image{
    overflow: hidden;
}
.jjtg_con4 .jjtg_con4_con>li .item_image img{
    transition: all 0.4s;
}
.jjtg_con4 .jjtg_con4_con>li .item_image:hover img{
    transform: scale(1.1);
}
.jjtg_con4 .jjtg_con4_con>li .item_info{
    padding: 1.5vw 2vw 2.2vw;
}
.jjtg_con4 .jjtg_con4_con>li .item_info h3{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}
.jjtg_con4 .jjtg_con4_con>li .item_info p{
    font-size: 18px;
    color: #1a58ab;
    margin: 6px 0 12px;
}
.jjtg_con4 .jjtg_con4_con>li .item_info ul{
    display: flex;
    flex-wrap: wrap;
}
.jjtg_con4 .jjtg_con4_con>li .item_info ul li{
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
    position: relative;
    padding-left: 12px;
    margin-right: 20px;
}
.jjtg_con4 .jjtg_con4_con>li .item_info ul li:nth-child(2n){
    margin-right: 0;
}
.jjtg_con4 .jjtg_con4_con>li .item_info ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    background: #bbb;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.jjtg_con5 ul{
    display: flex;
    flex-wrap: wrap;
}
.jjtg_con5 ul li{
    width: calc(33.333% - 14px);
    margin-right: 20px;
}
.jjtg_con5 ul li:nth-child(3n){
    margin: 0;
}
.jjtg_con5 ul li:nth-child(n+4){
    margin-top: 30px;
}
.jjtg_con5 ul li a{
    display: block;
}
.jjtg_con5 ul li .item_image{
    overflow: hidden;
}
.jjtg_con5 ul li .item_image img{
    transition: all 0.4s;
}
.jjtg_con5 ul li .item_image:hover img{
    transform: scale(1.1);
}
.jjtg_con5 ul li .item_info h3{
    font-size: 16px;
    color: #232323;
    margin: 12px 0 5px;
}
.jjtg_con5 ul li .item_info p{
    font-size: 14px;
    color: #666666;
}
.jjtg_con6 .jjtg_con6_con{
    display: flex;
    justify-content: space-between;
} 
.jjtg_con6 .jjtg_con6_con .left{
    width: calc(50% - 10px);
    height: 408px;
    overflow: hidden;
}
.jjtg_con6 .jjtg_con6_con .left a{
    display: block;
    overflow: hidden;
    position: relative;
}
.jjtg_con6 .jjtg_con6_con .left a img{
    transition: all 0.4s;
    width: 100%;
}
.jjtg_con6 .jjtg_con6_con .left a:hover img{
    transform: scale(1.1);
}
.jjtg_con6 .jjtg_con6_con .left a div{
    position: absolute;
    left: 0;
    bottom: 30px;
}
.jjtg_con6 .jjtg_con6_con .left a div div{
    font-size: 15px;
    color: #fff;
}
.jjtg_con6 .jjtg_con6_con .left a div p{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.jjtg_con6 .jjtg_con6_con .right{
    height: 408px;
    background: #f6f7fb;
    width: calc(50% - 10px);
}
.jjtg_con6 .jjtg_con6_con .right ul {
    padding: 1vw 1.6vw;
    height: 100%;
    position: relative;
}
.jjtg_con6 .jjtg_con6_con .right ul li{
    height: 33.3333%;
    position: relative;
}
.jjtg_con6 .jjtg_con6_con .right ul li a{
    display: block;
}
.jjtg_con6 .jjtg_con6_con .right ul li a .time{
    font-size: 15px;
    color: #1a58ab;
}
.jjtg_con6 .jjtg_con6_con .right ul li a .title{
    font-weight: bold;
    margin: 5px 0 12px;
    font-size: 20px;
    color: #333333;
}
.jjtg_con6 .jjtg_con6_con .right ul li a .desc{
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* 天猫运营  电商运营 阿里巴巴 */
.tmyy_banner{
    width: 100%;
}
.tmyy_con1>div,.tmyy_con2>div,.tmyy_con3>div,.tmyy_con5>div,.tmyy_con5>div,.tmyy_con6>div{
    padding: 0 12.4%;
}
.tmyy_con1 .tmyy_con1_title,.tmyy_con2 .tmyy_con2_title,.tmyy_con3 .tmyy_con3_title,.tmyy_con5 .tmyy_con5_title,.tmyy_con5 .tmyy_con5_title,.tmyy_con6 .tmyy_con6_title{
    text-align: center;
    margin-top: 1.8808777429467085vw;
}
.tmyy_con1 .tmyy_con1_title h3,.tmyy_con2 .tmyy_con2_title h3,.tmyy_con3 .tmyy_con3_title h3,.tmyy_con5 .tmyy_con5_title h3,.tmyy_con5 .tmyy_con5_title h3,.tmyy_con6 .tmyy_con6_title h3{
    font-size: 38px;
    color: rgb(50, 50, 51);
    font-weight: normal;
}
.tmyy_con1 .tmyy_con1_title span,.tmyy_con2 .tmyy_con2_title span,.tmyy_con3 .tmyy_con3_title span ,.tmyy_con5 .tmyy_con5_title span,.tmyy_con5 .tmyy_con5_title span,.tmyy_con6 .tmyy_con6_title span{
    min-height: 30px;
    display: block;
    margin: 0 30.0%;
}
.tmyy_con1 .tmyy_con1_title p,.tmyy_con2 .tmyy_con2_title p,.tmyy_con3 .tmyy_con3_title p,.tmyy_con5 .tmyy_con5_title p,.tmyy_con5 .tmyy_con5_title p,.tmyy_con6 .tmyy_con6_title p{
    font-size: 20px;
    color: #333;
}
.tmyy_con1_con{
    padding-bottom: 3.1216361679224973vw;
    padding-top: 2.099031216361679vw;
}
.tmyy_con1_con .item{
    display: flex;
    padding-bottom: 2.3681377825618943vw;
}
.tmyy_con1_con .item .item1,.tmyy_con1_con .item .item4{
    width: 33.33%;
}
.tmyy_con1_con .item .item1 div{
    padding-top: 2.1528525296017222vw;
    padding-left: 38.56382978723404%;
}
.tmyy_con1_con .item .item1>div>i,.tmyy_con1_con .item .item4>div>i{
    font-size: 40px;
}
.tmyy_con1_con .item .item1>div b{
    color: rgb(254, 191, 44);
}
.tmyy_con1_con .item .item1>div>b,.tmyy_con1_con .item .item4>div>b{
    font-size: 20px;
}
.tmyy_con1_con .item .item1>div>p,.tmyy_con1_con .item .item4>div>p{
    font-size: 14px;
    color: #666;
    line-height: 2;
}
.tmyy_con1_con .item .item2,.tmyy_con1_con .item .item3{
    padding-top: 1.022604951560818vw;
    width: 16.66%;
    padding-right: 1.3289036544850499%;
}
.tmyy_con1_con .item .item2>div{
    /*margin-left: 21.115537848605577%;*/
    text-align: right;
}
.tmyy_con1_con .item .item4>div{
    padding-top: 2.099031216361679vw;
}
.tmyy_con1_con .item .item4>div b{
    color: rgb(252, 102, 35);
}
.tmyy_con1_con .item:last-child .item1>div b{
    color: rgb(30, 185, 206);
}
.tmyy_con1_con .item:last-child .item4>div b{
    color: rgb(40, 188, 150);
}
.tmyy_con2 ul{
    display: flex;
    padding: 1%;
}
.tmyy_con2 ul li{
    width: 23.5%;
    margin-left: 2%;
    text-align: center;
}
.tmyy_con2 ul li:first-child{
    margin-left: 0;
}
.tmyy_con2 ul li>div{
    padding: 20%;
    background-color: #f5f5f5;
    padding-bottom: 23%;
}
.tmyy_con2 ul li>div .item_image{
    width: 53%;
    margin: 0 auto;
}
.tmyy_con2 ul li>div .item_info{
    margin-top: 30px;
}
.tmyy_con2 ul li>div .item_info h3{
    line-height: 1.5;
    color: #212121;
    font-size: 20px;
}
.tmyy_con2 ul li>div .item_info p{
    line-height: 1.5;
    color: #999;
    font-size: 14px;
}
.tmyy_con2 ul li>div .item_info p:nth-child(2){
    margin-top: 12px;
}

.tmyy_con3 ul{
    display: flex;
    padding: 1%;
    flex-wrap: wrap;
}
.tmyy_con3 ul li{
    width: 14.416%;
    margin-left: 2%;
    text-align: center;
    box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
    margin-top: 2%;
}
.tmyy_con3 ul li:nth-child(-n+6){
    margin-top: 0;
}
.tmyy_con3 ul li:nth-child(6n+1){
    margin-left: 0;
}
.tmyy_con3 ul li>div{
    padding: 20%;
    background-color: #fff;
    border-radius: 2px;
}
.tmyy_con3 ul li>div .item_image{
    width: 53%;
    margin: 0 auto;
}
.tmyy_con3 ul li>div .item_info{
    margin-top: 24px;
}
.tmyy_con3 ul li>div .item_info h3{
    line-height: 1.5;
    color: #212121;
    font-size: 20px;
    font-weight: normal;
}


.tmyy_con5 .ul2 li{
    width: 50%;
}
.tmyy_con5 ul li>div .item_image{
    width: 60%;
    margin: 0 auto;
}
.tmyy_con5 .ul2 li>div .item_image{
    width: 32%;
}
.tmyy_con6 ul{
    display: flex;
    flex-wrap: wrap;
    padding: 2.63724434876211vw 0;
    margin-top: 2.3681377825618943vw;
}
.tmyy_con6 li{
    width: 25%;
    padding: 10px 20px;
}
.tmyy_con6 li a{
    overflow: hidden;
    display: block;
}
.tmyy_con6 li a img{
    transition: all 0.4s;
}
.tmyy_con6 li a:hover img{
    transform: scale(1.1);
}
/* 拼多多 */
.pdd_banner{
    width: 100%;
}
.pdd_con1{
    padding: 1.3541666666666667vw 12.800417972831765% 5.220667384284177vw 12.800417972831765%;
}
.pdd_con1 .pdd_con1_title,.pdd_con3 .pdd_con3_title,.pdd_con4 .pdd_con4_title,.pdd_con5 .pdd_con5_title{
    text-align: center;
}
.pdd_con1 .pdd_con1_title h3,.pdd_con3 .pdd_con3_title h3,.pdd_con4 .pdd_con4_title h3,.pdd_con5 .pdd_con5_title h3{
    font-size: 26px;
    color: #444;
    min-height: 30px;
}
.pdd_con1 .pdd_con1_title p,.pdd_con3 .pdd_con3_title p,.pdd_con4 .pdd_con4_title p,.pdd_con5 .pdd_con5_title p{
    font-size: 16px;
    color: #777;
    margin-top: 0.3767491926803014vw;
    min-height: 30px;
}
.pdd_con1 ul{
    display: flex;
}
.pdd_con1 ul li{
    width: 25%;
}
.pdd_con1 ul li>div{
    padding: 20%;
}
.pdd_con1 ul li>div .item_image{
    text-align: center;
}
.pdd_con1 ul li>div .item_info h3{
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    color: #212121;
    line-height: 1.5;
    text-align: center;
}
.pdd_con1 ul li>div .item_info p{
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}
.pdd_con1 ul li>div .item_info p:nth-child(2){
    margin-top: 12px;
}
.pdd_con2>div{
    background-image: url(../images/AD0I2riXDRACGAAg5-_jiAYootia6AcwgA84vgY.jpg);    
    padding: 4vw 12.4% 4.947916666666666vw;
}
.pdd_con2>div .top{
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.pdd_con2>div .top>div{
    width: 33.3%;
}
.pdd_con2>div .item{
    padding: 1%;
}
.pdd_con2>div .item .item_image{
    text-align: center;
}
.pdd_con2>div .item .item_info h3{
    font-size: 22px;
    font-weight: bold;
    color: rgba(65, 67, 77, 1);
    line-height: 1.5;
    margin-top: 30px;
    text-align: center;
}
.pdd_con2>div .item .item_info p{
    margin-top: 12px;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
}
.pdd_con2>div .top>.left .item1{
    margin-left: 43.75%;
    margin-right: 11.0%;
}
.pdd_con2>div .top>.left .item2{
    margin-left: 52.916666666666664%;
    margin-right: 5.625%;
    margin-top: 3.125vw;
}
.pdd_con2>div .top>.center{
    background-image: url(../images/AD0I2riXDRAEGAAg0oCkiAYokbDL2wIw0QI40QI.png);
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: top center;
}
.pdd_con2>div .top>.center .item3 h3{
    margin-top: 6.927083333333334vw;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.pdd_con2>div .top>.center .item3 p{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}
.pdd_con2>div .top>.right .item4{
    margin-left: 11.625%;
    margin-right: 43.125%;
}
.pdd_con2>div .top>.right .item5{
    margin-right: 52.083333333333336%;
    margin-top: 3.125vw;
    margin-left: 6.458333333333334%;
}
.pdd_con2>div .bottom{
    display: flex;
}
.pdd_con2>div .bottom>div{
    width: 50%;
}
.pdd_con2>div .bottom .item6{
    margin-left: 58.611111111111114%;
    margin-top: 1.8229166666666667vw;
}
.pdd_con2>div .bottom .item7{
    margin-right: 58.611111111111114%;
    margin-top: 1.8229166666666667vw;
}
.pdd_con3{
    padding: 2.099031216361679vw 12.4% 2.583423035522067vw;
    background-color: rgba(248, 248, 248, 1);
}
.pdd_con3 .pdd_con3_title{
    margin-bottom: 3.1216361679224973vw;
}
.pdd_con3 ul{
    display: flex;
    flex-wrap: wrap;
}
.pdd_con3 ul li{
    width: 33.3%;
}
.pdd_con3 ul li:nth-child(n+4){
    margin-top:27px
}
.pdd_con3 ul li>div{
    margin:0 15.83011583011583%;
}
.pdd_con3 ul li>div .item_info h3{
    margin-top: 0.6458557588805167vw;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.pdd_con3 ul li>div .item_info p{
    font-size: 12px;
    color: #6c6c6c;
    line-height: 2;
    text-align: center;
}
.pdd_con4 {
    padding: 1.3541666666666667vw 10.44932079414838% 3vw;
    background-color: rgba(249,249,249);
}
.pdd_con4 ul{
    display: flex;
    margin-top: 3vw;
}
.pdd_con4 ul li{
    width: 25%;
}
.pdd_con4 ul li>div{
    margin: 0 10%;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 7px 13px 0px rgb(36 37 41 / 5%);
    box-shadow: 0px 7px 13px 0px rgb(36 37 41 / 5%);
}
.pdd_con4 ul li>div .item_image{
    padding-top: 3vw;
}
.pdd_con4 ul li>div .item_info{
    margin: 0 auto;
    width: 80%;
    margin-top: 0.78125vw;
}
.pdd_con4 ul li>div .item_info h3{
    line-height: 30px;
    color: #444;
    font-size: 16px;
    font-weight: normal;
}
.pdd_con4 ul li>div .item_info p{
    line-height: 30px;
    font-size: 14px;
    color: #777;
    padding-bottom: 3.5vw;
}
.pdd_con5{
    padding: 1.3541666666666667vw 11.494252873563218% ;
}
.pdd_con5 ul{
    margin-top: 3vw;
}
.pdd_con5 ul li{
    padding: 30px;
    border-bottom: 1px solid #ececec;
}
.pdd_con5 ul li:last-child{
    border: none;
}
.pdd_con5 ul li>a{
    display: flex;
}
.pdd_con5 ul li>a .item_image{
    width: 26.7585%;
    margin-right: 30px;
    overflow: hidden;
}
.pdd_con5 ul li>a .item_image img{
    transition: all 0.4s;
}
.pdd_con5 ul li>a:hover .item_image img{
    transform: scale(1.1);
}
.pdd_con5 ul li>a .item_info .title{
    display: flex;
    justify-content: space-between;
}
.pdd_con5 ul li>a .item_info .title h3{
    font-size: 16px;
    color: #000;
}
.pdd_con5 ul li>a .item_info .title .time{
    font-size: 14px;
    color: #999;
}
.pdd_con5 ul li>a .item_info .desc{
    font-size: 14px;
    color: #666;
    margin-top: 18px;
}
.pdd_con5 ul li>a .item_info p{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #999;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-right: 15px;
    margin-top: 30px;
    max-width: 100%;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    word-break: keep-all;
    z-index: 2;
}
.pdd_con5 ul li:hover{
    -webkit-box-shadow: 0px 3px 10px #ccc;
    box-shadow: 0px 3px 10px #ccc;
}
.pdd_con5 ul li:hover .title h3{
    color: #fc6832!important;
}
.news_banner{
    width: 100%;
    position: relative;
}
.news_banner>div{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
}
.news_banner>div h3{
    line-height: 1.4;
    font-size: 50px;
}
.news_banner>div p{
    font-size: 26px;
    line-height: 1.6;
    margin-top: 6px;
}
.news_content{
    padding: 90px 0 110px;
    background-color: #fafafa;
    display: flex;
}
.news_content .news_title{
    margin-bottom: 40px;
    color: #000000;
    line-height: 1.4;
    padding-left: 20px;
    position: relative;
    font-size: 30px;
}
.news_content .news_title i{
    height: 30px;
    width: 8px;
    background: #0863c4;
    position: absolute;
    left: 0;
    top: 6px;
}
.news_content .news_title i::after{
    content: "";
    height: 26%;
    width: 100%;
    background: #01c8ff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
}
.news_content .news_title{
    display: flex;
    justify-content: space-between;
}
.news_content .news_title .con{
    display: flex;
}
.news_content .news_title p{
    color: #666666;
    line-height: 1.6;
    float: left;
    padding-left: 12px;
    margin-top: 18px;
    font-size: 14px;
    display: inline-block;
}
.news_content .news_con{
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.news_content .news_con .left{
    width: 75.6%;
}
.news_content .news_con .left ul li{
    margin-bottom: 16px;
    background: #fff;
    padding: 26px 26px 32px;
}
.news_content .news_con .left ul li a{
    display: flex;
}
.news_content .news_con .left ul li a .item_image{
    width: 28.4%;
    overflow: hidden;
}
.news_content .news_con .left ul li a .item_image img{
    transition: all 0.4s;
    height: 100%;
    width: 100%;
}
.news_content .news_con .left ul li a:hover .item_image img{
    transform: scale(1.1);
}
.news_content .news_con .left ul li a .item_info{
    width: 71.6%;
    padding: 20px 50px;
}
.news_content .news_con .left ul li a .item_info .title{
    color: #000000;
    margin-bottom: 10px;
    transition: all 0.4s;
    font-size: 22px;
}
.news_content .news_con .left ul li a .item_info .time{
    color: #000000;
    margin-bottom: 6px;
    font-size: 16px;
}
.news_content .news_con .left ul li a .item_info .desc{
    line-height: 1.8;
    color: #666666;
    font-size: 14px;
}
.news_content .news_con .left ul li a .item_info .more{
    color: #000000;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-top: 30px;
}
.news_content .news_con .left ul li a .item_info .more::before{
    background: url(../images/gd_jt.png) center center / cover;
    width: 13px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.news_content .news_con .left ul li a:hover .title{
    color: #0964c4;
}
.news_content .news_con .right{
    width: 23.2%;
}
.news_content .news_con .right .top{
    background: #fff;
    margin-bottom: 16px;
    padding: 30px 24px 40px;
}
.news_content .news_con .right .title{
    font-size: 22px;
    position: relative;
    padding-left: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.news_content .news_con .right .title i{
    background: #0863c4;
    position: absolute;
    left: 0;
    top: 6px;
    height: 20px;
    width: 6px;
}
.news_content .news_con .right .title i::after{
    content: "";
    height: 6px;
    width: 6px;
    background: #01c8ff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
}
.news_content .news_con .right .top ul{
    display: flex;
    flex-wrap: wrap;
}
.news_content .news_con .right .top ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
}
.news_content .news_con .right .top ul li:nth-child(2n){
    margin-right: 0;
}
.news_content .news_con .right .top ul li a{
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 16px;
    color: #666666;
    font-size: 14px;
}
.news_content .news_con .right .top ul li a::before{
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #0964c4;
}
.news_content .news_con .right .bottom ul li a{
    display: flex;
    margin-bottom: 16px;
}
.news_content .news_con .right .bottom ul li .item_image{
    width: 39.6%;
    overflow: hidden;
}
.news_content .news_con .right .bottom ul li .item_image img{
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.news_content .news_con .right .bottom ul li:hover .item_image img{
    transform: scale(1.1);
}
.news_content .news_con .right .bottom ul li .item_info{
    width: 60.4%;
    padding-top: 6px;
    padding-left: 18px;    
}
.news_content .news_con .right .bottom ul li .item_info h3{
    color: #333333;
    height: 46px;
    overflow: hidden;
    transition: all 0.4s;
    font-size: 16px;
    font-weight: normal;
}
.news_content .news_con .right .bottom ul li .item_info p{
    color: #333333;
    margin-top: 14px;
    font-size: 14px;
}

.news_con .pages ul{
    display: flex;
    margin: 0!important;
    margin-top: 20px!important;
}
.news_con .pages ul li{
    padding: 0!important;
    border: none!important;
    background: #efefef!important;
    color: #888888;
}
.news_con .pages ul li a{
    width: 55px!important;
    height: 55px!important;
    padding: 0!important;
    margin-right: 6px!important;
    align-items: center;
    justify-content: center;
}
.news_con .pages ul li.active a,.news_con .pages ul li:hover a{
    background: #1C6AC3!important;
    color: #fff!important;
}
.news_content .news_con .left .left_con{
    background: #fff;
    padding: 60px 50px;
}
.news_content .news_con .left .left_con .title{
    font-size: 32px;
    color: #000;
    font-weight: normal;
}
.news_content .news_con .left .left_con .desc{
    margin-top: 16px;
}
.news_content .news_con .left .left_con .desc span{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #000;
}
.news_content .news_con .left .left_con .content{
    color: #666666;
    line-height: 1.8;
    margin-top: 26px;
    padding-top: 26px;
    border-top: 1px solid #e5e5e5;
}
.news_content .news_con .left .left_con .content p{
    font-size: 14px;
}
.news_content .news_con .left .left_con .bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}
.news_content .news_con .left .left_con .bottom .prevnext{
    width: 70%;
}
.news_content .news_con .left .left_con .bottom .prevnext a{    
    display: block;
    margin-bottom: 18px;
    color: #000000;
    position: relative;
    padding-left: 15px;
}
.news_content .news_con .left .left_con .bottom .list{
    text-align: right;
}
.news_content .news_con .left .left_con .bottom .list a{
    display: block;
    margin-bottom: 18px;
    color: #000000;
    position: relative;
    padding-left: 15px;
}
.news_content .news_con .left .left_con .bottom i{
    background: #0863c4;
    position: absolute;
    left: 0;
    top: 0px;
    height: 20px;
    width: 6px;
}
.news_content .news_con .left .left_con .bottom i::after{
    content: "";
    height: 6px;
    width: 6px;
    background: #01c8ff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
}
.product{
    display: flex;
    flex-wrap: wrap;
}
.product li{
    width: 31.33%;
    border: 1px solid #fff;
    margin: 0 1% 16px;
}
.product li a{
    display: flex;
    flex-direction: column;
}
.product li a .item_image{
    width: 100%!important;
}
.product li a .item_info{
    width:100%!important;
    padding:0!important;
    text-align:center;
}
/* 外贸定制站 */

.wm_con1{
    width: 100%;
    background: #fff;
    padding: 50px 0 30px 0;
}
.wm_con1 .wm_con1_title{
    width: 100%;
    position: relative;
    padding-bottom: 54px;
}
.wm_con1 .wm_con1_title .bdl{
    font-size: 70px;
    font-family: Helvetica;
    line-height: 70px;
    color: #000;
}
.wm_con1 .wm_con1_title .title{
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #222;
    margin-bottom: 23px;
}
.wm_con1 .wm_con1_title .text{
    width: 685px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.wm_con1 .wm_con1_title .bdr{
    font-size: 70px;
    line-height: 70px;
    font-family: Helvetica;
    color: #000;
    display: table;
    position: absolute;
    right: 0;
    top: 110px;
}
.wm_con1 .wm_con1_title .bdr span{
    width: 300px;
    height: 2px;
    background: #222;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 65px;
}
.wm_con1 ul{
    width: 100%;
    display: flex;
    border-bottom: 2px solid #222;
    padding-bottom: 60px;
}
.wm_con1 ul li{
    width: 20%;
    box-sizing: border-box;
    padding: 60px 20px 54px 40px;
    background: #fff;
    transition: all ease .3s;
    border-radius: 3px;
    margin: 0 5.125% 0 0.5%;
}
.wm_con1 ul li .item_image{
    width: 100%;
    height: 100px;
    transition: all ease .3s;
    background: url(../images/icon8.png) left top no-repeat;
}
.wm_con1 ul li:hover .item_image{
    background: url(../images/icon12.png) left top no-repeat;
}
.wm_con1 ul li .item_title{
    font-size: 24px;
    color: #222;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 28px;
    transition: all ease .3s;
}
.wm_con1 ul li .item_text{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    transition: all ease .3s;
}
.wm_con1 ul li .item_link{
    width: 0;
    height: 10px;
    margin-top: 45px;
    background: url(../images/icon16.png) right center no-repeat;
    transition: all ease .3s;
}
.wm_con1 ul li:hover{
    background-color: #21abd7;
}
.wm_con1 ul li:hover .item_title{
    color: #fff;
}
.wm_con1 ul li:hover .item_text{
    color: #fff;
}
.wm_con1 ul li:hover .item_link{
    width: 50px;
}
.wm_con2 {
    width: 100%;
    padding: 30px 0 80px;
}
.wm_con2 .wm_con2_title{
    font-size: 36px;
    line-height: 36px;
    color: #222;
    font-weight: bold;
}
.wm_con2 ul{
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.wm_con2 ul li{
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 20px;
}
.wm_con2 ul li:nth-child(3n){
    margin-right: 0;
}
.wm_con2 ul li .item_image{
    overflow: hidden;
}
.wm_con2 ul li .item_image img{
    transition: all 1s;
    width: 100%;
}
.wm_con2 ul li:hover .item_image img{
    transform: scale(1.1);
}
.wm_con2 ul li .item_info{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 20px 0;
    line-height: 36px;
}
.wm_con2 ul li .item_info .title{
    font-size: 16px;
    font-weight: bold;
    color: #222;
}
.wm_con2 ul li .item_info .desc{
    font-size: 14px;
    color: #666;
}
.wm_con2 ul li .item_info .item_more{
    width: 100%;
    border-top: 1px solid #e3e3e3;
    margin-top: 7px;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    padding: 7px;
    background: url(../images/icon20.png) right center no-repeat;
    transition: all ease .3s;
}
.wm_con3{
    background: linear-gradient(to right, rgba(23, 9, 49, .6) 0%, rgba(30, 95, 116, .6) 100%);
}
.wm_con3>div{
    width: 1140px;
    margin: 0 auto;
    padding: 180px 0;
}
.wm_con3 ul{
    display: flex;
    flex-wrap: wrap;
}
.wm_con3 ul li{
    width: 33.33%;
    height: 240px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}
.wm_con3 ul li:nth-child(-n+3){
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.wm_con3 ul li>div{
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 16px;
    color: #fff;
    transform: translateY(-50%);
}
.wm_con3 ul li>div h3{
    display: block;
    font-size: 81px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 2px;
}
.wm_con3 ul li>div h3 b{
    display: inline-block;
    font-size: 72px;
    vertical-align: 13px;
}
.wm_con4{
    width: 100%;
    padding: 80px 0;
}
.wm_con4>div{
    display: flex;
    background: #373737;
}
.wm_con4>div .left{
    width: 60%;
}
.wm_con4>div .right{
    width: 40%;
    padding: 8.5% 0 0 80px;
}
.wm_con4>div .right .title{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}
.wm_con4>div .right .desc{
    max-width: 475px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
.wm_con4>div .right ul{
    width: 100%;
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
}
.wm_con4>div .right ul li{
    margin: 0 20px 20px 0;
    cursor: pointer;
    line-height: 36px;
    border: 1px solid #bbb;
    border-radius: 19px;
    display: block;
    padding: 0 21px;
    font-size: 14px;
    color: #bbb;
    transition: all ease .3s;
}
.wm_con4>div .right ul li:hover{
    background-color: #fff;
    color: #000;
}
.wm_con5{
    font-size: 36px;
    line-height: 1;
    color: #000;
    font-weight: bold;
}
.wm_con5 .wm_con5_con{
    margin-top: 40px;
    display: inline-block;
    left: 0;
    position: relative;
    transition: all ease 1s;
    display: flex;
}
.wm_con5 .wm_con5_con .left{
    width: 30%;
    margin-right: 0.625%;
    transition: all ease .3s;
}
.wm_con5 .wm_con5_con .left .img{
    width: 100%;
    height: 280px;
    background: url(../images/img8.jpg) center center no-repeat;
}
.wm_con5 .wm_con5_con .left .text,.wm_con5 .wm_con5_con .center .item .text{
    width: 100%;
    height: 270px;
    box-sizing: border-box;
    background: #f7f7f7;
    padding: 0 30px;
}
.wm_con5 .wm_con5_con .left .text .time,.wm_con5 .wm_con5_con .center .item .text .time{
    color: #999;
    font-family: 'sheepsansbold';
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
    border-bottom: 1px solid #dbdbdb;
    padding: 22px 0 16px;
    background: url(../images/icon20.png) right 54px no-repeat;
    transition: all ease .3s;
}
.wm_con5 .wm_con5_con .left .text .time span,.wm_con5 .wm_con5_con .center .item .text .time span{
    font-size: 16px;
    line-height: 20px;
    font-weight: initial;
    display: block;
}
.wm_con5 .wm_con5_con .left .text .title,.wm_con5 .wm_con5_con .center .item .text .title{
    font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}
.wm_con5 .wm_con5_con .left .text .desc,.wm_con5 .wm_con5_con .center .item .text .desc{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wm_con5 .wm_con5_con .left:hover,.wm_con5 .wm_con5_con .center .item:hover,.wm_con5 .wm_con5_con .right .item:hover{
    -webkit-box-shadow: 0px 3px 10px #ccc;
    box-shadow: 0px 3px 10px #ccc;
}
.wm_con5 .wm_con5_con .center{
    width: 30%;
    margin-right: 0.625%;
}
.wm_con5 .wm_con5_con .center .item:first-child{
    margin-bottom: 10px;
}
.wm_con5 .wm_con5_con .center .item{
    transition: all ease .3s;
}
.wm_con5 .wm_con5_con .right{
    width: 38.75%;
}
.wm_con5 .wm_con5_con .right .item{
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 30px;
    background: #f4f4f4 url(../images/icon20.png) 95% 60px no-repeat;
    transition: all ease .3s;
}
.wm_con5 .wm_con5_con .right .item .time{
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    font-family: 'sheepsansbold';
    color: #999;
    float: left;
    margin-right: 30px;
    transition: all ease .3s;
}
.wm_con5 .wm_con5_con .right .item .time span{
    font-size: 16px;
    display: block;
    line-height: 20px;
}
.wm_con5 .wm_con5_con .right .item .title{
    font-weight: normal;
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wm_con6>div{
    display: flex;
}
.wm_con6>div .left{
    width: 65%;
    height: 635px;
    position: relative;
}
.wm_con6>div .left .img{
    align-items: center;
    display: flex;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    transition: all ease 1.5s;
    left: 459px;
    top: 328px;
    width: 1px;
    height: 1px;
    cursor: pointer;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
.wm_con6>div .left .img img{
    width: 1005;
}
.wm_con6>div .left .img:hover{
    -webkit-transform:  scale(1.5) ; 
    -moz-transform: scale(1.5) ; 
    -ms-transform: scale(1.5);     
    -o-transform:  scale(1.5) ; 
    transform:  scale(1.5);
}

.wm_con6>div .left .img1{
    left: 93px;
    top: 174px;
    width: 82px;
    height: 82px;
}
.wm_con6>div .left .img2{
    left: 46px;
    top: 317px;
    width: 71px;
    height: 71px;
}
.wm_con6>div .left .img3{
    left: 17px;
    top: 487px;
    width: 56px;
    height: 56px;
}
.wm_con6>div .left .img4{
    left: 210px;
    top: 75px;
    width: 82px;
    height: 82px;
}
.wm_con6>div .left .img5{
    left: 244px;
    top: 200px;
    width: 96px;
    height: 96px;
}
.wm_con6>div .left .img6{
    left: 177px;
    top: 337px;
    width: 91px;
    height: 91px;
}
.wm_con6>div .left .img7{
    left: 164px;
    top: 484px;
    width: 82px;
    height: 82px;
}
.wm_con6>div .left .img8{
    left: 412px;
    top: 112px;
    width: 105px;
    height: 105px;
}
.wm_con6>div .left .img9{
    left: 389px;
    top: 261px;
    width: 135px;
    height: 135px;
}
.wm_con6>div .left .img10{
    left: 325px;
    top: 418px;
    width: 100px;
    height: 100px;
}
.wm_con6>div .left .img11{
    left: 591px;
    top: 80px;
    width: 82px;
    height: 82px;
}
.wm_con6>div .left .img12{
    left: 583px;
    top: 255px;
    width: 96px;
    height: 96px;
}
.wm_con6>div .left .img13{
    left: 533px;
    top: 409px;
    width: 100px;
    height: 100px;
}
.wm_con6>div .left .img14{
    left: 782px;
    top: 100px;
    width: 65px;
    height: 65px;
}
.wm_con6>div .left .img15{
    left: 735px;
    top: 222px;
    width: 82px;
    height: 82px;
}
.wm_con6>div .left .img16{
    left: 714px;
    top: 374px;
    width: 82px;
    height: 82px;
}
.wm_con6>div .left .img17{
    left: 688px;
    top: 518px;
    width: 67px;
    height: 67px;
}
.wm_con6>div .left .img18{
    left: 867px;
    top: 333px;
    width: 65px;
    height: 65px;
}
.wm_con6>div .left .img19{
    left: 827px;
    top: 490px;
    width: 64px;
    height: 64px;
}
.wm_con6>div .left .img20{
    display: none;
}
.wm_con6>div .right{
    width: 35%;
    padding-top: 200px;
}
.wm_con6>div .right div{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 24px;
}
.wm_con6>div .right p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 50px;
}
/* 电子画册 */
.dzhc_banner{
    width: 100%;
}
.dzhc_banner img{
    width: 100%;
}
.dzhc_nav{
    background: #fff;
    padding: 10px 0 10px 0;
}
.dzhc_nav>div{
    display: flex;
}
.dzhc_nav>div .item{
    display: flex;
    width: 25%;
    align-items: center;
}
.dzhc_nav>div .item .left{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 6px 20px 6px 6px;
    color: #fff;
    font-size: 16px;
}
.dzhc_nav>div .item:nth-child(1) .left{
    background: #F90;
}
.dzhc_nav>div .item:nth-child(2) .left{
    background: #1AE38E;
}
.dzhc_nav>div .item:nth-child(3) .left{
    background: #07CAFF;
}
.dzhc_nav>div .item:nth-child(4) .left{
    background: #27527D;
}
.dzhc_nav>div .item .right div{
    line-height: 30px;
    margin-top: 4px;
    font-size: 16px;
}
.dzhc_nav>div .item .right p{
    color: #A6A7A6;
    font-size: 14px;
}
.dzhc_con1,.dzhc_con2{
    background-color: #f5f5f5;
}
.dzhc_con1>div,.dzhc_con2>div,.dzhc_con3>div,.dzhc_con4>div{
    padding: 50px 0 40px 0;
    text-align: center;
}
.dzhc_con1 .dzhc_con1_title h3,.dzhc_con2 .dzhc_con2_title h3,.dzhc_con3 .dzhc_con3_title h3,.dzhc_con4 .dzhc_con4_title h3{
    margin-bottom: 8px;
    font-size: 42px;
}
.dzhc_con1 .dzhc_con1_title p,.dzhc_con2 .dzhc_con2_title p,.dzhc_con3 .dzhc_con3_title p,.dzhc_con4 .dzhc_con4_title p{
    color: #A6A7A6;
    font-weight: 400;
    font-size: 16px;
}
.dzhc_con1 ul{
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
}
.dzhc_con1 ul li{
    padding: 20px;
    font-size: 18px;
    width: 24.5%;
    display: inline-block;
}
.dzhc_con1 ul li .item_image{
    text-align: center;
}
.dzhc_con1 ul li .item_image img{
    width: 60px;
}
.dzhc_con1 ul li h3{
    font-size: 21.6px;
    color: #212529;
}
.dzhc_con1 ul li p{
    color: #A6A7A6;
    font-size: 15px;
    white-space: nowrap;
}
.dzhc_con2 ul{
    display: flex;
}
.dzhc_con2 ul li{
    margin-top: 25px;
    width: 16%;
    display: inline-block;
    zoom: 1;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    background-color: #fff;
    transition: all 0.5s;
}
.dzhc_con2 ul li img{
    width: 100%;
    height: 293px;
}
.dzhc_con2 ul li p{
    text-align: left;
    margin: 10px;
    font-weight: bold;
    color: #333;
    display: block;
    font-size: 16px;
}
.dzhc_con2 ul li:hover{
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    -webkit-transform: translate3D(0,-5px,0);
    -ms-transform: translate3D(0,-5px,0);
    transform: translate3D(0,-5px,0)
}
.dzhc_con3{
    background-color: #0f161f;
}
.dzhc_con3 .dzhc_con3_title h3{
    color: #fff;
}
.dzhc_con3 ul{
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    color: #fff;
    justify-content: space-between;
}
.dzhc_con3 ul li{
    padding: 10px;
    position: relative;
    cursor: default;
    width: 24%;
    height: 200px;
}
.dzhc_con3 ul li>div{
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 100%;
    height: 100%;
}
.dzhc_con3 ul li>div.back{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.dzhc_con3 ul li .front img{
    color: #fff;
    font-size: 56px;
    top: 20px;
    position: relative;
    height: 56px;
    width: auto;
}
.dzhc_con3 ul li .front p{
    text-align: center;
    font-size: 22px;
    top: 25px;
    position: relative;
    font-weight: 400;
}
.dzhc_con3 ul li .back h3{
    margin: 10px 0;
    font-size: 18.72px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dzhc_con3 ul li .back h3 img{
    margin-right: 30px;
    height: 16px;
    width: auto;
}
.dzhc_con3 ul li .back p{
    text-align: justify;
    font-size: 14px;
}
.dzhc_con3 ul li:hover .back{
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.dzhc_con3 ul li:hover .front{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.dzhc_con3 ul li:nth-child(n+5){
    margin-top: 20px;
}
.dzhc_con4{
    padding-bottom: 50px;
}
.dzhc_con4 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.dzhc_con4 ul li{
    width: 14%;
    text-align: center;
    margin: 0 1%;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14%;
    overflow: hidden;
}
.dzhc_con4 ul li img{
    width: 50%;
    margin: 20px 0;
    transition: all 1s;
}
.dzhc_con4 ul li:hover img{
    transform: scale(1.2);
}
.dzhc_con4 ul li p{
    margin-top: 10px;
    font-size: 16px;
    color: #212529;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;   
}
.dzhc_con4 ul li:nth-child(n+7){
    margin-top: 20px;
}
/* 小程序 */
.xcx_banner{
    width: 100%;
    
    background-size: 100% 600px;
    min-width: 1200px;
    position: relative;
}
.xcx_banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-width: 1200px;
    object-position: center bottom;
}
.xcx_banner>div{
    width: 100%;
    color: #fff;
    position: absolute;
    top: 160px;
    left: 0;
}
.xcx_banner>div>div{
    width: 1200px;
    margin: 0 auto;
}
.xcx_banner>div>div h3{
    font-size: 50px;
    color: #fff;
    width: 520px;
}
.xcx_banner>div>div p{
    font-size: 24px;
    margin-top: 40px;
}
.xcx_banner>div>div div{
    font-size: 24px;
    margin-top: 40px;
    display: block;
    background: rgba(255, 210, 86, 1);
    width: 174px;
    height: 52px;
    border-radius: 32px;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    margin-top: 50px;
    box-shadow: 1px 1px 13px 0px rgba(255, 210, 86, 1);
}
.xcx_con1,.xcx_con2,.xcx_con3,.xcx_con4,.xcx_con5{
    padding-top: 86px;
    padding-bottom: 120px;
}
.xcx_con1 .xcx_con1_title,.xcx_con2 .xcx_con2_title,.xcx_con3 .xcx_con3_title,.xcx_con4 .xcx_con4_title,.xcx_con5 .xcx_con5_title{
    margin-bottom: 80px;
    text-align: center;
}
.xcx_con1 .xcx_con1_title h3,.xcx_con2 .xcx_con2_title h3,.xcx_con3 .xcx_con3_title h3,.xcx_con4 .xcx_con4_title h3,.xcx_con5 .xcx_con5_title h3{
    font-size: 48px;
    font-weight: 500;    
    color: #333;
}
.xcx_con1 ul{
    display: flex;
    justify-content: space-between;
}
.xcx_con1 ul li{
    text-align: center;
    width: 21%;
}
.xcx_con1 ul li .item_image{
    width: 120px;
    height: 100px;
    background: no-repeat left center;
    background-size: 120px 100px;
    display: inline-block;
}
.xcx_con1 ul li:nth-child(1) .item_image{
    background-image: url(../images/generate-2x.png);
}
.xcx_con1 ul li:nth-child(2) .item_image{
    background-image: url(../images/industry-2x.png);
}
.xcx_con1 ul li:nth-child(3) .item_image{
    background-image: url(../images/personality-2x.png);
}
.xcx_con1 ul li:nth-child(4) .item_image{
    background-image: url(../images/iteration-2x.png);
}

.xcx_con1 ul li h3{
    font-size: 24px;
    margin-top: 50px;
    color: #333;
}
.xcx_con1 ul li p{
    color: #999;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-top: 18px;
}
.xcx_con2{
    background-color: #fbfbfb;
    padding-bottom: 0;
}
.xcx_con2 .xcx_con2_title h3{
    margin-bottom: 40px;
}
.xcx_con2 .xcx_con2_title p{
    width: 900px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 72px;
    color: #999999;
}
.xcx_con2 ul{
    display: flex;
}
.xcx_con2 ul li{
    width: 33.3%;
    text-align: center;
    position: relative;
    height: 400px;
    background: no-repeat left center;
    background-size: cover;
    align-items: center;
}
.xcx_con2 ul li:nth-child(1){
    background-image: url(../images/shop-2x.png);
}
.xcx_con2 ul li:nth-child(2){
    background-image: url(../images/drainage-2x.png);
}
.xcx_con2 ul li:nth-child(3){
    background-image: url(../images/business-2x.png);
}
.xcx_con2 ul li .title{
    color: #fff;
    font-size: 28px;
    line-height: 400px;
    text-align: center;
    width: 100%;
}
.xcx_con2 ul li .con{
    display: none;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: translateY(30%);
}
.xcx_con2 ul li .con div{
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
}
.xcx_con2 ul li:hover::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(92, 106, 242, 0.75);
    z-index: 1;
}
.xcx_con2 ul li:hover .con{
    display: block;
}
.xcx_con2 ul li:hover .title{
    display: none;
}
.xcx_con3 .xcx_con3_title{
    margin-bottom: 160px
}

.xcx_swiper {
    margin-top: 100px;
}
.xcx_swiper .swiper-slide{
    text-align: center;
}
.xcx_swiper .swiper-slide>img{
    width: 220px;
    height: 458px;
    margin-right: 40px;
    display: inline-block;
}
.xcx_swiper .swiper-button-next {
    background-image: url(../images/right_narmal-2x.png) !important;
}
.xcx_swiper .swiper-button-prev {
    background-image: url(../images/left_narmal-2x.png) !important;
}
.xcx_swiper .swiper-button-next,.xcx_swiper .swiper-button-prev{
    color: #ebebeb;
}
.xcx_con3>div{
    position: relative;
}
.xcx_con3 .swiper-pagination {
    display: flex;
    width: 1100px;
    left: 50%;
    margin-left: -550px;
}

.xcx_con3 .swiper-pagination-bullets {
    bottom: initial !important;
    top: 120px !important;
}

.xcx_con3 .swiper-pagination-bullet {
    width: 36px !important;
    height: auto !important;
    background-color: transparent !important;
    opacity: 1 !important;
    flex: 1;
}

.xcx_con3 .swiper-icon {
    width: 47px !important;
    height: 47px !important;
    background: no-repeat left center;
    background-size: 47px 47px;
    display: inline-block;
}
.xcx_con3 .swiper-pagination-bullet {
    font-size: 16px;
}

.xcx_con3 .swiper-pagination-bullet-active {
    color: #5A73E7;
}

.xcx_con3 .swiper-pagination-bullet-active .swiper-text {
    color: #5A73E7;
}

.xcx_con3 .swiper-pagination-bullet:nth-child(1) .swiper-icon{
    background-image: url(../images/多个图标未选中-01.png);
}
.xcx_con3 .swiper-pagination-bullet-active .dianshang{
    background-image: url(../images/多个图标-01.png)!important;
}
.xcx_con3 .swiper-pagination-bullet:nth-child(2) .swiper-icon{
    background-image: url(../images/多个图标未选中-02.png);
}
.xcx_con3 .swiper-pagination-bullet-active .waimai {
    background-image: url(../images/多个图标-02.png)!important;
}
.xcx_con3 .swiper-pagination-bullet:nth-child(3) .swiper-icon{
    background-image: url(../images/多个图标未选中-03.png);
}
.xcx_con3 .swiper-pagination-bullet-active .qiche {
    background-image: url(../images/多个图标-03.png)!important;
}
.xcx_con3 .swiper-pagination-bullet:nth-child(4) .swiper-icon{
    background-image: url(../images/多个图标未选中-04.png);
}
.xcx_con3 .swiper-pagination-bullet-active .jiudian {
    background-image: url(../images/多个图标-04.png)!important;
}
.xcx_con3 .swiper-pagination-bullet:nth-child(5) .swiper-icon{
    background-image: url(../images/多个图标未选中-05.png);
}
.xcx_con3 .swiper-pagination-bullet-active .zhishi {
    background-image: url(../images/多个图标-05.png)!important;
}
.xcx_con3 .swiper-pagination-bullet:nth-child(6) .swiper-icon{
    background-image: url(../images/多个图标未选中-06.png);
}
.xcx_con3 .swiper-pagination-bullet-active .jiaoyu {
    background-image: url(../images/多个图标-06.png)!important;
}
.xcx_con3 .swiper-pagination-bullet:nth-child(7) .swiper-icon{
    background-image: url(../images/多个图标未选中-07.png);
}
.xcx_con3 .swiper-pagination-bullet-active .shequ {
    background-image: url(../images/多个图标-07.png)!important;
}
.xcx_con3 .swiper-pagination-bullet:nth-child(8) .swiper-icon{
    background-image: url(../images/多个图标未选中-08.png);
}
.xcx_con3 .swiper-pagination-bullet-active .yuyue {
    background-image: url(../images/多个图标-08.png)!important;
}
.xcx_con4 {
    width: 100%;
    padding: 100px 0;
    height: 750px;
    background: url(../images/service-banner-2x.png) no-repeat left center;
    background-size: cover;
}
.xcx_con4 .xcx_con4_title h3{
    color: #fff!important;
}
.xcx_con4 ul{
    display: flex;
    flex-wrap: wrap;
}
.xcx_con4 ul li{
    text-align: center;
    width: 25%;
}
.xcx_con4 ul li img{
    width: 68px;
    height: 80px;
}
.xcx_con4 ul li p{
    color: #fff;
    font-size: 22px;
    margin-top: 40px;
}
.xcx_con4 ul li:nth-child(n+5){
    margin-top: 60px;
}
.xcx_con5_con{
    width: 900px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin: 0 auto;
    box-shadow: 0px 0 10px 2px rgba(79, 89, 251, 0.1);
}
.xcx_con5_con .item{
    width: 900px;
    line-height: 80px;
    padding: 0 40px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    font-size: 18px;
}
.xcx_con5_con .item .question{
    color: #333;
    position: relative;
}
.xcx_con5_con .item .question .question_img{
    width: 24px;
    height: 24px;
    background: url(../images/add-2x.png) no-repeat left center;
    background-size: 24px 24px;
    position: absolute;
    right: 40px;
    top: 30px;
}
.xcx_con5_con .item .question .question_left{
    display: flex;
}
.xcx_con5_con .item .question .question_left div{
    width: 30px;
    height: 30px;
    background: url(../images/question-2x.png) no-repeat left center;
    background-size: 30px 30px;
    margin-top: 28px;
    margin-right: 5px;
    display: none;
}
.xcx_con5_con .item .answer{
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    display: none;
    padding-left: 34px;
    line-height: 40px;
}
.xcx_con5_con .item:hover{
    width: 940px;
    background-color: #667EE7;
    margin-left: -20px;
    color: #fff;
    background: linear-gradient(to right, #5774e2 0%, #5788e2 100%);
    box-shadow: 0px 0 20px 4px rgba(87, 116, 226, 0.5);
    border-bottom: 0;
}
.xcx_con5_con .item:hover .question .question_left div{
    display: block;
}
.xcx_con5_con .item:hover .question {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.xcx_con5_con .item:hover .answer{
    display: block;
}
.xcx_con5_con .item:last-child{
    border-bottom: none;
}
/* 图片清晰化 */
.tp_banner{
    margin-top: 90px;
}
.tpqxh_con1,.tpqxh_con2{
    padding: 5%;
}
.tpqxh_con1_title,.tpqxh_con2_title{
    text-align: center;
}
.tpqxh_con1_title h3,.tpqxh_con2_title h3{
    font-size: 32px;
}
.tpqxh_con1_title p,.tpqxh_con2_title p{
    font-size: 16px;
}
.tpqxh_con1 ul{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tpqxh_con1 ul li{
    display: inline-block;
    padding: 40px 0;
    width: 24%;
    height: 224px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s;
}
.tpqxh_con1 ul li .img2{
    display: none;
}
.tpqxh_con1 ul li p{
    margin-top: 3%;
    font-size: 18px;
}
.tpqxh_con1 ul li span{
    display: block;
    margin: 5% 5% 0;
    font-size: 12px;
}
.tpqxh_con1 ul li:hover{
    background: #1a85c7;
    color: #fff;
}
.tpqxh_con1 ul li:hover .img1{
    display: none;
}
.tpqxh_con1 ul li:hover .img2{
    display: inline;
}
.tpqxh_con1 ul li:nth-child(n+5){
    margin-top: 1.5%;
}
.tpqxh_con2{
    background: url(../images/datu2.jpg) center no-repeat;
    width: 100%;
}
.tpqxh_con2_title{
    color: #fff;
}
.tpqxh_con2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}
.tpqxh_con2 ul li{
    width: 16.6%;
}
.tpqxh_con2 ul li>div{
    width: 100%;
    height: 140px;
    line-height: 140px;
    color: #1a85c7;
    font-size: 30px;
    background: url(../images/zimg87.png) no-repeat center center;
    background-size: contain;
    text-align: center;
}
.tpqxh_con2 ul li>p{
    text-align: center;
    padding: 50px 15px;
    color: #fff;
    font-size: 20px;
}
.tpqxh_con3{
    width: 100%;
    padding: 5% 0;
    overflow: hidden;
    background: url(../images/bg.jpg);
}
.tpqxh_con3>div>p{
    font-size: 14px;
    color: #fff;
    position: relative;
    left: -55px;
    margin-bottom: 10px;
}
.tpqxh_con3>div>p::before{
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}
.tpqxh_con3>div>h3{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}
.tpqxh_con3 ul{
    margin: 5% 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tpqxh_con3 ul li{
    width: 30%;
    padding: 0 3%;
    text-align: center;
    height: 200px;
    position: relative;
    color: #fff!important;
}
/*.tpqxh_con3 ul li div{*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    display: block;*/
/*    margin: 15px 0;*/
/*}*/
/*.tpqxh_con3 ul li p{*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    line-height: 1.8;*/
/*}*/
/* 解决方案 */
.jjfa_banner{
    background: url(../images/jgq_propaganda_banner.png) no-repeat center;
    height: 320px;
    position: relative;
    margin-top: 90px;
}
.jjfa_banner p{
    position: absolute;
    font-size: 44px;
    color: #fff;
    top: 20%;
    left: 0;
}
.jjfa_con1{
    padding: 5% 0;
}
.jjfa_con1>div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jjfa_con1>div .left{
    width: 51%;
}
.jjfa_con1>div .left h3{
    font-size: 34px;
    color: #555;
    line-height: 100%;
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 37px;
}
.jjfa_con1>div .left h3::before{
    content: "";
    display: block;
    width: 288px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin-left: 0;
    z-index: 8;
}
.jjfa_con1>div .left h3::after{
    content: "";
    display: block;
    width: 93px;
    height: 2px;
    background: #ff731e;
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: 0px;
    z-index: 9;
}
.jjfa_con1>div .left>div{
    font-size: 16px;
    color: #333;
    line-height: 36px;
}
.jjfa_con1>div .left ul{
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 30px;
    display: flex;
}
.jjfa_con1>div .left ul li{
    width: 87px;
    margin-right: 5%;
}
.jjfa_con1>div .left ul li>div{
    width: 85px;
    height: 85px;
    /*border: 1px solid #363636;*/
    align-items: center;
    display: flex;
    justify-content: center;
}
.jjfa_con1>div .left ul li>div img{
    width: 100%;
}
.jjfa_con1>div .left ul li>p{
    margin: 10px auto;
    font-size: 16px;
}
.jjfa_con1>div .right{
    width: 44%;
}
.jjfa_con1>div .right img{
    width: 100%;
}
.jjfa_con2{
    padding: 5% 0;
    background: #f7f7f7 url(../images/wc_case3_bg_02.jpg) no-repeat center bottom;
}
.jjfa_con2 .jjfa_con2_title h3{
    font-size: 34px;
    color: #555;
    line-height: 100%;
    padding-bottom: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 37px;
}
.jjfa_con2 .jjfa_con2_title h3::before{
    content: "";
    display: block;
    width: 288px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -144px;
    z-index: 8;
}
.jjfa_con2 .jjfa_con2_title h3::after{
    content: "";
    display: block;
    width: 93px;
    height: 2px;
    background: #ff731e;
    position: absolute;
    left: 50%;
    margin-left: -41.5px;
    bottom: 0px;
    z-index: 9;
}
.jjfa_con2>div>ul{
    display: flex;
    flex-wrap: wrap;
}
.jjfa_con2>div>ul>li{
    width: 16.56%;
    height: 375px;
    
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #fff;
    justify-content: center;
    align-items: center;
    display: flex;
}
.jjfa_con2>div>ul>li:nth-child(1){
    background-image: url("../images/mk1.png")!important;
}
.jjfa_con2>div>ul>li:nth-child(2){
    background-image: url("../images/mk2.png")!important;
}
.jjfa_con2>div>ul>li:nth-child(3){
    background-image: url("../images/mk3.png")!important;
}
.jjfa_con2>div>ul>li:nth-child(4){
    background-image: url("../images/mk4.png")!important;
}
.jjfa_con2>div>ul>li:nth-child(5){
    background-image: url("../images/mk5.png")!important;
}
.jjfa_con2>div>ul>li:nth-child(6){
    background-image: url("../images/mk6.png")!important;
}
.jjfa_con2>div>ul>li>div{
    padding: 5px 20px;
    border: 2px solid #fff;
    font-size: 19px;
    color: #fff;
    opacity: 1;
    transition: opacity .3s;
}
.jjfa_con2>div>ul>li>ul{
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 111, 9, 0.95), rgba(255, 131, 4, 0.83));
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    transition: opacity .3s;
    z-index: 9;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.jjfa_con2>div>ul>li>ul>li{
    font-size: 16px;
    color: #fff;
}
.jjfa_con2>div>ul>li:hover div{
    opacity: 0;
}
.jjfa_con2>div>ul>li:hover ul{
    opacity: 1;
}
.jjfa_con3{
    padding: 5% 0;
    background: url(../images/jgq_programme.jpg) no-repeat center;
    background-size: 130%;
}
.jjfa_con3 .jjfa_con3_title{
    width:23.7%;
    margin: 0 auto;
    margin-bottom: 3%;
    text-align: center;
}
.jjfa_con3 .jjfa_con3_title h3{
    display: block;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 34px;
    color: #fff;
    
}
.jjfa_con3 .jjfa_con3_title p{
    background: #fff;
    height: 2px;
    width: 32%;
    margin: auto;
    margin-top: -2px;
}
.jjfa_con3 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jjfa_con3 ul li{
    width: 31%;
    height: 438px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 25px;
    text-align: center;
}
.jjfa_con3 ul li div img{
    display: block;
    margin: auto;
    margin-top: 15%;
    width: 40%;
}
.jjfa_con3 ul li p{
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.jjfa_con3 ul li span{
    font-size: 16px;
    color: #333;
    width: 88%;
    margin: auto;
    text-align: center;
    line-height: 33px;
    margin-bottom: 27px;
    display: block;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 联系我们 */
.contact_banner{
    width: 100%;
    margin-top: 90px;
    height: 740px;
    background: url(../images/bb_01.jpg) no-repeat right top;
    background-size: cover;
}
.contact_banner>div{
    padding-top: 183px;
}
.contact_banner>div>h2{
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
}
.contact_banner>div>p{
    font-size: 16px;
    color: #ffffff;
    margin: 5px 0 15px;
}
.contact_banner>div>div{
    font-size: 24px;
    color: #2D6CB8;
    padding-bottom: 15px;
    border-bottom: 1px dashed #A8A9A5;
    display: inline-block;
}
.contact_banner>div>div>span{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/contact-icon02.png) center;
    background-size: cover;
    margin-top: -5px;
}
.contact_con1{
    margin-top: -125px;
}
.contact_con1 ul{
    display: flex;
    flex-wrap: wrap;
}
.contact_con1 ul li{
    width: 33.3333%;
    height: 290px;
    background-color: #F6F6F6;
    text-align: center;
    padding-top: 66px;
    border-right: 1px solid #ccc;
}
.contact_con1 ul li:last-child{
    border: none;
}
.contact_con1 ul li h1{
    font-size: 24px;
    color: #000;
}
.contact_con1 ul li div{
    color: #363636;
    font-size: 14px;
    line-height: 28px;
    margin-top: 25px;
    padding: 0 30px;
}
.contact_con1 ul li:hover{
    background-image: url('../images/contact-img01.jpg');
}
.contact_con1 ul li:hover div,.contact_con1 ul li:hover h1{
    color: #fff!important;
}
.contact_con2{
    margin: 5% 0 2%;
    
}
.contact_con2_title h2{
    font-size: 32px;
    color: #000000;
    margin-bottom: 8px;
}
.contact_con2_title p{
    font-size: 16px;
    color: #808080;
}
.contact_con2 form{
    margin-top: 5%;
}
.contact_con2 form ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_con2 form ul li{
    width: 49%;
    font-size: 16px;
    color: #848485;
}
.contact_con2 form ul li input{
    width: 100%;
    height: 48px;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #666;
    font-size: 16px;
    padding: 0 15px;
}
.contact_con2 form ul li:last-child{
    width: 100%;
    margin-top: 16px;
}
.contact_con2 form ul li textarea{
    width: 100%;
    height: 150px;
    padding: 10px 15px;
    color: #666;
    font-size: 16px;
    border: 1px solid #e3e3e3;
}
.contact_con2 form div{
    color: #999999;
    font-size: 13px;
    margin-top: 4%;
}
.contact_con2 form div button{
    display: inline-block;
    width: 150px;
    height: 45px;
    background-color: #1C6AC3;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    margin-right: 30px;
    outline: none;
    border: none;
}
.contact_con2 form div span{
    font-size: 13px;
    color: #999;
}
#wrapper{
    height: 500px;
    margin-bottom: 5%;
}
/* 关于我们 */
.about_banner{
    margin-top: 90px;
    position: relative;
}
.about_banner>div{
    position: absolute;
    left: 0;
    right: 0;
    top: 25.5%;
}

.about_banner>div>div{
    float: right;
    background: rgba(255, 255, 255, 0.96);
    width: 49%;
    padding: 80px 60px 180px;
}
.about_banner>div>div h2{
    font-size: 50px;
    color: #000000;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}
.about_banner>div>div p{
    color: #333333;
    line-height: 1.8;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7; /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_con1{
    padding: 5% 0;
}
.about_con1 .about_con1_title,.about_con4_title{
    text-align: center;
    margin-bottom: 4%;
}
.about_con1 .about_con1_title h3,.about_con2>div .left h3,.about_con3 ul li.li5 h3,.about_con4_title h3{
    font-size: 28px;
    font-weight: normal;
    color: #000000;
    line-height: 1.4;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}
.about_con1 .about_con1_title h3 i,.about_con2>div .left h3 i,.about_con3 ul li.li5 h3 i,.about_con4_title i{
    height: 30px;
    width: 8px;
    background: #0863c4;
    position: absolute;
    left: 0;
    top: 6px;
}
.about_con1 .about_con1_title h3 i::after,.about_con2>div .left h3 i::after,.about_con3 ul li.li5 h3 i::after,.about_con4_title i::after{
    content: "";
    height: 26%;
    width: 100%;
    background: #01c8ff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s;
}
.about_con1 .about_con1_title p{
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin-top: 16px;
}
.about_con1 .about_con1_con{
    text-align: center;
    line-height: 2;
}
.about_con1 .about_con1_con h3{
    font-size: 22px;
    margin-bottom: 4px;
    margin-top: 4%;
    font-weight: 500;
}
.about_con1 .about_con1_con p{
    font-size: 16px;
    color: #333;
}
.about_con2{
    padding: 5% 0;
    background: #f6f6f6;
    position: relative;
}
.about_con2>div{
    display: flex;
    flex-wrap: wrap;
}
.about_con2>div .left{
    width: 20%;
    position: relative;
    z-index: 2;
}
.about_con2>div .right{
    width: 75%;
    position: relative;
    z-index: 2;
    line-height: 2;
}
.about_con2>div .right h3{
    font-size: 22px;
    margin-bottom: 2px;
    font-weight: 500;
}
.about_con2>div .right p{
    color: #333;
    font-size: 16px;
}
.about_con3{
    background: #232628;
    outline: 0;
}
.about_con3 ul{
    display: flex;
    flex-wrap: wrap;
}
.about_con3 ul li{
    width: 40%;
    height: 300px;
    position: relative;
}
.about_con3 ul li .item_img{
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.11;
    transition: all 0.6s;
}
.about_con3 ul li .text{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.about_con3 ul li .text .box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 70px;
    color: #fff;
    display: none;
}
.about_con3 ul li .text .box div{
    font-size: 24px;
}
.about_con3 ul li .text .box p{
    font-size: 16px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.5);
}
.about_con3 ul li .text .box span{
    font-size: 16px;
    margin-top: 20px;
    display: block;
    color: rgba(255, 255, 255, 0.5);
}
.about_con3 ul li:hover .box{
    display: block;
}
.about_con3 ul li:hover .item_img{
    opacity: 1;
}
.about_con3 ul li.li3,.about_con3 ul li.li4,.about_con3 ul li.li9{
    width: 20%;
}
.about_con3 ul li.li3 .item_img,.about_con3 ul li.li9 .item_img{
    width: 100%;
}
.about_con3 ul li.li3 .text{
    top: 100%;
    width: 100%;
    transform: initial;
}
.about_con3 ul li.li9 .text{
    top: -100%;
    width: 100%;
    transform: initial;
}
.about_con3 ul li.li5{
    background: #272a2c;
    padding: 80px 60px;
}
.about_con3 ul li.li5 h3{
    margin-bottom: 20px;
    color: #fff;
}
.about_con3 ul li.li5 p{
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.56);
    font-size: 16px;
}
.about_con4{
    padding: 5% 0;
}
.about_con4_title{
    display: flex;
    flex-wrap: wrap;
}
.about_con4_title p{
    color: #666666;
    line-height: 1.6;    
    padding-left: 12px;
    margin-top: 18px;
    font-size: 14px;
}
.about_con4 ul{
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}
.about_con4 ul li{
    width: 16.66%;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    transition: all 0.4s;
    position: relative;
}
.about_con4 ul li div{
    line-height: 0;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    transition: all 0.3s;
    overflow: hidden;
}
.about_con4 ul li img{
    width: 100%;
}
.about_con4 ul li:hover div{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.about_con4 ul li:hover{
    z-index: 9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about_m_banner{
    display: none;
}


.tpqxh_con3 ul li>div{
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 100%;
    height: 100%;
}
.tpqxh_con3 ul li>div.back{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.tpqxh_con3 ul li .front img{
    color: #fff;
    font-size: 56px;
    position: relative;
    height: 84%;
    width: auto;
}
.tpqxh_con3 ul li .front p{
    text-align: center;
    font-size: 22px;
    position: relative;
    font-weight: 400;
}
.tpqxh_con3 ul li .back p{
    text-align: justify;
    align-items: center;
    font-size: 16px;
}
.tpqxh_con3 ul li:hover .back{
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.tpqxh_con3 ul li:hover .front{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.tpqxh_con3 ul li:nth-child(n+4){
    margin-top: 20px;
}
.language{
    display: flex;
    align-items: center;
    position: relative;
}
    .language p{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 15px 20px;
        font-size: 14px;
        border-radius: 20px;
    }
    .language>div{
        display: none;
        position: absolute;
        top: 80px;
        left: 50%;
        width: 100px;
        background: #fff;
        transform: translateX(-50%);
    }
    .language .lan_slide>div{
        
        display: flex;
        flex-direction: column;
    }
    .language .lan_slide>div a{
        color: #333;
        border-bottom: 1px solid #333;
        padding: 15px 20px;
        font-size: 14px;
        
    }
    #translate{
        display: none;
    }
    #nav_right{
        display: none;
        position: fixed;
        top: 50%;
        right: 2%;
        transform: translateY(-50%);
        box-shadow: 0 0 10px 0px rgb(0 0 0 / 27%);
        z-index:999;
    }
    #nav_right div{
        width: 100px;
        height: 100px;
        background: #fff;
        border-bottom: 1px solid #333;
        position: relative;
    }
    #nav_right div p,#nav_right div a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    #nav_right div:last-child{
        border: none;
    }
    #nav_right div .img{
        position: absolute;
        top: 0;
        left: -250%;
        width: 200px;
        height: 200px;
        max-width: fit-content;
        opacity: 0;
        transition: all 0.5s;
        z-index:-1;
    }
    .form .input-group{
    display: flex;
}
.form .input-group input{
    border-radius: 0;
    margin-bottom: 0;
    border: 1px solid #ddd;
    padding: 10px;
    line-height: 1;
    font-size: 16px;
}
.form .input-group button{
    position: relative;
    border-radius: 0;
    background: #0863c4;
    border: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    line-height: 1;
}
.form .input-group button i{
    position: static;
    height: auto;
    width: auto;
}
.form .input-group button i::after{
    display: none;
}
/*#tops{*/
/*    position: fixed;*/
/*    bottom: 10%;*/
/*    right: 5%;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*    background: #fff;*/
/*    display: none;*/
/*    text-align: center;*/
/*}*/
/*#tops img{*/
/*    width: 50%;*/
/*    transform:translateY(50%);*/
/*}*/