﻿/*--统一设置--*/
@font-face {
    font-family: "myfont1";
    src: url("../font/dingliehuobanfont.ttf")
}

@font-face {
    font-family: "myfont2";
    src: url("../font/Lemon-Regular.ttf")
}

html, body, dl, dd, dt {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-family: "myfont1";
    width: 100%;
    height: 100%;
    background-color: #fff;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0
}

form {
    margin: 0
}

.clear {
    clear: both
}

.check_input {
    width: 10px;
    height: 10px;
    border: 0;
}

.height_clear {
    height: 15px;
    clear: both
}

.form_input {
    border: none;
    height: 42px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.form_textarea {
    width: 100%;
    height: 80px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    outline: none
}

.form_btn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer
}

.search_input {
    border: 1px solid #999;
    height: 20px;
    width: 150px;
}

img {
    border: 0
}


.common_top_wc {
    width: 100%;
    background: url(../image/bg.png);
    position: fixed;
    top: 0;
    left: 0;
    height: 110px;
    z-index: 99999;
}

.common_top_wc .common_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.common_top_wc .common_top .logo {
    margin-left: 30px;
    display: flex;
    align-items: center;
    height: 110px;
    width: 15%
}

.common_top_wc .common_top .center {
    display: flex;
    align-items: center;
    height: 110px;
}

/*.common_top_wc .common_top .center a{text-decoration: none; color:#fff; font-size:22px; padding:0 40px; }*/
.common_top_wc .common_top .phone {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: right;
    height: 110px;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    width: 20%
}


/*nav导航盒子*/
div.nav {
    margin: 0 auto;
    line-height: 110px;
    text-align: center;
    font-size: 22px;
    position: relative;
}

/*nav-main*/
ul.nav-main {
    width: 100%;
    height: 100%;
    list-style-type: none;

}

ul.nav-main li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100%;
}

ul.nav-main span {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
    background: url('/tpl/home/css/down-icon.png') no-repeat;
}

