img {
    width: 100%;
}

.header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    line-height: 80px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    z-index: 999;
}

.logo {
    text-align: left;
    position: relative;
    width: 270px;
}

.logo img {
    width: 235px;
    margin-top: 22px;
    vertical-align: middle;
}

.logo_tel {
    position: absolute;
    top: -10px;
    left: 108px;
    letter-spacing: -0.7px;
    color: #1c539d;
    font-size: 20px;
    font-family: 微软雅黑;
}

.nav {
    position: relative;
    font-size: 14px;
}

.nav li {
    position: relative;
    float: left;
    z-index: 999;
    margin-left: 45px;
}

.nav li a {
    color: #777;
    height: 80px;
    display: block;
}

.nav li.active a {
    border-top: 2px solid #2588d9;
    color: #2588d9;
}

.nav li:hover {
    border-top: 2px solid #2588d9;
}

.nav li:hover.active {
    border-top: 0px;
}

.nav li:hover a {
    color: #2588d9;
}

.bg_blue {
    width: 100%;
    height: 309px;
    background-color: #0a81dd;
    margin-top: -230px;
}

.bannerbg {
    /*background: url(../images/zt7_1.jpg) no-repeat center;*/
    /*width: 100%;*/
    /*background-size: auto 100%;*/
    /*height: 100%;*/

}

