@font-face {
    font-family: 'iconfont';  /* project id 1549965 */
    src: url('//at.alicdn.com/t/font_1549965_eg39fwr84lj.eot');
    src: url('//at.alicdn.com/t/font_1549965_eg39fwr84lj.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1549965_eg39fwr84lj.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1549965_eg39fwr84lj.woff') format('woff'),
    url('//at.alicdn.com/t/font_1549965_eg39fwr84lj.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1549965_eg39fwr84lj.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.ss:after{
    content: '\e613';
    font-size: 20px;
}


a{
    text-decoration: none;
}
li{
    list-style: none;
}
body{
    color: #212121;
}
.clearbox:after{
    content: '';
    display: block;
    clear: both;
}
.displayflex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}

.juzhong{
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
/*导航栏*/
.hearder{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    transition:0.3s all;
    background:rgba(255,255,255,0);
}
.hearder .container{
    position: relative;
}
.hearder .logo{
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.hearder .logo a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.hearder .logo span{
    vertical-align: middle;
    color: #fefefe;
    font-size: 40px;
}
.hearder ul{
    float: right;
}
.hearder ul li{
    float: left;
    color: #ffffff;
    padding: 50px 0 10px;
    width: 110px;
    text-align: center;   
    position:relative;
    margin: 0px 5px;

}
 .hearder ul li.w {
      width: 200px;
    }
.hearder ul li a{
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
}

.hearder ul li.cur a,
.hearder.cur ul li.cur a{
    color: #0171b6;
   
}

.hearder ul li:hover{

}


.hearder ul li:hover a{
    color: #0171b6;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
   
}


    /*.hearder ul li:hover a{
        color: #0171b6;
        background:#fff;
    }*/



 .hearder ul li .drop-menu {
   position: absolute;
	display: none;
	top: 85px;
	left: 0px;
	z-index: 1;
	float: left;	
	padding: 5px 0;
	margin: 1px 0 0;
	list-style: none;
	background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    }

    .hearder ul li .drop-menu>li {
            text-align: center;
            padding: 5px 0px;
            width: 100px;
            clear:both;
    }

   .hearder ul li .drop-menu>li a {
       color:#333;
    padding: 0;
    font-size:14px;
    background: none;
    }


    .hearder ul li .drop-menu > li:hover {
     background: #0171b6;
       transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    }
      .hearder ul li .drop-menu>li:hover a{
       color:#fff;


    }
  .hearder ul li:hover .drop-menu {
        display:block;
    }




.hearder ul li:last-child{
    padding-right: 0;
}
.hearder ul li form{
    cursor: pointer;
}
.hearder ul li form input{
    border:0;
    border-bottom: 1px solid #ffffff;
    background: none;
    width: 0;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s;
}
.hearder ul li form:hover input{
    width: 90px;
}

.hearder.cur{
     background:rgba(255,255,255,1);
}
.hearder.cur .logo span {
    font-size: 25px;
    color: #212121;
    vertical-align: top;
    margin-top: 15px;
    display: inline-block;
}
.hearder.cur ul li{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #212121;
}
.hearder.cur ul li a{
    color: #212121;
}
.hearder.cur ul li form input{
    color: #212121;
    border-bottom: 1px solid #212121;
}


/*导航栏end*/

/*手机端导航栏*/
.mhearder{
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 101;
    background: #ffffff;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.mhearder .mlogo{
    position: relative;
    float: left;
}
.mhearder .mlogo img{
    position: absolute;
    left: 0;
    top: 0;
}
.mhearder .ssdh{
    float: right;
    height: 60px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.mhearder .ssdh i{
    cursor: pointer;
    vertical-align: middle;
}
.mhearder .ssdh .menu-handle{
    display: inline-block;
    width: 30px;
    height: 25px;
    vertical-align: middle;
    margin-left: 20px;
}
.mhearder  .menu-handle span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.mhearder  .menu-handle span:nth-child(2) {
    margin: 9px 0;
}
.mhearder .menu-handle.ac span:nth-child(1) {
    -webkit-transform: translate(0, 11px) rotate(45deg);
    -moz-transform: translate(0, 11px) rotate(45deg);
    -ms-transform: translate(0, 11px) rotate(45deg);
    -o-transform: translate(0, 11px) rotate(45deg);
    transform: translate(0, 11px) rotate(45deg);
}
.mhearder .menu-handle.ac span:nth-child(2) {
    opacity: 0;
}
.mhearder .menu-handle.ac span:nth-child(3) {
    -webkit-transform: translate(0, -11px) rotate(-45deg);
    -moz-transform: translate(0, -11px) rotate(-45deg);
    -ms-transform: translate(0, -11px) rotate(-45deg);
    -o-transform: translate(0, -11px) rotate(-45deg);
    transform: translate(0, -11px) rotate(-45deg);
}
.mdhul{
    position: fixed;
    top: 60px;
    right: 0;
    width: 50%;
    height: 100%;
    background: #ffffff;
    z-index: 100;
    transition: all .8s;
    transform: translateX(100%);
}
.mdhul a{
    display: block;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
    padding: 0 10px;
    font-size: 14px;
    color: #212121;
}
.mdhul li.cur a{
    color: #0171b6;
}
.z_mask{
    width: 0;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    transition: all .8s;
    z-index: 99;
}
.z_mask.active {
    width: 100%;
}
.mdhul.active {
    transform: translateX(0);
}
 .search-form {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    background-color: #f5f5f5;
    z-index: 99;
    padding: 20px 15px;
     display: none;
}
.search-form form {
    position: relative;
    width: 80%;
    float: right;
    padding-right: 80px;
}
.search-form input {
    display: block;
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
    font-size: 14px;
    line-height: 42px;
    border: 0;
}
.search-form .searchbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    background-color: #ba0c2f;
    color: #fff;
}
/*手机端导航栏end*/


.banner{
    width: 100%;
}
.banner .bannerbox{
    height: 100%;
    position: relative;
}
.banner .gallery-thumbs{
    height: 100%;
}
.banner .gallery-thumbs .swiper-slide{
    background-size: cover;
    background-position: center;
    height: 100%;
}
.banner .gallery-thumbs .swiper-slide a{
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    height: 100%;
}
.banner .gallery-thumbs .swiper-slide a img{
    width: auto;
    max-width: 100%;
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s;
}
.banner .gallery-thumbs .swiper-slide-active a img{
    transform: translateY(0);
    opacity: 1;
}
.banner .gallery-thumbs .swiper-pagination{
    width: auto;
    top: 50%;
    bottom: auto;
    right: 50px;
    left: auto;
}
.banner .gallery-thumbs .swiper-pagination .swiper-pagination-bullet{
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 0;
    height: 0;
    border: 4px solid #555555;
    transition: all 1s;
    background:none;
    opacity: 1;
}
.banner .gallery-thumbs .swiper-pagination .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    background:none;
    border: 2px solid #ffffff;
}
.banner .gallery-top{
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 620px;
}
.banner .gallery-top .swiper-slide{
    padding: 30px 170px 30px 50px;
}
.banner .gallery-top span{
    font-size: 18px;
    color: #666666;
    display: block;
    padding-bottom: 20px;
}
.banner .gallery-top p.h2{
    color: #4c4c4c;
    padding-top: 5px;
}
.banner .gallery-top .swiperan{
    position: absolute;
    background: #007ecc;
    width:170px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0 15px;
}
.banner .gallery-top .swiperan .clearbox{
    position: relative;
    height: 100%;
}
.banner .gallery-top .swiperan .clearbox:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ffffff;
    top: 50%;
    left: 50%;
}
.banner .gallery-top .swiper-button-next,
.banner .gallery-top .swiper-button-prev{
    width: 11px;
    height: 23px;
    margin-top: 0;
}
.banner .gallery-top .swiper-button-next:after,
.banner .gallery-top .swiper-button-prev:after{
    font-size: 20px;
}

