/* swiper */
.swiper-container{min-width: 1170px; width: 100%; height: 450px; margin:0 auto; position:relative; overflow:hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden; /* Fix of Webkit flickering */ z-index:1;}
.swiper-wrapper{position:relative; width:100%; -webkit-transition-property:-webkit-transform, left, top; -webkit-transition-duration:0s; -webkit-transform:translate3d(0px,0,0); -webkit-transition-timing-function:ease; -moz-transition-property:-moz-transform, left, top; -moz-transition-duration:0s; -moz-transform:translate3d(0px,0,0); -moz-transition-timing-function:ease; -o-transition-property:-o-transform, left, top; -o-transition-duration:0s; -o-transform:translate3d(0px,0,0); -o-transition-timing-function:ease; -o-transform:translate(0px,0px); -ms-transition-property:-ms-transform, left, top; -ms-transition-duration:0s; -ms-transform:translate3d(0px,0,0); -ms-transition-timing-function:ease; transition-property:transform, left, top; transition-duration:0s; transform:translate3d(0px,0,0); transition-timing-function:ease; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.swiper-free-mode > .swiper-wrapper{-webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto;}
.swiper-slide{float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.swiper-wp8-horizontal{-ms-touch-action: pan-y;}
.swiper-wp8-vertical{-ms-touch-action: pan-x;}
.swiper-container{/* Specify Swiper's Size: */ /*width:200px; height: 100px;*/}
.swiper-slide{/* Specify Slides's Size: */ /*width: 100%; height: 100%;*/}
.swiper-slide-active{/* Specific active slide styling: */}
.swiper-slide-visible{/* Specific visible slide styling: */}
.swiper-pagination-switch{/* Stylize pagination button: */}
.swiper-active-switch{/* Specific active button style: */}
.swiper-visible-switch{/* Specific visible button style: */}
/* swiper */

@font-face {font-family: "iconfont";
  src: url('fonts/iconfont.eot?t=1477894293690');
  src: url('fonts/iconfont.eot?t=1477894293690#iefix') format('embedded-opentype'),
  url('fonts/iconfont.woff?t=1477894293690') format('woff'),
  url('fonts/iconfont.ttf?t=1477894293690') format('truetype'),
  url('fonts/iconfont.svg?t=1477894293690#iconfont') format('svg');
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
#top{
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    color: #555;
    font-size: 12px;
}
#top .top-main{
    height: 35px;
    line-height: 35px;
    width: 1170px;
    margin: 0 auto;
}
#top .top-main .top-left{
    display: inline-block;
}
#top .top-main .top-right{
    float: right;
}
#top .top-main .city-btn{
    margin-left: 7px;
    color: #777;
}
.division{
    margin: 0 5px;
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #ccc;
}
#header{
    width: 1190px;
    margin: 0 auto;
}
#header .head-left{
    float: left;
    margin-top: 35px;
    margin-left: 10px;
}
#logo{
    display: inline-block;
}
#logo img{
    height: 60px;
}
#nav{
    float: right;
}
#nav ul li{
    float: left;
    line-height: 117px;
    margin-left: 40px;
}
#nav ul li a{
    display: block;
    padding: 2px 7px;
    font-size: 16px;
    color: #5a5a5a;
}
#nav ul li a.active{
    color: #3b8cff;
}
.swiper-container .swiper-img{
    height: 450px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  background: #656565;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
  background: #3b8cff;
}
.swiper-container .arrow-left, .swiper-container .arrow-right {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    border-radius: 3px;
    opacity: 0.15;
    text-indent: -9999px;
    background-repeat: no-repeat;
    transition: opacity .2s linear 0s;
}
.swiper-container .arrow-left {
    left: 20px;
    background: url(img/arrow-left.png) #000 50% no-repeat;
}
.swiper-container .arrow-right {
    right: 20px;
    background: url(img/arrow-right.png) #000 50% no-repeat;
}
#banner-form {
    position: absolute;
    top: 0;
    left: 50%;
    width: 280px;
    height: 450px;
    margin-left: -585px;
}
.banner-form-main {
    width: 217px;
    height: 450px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/banner-form-bg.png);
    z-index: 99;
}
.banner-form-main h1.title {
    text-align: center;
    margin-top: 25px;
    font-size: 34px;
}
.banner-form-main p.p1 {
    margin-top: 12px;
    text-align: center;
    font-size: 22px;
}
.banner-form-main p.p1 i {
    color: #3b8cff;
    font-style: inherit;
    margin: 0 2px;
}
.banner-form-main p.p2 {
    margin-top: 7px;
    text-align: center;
    font-size: 13px;
    color: #777;
}
.form-main {
    margin: 20px auto;
    position: relative;
}
.banner-form-main p.p3 {
    margin-top: 20px;
    font-size: 12px;
    color: #777;
}
.form-main select {
    width: 100%;
    padding-left: 12px;
    float: left;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #888;
    color: #777;
    margin-left: -1px;
    background: none;
    padding: 0 10px;
}
 #banner-form input.smscode {
    border: 1px solid #888;
    color: #777;
    font-size: 13px;
    width: 108px;
    height: 38px;
    padding: 0 10px;
    margin-top: 17px;
    background: none;
    /*padding-right: 96px;*/
}
.form-main .resvsms , #OpenReg #resendsms{
    cursor: pointer;
    height: 40px;
    left: 129px;
    position: absolute;
    top: 114px;
    width: 87px;
    color: #777;
    font-size: 12px;
    padding: 0;
    margin: 0;
    border: none;
    border: 1px solid #888;
    background: inherit;
}
.form-main .resvsms:hover, #OpenReg #resendsms:hover{
    background: #ddd;
}
.form-main input.form-tel, .form-main input.smscode{
    border: 1px solid #888;
    color: #777;
    font-size: 13px;
    width: 195px;
    height: 38px;
    line-height: 38px\9;
    padding: 0 10px;
    margin-top: 17px;
    background: none;
}
.banner-form-btn {
    cursor: pointer;
    background: #3b8cff;
    width: 217px;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #fff;
    margin-top: 17px;
    border-radius: 2px;
}
/* 棣栭〉鏈嶅姟 */
#index-service{
    padding: 40px 0;
}
#index-service .service-main{
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.ctitle{
    font-size: 30px;
    text-align: center;
}
.etitle{
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}
#index-service .service-box{
    height: 300px;
    margin: 30px auto;
    width: 1120px;
    min-width: 1120px;
}
#index-service .swiper-slide {
    height: 100%;
    -webkit-transition: 100ms;
    -moz-transition: 100ms;
    -ms-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #F2F2F2;
    text-align: center;
    border-left: 1px solid #ddd\9;
}
:root #index-service .swiper-slide{
    border: 0;
}
#index-service .swiper-slide-visible {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
#index-service .swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: #4A99F5;
}
.service-left, .service-right{
    width: 24px;
    height: 40px;
    display: inline-block;
    background-image: url(img/img.png);
    background-repeat: no-repeat;
    position: absolute;
    padding: 5px;
    top: 219px;
}
.service-left{
    left: -4px;
    background-position: -104px 5px;
}
.service-right{
    right: -4px;
    background-position: -146px 5px;
}
#index-service .service-more{
    margin-top: 10px;
}
#index-service .service-more a{
    font-size: 16px;
    color: #999;
    display: block;
    text-align: center;
}
#index-service .swiper-slide .service-icon{
    width: 80px;
    height: 80px;
    background: url(img/img.png) no-repeat -288px -84px;
    text-align: center;
    display: inline-block;
    line-height: 80px;
}
#index-service .swiper-slide .service-icon .iconfont{
    font-size: 40px;
    color: #777;
}
#index-service .swiper-slide a{
    display: inline-block;
    width: 224px;
    height: 240px;
    padding-top: 50px;
    position: relative;
}
#index-service .swiper-slide a .shot{
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background-image: url(img/img.png);
    background-repeat: no-repeat;
    background-position: -189px -0.5px;
}
#index-service .swiper-slide p.title{
    font-size: 18px;
    color: #444;
    margin-top: 20px;
}
#index-service .swiper-slide p.info{
    font-size: 12px;
    color: #777;
    margin-top: 7px;
}
#index-service .swiper-slide-active p.title, #index-service .swiper-slide-active p.info{
    color: #fff;
}
#index-service .swiper-slide-active .service-icon .iconfont{
    color: #4A99F5;
}