.banner {
    margin: 0 auto;
    margin-top: 164px;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.banner .b1 {
    font-size: 24px;
    color: #666666;
}

.banner .b2 {
    font-size: 46px;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 31px;

}

.banner .b2 span {
    color: #2588d9;
    margin-right: 15px;
    font-weight: 600;
}

.banner .b3 {
    font-size: 22px;
    color: #666666;
    margin-bottom: 21px;
}

.banner .b_btn2 {
    /*margin-top: 227px;*/
    /*overflow: hidden;*/
    /*text-align: left;*/
    /*margin-left: 59px;*/
    /*height: 80px;*/
    /*position: absolute;*/
    /*left: 37.5%;*/
    /*top: 54%;*/
    position: absolute;
    left: 37.5%;
    top: 54%;
}

.banner .b_btn3 {

    position: absolute;
    left: 26.5%;
    top: 74%;
}

.banner .b_btn {
    margin-top: 227px;
    overflow: hidden;
    text-align: left;
    margin-left: 59px;
    height: 80px;
}

/*.banner .b_btn button:hover {*/
/*background: #fff;*/
/*color: #2588d9;*/
/*}*/
/*.banner .b_btn2 button {*/
/*    width:375px;*/
/*    height: 65px;*/
/*    letter-spacing:2px;*/
/*    background-color: #2588d9;*/
/*    !*background: none;*!*/
/*    !*box-shadow: 0px 8px 16px 0px*!*/
/*    !*rgba(0, 0, 0, 0.33);*!*/
/*    display: inline-block;*/
/*    !*border-radius:38px ;*!*/
/*    font-size: 26px;*/
/*    color: white ;*/
/*    border: 0;*/
/*    !*border: 1px solid rgba(37, 136, 217, 1);*!*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*    animation: switch 1.5s ease-out infinite;*/
/*    transition: 0.3s all ease-in-out;*/
/*    font-weight: bolder;*/
/*}*/

.banner .b_btn3 button {
    width: 375px;
    height: 65px;
    letter-spacing: 2px;
    background-image: linear-gradient(#ffdd93, #ffdd93), linear-gradient(#fcf3d8, #fcf3d8);
    /*background: none;*/
    /*box-shadow: 0px 8px 16px 0px*/
    /*rgba(0, 0, 0, 0.33);*/
    display: inline-block;
    /*border-radius:38px ;*/
    font-size: 26px;
    color: #b40725;
    border: 0;
    /*border: 1px solid rgba(37, 136, 217, 1);*/
    outline: none;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    font-weight: bolder;
}

.banner .b_btn button {
    width: 410px;
    height: 55px;
    letter-spacing: 2px;
    /*background-color: rgba(37, 136, 217, 1);*/
    background-color: #e10529;
    /*box-shadow: 0px 8px 16px 0px*/
    /*rgba(0, 0, 0, 0.33);*/
    display: inline-block;
    /*border-radius:38px ;*/
    font-size: 33px;
    color: #ffffff;
    border: 0;
    /*border: 1px solid rgba(37, 136, 217, 1);*/
    outline: none;
    cursor: pointer;
    /*animation: switch 1.5s ease-out infinite;*/
    /*transition: 0.3s all ease-in-out;*/
    /*font-weight: bolder;*/
}

@keyframes switch {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
}

.b_down {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -83px;
    margin-bottom: -5px;
    overflow: hidden;
    cursor: pointer;
}

.b_down img {
    display: block;
}

.fwxmbg {
    background: #f1f1f1;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.content_tit_box {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.content_tit_box .tit1 {
    font-size: 28px;
    color: #333333;
}

.content_tit_box .tit1 i {
    color: #2588d9;
    font-size: 40px;
    margin-right: 10px;
    margin-left: 5px;
}

.content_tit_box .tit_line {
    width: 30px;
    height: 4px;
    background-color: rgba(37, 136, 217, 1);
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
}

.content_tit_box .tit2 {
    margin-top: 17px;
    font-size: 18px;
    color: #616161;
}

.fwxmlist {
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}

.fwxmlist li {
    text-align: center;
    vertical-align: middle;
    width: 255px;
    overflow: hidden;
    float: left;
    margin-right: 60px;
    cursor: pointer;
}

.fwxmlist li:nth-child(4n) {
    margin-right: 0;
}

.fwxmlist li:hover .circle {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.35);
}

.fwxmlist li:hover .minicircle {
    display: block;
}

.minicircle {
    display: none;
    position: absolute;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    transition: 0.5s all ease-in-out;
    top: 210px;
    margin-left: 5px;
}

.circle {
    width: 180px;
    height: 180px;
    background-color: rgba(37, 136, 217, 1);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
}

.circle img {
    vertical-align: middle;
    margin-top: 50px;
}

.fwxmlist li:hover .fwxmtit {
    color: #2588d9;
}

.fwxmtit {
    font-size: 20px;
    color: #333333;
    margin-top: 35px;
    transition: 0.5s all ease-in-out;
}

.fwxmline {
    width: 26px;
    height: 3px;
    background-color: rgba(37, 136, 217, 1);
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.fwxmtips {
    font-size: 15px;
    color: #747474;
    margin-bottom: 10px;
}

.baojia {
    position: relative;
    overflow: hidden;
}

.bjdh {
    margin-top: 35px;
    margin-left: 15px;
}

.bjwords {
    margin-left: 6px;
    font-size: 15px;
    color: #888888;
}

.bjw1 {
    margin-top: 5px;
}

.bjnum {
    font-size: 36px;
    color: #2588d9;
    margin-left: 16px;
    margin-top: 5px;
}

.bjrt {
    position: relative;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 500px;
    height: 564px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05),
    0px -5px 20px 0px rgba(0, 0, 0, 0.05),
    5px 0px 20px 0px rgba(0, 0, 0, 0.05),
    -5px 0px 20px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.bjbtn, .bjbtn_ann {
    margin-top: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-left: 20px;
}

.bjbtn_ann {
    text-align: center;
    margin: 0;
}

.bjbtn a, .bjbtn_ann a {
    display: inline-block;
    font-size: 24px;
    color: #2588d9;
    text-align: center;
    border: 1px solid #2588d9;
    transition: 0.3s all ease-in-out;
    padding: 15px 120px;
    animation: switch 1.5s ease-out infinite;
}

.bjbtn_ann a {
    border: solid 1px #f5281c;
    color: #f5281c;
}

.bjbtn a:hover {
    color: #fff;
    background: #2588d9;
}

.bjbtn_ann a:hover {
    color: #fff;
    background: #f5281c;
}

.bjrt_top {
    width: 100%;
    height: 69px;
    line-height: 69px;
    background: #fff;
    border-bottom: 2px solid #2588d9;
    margin-bottom: 25px;
}

.bjtt1 {
    float: left;
    position: relative;
    width: 50%;
    text-align: center;
    font-size: 22px;
    color: #333333;
    cursor: pointer;
}

.bjtt1.on {
    background: #2588d9;
    color: #fff;
}

.bjtinpt {
    font-size: 15px;
    color: #555555;
    margin-bottom: 20px;
}

.bjtinpt span {
    color: #2588d9;
    margin-left: 9px;
    margin-right: 9px;
}

.bjtinpt input {
    color: #aaa;
    width: 301px;
    outline: none;
    padding: 7px 0;
    background: white;
    text-indent: 16px;
    border: solid 1px rgba(221, 221, 221, 1);
}

.bjtinpt select {
    color: #6b6969;
    width: 301px;
    background: white;
    outline: none;
    padding: 6px 0;
    text-indent: 16px;
    border: solid 1px rgba(221, 221, 221, 1);
}

.bjtips {
    font-size: 12px;
    color: #2588d9;
}

.bjtbtn {
    margin-top: 22px;
}

.bjtbtn button {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #2588d9;
    outline: none;
    width: 397px;
    height: 48px;
    background-color: rgba(37, 136, 217, 1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    animation: switch 1.5s ease-out infinite;
}

.bjtbtn button:hover {
    color: #2588d9;
    background: #fff;
    cursor: pointer;
}

.dyqbz {
    text-align: left;
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    width: 410px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.weihaibg {
    position: relative;
    overflow: hidden;
    height: 857px;
    background-color: rgba(10, 88, 152, 1);
    width: 100%;
}

.whtit {
    margin-top: 60px;
    overflow: hidden;
}

.wht1 {
    font-size: 46px;
    color: #ffffff;
}

.wht2 {
    font-size: 23px;
    color: #ffffff;
    margin-top: 5px;
}

.whimg1 {
    margin-top: 60px;
}

.whwords {
    margin-top: 65px;
    width: 752px;
    overflow: hidden;
    margin-left: 30px;
}

.whw1 {
    font-size: 20px;
    color: #fff;
}

.whw2 {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    line-height: 32px;
}

.whimg2 {
    margin-top: 55px;
    margin-left: 80px;
}

.cjqfsbox {
    position: relative;
    margin-top: 35px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.cjqfswiper {
    height: 450px;
    overflow: hidden;
}

.cjfs_img {
    width: 520px;
    overflow: hidden;
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}

.cjfs_info {
    position: relative;
    width: 370px;
    overflow: hidden;
}

.cjfsif_tit {
    font-size: 24px;
    color: #333333;
    margin-left: 20px;
    margin-top: 93px;
}

.cjfsif_tit_en {
    font-size: 14px;
    color: #333333;
    margin-left: 20px;
    margin-top: 13px;
}

.cjfs_detail {
    margin-left: 20px;
    margin-top: 36px;
}

.cjfs_detail p {
    font-size: 15px;
    line-height: 30px;
    color: #616161;
}

.cjfs_btn {
    position: relative;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 50px;
}

.cjfs_btn a:hover {
    background: #fff;
    color: rgba(37, 136, 217, 1);
}

.cjfs_btn a {
    text-align: center;
    display: inline-block;
    width: 182px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(37, 136, 217, 1);
    border: solid 1px rgba(37, 136, 217, 1);
    font-size: 14px;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
}

.cjfs_nav {
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    padding: 10px;
    margin-top: 104px;
    margin-bottom: -10px;
}

.cjfs_ul {
    transition: 0.3s all ease-in-out;
}

.cjfs_ul.up {
    margin-top: -343px;
}

.cjfs_nav li {
    width: 189px;
    height: 113px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}

.cjfs_nav li:nth-child(3) {
    border-bottom: none;
}

.cjfs_nav li.on {
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1),
    0 -2px 2px 0px rgba(0, 0, 0, 0.1),
    2px 0 2px 0px rgba(0, 0, 0, 0.1),
    -2px 0 2px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

.cjfs_nav li .cjfs_n1 {
    padding-top: 40px;
    font-size: 17px;
    color: #333333;
}

.cjfs_nav li .cjfs_n2 {
    font-size: 12px;
    color: #333333;
}

.cjfs_prev {
    position: absolute;
    overflow: hidden;
    width: 189px;
    height: 114px;
    line-height: 114px;
    background-color: rgba(10, 88, 152, 1);
    top: 0;
    margin-left: 990px;
    text-align: center;
    cursor: pointer;
}

.cjfs_next {
    position: relative;
    overflow: hidden;
    width: 189px;
    height: 114px;
    line-height: 114px;
    background-color: rgba(10, 88, 152, 1);
    margin-left: 990px;
    text-align: center;
    cursor: pointer;
}

.cjqftab {
    display: none;
    transition: 0.3s all ease-in-out;
}

.cjqftab.on {
    display: block;
}

.onlywords {
    margin-top: 54px;
    overflow: hidden;
    position: relative;
}

.onlywords p {
    font-size: 16px;
    line-height: 32px;
    color: #888888;
}

.onlyimg {
    width: 100%;
    overflow: hidden;
}

.onlyimg img {
    width: 100%;
}

.content .detail {
    margin-top: 55px;
}

.detailimg {
    text-align: center;
    font-size: 0;
    margin: 0 auto;
}

.detectinfo {
    margin-left: 70px;
    width: 488px;
    position: relative;
    display: block;
    word-break: break-all;
    overflow: hidden;
    color: #888;
    font-size: 18px;
    line-height: 36px;
    padding-top: 20px;
}

.detectinfo i {
    color: #2588d9;
    font-size: 44px;
}

.dycqbg {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    background: #f9f9f9;
}

.liuchengbg {
    background: url(../img/icon24.png) no-repeat left top;
    width: 100%;
    height: 618px;
    padding-top: 60px;
}

.prolist {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.prolist li {
    position: relative;
    width: 100px;
    margin-right: 76px;
    display: inline-block;
    cursor: pointer;
}

.prolist li:nth-child(7) {
    margin-right: 0;
}

.lcproimg {
    position: relative;
    overflow: hidden;
    margin-top: 55px;
}

.lcprotit {
    font-size: 20px;
    color: #666666;
    margin-top: 53px;
    overflow: hidden;
}

.connav {
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.connav a:hover {
    background: #2588d9;
    color: #fff;
}

.connav a.on {
    background: #2588d9;
    color: #fff;
}

.connav a {
    position: relative;
    font-size: 15px;
    color: #666;
    padding: 5px 24px;
}

.caselist {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.caselist li {
    float: left;
    width: 263px;
    height: 300px;
    background: #fff;
    margin-left: 30px;
    margin-bottom: 20px;
    transition: all .3s linear;
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.caselist li:hover img {
    border-bottom: 2px solid #2588d9;
}

.casimg {
    height: 190px;
    background: #fff;
    position: relative;
    text-align: center;
}

.caselist li .n {
    display: none;
}

.caselist li .n img {
    height: 37px !important;
    border: none;
    margin-top: 76px;
    transform: translateZ(0px);
    transition: transform 0.5s ease 0s;
}

.caselist li a:hover .n img {
    transform: scale(0.9, 0.9);
    transition: transform 0.5s ease 0s;
}

.caselist li:hover .n {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    width: 263px;
    height: 201px;
    z-index: 11;
}

.caseimg img {
    height: 201px;
    border-bottom: 2px solid #e3e3e3;
}

.casedesc {
    position: relative;
    overflow: hidden;
}

.casedesc .casetit {
    font-size: 16px;
    margin-top: 15px;
}

.casedesc .casetime {
    margin-top: 10px;
    font-size: 13px;
    color: #8d8d8d;
    line-height: 22px;
}

.casedesc .casetit a {
    color: #555;
}

.casedesc .casetime a {
    color: #999;
}

.honorbg {
    background: url(../img/icon45.jpg) no-repeat left top;
    width: 100%;
    height: 477px;
    padding-top: 60px;
}

.anli-swiper {
    overflow: hidden;
    margin: 30px auto;
    width: 1000px;
    height: 426px;
}

.anli_title {
    color: #333333;
    font-size: 28px;
    height: 133px;
    line-height: 133px;
}

.anli_con div {
    width: 22%;
    margin-right: 4%;
}

.anli_con div:nth-child(4) {
    margin-right: 0px;
}

.anli_con div img {
    width: 100%;
}

.honor-swiper {
    overflow: hidden;
    margin: 30px auto;
    width: 1000px;
    height: 280px;
}

.honor-swiper .swiper-slide {
    width: 320px;
}

.honor-swiper .swiper-slide img {
    width: 320px;
    height: 215px;
}

.honor-button-prev {
    background: url(../img/harrprev.png) no-repeat center;
    width: 37px;
    height: 54px;
    position: relative;
    z-index: 88;
    cursor: pointer;
    margin-top: -200px;
}

.honor-button-next {
    background: url(../img/harrnext.png) no-repeat center;
    width: 37px;
    height: 54px;
    position: relative;
    z-index: 88;
    cursor: pointer;
    margin-top: -54px;
    margin-left: 963px;
}

.servicescroll {
    position: relative;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    margin-left: 43px;
}

.servicegallay {
    margin-top: 40px;
}

.servicescroll .swiper-slide {
    width: 173px;
    height: 120px;
    overflow: hidden;
}

.servicescroll .swiper-slide img {
    width: 173px;
    height: 120px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.servicescroll .swiper-slide:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: '';
}

.service-button-prev, .anli-button-prev {
    background: url(../img/honorprev.png) center no-repeat;
    background-size: 37px 37px;
    position: relative;
    width: 37px;
    height: 37px;
    margin-top: 40px;
    margin-right: 26px;
}

.service-button-prev:hover, .anli-button-prev:hover {
    background: url(../img/honorprev-c.png) center no-repeat;
}

.service-button-next, .anli-button-next {
    background: url(../img/honornext.png) center no-repeat;
    background-size: 37px 37px;
    position: relative;
    width: 37px;
    height: 37px;
    margin-top: 40px;
}

.service-button-next:hover, .anli-button-next {
    background: url(../img/honornext-c.png) center no-repeat;
}


.servicescroll2 {
    position: relative;
    overflow: hidden;
    width: 1125px;
    margin: 0 auto;
    margin-left: 28px;
}

.servicegallay2 {
    margin-top: 40px;
}

.servicescroll2 .swiper-slide2 {
    width: 173px;
    height: 120px;
    overflow: hidden;
}

.servicescroll2 .swiper-slide2 img {
    width: 173px;
    height: 120px;

}

.service-button-prev2, .anli-button-prev2 {
    background: url(../img/honorprev.png) center no-repeat;
    background-size: 37px 37px;
    position: relative;
    width: 37px;
    height: 37px;
    margin-top: 184px;
    margin-right: 26px;
}

.service-button-prev2:hover, .anli-button-prev2:hover {
    background: url(../img/honorprev-c.png) center no-repeat;
}

.service-button-next2, .anli-button-next2 {
    background: url(../img/honornext.png) center no-repeat;
    background-size: 37px 37px;
    position: relative;
    width: 37px;
    height: 37px;
    margin-top: 184px;
}

.service-button-next2:hover, .anli-button-next2 {
    background: url(../img/honornext-c.png) center no-repeat;
}


.footerbg {
    background: url(../img/icon46.jpg) no-repeat left top;
    width: 100%;
    height: 500px;
}

.f_add {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

.fwords {
    position: relative;
    margin-left: 20px;
    overflow: hidden;
}

.fwords p {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-bottom: 6px;
}

.flf {
    width: 575px;
    overflow: hidden;
    position: relative;
}

.footer_form {
    border-top: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    width: 448px;
    height: 500px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
    margin-right: 100px;
    text-align: center;
}

.ffrt_tit {
    font-size: 24px;
    letter-spacing: 1.6px;
    color: #555555;
    position: relative;
    margin-top: 25px;
    margin-bottom: 10px;
    overflow: hidden;
}

.inpt {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.inpt span {
    font-size: 18px;
    color: #2588d9;
    position: absolute;
    margin-top: 12px;
    margin-left: 15px;
}

.inpt input {
    width: 398px;
    text-indent: 35px;
    padding: 10px 0;
    border: solid 1px rgba(221, 221, 221, 1);
    font-size: 15px;
    color: #aaaaaa;
}

.inpt select {
    width: 398px;
    text-indent: 35px;
    padding: 10px 0;
    border: solid 1px rgba(221, 221, 221, 1);
    font-size: 15px;
    color: #aaaaaa;
}

.ffrt_notice {
    font-size: 12px;
    color: #2588d9;
}

.footer_form button:hover {
    background-color: #fff;
    color: #2588d9;
}

.footer_form button {
    margin-top: 15px;
    width: 396px;
    height: 48px;
    line-height: 48px;
    background-color: rgba(37, 136, 217, 1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border: 1px solid rgba(37, 136, 217, 1);
    outline: none;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    animation: switch 1.5s ease-out infinite;
    cursor: pointer;
}


.formModal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
}

.formModal2 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
}

.formwrapper {
    background: #fff;
    width: 505px;
    height: 520px;
    top: 18%;
    position: absolute;
    right: 34%;
    border-left: 4px solid #2588d9;
}

.colseModal {
    position: absolute;
    top: 18%;
    right: 32%;
    cursor: pointer;
}

.formwrapper .title {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #555;
}

.formwrapper .tips {
    text-align: center;
    font-size: 12px;
    color: #555;
    margin-top: 16px;
}

.formwrapper .tips span {
    color: #2588d9;
}

.formwrapper .iptcell {
    width: 411px;
    margin: 0 auto;
    margin-bottom: 18px;
    overflow: hidden;
}

.formwrapper .iptlabal {
    font-size: 15px;
    color: #555;
    vertical-align: middle;
    margin-top: 10px;
}

.formwrapper .iptlabal span {
    color: #2588d9;
    margin: 0 6px;
    vertical-align: middle;
}

.formwrapper .ipt input {
    width: 300px;
    outline: none;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #555;
    padding: 10px 0px;
    text-indent: 16px;
    vertical-align: middle;
}

.formwrapper .ipt select {
    width: 300px;
    outline: none;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #555;
    padding: 10px 0px;
    text-indent: 16px;
    vertical-align: middle;
}

.formwrapper .notice {
    color: #2588d9;
    font-size: 12px;
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
}

.formwrapper .fmbtn {
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

.formwrapper .fmbtn button {
    font-size: 18px;
    color: #fff;
    background: #2588d9;
    outline: none;
    border: none;
    padding: 10px 140px;
    cursor: pointer;
}


/*新*/
img {
    display: block;
}

.line_70 {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.server li {
    float: left;
    width: 276px;
    margin-right: 32px;

}

.server li:nth-child(4) {
    margin-right: 0;
}

.server .server_title {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.server .server_title:hover {
    color: #2588d9;

}

.server .server_line {
    width: 26px;
    height: 3px;
    background: #2588d9;
    margin: 0 auto 10px;
    text-align: center;
}

.server .service-con {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #4c4c4c;
}

.scrollNews {
    width: 609px;
    margin-top: 10px;
    border: 1px solid #ccc;
    height: 300px;
    OVERFLOW: hidden;
}

#p1 li {
    font-size: 16px;
    color: #333;
    height: 60px;
    line-height: 60px;
}

#p1 li:hover {
    background: #2588d9;
    color: white;
}

.hq {
    text-align: center;
    font-size: 24px;
    margin: 22px;
}

.line_1_p {
    width: 100%;
    height: 1px;
    background: #cccccc;
}

.fw {
    position: relative;
}

.fw_bg {
    width: 269px;
    height: 147px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background: rgba(10, 129, 221, 0.8);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -o-transition-property: all;
    -o-transition-duration: .5s;
    -ms-transition-property: all;
    -ms-transition-duration: .5s;
}

.fw_title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    height: 64px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 34px;
}

.fw_eng {
    width: 65px;
    height: 3px;
    background: white;
    margin: 0 auto;
    margin-top: 15px;
}

.fw_con {
    width: 80%;
    margin: 36px auto 0;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
}


.hb_box {
    display: none;
    position: fixed;
    z-index: 2147483647;
    background: url("https://cdn.chuanglvjia.net/hd/hb_bg.png") no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -176px;
    margin-top: -180px;
    width: 353px;
    height: 449px;
}

.hb_box.show {
    display: block;
}

button.open {
    background: url("https://cdn.chuanglvjia.net/hd/open.png") no-repeat;
    width: 84px;
    height: 84px;
    position: relative;
    overflow: hidden;
    border: none;
    outline: none;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 100px;
    -webkit-animation: open 0.2s linear 0.5s infinite alternate;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    animation: open 0.2s linear 0.5s infinite alternate;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}


.showBox {
    animation: flyIn 1s ease alternate both;
}

.showTremble {
    animation: chandou 0.1s infinite ease alternate both;
}

@keyframes flyIn {
    0% {
        transform: translateX(-1000px) scale(0)
    }
    50% {
        transform: translateX(0px) scale(0.5)
    }
    100% {
        transform: translateX(0px) scale(1)
    }
}

@keyframes tremble {
    0% {
        transform: rotate(-3deg)
    }
    50% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(3deg)
    }
}

@keyframes open {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

.hb_money {
    font-size: 40px;
    color: #ffe220;
    line-height: 40px;
    text-align: center;
    position: relative;
    margin-top: 30px;
    font-weight: bold;
}

.hb_tip {
    font-size: 16px;
    color: #ffe220;
    line-height: 16px;
    text-align: center;
    position: relative;
    margin-top: 10px;
}

.hb_tel {
    width: 260px;
    height: 45px;
    background-color: #ffda49;
    border-radius: 20px;
    display: block;
    position: relative;
    border: none;
    outline: none;
    color: #aa4a05;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;
    text-align: center;
}

.hb_time {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffe220;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.hb_closeBtn {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 30px;
    color: #ffe220;
    cursor: pointer;
}

.join_us{
    background: url(../images/message_21.jpg) center top no-repeat;
    background-size: 100%;
    position: relative;
}

.main{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.contit {
    text-align: center;
    position: relative;
    display: block;
}

.contit .btit {
    font-size: 36px;
    color: #333;
    font-weight: 600;
}

.white {
    color: white !important;
}

.mar_top_105 {
    margin-top: 105px;
}

.contit .subtit_x {
    width: 50px;
    height: 3px;
    background-color: #1a76c2;
    margin: 14px auto 0;
}

.bg_white {
    background-color: white !important;
}

.contit .subtit {
    font-size: 16px;
    color: #333333;
    line-height: 29px;
    margin-top: 14px;
    position: relative;
}

.white {
    color: white !important;
}

.join_us_but {
    width: 277px;
    height: 61px;
    background-color: #1a76c2;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    line-height: 61px;
    margin-top: 35%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

.cu {
    cursor: pointer;
}

.join_us_but a {
    font-size: 18px;
    color: white;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}


