﻿@charset "utf-8";
@font-face{
    font-family:"SourceHanSansCNLight";
    font-style:normal;font-weight:400;
    src:url(../fonts/SourceHanSansCN-Light.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SourceHanSansCN-Light.woff) format("woff"),
    url(../fonts/SourceHanSansCN-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.ufr{float:right;}
.row.marlg0{margin-right:0;margin-left:0;}
.row .padlg0{padding-right:0;padding-left:0;}
.text img{max-width:100%;}
.col-zs{color:#327cbe;}
.font-18{font-size:18px;}
.font-46{font-size:46px;}
.swiper-pagination-bullet{width: 10px;height: 10px;}
.swiper-pagination-bullet-active{background:#fff;}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    transition: all 0.3s ease;
}
#loading img{max-width: 100%;max-height: 65px;}
/* .logo{
    position:fixed;
    top:35px;
    left:35px;
    z-index:99;
} */
.logo{position:relative;z-index:99;display:inline-block;}
.logo img{max-width: 220px;}
.lang{
    float:right;
    position:relative;
    top:35px;
    top:0;
    right:35px;
    right:0;
    width: 70px;
    height: 15px;
    background:url(../Images/ico_lang2.png);background-size:cover;
    font-size:0;
    z-index:98;
    margin-top:17px;
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
}
.header{position:fixed;top:0;left:0;width:100%;padding:35px 50px;z-index:100;}
/* .header:after {
    width: 100%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    display: inline;
    height: 95px;
    height: 100%;
    background: #fff;
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -1;
} */
/* .header.activeHead:after {
    top: 0;
} */
.home-header .lang{background:url(../Images/ico_lang.png);background-size:cover;}
.lang a{
    display:inline-block;
    width: 50%;
    height:23px;
    vertical-align: top;
}
.lang span{display:none;}
/* .home-lang a{color:#fff;} */
.header-menu{
    position:fixed;
    top:0;
    left:-328px;
    bottom:0;
    width:328px;
    background:rgba(255,255,255,0.8);
    z-index:97;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    height:100%;
    overflow-y:auto;
}
.header-menu.on{left:0;}
.header-menu .head-nav{
    margin:200px 0 0 40px;
}
.header-menu .head-nav li{margin-bottom:15px;}
/*.header-menu .head-nav li:nth-child(5){display:none;}*/
.header-menu .head-nav li > a{
    display:inline-block;
    font-size:18px;
    color:#555;
    padding-bottom:15px;
    text-decoration:none;

}
.head-ej-nav{display:none;}
.head-ej-nav dd{
    margin-bottom:15px;
    padding-left:30px;
    position:relative;
}
.head-ej-nav dd:before{
    display:block;
    width:15px;
    height: 2px;
    background:#555;
    content:'';
    position:absolute;
    top:50%;
    left:5px;
    margin-top: -1px;
}
.head-ej-nav dd a{
    display:inline-block;
    font-size:15px;
    color:#555;
    text-decoration:none;
    padding:5px 0;
    border-bottom:1px solid transparent;
}
.head-ej-nav dd a:hover{border-bottom:1px solid #555;}
.closed{
    position:absolute;
    z-index:98;
    top:35px;
    right:30px;
    width:24px;
    height: 23px;
    background:url(../Images/ico_01.png);
    cursor:pointer;
}
.header-menu .closed{
    background:url(../Images/ico-x.png);
    width: 11px;
    height: 11px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.header-menu .closed:hover{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.products-list{padding:0;overflow:hidden;}
.pro-txt{text-align:center;font-size:22px;line-height:1.4;margin-top:40px;margin-bottom:110px;}
.icp{
    color:#888;
    text-align:center;
    padding:45px 0;
    background:#f5f5f5;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
}
.inner-wrap{padding-top:120px;}
.title{text-align:center;font-size:45px;margin-bottom:55px;position:relative;}
.title p{
    font-size:22px;
    line-height: 30px;
    margin-top:20px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
}
/* .title:before{
    display:block;
    width: 20px;
    height: 2px;
    background:#979797;
    content: '';
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-10px;
} */
.tabs{text-align:center;margin-bottom:60px;}
.tabs a{
    display:inline-block;
    height:28px;
    line-height: 28px;
    font-size:24px;
    padding:0 55px;
    color:#b5b4b4;
}
.tabs a.on{color:#000;}
.tabs a + a{border-left:1px solid #cecece;}
.tabs a i{display:block;height:1px;background:#333;opacity: 0;margin-top:5px;}
.tabs a:hover i,.tabs a.on i{opacity: 1;}
hr{border-top:1px solid #bdbdbd;}
.text img{max-width: 100%;}
.servics-list .txt{
    font-size:14px;
    text-align:center;
    margin:30px 0 50px;
}
.animate-img{overflow:hidden;}
.animate-img a{display:block;position:relative;}
.animate-img img{-webkit-transition:all 0.3s;transition:all 0.3s;}
.animate-img:hover img{-webkit-transform:scale(1.05);transform:scale(1.05);}
.case-list .case-shar{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events:none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.case-list .animate-img:hover .case-shar{opacity:1;}
.case-list .case-shar .case-title{
    position:absolute;
    bottom:15px;
    left:15px;
    font-size:26px;
    color:#fff;
}
.case-list{overflow:hidden;margin-top: 110px;}
.case-list .row{margin-right:-25px;margin-left:-25px;}
.case-list .row > div{padding-right:25px;padding-left:25px;margin-bottom:50px;}
.news-list{padding-top:60px;padding-right:60px;padding-left:60px;overflow:hidden;}
.news-list .row{margin-right:-30px;margin-left:-30px;}
.news-list .row > div{padding-right:30px;padding-left:30px;margin-bottom:60px;}
.news-list .txt{padding:1px 15px;}
.news-list .txt h5{font-size: 30px;margin:25px 0 15px;color:#000;}
.news-list .txt p{font-size: 23px;font-family:Arial;margin-bottom:25px;}
.news-list .news-box{
    box-shadow: 0 0 5px 2px #ccc;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    background:#fff;
    position:relative;
    z-index:1;
}
.news-list .news-box:hover{-webkit-transform:scale(1.25);transform:scale(1.25);z-index: 3;}
.news-list .news-box:hover .txt,.news-list .news-box:hover .txt h5 a{color:#8a8a8a;}
.newsdetail-title h3{
    font-size: 14px;
}
.newsdetail-title .newsdetail-date{
    font-size:14px;
    font-family:Arial;
    margin-bottom:60px;
}
.newsdetail .text{margin-top:70px;margin-bottom:80px;}
#newsdetLeft{height:100%;}
#newsdetLeft img{max-height: 49%}
.dline{position:absolute;left: 0;top:0;width: 0;height: 100%;border-right:1px solid #bdbdbd;}
.job-txt p{
    font-size: 16px;
    line-height: 30px;
    color:#595959;
    margin-bottom:15px;
    text-align:center;
}
.job-txt{margin-bottom:80px;}
.job-xg-btn1{margin:40px 0 80px;}
.job-bot{
    padding:70px 15px 90px;
    background:#959595;
    text-align:center;
}
.job-bot h5{font-size: 24px;color:#fff;margin-bottom:30px;}
.job-pop{
    max-width: 520px;
    height:80px;
    border:2px solid #fff;
    border-radius:80px;
    background:url(../Images/ico_email.jpg) 90% center no-repeat;
    margin:0 auto;
    cursor: pointer;
}
.jobpopclosed{
    position:absolute;
    top:30px;
    right: 30px;
    width:32px;
    height: 34px;
    background:url(../Images/ico_03.png);
    cursor:pointer;
}
.popbtn input{height:40px;}

.jobpopform{
    padding:120px 160px;
    background:#f6f6f6;
}
.jobpopform table{
    width: 540px;
    table-layout:fixed;
    font-size: 18px;
}
.jobpopform table tr td{padding:25px 0;}
.jobpopform table tr td.lf{width: 140px;text-align:right;}
.jobpopform table tr td span.joppop-left{display:block;text-align:right;padding-right:20px;}
.popinpt{width:405px;}
.popinpt input{
    height:50px;
    padding:0 15px;
    border:2px solid #242424;
    border-radius:50px;
    background:#f6f6f6;
}
.popinpt textarea{
    padding:0 15px;
    border:2px solid #242424;
    border-radius:20px;
    background:#f6f6f6;
}
.popinpt input:focus,.popinpt textarea:focus{outline:none;}
.contact-con{padding-top:38px;border-top:1px solid #cecece;}
.contact-list .row{margin:0;}
.contact-list .row > div{padding:0;}
.contact-box{padding:0 40px;position:relative;}
.contact-list .row > div + div .contact-box:after{
    display:block;
    width:0;
    border-left:1px solid #cecece;
    content:'';
    position:absolute;
    top:0;
    height:100%;
    left:0;
}
.contact-mes{
    padding:30px 40px;
    margin-top:40px;
    border-top:1px solid #cecece;
    border-bottom:1px solid #cecece;
    position:relative;
    margin-bottom:80px;
}
.contact-list .row > div + div .contact-mes:after{
    display:block;
    width:0;
    border-left:1px solid #cecece;
    content:'';
    position:absolute;
    top:10%;
    height:80%;
    left:0;
}
.contact-mes .p1{
    font-size: 32px;
    margin-bottom:20px;
}
.contact-mes .p2{
    font-size:26px;
    line-height: 40px;
    margin-bottom:30px;
}
.contact-mes ul.ul{margin-bottom:50px;}
.contact-mes ul.ul li{
    font-size:26px;
    margin-bottom:25px;
    color:#000;
}

.case-list .row > div,.news-list .row > div{
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 2.3s
}
.case-list .row > div:hover,.news-list .row > div:hover{z-index:3;}
.case-list .row > div:nth-child(3n+1) ,.news-list .row > div:nth-child(3n+1){
    animation-delay: 0.4s;
}
.case-list .row > div:nth-child(3n+2) ,.news-list .row > div:nth-child(3n+2){
    animation-delay: 0.8s;
}
.case-list .row > div:nth-child(3n+3) ,.news-list .row > div:nth-child(3n+3){
    animation-delay: 1.2s;
}

.casephotos .layui-layer-phimg{
    padding:100px 250px;
    background:#f7f7f7;
    height:100%;
    text-align:center;
}
.casephotos .layui-layer-phimg img{max-width: 100%;height:100%;}
/* .casephotos .layui-layer-imgsee .layui-layer-imgbar{display:none!important;} */
.casephotos .layui-layer-setwin .layui-layer-close{
    width:44px;
    height:44px;
    background:url(../Images/ico_04.png) ;
    background-size:cover;
}
.casephotos .layui-layer-setwin .layui-layer-close{
    width: 20px;
    height: 20px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.casephotos .layui-layer-setwin .layui-layer-close:hover{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.casephotos .layui-layer-phimg{padding:0!important;}
.casephotos  .layui-layer-setwin{
    top:45px;
    right: 45px;
}
.casephotos .layui-layer-setwin .layui-layer-close2:hover{
    background-position:0 0;
}
.casephotos .layui-layer-imgnext,.casephotos .layui-layer-imgprev{
    width:84px;
    height: 84px;
    margin-top:-82px;
    border-radius:100%;
}
.casephotos .layui-layer-imgnext{
    background:url(../Images/next1.png) 0 0 no-repeat;
    background-size:cover;
}
.casephotos .layui-layer-imgprev{
    background:url(../Images/prev1.png) 0 0 no-repeat;
    background-size:cover;
}
.casephotos .layui-layer-imgnext:hover{
    background:#c1c1c1 url(../Images/next2.png) 0 0 no-repeat;
    background-size:cover;
}
.casephotos .layui-layer-imgprev:hover{
    background:#c1c1c1 url(../Images/prev2.png) 0 0 no-repeat;
    background-size:cover;
}
.casephotos-wrap{position:relative;}
.casephotos-wrap .swiper-container{width:80%;margin:0 auto;}
.layui-layer-imguide .layui-layer-imgprev{position:absolute;top:50%;left:15px;z-index: 5;}
.layui-layer-imguide .layui-layer-imgnext{position:absolute;top:50%;right:15px;z-index: 5;}
.casephotos .layui-layer-phimg .img-cased{
    height:-webkit-calc(100% - 134px);
    height:calc(100% - 134px);
    margin-top:50px;
}
.cased-txts{position:absolute;bottom: 10px;left:0;text-align:left;z-index: 3;}
.cased-txts p{line-height: 20px;overflow:hidden;}
.casephotos .swiper-pagination-fraction{bottom:60px;color:#fff;}
.casephotos-h5{font-size:14px;}

.news_list_con .right .news-more{display:none;}
.pro-view{text-transform:uppercase;font-family:"Helvetica Neue", sans-serif;margin-top:0px;font-size: 18px;}
/* .pro-view i{
    display:inline-block;
    width:30px;
    height:30px;
    background:url(../Images/next1.png);
    background-size:cover;
    vertical-align:middle;
    margin-left:0px;
} */
.pro-view a {
    display:inline-block;
    position:relative;
    font-size: 0;
}
.pro-view a span{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    color: #1a1a1a;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight:100;
}
.pro-view a i{
    background: url(../Images/ico-arrow-small.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 5px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    margin-left:16px;
    position:absolute;
    left:100%;
    top:4px;
}
.pro-view a:hover i {
    -webkit-animation: moveArrow 1s 0s infinite;
    animation: moveArrow 1s 0s infinite;
}
@-webkit-keyframes moveArrow {
  0% {
    margin-left: 16px; }
  50% {
    margin-left: 32px; }
  100% {
    margin-left: 16px; } }
@keyframes moveArrow {
  0% {
    margin-left: 16px; }
  50% {
    margin-left: 32px; }
  100% {
    margin-left: 16px; } }



@-webkit-keyframes focusImgZtb{
    0%{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
    100%{ -webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);}
}
@keyframes focusImgZtb{
    0%{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
    100%{ -webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);}
}
.banner .swiper-slide-active .img,.inimg{
    -webkit-animation: focusImgZtb 3s linear forwards;
    -moz-animation: focusImgZtb 3s linear forwards;
    animation: focusImgZtb 3s linear forwards;
}
.overflow{overflow:hidden;}
.banner .swiper-pagination-bullet{width: 12px;height: 12px;}
.banner .swiper-pagination-bullet-active{background:#fff;}

.team-mes{margin-bottom:100px;font-family:"Helvetica Neue", sans-serif;}
.team-mes h4{
    margin-bottom:4px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 100;
    color: #000;
    letter-spacing: 3.67px;
    text-transform: uppercase;
}
.team-mes p {
    padding-right: 16px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1.17px;
    font-weight: 100;
}
.team-mes small{
    padding-left: 10px;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: none;
    font-weight:100;
}
.list-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-partners li {
    position: relative;
    width: 20%;
    min-width: 250px;
    padding: 0 5px;
    margin-bottom: 30px;
    text-align: center;
}
.list-partners a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
}
.list-partners img {
    max-width: 90%;
    height: auto;
}
.xg-btn1{padding-top:43px;}
.xg-btn1 a{
    display: block;
    padding: 17px 0;
    border: 1px solid #000;
    font-size: 14px;
    background-color: #fff;
    line-height: 1.35;
    font-family:"Helvetica Neue", sans-serif;
    font-weight: 100;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    max-width: 800px;
    margin: 0 auto;
}
.xg-btn1 a:hover{
    background-color: #000;
    color: #fff;
}
.about-contact{
    background-color: #f5f5f5;
    text-align: center;
    margin-top:210px;
}
.about-contact .shell{
    padding: 134px 0 93px;
    text-align: center;
}
.list-contacts li {
    margin-bottom: 41px;
}
.list-contacts li h6{
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 3;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3.75px;
}
.list-contacts li p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.83;
    color: #000;
    font-weight: 100;
    letter-spacing: 1.5px;
}
.list-contacts li a {
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-size: 14px;
}
.section-faq{margin-top:190px;margin-bottom:100px;}
.section-faq p {
    margin-bottom: 54px;
    letter-spacing: 1.5px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.83;
    color: #1a1a1a;
    
}
.section-faq p a{
    font-weight: 500;
    text-decoration: none;
}
.viewline {
    display: inline-block;
    width: 100px !important;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 51%;
    margin-left: -50px;
    transition: all 0.6s ease 0s !important;
    top: 50%;
    margin-top:20px;
}
.viewlinet {
    margin-top:-20px;
}
.case-list .animate-img a:hover .viewmore .viewline {
    width: 10px !important;
    margin-left: -3px;
}
.viewtxt {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.a_tit1 {
    display: block;
    height: 40px;
    margin-top: 25px;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.a_tit1 span.span_tit1 {
    font-size: 22px;
}
.a_tit1 span.a_shuxian {
    font-size: 16px;
    margin: 0 10px;
}
.case_m_bot {
    color: #979797;
    font-size: 12px;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 15px;
}
.case_m_bot span {
    float: left;
}
.case_m_bot a {
    color: #979797;
}
.case_m_bot>a {
    position: relative;
    right: 0;
    transition: all 0.4s linear 0s;
    display: inline-block;
    width: 35px;
    height: 11px;
    background: url(../Images/jiantou.png);
}
.case_m_bot>a:hover {
    right: -5px;
}
.case_m_bot a:hover {
    color: #777;
}

.news_list_con {
    /* background: #f3f3f3; */
    padding: 50px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news_list_wrap {
        width: 1600px;
        margin: 0 auto;
    }
.news_list_wrap>* {
    float: left;
}

.news_list_con .left {
    width: 135px;
    text-align: right;
    margin-top: 7%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight:100;
}

.news_list_con .middle {
    width: 720px;
    height: 0px;
    padding-bottom: 25%;
    overflow: hidden;
    margin: 0 100px 0 70px;
}
.news_list_con .right {
    width: 570px;
}
.fnt_40 {
    font-size: 40px;
    line-height: 1.3;
}
.fnt_22 {
    font-size: 22px;
}.fnt_36 {
    font-size: 36px;
    line-height: 1.3;
}
.fnt_18 {
    font-size: 18px;
}
.fnt_16 {
    font-size: 16px;
}
.news_list_con .left p {
    color: #aaa;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news_list_con .middle img {
    width: 100%;
}
.news_list_con .right h3 {
    margin: 25px 0;
    font-weight:100;
}
.news_list_con .right h3 a {
    display: block;
    max-height: 2.6em;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size:14px;
}
.news_list_con .right p a {
    display: block;
    max-height: 24.5em;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 14px;
}
.news-list2 .news_list_con:nth-child(2n+2){background:#fff;}
.news-list2 .news_list_con:nth-child(2n+2) .news_list_wrap>* {
    float: right;
}

.table-style td, .table-style th {
    height: 80px;
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
}
.table-style .table-item {
    cursor: pointer;
}
.table-style .table-box {
    display: none;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: height 0.5s, opacity 0.3s;
    transition: height 0.5s, opacity 0.3s;
}
.table-style td {
    background-color: #f7f7f7;
}
.table-style .table-item:nth-child(4n) td {
    background: #fff;
}
.table-style .table-box.open {
    display: table-row;
    height: auto;
    opacity: 1;
}
.table-style .job-box {
    display: none;
    overflow: hidden;
    opacity: 0;
    border: 5px solid #9f9f9f;
    margin-left: -40px;
    -webkit-transition: height 0.5s, opacity 0.3s;
    transition: height 0.5s, opacity 0.3s;
}
.table-style .table-box.open .job-box {
    display: block;
    visibility: hidden;
    height: auto;
}
.table-style .job-head {
    line-height: 80px;
    background-color: #9f9f9f;
    color: #fff;
    padding-left: 40px;
    position: relative;
}
.table-style .job-body {
    line-height: 30px;
    padding: 5.7%;
    background: #f7f7f7;
}
.space-tb-m-s {
    padding-top: 30px;
    padding-bottom: 30px;
}
.table-style .job-body dd {
    color: #666;
    font-size: 15px;
    line-height: 36px;
}
.font-lg{font-size: 16px;}
.color-dark3 {
    color: #333;
}
.color-org {
    color: #f26228;
}
.table-style .job-head .job-closed {
    position: absolute;
    right: 30px;
    top: 34px;
    padding: 0 20px;
    cursor: pointer;
}
.table-style .job-head .job-closed .icon-closed{
    display:block;
    background: url(../Images/ico-x2.png);
    width: 12px;
    height: 12px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.table-style .job-head .job-closed .icon-closed:hover{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contacts_p1 {
    padding: 140px 0 90px;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    background-color: rgba(0,0,0,0.9);
    position: relative;
}
.contacts_p1 .con_full {
    position: relative;
    z-index: 10;
}
.con_full {
    width: 75%;
    margin: 0 auto;
}
.contacts_p1 h1 {
    font-size: 45px;
    font-family: "tungsten","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 auto 25px;
    line-height: 1;
    font-weight: 400;
}
.contacts .contacts_p1 h1, .contacts .contacts_p1 p {
    color: #fff;
}
.p3line {
    width: 190px;
    border: 1px solid #d30007;
    margin: 1em auto;
}
 .contacts_p1 p {
    font-size: 16px;
    font-family: "quadon","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 5%;
    text-align: center;
    line-height: 1.75;
    color: #333;
    margin-bottom: 15px;
    margin-top:30px;
}
.contacts_p2 {
    display: table;
    width: 100%;
    background: #fff;
}
.contLeft, .conRight {
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    padding: 5%;
    display: table-cell;
    vertical-align: middle;
}
.contLeft {
    background: url(../Images/contact-address-bg2.jpg);
}
.contLeft h3, .conRight h3 {
    color: #fff;
    font-family: "verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin: 1em 0 0.5em;
}
.contLeft .p3line {
    margin: inherit;
    margin-bottom: 15px;
}
.contLeft p {
    color: #000;
    font-family: "SourceHanSansCNLight","verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.75;
}
.contLeft p.csmal {
    font-size: 14px;
    color: #000;
}
.contLeft p a.link-invert {
    color: #fff;
    position: relative;
}
.conRight {
    background-color: #eaeaeb;
}
.conRight h3 {
    text-align: center;
    color: #000;
}
.conRight .p3line {
    width: 15%;
}
.col-6 {
    float: left;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
.col-12 {
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.conInp input, .conInp textarea {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #999;
    background-color: transparent;
    background: transparent;
    padding: 2em 1em 0.5em .1em;
    outline: none;
    color: rgba(0,0,0,0.9);
    margin: 0;
    -webkit-appearance: none;
    box-shadow:none;
    font-size: 18px;
}
.conInp input.yzm {
    display: inline-block;
    width: 80px;
    margin-right: 1em;
}
.conInp img {
    margin: 3.5em 0 0;
    height: 30px;
    vertical-align: bottom;
}
.conInp input[type="submit"] {
    font-size: 110%;
    margin-top: 1.4em;
    padding: 10px 20px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
    width: auto;
    border-radius: 4px;
    cursor: pointer;
}
.contacts_p3 a {
    display: block;
    background: #7c7c7c;
    color: #fff;
    padding: 15px 0;
    font-weight:100;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 24px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
    text-align: center;
}
.contacts_p3 a:hover {
    background: #fff;
    color: #000;
}
.contacts .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 1s ease 0s;
}

.ft-shar{text-align:center;margin-top:20px;}
.ft-shar a{
    display:inline-block;
    margin:0 14px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.ft-shar a img{height:15px;}
.ft-shar a:hover >img {
    opacity: 0.6;
}
.wall {
    display: block;
    position: relative;
    padding:0 12px;
}
.wall-column {
    display: block;
    position: relative;
    width: 33.333333%;
    width: 50%;
    float: left;
    padding: 0 12px;
    box-sizing: border-box;
}
.article {
    display: block;
    margin: 0 0 30px 0;
    padding: 2px;
    background: white;
    border-radius: 3px;
    /* box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); */
    transition: all 220ms;
}
.article > img {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
}
.article .txt{text-align:center;margin-top:30px;}
/* .article:hover {
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: all 220ms;
} */
.contents-ag-main{padding:0 42px;}
.chart-bt{position: relative;}
.chart-bt .bx{
    position: absolute;
    bottom:0;
    left: 100%;
    background: #fff;
    z-index:9;
    display: none;
}
.chart-bt:hover .bx{display: block;}
.chart-bt:hover .bx img{width: 120px;height: 120px;}