body {
    font-family: 'Poppins', sans-serif;
    word-break: break-word;
}

h1,
h2,
h3,
p {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

a {
    color: unset;
}

a:hover {
    color: unset;
    text-decoration: none;
}

.rules {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
}

.header {
    position: relative;
}

#lianjiea {
    cursor: pointer;
}

.header_top {
    background-color: #F5f5f5;
    padding-right: 30px;
}

.header_top p {
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    margin-right: 30px;
}

.header_top p a {
    color: #666;
}

.header_top p i {
    margin-right: 10px;
}

.header_top p .eml {
    margin-top: -2px;
}

.header_top .cont {
    background-color: rgba(144, 13, 74, 0.4);
    width: 140px;
    height: 40px;
    text-align: center;
    margin-right: 0;
}

.headerbox {
    height: 120px;
    line-height: 120px;
    position: relative;
    background-color: #fff;
}

.logo {
    /* width: 220px; */
    margin-left: 2.8%;
    float: left;
}

.pc_menu {
    float: right;
    margin-right: 3.4%;
}

.pc_menu a {
    display: inline-block;
    margin-left: 35px;
    font-size: 18px;
    color: #333;
    line-height: 117px;
    text-transform: uppercase;
    position: relative;
}

.pc_menu a:hover {
    text-decoration: none;
}

.pc_menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    transition: width .3s;
}

.pc_menu a:hover::after {
    width: 100%;
    background-color: #999;
}

.pc_up,
.pc_upa {
    padding-right: 6px;
    position: relative;
}

.pc_up i,
.pc_upa i {
    margin-left: 10px;
    z-index: 123;
    position: absolute;
    display: block;
    width: 9px;
    height: 5px;
    line-height: 5px;
    top: 45%;
    right: -11px;
}

.pc_up i img,
.pc_upa i img {
    transition: width .3s;
}

.search {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 14.8%;
    height: 48px;
    float: right;
    margin-right: 2.63%;
    margin-top: 35px;
    position: relative;
}

.search p {
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 12px;
    right: 17px;
}

.chd_box {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 123;
}

.twopro {
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
    display: none;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    background-color: #fff;
}

.pro_box {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
}

.pro_box a {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    display: block;
}

.pro_img {
    width: 70px;
    height: 70px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.05);
}

.pro_img:hover {
    border: 2px solid #999;
}

.footer {
    background-color: #fafafa;
    padding-top: 80px;
}

.footer .container {
    width: 1300px;
    padding: 0;
}

.ft_about {
    width: 160px;
    float: left;
}

.ft_about h2 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.ftabtbox {
    margin-top: 30px;
}

.ftabtbox a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #999;
}

.ft_box {
    margin-bottom: 40px;
}

.shuline {
    background-color: black;
    opacity: 0.102;
    width: 1px;
    height: 163px;
    float: left;
    margin: 75px 45px 0;
}

.ft_about2 {
    width: 210px;
}

.ft_about3 {
    width: 255px;
}

.ft_about4 {
    width: 387px;
}

.form {
    margin-bottom: 45px;
}

.form form {
    margin: 0;
    margin: 12px 0;
    width: 100%;
}

.form form input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: #fff;
    width: 285px;
    padding: 12px 0;
    float: left;
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 10px;
}

.form form textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    background: #fff;
    width: 285px;
    padding: 12px 0;
    float: left;
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 10px;
    height: 120px;
}
.form form .btn {
    /*float: right;*/
    padding: 0;
    width: 94px;
    border-radius: 0;
    transition: all .4s;
    border: none;
    display: block!important;
}

.form form .btn button {
    width: 100%;
    display: block;
    border: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    background: #333;
    transition: all .4s;
}

.form form .enquiry_make {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.form form .enquiry_make p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 20px 30px;
}

.shejiao {
    margin-top: 30px;
}

.shejiao a {
    width: 42px;
    display: block;
    float: left;
    margin-right: 5px;
}

.shejiaowechat {
    margin-top: 30px;
}

