*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
}
/* * {
    margin: 0;
    padding: 0;
} */

body, html{
    width: 100%;
    font: 14px/1.5 "Microsoft Yahei",tahoma,Srial,helvetica,sans-serif;
    overflow-x: hidden;
    color: #3C3C3C;
    background: #fff;
}
.w-1300 {
    width: 1300px;
    margin: auto;
}
a{
    text-decoration: none;
}
ul li{
    list-style-type: none;
}
.containerContent {
    min-height: calc(100vh - 130px);
}

/* 多行文本省略号*/
.oneline{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.twoclamp{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-webkit: line clamp 2;
    -moz-webkit: line clamp 2;
    -ms-webkit: line clamp 2;
    -o-webkit: line clamp 2;
    -webkit-line-clamp: 2;
}
.threeclamp{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-webkit: line clamp 3;
    -moz-webkit: line clamp 3;
    -ms-webkit: line clamp 3;
    -o-webkit: line clamp 3;
    -webkit-line-clamp: 3;
}
.fourclamp{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-webkit: line clamp 4;
    -moz-webkit: line clamp 4;
    -ms-webkit: line clamp 4;
    -o-webkit: line clamp 4;
    -webkit-line-clamp: 4;
}
.fiveclamp{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-webkit: line clamp 5;
    -moz-webkit: line clamp 5;
    -ms-webkit: line clamp 5;
    -o-webkit: line clamp 5;
    -webkit-line-clamp: 5;
}
.sixclamp{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-webkit: line clamp 6;
    -moz-webkit: line clamp 6;
    -ms-webkit: line clamp 6;
    -o-webkit: line clamp 6;
    -webkit-line-clamp: 6;
}

/* 头部 */
/*.newHeader {*/
/*    position: fixed;*/
/*    top: 20px;*/
/*    left: 50%;*/
/*    margin-left: -650px;*/
/*    border-radius: 10px;*/
/*    background: rgba(255,255,255,0.8); */
/*    height: 76px;*/
/*    box-shadow: 1px 1px 3px #aaa;*/
/*    padding: 0 56px;*/
/*    z-index: 99;*/
/*}*/

@media screen and (min-width:1335px){ 
    .newHeader {
        position: fixed;
        top: 20px;
        left: 10%;
        width: 80%;
        border-radius: 10px;
        background: rgba(255,255,255,0.8);
        height: 76px;
        box-shadow: 1px 1px 3px #aaa;
        padding: 0 56px;
        z-index: 99;
        /*max-width: 1300px;*/
    }
    .newHeaderRight {
        display: flex;
        display: -webkit-flex;
        /*justify-content: flex-end;*/
        justify-content: space-around;
        padding: 0;
    }
}

@media screen and (max-width:1335px) and (min-width:820px){ 
    .newHeader {
        position: fixed;
        top: 20px;
        left: 10%;
        width: 80%;
        border-radius: 10px;
        background: rgba(255,255,255,0.8);
        height: 76px;
        box-shadow: 1px 1px 3px #aaa;
        padding: 0 56px;
        z-index: 99;
        max-width: 1300px;
    }
    .newHeaderRight {
        display: flex;
        display: -webkit-flex;
        /*justify-content: flex-end;*/
        justify-content: space-around;
        padding: 0;
    }
}
@media screen and (max-width:820px){ 
    .newHeader {
        position: fixed;
        top: 20px;
        left: 5%;
        width: 90%;
        border-radius: 10px;
        background: rgba(255,255,255,0.8);
        height: 76px;
        box-shadow: 1px 1px 3px #aaa;
        /*padding: 0 56px;*/
        z-index: 99;
        max-width: 1300px;
    }
    .newHeaderRight {
        display: flex;
        display: -webkit-flex;
        /*justify-content: flex-end;*/
        justify-content: space-around;
        padding: 0;
    }
    .newHeaderLeft{
        display: none;
    }
}
.newHeaderLeft {
    float: left;
    line-height: 76px;
}
.newHeaderLogo {
    display: block;
    width: 150px;
    height: 46px;
    /* width: 140px;
    height: 43px; */
}
.newHeaderLogo img {
    width: 100%;
    height: 100%;
}



.layui-nav .layui-nav-item {
    line-height: 76px !important;
    color: #3C3C3C;
    /*margin-left: 60px;*/
}
.layui-nav .layui-nav-item a{
    font-size: 14px !important;
    padding: 0 !important;
    color: #3C3C3C !important;
}
.layui-nav .layui-this a {
    color: #2A4172 !important;
}
.layui-nav .layui-nav-more {
    display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar{
    background: #2A4172;
    height: 4px;
}


.layui-nav-child {
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 0 0 28px 0;
    width: 130px;
    color: #fff;
    border: none;
    top: 76px;
    left: 50%;
    margin-left: -65px;
    text-align: center !important;
}
.layui-nav .layui-nav-item .layui-nav-child a {
    color: #fff !important;
    margin-top: 30px !important;
    line-height: 18px !important;
    font-size: 15px !important;
    text-align: center;
    display: inline-block !important;
}
.layui-nav .layui-nav-item .layui-nav-child a:hover {
    border-bottom: 1px solid #fff !important;
    background: transparent !important;
}
.layui-nav .layui-nav-item .layui-nav-child a:visited {
    background: rgba(0, 0, 0, 0.7) !important;
}
.layui-nav .layui-nav-child dd.layui-this a,.layui-nav-child dd.layui-this{
    background: transparent !important;
}
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover{
    background: transparent !important;
}


/* 底部 */
.newFootBox{
    width: 100%;
    background: #d2d2d2;
    text-align: center;
    height: 130px;
}
.newFootBox .newFootLeft .footLeftTop {
    margin: 46px 0 10px 0;
}
.newFootBox .newFootRight{
    margin-top: 43px;
    float: right;
    width: 45px;
    height: 45px;
}
.newFootBox1 {
    width: 100%;
    background: #d2d2d2;
    text-align: center;
    height: 70px;
}
.newFootLeft {
    font-size: 14px;
    display: inline-block;
}
.newFootBox1 .newFootLeft .footLeftTop {
    margin: 14px 0 10px 0;
}
.newFootLeft .footLeftTop a{
    margin: 0 19px;
}
.newFootLeft a:hover {
    color: #2A4172;
}
.newFootLeft .footLeftBottom {
    line-height: 20px;
}
.newFootLeft .footLeftBottom img {
    margin-left: 30px;
    margin-right: 10px;
}
.newFootLeft .footLeftBottom p{
    line-height: 20px;
    display:inline-block;
    vertical-align: middle;
}
.newFootRight{
    margin-top: 13px;
    margin-right: 7px;
    float: right;
    position: relative;
}
.newFootRight_img {
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.newFootRight:hover .tag{
    opacity: 1;
}

.tag {
    opacity: 0;
    z-index: 10;
    width:65px; 
    height: 70px; 
    position: absolute;
    top: -71px; 
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.tag img{
    width: 100%;
    height: 100%;
}

/* 更多样式 */
.mpre {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.more .icon-downarrow{
    display: inline-block;
    color: #2A4172;
    margin-right: 12px;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); 	/* IE 9 */
    -moz-transform:rotate(-90deg); 	/* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg); 
}


/* 头部统一样式 */
.contactTitle {
    width: 100%;
    text-align: center;
    padding-top: 196px;
}
.title_box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.eng_text {
    color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
}
.china_text {
    font-size:48px;
    color:#fff;
    letter-spacing: 2px;
}

/* 头部侧边栏 */
.slideBar{
    line-height: 76px !important;
    color: #3C3C3C;
    /*margin-left: 60px;*/
}
.slideBar img{
    cursor: pointer;
}

.slideBox {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    cursor: pointer;
}
.slideContent {
    position: fixed;
    right: 0;
    width: 399px;
    font-size: 16px;
    background: #fff;
    color: #3c3c3c;
    height: 100%;
    -webkit-animation:'fadeInRight' 0.7s 1;
    animation: 'fadeInRight' 0.7s 1;
}
.slideHead{
    width:399px;
    height:97px;
    line-height: 97px;
    background:rgb(42,65,114);
    color: #fff;
    font-size: 18px;
    padding: 0 44px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.slideHead .slideClose {
    font-size: 32px;
    cursor: pointer;
}

.slidebot {
    height: calc(100vh - 83px);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: column;
    padding:38px 0 52px 0;

}
.slideContent ul {
    padding: 0 22px;
    width: 100%;
}
.slideContent ul li {
    font-size: 16px;
    line-height: 47px;
    border-bottom: 1px solid #E3E3E3;
    text-align: center;
}
.slideContent ul li a {
    color: #3C3C3C;
}
.slideContent ul li:last-child {
    border-bottom: none;
}
.slideContent ul li a:hover {
    color: #2A4172;
}
.slideBottom {
    padding: 0 44px;
    font-size: 16px;
}
.slideBottom p{
    margin-top: 24px;
}
.slideBottom p span {
    color: #2A4172;
    font-size: 30px;
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate(1000px, 0);
        transform: translate(1000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate(1000px, 0);
        transform: translate(1000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