/* 鎴戜滑鐨勪紭鍔� */
#index-advantage{
    padding: 40px 0;
    background: #EFF4F7;
}
#index-advantage .advantage-main{
    width: 1170px;
    margin: 0 auto;
}
.advantage-info{
    width: 800px;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.advantage-box ul li{
    float: left;
    width: 20%;
}
.advantage-box ul li a{
    display: block;
    text-align: center;
}
.advantage-box ul li a i.bg{
    width: 130px;
    height: 130px;
    display: inline-block;
    background-image: url(img/img.png);
    background-repeat: no-repeat;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.advantage-box ul li a i.abg1{
    background-position: -393px 0px;
}
.advantage-box ul li a i.abg2{
    background-position: -393px -152px;
}
.advantage-box ul li a i.abg3{
    background-position: -393px -301px;
}
.advantage-box ul li a i.abg4{
    background-position: -540px 0px;
}
.advantage-box ul li a i.abg5{
    background-position: -540px -152px;
}
.advantage-box ul li span{
    display: block;
    margin-top: 7px;
}
.advantage-box .contact-btn{
    margin-top: 30px;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #3b8cff;
    margin: 0 auto;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}
/* 棣栭〉妗堜緥 */
#index-AllService{
    padding: 40px 0;
}
#index-AllService .AllService-main{
    width: 1170px;
    margin: 0 auto;
}
.AllService-box{
    margin: 30px 0 0;
}
.AllService-box ul.stab{
    text-align: center;
    margin-bottom: 20px;
}
.AllService-box ul.stab li{
    display: inline-block;
    padding: 0 22px;
}
.AllService-box ul.stab li a{
    display: block;
    font-size: 16px;
    padding-bottom: 4px;
}
.AllService-box .service-item{
    width: 100%;
    padding: 12px;
}
.AllService-box .service-item .s-left{
    float: left;
    width: 240px;
    height: 383px;
}
.AllService-box .service-item .s-left .s-name{
    width: 264px;
    height: 124px;
    background-image: url(img/img.png);
    background-repeat: no-repeat;
    margin-left: -21px;
    margin-top: 40px;
}
.AllService-box .service-item .s-left .s-name h2{
    font-size: 24px;
    color: #fff;
    padding-left: 40px;
    margin-top: 30px;
    display: inline-block;
}
.AllService-box .service-item .s-left .s-name p{
    font-size: 12px;
    color: #ccc;
    padding-left: 40px;
}
.AllService-box .service-item .s-left .s-info{
    display: inline-block;
    margin-top: 30px;
    margin-left: 17px;
    padding-top: 20px;
    border-top: 1px dashed #f2f2f2;
}
.AllService-box .service-item .s-left .s-info p{
    color: #fff;
    font-size: 12px;
    margin: 10px 0;
}
.AllService-box .service-item .s-left .s-info p a{
    color: #fff;
}
.AllService-box .service-item .s-right{
    background: #fff;
    margin-left: 242px;
    overflow: hidden;
}
.AllService-box .service-item .s-right .slbox{
    float: left;
    width: 309.2px;
    height: 381px;
    border-left: 1px solid #dbdbdb;
    margin-left: -1px;
    text-align: center;
    position: relative;
}
.AllService-box .service-item .s-right .slbox h4.tit{
    font-size: 18px;
    margin-top: 40px;
}
.AllService-box .service-item .slbox p.txt1, .AllService-box .service-item .slbox p.txt2{
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 10px;
    color: #666;
}
.AllService-box .service-item .slbox .icon{
    width: 70px;
    height: 70px;
    margin: 0px auto 50px;
}
.AllService-box .service-item .slbox .icon i.iconfont{
    font-size: 70px;
    color: #777;
}
.AllService-box .service-item .slbox a.sbtn{
    width: 152px;
    height: 34px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #3776ce;
    /*text-align: center;*/
    line-height: 34px;
    color: #3776ce;
    font-size: 12px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -76px;
}
.AllService-box .service-item .s-right .slbox:hover i.iconfont{
    color: #3776ce;
}
.AllService-box .service-item .slbox:hover a.sbtn{
    color: #fff;
    background: #3776ce;
}
.AllService-box .service-item{
    display: none;
}
.AllService-box .libox1{
    background: #3fbff0;
    display: block;
}
.AllService-box .libox1 .s-left .s-name{
    background-position: -116px -442px;
}
.AllService-box .libox2{
    background: #fa4f4f;
}
.AllService-box .libox2 .s-left .s-name{
    background-position: -116px -575px;
}
.AllService-box .libox3{
    background: #72bb38;
}
.AllService-box .libox3 .s-left .s-name{
    background-position: -393px -575px;
}
.AllService-box .libox4{
    background: #60428C;
}
.AllService-box .libox4 .s-left .s-name{
    background-position: -116px -709px;
}
.AllService-box .libox5{
    background: #ff7f00;
}
.AllService-box .libox5 .s-left .s-name{
    background-position: -393px -442px;
}
/* 鑳屾櫙 */
#index-back{
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/ib.jpg);
}
#index-back .back-main{
    width: 1170px;
    margin: 20px auto;
    color: #fff;
    text-align: center;
}
#index-back .back-main h1{
    font-size: 32px;
}
#index-back .back-main p{
    font-size: 16px;
    margin: 20px 0;
}
#index-back .back-main .back-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
#index-back .back-main .back-btn:hover{
    background: #3b8cff;
    border: 1px solid #3b8cff;
}
/* 鏈€鏂拌祫璁� */
#index-news{
    padding: 40px 0 0;
}
#index-news .news-main{
    width: 1170px;
    margin: 0px auto;
}
#index-news .news-box{
    margin-top: 25px;
}
#index-news .news-box-c, #index-news .news-box-r {
    width: 424px;
    float: left;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
