*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "微软雅黑";
}

ul{
    list-style: none;
}

img{
    /*max-width: 100%;*/
}
.swiperlicens .swiper-slide span a{
    color: #333;
}
/*缓存*/
.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
}
.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
  -webkit-animation-duration: 1.26s;
          animation-duration: 1.26s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
  -webkit-animation-duration: 1.01s;
          animation-duration: 1.01s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
  -webkit-animation-duration: 0.73s;
          animation-duration: 0.73s; }
.line-scale-party > div {
  background-color: #7aba1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }


/*end*/


/*头部*/
.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}



/**/
.clear {
    clear: both;
}

header .nav-btn {
    width: 45px;
    height: 34px;
    margin-top: 7px;
    position: relative;
}
.fl {
    float: left;
    display: inline;
}

header .nav-btn span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #068585;
    position: absolute;
    left: 0;
    top: 12px;
    transition: left 0.3s,top 0.3s;
}
header .nav-btn span.line1, header .nav-btn span.line3, header .nav-btn span.line3 {
    left: 15px;
}
header .nav-btn span.line2 {
    left: 30px;
    background: #e8921f;
}

header .logo {
    margin: 0 auto;
    width: 96px;
    display: block;
    padding-top: 1rem;
}
header .logo img {
    width: 100%;
}

header .nav-btn.hover span.line2{
    left: 12px;
}
header .nav-btn.hover span.line0{
    top: 0;
}
header .nav-btn.hover span.line1{
    top: 0;
    left: 24px;
}
header .nav-btn.hover span.line3{
    top: 24px;
    left: 0;
}
header .nav-btn.hover span.line4{
    top:24px;
    left:24px;
}

.headerphone{
    line-height: 100%;
    font-size: 18px;
    color: #2759a3;
    margin-left: 2rem;
    margin-top: 4.5rem;
}
.headerphone img{
    margin-left: 2.5rem;
    margin-right: 1rem;
}
.clear{
    clear: both;
}
.fr {
    float: right;
    display: inline;
}


.headers a.menu {
    display: block;
    width: 22px;
    float: left;
    z-index: 1;
    margin-top: 4.5rem;
}


.headers a.menu span:first-child {
    margin-top: 0;
}

.headers a.menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3f6db3;
    margin-top: 5px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.headers a.menu span:last-child {
    width: 12px;
}

.headers a.menu:hover span:nth-child(1) {
    width: 11px;
}
.headers a.menu:hover span:nth-child(2) {
    width: 18px;
}

.headers a.menu:hover span:nth-child(3) {
    width: 22px;
}

