/*图标向上旋转*/
.hover-up {
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/*图标向下旋转*/
.hover-down {
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

/*导航条设置*/
ul.nav-main > li {
    height: 100%;
    display: block;
    float: left;
    color: #fff;
    margin-right: 1px;
    cursor: pointer;
    position: relative;
    width: 168px;
}

ul.nav-main > li:hover {
    color: #FFF
}

/*隐藏盒子设置*/
div.hidden-box {
    width: 168px;
    border-top: 0;
    position: absolute;
    z-index: 99999;
    display: none;
    top: 110px;
}

.hidden-box > ul {
    list-style-type: none;
    color: #643519;
    cursor: pointer;
}

.hidden-box li:hover {
    background: #0e6ec1;
    color: #fff;
}

.hidden-box li a {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    background: url(../image/bg.png);
    color: #fff;
    font-size: 20px
}

.hidden-box li a:hover {
    color: #FFF
}

/*隐藏盒子位置设置*/
.hidden-loc-index {
    left: 121px;
}

.hidden-loc-us {
    left: 242px;
}

.hidden-loc-info {
    left: 363px;
}

.box01 {
    left: 0;
}

.menu-btn {
    display: none;
}

.sidebar {
    display: none;
}

.part1_text {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.part1_text span {
    display: block;
    width: 100%;
    line-height: 60px;
}

.part1_text span .p1 {
    font-size: 60px;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.part1_text span .p2 {
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.part2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.part2 .part2_left {
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.part2 .part2_left .l1 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 50px;
}

.part2 .part2_left .l2 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 30px;
    color: #b6b6b6;
    text-transform: uppercase;
}

.part2 .part2_left .l3 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    color: #585858;
    line-height: 36px;
    margin-top: 30px;
}

.part2 .part2_left .l4 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}

.part2 .part2_left .l4 span {
    margin-left: 70px;
}

.part2 .part2_left .l4 .l4_1 {
    font-size: 100px;
    color: #04B8B5;
    margin: 0;
}

.part2 .part2_left .l4 .l4_2 {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.part2 .part2_left .l4 span:nth-child(1) {
    margin-left: 0;
}

.part2 .part2_left .l5 {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.part2 .part2_left .l5 a {
    text-decoration: none;
    display: flex;
    background: #04B8B5;
    width: 200px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}

.part2 .part2_right {
    width: 50%;

}

.part3 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.part3 .left {
    width: 27%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.part3 .left .l_gps {
    width: 100%
}

.part3 .left .l1 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 50px;
}

.part3 .left .l2 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 30px;
    color: #b6b6b6;
    text-transform: uppercase;
    margin-top: 10px;
}

.part3 .left .l3 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    margin-top: 20px;
}

.part3 .left .l4 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-top: 30px;
}

.part3 .left .l4 a {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    width: 220px;
    text-decoration: none;
    padding: 12px 15px;
    color: #666;
    background: url(../image/jt1.png) no-repeat 220px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.part3 .left .l4 a:hover {
    background: #04B8B5 url(../image/jt2.png) no-repeat 220px;
    color: #fff;
    border: 1px solid #04B8B5;
}

.part3 .right {
    width: 72%;
    padding-top: 120px;
    padding-right: 1%;
    display: flex;
    align-items: center;
}

.part3 .right .r_gps {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.part3 .right .list {
    width: 32%;
    max-height: 370px;
    position: relative;
    overflow: hidden;
    margin: 0 0 1% 0;
}

.part3 .right .list .l1 {
    width: 100%;
    padding-top: 65.054%;
    position: relative;
}

.part3 .right .list .l1 img {
    width: 100%;
    height: auto;
    max-height: 370px;
    position: absolute;
    top: 0;
    left: 0;
}

.part3 .right .list .l2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.part3 .right .list .l3 {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff
}

.part3 .right .list:hover .l2 {
    opacity: 0.4;
}

.part3 .right .list:hover .l3 {
    display: flex;
}


.part4 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part4 .list {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part4 .list:nth-child(1) {

}

.part4 .list:nth-child(2) {

    margin: 0 1%;
}

.part4 .list:nth-child(3) {

    margin: 0 1% 0 0;
}

.part4 .list:nth-child(4) {

}

.part4 .list .l1 {
    display: flex;
    justify-content: center;
}

.part4 .list .l1 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    border: 1px solid #fff;
    border-radius: 110px;
}

.part4 .list .l2 {
    color: #fff;
    font-size: 40px;
    margin-top: 30px;
}

.part4 .list .l3 {
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
    height: 50px;
}

.fl_title {
    position: absolute;
    left: 110px;
    top: 120px;
    padding: 0 100px 0 0;
}

.fl_title .fl1 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 50px;
    display: block;
    color: #fff
}

.fl_title .fl2 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.part5 {
    width: 100%;
    height: 100%;
}

.part5 .top {
    width: 100%;
    padding-top: 120px
}

.part5 .top .t1 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 50px;
}

.part5 .top .t2 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 30px;
    color: #b6b6b6;
    text-transform: uppercase;
    margin-top: 10px;
}

.part5 .content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    height: calc(100% - 240px);
    align-items: center;
}

.part5 .content .l_gps {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part5 .content .list {
    width: 48%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    max-height: 340px;
    overflow: hidden;
    padding: 0.5%;
    position: relative;
    margin-top: 1%;
}

.part5 .content .list .l {
    width: 43%;
}

.part5 .content .list .l a {
    display: block;
    width: 100%;
    padding-top: 62.054%;
    position: relative;
}

.part5 .content .list .l img {
    width: 100%;
    max-height: 340px;
    position: absolute;
    left: 0;
    top: 0
}

.part5 .content .list .r {
    width: 50%;
    text-align: left;
}

.part5 .content .list .r .r1 {
    width: 100%;
    font-size: 24px;
    color: #777777;
    margin-top: 15px;
}

.part5 .content .list .r .r2 {
    width: 100%;
    font-size: 16px;
    color: #afafaf;
    margin-top: 15px;
}

.part5 .content .list .r .r3 {
    width: 100%;
    font-size: 16px;
    color: #afafaf;
    margin-top: 15px;
    font-weight: bold;
}

.part5 .content .list .fl_add {
    display: inline-block;
    position: absolute;
    right: 0.5%;
    bottom: 1.5%;
    background: #eeeeee;
    padding: 20px
}

.part6 {
    width: 100%;
    height: 100%;
}

.part6 .top {
    width: 100%;
    padding-top: 120px
}

.part6 .top .t1 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 50px;
}