#index-news .news-box .news-box-l{
    width: 320px;
    float: left;
}
#index-news .news-box .news-box-l img{
    width: 320px;
    height: 355px;
}
.news-box-title {
    line-height: 52px;
    border-bottom: 1px solid #eaeaea;
    padding: 0 22px;
    font-size: 16px;
}
.news-box-title a {
    margin-right: 20px;
    padding-bottom: 4px;
}
.news-box-list li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #eaeaea;
    padding: 0 22px;
    overflow: hidden;
    margin-bottom: -1px;
}
ul.list2, ul.list3 {
    display: none;
}
/* 鍦ㄧ嚎鏍稿悕 */
#index-check{
    padding: 20px 0;
}
#index-check .check-main{
    width: 1170px;
    margin: 20px auto;
    background: url("img/check.jpg") 50% 0px no-repeat;
    color: #fff;
    padding: 20px 0;
}
#index-check .check-main .etitle{
    color: #fff;
}
#index-check .check-input{
    width: 525px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#check-name{
    padding: 10px;
    border: 1px solid #7b71ec;
    width: 500px;
    margin-bottom: 20px;
    /*background: url(img/banner-form-bg.png);*/
}
#index-check .check-tel, #index-check .smscode{
    padding: 10px;
    border: 1px solid #7b71ec;
    width: 234px;
    margin-right: 20px;
    /*background: url(img/banner-form-bg.png);*/
}
#index-check .check-tel{
    /*padding-right: 98px;*/
    width: 150px;
    /*margin-right: 104px;*/
}
#index-check .smscode{
    width: 87px;
    margin-right: 104px;
}
#check-btn{
    width: 109px;
    height: 38px;
    line-height: 36px;
    color: #fff;
    background: #FCC471;
    text-align: center;
    border-radius: 3px;
    border: 0;
}
.check-input{
    height: 100px;
}
.check-input-box{
    position: relative;
}
.check-input .resvsms{
    cursor: pointer;
    height: 38px;
    left: 171px;
    position: absolute;
    top: 0px;
    top: 1px\9;
    top: 1px\0;
    width: 87px;
    color: #777;
    font-size: 12px;
    padding: 0;
    margin: 0;
    border: none;
    border: 1px solid #7b71ec;
    background: url(img/banner-form-bg.png)!important;
}

