﻿.body {
    font-size: 14px;
}

.mauto {
    max-width: 1200px;
    margin: 0 auto;
}

/*---------------头部导航--------------*/
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: url(../images/headerbg.png) repeat;
    /*background: rgba(255, 255, 255, 1);*/
}

.header .header_in {
}

.header .logo {
    float: left;
    margin-top: 15px;
    margin-bottom: 13px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .logo img {
    max-height: 76px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mini .logo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mini .logo img {
    max-height: 50px;
}

.navBox {
    float: right;
    position: relative;
    padding-right: 4px;
}

.nav {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
}

.nav li {
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
}

.nav > li > a, .nav > li > .parent > a {
    line-height: 104px;
    font-size: 16px;
    color: #3e3e3e;
    position: relative;
    display: block;
    padding: 0 7px;
}

.mini .nav > li > a, .mini .nav > li > .parent > a {
    line-height: 60px;
}

.nav li > a::after, .nav li > .parent > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    background: #c0a062;
    color: #3F0;
    height: 1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.nav li:hover > a::after,
.nav li.act > a::after, .nav li:hover > .parent > a::after,
.nav li.act > .parent > a::after {
    width: 100%;
    left: 0;
}

.subNav {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    min-width: 130px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    top: 110px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E5E5E5;
}

.nav li:hover .subNav {
    height: auto;
    opacity: 1;
    top: 104px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mini .subNav {
    top: 67px;
}

.mini .nav li:hover .subNav {
    top: 60px;
}

.subNav li {
    float: none;
    border-bottom: 1px solid #E5E5E5;
    margin: 0;
}

.subNav li:last-child {
    border-bottom: 0;
}

.subNav li a {
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    display: block;
}

.subNav li:hover a, .subNav li.act a {
    background: #c0a062;
    color: #fff;
}

.nav .subNav li > a::after {
    display: none;
}

.nav .icon_control {
    display: none;
}

.header .head_r {
    float: right;
    margin-top: 37px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mini .head_r {
    margin-top: 13px;
}

.header .head_r .lang_log {
    float: left;
}

.header .head_r .lang_log a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 36px;
    width: 36px;
    background: #c0a062;
    font-size: 16px;
    color: #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    text-align: center;
}

.header .head_r .search {
    float: right;
    margin-left: 10px;
    position: relative;
}

.header .head_r .search .icon_search {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    background: url(../images/icon_search1.png) no-repeat center #004F99;
    cursor: pointer;
}

.header .head_r .search .pop_search {
    position: absolute;
    top: 67px;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: none;
    z-index: 9;
}

.mini .head_r .search .pop_search {
    top: 47px;
}

.header .head_r .search .pop_search .searchBox {
    position: relative;
}

.header .head_r .search .pop_search .searchBox .search_h {
    width: 248px;
    box-sizing: content-box;
    border: 1px solid #CCCCCC;
    padding: 8px 50px 8px 10px;
}

.header .head_r .search .pop_search .searchBox .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 39px;
    background: url(../images/icon_search1.png) no-repeat center #004F99;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

/*-------------banner--------------*/
.banner {
    position: relative;
}

.inBanner .inbanSize {
    height: 510px;
    background-repeat: no-repeat;
    background-position: right 10% bottom;
}

/*-----------底部---------------*/
.footer {
    background: #fff;
    color: #4c4c4c;
    font-size: 89%;
    padding: 1em 0;
    border-top: 1px solid #ccc;
    line-height: 24px;
}

.footer .cont_f {
    float: left;
    margin-top: 1.5em;
    color: #9d9d9d;
}

.footer .cont_f p {
    line-height: 1.5;
    margin-bottom: 0.8em;
}

.footer .qr {
    float: right;
    vertical-align: middle;
}

.footer .qr span {
    display: inline-block;
    vertical-align: middle;
    color: #9d9d9d;
}
.footer .qr span +span{
    margin-left:10px;
}

.resume .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/*---------------index--------------*/
.resume .section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
}

.resume .section1 {
}

.resume .section2 {
    background: #fff;
}

.resume .section3 {
}

.resume .section4 {
    background: #fff;
}

.resume .section5 {
}

.resume .section6 {
    background-image: url(../images/indexbg3.jpg);
    position: relative;
}

#fp-nav {
    background: url(../images/line.png) repeat-y center top;
    padding-bottom: 23px;
}

#fp-nav.right {
    right: 30px;
}

#fp-nav ul li {
    margin-top: 23px;
    width: 14px;
    height: 14px;
}

#fp-nav ul li a span {
    width: 13px;
    height: 13px;
    background: #c0a062;
    -webkit-border-radius: 1px;
    border-radius: 50%;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a span, #fp-nav ul li:hover a.active span {
    width: 23px;
    height: 23px;
    box-sizing: content-box;
    border: 1px solid #c0a062;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: none;
    margin: -7px 0 0 -12px;
}

#fp-nav ul li a.active span:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    background: #c0a062;
    border-radius: 50%;
    margin: -6.5px 0 0 -6.5px;
}

/**/
.bannerList {
    position: relative;
}

.bannerList, .bannerList ul, .bannerList li {
    height: 100%;
}

.bannerList li {
    text-align: center;
    overflow: hidden;
}
.HRList{

}

.HRList li{
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom:0.35rem;
}
.HRList li a{
    display: block;
    margin: 0 13px;
    background: #eeeff2;
    padding: 0.75rem 0;
}
.HRList li h4{
    color: #787878;
    font-size: 22px;
    line-height:2;
}
.HRList li p{
    color: #989898;
    font-size:12px;
}

.bannerList li .txt_img {
    padding-top: 160px;
}

