body {
    font-family: arial, "microsoft yahei";
    font-size: 14px;
    color: #666;
    line-height: 1.5 !important;
}
.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.inner-main{
    width: 100%;
    margin: 60px auto 50px auto;
    overflow: hidden;
}

.inner_title{
    text-align: center;
    line-height: 1;
    letter-spacing: 7px;
    text-indent: 7px;
}
.inner_title p{
    text-transform: uppercase;
    font-size: 48px;
    color: #f0f0f0;
}
.inner_title h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: -15px;
}




.inner_news{
    padding: 50px 0;
}
.inner_news li{
    margin-bottom: 18px;
}
.inner_news li a{
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(34,114,246,.17);
    padding: 35px 30px 25px 30px;
    overflow: hidden;
    transition: .5s;
}
.inews_fl{
    float: left;
    width: 85%;
}
.inews_fl1{
    font-size: 16px;
    color: #1c1c1c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_fl2{
    color: #6d6d6d;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 15px 0 10px 0;
}
.inews_fl3{
    color: #bd2e2e;
}
.inews_fr{
    float: right;
    width: 8%;
}
.inews_fr p{
    font-size: 36px;
    color: #666;
    margin-bottom: 5px;
    line-height: 1;
}
.inews_fr span{
    font-size: 16px;
    color: #999;
}
.inews_fr span:after{
    content: '';
    display: block;
    width: 27px;
    height: 2px;
    background-color: #ccc;
    margin-top: 10px;
}
.inner_news li a:hover{
    background-color: #377ffc;
}
.inner_news li a:hover .inews_fl1{
    color: #fff;
}
.inner_news li a:hover .inews_fl2{
    color: #fff;
}
.inner_news li a:hover .inews_fl3{
    color: #fff;
}
/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:#efefef;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#333;
    background-color:#dfdfdf;
}
.pagination a.active {
    display: inline-block;
    color: #333;
    background-color: #dfdfdf;
}