/* 鍙嬫儏閾炬帴 */
#index-links{
    width: 1135px;
    margin: 0 auto;
    border: 1px solid #eaeaea;
    padding: 17px;
    margin-bottom: 40px;
}
#index-links li{
    float: left;
    margin: 7px 10px;
}
#index-links li a{
    display: block;
}

/* footer */
#footer{
    padding: 20px 0 0;
    background: #2b303d;
}
#footer .footer-main{
    width: 1170px;
    margin: 20px auto 30px;
}
#footer .footer-main-t{
    width: 100%;
    border-bottom: 1px solid #414551;
    padding-bottom: 35px;
    margin-bottom: 35px;
    margin-top: 10px
}
#footer .footer-main-t .fmti{
    float: left;
    width: 20%;
}
#footer .footer-main-t .fmti i.iconfont{
    color: #999;
    font-size: 27px;
    margin-right: 10px;
    float: left;
    border: 1px solid #999;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
}
#footer .footer-main-t .fmti span{
    color: #c9c9c9;
    font-size: 14px;
    float: left;
    width: 160px;
}
#footer .footer-main-t .fmti em{
    color: #777;
    font-size: 12px;
    float: left;
    width: 160px;
}
#footer .footer-main-l, #footer .footer-main-c, #footer .footer-main-r{
    float: left;
    width: 365px;
    margin-right: 36.66px;
    color: #777;
}
#footer .footer-main-l img{
    margin: 30px 0 0 70px;
}
.footer-main-c h2, .footer-main-r h2{
    font-size: 16px;
    margin-bottom: 7px;
    color: #fff;
}
.footer-main-c h2 span, .footer-main-r h2 span{
    font-size: 12px;
}
.footer-main-c p, .footer-main-r p{
    font-size: 13px;
    line-height: 24px;
    text-indent: 2em;
    color: #999;
    text-align:justify;
    text-justify:inter-ideograph;
}
#footer .footer-main-r{
    margin-right: 0;
}
#footer .footer-main-r p{
    text-indent: 0;
}
#footer .footer-main-r p.icon{
    margin-top: 4px;
    position: relative;
}
#footer .footer-main-r p.icon a{
    display: inline-block;
    margin-left: 4px;
}
#footer .footer-main-r p.icon a:hover i{
    color: #999;
}
#footer .footer-main-r p.icon a i{
    font-size: 30px;
    color: #777;
}
#footer .footer-main-r p.icon a.weixin:hover #wechat-code{
    display: block;
}
#wechat-code{
    z-index: 99;
    position: absolute;
    left: -15px;
    bottom: 40px;
    padding: 4px;
    background: #fff;
    display: none;
}
.footer-bottom {
    height: 70px;
    background: #212532;
    /*border-top: 1px solid #444;*/
}
.footer-bottom p, .footer-bottom a{
    line-height: 70px;
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    color: #999;
    font-size: 12px;
}
.backimg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 380px;
}
.backimg-news{
    background-image: url('img/news-bg.jpg');
    height: 400px;
    background-color: #3b8cff;

}
#service{
    width: 1170px;
    margin: 30px auto;
    border: 1px solid #eaeaea;
}
#service .left{
    float: left;
    width: 310px;
    border-right: 1px solid #eaeaea;
}
#service .left h2.title, #service .right h2.title{
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 12px;
}
#service .right h2.title{
    border-top: 1px solid #eaeaea;
    margin-top: -1px;
}
#service .left ul{
    padding: 0px 0px 10px;
}
#service .left ul li, #show .left .col ul li{
    float: left;
    margin: 10px 0px 0px 10px;
    position: relative;
}
#service .left ul li .shot, #show .left .col ul li .shot{
    position: absolute;
    left: -3px;
    top: -13px;
}
#service .left ul li .shot i, #show .left .col ul li .shot i{
    font-size: 32px;
    color: #fd2b03;
}
#service .left ul li a{
    display: block;
    padding: 10px;
    border: 1px solid #eaeaea;
    width: 118px;
    text-align: center;
}
#service .left ul li.current a{
    color: #3b8cff;
}
#service .left ul li a:hover{
    border: 1px solid #3b8cff;
}
#service .right{
    float: left;
    width: 859px;
    border-left: 1px solid #eaeaea;
    margin-left: -1px;
}
#service .right ul{
    padding: 0px 0px 10px;
}
#service .right ul li{
    float: left;
    margin: 10px 10px 10px 10px;
    position: relative;
}
#service .right ul li .shot{
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background-image: url(img/img.png);
    background-repeat: no-repeat;
    background-position: -189px -0.5px;
}
#service .right ul li a{
    display: block;
}
#service .right li a .top{
    width: 266px;
    background: #3b8cff;
    padding: 17px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