.shejiaowechat a {
    width: 142px!important;
    display: block;
    float: left;
    margin-right: 5px;
}

.ft_line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}

.ft_btm {
    padding: 22px 0;
}

.ft_btm p,
.ft_btm a {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    float: left;
}

.ft_btm a {
    float: right;

}

.ftabtbox a {
    font-size: 16px;
}

.phone_header {
    display: none;
}

.searchbox {
    position: fixed;
    z-index: 111;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.searchbox .search_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 45px;
    background: #fff;
}

.searchbox p {
    color: #000;
    font-size: 21px;
    margin-bottom: 20px;
}

.searchbox input[type=text] {
    border: 1px solid #666;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
}

.searchbox input[type=submit] {
    border: none;
    background: #333;
    color: #fff;
    padding: 10px;
    font-size: 17px;
}

.searchbox .btn1 {
    position: absolute;
    right: 0;
    top: 0;
}

.searchbox .btn1 {
    width: 34px;
    border-radius: 4px;
    background-color: #333;
    height: 34px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 34px;
}



@media screen and (max-width: 1680px) and (min-width: 768px) {
    .pc_menu {
        margin-right: 2.4%;
    }

    .pc_menu a {
        margin-left: 25px;
    }
}



/* 1366 */
@media screen and (max-width: 1600px) and (min-width: 1200px) {
    .pc_menu {
        margin-right: 2.4%;
    }

    .pc_menu a {
        margin-left: 24px;
    }

    .search {
        margin-right: 1.63%;
    }

    .logo {
        width: 235px;
        margin-left: 1.8%;
    }

    .footer .container {
        width: 1190px;
    }

    .shuline {
        margin: 75px 29px 0;
    }

    .search {
        border: none;
        width: 5.8%;
        margin-right: 1.63%;
    }
}

/* 1280 */
@media screen and (max-width: 1300px) and (min-width: 768px) {
    .pc_menu a {
        font-size: 16px;
    }

    .logo {
        width: 235px;
        margin-left: 1.8%;
    }
}


@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .ft_about {
        width: 150px;
    }

    .ft_about2 {
        width: 200px;
    }

    .ft_about3 {
        width: 260px;
    }

    .header_top p {
        margin-right: 25px;
    }

    .headerbox {
        height: auto;
        line-height: 0;
    }

    .logo {
        margin-top: 22px;
    }

    .search {
        margin-top: 13px;
        border: none;
        width: 5.8%;
        margin-right: 1.63%;
    }

    .pc_menu {
        margin-right: 1.4%;
        float: left;
    }

    .pc_menu a {
        line-height: 76px;
        margin-left: 20px;
        font-size: 16px;
    }

    .chd_box {
        top: 100%;
    }

    .footer .container {
        width: 970px;
    }

    .shuline {
        margin: 75px 15px 0;
    }

    .ft_about4 {
        width: 260px;
    }

    .form form input {
        width: 180px;
        padding: 8px 0;
        padding-left: 5px;
        font-size: 12px;
    }

    .form form .btn {
        width: 72px;
        padding: 0;
    }

    .form form .btn button {
        font-size: 14px;
        line-height: 34px;
    }
}

#sendStatus {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#sendStatus p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 20px 30px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .pc_menu {
        float: left;
    }

    .header_top p {
        margin-right: 20px;
    }

    .searchbox .search_inner {
        width: 80%;
    }

    .headerbox {
        height: auto;
        line-height: 0;
    }

    .logo {
        margin-top: 15px;
        width: 180px;
    }

    .search {
        margin-top: 17px;
        height: 42px;
    }

    .search p {
        top: 8px;
    }

    .pc_menu a {
        line-height: 76px;
        margin-left: 15px;
        font-size: 16px;
    }

    .footer .container {
        width: 650px;
    }

    .shuline {
        margin: 75px 9% 0;
    }

    .ft_about4 {
        width: 260px;
    }

    .ft_about,
    .ft_about2 {
        width: 40%;
    }

    .ft_about3,
    .ft_about4 {
        margin-top: 20px;
    }

    .db {
        display: none;
    }

    .form form input {
        width: 180px;
        padding: 8px 0;
        padding-left: 5px;
        font-size: 12px;
    }

    .form form .btn {
        width: 72px;
        padding: 0;
    }

    .form form .btn button {
        font-size: 14px;
        line-height: 34px;
    }
}