.part6 .top .t2 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 30px;
    color: #b6b6b6;
    text-transform: uppercase;
    margin-top: 10px;
}

.part6 .content {
    width: 1400px;
    height: calc(100% - 240px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.part7 {
    width: 100%;
    height: 100%;
}

.part7 .top {
    width: 100%;
    height: 30%;

}

.part7 .center {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}

.part7 .center .left {
    width: 50%;
}

.part7 .center .left .l1 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 50px;
}

.part7 .center .left .l2 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 30px;
    color: #b6b6b6;
    text-transform: uppercase;
    margin-top: 10px;
}

.part7 .center .left .l3 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    color: #333;
    font-weight: 800;
    margin-top: 25px;
    position: relative;
}

.part7 .center .left .l3 span {
    position: absolute;
    left: 342px;
    bottom: 0;
}

.part7 .center .right {
    width: 50%;
}

.part7 .center .right .title {
    width: 90%;
    text-align: left;
    color: #6a6a6a;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 30px;
}

.part7 .center .right .content_form {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.part7 .center .right .content_form .list_form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.part7 .center .right .content_form .list_form input {
    width: 32%;
    height: 50px;
}

.part7 .center .right .content_form .list_form textarea {
    min-height: 150px;
}

.part7 .center .right .content_form .list_form .layui-btn {
    width: 220px;
    height: 60px;
    font-size: 18px;
}

.part7 .bottom {
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ny_banner {
    width: 100%;
}

.ny_banner img {
    width: 100%
}

.ny_bread_wc {
    width: 100%;
    background: #04B8B5;
}

.ny_bread_wc .ny_bread {
    width: 90%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px
}

.ny_bread_wc .ny_bread img {
    width: 25px;
}

.ny_bread_wc .ny_about {
    width: 1400px
}

.fl_class {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}

.fl_class a {
    display: inline-block;
    width: 260px;
    height: 60px;
    border: 1px solid #04B8B5;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 60px;
    margin: 0 15px;
    border-radius: 30px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.fl_class a:hover {
    background: #04B8B5;
    color: #fff
}

.fl_class .sel {
    background: #04B8B5;
    color: #fff
}

.pro_wc {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.pro_wc .list {
    width: 31%;
    max-height: 490px;
    position: relative;
    margin: 2% 0 0 3.5%;
}

.pro_wc .list span {
    display: block;
    width: 100%;
    padding-top: 62.054%;
    position: relative;
    overflow: hidden;
}

.pro_wc .list span img {
    width: 100%;
    max-height: 490px;
    position: absolute;
    left: 0;
    top: 0
}

.pro_wc .list .zz {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pro_wc .list .wz {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #fff;
    display: none;
}

.pro_wc .list:hover .zz {
    opacity: 0.4;
}

.pro_wc .list:hover .wz {
    display: flex;
}

.pro_wc .list:nth-child(1) {
    margin-left: 0;
}

.pro_wc .list:nth-child(4) {
    margin-left: 0;
}

.pro_wc .list:nth-child(7) {
    margin-left: 0;
}

.pro_wc .list:nth-child(10) {
    margin-left: 0;
}

.pro_wc .pro_text {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.pro_wc .pro_text .t1 {
    width: 50%;
    font-size: 22px;
}

.pro_wc .pro_text .t2 {
    width: 50%;
    font-size: 16px;
    line-height: 30px;
}

.pro_wc .pro_text .t2 .t2_1 {
    width: 100%;
}

.pro_wc .pro_text .t2 .t2_2 {
    width: 100%;
    margin-top: 30px;
}

.pro_wc .pro_img {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
}

.pro_wc .pro_img .img_list {
    width: 23%;
    max-height: 490px;
    position: relative;
    margin: 2% 0 0 2.5%;
}

.pro_wc .pro_img .img_list span {
    display: block;
    width: 100%;
    padding-top: 114%;
    position: relative;
    overflow: hidden;
}

.pro_wc .pro_img .img_list span img {
    width: 100%;
    max-height: 490px;
    position: absolute;
    left: 0;
    top: 0
}

.pro_wc .pro_img .img_list .zz {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pro_wc .pro_img .img_list:hover .zz {
    opacity: 0.4;
}

.pro_wc .pro_img .img_list:nth-child(1) {
    margin-left: 0;
}

.pro_wc .pro_img .img_list:nth-child(5) {
    margin-left: 0;
}

.pro_wc .pro_img .img_list:nth-child(9) {
    margin-left: 0;
}

.pro_wc .pro_content {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.pro_wc .pro_content img {
    width: 100%
}


.case_wc {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.case_wc .list {
    width: 25%;
    max-height: 490px;
    position: relative;
    margin: 2% 0 0 0;
}

.case_wc .list span {
    display: block;
    width: 100%;
    padding-top: 62.054%;
    position: relative;
}

.case_wc .list span img {
    width: 100%;
    max-height: 490px;
    position: absolute;
    left: 0;
    top: 0
}

.case_wc .list .wz {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-top: 20px;
}

.case_wc .list:nth-child(1) {
    margin-left: 0;
}

.case_wc .list:nth-child(4) {
    margin-left: 0;
}

.case_wc .list:nth-child(7) {
    margin-left: 0;
}

.case_wc .list:nth-child(10) {
    margin-left: 0;
}

.about_wc {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}

.about_wc .about_title {
    width: 100%;
}

.about_wc .about_title .a1 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
}

.about_wc .about_title .a2 {
    font-size: 30px;
    font-weight: 800;
    color: #b6b6b6;
    text-align: center;
    text-transform: uppercase;
}

.about_wc .about_one {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
}

.about_wc .about_one .left {
    width: 50%;
}

.about_wc .about_one .right {
    width: 47%;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.about_wc .about_two {
    width: 100%;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 30px 0;
    position: relative;
}

.contact_wc {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}

.contact_wc .con_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_wc .con_top .c1 {
    display: flex;
    align-items: center;
}

.contact_wc .con_top .c1 .c1_1 {
    display: block;
    height: 80px;
    width: 5px;
    background: #04B8B5;
}

.contact_wc .con_top .c1 .c1_2 {
    font-size: 36px;
    color: #04B8B5;
    margin-left: 10px;
}

.contact_wc .con_top .c1 .c1_3 {
    font-size: 30px;
    font-weight: 800;
    color: #04B8B5;
    margin-left: 5px;
}

.contact_wc .con_top .c2 {
    width: 480px;
    height: 50px;
    background: #ebf3fb;
    position: relative;
    display: flex;
    align-items: center;
}

.contact_wc .con_top .c2 img {
    position: absolute;
    right: 10px;
    width: 20px;
}

.contact_wc .con_top .c2 .layui-input {
    background: none;
}

.contact_wc .con_top .c2 .layui-input:focus {
    border: none;
}

.contact_wc .con_center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.contact_wc .con_center .left {
    width: 700px;
}

.contact_wc .con_center .right {
    width: 690px;
}

.contact_wc .con_center .right .r1 {
    width: 100%;
    height: 100px;
    background: url(../image/contact_05.jpg) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #04B8B5
}

.contact_wc .con_center .right .r2 {
    width: 100%;
    height: 426px;
    background: #ebf3fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_wc .con_center .right .r2 .r2_1 {
    font-size: 18px;
    line-height: 36px;
}

.contact_wc .con_map {
    width: 100%;
    margin-top: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.contact_wc .con_map img {
    width: 100%
}


.ser_wc {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}

.ser_wc .ser_title {
    width: 100%;
}

.ser_wc .ser_title .a1 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
}

.ser_wc .ser_title .a2 {
    font-size: 30px;
    font-weight: 800;
    color: #b6b6b6;
    text-align: center;
    text-transform: uppercase;
}

.ser_wc .ser_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}

.ser_wc .ser_list .list {
    width: 332px;
    margin-left: 24px;
}

.ser_wc .ser_list .list span {
    display: block;
}

.ser_wc .ser_list .list span img {
    width: 100%
}

.ser_wc .ser_list .list .txt {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.ser_wc .ser_list .list:nth-child(1) {
    margin-left: 0;
}


.i_content {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}

.i_content .left {
    display: block;
    width: 900px
}

.i_content .left .left_one {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.i_content .left .left_one .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.i_content .left .left_one .title .t1 {
    font-size: 18px;
    display: flex;
    align-items: center
}

.i_content .left .left_one .title .t2 {
    font-size: 16px;
    text-decoration: none;
    color: #666
}

.i_content .left .left_one .list {
    width: 418px;
    text-align: center;
    font-size: 16px;
    margin-top: 20px
}

.i_content .left .left_one .list img {
    border-radius: 20px
}

.i_content .left .left_two {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px
}

.i_content .left .left_two .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.i_content .left .left_two .title .t1 {
    font-size: 18px;
    display: flex;
    align-items: center
}

.i_content .left .left_two .title .t2 {
    font-size: 16px;
    text-decoration: none;
    color: #666;
    display: flex;
    justify-content: space-between
}

.i_content .left .left_two .title .t2 a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    line-height: 30px
}

.i_content .left .left_two .title .t2 a:hover {
    background: #ff4747;
    color: #fff;
    border-radius: 15px
}

.i_content .left .left_two .title .t2 .sel {
    background: #ff4747;
    color: #fff;
    border-radius: 15px
}

.i_content .left .left_two .content {
    width: 100%;
}

.i_content .left .left_two .content .list {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.i_content .left .left_two .content .list .l1 {
    display: block;
    width: 260px;
    overflow: hidden
}

.i_content .left .left_two .content .list .l1 img {
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.i_content .left .left_two .content .list .l2 {
    display: block;
    width: 600px;
}

.i_content .left .left_two .content .list .l2 .l2_1 {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    width: 100%;
    display: block;
    margin-top: 10px
}

.i_content .left .left_two .content .list .l2 .l2_2 {
    text-decoration: none;
    font-size: 14px;
    color: #666;
    width: 100%;
    display: block;
    margin-top: 10px;
    line-height: 24px
}

.i_content .left .left_two .content .list .l2 .l2_3 {
    font-size: 14px;
    color: #333;
    width: 100%;
    display: block;
    margin-top: 10px
}

.i_content .right {
    display: block;
    width: 460px
}

.i_content .right .right_one {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.i_content .right .right_one .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.i_content .right .right_one .title .t1 {
    font-size: 18px;
    display: flex;
    align-items: center
}

.i_content .right .right_one .title .t2 {
    font-size: 16px;
    text-decoration: none;
    color: #666
}

.i_content .right .right_one .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.i_content .right .right_one .list .l1 {
    width: 320px;
    display: flex;
    justify-content: flex-start
}

.i_content .right .right_one .list .l1 .l1_1 {
    display: block;
    background: #ff4747;
    color: #fff;
    padding: 2px 6px
}

.i_content .right .right_one .list .l1 .l1_2 {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    margin-left: 10px
}

.i_content .right .right_one .list .l2 {
    display: block;
    font-size: 14px;
}

.i_content .right .right_one .cimg {
    width: 90%;
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: 0 -10px 20px rgba(137, 137, 137, 0.2), 10px 0 20px rgba(137, 137, 137, 0.2), 0 10px 20px rgba(137, 137, 137, 0.2), -10px 0 20px rgba(137, 137, 137, 0.2);
    align-items: center
}

.i_content .right .right_one .cimg .c1 {
    font-size: 28px;
    font-style: italic
}

.i_content .right .right_one .cimg .c2 {
    font-size: 28px;
    color: #ff4747;
    font-style: italic
}

.i_content .right .right_one .cimg .c3 {
    font-size: 16px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 22px;
    line-height: 30px;
    padding: 2px 28px
}

.i_content .right .right_two {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.i_content .right .right_two .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.i_content .right .right_two .title .t1 {
    font-size: 18px;
    display: flex;
    align-items: center
}

.i_content .right .right_two .title .t2 {
    font-size: 16px;
    text-decoration: none;
    color: #666
}

.i_content .right .right_two .list {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px
}

.i_content .right .right_two .list .l1 {
    display: block;
    width: 160px;
}

.i_content .right .right_two .list .l1 img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.i_content .right .right_two .list .l2 {
    display: block;
    margin-left: 20px;
    width: 280px
}

.i_content .right .right_two .list .l2 .l2_1 {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_content .right .right_two .list .l2 .l2_2 {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    color: #666;
    margin-top: 10px
}

.i_content .right .right_three {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.i_content .right .right_three .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.i_content .right .right_three .title .t1 {
    font-size: 18px;
    display: flex;
    align-items: center
}

.i_content .right .right_three .title .t2 {
    font-size: 16px;
    text-decoration: none;
    color: #666
}

.i_content .right .right_three .content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px
}

.i_content .right .right_three .content .list {
    display: block;
    width: 48%;
    margin-top: 20px
}

.i_content .right .right_three .content .list .l1 {
    display: block;
    width: 100%;
    height: 130px
}

.i_content .right .right_three .content .list .l1 img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.i_content .right .right_three .content .list .l2 {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_content_img {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
}

.i_content_img .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.i_content_img .title .t1 {
    font-size: 18px;
    display: flex;
    align-items: center
}

.i_content_img .title .t2 {
    font-size: 16px;
    text-decoration: none;
    color: #666
}

.i_content_img .content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px
}

.i_content_img .content .list {
    width: 24%;
    margin-left: 1.15%
}

.i_content_img .content .list .l1 {
    width: 100%;
    height: 220px;
    display: block
}

.i_content_img .content .list .l1 img {
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.i_content_img .content .list .l2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    font-size: 14px;
}

.i_content_img .content .list .l3 {
    width: 100%;
    font-size: 14px;
    color: #666
}

.i_content_img .content .list:nth-child(1) {
    margin-left: 0
}

.ny_content {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.ny_content .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.ny_content .title .t1 {
    font-size: 18px;
    display: flex;
    align-items: center
}

.ny_content .title .t2 {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center
}

.ny_content .about_wc {
    width: 100%;
    margin-top: 50px
}

.ny_content .about_wc .ab1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ny_content .about_wc .ab1 .left {
    display: block;
    width: 496px;
}

.ny_content .about_wc .ab1 .left img {
    width: 100%
}

.ny_content .about_wc .ab1 .right {
    display: block;
    width: 860px;
}

.ny_content .about_wc .ab1 .right .r1 {
    font-size: 26px;
    margin-top: 20px
}

.ny_content .about_wc .ab1 .right .r2 {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px
}

.ny_content .about_wc .ab2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px
}

.ny_content .about_wc .ab2 .list {
    width: 33.33%;
    text-align: center
}

.ny_content .about_wc .ab2 .list .l1 {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 50px
}

.ny_content .about_wc .ab2 .list .l2 {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666
}

.ny_content .news_wc {
    width: 100%;
    margin-top: 50px
}

.ny_content .news_wc .menu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    background: #fcfcfc
}

.ny_content .news_wc .menu a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    color: #000
}

.ny_content .news_wc .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px
}

.ny_content .news_wc .list .left {
    padding: 20px;
    background: #f5f5f5;
}

.ny_content .news_wc .list .left .l1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #666
}

.ny_content .news_wc .list .left .l2 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px
}

.ny_content .news_wc .list .center {
    width: 930px;
    margin-left: -250px;
}

.ny_content .news_wc .list .center a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    color: #000
}

.ny_content .news_wc .list .center span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #999;
    margin-top: 10px
}

.ny_content .news_wc .list .center p {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-top: 10px;
    color: #666
}

.ny_content .news_wc .list .right {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: 2px solid #999;
    display: flex;
    align-items: center;
    justify-content: center
}

.ny_content .news_wc .list .right img {
    width: 70%;
    display: block
}

.ny_content .news_wc .content {
    width: 1400px;
    margin: 0 auto;
}

.ny_content .news_wc .content .news_title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 800
}

.ny_content .news_wc .content .news_title_other {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 20px 0;
}

.ny_content .news_wc .content .nr {
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.ny_content .news_wc .pg_wc {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ny_content .news_wc .pg_wc .pg_left {
    width: 70%;
}

.ny_content .news_wc .pg_wc .pg_left .left_list {
    width: 100%;
}

.ny_content .news_wc .pg_wc .pg_left .left_list .l1 {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ny_content .news_wc .pg_wc .pg_left .left_list .l1 .l1_1 {
    width: 200px;
    height: 200px;
}

.ny_content .news_wc .pg_wc .pg_left .left_list .l1 .l1_1 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.ny_content .news_wc .pg_wc .pg_left .left_list .l1 .l1_2 {
    display: flex;
    align-items: center;
    font-size: 14px
}

.ny_content .news_wc .pg_wc .pg_left .left_list .l2 {
    display: block;
    width: 94%;
    background: #F3F7FA;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    line-height: 24px;
    padding: 3%;
    margin-top: 20px;
}

.ny_content .news_wc .pg_wc .pg_right {
    width: 25%;
}

.ny_content .news_wc .pg_wc .pg_right .right_list {
    margin-top: 20px;
}

.ny_content .news_wc .pg_wc .pg_ok {
    width: 100%;
    padding: 100px 0;
    text-align: center;
}

.ny_content .news_wc .pg_wc .pg_ok img {
    display: inline-block;
}

.ny_content .pro_wc {
    width: 100%;
    margin-top: 30px
}

.ny_content .pro_wc .menu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    background: #fcfcfc
}

.ny_content .pro_wc .menu a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    color: #000
}

.ny_content .pro_wc .content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 50px
}

.ny_content .pro_wc .content .list {
    width: 385px;
    height: auto;
    box-shadow: 0 0 22px 3px rgba(192, 192, 192, 0.6);
    margin: 40px 0 20px 122px;
    text-decoration: none;
    color: #000
}

.ny_content .pro_wc .content .list .l1 {
    width: 100%;
    height: 325px;
    display: block
}

.ny_content .pro_wc .content .list .l1 img {
    width: 100%;
    height: 100%;
    display: block
}

.ny_content .pro_wc .content .list .l2 {
    width: 100%;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 16px;
}

.ny_content .pro_wc .content .list:nth-child(1) {
    margin-left: 0
}

.ny_content .pro_wc .content .list:nth-child(4) {
    margin-left: 0
}

.ny_content .pro_wc .content .list:nth-child(7) {
    margin-left: 0
}

.ny_content .pro_wc .content .list:nth-child(10) {
    margin-left: 0
}

.ny_content .pro_wc .content .p_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.ny_content .pro_wc .content .p_top .left {
    width: 600px;
    height: 600px;
    display: block
}

.ny_content .pro_wc .content .p_top .left img {
    width: 100%;
    height: 100%
}

.ny_content .pro_wc .content .p_top .right {
    width: 750px;
    display: block
}

.ny_content .pro_wc .content .p_top .right .r1 {
    display: block;
    width: 100%;
    font-size: 30px;
}

.ny_content .pro_wc .content .p_top .right .r2 {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.ny_content .pro_wc .content .p_top .right .r3 {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.ny_content .pro_wc .content .p_top .right .r4 {
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #ff4747;
    border-radius: 22px;
    margin-top: 20px
}

.ny_content .pro_wc .content .p_bottom {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.ny_content .pro_wc .content .p_bottom .b1 {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    font-size: 16px;
}

.ny_content .pro_wc .content .p_bottom .b2 {
    display: block;
    width: 100%;
    padding: 20px 0;
}

.foot_wc {
    width: 100%;
    text-align: center;
    background: #04B8B5;
    padding: 50px 0;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}


.gotop_wc {
    width: 100%;
    position: fixed;
    bottom: 100px;
    height: 100px;
}

.gotop_wc .gotop {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative
}

.gotop_wc .gotop .top {
    position: absolute;
    right: -100px;
    bottom: 0
}

.gotop_wc .gotop .top img {
    width: 100px;
}

.gotop_wc .gotop .shop {
    position: absolute;
    left: -100px;
    bottom: 0
}

.gotop_wc .gotop .shop img {
    width: 100px;
}

/*--分页样式--*/
.page_total {
    border-right: #7f9db9 1px solid;
    border-top: #7f9db9 1px solid;
    border-left: #7f9db9 1px solid;
    border-bottom: #7f9db9 1px solid;
    background-color: #f5fbff;
    font-size: 11px;
    font-weight: bold;
    font-family: verdana;
    padding-right: 2px;
    padding-left: 2px;
}

.page_pages {
    border-right: #7f9db9 1px solid;
    border-top: #7f9db9 1px solid;
    border-left: #7f9db9 1px solid;
    border-bottom: #7f9db9 1px solid;
    background-color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    font-family: verdana;
    padding-right: 2px;
    padding-left: 2px;
}

.page_redirect {
    border-right: #dddddd 1px solid;
    border-top: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
    background-color: #ffffff;
    font-size: 11px;
    padding-right: 5px;
    padding-left: 5px;
}

.on_page_redirect {
    border-right: #7f9db9 1px solid;
    border-top: #7f9db9 1px solid;
    border-left: #7f9db9 1px solid;
    border-bottom: #7f9db9 1px solid;
    background-color: #f5fbff;
    font-size: 11px;
    color: #FF7200;
    padding-right: 5px;
    padding-left: 5px;
}

.page_number {
    border-right: #dddddd 1px solid;
    border-top: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
    background-color: #ffffff;
    font-size: 11px;
    font-family: verdana;
    padding-right: 7px;
    padding-left: 7px;
}

.on_page_number {
    border-right: #dddddd 1px solid;
    border-top: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
    background-color: #f5fbff;
    font-size: 11px;
    font-family: verdana;
    color: #FF7200;
    padding-right: 7px;
    padding-left: 7px;
}

.page_curpage {
    border-right: #dbddd3 1px solid;
    border-top: #dbddd3 1px solid;
    border-left: #dbddd3 1px solid;
    border-bottom: #dbddd3 1px solid;
    background-color: #f5fbff;
    font-size: 11px;
    font-family: verdana;
    color: #FF7200;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 7px;
}

.page_input {
    border-right: #808080 1px solid;
    border-top: #808080 1px solid;
    border-left: #808080 1px solid;
    border-bottom: #808080 1px solid;
    width: 40px;
    height: 20px;
    float: left;
    background: #ffffff;
}

.foot_fenye {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    height: 100px;
}

.topLoop {
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e7e7;
    border-top: none;
    width: 100%
}

.topLoop .bd {
    padding: 10px;
}

.topLoop .bd ul {
    overflow: hidden;
    zoom: 1;
}

.topLoop .bd ul li {
    width: 100%;
    height: 185px;
}

.topLoop .bd img {
    width: 260px;
    height: 150px;
}

.topLoop .bd .title {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

/* 多个左滚动 - 图片- 公用类 */
.leftLoop {
    overflow: hidden;
    position: relative;
}

.leftLoop .hd {
    height: auto;
    position: relative
}

.leftLoop .hd .prev {
    display: block;
    width: 22px;
    height: 42px;
    cursor: pointer;
    background: url("/tpl/home/images/sam-left.png") no-repeat;
    position: absolute;
    left: 0;
    top: 100px;
}

.leftLoop .hd .next {
    display: block;
    width: 22px;
    height: 42px;
    cursor: pointer;
    background: url("/tpl/home/images/sam-right.png") no-repeat;
    position: absolute;
    right: 0;
    top: 100px;
}

.leftLoop .bd {
    width: 1100px;
    margin: 0 auto;
    height: 240px;
    padding: 10px;
}

.leftLoop .bd ul {
    overflow: hidden;
    zoom: 1;
}

.leftLoop .bd ul li {
    margin: 0 10px;
    text-align: center;
    float: left;
    _display: inline;
    overflow: hidden;
    width: 200px;
    height: 240px;
}

.leftLoop .bd ul li .pic {
    margin-top: 40px;
}

/*幻灯片*/
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    zoom: 1;
    z-index: 0
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
    text-align: center
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../image/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    padding: 0
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../image/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
    background-position: 0 0;
}


@media screen and (max-width: 1920px) {
    .common_top_wc .common_top .logo {
        width: 10%
    }

    ul.nav-main > li {
        width: 120px
    }

    .common_top_wc .common_top .phone {
        width: 25%
    }
}


  

