.no-padding {
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.index_main {
    background: #000;
}
/*============ header_area css=============*/
.header_area {
    background: #000000;
    min-height: 10rem;
    line-height: 10rem;
}
.header_area ul {
    display: inline-flex;
    padding:0 20rem;
    width: 100%;
}
.header_area ul li.nav-item {
    font-size: 14px;
    width: calc(100%/7);
    text-align: center;
}
.header_area ul li.nav-item a {
    color: #fff;

    display: block;
}
.navigation-up {
    width: 100%;
}
.navigation-up .navigation-v3{/* margin-left:155px; */float:left;width: 100%;font-size:16px;/* _margin-left:10px */}
.navigation-up .navigation-v3 ul{float:left;width: 100%;}
.navigation-up .navigation-v3 li{
    float: left;
    text-align: center;
}
.navigation-up .navigation-v3 .nav-up-selected{/* background:#141414 */}
.navigation-up .navigation-v3 .nav-up-selected-inpage{background:#141414}

.navigation-down{position:absolute;top:90px;left:0px;width:80%;}
.navigation-down .nav-down-menu{width:100%;margin:0;background:#fff; position:absolute;top:0px;z-index:100;left: 200px;}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:100%;position:relative}

.navContent {
    float: left;
}
.navContent a {
    text-align: center;
    line-height: 55px;
}
.infoBox {
    float: left;
    width: 900px;
    margin-left: 30px;
    margin-top: 40px;
}

.book {
    padding-left: 83px;
    padding-right: 44px;
    display: block;
    color: #231815;
}
.book:active,.book:focus {
    border-left:3px solid #e60011;
    color: #e60012;
    text-decoration: none;
    background-color: #fbfbfb;
}
.hover {
    border-left:3px solid #e60011;
    color: #e60012;
    text-decoration: none;
    background-color: #fbfbfb;
}


.boxs {
    padding-left: 83px;
    padding-right: 44px;
    display: block;
    color: #231815;

}
.boxs:active,.boxs:focus {
    border-left:3px solid #e60011;
    color: #e60012;
    text-decoration: none;
    background-color: #fbfbfb;
}
.containers {
    width: 100%;
    height: auto;
    float: left;
    padding:15px 20px 10px;
}
.containers .active {
    display: block;
}
.secondInfo {
    display: none;

}
.secondInfo dl {
    padding-right:50px;
    text-transform: capitalize;
}
.secondInfo dl dt  {
    color: #454545;
    line-height:40px;
    height:40px;
    margin-bottom:10px;
    border-bottom:1px solid #1e1e1e;
}
.secondInfo dl dt a {
    color: #454545;
}
.secondInfo dl dd {
    line-height:30px;
    padding-left:10px;
}
.secondInfo dl dd a {
    margin-left:8px;
    color: #231815;
}
.secondInfo dl dd a:hover {
    color: #e60012;
}
.secondInfo ul li a dl dd p {
    height: 60px;
    overflow: hidden;
}


/*====================================================*/
/*============= index_pro_area ==============*/
.index_pro_area {
    padding:10rem 0 30rem;
}
.pro_list {
    margin-bottom: 7rem;
}
.pro_list dl {
    background: #fff;
    text-align: center;
}
.pro_list dl dd {
    line-height: 50px;
    color: #fff;
    background: #333333;
}
/*============= index_pro_area ==============*/
/*====================================================*/
/*============= index_about ==============*/
.about-section {
    position: relative;
    z-index: 1;
}
.pt-95 {
    padding-top:9.5rem;
}
.pb-70 {
    padding-bottom: 7rem;
}

.about-section .down-arrow-wrap {
    padding-bottom: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .down-arrow-wrap {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .about-section .down-arrow-wrap {
        padding-bottom: 90px;
    }
}

.about-section .down-arrow-wrap a.down-arrow {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #4c6275;
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
    position: relative;
}

.about-section .down-arrow-wrap a.down-arrow::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1s linear infinite;
    animation: pulse-border-2 1s linear infinite;
}

.about-section .down-arrow-wrap a.down-arrow::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

.about-section .about-title span.title-tag span {
    color: #4c6275;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .abour-text {
        padding: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .abour-text {
        padding: 0;
        margin-top: 50px;
    }
}

.about-section .about-text-box {
    background-color: #fff;
    padding: 30px;
    margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-text-box {
        padding: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-text-box {
        padding: 50px;
    }
}

@media (max-width: 575px) {
    .about-section .about-text-box {
        padding: 40px 20px;
    }
}

.about-section .abour-text {
    font-size: 14px;
    padding-left: 20px;
    color: #fff;
    line-height: 3;
}
.about-section .section-title {
    text-align: center;
}



.about-section .about-text-box .about-text .main-btn {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .about-section .about-text-box .about-text .main-btn {
        padding: 0 35px;
    }
}

.about-section .about-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-section .about-right-bottom .about-bottom-img {
    position: relative;
}

.about-section .about-right-bottom .about-bottom-img::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icon/pattern-04.png);
    content: '';
    background-size: cover;
    background-position: center;
}
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 48px;
    font-size: 14px;
    line-height: 60px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #777;
    border: 2px solid #e0360b;
}

.main-btn.btn-filled {
    background-color: #e0360b;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
    float: right;
}

.main-btn.btn-filled:hover {
    background-color: transparent;
    color: #e0360b;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-btn.btn-border {
    border-color: #ffffff;
}

.main-btn.btn-border:hover {
    background-color: #e0360b;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
}


/*图片标题列表*/
.w_fimg-000 .p_title {
    display: inline-table;
    margin: 0;
    min-width: 37px;
    padding: 0;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.w_fimg-000 .p_title .font {
    vertical-align: middle;
    line-height: 21px;
}

.w_fimg-000 .p_title:hover {
    color: rgba(87, 177, 173, 1);
}

.w_fimg-000 .p_title:active {
    color: rgba(69, 165, 161, 1);
}

.w_fimg-000 .p_title .iconfont:before {
    display: inline-block;
    content: "";
}

.w_fimg-000 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
}

.w_fimg-000 .animated {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}

.w_fimg-000 .font {
    white-space: nowrap;
}

.w_fimg-000 .p_link001 {
    width: 100%;
    height: 100%;
}

.w_fimg-000 .p_link002 {
    width: 100%;
    height: 30px;
}

.w_fimg-000 .p_box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: static;
}

