/*内页开始*/


/*公司简介部分*/

.button:nth-of-type(1):before,
.button:nth-of-type(1):after,
.button:nth-of-type(1) .inner:before,
.button:nth-of-type(1) .inner:after {
    background-color: #fff;
}
.button:nth-of-type(2):before,
.button:nth-of-type(2):after,
.button:nth-of-type(2) .inner:before,
.button:nth-of-type(2) .inner:after {
    background-color: #26a69a;
}
.button:nth-of-type(3):before,
.button:nth-of-type(3):after,
.button:nth-of-type(3) .inner:before,
.button:nth-of-type(3) .inner:after {
    background-color: #7e57c2;
}
.button:before,
.button:after,
.button .inner:before,
.button .inner:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.button.horizontal:before,
.button.horizontal:after,
.button.both:before,
.button.both:after {
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.button.horizontal .inner:before,
.button.horizontal .inner:after,
.button.both .inner:before,
.button.both .inner:after {
    top: 0;
    width: 2px;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.button.horizontal .inner:before,
.button.both .inner:before {
    left: 0;
}
.button.horizontal .inner:after,
.button.both .inner:after {
    right: 0;
}
.button.horizontal .inner:hover:before,
.button.horizontal .inner:hover:after,
.button.both .inner:hover:before,
.button.both .inner:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.button.horizontal:before,
.button.both:before {
    top: 0;
}
.button.horizontal:after,
.button.both:after {
    bottom: 0;
}
.button.horizontal:hover:before,
.button.horizontal:hover:after,
.button.both:hover:before,
.button.both:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.button.horizontal:hover .inner:before,
.button.horizontal:hover .inner:after,
.button.both:hover .inner:before,
.button.both:hover .inner:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.button.horizontal.clockwise .inner:before,
.button.both.clockwise .inner:before {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.button.horizontal.clockwise .inner:after,
.button.both.clockwise .inner:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.button.horizontal.clockwise:before,
.button.both.clockwise:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.button.horizontal.clockwise:after,
.button.both.clockwise:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.button.horizontal.clockwise:hover .inner:before,
.button.both.clockwise:hover .inner:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.button.horizontal.clockwise:hover .inner:after,
.button.both.clockwise:hover .inner:after {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.button.horizontal.clockwise:hover:before,
.button.both.clockwise:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.button.horizontal.clockwise:hover:after,
.button.both.clockwise:hover:after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.button.horizontal.counterclockwise .inner:before,
.button.both.counterclockwise .inner:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.button.horizontal.counterclockwise .inner:after,
.button.both.counterclockwise .inner:after {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.button.horizontal.counterclockwise:before,
.button.both.counterclockwise:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.button.horizontal.counterclockwise:after,
.button.both.counterclockwise:after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.button.horizontal.counterclockwise:hover .inner:before,
.button.both.counterclockwise:hover .inner:before {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.button.horizontal.counterclockwise:hover .inner:after,
.button.both.counterclockwise:hover .inner:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.button.horizontal.counterclockwise:hover:before,
.button.both.counterclockwise:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.button.horizontal.counterclockwise:hover:after,
.button.both.counterclockwise:hover:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.button.vertical:before,
.button.vertical:after {
    top: 0;
    width: 2px;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.button.vertical:before {
    left: 0;
}
.button.vertical:after {
    right: 0;
}
.button.vertical:hover:before,
.button.vertical:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.button.vertical.clockwise:before {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.button.vertical.clockwise:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.button.vertical.clockwise:hover:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.button.vertical.clockwise:hover:after {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.button.vertical.counterclockwise:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.button.vertical.counterclockwise:after {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.button.vertical.counterclockwise:hover:before {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.button.vertical.counterclockwise:hover:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}




.main-box {
    min-height: 31.25em;
}
.main-box .topba {
    position: relative;
    // height: 500px;
    display: block;
}
.main-box .topba img{
    width: 100%;
}
// .top-banner .img1 {
//     position: absolute;
//     width: 1920px;
//     height: 500px;
//     left: 50%;
//     margin-left: -960px;
//     top: 0;
// }
// .top-banner .img2 {
//     width: 100%;
// }
// @media screen and (max-width: 1200px)
// .top-banner {
//     height: auto;
// }

@media screen and (max-width: 768px) {
    // .main-box .topba {
    //     height: 19.375em;
    //     background-position: center center;
    //     background-size: cover;
    //     background-repeat: no-repeat;
    //     display: block;
    // }
}
@media screen and (max-width: 768px) {
     .main-box .topba{
            // padding-top: 65px;
     }
  .main-box .topba img{
    width: 100%;
    // height:250px;
}  
}
.header-sub-wrap {
    background: url(../images/header-sub-bigbg.png) repeat-x;
    border-bottom: 1px solid #e5e5e5;
     border-top: 1px solid #e5e5e5;
}
.headerSub {
    position: relative;
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px
}
@media screen and (min-width:1200px) and (max-width: 1366px){
.headerSub {
    position: relative;
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
    width: 83%;
    margin: 0 auto;
    max-width: 1200px
}
}

.headerSub:before {
    content: '';
    position: absolute;
    width: 4.210526316%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ebebeb;
}
.headerSub li {
    position: relative
}
.headerSub a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #777;
    padding: 0 17px
}
.headerSub .on .nlv1a {
    color: #111
}
.headerSub ul.lv1 {
    display: table
}
.headerSub li.sub>a {
    font-family: '微软雅黑';
    background: url(../images/nav_sub_arr.png) no-repeat 75% center;
    font-size: 1em;
}
.search-sub-wrap .headerSub li.sub{
    background-color: none;
}
.search-sub-wrap .headerSub li.sub>a {
    background: none;
}
.headerSub .nlv1 {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    background: url("../images/header-sub-bg2.png") 100% 50% no-repeat
}
.headerSub .nlv1.home {
    background-color: #ebebeb;
    background-image: url("../images/header-sub-bg.png");
}
.headerSub .nlv1a {
    padding: 10px 55px 8px 25px;
}
.headerSub .nlv1.home .nlv1a {
    font-family: '微软雅黑';
    background: url(../images/nav-sub-home.png) no-repeat left center;
    padding-left: 27px;
    padding-right: 41px;
    font-size: 1em;
}
.headerSub .nchild {
    display: none;
    position: absolute;
    z-index: 500;
    left: -20px;
    top: 100%;
    min-width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -webkitbox-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.headerSub .nchild>li {
    border-top: 1px solid #ddd;
}
.headerSub .nchild a {
    padding: 13px 29px 12px 29px;
    color: #999;
    white-space: nowrap;
}
.headerSub .nchild a:hover,
.headerSub .nchild a:focus {
    background-color: #fafafa;
    color: #09a7de;
}
.headerSub .nchild.lv2 .lv3 {
    position: absolute;
    left: 100%;
    top: 0
}
.headerSub .nlv1:hover .lv2,
.headerSub .nlv2:hover .lv3,
.headerSub .nlv1.hover .lv2,
.headerSub .nlv2.hover .lv3 {
    display: block
}
.ie .headerSub .nlv1a {
    line-height: 1.34;
}
.ie .headerSub .nchild.lv2 {
    top: 50px;
}
.ph-headerSub {
    width: 100%;
    display: none;
    position: relative;
}
.ph-headerSub .sub-tit {
    width: 100%;
    padding: 0 5%;
    background-color: #f5f5f5;
}
.ph-headerSub h4 {
    background-image: url(../images/sub-nav-arr.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1em 0.5625em;
    line-height: 2.5em;
    height: 2.5em;
    font-size: 1.2em;
}

.ph-headerSub .sub-ul {
    z-index: 20;
    background-color: #e6e6e6;
    width: 100%;
    padding: 0 3%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.ph-headerSub .sub-ul ul li {
    height: 3.125em;
    line-height: 3.125em;
    border-bottom: 1px solid #c7c7c7;

    padding-left: 1em
}
.ph-headerSub .sub-ul ul li:last-child {
    border-bottom: none
}
.ph-headerSub .sub-ul ul li img {

    width: 0.85em;
    height: 0.1125em
}
.ph-headerSub .sub-ul ul li a {
    font-size: 1.125em;
}

@media screen and (max-width: 1024px) {
    .ph-headerSub {
        display: block;
        width: 100%
    }
    .headerSub {
        display: none
    }
}

.product-channel-page .ph-headerSub{
    display:none;
}

// .main-about .title-main h5 {
//     font-size: 36px;
//     font-family: '微软雅黑'
// }
.main-about .about-doc {
    width: 90%;

    font-size: 1em;
    color: #333;
    line-height: 1.8em;
    margin-bottom: 2.375em;
    margin-top: 3.125em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1366px){
.main-about .about-doc {
    width: 83%;

    font-size: 1em;
    color: #333;
    line-height: 1.8em;
    margin-bottom: 2.375em;
    margin-top: 3.125em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
}
.main-about .about-doc p{
    margin-bottom: 1em;
}
// @media screen and (max-width: 1366px){
// .main-about .about-doc {
//     width: 80%;
//     font-size: 0.875em;
//     color: #333;
//     line-height: 1.8em;
//     margin-bottom: 2.375em;
//     margin-top: 3.125em;
//     max-width: 1200px;
//     margin-left: auto;
//     margin-right: auto;
// }

// }
@media screen and (max-width: 1200px) {
    .main-about .about-doc {
        width: 100%;
        padding: 0 5%;
    }
}
.main-about .about-child {
    width: 100%;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding: 0 5%;
}
@media screen and (max-width:768px) {
    .main-about .about-doc {
        width: 100%;
        padding: 0 5%;
        line-height:1.8em;
            font-size: 1.125em;
    }
}





/*手机端轮播*/

.child-cent-ph .ph-wrap ul li.carou-box {
    width: 90%;
    margin: 0 auto;
}
.child-cent-ph {
    position: relative;
}
.child-cent-ph .ph-wrap {
    position: relative;
    width: 100%;
    max-width: 18em;
    margin: 0 auto;
    overflow: hidden;
}
.child-cent-ph .ph-wrap li {}
.child-cent-ph .ph-wrap li .left-img {
    height: 13.75em;
    margin-top: 2.25em
}
.child-cent-ph .ph-wrap li .left-img img {
    width: 100%
}
.child-cent-ph a.left-arr {
    position: absolute;
    left: -3%;
    top: 30%;
    width: 2.625em;

    height: 1.3em;
    background-size: cover;
}
.child-cent-ph a.right-arr {
    position: absolute;
    right: -3%;
    top: 30%;
    width: 2.625em;

    height: 1.3em;
    background-size: cover;
}
.child-cent-ph .ph-wrap ul li.carou-box {
    margin-right: 20em
}
.child-cent-ph .ph-wrap ul li.carou-box .left-img {
    padding-top: 2.375em
}
.child-cent-ph .ph-wrap ul li.carou-box .left-img img {
    width: 100%;
    max-width: 100%
}
.child-cent-ph .ph-wrap ul li .bottom-info h3 {
    color: #3e3e3e;
    font-size: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 0.5em;
}
.child-cent-ph .ph-wrap ul li .bottom-info span {
    font-size: 1em;
    color: #3e3e3e;
    display: block;
    line-height: 2em
}
.child-cent-ph .ph-wrap ul li .bottom-info {
    padding-bottom: 2.25em
}
.child-cent-ph .ph-wrap ul li .bottom-info .doc{
    height: 11.4em;
    color: #4d4d4d
}
.child-cent-ph .ph-wrap ul li .bottom-info span em {
    font-style: normal;
}



.main-about .about-child .child-cent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5% 0;
    height: 100%;
    position: relative;
}
@media screen and (min-width:1200px) and (max-width: 1366px){
.main-about .about-child .child-cent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5% 0;
    height: 100%;
    position: relative;
    width: 89%;
}
}
.main-about .about-child .child-cent a.left-arr {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 6%;
    height: 37px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-about .about-child .child-cent a.right-arr {
    position: absolute;
    right: 0%;
    top: 50%;
    width: 6%;
    height: 37px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {}
.main-about .about-child .child-cent .carous-wrap {
    width: 83%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.main-about .about-child .child-cent .carou-box {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow:hidden;
    margin-right:12px;
}
.main-about .about-child .child-cent .carou-box .linetoinfo {
    background: url(../images/pic-to-adress.png) no-repeat;
    width: 115px;
    height: 3px;
    position: absolute;
    top: 62%;
    left: 43%;
}
.main-about .about-child .child-cent .carou-box .left-img {
    width: 50%;
    height: 25em;
    line-height: 25em;

    float: left;
}
.main-about .about-child .child-cent .carou-box .left-img img {
    width: 100%;
    max-width: 530px
}
.main-about .about-child .child-cent-ph .mCSB_inside > .mCSB_container{
    margin-right: 25px
}
.main-about .about-child .child-cent-ph .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(219,219,219,0.87);
    width: 1px;
}
.main-about .about-child .child-cent-ph  .mCSB_dragger_bar{
    color: #b3b3b3;
    background-color: #b3b3b3;
}

.main-about .about-child .child-cent .carou-box .right-info {
    width: 50%;
    padding-top: 3em;
    padding-left: 4.375em;
    float: left;
}
.main-about .about-child .child-cent .carou-box .right-info .mCSB_inside > .mCSB_container{
    margin-right: 45px
}
.main-about .about-child .child-cent .carou-box .right-info  .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(219,219,219,0.87);
    width: 1px;
}
.main-about .about-child .child-cent .carou-box .right-info  .mCSB_dragger_bar{
    color: #b3b3b3;
    background-color: #b3b3b3;
}
.main-about .about-child .child-cent .carou-box .right-info .doc{
    font-size: 1em;
    line-height: 1.6em;
    height: 16em;
    overflow: hidden;
    color: #4d4d4d
}

.main-about .about-child .child-cent .carou-box .right-info h3 {
    color: #3e3e3e;
    font-size: 1.375em;
    margin-bottom: 20px;
}
.main-about .about-child .child-cent .carou-box .right-info span {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #3e3e3e;
}
.main-about .about-child .child-cent .carou-box .right-info span em {
    font-style: normal;
}







/*视频部分*/

.video-center {
    padding: 0 3%;
}
.video-boxs {
    width: 100%;
    display: block;

    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.75em;
    margin-bottom: 6.25em;
}
.video-boxs .video-box {
    display: none\9;
}
.video-js {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video-box .video-js .vjs-big-play-button {
    position: relative;
    background: url(../images/index_play_btn.png);
    -webkit-background-size: cover;
    background-size: cover;
    border: none;
    width: 11%;
    height: 25%;
    border-width: 4px;
    line-height: 2.4em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    left: 50%;
    top: 50%;
    margin: -5% 0 0 -5.5%;
    display: none
}
.video-boxs .video-box {
    position: relative;
    z-index: 300
}
.company-video-btn {
    color: #fff;
    z-index: 10000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6.46875em;
    margin-left: -4.6875em;
    font-size: 1em;
}
.company-video-btn .btn-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7.2em 7.2em;
    height: 8em;
    cursor: pointer
}
.company-video-btn span {
    display: block;
    text-align: center;
    font-size:2em;
}

@media screen and (max-width: 768px) {
    .company-video-btn {
        color: #fff;
        z-index: 100;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -4.7em;
        margin-left: -3.5em;
        font-size: 1em;
    }
    .video-center .company-video-btn .btn-img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 6em 6em;
        height: 7em;
    }
    .video-center .company-video-btn span {
        display: block;
        text-align: center;
        font-size: 1.5em;
    }
}
.video-box2 {
    width: 100%;

    display: none;
    display: block\9;
    overflow: hidden;
    position: relative;
    height: 600px
}
.object {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.video-image {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.video-image img {
    width: 100%;
    max-width: 100%;
    display: block;
}
@media screen and (max-width: 768px) {
    .video-center .video-boxs {
        width: 100%;
        display: block;
        display: none\9;
        overflow: hidden;
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 1.75em;
        margin-bottom: 1.625em;
    }
}







/*董事长致辞*/

.speech-doc-box {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    width: 100%;


    margin-top: 3.125em;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
    height: 100%
}
.speech-doc-box .speech-img {
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px
}
.main-speech {

}
.speech-doc-box .speech-doc {
    width: 1200px;
    margin: 0 auto;
    margin-top: 3em;
    line-height: 30px;
    font-size: 1em;
    padding-bottom: 100px;
}

@media screen and (min-width:1200px) and (max-width: 1366px){
    .speech-doc-box .speech-img{
        width: 80%;
        margin:0 auto;
    }
    .speech-doc-box .speech-doc{
        width: 80%;
    }
    .video-center{
        padding:0 0;
    }
    .video-boxs {
        width: 83%;
    }
    .title-main {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 2em;
}
}

.speech-doc img {
    margin-left: 1em
}
.main-speech .title-main h5 {
    font-size: 2.25em;
    font-family: '微软雅黑'
}
@media screen and (max-width: 1200px) {
    .speech-doc-box {
        padding: 0 3%;
        background-position: bottom center;
        font-size: 1em;
        padding-bottom: 3.125em
    }
    .speech-doc-box .speech-img {
        height: 8.75em;
        background-size: cover;
    }
    .main-speech .title-main h5 {
        font-size: 1.625em;
    }
    .speech-doc-box .speech-doc {
        padding: 0 3%;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .speech-doc-box {
        padding: 0 3%;
        background-position: center center;
        background-size:cover;
        font-size: 1em;
        padding-bottom: 3.125em
    }

    .speech-doc img {
        width: 30%;
        height: 30%;
        margin-left: 0.3em
    }
    .main-speech .title-main h5 {
        font-size: 2em;
        font-family:'华文细黑';
    }    
}







/*管理团队开始*/

.admin-team .team-wrap {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}
@media screen and (max-width: 1200px) {
    .admin-team {
        padding: 0 5%;
    }

}

@media screen and (min-width:1200px) and (max-width: 1366px){
.admin-team .team-wrap {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}
}
.admin-team .team-wrap .admin-boss {
    overflow: hidden;
}
.admin-team .team-wrap .admin-boss .left-img {
    width: 46%;
    float: left;
    overflow: hidden;
}
.admin-team .team-wrap .admin-boss .left-img img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
    transition: transform 2s ease-out;
}
.admin-team .team-wrap .admin-boss .left-img img:hover {

    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.admin-team .team-wrap .admin-boss .right-info {
    width: 46%;
    float: right;
    border-top: 1px solid #dddddd;
}
.admin-team .team-wrap .admin-boss .right-info h4 {
    padding-top: 1.16em;
    color: #0082d2;
    font-size: 1.5em;
}
.admin-team .team-wrap .admin-boss .culture h4 {
    color: #2b57ab;
    padding-bottom: 0.8em
}
.admin-team .team-wrap .admin-boss .culture .culturedoc {
    font-size: 1em;
    color: #252525;
    line-height: 1.6em;
    font-family: '微软雅黑'
}
.culture-box .admin-boss {
    margin-bottom: 3.75em
}







}
.admin-team .team-wrap .admin-boss .culture .culturedoc b {
    color: #2b57ab;
    display: inline;
    font-weight: normal;
}
.admin-team .team-wrap .admin-boss .right-info span {
    font-size: 1.125em;
    color: #1d1d1d;
    padding: 2% 0 3% 0;
    display: block;
}
.admin-team .team-wrap .admin-boss .right-info em {
    font-style: normal;
    font-size: 1.1em;
    line-height: 1.875em;
}
@media screen and (max-width: 991px) {
    .admin-team .team-wrap .admin-boss .right-info {
        width: 100%;
        float: none
    }
    .admin-team .team-wrap .admin-boss .left-img {
        width: 100%;
        float: none
    }
    .admin-team .team-wrap .admin-boss .culture h4 {
        padding-bottom: 1em
    }
}
.admin-list {
    margin-top: 6.875em;
    margin-bottom: 4.375em
}
.admin-list ul {
    overflow: hidden;
    margin-right:-3%;
}
.admin-list ul li {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 1.6em
}
.admin-list ul li:nth-child(3n) {
    margin-right: 0
}
.admin-list ul li .imgs {
    overflow: hidden;
}
.admin-list ul li span {
    display: block;
    color: #0082d2;
    font-size: 1.25em;
    padding-top: 0.5em
}
.admin-list ul li em {
    display: block;
    font-style: normal;
    color: #1d1d1d;
    font-size: 1.125em;
}
.admin-list .imgs img {

    width: 100%;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
    transition: transform 2s ease-out;
}
.admin-list .imgs img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
@media screen and (max-width: 991px) {
    .admin-list ul li {
        width: 100%;
        float: none;
    }
    .admin-list {
        margin-top: 2.5em;
        margin-bottom: 1.4em
    }
    .admin-list img {
        max-width: 100%;
        width: 100%;
        -webkit-transition: -webkit-transform 2s ease-out;
        -moz-transition: -moz-transform 2s ease-out;
        -ms-transition: -ms-transform 2s ease-out;
        transition: transform 2s ease-out;
    }
    .admin-list img:hover {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}














/*大事记*/
.develop-box {
    background-color: #fff;
    min-height: 300px;
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 3.75em;
    margin-top: 2.75em;
}
.develop {
    margin-top: 2.5em;
}
.develop h5 {
    font-size: 1.31em;
    line-height: 2em;
    color: #333333;
    text-align: center;
    font-family: '微软雅黑'
}
.develop .cent-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 0.75em;
    padding-bottom: 2.6875em;
}
.develop .cent-line-box {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}
.develop .cent-line-box .line {
    display: block;
    width: 2px;
    height: 98%;
    background-color: #2d58ac;
}
.develop .cent-line-box .point-t {
    background: url(../images/dsjline.png) no-repeat center center;
    background-size: 1.375em 3.625em;
    width: 1.475em;
    height: 3.625em;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -0.6875em;
}
.develop .cent-wrap ul {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    padding-top: 6.625em;
    max-width: 1200px;
    margin: 0 auto;
}
.develop .cent-wrap li {
    margin-top: 5px;
    position: relative;
    float: left;
    width: 100%;
}
.develop .cent-wrap li.show {
    opacity: 1;
}
.develop .cent-wrap li:nth-child(odd) .img {
    float: left;
}
.develop .cent-wrap li:nth-child(even) .img {
    float: right;
}
.develop .cent-wrap li .img {
    display: block;
    width: 13.8%;

    overflow: hidden;
}
.develop .cent-wrap li .img img {
    width: 100%;
    height: auto;
}
.develop .cent-wrap li:nth-child(odd) .cont-box {
    float: left;
    margin-left: 2.5%;
}
.develop .cent-wrap li:nth-child(even) .cont-box {
    float: right;
    margin-right: 2.5%;
}
.develop .cent-wrap li:nth-child(even) .year {
    text-align: left;
}
.develop .cent-wrap li .cont-box {
    width: 28.7%;
}
.develop .cent-wrap .cont-box .year {

    line-height: 1em;
    color: 3333333;
    text-align: right;
    display: inline;
    font-size: 1em;
    color: #333;
    font-family: '微软雅黑'
}
.develop .cent-wrap .cont-box .year em {
    font-family: "Arial";
    font-style: normal;
    color: #01a8e0;
    font-size: 1.75em;
}
.develop .cent-wrap li:nth-child(odd) .word {
    text-align: left;
    display: inline
}
.develop .cent-wrap .cont-box .word {
    font-size: 1em;
    line-height: 1.85em;
    color: #333;
    margin-top: 0.5em;
    color: #333333;
    font-family: '微软雅黑';
    display: inline;
}
.develop .cent-wrap li .point {
    background: url(../images/about_icon.png) no-repeat center center;
    background-size: cover;
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.6875em;
    margin-top: 6px;
}
.develop .cent-wrap li .point2 {
    background: url(../images/about_icon2.png) no-repeat center center;
    background-size: cover;
    width: 2em;
    height: 2em;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1em;
    margin-top: 6px;
}
.develop .bot-tit {
    font-size: 1.3125em;
    color: #333333;
    line-height: 2.25em;
    text-align: center;
    display: block;
    margin: 1.625em 0 4.375em 0;
    font-family: '微软雅黑'
}

@media screen and (max-width: 1200px) {
    .develop-box {
        width: 100%;
        margin: 0 auto;
        transition: all 1.5s;
        -moz-transition: all 1.5s;
        -webkit-transition: all 1.5s;
    }
    .develop .cent-wrap {
        width: 100%;
        padding: 0 1%;
    }
    .develop-box .develop {
        width: 100%;
        padding: 0 5%;
    }
}
@media screen and (max-width: 991px) {
    .develop .cent-wrap li .cont-box {
        width: 30.7%;
    }
    .develop .cent-wrap li:nth-child(odd) .cont-box {
        margin-left: 2.5%;
    }
    .develop .cent-wrap li:nth-child(even) .cont-box {
        margin-right: 2.2%;
    }
}
@media screen and (max-width: 767px) {
    .develop {
        margin-top: 2.8125em;
    }
    .develop h5 {
        font-size: 1em;
        line-height: 1em;
    }
    .develop .cent-line-box {
        left: 0.625em;
    }
    .develop .cent-wrap {
        padding-bottom: 1.85em;
        margin-top: 1.25em;
        padding-left: 1%;
    }
    .develop .cent-wrap ul {
        padding-top: 1.0625em;
    }
    .develop .cent-wrap li .point {
        width: 0.9em;
        height: 0.8em;
        background: url(../images/about_icon2.png) no-repeat center center;
        background-size: 0.8em;
        left: 0em;
        margin-left: 0em
    }
    /*  .develop .cent-line-box .point-t{
        width:1.25em;
        height:1.25em;
        margin-left: -0.625em;
    }*/

    .develop .cent-wrap li {
        width: 100%;
        margin-bottom: 2.65em;
        opacity: 1;
        padding-left: 5%;
    }
    .develop .cent-wrap li .cont-box {
        width: 100%;
        padding-left: 1em;
    }
    .develop .cent-wrap li:nth-child(odd) .cont-box {
        margin-left: 0;
        width: 72%;
        float: left;
    }
    .develop .cent-wrap li:nth-child(even) .cont-box {
        margin-right: 0;
        float: left;
        width: 71%
    }
    .develop .cent-wrap .cont-box .year {
        text-align: left;
        font-size: 1em;
        line-height: 1em;
    }
    .develop .cent-wrap li:nth-child(odd) .word {
        text-align: left;
    }
    .develop .cent-wrap .cont-box .year em {
        font-weight: 500;
        font-size: 1.375em!important;
    }
    .develop .cent-wrap .cont-box .word {
        font-size: 1em;
        line-height: 1.75em;
    }
    .develop .bot-tit {
        font-size: 1em;
        line-height: 2em;
        padding-bottom: 0.5em;
        display: inline
    }
    .develop .cent-wrap li .img {
        width: 23%
    }
    .develop .cent-wrap li:nth-child(even) .img {
        float: left;
    }
    .develop .cent-wrap li:last-child {
        margin-bottom: 0
    }
}
.development .develop-doc {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    color: #666666;
    font-size: 1em;
    line-height: 1.875em;
    font-family: '微软雅黑';
    margin-bottom: 3em;
}
.development .develop-doc p {
    font-family: '微软雅黑';
}
@media screen and (max-width: 1200px) {
    .development .develop-doc {
        padding: 0 5%;
    }
}













/***大事记***/

/*组织架构*/
.framework .big-img-box {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    margin-top: 3.4375em;
    margin-bottom: 8em;
}
.framework .big-img-box .show-big {
    background-color: #999999;
    color: #fff;
    text-align: center;
    display: block;
    padding: 0.75em 0;
    margin-top: 1.75em;
}
@media screen and (max-width: 1400px) {
    .framework .big-img-box {
        width: 80%;
    }

    @media screen and (max-width: 768px) {
        .framework .big-img-box {
            width: 100%;
        }
    }
    .framework .big-img-box img {
        max-width: 100%;
    }
}












/*企业文化开始*/
.colture-mid {
    background: url(../images/culturebox-bg.png) no-repeat center center;
}
.colture-mid .colture-mid-cent {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.colture-mid .colture-mid-cent {
    max-width: 1200px;
    margin: 0 auto;
    width: 81%;
}
}
.colture-mid-cent ul li {
    text-align: center;
    padding-top: 3em;
    padding-bottom: 4.375em;
}

.colture-mid-cent ul li .img-box {
    width: 214px;
    height: 214px;
    margin: 0 auto;
    border-radius: 107px;
    -webkit-border-radius: 107px;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);

    overflow: hidden;
}
.colture-mid-cent ul li .img-box img {
    display: block;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: transform .5s linear;
    -webkit-transition: transform .5s linear;
}
.colture-mid-cent ul li .img-box:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}

.colture-mid-cent ul li .doc {
    padding-top: 1.25em
}
.colture-mid-cent ul li .doc h3 {
    font-size: 1.125em;
    color: #01a8e0;
    line-height: 2em
}
.colture-mid-cent ul li .doc span {
    color: #1d1c1c;
    font-size: 1em;
    line-height: 1.6em;
    display: block;
}
@media screen and (max-width: 1024px) {
    .colture-mid {
        background: url(../images/culturebox-bg2.png) no-repeat center center;
        background-size: cover;
    }
}
@media screen and (max-width: 768px) {
    .colture-mid-cent ul li {
        text-align: center;
        padding-top: 2.375em;
        padding-bottom: 2.875em;
    }
}
@media screen and (max-width: 1200px) {
    .culture-team {
        padding: 0 0%;
    }
    .admin-team .team-wrap {
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3em;
        padding: 0 3%;
    }
}




.colture-bot {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.colture-bot {
    width: 83%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}
}
.colture-bot a.tita{
    height: 2em;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.activity-tit {
    text-align: center;
}
.activity-tit .line {
    border-top: 3px solid #01a8e0;
    width: 2em;
    margin: 0 auto;
    margin-top: 0.75em
}
.colture-bot .activity-box {
    margin-top: 1.5em;
}
.colture-bot .activity-box li .img-box img{
    width: 100%;
    height:175px;
}
@media screen and (max-width: 1400px) {
  .colture-bot .activity-box ul{
    margin-right: -3%
}
.colture-bot .activity-box li {
    margin-bottom: 0.375em;
    width: 30%;
    margin-right: 3%;
    float: left;
}  
.colture-bot .activity-box li .img-box{
    width: 100%;
}
.colture-bot .activity-box li .img-box img{
    width: 100%;
}
}
@media screen and (max-width: 1200px) {
  .colture-bot .activity-box ul{
    margin-right: -3%
}
.colture-bot .activity-box li {
    margin-bottom: 0.375em;
    width: 47%;
    margin-right: 3%;
    float: left;
}  
.colture-bot .activity-box li .img-box{
    width: 100%;
}
.colture-bot .activity-box li .img-box img{
    width: 100%;
}

}
@media screen and (max-width: 768px) {
  .colture-bot .activity-box ul{
    margin-right: -3%
}
.colture-bot .activity-box li {
    margin-bottom: 0.375em;
    width: 100%;
    margin-right: 3%;
    float: left;
}  
.colture-bot .activity-box li .img-box{
    width: 100%;
}
.colture-bot .activity-box li img{
    width: 100%;
}
}

.colture-bot .activity-box li .imgs-box {
    overflow: hidden;
    cursor: pointer;
}
.colture-bot .activity-box li .imgs-box img {
    width: 100%;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.colture-bot .activity-box li:hover .imgs-box img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1)
}
.colture-bot .activity-box li .info {

    line-height: 2.75em;
}
.colture-bot .activity-box li .info span a{
    float: left;
    font-family: '微软雅黑';
    color: #1d1d1d;
    cursor: pointer;
    height: 2em;
    display: block;
    overflow: hidden;
}
.colture-bot .activity-box li .info span:hover {
    color: #09a7de
}
.colture-bot .activity-box li .info a.more {
    float: left;
    color: #01a8e0;
    background: url(../images/active-more.png) no-repeat right center;
    padding-right: 1.5em;
    font-family: '微软雅黑';
    font-size: 0.875em;
}












/*企业荣誉板块*/
.honor {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.honor {
    max-width: 1200px;
    width: 83%;
    margin: 0 auto;
}
}

.development {
     max-width: 1200px;
    width: 90%;
    margin: 0 auto;   
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.development {
     max-width: 1200px;
    width: 83%;
    margin: 0 auto;   
}

}
.company-news{
       max-width: 1200px;
    width: 90%;
    margin: 0 auto;   
    min-height:500px; 
}
.industry-info{
        max-width: 1200px;
    width: 90%;
    margin: 0 auto; 
     min-height:500px;    
}
@media screen and (max-width:768px) {
.industry-info{
        max-width: 1200px;
    width:100%;
    margin: 0 auto;    
}
.company-news{
       max-width: 1200px;
    width: 100%;
    margin: 0 auto;    
}
}
@media screen and (min-width:1200px) and (max-width: 1366px){
 .industry-info{
        max-width: 1200px;
    width: 83%;
    margin: 0 auto;    
}   
}
.product-channel{
         max-width: 1200px;
    width: 90%;
    margin: 0 auto;    
}
@media screen and (max-width: 1200px) {
    .honor {
        padding: 0 5%;
    }
}
.honor .honor-main .activity-tit {
    margin-top: 2.5em;
}
.honor .doc-honor {
    text-align: center;
    line-height: 2em;
    font-size: 1em;
    color: #333333;
    margin-top: 1em;
}
@media screen and (max-width: 768px) {
    .honor .doc-honor {
        text-align: center;
        line-height: 2em;
        font-size: 1.125em;
        color: #333333;
        margin-top: 1em;
    }
}
.honor .auth-list {
    margin-top: 6.25em
}
.honor .auth-list ul {
    overflow: hidden;
}
.honor .auth-list ul li {
    width: 33.333%;
    float: left;
    border-right: 1px solid #cccccc;
    text-align: center;
    border-bottom: 1px solid #ccc
}
.honor .auth-list ul li span {
    display: block;
    height: 2.625em;
    line-height: 2.625em
}
.honor .auth-list ul li:nth-child(3n) {
    border-right: none
}
.honor .auth-list ul li:nth-child(n+4) {
    border-bottom: none
}
@media screen and (max-width: 768px) {
    .honor .auth-list ul li {
        width: 100%;
        float: none;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid #ccc;
        margin-top: 1em;
    }
    .honor .auth-list ul li:nth-child(n+4) {
        border-bottom: 1px solid #ccc;
    }
}
.honor-list {
    margin-top: 5em;
}
.honor-list .list-box {
    margin-top: 2em;
}
@media screen and (max-width:768px) {
.honor-list .list-box {
    margin-top: 2em;
}
}
.honor-list .list-box ul {
    overflow: hidden;
    margin-right: -3%
}
.honor-list .list-box ul li {
    width: 31%;
    max-width: 380px;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 1.75em;
    cursor: default;
}




.honor-list .list-box ul li:hover .mask-box {
    display: block
}
.honor-list .list-box ul li .mask-box {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(111, 131, 159, 0.54);
    display: none;
}
.honor-list .list-box ul li .mask-box b.mask-box-icon {
    position: absolute;
    bottom: 3%;
    right: 3%;
    background: url(../images/certificate-icon.png) no-repeat;
    width: 2em;
    height: 2em;
    background-size: cover;
}
.honor-list .list-box ul li .mask-box span {

    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 1em;
    font-family: '微软雅黑';
}
.honor-list .list-box ul li .img-box {
    width: 100%;
}
.honor-list .list-box ul li .img-box img {
    width: 100%;
}
.honor-list .list-box ul li:nth-child(3) {
    margin-right: 0;
}
@media screen and (max-width: 1024px) {
    .honor-list .list-box ul li {
        width: 48%;
        max-width: 380px;
        float: left;
        margin-right: 2%;
        position: relative;
        margin-bottom: 1.75em;
    }

    .honor-list .list-box ul li:nth-child(3) {
        margin-right: 2%;
    }
}
@media screen and (max-width: 768px) {
    .honor-list .list-box ul li {
        width: 100%;
        max-width: 100%;
        float: left;
        position: relative;
        margin-bottom: 1.75em;
    }
    .honor-list .list-box ul {
        margin-right: 0;
    }
}
.honor-mask-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(117, 117, 117, 0.49);
    display: none;
}
.honor-mask-wrap .honor-mask {
    z-index: 10000;
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 540px;
    margin-left: -600px;
    margin-top: -270px;
    background-color: #fff;
}
.honor-mask-wrap .honor-mask a.del-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/honor-del.png) no-repeat;
    width: 30px;
    height: 30px
}
.honor-mask-wrap .carousel-box {
    width: 90%;
    margin: 0 auto;
    height: 540px;
    position: relative;
    padding-top: 100px
}
.honor-mask-wrap .carousel-box .carou-list {
    width: 500px;
    margin: 0 auto;
}
.honor-mask-wrap .carousel-box .carou-list ul li {
    width: 100%;
    background-size: cover;
    height: 354px;
}
.honor-mask-wrap .honor-mask .left-arr {
    position: absolute;
    left: 3%;
    top: 50%;
    width: 10%;
    height: 5%;
    background: url(../images/common-arr.png) no-repeat center center #0082d2;
    padding: 1.2em 0;
}
.honor-mask-wrap .honor-mask .right-arr {
    position: absolute;
    right: 3%;
    top: 50%;
    width: 10%;
    height: 5%;
    background: url(../images/common-arr2.png) no-repeat center center #0082d2;
    padding: 1.2em 0;
}

@media screen and (max-width: 768px) {
    .honor-mask-wrap .honor-mask {
        width: 100%;
        left: 0;
        top: 0;

        margin-left: 0;
        margin-top: 20%;
    }
    .honor .auth-list ul li span {
        font-size: 1.125em;
    }
    .honor .auth-list {
        margin-top: 1.5em
    }
    .honor-list {
        margin-top: 3em
    }
}

@media screen and (max-width: 1200px) {
    .honor-mask-wrap .honor-mask {
        max-width: 1200px;
        width: 80%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -40%;
        height: 540px;

        /* margin-left: -600px; */
        /* margin-top: -270px; */
        background-color: #fff;
    }
}
.honor-mask-phwrap {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(117, 117, 117, 0.49);
    display: none;
}
.framework-mask {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(117, 117, 117, 0.49);
    display: none;
    max-width: 100%;
}
.framework-big-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 20em;
    margin-top: 50%;
}
.honor-mask-phwrap ul {
    position: relative;
}
.honor-mask-phwrap ul li {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    height: 20em;
    margin-top: 50%;
}
.honor-mask-phwrap .del-btn {
    position: absolute;
    top: 30%;
    right: ;
    background: url(../images/honor-del.png) no-repeat;
    width: 30px;
    height: 30px;
    z-index: 500;
}
.company-news .news-main {
    margin-top: 3.125em;
}
.company-news .news-main ul {
    overflow: hidden;
    margin-top: 3.125em;
}
.company-news .news-main ul li {
    width: 48%;
    float: left;
    margin-bottom: 1.875em;
}



/*.company-news .news-main ul li:nth-child(even) {
    width: 48%;
    float: right
}*/
.company-news .news-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.company-news .news-main ul li .imgs-box {
    width: 100%;
    overflow: hidden;
}
.company-news .news-main ul li .imgs-box img {
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;

        width: 100%;
    height: 320px;
}
.company-news .news-main ul li .imgs-box img:hover {

    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.company-news .news-main ul li .info h4 {
    margin-top: 0.5em;
    height: 1.3em;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.company-news .news-main ul li .info h4 a {
    font-size: 1.125em;
    line-height: 1.3em
}
@media screen and (max-width: 1366px){
 .company-news .news-main ul li .info h4 a {
    font-size: 0.875em;
    line-height: 1.3em
}   
.company-news .news-main{
    width: 93%;
}
} 
@media screen and (max-width: 768px){
   .company-news .news-main{
    width: 100%;
} 
}
.company-news .news-main ul li .info h4 a:hover {
    color: #09a7de;
}
.company-news .news-main ul li .info a.more {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 1em;
    color: #01a8e0;
    background: url(../images/active-more.png) no-repeat right center;
    padding-right: 1.5em
}
.company-news .news-main ul li .info span {
    color: #c0c0c0;
    font-size: 0.875em;
    line-height: 2.2em;
    display: block;
}
@media screen and (max-width: 1200px) {
    .company-news .news-main {
        padding: 0 5%;
    }
}
@media screen and (max-width: 768px) {
    .company-news .news-main ul li {
        width: 100%;
        float: none;
        margin-bottom: 1.875em;
    }
    .company-news .news-main ul li:nth-child(even) {
        width: 100%;
        float: none;
    }
    .company-news .news-main ul li .imgs-box img{
        height:auto;
    }
    .company-news .title-main h5{
        font-size: 2.1em;
    }
}














/*行业资讯区块*/
.industry-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.industry-main {
    margin-top: 3.125em
}
.industry-main li {
    border-left: 10px solid #2b57ab;
    padding-left: 2em;
    padding-top: 1.5em;
    padding-bottom: 0.75em;
    background-color: #f6f6f6;
    padding-right: 8.75em;
    position: relative;
    margin-bottom: 1.625em
}
.industry-main li h3 {
    font-size: 1em;
    padding-bottom: 1em;
}
.industry-main li h3 a.tit {
    color: #1d1d1d;
    font-size: 1.25em;
    height: 1.1em;
    overflow: hidden;
    display: block;
}
.industry-main li h3 a.tit:hover {
    color: #09a7de;
}

.industry-main li .doc {
    color: #666666;
    font-size: 0.875em;
    line-height: 1.857em;
    height: 3.741em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.industry-main li .date-box {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #b2e2f6;
    padding: 0.625em 1.5em;
}
.industry-main li .date-box span.day {
    line-height: 1.5em;
    text-align: center;
    display: block;
    font-size: 1.5em;
    color: #012555;
}
.industry-main li .date-box .year-month {
    font-style: normal;
    font-size: 0.875em;
    color: #617b9f;
    padding-bottom: 0.625em;
}
.industry-main li .date-box .year-month em {
    font-style: normal;
}
.industry-main .date-box-ph span {
    color: #c0c0c0
}
.industry-main li .date-box .year-month i {
    font-style: normal;
}
.industry-main li a.more {
    background: url(../images/active-more.png) no-repeat right center;
    color: #01a8e0;
    padding-right: 1.5em;
    height: 1.5em;
    line-height: 2em;
    font-size: 0.875em;
}
@media screen and (max-width: 1200px) {
    .industry-main {
        padding: 0 5%;
    }
}
@media screen and (max-width: 768px) {
    .industry-main li {
        border-left: 5px solid #2b57ab;
        padding-left: 1.5em;
        padding-top: 1.5em;
        padding-bottom: 0.75em;
        background-color: #f6f6f6;
        padding-right: 2em;
        position: relative;
    }
    .industry-main li h3 {
        padding-bottom: 0.75em
    }
    .date-box-ph span {
        display: block;
        padding-bottom: 0.4em;
        font-size: 1em;
    }
    .industry-main li .doc {
        font-size: 1.125em;
    }
    .industry-main li a.more {
        background: url(../images/active-more.png) no-repeat right center;
        color: #01a8e0;
        padding-right: 1.5em;
        height: 1.5em;
        line-height: 2em;
        font-size: 1.125em;
    }
    .industry-main li h3 a.tit {
        color: #1d1d1d;
        font-size: 1.3em;
        height: 1.0em;
        overflow: hidden;
        display: block;
    }
}

.news-detail {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.news-detail {
    width: 83%;
    max-width: 1200px;
    margin: 0 auto;
}

}
@media screen and (max-width: 1200px) {
    .news-detail {
        padding: 0 5%;
    }
}
.news-detail .back {
 
    margin-top: 3.5em;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 1.5625em
}
.news-detail .back a {
    background: url(../images/news_detail_icon.png) no-repeat left center;

    width: 3em;
    height: 0.75em;
    padding-left: 4.375em
}
.news-detail .back img {
    margin-right: 1em;
    cursor: pointer;
}
.news-detail .back a {
    line-height: 3.5em;
    height: 3.5em;
}
.news-detail .detail-title {
    text-align: center;
    padding-top: 1.7em;
    position: relative;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 1.125em
}

.news-detail .detail-title h3 {
    font-size: 1.875em;
    line-height: 1.2em;
    width: 90%;
    padding-left: 10%;
}
.news-detail .detail-title .tit-bot .ph-date {
    line-height: 1.2em
}
.news-detail .detail-title .tit-bot .ph-date span {
    font-size: 0.875em
}
.news-detail .detail-title .tit-bot {
    color: #666666;
    font-size: 1em;
    margin-top: 0.5em
}
.news-detail .detail-title .tit-bot span {
    margin-right: 2em;
}
.news-detail .detail-title .tit-bot i {
    font-style: normal;
}
.news-detail .detail-title .date-box {
    position: absolute;
    left: 0;
    bottom: 0.85em;

    background-color: #b2e2f6;
    padding: 0.625em 1.5em;
}

.news-detail .detail-title .date-box span.day {
    line-height: 1.5em;
    text-align: center;
    display: block;
    font-size: 1.5em;
    color: #012555;
}
.news-detail .detail-title .date-box .year-month {
    font-style: normal;
    font-size: 0.875em;
    color: #617b9f;
    padding-bottom: 0.625em;
}
.news-detail .detail-title .date-box .year-month em {
    font-style: normal;
}
.news-detail .detail-title .date-box .year-month i {
    font-style: normal;
}
@media screen and (max-width: 768px) {
    .news-detail .detail-title h3 {
        font-size: 1.425em;
        line-height: 1.6em;
        color: #1d1d1d;
    }
}
.news-detail .detail-doc {
    color: #343434;
    font-size: 1em;
    line-height: 1.85em;
    margin-top: 2em;
    border-bottom: 2px solid #dddddd;

    padding-bottom: 3em;
    padding-right: 3em;
    padding-left: 3em;
    min-height: 300px;
}
.news-detail .detail-doc img {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .news-detail .detail-doc {
        color: #343434;
        font-size: 1.125em;
        line-height: 1.8em;
        margin-top: 2em;
        border-bottom: 1px solid #ededed;
        min-height: 300px;
        padding: 0 0 2em 0;

    }

    .news-detail .back a {
        background: url(../images/news_detail_icon.png) no-repeat left center;
        background-size: 2.5em;
        width: 3em;
        height: 0.75em;
        padding-left: 3em
    }
    .news-detail .back {
        padding-left: 1em;
        margin-top:1.75em;
    }
    .news-detail .detail-title .tit-bot .ph-date {
        line-height: 1.6em;
    }
}
.news-detail a.page-prev {
    line-height: 3.5em;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 0.875em;
    display: block;
    cursor: pointer;
    height: 3.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;

}
.news-detail a.page-prev:hover {
    color: #002354;
}
.news-detail a.page-prev span {
    background: url(../images/news-deatil-prev.png) no-repeat right center;
    background-size: 9px 5px;
    padding-right: 1.25em;
    font-size: 1em;
     color: #002354;
}
.news-detail a.page-prev b {
    padding-left: 1.625em;
    font-size: 1em;
    font-weight: normal;
    height: 1.3125em;
    overflow: hidden;
}
.news-detail a.page-next {
    line-height: 3.5em;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 0.875em;
    display: block;
    cursor: pointer;
    color: #333333;
        height: 3.5em;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-detail a.page-next:hover {
    color: #002354;
}
.news-detail .page-next span {
    background: url(../images/news-deatil-next.png) no-repeat right center;
    background-size: 9px 5px;
    padding-right: 1.25em;
    font-size: 1em;
    color: #002354;
}
.news-detail .page-next b {
    padding-left: 1.625em;
    font-weight: normal;
    font-size: 1em;
}
@media screen and (max-width: 768px) {
    .news-detail a.page-prev b {
        padding-left: 0.5em;
        font-size: 1em;
        font-weight: normal;
        height: 1.3125em;
        overflow: hidden;
    }
    .news-detail .page-next b {
        padding-left: 0.5em;
        font-weight: normal;
        font-size: 1em;
    }
}
a.backlist {
    width: 10em;
    background-color: #3261b3;
    font-size: 1em;
    line-height: 3.28em;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 5.125em;
    margin-bottom: 6.25em
}
a.backlist:hover {
    color: #fff
}
@media screen and (max-width: 768px) {
    a.backlist {
        width: 10em;
        background-color: #3261b3;
        font-size: 1em;
        line-height: 3.28em;
        display: block;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        margin-top: 1.625em;
        margin-bottom: 1.875em;
        border: 1px solid #0e45a5;
    }
}














/*人才理念开始*/
.talent-idea-box .talent-idea {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.4375em;
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.talent-idea-box .talent-idea {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.4375em;
}
}

@media screen and (max-width: 1200px) {
    .talent-idea-box .talent-idea {
        padding: 0 5%;
    }
}
@media screen and (max-width:768px) {
.talent-idea-box .talent-idea {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.4375em;
}
}
.talent-idea-box .talent-idea .left-img {
    width: 48%;
    float: left;
    overflow: hidden;
}
.talent-idea-box .talent-idea .talent-top {
    overflow: hidden;
}
.talent-idea-box .talent-idea .left-img img {

    width: 100%;
    /*    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
    transition: transform 2s ease-out;*/
}
.talent-idea-box .talent-idea .right-info {
    width: 48%;
    float: right;
    border-top: 1px solid #dddddd;
    padding-left: 1em;
    padding-right: 0.8em;
}

.talent-idea-box .talent-idea .right-info h4 {
    font-size: 1.375em;
    padding-top: 1.3em;
    padding-bottom: 0.5em;
    color: #2b57ab;
}
.talent-idea-box .talent-idea .right-info .doc {
    font-size: 1em;
    color: #333333;
    line-height: 1.8em;
}
@media screen and (max-width: 768px) {
    .talent-idea-box .talent-idea .right-info .doc {
        font-size: 1.125em;
        color: #333333;
        line-height: 1.8em;
    }
    .talent-idea .talent-list {
        margin-top: 3em
    }
    .talent-idea .talent-list ul li {
        width: 31%;
        overflow: hidden;
        float: left;
        margin-right: 2%;
        margin-bottom: 3em;
    }
}
.talent-idea-box .talent-idea .right-info .doc p {
    text-indent: 2em;
    margin-bottom: 0.5em
}
.talent-idea-box .talent-idea .left-img:hover img {
    max-width: 100%;
    /*    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);*/
}
.talent-list {
    margin-top: 4.625em
}
.talent-list ul {
    overflow: hidden;
}
.talent-list ul li {
    width: 31%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 4em;
}
.talent-list ul li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .talent-list ul li {
        width: 48%;
        float: left;
    }
    .talent-idea .talent-list ul li:nth-child(even) {
        float: right;
        width: 48%;
    }
    .talent-idea .talent-top .left-img {
        width: 100%;
        float: none
    }
    .talent-idea .talent-top .right-info {
        width: 100%;
    }
    .talent-idea-box .talent-idea .right-info {
        width: 100%;
        float: none;
        border-top: none;
        margin-top: 1em;
        padding-left: 1em;
        padding-right: 0.8em;
    }
}

@media screen and (max-width: 768px) {
    .talent-idea .talent-list ul li {
        width: 100%;
        float: none;
    }
    .talent-idea .talent-list ul li:nth-child(even) {
        float: none;
        width: 100%;
    }
}

.talent-list ul li .doc-box {
    overflow: hidden;
}
.talent-list ul li .left-num {
    font-size: 3em;
    color: #fff;
    background-color: #03a9f4;
    padding: 1em 0.33em;
    width: 1.875em;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.talent-list ul li .doc-box .left-num span {
    border-bottom: 1px solid #fff
}
.talent-list ul li .doc-box .right-wrap {
    float: left;
    padding-top: 2em;
    position: relative;
    padding-left: 4.875em;
}
.talent-list ul li .doc-box .right-wrap .right-content {
    width: 18.75em;
    padding-top: 2.3em;
    padding-bottom: 2.3em;
    background-color: #efefef;
    padding-left: 1.74em;
    padding-right: 2em;
    text-align: center;
}
.talent-list ul li .doc-box .right-wrap .right-content span {
    line-height: 1.8em
}
















/*招聘信息栏目*/
.recruit-main {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.125em;
}
.contact-way{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;    
}
@media screen and (max-width: 1200px) {
    .recruit-main {
        padding: 0 5%;
    }
}
@media screen and (min-width:1200px) and (max-width: 1366px){
.contact-way{
    width: 83%;
    max-width: 1200px;
    margin: 0 auto;    
}
}
@media screen and (max-width:768px) {
.contact-way{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;    
}
}

.recruit-box .recruit-main .activity-tit .line {
    border-top: 2px solid #44c2fd
}
.recruit-box .recruit-main .welfare {
    margin-top: 2em;
    overflow: hidden;
}
@media screen and (max-width:768px) {
.recruit-box .recruit-main .welfare {
    margin-top: 2em;
    overflow: hidden;
}
}
.recruit-box .recruit-main .welfare .left {
    float: left;
    width: 47%;
}
.recruit-box .recruit-main .welfare .left img {
    max-width: 100%;
    width: 100%;
}
.recruit-box .recruit-main .welfare .right {
    float: right;
    width: 47%;
    border-top: 1px solid #dddddd;
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.recruit-main {
    width: 83%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.125em;
}

}
@media screen and (max-width:768px) {
.recruit-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.125em;
}
}
@media screen and (max-width: 1024px) {
    .recruit-box .recruit-main .welfare .left {
        float: none;
        width: 100%;
    }
    .recruit-box .recruit-main .welfare .left img {
        max-width: 100%;
        width: 100%;
    }
    .recruit-box .recruit-main .welfare .right {
        float: none;
        width: 100%;
        border-top: 1px solid #dddddd;
    }
}
.recruit-box .recruit-main .welfare .right ul {
    margin-top: 2.25em;
}
.recruit-box .recruit-main .welfare .right ul li {
    background: url(../images/recruit_info_doll.png) no-repeat left 10px;
    line-height: 2em;
    padding-left: 1.25em;
    color: #1d1d1d;
}
.recruit-box .recruit-main .activity-tit2 {
    margin: 4.125em 0 2em 0;
}
.recruit-box .recruit-main .hr-list {
    min-height: 500px;
    margin-bottom: 6.25em
}
@media screen and (max-width: 768px) {
    .recruit-box .recruit-main .hr-list {
        min-height: 500px;
        margin-bottom: 2.25em
    }
    .recruit-box .recruit-main .activity-tit2 {
    margin: 4.125em 0 2em 0;
}
}
.recruit-box .recruit-main .hr-list .row-header {
    background-color: #2b57ab;
    border-bottom: #e6e6e6 1px solid;
    width: 100%;
    overflow: hidden;
}
.recruit-box .recruit-main .hr-list .row-header a {
    font-size: 1.125em;
    line-height: 2.857em;
    color: #ffffff;

    float: left;
    text-align: center;
}
.recruit-box .recruit-main .hr-list .row-header a:nth-child(1) {
    width: 24.583%;
}
.recruit-box .recruit-main .hr-list .row-header a:nth-child(2) {
    width: 27.8333%
}
.recruit-box .recruit-main .hr-list .row-header a:nth-child(3) {
    width: 25%
}
.recruit-box .recruit-main .hr-list .row-header a:nth-child(4) {
    width: 20%
}
.recruit-box .recruit-main .hr-list .row-header a:nth-child(5) {
    width: 5%
}
.recruit-box .recruit-main .hr-list ul li {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.recruit-box .recruit-main .hr-list ul li.active {
    background-color: #f2f7fa;
}
.recruit-box .recruit-main .hr-list ul li dl {
    width: 100%;
    display: table;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
}
.recruit-box .recruit-main .hr-list ul li.active dl {
    border-bottom: 1px dashed #ddd;
}
.recruit-box .recruit-main .hr-list ul li.active dl dd {
    color: #3e629e;
}
.recruit-box .recruit-main .hr-list ul li dd {
    padding: 0.85em 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
    color: #212121;
    line-height: 1.65em;
    /* padding-left: 1.5625em;  */

    text-align: center;
}
.recruit-box .recruit-main .hr-list ul li dd:nth-child(1) {
    width: 24.583%;
}
.recruit-box .recruit-main .hr-list ul li dd:nth-child(2) {
    width: 27.8333%
}
.recruit-box .recruit-main .hr-list ul li dd:nth-child(3) {
    width: 25%
}
.recruit-box .recruit-main .hr-list ul li dd:nth-child(4) {
    width: 17.3%
}
.recruit-box .recruit-main .hr-list ul li dd:nth-child(5) {
    width: 5%;
    background: url(../images/recruit_info_01.png) no-repeat center center;
    background-size: 1.4em 1.4em;
    cursor: pointer;
}
.recruit-box .recruit-main .hr-list ul li dl.on dd:nth-child(5) {
    width: 5%;
    background: url(../images/recruit_info02.png) no-repeat center center;
    background-size: 1.4em 0.2em;
    cursor: pointer;
}

.recruit-box .recruit-main .hr-list .recruit {
    background-color: #f2f7fa;
    padding: 0 1.5625em;
    padding-bottom: 0.2em;
    padding-top: 1.428em;
    color: #333333;
    position: relative;
    display: none;
    cursor: default;
}
.recruit-box .recruit-main .hr-list .recruit .require {
    display: block;
  
    font-size: 1em;
}
.recruit-box .recruit-main .hr-list .recruit .require  .year{
    display: inline-block;
    margin-right:13em;
}

.recruit-box .recruit-main .hr-list .recruit .require  .money{
    display: inline-block;
}

.recruit-box .recruit-main .hr-list .recruit .result {
    font-size: 0.875em;
    line-height: 2em;
    margin-bottom: 2em
}
.recruit-box .recruit-main .hr-list .recruit .rebox {
    margin-bottom: 1.75em
}
.recruit-box .recruit-main .hr-list .recruit a.apply {
    display: inline-block;
float: right;
margin-bottom: 1.6em;
    background-color: #2b57ab;
    color: #fff;
    line-height: 2.875em;
    padding: 0 2.625em;
    font-family: '微软雅黑';
    font-size: 1em;
}
.recruit-box .recruit-main .hr-list .recruit a.apply:hover {
    background-color: #09a7de;
}
@media screen and (max-width: 768px) {
    .recruit-box .recruit-main .hr-list ul li dd:nth-child(5) {
        background-size: 1.2em 1.2em
    }
    .recruit-box .recruit-main .hr-list ul li dl.on dd:nth-child(5) {
        background-size: 1.2em 0.2em
    }
    .recruit-box .recruit-main .hr-list .recruit .require  .year{
    display: inline-block;
    margin-right:2em;
}
}













/*招聘信息求职页面*/
.jobapply-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.75em
}
@media screen and (max-width: 1200px) {
    .jobapply-main {
        padding: 0 5%;
    }
}
.jobapply-main .backlist {
    border-top: 1px solid #002354;
    line-height: 3.75em;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 1.5625em;
}
.jobapply-main .backlist a {
    background: url(../images/news_detail_icon.png) no-repeat left center;
    width: 3em;
    height: 0.75em;
    padding-left: 4.375em;
}
@media screen and (max-width: 768px) {
    .jobapply-main .backlist a {
        background: url(../images/news_detail_icon.png) no-repeat left center;
        background-size: 2.5em;
        width: 3em;
        height: 0.75em;
        padding-left: 3em;
        font-size: 1.125em;
    }
}
@media screen and (max-width: 768px) {
    .jobapply-main .backlist {
        padding-left: 1em;
    }
}
.jobapply-main .apply-box {
    width: 60%;
    max-width: 720px;
    margin: 0 auto;
    margin-top: 2em;
}
@media screen and (min-width:1200px) and (max-width: 1366px){
.jobapply-main{
        width: 83%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.75em;
}
}
.jobapply-main .apply-box h5 {
    color: #012555;
    font-size: 1.125em;
    margin-bottom: 1em;
}
.jobapply-main .apply-box .jobname {
    font-size: 1em;
    color: #333333;
}
.jobapply-main .apply-box .jobname span {
    color: #012555;
    font-size: 1.125em;
    margin-left: 0.5em
}
.jobapply-main .apply-box .mustdo {
    margin-top: 2em
}
.jobapply-main .apply-box .mustdo h6 {
    font-size: 1.125em;
    color: #dc1010;
    margin-bottom: 0.5em;
}
.jobapply-main .apply-box .mustdo span {
    display: block;
    color: #666666;
    font-size: 1em;
    line-height: 2em;
}
.jobapply-main .apply-box .form-box .form-group {
    width: 47%;
    display: table;
    position: relative;
    padding: 0.625em 0;
    margin: 0;
    float: left
}
.jobapply-main .apply-box .form-box .form-group-right {
    width: 47%;
    display: table;
    position: relative;
    padding: 0.625em 0;
    margin: 0;
    float: right;
}
.my-form-radio input[type="radio"] {
    margin-right: 1.625em;
}


.form-group .control-label {

    float: left;
    white-space: nowrap;
    font-size: 1em;
    line-height: 2.25em;
    color: #012555;
    padding: 0 1.429em 0 0;
    margin: 0;
    text-align: left;
    font-weight: normal;
}
.form-group-cell {
    /*   width: 80%;*/

    display: table-cell;
    vertical-align: middle;
    position: relative;
    max-width: 240px
}

.my-form-control {
    width: 100%;
    height: 2.625em;
    display: block;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.875em;
    padding: 0.375em 0.5em;
    color: #333;
    background: #f9f9f9;
    appearance: none;
    -webkit-appearance: none;
    margin-bottom: 0.25em;
    border: solid 1px #96c9df;
}
.form-group-box .frm-radio-box {
    position: relative;
    float: left;
    font-size: 1em;
    line-height: 28px;
    color: #012555;
    margin: 0 1.625em 0 0;
    font-weight: normal;
}
.control-label .must {
    font-style: normal;
    color: #ff0000;
}
.form-group-box {
    overflow: hidden;
}
.form-group-box .form-group {
    float: left
}
.form-group-box input[type="radio"] {
    /*padding: 0.5rem;*/

    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    vertical-align: middle;
/*    overflow: hidden;*/
    background: url(../images/check_01.png) no-repeat center center / contain;
    margin: -2px 0.7em 0 0;
    border-radius: 0;
}
.form-group-box input[type='radio']:checked {
    background-image: url(../images/check_02.png);
}
.apply-box .file-btn {
    background-color: #96c9df;
    color: #012555;
    padding: 0 1.75em;
    float: left;
    line-height: 2.5em;
    font-size: 0.875em;
    text-align: center;
    margin-right: 5px;
    width: 8em;
}
.apply-box .file-btn input[type='file'] {
    position: absolute;
    line-height: 2.8em;
    font-size: 0.875em;
    left: 0;
    top: 0;
    opacity: 0;
    width: 8em;
}
.jobapply-main .apply-box .form-box .oneline {
    width: 100%;
}
.jobapply-main .apply-box .form-box .oneline .form-group {
    width: 100%;
}
.form-group.has-error .my-form-control {
    border-color: #ff0000;
}
.jobapply-main .apply-box .form-box .oneline .file-btn {
    float: left;
}
.jobapply-main .filesdoc {
    line-height: 2.8em;
    color: #666666;
    font-size: 0.875em;
}













/*媒体查询部分*/
@media screen and (max-width: 768px) {
    .jobapply-main .apply-box {
        width: 95%;
    }
    .jobapply-main .apply-box .form-box .form-group {
        width: 100%;
        display: table;
        position: relative;
        padding: 0.625em 0;
        margin: 0;
        float: left;
    }
    .jobapply-main .apply-box .form-box .form-group-right {
        width: 100%;
        display: table;
        position: relative;
        padding: 0.625em 0;
        margin: 0;
        float: right;
    }
    .form-group .control-label {
        font-size: 1.125em;
    }
    .jobapply-main .apply-box .filesdoc {
        display: block;
        font-size: 1em;
    }
    .jobapply-main .apply-box .mustdo {
        font-size: 1.125em
    }
    .jobapply-main .apply-box .mustdo h6 {
        font-size: 1.3em;
    }

    .jobapply-main .apply-box h5 {
        font-size: 1.25em;
    }
    .jobapply-main .apply-box .jobname {
        font-size: 1.125em;
    }
    .jobapply-main .apply-box .jobname span {
        font-size: 1.2em;
    }
    .form-group-box .frm-radio-box {
        font-size: 1.125em;
    }
}
.form-group .filelabel {
    line-height: 2em;
}
.apply-box .submit-box {
    margin-top: 5.75em;
    text-align: center;
    margin-bottom: 6.25em;
}
.apply-box .submit-box button {
    line-height: 3em;
    color: #fff;
    background: #3261b3;
    display: inline-block;
    font-size: 1.125em;
    width: 35%;
    max-width: 230px;
}
.apply-box .submit-box button.reset {
    background: #8d8d8e;
    margin-left: 1.5em;
}
@media screen and (max-width: 991px) {
    .apply-box .submit-box {
        margin-top: 1.7em;
    }
}
@media screen and (max-width: 768px) {
    .apply-box .submit-box {
        margin-top: 8.75em;
        text-align: center;
    margin-bottom: 4.25em;
    }
}













/*联系方式*/
.contact-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.125em;
    margin-bottom: 5.3125em;
}
.sale-map{
      width: 90%;
    max-width: 1200px;
    margin: 0 auto;  
}
@media screen and (max-width: 1200px) {
    .contact-list {
        padding: 0 5%;
    }
}
.contact-list ul li {

    overflow: hidden;
    margin-bottom: 1.25em;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1.25em
}
.contact-list ul li .left {
    width: 30%;
    min-width: 21.875em;
    float: left;

}
.contact-list ul li .left img {
    width: 100%;
    max-width: 100%;
    height:100%;
}
.contact-list ul li .right-detail {
    width: 70%;
    float: left;
    background-color: #f6f6f6;
    padding-left: 3.125em;
    padding-top: 1.875em;
   padding-bottom: 1.875em;
    height: 13.5em;
}
@media screen and (max-width: 1200px) {
 .contact-list ul li .right-detail {
    width: 70%;
    float: left;
    background-color: #f6f6f6;
    padding-left: 3.125em;
    padding-top: 1.875em;
   padding-bottom: 1.875em;
    height: auto;
}   
}
.contact-list ul li .right-detail h3 {
    font-size: 1.25em;
    color: #012555;
}
.contact-list ul li .right-detail .marjor {
    color: #56c1ef;
    font-size: 1em;
    padding-bottom: 0.8em;
    padding-top: 0.5em
}
.contact-list ul li .right-detail dl dd {
    line-height: 1.875em;
}
.contact-list ul li .right-detail dl dd {
    width: 50%;
    float: left;
}
@media screen and (max-width: 1200px) {
    .contact-list ul li .left {
        width: 100%;
        min-width: 0em;
        float: none;
    }
    .contact-list ul li .right-detail {
        width: 100%;
        float: none;
        background-color: #f6f6f6;
        padding-left: 2em;
        padding-top: 1.875em;
        padding-bottom: 1.3em;
        padding-right: 2em
    }
    .contact-list ul li .right-detail dl dd {
        width: 100%;
        float: none;
        font-size: 1.125em;
    }
    .contact-list ul li .right-detail h3 {
        font-size: 1.35em;
    }
    .contact-list ul li .right-detail .marjor {
        color: #56c1ef;
        font-size: 1.125em;
        padding-bottom: 0.8em;
        padding-top: 0.5em;
    }
}












/*营销网络区块*/
.sale-map .pc-map {
    background: url(../images/mapbg.jpg) no-repeat center center;
}
.sale-map .sale-map-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.125em;
}
@media screen and (max-width: 1200px) {
    .sale-map .sale-map-box {
        padding: 0 5%;
    }
}
.sale-map .sale-map-box {
    text-align: center;
    margin-bottom: 3.125em
}
.sale-map .sale-map-box b {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 1.125em;
    line-height: 1.8em;
    font-style: normal;
    font-weight: normal;
}

.sale-map-box .ph-address {
    display: none
}
.sale-map-box .ph-address li {
    text-align: left;
    margin-bottom: 0.8em;
}
.sale-map-box .ph-address li h4 {
    font-size: 1.25em;
    color: #01a8e0;
    line-height: 2.33em
}
.sale-map-box .ph-address li .place {
    color: #333333;
    font-size: 1.125em;
    line-height: 2em
}
.sale-map-box .ph-address a.loadingmore {
    background: url(../images/mark_loadingmore.png) no-repeat center center;
    background-size: 4.6875em 4.6875em;
    width: 4.678em;
    height: 4.678em;
    display: block;
    margin: 0 auto;
}
.m_map {
    width: 1090px;
    height: 900px;
    margin: 30px auto;
    position: relative;
    background: url(../images/diru.png) no-repeat 0 0;
}
.tait {
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    left: 100px;
}
.tait span {
    color: #ff6d3b;
}
.tait2 {
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    padding: 50px 0px;
}
.mp {
    position: absolute;
    cursor: pointer;
    background: url(../images/fi1.png) no-repeat 4px 20px;
    width: 50px;
    height: 50px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.mp:hover {
    background: url(../images/fi2.png) no-repeat 4px 16px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.hover_tu {
    background: url(../images/fi2.png) no-repeat 4px 20px;
}
.mp .mito {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 12px;
    color: #012255;
}
.mp .find_mi1 {
    left: -12px;
    width: 55px;
}
.mp .find_mi2 {
    left: -5px;
    width: 55px;
}
.feng {
    position: absolute;
    display: none;
    width: 397px;
    height: 226px;
    left: -207px;
    top: -216px;
    background: url(../images/vf1.png) no-repeat 0 top;
    z-index: 10;
}
.feng .sang {
    position: absolute;
    left: 235px;
    bottom: 0px;
    background: url(../images/vf2.html) no-repeat 0 0;
    width: 14px;
    height: 8px;
}
.feng .tree {
    padding: 8px 16px 0 22px;
    margin: 9px;
}
.feng .tree h4 {
    border-bottom: 1px dashed #687d9a;
    color: #012555;
    font-size: 26px;
    text-align: left;
    padding-bottom: 10px
}
.feng .tree div {
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
    text-align: left;
}
.feng .tree .boou {
    width: 86px;
    height: 62px;
    float: left;
}

.feng .tree .du_size p {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}
.mp1 {
    left: 243px;
    top: 272px;
}
.mp2 {
    left: 662px;
    top: 765px;
}
.mp3 {
    left: 704px;
    top: 825px;
}
.mp4 {
    left: 751px;
    top: 758px;
}
.mp5 {
    left: 801px;
    top: 738px;
}
.mp6 {
    left: 872px;
    top: 716px;
}
.mp7 {
    left: 885px;
    top: 695px;
}
.mp8 {
    left: 907px;
    top: 673px;
}
.mp9 {
    left: 905px;
    top: 568px;
}
.mp10 {
    left: 944px;
    top: 556px;
}
.mp11 {
    left: 940px;
    top: 518px;
}
.mp12 {
    left: 908px;
    top: 515px;
}
.mp13 {
    left: 900px;
    top: 480px;
}
.mp14 {
    left: 850px;
    top: 515px;
}
.mp15 {
    left: 982px;
    top: 107px;
}
.mp16 {
    left: 958px;
    top: 189px;
}
.mp17 {
    left: 927px;
    top: 265px;
}
.mp18 {
    left: 808px;
    top: 311px;
}
.mp19 {
    left: 828px;
    top: 337px;
}
.mp20 {
    left: 827px;
    top: 397px;
}
.mp21 {
    left: 758px;
    top: 547px;
}
.mp22 {
    left: 826px;
    top: 614px;
}
.mp23 {
    left: 740px;
    top: 626px;
}
.mp24 {
    left: 626px;
    top: 654px;
}
.mp25 {
    left: 507px;
    top: 715px;
}
.mp26 {
    left: 550px;
    top: 580px;
}
.mp27 {
    left: 660px;
    top: 480px;
}
.mp28 {
    left: 765px;
    top: 475px;
}
.mp29 {
    left: 423px;
    top: 423px;
}
.mp30 {
    left: 560px;
    top: 423px;
}
.mp31 {
    left: 655px;
    top: 566px;
}
.mp32 {
    left: 731px;
    top: 385px;
}
.mp33 {
    left: 788px;
    top: 355px;
}
.mp34 {
    left: 698px;
    top: 299px;
}





/*在1200分辨率一下隐藏PC端地图*/
@media screen and (max-width: 1200px) {
    .pc-map {
        display: none
    }
    .sale-map-box .ph-address {
        display: block;
    }
    .sale-map-box .ph-address li {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .sale-map-box .ph-address li {
        text-align: left;
    }
}















/*职业发展区块*/
.career-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 3.125em
}
@media screen and (max-width: 1200px) {
    .career-main {
        padding: 0 5%;
    }
}

.career-main .job-plan {
    background-repeat:no-repeat;
    background-position: left center;
 
    height: 18.75em;
    background-size: 728px 298px;
}



.job-plan .plan-info {

    float: right;
    text-align: right;
}

.career-main .job-plan .plan-info .dark-blue {
    background: url(../images/darkblue.png) no-repeat;
    height: 58px;
    float: left;
    width: 63px;
}
.career-main .job-plan .plan-info h3 {
    font-size: 1.75em;
    color: #fff;
    line-height: 58px;
    background-color: #2e5cb1;
    float: left;
    display: inline;
    padding: 0 123px;
}
.career-main .job-plan .plan-list {
    float: right;
    text-align: left;
    margin-top: 20px;
    overflow: hidden;
    color: #fff;
    line-height: 32px
}


.career-main .job-plan .plan-list .blue {
    background: url(../images/blue.png) no-repeat;
    width: 219px;
    height: 221px;
    float: left;
}
.career-main .job-plan .plan-list ul {
    background-color: #009fd7;
    float: left;
    padding-left: 20px;
    padding-top: 42px;
    padding-bottom: 51px;
        width: 549px;
    height: 221px;
    overflow: hidden;
    padding-right: 57px;

}
.career-main .job-plan .plan-list ul li {
    background: url(../images/white-quan.png) no-repeat left center;
    padding: 0 45px 0 18px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;

}

.career-main .why-plan {
    overflow: hidden;
    width: 100%;
}
.main-about{

     // max-width: 1200px; 
     // margin: 0 auto; 
     // width: 90%;

}
// .admin-team {
//       max-width: 1200px; 
//      margin: 0 auto; 
//      width: 90%;   
// }
.framework {
       max-width: 1200px; 
     margin: 0 auto; 
     width: 90%;    
}
.career-main .why-plan h2 {
    color: #333333;
    font-size: 24px;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 12px;
    display: block;
}
@media screen and (max-width: 768px){
 .career-main .why-plan h2 {
    color: #333333;
    font-size: 1.3em;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 12px;
    display: block;
}   
}
.career-main .why-plan .why-box {
    border: 5px solid #dadada;
    width: 48%;
    padding-left: 22px;
    float: left;
    overflow: hidden;
}
.career-main .why-plan .why-box2 {
    float: right;

}
.career-main .why-plan .why-box .left-img {
    float: left;
}
.career-main .why-plan .why-box .info {
    float: left;
    padding-left: 4.375em
}
.career-main .why-plan .why-box .info h4 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: 32px
}
@media screen and (min-width:1200px) and (max-width: 1366px){
.career-main .job-plan {
    background-repeat:no-repeat;
    background-position: left center;
    position: relative;
    height: 21.4em;
   background-size: 749px 302px;
}
.career-main .job-plan .plan-info h3{
        padding: 0 86px;
}
.career-main .job-plan .plan-list ul{
     background-color: #009fd7;
    float: left;
    padding-left: 20px;
    padding-top: 42px;
    padding-bottom: 51px;
    width: 451px;
    height: 221px;
    overflow: hidden;
    padding-right: 57px;   
}
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.career-main .job-plan .plan-list {
    float: right;
    text-align: left;
    margin-top: 20px;
    overflow: hidden;
    color: #fff;
    line-height: 32px;
    position: absolute;
    bottom: 0;
    right: 0;    
}
}

.career-main .why-plan .why-box .info span {
    display: block;
    line-height: 32px
}
.career-main .content-box .role h2 {
    color: #333333;
   
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 12px;
    display: block;
      font-size: 24px;
}
.career-main .content-box .imgs-box {
    overflow: hidden;
}
.career-main .content-box .imgs-box .img {
    float: left;
}
.career-main .content-box .imgs-box .img img {
    width: 100%;
    max-width: 100%;
}
.career-main .content-box .imgs-box .doo {
    float: left;
}
@media screen and (max-width: 1200px) {
    .career-main .content-box .imgs-box .doo {
        float: none;
        display: none
    }
    .career-main .why-plan {
        overflow: hidden;
    }
    .career-main .why-plan .why-box {
        width: 100%;
        float: none;
        padding-left: 1em;
        margin-bottom:12px;
    }
    .career-main .why-plan .why-box .left-img {
        float: left;
        width: 6%
    }
    .career-main .why-plan .why-box .left-img img {
        width: 100%;
        max-width: 100%;
    }
    .career-main .why-plan .why-box .info {
        width: 83%;
        float: left;
        padding-left: 1.375em;
        text-align: center;
    }
    .career-main .why-plan .why-box .info h4 {
        font-size: 1.125em;
        padding-bottom: 10px;
        margin-top: 1em;
    }
    .career-main .why-plan .why-box .info span{
        line-height: 1.625em;
        font-size:1em;
    }
    .job-plan .plan-info {
        float: none;
        text-align: right;
    }
    .job-plan .plan-info .dark-blue {
        display: none
    }
    .career-main .job-plan .plan-list {
        float: none;
        text-align: center;
        margin-top: 0;
        overflow: hidden;
    }
    .career-main .job-plan .plan-list .blue {
        display: none;
    }

    .career-main .job-plan .plan-info h3 {
        font-size: 1.75em;
        color: #fff;
        line-height: 58px;
        background-color: #2e5cb1;
        float: none;
        display: block;
        padding: 0;
        text-align: center;
    }
    .career-main .job-plan .plan-list ul {
        float: none;
        padding-top: 13px;
        padding-bottom: 28px;
        width: 100%;
    }
    .career-main .job-plan {
        height: auto
    }
    .career-main .content-box .imgs-box .img {
        float: left;
        width: 100%
    }
}
@media screen and (max-width: 768px) {
    .career-main .job-plan .plan-list ul{
        padding-right: 15px;
    }
       .career-main .why-plan .why-box {
        width: 100%;
        float: none;
        padding-left: 1em;
        margin-bottom:12px;
    }
    .career-main .why-plan .why-box .left-img {
        float: left;
        width: 17%
    }
    .career-main .why-plan .why-box .left-img img {
        width: 100%;
        max-width: 100%;
    }
    .career-main .why-plan .why-box .info {
        width: 83%;
        float: left;
        padding-left: 1.375em;
        text-align: left
    }
    .career-main .why-plan .why-box .info h4 {
    font-size: 1.2em;
    padding-bottom: 8px;
        margin-top: 1em;
    }
    .career-main .why-plan .why-box .info span{
        line-height: 1.625em;
        font-size:1em;
    }
    .career-main .content-box .imgs-box .img {
        float: left;
        width: 100%
    }
    .career-main .job-plan .plan-list {
        float: none;
        text-align: left;
        margin-top: 0;
        overflow: hidden;
    }
    .career-main .content-box .role h2 {
        font-size: 1.3em;
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 12px;
        display: block;
    }
    .career-main .job-plan .plan-list ul li {
        background: url(../images/white-quan.png) no-repeat left 12px;
        padding: 0 45px 0 18px;
        line-height: 32px;
        color: #fff;
        font-size: 16px;
    }
    .career-main .job-plan .plan-info h3 {
        font-size: 1.3em;
        color: #fff;
        line-height: 2.375em;
        background-color: #2e5cb1;
        float: none;
        display: block;
        padding: 0;
        text-align: center;
    }
}
.content-box .passage {
    overflow: hidden;
}
.content-box .passage h2 {
    color: #333333;
    font-size: 24px;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 12px;
    display: block;
}
.content-box .passage .img {
    width: 50%;
    float: left;
}
.content-box .passage .img img {
    width: 100%;
    max-width: 100%;
}
.content-box {
    margin-bottom: 6em
}
@media screen and (max-width: 768px) {
    .content-box .passage .img {
        width: 100%;
        float: none;
    }
    .content-box .passage h2 {
        font-size: 1.3em;
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 12px;
        display: block;
    }
    .content-box {
        margin-bottom: 3.375em;
    }
}
.career-main .ph-img {
    display: none
}
.career-main .ph-img img {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 1200px) {
    .career-main .ph-img {
        display: block
    }
}














/*在线留言区域*/
.online-message .message-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.125em;
}
@media screen and (min-width:1200px) and (max-width: 1366px){
.online-message .message-main {
    width: 83%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.125em;
}
}
@media screen and (max-width:768px) {
.online-message .message-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.125em;
}
}
@media screen and (max-width: 1200px) {
    .online-message .message-main {
        padding: 0 5%;
    }
}
.online-message .message-main .top-img {
    margin-bottom: 1.875em;
    background-position: center center;
    background-size: cover;
    height: 15em
}
@media screen and (max-width: 768px) {
    .online-message .message-main .top-img {
        margin-bottom: 1.875em;
        background-position: center center;
        background-size: cover;
        height: 9em
    }
}
.online-message .message-main .top-img img {
    width: 100%;
    max-width: 100%
}

.message-group-cell {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.message-group {
    width: 100%;
    display: table;
    position: relative;
    padding: 0.625em 0;
    margin: 0;
}
@media screen and (max-width:768px) {
.message-group {
    width: 104%;
    display: table;
    position: relative;
    padding: 0.625em 0;
    margin: 0;
}
}
.message-form .message-label {

    float: left;
    white-space: nowrap;
    font-size: 1em;
    line-height: 2.75em;
    color: #333;
    padding: 0 1.429em 0 1.1em;
    margin: 0;
    text-align: left;
    font-weight: normal;
    width: 7em;
}
.leavemessage .col-md-12 .help-block {
    padding: 0 2%;
}
.message-form-control {
    width: 100%;
    height: 2.75em;
    display: block;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.875em;
    padding: 0.375em 0.5em;
    color: #333;
    background: #f0f0f0;
    border: 1px solid #dddddd;
    margin-bottom: 0.25em;
    appearance: none;
    -webkit-appearance: none;
}
.frm-vCode-box .message-form-control {
    width: 50%;
    max-width: 12.5em;
    margin: 0 10px 0 0;
    float: left;
    line-height: 3em!important;
}
.message-form-control {}
.message-form-control:focus {
    border: 1px solid #01a8e0;
}
.frm-vCode-box .frm-ctrl-box span {
    color: #666666;
    font-size: 12px;
    padding: 0 8px;
}
.messagebox {
    display: block
}
.messagebox .message-label {
    display: block;
    float: none
}
.messagebox textarea {
    height: 11em;
    resize: none;
    width: 101.5%;
}
.online-message .submit-btn-wrap{
    text-align: center;
}
button.message-submit {
    margin: 0 auto;
    display: inline-block;
    font-size: 1.125em;
    line-height: 3em;
    background-color: #2b57ab;
    padding: 0 4em;
    color: #fff;
    margin-top: 2.75em;
    margin-bottom: 5.25em;
    width: 230px;

}
button.onlinereset{
        background: #8d8d8e;
margin-left: 1.75em;
}
.closebox {
    width: 97%;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .message-form .message-label {

        float: left;
        white-space: nowrap;
        font-size: 1.125em;
        line-height: 2.75em;
        color: #333;
        padding: 0 1.429em 0 0;
        margin: 0;
        text-align: left;
        font-weight: normal;
        width: 7em;
    }
    .closebox {
        width: 100%;
        margin: 0 auto;
    }
    .frm-vCode-box .frm-ctrl-box span {
        color: #666666;
        font-size: 16px;
        padding: 0 8px;
    }
}
@media screen and (max-width: 768px) {
    button.message-submit {
    margin: 0 auto;
    display: inline-block;
    font-size: 1.125em;
    line-height: 2.7em;
    background-color: #2b57ab;
    padding: 0 3.4em;
    color: #fff;
    margin-top: 0.5em;
    margin-bottom: 2.5em;
    width: auto;
    }
    button.onlinereset{
     background: #8d8d8e;
         margin-left: 5%;
   

}
    .frm-vCode-box .message-form-control {
        width: 50%;
        max-width: 12.5em;
        margin: 0 10px 0 0;
        float: left;
        line-height: 3em!important;
        height: 2.6em;
    }
    .message-form .message-label {
        float: none;
        white-space: nowrap;
        font-size: 1.125em;
        line-height: 2.75em;
        color: #333;
        padding: 0 1.429em 0 0;
        margin: 0;
        text-align: left;
        font-weight: normal;
        width: 7em;
    }
    .frm-vCode-box .frm-ctrl-box span {
        color: #666666;
        font-size: 1.25m;
        margin-top: 0.8em;
        padding: 0 8px;
        display: block;
    }
    .message-main .message-form .form-group-cell {
        display: block;
        max-width: 100%
    }
    .online-message .message-main .row .col-md-6 {
        padding-left: 0;
        margin-top: -20px;
    }
    .online-message .message-main .row .col-md-12 {
        padding-left: 0;
        margin-top: -10px;
    }
}













/*产品列表页开始*/
.product-list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
.product-list {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
}
@media screen and (max-width: 1200px) {
    .product-list {
        padding: 0 5%;
    }
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.product-list {
    width: 83%;
    max-width: 1200px;
    margin: 0 auto;
}
}
.product-list .list-main .activity-tit {
    margin-top: 2.2222em;
    margin-bottom: 2.222em;
}
@media screen and (max-width:768px) {
.product-list .list-main .activity-tit {
    margin-top: 2em;
    margin-bottom: 1.111em;
}
}
.product-list .list-main .activity-tit {
    font-size: 1.6875em;
    color: #333333;
}
.product-list .list-main .list-content {
    min-height: 500px;
    margin-bottom: 5em;
}
.product-list .list-main .list-content ul {
    overflow: hidden;
}
.product-list .list-main .list-content ul li {
    width: 31.9%;
    margin-right: 2.1%;
    margin-right: 1%\9;
    float: left;
    position: relative;
    border: 1px solid #dddddd;
    margin-bottom: 2.25em
}
.product-list .list-main .list-content ul li:hover .img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.product-list .list-main .list-content ul li .img-box .img {
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
    width: 100%;
}

.product-list .list-main .list-content ul li:nth-child(3n) {
    margin-right: 0%;
}
.product-list .list-main .list-content ul li .img-box {

    height: 22.5em;
    overflow: hidden;
}

.product-list .list-main .list-content ul li .img-box .img {
    height: 22.5em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
    width: 100%;
    background-color: #fafafa;
}
.product-list .list-main .list-content ul li .info {
    position: relative;
}
.product-list .list-main .list-content ul li .info .doc-tit {
    border: 1px solid #3261b3;
    position: absolute;
    left: 50%;
    margin-left: -36%;
    top: -22px;
    z-index: 200;
    line-height: 3em;
    background-color: #f3f3f3;
    color: #002354;
    font-size: 1.25em;
    width: 72%;
    text-align: center;
    max-width: 280px;
    height: 56px;
    overflow: hidden;
}
.product-list .list-main .list-content ul li .info .doc-tit a {
    color: #002354
}
.product-list .list-main .list-content ul li:hover {
    box-shadow: 0px 3px 10px #dedede;
}
.product-list .list-main .list-content ul li:hover .info .doc-tit {
    background-color: #3261b3;
    color: #fff;
}
.product-list .list-main .list-content ul li:hover .info .doc-tit a {
    color: #fff;
}
.product-list .list-main .list-content ul li .info .doc {
    padding: 2.5em 1.125em 1.375em 1.125em;
    line-height: 1.6em;

}
.product-list .list-main .list-content ul li .info .doc p {
        height: 50px;
    overflow: hidden;
}
@media screen and (max-width: 768px){
 .product-list .list-main .list-content ul li .info .doc p {
        height: 42px;
    overflow: hidden;
}   
}
.product-list .list-main .list-content ul li .info .doc a.more {
    display: block;
    text-align: right;
    color: #01a8e0;
    font-size: 0.875em;
    background: url(../images/active-more.png) no-repeat right center;
    padding-right: 1.5625em
}
@media screen and (max-width: 1024px) {
    .product-list .list-main .list-content ul li {
        width: 48%;
        margin-right: 2%;
        float: left;
        position: relative;
        border: 1px solid #dddddd;
        margin-bottom: 2.25em
    }
    .product-list .list-main .list-content ul li:nth-child(2n) {
        margin-right: 0%;
    }
    .product-list .list-main .list-content ul li:nth-child(3n) {
        margin-right: 2%;
    }
}
@media screen and (max-width: 768px) {
    .product-list .list-main .list-content ul li {
        width: 100%;

        float: left;
        position: relative;
        border: 1px solid #dddddd;
        margin-bottom: 2.25em
    }
    .product-list .list-main .list-content ul li:nth-child(2n) {
        margin-right: 0%;
    }
    .product-list .list-main .list-content ul li:nth-child(3n) {
        margin-right: 0%;
    }
    .product-list .list-main .list-content ul li .info .doc {
    padding: 3.1em 1.125em 1.375em 1.125em;
    line-height: 1.6em;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}













/*产品与服务频道页面*/
.channel-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.125em
}
@media screen and (max-width: 1200px) {
    .channel-main {
        padding: 0 5%;
    }
}
.channel-main .tp-link {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.channel-main .tp-link a {
    // float: left;
    display: inline-block;
    height: 9em;
    width: 23%;
    background-color: #4ca5e4;
    margin-right: 2%;
    height: 9em;
}
@media screen and (max-width:768px){
 .channel-main .tp-link a {
    // float: left;
    display: inline-block;
    height: 9em;
    width: 22%;
    background-color: #4ca5e4;
    margin-right: 2%;
    height: 9em;
}   
.channel-main .tp-link a .box-inner .inner {
    // float: left;
display:none;
}
}
.channel-main .tp-link a:nth-child(2) {
    background-color: #5794c1;
}
.channel-main .tp-link a:nth-child(3) {
    background-color: #4b7a9d;
}
.channel-main .tp-link a:nth-child(4) {
    background-color: #3b5c73;
}
.channel-main .tp-link a:nth-child(4n) {
    margin-right: 0;
}
.channel-main .tp-link a .box-inner {
    margin: 0.75em;
    /*  border:1px solid transparent;*/

    position: relative;
    cursor: pointer;
    color: white;

    font-size: 1em;

    margin: 10px 10px;
}
.channel-main .tp-link a .box-inner .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.channel-main .tp-link a .box-inner .inner-doc {
    text-align: center;
    padding-bottom: 0.8em;
}
.channel-main .tp-link a .box-inner .inner-doc img {
    margin-top: 1.4em;
    margin-bottom: 0.7em;

}
@media screen and (max-width:768px){
.channel-main .tp-link a .box-inner .inner-doc img {
    margin-top: 1.4em;
    margin-bottom: 0.7em;
    width: 100%;

}   
}
.channel-main .tp-link a .box-inner .inner-doc span {
    display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 1.1em
}
@media screen and (max-width: 1400px) {
    .channel-main .tp-link a .box-inner .inner-doc{
            text-align: center;
    padding-bottom: 0.5em;
    }
}
@media screen and (max-width: 1024px) {
    .channel-main .tp-link {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
}
.channel-content .activity-tit {
    margin-top: 3.5em;
    margin-bottom: 2.05em
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.channel-content{
        width: 90%;
    margin: 0 auto;
    max-width:1200px;
}
}

.channel-content .activity-tit h3 {
    color: #012555;
    font-size: 1.625em;
}
.channel-content .activity-tit .line {
    border-color: #56c1ef!important;
}
.channel-list .section1 {
    overflow: hidden;
}
.channel-list .section1 .left {
    background-size: cover;
    width: 50%;
    float: left;
    height: 34.1em;
}
.channel-list .section1 .right {
    width: 50%;
    float: left;
    background-color: #f6f6f6;
}
.channel-list .section1 .right .doc .doc-box {
    padding: 4.125em 1.625em 1.625em 2em;
    font-size: 1em;
    line-height: 2em;
    background-color: #f6f6f6;
    position: relative;
    height: 17.75em;
    overflow: hidden;
}
.channel-list .section1 .right a.viewmore {
    display: block;
    float: right;
    line-height: 4em;
    background-color: #3261b3;
    color: #fff;
    width: 60%;
    text-align: center;
}
.channel-list .section1 .right a.viewmore:hover {

    background-color: #09a7de;
}
.channel-list .section1 .right .doc a.viewmore img {
    margin-left: 1em;
}
@media screen and (max-width: 1200px) {
    .pc-top-img {
        display: none
    }
    .channel-list .section1 .left {
        width: 100%;
        background-size: 100% 100%;
        height: 25em;
    }
    .channel-list .section1 .right {
        width: 100%;
        background-size: 100% 100%;
    }
    .channel-list .section1 .right a.viewmore {
        width: 50%;
    }
}
@media screen and (max-width: 911px) {
    .channel-list .section1 .left {
        width: 100%;
        background-size: 100% 100%;
        height: 18em;
    }
}
@media screen and (max-width: 768px) {
    .channel-list .section1 .left {
        width: 100%;
        background-size: 100% 100%;
        // height: 14.375em;
    }
    .channel-list .section1 .right .doc .doc-box {
        padding: 2.125em 1em 1.625em 1em;
        font-size: 1.125em;
        line-height: 2em;
        background-color: #f6f6f6;
        position: relative;
        height:auto;
        overflow: hidden;
    }
}

.channel-content .sun-glass {
    position: relative;
    overflow: hidden;
    height: 35em
}
.channel-content .sun-glass .right-img {

    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    height: 35em;
    z-index: -1;
}
.channel-content .sun-glass .left-info {
    width: 55.5%;
    padding: 6.25em 0;
    position: relative;
}
.channel-content .sun-glass .left-info .doc {

    font-size: 1em;
    line-height: 2em;
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
}
.channel-content .sun-glass .left-info .doc .doc-box {
    padding: 4.375em 3.75em 4.125em 3em;
}
.channel-content .sun-glass .left-info a.viewmore {
    display: block;
    float: left;
    line-height: 4em;
    background-color: #3261b3;
    color: #fff;
    width: 55%;
    text-align: center;
    max-width: 23.75em
}
.channel-content .sun-glass .left-info a.viewmore:hover {
    background-color: #09a7de
}
.channel-content .sun-glass .left-info a.viewmore img {
    margin-left: 0.8em
}

@media screen and (max-width: 1200px) {
    .channel-content .sun-glass .right-img {

        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        background-size: 100% 100%;
        height: 25em;
        z-index: -1;
    }
    .channel-content .sun-glass {
        height: auto;
    }
    .channel-content .sun-glass .left-info {
        width: 100%;
        padding: 0;
    }
    .channel-content .sun-glass .left-info .doc .doc-box {
        padding: 4.125em 1.625em 5.625em 2em;
        font-size: 1em;
        line-height: 2em;
        background-color: #f6f6f6;
        position: relative;
    }
    .product-channel .channel-content .sun-glass .left-info .doc a.viewmore {
        display: block;
        float: right;
        bottom: 0;
        line-height: 4em;
        background-color: #3261b3;
        color: #fff;
        width: 55%;
        text-align: center;
        max-width: 23.75em;
    }
}
@media screen and (max-width: 768px) {
    .channel-content .sun-glass .left-info .doc .doc-box {
        padding: 2.125em 1em 1.625em 1em;
        font-size: 1em;
        line-height: 2em;
        background-color: #f6f6f6;
        position: relative;
    }
    .channel-content .sun-glass .right-img {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        background-size: 100% 100%;
        height: 14.375em;
        z-index: -1;
    }
}
.channel-main .section1 .row {
    margin-left: 0
}
.channel-main .pc-top-img img {
    width: 100%;
    max-width: 100%;
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.channel-main .pc-top-img img {
    width: 100%;
    max-width: 100%;
    height:173px;
}
}



.channel-main .section1 .row .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.channel-main .channel-list {
    margin-bottom: 10em;
}








.talent-idea-box{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.career{
     width: 90%;
    max-width: 1200px;
    margin: 0 auto;   
}
@media screen and (max-width:768px) {
.talent-idea-box{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
}
/*产品详情页*/
.product-detail {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (min-width:1200px) and (max-width: 1366px){
.product-detail {
    width: 83%;
    max-width: 1200px;
    margin: 0 auto;
}
.career{
     width: 83%;
    max-width: 1200px;
    margin: 0 auto;   
}
}
@media screen and (max-width:768px){
.career{
     width: 100%;
    max-width: 1200px;
    margin: 0 auto;   
}    
}
// @media screen and (max-width: 1366px){
// .career-main .job-plan {
//     background-repeat: no-repeat;
//     background-position: left center;
//     height: 21.4em;
//     background-size: 728px 298px;
// }
// .career-main .job-plan .plan-info h3 {
//         padding: 0 135px;
// }
// }

@media screen and (max-width: 1200px) {
    .product-detail {
        padding: 0 5%;
    }

}
@media screen and (max-width:768px) {
.product-detail{
    width: 100%;
}
}
.product-detail .back {
    border-top: 1px solid #3261b3;
    margin-top: 3.5em;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 1.5625em;
}
.product-detail .back a {
    line-height: 3.5em;
    height: 3.5em;
    background: url(../images/news_detail_icon.png) no-repeat left center;
    width: 3em;
    height: 0.75em;
    padding-left: 4.375em;
}
@media screen and (max-width: 768px) {
    .product-detail .back a {
        background: url(../images/news_detail_icon.png) no-repeat left center;
        background-size: 2.5em;
        width: 3em;
        height: 0.75em;
        padding-left: 3em;
    }
}
.product-view-box {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    margin: 5px 0 4em;
    margin-top: 3.5em
}
.product-view-box ul {}
.product-view-box ul li{
    // margin-right:1px;
}
.product-view-box ul li .prodshow-big-image {
    width: 90%;
    height: 27.625em;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin:0 auto;
}
@media screen and (max-width: 768px){
 .product-view-box ul li .prodshow-big-image {
    width: 90%;
    // height: 24.625em;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin:0 auto;
}   
}
.prodshow-introd-box {
    line-height: 27.75em;
    padding: 0 3% 0 6%;
}
.prodshow-big-box {
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    border: solid 1px #e6e6e6;
}
.prodshow-big-box .swiper-pagination {
    text-align: left;
    left: 10px;
}
.prodshow-title {
    width: 100%;
    display: block;
    overflow: hidden;
    word-break: break-word;
    font-size: 1.5em;
    line-height: 1.17em;
    color: #0d0d0d;
    margin-bottom: 0.75em;
}
.prodshow-introd-box .inner {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.prodshow-introd-box .inner img {
    display: block;
}
.prodshow-introd-box .inner span {
    display: block;
}
.prodshow-desc {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 0.875em;
    line-height: 1.571em;
    color: #666;
    margin-top: 1.3em;
    padding-bottom: 1em
}
.prodshow-small-box {
    left: 25px;
    width: 17em;
    position: relative;
    margin-top: 2.25em;
}
.prodshow-small-box a.sm_prev {
    background: url(../images/deatil_left.png) no-repeat center center;
    background-size: 0.9em 1.75em;
    width: 0.93em;
    height: 1.6875em;
    position: absolute;
    left: -43px;
    top: 12px;
    width: 15%;
}
.prodshow-small-box a.sm_next {
    background: url(../images/detail_right.png) no-repeat center center;
    background-size: 0.9em 1.75em;
    width: 0.93em;
    height: 1.6875em;
    position: absolute;
    right: -43px;
    top: 12px;
    line-height: 3.5em;
    width: 15%;
}
.prodshow-small-box .tab-box {
    overflow: hidden;
    padding: 0 1.875em;
    height: 66px;
    overflow: hidden;
}
.prodshow-small-box .tab {
    width: 3.75em;
    height: 3.5em;
    display: block;
    background: #fff;
    overflow: hidden;
    border: solid 1px #e3e3e3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    float: left;
    margin: 0 0.625em 0.625em 0;
}
.prodshow-small-box .tab.active {
    border: solid 1px #11ade1;
}

@media screen and (max-width: 768px) {
    .prodshow-introd-box {
        line-height: 12.75em;
        padding: 0 3% 0 6%;
    }
    .prodshow-big-box .swiper-pagination {
        text-align: center;
    }
    .prodshow-desc {
        font-size: 1em;
    }
}




.manual .nav li {
    background-color: #fff;
    margin-right: 1em;
    margin-bottom: 0
}
.manual .nav li a {
    color: #012555;
    cursor: default;
    background-color: #fff;
    border-top: 2px solid #3261b3;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding-left: 3em;
    padding-right: 3em;
    cursor:pointer;
}
.manual .nav li.active {
    background-color: #3261b3;
}
.manual .nav li.active a {
    color: #fff;
    cursor: default;
    background-color: #3261b3;
    padding-left: 3em;
    padding-right: 3em;
    border-top: 2px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
      cursor:pointer;
}
.manual .manual-detail {
    padding-left: 1.5em;
    padding-right: 1.5em
}
.manual .manual-detail .prodshow-group-hd {
    margin-top: 2em;
    font-family: '微软雅黑';
    font-size: 1.125em;
    margin-bottom: 1em;
}
.manual .manual-detail .prodshow-group-hd h3 {
    color: #012555;
}
.manual .manual-detail .prodshow-group-bd {
    line-height: 1.85em;
    font-size: 1em;
}
.manual .manual-detail img {
    width: 100%;
}
.manual .manual-detail .prodshow-group-bd li {
    padding: 2px 0 2px 1.571em;
    font-size: 0.875em;
    background: url(../images/recruit_info_doll.png) no-repeat left 13px
}
.manual .back-manual {
    color: #fff;
    max-width: 230px;
    width: 50%;
    background-color: #3261b3;
    font-size: 1em;
    line-height: 3.375em;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.37em;
    margin-bottom: 8.75em;
}
@media screen and (max-width: 768px) {
    .manual .back-manual {
        color: #fff;
        max-width: 230px;
        width: 40%;
        background-color: #3261b3;
        font-size: 1.125em;
        line-height: 3.125em;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.37em;
        margin-bottom: 3.75em;
    }
    .manual .manual-detail .prodshow-group-bd {
        line-height: 1.85em;
        font-size: 1.125em;
    }
}




/*搜索页面*/
.search-page {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.75em;
}
@media screen and (max-width: 1200px) {
    .search-page {
        padding: 0 5%;
    }
}
.search-page .search-bar {
    width: 58.3%;
    max-width: 700px;
    margin: 0 auto;
}
.search-page .search-bar .input-box {
    overflow: hidden;
}
.search-page .search-bar .input-box input {
    appearance: none;
    -webkit-appearance:none;
    border: 1px solid #cccccc;
    line-height: 2.8em;
    height: 2.9em;
    width: 88%;
    float: left;
    padding-left: 2%;
    border-radius: 0;
    -webkit-border-radius:0;
}
.search-page .search-bar .input-box a.search-btn3 {
    background: url(../images/search-page-btn.png) no-repeat center center #3261b3;
    max-width: 1.6em;
    float: left;
    width: 12%;
    height: 2.9em;
    display: block;
    padding: 0 6%;
}
.search-page .search-bar .search-info {
    color: #808080;
    font-size: 0.875em;
    line-height: 2.57em;
}
.search-page .search-bar .search-info span {
    color: #3261b3
}
.search-page .search-main {
    margin-top: 1.5em
}
.search-page .search-main .ultab ul {
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    overflow: hidden;
    padding-left: 40%;
}
.search-page .search-main .ultab ul li {
    line-height: 3.25em;
    float: left;
    display: block;
    padding: 0 1.875em;
    border-bottom: 2px solid transparent
}
.search-page .search-main .ultab ul li.active {
    border-bottom: 2px solid #3161b3
}
.search-page .search-main .ultab ul li.active a {
    color: #3161b3;
}
@media screen and (max-width:768px) {
    .search-page .search-bar {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .search-page .search-main .ultab ul {
        border-bottom: 1px solid #d8d8d8;
        text-align: center;
        overflow: hidden;
        padding-left: 20%;
    }
}
.search-main .content-tab .news {
    padding-bottom: 3em;
}
.search-main .content-tab .news li {
    padding-top: 2.5em;
    padding-bottom: 1.525em;
    border-bottom: 1px solid #dddddd;
}

.search-main .content-tab .news li h3 {
    font-size: 1.25em;
    margin: 0.8em 0;
    display: block;
}
.search-main .content-tab .news li .doc {
    color: #999999;
    font-size: 0.875em;
    line-height: 1.85em
}
.search-main .content-tab .news li .more {
    padding: 1.375em 0;
}
.search-main .content-tab .news li .more span.date {
    color: #999999;
    font-size: 0.875em;
    display: inline-block;
    margin-right: 1.75em
}
.search-main .content-tab .news li .more a {
    color: #2495bf;
    padding-right: 1.2em;
    display: inline-block;
    background: url(../images/active-more.png) no-repeat right center;
}

@media screen and (max-width: 768px) {
    .search-main .content-tab .news li {
        padding-top: 1.5em;
        padding-bottom: 0.525em;
        border-bottom: 1px solid #dddddd;
    }
    .search-main .content-tab .news li .doc {
        font-size: 1em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .search-main .content-tab .news li h3 {
        font-size: 1.35em;
        line-height: 1.4em
    }
    .search-main .content-tab .news li .more span.date {
        font-size: 1em;
    }
    .search .paging-box {
        margin-bottom: 3.25em;
    }
    .search-main .content-tab .news {
        padding-bottom: 0;
    }
    .search-page .search-bar .search-info {
        font-size: 1em;
    }
    .search-page .search-main .ultab ul li a {
        font-size: 1.125em;
    }
    .search-no-arr .sub-tit h4 {
        background-image: none
    }
}
.manual .tab-pane{
    padding-left: 24px;
    padding-top: 25px;
    line-height: 30px;
    min-height: 500px
}
@media screen and (max-width: 768px){
    .manual .tab-pane{
        padding-left: 10px;
    }
}
.manual .tab-pane img{
    // width: 100%;
}
.plan-list  .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    width: 2px;
    border-radius: 0;
}
.plan-list  .mCustomScrollbar .mCSB_inside .mCSB_container {
    margin-right: 28px;
}
.vCode{
        border: solid 1px #96c9df;
}
.frm-vCode-box .message-form-control2 {
    width: 66%;
    background-color: #f9f9f9;
    max-width: 16.5em;
    margin: 0 10px 0 0;
    float: left;
    height: 2.6em;
    line-height: 1.875em;
    border: 1px solid #96c9df!important;
        padding: 0.375em 0.5em;
}
@media screen and (max-width:768px){
.frm-vCode-box .message-form-control2 {
    width: 66%;
    background-color: #f9f9f9;
    max-width: 8.5em;
    margin: 0 10px 0 0;
    float: left;
    height: 2.6em;
    line-height: 1.875em;
    border: 1px solid #96c9df!important;
        padding: 0.375em 0.5em;
            appearance: none;
    -webkit-appearance: none;
} 
}
@media screen and (min-width:1200px) and (max-width: 1366px){
.search-page {
    width: 83%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.75em;
}
}

@media screen and (max-width:768px) {
.search-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3.75em;
}
}
.tabp-text{
    min-height:500px;
}
@media screen and (max-width:768px) {
.product-view-box {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    margin: 5px 0 4em;
    margin-top: 1.725em;
}
}
.chanpinshouce img{
    max-width:100%;
}