body {
    font-family: "Helvetica Neue","Microsoft YaHei",Helvetica,Arial,sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0
}

a:active, a:hover {
    outline: 0;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
    height: auto;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w40 {
    width: 40px;
}

.mr-t-5 {
    margin-top: 5px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mr-b-4 {
    margin-bottom: 4px;
}

.mr-b-8 {
    margin-bottom: 8px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pd-l-r-4 {
    padding-left: 4px;
    padding-right: 4px;
}

.pd0 {
    padding: 0px;
}

.pd15 {
    padding: 15px;
}

.pd30 {
    padding: 30px;
}

.pd10-0 {
    padding: 10px 0;
}

.pd15-0 {
    padding: 15px 0;
}

.pd0-15 {
    padding: 0px 15px;
}

.pd20-0 {
    padding: 20px 0;
}

.pd30-0 {
    padding: 30px 0;
}

.pd40-0 {
    padding: 40px 0;
}

.pd50-0 {
    padding: 50px 0;
}

.pd71-0 {
    padding: 71px 0;
}

.pd-t-b-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pd-b-15 {
    padding-bottom: 15px;
}

.pd-t-15 {
    padding-top: 15px;
}

.pd-t-b-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.pd-l-r-0 {
    padding-left: 0;
    padding-right: 0;
}

.pd-l-r-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pd-l-r-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.bg-c-fff {
    background-color: #fff
}

.bg-c-333333 {
    background-color: #f2f2f2;
}

.bg-c-f0f0f0 {
    background-color: #f0f0f0;
}

.bg-c-4d4d4d {
    background-color: #4d4d4d
}

.bg-c-91c1ed {
    background-color: #91c1ed
}

.bg-c-f5f5f5 {
    background-color: #f5f5f5;
}

.bg-c-ededed {
    background-color: #ededed;
}

.pd-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pd-t-b-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pd-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.h110 {
    height: 110px;
}

.h168 {
    height: 168px;
}

.c-ffffff {
    color: #ffffff;
}

.c-1b6c9c {
    color: #1b6c9c;
}

.c-ffffff {
    color: #ffffff;
}

.c-2dc3c1 {
    color: #2dc3c1;
}

.c-d3d2d2 {
    color: #d3d2d2;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz28 {
    font-size: 28px;
}

.fz30 {
    font-size: 30px;
}

.fz32 {
    font-size: 32px;
}

.fz34 {
    font-size: 34px;
}

.ls1 {
    padding-top: 0;
    padding-bottom: 0;
}

.ls1 p {
    line-height: 24px;
}

.font-color-ffffff {
    color: #ffffff;
}

.font-color-91c1ed {
    color: #91c1ed;
}

.b-1-s-c {
    border: 1px solid #ccc;
}

.b-b-1-s-c {
    border-bottom: 1px solid #ccc;
}

.b-1-s-000000 {
    border: 1px solid #000000;
}

.clear {
    clear: both;
}

.position-relative {
    position: relative;
}

/*head*/
.navbar-collapse {
    box-shadow: none;
}

.o-logo {
    /* background-image: url(../images/logo.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 106px 48px; */
    display: block;
    top: 0;
    text-indent: 0;
    overflow: hidden;
    position: relative;
    /* width: 106px; */
    /* height: 48px; */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px 0;
    margin-bottom: 0;
}

.navbar .navbar-header {
    margin-left: 0;
    margin-right: 0;
}

.nav-toggle-action {
    float: right;
    margin-top: 15px;
    width: 35px;
}

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar-fixed-top {
}

#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after {
    cursor: pointer;
    border-radius: 0;
    height: 3px;
    width: 28px;
    background: #333;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:after {
    width: 20px;
}

.nav-toggle-action.collapsed span:after {
    width: 20px;
}

.nav-toggle-action.active span:after {
    width: 28px !important;
}

#nav-toggle span:before {
    top: -8px;
}

#nav-toggle span:after {
    bottom: -8px;
}

#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after {
    transition: all 500ms ease-in-out
}

#nav-toggle.active span {
    background-color: transparent
}

#nav-toggle.active span:before,#nav-toggle.active span:after {
    top: 0
}

#nav-toggle.active span:before {
    transform: rotate(45deg)
}

#nav-toggle.active span:after {
    transform: rotate(-45deg)
}

.nav-toggle-action {
    float: right;
    margin-top: 23px;
    width: 28px;
    display: block;
}

.page-home #nav-toggle span,.page-home #nav-toggle span:before,.page-home #nav-toggle span:after,.page-landing #nav-toggle span,.page-landing #nav-toggle span:before,.page-landing #nav-toggle span:after,.landing-page #nav-toggle span,.landing-page #nav-toggle span:before,.landing-page #nav-toggle span:after {
    background-color: #808080;
}

.page-home #nav-toggle.active span,.page-landing #nav-toggle.active span,.landing-page #nav-toggle.active span {
    background-color: transparent
}

.page-home .main-nav,.page-landing .main-nav,.landing-page .main-nav {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-home .main-nav.active,.page-landing .main-nav.active,.landing-page .main-nav.active {
    background-color: #fff
}

.page-home .main-nav.active #nav-toggle span,.page-home .main-nav.active #nav-toggle span:before,.page-home .main-nav.active #nav-toggle span:after,.page-landing .main-nav.active #nav-toggle span,.page-landing .main-nav.active #nav-toggle span:before,.page-landing .main-nav.active #nav-toggle span:after,.landing-page .main-nav.active #nav-toggle span,.landing-page .main-nav.active #nav-toggle span:before,.landing-page .main-nav.active #nav-toggle span:after {
    background-color: #222
}

.page-home .main-nav.active #nav-toggle.active span,.page-landing .main-nav.active #nav-toggle.active span,.landing-page .main-nav.active #nav-toggle.active span {
    background-color: transparent
}

.page-home .navbar.affix,.page-landing .navbar.affix,.landing-page .navbar.affix {
    background-color: #fff;
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.08);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.08)
}

.page-home .navbar.affix .navbar-nav>li>.nav__item,.page-landing .navbar.affix .navbar-nav>li>.nav__item,.landing-page .navbar.affix .navbar-nav>li>.nav__item {
    color: #222
}

.page-home .navbar.affix .navbar-nav>li>.nav__item:hover,.page-landing .navbar.affix .navbar-nav>li>.nav__item:hover,.landing-page .navbar.affix .navbar-nav>li>.nav__item:hover {
    color: #222
}

.page-home .navbar.affix .navbar-nav>li .nav__item--btn,.page-landing .navbar.affix .navbar-nav>li .nav__item--btn,.landing-page .navbar.affix .navbar-nav>li .nav__item--btn {
    color: #fff
}