#service .right li a .bottom{
    width: 266px;
    border: 1px solid #eaeaea;
    background: #fafafa;
    border-top: 0;
    padding: 12px 0;
    font-size: 20px;
    text-align: center;
    color: #999;
    box-sizing: border-box;
}
#service .right li a:hover .bottom{
    background: #f1f1f1;
}
/* 妗堜緥 */
#case, #news{
    width: 1170px;
    margin: 40px auto;
}
#case h1.title, #news h1.title{
    text-align: center;
    font-size: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
#case .soncol, #news .soncol{
    margin: 15px 0;
}
#case .soncol ul li, #news .soncol ul li{
    float: left;
    height: 28px;
    padding-top: 8px;
}
#case .soncol ul li a, #news .soncol ul li a{
    display: block;
    border-right: 1px solid #eaeaea;
    color: #333;
    margin-right: -1px;
    padding: 0 20px;
}
#case .soncol ul li a:hover, #news .soncol ul li a:hover{
    color: #777;
}
#case .soncol ul li.current, #news .soncol ul li.current{
    background: #3b8cff;
}
#case .soncol ul li.current a, #news .soncol ul li.current a{
    color: #fff;
}
#case .case-box ul{
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    box-sizing: border-box;
}
#case .case-box ul li{
    float: left;
}
#case .case-box ul li {
    width: 25%;
    padding: 8px;
    float: left;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
}
#case .case-box ul li a{
    display: block;
}
#case .case-box ul li a img{
    width: 276px;
    height: 195px;
    margin-bottom: 7px;
}
#case .case-box ul li a h2{
    font-size: 17px;
}
#case .case-box ul li a p{
    font-size: 12px;
    color: #999;
}
/* 鏂伴椈鍒楄〃 */
#news .news-box ul{
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    box-sizing: border-box;
}
#news .news-box ul li {
    width: 50%;
    padding: 15px;
    float: left;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
}
#news .news-box ul li a{
    display: block;
}
#news .news-box ul li a .l{
    float: left;
}
#news .news-box ul li a .l img{
    width: 200px;
    height: 150px;
}
#news .news-box ul li a .r{
    margin-left: 220px;
}
#news .news-box ul li a .r h3 {
    font-weight: bold;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}
#news .news-box ul li a .r p.txt {
    font-size: 12px;
    line-height: 22px;
    height: 92px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
    color: #999;
}
#news .news-box ul li a .r p.tandv{
    text-align: right;
    margin-top: 7px;
}
#news .news-box ul li a .r p.tandv span {
    margin-left: 12px;
    font-size: 12px;
    color: #999;
}
/* 鍐呭�椤� */
#show{
    width: 1170px;
    margin: 30px auto;
    border: 1px solid #eaeaea;
}
#show .left {
    float: left;
    width: 310px;
    border-right: 1px solid #eaeaea;
}
#show .left h2.title{
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 12px;
}
#show .left ul {
    padding: 0px 0px 10px;
}
#show .left .col ul li {
    float: left;
    margin: 10px 0px 0px 10px;
}
#show .left .col ul li a {
    display: block;
    padding: 10px;
    border: 1px solid #eaeaea;
    width: 118px;
    text-align: center;
}
#show .left .col ul li a:hover{
    border: 1px solid #3b8cff;
}
#show .left .heat h2.title{
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
}
#show .left .heat ul li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #eaeaea;
    padding: 0 17px;
    overflow: hidden;
}
#show .left .heat ul li a{
    display: block;
}
#show .left .heat ul li{
    display: block;
}
#show .left .heat ul li a:hover{
    color: #3b8cff;
}
#show .right{
    float: left;
    width: 859px;
    border-left: 1px solid #eaeaea;
    margin-left: -1px;
}
#show .right h2.title{
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 12px;
    text-align: center;
}
#show .right p.icon{
    text-align: center;
    margin-top: 4px;
}
#show .right p.icon span {
    margin-left: 12px;
    font-size: 12px;
    color: #999;
}
#show .right .content{
    padding: 10px 20px 20px;
    line-height: 25px;
    color: #777;
}
#show .right .content #content-main{
    word-wrap:break-word;
    word-break:break-all;
    min-height: 400px;
    padding: 0;
}
#show #content-main p{
    line-height: 24px;
}
#show #content-main blockquote p{
    line-height: 20px;
}
#show .right .content .stag{
    margin-top: 27px;
}
#show .right .content .stag span{
    float: left;
}
#show .right .content .stag .tag-list{
    margin-left: 50px;
}
#show .right .content .stag a{
    border-radius: 15px;
    display: inline-block;
    padding: 1px 15px;
    border: 1px solid #eaeaea;
    font-size: 12px;
    margin-right: 7px;
    margin-bottom: 9px;
}
#show .right .content .stag a:hover{
    border: 1px solid #3b8cff;
    background: #3b8cff;
    color: #fff;
}
/* 鍩庡競閫夋嫨 */
.city-bg {
    background: url("img/c.jpg");
    height: 110px;
}
.city-bg h1{
    color: #fff;
    width: 1170px;
    margin: 0 auto;
    line-height: 110px;
}
#city .city-box{
    width: 1170px;
    margin: 30px auto 30px;
}
#city .city-box .area{
    border: 1px solid #eaeaea;
    padding: 15px 20px 7px;
    margin-top: -1px;
}
#city .city-box .area h2{
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
}
#city .city-box .area p{
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}
#city .city-box .area p a{
    margin-right: 15px;
    display: inline-block;
    color: #06c;
}
#city .city-box .area p a:hover {
    color: #f60;
    text-decoration: underline;
}
/* 鍏充簬鎴戜滑 */
#about, #about2{
    width: 1170px;
    margin: 40px auto;
}
#about h1.title, #about2 h1.title {
    text-align: center;
    font-size: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
}
#about .about-box{
    margin: 20px 0;
    background-image: url(/style/images/about-txt.png);
    background-position: 27px top;
    background-repeat: no-repeat;
    padding: 22px 0px;
}
#about .about-box .about-main{
    float: left;
    width: 690px;
    padding-left: 30px;
    margin-left: 440px;
}
#about .about-box .about-main p{
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 7px;
    text-align:justify;
    text-justify:inter-ideograph;
}
#about1{
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('img/about1.jpg');
}
#about1 h1.title{
    text-align: center;
    color: #fff;
}
#about1 .about1-main {
    width: 970px;
    margin: 20px auto;
    color: #eee;
}
#about1 .about1-main p{
    text-indent: 2em;
    line-height: 26px;
}
/* 鏈嶅姟璇︽儏椤� */
#service-show .ssbackimg{
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/ssgb.jpg);
}
#service-show .ssbackimg .ssbi-main{
    width: 1170px;
    margin: 0 auto;
    height: 500px;
}
#service-show .ssbi-main .sml, #service-show .ssbi-main .smr{
    float: left;
}
#service-show .ssbi-main .sml{
    position: relative;
    width: 600px;
}
#service-show .ssbi-main .sml h1{
    margin-top: 90px;
    font-size: 38px;
    color: #fff;
}
#service-show .ssbi-main .sml .sinfo{
    width: 600px;
    color: #fff;
    top: 160px;
    position: absolute;
    left: 0;
    padding: 0 20px;
    background: url(img/service-show-bg.png);
    padding: 20px;
    border-radius: 2px;
}
#service-show .ssbi-main .smr{
    margin-left: 670px;
    width: 400px;
    text-align: right;
}
#service-show .ssbi-main .smr h2{
    font-size: 30px;
    color: #fff;
}
#service-show .ssbi-main .smr h2 span{
    color: #f93;
    margin: 0 7px;
}
#service-show .ssbi-main .smr .ss-btn{
    padding: 10px 30px;
    background: #f93;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block;
}
.service-show-main{
    width: 1170px;
    margin: 30px auto;
}
.service-show-main .ss-box{
    padding: 22px 26px;
    background: #FAFAFA;
    color: #777;
    line-height: 26px;
    width: 1050px;
    margin: 0 auto;
}
.service-show-main #index-advantage{
    background: #fff;
}

