/* rest*/
*{margin: 0;padding: 0;box-sizing: border-box;}
body{background:#fff;color:#292b33;-webkit-font-smoothing:antialiased;}
body,ul,ol,dl,dd,p,h1,h2,h3,h4,h5,h6,form,input,textarea,select,td,th,button{margin:0;padding:0;}
body,textarea,input,select,button{font-size:12px;font-family:"Microsoft YaHei",微软雅黑;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
ul{list-style:none;}
img{border:none;}
em,i{font-style:normal;}
textarea{resize:none;overflow:auto;}
textarea,input,select,button{outline:none;}
tabel{border-collapse:collapse;}
a{text-decoration:none;color:#323942;}
a:focus{outline:none;}
.mar{
    /* width: 1280px; */
    margin-left:auto;
    margin-right: auto;
}
.common-content{
    max-width: 1280px;
    margin: 0px auto;
    padding-left:80px;
    padding-right:80px;
}
/*---------------------*/
.header-menu a{
    font-size: 16px;
}
.footer .record,.footer .record a {
    font-size: 12px;
}

.common-h2 h2 {
    font-size:22px;
}
.common-top-banner-p{
    font-size:32px;
    letter-spacing:2px;
}
/*=================== 头部 =======================*/
.header-view{
    /* width: 100%;
    height: 96px; */
    display: none;
}
.header{
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    transition: background-color 0.5s ease;
    height: 96px;
    background-color: #fff;
}
.header.index_header{
    background:none
}
.fr_header{
    font-family: '黑体',Arial;
}
.header.header-bg{
    background-color: #fff;
}
.header-content{
    max-width: 1280px;
    margin: 0px auto;
    padding: 0 80px;
    position: relative;
    height: 96px;
}
.logo{
    float: left;
    padding-top: 34px;
}
.logo img{
    height:25px;
}
.logo img:hover{
    cursor:pointer;
}
.header-menu{
    float: right;
}
.header-menu a{
    font-weight: 500;
    color: #093b5e;
    line-height: 24px;
    transition: color 0.2s ease;
}
.index_header .header-menu a{
    color: #fff;
}
.wap-log {
    border-bottom:1px solid rgb(30 30 30 / 20%);
    display: none;
}
.header-menu.show a,.header.header-bg .header-menu a{
    color: #093b5e;
}
.header-menu li.active a{
    border-bottom: 4px solid #c46e8d;
    padding-bottom: 6px;
}
.header-menu.show li.active a{
    border-bottom:none;
    color:#c46e8d;
}
.wap-log img{
    height:14px;
}
.header-menu.show .wap-log{
    display: block;
}
.links{
    float: left;
    padding-right:63px;
}
.fr_header .links{
    padding-right:10px
}
.fr_header .links li{
    margin-left:55px;
}
.links li{
    float: left;
    padding-top: 34px;
    margin-left: 60px;
}
/* .links li:first-child{
    margin-left: 0;
}
.header-menu.show .links li:first-child{
    margin-left: 60px;
    border-bottom:2px solid #093b5e;
    padding-bottom:20px;
} */
/* .links li.active{
    border-bottom: 4px solid #c46e8d;
    padding-bottom: 6px;
} */
/*.language-list.wap{
    display: none;
}*/
.language-list a:hover,.header .language-list a.active,.header.header-bg .language-list a.active{
    color: #c46e8d;
}
.header-search{
    float: left;
    margin-left: 40px;
    margin-top: 34px;
    width: 24px;
    height: 24px;
    background: url(../images/searchBtn.svg) no-repeat center center;
    cursor: pointer;
    transition: all 0.5s;
}
.language-list{
    float: left;
    padding-top: 34px;
    padding-left: 40px;
}
.language-list a{
    /* display: block; */
    padding: 0 10px;
    color: #093b5e;
    position: relative;
    float: left;
    background: url(../images/bor.png) no-repeat 99.5% center;
    background-size: 1px auto;
}
.language-list a:last-child{
    background: none;
}
.index_header .language-list a{
    color: #fff;
}
.index_header .header-menu.show a{
    color: #093b5e;
}
.header.index_header .language-list a.active{
    color: #c46e8d;
}
/* .language-list a{
    color: #093b5e;
} */
/* .language-list a:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #eee;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
} */
.language-list :last-child:after{
    display:none;
}
.wap-menu{
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: none;
    z-index: 12;
    position: fixed;
    right: 3%;
    color: #fff;
    top: 30px;
    padding-right: 40px;
    text-transform: uppercase;
    font-size: 0.688em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
    height: 30px;
}
.wap-menu i{
    position: absolute;
    height: 3px;
    width: 30px;
    background-color:#093b5e;
    transition: all 0.5s ease;
}
.index_header .wap-menu i{
    background-color:#fff;
}
.header-bg .wap-menu i{
    background-color:#093b5e;
}
.wap-menu i:nth-child(1) {
    right: 0;
    top: 0;
}
.wap-menu i:nth-child(2) {
    right:0;
    top:10px
}
.wap-menu i:nth-child(3) {
    right:0;
    top:20px
}

.wap-menu.on i {
    background-color:#093b5e;
    top:10px;
    opacity:0;
}
.wap-menu.on i:nth-child(1) {
    transform:rotate(45deg);
    opacity:1;
}
.wap-menu.on i:nth-child(3) {
    transform:rotate(-45deg);
    opacity:1;
}
.wap-menu.on i:nth-child(2) {
    opacity:0;
}
.wap-menu.on span {
    opacity:0
}
.wap-menu.on {
    position:fixed
}
/*=============== 搜索 ===============*/
.announcement-wrapper, .search-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    display: none;
}
.search-wrapper a.close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 50px;
    display: block;
    background: url(../images/close.svg) no-repeat center center;
}
.search-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-wrapper .block-search {
    width: 592px;
    height: 70px;
    border: 1px solid #fff;
    background: none;
}
.search-wrapper .block-search .form-item {
    width:88%;
    float:left;
    height:68px;
    margin:0;
}
.search-wrapper .block-search input.form-text {
    padding:10px 20px;
    color:#fff;
    font-size:20px;
    line-height:48px;
    border:none;
    height:100%;
    width:100%;
    background:none;
    outline:none;
}
.search-wrapper .block-search .form-actions {
    width:12%;
    height:68px;
    float:right;
}
.search-wrapper .block-search .form-submit {
    border:none;
    width:100%;
    height:100%;
    background:url(../images/searchBtnWhite.svg) no-repeat center center;
    background-size:24px;
    text-indent:-2000px;
    overflow:hidden;
    outline:none;
}
.search-results .search-snippet-info {
    padding-left:0;
}
.search-content ul {
    margin-left:1.3em;
}
.container-inline div, .container-inline label {
    display: inline;
}
.search-wrapper .block-search .form-item {
    width: 88%;
    float: left;
    height: 68px;
    margin: 0;
}
.search-form input {
    margin-top: 0;
    margin-bottom: 0;
}


/*==================== 底部 ====================*/
.footer {
    padding: 10px 0 20px;
    color: #fff;
    background-color: #093b5e;
    position: relative;
}
.footer-container{
    max-width: 1280px;
    margin: 0px auto;
    padding-left: 80px;
    padding-right: 80px;
    overflow: hidden;
}
/* .footer-container:before{
    display: table;
    content: " ";
}
.footer-container:after{
    clear: both;
    display: table;
    content: " ";
} */
.footer-logo, .t-ac,.WX-logo{
    float: left;
}
.footer-right-team {
    float: right;
    font-size: 14px;
}
.footer-right-team{
    overflow: hidden;
    width: calc(100% - 85px);
}
.footer-logo{
    margin-top:20px;
    /* background-image:url(../images/common-logo/e-white.png); */
    height: 24px;
    width: 80px;
    /* display: block;
    background-size: 100% 100%; */
    display: flex;
    align-items: center;
}

.footer-logo img{
    width: 100%;
}
.footer-view.en_sty .footer-logo img{
    height:17px;
    width: auto;
}
.t-ac{
    width: calc(100% - 85px);
    text-align: center;
    /* padding-left: 180px; */
}
.footer .footer-container ul {
    margin-top: 26px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #333; */
    overflow: hidden;
    display: inline-block;
    /* min-width: 560px; */
}
.footer-container li {
    float: left;
    padding: 0 30px;
    list-style: none;
}
.footer-container a {
    color: #fff;
}
.footer-container .WX-logo {
    margin-top: 22px;
    width: 21px;
    height: 20px;
    cursor: pointer;
    float: right;
}
.footer-container .WX-logo i {
    width:20px;
    height:18px;
    font-size: 2em;
    background:url(../images/wechat.svg) no-repeat;
    background-size:100% 100%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* .fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
} */
.footer .record{
    color: #a7a0a0;
    /* padding-top: 10px; */
    /*padding-bottom: 10px;*/
    text-align: center;
}
.footer .record a{
    display: inline-block;
    text-decoration: none;
    color: #a7a0a0;
}
.footer .record a i{
    font-size:9px;
    padding-right:16px;
    background: url(../images/beian.jpg) no-repeat;
    background-size:100% 100%;
}
/*================ 公共有的 ======================*/
.common-h2 h2 {
    color: #093b5e;
    line-height: 150%;
    padding-bottom: 10px;
    margin-bottom: 50px;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .common-h2 h2 i{
    width: 100px;
    display: block;
    background: #c46e8d;
    height: 4px;
    margin-top:4px;
  }
/* .common-h2 h2:after {
    width:89px;
    display: block;
    background: #c46e8d;
    overflow: hidden;
    content: "";
    height:4px;
    position: absolute;
    bottom: 0;
    left: 0;
} */
/**/
.disclaimer-exit{
    top:37px;
    right: 25px;
}
.common-close{
    height: 30px;
    width: 30px;
    position: absolute;
    cursor: pointer;
  }
.common-close i{
    background-color: #093b5e;
    position: absolute;
    left: 0;
    top:12px;
    height: 3px;
    width: 30px;
    transition: all 0.5s ease;
}
.common-close i:nth-child(1) {
    transform: rotate(45deg);
}
.common-close i:nth-child(2) {
    transform: rotate(-45deg);
}
/*=============== 微信弹窗 =================*/
#cover {
    background: rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    z-index: 99;
    display: none;
}
#weChatQR {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #FFFFFF;
    max-width: 358px;
    width: 92%;
    max-height: 456px;
    height: 92%;
    z-index: -102;
    text-align: left;
    opacity: 0;
    transition: opacity .15s ease-out,z-index 0s ease .15s;
    transform: translate(-50%,-50%);
}
#weChatQR.active {
    display: block;
    z-index: 105;
    opacity: 1;
    transition: opacity .2s ease-out;
}
.biggerSp {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 25px;
    padding-bottom: 25px;
    /* margin-bottom: 21px; */
    line-height: 50px;
    padding-left: 7%;
    padding-right: 7%;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #D9DEE1;
}
#weChatQRActual {
    /* height: 310px; */
    width: 100%;
    /* background: url(../images/wechat-qr.jpg) no-repeat center center;
    background-size: contain; */
    margin-bottom: 25px;
}
#weChatQRActual img{
    width: 100%;
}
.biggerSp span {
    display: inline-block;
}