.page-home .navbar.affix #nav-toggle span,.page-home .navbar.affix #nav-toggle span:before,.page-home .navbar.affix #nav-toggle span:after,.page-landing .navbar.affix #nav-toggle span,.page-landing .navbar.affix #nav-toggle span:before,.page-landing .navbar.affix #nav-toggle span:after,.landing-page .navbar.affix #nav-toggle span,.landing-page .navbar.affix #nav-toggle span:before,.landing-page .navbar.affix #nav-toggle span:after {
    background-color: #222
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 1.6rem;
}

.affix-top .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
}

.affix-top .navbar-nav>li>a:hover {
    color: #ffffff;
}

.pic-imgtxt .thumbnail {
    position: relative;
    display: block;
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0
}

.pic-imgtxt .thumbnail .img em {
    display: block;
    padding-top: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.pic-imgtxt .thumbnail .txt {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,.8);
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
    opacity: 0;
}

.pic-imgtxt a:hover .txt {
    opacity: 1;
}

.vedio-imgtext .thumbnail .txt {
    opacity: 1;
    background: rgba(0,0,0,.4);
}

.pic-imgtxt .thumbnail .txt .table {
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.pic-imgtxt .thumbnail .txt .table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.pic-imgtxt .thumbnail .txt p {
    margin-bottom: 5px;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    font-size: 22px;
    color: #23d47a;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.vedio-imgtext .thumbnail .txt p {
    /* text-indent:-99999px; */
    background-image: url(../images/vedio-bf-btn.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    height: 110px;
    line-height: 30px;
    background-position: center top;
    padding-top: 70px;
    margin-bottom: 0;
    color: #ffffff;
}

.news-imgtxt a {
    display: block;
    overflow: hidden;
    margin: 0 0 0px 0px;
    /* padding: 15px; */
    background: transparent;
}

.news-imgtxt .img {
    float: left;
}

.news-imgtxt .img img,.news-imgtxt .img {
    width: 200px;
    height: 150px;
}

.news-imgtxt .img img {
    display: block;
}

.news-imgtxt .txt {
    padding-left: 230px;
    /* padding-right: 15px; */
}

.news-imgtxt .bt {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    font-size: 20px;
    color: #ffffff;
    font-family: "arial";
}

.news-imgtxt .bt .year {
    color: #ffffff;
}

.news-imgtxt .bt .year {
    display: inline-block;
    color: #ffffff;
}

.news-imgtxt .bt .year:before {
    content: '';
    display: inline-block;
    margin: 0 14px 0 9px;
    width: 1px;
    height: 22px;
    background: #c8c8c8;
    vertical-align: middle;
}

.news-imgtxt h3 {
    margin-bottom: 5px;
    padding: 19px 0 13px;
    border-bottom: 1px solid #efefef;
}

.news-imgtxt h3 em {
    display: block;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
}

.news-imgtxt p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #ffffff;
}

.news-imgtxt a:hover p, .news-imgtxt a:hover h3 em, .news-imgtxt a:hover .bt, .news-imgtxt a:hover .bt .year {
    color: #23d47a;
}

.ico-img {
    text-align: center;
    margin-bottom: 30px;
}

.pd-b1 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pd-b1 h1 {
    font-size: 3.4rem;
    letter-spacing: 5px;
}

.pd-b1 h2 {
    font-size: 2.2rem
}

.pd-b2 {
    padding: 6px 0px;
}

.pd-b2 h1 {
    padding: 15px 0px;
    font-size: 1.25em;
}

.pd-b3 h1 {
    padding: 30px 0px 15px 0;
    font-size: 2.55rem;
    position: relative;
    text-align: center;
    font-family: 'Hanhei-sc';
    color: #000;
}

.pd-b3 h1:after {
    content: "";
    border-bottom: 1px solid #ffffff;
    height: 0;
    width: 140px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-52%,0%);
}