.ditu{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.ditu2{
}
.cpjj{

}
.cpjj .xm6{
    height: 800px;

}
.cpjj .xm6 a{
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.cpjj .xm6 a img{
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.cpjj .xm6 a .cpjjbj{
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all 0.4s;
}
.cpjj .xm6 a:hover .cpjjbj{
    transform:scale(1.1);
}

.synews{
    overflow: hidden;
    padding: 60px 0;
}
.synews ul{
    margin: 0 -25px;
}
.synews li{
    padding: 0 25px;
}
.synews li .synewimg{
    position: relative;
    height: 335px;
    overflow: hidden;
}
.synews li .synewimg .newsj{
    background: #007ecc;
    color: #ffffff;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    text-align: center;
    padding: 5px 10px;
}
.synews li .synewimg .newsj div{
    font-size: 38px;
}
.fdbox{
    position: relative;
}
.fdbox .fdimg{
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    transition: all 0.4s;
}
.fdbox:hover .fdimg{
    transform:scale(1.1);
}
.synews li .syxwbt{
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.synews li .syzy{
    color: #4c4c4c;
    font-size: 16px;
}
.synews li a:hover{
    color: #007ecc;
}


/*尾部*/
footer{
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
}
footer .wbdhfl{}
footer .wbdhfl li{
    float: left;
    margin-right: 80px;

}
.sybox footer .wbdhfl li{
    margin-right: 100px;
}
footer .wbdhfl li:last-child{
    margin-right: 0;
}
footer .wbdhfl li p{
    font-size: 16px;
    padding-bottom: 20px;
}
footer .wbdhfl li a{
    display: block;
    color: #666666;
    margin-bottom: 10px;
}
footer .wbdhfl li a:hover{
    color: #007ecc;
}
footer .wblxfs{
    float: left;
}
footer .wblxfs div{
    margin-bottom: 20px;
}
footer .wblxfs h4{
    margin-bottom: 20px;
}
footer .wblxfs p{
    line-height: 30px;
}
footer .ewmyqlj{
    float: right;
}
footer .ewmyqlj .ewmbox{
    margin-bottom: 20px;
}
footer .ewmyqlj .ewmbox div{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
footer .ewmyqlj .ewmbox div p{
    line-height: 30px;
}
footer .ewmyqlj .ewmbox img{
    display: inline-block;
    width: 98px;
    vertical-align: middle;
    margin-left: 10px;
}
.yqlj{

}
.yqlj select{
    background: #e8ebed;
    border: 0;
    height: 44px;
    padding: 0 20px;
    float: left;
}
.yqlj a{
    float: left;
    width: 86px;
    height: 44px;
    color: #ffffff;
    background: #007ecc;
    line-height: 44px;
    text-align: center;
}
footer .wbbq{
    color: #666666;
    padding: 60px 0 20px 0;
}
footer .wbbq a{
    color: #666666;
}
.fiexd{
    position: fixed;
    right: 10px;
    top: 70%;
    z-index: 102;
    cursor: pointer;
    display: none;
}

/*尾部end*/

/*关于我们*/
.bannerqt{
    height: 700px;
    overflow: hidden;
    position: relative;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align: center;
}
.bannerqt .bannerfd{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}
.bannerqt img{
    width: auto;
    max-width: 100%;
}
.jtjsbox{
    padding: 60px 0;
    text-align: center;
}
.jtbt{
    color: #000000;
}
.jtbt div{
    font-size: 32px;
    padding-bottom: 10px;
}
.jtbt p{
    font-size: 16px;
}
.jtjsbox .jtjs{
    padding: 40px 0;
}
.jtjsbox .jtjs p{
    line-height: 30px;
    text-align: center;
    color: #4c4c4c;
}
.jtjsbox a{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: #1b1b1b;
    margin: auto;
}
.gylj{}
.gylj li{
    height: 500px;
    overflow: hidden;
}
.gylj li a{
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    height: 100%;
    font-size: 32px;
    color: #ffffff;
}
.gylj li a .fdimg{
    z-index: -1;
}
.fzlcbox{
    text-align: center;
    background: #f4f4f4;
    padding: 100px 0;
}
.falcbt{
    padding-bottom: 40px;
}
.fzlcbox .gallery-top{
    padding-bottom: 10px;
    padding-top: 60px;
}
.fzlcbox .gallery-top:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.fzlcbox .gallery-top .swiper-slide{
    text-align: center;
}
.fzlcbox .gallery-top span{
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.fzlcbox .gallery-top span:after{
    content: '';
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-image: url("../images/dsj.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -16px;
    left: 30%;
}
.fzlcbox .gallery-top .swiper-slide-active span{
    color: #007ecc;
    font-size: 54px;
    position: absolute;
    top: -51px;
}
.fzlcbox .gallery-top .swiper-slide-active span:after{
    background-image: url("../images/dsj1.png");
}
.fzlcbox .gallery-top .swiper-button-next,
.fzlcbox .gallery-top .swiper-button-prev{
    width: 36px;
    height: 36px;
    margin: 0;
    top: 80px;
}
.fzlcbox .gallery-top .swiper-button-next{
    background-image: url("../images/right_ico.png");
    right: 0;
}
.fzlcbox .gallery-top .swiper-button-prev{
    background-image: url("../images/right_ico.png");
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
    left: 0;
}
.fzlcbox .gallery-top .swiper-button-prev:after,
.fzlcbox .gallery-top .swiper-container-rtl .swiper-button-next:after{
    display: none;
}
.fzlcbox .gallery-top .swiper-button-next:after,
.fzlcbox .gallery-top .swiper-container-rtl .swiper-button-prev:after{
    display: none;
}
.fzlcbox .gallery-thumbs .swiper-slide{
    padding-top: 40px;
}
.fzlcbox .gallery-thumbs .swiper-slide>span{
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
}
.fzlcbox .gallery-thumbs .swiper-slide p{
    color: #4c4c4c;
    padding-top: 20px;
    line-height: 30px;
}
.gyatye{
    padding-bottom: 60px;
}
.gyatye li a{
    height: 380px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    color: #ffffff;
    font-size: 32px;
    position: relative;
    overflow: hidden;
}
.gyatye li a .fdimg{
    z-index: -1;
}

/*关于我们end */

/*关于我们-企业简介*/
.qyjjbox{
    padding: 50px 0;
}
.qyjjbox .zjx{
    color: #000000;
    padding-bottom: 20px;
}
.qyjjbox .zjx div{
    font-size: 28px;
}
.qyjjbox .zjx p{
    font-size: 16px;
    padding-bottom: 20px;
}
.qyjjbox .zjxjj img{
    width: auto;
    max-width: 100%;
}
.qyjjbox .zjxjj p{
    color: #4c4c4c;
    line-height: 30px;
    padding-top: 30px;
}
.qyjjsp{

}
.qyjjsp img{
    width: 100%;
    margin-bottom: 50px;
    cursor: pointer;
}
.bfspbox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.bfspbox .fbdzbox {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bfspbox .fbdzbox video {
    max-width: 100%;
    margin: auto;
    display: block;
}
/*关于我们-企业简介end */

/*关于我们-互联网/电子商务&电信增值服务 */

.about2{
    padding: 50px 0;
}
.about2 li>div{
    width: 50%;
    height: 500px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    overflow: hidden;
    float: left;
}
.about2 li.rightgy>div{
    float: right;
}
.about2 li img{
    width: 100%;
    transition: all 0.4s;
}
.about2 li:hover img{
    transform:scale(1.1);
}
.about2 li p.h1{
    padding-bottom: 30px;
    color: #212121;
}
.about2 li .about2jj{
    padding-left:80px;
}
.about2 li.rightgy .about2jj{
    padding-left: 0;
    padding-right: 80px;
}
.about2 li p {
    color: #4c4c4c;
    line-height: 30px;
}
/*关于我们-互联网/电子商务&电信增值服务end */

/*关于我们-企业文化 */
.qywhbox{
    padding: 60px 0;
}
.qywhbox .swiper-container{
    padding-bottom: 50px;
}
.qywhbox .qywhbj{
    height: 680px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.qywhbox .qywhbj .whjj{
    width: 300px;
    background: #3487ea;
    color: #ffffff;
    padding: 40px 0;
    position: absolute;
    left: 60px;
    top: 60px;
    text-align: center;
}
.qywhbox .qywhbj .whjj div{
    font-size: 40px;
    opacity: 0.1;
}
.qywhbox .qywhbj .whjj>span{
    font-size: 20px;
    display: block;
    padding: 20px 0;
}
.qywhbox .qywhbj .whjj p{
    font-size: 16px;
}
.qywhbox .swiper-pagination-bullet{
    width: 0;
    height: 0;
    border: 2px solid #555555;
    transition: all 1s;
    background: none;
    opacity: 1;
    margin:0 5px;
    vertical-align: middle;
}
    .qywhbox .swiper-pagination {
        width:100%;
    }
.qywhbox .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    border-color: #000000;
}

/*关于我们-企业文化end */

/*关于我们-企业荣誉 */
.qyrybox{
    padding: 100px 0;
}
.qyrybox .rongyu{
}
.qyrybox .rongyu .ryrq{
    text-align: center;
    height: 350px;
    position: relative;
}
.qyrybox .rongyu .ryrq>div{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.qyrybox .rongyu.xiary .ryrq>div{
    bottom: auto;
    top: 0;
}
.qyrybox .rongyu .ryrq .rqbox{
    font-size: 18px;
    color: #ffffff;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    background: #007ecc;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin: 10px auto;
}

.qyrybox .rongyu .ryrq em{
    display: inline-block;
    margin: auto;
    height: 75px;
    border: 1px dashed #b2b2b2;
}
.qyrybox .rongyu .ryimg{
    padding: 0 20px;
    height: 350px;
    text-align: center;
}
.qyrybox .rongyu.xiary .ryimg{
}
.qyrybox .rongyu .ryimg p{
    color: #808080;
    line-height: 30px;
    text-align: center;
    padding: 10px 0;
}
.qyrybox .rongyu .ryimg img{
    max-width: 100%;
    width: auto;
}
.qyrybox .swiper-slide:after{
    content: '';
    position: absolute;
    width:100%;
    height: 1px;
    background: #cccccc;
    left: 0;
    top: 50%;
}

.qyrybox  .swiper-button-next,
.qyrybox .swiper-button-prev {
    width: 36px;
    height: 36px;
    margin: 0;
    top: 48%;
}
.qyrybox  .swiper-button-next {
    background-image: url(../images/right_ico.png);
    right: 0;
}
.qyrybox .swiper-button-prev {
    background-image: url(../images/right_ico.png);
    left: 0;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.qyrybox  .swiper-button-prev:after,
.qyrybox  .swiper-container-rtl .swiper-button-next:after{
    display: none;
}
.qyrybox .swiper-button-next:after,
.qyrybox .swiper-container-rtl .swiper-button-prev:after{
    display: none;
}
/*关于我们-企业荣誉end */

/*关于我们-领导团队 */
.ldtdbox {
    padding-top:80px;
}
.ldtdleft {
    float:left;
    background-position:center;
    background-size:cover;
    width:338px;
    height:525px;
    color:#ffffff;
    text-align:center;
    padding-top:50px;
}
    .ldtdleft div {
        font-weight:bold;
        letter-spacing:2px;
        margin-bottom:35px;
        font-size:30px;
    }
    .ldtdleft span {
        padding:15px 0;
        font-size:24px;
        display:inline-block;
        border-top:2px solid #ffffff;
        border-bottom:2px solid #ffffff;
    }
.ldtdright {
    float:right;
    width:1110px;
}
    .ldtdright li {
        padding:50px 0;
        border-bottom:1px solid #e5e5e5
    }
        .ldtdright li:first-child {
            padding-top:0;
        }
        .ldtdright li:last-child {
            border-bottom:0;
        }
 .ldtdright li .ldimg {
     float:left;
    background-position:center;
    background-repeat: no-repeat;
        background-size: auto 100%;
    width:230px;
    height:250px;
    margin-bottom:10px;
    overflow:hidden;
}
    .ldtdright li .ldimg img {
        display:block;
        margin:auto;
        max-width:100%;
    }
        .ldtdright li .ldtext {
            float:right;
            width:840px;
        }
            .ldtdright li .ldtext p {
                font-size:18px;
            }
            .ldtdright li .ldtext span {
            color:#808080;
            line-height:30px;
            }
            .ldtdright li .ldtext div {
                color:#4c4c4c;
                line-height:30px;
                margin-top:45px;
            }


.gsimgbox {
    padding-bottom:80px;
}
    .gsimgbox li {
        padding:7px;
    }
        .gsimgbox li div {
            height:260px;
            background-position:center;
            background-repeat:no-repeat;
            background-size:cover;
        }

/*关于我们-领导团队end */

/*产品中心 */
.cpzxbox{
    padding-bottom: 50px;
}
.cpzxbox li{
    overflow: hidden;
}
.cpzxbox li>div{
    height: 600px;
    overflow: hidden;
    width: 50%;
    float: left;
    background: #f5f5f5;
    background-size: cover;
    background-position: center;
    
}

.cpzxbox li .cpsyimg {
    position:relative;
}

.cpzxbox li img{
    width: 100%;
    /*display:none;*/
    transition: all 0.4s;
}



.cpzxbox li .cpsyimg .in-l-h6 {
	transition: 0.5s;
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;

}

.cpzxbox li .cpsyimg .in-l-h6 #h5 {
	margin-top: -21px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.cpzxbox li .cpsyimg .in-l-h6 #h5 #h4 {
	transition: 0.5s;
	display: block;
	width: 40%;
	height: 1px;
	background: #eee;
	margin: 0 auto;
}

.cpzxbox li .cpsyimg .in-l-h6 #h5 #h4 {
	transition: 0.5s;
	display: block;
	width: 20%;
	height: 1px;
	background: #eee;
	margin: 0 auto;
}

.cpzxbox li .cpsyimg .in-l-h6 #h5 #title {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	height: 40px;
	line-height: 40px;
}

.cpzxbox li .cpsyimg:hover .in-l-h6 {
	opacity: 1;
}


.cpzxbox li:hover img{
    transform:scale(1.1);
}
.cpzxbox li.cpright>div{
    float: right;
}
.cpzxbox li .cplj{
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    color: #000000;
    text-align: center;

}
.cpzxbox li .cplj>div{
    width: 60%;
}
.cpzxbox li .cplj .cpsybt{
    font-size: 28px;
}
.cpzxbox li .cplj p{
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0;
}
.cpzxbox li .cplj a{
    display: block;
    width: 120px;
    height: 40px;
    background: #1b1b1b;
    color: #ffffff;
    line-height: 40px;
    margin: auto;
    transition: all 0.3s;
}
.cpzxbox li .cplj a:hover{
    background: #007ecc;
}
/*产品中心end */

/*产品中心-产品列表 */
.cplist{
    overflow: hidden;
    padding: 30px 0;
}
.cplist ul{
    margin: 0 -6px;
}
.cplist ul li{
    text-align: center;
    padding: 20px 6px;
}
.cplist ul li .fdbox{
    height: 330px;
    overflow: hidden;
    margin-bottom: 10px;
}
.cplist ul li p{
    font-size: 16px;
    color: #4c4c4c;
}
.pagebox{
    text-align: center;
    padding: 30px 0;
}
.pagebox a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    transition: all 0.3s;
}
.pagebox a.syxy{
    width: auto;
}
.pagebox a.cur{
    color: #ffffff;
    background: #007ecc;
}
.pagebox a:hover{
    color: #ffffff;
    background: #007ecc;
}
.pagebox a.syxy:hover{
    color: #212121;
    background:none;
}
/*产品中心-产品列表end */

/*产品中心-产品详情 */
.cpxqswiper{
    width: 1200px;
    margin: auto;
    padding: 50px 0;
}
.cpxqswiper .gallery-top .swiper-slide{
    height: 640px;
    background-size: cover;
    background-position: center;
}
.cpxqswiper .gallery-top .swiper-button-next,
.cpxqswiper .gallery-top .swiper-button-prev{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: rgba(0,0,0,0.12);
}
.cpxqswiper .gallery-top  .swiper-button-next:after,
.cpxqswiper .gallery-top .swiper-container-rtl .swiper-button-prev:after,
.cpxqswiper .gallery-top .swiper-button-prev:after,
.cpxqswiper .gallery-top .swiper-container-rtl .swiper-button-next:after{
    font-size: 20px;
}
.cpxqswiper .gallery-thumbs{
    padding-top: 30px;
}
.cpxqswiper .gallery-thumbs .swiper-wrapper{
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.cpxqswiper .gallery-thumbs .swiper-slide{
    width: 78px;
    height: 78px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin:2px;
    cursor:pointer;
    opacity: 0.5;
}
.cpxqswiper .gallery-thumbs .swiper-slide-thumb-active{
    border: 2px solid #007ecc;
    opacity: 1;
}
.cpxxbox{
    width: 1200px;
    margin: auto;
}
.cpxqbt{
    padding-bottom: 20px;

}
.cpxqbt span{
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
}
.cpxqbt p{
    font-size: 16px;
    color: #4c4c4c;
    padding-top: 5px;
    line-height: 30px;
}
.cpxqjj{}
.cpxqjj .cpjj{
    padding-bottom: 40px;
}
.cpxqjj span{
    color: #4c4c4c;
    white-space: pre-wrap!important;
}

.cpxqjj p{
    color: #4c4c4c;
    line-height: 30px;
}
/*产品中心-产品详情end */

/*项目中心*/
.xmzxbox{
    overflow: hidden;
    padding: 50px 0;
}
.xmzxbox ul{
    overflow: hidden;
    margin: 0 -8px;
}
.xmzxbox li{
    overflow: hidden;
    padding: 8px;
    width:50%;
    float:left;
}
.xmzxbox li.lixm25 {
    width:25%;
}
.xmzxbox li a{
    display: block;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.xmzxbox li a .xmbt{
    position: absolute;
    padding-left: 30px;
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 20px;
    left: 0;
    bottom: 0;
    padding-top: 30%;
    z-index: 2;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.44));
    width: 100%;
}



.xmlgbox{
    margin: 0 -8px;
}
.xmlgbox>div{
    padding: 0 8px;
}



/*项目中心end*/

/*项目中心-美容商学院*/
.xmxq1{

}
.xmxq1 .xmbt{
    text-align: center;
    padding: 50px 0;
}
.xmxq1 .xmbt p{
    font-size: 24px;
    color: #666666;
    padding-bottom: 10px;
}
.xmxq1 .xmbt span{
    font-size: 16px;
    color: #999999;
}

.xmxq1 .xmbt1{
    text-align: center;
    padding: 70px 0 50px;
}
.xmxq1 .xmbt1 p{
    font-size: 36px;
    color: #212121;
    padding-bottom: 50px;
}

.xmxq1 .xmbt1 p em {
    position: relative;
    z-index: 1;
    color: #16426c;
    margin-left: 20px;
}

.xmxq1 .xmbt1 p  em::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 13px;
    background: #95c0e8;
    content: '';
}


.xmxq1 .xmbt1 p::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 130px;
    width: 28px;
    height: 3px;
    background: #e20081;
}
.xmxq1 .xmbt1 span{
    font-size: 24px;
    color: #999999; 
    display:block;
    width: 60%;
    margin: 20px auto;
    line-height: 40px;
}
.xmxq1 .zmdtxt1 {
    width: 47%;
    margin: 0px auto 50px;
    font-size: 16px;
    color: #a1a1a1;
    line-height: 30px;
    text-align: center;
}
.xmxq1 .zmdtxt2,.xmxq1 .ffimg {
    width: 47%;
    margin: 0px auto 50px;

    
}
.backs {    
    background: #f7f7f7;
    padding-top:1px;
    margin-top: 50px;
}

.backs .supportTent {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}
 .backs .supportTent  ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .backs .supportTent ol li{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
}

  .backs .supportTent ol li img {
    display: block;
    transition: all 300ms;
}
.backs .supportTent ol li h2 {
    font-size: 22px;
    padding: 10px 0;
}
  .backs .supportTent ol li p {
font-size: 14px;
    color: #666;
    text-align: center;
    width: 65%;
    }
   .backs .supportTent {
    }
    .backs .supportTent {
    }
    .xmxq1 .ffimg img{

    }
.inbox {
    width:80%;
    margin:0 auto;
}
.twbox {
margin: 30px auto;
    text-align: center;
    color: #0171b6;
}
.twbox em{
    display:inline-block;
    font-size: 40px;
}
.twbox span{
        padding-left: 10px;
    font-size: 20px;
}
.inbox .instyle{
	display: inline-block;
	border: 1px solid #b6b6b6;
	width: 30%;
	padding: 10px 40px 25px;	
	box-sizing: border-box;
	position: relative;		
	margin-bottom: 47px;	
	vertical-align: middle;
	text-align: left;
}

.inbox  .textbox{
	font-size: 14px;

	color: #333333;
	line-height: 28px;
	
	height: 175px;
	

}
.inbox .bottomimg{
	display: block;
	margin: auto;
	margin-top: 25px;

}
.inbox .instyle:before{
	content: "";
	display: block;
	width: 35px;
	height: 12px;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
}
.inbox .instyle:after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: auto;
	background: #1a1a1a;
	border-radius: 12px;
}

.linktxt{
    color: #cccccc;
    font-size: 18px;
    padding: 10px 0px;
}

.line1 {
    width: 25px;
    height: 1px;
 
    margin: auto;
    margin-top: 15px;
 
    background: #313131;
}
.sqform {
    text-align:center;
    margin:50px auto;
}
.sqform h3{
        font-size: 24px;
    color: #0d0d0d;
}
.sqform p{
    color: #0d0d0d;
    font-family: arial;
   
    font-size: 18px;
    margin: 15px auto;
}
 .domnload {
    display: block;
    width: 420px;
    height: 50px;
  
    line-height: 50px;
   
    color: #fff;
    font-size: 16px;
   
   
    border-radius: 50px;
    margin: auto;
    margin-top: 26px;
      transition: all .3s;
    background: #03a2e9;
}
    .domnload:hover {
        background: #7fc7e7;
    }
.mattop {
    margin-bottom: 50px;
}
    .xmxq1 .zmdtxt2 h3 {
       text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    }
 .xmxq1 .zmdtxt2 p {
    font-size: 16px;
    color: #a1a1a1;
    line-height: 30px;
    }
.zbtxt {
    text-align:center;
    margin-bottom:50px;
    color: #e20081;
        font-size: 40px;
    position: relative;
    width: 720px;
    font-weight: 700;
    margin: 0px auto 50px;
}
.zbtxt::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 13px;
    background: #03a2e9;
    content: '';
}
.ppt1 {
    width:50%;
    margin:0px auto 50px;
    text-align: center;
}
.ppt1 p{
    font-size:24px;
    margin-bottom:15px;
    color:#999999;
}
.ztlist {
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
}
.ztlist li{
    width:33%;
    overflow:hidden;
    height:150px;
}
 .ztlist li img{
     width: 100%;
    height: 100%;
    object-fit: cover;
    }
.inbox1 {
    position: relative;

    width:80%;
    margin:0 auto;

}
 .inbox1 .left {
    width: 50%;
    float: left;
    border-right: 20px solid #e20081;
    box-sizing: border-box;
 

}

 .inbox1  .leftin {
    background: #fff;
    padding: 30px 145px;
    height: 370px;
    box-shadow: -10px 0 20px 0 rgb(0 0 0 / 20%);
        display: flex;
    justify-content: center;
    
    flex-direction: column;
}
 .inbox1  .text1 {
font-size: 16px;
    color: #000;
   
    line-height: 40px;
    font-weight: 600;
}
 .inbox1  .text2 {
    font-size: 36px;

    color: #03a2e9;
    line-height: 48px;

    font-family: impact;
    margin-bottom: 20px;

}
 .inbox1  .text3 {
    font-size: 14px;


    color: #1a1a1a;
    font-family: '宋体';
    margin-bottom: 12px;

}
.retai {
background: #eeeeee;
    position: relative;
    padding: 50px 0px;
}


.retai .right {
    width: 50%;
    display:inline-block;
  padding-left: 20px;
}


.retai .right h3 {
    background: url(../images/retai_img05.png) no-repeat left center;
    padding-left: 60px;
margin-bottom: 20px;
}

.retai .right ul {
    float: left;
    overflow: hidden;
    width: 98%;
    padding-right: 2%;
}
.fnt_30 {
    font-size: 30px;
}
.retai  .right ul li {
    padding: 0;
    position: relative;
   
    margin: 20px auto;
}
.fnt_16 {
    font-size: 16px;
}
.retai .right ul li p{
    color:#8a8787 ;
    font-size:14px;
}


.retai .right ul li:nth-child(1) {
}

.retai .right ul li:nth-child(2) {
       padding-left: 58px;
}
.retai .right ul li:nth-child(3) {
      padding-left: 116px;
}
.retai .right ul li:nth-child(4) {
     padding-left: 165px;
}
.retai .right ul li:nth-child(5) {
     padding-left: 200px;
}
.retai .right ul li:nth-child(6) {
     padding-left: 206px;
}
.retai .right ul li:nth-child(7) {
        padding-left: 180px;
}

.retai .right ul li:nth-child(8) {
   padding-left: 144px;
}
.retai .right ul li:nth-child(9) {
     padding-left: 96px;
}
.retai .right ul li:nth-child(10) {
         padding-left: 21px;
}

.retai .right ul li em
{
    color:#0171b6;   
    font-size:36px;
    padding-right:10px;
    font-weight: bold;
}

.retai .right ul li h4:before {
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #03a2e9;
}
.retai .right ul li h4 {
     color: #03a2e9;
     font-size: 18px;
     margin: 5px auto; 
}
.retai  .left {
    display:inline-block;
    width: 50%;    
}

 .retai .left .yuanpic {
     width:400px;
     height:400px;
     border-radius:50%;
     margin: 100px auto;
     overflow:hidden;
     float: right;
    }

.retai .left img{
width:100%;
display:block; 
border:0;
height:100%;
}
.retai0 {
    text-align: center;
    /*background-image: url(../images/jm_bg.jpg);*/
    padding: 1% 0 6%;
}
.retai0 .list li:hover .box {
    margin-top: -5px;
}

.retai0 .list li {
    width: 14.66666%;
    padding: 0 0 0 3%;
    margin-top: 70px;
    float: left;
    height: 144px;
    font-weight: bold;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    transition: all 1s 0.3s;
}

.retai0 .list li {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.retai0 .list li .box {
    width: 100%;
    height: 144px;
    font-family: 'Montserrat';
    position: relative;
    margin: 0px auto;
    background-color: #f8f8f8;
    background-position: center 90px;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-box-shadow: 0px 0px 10px #E3E3E4;
    -webkit-box-shadow: 0px 0px 10px #e3e3e4;
    box-shadow: 0px 0px 10px #e3e3e4;
}

.retai0 .list li .box .num {
    background: #fff;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 45px;
    color: #312927;
    text-align: center;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-box-shadow: 0px 0px 10px #E3E3E4;
    -webkit-box-shadow: 0px 0px 10px #e3e3e4;
    box-shadow: 0px 0px 10px #e3e3e4;
}

.retai0 .list li .box:after {
    content: ' ';
    display: block;
    width: 8px;
    height: 14px;
    background-image: url(../images/jm_125.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -13%;
    top: 50%;
    margin-top: -7px;
}

.retai0 .list li.li6 .box:after {
    width: 14px;
    height: 7px;
    background-image: url(../images/jm_151.png);
    right: 50%;
    margin-right: -7px;
    margin-top: 0;
    top: auto;
    bottom: -33px;
}

/*.retai0  .list li.li7, .retai0  .list li.li8, .retai0  .list li.li9, .retai0  .list li.li10, .retai0  .list li.li11, .retai0  .list li.li12 {
    float: right;
}*/

.retai0  .list li.li7 .box:after, .retai0  .list li.li8 .box:after, .retai0  .list li.li9 .box:after, .retai0  .list li.li10 .box:after, .retai0  .list li.li11 .box:after, .retai0  .list li.li12 .box:after {
    right: 0;
    left: -13%;
    background-image: url(../images/jm_154.png);
}

.retai0 .list li.li1 {}
.retai0 .list li.li2 {transition:all 1s 0.4s;}
.retai0 .list li.li3 {transition:all 1s 0.5s;}
.retai0 .list li.li4 {transition:all 1s 0.6s;}
.retai0 .list li.li5 {transition:all 1s 0.7s;}
.retai0 .list li.li6 {transition:all 1s 0.8s;}
.retai0 .list li.li7 {transition:all 1s 0.9s;}
.retai0 .list li.li8 {transition:all 1s 1s;}
.retai0 .list li.li9 {transition:all 1s 1.1s;}
.retai0 .list li.li10 {transition:all 1s 1.2s;}
.retai0 .list li.li11 {transition:all 1s 1.6s;}
.retai0 .list li.li12 {transition:all 1s 1.4s;}
.retai0.anm .jmtithead {transform:translateX(0);-webkit-transform:translateX(0);opacity:1;}
.retai0.anm .list li {transform:translateX(0);-webkit-transform:translateX(0);opacity:1;}
.inbox1 .leftin {
    padding: 30px 50px;
    
}

.jmtj {
width: 70%;
    margin: 0 auto;
}
.jmtj li{
line-height: 40px;
    font-size: 20px;
    margin: 30px auto;

}
    .jmtj li span{
          width: 30px;
    height: 30px;
    display: inline-block;
    background: #03a2e9;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px
    }

.jml,.jmr {
    width:50%
}


 .inbox1 .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

 .inbox1 #dituContent {
  width:100%;
  height:370px;
}

/*表单提交*/
.dgxxbox{
    position: fixed;
    width: 100%;
    height: 100%;
        overflow: auto;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 9999999;
    display: none;
}
.dgxxboxs{
    width: 100%;
    height: 100%;
    overflow: auto;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.dgxx{
    width: 640px;
    background: #ffffff;
    padding: 40px;
}
.gdxxbt{
    font-size: 18px;
   color: #e20081;
    padding-bottom: 30px;
}
.gdxxbt img{
    float: right;
    cursor: pointer;
}
.dgxx ul{}
.dgxx li{
    overflow: hidden;
    padding-bottom: 15px;
    color: #333333;
    font-size: 16px;
}
 .dgxx li.xmdh em{
     color:#ff0000;
    }
.dgxx li.xmdh{
    margin: 0 -5px;
}
.dgxx li.xmdh div{
    float: left;
    width: 50%;
    padding: 0 5px;
}
.dgxx li p{
    padding-bottom: 5px;
    
}
.dgxx li p.bl {
    display: inline-block;
    }

.dgxx li input,
.dgxx li select,
.dgxx li textarea{     
    border: 1px solid #cdcdcd;
    padding: 5px;
   
}
.ttf {
    color:#0ae;
}
.dxan {
    margin-left: 10px;
}
.ww100 {
    width:100%;
}
.itt100 {
    width:100px;
}
.itt200 {
    width:150px;
}
.itt300 {
    width:300px;
}
.dgxx li input.cur,
.dgxx li select.cur,
.dgxx li textarea.cur{
    border: 1px solid #ec3e3d;
}

.dgxx li input[type=number] {
    -moz-appearance:textfield;
}
.dgxx li input[type=number]::-webkit-inner-spin-button,
.dgxx li input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dgxx li textarea{
    height: 100px;
    resize: none;
}
.dgxx li span{
   display: inline-block;
    width: 90%;
    vertical-align: top;
font-size: 12px;
}
.ygtk{
    font-size: 16px;
    padding-bottom: 20px;
}
.ygtk a{
    color: #ec3e3d;
}
.ygtk input{
    width: 21px;
    height: 21px;
    background: #cdcdcd;
    border: 0;
    border-radius: 0;
    vertical-align: middle;
    margin-right: 10px;
}
#tijiao{
    display: block;
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
    margin: auto;   
    margin-top: 20px;
    background: #0ae;
    color: #ffffff;
    border-radius:50px;
}
#tijiao:hover{
    background: #e20081;
    
}

/*表单提交*/

.zmdppjs {

 
    background: #fff url(/images/zmd1.jpg) center top no-repeat;
    background-size: cover;
}

.meipaiShang {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
   align-items: center;
   padding-top: 120px;
}

.meipaiShang .meipaiShangWord {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    overflow: hidden;
    padding-right: 10%;
}
.meipaiShang .meipaiShangWord h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2;
    margin: 0px 50px;
    color: #01a2e9;
}
.meipaiShang .meipaiShangWord figure {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}
.meipaiShang .meipaiShangLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-p {
    font-size: 14px;
    line-height: 25px;
    text-indent: 0.5em;
    margin: 5px auto;
}


.panel-title {
    margin: 90px 0 83px;
    background: url(/images/bg-title-pc.png) no-repeat 0 7px;
    background-size: 100% auto;
    color: #363636;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}
.panel-title span {
    position: relative;
    z-index: 1;
    color: #16426c;
}

.panel-title span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 13px;
    background: #95c0e8;
    content: '';
}

.panel-list-f li {
    display: flex;
    margin: 26px auto;
    width: 61.5%;
    align-items: center;
    justify-content: flex-start;
}
.panel-list-f p {
    position: relative;
    padding-bottom: 14px;
    width: 65px;
    height: 67px;
    border: 2px solid #16426c;
    color: #16426c;
    font-weight: 700;
    font-size: 28px;
    line-height: 56px;    
    text-align: center;
}
.panel-list-f div {
    padding-left: 45px;
    width: 100%;
    text-align: left;
    font-size: 26px;
}
.panel-title .title-sub {
    position: relative;
    margin: 20px 0 0;
    padding-bottom: 20px;
    color: #8e8e8e;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px;
}
.panel-list-f p::before {
    position: absolute;
    top: 51px;
    left: 50%;
    width: 14px;
    height: 2px;
    background-color: #16426c;
    content: '';
    transform: translate(-50%,0);
}
.panel-title .title-sub::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-color: #8e8e8e transparent transparent;
    border-style: solid;
    border-width: 18px 10px;
    content: '';
    transform: translate(-50%,0);
}