.w_fimg-000 .p_dimage {
    height: inherit;
    overflow: hidden;
    font-size: 0;
}

.w_fimg-000 .e_image:hover:after {
    background: transparent;
}

.w_fimg-000 .p_dimage:empty {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #f2f2f2 url(/img/camera.png) no-repeat center;
}

#c_portalResPublic_codeContainer-1565070347988 .f-cb {
    zoom: 1;
}

#c_portalResPublic_codeContainer-1565070347988 .f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

#c_portalResPublic_codeContainer-1565070347988 .about-num {
    margin-top: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: none;
}

#c_portalResPublic_codeContainer-1565070347988 .about-num li {
    float: left;
    width: 33%;
    position: relative;
    padding-left: 2vw;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
    border-left: 1px solid #ccc;
}

#c_portalResPublic_codeContainer-1565070347988 .about-num li:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 30%;
    background: #0070c0;
    z-index: 1;
}

#c_portalResPublic_codeContainer-1565070347988 .about-num li h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    display: inline-block;
}

#c_portalResPublic_codeContainer-1565070347988 .about-num li p {
    color: #999;
    font-size: 14px;
    line-height: 30px;
}

#c_portalResPublic_codeContainer-1565070347988 .about-num .count-unit {
    font-size: 16px;
    color: #0070c0;
    text-align: right;
    display: inline-block;
    font-style: normal;
}

#c_portalResPublic_codeContainer-1565070347988 .about-num li .bot p {
    font-size: 15px;
    color: #666;
    line-height: 24px;
}

#c_portalResPublic_codeContainer-1565070347988 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fbtn-1565666154464 .p_CommonBtn {
    background-color: rgba(0, 112, 192, 1);
}

#w_fbtn-1565666154464 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_fbtn-1565666154464 > div {
    animation-fill-mode: both;
}

/*流式按钮-001*/
.w_fbtn-001 {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 150px;
    min-height: 36px;
    max-height: 0;
    text-align: center;
    font-size: 0;
}

.w_fbtn-001 .p_CommonBtn {
    width: 100%;
    height: inherit;
    padding: 0;
}

.w_fbtn-001 .p_CommonBtn .font {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    height: auto;
}

.w_fbtn-001 .animated {
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.w_fbtn-001 .p_link {
    min-height: inherit;
    display: block;
}

.w_fbtn-001 .p_CommonBtn {
    border-style: solid;
}

.w_fbtn-001 .p_CommonBtn {
    width: 100%;
    height: 36px;
    color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: none;
    border-color: transparent;
    background-color: rgba(255, 102, 0, 1);
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    min-height: inherit;
}

.w_fbtn-001 .p_CommonBtn:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.about-p {
    line-height: 2.5;
    margin-bottom: 2.5rem
}

/*====================================================*/

/***

====================================================================
	服务项目
====================================================================

***/
/*首页标题*/
.ititle {
    padding-top: 0;
}

.ititle .entit {
    color: #000;
    text-align: center;
}

.ititle .tit {
    width: 347px;
    margin: 0 auto;
    font-size: 34px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.ititle .tit strong {
    color: #0c64b3;
}

.ititle .tit span {
    float: left;
    margin: 0 20px;
}

.ititle .tit em {
    display: block;
    width: 85px;
    height: 1px;
    margin-top: 25px;
    background: #ccc;
}


.index .business {
    padding-top: 30px;
    padding-bottom: 70px;
    background: url(../img/pro_bg.jpg) no-repeat center top;
    overflow: hidden;
}

.index .business .ipro {
    position: relative;
    margin-top: 30px;
}

.index .business .ipro .list {
    width: 100%;
}

.index .business .ipro .list li {
    position: relative;
    display: block;
    float: left;
    width: 230px;
    height: 460px;
    margin-right: 12px;
}

.index .business .ipro .list li a {
    width: 100%;
    height: 100%;
    display: block;
    background: #05469a;
    transition: all ease .5s;
}

.index .business .ipro .list li a .img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.index .business .ipro .list li a .img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease .5s;
}

.index .business .ipro .list li a .ico {
    position: absolute;
    width: 100%;
    height: 350px;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: all ease .5s;
}

.index .business .ipro .list li a .ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -45px;
}