/* banner */
.common-top-banner{
    max-height: 600px;
    overflow: hidden;
    width: 100%;
}
.common-top-banner img{
    width: 100%;
    opacity: 0;
    max-height: 495px;
    /*height:495px;*/
}
.common-banner-position{
    position: relative;
}
.common-top-banner-txt{
    position: absolute;
    top:40%;
    /*left:14%;*/
}
.common-top-banner-p{
    color:#fff;
    font-weight: bold;
}
.common-news{
    background: url(../images/banner-news.jpg) no-repeat;
}
.common-about{
    background: url(../images/banner-aboutus.jpg) no-repeat;
}
.common-portfolio{
    background: url(../images/banner-portfolio.jpg) no-repeat;
}
.common-contactus{
    background: url(../images/banner-contactus.jpg) no-repeat;
}
.common-top-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center top;
}

@media screen and (max-width:1279px) {
    .header-content{
        padding:0 45px;
    }
}
@media screen and (max-width:1023px) {
    .wap-menu ,.language-list.wap{
        display:block
    }
    .language-list.pc{
        display:none
    }
    .header-menu li {
        float:none
    }
    .header-menu li.active {
        border-top:0;
        padding-top:34px
    }
    .header-menu{
        opacity:0;
        transform:translate3d(100%, 0, 0);
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background:#fff;
        transition:all 0.2s;
        /* transition-property: all;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: .15s; */
    }
    .header-menu.show {
        opacity:1;
        transform:translate3d(0, 0, 0);
    }
    .header-menu ul {
        float:none;
        width:100%;
    }
    .header-menu .flagList {
        float:none;
    }
    .search-wrapper a.close {
        top: 10px;
        right: 10px;
    }

    .common-top-banner-p {
        font-size: 22px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 960px){
    .common-h2 h2{
        margin-bottom:30px;
    }
    .common-h2 h2 i{
        height: 3px;
        width:105px;
    }
    .common-top-banner-txt{
        top:30%;
        /* left:15px; */
    }
    .footer-right-team{
        float: none;
        width:100%;
    }
    .t-ac{
        padding-left:0;
        text-align: left;
    }
    .footer-container li:first-child{
        padding-left: 0;
    }
    .footer-view.en_sty .footer-logo img{
        height:15px;
    }
}
@media screen and (max-width:850px){
    .common-content {
        padding-left: 40px;
        padding-right: 40px;
    }
    .language-list a{
        padding:0 15px;
        font-size: 14px;
    }
    .language-list a:first-child{
        padding-left: 0;
    }
    .language-list{
        padding-left: 60px;
    }

    .wap-log img{
        height: 25px;
    }

    .footer .footer-container li a{
        font-size: 13px;
    }
    .footer-logo{
        width: 65px;
    }
    .footer-container .WX-logo,.footer-container .WX-logo i{
        width:20px;
        height: 15px;
    }
}
@media screen and (max-width:767px) {
    .common-h2 h2 i{
        height: 2px;
        width:91px;
    }
    .common-content,.footer-container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header,.header-view,.header-content{
        height:60px;
    }
    .header-content .logo{
        padding-top:19px;
    }
    .header-content{
        padding:0 15px;
    }
    .wap-menu {
        top:19px;
        padding-top:19px;
    }
    #logo {
        padding-top:19px;
    }
    .wap-menu i {
        height:2px;
    }
    .header-content .logo img {
        /*height:18px;*/
    }
    .search-wrapper .block-search {
        width: 85%;
    }
    .footer-right-team{
        float: none;
        width: 100%;
        text-align: left;
    }
    .footer-right-team .t-ac{
        width: calc(100% - 85px);
    }
    .search-wrapper .block-search {
        width: 85%;
    }
    .footer-container li{
        padding:0 15px;
    }
    /*.common-top-banner-p{
        font-size: 50px;
    }*/
    .common-close i{
        height:2px;
    }
    .disclaimer-exit{
        right: 16px;
    }
}
@media screen and (max-width:480px) {
    .common-content,.footer-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-container li{
        float: none;
        width: 100%;
        padding:5px 0;
    }
    .footer-right-team .t-ac{
        width:50%;
        text-align: left;
        padding-left: 0px;
    }
    .footer .footer-container ul{
        min-width: auto;
    }
    .footer-logo, .footer .footer-container ul,.footer-container .WX-logo{
        margin-top:15px;
    }
    .footer .record{
        /*padding-top: 15px;*/
        max-width: 70%;
        margin:auto auto;
    }
    /*.common-top-banner-p{
        font-size: 30px;
    }*/
    .footer-view.en_sty .footer-logo img{
        height:12px;
    }
    .common-h2 h2 i{
        width:78px;
    }
}
@media screen and (max-height: 500px){
    .disclaimer-exit {
        top: 18px;
    }
    .biggerSp {
        margin-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 16px;
    }
    #weChatQRActual {
        height: calc(100% - 120px);
        margin-bottom: 7px;
    }
}