.pd-b2 h1 a {
    padding: 0.5em 1.5em 0.5em 1.5em;
    border: 0px solid #ffffff;
    font-size: 1.35rem;
    display: inline-block;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    position: relative;
    margin: 1px;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-family: 'Frutiger 55 Roman', helvetica, arial, sans-serif;
    font-weight: normal;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.pd-b2 h1 a:hover {
}

.pd-b2-1 img {
    max-width: 520px;
}

.pd-b3 {
    padding: 3px 0px;
}

.pd-b2.pd-b3 {
    padding: 0;
}

.pd-b4 {
    padding: 20px 0px;
}

.pd-b4 h1 {
    font-size: 3.4rem;
    letter-spacing: 5px
}

.pd-b4 h2 {
    font-size: 2.2rem
}

.footer {
    background-color:#000;
    padding-bottom: 15px;
    padding-top: 15px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

.footer span.fa {
    margin-right: 5px;
    width: 14px;
}

.footer span.w40 {
    width: 23px;
    margin-right: 2px;
}

.footer p.fa-wechat {
    /* display: none; */
}

.footer p.fa-wechat:before, .footer p.fa-weixin:before {
    content: ""
}

#page-home {
}

._hui {
    background-color: #eaeaea;
    padding: 30px 0;
}

.ecodetype img {
    width: 120px;
    border: 3px solid #ffffff;
}

.content {
    width: 100%;
    height: 100%;
    margin: 10px auto;
}

.mygallery {
    /* margin: 25px 0; */
}

.m-postdtl {
    width: 100%;
    text-align: center;
}

.pic {
    padding: 10px;
}

.pic img,.c-content img,.max-img img {
    max-width: 100%;
    height: auto;
}

.g-doc {
    padding: 71px 0;
}

.c-hero {
    background-color: #090504;
}

.intro.dames>div {
    background: url(../images/20170417104712.jpg) center top no-repeat;
    height: 599px;
}

.intro.xwzx>div {
    background: url(http://babacun-1.oss-cn-shenzhen.aliyuncs.com/20170418143322.jpg) center top no-repeat;
    height: 600px;
    background-position: center center;
    background-size: contain;
}

.txt-two {
    color: #ffffff;
    padding: 20px 0;
}

.txt-two p {
    padding-bottom: 5px;
}

.pd-about {
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-about p {
    color: #ffffff;
    text-align: justify;
    line-height: 30px;
    text-indent: 2em;
}

.c-about .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}

.article_article p {
    /* text-indent: 2em; */
    text-align: justify;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer .collapse {
    display: block;
}

.footer .well {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0px;
}

.footer .ts {
    display: none;
    padding-left: 15px;
    float: left;
    line-height: 30px;
    font-size: 1.6rem;
}

.carousel-inner>.item>img {
    margin-left: auto;
    margin-right: auto;
}

.footer .btn-primary {
    display: none;
    margin-top: 13px;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    width: 30px;
    border: none;
    padding-left: 10px;
    border-radius: 0;
    float: left;
}

.footer .btn-primary span,.footer .btn-primary span:before,.footer .btn-primary span:after {
    cursor: pointer;
    border-radius: 0;
    height: 4px;
    width: 30px;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    background-color: #ffffff;
    left: 15px;
}

{
    cursor: pointer;
    border-radius: 0;
    height: 2px;
    width: 16px;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    background-color: #ffffff;
    top: 0;
    right: 0;
}

.footer .btn-primary span:before {
    top: -10px;
    left: 0px;
}

.footer .btn-primary span:after {
    bottom: -10px;
    left: 0px;
}

.footer .active span:before {
    transform: rotate(45deg);
}

.footer .active span:after {
    transform: rotate(-45deg);
}

.footer .active span:before {
    top: 0px;
}

.footer .active span:after {
    bottom: 0px;
}

.footer .active span {
    background-color: transparent;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.m-pager span {
    color: #ffffff;
}

.m-pager a {
    color: #ffffff;
}

.m-pager a:hover {
    color: #337ab7;
}

.section-video .s-container {
    height: 31.25vw;
    background-image: url(../images/index_video_img.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 600px; */
    background-position: center;
    background-repeat: no-repeat;
}

.section-video .s-container:before {
    content: "";
    background-color: rgba(0,0,0,.1);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section-video {
    position: relative;
    padding-bottom: 0PX;
}

.section-video .s-container a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/section-video-icon.png) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    position: relative;
}

.zx-fc {
    position: fixed;
    right: 1rem;
    bottom: 0.8rem;
    width: 5rem;
    z-index: 99;
}

#ClickMe {
}

#goodcover {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    /* opacity: 0.50; */
    filter: alpha(opacity=80);
}

#code {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    display: none;
    left: 45%;
    z-index: 99999;
}

.close1 {
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    z-index: 999999;
}

.close1 a {
    display: block;
    height: 100%;
}

.close1 a:after,.close1 a:before {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -9px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close1 a:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#closebt img {
    width: 20px;
}

.goodtxt {
    text-align: center;
    width: 100%;
    height: 100%;
}

.corners {
    position: absolute;
    width: 100%;
    transition-duration: 0.3s;
    display: none;
}

.corners.top {
    top: 0;
}

.corners.bottom {
    bottom: 7px;
}

.corners:before,.corners:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-color: cyan;
    border-style: solid;
    transition-duration: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.corners.top:before {
    border-width: 1px 0 0 1px;
}

.corners.top:after {
    border-width: 1px 1px 0 0px;
}

.corners.bottom:before {
    border-width: 0 0px 1px 1px;
}

.corners.bottom:after {
    border-width: 0 1px 1px 0;
}

.corners:after, .corners:before {
    border-color: cyan;
}

.corners:before {
    left: 0;
}

.corners:after {
    right: 0;
}

.corners.top:after {
    border-width: 1px 1px 0 0;
}

@font-face {
    font-family: 'HanHei-SC';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/HanHei-SC-thin.woff) format("woff");
}

@font-face {
    font-family: 'iconfont';
    /* project id 322984 */
    src: url('http://at.alicdn.com/t/font_322984_h217ine3ybb.eot');
    src: url('http://at.alicdn.com/t/font_322984_h217ine3ybb.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_322984_h217ine3ybb.woff') format('woff'), url('http://at.alicdn.com/t/font_322984_h217ine3ybb.ttf') format('truetype'), url('http://at.alicdn.com/t/font_322984_h217ine3ybb.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fanhui:before {
    content: "\e6b7";
}

.icon-jiantou:before {
    content: "\e6b3";
}

.icon-qita:before {
    content: "\e659";
}

.icon-vedio:before {
    content: "\e68d";
}

.icon-weibiaoti-1-01:before {
    content: "\e63b";
}

.icon-canju:before {
    content: "\e60c";
}

.icontype i {
    font-size: 60px;
    color: #FF9933;
}

.icon-meiti:before {
    content: "\e612";
}

.icon-fanhui2:before {
    content: "\e6b8";
}

.icon-fenxiang:before {
    content: "\e6b6";
}

.icon-weizhi:before {
    content: "\e6f8";
}

.icon-tubiao209:before {
    content: "\e6a3";
}

.icon-phone-line:before {
    content: "\e6ed";
}

.carousel-inner>.item {
    background-size: cover; 
    background-position: center top;
    background-repeat: no-repeat;
    height: 100vh !important;
}

.desc-wrapper {
    padding-left: 50px !important;
    padding-right: 50px !important;
    /* margin-left: 0px !important; */
    /* margin-right: 0px !important; */
    text-align: left !important;
    max-width: 1740px !important;
    top: 50% !important;
    padding: 0px !important;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 70px !important; */
    transform: translateY(-50%);
    /* opacity: 0; */
    z-index: 100;
    position: relative;
    width: 100%;
    max-width: 956px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 32px;
    text-align: center;
    text-rendering: optimizeLegibility;
}

.desc-wrapper p {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0px;
    text-transform: none;
    font-family: "proxima-nova";
    font-size: 18px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.desc-wrapper p>strong {
    display: block;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1em;
    font-family: "proxima-nova";
    font-size: 60px;
    line-height: .9em;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-weight: 100;
    font-style: normal;
    color: #fff;
    font-family: 'HanHei-SC';
}

.carousel-control .glyphicon-chevron-right.iconfont,.carousel-control .glyphicon-chevron-left.iconfont {
    font-size: 40px;
}

/* ani */
.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-8em)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-8em)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-8em)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-8em)
    }

    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-8em)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }

    100% {
        -moz-transform: translateY(-8em)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }

    100% {
        -o-transform: translateY(-8em)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-8em);
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}

._hide {
    display: none;
}

/* ani */
@media (min-width: 1200px) {
    ._morelink {
        padding: 0 !important;
    }

    .container {
        width: 1200px;
    }
}