/* 寮圭獥 */
#OpenForm{
    padding: 20px;
    display: none;
}
#OpenForm .of-input{
    margin-bottom: 10px;
}
#OpenForm .of-input label{
    padding: 0 10px 0 4px;
    width: 50px;
    display: inline-block;
    text-align: right;
}
#OpenForm .of-text label{
    height: 90px;
    float: left;
    /* line-height: 90px; */
    margin-right: 4px;
}
#OpenForm .of-input input{
    padding: 11px;
    border: 1px solid #ccc;
    width: 240px;
}
#OpenForm .of-input select{
    padding: 9px;
    border: 1px solid #ccc;
    width: 264px;
    height: 40px;
}
#OpenForm .of-input textarea{
    border: 1px solid #ccc;
    width: 244px;
    min-width: 244px;
    max-width: 244px;
    height: 70px;
    max-height: 70px;
    min-height: 70px;
    padding: 9px;
}
#OpenForm .smscode-box{
    position: relative;
}
#OpenForm .smscode-box .resvsms {
    cursor: pointer;
    height: 40px;
    left: 244px;
    position: absolute;
    top: 0px;
    width: 87px;
    color: #777;
    font-size: 12px;
    padding: 0;
    margin: 0;
    border: none;
    border: 1px solid #ccc;
    background: inherit;
}
#OpenForm .smscode-box .smscode{
    width: 153px;
    /*padding-right: 96px;*/
}
#OpenForm .of-button{
    cursor: pointer;
    background: #3b8cff;
    width: 264px;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
    border-radius: 2px;
    margin-left: 68px;
}
/* 宸ュ晢娉ㄥ唽椤甸潰 */
.regquery{
    background-color: #fbfcfd;
    border-bottom: 1px solid #e7ecf5;
}
.regquery-main{
    width: 695px;
    margin: 0 auto;
    text-align: center;
    padding: 60px;
    margin-top: 10px;
}
.regquery-main #regtxt{
    width: 500px;
    padding: 14px;
    border: 4px solid #3d8ee8;
    color: #666;
    font-size: 14px;
    float: left;
}
.regquery-main .regbtn{
    padding: 14px;
    display: inline-block;
    background-color: #3d8ee8;
    color: #fff;
    font-size: 16px;
    float: left;
    font-weight: bold;
}
.regquery-main p{
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    display: inline-block;
}
#OpenReg{
    display: none;
    position: relative;
}
#OpenReg .regwin-head{
    height: 137px;
    background: url(img/head-bg.jpg) no-repeat;
}
#OpenReg .bushead{
    background: url(img/m/head-bg.jpg) 50% bottom no-repeat;
    background-size: 100%;
}
#OpenReg .bushead h2{
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 137px;
}
#OpenReg .CloseRegWin{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(img/img.png) no-repeat 5px -45px;
    position: absolute;
    right: 10px;
    top: 10px;
}
#OpenReg .regwin-main{
    padding: 20px 170px;
    position: relative;
}
#OpenReg .smscode{
    border: 1px solid #b7b7b7;
    color: #777;
    font-size: 14px;
    width: 217px;
    height: 38px;
    padding: 2px 10px;
    margin-top: 17px;
    background: none;
    /*padding-right: 106px;*/
}
#OpenReg #retel, #OpenReg #comname{
    border: 1px solid #b7b7b7;
    color: #777;
    font-size: 14px;
    width: 317px;
    height: 38px;
    padding: 2px 10px;
    margin-top: 17px;
    background: none;
}
#OpenReg #resendsms{
    height: 44px;
    left: auto;
    right: 172px;
    top: 191px;
    width: 100px;
    border: 1px solid #b7b7b7;
}
#OpenReg .otax-main #resendsms{
    top: 130px;
}
#OpenReg .banner-form-btn{
    width: 339px;
    height: 44px;
    font-size: 16px;
}
#OpenReg .regwin-main h3{
    font-size: 12px;
    text-align: center;
    margin: 7px 0;
    color: #555;
}
#OpenReg .regwin-main h3 b{
    color: #3d8ee9;
}
#OpenReg .regwin-main p.info{
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 20px
}
.advantage{
    width: 1170px;
    margin: 60px auto;
}
.advantage ul li{
    float: left;
    margin-right: 6%;
    width: 29.333%;
    text-align: center;
}
.advantage ul li.last{
    margin-right: 0;
}
.advantage ul li .item-img{
    display: inline-block;
    width: 250px;
    height: 170px;
}
.advantage ul li .item-img1{
    background: url(img/advantage1.jpg) no-repeat;
}
.advantage ul li .item-img2{
    background: url(img/advantage2.jpg) no-repeat;
}
.advantage ul li .item-img3{
    background: url(img/advantage3.jpg) no-repeat;
}
.advantage ul li .item-title {
    margin: 12px 0;
    font-size: 18px;
    color: #3d8ee8;
    font-weight: 700;
}
.advantage ul li .item-info{
    font-size: 14px;
    color: #999;
}
.tranbar{
    height: 300px;
    background: url(img/pbg.jpg) no-repeat center;
}
.tranbar-main{
    width: 1170px;
    margin: 0 auto;
}
.tranbar-main ul{
    display: inline-block;
    margin-top: 110px;
}
.tranbar-main ul li{
    float: left;
    width: 31.3333%;
    margin-right: 3%;
}
.tranbar-main li .item-img{
    width: 87px;
    height: 87px;
    background-image: url(img/img.png);
    background-repeat: no-repeat;
    float: left;
}
.tranbar-main li .item-img1{
    background-position: 0px -81px;
}
.tranbar-main li .item-img2{
    background-position: -95px -81px;
}
.tranbar-main li .item-img3{
    background-position: -190px -81px;
}
.tranbar-main li.last{
    margin-right: 0;
}
.tranbar-main li p.title{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-left: 105px;
}
.tranbar-main li p.info{
    font-size: 14px;
    color: #eee;
    margin-left: 105px;
    margin-top: 7px;
    text-align:justify;
}
a.pservice-btn{
    display: block;
    margin: 55px auto;
    width: 300px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #3d8ee8;
    font-size: 16px;
    text-align: center;
    color: #3d8ee8;
}
a.pservice-btn:hover {
    color: #fff;
    background-color: #3d8ee8;
    text-decoration: none;
}
.finance .regbtn{
    width: 126px;
}
.fadvantage{
    padding: 35px 0 45px;
}
.fadvantage .fadvantage-main{
    width: 1170px;
    margin: 0 auto;
}
.fadvantage .fadvantage-title, .fsflow .fsflow-title{
    text-align: center;
    color: #3b8ae2;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 20px;
}
.fadvantage .fadvantage-cont ul li{
    float: left;
    width: 26%;
    margin: 20px 0;
    margin-right: 10.3333%;
}
.fadvantage .fadvantage-cont ul li .icon{
    border: 1px solid #3d8ee8;
    float: left;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    text-align: center;
}
.fadvantage .fadvantage-cont ul li .icon i{
    width: 33px;
    height: 33px;
    background-image: url(img/img.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 22px;
}
.fadvantage .fadvantage-cont ul li .icon i.icon1{
    background-position: 0px -179px;
}
.fadvantage .fadvantage-cont ul li .icon i.icon2{
    background-position: 0px -234px;
}
.fadvantage .fadvantage-cont ul li .icon i.icon3{
    background-position: 1px -292px;
}
.fadvantage .fadvantage-cont ul li .icon i.icon4{
    background-position: 0px -349px;
}
.fadvantage .fadvantage-cont ul li .icon i.icon5{
    background-position: 0px -402px;
}
.fadvantage .fadvantage-cont ul li .icon i.icon6{
    background-position: 0px -450px;
}

.fadvantage .fadvantage-cont ul li:hover .icon{
    background: #3d8ee8;
}
.fadvantage .fadvantage-cont ul li:hover .icon i.icon1{
    background-position: -58px -179px;
}
.fadvantage .fadvantage-cont ul li:hover .icon i.icon2{
    background-position: -56px -234px;
}
.fadvantage .fadvantage-cont ul li:hover .icon i.icon3{
    background-position: -56px -292px;
}
.fadvantage .fadvantage-cont ul li:hover .icon i.icon4{
    background-position: -57px -350px;
}
.fadvantage .fadvantage-cont ul li:hover .icon i.icon5{
    background-position: -56px -402px;
}
.fadvantage .fadvantage-cont ul li:hover .icon i.icon6{
    background-position: -57px -450px;
}

.fadvantage .fadvantage-cont li .info{
    margin-left: 100px;
    padding: 14px 0;
}
.fadvantage .fadvantage-cont li .info p.title{
    font-weight: bold;
    font-size: 18px;
    color: #444;
}
.fadvantage .fadvantage-cont li .info p.txt{
    font-size: 12px;
    color: #999;
    margin-top: 9px;
}
.fadvantage .fadvantage-cont li.last{
    margin-right: 0;
}
.fsflow {
    background-color: #fbfcfd;
    border-top: 1px solid #e7ecf5;
    padding: 35px 0 45px;
}
.fsflow .fsflow-main{
    width: 1170px;
    margin: 0 auto;
}
.fsflow .fsflow-main .fsflow-cont{
    height: 195px;
    background: url(img/fsflow.jpg) no-repeat;
    margin: 10px 0;
}
.ftranbar .tranbar-main ul{
    margin-top: 92px;
    width: 100%;
}
.ftranbar .tranbar-main ul li{
    width: 33.3333%;
    margin-right: 0;
}
.ftranbar .tranbar-main li .item-img1{
    width: 92px;
    height: 115px;
    background-position: -117px -176px;
}
.ftranbar .tranbar-main li .item-img2{
    width: 122px;
    height: 115px;
    background-position: -119px -295px;
}
.ftranbar .tranbar-main li .item-img3{
    width: 122px;
    height: 115px;
    background-position: -220px -177px;
}
.ftranbar .tranbar-main li p.title, .ftranbar .tranbar-main li p.info{
    margin-left: 120px;
}
.ftranbar .tranbar-main li p.title{
    margin-top: 40px;
}
.ftranbar .tranbar-main li p.info{
    margin-top: 5px;
}
.ftranbar .tranbar-main li.item2 p{
    margin-left: 145px;
}
.fservice .fservice-main{
    width: 1170px;
    margin: 0 auto;
}
.fservice .fservice-main h1.title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #3b8ae2;
    margin: 40px 0;
}
.fservice .fservice-main h2.ftitle{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    background: #3b8ae2;
    color: #fff;
}
.fservice .fservice-cont table{
    width: 100%;
}
.fservice .fservice-cont table tr td{
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 12px 4px;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.fservice .fservice-cont table tr td.fs1{
    width: 190px;
}
.fservice .fservice-cont table tr td.fs2{
    width: 240px;
}
.fservice .fservice-cont table tr td.fs3{
    width: 350px;
}
.fservice .fservice-cont table tr td.fs4{
    width: 390px;
}
.lpage{
    text-align: center;
    margin-top: 26px;
}
.lpage ul li{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    margin: 0 2px;
}
.lpage ul li a, .lpage ul li span{
    color: #444;
    font-size: 12px;
}
.lpage ul li:hover{
    background: #f4f4f4;
}
.lpage ul li.active{
    background: #f2f2f2;
}
#fixed-nav{
    position: fixed;
    right: 0;
    top: 40%;
    background: #fafafa;
    width: 70px;
    z-index: 9999;
}
#fixed-nav li{
    text-align: center;
    border: 1px solid #ddd;
    border-top: 0;
    cursor: pointer;
    padding: 6px 4px;
    position: relative;
}
#fixed-nav li.top{
    border-top: 1px solid #ddd;
    position: relative;
}
#fixed-nav li:hover{
    background: #3b8cff;
    border-color: #3b8cff;
}
#fixed-nav li:hover .fnopen{
    display: block;
}
#fixed-nav li:hover .fnmain{
    color: #fff;
}
#fixed-nav li:hover i.iconfont{
    color: #fff;
}
#fixed-nav li i.iconfont{
    font-size: 22px;
    color: #777;
}
#fixed-nav li span{
    display: inline-block;
    font-size: 12px;
}
#fixed-nav li .fnopen{
    position: absolute;
    left: -201px;
    top: 0px;
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 4px;
    width: 190px;
    display: none;
}
#fixed-nav li .fnopen i.iconfont{
    font-size: 12px;
    color: #eee;
    position: absolute;
    right: -10px;
    top: 7px;
}
#gotop{
    display: none;
}
#fixed-nav li.top #unreadNum{
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    text-align: center;
    background: #FF4949;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: -9px;
    top: -9px;
    display: none;
}
#cgverify{
    position: absolute;
    cursor: pointer;
    width: 100px;
    height: 42px;
    left: auto;
    right: 172px;
    border: 1px solid #b7b7b7;
}
#OpenReg #cgverify{
    top: 191px;
}
#OpenReg .otax-main #cgverify{
    top: 130px;
}
#OpenForm .smscode-box #cgverify{
    height: 38px;
    left: 230px;
    top: 0px;
}
.check-input #cgverify{
    height: 36px;
    left: 303px;
    top: 1px;
    width: 88px;
    border: 0;
}
.form-main #cgverify{
    left: 129px;
    top: 114px;
    width: 87px;
    height: 38px;
    border: 1px solid #888;
}