.index .business .ipro .list li a .txt {
    color: #fff;
    height: 110px;
    text-align: center;
}

.index .business .ipro .list li a .txt h3 {
    font-size: 20px;
    line-height: 65px;
}

.index .business .ipro .list li a .txt p {
    font-size: 14px;
    font-weight: 300;
}

.index .business .ipro .list li a:hover {
    background: #009924;
}

.index .business .ipro .list li:hover a .img img {
    transform: scale(1.1);
}

.index .business .ipro .list li:hover a .ico {
    opacity: 1;
}

.index .business .ipro .hd {
    position: absolute;
    width: 100%;
}

.index .business .ipro .hd .prev, .index .business .ipro .hd .next {
    width: 30px;
    height: 156px;
    cursor: pointer;
    position: absolute;
    top: -310px;
    transition: all ease .5s;
    background-color: #fff;
    border: 1px solid #44a7f8;
    opacity: .5;
}

.index .business .ipro .hd .prev s, .index .business .ipro .hd .next s {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -8px;
    width: 15px;
    height: 28px;
    background-repeat: no-repeat;
}

.index .business .ipro .hd .prev {
    left: -80px;
}

.index .business .ipro .hd .next {
    right: -80px;
}

.index .business .ipro .hd .prev s {
    background-position: -241px -49px;
}

.index .business .ipro .hd .next s {
    background-position: -270px -49px;
}

.index .business .ipro .hd .prev:hover, .index .business .ipro .hd .next:hover {
    opacity: 1;
}

.index .business .owl-stage-outer {
    height: 460px;
}

/*====================================================*/
/***

====================================================================
	工程案例
====================================================================

***/
.case {
    padding: 8.5rem 0 6.0rem;
}


.case #scrolls { /*width:1200px;*/
    margin: 0 auto;
    padding-top: 40px;
    font-family: "Microsoft Yahei";
}

.case #scrolls .owl-wrapper-outer {
    margin: 0 auto;
}

.case #scrolls .item {
    position: relative;
    width: 338px;
    height: 270px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.case #scrolls .shd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

.case #scrolls .shd a {
    display: block;
    width: 338px;
    height: 270px;
    *background-image: url(about:blank);
    background-image: url(about:blank) \0;
}

.case #scrolls .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 338px;
    height: 52px;
    padding: 0 12px;
    color: #888;
    box-shadow: 0 0 15px 15px rgba(228, 233, 238, 0.95);
    background-color: #f0f0f0 \9;
    background-color: rgba(228, 233, 238, 0.95);
}

.case #scrolls h3 {
    width: 338px;
    height: 52px;
    padding: 10px 0;
    text-align: center;
    font: 700 16px/25px arial, "Microsoft Yahei";
    overflow: hidden;
}

.case #scrolls h3 a {
    color: #333;
    text-decoration: none;
}

.case #scrolls h3 a:hover {
    color: #338de6;
}

.case #scrolls .item:hover .shd {
    background-color: rgba(0, 0, 0, 0);
}

.case #scrolls .item:hover .txt {
    background-color: #fff \9;
    background-color: rgba(248, 249, 249, 0.95);
    box-shadow: 0 0 15px 15px rgba(248, 249, 249, 0.95);
}

/*====================================================*/
/***

====================================================================
	新闻资讯
====================================================================

***/
.index_news_area {
    padding-top: 140px;
    padding-bottom: 125px;
    background: url(../img/news_bg.jpg) no-repeat center top;
    overflow: hidden;
}

.xw-info {
    margin-top: 45px;
    border-top: 3px solid #265ead;
    float: left;
    width: calc(92% / 3);
    margin-right: 4%;
    background-color: #fff;
}

.xw-info:last-child {
    margin-right: 0;
}

.xw-info:hover {
    -moz-box-shadow: 0px 10px 9px #A6A6A6;
    -webkit-box-shadow: 0px 10px 9px #A6A6A6;
    box-shadow: 0px 10px 9px #A6A6A6;
}

.news_info {
    padding: 23px 17px 20px 22px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.news_info .news_time {
    height: 38px;
    line-height: 38px;
    color: #2c2c2c;
}

.news_info .news_title {
    color: #2c2c2c;
    font-size: 16px;
    margin: 15px 0;
    font-weight: bolder;
}

.news_info .news_de {
    padding-bottom: 50px;
}

.news_info .news_de p {
    font-size: 14px;
    color: #3d3d3d;

}

.news_info .read_more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #999999;
    color: #999999;
    -moz-border-radius: 20px; /* Firefox */
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/*====================================================*/
/***

====================================================================
	合作伙伴
====================================================================

***/
.partner {
    padding-bottom: 7.5rem;
}

#scroll3 { /*width:1200px;*/
    margin: 0 auto;
    padding-top: 40px;
    font-family: "Microsoft Yahei";
}

#scroll3 .owl-wrapper-outer {
    margin: 0 auto;
}

#scroll3 .item {
    border: 1px solid #ccc;
    line-height: 85px;
    width: 191px;
    height: 85px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

#scroll3 .item a {
    display: table-cell;
    vertical-align: middle;
}