@media (max-width: 479px) {
    .section-video .s-container {
        height: 40.25vw;
        background-image: url(../images/index_video_phone_img.jpg);
    }

    .section-video {
        padding-bottom: 0;
    }

    .o-logo {
        width: 48px;
        height: 48px;
    }

    .icontype i {
        font-size: 32px;
        color: #FF9933;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 1.4rem
    }

    .navbar-collapse {
        border-top: none;
    }

    #page-home {
        padding-top: 69px;
    }

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        background-color: #fff;
    }

    .navbar-default {
        background-color: rgba(0, 0, 0, 1) !important;
        border-color: transparent;
        padding: 10px 0;
    }

    .navbar-default .inner-container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        padding-bottom: 0;
    }

    .news-imgtxt .img img,.news-imgtxt .img {
        width: 117px;
        height: 87px;
    }

    .news-imgtxt .txt {
        padding-left: 125px;
    }

    .news-imgtxt .bt {
        font-size: 14px;
        height: 22px;
        line-height: 22px;
    }

    .news-imgtxt .bt .year:before {
        height: 16px;
    }

    .news-imgtxt h3 {
        padding: 0
    }

    .news-imgtxt h3 em {
        font-size: 12px;
    }

    .news-imgtxt p {
        line-height: 18px;
        height: 38px;
        font-size: 12px;
    }

    .pd-b1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .index_fwxm .pd20-0 {
        padding-top: 5px;
        padding-bottom: 4px;
    }

    .pd-b1 h1 {
        font-size: 1.5em;
        padding: 30px 0 15px 0;
    }

    .pd-b1 h2 {
        font-size: 1.4rem;
    }

    .pd-b2 {
        padding: 10px 0px;
    }

    .pd-b2 {
        padding: 0px 0px;
    }

    .pd-b2-1 {
    }

    .pd-b2-1 img {
        max-width: 250px;
    }

    .news-imgtxt a {
        margin: 0px 0px 0px 0px
    }

    #page-home {
        padding-bottom: 0px;
    }

    .footer p.fa-wechat {
        display: block;
    }

    .footer span.img,.ecodetype {
        display: none;
    }

    .footer {
        font-size: 14px;
    }

    .footer .fz20 {
        font-size: 14px;
        margin-top: 10px;
    }

    .footer span.w40 {
        width: 14px;
    }

    .pd-l-r-4 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .mr-b-8 {
        /* margin-bottom: 4px; */
    }

    .ico-img {
        margin-bottom: 14px;
    }

    .gallerytype {
        padding: 0;
    }

    .g-doc {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .pd-t-b-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .xs-hidden {
        display: none;
    }

    .pd-about {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .xs-1-s-ffffff p.pp1 {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .xs-1-s-ffffff p.pp1:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        border-bottom: 1px solid #ffffff;
        /* padding: 10px 0; */
    }

    .xs-1-s-ffffff p.pp2 span.ss1 {
        display: block;
    }

    .ls1 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .footer .btn-primary,.footer .ts {
        display: block;
    }

    .footer .collapse {
        display: none;
    }

    .footer .in {
        display: block;
    }

    .intro.xwzx>div {
        height: 237px;
        background-position: center top;
        background-size: contain;
    }

    #LXB_CONTAINER {
        opacity: 0 !important;
    }

    ._morelink {
    }

    ._morelink .pd-b2 {
        padding: 0 0 15px 0;
    }
}

@media(min-width: 768px) {
    .nav-toggle-action {
        display:none
    }

    .main-nav .navbar-nav {
        float: right
    }

    .navbar-default .navbar-nav>li>.nav__item {
        border-color: transparent;
        border-style: solid;
        border-width: 2px
    }

    .navbar-default .navbar-nav>li>.nav__item--btn {
        background-color: #ef4d4d;
        border-color: #ef4d4d;
        color: #fff;
        border-style: solid;
        border-width: 1px;
        font-weight: 600;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .navbar-default.affix {
        background-color: rgba(0,0,0,.8);
    }
}

@media(max-width: 321px) {
    .o-logo {
        background-size: 85px 38px;
        width: 85px;
        height: 38px;
    }

    .nav-toggle-action {
        margin-top: 18px;
    }

    .footer .ts {
        padding-left: 15px;
        float: left;
        line-height: 24px;
        font-size: 1.4rem;
    }

    .footer .btn-primary span:before {
        top: -8px;
    }

    .footer .btn-primary span:after {
        bottom: -8px;
    }

    .footer .btn-primary {
        margin-top: 10px;
    }
}

@media(max-width: 376px) {
    .o-logo {
        background-size: 48px 48px;
        width: 48px;
        height: 48px;
    }

    .nav-toggle-action {
        float: right;
        margin-top: 19px;
        width: 35px;
    }
}


.vc_col-xs-12, .vc_column_container {
    width: 100%;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }

    .vc_col-sm-12 {
        width: 100%;
    }
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .last_toggle_el_margin, .wpb_button {
    margin: 0 !important;
}

.vc_row-fluid {
    margin-bottom: 0px!important;
}

#work .row .index_vc_row-fluid {
    padding-top: 70px!important;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}

.inner_wpb_column {
    /* padding-bottom: 40px; */
    padding-top: 0;
}



.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_column_container>.vc_column-inner {
    padding: 0!important;
}

.inner-container {
    max-width: 1300px;
    margin: 0 auto;
}

.show-animate-grid {
    display: block!important;
}