.jsbox{

    /*height:600px;*/
    /*background: url(/images/mentor.jpg) center top no-repeat;*/
    background-size: cover;
    padding: 80px 0px;
}

.jsbox .ppi{
    width: 50%;
    float: left;
    overflow: hidden;
}
    .jsbox .ppi img{
        width:100%;
        display:block;
        border:0;
    }

.jsbox .ppt{
        width: 50%;
    display: inline-block;
    padding: 0px 30px;
}
.jsbox .ppt h3{
    font-size:24px;
    font-weight:600;
   margin: 20px auto 30px;
    color: #e20081;
}
.jsbox .ppt p{

}

.xmfw{
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 60px;
}
.xmfw h2{
    color: #007ecc;
    padding-bottom: 20px;
}
.xmfw p{
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
}
.mrbj{
    height: 550px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.xmsf{
    overflow: hidden;
    padding: 60px 0;
}
.xmsf ul{
    margin: 0 -30px;
}
.xmsf li{
    min-height: 250px;
    padding: 0 30px;
}
.xmsf span{
    font-size: 18px;
    font-weight: bold;

}
    .xmsf img {
        max-width:100%;
    }
.xmsf p{
    font-size: 16px;
    padding-top: 20px;
    color: #4c4c4c;
    line-height: 30px;
}
/*项目中心-美容商学院end*/

/*新闻资讯*/
.xwflzx{
    text-align: center;
    padding: 50px 0;
}
.xwflzx a{
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    color: #666666;
    border-radius: 20px;
    transition: all 0.3s;
}
.xwflzx a.cur,
.xwflzx a:hover{
    background: #007ecc;
    color: #ffffff;
}
.xwzxbox{
    overflow: hidden;
}
.xwzxbox ul{
    margin: 0 -22px;
}
.xwzxbox li{
    padding: 22px;
}
.xwzxbox li .fdbox{
    height: 330px;
    overflow: hidden;
    margin-bottom: 10px;
}
.xwzxbox li h3{
    height: 31px;
    overflow: hidden;
    margin-bottom: 10px;
}
.xwzxbox li span{
    color: #999999;
}
.xwzxbox li p{
    color: #4c4c4c;
    line-height: 28px;
    height: 50px;
    margin: 15px 0;
    overflow: hidden;
}
.xwzxbox li em{
    display: inline-block;
    color: #999999;
    border: 1px solid #e5e5e5;
    padding: 3px 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.xwzxbox li:hover h3{
    color: #007ecc;
}
.xwzxbox li:hover em{
    border-color: #007ecc;
    background: #007ecc;
    color: #ffffff;
}

/*新闻资讯end*/

/*新闻详情*/
.xwxqbox{
    width: 1200px;
    margin: auto;
}
.fhxwlist{
    padding: 50px 0;
}
.fhxwlist a{
    color: #666666;
}
.btbox{
    text-align: center;
    padding-bottom: 30px;
}
.btbox p{
    font-size: 24px;
    padding-bottom: 10px;
}
.btbox span{
    color: #808080;
}
.xwneirong .neirong{
    padding-bottom: 30px;
}
.xwneirong .neirong p{
    font-size: 16px;
    color: #4c4c4c;
    padding-bottom: 10px;
    line-height: 28px;
}
.xwneirong .neirong img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 10px auto;
}
.xqnrfy{
    padding-bottom: 100px;
}
.xqnrfy>a{
    color: #808080;
    float:right;
}
    .xqnrfy .share {
       float:left;
    }
    .xqnrfy ul {
        display:inline-block;
        vertical-align:middle;
    }
        .xqnrfy ul li {
            display:inline-block;
        vertical-align:middle;
        width:30px;
        height:30px;
        line-height:30px;
        border-radius:100%;
        text-align:center;
        border:1px solid #e5e5e5;
        }
    .xqnrfy li a {
        font-size:14px;
        color:#e5e5e5;
    }
    .xqnrfy li:hover a {
        color:#007ecb;
    }
.xqnrfy  span{
    color: #929292;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
/*新闻详情end*/

/*加入我们*/
.zpwzbt{
    padding-top: 30px;
}
.zpwzbt .zp{
    float: left;
}
.zpwzbt .zp div{
    font-size: 32px;
    padding-bottom: 10px;
}
.zpwzbt .zp div p{
    font-size: 16px;
}
.zpwzbt .jlwz{
    float: right;
    color: #929292;
    padding-top: 20px;
}
.zpwzbt .jlwz span{
    color: #007ecc;
    text-decoration: underline;
}

.sideMenu{
    padding: 60px 0;
}
.sideMenu_tit {
    background: #fff;
    line-height: 80px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 0 20px;
    box-sizing: border-box;
}
.sideMenu_tit span {
    display: block;
    width: 25%;
    font-size: 16px;
    float: left;
}
.rc_box .tit {
    background: #fff;
    color: #444444;
    line-height: 80px;
    height: 80px;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    position: relative;
}
.rc_box .tit {
    padding: 0 20px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .6s;
    z-index: 1;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rc_box .tit span {
    display: block;
    font-size: 16px;
    width: 25%;
    float: left;
}
.rc_box .rc_con {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #007ecc;
    display: none;
    border-top: none;
}
.rc_box .rc_con .box {
    width: 50%;
    line-height: 28px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    color: #808080;
}
.rc_box .rc_con .box p {
    margin-bottom: 10px;
}
.send_bar {
    padding-left: 20px;
    margin-top: 40px;
}
.send_bar a {
    color: #007ecc;
    text-decoration: underline;
}
.rc_box .tit.on,
.rc_box .tit:hover {
    background: #007ecc;
    color: #fff;
    border-bottom-color: #007ecc;
}
.rc_box:last-child .tit{
    border: 0;
}

/*加入我们end*/

/*联系我们*/
.xlbox{
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #cccccc;
}
.xlbox p{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.xlbox span{
    color: #808080;
}
.lxfs{
    margin-bottom: 20px;
}
.lxfs img{
    vertical-align:middle;
    margin-right: 10px;
}
.lxfs span{
    color: #007ecc;
    vertical-align: middle;
}
.lxfs p{
    color: #4c4c4c;
    padding-top: 10px;
}
.mapbox{
    padding: 50px 0 80px 0;
}
.mapbox iframe{
    height: 480px;
}
.lxfsfl{
    height: 480px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}





/*联系我们end*/





/*媒体查询*/
@media (min-width: 1350px)
{
    .hearder .container {
        width: 1400px;
    }

}
@media (min-width: 1420px)
{
    .hearder .container {
        width: 1400px;
    }

}
@media (min-width: 1530px)
{
    .hearder .container {
        width: 1500px;
    }
}
@media (min-width: 1540px)
{
    .sybox .synews .container,
    .sybox footer .container{
        width: 1540px;
    }

}
@media (min-width: 1700px)
{
    .hearder .container {
       width: 1700px;
    }
}

@media (max-width: 1600px) {
    .ldtdleft {
        width:30%;
    }
    .ldtdright {
        width:70%;
        padding-left:20px;
    }
        .ldtdright li .ldimg {
            width:30%;
        }
         .ldtdright li .ldtext {
            width:70%;
        padding-left:20px;
        }
}
@media (max-width: 1500px)
{
    .hearder ul li{
       margin: 0px;
    }
    .cpjj .xm6{
        height: 700px;
    }
       .hearder .logo span{
        font-size: 30px;
    }
      .hearder .logo a{
        margin-right: 10px;
    }
          .hearder .logo a img{ 
       
    }
.xmxq1 .xmbt1 {
   
    padding: 70px 0 0px;
}
    .xmxq1 .xmbt1 span {
        font-size: 20px;
    }

    .meipaiShang .meipaiShangWord h2 {
    font-size: 28px;
    }
    .meipaiShang .meipaiShangWord figure {
        padding:20px 0 40px;
    }

    .xmxq1 .zmdtxt2 h3 {
        font-size: 20px;
        margin-top: 20px;
    }
    .xmxq1 .zmdtxt2, .xmxq1 .ffimg {
margin: 0px auto 0px;
    }

    .inbox .instyle {
padding: 10px 20px 25px;
    }


    .jsbox .ppt h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px auto 5px;
    color: #d51b32;
}
    .inbox1 {
width: 100%;
    }

    .inbox1 .left {
        width:100%;
    }

}

@media (max-width: 1399px) {

    .hearder .logo a{
        margin-right: 10px;
    }
    .hearder .logo a img{
        width: auto;
    }
    .hearder .logo span{
        font-size: 24px;
    }
    .hearder ul li{
       
    }
    footer .wbdhfl li,
    .sybox footer .wbdhfl li{
        margin-right: 50px;
    }
    .cpjj .xm6{
        height: 500px;
    }
    .gylj li a{
        font-size: 24px;
    }
    .cpzxbox li>div{
        height: 500px;
    }
    .xwzxbox li h3{
        font-size: 16px;
    }
}
@media (max-width: 1220px) {
    .synews li .synewimg{
        height: 250px;
    }
    .synews li .syxwbt{
        font-size: 16px;
    }
    .synews li .syzy{
        font-size: 14px;
    }
    .synews ul{
        margin: 0 -15px;
    }
    .synews li{
        padding: 0 15px;
    }
    .gylj li{
        height: 300px;
    }
    .about2 li>div{
        height: 400px;
    }
    .qywhbox .qywhbj{
        height: 500px;
    }
    .qyrybox {
        padding: 50px 0;
    }
    .cpzxbox li>div{
        height: 400px;
    }
    .cpzxbox li .cplj>div{
        width: 80%;
    }
    .cpxxbox,
    .cpxqswiper,
    .xwxqbox{
        width: 100%;
    }
    .cpxqswiper .gallery-top .swiper-slide{
        height: 500px;
    }
    .mrbj{
        height: 300px;
    }
    .xmsf ul{
        margin: 0 -10px;
    }
    .xmsf li{
        padding: 0 10px;
    }
    .xwzxbox ul{
        margin: 0 -11px;
    }
    .xwzxbox li{
        padding: 11px;
    }
    .xmzxbox li.lixm25 {
        width:50%;
    }
     .ldtdleft {
        width:100%;
        margin-bottom:20px;
        height: 400px;
    padding-top: 80px;
    }
    .ldtdright {
        width:100%;
        padding-left:0;
    }
}
@media (max-width: 1100px) {
    .hearder{
        display: none;
    }
    .mhearder{
        display: block;
    }
    .layout{
        padding-top: 60px;
    }
    .banner{
        position: relative;
        height: 600px;
    }
    .banner .gallery-top{
        display: none;
    }
    .banner .gallery-thumbs .swiper-slide{
        padding: 0 12px;
    }
    footer .ewmyqlj{
        width: 40%;
    }
    .bannerqt{
        height: 400px;
    }
    .bannerqt .bannerfd{
        background-attachment: unset;
    }
}
@media (max-width: 1000px) {
    footer .wbdhfl li{
        width: 100%;
        margin-right: 0;
        padding-bottom: 10px;
    }
    footer .wbdhfl li a{
        display: inline-block;
        margin-right: 10px;
    }
    footer .wbdhfl li p{
        padding-bottom: 10px;
    }
    footer .ewmyqlj{
        width: auto;
    }

    footer .wbdhfl{
        margin-bottom: 20px;
    }
    .fzlcbox{
        padding: 20px 0;
    }
    .falcbt {
        padding-bottom: 10px;
    }
    .gyatye li a{
        height: 300px;
    }
    .gyatye {
        padding-bottom: 40px;
    }
    .about2 li>div{
        height: 300px;
    }
    .about2 li .about2jj{
        padding-left: 40px;
    }
    .about2 li.rightgy .about2jj{
        padding-right: 40px;
    }
    .xmlgbox>div,
    .xmzxbox li{
        padding: 8px 0;
    }
    .xmzxbox li,
    .xmzxbox li.lixm25 {
        width:100%;
    }

    .xmfw{
        width: 100%;
    }
    .xmsf{
        padding: 20px 0;
    }
    .xmsf li{
        min-height: 0;
        padding: 0;
        padding-bottom: 20px;
    }
    .xmsf ul{
        margin: 0;
    }
    .rc_box .rc_con .box{
        width: 100%;
    }
    .lxfsfl{
        height: auto;
        display: block;
    }
    .lxfs{
        float: left;
        width: 33.333333%;
        text-align: center;
    }

}
@media (max-width: 760px) {
    .synews ul{
        margin: 0;
    }
    .synews li{
        padding: 0 0 15px 0;
    }

    .jtjsbox,
    .jtjsbox .jtjs{
        padding: 20px 0;
    }
    .jtbt div{
        font-size: 24px;
        padding-bottom: 5px;
    }
    .jtbt p{
        font-size: 14px;
    }
    .gyatye li a{
        font-size: 18px;
    }
    .about2 li>div{
        height: auto;
        width: 100%;
    }
    .cpzxbox li img {
        display:block;
    }
    .about2 li.rightgy>div{
            float: left;
    }
    .about2 li .about2jj{
        padding: 20px 0;
        padding-left: 0;
        text-align: left;
        width: 100%;
    }
    .about2 li.rightgy .about2jj{
        padding-right: 0;
    }
    .about2 li p.h1{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .qywhbox .qywhbj{
        height: auto;
        padding: 40px 0;
    }
    .qywhbox .qywhbj .whjj div{
        opacity: 0.8;
    }
    .qywhbox .qywhbj .whjj{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(52,132,234,0.8);
    }
    .qywhbox{
        padding: 30px 0;
    }
    .cpzxbox li>div{
        width: 100%;
        height: auto;
    }
    .cpzxbox li .cplj{
        padding: 30px 10px;
    }
    .cpzxbox li .cplj>div{
        width: 100%;
    }
    .cpzxbox li .cplj .cpsybt{
        font-size: 20px;
    }
    .cpzxbox li .cplj p{
        font-size: 14px;
        line-height: 24px;
        padding: 15px 0;
    }
    .cpxqswiper .gallery-top .swiper-slide{
        height: 400px;
    }
    .mrbj{
        background-attachment: inherit;
    }
    .xmsf span{
        font-size: 16px;
    }
    .xmsf p{
        font-size: 14px;
        padding-top: 10px;
    }
    .xwzxbox li h3,
    .xwzxbox li p{
        height: auto;
    }
    .xwzxbox ul{
        margin: 0;
    }
    .xwzxbox li{
        padding: 11px 0;
    }
    .xqnrfy .bdsharebuttonbox{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .xqnrfy>a{
        width: 100%;

    }
    .btbox p{
        font-size: 18px;
    }
    .xwneirong .neirong p{
        font-size: 14px;
    }
    .rc_box .tit span:nth-child(4),
    .sideMenu_tit span:nth-child(4)
    {
        display: none;
    }
    .rc_box .tit span,
    .sideMenu_tit span{
        width: 33.333333333%;
        text-align: center;
        font-size: 14px;
    }
    .rc_box .rc_con .box{
        padding: 10px 0;
    }
    .rc_box .rc_con{
        padding: 0 10px;
    }
    .send_bar{
        padding:0;
        margin: 20px 0;

    }
    .rc_box .tit{
        height: 60px;
        line-height: 60px;
    }
    .sideMenu_tit{
        line-height: 60px;
    }
    .zpwzbt .zp,
    .zpwzbt .jlwz{
        text-align: center;
        width: 100%;
    }
    .xwflzx{
        padding: 20px 0;
    }
    .cpjj {
    padding: 5px 0;
}
    .cpjj .xm6 {
    margin: 5px 0;
}
    .gylj li {
    margin-bottom: 10px;
}
    .gyatye li {
        
     margin-bottom: 10px;
}
    .cpzxbox {
        padding-top:10px;
    }
    .ldtdleft {
        height:300px;
    }
        .ldtdleft div {
    margin-bottom: 30px;
    font-size: 24px;
        }
        .ldtdleft span {
    padding: 10px 0;
    font-size: 20px;
}
    .ldtdright li .ldimg {
        width:100%;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .ldtdright li .ldtext {
    width: 100%;
    padding-left:0;
}
        .ldtdright li .ldtext div {
            margin-top:15px;
            line-height:26px;
        }
    .ldtdright li {
        padding:20px 0;
    }
}


@media (max-width: 640px) {
    .banner{
        height: 400px;
    }
    .banner .gallery-thumbs .swiper-pagination{
        right: 10px;
    }
    .mhearder .mlogo img{
        width: 100px;
    }

    .xmxq1 .xmbt1 {   
    padding: 30px 0 0px;
}
  .xmxq1 .xmbt1 p {
      font-size: 20px;
    color: #212121;
    padding-bottom: 16px;
        }
.xmxq1 .xmbt1 p::after { 
    top: 70px;
    height: 2px;

}
.xmxq1 .xmbt1 span {
    font-size: 16px;
    color: #999999;
    display: block;
    width: 90%;
    margin: 10px auto;
    line-height: 26px;
}

.xmxq1 .zmdtxt1 {
    width: 90%;
    margin: 0px auto 50px;
    font-size: 14px;
    color: #a1a1a1;
    line-height: 26px;
 
}

.layout {
    padding-top: 30px;
}

    .meipaiShang {
        display:block;
        padding-top:0;
    }

.meipaiShang .meipaiShangWord {
    padding-right: 0;
        width: 100%;
        }

.meipaiShang .meipaiShangWord h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    margin: 0px;
    color: #01a2e9;
    text-align: center;
}

.meipaiShang .meipaiShangWord figure {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    margin: 0px 10px;
}

.meipaiShang .meipaiShangLogo {
    display: block;
    width: 100%;
    text-align: center;
}
    .meipaiShang .meipaiShangLogo img {
            width: 60%;
        margin:0;

    }

    .jsbox .ppi {
       float: none;
        display:block;
        width: 100%;
    }
    .jsbox .ppi img{
        width:100%;
        display:block;
        border:0;
    }
    .jsbox .ppt {      
        display:block;
        width: 100%;
        padding: 0px 10px;
    }
.retai .left .yuanpic {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 50px auto;
    overflow: hidden;
    float: none;
}
.jsbox .ppt h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px auto;
    color: #d51b32;
    text-align: center;
}

.ztlist li {
    width: 48%;
    overflow: hidden;
    height: 100px;
    margin-bottom: 15px;
}

    .jsbox {

padding: 20px 0px 30px;
    }


    .xmxq1 .zmdtxt2, .xmxq1 .ffimg {
    width: 96%;
    margin: 0px auto 20px;
    }

.xmxq1 .zmdtxt2 h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
}

.xmxq1 .zmdtxt2 p {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 26px;
}

.xmxq1 .ffimg img {
    width: 100%;
    display: block;
    border: 0;
}
    .fiexd {
        right: 0px;
    }
    .fiexd img {
        width:80%;
    }

.ppt1 {
    width: 90%;
    margin: 30px auto 50px; 
}

.ppt1 p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #999999;
}

.zbtxt {
        width:100%;
        margin: 0px auto 50px;
        font-size: 25px;
    }

.panel-title {
    margin: 0px 0 70px;
    background: url(/images/bg-title-pc.png) no-repeat 0 7px;
    background-size: 100% auto;
    color: #363636;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
}

.panel-title .title-sub {
    position: relative;
    margin: 15px 0 0;
    padding-bottom: 10px;
    color: #8e8e8e;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}
    .panel-title .title-sub::before {
border-width: 12px 8px;
    }

.panel-list-f li {
    display: flex;
    margin: 26px auto;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

    .panel-list-f p {
    position: relative;
    /* padding-bottom: 14px; */
    width: 50px;
    height: 40px;
    border: 2px solid #16426c;
    color: #16426c;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}


    .panel-list-f p::before {
        top: 28px;
    }

    .panel-list-f div {
    padding-left: 15px;
    width: 100%;
    text-align: left;
    font-size: 16px;
}
    .backs .supportTent {
        width:100%;
    }

   .backs .supportTent ol {
        padding-left:0;
    }
.backs .supportTent ol li {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 0px 0 20px;
}

.backs .supportTent ol li h2 {
    font-size: 14px;
    padding: 10px 0;
}
    .backs .supportTent ol li p {
font-size: 12px;
width:95%;
    }

    .inbox {
        width:100%;
    }

.inbox .instyle {
width: 48%;
padding: 10px 10px 30px;
        }

    .twbox {
margin: 10px auto;
    }

 .twbox em {
     font-size: 30px;
     display: block;
}

.twbox span {
font-size: 16px;
padding-left:0;
        }

.inbox .textbox {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    height: auto;

}

    .inbox .bottomimg {
        display:none;
    }


.sqform p {
        font-size: 12px;
}
.sqform h3 {
        font-size: 18px;
}


    .retai .right, .retai .left {
        width:100%;
    }

    .retai .right {
        margin-top: 20px;
        padding-left: 0px;
    }

.fnt_30 {
    font-size: 20px;
}

.retai .right h3 {
    background: url(../images/retai_img05.png) no-repeat left center;
    padding-left: 40px;
    margin-bottom: 20px;
    background-size: contain;
}
.retai .right ul li h4 {
    color: #03a2e9;
    font-size: 16px;
    margin: 5px auto;
}
.fnt_16 {
    font-size: 14px;
}

.retai0 .list li {
width: 50%;
padding: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
    height:auto;
    }

    .retai0 .list li .box:after {
        display:none;
    }

    .dgxxboxs {
width: 94%;
    height: 96%;
    margin: 10px auto;
    background: #fff;
    }

    .dgxx {
padding: 20px;
    height: 100%;
    }

.dgxx li p.bl {
   
    font-size: 14px;
}
.dgxx li p {
    padding-bottom: 5px;
    font-size: 14px;
}
    #tijiao {
margin-top: 0px;
    }

.retai .right ul li:nth-child(1) {
     padding-left: 0px;
}

.retai .right ul li:nth-child(2) {
      padding-left: 0px;
}
.retai .right ul li:nth-child(3) {
     padding-left: 0px;
}
.retai .right ul li:nth-child(4) {
    padding-left: 0px;
}
.retai .right ul li:nth-child(5) {
   padding-left: 0px;
}
.retai .right ul li:nth-child(6) {
   padding-left: 0px;
}
.retai .right ul li:nth-child(7) {
       padding-left: 0px;
}

.retai .right ul li:nth-child(8) {
  padding-left: 0px;
}
.retai .right ul li:nth-child(9) {
    padding-left: 0px;
}
.retai .right ul li:nth-child(10) {
        padding-left: 0px;
}

    .inbox1 .right {
display: none;
    }
.domnload {
    width: 300px;
}

    .search-form{
        z-index: 101;
    }
    footer .ewmyqlj{
        width: 100%;
    }
    footer{
        padding-top: 20px;
    }
    footer .wbbq {
        padding: 30px 0 20px 0;
    }
    .cpjj .xm6 {
        height: 350px;
    }
    .synews {
        padding: 20px 0;
    }
    .bannerqt {
        height: 300px;
    }
    .qyjjbox .zjxjj p{
        padding-top: 10px;
        line-height: 24px;
    }
    .qyrybox .rongyu .ryimg{
        padding: 0;
    }
    .qyrybox .rongyu .ryimg,
    .qyrybox .rongyu .ryrq{
        height: 270px;
    }
    .qyrybox {
        padding: 20px 0;
    }
    .cpxqswiper .gallery-top .swiper-slide{
        height: 300px;
    }
    .cpxqswiper .gallery-thumbs .swiper-slide{
        width: 50px;
        height: 50px;
    }
    .cpxqswiper .gallery-thumbs{
        padding-top: 10px;
    }
    .cpxqswiper{
        padding: 20px 0;
    }
    .xmxq1 .xmbt{
        padding: 20px 0;
    }
    .xmxq1 .xmbt p{
        font-size: 20px;
    }
    .xmxq1 .xmbt span{
        font-size: 14px;
    }
    .xmfw h2{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .xmfw p{
        font-size: 14px;
    }
    .xmfw{
        padding-bottom: 20px;
    }
    .zpwzbt .zp div{
        font-size: 20px;
    }
    .zpwzbt{
        padding-top: 20px;
    }
    .sideMenu{
        padding: 20px 0;
    }
    .lxfs{
        width: 100%;
    }
    .mapbox iframe{
        height: 400px;
    }
    .xwflzx a{
        margin-right: 10px;
        padding: 10px;
    }
    .search-form form{
        width: 100%;
    }
.xlbox{
display:none;
}
}


@media (max-width: 414px) {
    .banner{
        height: 300px;
    }
    .gylj li a{
        font-size: 18px;
    }

}