@media screen and (max-width: 767px) {
    .bpn {
        display: none;
    }

    .header {
        display: none;
    }

    .phone_header {
        display: block;
    }

    .navbar-default {
        background-color: #fff;
        border: none;
        border-bottom: none;
        min-height: 70px;
        margin-bottom: 0;
    }

    .navbar-default .navbar-brand {
        color: #fff;
    }

    .phone_logo {
        width: 200px;
        padding: 0px 0px;
        /* padding-top: 10px; */
        margin-top: 15px;
        margin-left: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 24px;
        color: #fff;
        line-height: 35px;
    }

    .phone_menu {
        width: 29px;
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 0px 0px;
        margin-top: 22px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 3px;
        outline: none;
    }

    .footer .container {
        width: 100%;
        padding: 0 20px;
    }

    .ft_about,
    .ft_about2,
    .ft_about3,
    .ft_about4 {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .shuline {
        display: none;
    }

    .footer {
        padding-top: 30px;
    }

    .form form input {
        width: 72%;
    }

    .form form .btn {
        width: 25%;
    }

    .ft_btm {
        padding: 15px 0;
        margin-bottom: 70px;
    }

    .ft_btm p,
    .ft_btm a {
        font-size: 12px;
        line-height: 18px;
    }

    .navbar-default .navbar-nav>li>a,
    .dropdown-menu a {
        color: #333;
        font-size: 18px;
        border-bottom: 1px solid #ececec;
        display: block;
        padding: 20px;
        text-transform: uppercase;
    }

    .navbar-default .navbar-nav>li>i {
        width: 16px;
        display: block;
        position: absolute;
        top: 19px;
        right: 25px;
        z-index: 123;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #333;
        background-color: #fff;
        padding: 20px;
        font-size: 18px;
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background-color: #fff;
        color: #000;
    }

    .searchimg {
        position: absolute;
        right: 66px;
        top: 23px;
        width: 25px;
    }

    .menubox {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 999999;
        display: none;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .pho_btm {
        background-color: #fafafa;
        padding: 25px 22px;
    }

    .pho_btm:nth-child(2),
    .pho_btm:nth-child(3) {
        font-size: 18px;
        color: #969696;
        line-height: 30px;
    }

    #myula {
        overflow-y: scroll;
    }

    .phoine {
        display: block;
        width: 1px;
        height: 18px;
        margin: 3px 25px;
        float: left;
        background-color: #969696;
    }

    .ant {
        font-size: 18px;
        color: #333;
        display: block;
        float: left;
    }

    .myul {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        min-width: 160px;
        list-style: none;
        font-size: 12px;
        text-align: left;
        background-color: #fff;
        border-radius: 3px;
        background-clip: padding-box;
        display: none;
    }

    .myul a {
        display: block;
        padding: 8px 40px;
        clear: both;
        color: #333333;
        background-color: #f5f5f5;
        font-size: 16px;
    }

    .myp {
        margin-bottom: 10px;
    }

    .navbar-brand>img.bpn {
        display: none;
    }

    #phone.active {
        background-color: #e8287f;
    }

    #phone.active .searchimg {
        display: none;
    }

    #phone.active .bpn {
        display: block;
    }

    #phone.active .bpb {
        display: none;
    }

    #phone.active .menubox {
        display: block;
    }

    .ft_about h2 {
        margin-top: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .ftabtbox {
        margin-top: 15px;
    }

    .searchbox .search_inner {
        width: 80%;
    }

    .ft_box {
        margin-bottom: 20px;
    }

    #navbag {
        background-color: #333;
    }

    .myi img {
        transform: rotate(180deg);
    }

    .ft_btm a {
        float: left;
        margin-top: 1rem;
    }

    .logo2 {
        padding-top: 10px;
    }
}