.list {
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

.carousel, .item, .active {
    height: 100%;
}

.pt-list .list {
    margin-bottom: 20px;
}

.news-list .contents, .pt-list .contents {
    position: relative;
}

.imgborder {
    border: 1px solid #d2d2d2!important;
}

.news-grid-img, .pdp-grid-img {
    height: 100%;
    width: 100%;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
}

.grid-news-img,.grid-pdp-img {
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out
}

.grid-pdp-img {
    margin: 0 auto;
    left: 0;
    right: 0
}

.grid-hide {
     
}

.grid-show {
    position: relative;
    opacity: 1;
    z-index: 2;
    border: 0
}

.pt-list .list .contents .pdp-grid-img {
    cursor: pointer;
}

.imgborder {
    border: 1px solid transparent!important;
}

.pt-list .list .post-content {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 20px 20px 20px;
    cursor: pointer;
    /* z-index: 9999999; */
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
}


.project-title {
    display: block;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.pt-list .list .post-content .project-title {
    font-family: Akkurat,Arial,sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    color: #0a0a0a;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    
}

.pt-list .list .post-content .project-title h1 {
    font-size: 0.7em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px;
}

.pt-list .list .post-content .project-blurb {
    margin-top: 50px;
    margin-bottom: 26px;
    font-family: Akkurat,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    color: #666;
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
}

.pt-list .list .post-content>a {
    /* position: absolute; */
    /* bottom: 20px; */
    /* font-family: Akkurat,Arial,sans-serif; */
    /* font-size: 18px; */
    /* font-weight: 300; */
    /* font-style: normal; */
    /* font-stretch: normal; */
    /* line-height: 1.44; */
    /* color: #0a0a0a; */
    /* border-bottom: 1px solid #666; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.pt-list .list .contents .post-content ._txturl {
    display: block;
    position: relative;
    height: 100%;
    display: table;
    text-align: center;
    width: 100%;
}

.news-list .list {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
}

span.date {
    font-family: Akkurat,Arial,sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    color: #000;
}

.news-list .list .news-title {
    font-family: Akkurat,Arial,sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    color: #0a0a0a;
    max-width: 90%;
    margin-bottom: 20px;
}

.news-list .list .news-desc {
    font-family: Akkurat,Arial,sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    color: #0a0a0a;
    max-width: 90%;
}

.news-list .list .news-link {
    position: absolute;
    bottom: 20px;
    font-family: Akkurat,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    color: #0a0a0a;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.banner-thumbnail-wrapper .color-overlay,.innerbanner-img .color-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 99;
    display: none;
}

.banner-thumbnail-wrapper .color-overlay1 {
    background: -webkit-linear-gradient(top, #000000 , transparent);
    /* Safari 5.1 - 6.0 */
}

.color-overlay {
    opacity: .8 !important;
}

@media screen and (max-width: 414px) {
    .index_vc_row-fluid {
        padding-top: 0px!important;
        margin-bottom: 0 !important;
    }

    .news-list .item .list .news-title {
        max-width: 100%!important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .news-list .item .list .news-desc {
        max-width: 100%!important;
        overflow: auto;
        white-space: inherit;
    }
}

@media (min-width: 768px) {
    .list.item {
        padding: 0;
        margin-right: 20px;
        position: relative;
    }

    .list.item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .pt-list .list .project-blurb {
        max-width: 92%;
    }
}

@media screen and (min-width: 1441px) {
    .pt-list .list .contents .post-content {
        padding: 0px;
    }

    .pt-list .list .contents .post-content .project-blurb {
        bottom: 40%;
        margin-bottom: 0;
        text-align: center;
    }

    .pt-list .list .contents .post-content>a {
        /* bottom: 30.6px; */
    }

    .pt-list .list .contents .post-content ._txturl {
        display: block;
        position: relative;
        height: 100%;
        display: table;
        text-align: center;
        width: 100%;
    }
}

@media screen and (min-width: 1756px) {
    .index_vc_row-fluid {
        padding-top: 0px!important;
    }
}

@media screen and (max-width: 2560px), screen and (min-width: 2561px) {
    .index-about p {
        line-height: 26px;
        margin-bottom: 20px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 1.8rem;
        text-align: justify;
        color: #000;
    }

    .partners-container {
        padding: 45px 0 0 0;
    }

    .article-container {
        padding-bottom: 60px;
    }

    .inner-container,.inner-container-banner {
        max-width: 1740px;
        margin: 0 auto;
    }

    .inner-container-1 {
        max-width: 800px;
    }

    .inner-container-2 {
        max-width: 1060px;
        padding-left: 0;
        padding-right: 0;
    }
.contact-container .inner-container-2{
    
max-width:  1460px;
}
    .pro-container .inner-container {
        /* padding-left:15px; */
        /* padding-right:15px; */
    }

    .newrow {
        padding-left: 15px;
        padding-right: 15px;
    }

    .index-about {
        padding-top: 30px;
        max-width: 940px;
        position: relative;
        padding-bottom: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        /* padding-left: 5px; */
        /* padding-right: 5px; */
    }

    .inner-container .row {
        /* margin-left: 0; */
        /* margin-right: 0; */
    }

    .contact-txt .inner-container .row1 {
        /* display: table; */
        /* margin-left:  0; */
        /* margin-right: 0; */
        padding: 80px 0;
        display: flex;
    }

    .inner-news-list .row,.inner-nav .row {
        /* margin-left: -15px; */
        /* margin-right: -15px; */
    }

    .contact-txt .inner-container .row2 {
    }

    .contact-txt .inner-container .row2 .map-type {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-list .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .inner-container .col-md-8,.inner-container .col-md-4 {
        /* padding-left: 0; */
        /* padding-right: 0; */
    }

    .pro-container .inner-container .col-md-8,.pro-container .inner-container .col-md-4,#xinlwb .col-md-4,#xinlwb .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }

    .et1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }

    .ecodetype {
    }

    .ecodetype .ecodetype1 {
    }

    .ecodetype .ecodetype2 {
        margin-left: 30px;
    }

    .ecodetype span {
        display: block;
    }

    .ecodetype span.txt {
        margin-right: 40px;
        transform: translateX(0%);
        line-height: 1;
        margin-top: 20px;
    }

     .inner-container .col-md-6, .inner-container .item {
        max-width: 580px;
        margin-right: 0;
        margin-bottom: 2px;
        padding-left: 1px;
        padding-right: 1px;
    }

    .inner-nav {
        /* padding-left: 15px; */
        padding: 30px 0 30px 0;
    }

    .inner-nav .item {
        margin-bottom: 0;
        /* padding-left:  15px; */
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner-nav .item a {
        color: #adadad;
        display: block;
    }

    .inner-nav .item a.cur,.inner-nav .item a:hover {
        color: #000;
    }

    .news-list.inner-container .col-md-6 {
        max-width: 442px;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
        margin-top: 30px;
    }

    .partners-container .inner-container .col-md-6 {
        max-width: initial;
    }

    .news-imgtxt .col-md-6 {
        max-width: 855px;
        /* margin-right: 0; */
    }

    .device-active img {
        display: block;
        margin: 0 auto;
    }

    .device-active .desktop-plus-img {
        display: block;
    }

    .inner-container .col-md-6 img, .inner-container .item img {
        width: 100%;
    }

    .device-active .tablet-mobile-img {
        display: none;
    }

    .index_vc_row-fluid .inner-container .col-md-6:nth-of-type(3n),.index_vc_row-fluid .inner-container .item:nth-of-type(3n),.index-newslist .inner-container .col-md-6:nth-of-type(4n) {
        margin-right: 0;
    }

    .news-imgtxt .col-md-6:nth-of-type(2n) {
        margin-right: 0;
    }

    .pagination {
        display: block!important;
        margin: 0px 0 40px 0;
    }

    .inner-news-list-global .pagination {
        margin-bottom: 30px;
    }

    .inner_wpb_column .pagination {
        margin-bottom: 30px;
    }

    .pagination .nav-links {
        /* min-height: 3.3684em; */
        position: relative;
        text-align: center;
    }

    .pagination .page-numbers, .pagination a.page-numbers, .pagination .next.page-numbers, .pagination .prev.page-numbers {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        text-decoration: none;
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 36px;
        margin: 0 19px 0 0;
        text-align: center;
        color: #b4b4b4;
        font-size: 18px;
        text-transform: uppercase;
        border: 1px solid #e5e5e5;
        border-radius: 50px;
    }

    .pagination .page-numbers.current {
        color: #303030;
        background-color: #e3e3e3;
        border-color: #e3e3e3;
    }

    .pagination .page-numbers:hover, .pagination a.page-numbers:hover, .pagination .next.page-numbers:hover, .pagination .prev.page-numbers:hover {
        color: #303030;
        background-color: #e3e3e3;
        border-color: #e3e3e3;
    }

    .innerbanner-img {
        background-size: cover;
        background-position: center;
        height: 50vh;
        background-repeat: no-repeat;
        position: relative;
    }
 
    #allmap {
        height: 50vh;
        /* margin-bottom: 40px; */
        /* margin-top: 40px; */
    }

    .detailt2 {
        text-align: left;
        padding-bottom: 30px;
        line-height: 70px;
        font-size: 70px;
        font-weight: bold;
        color: #ffffff;
        font-size: 70px;
    }

    .detailp2 {
        text-align: left;
        line-height: 28px;
        font-size: 14px;
        color: #ffffff;
    }

    .det2 {
        padding-bottom: 50px;
    }

    .det1 {
        padding-bottom: 50px;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    ._add20180725092833 {
        /* padding-bottom: 20px; */
        /* padding-top: 20px; */
    }

    .det3 {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .p-hidden {
        display: none;
    }

    .cdicon1 {
        width: auto;
        float: right;
        margin-right: 0;
    }

    .cdicon1 a,.cdicon2 a {
        color: #ffffff;
        display: block;
        line-height: 1;
    }

    .cdicon1 a i,.cdicon2 a i {
        font-size: 5.5rem;
        font-weight: normal;
    }

    .cdicon2 {
        width: auto;
        float: left;
    }

    .detailt1 {
        text-align: left;
        padding-bottom: 30px;
        line-height: 50px;
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }

    .detailp1 {
        text-align: left;
        line-height: 28px;
        font-size: 16px;
        color: #000;
    }

    .news-article {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .contact-imgtype {
        float: none;
        display: table-cell;
        vertical-align: middle;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-imgtype img {
        border: 2px solid #ffffff
    }

    .contact-article {
        padding-left: 0;
        padding-right: 0;
        /* padding-top: 80px; */
        /* padding-bottom: 20px; */
        /* float: none; */
        position: relative;
        /* vertical-align: middle; */
        /* float: none; */
    }

    ._map {
        padding-left: 0;
        padding-right: 60px;
    }

    .contact-article .ct1 {
        /* display: table-cell; */
        /* vertical-align: middle; */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hr-article .ct1{
                position: absolute;
        top: 50%;
        transform: translateY(-50%);}

    .contact-article .ct1 .con-con {
        /* display: table-cell; */
        /* vertical-align:  middle; */
        text-align: left;
    }

    .news-article .na-con {
    }

    .contact-article .con-con p:last-child {
        padding-bottom: 0;
    }

    .news-article .na-date,.contact-article p,.hr-article p,.contact-article h1,.hr-article h1 {
        color: #000;
        padding-bottom: 5px;
    }

    .contact-article h1,.hr-article h1 {
        font-size: 3.4rem;
        padding-bottom: 30px;
        font-family: 'HanHei-SC';
    }

    .contact-article p,.hr-article p {
        font-size: 1.6rem;
        line-height: 30px;
    }

    .contact-article p i {
        margin-right: 8px;
        font-size: 18px;
    }

    .news-article .na-title,.news-article .pp1 {
        color: #000;
        font-size: 3rem;
        padding-bottom: 30px;
    }

    .news-article .na-con p {
        color: #000;
        margin-bottom: 10px;
        line-height: 30px;
        text-indent: 2em;
        padding-left: 15px;
        padding-right: 15px;
    }
.news-article .na-con p a{
    color:#ffffff !important;
    font-weight:normal !important;
}
    .about-article {
        padding: 50px 0 0 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-article h1 {
        color: #000;
        font-size: 3.6rem;
        padding: 30px 0;
        font-family: 'HanHei-SC';
    }

    .about-article p {
        color: #fff;
        text-align: justify;
        text-indent: 2em;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about-article .pp1 {
        padding-bottom: 30px;
    }

    .about-article .pp1 .pp2 {
        width: 50%;
    }

    .inner-news-list,.newrow {
        /* padding-left: 15px; */
        /* padding-right: 15px; */
        padding-bottom: 30px;
    }

    .index_vc_row-fluid .newrow {
        padding-bottom: 0;
    }

    .inner-news-item {
        /* display: flex; */
        padding-bottom: 30px !important;
        margin-bottom: 30px !important;
        border-bottom: 1px solid #4e4e4e !important;
    }

    .inner-news-item:last-child {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .inner-news-item .col-md-5,.inner-news-item .col-md-7 {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .inner-news-item .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 20%;
        margin-bottom: 0;
    }

    .inner-news-item img {
    }

    .inner-news-item .news-title {
        color: #ffffff;
        font-size: 3rem;
        margin-bottom: 15px;
    }

    .inner-news-item .news-date {
        margin-bottom: 30px;
    }

    .inner-news-item .news-title a {
        color: #000;
        font-weight: normal;
    }

    .inner-news-item .news-desc {
        color: #000;
        margin-bottom: 30px;
    }

    .inner-news-item .news-date {
        color: #000;
    }

    .inner-news-item .news-a {
        color: #ffffff;
        position: absolute;
        bottom: 0;
    }

    .inner-news-item .news-a a {
        color: #ffffff;
    }

    .contact-txt .dt1 {
        padding-left: 15px;
        padding-right: 15px;
        /* padding-top: 40px; */
        padding-bottom: 0px;
    }

    ._backimg1 {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 75%;
    }

    ._process_type {
        background-color: #707070;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    ._process_type ._true_inner_container {
        max-width: 1640px;
    }

    ._process_type ._true_inner_container h1 {
        font-size: 1.8rem;
        padding-top: 0;
        padding-bottom: 15px;
    }

    ._process_type ._true_inner_container h2 {
        font-size: 1.5rem;
        color: #fff;
        line-height: 30px;
    }

    ._process_type ._true_inner_container ul {
    }

    ._process_type ._true_inner_container ul li {
        color: #fff;
        line-height: 24px;
    }

    ._process_type ._true_inner_container p {
        text-indent: 0;
        text-align: justify;
        line-height: 30px;
        margin-bottom: 20px;
    }

    ._process_type ._true_inner_container .col-md-2 {
        width: 20%;
    }

    ._process_type ._true_inner_container .col-md-2:nth-child(3n) {
        width: 18%;
    }

    ._process_type ._true_inner_container .col-md-2:nth-child(5n) {
        width: 22%;
    }

    ._design_type {
        background-color: #707070;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    ._design_type .inner-container .col-md-6 {
        max-width: 100%;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    ._design_type .inner-container .col-md-6 p {
        text-indent: 0;
        text-align: center;
        line-height: 24px;
        margin-bottom: 0;
    }

    ._design_type .inner-container .col-md-6 p._line {
        border-bottom: 1px solid #fff;
        display: inline-block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1756px) {
    .inner-container {
        max-width: 1300px;
        margin: 0 auto;
    }

    ._process_type ._true_inner_container {
        max-width: 1240px;
    }

    .desc-wrapper {
        max-width: 1300px !important;
        margin: 0 auto;
    }

    .inner-container-1 {
        max-width: 1060px;
    }
.contact-container .inner-container-2 {

    max-width: 1300px;

}
    .index-about {
        padding-top: 20px;
        max-width: 740px;
        position: relative;
        padding-bottom: 20px;
        margin-top: 0;
        margin-bottom: 0;
        /* padding-left: 5px; */
        /* padding-right: 5px; */
    }

    .news-list.inner-container .col-md-6 {
        max-width: 332px;
    }

    .inner-container .item {
        max-width: 433px;
        margin-right: 0;
    }

    .inner-nav .item {
        /* padding-left:  0; */
        /* padding-right:  0; */
    }

    /*     .news-list.inner-container .col-md-6 {
        max-width: 100%;
    } */
}

@media screen and (min-width: 1200px) {
    .news-list .list .news-title {
        font-family: Akkurat,Arial,sans-serif;
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.3;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .news-list .list .news-desc {
        font-family: Akkurat,Arial,sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.3;
        color: #ffffff;
        white-space: normal;
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1440px) {
    .news-list .list {
        padding: 15px;
    }

    .news-list .list .date {
        display: initial;
    }

    .news-list .list .news-title {
        font-family: Akkurat,Arial,sans-serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.3;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .news-list .list .news-desc {
        font-family: Akkurat,Arial,sans-serif;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.3;
        color: #000;
        white-space: normal;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        margin-bottom: 10px;
    }

    .news-list .list .news-link {
        bottom: 20px;
    }
}

@media screen and (min-width: 1756px) {
    .news-list .list {
        padding: 30px;
    }

    .news-list .list .date {
        display: inline-block;
        margin-bottom: 18px;
    }

    .news-list .list .news-title {
        max-width: 90%;
        font-size: 22px;
    }

    .news-list .list .news-desc {
        max-width: 90%;
        font-size: 16px;
    }

    .news-list .list .news-link {
        bottom: 30px;
    }
}

@media screen and (max-width: 1440px) {
    .inner-container {
        max-width: 1300px;
    }

    .news-list.inner-container .col-md-6 {
        max-width: 332px;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }

    .index-about {
        padding-top: 50px;
        max-width: 740px;
        position: relative;
        padding-bottom: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
        /* padding-left: 5px; */
        /* padding-right: 5px; */
    }

    .news-imgtxt .col-md-6 {
        max-width: 635px;
        /* margin-right: 0; */
    }

    .inner-container .item {
        max-width: 433px;
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .grid-hide {
        opacity: 1;
    }

    .pt-list .list .post-content {
        background-color: transparent;
    }

    .imgborder {
        border: 0px solid #d2d2d2!important;
        /* border-width: 0; */
    }

    .news-list .list {
        display: block!important;
        opacity: 1!important;
        position: static;
        position: initial;
    }
}

@media screen and (max-width: 768px) {
    .partners-container {
        padding: 1px 0 0px 0;
    }

    .partners-container .inner-container {
        padding-bottom: 0;
    }

    .inner-news-item {
        display: block;
        padding-bottom: 0px !important;
        margin-bottom: 15px !important;
        border-bottom: 0px solid #4e4e4e !important;
    }

    .inner-news-item .imgtype {
        padding-left: 0;
        padding-right: 0;
    }

    .inner-news-item:last-child {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }

    .inner-news-item .news-title,.inner-news-item .news-date {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 2.2rem;
        font-weight: normal;
    }

    .inner-news-item .news-title {
        font-size: 2.2rem;
    }

    .inner-news-item .news-date {
        font-size: 14px;
    }

    .inner-news-item .news-desc {
        margin-bottom: 0;
    }

    .inner-news-item .news-a {
        position: relative;
        margin-top: 15px;
    }

    .inner-container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        padding-bottom: 20px;
    }

    .inner-container-2 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .inner-news-list-global {
        /* padding-left:0; */
        /* padding-right:0; */
    }

    .inner-news-list {
        /* padding-left:15px; */
        padding-bottom: 30px;
    }

    .newrow {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 12px;
    }

    .inner-nav {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .inner-nav .item {
        width: 33.333333%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        padding-top: 15px;
    }

    .index-about {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .index-about p {
        text-align: justify;
        margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 1.5rem;
    }

    .pt-list .item {
        width: 100%!important;
        padding: 0!important;
        margin-bottom: 0;
    }

    .inner-container .col-md-8, .inner-container .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .m-hidden {
        display: none;
    }

    .p-hidden {
        display: block;
    }

    .m-no-float {
        float: none;
    }

    .carousel-inner>.item {
        height: 213px !important;
        background-size: cover;
    }

    .carousel-inner.artice-pro-slide-banner>.item {
        height: auto !important;
    }

    .carousel-control .glyphicon-chevron-right.iconfont,.carousel-control .glyphicon-chevron-left.iconfont {
        font-size: 40px;
    }

    .news-list .item .imgborder {
        border: 0!important;
    }

    .news-list .list .news-title {
        font-size: 2.5rem;
        color: #000;
    }

    span.date {
        margin-bottom: 10px;
        display: block;
    }

    .news-list .list .news-desc {
        font-size: 1.5rem;
    }

    .news-list .item .list .news-title {
        margin-bottom: 15px;
        font-size: 2rem;
    }

    .news-list .item .list .news-desc {
        margin-bottom: 30px;
        font-size: 1.5rem;
    }

    .news-list .item .list .news-link {
        position: static;
    }

    .pagination .nav-links {
        text-align: center;
    }

    .pagination {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .pt-list .list {
        margin-bottom: 0;
    }

    .detailt2 {
        font-size: 3rem;
        line-height: 1;
        padding-bottom: 15px;
        font-weight: normal;
    }

    .det3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .det1 {
        padding-top: 15px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cdicon1 a i, .cdicon2 a i {
        font-size: 3rem;
        line-height: 1;
    }

    .detailt1 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .news-article {
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .innerbanner-img {
        height: 30vh !important;
    }

    .news-article .na-date {
        font-size: 1.8rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-article .na-title {
        font-size: 1.8rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-article h1,.about-article p {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.5rem;
        text-indent: 0;
        margin-bottom: 20px;
    }

    .about-article h1 {
        font-size: 2.5rem;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
        font-family: 'HanHei-SC';
    }

    .article-container {
        padding-bottom: 0;
    }

    .about-article {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .about-article .pp1 {
        padding-bottom: 15px;
    }

    .news-article, .contact-article {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-article .con-con {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-article .ct1 .con-con {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contact-article .con-con p,.hr-article .con-con p {
        font-size: 1em;
        padding-bottom: 5px;
    }

    #allmap {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        padding-left: 0;
        padding-right: 0;
    }

    .inner-container .col-md-6.txttype {
        margin-bottom: 0;
    }

    .pt-list .list .post-content .project-title h1 {
        font-size: .6em;
        color: #000;
        animation: move 4s linear infinite; 
         animation-delay:3s;
    }
   @keyframes move{
        from {
                background: linear-gradient(to right, #f8f8f8 15%, #9d9d9d,#f8f8f8);
            }

            to {
                background: linear-gradient(to right, #9d9d9d 15%,#f8f8f8, #9d9d9d );
            }
    }

    .pt-list .list .post-content .project-title {
        display: block;
    }

    .m-p1 {
        position: absolute;
        float: none;
        margin-right: 0;
        right: 0;
        top: 12px;
    }

    .contact-txt .inner-container .row1 {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding: 20px 0 20px 0;
    }

    .contact-imgtype,.contact-article {
        display: block;
        padding-left: 0px;
        padding-right: 0;
        vertical-align: top;
    }

    .contact-imgtype .col-xs-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-imgtype .col-xs-6:nth-child(1) {
        float: left;
    }

    .contact-imgtype .col-xs-6:nth-child(2) {
        float: right;
        text-align: right;
    }

    .contact-article {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .contact-article .ct1,.hr-article .ct1 {
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    .contact-imgtype:after {
        content: "";
        clear: both;
        display: block;
    }

    .contact-txt .dt1 {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-txt .inner-container .row2 .map-type {
        padding-left: 0;
        padding-right: 0;
    }

    ._map {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-article h1 {
        font-size: 2.4rem;
        padding-bottom: 15px;
    }

    .contact-article p i {
        margin-right: 8px;
        font-size: 16px;
    }

    .desc-wrapper {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .desc-wrapper p {
    }

    .desc-wrapper p>strong {
        font-size: 45px !important;
    }

    ._add20180725092833 {
        padding-left: 0;
        padding-right: 0;
    }

    .news-list.inner-container {
        padding-bottom: 0;
    }

    ._hui {
        padding: 0px 0;
    }

    .pd-b2.pd-b3 {
        padding-bottom: 15px;
    }

    ._process_type ._true_inner_container .col-xs-12 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    ._process_type ._true_inner_container .col-md-2:nth-child(3n) {
        width: 100%;
    }

    ._process_type ._true_inner_container .col-md-2:nth-child(5n) {
        width: 100%;
    }

    ._process_type ._true_inner_container h2,._process_type ._true_inner_container ul li {
        padding-left: 15px;
        padding-right: 15px;
    }

    ._process_type ._true_inner_container ul {
        margin-bottom: 15px;
    }
    ._process_type{
        padding-bottom:0;
    }
    ._process_type ._true_inner_container{
        padding-bottom:0;
    }
    ._design_type{
        padding-bottom:0;
        padding-top: 15px;
    }
    ._design_type ._true_inner_container{
    padding-bottom:  0;
    padding-top: 0;
}
._design_type .inner-container .col-md-6 p._line{
    padding-left:0;padding-right:0;
}
.news-article .na-con p{
    
text-indent: 0;
    
margin-bottom: 15px;
    
line-height: 28px;
}
}

@media screen and (max-width: 767px) {
    .news-container {
        /* padding-left:15px; */ /* padding-right:15px; */
    }

    .pt-list .list {
        padding: 0!important;
    }

    .inner-container .col-md-6 {
        margin-bottom: 18px;
        margin-right: 0;
        max-width: 100%;
    }

    .news-list.inner-container .col-md-6 {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .news-imgtxt .img {
        float: none;
        width: 100%;
        height: auto;
    }

    .news-imgtxt p {
        display: none;
    }

    .news-imgtxt .img img {
        height: auto;
    }

    .news-imgtxt .txt {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px;
    }

    .news-imgtxt h3 {
        border-bottom: 0;
    }
}

@media screen and (max-width: 414px) {
    .pt-list .list {
        margin-bottom: 0;
    }

    .device-active .desktop-plus-img {
        display: none!important;
    }

    .device-active .tablet-mobile-img {
        display: block!important;
    }

    .pt-list .item .post-content {
        padding: 15px 20px 18px!important;
    }

    .pt-list .list .post-content {
        padding-top: 20px;
        position: static;
        position: initial;
    }

    .pt-list .list .post-content .project-blurb, .pt-list .list .post-content a {
        position: static;
        position: initial;
        color: #ffffff;
        font-size: 14px;
        transform: translateX(0%);
        text-align: left;
        /* display: block; */
    }

    .pt-list .list .post-content a {
        /* display: inline-block; */
        /* transform: translateX(-50%); */
        /* right: 0; */
        /* transform: translateX(50%); */
        /* text-align: left; */
        /* transform: translateX(0%); */
    }

    .pt-list .list .post-content .project-title {
        text-align: center;
    }

    .pt-list .list .post-content .project-blurb {
        margin-top: 8px;
        margin-bottom: 29px;
    }

    .vc_column_container {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .inner_wpb_column {
        padding-bottom: 0;
    }

    .pd-b2 h1 a {
    }
}

@media (max-width: 376px) {
    #page-home {
    }

    .vc_column_container {
        padding-top: 10px;
    }
}

.st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: url(#SVGID_1_);
}

.st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #040000;
    stroke: #000000;
    stroke-width: 1.0001;
    stroke-miterlimit: 22.9256;
}

.content {
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.chroma-gallery-logo {
    width: 300px;
    height: 124px;
    background: url(dist/images/chromagallery_logo.png) no-repeat;
    margin: 25px auto;
}

.mygallery {
}

@media screen and (max-width: 400px) /* small logo */ {
    .chroma-gallery-logo {
        width: 200px;
        height: 83px;
        background-size: 200px 83px;
    }
}

@media screen and (min-width: 980px) /* Desktop */ {
    .content {
        width: 100%;
    }
}
.pt-list .list .contents .pdp-grid-img:hover {
 opacity: .2;
transition-delay: 0s;
transform: scale(1.12) !important;
}

.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}