/***

====================================================================
	nei menu
====================================================================

***/

.page-title-box {
    width: 100%;
    padding-top: 8.5rem;
}

.page-title-box .name {
    font-weight: 700;
    font-size: 5.3rem;
    color: #000;
    margin-bottom: 1rem;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}
.page-title-box .name::after {
    content:'';
    width: 60px;
    height: 1px;
    background: #b4b4b4;
    display: block;
    margin:0 auto;
}
/***

====================================================================
	nei content
====================================================================

***/
.body_wrapper {
    background: #f5f5f5;
}
.nei_content {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

.nei_content p {
    line-height: 300%;
    font-size: 16px;

}

/***

====================================================================
	企业荣誉
====================================================================

***/
@font-face {
    font-family: "iconfont";
    src: url('//at.alicdn.com/t/font_1457575_wc4kbab342e.eot?t=1571103794780'); /* IE9 */
    src: url('//at.alicdn.com/t/font_1457575_wc4kbab342e.eot?t=1571103794780#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAQ0AAsAAAAACMAAAAPmAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqETIQbATYCJAMUCwwABCAFhG0HWRu4B8gehXEsLBShUansf34QD19r6Pu7exdglJGA46Oo44HAAilVYVtjO/UEwuX/dOp3TiETj7eViAQFMpxsGSJXOhdQLpCnEsEaAJyKOOa5yu3/71A1c1peaH6LxeUu+7LmpIQGYCgdQLXa3lgqWQtSUe8yNhm+gkz1HR8TaDauL93+9Lks5CnIVYG4LIV8kBf5lQ5paHTVlQeLeA/ZGtOLrAoA7/Tvxy8YHHkkVUZuPDg7LQgTv+o+9ENaRoOVkgLGw0UxeoyMVaAQN6vxy5Ctr0KaF6cztoFmjZJ0qOOyP/T+0C+TwVtuyNlM/+GRFSERNWJvxcztRuGrjmvJfM021By9wSvA0Q8aEl7XgzSjDR9A9AMRjLooq2Sp22szIuUggx41cA42cVLNnHTjDdzao9qxtEc4kXLzxw/6qIszyuoxg+nMwY2I1knSQFIbn+xr+sA3fxQa33MN7zYzwhoc3tz0IWhJHzt1VG9+efzMCYE9qkjqQJX0MY3lOIrwAa0pwMck7Gk6mpuFpqaNjPAGh9mGhhXGo8qPH3Sy0WPpO2fgNZ3IXrLCBtZrHDt6nQbC9klVPTnxIUMKufWH0xtAeFjJWd/YuPZ21s6KF3O2N1bu1avuxtf213ndDi08MDocHn3gIkMKufWL00nI7GjJxji7hXoxFhY/YTpSXcTkNRawFg0xWJpTvrzunf9a91bfW48nv9yvqyO2Cqs47BCtldaWN0MqbwhvqLABnpnwgvmbecm8apCVPWf+RRHCJxnUARdRYzO6jC6h2EV0YSG5hC7fNuKYrNKN7owndPnKBvdG8TIXuO+pVH74w/MTJrybgCd0TbgwgJ4OSwFOW9EN1ENf3oCeoIkA5E+6R3+Ov/F/+pzCNZax/xsNBXwunzYY5k41BvJzgG/YYWPjX8G44UpZmkmgKvNFbpgnK+tvoj0tdprxB0h36zqMs2/jYUKjPg9JgzHIGs1SC3MVKi3WoNZoC5qtmPF4ix4KJEoTlu1BEDo9gKTdR8g6VVILsxMq/b5DrTMQNDsMxwtbzIekn6IQHyVB7N+EpYBcILIQ1ZvRxSSUjPmU0KwVPFFUqYQH9R+YtmaQAqIc4hZ1fWgwpSIWFTmOp6PPkVhMxglFjpAA7R+mNDF6wACx9k39A3Ic9PYoCB+KCML8NsEkAbICotxO6bOfX4wISYrxUTqWLnR5hEIlHR0bpL+BG1Bn2As2WnopX1GtFzIYRYkwkUIWh01HUSJG6zIsUT8vggig+gvvUE0YbQDeJG5q7396Z/w9PgTNyMuqSJGjRBW15ouSr4DKyU3MaXDVfpuTsp6bQmeu9gEAAAA=') format('woff2'),
    url('//at.alicdn.com/t/font_1457575_wc4kbab342e.woff?t=1571103794780') format('woff'),
    url('//at.alicdn.com/t/font_1457575_wc4kbab342e.ttf?t=1571103794780') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('//at.alicdn.com/t/font_1457575_wc4kbab342e.svg?t=1571103794780#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-jiantouyou:before {
    content: "\e62a";
}

.icon-jiantou-zuo:before {
    content: "\e62d";
}

.icon-zuojiantou:before {
    content: "\e601";
}

.icon-jiantou:before {
    content: "\e605";
}


.button {
    position: absolute;
    cursor: pointer;
    top: 42%;
    font-size: 40px;
    color: #333;

}

.prev {
    left: -20px;
}

.next {
    right: -20px;
    transform: rotate(-180deg);
}

.years {
    width: 900px;
    margin: 0 auto;
    height: 200px;
    position: relative;
    padding: 50px;
}

.slide_wrap {
    overflow: hidden;
    position: relative;
}

.slide_wrap ul {
    position: relative;
    left: 0px;
}

.slide_wrap::after {
    width: 100%;
    height: 1px;
    background-color: #999;
    content: '';
    position: absolute;
    top: 65px;
    left: 0px;
}

.slide_items li {
    float: left;
    font-size: 20px;
    width: 200px;
    text-align: center;
}

.slide_items li a {
    display: block;
}

.slide_items li.on {
    color: yellow;
    border-radius: 30px;
}

.slide_items li span {
    color: #333333;
    font-size: 24px;
    display: block;
}

.slide_items li div {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #a2a2a2;;
    border-radius: 13px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 22px;
}

.slide_items li i {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #a2a2a2;
    border-radius: 5px;

}

.slide_items li.on div {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #d3d3d3;
    border-radius: 13px;
    padding: 8px;
    box-sizing: border-box;
    margin-top: 16px;
}

.slide-content {
    margin-top: 100px;
}

.slide-content img {
    width: 100%;
}

.slide-content ul {
    display: none;
}

.slide-content ul.on {
    display: block;
}

.slide-content {
    width: 1200px;
    margin: 0 auto;
}

/*.slide-content ul li {
  width: 30%;
  float: left;
  margin-right: 3%;
  margin-bottom: 20px;
  min-height: 200px;
}*/
.fs_gallery {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.fs_gallery_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    color: #ccc;
    font-size: 34px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    z-index: 102;
}

.fs_gallery_close:before {
    content: "×";
}

.fs_gallery_close:hover {
    color: #fff;
}

.fs_gallery_prev, .fs_gallery_next {
    position: absolute;
    width: 80px;
    color: #ccc;
    font-size: 30px;
    cursor: pointer;
    z-index: 101;
}

.fs_gallery_prev:hover, .fs_gallery_next:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.fs_gallery_prev {
    left: 0;
    top: 0;
    bottom: 0;
}

.fs_gallery_next {
    right: 0;
    top: 0;
    bottom: 0;
}

.fs_gallery_prev:before {
    content: "‹";
    position: absolute;
    height: 30px;
    margin-top: -30px;
    top: 50%;
    left: 35px;
}

.fs_gallery_next:before {
    content: "›";
    position: absolute;
    height: 30px;
    margin-top: -30px;
    top: 50%;
    left: 35px;
}

.fs_gallery_shuft {
    position: relative;
    width: 9999999px;
}

.fs_gallery_shuft:after {
    clear: both;
    content: "";
    display: block;
}

.fs_gallery_shuft_item {
    float: left;
    position: relative;
    background-image: url(data:image/gif;base64,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);
    background-position: center center;
    background-repeat: no-repeat;
}

.fs_gallery_shuft_item img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
}

/***

====================================================================
企业文化
====================================================================

***/
.divBox {
    width: 1200px;
    margin: 0 auto;
    max-width: 95%;
}

.qywh1 li .divBox:after {
    content: '';
    display: block;
    clear: both;
}

.qywh1 li {
    padding: 60px 0;
    line-height: 290px;
}

.qywh1 li figure, .qywh1 li div {
    display: inline-block;
    vertical-align: middle;
}

.qywh1 li figure img {
    border: none;
    vertical-align: middle;
}

.qywh1 li:nth-child(1) figure {
    float: right;
}

.qywh1 li {
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    display: list-item;
    text-align: -webkit-match-parent;
}

.qywh1 li div {
    width: 275px;
    margin-left: 160px;
}

.qywh1 li i {
    display: block;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #203071;
    color: #fff;
}

.qywh1 li h2 {
    font-size: 24px;
    color: #444;
    line-height: 30px;
    margin: 10px 0;
}

.qywh1 li p {
    line-height: 24px;
    font-size: 15px;
    color: #444;
}

.qywh1 li .line {
    width: 55px;
    height: 2px;
    background: #203071;
    margin: 0 0 10px -30px;
    display: block;
}

.qywh1 li:hover {
    background: #F7F9FB;
}


/***

====================================================================
	新闻列表
====================================================================

***/
/* 新闻列表样式 */
.newsList li {
    overflow: hidden;
    padding-right: 55px;
    margin-bottom: 20px;
    position: relative;
    display: flex;

    padding-bottom: 50px;
    border-bottom: 1px dashed #dbdbdb;


}

.newsList li .newpic {
    float: left;
    width: 30%;

}

.newsList li .cont {
    float: left;
    width: 70%;
    padding: 10px 10px 0px 30px;
}


.newsList li .cont a {
    color: #171717;
}

.newsList li .cont h4, .newsList li .cont h3 {
    margin: 0;
    color: #171717;
    font-size: 2.0rem;
    font-weight: bolder;
    margin-bottom: 23px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6
}

.newsList li .newsdate {

    /*background-color: #950202;*/
    /*padding:5px 0;*/
    text-align: center;
    margin-right: 25px;
    font-family: "Arial";
}

.newsList li .newsdate p.day {
    font-size: 61px;
    color: #5c5c5c;
    border-bottom: 1px solid #a5a5a5;
    font-family: "Arial";
    margin-bottom: 5px;
}

.newsList li .newsdate p.year {
    font-size: 16px;
    color: #929292;
    font-family: "Arial";
}

/* .newsList li:hover h3 {color: #db6d4c}  */
.newsList li .title {
    color: #9c9c9c;
    display: block;
    font-size: 2.4rem;
    line-height: 1.4em;
    margin-bottom: 12px;
}

.newsList li .info {
    color: #484848;
    margin: 15px 0 30px;
    background: none;


}

.newsList li .intro {
    font-size: 14px;
    line-height: 20px;

}

.newsList li .info a, .newsList li .tag {
    color: #08080a;
}

.newsList li .tag a {
    color: #08080a;
    margin: 0 8px 10px 0;
}

.newsList li .newsmore a {
    color: #08080a;
}

.son_pic {
    padding: 0;
}

.son_con {
    padding: 35px 60px 70px 45px;
    background-color: #f5f5f5;
}

h2.son_tit {
    font-size: 18px;
    color: #222222;
    margin-bottom: 20px;
    font-weight: bold;
}

h2.son_tit:before {
    content: '';
    width: 4px;
    height: 45px;
    background: #e60012;
    display: block;
    position: absolute;
    left: 0;
    top: 28px;
}

.newstime {
    color: #171717;
    margin-bottom: 28px;
    font-size: 14px;
}

h2.son_tit span {
    font-size: 18px;
    margin-left: 15px;
}

.son_main {
    font-size: 14px;
    color: #828282;
}

/***

====================================================================
	新闻详情
====================================================================

***/
.pageNews {
    padding-top: 30px
}

.newsDetailed {
    border-bottom: 1px solid #dee1e2;
    padding: 5px 0 50px;
    text-align: center;
    color: #3d3d3d;
}

.newsDetailed h3 {
    font-size: 25px;
    line-height: 30px;
    color: #333;
}

.newsDetailed h4 {
    font-size: 14px;
    padding-top: 25px;
    color: #333;
}

.newsDetailed h4 span {
    padding: 0 15px;
}

.newsDetaitshow {
    padding: 30px 0px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.newsDetaitshow {
    text-indent: 2em;
    color: #333;
}

.newsPage {
    margin: 0px auto 20px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0px;
    overflow: hidden;
}

.newsPage dl {
    margin: 0px;
    padding: 0px;
}

.newsPage dl dt {
    float: left;
    font-size: 14px;

    line-height: 26px;
}

.newsPage dl dt a {
    color: #333;
}

.newsPage dl dt a:hover {
    color: #7ab3db;
}

.newsPage dl dd {
    float: right;
    padding-top: 5px;
}

.newsPage a.return {
    background: #9c9c9c;
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    padding: 8px 30px;
}

.newsPage a.return:hover {
    background-color: #7ab3db;
}

#newscate .newsheader {
    background-color: #ececec;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

#newscate .newsheader ul li {
    float: left;
    padding: 0 5px;
}

#newscate .newsheader ul li a {
    color: #000;
    display: inline-block;
    width: 100%;
}

