body{
    -moz-user-select: none;
}
:lang(en){
    font-family: "Arial" !important;
}
@font-face {
    font-family: 'iconfont';  /* project id 265490 */
    src: url('../font/font_8ntmifql7edhd7vi.eot');
    src: url('../font/font_8ntmifql7edhd7vi.eot') format('embedded-opentype'),
    url('../font/font_8ntmifql7edhd7vi.woff') format('woff'),
    url('../font/font_8ntmifql7edhd7vi.ttf') format('truetype'),
    url('../font/font_8ntmifql7edhd7vi.svg') format('svg');
}
.aliiconfont{
    font-family: "iconfont" !important;
    font-size: 1em;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,a:link,a:visited,a:hover,a:active{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight: normal;
    line-height: 1em;
}
h1,.h1{
    display: block;
    font-size: 28px;
}
h2,.h2{
    display: block;
    font-size: 24px;
    color:#fff;
}
h3,.h3{
    display: block;
    font-size: 18px;
    color:#1b1b1b;
}
h4,.h4{
    display: block;
    font-size: 14px;
    color: #626262;
    font-weight: lighter;
}
p,.p{
    display: block;
    color: #fff;
}
ol,ul{
     list-style-type: none;
 }
span{
    font-size: 1em;
}
.content{
    width: 100%;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.clear-float{
    clear: both;
}
.bggray{
    background: rgb(238,238,238);
}
.imgBg{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1200px;
}


/*矩形按钮*/
.s-btn-group{
    display: block;
    position: relative;
    width: 220px;
    height: 44px;
    overflow: hidden;
    border:1px solid #172a88;
    border-radius: 5px;
}
.s-btn{
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    border:0;

    cursor: pointer;
}
.s-btn-bg1{
    z-index: 0;
    background: white;
}
.s-btn-bg2{
    z-index: 2;
    width: 0;
    background: #172a88;
    transition: width .6s;
    -moz-transition: width .6s;
    -webkit-transition: width .6s;
    -o-transition: width .6s;
}
.s-btn-text{
    left: 36%;
    z-index: 3;
    line-height: 44px;
    font-size: 16px;
    background: transparent;
    color: #172a88;
    -webkit-transition: left .6s;
    -moz-transition: left .6s;
    -ms-transition: left .6s;
    -o-transition: left .6s;
    transition: left .6s;
}
.s-btn-arrow{
    left: 55%;
    z-index: 3;
    line-height: 44px;
    font-size: 16px;
    background: transparent;
    color: #172a88;
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.s-btn-group:hover .s-btn-bg2{
    width: 100%;
}
.s-btn-group:hover .s-btn-text{
    color: white;
}
.s-btn-group:hover .s-btn-text{
    left:30%;
}
.s-btn-group:hover .s-btn-arrow{
    left:65%;
    opacity: 1;
    color: white;
}

/*椭圆按钮*/
.e-btn{
    display: block;
    font-size:16px;
    width: 121px;
    height: 36px;
    border-radius: 36px;
    position: relative;
    color: white;
    overflow: hidden;
    background: rgb(255,180,0);
    line-height: 36px;
    transition: background-color .6s cubic-bezier(.51,1.1,.9,.95);
    -moz-transition: background-color .6s cubic-bezier(.51,1.1,.9,.95);
    -webkit-transition: background-color .6s cubic-bezier(.51,1.1,.9,.95);
    -o-transition: background-color .6s cubic-bezier(.51,1.1,.9,.95);
    cursor: pointer;
}
.e-btn-text{
    font-size: 1em;
    margin-left: 30px;
    transition: margin 0.3s cubic-bezier(.51,1.1,.9,.95);
    -moz-transition: margin 0.3s cubic-bezier(.51,1.1,.9,.95);
    -webkit-transition: margin 0.3s cubic-bezier(.51,1.1,.9,.95);
    -o-transition: margin 0.3s cubic-bezier(.51,1.1,.9,.95);
}
.e-btn-arrow{
    display: block;
    position: absolute;
    left:110%;
    top:0;
    font-size: 16px;
    transition: left 0.6s cubic-bezier(.51,1.1,.9,.95);
    -moz-transition: left .6s cubic-bezier(.51,1.1,.9,.95);
    -webkit-transition: left .6s cubic-bezier(.51,1.1,.9,.95);
    -o-transition: left .6s cubic-bezier(.51,1.1,.9,.95);
}
.e-btn:hover{
    background: rgb(52,65,131);
}
.e-btn:hover .e-btn-text{
    margin-left: 23px;
}
.e-btn:hover .e-btn-arrow{
    left:70%;
}

/*header*/
.h-container{
    width: 1200px;
    margin: 0 auto;
}
.header{
    width: 100%;
    height: 120px;
    position: absolute;
    left:0;
    top:0;
    z-index: 9999;
    background: white;
}
.header-fill{
    width: 100%;
    height: 120px;
}
.header .h-logo{
    display: inline-block;
    font-size: 28px;
    color: #122a88;
}
.header .h-contact{
    display: inline-block;
    height: 60px;
    margin-left: 51%;

}
.h-city-container{
    position:relative;
    display: inline-block;
}
.h-city-content{
    font-size: 16px;
    margin: 0;
    cursor: pointer;

}
.h-city-content>span:nth-child(1){
    font-size: 1em;
    color:rgb(23,42,136);
    font-weight: bolder;
}
.h-city-content>span:nth-child(2){
    font-size: 1em;
    color:rgb(60,60,60);
}
.h-city-ul{
    display: none;
    z-index: 9999;
    width: 100%;
    height:auto;
    position: absolute;
    left:0;
    top:110%;
    margin: 0;
    padding: 0;
}
.h-city-ul>li{
    display: block;
    background: rgb(230,230,230);
    text-align: center;
    line-height: 2em;
}
.h-city-a{
    color: #434343;
}
.h-city-ul>li:hover{
    background: rgb(23,42,136);
}
.h-city-ul>li:hover .h-city-a{
    color:white;
}
.h-city-phone{
    display: inline-block;
    font-size: 20px;
    margin: 15px 0 0 20px;
    color: rgb(23,42,136);
    font-weight: normal;
}
.h-city-phone span{
    font-weight: bolder;
}
.header .h-hr{
    width: 100%;
    height: 1px;
    background: rgb(231,233,243);
}

.header .h-nav{
    margin: 0;
    padding: 0;
}
.h-nav>li{
    display: block;
    float: left;
    line-height: 57px;
}
.h-nav>li a{
    color: #000;
    font-size: 16px;
}
.h-nav>li:not(:last-child){
    padding-right: 70px;
}
.h-nav-span{
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background: transparent;
    position:relative;
}
.h-nav-span::before,.h-nav-span::after{
    content:"";
    width: 0;
    height: 3px;
    background: rgb(23,42,136);
    position:absolute;
    top:0;
    transition:width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -webkit-transition: width 0.2s ease-in;
    -o-transition: width 0.2s ease-in;
}
.h-nav-span::before{
    right:50%;
}
.h-nav-span::after{
    left:50%;
}
.h-nav>li:hover .h-nav-span::before,.h-nav>li:hover .h-nav-span::after{
    width: 50%;
}

.h-nav-arrow{
    display: inline-block;
    transform-origin: center;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
}
.h-nav-a:hover .h-nav-arrow{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    color: rgb(23,42,136);
}
@keyframes h_header_animation{
    from{
        top:-54px;
    }
    to{
        top:0;
    }
}
@-moz-keyframes h_header_animation{
    from{
        top:-54px;
    }
    to{
        top:0;
    }
}
@-ms-keyframes h_header_animation{
    from{
        top:-54px;
    }
    to{
        top:0;
    }
}
@-webkit-keyframes h_header_animation{
    from{
        top:-54px;
    }
    to{
        top:0;
    }
}
.h-mini{
    height: 70px;
    border-bottom: 1px solid rgb(230,230,230);
    position: fixed;
    background: white;
    animation: h_header_animation 1s;
    -moz-animation: h_header_animation 1s;
    -ms-animation: h_header_animation 1s;
    -webkit-animation: h_header_animation 1s;
}
.h-mini .h-logo{
    display: block;
    float: left;
    margin-top: 18px;
}
.h-mini .h-contact{
    display: none;
}
.h-mini .h-hr{
    display: none;
}

.h-mini .h-nav{
    display: inline-block;
    margin-left: 14%;
}
.h-mini .h-nav>li{
    line-height: 67px;
}
.h-mini .h-nav>li:not(:last-child){
    padding-right: 50px;
}

.h-nav-hide{
    display: none;
    width: 100%;
    padding: 30px 0;
    position: absolute;
    background: rgb(235,235,235);
    left:0;
    opacity: 0;
    margin-top: -2px;
    z-index: 99;
    overflow: hidden;
}

.h-nav-bg{
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 777;
}

.h-nav-hide .container{
    position: relative;
}
.header .h-nav-hide{
    top:120px;
}
.h-mini .h-nav-hide{
    top:70px;
}
.h-hide-left{
    display: inline-block;
    margin-left: 25px;
    width: 440px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    animation: fadeUpTop 0.8s  cubic-bezier(.51,1.1,.9,.95);
    -moz-animation: fadeUpTop 0.8s  cubic-bezier(.51,1.1,.9,.95);
    -ms-animation: fadeUpTop 0.8s  cubic-bezier(.51,1.1,.9,.95);
    -webkit-animation: fadeUpTop 0.8s  cubic-bezier(.51,1.1,.9,.95);
}

.h-hide-left>img{
    display: block;
    width: 440px;
    height: 440px;
    margin: 0;
}

.h-hide-left>p{
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    margin: 0;
}
.h-hide-hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    overflow: hidden;
    background: rgba(255,255,255,0.9);
    transition: opacity 0.6s cubic-bezier(.51,1.1,.9,.95);
    -moz-transition: opacity 0.6s cubic-bezier(.51,1.1,.9,.95);
    -webkit-transition: opacity 0.6s cubic-bezier(.51,1.1,.9,.95);
    -ms-transition: opacity 0.6s cubic-bezier(.51,1.1,.9,.95);
    -o-transition: opacity 0.6s cubic-bezier(.51,1.1,.9,.95);
}

.h-hide-hover-p{
    font-size: 16px;
    color: #434343;
    text-align: center;

    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transition: all 0.6s cubic-bezier(.51,1.1,.9,.95);
    -moz-transition: all 0.6s cubic-bezier(.51,1.1,.9,.95);
    -webkit-transition: all 0.6s cubic-bezier(.51,1.1,.9,.95);
    -ms-transition: all 0.6s cubic-bezier(.51,1.1,.9,.95);
    -o-transition: all 0.6s cubic-bezier(.51,1.1,.9,.95);
}
.h-hide-left-hover>p{
    line-height: 2em;
    margin-top: 168px;
}
.h-hide-right-hover>p{
    line-height: 1.5em;
    margin-top: 63px;
}


.h-hide-hover>.e-btn{
    color: white;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transition: all 0.6s cubic-bezier(.51,1.1,.9,.95);
    -moz-transition: all 0.6s cubic-bezier(.51,1.1,.9,.95);
    -webkit-transition: all 0.6s cubic-bezier(.51,1.1,.9,.95);
    -ms-transition: all 0.6s cubic-bezier(.51,1.1,.9,.95);
    -o-transition: all 0.6s cubic-bezier(.51,1.1,.9,.95);
}
.h-hide-left-hover>.e-btn{
    margin: 42px auto 0;
}
.h-hide-right-hover>.e-btn{
    margin:20px auto 0;
}
.h-hide-left:hover .h-hide-hover,.h-hide-right ul li:hover .h-hide-hover{
    opacity: 1;
}
.h-hide-left:hover .h-hide-hover-p,.h-hide-left:hover .e-btn,.h-hide-right ul li:hover .h-hide-hover-p,.h-hide-right ul li:hover .e-btn{
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.h-hide-right{
    width: 720px;
    display: inline-block;
    vertical-align: middle;
}
.h-hide-right ul{
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.h-hide-right ul li{
    display: block;
    float: left;
    width: 200px;
    height: 230px;
    margin-left: 35px;
    position: relative;
}

.h-hide-right ul li:nth-child(1){
    animation: fadeUpTop 1s  cubic-bezier(.51,1.1,.9,.95);
    -moz-animation: fadeUpTop 1s  cubic-bezier(.51,1.1,.9,.95);
    -ms-animation: fadeUpTop 1s  cubic-bezier(.51,1.1,.9,.95);
    -webkit-animation: fadeUpTop 1s  cubic-bezier(.51,1.1,.9,.95);
}
.h-hide-right ul li:nth-child(2){
    animation: fadeUpTop 1.1s  cubic-bezier(.51,1.1,.9,.95);
    -moz-animation: fadeUpTop 1.1s  cubic-bezier(.51,1.1,.9,.95);
    -ms-animation: fadeUpTop 1.1s  cubic-bezier(.51,1.1,.9,.95);
    -webkit-animation: fadeUpTop 1.1s  cubic-bezier(.51,1.1,.9,.95);
}
.h-hide-right ul li:nth-child(3){
    animation: fadeUpTop 1.2s cubic-bezier(.51,1.1,.9,.95);
    -moz-animation: fadeUpTop 1.2s  cubic-bezier(.51,1.1,.9,.95);
    -ms-animation: fadeUpTop 1.2s  cubic-bezier(.51,1.1,.9,.95);
    -webkit-animation: fadeUpTop 1.2s  cubic-bezier(.51,1.1,.9,.95);
}
.h-hide-right ul li:nth-child(4){
    margin-top: 20px;
    animation: fadeUpTop 1.3s  cubic-bezier(.51,1.1,.9,.95);
    -moz-animation: fadeUpTop 1.3s  cubic-bezier(.51,1.1,.9,.95);
    -ms-animation: fadeUpTop 1.3s  cubic-bezier(.51,1.1,.9,.95);
    -webkit-animation: fadeUpTop 1.3s  cubic-bezier(.51,1.1,.9,.95);
}
.h-hide-right ul li:nth-child(5){
    animation: fadeUpTop 1.4s  cubic-bezier(.51,1.1,.9,.95);
    -moz-animation: fadeUpTop 1.4s  cubic-bezier(.51,1.1,.9,.95);
    -ms-animation: fadeUpTop 1.4s  cubic-bezier(.51,1.1,.9,.95);
    -webkit-animation: fadeUpTop 1.4s  cubic-bezier(.51,1.1,.9,.95);
}
.h-hide-center{
    width: 100%;
}
.h-hide-center ul li:nth-child(1){
    margin-left: 0;
}
.h-hide-center ul li:nth-child(4){
    margin-top: 0;
}
@keyframes fadeUpTop{
    0%{transform:translateY(100%);opacity: 0;}
    100%{transform:translateY(0);opacity: 1;}
}
@-moz-keyframes fadeUpTop{
    0%{-moz-transform:translateY(100%);opacity: 0;}
    100%{-moz-transform:translateY(0);opacity: 1;}
}
@-ms-keyframes fadeUpTop{
    0%{-ms-transform:translateY(100%);opacity: 0;}
    100%{-ms-transform:translateY(0);opacity: 1;}
}
@-webkit-keyframes fadeUpTop{
    0%{-webkit-transform:translateY(100%);opacity: 0;}
    100%{-webkit-transform:translateY(0);opacity: 1;}
}
.h-hide-right ul li img{
    display: block;
}
.h-hide-right-p{
    font-size: 15px;
    line-height: 2em;
    text-align: center;
    margin: 0;
    padding: 0;
}


.side{
    width: 50px;
    position: fixed;
    right:25px;
    top:66%;
    z-index: 9999;
}
.side-ul{
    width: 100%;
}
.side-ul li{
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    border-top:1px solid rgb(230,230,230);
    border-left:1px solid rgb(230,230,230);
    border-right:1px solid rgb(230,230,230);
    font-size: 30px;
    color: #434343;
    text-align: center;
    line-height: 50px;
    background: white;
}

.side-ul .top{
    background: rgb(23,42,135);
    color: white;
    border-bottom:1px solid;
    border-color: rgb(23,42,135);
    font-size: 24px;
}
.side-hover{
    display: block;
    position: absolute;
    z-index: 2;
    width: 0;
    height: 52px;
    right:-1px;
    top:-1px;

    background: rgb(23,42,135);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.side-hover p{
    width: 125px;
    font-size: 16px;
    color: white;
    line-height: 52px;
    text-align: center;
}

.side-hover .aliiconfont{
    color: white;
    font-size: 1.5em;
    vertical-align: middle;
}
.side-ul li:hover .side-hover{
    opacity: 1;
    width: 125px;
}
.liangfang-msg{
    width: 35px;
    height: 18px;
    position: absolute;
    left:-20px;
    top:0px;
    background: red;
    border-radius: 18px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 18px;
    color: white;
}
.kefu-msg{
    width: 14px;
    height: 14px;
    position: absolute;
    right:10px;
    top:5px;
    background: red;
    border-radius: 100%;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
    color: white;
    animation: msg-animate 1s infinite;
    -moz-animation: msg-animate 1s infinite;
    -webkit-animation: msg-animate 1s infinite;
}
@keyframes msg-animate {
    0%{opacity: 0;}
    100%{ opacity: 1; }
}
@-webkit-keyframes msg-animate {
    0%{ opacity: 0;}
    100%{opacity: 1; }
}
@-moz-keyframes msg-animate {
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.baoming{

    display: none;
    position: fixed;
    left: 0;
    top:0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.baoming.active{
    display: block;
    opacity: 1;
}
.baoming .bg{
    display: block;
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.baoming .fixed-form{
    width: 330px;
    height: 210px;
    position: absolute;
    margin: auto;
    left:0;
    top:0;
    right:0;
    bottom:0;
    padding: 20px 15px;
    background: white;
}
.fixed-form>img{
    display: block;
    width: 15px;
    position: absolute;
    right: -15px;
    top:-15px;
    cursor: pointer;
}
.fixed-form input,.fixed-form select{
    width: 310px;
    height: 45px;
    margin-top:10px ;
    padding-left: 20px;
    font-size: 14px;
    color: #434343;
    border-radius: 5px;
    border:1px solid rgb(210,210,210);
    background: white;
}
.fixed-form .name{
    margin-top: 0;
}
.fixed-form select,.fixed-form input[type='submit']{
    width: 100%;
}
.fixed-form input[type='submit']{
    padding-left: 0;
    background: rgb(255,180,0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fixed-form input[type='submit']:hover{
    background: rgb(23,42,135);
    color: white;
}

/*footer*/
.footer{
    padding-top: 40px;
}
.footer-dl {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.footer-dl+.footer-dl {
    margin-left: 200px;
}

.footer-dl dt {
    font-size: 18px;
    margin-bottom: 34px;
    color: #434343;
}
.footer-dl dt a{
    color: #434343;
}
.footer-dl dd {
    margin-bottom: 24px;
}

.footer-dl dd a {
    font-size: 16px;
    color: #626262;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

.footer-dl dd a:not([data-underline='no']):hover {
    color: rgb(23,42,135);
    text-decoration: underline;
}

.footer-right{
    position: absolute;
    right:0;
    top:0;
    width: 320px;
}
.footer-right>ul{
    width: 100%;
}
.footer-right>ul li{
    display: inline-block;
}
.footer-right>ul li+li{
    margin-left: 60px;
}
.footer-right>ul li p{
    line-height: 2em;
    text-align: center;
}
.footer-right>p{
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    line-height: 2em;
    color: rgb(23,42,135);
    letter-spacing: 1px;
}
.copyright{
    width: 100%;
    height: 120px;
    background: #1b1b1b;
}
.copyright .aliiconfont{
    display: block;
    padding-top: 25px;
    text-align: center;
    color: white;
    font-size: 30px;
}
.copyright p{
    margin-top: 15px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: lighter;
}
.copyright a{
    color: white;
}
.copyright a:hover{
    text-decoration: underline;
}
.copyright a.footer-logo{
    text-decoration: none;
}


.color-popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999999;
    display: none;

}

.color-popup {
    background: #fff;
    width: 400px;
    text-align: center;
    height: 150px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -100px;
    color: #666;
    font-size: 18px;
    padding: 50px 20px 0 20px;
}

.color-popuo-btn {
    width: 140px;
    line-height: 45px;
    font-size: 16px;
    margin: 0 auto;
    background: #172987;
    color: #fff;
    border-radius: 4px;
    margin-top: 40px;
    cursor: pointer;
}