.search {

}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 128px;
    display: none;
    z-index: 10;
    background: #003366;
    padding: 18px 2%;
}
.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}
.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
}
.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}
.search-box form .text::-webkit-input-placeholder{
    color: #fff;
}
.search-box form .text:-moz-placeholder{
    color: #fff;
}
.search-box form .text::-moz-placeholder{
    color: #fff;
}
.search-box form .text:-ms-input-placeholder{
    color: #fff;
}
/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/
.navigation {
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 60px;
    background: #1c1e1f no-repeat center center / cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}


.navigation .nav-header {
    width: 60px;
    height: 100%;
    border-right: 1px solid #323334;
    background-color:#999;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    padding: 20px 0 0;
    text-align: center;
}

.nav-header img {
    margin: 6px auto 10px;
}
.nav-header a.close {
    display: block;
    width: 10px;
    height: 18px;
    opacity: .8;
    background: url(../image/back.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
}
.navigation a.close.menuClose {
    width: 18px;
    margin-left: -9px;
    background-image: url(../image/close.png) !important;
}


.navigation .nav-markwater {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.navigation .nav-markwater .inner {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.navigation .container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    padding: 0;
}

div.navigation .nav-table {
    width: 100%;
    height: 100%;
    padding: 0 50px;
    display: table;
}
div.navigation .nav-table .nav-item {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
div.navigation .nav-table .nav-item:first-child {
    padding-left: 90px;
}
div.navigation ul.list {
    display: inline-block;
}
div.navigation ul.list li {
    padding: 3px 0;
    font-family: c-book;
    font-size: 50px;
}
div.navigation ul.list li a {
    display: inline-block;
    position: relative;
    color: #FFF;
}
div.navigation .nav-table .nav-item {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
div.navigation .right-info dl {
    width: 50%;
    padding-right: 50px;
    padding-bottom: 15px;
    float: left;
}
div.navigation .right-info dl dt {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}
div.navigation .right-info dl dd {
    font-size: 14px;
    color: #aaa;
    padding: 10px 0;
    line-height: 24px;
}
div.navigation .right-info dl.wd100 {
    width: 100%;
}
div.navigation ul.list li.gray a{ color: #999; }




.more{
    position: absolute;
    left: 50%;
    top: 118px;
    width: 200px;
    margin-left: -69px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;
    display: none;
}
.more a{
    display: block;
    color: #6d6d6d;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    padding-left: 60px;
    transition: all 0.3s linear 0s;
}

.more a:hover{
    color: #ffce00;
}














.bannerText{
    position: absolute;
    text-align: center;
    color: #fff;
    top: 43%;
    width: 100%;
    cursor: pointer;
}
.bannerText label{
    font-size: 44px;
}
.bannerText div{
    font-size: 30px;
}
.bannerText span{
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: auto;
    margin-top: 2rem;
    transition: 0.3s linear;
}
.bannerText:hover span{
    width: 240px;
    transition: 0.3s linear;
}




/*banner*/
.banner{
/*    margin-top: 9rem!important;*/
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner .bannerswiperpagination{
    bottom: 12%!important;
}
.bannerswiperpagination .swiper-pagination-bullet{
    width: 28px;
    height: 4px;
    border-radius: 0;
}
.bannerswiperpagination span.swiper-pagination-bullet-active{
    background: #ffce00;
}
/*.bannernext{
    width: 69px!important;
    height: 69px!important;
    background: url(../image/4.png) no-repeat!important;
    background-size: 69px 69px!important;
    right: 20%!important;
}
.bannerprev{
    width: 69px!important;
    height: 69px!important;
    background: url(../image/5.png) no-repeat!important;
    background-size: 69px 69px!important;
    left: 17%!important;
}*/


/*end*/


.clearfix{
    zoom:1;
}


.category {
    background: #fff;
    margin: auto;
    margin-top: -70px;
    position: relative;
    z-index: 100;
    max-width: 1200px;
}


.category-nav {
    width: 100%;
    height: 70px;
}

.category-nav li {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    background-image: url(../image/category-li.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #ffce00;
    width: 25%;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.8s;
    -moz-transition: background-color 0.8s;
    -webkit-transition: background-color 0.8s;
    -o-transition: background-color 0.8s;
}

.category-nav li a{
    color: #fff;
display: block;
}
.category-nav li.on a{
    color: #374252;
}
.category-nav li i {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../image/category-icon.png) no-repeat;
    background-size: 891px 110px;
    vertical-align: middle;
    margin-right: 20px;
}


.category-nav li.on i.icon-1 {
    background-position: 3px 0px;
}



.category-nav li i.arrowR {
    float: right;
    width: 0.24rem;
    height: 1.25rem;
    display: none;
    background: url(../image/category-arrowR.png) no-repeat center center;
    background-size: 0.24rem 0.43rem;
    margin-right: 0;
}

.category-nav li.on:hover {
    background: #fff;
}
.category-nav li.on {
    background-color: #fff;
    color: #374252;
    background-image: none;
}
.category-nav li i.icon-1 {
    background-position: 3px -82px;
}
.category-nav li i.icon-2 {
    background-position: -296px -82px;
}

.category-nav li i.icon-3 {
    background-position: -612px -82px;
}
.category-nav li i.icon-4 {
    background-position: -861px -82px;
}
.category-nav li:hover {
    background: #ffce00;
}


.category-list {
    display: none;
    overflow: hidden;
}

.category-nav li.on i.icon-2 {
    background-position: -296px 0px;
}

.category-nav li.on i.icon-3{ background-position:-612px 0px; }
.category-nav li.on i.icon-4{ background-position:-861px 0px; }






.category-list li {
    float: left;
    font-size: 15px;
    height: 85px;
    color: #374252;
    background-image: url(../image/category-pro-li.png);
    background-repeat: no-repeat;
    background-position: center right;
    text-align: center;
    cursor: pointer;
    width: 25%;
}
.category-list li i {
    display: block;
    width: 54px;
    height: 50px;
    background: url(../image/category-pro-new-icon.png) no-repeat;
    background-size: 770px 120px;
    margin: 0 auto 5px;
}

.category-list-house li i.icon-1{ background-position:-420px 0; }
.category-list-house li i.icon-2{ background-position:-480px 0; }
.category-list-house li i.icon-3{ background-position:-540px 0; }
.category-list-house li i.icon-4{ background-position:-600px 0; }

.category-list-house li:hover i.icon-1{ background-position:-420px -70px; }
.category-list-house li:hover i.icon-2{ background-position:-480px -70px; }
.category-list-house li:hover i.icon-3{ background-position:-540px -70px; }
.category-list-house li:hover i.icon-4{ background-position:-600px -70px; }

.category-wrap {
    margin-top: 45px;
    margin-bottom: 43px;
}


.category-list li a {
    font-size: 15px;
    color: #374252;
}

.category-list li:hover a {
    color: #ffce00;
}

.category-list li:last-child {
    background-image: none;
}



.protop{
    text-align: center;
    margin-bottom: 4rem;
}
.protop span{
    font-size: 72px;
    color: #406194;
    font-family: "Microsoft Yi Baiti Regular";
    text-transform: uppercase;
}

.protop div{
    font-size: 21px;
    color: #252729;
    width: 606px;
    height: 49px;
    margin: auto;
    background: url(../image/9.png)center 0 no-repeat;
    background-size: 100% 100%;
    line-height: 49px;
    margin-bottom: 10px;
}
.protop label{
    margin: 0;
    font-size: 30px;
    color: #161e2a;
    font-weight: 400;
}







.swiper-containerone {
    width: 100%;
    overflow: hidden;
}

.nex1{
    background: url(../image/images/1.png)center 0 no-repeat!important;
    width: 53px!important;
    height: 153px!important;
    right: 13.5%!important;
}

.prev1{
    background: url(../image/images/2.png)center 0 no-repeat!important;
    width: 53px!important;
    left: 13.5%!important;
    height: 153px!important;
}

.xilei{
    width: 100%;
    position: relative;
}

.xilei>a>img{
    width: 100%;
}


.xileis{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    height: 35%;
    background: rgba(96,103,124,0.6);
}
.xileis>span{
    color: #f3f3f3;
    font-size: 18px;
    margin-top: 5%;
    display: block;
}
.xileis>img{
    display: block;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;
}


.swiper-containertwo{
    width: 65%;
    margin: auto;
}

.swiper-containertwo img{
    width: 100%;
    border: 2px solid #fff;
}





.indextit{
    text-align: center;
    font-size: 47px;
    padding: 6rem 0;
    color: #456597;
}


.homewrap{
    background: #f5f5f5;
}

.wrap{ width:1200px; margin:0 auto;}



.prodcut-nav{ width:100%; overflow:hidden; position:relative; z-index:11;}
.prodcut-nav ul{border-right:1px solid #e5e5e5; overflow:hidden}
.prodcut-nav li{ width:199px; height:160px; float:left; line-height:100%; text-align:center; border-left:1px solid #e5e5e5}
.prodcut-nav  a{ display:block; height:125px; width:170px; color:#666; padding-top:35px; font-size:16px; -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}




.pro-icon{ display:block; background:url(../image/product_icon.png); width:68px; height:68px; margin:0 auto 10px; }
.prodcut-nav  .hover a,.prodcut-nav  a:hover{ color:#ffce00}
.prodcut-nav  .hover a .pro-icon,.prodcut-nav  a:hover .pro-icon{ background-image:url(../image/product_icon_h.png)}
.pro-icon-2{ background-position:0 -68px}
.pro-icon-3{ background-position:0 -136px}
.pro-icon-4{ background-position:0 -204px}
.pro-icon-5{ background-position:0 -272px}
.pro-icon-6{ background-position:0 -340px}
.pro-icon-7{ background-position:0 -408px}
.pro-icon-8{ background-position:0 -476px}






.pro-nav-img{ height:900px; position:relative;}
.pro-nav-img li{ width:100%; height:900px; background-position:center center; height:900px; width:100%; position:absolute; left:0; right:0; top:0; bottom:0; display:none; cursor:pointer; overflow:hidden}
.pro-nav-img li .li-bg{ width:100%; height:900px; width:100%; height:900px; background-position:center center;  width:100%; position:absolute; left:0; right:0; top:0; bottom:0; cursor:pointer;}
.pro-nav-img li:hover{ opacity:0.99;}

.pro-nav-text{ position:absolute; top:0; left:0; right:0; text-align:center; color:#fff; z-index:12}
.pro-nav-text .t1{ font-size:48px; padding-bottom:27px; color:#060001; font-weight:300}
.pro-nav-text .t2{ font-size:32px; line-height:26px; color:#999; font-weight:300}
.pro-nav-text .t3{ font-size:18px; color:#333; padding-top:30px; line-height:160%}
.pro-nav-img li .li-bg{
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;}
.pro-nav-img li:hover .li-bg{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;}



.pro-nav-img li:hover {
    opacity: 0.99;
}


.li-text{ position:absolute; left:0; text-align:center; width:100%; bottom:50px; z-index:11}


.li-img{ position:absolute; width:100%; text-align:center;}




.pro-nav-img li .li-bg {
    bottom: 0px;
    top: auto;
    background-repeat: no-repeat;
    height: 900px;
}



.indexzhaoshang{
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.indexzhaoshang>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}


.hometop{
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.hometop span{
    font-size: 72px;
    color: #406194;
    font-family: "Microsoft Yi Baiti Regular";
    text-transform: uppercase;
}

.hometop div{
    font-size: 21px;
    color: #252729;
    width: 606px;
    height: 49px;
    margin: auto;
    background: url(../image/9.png)center 0 no-repeat;
    background-size: 100% 100%;
    line-height: 49px;
    margin-bottom: 10px;
}
.hometop label{
    margin: 0;
    font-size: 16px;
    color: #6b6a69;
    font-weight: 400;
    font-family: "Microsoft Yi Baiti Regular";
    text-transform: uppercase;
}



.indexzhaoshang_a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 3px 0;
    margin-bottom: 6rem;
}

.indexzhaoshang_a a{
    position: relative;
    width: 24.5%;
    display: block;
    text-align: center;
    color: #fff;
    margin-right: 0.6%;
    overflow: hidden;
    transition: all 0.3s;
    top:0;
}

.indexzhaoshang_a div{
    font-size: 23px;
    position: absolute;
    top: 2rem;
    width: 100%;
}
.indexzhaoshang_a img{
    width: 100%;
}


.indexzhaoshang_a a:nth-child(4){
    margin-right: 0;
}

.indexzhaoshang_a a:hover{
    top: -3px;
    transition: all 0.3s;
}




.homeNew{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 6rem;
}


.homeNewLeft{
    float: left;
    width: 51%;
    overflow: hidden;
    background: #f8f8f8;
    padding: 2.5rem 0;
    padding-left: 2.5rem;
}
.homeNewLeft a{
    display: block;
    width: 89.706%;
    overflow: hidden;
}
.homeNewLeft a div{
    width: 100%;
    overflow: hidden;
}
.homeNewLeft a div img{
    width: 100%;
    transition: all 0.3s;
}
.homeNewLeft a h5{
    margin: 0 0;
    color: #232421;
    font-size: 16px;
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.homeNewLeft a h5 i{
    float: right;
    font-style: normal;
}
.homeNewLeft a p{
    color: #8d8c8d;
    line-height: 27px;
}
.homeNewLeft a span{
    display: block;
    width: 165px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    background: #12559a;
    color: #fff;
}

.homeNewLeft a:hover div img{
    transform: scale(1.05);
}





.homeNewRight{
    float: right;
    width: 48%;
    background: #f8f8f8;
    overflow: hidden;
}
.homeNewRight a{
    display: block;
    border-top: 1px solid #ccc;
    width: 96%;
    margin: auto;
    margin-top: 2.5rem;
}
.homeNewRight a div{
    overflow: hidden;
    font-weight: 700;
    color: #232421;
    margin: 1.3rem 0;
    margin-bottom: 1.5rem;
}
.homeNewRight a div img{
    margin-right: 9px;
}
.homeNewRight a div i{
    float: right;
    font-style: normal;
}
.homeNewRight a p{
    color: #8d8c8d;
    overflow: hidden;
    margin: 0;
    margin-bottom: 2rem;
}
.homeNewRight a p span{
    display: block;
    float: left;
    width: 87%;
    line-height: 27px;
}
.homeNewRight a p img{
        float: right;
}
.homeNewRight a div:hover{
    color: #12559a;
}



.youqiang{
    width: 100%;
    background: #f2f2f2;
    padding: 2.5rem 0;
}
.youqiang>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.youqiang span{
    float: left;
    display: block;
    font-size: 15px;
}
.youqiang a{
    float: left;
    color: #666666;
    border-right: 1px solid #ccc;
    display: block;
    line-height: 100%;
    margin-top: 4px;
    padding: 0px 2rem;
}
.youqiang a:last-child{
    border: 0;
}












































/**/
.bottom{
    width: 100%;
    background: #e9e9e9;
    overflow: hidden;
}

.bottoms{
    max-width: 1310px;
    overflow: hidden;
    margin: auto;
    padding-top: 6rem;
    margin-bottom: 5rem;
}

.bottomsLeft{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    float: left;
}
.bottomsLeft div{
    width: 16.666%;
    line-height: 32px;
    padding-left: 5.5rem;
}
.bottomsLeft div a:nth-child(1){
    color: #494949;
    font-size: 16px;
    font-weight: 700;
}
.bottomsLeft div a{
    display: block;
    color: #585858;
}

.bottomRight{
    float: right;
    text-align: right;
}
.bottomRight span{
    color: #333300;
}
.bottomRight label{
    font-size: 26px;
    color: #12559a;
    font-family: Impact Regular;
    margin: 0;
    display: block;
}
.bottomRight img{
        width: 120px;
}
.allbottom{
    text-align: center;
    color: #406194;
    line-height: 64px;
    background: #285aa1;
}
.allbottom a{
    color: #d7d7d7;    
}







.f-nav{
    display: none;
}


.f-nav a{
    display: block;
}
.f-nav .tit{
    padding: .3rem;
    font-size: .36rem;
    line-height: .46rem;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.f-nav .tit:before{
content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1rem;
    height: 1.1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../image/m-nav-arrow.png")
}
.f-nav li.on1 .tit:before{
    background-image: url("../image/m-nav-jia.png");

}
.f-nav li.on2 .tit:before{
    background-image: url("../image/m-nav-jian.png");
    background-size: contain;
}
.f-nav .sub{
    display: none;
    padding: .15rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.f-nav .sub a{
    font-size: .3rem;
    line-height: .4rem;
    padding: .15rem .3rem;
    color: #333;
}









































/*list*/

.listheader{
    width: 100%;
    height: 118px;
    position: relative;
    padding: 0 16rem;
    background: #fff;
    border-top: 10px solid #ffce00;
}

.listheader>a{
    float: left;
}
.listheader>a>img{
    margin-top: 1rem;
}
.listheaderRight{
    float: right;
    margin-right: 2rem;
}


.listheaderRight ul{
    font-size: 0;
    width: 100%;
    margin: 0;
    height: 118px;
}
.listheaderRight ul>li{
    display: inline-block;
    font-size: 16px;
    position: relative;
    height: 118px;
    line-height: 118px;
}
.listheaderRight ul>li>a{
    color: #464646;
    padding-left: 3.5rem;
}


.navsearchphone{
    float: right;
    position: relative;
}

.navsearchphone a{
    float: left;
}
.navsearchphone a img{

}


























.listbanner{
    width: 100%;
}
.listbanner img{
    max-width: 100%;
}


.alllistsearch{
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    line-height: 92px;
}

.alllistsearch>div{
    max-width: 1200px;
    margin: auto;;
    overflow: hidden;
}

.alllistsearchLeft{
    float: left;
    font-size: 16px;
    color: #464646;
}
.alllistsearchLeft img{
    margin-right: 7px;
}
.alllistsearchLeft i{
    font-style: normal;
}
.alllistsearchLeft span{

}
.alllistsearchLeft a{
    color: #464646;
}



.listnavRight{
    float: right;
}
.listnavRight a{
    display: block;
    float: left;
    font-size: 16px;
    color: #464646;
    padding: 0 3rem;
    transition: 0.3s linear;
}
.listnavRight a.on{
    background: #406093;
    color: #fff;
}
.listnavRight a:hover{
    background: #406093;
    color: #fff;
    transition: 0.3s linear;
}

/*.alllistsearchRight{
    float: right;
    overflow: hidden;
}

.alllistsearchRight span{
    float: right;
    background: url(../image/images/7_03.jpg)center 0 no-repeat;
    background-position: 0;
    color: #464646;
    padding-left: 2rem;
    margin-right: 2rem;
}
.alllistsearchRight form{
    float: right;
    font-size: 0;
    padding-top: 0.5rem;
}
.alllistsearchRight input{
    font-size: 14px;
}
.alllistsearchRight input:nth-child(1){
    border: 1px solid #ccc;
    height: 40px;
    width: 236px;
    outline: none;
}
.alllistsearchRight input:nth-child(2){
    width: 37px;
    height: 40px;
    outline: none;
    background: url(../image/images/8_03.jpg)center 0 no-repeat;
    overflow: hidden;
    border: 0;
}*/



.listnew{
    max-width: 1220px;
    margin: 5rem auto;
    overflow: hidden;
}




.listnews li {
    width: 23.443%;
    float: left;
    margin-left: 0.5%;
    margin-right: 1%;
    margin-bottom: 33px;
    box-shadow: 5px 5px 6px #e5e5e5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.listnews .newimg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.listnews .newimg img {
    width: 100%;
}

.listnews .text {
    position: relative;
    padding: 0 15px;
    height: 180px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.listnews .type {
    color: #999;
    line-height: 26px;
    padding-top: 11px;
    display: block;
    font-size: 14px;
    padding-bottom: 3px;
}


.listnews .t2 {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
    height: 44px;
    overflow: hidden;
}
.listnews .t3 {
    color: #999;
    line-height: 19px;
    height: 38px;
    overflow: hidden;
}

.listnews .t1 {
    color: #999;
    padding: 8px 0 10px;
}

.listnews .jiao {
    background: url(../image/icon_jiao.png) no-repeat;
    width: 8px;
    height: 15px;
    position: absolute;
    bottom: 30px;
    right: 23px;
}



.listnews li:hover .t2 {
    color: #406093;
}


.listnews li:hover .jiao {
    background-image: url(../image/icon_jiao_hover.png);
}

.listnews li:hover {
    box-shadow: 5px 5px 12px #ccc;
}


/**/
.listcontact{
    width: 100%;
    max-width: 1323px;
    margin:4rem auto;
    background: #406093;
    overflow: hidden;
    color: #fff;
    padding: 0 2rem 5rem 3rem;
}

.listcontacttop{
    margin-top: 4rem;
    margin-bottom: 2rem;
    float: left;
    width: 100%;
}
.listcontacttop label{
    font-size: 49px;
    line-height: 100%;
    display: block;
    margin: 0;
}
.listcontacttop div{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}

.listcontactLeft{
    font-size: 16px;
    float: left;
    line-height: 30px;
    width: 22%;
}

.listcontactLeft div{
    margin-top: 7px;
    margin-bottom: 8px;
}
.listcontactLeft img{
    width: 59%;
}

.listcontactRight{
    float: right;
    width: 75%;
    height: 381px;
}


.contactliuTop{
    background: url(../image/21.png)center 0 no-repeat;
    width: 742px;
    background-position: 0;
    text-align: center;
    margin: auto;
    margin-bottom: 5rem;
    background-size: 100%;
}
.contactliuTop label{
    color: #3173bc;
    font-family: Arial Bold;
    display: block;
    font-size: 24px;
}
.contactliuTop span{
    color: #04254d;
    font-size: 23px;
}

.liuyan{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 3rem;
}

.liuyanLeft{
    float: left;
    width: 40%;
    overflow: hidden;
}

.liuyanLeft input{
    display: block;
    width: 100%;
    height: 49px;
    padding-left: 10px;
    margin-bottom: 2rem;
    outline: none;
}

.liuyan textarea{
    display: block;
    float: right;
    width: 53%;
    height: 194px;
    padding: 7px;
    outline: none;  
}

.liuyanbottom{
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 1rem;
}
.liuyanbottom input{
    width: 162px;
    height: 48px;
    background: #406093;
    color: #fff;
    border: 0;
    font-size: 18px;
}

/**/
.listpro{
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.listpro>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.listpros{
    overflow: hidden;
}

.listprosTop{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 6rem 0;
}
.listprosTop li{
    width: 25%;
    text-align: center;
    border-right: 1px solid #ccc;
    overflow: hidden;
    cursor: pointer;
}
.listprosTop li:last-child{
    border: 0;
}
.listprosTopimg{
    position: relative;
    height: 7rem;
}
.listprosTopimg div img{
    max-width: 100%;
}
.listprosTopimg div{
    position: absolute;
    width: 100%;
    height: 100%;
}
.listprosTopimg div:nth-child(1){
    z-index: 1;
}
.listprosTopimg div:nth-child(2){
    
}
.listprosTop li span{
    font-size: 18px;
    color: #424040;
}
.listprosTop li.on .listprosTopimg div:nth-child(2){
    z-index: 2;
}


.ContBox{
    overflow: hidden;
}
.ContBox .Box{
    display: none;
}


.Boxpro{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.Boxpro a{
    display: block;
    background: #fff;
    width: 31.584%;
    padding: 14px;
    border-bottom: 2px solid #899dbc;
    margin-right: 2%;
    margin-bottom: 2%;
}
.Boxpro a>img{
    width: 100%;
}
.Boxpro a div{
    overflow: hidden;
    font-size: 16px;
    color: #171313;
    padding-top: 1rem;
}
.Boxpro a div i{
    float: right;
    color: #ffce00;
    font-style: normal;
}
.Boxpro a div i img{

}

.Boxpro a:nth-child(3n){
    margin-right: 0;
}


/**/


.listdetailpro{
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.listdetailpro>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.listdetailpros{
    overflow: hidden;
}


.listdetailprosTop{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 6rem 0;
}
.listdetailprosTop li{
    width: 25%;
    text-align: center;
    border-right: 1px solid #ccc;
    overflow: hidden;
    cursor: pointer;
}
.listdetailprosTop li:last-child{
    border: 0;
}
.listdetailprosTopimg{
    position: relative;
    height: 7rem;
}
.listdetailprosTopimg div img{
    max-width: 100%;
}
.listdetailprosTopimg div{
    position: absolute;
    width: 100%;
    height: 100%;
}
.listdetailprosTopimg div:nth-child(1){
    z-index: 1;
}
.listdetailprosTopimg div:nth-child(2){
    
}
.listdetailprosTop li span{
    font-size: 18px;
    color: #424040;
}
.listdetailprosTop li.on .listdetailprosTopimg div:nth-child(2){
    z-index: 2;
}


.ContBoxdetail{
    position: relative;
}
.ContBoxdetail .Boxdetail{
    display: none;
    /*position: absolute;*/
    width: 100%;
}



.proshows{
    max-width: 1266px;
    margin:3rem auto;
    overflow: hidden;
    width: 100%;
}

.proshowLeft{
    float: left;
    width: 50%;
    overflow: hidden;
}

.bigImg{
    width: 100%;
    padding-left: 1rem;
}
.swiper-containerDetail{
    width: 70%;
    margin: auto;
}
.swiper-containerDetail img{
    width: 100%;
    border: 1px solid #ccc;
}
.detailLefts{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
}

.detailnext{
    background: url(../image/images/20_03.jpg)center 0 no-repeat!important;
    width: 14px!important;
    height: 21px!important;
    background-size: 100% 100%!important;
    margin-top: 0!important;
    top: 41%!important;
}

.detailprev{
    background: url(../image/images/21_03.jpg)center 0 no-repeat!important;
    width: 14px!important;
    height: 21px!important;
    background-size: 100% 100%!important;
    margin-top: 0!important;
    top: 41%!important;
}


.proshowRight{
    float: right;
    width: 35%;
    overflow: hidden;
    margin-top: 6rem;
    margin-right: 6rem;
}
.proshowRight span{
    display: block;
    font-size: 24px;
    color: #37383a;
    margin-bottom: 2rem;
}
.proshowRight div{
    font-size: 16px;
    color: #37383a;
    margin-bottom: 9px;
}

.proshowRight label{
        display: block;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    color: #37383a;
}
.proshowRight label em{
     font-style: normal;   
}


.dm {
    max-width: 1543px;
    margin: auto;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.cpxq_tit{
    width: 94%;
    margin: auto;
    margin-bottom: 4rem;
}
.cpxq_tit span {
    display: inline-block;
    width: 207px;
    height: 45px;
    line-height: 45px;
    background: url(../image/images/prodetail_27.png) no-repeat center center;
    text-align: center;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 20px;
}

.cpxq_tit div{
    line-height: 28px;
}
.cpxq_tit div img{
    max-width: 100%;
}





/*.nav-center li.on a { color: yellow; }
.nav-center li.on { background: #fe0000;}*/

















/**/
.listabout{
    max-width: 1210px;
    margin:4rem auto;
    overflow: hidden;
}

.listabout>img{
    float: left;
    width: 32.48%;
}

.listaboutRight{
    float: right;
    width: 60.579%;
    overflow: hidden;
}
.listaboutRight>label{
    font-size: 24px;
    color: #3e6db3;
    margin-bottom: 6px;
}
.listaboutRight>span{
    display: block;
    color: #818181;
    font-size: 18px;
}
.listaboutRight>hr{
    border-top: 3px solid #3e6db3;
    width: 98px;
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.listaboutRight>p{
    margin: 0;
    color: #818181;
    line-height: 31px;
    height: 277px;
    overflow-y: auto;
    padding-right: 1rem;
}
.listaboutRight>p::-webkit-scrollbar {/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
        width: 5px;     /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
        height: 1px;
    }
.listaboutRight>p::-webkit-scrollbar-thumb {/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #3e6db3;
    }
.listaboutRight>p::-webkit-scrollbar-track {/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #ccc;
    }

.listaboutRights{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 2rem;
}
.listaboutRights div img{
    margin-bottom: 10px;
}
.listaboutRights div{
    width: 33.333%;
    text-align: center;
    overflow: hidden;    
}
.listaboutRights i{
    font-size: 20px;
    color: #d64343;
    font-style: normal;
    font-weight: 400;
    margin-left: 3px;
}
.listaboutRights span{
    color: #464646;
    display: block;
}















.clut{
    width: 100%;
    background: url(../image/113.png)center 0 no-repeat;
    background-size: 100% 100%;
    padding: 4rem 0;
}


.clut .Culture-box {
    max-width: 1200px;
}
.clut .Culture-box .row div.Culture_con:nth-of-type(1),
 .clut .Culture-box .row div.Culture_con:nth-of-type(3),
  .clut .Culture-box .row div.Culture_con:nth-of-type(5) {
    background-color: #FFFFFF;
}
.clut .Culture-box .row div.Culture_con:nth-of-type(2), 
.clut .Culture-box .row div.Culture_con:nth-of-type(4),
 .clut .Culture-box .row div.Culture_con:nth-of-type(6) {
    background-color: #ebebeb;
}
.clut .Culture-box .row div.Culture_con {
    padding: 29px;
    min-height: 170px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.clut .Culture-box .Culture1 {
    background: url(../image/Culture1.png)left top no-repeat;
}
.clut .Culture-box .Culture2 {
    background: url(../image/Culture2.png)left top no-repeat;
}
.clut .Culture-box .Culture3 {
    background: url(../image/Culture3.png)left top no-repeat;
}
.clut .Culture-box .Culture4 {
    background: url(../image/Culture4.png)left top no-repeat;
}
.clut .Culture-box .Culture5 {
    background: url(../image/Culture5.png)left top no-repeat;
}
.clut .Culture-box .Culture6 {
    background: url(../image/Culture6.png)left top no-repeat;
}
.clut .Culture-box .Culture_icon {
    width: 130px;
    height: 110px;
    margin-right: 5%;
}
.clut .Culture-box .Culture_text {
    max-width: 310px;
}
.clut .Culture-box .Culture_text h3 {
    margin: 0 0 20px 0;
    color: #2d2d2d;
    font-size: 24px;
}
.clut .Culture-box .Culture_text p {
    color: #676767;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.clut .Culture-box .row div.Culture_con:hover {
        background-color: #426395;
}

.clut .Culture-box .row div.Culture_con:hover .Culture_icon {
    background-position-x: -125px;
}
.clut .Culture-box .Culture1 {
    background: url(../image/Culture1.png)left top no-repeat;
}
.clut .Culture-box .row div.Culture_con:hover .Culture_text h3, .clut .Culture-box .row div.Culture_con:hover .Culture_text p {
    color: #FFFFFF;
}


.listaboutTop{
    text-align: center;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.listaboutTop label{
    font-size: 32px;
    color: #0d0d0f;
    font-weight: 700;
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.listaboutTop img{
    display: block;
    margin: auto;
    margin-bottom: 2rem;
}



.licen{
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
}



.licentiltle{
    max-width: 1210px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.licentiltle label{
    font-size: 24px;
    color: #464646;
    margin-bottom: 3px;
    display: block;
    text-align: center;
}
.licentiltle label img{
    margin-top: 14px;
    display: block;
    margin: 5px auto;
}
.licentiltle div{
    font-size: 24px;
    color: #d2d2d2;
    text-transform: uppercase;
    margin-bottom: 3px;
    text-align: center;
}

.licens{
    position: relative;
    padding: 0 15rem;
    overflow: hidden;
}

.swiperlicens{

}
.swiperlicens .swiper-slide{
    width: 300px;
    height: 171px;
    position: relative;
    cursor: pointer;
    text-align: center;
    transition: 0.3s linear;
}
.swiperlicens .swiper-slide:nth-child(2n+1){
    background: url(../image/52.png)center 0 no-repeat;
    background-size: 100% 100%;
    margin-top: 156px;
}
.swiperlicens .swiper-slide:nth-child(2n+1):hover{
    background: url(../image/53.png)center 0 no-repeat;
    background-size: 100% 100%;
}

.swiperlicens .swiper-slide:nth-child(2n):hover{
    background: url(../image/51.png)center 0 no-repeat;
    background-size: 100% 100%;
}




.swiperlicens .swiper-slide:nth-child(2n+1):hover span a{
    color: #fff;
}

.swiperlicens .swiper-slide:nth-child(2n):hover span a{
    color: #fff;
}




.swiperlicens .swiper-slide:nth-child(2n){
    background: url(../image/50.png)center 0 no-repeat;    
    background-size: 100% 100%;
}

.swiperlicens .swiper-slide:nth-child(2n+1) div{
    background: url(../image/54.png)left 0 no-repeat;
    background-position: 0;
    text-align: left;
    padding-left: 1.8rem;
    position: absolute;
    bottom: 2.8rem;
    width: 82%;
    margin-left: 2rem;
}
.swiperlicens .swiper-slide:nth-child(2n+1) span{
    display: block;
    top: 4.6rem;
    position: absolute;
    width: 100%;
}

.swiperlicens .swiper-slide:nth-child(2n) div{
    background: url(../image/54.png)left 0 no-repeat;
    background-position: 0;
    text-align: left;
    padding-left: 1.8rem;
    position: absolute;
    top: 2.8rem;
    width: 79%;
    margin-left: 2rem;
}
.swiperlicens .swiper-slide:nth-child(2n) span{
    display: block;
    bottom: 4.6rem;
    position: absolute;
    width: 100%;
}


.aboline{
    position: absolute;
    width: 100%;
    top: 13.6rem;
    height: 1px;
    background-color: #ccc;
}






.licensnext{
    background: url(../image/images/11_03.jpg)center 0 no-repeat!important;
    width: 43px!important;
    height: 42px!important;
    background-size: 43px 42px!important;
    right: 8rem!important;
}

.licensprev{
    background: url(../image/images/12_03.jpg)center 0 no-repeat!important;
    width: 43px!important;
    height: 42px!important;
    background-size: 43px 42px!important;
    left: 8rem!important;
}



.aboutteam{
    width: 100%;
    overflow: hidden;
}
.aboutteam>div{
    max-width: 1210px;
    margin: auto;
    overflow: hidden;
}

.forenext{
    background: url(../image/42.png)center 0 no-repeat!important;
    width: 72px!important;
    height: 72px!important;
    background-size: 72px 72px!important;
    margin-top: 0!important;
    top: 27%!important;
/*    right: 0!important;*/
}

.foreprev{
    background: url(../image/41.png)center 0 no-repeat!important;
    width: 72px!important;
    height: 72px!important;
    background-size: 72px 72px!important;
    margin-top: 0!important;
    top: 27%!important;
/*    left: 0!important;*/
}


#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
    max-width: 1000px;
    margin: auto;
}

#certify  .swiper-slide {
     width: 397px; 
    height: 375px;
    text-align: center;
/*    background: #fff;
    box-shadow: 0 8px 30px #ddd;*/
}
#certify  .swiper-slide img{
    display:block;
    margin: auto;
    width: 100%;
/*    width: 100%;
    height: 100%;*/
}



#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}




/**/
.conce-box, .job-box, .information{
    width: 92%;
    margin: 0 auto 60px;
    max-width: 1400px;
}
.conce-box .title {
    padding: 90px 0 125px;
    text-align: center;
}
.conce-box .title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.conce-box .title .detaile {
    font-size: 22px;
    line-height: 30px;
    color: #342b2b;
}


.conce-box .list li {
    margin-bottom: 135px;
    overflow: hidden;
}
.conce-box .list li:nth-child(odd) .pic {
    float: right;
}
.conce-box .list li .pic {
    width: 51%;
    margin-bottom: 20px;
}
.conce-box .list li .pic img {
    display: block;
    width: 100%;
}
.conce-box .list li:nth-child(odd) .box {
    float: left;
}
.conce-box .list li .box {
    padding-top: 10px;
    width: 43%;
}
.conce-box .list li .box h3 {
    padding-bottom: 95px;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    position: relative;
}
.conce-box .list li .box h3:before {
    display: block;
    width: 1px;
    height: 60px;
    background-color: #333333;
    position: absolute;
    left: 20px;
    content: '';
    bottom: 0;
}
.conce-box .list li .box .tit {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 30px;
}
.conce-box .list li .box .detaile {
    font-size: 16px;
    line-height: 32px;
}
.f-cb {
    zoom: 1;
}
.conce-box .list li:nth-child(even) .box {
    float: right;
}
.conce-box .list li:nth-child(even) .pic {
    float: left;
}


.jiamenneirongTop{
    background: url(../image/119.png)left 0 no-repeat;
    background-position: 0;
    height: 122px;
    margin: auto;
    padding-top: 2rem;
    padding-left: 8rem;
    width: 513px;
    overflow: hidden;
}
.jiamenneirongTop div{
    font-size: 35px;
    color: #1b1b19;
    margin-bottom: 1rem;
}
.jiamenneirongTop div span{
    font-size: 34px;
    color: #ffce00;
}
.jiamenneirongTop i{
    font-family: Arial Regular;
    color: #1b1b19;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
}

.jiamenneirongs{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.jiamenneirongs>div{
    width: 20%;
    overflow: hidden;
    height: 353px;
}



.myjiamenneirongs{
    display: block;
    background: #ffce00;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s;
    border-radius: 50%;
    margin: auto;
    position: relative;
    width: 78px;
    margin-top: 10rem;
}
.myjiamenneirongs div{
    height: 79.82px;
    line-height: 80px;
    transition: all 0.4s;
    position: absolute;
    width: 100%;
    top: 0;
}
.myjiamenneirongs div img{
    
}
.myjiamenneirongs span{
/*    height: 25px;
    display: block;
    margin: 127.5px 0;
    width: 280px;
    transition: all 0.4s; */
    height: 25px;
    display: block;
    margin: 26.5px 0;
    width: 100%;
    transition: all 0.4s;
}
.myjiamenneirongs label{
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
    top: 88px;
    left: 0;
    right: 0;
}
.myjiamenneirongs i{
    font-style: normal;
    color: #fff;
    font-size: 18px;
}
.myjiamenneirongs p{
    color: #fff;
    padding: 0 5rem;
    line-height: 23px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    bottom: 112px;
    opacity: 0;
}
.jiamenneirongs>div:hover .myjiamenneirongs {
    width: 280px;
    margin-top: 3rem;
}
.jiamenneirongs>div:hover .myjiamenneirongs span{
    margin: 127.5px 0;
}
.jiamenneirongs>div:hover .myjiamenneirongs p{
    opacity: 1;
}

.jiamenneirongs div b{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #ffce00;
    margin-top: 1rem;
    transition: all 0.3s;
}

.jiamenneirongs>div:hover b{
    opacity: 0;
}
.jiamenneirongs>div:nth-child(1) a p{
	bottom:48px;
}
.jiamenneirongs>div:nth-child(2) a p{
	bottom:85px;
}
.jiamenneirongs>div:nth-child(3) a p{
	bottom:65px;
}




.jiamenneirongs_a>div:nth-child(4) a p{
	bottom:46px;
}

.jiamenneirongs_a{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: -5rem;
}
.jiamenneirongs_a>div{
    width: 25%;
    overflow: hidden;
    padding-top: 4rem;
    cursor: pointer;
}



.myjiamenneirongs_a{
    display: block;
    background: #ffce00;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s;
    border-radius: 50%;
    margin: auto;
    position: relative;
    width: 78px;
    margin-top: 3rem;
}
.myjiamenneirongs_a div{
    height: 79.82px;
    line-height: 80px;
    transition: all 0.4s;
    position: absolute;
    width: 100%;
    top: 0;
}
.myjiamenneirongs_a div img{
    
}
.myjiamenneirongs_a span{
/*    height: 25px;
    display: block;
    margin: 127.5px 0;
    width: 280px;
    transition: all 0.4s; */
    height: 25px;
    display: block;
    margin: 26.5px 0;
    width: 100%;
    transition: all 0.4s;
}
.myjiamenneirongs_a label{
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
    top: 88px;
    left: 0;
    right: 0;
}
.myjiamenneirongs_a i{
    font-style: normal;
    color: #fff;
    font-size: 18px;
}
.myjiamenneirongs_a p{
    color: #fff;
    padding: 0 5rem;
    line-height: 23px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    bottom: 86px;
    opacity: 0;
}
.jiamenneirongs_a>div:hover .myjiamenneirongs_a {
    width: 280px;
    margin-top: -3rem;
}
.jiamenneirongs_a>div:hover .myjiamenneirongs_a span{
    margin: 127.5px 0;
}
.jiamenneirongs_a>div:hover .myjiamenneirongs_a p{
    opacity: 1;
}
.jiamenneirongs_a div b{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #ffce00;
    margin-top: 1rem;
    transition: all 0.3s;
}

.jiamenneirongs_a>div:hover b{
    opacity: 0;
}

.myjia{
    height: 600px;
}


.incuba-list .title {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 50px;
    padding: 48px 0 33px;
}
.incuba-list .pc-list{
    overflow: hidden;
}


.mit{
    overflow: hidden;
}

.mitLeft{
    float: left;
    width: 38.929%;
    position: relative;
    z-index: 10;
}
.mitLeft a:nth-child(1){
    background: #7ca0d7;
}
.mitLeft a:nth-child(2){
    background: #406194;
}
.mitLeft a:nth-child(3){
    background: #5074ab;
}
.mitLeft a:nth-child(4){
    background: #406194;
}

.mitLeft a{
    display: block;
    width: 100%;
    color: #fff;
    height: 140px;
    transition: all 0.3s;
}
.mitLeft a div{
        float: left;
    width: 70%;
    height: 140px;
    padding: 3rem;
}
.mitLeft a div label{
    display: block;
    font-size: 25px;
}
.mitLeft a div i{
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
}
.mitLeft a span{
    display: block;
    height: 140px;
    float: right;
    width: 30%;
    border-left: 1px solid #fff;
    text-align: center;
    line-height: 140px;
    background: url(../image/131.png) no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.mitLeft a span img{

}
.mitLeft a.on{
    background: #fff;
    color: #333;
    width: 110%;
    transition: all 0.3s;
}
.mitLeft a.on span{
    background: url(../image/130.png) no-repeat;
    background-position: center;
    border-left: 1px solid #ddd;
    transition: all 0.3s;
}


.mitRight{
    float: right;
    width: 61.071%;
}

.mitRight img{
    width: 100%;
    height: 100%;
}
.mitRight .it div{
     position: absolute;
    top: 9rem;
    width: 100%;
    color: #fff;
    font-size: 21px;
    line-height: 46px;
    left: 12rem;

}
.mitRight .it{
    position: relative;
    height: 498px;
    overflow: hidden;
    margin-top: 3rem;
    display: none;
}

/**/

.dingzhi{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.dingzhi>img{
    width: 100%;
    height: 809px;
}

.dingzhi>div{
    position: absolute;
    top:0;
    width: 100%;
    overflow: hidden;
}


.dingzhis{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.dingzhisLeft{
    float: left;
    overflow: hidden;
    width: 100%;
    margin-top: 6%;

}
.dingzhisLeft span{
    display: block;
    color: #191919;
    font-size: 28px;    
}
.dingzhisLeft label{
    color: #916126;
    font-size: 24px;
    font-weight: 400;    
}
.dingzhisLeft div{
    width: 39px;
    height: 2px;
    background: #416194;
    margin-left: 0.3%;
    margin-top: 1%;
    margin-bottom: 1.5%;   
}
.dingzhisLeft p{
    color: #000000;
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 4%;  
    width: 61%;
}
.dingzhisLeft a{
    display: block;
    color: #626262;
    font-size: 15px;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 3%;
    margin-bottom: 1%;
    transition: 0.2s linear;   
}
.dingzhisLeft img{
/*    margin-left: 2%;*/
    margin-right: 2%;
    transition: 0.2s linear;  
}
.dingzhisLeft i{
    font-style: normal;
}
/*.dingzhisLeft a:hover{
    box-shadow: 1px 1px 10px #ccc;
    transition: 0.2s linear;
}
.dingzhisLeft a:hover img{
    margin-left: 2%;
    transition: 0.2s linear;    
}*/


.listcase{
    width: 100%;
    overflow: hidden;
}

.listcase>label{
    text-align: center;
    display: block;
    font-size: 28px;
    color: #191919;
    margin-top: 2%;
    font-weight: 400;
}
.listcase>span{
    display: block;
    width: 39px;
    margin: auto;
    background: #416194;
    height: 2px;
    margin-top: 1%;
    margin-bottom: 2%;
}

.listcases{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%; 
}

.listcases img{
    width: 20%;
    /*filter:grayscale(80%);*/
    transition: 0.2s linear;
    cursor: pointer;
    height: 200px;
}

.listcases a{
    display: block;
    width: 20%;
    text-align: center;
    color: #000000;
    font-size: 21px;
    background: #dedede;
    transition: 0.2s linear;
    position: relative;
}
.listcases a span{
    display: block;
    width: 100%;
    position: absolute;
    top: 46%;
}
.listcases a:hover{
    background: #fece00;
    color: #fff;
    transition: 0.2s linear;
}

.listcases img:hover{
    filter:grayscale(0);
}

.jingtop{
    background: url(../image/jing1_02.jpg)center 0 no-repeat;
    width: 100%;
    height: 662px;
    overflow: hidden;
}
.jingtop>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.jingtop_a{
    color: #fff;
    text-align: center;
}
.jingtop_a label{
    display: block;
    margin: 0;
    font-size: 34px;
    margin-top: 8rem;
}
.jingtop_a i{
    display: block;
    margin: 2rem auto;
    width: 1px;
    background: #fff;
    height: 100px;
}
.jingtop_a img{

}
.jingtop_a div{
    font-size: 38px;
    font-weight: 700;
    margin-top: 2rem;
}
.jingtop_a p{
    height: 1px;
    background: #fff;
    width: 40%;
    margin: auto;
    margin-top: 1rem;
}


.jingtop_b{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}
.jingtop_b a{
    display: block;
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
}
.jingtop_b a div{

}
.jingtop_b a span{

}
.jingtop_b a img{

}






.jingimg{
    max-width: 1142px;
    margin: auto;
    display: block;
    margin-bottom: 5rem;
}

.jingabout{
    max-width: 1200px;
    margin:4rem auto;
    overflow: hidden;
}

.jingabout img{
    float: left;
    width: 51%;
} 
.jingabout div{
    float: right;
    width: 46%;
    font-size: 15px;
    line-height: 35px;
}
.jingabout div span{
    font-weight: 700;
    color: #406194;
    font-size: 18px;
}

.jingyou_a{
    text-align: center;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 10rem;
    font-size: 36px;
    background: #406194;
}
.jingyou_b{
    max-width: 1240px;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: -5rem;
}
.jingyou_b a:last-child{
    margin-right: 0;
}
.jingyou_b a{
    text-align: center;
    border: 1px solid #ccc;
    width: 23%;
    border-radius: 10px;
    background: #fff;
    margin-right: 2%;
    padding-bottom: 2rem;
    margin-bottom: 6rem;
    box-shadow: 1px 0px 18px #ccc;
}
.jingyou_b a div{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.jingyou_b a div img{
    width: 117px;
    height: 117px;
    border-radius: 50%;
   
}
.jingyou_b a span{
    color: #333;
    font-size: 22px;
    display: block;
    margin-bottom: 1rem;
}
.jingyou_b a p{
    color: #888888;
    margin: 0;
    line-height: 28px;
    width: 82%;
    margin: auto;

}

/**/
/**/


.chuangTop{
    max-width: 1233px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    text-align: center;
    position: relative;
    margin-top: -6rem;
}
.chuangTop label{
    display: block;
    font-size: 23px;
    color: #171414;
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-top: 4rem;
}
.chuangTop label span{
    font-weight: 400;
    margin-left: 10px;
}
.chuangTop p{
    color: #171414;
    line-height: 33px;
}
.chuangTop div{
    display: flex;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.chuangTop div a{
    flex: 1;
}
.chuangTop div b{
    display: block;
    height: 6rem;
}
.chuangTop div b img{

}
.chuangTop div a i{
font-size: 20px;
    color: #171414;
    font-style: normal;
    display: block;
}

.children_main {
    width: 100%;
    background: url(../image/140.jpg) no-repeat center top;
    padding: 7rem 0;
}

.children_main>div{
    max-width: 1200px;
    margin: auto;
    background-color: #fff;
    padding: 60px 4% 80px;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
    min-height: 500px;
}
.children_title {
    font-size: 22px;
    color: #454545;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}
.children_title span {
    font-weight: normal;
    font-size: 22px;
}

.center_nav{    position: relative;z-index: 10;margin: auto 0;width: 100%;height: 153px;background-color: #fff;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);margin-top: 4rem;}
.center_nav li{float: left;width: 33.33%;padding: 19px 0 16px;height: 153px;cursor:pointer;}
.center_nav li.on{background-image: -moz-linear-gradient( 90deg, rgb(108,192,223) 0%, rgb(183,238,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(108,192,223) 0%, rgb(183,238,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(108,192,223) 0%, rgb(183,238,244) 100%);}
.center_nav li i{display: block;width: 58px;height: 58px;background: url('../image/center_nav.png') no-repeat;margin: 13px auto 10px;}
.center_nav li .icon2{background-position: 0 -58px;}
.center_nav li .icon3{background-position: 0 -116px;}
.center_nav li.on .icon1{background-position: -58px 0;}
.center_nav li.on .icon2{background-position: -58px -58px;}
.center_nav li.on .icon3{background-position: -58px -116px;}
.center_nav li p{font-size: 14px;color: #454545;line-height: 24px;text-align: center;padding: 0 10px;text-align: center;}
.center_nav li.on p{color: #fff;}
.center_nav li:nth-child(2) .main{border-right: 1px solid #d9d9d9;}

.center_tabs {
    margin-top: 40px;
}

.center_list{display: none;}
.center_list .title{text-align: center;padding: 0 38px;height: 50px;line-height: 50px;border-bottom: 1px solid #b7eef4;font-size: 15px;color: #3a3a3a;position: relative;left: 50%;transform:translateX(-50%);display: inline-block;margin-bottom: 15px;}
.center_list .txt{font-size: 15px;line-height: 25px;color: #3a3a3a;width: 88%;margin: 0 auto;}
.center_list ul{margin-top: 60px;}
.center_list ul li{width: 47.8%;float: left;margin: 0 4.4% 42px 0;}
.center_list ul li:nth-child(2n){margin-right: 0;}
.center_list ul li img{display: block;width: 100%;}
.center_tabs .center_list:nth-child(1){
    display: block;
}

/* 我们的服务 自助反馈 */
.form_book .top{ width:798px; height:58px; border:1px solid #e8e8e8; background:#fff; margin-bottom:35px; }
.form_book .top .item{ width:50%; height:56px; float:left; border-right:1px solid #e8e8e8; }
.form_book .top .item:last-child{ border-right:0; }
.form_book .top .item span{ font-size:16px; height:32px; margin-top:13px; color:#333; line-height:32px; width:120px; display:block; text-align:center; border-right:1px dashed #e8e8e8; float:left; }
.form_book .top .item .feedback-select{outline: none; width:275px; border:0; height:100%; padding-left:25px; font-size:16px; color:#666; background:url("../images/icon/select-arrowB.png") no-repeat 90% center; }
.form_book .top .item .layui-form-select .layui-input{ width:275px; height:56px; border:0;  font-size:16px; color:#666666;  }
.form_book .top .item .layui-form-select dl{ top:56px; }
.layui-form-select dl dd{ font-size:14px; color:#666; }
.form_book{ padding-bottom:85px; max-width: 1200px;margin: auto;margin-top: 35px;}
.form_book .inbottom { margin-bottom:50px; }
.form_book .inbottom .row{ margin-bottom:16px; margin-left: 0;margin-right: 0;}
.form_book .inbottom .row .item{ width:288px; float:left; height:55px; border:1px solid #e8e8e8; margin-right:16px; }
.form_book .inbottom .row .item:last-child{margin-right:0;}
.form_book .inbottom .row .item span{ font-size:16px; color:#666666; line-height:53px; float:left; padding-left:10px; }
.form_book .inbottom .row .item span i{ color:#e71f1f; font-style:normal; margin-right:5px; }
.form_book .inbottom .row .item .text{outline: none; width:140px; float:left; height:55px; border:0; background:none; font-size:16px; color:#666666; }
.form_book .inbottom .row .address-item{ width:100%; }
.form_book .inbottom .row .address-item .text{ width:90%; }
.form_book .inbottom .row .desc-item{ width:100%; height:auto; }
.form_book .inbottom .row .desc-item textarea{outline: none; border:0; width:100%; padding:0px 20px; font-size:16px; color:#666666; min-height:80px; }
.form_book .inbottom .row .upload-item{ width:100%;  }
.form_book .inbottom .row .upload-item .upload-wrap{ position:relative; }
.form_book .inbottom .row .upload-item .upload-btn{ width:105px; height:33px; background:#e6e6e6; border:0; margin-top:10px; margin-left:0px; font-size:14px; color:#333; line-height:33px; text-align:center; cursor:pointer; }
.form_book .inbottom .row .upload-item .upload-wrap:hover .upload-btn{ background:#406093; color:#fff; cursor:pointer; }
.form_book .inbottom .row .upload-item .file{ width:105px; height:33px; position:absolute; top:10px; left:0px; z-index:10; opacity:0; cursor:pointer;  font-size:0; }
.form_book .inbottom .row .upload-item .fileName{ display:inline-block; height:55px; line-height:55px; color:#666666; font-size:16px; margin-left:10px; }
.feedback-submit{ outline: none; width:199px; height:54px; background:#406093; border:1px solid #406093; border-radius:26px; display:block; margin:0 auto; font-size:16px; color:#fff; cursor:pointer }
.feedback-submit:hover{ background:none; color:#406093; }



.mainfw365{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 5rem;
}
.chaxunbtn {
    width: 81px;
    height: 41px;
    float: right;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
    background: #1573cd;
    border-radius: 5px;
}


.neifanwei{ max-width:1200px; margin:0 auto;}

.fendian ul{ margin-top:5rem;}

.fendian ul li{ height:378px; background:#dfecfd;  width:100%; margin-bottom:5rem;}

.fendian ul li .fendianimg{    float: left;
    height: 100%;
    width: 51%;}
.fendian ul li .fendianimg img{
    width: 100%;
    height: 100%;
}
.fendian ul li .fendianlx{ float:left; width:49%; height:100%;box-sizing:border-box; padding:6rem 6rem 0 4rem;}

.fendian ul li .fendianlx .fendianm{ font-family:"微软雅黑"; color:#161616; font-size:30px; line-height:1.1; display:block; padding-bottom:29px; border-bottom:1px solid #d0c8c3;}

.fendian ul li .fendianlx dl{ margin-top:20px;}

.fendian ul li .fendianlx dl dd{ height:38px; line-height:38px; font-family:"微软雅黑"; color:#605c5a; font-size:18px;}


.yzm{
        margin-top: 15px;
}
.yzmimg{

}
.feedback-form iframe{
    display: block;
    margin-top: 15px;
}

.igh{
    display: none;
}






.side_service{height: 199px;width: 50px;background: #12559A;border-top-left-radius: 10px;border-bottom-left-radius: 10px;position: fixed;right: 0;bottom:20%;z-index: 999;padding: 14px 0;}
.side_service>a{background: url("../image/service_icon.png") no-repeat;width: 50px;height: 57px;cursor: pointer;position: relative;display: block;}
.side_service .service_tel{background-position: 13px 17px;}
.side_service .service_kefu{background-position: 13px -41px;}
.side_service .service_qq{background-position: 13px -101px;}
.side_service .service_tel:hover{background-position: -31px 17px;}
.side_service .service_kefu:hover{background-position: -31px -41px;}
.side_service .service_qq:hover{background-position: -31px -101px;}
.service_kefu .service_pull{width: 158px;height: 129px;position: absolute;right: 100%;background: #12559A;border-top-left-radius: 10px;border-bottom-left-radius: 10px;display: none;top: 0;}
.service_kefu p{text-align: center;color: #e9e9e9;font-size: 15px;margin-top: 28px;}
.service_kefu h1{display: block;width: 110px;height: 30px;margin: 15px auto 0;line-height: 30px;border: 1px solid #fff;color: #fff;font-size: 14px;text-align: center;border-radius: 3px;}
.service_qq .service_pull{width: 138px;height: 159px;background: #12559A;position: absolute;right: 100%;border-top-left-radius: 10px;border-bottom-left-radius: 10px;top: -55px;display: none;}
.sqr{float: left;text-align: center;width: 108px;margin: 14px 15px 0;color: #fff;font-size: 14px;}
.sqr img{width: 108px;height: 108px;display: block;color: #fff;margin-bottom: 7px;}
.service_qq i{width: 1px;height: 130px;background: #0175c3;float: left;margin-top: 14px;}
.cd-top-box{position: fixed;right: 0;bottom: 20%;width: 50px;margin-bottom: -70px;height: 69px;background-color: #12559A;border-radius: 10px 0 0 10px;cursor:pointer;z-index: 999;}
.cd-top-box i{display: block;width: 20px;height: 10px;background: url('../image/backup_icon.png') no-repeat;margin: 10px auto 5px;}
.cd-top-box p{font-size: 14px;color: #fff;text-align: center;line-height: 18px;}