/* *{
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
} */
.animated {
    animation-duration:1s;
    animation-fill-mode:both
}
.animate__animated {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-duration:var(--animate-duration);
    animation-duration:var(--animate-duration);
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.animate__slideInUp {
    -webkit-animation-name:slideInUp;
    animation-name:slideInUp
}

@keyframes slideInUp {
    0% {
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
        visibility:visible
    }
    to {
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
        visibility:visible
    }
    to {
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}
  
.fadeInUp {
    animation-name:fadeInUp
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        transform:translate3d(0, 100%, 0)
    }
    to {
        opacity:1;
        transform:translateZ(0)
    }
}
  
@-webkit-keyframes animate__line_i1 {
    0% {
        height:0
    }
    to {
        height:25%
    }
}
@keyframes animate__line_i1 {
    0% {
        height:0
    }
    to {
        height:25%
    }
}
  @-webkit-keyframes animate__line_i2 {
    0% {
        width:0
    }
    to {
        width:100%
    }
}
@keyframes animate__line_i2 {
    0% {
        width:0
    }
    to {
        width:100%
    }
}
@-webkit-keyframes animate__line_i3 {
    0% {
        height:0
    }
    to {
        height:100%
    }
}
@keyframes animate__line_i3 {
    0% {
        height:0
    }
    to {
        height:100%
    }
}

.animate__slideInUps {
    -webkit-animation-name:slideInUps;
    animation-name:slideInUps
}
@-webkit-keyframes slideInUps {
    0% {
        transform:translate3d(0, 100px, 0);
        visibility:visible;
        opacity:0
    }
    to {
        transform:translateZ(0);
        opacity:1
    }
}
@keyframes slideInUps {
    0% {
        transform:translate3d(0, 100px, 0);
        visibility:visible;
        opacity:0
    }
    to {
        transform:translateZ(0);
        opacity:1
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    /*50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}*/
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    /*50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}*/
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@media (prefers-reduced-motion:reduce), print {
    .animate__animated {
        -webkit-animation-duration:1ms!important;
        animation-duration:1ms!important;
        -webkit-transition-duration:1ms!important;
        transition-duration:1ms!important;
        -webkit-animation-iteration-count:1!important;
        animation-iteration-count:1!important
    }
    .animate__animated[class*=Out] {
        opacity:0
    }
}

.langs-en {
    /* font-family: "Arial Black", arial-black; */
    /*font-family: 'LatoBlack';*/
    font-family: 'LatoBold';
}

.test p{font-size: 42px;}
.font1 p{
    font-family:'HelveticaNeueLTW06-97BlkCnObl ' ;
}
.font2 p{
    font-family:'Helvetica Neue Medium Extended' ;
}
.font3 p{
    font-family:'HelveticaNeue-UltraLight' ;
}
.font4 p{
    font-family: 'HelveticaNeueW01-66MediumIt';
}
.font5 p{
    font-family:'HelveticaNeueW01-77BdCnObl' ;
}
.font6 p{
    font-family: 'HelveticaNeueW01-87HvCnObl';
}
.font7 p{
    font-family:'HelveticaNeueLTW06-93BlkExtObl' ;
}



.test .test2 .font1{
    font-family:'OpenSans-SemiboldItalic'
}
.test .test2 .font2{
    font-family:'OpenSans-Semibold'
}
.test .test2 .font3{
    font-family:'OpenSans'
}
.test .test2 .font4{
    font-family:'OpenSansLight-Italic'
}
.test .test2 .font5{
    font-family:'OpenSans-Light'
}
.test .test2 .font6{
    font-family:'OpenSans-Italic'
}
.test .test2 .font7{
    font-family:'OpenSans-ExtraboldItalic'
}
.test .test2 .font8{
    font-family:'OpenSans-Extrabold '
}
.test .test2 .font9{
    font-family:'OpenSans-BoldItalic'
}
.test .test2 .font10{
    font-family:'OpenSans-Bold'
}