.bannerList .banSize {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.bannerList .banPage {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}

.bannerList .banPage .item {
    float: left;
    display: block;
    margin: 0;
    height: auto;
    width: 33.333%;
    background: #e1e0df;
    padding: 64px 0 30px;
    text-align: center;
    color: #305084;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    opacity: 1;
    position: relative;
}

.bannerList .banPage .item::after {
    content: '';
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 23px;
    background: url(../images/bn_cur1.png) no-repeat center;
    display: none;
}

.bannerList .banPage .item:nth-child(2)::after {
    background-image: url(../images/bn_cur2.png);
}

.bannerList .banPage .swiper-pagination-bullet-active::after, .bannerList .banPage .item:hover::after {
    display: block;
}

.bannerList .banPage .item .itemIB {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 1em;
    max-width: 450px;
    min-height: 9em;
    box-sizing: border-box;
}

.bannerList .banPage .item .itemIB .img_b {
    float: left;
    width: 96px;
    height: 96px;
    border: 1px solid #ddd;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 49px;
    -webkit-border-radius: 49px;
}

.bannerList .banPage .item .itemIB .text_b {
    margin-left: 130px;
    text-align: left;
}

.bannerList .banPage .item .itemIB .text_b h3 {
    font-size: 24px;
    line-height: 2.3;
}

.bannerList .banPage .item .itemIB .text_b p {
    line-height: 1.5;
    font-size: 16px;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.bannerList .banPage .item:nth-child(2) {
    background: #e3e2e1;
}

/**/
.tab_menu {
    text-align: center;
    margin-bottom: 56px;
}

.tab_menu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    margin: 0 0.5em 0.8em;
}

.tab_menu li .item {
    display: block;
    color: #8e8e8e;
    text-align: center;
    padding: 0 1em;
    min-width: 9.5em;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    line-height: 42px;
}

.tab_menu li:hover .item, .tab_menu li.cur .item {
    background: #004F99;
    border-color: #004F99;
    color: #fff;
}

.adprdList {
    margin: 0 -13px;
    overflow: hidden;
}

.adprdList li {
    float: left;
    width: 33.3%;
    text-align: center;
    *width: 24.99%;
    margin-bottom: 0.35rem;
}

.adprdList li .item {
    margin: 0 13px;
}

.adprdList li a {
    display: block;
}

.adprdList li .img {
    overflow: hidden;
}

.adprdList li img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.adprdList li a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.adprdList li .text {
    padding: 0.6em 0;
}

.adprdList li .text h3 {
    font-size: 100%;
    color: #424242;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    font-weight: bold;
}

.adprdList li a:hover .text h3 {
    color: #004F99;
}

.adprdList .page {
    text-align: center;
    z-index: 9;
    bottom: 0;
    margin-top: 30px;
}

.adprdList span {
    display: inline-block;
    width: 39px;
    height: 4px;
    margin: 0 5px;
    background: #B5B5B5;
    cursor: pointer;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.adprdList span.active {
    background: #004F99;
}

/*.adprdList .swiper-pagination-bullet{ display:inline-block; width:39px; height:4px; margin:0 5px; background:#B5B5B5; cursor:pointer; opacity:1; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.adprdList .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#004F99;}*/
/**/
.index_gallery {
}

.index_gallery li {
    float: left;
    width: 25%;
    *width: 24.99%;
}

.index_gallery li .item {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    overflow: hidden;
}

.index_gallery li a {
    display: block;
}

.index_gallery li.img {
    overflow: hidden;
}

.index_gallery li img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.index_gallery li a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.index_gallery li .mask {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    background: #243561;
    opacity: 0.7;
    *filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.index_gallery li a:hover .mask {
    top: -100%;
}

.index_gallery li .text {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -100%;
    opacity: 0;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.index_gallery li a:hover .text {
    bottom: 3em;
    opacity: 1;
}

.index_gallery li .text h3 {
    display: inline-block;
    line-height: 1.5;
    padding: 0 0.4em 0.25em;
    font-size: 24px;
    border-bottom: 1px solid #fff;
}

.index_gallery li .text .more {
    padding-top: 0.5em;
    line-height: 1.5;
}

/**/
.index_advantage {
    margin: 0 6%;
    position: relative;
}

.index_advantage ul {
    margin: 0 -7px;
    width: auto;
}

.index_advantage li {
    float: left;
    width: 25%;
    *width: 24.99%;
    text-align: center;
}

.index_advantage li .item {
    margin: 0 7px;
}

.index_advantage li a {
    display: block;
}

.index_advantage li .img {
    overflow: hidden;
}

.index_advantage li img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.index_advantage li a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.index_advantage li .text {
    padding: 24px 6% 10px;
}

.index_advantage li .text h3 {
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.index_advantage li .text p {
    line-height: 1.7;
    height: 3.2em;
    overflow: hidden;
    color: #505050;
}

.index_advantage li .text .more {
    margin-top: 30px;
}

.index_advantage li .text .more .btn_more {
    display: inline-block;
    line-height: 2.3;
    background: #ba8b2f;
    color: #fff;
    text-align: center;
    padding: 0 2.3em 0 2.3em;
    position: relative;
}

.index_advantage li .text .more .btn_more .icon_more {
    display: block;
    width: 2.2em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon1.png) no-repeat center #D8141E;
    border-left: 1px solid #fff;
}

.index_advantage .btn_prev, .index_advantage .btn_next {
    position: absolute;
    z-index: 999;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -45px;
    background: url(../images/slide1.png) no-repeat;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    display: none;
}

.index_advantage .btn_prev {
    left: 0;
    background-position: 0 0;
}

.index_advantage .btn_prev:hover {
    background-position: -30px 0;
}

.index_advantage .btn_next {
    right: 0;
    background-position: -30px -50px;
}

.index_advantage .btn_next:hover {
    background-position: 0 -50px;
}

/**/
.section5 {
    position: relative;
    background: url("../images/about_bj.png") no-repeat top center;
}

.index_about {

}

.index_about .imgBox {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    bottom: 0;
}

.index_about .imgBox .img {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.index_about .imgBox img {
    width: 100%;
    height: 100%;
}

.index_about .text {
    margin-left: 50%;
    padding: 60px 3.33%;
}

.index_about .text .txt_con {
    color: #767676;
    line-height: 2.2;
    text-align: justify;
}

.index_about .text .txt_con p {
    text-indent: 2em;
    font-size: 16px
}

.index_about .more_a {
    margin: 55px -2% 0;
}

.index_about .more_a li {
    float: left;
    width: 25%;
    *width: 24.99%;
    text-align: center;
}

.index_about .more_a li .item {
    margin: 0 5px;
}

.index_about .more_a li .item a {
    display: block;
    margin: 0 auto;
    max-width: 132px;
    background: #004F99;
    padding: 21px 0 25px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.index_about .more_a li .item a:hover {
    background: #DA0F15;
}

.index_about .more_a li .item h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    margin-top: 0.5em;
}

/**/
.tit_ind {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    color: #747474;
    text-align: center;
    margin-bottom: 36px;
}

.ptnList {
    position: relative;
    margin-bottom: 20px;
}

.swiperBox {
    overflow: hidden;
}

.ptnList li {
}

.ptnList .swiper-button-prev, .ptnList .swiper-button-next {
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -45px;
    background: url(../images/slide1.png) no-repeat;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ptnList .swiper-button-prev {
    left: -80px;
    background-position: 0 0;
}

.ptnList .swiper-button-prev:hover {
    background-position: -30px 0;
}

.ptnList .swiper-button-next {
    right: -80px;
    background-position: -30px -50px;
}

.ptnList .swiper-button-next:hover {
    background-position: 0 -50px;
}

.ptnList .item_ul {
    margin: 0 -9px;
}

.ptnList .item_ul .item_li {
    float: left;
    width: 20%;
    *width: 19.99%;
    margin-bottom: 40px;
}

.ptnList .item_ul .item_li .item {
    margin: 0 9px;
    background: #fff;
    box-shadow: 0 0 15px rgba(79, 79, 79, 0.1);
    -moz-box-shadow: 0 0 15px rgba(79, 79, 79, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(79, 79, 79, 0.1);
}

.fadeInRightC, .fadeInRightCS {
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.active .fadeInRightC, .swiper-slide-active .fadeInRightCS {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.fadeInLeftC, .fadeInLeftCS {
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.active .fadeInLeftC, .swiper-slide-active .fadeInLeftCS {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.fadeInUpC, .fadeInUpCS {
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.active .fadeInUpC, .swiper-slide-active .fadeInUpCS {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.fadeInDownC, .fadeInDownCS {
    transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.active .fadeInDownC, .swiper-slide-active .fadeInDownCS {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

/*-------------------资质荣誉--------------------*/
.menu_crumb {
    margin-top: 0px;
    background: url(../images/menubg.png) repeat;
    background: rgba(255, 255, 255, 1);
    position: relative;
    border-bottom: 1px solid #d0d0d0;
}

.menu_crumb .menu {
    /*margin-right: 25.83%;*/
}

.menu_crumb .menu ul {
    white-space: nowrap;
    overflow-x: auto;
}

.menu_crumb .menu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
}

.menu_crumb .menu li a {
    display: block;
    line-height: 70px;
    padding: 0 35px;
    color: #6c6c6c;
}

.menu_crumb .menu li.cur a, .menu_crumb .menu li:hover a {
    background: #c0a062;
    color: #fff;
}

.menu_crumb .crumb {
    font-size: 12px;
    float: right;
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*width: 26.83%;*/
    background: #fff;
    text-align: right;
    line-height: 70px;
    color: #6c6c6c;
}
.menu_crumb .crumb img{
    width: 0.35rem;
    margin-right:0.1rem;
}

.menu_crumb .crumb a {
    color: #4c4c4c;
}

.menu_crumb .crumb  span{
    color: #c0a062;
}
.menu_crumb .crumb a:hover {
    text-decoration: underline;
}

.inMain {
    padding: 60px 0 80px;
}

.tit {
    text-align: center;
    margin-bottom: 58px;
}

.tit h3 {
    font-size: 28px;
    color: #2d2d2d;
    position: relative;
    line-height: 1.8;
}

.tit h3::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: -5px;
    width: 64px;
    height: 2px;
    background: #c0a062;
}

.tit p {
    margin-top: 20px;
    line-height: 1.5;
    color: #7d7d7d;
}

.honor_list {
    margin: 0 -10px;
}

.honor_list li {
    float: left;
    width: 25%;
    *width: 24.99%;
    margin-bottom: 40px;
}

.honor_list li a {
    display: block;
    margin: 0 10px;
    color: #2d2d2d;
}

.honor_list li .img {
    overflow: hidden;
    text-align: center;
    border: 1px solid #E5E5E5;
}

.honor_list li img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.honor_list li a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.honor_list li .text {
    color: #666;
    text-align: center;
    padding: 0.9em 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.honor_list li a:hover .text {
    color: #004f99;
}
.page {
    width: 100%;
    margin: 15px auto;
    text-align: right;
}

.page > a {
    display: inline-block;
    padding: 0  0.3rem;
    text-align: center;
    border: solid 1px #dddddd;
    margin: 0 0.3%;
    line-height: 2;
    color: #404040;
    background-color: #fff;
}
.page > a.disabled{
    border: solid 1px #dbdbdb;
    color: #999;
}

.page span {
    display: inline-block;
    padding: 0 0.3rem;
    text-align: center;
    border: solid 1px #c0a062;
    margin: 0 0.3%;
    background-color: #c0a062;
    color: #fff;
    line-height: 2;
}
.page a.cur::after, .page a:hover:after {
    width: 100%;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.62) !important;
}

.fancybox-close {
    background: url(../images/close.png) no-repeat center !important;
}

.fancybox-prev {
    left: -10px !important;
}

.fancybox-prev span {
    background: url(../images/prev.png) no-repeat center !important;
}

.fancybox-next {
    right: -10px !important;
}

.fancybox-next span {
    background: url(../images/next.png) no-repeat center !important;
}

.fancybox-overlay-fixed .fancybox-opened .fancybox-skin {
}

.fancybox-overlay-fixed .fancybox-opened .fancybox-title {
    text-align: center;
    padding-top: 5px;
}

.fancybox-title-float-wrap .child {
    text-align: center;
}

/*-----------------营销网络-----------------*/
.network {
}

.network .selectP {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    color: #717171;
}

.selectBox {
    width: 200px;
    background: #F8F8F8;
    color: #717171;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
}

.selectBox .select_dl {
    position: relative;
}

.selectBox .select_dl .select_dt {
    cursor: pointer;
    padding: 0.85em 50px 0.85em 12px;
    line-height: 1.3;
    overflow: hidden;
    position: relative;
}

.selectBox .select_dl .select_dt .selected {
    white-space: nowrap;
    word-break: keep-all;
}

.selectBox .select_dl .select_dt .select-icon {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon4.png) no-repeat center #F8F8F8;
}

.selectBox .select_option {
    border: 1px solid #E5E5E5;
    width: 100%;
    position: absolute;
    left: -1px;
    top: 41px;
    background: #fff;
    z-index: 9999;
    max-height: 140px;
    overflow: auto;
    display: none;
    text-align: left;
}

.selectBox .select_option div {
    line-height: 1.5;
    cursor: pointer;
    padding: 5px 12px;
    border-bottom: 1px solid #eee;
}

.selectBox .select_option div:hover {
    background: #f5f5f5;
}

.network .netCon {
    padding-top: 1em;
}

.network .netCon .CompanyInfo {
    margin-bottom: 54px;
}

.network .netCon .CompanyInfo h3 {
    font-size: 16px;
    color: #2d2d2d;
    line-height: 2.3;
    padding-left: 52px;
    background: url(../images/icon5.png) no-repeat left  center;
    margin-bottom: 0.8em;
    background-size: 0.5rem;
}

.network .netCon .CompanyInfo .info {
    padding: 30px 50px 25px;
    line-height: 1.8;
    background: #f9f9fa;
    color: #5a5a5a;
}
.network .netCon .CompanyInfo .info .info_map{
    float: right;
    width: 260px;
}

/*-----------------宣传视频----------------*/
.videoList {
    margin: 0 -25px;
}

.videoList li {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
}

.videoList li .item {
    margin: 0 25px;
}

.videoList li a {
    display: block;

}

.videoList li .img {
    overflow: hidden;
    position: relative;
    padding: 5px;
    box-shadow: 0 0 5px #9c9c9c;
}

.videoList li .img .bgm {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    height: 100%;
    top: -100%;
    background: url(../images/bgm1.png) repeat;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.videoList li a:hover .img .bgm {
    top: 0;
}

.videoList li .img .bgm::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 56px;
    background: url(../images/icon3.png) no-repeat center;
}

.videoList li img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
}

.videoList li a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.videoList li .text {
    padding: 0.5em;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.videoList li a:hover .text {
    color: #c0a062;
}

.pop_video {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.pop_video .mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    *filter: alpha(opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.pop_video .video_play {
    position: absolute;
    z-index: 1;
    width: 720px;
    background: #fff;
    left: 50%;
    margin-left: -360px;
    top: 50%;
    margin-top: -240px;
}

.pop_video .video_play .video_play_in {
    position: relative;
}

.pop_video .video_play .video_size {
    padding-bottom: 66.66%;
}

.pop_video .video_play .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*----------------------新闻中心------------------*/
.newsList {
}

.newsList li {
    position: relative;
    margin-bottom: 25px;
    padding-bottom:25px;
    border-bottom: solid 1px #f3f3f3;
}



.newsList li a {
    display: block;
}

.newsList li a:hover {
    background: #F5F5F5;
}

.newsList li .imgBox {
    float: left;
    position: relative;
    width: 353px;
}

.newsList li .imgBox .imgSize {
    padding-bottom: 72.52%;
}

.newsList li .imgBox .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.newsList li img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
}

.newsList li a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.newsList li .text {
    margin-left: 353px;
    padding: 20px 25px;
}

.newsList li .text h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #2d2d2d;
    margin-bottom: 0.7em;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.newsList li .text .sum {
    line-height: 2;
    color: #a1a1a1;
    height: 3.8em;
    overflow: hidden;
}

.newsList li .text .time {
    margin-top: 40px;
    color: #787878;
    width: 165px;
    height: 45px;
    border-radius: 5px;
    line-height:45px;
    text-align: center;
    border: solid 1px #c0a062;
}

.newsD {
    color: #8c8c8c;
}

.newsD .newsD_h {
    padding-bottom: 1em;
    /*border-bottom: 1px solid #E5E5E5;*/
}

.newsD .newsD_h .newsTitle {
    color: #2d2d2d;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.newsD .newsD_h .newsST {
    line-height: 1.5;
    text-align: center;
}

.newsD .newsD_h .newsST .time {
    /*float: left;*/
    font-size: 89%;
    margin-top: 0.5em;
}
.newsD .newsD_h  .newshare {
  display: block;
    background: #f4f5f6;
    line-height:2.5;
    margin-top:0.35rem;
    padding: 0 0.35rem;
}
.newsD .newsD_h  .newshare  .newshare_fx{
    float: right;
}
.newsD .newsD_h  .newshare .newshare_list img{
    width: 0.35rem;
    margin-right:4px;
}
.newsD .newsD_h  .newshare .bdsharebuttonbox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.newsD .newsD_con {
    padding: 28px 0 58px;
    line-height: 2;
}

.newsD .newsD_more {
    border-top: 1px solid #E5E5E5;
    padding-top: 0.8em;
}

.newsD .newsD_more .item {
    color: #005aab;
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    margin-bottom: 0.5em;
}

.newsD .newsD_more .item a {
    color: #111;
}

.newsD .newsD_more .item a:hover {
    color: #004F99;
}

/*-----------------联系方式---------------*/
.contSec1 {
    padding: 60px 0 20px;
}

.map {
    height: 445px;
    margin-top:25px;
}

.map img {
    max-width: 100%;
}
.contInfo{
    width: 100%;
}
.contInfo .info{
    float: left;
    width: 50%;
}
.contInfo .form_msg{
    float: left;
    width: 50%;
}
.contInfo .info {
}

.contInfo .info h3 {
    font-size: 24px;
    /*font-weight: bold;*/
    color: #474747;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.contInfo .info p {
    color: #7d7d7d;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.contSec2 {
    background: #F6F6F6;
    padding: 60px 0 95px;
}

.form_msg {
}

.form_msg dl {
    margin: 0 -9px;
}

.form_msg dd {
    float: left;
    width: 50%;
    margin-bottom: 23px;
}

.form_msg dd .item {
    margin: 0 9px;
}

.text_input, .textarea_f {
    font-size: 100%;
    color: #666;
    padding: 1.05em 3em 1.05em 0.6em;
    border: 1px solid #D5D5D5;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    resize: none;
}

.textarea_f {
    height: 10.5em;
    margin-bottom:0.25rem;
}

.form_msg .submit {
    margin-top: 35px;
    text-align: left;
}

.form_msg .submit .btn {
    width: 22%;
    padding: 1.05em 1em ;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    cursor: pointer;
    border: 0;
    min-width: 8em;
    border-radius: 6px;
}

.form_msg .submit .btn_submit {
    background: #999b9f;
}

.form_msg .submit .btn_submit:hover {
    background: #333;
}

.form_msg .submit .btn_reset {
    background: #999b9f;
}

.form_msg .submit .btn_reset:hover {
    background: #ccc;
}

/*----------------------解决方案------------------*/
.brand {
    color: #777;
    line-height: 2;
    margin-bottom: 15px;
}

.brand p {
    text-indent: 2em;
}

.case .contSec2 {
    padding-bottom: 40px;
}

.caseList {
    margin: 0 -20px;
}

.caseList li {
    float: left;
    width: 25%;
    *width: 24.99%;
    margin-bottom: 50px;
}

.caseList li .item {
    margin: 0 20px;
}

.caseList li a {
    display: block;
}

.caseList li .img {
    overflow: hidden;
    position: relative;
}

.caseList li img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
}

.caseList li a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.caseList li .text {
    padding: 0 0.5em;
    text-align: center;
    font-size: 16px;
    color: #444343;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.caseList li a:hover .text {
    color: #004F99;
}

.caseD {
    color: #777;
}

.caseD .case_tit {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    line-height: 1.5;
}

.caseD .case_con {
    padding: 28px 0 42px;
    line-height: 2;
}

.caseD .caseD_more {
    border-top: 1px solid #E5E5E5;
    padding-top: 0.8em;
}

.caseD .caseD_more .item {
    color: #005aab;
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    margin-bottom: 0.5em;
}

.caseD .caseD_more .item a {
    color: #111;
}

.caseD .caseD_more .item a:hover {
    color: #004F99;
}

/*------------------常见问题--------------*/
.questionList {
}

.questionList li.open .ques{
    /*margin-bottom: 6px;*/
    background:#fafafa url("../images/icon24.png ") no-repeat right 25px center;
}
.questionList li:first-child{
    border-top:solid 1px #e5e5e5;
}

.questionList li .ques {
    border: solid 1px #e5e5e5;
    border-top:none;
    padding: 1.2em 1em 1.2em 1.6em;
    position: relative;
    background:#fafafa url("../images/icon23.png ") no-repeat right 25px center;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 1.5;
    cursor: pointer;
}
.questionList li .ques font{
    color: #e09400;
    margin-right:5px;
}
/*
.questionList li .ques::after {
    content: '';
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #DA0F15;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
*/
.questionList li .answ {
    padding: 30px 40px 45px;
    color: #868686;
    line-height: 2;
    display: none;
    border: solid 1px #e5e5e5;
    border-top:none;
    position: relative;
}

.questionList li .answ p {
    text-indent: 2em;
}
.questionList li .answ  font{
    color: #e09400;
    margin-right:5px;
    position: absolute;
}

/*-----------------公司介绍----------*/
.about .img {
    float: left;
    width: 43%;
}

.about .text {
    /*margin-left: 45.84%;*/
    padding-top: 1px;
}

.title1 {
    position: relative;
    /*padding-left: 22px;*/
    padding-bottom: 2px;
    margin-bottom: 30px;
    line-height: 1.2;
}

/*
.title1::before {
    content: '';
    position: absolute;
    left: 0;
    width: 11px;
    top: 0;
    bottom: 0;
    background: #004F99;
}

.title1::after {
    content: '';
    position: absolute;
    left: 0;
    width: 11px;
    top: 0;
    height: 50%;
    background: #DA0F15;
}
*/

.title1 .cn {
    font-size: 36px;
    color: #4a4a4a;
    font-weight: bold;
}

.title1 .en {
    font-weight: bold;
    color: #767676;
}

.about .text .txt_con {
    line-height: 2;
    color: #7f7f7f;
}

.about .text .txt_con p {
    /*text-indent: 2em;*/
}

/*--------------产品中心-----------------*/
.menu2 {
    text-align: center;
    margin-bottom: 56px;
}

.menu2 li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0.5em 0.8em;
}

.menu2 li a {
    display: block;
    color: #8e8e8e;
    text-align: center;
    padding: 0 1em;
    min-width: 9.5em;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    line-height: 42px;
}

.menu2 li:hover a, .menu2 li.cur a {
    background: #ba8b2f;
    border-color: #ba8b2f;
    color: #fff;
}

.prdList {
    /*margin: 0 -21px;*/
}

.prdList li {
    float: left;
    width: 33%;
    margin-bottom: 49px;
}

.prdList li .item {
}

.prdList li a {
    display: block;
    padding: 18px 20px 0;
}

.prdList li a:hover {
}

.prdList li .img {
    overflow: hidden;
    position: relative;
}

.prdList li img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
}

.prdList li a:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.prdList li .text {
    padding: 23px 0 30px;
    text-align: center;
}

.prdList li .text h3 {
    font-size: 100%;
    color: #2d2d2d;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.prdD {
    overflow: hidden;
    margin-bottom: 20px;
}

.prdD .prdDTop {
}

.prdD .prdDTop .imgBox {
    width: 45.5%;
    float: left;
    margin-left: 16px;
}

.pgwSlideshow .ps-list {
    overflow: hidden;
    position: relative;
    margin: 20px 0 0;
    padding: 0 30px;
}

.pgwSlideshow .ps-list .ps-prev {
    display: block !important;
    opacity: 1 !important;
    position: absolute;
    left: 0;
    top: 0px;
    height: 80px;
    width: 30px;
    box-sizing: border-box;
    background: #fff;
    z-index: 1000;
    cursor: pointer;
}

.pgwSlideshow .ps-list .ps-prev .ps-prevIcon {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -12px;
    background: url(../images/slide2.png) no-repeat 0 0;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}

.pgwSlideshow .ps-list .ps-prev:hover .ps-prevIcon {
    background-color: #005AAB;
    background-position: -25px 0;
}

.pgwSlideshow .ps-list .ps-next {
    display: block !important;
    opacity: 1 !important;
    position: absolute;
    right: 0;
    top: 0px;
    height: 80px;
    width: 30px;
    box-sizing: border-box;
    background: #fff;
    z-index: 1000;
    cursor: pointer;
}

.pgwSlideshow .ps-list .ps-next .ps-nextIcon {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -12px;
    background: url(../images/slide2.png) no-repeat -25px -25px #fff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}

.pgwSlideshow .ps-list .ps-next:hover .ps-nextIcon {
    background-color: #005AAB;
    background-position: 0 -25px;
}

.pgwSlideshow .ps-list ul {
    position: relative;
    list-style: none;
    margin: 0 !important;
    padding: 0;
    left: 0;
}

.pgwSlideshow .ps-list li {
    float: left;
    cursor: pointer;
}

.pgwSlideshow .ps-list li .ps-item {
    display: block;
    border: 0;
    background: #fff;
    margin: 0 3px;
}

.pgwSlideshow .ps-list li img {
    width: 115px;
    height: 79px;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
    position: relative;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
    border: 1px solid #004F99;
    box-sizing: border-box;
}

.pgwSlideshow .ps-current {
    position: relative;
    text-align: center;
}

.pgwSlideshow .ps-current::after {
    content: '';
    position: absolute;
    right: 13px;
    bottom: 15px;
    width: 25px;
    height: 25px;
    background: url(../images/icon_searchp.png) no-repeat center;
}

.pgwSlideshow .ps-current li {
    width: 100%;
}

/*.pgwSlideshow .ps-current .ps-prev,.pgwSlideshow .ps-current .ps-next{ display:block !important; position:absolute; z-index:999;  cursor:pointer; top:50%; margin-top:-18px;  }
.pgwSlideshow .ps-current .ps-prev{ left:10px;}
.pgwSlideshow .ps-current .ps-next{ right:10px;}
.pgwSlideshow .ps-current .ps-prev .ps-prevIcon,.pgwSlideshow .ps-current .ps-next .ps-nextIcon { display:block; width:36px; height:36px; background-repeat: no-repeat; background-size:contain; background-position:center;}
.pgwSlideshow .ps-current .ps-prev .ps-prevIcon{ background-image:url(../images/icon_pre.png);}
.pgwSlideshow .ps-current .ps-next .ps-nextIcon{ background-image:url(../images/icon_next.png);}*/
.class-zoom {
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    display: none;
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75;
}

.class-zoom-img {
    border: 1px solid #DEDEDE;
}

.class-zoom-img img {
    max-width: none;
}

.imgTel {
    display: none;
    text-align: center;
}

.imgTel .pager {
    text-align: center;
    z-index: 9;
    bottom: 0;
    margin-top: 10px;
}

.imgTel .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #ddd;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    cursor: pointer;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.imgTel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #DA0F15;
}

.prdD .prdDTop .prdText {
    margin-left: 52.08%;
}

.prdD .prdDTop .prdText .titP {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 22px;
}

.prdD .prdDTop .prdText .titP h3 {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1.3;
    padding-bottom: 0.6em;
    font-size: 26px;
    color: #222222;
}
.prdD .prdDTop .prdText .titP .right_icon{
    float: right;
    font-size: 14px;
    color: #505050;
    margin-top:0.3rem;
}
.prdD .prdDTop .prdText .titP  .right_icon img{
  width: 0.35rem;
    vertical-align: middle;
    margin-right:5px;
}

.prdD .prdDTop .prdText .titP h3::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 1px;
    background: #DA0F15;
}

.prdD .prdDTop .prdText .sum {
    line-height: 2;
    color: #767171;
}

@media (max-height: 800px) {
    .bannerList .banPage .item {
        padding: 30px 0 0;
    }
}

@media (max-height: 700px) {
    .ptnList .item_ul .item_li {
        margin-bottom: 10px;
    }

    .index_about .text .txt_con {
        line-height: 1.5;
    }

    .index_about .more_a {
        margin-top: 1em;
    }

    .adprdList .page {
        margin-top: 1em;
    }

}

@media (max-height: 600px) {
    .tit_ind {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1300px) {
    .ptnList .swiper-button-prev {
        left: -5px
    }

    .ptnList .swiper-button-next {
        right: -5px;
    }
}

@media (max-width: 1200px) {
    .mauto {
        padding: 0 10px;
    }

    .nav li {
        margin: 0;
    }

    .menu_crumb {
        margin-left: -10px;
        margin-right: -10px;
    }

    .prdD .prdDTop .imgBox {
        margin-left: 0;
    }

    .bannerList .banSize {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right 20% center!important;
    }

    .bannerList .banPage .item .itemIB .text_b h3 {
        font-size: 18px;
    }

    .bannerList .banPage .item .itemIB .text_b p {
        font-size: 100%;
    }
}

@media (max-width: 1100px) {
    .videoList {
        margin: 0 -10px;
    }

    .videoList li .item {
        margin: 0 10px;
    }

    .caseList {
        margin: 0 -7px;
    }

    .caseList li {
        margin-bottom: 20px;
    }

    .caseList li .item {
        margin: 0 7px;
    }

    .prdList {
        margin: 0 -10px;
    }

    .prdList li {
        margin-bottom: 25px;
    }

    .prdList li .item {
        margin: 0 10px;
    }

    .index_about .imgBox {
        display: none;
    }

    .index_about .text {
        margin-left: 0;
        padding-bottom: 20px;
    }

}

@media (max-width: 1000px) {
    .bannerList .banPage .item .itemIB {
        display: block;
    }

    .bannerList .banPage .item .itemIB .img_b {
        width: 25%;
        height: auto;
    }

    .bannerList .banPage .item .itemIB .text_b {
        margin-left: 28%;
    }

    .bannerList .banPage .item::after {
        width: 25px;
        height: 12px;
        background-size: contain;
        background-position: center bottom;
        margin-left: -12px;
        top: -12px;
    }
}

@media (max-width: 960px) {
    .body {
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        height: 1.4rem;
        z-index: 1000;
        color: #333;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        padding: 0;
    }

    .header .header_in {
        margin-top: 0;
    }

    .header .logo {
        padding: 0.17rem 1.65rem 0.17rem 0;
        line-height: 1.06rem;
        text-align: left;
        margin: 0;
        float: none;
    }

    .header .logo img {
        max-height: 1.06rem;
    }

    .mobile_btn {
        display: block;
        position: fixed;
        z-index: 100;
        right: 0;
        top: 0;
        left: auto;
        width: 50px;
        height: 1.4rem;
        text-align: center;
        line-height: 50px;
        background: url(../images/menutoggle.png) no-repeat 0 center #fff;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        cursor: pointer;
    }

    .mobile_btn.open {
        background-position: -50px center;
        background-color: #cacaca;
    }

    .navBox {
        position: fixed;
        left: 0;
        width: 100%;
        top: 1.4rem;
        bottom: 0;
        background: #fff;
        margin: 0;
        padding: 0.5em 0;
        display: none;
        z-index: 999;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
        overflow: auto;
    }

    .header .head_r {
        position: absolute;
        right: 55px;
        top: 50%;
        margin: 0;
        margin-top: -18px;
    }

    .header .head_r .search {
    }

    .header .head_r .search .pop_search {
        top: 1.4rem;
        left: 0;
        right: 0;
        position: fixed;
    }

    .header .head_r .search .pop_search .searchBox .search_h {
        width: 100%;
        box-sizing: border-box;
    }

    .nav {
        display: block;
        text-align: left;
    }

    .nav li {
        float: none;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .nav li a {
        line-height: 3;
        text-align: center;
    }

    .nav > li > a, .nav > li > .parent > a {
        font-size: 14px;
    }

    .nav li .parent a {
        line-height: 3;
    }

    .nav li > a::after, .nav li > .parent > a::after {
        transition: none;
        -webkit-transition: none;
    }

    .nav li:hover > a::after, nav li:hover > .parent > a::after {
        display: none;
    }

    .nav .parent {
        position: relative;
    }

    .nav .parent .icon_control {
        position: absolute;
        display: block;
        z-index: 99;
        top: 0;
        right: 0;
        width: 6em;
        height: 100%;
        background: url(../images/icon23.png) no-repeat 3.5em center;
        cursor: pointer;
    }

    .nav .parent .icon_control.open {
        background-image: url(../images/icon24.png);
    }

    .nav li:hover .parent a, .nav li.act .parent > a {
    }

    .subNav {
        opacity: 1;
        position: relative;
        top: 0;
        height: auto;
        width: 100%;
        background: #f0f0f0;
        display: none;
        transition: all 0s;
        -moz-transition: all 0s;
        -webkit-transition: all 0s;
        border: 0;
        left: 0;
        margin-left: 0;
    }

    .nav li:hover .subNav {
        top: 0;
        transition: all 0s;
        -moz-transition: all 0s;
        -webkit-transition: all 0s;
    }

    .subNav li a {
        font-size: 13px;
    }

    .inBanner .inbanSize {
        margin-top: 14%;
        height: auto;
        padding-bottom: 50%;
        background-size: cover;
    }

    .footer .qr {
        display: none;
    }

    .footer .cont_f {
        margin-top: 0;
        float: inherit;
    }

    .footer .cont_f p {
        margin-bottom: 0;
        line-height: 1.8;
    }

    .footer .cont_f span {
        white-space: nowrap;
    }

    .menu_crumb .menu {
        margin-right: 0;
    }

    .menu_crumb .crumb {
        display: none;
    }

    .inMain, .contSec2 {
        padding: 30px 0 40px;
    }

    .contSec1 {
        padding-top: 30px;
    }

    .case .contSec2 {
        padding-bottom: 20px;
    }

    .tit {
        margin-bottom: 27px;
    }

    .honor_list {
        margin: 0 -0.3em;
    }

    .honor_list li {
        margin-bottom: 0.5em;
    }

    .honor_list li a {
        margin: 0 0.3em;
    }

    .videoList {
        margin: 0 -0.3em;
    }

    .videoList li {
        margin-bottom: 0.5em;
    }

    .videoList li .item {
        margin: 0 0.3em;
    }

    .questionList li .answ {
        padding: 20px 15px 30px;
    }

    .about .text {
        padding-top: 1em;
    }

    .title1 .cn {
        font-size: 24px;
    }

    .menu2 {
        margin-bottom: 20px;
    }

    .prdList li a {
        padding: 1em 1em 0;
    }

    .prdList li .text {
        padding: 1em 0;
    }

    .index_about .text {
        padding-bottom: 0;
    }

    .index_advantage {
        padding-top: 1.5rem;
        margin: 0 1em;
    }

    .index_advantage li .text h3 {
        font-size: 18px;
    }

    .index_gallery li .text h3 {
        font-size: 18px;
    }

    .index_gallery li .mask {
    }

    .index_gallery li .text, .index_gallery li a:hover .text {
        bottom: 1em;
        opacity: 1;
    }

    .tab_menu {
        margin-bottom: 20px;
    }

    .adprdList {
        margin: 0 -0.5em;
    }

    .adprdList li .item {
        margin: 0 0.5em;
    }

    .adprdList .page {
        margin-top: 0.5em;
    }
}

@media (max-width: 800px) {

}

@media (max-width: 767px) {
    .menu_crumb {
        /*margin-top: -3.5em;*/
    }

    .menu_crumb .menu li a {
        padding: 0 1em;
        line-height: 3.5;
    }
    .contInfo .info{
        width: 100%;
    }
    .contInfo .form_msg{
        width: 100%;
    }
    .prdText .sum{
        font-size: 0.35rem;
    }

    .pop_video .video_play {
        left: 10px;
        width: auto;
        right: 10px;
        margin-left: 0;
        margin-top: -33.33%;
    }

    .newsList li {
        margin-bottom: 25px;
    }

    .newsList li .imgBox {
        width: 35%;
    }

    .newsList li .text {
        margin-left: 35%;
        padding: 1em;
    }

    .newsList li .text .time {
        margin-top: 1em;
    }

    .newsList li::after {
        left: 36%;
    }

    .newsD .newsD_more .item {
        float: none;
        max-width: 100%;
    }

    .map {
        height: 300px;
    }

    .form_msg dd {
        width: 50%;
    }

    .caseD .caseD_more .item {
        float: none;
        max-width: 100%;
    }

    .imgPc {
        display: none;
    }

    .imgTel {
        display: block;
    }

    .prdD .prdDTop .prdText {
        margin-left: 0;
        margin-top: 1.2em;
    }

    .index_advantage {
        overflow: hidden;
    }

    .index_advantage ul {
        margin: 0;
    }

    .index_advantage li {
        width: 100%;
    }

    .index_advantage li .item {
        max-width: 410px;
        margin: 0 auto;
    }

    .index_advantage .btn_prev, .index_advantage .btn_next {
        display: block;
    }

    .adprdList li {
        width: 50%;
    }

    .adprdList span {
        width: 1.5em;
        height: 3px;
        margin: 0 0.2em;
    }
}

@media (min-width: 641px) {
    .honor_list li:nth-child(4n+1) {
        clear: both;
    }

    .videoList li:nth-child(3n+1) {
        clear: both;
    }

    .caseList li:nth-child(4n+1) {
        clear: both;
    }

    /*.prdList li:nth-child(2n+1) {*/
        /*clear: both;*/
    /*}*/
}

@media (max-width: 720px) {
    .bannerList .banPage .item {
        padding: 20px 0;
    }

    .bannerList .banPage .item .itemIB {
        min-height: 0;
        display: inline-block;
    }

    .bannerList .banPage .item .itemIB .text_b p {
        display: none;
    }

    .bannerList .banPage .item .itemIB .img_b {
        width: 3.6em;
    }

    .bannerList .banPage .item .itemIB .text_b {
        margin-left: 4.2em;
    }

    .bannerList .banPage .item .itemIB .text_b h3 {
        font-size: 120%;
        line-height: 3;
    }
}

@media (max-width: 640px) {
    .header .head_r .search {
        display: none;
    }

    .inMain, .contSec1, .contSec2 {
        padding: 1.5em 0 2em;
    }

    .case .contSec2 {
        padding-bottom: 2em;
    }

    .honor_list li {
        width: 50%;
    }

    .honor_list li:nth-child(2n+1) {
        clear: both;
    }

    .page {
        margin-top: 0.5em;
    }

    .videoList li {
        width: 50%;
    }

    .videoList li:nth-child(2n+1) {
        clear: both;
    }

    .newsList li .text .sum {
        line-height: 1.5;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
        height: auto;
    }

    .newsD .newsD_h .newsTitle {
        font-size: 130%;
    }

    .newsD .newsD_con {
        padding: 1.2em 0 2em;
    }

    .map {
        height: 15em;
    }

    .form_msg dl {
        margin: 0 -0.3em;
    }

    .form_msg dd {
        margin-bottom: 0.6em;
    }

    .form_msg dd .item {
        margin: 0 0.3em;
    }

    .form_msg .submit {
        margin-top: 1.2em;
    }

    .brand {
        margin-bottom: 0
    }

    .caseList {
        margin: 0 -0.3em;
    }

    .caseList li {
        margin-bottom: 1em;
        width: 50%;
    }

    .caseList li:nth-child(2n+1) {
        clear: both;
    }

    .caseList li .item {
        margin: 0 0.3em;
    }

    .caseD .case_tit {
        font-size: 130%;
    }

    .caseD .case_con {
        padding: 1.2em 0 2em;
    }

    .questionList li .answ {
        padding: 1.2em 1em 1.5em;
    }

    .about .img {
        float: none;
        width: 100%;
    }

    .about .text {
        margin-left: 0;
    }

    .title1 {
        margin-bottom: 1.2em;
    }

    .prdList {
        margin: 0 -0.3em;
    }

    .prdList li {
        width: 50%;
        margin-bottom: 1em;
    }

    .prdList li:nth-child(2n+1) {
        clear: both;
    }

    .prdList li .item {
        margin: 0 0.3em;
    }

    .menu2 li a {
        line-height: 2.5;
        min-width: 0;
    }

    .prdD {
        margin-bottom: 0;
    }

    .prdD .prdDTop .prdText .titP {
        margin-bottom: 1.2em;
    }

    .prdD .prdDTop .prdText .titP h3 {
        font-size: 130%;
    }

    #fp-nav {
        display: none;
    }

    .tab_menu li .item {
        line-height: 2.5;
        min-width: 0;
    }

    .ptnList .item_ul {
        margin: 0 -0.3em;
    }

    .ptnList .item_ul .item_li {
        margin-bottom: 0.5em;
        width: 33.33%;
    }

    .ptnList .item_ul .item_li .item {
        margin: 0 0.3em;
    }

    .index_gallery li {
        width: 50%;
    }

    .index_gallery li .item {
        border: 0;
    }

    .index_gallery li .text h3 {
        border-bottom: 0;
    }

    .index_gallery li .text .more {
        display: none;
    }

}

@media (max-width: 520px) {
    .HRList li{
        width: 100%;
    }
    .body {
        font-size: 0.35rem;
    }

    .header .head_r {
        margin-top: -1.25em;
    }

    .header .head_r .lang_log a {
        font-size: 100%;
        line-height: 2.5;
        width: 2.5em;
        border-radius: 1.5em;
        -webkit-border-radius: 1.5em;
    }

    .tit h3 {
        font-size: 150%;
    }

    .network .selectP {
        padding-bottom: 1em;
    }

    .selectBox {
        width: 14em;
    }

    .selectBox .select_option {
        top: 3em;
    }

    .network .netCon .CompanyInfo {
        margin-bottom: 1.5em;
    }

    .network .netCon .CompanyInfo h3 {
        font-size: 110%;
        padding-left: 3em;
        background-size: contain;
        background-position: 0.5em center;
    }

    .network .netCon .CompanyInfo .info {
        padding: 1.2em;
    }
    .network .netCon .CompanyInfo .info .info_map {
       float: inherit;
        width: 100%;
    }

    .videoList li .text {
        font-size: 105%;
    }

    .videoList li .img .bgm::after {
        width: 3em;
        height: 3em;
        background-size: contain;
        margin-left: -1.5em;
        margin-top: -1.5em;
    }

    .newsList li .text {
        padding: 0.5em 1em;
    }

    .newsList li .text h3 {
        font-size: 115%;
        margin-bottom: 0.3em;
    }

    .newsList li .text .time {
        margin-top: 0.3em;
        width: 2.5rem;
        height: 0.8rem;
        line-height: 0.8rem;
    }

    .contInfo .info h3 {
        font-size: 130%;
    }

    .tit p {
        font-size: 90%;
    }

    .caseList li .text {
        font-size: 105%;
    }

    .questionList li .ques {
        font-size: 110%;
        padding: 0.8em 1em 0.8em 2.2em;
    }

    .questionList li .ques::after {
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }


    .title1 .cn {
        font-size: 130%;
    }

.index_about .text .txt_con p{
    font-size: 108%;
}
    .prdList li a {
        padding: 0.5em 0.5em 0;
    }

    .menu2 li {
        margin: 0 0.2em 0.8em;
    }

    .index_partner {
        padding-bottom: 6em;
    }

    .tit_ind {
        font-size: 140%;
        margin-bottom: 0.8em;
    }

    .ptnList .swiper-button-prev, .ptnList .swiper-button-next {
        width: 1.2em;
        height: 2em;
        margin-top: -1em;
        background-size: 2.4em 4em;
    }

    .ptnList .swiper-button-prev {
        background-position: 0 0;
    }

    .ptnList .swiper-button-prev:hover {
        background-position: -1.2em 0;
    }

    .ptnList .swiper-button-next {
        background-position: -1.2em -2em;
    }

    .ptnList .swiper-button-next:hover {
        background-position: 0 -2em;
    }

    .index_about .more_a li .item {
        margin: 0 0.2em;
    }

    .index_about .more_a li .item a {
        padding: 1em 0;
    }

    .index_about .more_a li .item h3 {
        font-size: 90%;
    }

    .index_about .more_a li .img_s img {
        width: 3em;
    }

    .index_advantage li .text {
        padding: 1em 0 0;
    }

    .index_advantage li .text h3 {
        font-size: 130%;
    }

    .index_advantage li .text .more {
        margin-top: 1.2em;
    }

    .index_advantage .btn_prev, .index_advantage .btn_next {
        width: 1.2em;
        height: 2em;
        margin-top: -1em;
        background-size: 2.4em 4em;
    }

    .index_advantage .btn_prev {
        background-position: 0 0;
    }

    .index_advantage .btn_prev:hover {
        background-position: -1.2em 0;
    }

    .index_advantage .btn_next {
        background-position: -1.2em -2em;
    }

    .index_advantage .btn_next:hover {
        background-position: 0 -2em;
    }

    .index_gallery li .text h3 {
        font-size: 110%;
    }

    .bannerList .banPage .item {
        padding: 1em 0;
    }

    .bannerList .banPage .item .itemIB .img_b {
        float: none;
        margin: 0 auto;
    }

    .bannerList .banPage .item .itemIB .text_b {
        margin-left: 0;
    }

    .bannerList .banPage .item .itemIB .text_b h3 {
        line-height: 1.5;
        margin-top: 0.5em;
    }

    .adprdList li {
        width: 100%;
    }

    .adprdList li:nth-of-type(3),
    .adprdList li:nth-of-type(4),
    .adprdList li:nth-of-type(5),
    .adprdList li:nth-of-type(6) {
        display: none;
    }

    .adprdList li .item {
        margin: 0 auto;
        width: 77%;
    }

    .adprdList span {
        width: 5px;
        height: 3px;
        margin: 0 0.2em;
    }
}

/*2018-04-27*/
.caseListN li {
    width: 50%;
}

.caseListN li .imgBox {
    position: relative;
    overflow: hidden;
}

.caseListN li .imgBox .img1 {
    position: relative;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.caseListN li .imgBox .img2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.caseListN li a:hover .imgBox .img1 {
    left: -100%;
}

.caseListN li a:hover .imgBox .img2 {
    left: 0;
}

.caseListN li a:hover img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.about_more {
    display: block;
    width: 200px;
    height: 41px;
    background: #ba8b2f;
    color: #fff;
    text-align: center;
    line-height: 41px;
    text-indent: 0;
    border-radius: 5px;
}