/*新闻详情*/
.inner_newsshow{
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h1{
    font-size: 20px;
    font-weight:normal;
    text-align: center;
    color: #bd2e2e;
    padding-bottom: 20px;
    line-height: 28px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4b4b4b;
    padding:25px 0px;
    border-bottom:1px dashed #bfbfbf;
    font-size: 15px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    float: left;
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}
.show_back_fl li a{
    color:#868686;
    font-size:15px;
}
.show_back_fl li a:hover{
    color: #bd2e2e;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 15%;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #bd2e2e url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*邮箱课堂*/
.inner_faq{
    padding: 50px 0;
}
.inner_faq li{
    margin-bottom: 18px;
}
.inner_faq li a{
    display: block;
    box-shadow: 0 0 20px rgba(34,114,246,.17);
    transition: .5s;
}
.inner_faq li a:hover{
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
.ifaq_t{
    background-color: #f0f7fd;
    line-height: 37px;
    overflow: hidden;
}
.ifaq_t h3{
    color: #1c1c1c;
    font-size: 16px;
    background: url("../images/q.png") no-repeat left center;
    padding-left: 48px;
    padding-right: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ifaq_b{
    padding: 25px 22px 40px 22px;
    background-color: #fff;
    overflow: hidden;
}
.ifaq_b1{
    color: #6d6d6d;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    background: url("../images/a.jpg") no-repeat left 3px;
    padding-left: 34px;
    margin-bottom: 10px;
}
.ifaq_b2{
    color: #bd2e2e;
    padding-left: 34px;
}
.inner_faq li a:hover .ifaq_t h3{
    color: #bd2e2e;
}



/* 关于我们 */
.inner_about {
    margin-top: 10px;
    overflow: hidden;
}
.iabout_con{
    margin-top: 40px;
}
.iabout_con_fl{
    float: left;
    width: 55%;
    color: #333;
    line-height: 30px;
	font-size: 14px;
}
.iabout_con_fr{
    float: right;
    width: 43%;
}
.iabout_con_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.inner_culture{
    margin-top: 60px;
    overflow: hidden;
}
.iculture_con{
    margin-top: 55px;
    background-color: #f0f0f0;
    overflow: hidden;
}
.iculture_con_fl{
    float: left;
    width: 44%;
}
.iculture_con_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.iculture_con_fr{
    float: right;
    width: 56%;
    padding: 40px;
    overflow: hidden;
    text-align: center;
}
.iculture_con_fr h3{
    color: #c5262a;
    font-size: 30px;
    line-height: 1;
}
.iculture_con_fr p{
    font-size: 18px;
    color: #333;
    margin: 30px 0;
    line-height: 30px;
}
.iculture_con_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.inner_value{
    margin-top: 68px;
    overflow: hidden;
}
.ivalue_con{
    margin-top: 45px;
}
.ivalue_con li{
    float: left;
    width: 20%;
    padding: 0 6px;
    margin-bottom: 20px;
}
.ivalue_cons{
    display: block;
    box-shadow: 0 0 20px rgba(34,114,246,.17);
    padding: 24px;
    overflow: hidden;
    cursor: default;
    border-radius: 5px;
}
.ivalue_cons .tp{
    width: auto;
    margin: 0 auto;
    height: 48px;
}
.ivalue_cons .tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.ivalue_cons:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.ivalue_txt{
    margin-top: 20px;
    text-align: center;
}
.ivalue_txt h3{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.ivalue_txt p{
    font-size: 16px;
    color: #999;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
.inner_honor{
    margin-top: 30px;
}
.ihonor_con{
    margin-top: 40px;
    position: relative;
}
.ihonor_con .swiper-slide{
    display: initial;
}
.honors a{
    display:block;
    overflow: hidden;
}
.honors a .pic:after{
    padding-bottom: 141.5%;
}
.honors a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_txt{
    padding: 22px 5px;
    text-align: center;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.honors a:hover .ihonor_txt{
    color: #c5262a;
}
.ihonor_con .swiper-button-next, .ihonor_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 40%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: transparent;
    font-size: 36px;
    color: #e7e7e7;
    text-align: center;
    line-height: 36px;
    border-radius: 0;
}
.ihonor_con .swiper-button-next:hover ,.ihonor_con .swiper-button-prev:hover{
    color: #c5262a;
}
.ihonor_con .swiper-button-prev{
    left: -55px;
    right: auto;
/*    transform: rotateY(-180deg); */
}
.ihonor_con .swiper-button-next{
    right: -55px;
    left: auto;
}
.ihonor_con .swiper-slide{
    display: initial;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    /*! max-height:100%; */
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}




/*联系我们*/
.inner_contact{
    padding-bottom: 50px;
}
.icontact_con{
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 30px;
}
.icontact{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 46px 0 56px 0;
    overflow: hidden;
    margin-bottom: 65px;
}
.icontact li{
    float: left;
    width: 33.3%;
    padding: 0 15px 0 77px;
    color: #333;
}
.icontact li.tel{
    background: url("../images/tel.png") no-repeat left center;
}
.icontact li.kf1{
    background: url("../images/kf1.png") no-repeat left center;
}
.icontact li.kf2{
    background: url("../images/kf2.png") no-repeat left center;
}
.icontact li h3{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}
.icontact li p{
    font-size: 14px;
    line-height: 25px;
}
.imap{

}
.imap_fl{
    float: left;
    width: 61%;
    box-shadow: 0 0 30px rgba(34,114,246,.24);
    margin-left: 30px;
}
.imap_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.imap_fr{
    float: right;
    width: 30%;
}
.imap_fr_t{
    margin-bottom: 45px;
    overflow: hidden;
    color: #333;
}
.imap_fr_t h3{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0;
}
.imap_fr_t p{
    font-size: 16px;
}
.imap_fr_b{

}
.imap_fr_b li{
    margin-top: 50px;
    overflow: hidden;
    color: #333;
    padding-left: 88px;
}
.imap_fr_b li.metro{
    background: url("../images/metro.png") no-repeat left center;
}
.imap_fr_b li.bus{
    background: url("../images/bus.png") no-repeat left center;
}
.imap_fr_b li.taxi{
    background: url("../images/taxi.png") no-repeat left center;
}
.imap_fr_b li h3{
    font-size: 18px;
    font-weight: bold;
}
.imap_fr_b li p{
    font-size: 16px;
}
.ifeedback_con{
    margin-top: 40px;
}
.ly1{
    margin-bottom: 32px;
    overflow: hidden;
}
.ly1 label{
    float: left;
    width: 20%;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    text-align: right;
}
.ly1 label b{
    color: #ff0000;
}
.ly1 input{
    float: left;
    margin-left: 2%;
    width: 70%;
    height: 45px;
    line-height: 43px;
    border-radius: 25px;
    border: 1px solid #ced4da;
    padding-left: 22px;
    background-color: #eff0f4;
    color: #999;
}
.ly1 textarea{
    float: left;
    margin-left: 2%;
    width: 70%;
    height: 188px;
    padding: 22px;
    line-height: 25px;
    border-radius: 25px;
    border: 1px solid #ced4da;
    background-color: #eff0f4;
    color: #999;
    resize: none;
}
.ly2{
    margin-bottom: 42px;
    overflow: hidden;
    position: relative;
}
.ly2 label{
    float: left;
    width: 20%;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    text-align: right;
}
.ly2 label b{
    color: #ff0000;
}
.ly2 input{
    float: left;
    margin: 0 2%;
    width: 39%;
    height: 45px;
    line-height: 43px;
    border-radius: 25px;
    border: 1px solid #ced4da;
    padding-left: 22px;
    background-color: #eff0f4;
    color: #999;
}
.ly2 a{
    float: left;
    width: 140px;
    height: 45px;
}
.ly2 a img{
    max-width: 100%;
    height: auto;
}
.ly3{
    text-align: center;
}
.ly3 button{
    cursor: pointer;
    width: 259px;
    line-height: 51px;
    height: 51px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    background-color: #c5262a;
    border: none;
}

textarea{outline: none;}




/*企业运用*/
.yxds_banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.yxds_banner img{
    display: block;
    width: 100%;
    height: auto;
}
.yxds_info{
    position: absolute;
    top: 43%;
	width: 1180px;
    left: 50%;
    z-index: 6;
    margin-left: -600px;
}
.yxds_info .container1{
    width: 100%;
}
.yxds_info_bt{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}
.yxds_info_jsh{
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin: 30px 0;
}
.yxds_info_down a{
    display: block;
    float: left;
    width: 146px;
    line-height: 46px;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    margin-right: 16px;
    transition: .5s;
}
.yxds_info_down a:hover{
    border: 1px solid #377df7;
    background-color: #377df7;
}
.inner_yxds1{
    background: url("../images/yxds1bg.jpg") no-repeat 90% top;
    min-height: 614px;
}
.iyxds1_fl{
    padding-top: 15%;
    width: 27%;
}
.iyxds1_fl h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.iyxds1_fl h3:after{
    content: '';
    display: block;
    width: 65px;
    height: 8px;
    border-radius: 5px;
    background-color: #377ffc;
    margin: 30px 0 50px 0;
}
.iyxds1_fl p{
    font-size: 20px;
    color: #333;
}
.iyxds1_fr{
    float: right;
    width: 70%;
}
.iyxds1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.inner_yxds2{
    margin: 30px 0;
    overflow: hidden;
}
.inner_yxds2 h3{
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.inner_yxds2 p{
    text-align: center;
    font-size: 20px;
    color: #333;
    margin: 30px 0 45px 0;
}
.inner_yxds2 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.inner_yxds3{
    background: url("../images/yxds3bg.jpg") no-repeat right 100px;
    min-height: 546px;
}
.iyxds3_fl{
    float: left;
    width: 53%;
}
.iyxds3_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.iyxds3_fr{
    float: right;
    width: 27%;
    text-align: right;
    padding-top: 8%;
}
.iyxds3_fr h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.iyxds3_fr h3:after{
    content: '';
    display: block;
    width: 65px;
    height: 8px;
    border-radius: 5px;
    background-color: #377ffc;
    margin: 30px 0 50px auto;
}
.iyxds3_fr p{
    font-size: 20px;
    color: #333;
}

.inner_yxds4{
    background: url("../images/yxds3bg.jpg") no-repeat left 115px;
    min-height: 705px;
}
.iyxds4_fl{
    float: left;
    width: 43%;
    padding-top: 13%;
    padding-left: 5%;
}
.iyxds4_fl h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.iyxds4_fl h3:after{
    content: '';
    display: block;
    width: 65px;
    height: 8px;
    border-radius: 5px;
    background-color: #377ffc;
    margin: 30px 0 50px 0;
}
.iyxds4_fl p{
    font-size: 20px;
    color: #333;
}
.iyxds4_fr{
    float: right;
    width: 33%;
    margin-top: -30px;
}
.iyxds4_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.inner_yxds5{
    margin-top: 24px;
    background: url("../images/yxds3bg.jpg") no-repeat right top;
    min-height: 446px;
}
.iyxds5_fl{
    float: left;
    width: 53%;
    padding-top: 5%;
}
.iyxds5_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.iyxds5_fr{
    float: right;
    width: 27%;
    text-align: right;
    padding-top: 8%;
}
.iyxds5_fr h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.iyxds5_fr h3:after{
    content: '';
    display: block;
    width: 65px;
    height: 8px;
    border-radius: 5px;
    background-color: #377ffc;
    margin: 30px 0 50px auto;
}
.iyxds5_fr p{
    font-size: 20px;
    color: #333;
}

.inner_yxds6{
    text-align: center;
    background: url("../images/yxds6bg.jpg") no-repeat center;
    min-height: 430px;
    /*padding: 100px 0;*/
    padding: 150px 0;
}
.inner_yxds6 h3{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}
.inner_yxds6 p{
    font-size: 20px;
    color: #fff;
    line-height: 1;
    /*margin: 45px 0 55px 0;*/
    margin: 45px 0 0px 0;
}
.inner_yxds6 a{
    display: block;
    width: 146px;
    margin: 0 auto;
    line-height: 46px;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 70px rgba(0,0,0,.30);
    transition: .5s;
}
.inner_yxds6 a:hover{
    background-color: #fff;
    color: #377ffc;
}

.inner_yxds7{
    margin-top: 70px;
}
.iyxds7-1{
    /*width: 580px;*/
    width: 134px;
    margin: 65px auto 0 auto;
    overflow: hidden;
}
.iyxds7-1-fl{
    /*float: left;*/
    width: 134px;
}
.iyxds7-1-fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.iyxds7-1-fl p{
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
.iyxds7-1-fr{
    float: right;
    width: 332px;
}
.iyxds7-1-fr p{
    font-size: 16px;
    color: #999;
    margin: 20px 0 30px 0;
}
.iyxds7form{
    position: relative;
}
.iyxds7input1{
    border: none;
    background-color: #ebeef1;
    width: 333px;
    height: 53px;
    line-height: 53px;
    border-radius: 10px;
    padding-left: 15px;
    font-size: 16px;
    color: #999;
}
.iyxds7input2{
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #377ffc;
    width: 55px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.iyxds7-2{
    padding: 50px 0 20px 0;
    overflow: hidden;
}
.iyxds7-2 li{
    float: left;
    width: 20%;
    padding: 0 18px;
}
.iyxds7-2 li a{
    display: block;
    border: 1px solid #666;
    border-radius: 5px;
    line-height: 58px;
    color: #666;
    font-size: 18px;
    padding-left: 35px;
    transition: .5s;
}
.iyxds7-2 li a:hover{
    border: 1px solid #377ffc;
    background-color: #377ffc;
    color: #fff;
    box-shadow: 0 0 20px rgba(34,114,246,.35);
}
.iyxds7-2 li a i{
    width: 30px;
    height: 35px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.yxds7i1{
    background: url("../images/yxds7i1.png") no-repeat left center;
}
.iyxds7-2 li a:hover .yxds7i1{
    background: url("../images/yxds7i1_h.png") no-repeat left center;
}
.yxds7i2{
    background: url("../images/yxds7i1.png") no-repeat left center;
}
.iyxds7-2 li a:hover .yxds7i2{
    background: url("../images/yxds7i2_h.png") no-repeat left center;
}
.yxds7i3{
    background: url("../images/yxds7i3.png") no-repeat left center;
}
.iyxds7-2 li a:hover .yxds7i3{
    background: url("../images/yxds7i3_h.png") no-repeat left center;
}
.yxds7i4{
    background: url("../images/yxds7i4.png") no-repeat left center;
}
.iyxds7-2 li a:hover .yxds7i4{
    background: url("../images/yxds7i4_h.png") no-repeat left center;
}
.yxds7i5{
    background: url("../images/yxds7i5.png") no-repeat left center;
}
.iyxds7-2 li a:hover .yxds7i5{
    background: url("../images/yxds7i5_h.png") no-repeat left center;
}

/*马上办*/
.msb_info{
    position: absolute;
    top: 33%;
    width: 1180px;
    left: 50%;
    z-index: 6;
    margin-left: -600px;
}
.msb_info .container1{
    width: 100%;
}
.msb_info img{
    max-width: 100%;
    height: auto;
    width: auto !important;
    margin-bottom: 15px;
}
.bh3{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 5px;
}
.bp{
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    margin: 30px 0;
}
.ba{
    display: inline-block;
    width: 146px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background-color: #377ffc;
}
.inner_msb1{
    overflow: hidden;
}
.inner_msb1 dl{
    padding: 10px 0 68px 0;
    overflow: hidden;
}
.imsb1_title{
    text-align: center;
}
.imsb1_title h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
}
.imsb1_title p{
    font-size: 20px;
    color: #333;
}
.imsb1_con{
    padding-top: 45px;
    min-height: 447px;
}
.inner_msb1 dl:nth-child(odd) .imsb1_con{
    background: url("../images/imsb1bg.jpg") no-repeat left 34px;
}
.inner_msb1 dl:nth-child(even) .imsb1_con{
    background: url("../images/imsb1bg.jpg") no-repeat right 34px;
}
.imsb1_con .container1{
    position: relative;
	width: 1200px;
	margin: 0 auto;
}
.inner_msb1 dl:nth-child(odd) .imsb1_con_fl{
    left: 18px;
}
.inner_msb1 dl:nth-child(odd) .imsb1_con_fr{
    float: right;
}
.inner_msb1 dl:nth-child(even) .imsb1_con_fl{
    right: 18px;
}
.inner_msb1 dl:nth-child(even) .imsb1_con_fr{
    float: left;
}
.imsb1_con_fl{
    position: absolute;
    top: 0;
    width: 445px;
}
.imsb1_con_fl ul li {
    background-color: #fff;
    border-radius: 5px;
    cursor:pointer;
    margin-bottom: 11px;
    box-shadow: 0 0 20px rgba(34,114,246,.17);
    padding: 22px 36px;
    overflow: hidden;
    transition: .5s;
}
.imsb1_con_fl1{
    float: left;
    width: 84px;
}
.imsb1_con_fl2{
    margin-left: 104px;
    padding-top: 15px;
}
.imsb1_con_fl2 h3{
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imsb1_con_fl2 p{
    color: #999;
}

.imsb1_con_fl ul .on{
    transform: scaleX(1.05);
    -moz-transform: scaleX(1.05);
    -webkit-transform: scaleX(1.05);
}
.imsb1_con_fr{
    width: 728px;
    background-color: #fff;
    border-radius: 5px;
    padding: 45px 69px;
    box-shadow: 0 0 20px rgba(34,114,246,.17);
}
.imsb1_con_fr .imsb1_con_fr_info {
    display:none;
}
.imsb1_con_fr_info{
    overflow: hidden;
}
.imsb1_con_fr_info img{
    display: block;
    width: 590px;
    height: 334px;
    margin: auto;
}
.inner_msb2{

}
.imsb2-1{
    text-align: center;
}
.imsb2-1 h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}
.imsb2-1 p{
    font-size: 20px;
    color: #333;
}
.imsb2-2{
    padding: 50px 0 20px 0;
    overflow: hidden;
}
.imsb2-2 li{
    float: left;
    width: 20%;
    padding: 0 18px;
}
.imsb2-2 li a{
    display: block;
    border: 1px solid #666;
    border-radius: 5px;
    line-height: 58px;
    color: #666;
    font-size: 18px;
    padding-left: 35px;
    transition: .5s;
}
.imsb2-2 li a:hover{
    border: 1px solid #54c47c;
    background-color: #54c47c;
    color: #fff;
    box-shadow: 0 0 20px rgba(84,196,124,.35);
}
.imsb2-2 li a i{
    width: 30px;
    height: 35px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.imsb2-2 li a:hover .yxds7i1{
    background: url("../images/yxds7i1_h.png") no-repeat left center;
}
.imsb2-2 li a:hover .yxds7i2{
    background: url("../images/yxds7i2_h.png") no-repeat left center;
}
.imsb2-2 li a:hover .yxds7i3{
    background: url("../images/yxds7i3_h.png") no-repeat left center;
}
.imsb2-2 li a:hover .yxds7i4{
    background: url("../images/yxds7i4_h.png") no-repeat left center;
}
.imsb2-2 li a:hover .yxds7i5{
    background: url("../images/yxds7i5_h.png") no-repeat left center;
}


/*网易邮箱介绍*/
.inner_mail{
    margin-bottom: 80px;
    overflow: hidden;
}
.imail_con{
    margin-top: 25px;
}
.imail_con1{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.imail_con2{
    margin-top: 60px;
}
.imail_con2 li{
    float: left;
    width: 33.33333%;
}
.imail_con2s{
    display: block;
    position: relative;
}
.imail_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.imail_txt1{
    text-align: center;
    margin-top: 95px;
    transition: .5s;
}
.imail_txt1 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.imail_txt2{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 75px;
    transition: .5s;
}
.imail_txt3{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: .5s;
    margin-top: 35px;
}
.imail_txt3 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.imail_con2s:hover .imail_txt{
    background: -moz-linear-gradient(top, transparent, #2674fc);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(1, #2674fc));
    background: -webkit-linear-gradient(top, transparent, #2674fc);
    background: -o-linear-gradient(top, transparent, #2674fc);
    background: -ms-linear-gradient(top, transparent, #2674fc);
    background: linear-gradient(to bottom, transparent, #2674fc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#2674fc', GradientType=0);
}
.imail_con2s:hover .imail_txt1{
    margin-top: 60px;
}
.imail_con2s:hover .imail_txt2{
    margin-top: 42px;
}
.imail_con2s:hover .imail_txt3{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.inner_process{
    margin-bottom: 65px;
    overflow: hidden;
}
.iprocess_title{
    margin-top: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.iprocess_con{
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}
.iprocess_con:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
}
.iprocess_con li{
    width: 570px;
    margin-bottom: 30px;
    /*overflow: hidden;*/
    clear: both;
    position: relative;
}
.iprocess_con li:nth-child(odd):before{
    content: '';
    display: block;
    width: 29px;
    height: 28px;
    background: url("../images/lc.png") no-repeat left center;
    position: absolute;
    left: -35px;
}
.iprocess_con li:nth-child(even):before{
    content: '';
    display: block;
    width: 29px;
    height: 28px;
    background: url("../images/lc.png") no-repeat right center;
    position: absolute;
    right: -35px;
}
.iprocess_con li:nth-child(odd){
    float: right;
}
.iprocess_con li:nth-child(even){
    float: left;
}
.iprocess_con li:nth-child(odd)  .lc_date{
    float: left;
}
.iprocess_con li:nth-child(odd)  .lc_info{
    float: right;
}
.iprocess_con li:nth-child(even)  .lc_date{
    float: right;
}
.iprocess_con li:nth-child(even)  .lc_info{
    float: left;
    text-align: right;
}
.lc_date{
    width: 75px;
    font-size: 30px;
    font-weight: bold;
    color: #377ffc;
    line-height: 1;
}
.lc_info{
    width: 470px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.inner_service{
    margin-bottom: 40px;
    overflow: hidden;
}
.iservice_con{
    margin-top: 45px;
}
.iservice_con li{
    float: left;
    width: 33.3%;
    padding: 0 20px;
}
.iservice_cons{
    display: block;
    position: relative;
}
.iser_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    padding: 35px;
    text-align: center;
}
.iser_txt h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.iser_txt p{
    font-size: 16px;
    line-height: 28px;
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}



/*企业邮箱优势*/
.inner_adv1{
    margin-top: 10px;
}
.iadv1_con{
    padding-top: 72px;
}
.iadv1_con li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 42px;
}
.iadv1_cons{
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 68px rgba(34,114,246,.17);
    padding: 25px 25px 13px 0;
}
.iadv1_cons .tp{
    float: left;
    width: 139px;
}
.iadv1_txt{
    margin-left: 140px;
}
.iadv1_txt1{
    font-size: 18px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.iadv1_txt2{
    color: #999;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}

.inner_adv2{
    padding-top: 30px;
    clear: both;
    margin-bottom: 84px;
}

.iadv2_con{
    margin-top: 65px;
    overflow: hidden;
}
.iadv2_con li{
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 80px;
}
.iadv2_cons{
    display: block;
    position: relative;
}
.iadv2_txt{
    position: absolute;
    height: 80px;
    bottom: -80px;
    background-color: #f1f1f1;
    padding: 25px;
    transition: .5s;
    width: 100%;
}
.iadv2_txt1{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iadv2_txt2{
    display: none;
    color: #999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 15px;
}
.iadv2_cons:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iadv2_cons:hover .iadv2_txt{
   height: 145px;
}
.iadv2_cons:hover .iadv2_txt2{
    display: block;
}

.inner_adv3{
    margin-bottom: 45px;
    overflow: hidden;
}
.iadv3_con{
    margin-top: 65px;
}
.iadv3_con li{
    float: left;
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.iadv3_cons{
    display: block;
    box-shadow: 0 0 15px rgba(10,2,5,.10);
    border-radius: 5px;
    padding: 34px;
}
.iadv3_cons .pic{
    width: 55px;
    height: 55px;
    background-color: #c32524;
    border-radius: 180px;
}
.iadv3_cons:hover .pic img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.iadv3_txt h3{
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin: 20px 0;
}
.iadv3_cons:hover .iadv3_txt h3{
    color: #c32524;
}
.iadv3_txt p{
    color: #999;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.inner_adv6{

}
.iadv6_con{
    padding-top: 50px;
}
.iadv6_con li{
    float: left;
    width: 33.3%;
    padding: 0 40px;
}
.iadv6_cons{
    display: block;
    padding: 43px;
    transition: .5s;
}
.iadv6_cons:hover{
    box-shadow: 0 0 68px rgba(34,114,246,.17);
}
.iadv6_txt1{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin: 30px 0;
    text-align: center;
}
.iadv6_txt2{
    color: #999;
    line-height: 25px;
    height: 125px;
    overflow: hidden;
}
.iadv6_cons:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

.inner_adv7{
    clear: both;
    padding-top: 60px;

}
.iadv7_title{
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.iadv7_con{
    margin-top: 30px;
    background: url("../images/adv7bg.jpg") repeat center;
    padding: 17px 0;
    overflow: hidden;

}
.iadv7_con li{
    float: left;
    width: 20%;
}
.iadv7_cons{
    display: block;
    position: relative;
}
.iadv7_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    padding: 80px 17px;
    transition: .5s;
}
.iadv7_txt h3{
    font-size: 20px;
    text-align: center;
    line-height: 1;
    padding: 0 0 25px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iadv7_txt p{
    line-height: 25px;
    text-align:justify;
    text-justify:inter-ideograph;
}
.iadv7_cons:hover .iadv7_txt{
    background: -moz-linear-gradient(top, transparent, #2674fc);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(1, #2674fc));
    background: -webkit-linear-gradient(top, transparent, #2674fc);
    background: -o-linear-gradient(top, transparent, #2674fc);
    background: -ms-linear-gradient(top, transparent, #2674fc);
    background: linear-gradient(to bottom, transparent, #2674fc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#2674fc', GradientType=0);
}

.inner_adv8{
    margin-top: 50px;
    text-align: center;
}
.inner_adv8 p{
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.inner_adv8 p span{
    font-size: 30px;
    font-weight: bold;
    color: #444;
    line-height: 1;
}
.inner_adv8 a{
    display: block;
    width: 259px;
    margin: 30px auto 15px auto;
    line-height: 51px;
    background-color: #c5262a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0 0 13px rgba(228,97,105,.59);
}




/*保密平台*/
.bmpt_info{
    position: absolute;
    top: 43%;
    width: 1180px;
    left: 50%;
    z-index: 6;
    margin-left: -600px;
}
.bmpt_info .container1{
    width: 100%;
}
.inner_bmpt1{

}
.inner_bmpt1 li{
    overflow: hidden;
}
.ibmpt1{
    background: url(../images/bmpt1bg.jpg) no-repeat right top;
    min-height: 518px;
    margin-top: 30px;
}
.ibmpt2{
    background: url(../images/bmpt2bg.jpg) no-repeat left top;
    min-height: 512px;
    margin: 108px 0 50px 0;
}
.inner_bmpt1 li:nth-child(odd) .bmpt_con{
    padding-top: 5%;
    width: 31%;
    padding-left: 4%;
}
.inner_bmpt1 li:nth-child(even) .bmpt_con{
    float: right;
    text-align: right;
    padding-top: 5%;
    width: 27%;
}
.bmpt_con h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.bmpt_con h3:after{
    content: '';
    display: block;
    width: 65px;
    height: 8px;
    border-radius: 5px;
    background-color: #377ffc;
    margin: 30px 0 50px 0;
}
.ibmpt2 .bmpt_con h3:after{
    margin: 30px 0 50px auto;
}
.bmpt_con p{
    font-size: 20px;
    color: #333;
}
.ibmpt2 .bmpt_con a{
    display: block;
    width: 213px;
    margin: 70px 0 0 auto;
    line-height: 51px;
    background-color: #c5262a;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0 0 13px rgba(228,97,105,.75);
    transition: .5s;
}
.ibmpt2 .bmpt_con a:hover{
    box-shadow: 0 0 0 0.2rem rgba(200, 5, 45, .4);
}


/*通讯录插件*/
.txlcj_info{
    position: absolute;
    top: 43%;
    width: 1180px;
    left: 50%;
    z-index: 6;
    margin-left: -600px;
}
.txlcj_info .container1{
    width: 100%;
}
.txlcj_info .ba{
    border: 1px solid #fff;
    line-height: 46px;
    background-color: transparent;
    transition: .5s;
}
.txlcj_info .ba:hover{
    background-color: #377ffc;
    border: 1px solid #377ffc;
}
.inner_txlcj1{
    margin: 80px 0;
    overflow: hidden;
}
.itxlcj1_fl{
    float: left;
    width: 30%;
    padding-top: 8%;
    padding-left: 4%;
}
.itxlcj1_fl h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.itxlcj1_fl h3:after{
    content: '';
    display: block;
    width: 65px;
    height: 8px;
    border-radius: 5px;
    background-color: #377ffc;
    margin: 30px 0 50px 0;
}
.itxlcj1_fl p{
    font-size: 20px;
    color: #333;
}
.itxlcj1_fr{
    float: right;
    width: 60%;
}
.itxlcj1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.inner_txlcj2{
    background: url(../images/txlcj2bg.jpg) no-repeat left top;
    min-height: 558px;
    margin-bottom: 50px;
}
.itxlcj2_fr{
    float: right;
    width: 39%;
    text-align: right;
    padding-top: 8%;
    padding-right: 4%;
}
.itxlcj2_fr h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.itxlcj2_fr h3:after{
    content: '';
    display: block;
    width: 65px;
    height: 8px;
    border-radius: 5px;
    background-color: #377ffc;
    margin: 30px 0 50px auto;
}
.itxlcj2_fr p{
    font-size: 20px;
    color: #333;
}
.itxlcj2_fr a{
    margin-top: 50px;
    display: inline-block;
    width: 149px;
    line-height: 49px;
    border: 1px solid #999;
    border-radius: 25px;
    text-align: center;
    color: #666;
    font-size: 16px;
    box-shadow: 0 0 13px rgba(153,153,153,.59);
    transition: .5s;
}
.itxlcj2_fr a:hover{
    background-color: #c5262a;
    border: 1px solid #c5262a;
    color: #fff;
    box-shadow: 0 0 13px rgba(228,97,105,.59);
}


/*智能终端版*/
.znzdb_info{
    position: absolute;
    top: 43%;
    width: 1180px;
    left: 50%;
    z-index: 6;
    margin-left: -600px;
}
.znzdb_info .container1{
    width: 100%;
}
.znzdb_info .bp{
    line-height: 1.5;
}
.inner_znzdb1{
    background: url(../images/znzdb1bg.jpg) no-repeat right top;
    min-height: 558px;
    margin: 50px 0;
}
.iznzdb1_fl{
    float: left;
    width: 31%;
    padding-top: 8%;
    padding-left: 4%;
}
.iznzdb1_fl h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.iznzdb1_fl h3:after{
    content: '';
    display: block;
    width: 65px;
    height: 8px;
    border-radius: 5px;
    background-color: #377ffc;
    margin: 30px 0 50px 0;
}
.iznzdb1_fl p{
    font-size: 20px;
    color: #333;
}
.inner_znzdb2{
    margin: 0 0 50px 0;
    overflow: hidden;
}
.inner_znzdb2 .container1{
    position: relative;
	width: 1180px;
	margin: 0 auto;
}
.itxlcj2_fl{
    float: left;
    width: 65%;
}
.itxlcj2_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.iznzdb2_fr{
    position: absolute;
    right: 4%;
    width: 40%;
    text-align: right;
    padding-top: 8%;
}
.iznzdb2_fr h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.iznzdb2_fr h3:after{
    content: '';
    display: block;
    width: 65px;
    height: 8px;
    border-radius: 5px;
    background-color: #377ffc;
    margin: 30px 0 50px auto;
}
.iznzdb2_fr p{
    font-size: 20px;
    color: #333;
}
.iznzdb2_fr p a{
    color: #377ffc;
    text-transform: uppercase;
}











/*新增灵犀页面*/
.office_banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.office_banner img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.office_info{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 500px;
    left: 50%;
    z-index: 6;
    margin-left: -600px;
}
.office_info_bt{
    line-height: 1;
    color: #262a33;
    font-size: 40px;
    font-weight: bold;
}
.office_info_jsh{
    margin-top: 40px;
    font-size: 16px;
    line-height: 25px;
    color: #51555c;
}
.inner-office{
    width: 100%;
    margin: 0 auto;
}
.ioffice1{
    background-color: #f6f6f6;
    padding: 60px 0 50px 0;
    overflow: hidden;
}
.ioffice_title{
    text-align: center;
    color: #262a33;
}
.ioffice_title h3{
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
}
.ioffice_title p{
    font-size: 16px;
}
.ioffice1_con{
    margin: 43px 0;
}
.ioffice1_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ioffice1_con ul li{
    width: 25%;
    padding: 0 10px;
}
.ioffice1_cons{
    background-color: #fff;
    border-radius: 8px;
    padding: 55px 15px 0 15px;
    transition: .5s;
    height: 359px;
}
.ioffice1_cons:hover{
    box-shadow:0 8px 40px rgba(38,42,51,.08);
}
.ioffice1_cons .tp{
    width: 107px;
    margin: 0 auto;
    height: 86px;
}
.ioffice1_cons:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.ioffice1_txt{
    margin-top: 30px;
    text-align: center;
}
.ioffice1_txt1{
    font-size: 23px;
    color: #262a33;
    line-height: 1;
    margin-bottom: 20px;
}
.ioffice1_txt2{
    font-size: 16px;
    color: #262a33;
    line-height: 30px;
}
.ioffice_down{
    text-align: center;
}
.ioffice_down a{
    display: block;
    width: 174px;
    margin: 0 auto;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background-color: #d40808;
    font-size: 16px;
    border-radius: 5px;
}
.ioffice2{
    margin: 55px 0 90px 0;
    overflow: hidden;
}
.ioffice2_con{
    margin: 50px 0;
    overflow: hidden;
}
.ioffice2_con1{
    position: relative;
    z-index: 0;
}
.office2-min .gallery-thumbs {
    width: 100%;
    height: auto;
}
.office2-min .gallery-thumbs .swiper-slide{
    display: initial;
}
.office2-min a{
    position: relative;
    text-align: justify;
    background-color: #f6f6f6;
    width: 100%;
    height: 80px;
    padding: 0 45px;
    display: flex;
    align-items: center;
    transition: .5s;
}
.office2_img{
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 22px;
    height: 20px;
    transition: .5s;
}
.office2_img img{
    border: none;
}
.office2_img:after{
    content: '';
    display: block;
    padding-bottom: 90.90%;
}
.office2_img .o_before{
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.office2_img .o_after{
    top: -200%;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
}
.office2-min a:hover{
    background-color: #fbe6e6;
}
.office2-min a:hover .office2_img .o_after{
    top: 0;
    opacity: 1;
}
.office2-min a:hover .office2_img .o_before{
    top: 200%;
}
.office2_txt{
    margin-left: 10px;
    flex: 1;
    font-size: 24px;
    color: #676c73;
}
.office2-min a:hover .office2_txt{
    color: #d40808;
}
.office2-min.swiper-slide-thumb-active a{
    background-color: #fbe6e6;
}
.office2-min.swiper-slide-thumb-active a .office2_img .o_after{
    top: 0;
    opacity: 1;
}
.office2-min.swiper-slide-thumb-active a .office2_img .o_before{
    top: 200%;
}
.office2-min.swiper-slide-thumb-active a .office2_txt{
    color: #d40808;
}

.ioffice2_con2{
    position: relative;
    margin-top: 70px;
    z-index: 0;
    padding-bottom: 50px;
}
.ioffice2_con2 .gallery-top {
    width: 100%;
    height: auto;
}
.ioffice2_con2 .gallery-top .swiper-slide{
    display: initial;
}
.office2-max a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: justify;
}
.office2-max-fl{
    width: 35%;
    margin-top: 80px;
}
.office2-max-fl1{
    font-size: 28px;
    color: #262a33;
    font-weight: bold;
    line-height: 1;
}
.office2-max-fl2{
    display: inline-block;
    padding: 0 10px;
    line-height: 32px;
    background: rgba(56,194,153,.15);
    border-radius: 4px;
    text-align: center;
    color: #70ccab;
    margin: 16px 0;
}
.office2-max-fl3{
    font-size: 16px;
    line-height: 25px;
    color: #51555c;
    margin-bottom: 64px;
}
.office2-max-fl4{
    font-size: 24px;
    line-height: 150%;
    color: #262a33;
    font-weight: bold;
}
.office2-max-fr{
    width: 65%;
}
.swiper-pagination3{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
}
.ioffice2_con2 .swiper-pagination3{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.ioffice2_con2 .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: #cdcccb;
    opacity: 1;
    outline: none;
    margin: 0px 13px;
    border-radius: 50%;
}
.ioffice2_con2 .swiper-pagination-bullet-active{
    background-color: #d40808;
}

.ioffice3{
    background-color: #f6f6f6;
    padding: 55px 0;
    overflow: hidden;
}
.ioffice3_con{
    margin: 60px 0 18px 0;
    height: 538px;
    overflow: hidden;
}
.ioffice3_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ioffice3_con ul li{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.ioffice3_cons{
    background-color: #fff;
    border-radius: 8px;
    height: 249px;
    transition: .5s;
    padding: 25px;
}
.ioffice3_cons:hover{
    box-shadow:0 8px 40px rgba(38,42,51,.08);
}
.ioffice3_cons .pic{
    width: 52px;
    height: 52px;
    background-color: #fbe6e6;
    border-radius: 50%;
}
.ioffice3_cons:hover .pic img{
    -webkit-transform: rotate(360deg);
    -ms-transform:rotate(360deg);
    transform: rotate(360deg);
}
.ioffice3_txt{
    margin-top: 29px;
}
.ioffice3_txt1{
    font-size: 20px;
    color: #111f33;
    line-height: 1;
    margin-bottom: 15px;
}
.ioffice3_txt2{
    color: #676c73;
    line-height: 25px;
}
.clicshow{
    font-size: 16px;
    color: #d40808;
    background: url("../images/click_b.png") no-repeat right center;
    padding-right: 26px;
    width: 122px;
    margin: 0 auto 60px auto;
    cursor: pointer;
}
.clicshow.open{
    background: url("../images/click_t.png") no-repeat right center;
}
.ioffice4{
    margin: 65px 0;
    overflow: hidden;
}
.ioffice4_con{
    margin: 40px 0;
}
.ioffice5{
    background: url("../images/ioffice5bg.jpg") no-repeat center;
    background-size: cover;
    padding: 75px 0 45px 0;
    overflow: hidden;
}
.ioffice5 .ioffice_title h3{
    color: #fff;
}
.ioffice5_con{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ioffice5_con_fl{
    width: 30%;
}
.ioffice5_con_fl p{
    font-size: 36px;
    color: #fff;
    line-height: 34px;
    position: relative;
    margin-bottom: 30%;
}
.ioffice5_con_fl p:last-child{
    margin-bottom: 0;
}
.ioffice5_con_fl p:after{
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 16px;
}
.ioffice5_con_fr{
    width: 55%;
}
.ioffice5_con_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.ioffice5_con_fr ul li{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.ioffice5_cons{
    border: 1px solid #fff;
    height: 199px;
    text-align: center;
    padding: 30px;
}
.ioffice5_cons .tp{
    width: 68px;
    margin: 0 auto;
    height: 64px;
}
.ioffice5_cons:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.ioffice5_txt{
    margin-top: 15px;
    color: #fff;
    font-size: 20px;
}
.ioffice6{
    margin: 80px 0 100px 0;
    overflow: hidden;
}
.ioffice6_con{
    margin-top: 60px;
}
.ioffice6_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ioffice6_con ul li{
    width: 25%;
    padding: 0 40px;
}
.ioffice6_con ul li a{
    display: block;
    width: 244px;
    margin: 0 auto;
    height: 244px;
    border-radius: 50%;
    background-color: #f5f4f5;
    position: relative;
}
.ioffice6_before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding-top: 70px;
    transform: rotateY(0deg);
    transition: .5s;
}
.ioffice6_before img{
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
}
.ioffice6_before p{
    text-align: center;
    font-size: 20px;
    color: #7e8084;
    line-height: 1;
    margin-top: 10px;
}
.ioffice6_after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(90deg);
    padding-top: 50px;
    transition: .5s;
}
.ioffice6_after img{
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}
.ioffice6_after p{
    text-align: center;
    font-size: 20px;
    color: #7e8084;
    line-height: 1;
    margin-top: 10px;
}

.ioffice6_con ul li a:hover .ioffice6_before{
    transform: rotateY(90deg);
}
.ioffice6_con ul li a:hover .ioffice6_after{
    transform: rotateY(0deg);
}

/* .linxi::before {
    position: absolute;
    content: '';
    width: 56px;
    height: 18px;
    background: url("../images/linxi.jpg") no-repeat center top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    top: -8px;
    right: -5px;
}
 */
 
.loc_list ul li{ width:139px; height:139px; line-height:139px; float:left; margin:10px; background:#fff;} 
.loc_list ul li img{ max-width:100%; height:auto; display: inline-block; vertical-align: middle;}

.oth_list{ width:700px; margin:auto; padding-top:50px; }
.oth_list table{ width:100%; border:none; }
.oth_list table td{ height:30px; line-height:30px; text-align:center;  border:none; border:1px solid #dedede;vertical-align: middle!important; }
.oth_list table .p_tit{ font-size:14px; font-weight:600; background:#92BCE2; line-height:40px; color:#000; }
