/* 导航开始 */
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0,0,0,0);
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.navigation:hover,
.navigation.nav-fixed {
    background: rgba(0,0,0,1);
}
.navigation .nav {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.navigation .nav .logo {
    margin: 0 20px;
}
.navigation .nav .logo img {
    height: 60px;
    margin-top: 10px;
}
.navigation .nav .navigation-list li {
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 20px;
    cursor: pointer;
}
.navigation .nav .navigation-list li > a {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 80px;
}
.navigation .nav .navigation-list li > a:hover,
.navigation .nav .navigation-list li > a:hover {
    color: #ff9933;
    text-decoration: none;
}
.navigation .nav .navigation-list:nth-child(3) {
    margin-left: 50px;
}
.navigation .nav .navigation-list:nth-child(3) li:nth-child(2).green a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #4A9C39;
    display: block;
    text-align: center;
    border-radius: 2px;
    margin-top: 25px
}
.navigation .nav .navigation-list:nth-child(3) li:nth-child(2).green a:hover {
    background: #ff9933;
    color: #FFFFFF;
    text-decoration: none
}
/*导航下拉菜单*/
.navigation .nav-list-child {
    background: rgba(0,0,0,0.8);
display:flex;
justify-content:center;
    width: 100%;
    min-width: 1200px;
    position: absolute;
    left: 0;
    height: 0;
    overflow: hidden;
	
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.navigation-list ul li:hover .nav-list-child {
    height: 110px;
}
.navigation .nav-list-child .innav-list-child {
    padding: 20px 0;
}
.navigation .nav-list-child .innav-list-child a {
    color: #FFFFFF;
    display: block;
    text-align: center;
    width: 110px;
}
.navigation .navigation-list.fl .nav-list-child .innav-list-child a {
    float: left;
}
.navigation .navigation-list.fr .nav-list-child .innav-list-child a {
    float: right;
    margin: 0 10px;
}
.navigation .nav-list-child .innav-list-child a:hover {
    color: #FF9933;
    text-decoration: none;
}
.navigation .nav-list-child .innav-list-child a em {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navigation .nav-list-child .innav-list-child a:hover > em {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.navigation .nav-list-child .innav-list-child a em.nav-img {
    background: url(../images/index/nav.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img {
    background: url(../images/index/nav-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img1 {
    background: url(../images/index/nav1.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img1 {
    background: url(../images/index/nav1-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img2 {
    background: url(../images/index/nav2.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img2 {
    background: url(../images/index/nav2-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img3 {
    background: url(../images/index/nav3.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img3 {
    background: url(../images/index/nav3-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img4 {
    background: url(../images/index/nav4.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img4 {
    background: url(../images/index/nav4-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img5 {
    background: url(../images/index/nav5.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img5 {
    background: url(../images/index/nav5-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img6 {
    background: url(../images/index/nav6.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img6 {
    background: url(../images/index/nav6-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img7 {
    background: url(../images/index/nav7.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img7 {
    background: url(../images/index/nav7-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img8 {
    background: url(../images/index/nav8.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img8 {
    background: url(../images/index/nav8-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img9 {
    background: url(../images/index/nav9.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img9 {
    background: url(../images/index/nav9-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img10 {
    background: url(../images/index/nav10.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img10 {
    background: url(../images/index/nav10-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img11 {
    background: url(../images/index/nav11.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img11 {
    background: url(../images/index/nav11-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img12 {
    background: url(../images/index/nav12.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img12 {
    background: url(../images/index/nav12-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img13 {
    background: url(../images/index/nav13.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img13 {
    background: url(../images/index/nav13-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img14 {
    background: url(../images/index/nav14.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img14 {
    background: url(../images/index/nav14-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img15 {
    background: url(../images/index/nav15.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img15 {
    background: url(../images/index/nav15-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img16 {
    background: url(../images/index/nav16.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img16 {
    background: url(../images/index/nav16-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img17 {
    background: url(../images/index/nav17.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a:hover > .nav-img17 {
    background: url(../images/index/nav17-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img18 {
    background: url(../images/index/nav18.png) no-repeat center center;
}

.navigation .nav-list-child .innav-list-child a:hover > .nav-img18 {
    background: url(../images/index/nav18-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a em.nav-img19 {
    background: url(../images/index/nav19.png) no-repeat center center;
}

.navigation .nav-list-child .innav-list-child a:hover > .nav-img19 {
    background: url(../images/index/nav19-hover.png) no-repeat center center;
}
.navigation .nav-list-child .innav-list-child a span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
/* 导航结束 */
/* banner开始 */
.banner {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative;
    background: #151a72 url(../images/index/banner.jpg) no-repeat center center;
}
    .banner .img{
        width:100%;
        height:100%
    }
    .banner img.banner-head {
        position: absolute;
        left: 50%;
        bottom: 20px;
        margin-left: -85px;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-animation: head 1s 1 linear 0.2s backwards,head-two 1s 3 linear 1.5s;
        -moz-animation: head 1s 1 linear 0.2s backwards,head-two 1s 3 linear 1.5s;
        -o-animation: head 1s 1 linear 0.2s backwards,head-two 1s 3 linear 1.5s;
        animation: head 1s 1 linear 0.2s backwards,head-two 1s 3 linear 1.5s;
    }
@-webkit-keyframes head {
    from {
        bottom: -180px;
        opacity: 0;
		
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }

    to {
        bottom: 20px;
        opacity: 1;
		
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}
@-webkit-keyframes head-two {
    from {
        -webkit-transform: rotateX(45deg);
           -moz-transform: rotateX(45deg);
             -o-transform: rotateX(45deg);
                transform: rotateX(45deg);
    }

    to {
        -webkit-transform: rotateX(0deg);
           -moz-transform: rotateX(0deg);
             -o-transform: rotateX(0deg);
                transform: rotateX(0deg);
    }
}
.banner img.banner-guang {
    position: absolute;
    left: 50%;
    bottom: -70px;
    margin-left: -250px;
    opacity: 1;
	
    -webkit-animation: guang 0.2s 1 linear 1.6s backwards;
       -moz-animation: guang 0.2s 1 linear 1.6s backwards;
         -o-animation: guang 0.2s 1 linear 1.6s backwards;
            animation: guang 0.2s 1 linear 1.6s backwards;
}
.banner img.banner-guang1 {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
	
    -webkit-animation: guang 0.2s 1 linear 1.7s backwards;
       -moz-animation: guang 0.2s 1 linear 1.7s backwards;
         -o-animation: guang 0.2s 1 linear 1.7s backwards;
            animation: guang 0.2s 1 linear 1.7s backwards;
}
.banner img.banner-wu {
    position: absolute;
    opacity: 1;
    width: 300px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -140px;
    z-index: 1;
	
    -webkit-animation: guang 0.2s 1 linear 1.6s backwards;
       -moz-animation: guang 0.2s 1 linear 1.6s backwards;
         -o-animation: guang 0.2s 1 linear 1.6s backwards;
            animation: guang 0.2s 1 linear 1.6s backwards;
}
@-webkit-keyframes guang {
    from {opacity: 0;}
    to {opacity: 1;}
}
.banner img.banner-yun {
    position: absolute;
    width: 60px;
    top: 50%;
    left: 50%;
    margin-left: 20px;
    margin-top: -140px;
    opacity: 0.1;
	
    -webkit-animation: yun 0.2s 1 linear 1.6s backwards,yun-d 7s infinite linear 1.6s;
       -moz-animation: yun 0.2s 1 linear 1.6s backwards,yun-d 7s infinite linear 1.6s;
         -o-animation: yun 0.2s 1 linear 1.6s backwards,yun-d 7s infinite linear 1.6s;
            animation: yun 0.2s 1 linear 1.6s backwards,yun-d 7s infinite linear 1.6s;
}
@-webkit-keyframes yun-d {
    0% {margin-left: 20px;}
    25% {margin-left: 15px;}
    50% {margin-left: 10px;}
    75% {margin-left: 15px;}
    100% {margin-left: 20px;}
}
.banner img.banner-yun1 {
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -170px;
    opacity: 0.1;
	
    -webkit-animation: yun 0.2s 1 linear 1.6s backwards,yun-d1 7s infinite linear 1.8s;
       -moz-animation: yun 0.2s 1 linear 1.6s backwards,yun-d1 7s infinite linear 1.8s;
         -o-animation: yun 0.2s 1 linear 1.6s backwards,yun-d1 7s infinite linear 1.8s;
            animation: yun 0.2s 1 linear 1.6s backwards,yun-d1 7s infinite linear 1.8s;
}
@-webkit-keyframes yun {
    from {opacity: 0;}
    to {opacity: 0.1; }
}
@-webkit-keyframes yun-d1 {
    0% {margin-left: -100px;}
    25% {margin-left: -95px;}
    50% {margin-left: -90px;}
    75% {margin-left: -95px;}
    100% {margin-left: -100px;}
}
.banner > div {
    position: absolute;
    text-decoration: none;
    opacity: 1;
}
.banner > div a:hover {
    text-decoration: none;
}
.banner > div.banner-text {
    width: 80px;
    height: 80px;
    bottom: 30px;
    left: 50%;
    margin-left: -300px;
	
    -webkit-animation: text 2s 1 linear 1.7s backwards;
       -moz-animation: text 2s 1 linear 1.7s backwards;
         -o-animation: text 2s 1 linear 1.7s backwards;
            animation: text 2s 1 linear 1.7s backwards;
}
.banner > div.banner-text1 {
    width: 80px;
    height: 80px;
    bottom: 30px;
    right: 50%;
    margin-right: -300px;
	
    -webkit-animation: text 2s 1 linear 1.7s backwards;
       -moz-animation: text 2s 1 linear 1.7s backwards;
         -o-animation: text 2s 1 linear 1.7s backwards;
            animation: text 2s 1 linear 1.7s backwards;
}
.banner > div.banner-text2 {
    width: 80px;
    height: 80px;
    bottom: 130px;
    left: 50%;
    margin-left: -400px;
	
    -webkit-animation: text 2s 1 linear 2s backwards;
       -moz-animation: text 2s 1 linear 2s backwards;
         -o-animation: text 2s 1 linear 2s backwards;
            animation: text 2s 1 linear 2s backwards;
}
.banner > div.banner-text3 {
    width: 80px;
    height: 80px;
    bottom: 130px;
    right: 50%;
    margin-right: -400px;
	
    -webkit-animation: text 2s 1 linear 2s backwards;
       -moz-animation: text 2s 1 linear 2s backwards;
         -o-animation: text 2s 1 linear 2s backwards;
            animation: text 2s 1 linear 2s backwards;
}
.banner > div.banner-text4 {
    width: 80px;
    height: 80px;
    top: 180px;
    left: 50%;
    margin-left: -350px;
	
    -webkit-animation: text 2s 1 linear 2.3s backwards;
       -moz-animation: text 2s 1 linear 2.3s backwards;
         -o-animation: text 2s 1 linear 2.3s backwards;
            animation: text 2s 1 linear 2.3s backwards;
}
.banner > div.banner-text5 {
    width: 80px;
    height: 80px;
    top: 180px;
    right: 50%;
    margin-right: -350px;
	
    -webkit-animation: text 2s 1 linear 2.3s backwards;
       -moz-animation: text 2s 1 linear 2.3s backwards;
         -o-animation: text 2s 1 linear 2.3s backwards;
            animation: text 2s 1 linear 2.3s backwards;
}
.banner > div.banner-text6 {
    width: 80px;
    height: 80px;
    top: 120px;
    left: 50%;
    margin-left: -230px;
	
    -webkit-animation: text 2s 1 linear 2.6s backwards;
       -moz-animation: text 2s 1 linear 2.6s backwards;
         -o-animation: text 2s 1 linear 2.6s backwards;
            animation: text 2s 1 linear 2.6s backwards;
}
.banner > div.banner-text7 {
    width: 80px;
    height: 80px;
    top: 120px;
    right: 50%;
    margin-right: -230px;
	
    -webkit-animation: text 2s 1 linear 2.6s backwards;
       -moz-animation: text 2s 1 linear 2.6s backwards;
         -o-animation: text 2s 1 linear 2.6s backwards;
            animation: text 2s 1 linear 2.6s backwards;
}
.banner > div.banner-text8 {
    width: 60px;
    height: 60px;
    top: 120px;
    left: 50%;
    margin-left: -450px;
	
    -webkit-animation: text 1s 1 linear 3s backwards;
       -moz-animation: text 1s 1 linear 3s backwards;
        .-o-animation: text 1s 1 linear 3s backwards;
            animation: text 1s 1 linear 3s backwards;
}
.banner > div.banner-text9 {
    width: 60px;
    height: 60px;
    top: 180px;
    right: 50%;
    margin-right: -480px;
	
    -webkit-animation: text 1s 1 linear 3s backwards;
       -moz-animation: text 1s 1 linear 3s backwards;
         -o-animation: text 1s 1 linear 3s backwards;
            animation: text 1s 1 linear 3s backwards;
}
.banner > div.banner-text10 {
    width: 60px;
    height: 60px;
    bottom: 80px;
    left: 50%;
    margin-left: -530px;
	
    -webkit-animation: text 1s 1 linear 3s backwards;
       -moz-animation: text 1s 1 linear 3s backwards;
         -o-animation: text 1s 1 linear 3s backwards;
            animation: text 1s 1 linear 3s backwards;
}
.banner > div.banner-text11 {
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 50%;
    margin-right: -530px;
	
    -webkit-animation: text 1s 1 linear 3s backwards;
       -moz-animation: text 1s 1 linear 3s backwards;
         -o-animation: text 1s 1 linear 3s backwards;
            animation: text 1s 1 linear 3s backwards;
}
.banner > div.banner-text12 {
    width: 50px;
    height: 33px;
    top: 150px;
    left: 50%;
    margin-left: -550px;
    text-align: center;
	
    -webkit-animation: text 1s 1 linear 3.3s backwards;
       -moz-animation: text 1s 1 linear 3.3s backwards;
         -o-animation: text 1s 1 linear 3.3s backwards;
            animation: text 1s 1 linear 3.3s backwards;
}
.banner > div.banner-text13 {
    width: 50px;
    height: 33px;
    top: 120px;
    right: 50%;
    margin-right: -550px;
    text-align: center;
	
    -webkit-animation: text 1s 1 linear 3.3s backwards;
       -moz-animation: text 1s 1 linear 3.3s backwards;
         -o-animation: text 1s 1 linear 3.3s backwards;
            animation: text 1s 1 linear 3.3s backwards;
}
.banner > div.banner-text14 {
    width: 50px;
    height: 33px;
    top: 250px;
    right: 50%;
    margin-right: -600px;
    text-align: center;
	
    -webkit-animation: text 1s 1 linear 3.3s backwards;
       -moz-animation: text 1s 1 linear 3.3s backwards;
         -o-animation: text 1s 1 linear 3.3s backwards;
            animation: text 1s 1 linear 3.3s backwards;
}
.banner > div.banner-text15 {
    width: 50px;
    height: 33px;
    top: 270px;
    left: 50%;
    margin-left: -600px;
    text-align: center;
	
    -webkit-animation: text 1s 1 linear 3.3s backwards;
       -moz-animation: text 1s 1 linear 3.3s backwards;
         -o-animation: text 1s 1 linear 3.3s backwards;
            animation: text 1s 1 linear 3.3s backwards;
}
@-webkit-keyframes text {
    from {opacity: 0;}
    to {opacity: 1;}
}
.banner > div span {
    display: block;
    text-align: center;
    position: relative;
    color: #FFFFFF;
}
.banner > div.banner-text span,
.banner > div.banner-text1 span,
.banner > div.banner-text2 span,
.banner > div.banner-text3 span,
.banner > div.banner-text4 span,
.banner > div.banner-text5 span,
.banner > div.banner-text6 span,
.banner > div.banner-text7 span {
    line-height: 80px;
    font-size: 15px;
    font-weight: bold;
}
.banner > div.banner-text8 span,
.banner > div.banner-text9 span,
.banner > div.banner-text10 span,
.banner > div.banner-text11 span {
    line-height: 60px;
    font-size: 12px;
    opacity: 0.8;
}
.banner > div.banner-text12 span,
.banner > div.banner-text13 span,
.banner > div.banner-text14 span,
.banner > div.banner-text15 span {
    line-height: 33px;
    font-size: 12px;
    opacity: 0.5;
}
.banner > div .banner-bj {
    position: absolute;
    top: 0;
    left: 0;
	
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
			
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.banner > div.banner-text:hover .banner-bj,
.banner > div.banner-text1:hover .banner-bj,
.banner > div.banner-text2:hover .banner-bj,
.banner > div.banner-text3:hover .banner-bj,
.banner > div.banner-text4:hover .banner-bj,
.banner > div.banner-text5:hover .banner-bj,
.banner > div.banner-text6:hover .banner-bj,
.banner > div.banner-text7:hover .banner-bj,
.banner > div.banner-text8:hover .banner-bj,
.banner > div.banner-text9:hover .banner-bj,
.banner > div.banner-text10:hover .banner-bj,
.banner > div.banner-text11:hover .banner-bj {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
           transform: rotate(45deg);
}
.banner > div.banner-text12:hover .banner-bj,
.banner > div.banner-text13:hover .banner-bj,
.banner > div.banner-text14:hover .banner-bj,
.banner > div.banner-text15:hover .banner-bj {
    -webkit-animation: text1 3s infinite linear;
       -moz-animation: text1 3s infinite linear;
         -o-animation: text1 3s infinite linear;
            animation: text1 3s infinite linear;
}
@-webkit-keyframes text1 {
    0% {margin-left: -2px;}
    25% {margin-left: 0px;}
    50% {margin-left: 2px;}
    75% {margin-left: 0px;}
    100% {margin-left: -2px;}
}
/* banner结束 */
.product {
    width: 100%;
    min-width: 1200px;
    padding:0;
    overflow: hidden;
}
.white-bj {
    background: #FFFFFF;
}
.hui-bj {
    background: #f4f5f7;
}
.product .inproduct {
    width: 1200px;
    margin: 0 auto;
    margin-bottom:25px
}
.product .inproduct .title {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: none;
}
.product .inproduct .title hr {
    width: 380px;
    float: left;
    position: absolute;
    margin-top: 15px;
}
.product .inproduct .title hr:nth-child(1) {
    left: 0;
}
.product .inproduct .title hr:nth-child(2) {
     right: 0;
}
.product .inproduct .title p {
    text-align: center;
}
.product .inproduct .title p em {
    font-size: 22px;
    color: #444444;
    text-align: center;
    display: block;
}
.product .inproduct .title p span {
    font-size: 14px;
    color: #777777;
    text-align: center;
    display: block;
    margin-top: 3px;
    font-family: Arial;
    font-style: italic
}
/* 誉建智能SaaS云开始开始 */
.intelligent {
    overflow: hidden;
}
.intelligent .list {
    width: 300px;
    height: 110px;
    position: relative;
    text-align:center;
}
.intelligent .list .img {
    width: 80px;
    height: 75px;
    margin:auto;
    overflow: hidden;
}
.intelligent .list1 .list:nth-child(1) .img {
    background: url(../images/index/intelligent.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
}
.intelligent .list1 .list:nth-child(2) .img {
    background: url(../images/index/intelligent1.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
}
.intelligent .list1 .list:nth-child(3) .img {
    background: url(../images/index/intelligent2.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
}
.intelligent .list1 .list:nth-child(4) .img {
    background: url(../images/index/intelligent2.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
}
    .intelligent .list2 .list:nth-child(1) .img {
        background: url(../images/index/intelligent4.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
    }

    .intelligent .list2 .list:nth-child(2) .img {
        background: url(../images/index/intelligent5.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
    }

    .intelligent .list2 .list:nth-child(3) .img {
        background: url(../images/index/intelligent6.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
    }

    .intelligent .list2 .list:nth-child(4) .img {
        background: url(../images/index/intelligent3.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
    }
    .intelligent .list3 .list:nth-child(1) .img {
        background: url(../images/index/intelligent7.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
    }

    .intelligent .list3 .list:nth-child(2) .img {
        background: url(../images/index/intelligent9.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
    }

    .intelligent .list3 .list:nth-child(3) .img {
        background: url(../images/index/intelligent10.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
    }

    .intelligent .list3 .list:nth-child(4) .img {
        background: url(../images/index/intelligent8.png) no-repeat 28px center, url(../images/index/yuan.png) no-repeat center center;
    }
  
    .intelligent .list > p {
        font-size: 15px;
        /*margin-top: 5px;
    margin-left: 15px;*/
        color: #222222;
        font-weight: bold;
        margin-bottom: 10px;
        cursor: pointer;
    }
        .intelligent .list > p > i {
            font-size: 12px;
            font-weight: 500;
        }
        .intelligent .list > span {
            font-size: 12px;
            margin-left: 15px;
            color: #757575;
            display: block;
        }
.intelligent .list .inlist {
    position: absolute;
    z-index: 1;
    top: 3px;
    width: 285px;
    min-height: 140px;
    background: #FAFAFA;
    border-radius: 2px;
    opacity: 0;
    box-shadow: 0 0 3px #999999;
    padding: 5px;
	
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
.intelligent .list1 .list:nth-child(1) .inlist,
.intelligent .list2 .list:nth-child(1) .inlist {
    left: -300px;
}
.intelligent .list1 .list:nth-child(1):hover .inlist,
.intelligent .list2 .list:nth-child(1):hover .inlist {
    opacity: 1;
    left: 3px;
}
.intelligent .list1 .list:nth-child(2) .inlist,
.intelligent .list2 .list:nth-child(2) .inlist,
.intelligent .list1 .list:nth-child(3) .inlist,
.intelligent .list2 .list:nth-child(3) .inlist {
    left: 3px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.intelligent .list1 .list:nth-child(2):hover .inlist,
.intelligent .list2 .list:nth-child(2):hover .inlist,
.intelligent .list1 .list:nth-child(3):hover .inlist,
.intelligent .list2 .list:nth-child(3):hover .inlist {
    opacity: 1;
	
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.intelligent .list1 .list:nth-child(4) .inlist,
.intelligent .list2 .list:nth-child(4) .inlist {
    right: -300px;
}
.intelligent .list1 .list:nth-child(4):hover .inlist,
.intelligent .list2 .list:nth-child(4):hover .inlist {
    opacity: 1;
    right: 3px;
}
.intelligent .list .inlist p {
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}
.intelligent .list .inlist span {
    font-size: 12px;
    color: #757575;
    display: block;
}
.intelligent .list .inlist a {
    display: block;
    padding: 5px 0 0;
}
.intelligent .list .inlist a:hover {
    text-decoration: none;
}
.intelligent .list .inlist a span {
    background: url(../images/index/dian.png) no-repeat left 4px;
    text-indent: 10px;
}
/* 誉建智能SaaS云开始结束 */

/* 誉宙智慧解决方案云开始 */
.product.fangan-bj {
    /*background: url(../images/index/product-bj.jpg) no-repeat center center;*/
    background-size: cover;
}
.wisdom .list {
    width: 300px;
    height: 210px;
    position: relative;
}
.wisdom .list .con-qian,
.wisdom .list .con-hou {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
	
    -webkit-transition: all 0.4s ease-out;
       -moz-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
}
.wisdom .list .con-qian {
    z-index: 2;
    opacity: 1;
	
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.wisdom .list:hover .con-qian {
    opacity: 0;

    -webkit-transform: rotateY(-180deg);
       -moz-transform: rotateY(-180deg);
         -o-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}
.wisdom .list .con-qian .img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.wisdom .list .con-qian > p {
    width: 260px;
    margin: 0 auto;
    padding-bottom: 6px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    border-bottom: 2px solid #ebebeb;
    position: relative;
}
.wisdom .list .con-qian > p span {
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #FF0000;
    bottom: -2px;
    left: 50%;
    margin-left: -8px;
}
.wisdom .list .con-qian > span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #777777;
    width: 260px;
    margin: 20px auto 0;
}
.wisdom .list .con-hou {
    background: #FFFFFF;
    border: 1px solid #999999;
    z-index: 1;
    border-radius: 2px;
    opacity:0;
	
    -webkit-transform: rotateY(-180deg);
       -moz-transform: rotateY(-180deg);
         -o-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}
.wisdom .list:hover .con-hou {
    opacity:1;

    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.wisdom .list .con-hou .incon {
    padding: 5px;
}
.wisdom .list .con-hou .incon > p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.wisdom .list .con-hou .incon img {
    float: left;
    width: 12px;
    margin-right: 5px;
    margin-top: 3px;
}
.wisdom .list .con-hou .incon span {
    display: block;
    color: #999999;
    font-size: 12px;
    float: left;
    width: 270px;
    line-height: 15px;
}
.wisdom .list:nth-child(2) .con-hou .incon span{
    line-height: 18px;
}
.wisdom .list:nth-child(3) .con-hou .incon span,
.wisdom .list:nth-child(4) .con-hou .incon span{
    line-height: 20px;
}
.wisdom .list .con-hou .incon .text > div {
    margin-top: 5px;
}
/* 誉宙智慧解决方案云结束 */

/* 誉数据开始 */
.product.shuju-bj {
    background: url(../images/index/shuju-bj.jpg) no-repeat bottom center;
    background-size: cover;
    height: 500px;
    padding: 0;
}
.product.shuju-bj .inproduct .title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product.shuju-bj .inproduct .title img{
    transform: scale(0.8);
    
}
.dataess{
    display: flex;
    flex-direction: column;
    height: 366px;
}
.dataess .project-cloud{
	width: 1200px;
	margin: -25px auto 0;
    opacity: 0;
}
.dataess .project-cloud .list{
	color: #FFFFFF;
	margin: 0 17px;
	font-size: 14px;
	width: 85px;
	height: 131px;
	text-align: center;
	line-height: 55px;
	background: url(../images/index/shuju-cloud.png) no-repeat;
	background-size: cover;
}
.dataess .project-cloud .list:nth-child(1),
.dataess .project-cloud .list:nth-child(10){
	margin-top: 30px;
}
.dataess .project-cloud .list:nth-child(2),
.dataess .project-cloud .list:nth-child(9){
	margin-top: 15px;
}
.dataess .project-cloud .list:nth-child(3),
.dataess .project-cloud .list:nth-child(8){
	margin-top: 10px;
}
.dataess .project-cloud .list:nth-child(4),
.dataess .project-cloud .list:nth-child(7){
	margin-top: 5px;
}
.dataess .project-cloud .list:nth-child(5),
.dataess .project-cloud .list:nth-child(6){
	margin-top: 20px
}
.dataess .shuju {
    flex: 1;
}
.dataess .shuju .core {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dataess .shuju .core .incore {
    width: 700px;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff; 
    font-size: 16px; 
    line-height: 40px;
    background: url(../images/index/shuju-core.png) no-repeat top center;
	
    -webkit-animation: showimg 1s 1 ease-in-out;
       -moz-animation: showimg 1s 1 ease-in-out;
         -o-animation: showimg 1s 1 ease-in-out;
            animation: showimg 1s 1 ease-in-out;
			
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
@-webkit-keyframes showimg {
    from {
        opacity: 0;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    to {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}


.dataess .shuju .core .incore:nth-child(1) p,
.dataess .shuju .core .incore:nth-child(3) p{
	margin-top:-90px;
}
.dataess .number {
    width: 100%;
}
    .dataess .number .list {
        width: calc(14.28vw - 24px);
        min-width: 12.5%;
        height: 65px;
        overflow: hidden;
        border-right: 1px solid #d1d1d1;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.dataess .number .list:last-child {
    border-right: 0;
}
.dataess .number .list a {
    display: block;
    text-decoration: none;
}
.dataess .number .list span {
    max-width: 130px;
    display: block;
    font-size: 26px;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.dataess .number .list span.click,
.dataess .number .list:hover span {
    color: #FF9933;
}
.dataess .number .list em {
    max-width: 15px;
    font-size: 16px;
    color: #FFFFFF;
    float: left;
    line-height: 44px;
    margin-left: 5px;
}
.dataess .number .list p {
    font-size: 14px;
    color: #FFFFFF;
}
/* 誉数据结束 */

/* 誉知开始 */
.knowledge {
    padding: 0 10px;
}
.knowledge > p {
    text-align: center;
    margin-top: 10px;
}
.knowledge > p > img {
    width: 20px;
    margin-right: 3px;
    vertical-align: text-bottom;
}
.knowledge .knowledge-btn {
    width: 1200px;
}
.knowledge .knowledge-btn .list {
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    width: 50%;
    color: #999999;
    border-bottom: 3px solid #ffffff;
    font-weight: bold;
	
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.knowledge .knowledge-btn .list:hover {
    color: #FF9933;
}
.knowledge .knowledge-btn .list.click {
    border-bottom: 3px solid #ff9933;
    color: #222222;
}
.knowledge .knowledge-btn .list.click:hover {
    color: #222222;
}
.knowledge .knowledge-con {
    padding: 10px;
    width: 1180px;
    box-shadow: 0 0 5px #222222;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 4px;
}
.knowledge .knowledge-con .list-con .img {
    width: 100%;
    height: 260px;
}
.knowledge .knowledge-con .list-con .img img {
    width: 100%;
    height: 100%;
}
.knowledge .knowledge-con .list-con ul li {
    float: left;
}
.knowledge .knowledge-con .list-con ul li a {
    display: block;
    width: 99px;
    text-align: center;
    border-right: 1px solid #C9C9C9;
    font-size: 12px;
    color: #999999;
    padding: 3px 0;
}
.knowledge .knowledge-con .list-con ul li:last-child a {
     border-right: none;
}
.knowledge .knowledge-con .list-con ul li a:hover {
    background: #F8F8F8;
    text-decoration: none;
    box-shadow: 0 0 3px #C9C9C9;
    color: #FF9933;
}
.knowledge .knowledge-con .list-con .text {
    background: url(../images/index/knowledge-bj.jpg) no-repeat center center;
    width: 679px;
    height: 302px;
    overflow: hidden;
}
.knowledge .knowledge-con .list-con .text > div {
    width: 679px;
    height: 302px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.knowledge .knowledge-con .list-con .text img {
    vertical-align: middle;
}
/* 誉知结束 */

/* 为什么选择誉讯云开始 */
.choice {
    padding: 0 10px;
}
.choice > div {
    padding: 5px;
    height: 160px;
    position: relative;
    overflow: hidden;
	
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    }
.choice > div:hover {
    box-shadow: 1px 1px 3px #555555;
    background: url(../images/index/why-bj.jpg) no-repeat;
    background-size: cover;
}
.choice h6 {
    color: #222222;
    font-size: 18px;
	
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.choice > div:hover h6 {
    color: #FFFFFF;
}
.choice ul {
    margin-top: 20px;
}
.choice ul li {
    color: #777777;
    margin-top: 5px;
    font-size: 12px;
}
.choice ul li span {
    display: block;
    width: 6px;
    height: 6px;
    background: #FF9933;
    border-radius: 100%;
    float: left;
    margin: 5px 5px 0 0;
}
.choice ul li em {
    display: block;
    width: 850px;
    float: left;
    font-size: 12px;
	
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.choice > div:hover ul li em {
    width: 1150px;
}
.choice .img img {
    height: 150px;
    position: absolute;
    top: 5px;
	
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.choice > div:nth-child(1) .img img,
.choice > div:nth-child(3) .img img {
    right: 5px;
}
.choice > div:nth-child(2) .img img {
    left: 5px;
}
.choice > div:nth-child(1):hover .img img,
.choice > div:nth-child(3):hover .img img {
    right: -440px;
}
.choice > div:nth-child(2):hover .img img {
    left: -440px;
}
.choice > div:hover ul li em {
    color: #FFFFFF;
}
/* 为什么选择誉讯云结束 */

/* 誉中枢平台开始 */
.central > div {
    width: 600px;
}
.central .incentral {
    width: 480px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.central .incentral .img {
    width: 100%;
    height: 250px;
    overflow: hidden; 
}
.central .incentral img {
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}
.central .incentral:hover .img img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.central .incentral .con {
    padding: 10px;
    border: 1px solid #E6E6E6;
    border-top: 0;
    background: #FFFFFF;
}
.central .incentral .con p:nth-child(1) {
    font-size: 15px;
    color: #222222;
    font-weight: bold;
}
.central .incentral .con p:nth-child(2) {
    font-size: 12px;
    color: #777777;
    margin-top: 10px;
}
.central .incentral .incentral-ab {
    position: absolute;
    width: 420px;
    height: 190px;
    overflow: hidden;
    background: rgba(255,255,255,0.9);
    padding: 30px;
    top: 0;
    left: 0;
    opacity: 0;
	
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
			
    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}
.central .incentral:hover .incentral-ab {
    opacity: 1;
	
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.central .incentral .incentral-ab p.top {
    text-align: center;
    font-size: 24px;
    color: #222222;
}
 .central .incentral .incentral-ab p.bot {
    font-size: 18px;
    color: #555555;
    margin-top: 20px;
    text-indent: 40px;
}
.central .incentral .incentral-ab p.list a {
    font-size: 18px;
    color: #555555;
    display: block;
    margin: 10px 0;
}
.central .incentral .incentral-ab p.list a:hover {
    color: #FF9933;
    text-decoration: none;
}
.central .incentral .incentral-ab p.list img {
    vertical-align: middle;
    margin-right: 10px;
	
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.central .incentral .incentral-ab p.list a:hover > img {
    margin-left: 20px;
}
/* 誉中枢平台结束 */

/* 誉生态平台开始 */
.ecological .platform:last-child {
    margin-top: 50px;
}
.ecological .platform{
    display: flex;
}
.ecological .platform .fl {
    width: 25%;
    text-align: center;
    color: #999999;
    font-size: 14px;
    padding: 10px 0;
    font-size: 12px;
    margin-top: 0;
	
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.ecological .platform .fl a {
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   color: #222222;
   padding: 10px 0 0;
}
.ecological .platform > div a:hover {
    color: #222222;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 1px 4px 10px 2px #C9C9C9;
    margin-top: -10px;
}
.ecological .platform .img {
    width: 100%;
    height: 60px;
}
.ecological .platform:nth-child(1) > div:nth-child(1) a img,
.ecological .platform:nth-child(1) > div:nth-child(2) a img {
    height: 60px;
}
.ecological .platform:nth-child(1) > div:nth-child(3) a img {
    height: 50px;
    margin-top: 5px;
}
.ecological .platform:nth-child(2) > div a .img {
    height: 60px;
}
.ecological .platform:nth-child(2) > div:nth-child(1) a img {
    height: 30px;
    margin-top: 10px;
}
.ecological .platform:nth-child(2) > div:nth-child(2) a img {
    height: 40px;
    margin-top: 10px;
}
.ecological .platform:nth-child(2) > div:nth-child(3) a img {
    height: 60px;
}
.ecological .platform > div a p {
    margin-top: 15px;
}
/* 誉生态平台结束 */

/* 合作伙伴开始 */
.partner {
    width: 1200px;
    margin: 30px auto 0;
}
.partner div.fl {
    margin: 10px 0;
}
.partner .logo {
    width: 200px;
    height: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.partner .logo img {
    max-width: 150px;
    max-height: 40px;
    vertical-align: middle;
}
/* 合作伙伴结束 */

/* 底部开始 */
.bottombar {
    width: 100%;
    min-width: 1200px;
    padding: 30px 0;
    background-color: #333333;
    position: relative;
}
.bottombar .inbottombar {
    width: 1050px;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
}
.bottombar .inbottombar .top {
    width: 590px;
    margin-top: 30px;
    text-align:center;
}
.bottombar .inbottombar .top span {
    /*float: left;*/
    padding: 0 20px;
    /*border-right: 1px solid #DDDDDD;*/
    color: #9b9ea0;
}
.bottombar .inbottombar .top span:first-child {
    /*border-left: 1px solid #DDDDDD;*/
}
.bottombar .inbottombar .top span a {
    color: #FFFFFF;
}
.bottombar .inbottombar .top span a:hover {
    color: #FF9933;
}
.bottombar .inbottombar .mid {
    width: 610px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
}
.bottombar .inbottombar .mid span:nth-child(2) {
    margin: 0 20px;
}
.bottombar .inbottombar .mid a {
    color: #9b9ea0;
    font-size: 12px;
}
.bottombar .inbottombar .mid a:hover {
    color: #ff9933;
}
.bottombar .inbottombar .wx {
    width: 130px;
    margin: 0 10px;
}
.bottombar .inbottombar .wx img {
     width: 100px;
}
.bottombar .inbottombar .wx p {
    margin-top: 10px;
}
/* 底部结束 */

/* 备案信息开始 */
.record {
    width: 100%;
    min-width: 1200px;
    padding: 10px 0;
    background-color: #272727;
    text-align: center;
    color: #FFFFFF;
}
 .record a {
    color: #FFFFFF;
}
.record a:hover {
    color: #ff9933;
}
/* 备案信息结束 */

/* 法律声明弹层开始 */
.detailed-information .detailed-information-con > p {
    font-size: 14px;
    color: #222222;
    font-weight: bold;
}
.detailed-information .detailed-information-con > p img {
    width: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.detailed-information .detailed-information-con .text {
    font-size: 12px;
    line-height: 25px;
    margin-top: 10px;
    width: 1300px;
}
.detailed-information-con .text > p {
    text-indent: 28px;
}
.detailed-information-con .text > div.margintop10 {
    font-size: 14px;
}
/* 法律声明弹层结束 */

/*假期通知弹层开始*/
.bulk-layer-div > div.recess {
    width: 800px;
    margin-top: -200px;
    margin-left: -400px;
    background: none;
    box-shadow: none;
}
.recess .close {
    width: 50px;
    height: 50px;
    background: url(../images/index/recess-close.png) no-repeat center center;
    display: block;
    position: absolute;
    right: -40px;
    top: -30px;
}
.recess .close:hover {
    background: url(../images/index/recess-close-hover.png) no-repeat center center;
}
.recess .close img {
    width: 800px;
}

[v-cloak] {
    display: none;
}
/*假期通知弹层结束*/