#newscate .newsheader ul li a.active {
    background-color: #71ab58;
    color: #fff;
}

#newscate .newsheader ul li a:hover, #newscate .newsheader ul li a:focus {
    background-color: #71ab58;
    color: #fff;
}

/***

====================================================================
	业绩展示
====================================================================

***/

.project-wrapper  ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 12px;
}

.project-wrapper  ul li {
    flex: 0 0 575px;
    width: 575px;
    margin-bottom: 5rem;
    background: #fafafa;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.project-wrapper  ul li:hover {
    background: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.project-wrapper  ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.project-wrapper  ul li:hover .page-more {
    background: #0070c0;
    border-color: #0070c0;
    color: #fff;
}

.project-wrapper  ul li:hover .name {
    color: #0070c0;
}

.project-wrapper  ul li a {
    display: block;
}

.project-wrapper  ul li .pic {
    font-size: 0;
    overflow: hidden;
}

.project-wrapper  ul li .pic img {
    width: 100%;
    height: 27rem;
    object-fit: cover;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.project-wrapper  ul li .info {
    padding: 3.6rem 5rem 5rem;
}

.project-wrapper  ul li .name {
    color: #48413e;
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-wrapper  ul li .desc {
    font-size: 12px;
    color: #999;
    line-height: 3rem;
    height: 6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 1.6rem auto 2rem;
}

/***

====================================================================
  download
====================================================================

***/

.tz_news .tz_list {
    width: 100%;
    float: right;
}

.tz_news .tz_list li {
    line-height: 60px;
    list-style: none;
    padding-right: 100px;
    position: relative;
    padding-left: 14px;
    font-size: 14px;
}

.tz_news .tz_list li:nth-of-type(even) {
    background-color: #F3F7FA;
}

.tz_news .tz_list li span.ri120 {
    right: 120px;
}

.tz_news .tz_list li span.ri120 a {
    text-decoration: underline;
}

.tz_news .tz_list li span {
    display: block;
    right: 15px;
    top: 0;
    position: absolute;
    font-family: Arial;
    color: #999;
}

.tz_news .tz_list li a.ttit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tz_news .tz_list li a:hover {
    color: #106fc7;
}

.pbd-50 {
    padding-bottom: 50px;
}
/***
====================================================================
 feedback
====================================================================
***/
.basic-grey {
    margin:0px auto 50px;
    max-width: 500px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font-size: 14px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 10px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .buttons {
    background: #515151;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    border-radius: 3px;

    cursor: pointer;
}
.basic-grey .buttons:hover {
    background: #e0360b;
}



/***

====================================================================
  job
====================================================================

***/
.talent-recruitment {
    position: relative;
    z-index: 22;
    padding-bottom: 0.3rem;
}

.talent-recruitment .talent-recruitment-list {
    width: 100%;
    box-sizing: border-box;
}

.talent-recruitment .talent-recruitment-list .talent-title {
    background: #95a08a;
    color: #fff;
}

.talent-recruitment .talent-recruitment-list .talent-title .icon-rotate span {
    transform: rotate(180deg);
}

.talent-recruitment .talent-recruitment-list > li:first-child {
    margin-top: 0;
}

.talent-recruitment .talent-recruitment-list > li:first-child .nr {
    display: block;
}

.talent-recruitment .talent-recruitment-list > li {
    border: 1px solid #d7d7d7;
    background: #fff;
    margin-top: 16px;
    color: #444;
    opacity: 1;
    transform: translateY(50px);
    transition: all .6s .6s ease-in;
}

.talent-recruitment .talent-recruitment-list > li.anim {
    opacity: 1;
    transform: translateY(0);
}

.talent-recruitment .talent-recruitment-list > li .talent-title {
    position: relative;
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 0;
    cursor: pointer;
    font-size:1.6rem;
    padding-left:5rem;
}

.talent-recruitment .talent-recruitment-list > li .talent-title li {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    max-height: 48px;
    overflow: hidden;
    width: 155px;
    padding: 0 6px;
    box-sizing: border-box;
}

.talent-recruitment .talent-recruitment-list > li .talent-title .name {
    width: 286px;
}

.talent-recruitment .talent-recruitment-list > li .talent-title .number,
.talent-recruitment .talent-recruitment-list > li .talent-title .add {
    width: 200px;
}

.talent-recruitment .talent-recruitment-list > li .talent-title .time {
    width: 240px;
}

@media screen and (max-width: 1000px) {
    .talent-recruitment .talent-recruitment-list > li .talent-title li,
    .talent-recruitment .talent-recruitment-list > li .talent-title .name,
    .talent-recruitment .talent-recruitment-list > li .talent-title .number,
    .talent-recruitment .talent-recruitment-list > li .talent-title .add,
    .talent-recruitment .talent-recruitment-list > li .talent-title .time {
        width: 23%;
    }
}

.talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 72px;
    transform: translate(0, 0%);
    line-height: 53px;
}

.talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate span {
    transition: all .4s ease;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url(../img/icon10.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 800px) {
    .talent-recruitment .talent-recruitment-list > li .talent-title {
        padding-right: 0.3rem;
        box-sizing: border-box;
    }

    .talent-recruitment .talent-recruitment-list > li .talent-title .dn1150,
    .talent-recruitment .talent-recruitment-list > li .talent-title .department,
    .talent-recruitment .talent-recruitment-list > li .talent-title .number,
    .talent-recruitment .talent-recruitment-list > li .talent-title .add,
    .talent-recruitment .talent-recruitment-list > li .talent-title .time {
        display: none;
    }

    .talent-recruitment .talent-recruitment-list > li .talent-title .name {
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
        text-align: left;
        padding: 0 0.1rem;
    }

    .talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 0.3rem;
        height: 100%;
        max-height: none;
    }

    .talent-recruitment .talent-recruitment-list > li .talent-title .icon-rotate span {
        width: 0.2rem;
        height: 0.2rem;
    }
}

.talent-recruitment .talent-recruitment-list > li .nr {
    display: none;
    border-top: 1px solid #d7d7d7;
    background: #fbfbfb;
    padding: 30px 0 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.talent-recruitment .talent-recruitment-list > li .nr > div {
    font-size: 0;
    position: relative;
    padding: 0 50px;
}

.talent-recruitment .talent-recruitment-list > li .nr > div .mailbox {
    position: absolute;
    left: 100px;
    bottom: -60px;
}

.talent-recruitment .talent-recruitment-list > li .nr > div .mailbox a {
    font-size: 13px;
    color: #333;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    border: 1px solid #020202;
    position: relative;
    transition: all .3s ease;
}

.talent-recruitment .talent-recruitment-list > li .nr > div .mailbox a:hover {
    background: #5b5b5b;
    border-color: #5b5b5b;
    color: #fff;
}

.talent-recruitment .talent-recruitment-list > li .nr > div h1 {
    font-size: 24px;
    color: #444;
    line-height: 28px;
    margin-bottom: 18px;
}

.talent-recruitment .talent-recruitment-list > li .nr > div .p {
    font-size: 14px;
    color: #555;
    line-height: 30px;
}

.talent-recruitment .talent-recruitment-list > li .nr .left {
    display: inline-block;
    vertical-align: top;
    width: 47.08333%;
    box-sizing: border-box;
    padding-right: 52px;
}

.talent-recruitment .talent-recruitment-list > li .nr .right {
    display: inline-block;
    vertical-align: top;
    width: 52%;
    box-sizing: border-box;
    padding-left: 100px;
}



.mgb-50 {
    margin-bottom: 50px;
}


/*====================================================*/
/*====================================================*/
.search_boxs {
    z-index: 20000;
    position: fixed;
    top: -105%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.search_boxs:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(27, 29, 34, 0.95);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04), translateY(9999px);
    -ms-transform: scale(0.04), translateY(9999px);
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;
}

.search_boxs .close_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    opacity: 0;
}

.search_boxs .input-group {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 800px;
    width: 20%;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    transition: all 900ms linear;
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.search_boxs .input-group input {
    border: none;
    height: 55px;
    padding: 0px 15px;
    font-size: 16px;
    padding-left: 0px;
    width: 100%;
    color: #fff;
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    outline: none;
}

.search_boxs .input-group input.placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input:-moz-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input::-moz-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group .input-group-append {
    margin-left: 0px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 4;
}

.search_boxs .input-group .input-group-append button {
    border: none;
    background: transparent;
    border-radius: 0px;
    height: 55px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    padding: 0px;
    font-family: "Barlow Condensed", sans-serif;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.search_boxs .input-group .input-group-append button i {
    cursor: pointer;
}

input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}

.open .search_boxs {
    top: 0px;
}

.open .search_boxs:before {
    -webkit-animation: menu-animation 0.8s ease-out forwards;
    animation: menu-animation 0.8s ease-out forwards;
    height: 100%;
}

.open .search_boxs .close_icon {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
    opacity: 1;
}

.open .search_boxs .input-group {
    width: 100%;
    opacity: 1;
}

/* Css keyframes css
============================================================================================ */
@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }
    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }
    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

/* End Css keyframes css
============================================================================================ */


/***

====================================================================
 产品详情页
====================================================================

***/
.proinfo {
    color:#333;
    text-align: center;
    margin-top:30px;
}
.product-tit h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.product-tit h4 {
    font-size: 16px;
    color: #c30000;
    margin-bottom: 10px;
}
.product-tit h2 {
    font-size: 20px;
    color: #333;
    line-height: 24px;
}
.product-tit p {
    font-size: 14px;
    color: #807c77;
    line-height: 14px;
    margin-top: 6px;
}
.product-price {
    margin-top: 16px;
}

.product-price span {
    font-size: 28px;
    color: #333;
    letter-spacing: 0;
    line-height: 30px;
    display: inline-block;
}
.goods-nav-tabs li.is-active a, .product-price.discount-price span {
    color: #7e1b20;
}

.proCart a {
    width: 142px;
    height: 52px;
    line-height: 44px;
    border:4px solid #d0111b;
    text-align: center;
    display: block;

    margin:25px auto 0;
}
.proCart a i {
    color:#959595;
    font-size: 20px;
}
#product {
    padding-bottom: 50px;
    background:#fff;
}
.mod18{width:1200px;position:relative;margin:0 auto;}
.mod18 .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prevs{left:10px;}
.mod18 #prevTop,.mod18 #nextTop{top:300px;width:32px;height:48px;}
.mod18 #prev,.mod18 #next{top:490px;width:10px;height:16px;}
.mod18 #prevTop{background:url(../img/prevBtnTop.png) 0 0 no-repeat;}
.mod18 #nextTop{background:url(../img/nextBtnTop.png) 0 0 no-repeat;}
.mod18 .nexts{right:10px;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:600px;height:600px;position:absolute;color:#fff;}
.mod18 .cf li span{display:block;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{width:600px; height:600px; margin:0 auto;position:relative;overflow:hidden;margin-top:40px;}
.mod18 .picBox ul{height:600px;position:absolute; left:0;}
.mod18 .picBox li{ padding-right:1px;width:600px; height:600px;}
.mod18 .listBox{width:800px;height:200px;margin:0 auto;position:relative; padding-top:15px;overflow:hidden;}
.mod18 .listBox ul{height:150px;position:absolute;}
.mod18 .listBox li{width:150px;height:150px;cursor:pointer;position:relative;margin-right:5px; padding:5px 0 0 0;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:150px;height:150px;}
.mod18 .listBox img{border:3px solid #fff;}
.mod18 .listBox .on img{border:3px solid #CECDCC;}
.mod18 .listBox .on{}
.mod18 .listBox .on i{display:block;}

.detailinfo {
    background: #f2f2f2;
    padding:65px 0 10px;
}
.border-line {
    min-height: 380px;
    border-right: 1px dashed #fff;
}
.prolist ul {
    padding-bottom: 40px;
}
.prolist ul li {
    width: 250px;
    height: 250px;
    overflow: hidden;
    cursor: pointer;
    margin:0 10px;
}

.con_us {
    text-align: center;
}
.con_us a {
    height: 55px;
    line-height: 55px;
    padding:0 4.5rem;
    text-align: center;
    border:1px solid #ccc;
    display: inline-block;
    margin:0 45px 45px;
}

.promation-con p{
    width: 100%;
    float: left;
    line-height: 2.5;
    padding:5px 0;
    padding-left:2em;
}
.promation-con p:nth-child(odd) {
    background: #f6f6f6;
}
.promation-con p:nth-child(even) {
    background: #fff;
}
/*====================================================*/
/*====================================================*/