.hehe{
    color: #cc2222;
}
@charset "utf-8";
/**
 * Description: base style
 * Developers: liuyt@yiqiao.com
 **/
/*reset  startminContent
---------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
}
/*A点击虚线*/
a{ text-decoration:none; outline:none;}
a:active {star:expression(this.onFocus=this.blur());}
body {background-color:#fafbfc; font-size:12px;margin:0;padding:0;font-family:Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;}
body,html{height:100%;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
header,
footer,
article,
aside,
section,
nav,
menu,
hgroup,
details,
dialog,
figure,
figcaption{
    display:block;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
em,
strong,
address,
caption,
cite,
code,
dfn,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
    -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-size: 100%;
    font-weight: normal;
}
li{
    list-style: none;
}
fieldset,img{
    border-width: 0;
}
a{
    text-decoration: none;
    outline: none;
}
sup,
sub {
    vertical-align: baseline;
}
legend{
    font-size: 0;
    line-height: 0;
    color: rgba(0,0,0,0);
}
input{
    background-color: transparent;
    border-width: 0;
    outline: none;
    color: #333;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance:none !important;
    margin: 0;
}
input[type="number"]{
    -moz-appearance:textfield;
}
input::-moz-placeholder { color: #bdbdbd; }
input::-webkit-input-placeholder { color:#bdbdbd; }
input:-ms-input-placeholder { color:#bdbdbd; }
input::-ms-clear{display:none;}
input[type="password"]::-ms-reveal{display:none;}
/*reset end
---------------------------------------------------------*/

.content {
    display: none;
    width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
}
/*clear start
---------------------------------------------------------*/
.clearFix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix{
    zoom: 1;
}

/*clear  end
---------------------------------------------------------*/
/*显示隐藏  start
---------------------------------------------------------*/
.vh{visibility: hidden;}
.vv{visibility: visible;}
.none{display: none !important;}
.block{display: block;}
.hidden{overflow: hidden;}
/*显示隐藏  end
---------------------------------------------------------*/
/*定位  start
---------------------------------------------------------*/
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
/*定位  end
---------------------------------------------------------*/
/*浮动  start
---------------------------------------------------------*/
.fl{float: left;}
.fr{float: right;}
.fn{float: none;}
/*浮动  end
---------------------------------------------------------*/
/*外边距  start
---------------------------------------------------------*/
.mCenter{margin: 0 auto;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml14,
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;	}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb100{margin-bottom:100px;}
/*外边距  end
---------------------------------------------------------*/
/*内边距  start
---------------------------------------------------------*/
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pr25{padding-right: 25px;}
.pr30{padding-right: 30px;}
.pr35{padding-right: 35px;}
.pr40{padding-right: 40px;}
.pr45{padding-right: 45px;}
.pr50{padding-right: 50px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}
.pl35{padding-left: 35px;}
.pl40{padding-left: 45px;}
.pl45{padding-left: 45px;}
.pl50{padding-left: 50px;}
/*内边距  end
---------------------------------------------------------*/
/*文本 start
---------------------------------------------------------*/
.tc{text-align: center;}
.tr{text-align: right;}
.tin0{text-indent:0 !important;}
.fwb{font-weight: bold;}
.fwn{font-weight: normal;}
.lh1{line-height: 1;}
.lh12{line-height: 1.2;}
.lh14{line-height: 1.4;}
.lh15{line-height: 1.5;}
.lh18{line-height: 1.8;}
.lh2{line-height: 2;}
.lh22{line-height: 2.2;}
.lh24{line-height: 2.4;}
.lh25{line-height: 2.5;}
.fn{
    font-size: 0;
    line-height: 0;
    color: rgba(0,0,0,0);
}
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.fz24{font-size: 24px;}
.fz26{font-size: 26px;}
.fz28{font-size: 28px;}
.fz30{font-size: 30px;}
.fz32{font-size: 32px;}



* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*去掉a、input、button等点击的时候默认的蓝色的外边框和灰色的背景*/
    -webkit-touch-callout: none; /*禁止长按a标签连接与图片弹出的菜单*/
    -webkit-overflow-scrolling: touch; /*让页面的滚动条滚动的更加流畅*/
    -webkit-text-size-adjust: 100%; /*关闭横竖屏切换或者缩放时候的字体大小自动的调整*/
    /*-webkit-user-select: none; /!*禁止用户选中页面中的文字*!/*/

}

/*去除input默认样式*/
input {
    -webkit-appearance: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    -webkit-appearance: none;
}
em,i,b,span,strike,strong,s{ text-decoration: none; font-weight:normal; font-style:normal;}
.city_serve {
    height: 522px;
    overflow: hidden;
}
.city_serveLeft {
    float: left;
    width: 955px;
    height: 430px;
    -webkit-box-shadow: 0 1px 5px 1px rgba(50,50,50,.08);
    -moz-box-shadow: 0 1px 5px 1px rgba(50,50,50,.08);
    box-shadow: 0 1px 5px 1px rgba(50,50,50,.08);
}
.city_serveLeft dl dt {
    width: 266px;
    float: left;
    height: 430px;
    padding:0 20px 0 22px;
    background: #F9F9F9;
    position: relative;
    overflow: hidden;
}
.city_serveRight ul li img,.city_serveLeft dl dd img,.city_serveLeft dl dt img,.city_center ol li a img,.new_list ul li .nav_barImg img,.seeList li .nav_barImgs img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s,-webkit-transform .5s ease 0s;
}
.city_serveRight ul li:hover img,.city_serveLeft dl dd:hover img,.city_serveLeft dl dt:hover img,.city_center ol li a:hover img,.new_list ul li .nav_barImg:hover img,.seeList li .nav_barImgs:hover img  {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.city_serveLeft dl dt span {
    display: block;
    color: #333;
    font-size: 20px;
    margin: 40px 0 10px;
    position: relative;
    z-index: 11111;
}
.city_serveLeft dl dt b {
    display: block;
    color: #999;
    height: 41px;
    font-size: 14px;
    overflow : hidden;
    /* 	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    position: relative;
    z-index: 11111;
}
.city_serveLeft dl dt i {
    display: block;
    color: #EC4A4A;
    font-size: 14px;
    margin: 14px 0;
    position: relative;
    z-index: 11111;
}
.city_serveLeft dl dt strike {
    font-weight: bold;
    font-size: 30px;
    font-family: Helvetica;
    position: relative;
    z-index: 11111;
}
.city_serveLeft dl dt strong {
    display: block;
    color: #EC4A4A;
    font-size: 14px;
    text-align: center;
    width: 126px;
    line-height: 34px;
    cursor: pointer;
    border: 1px solid #EC4A4A;
    position: relative;
    z-index: 11;
}
.city_serveLeft dl dt strong:hover {
    background: #EC4A4A;
    color: #fff;
}
.city_serveLeft dl dt div {
    width: 310px;
    height: 430px;
    overflow: hidden;
}
.city_serveLeft dl dd div {
    width: 140px;
    height: 120px;
    overflow: hidden;
}
.city_serveRight ul li div {
    width: 230px;
    height: 205px;
    overflow: hidden;
}
.city_serveLeft dl dt div,.city_serveLeft dl dd div,.city_serveRight ul li div {
    position: absolute;
    right: 0;
    cursor: pointer;
    bottom: -1px;
}
.city_serveLeft dl dd {
    width: 344px;
    float: left;
    height: 140px;
    cursor: pointer;
    padding:0 90px 0 33px;
    position: relative;
    margin-top: 3px;
}
.city_serveLeft dl dd span {
    display: block;
    color: #333;
    font-size: 16px;
    margin: 22px 0 6px;
    position: relative;
    z-index: 11;
}
.city_serveLeft dl span:hover,.city_operate i:hover {
    color: #157EF6;
    cursor: pointer;
}
.city_serveLeft dl dd b {
    height: 35px;
    display: block;
    color: #999;
    font-size: 12px;
    overflow : hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    position: relative;
    z-index: 11;
    line-height:18px;
}
.city_serveLeft dl dd i {
    display: block;
    color: #EC4A4A;
    font-size: 14px;
    margin: 14px 0;
    line-height: 1;
}
.city_serveLeft dl dd strike {
    font-size: 22px;
    font-family: Helvetica;
}
.city_serveRight {
    float: right;
    width: 230px;
}
.city_serveRight ul li {
    background: #f6d975;
}
.city_serveRight ul li {
    color: #553121;
    width: 230px;
    height: 205px;
    float: left;
    padding:0 50px 0 18px;
    position: relative;
    -webkit-transition:all .2s linear;
    transition:all .2s linear;
    -webkit-box-shadow: 0 1px 5px 1px rgba(50,50,50,.08);
    -moz-box-shadow: 0 1px 5px 1px rgba(50,50,50,.08);
    box-shadow: 0 1px 5px 1px rgba(50,50,50,.08);
}
.city_serveRight ul:nth-child(1) li:nth-child(2){
    margin-top: 20px;
}
.city_serveRight ul li:hover {
    -webkit-box-shadow: 0 1px 5px 1px rgba(50,50,50,.08);
    -moz-box-shadow: 0 1px 5px 1px rgba(50,50,50,.08);
    box-shadow: 0 1px 5px 1px rgba(50,50,50,.08);
    -webkit-transform:translate3d(0, -2px, 0);
    transform:translate3d(0, -2px, 0)
}
.city_serveRight ul li.last {
    margin-top: 20px;
    background: #cce870;
    color: #343a26;
}
.city_serveRight ul li span {
    display: block;
    font-size: 16px;
    margin: 22px 0 6px;
    position: relative;
    height:42px;
    z-index: 1;

}
.city_serveRight ul li b {
    height: 34px;
    display: block;
    font-size: 12px;
    overflow : hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    position: relative;
    z-index: 1;
}
.city_serveRight ul li i {
    display: block;
    font-size: 14px;
    margin: 10px 0 14px;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.city_serveRight ul li strike {
    font-weight: bold;
    font-size: 22px;
    position: relative;
    z-index: 1;
}
.city_serveRight ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    position: relative;
    z-index: 11;
    width: 92px;
    background: #edbd4d;
}
.city_serveRight ul li.last a {
    background: #bad568;
}




.buss-service-box{width: 100%;height: 700px;background: #f7f7f7;overflow: hidden;min-width: 1200px;}
.buss-service-box .buss-content{width: 1200px;margin: 0 auto;background: #f7f7f7;}
.buss-service-box .zero-title{text-align: center;}
.buss-service-box .zero-title h3,.buss-service-box .zero-title p{color: #323232;}
.buss-service-box .zero-title h3{font-size: 30px;margin-top: 55px;}
.buss-service-box .zero-title p{font-size: 14px;line-height:30px;}
.buss-service-box .zero-title span{display: block;width: 62px;height: 3px;margin: 8px auto 0;background: #b5b6b8;}
.i_service{width: 1200px;background: #f7f7f7;padding: 0 0 24px;}
.tab_t{height: 27px;text-align: center;margin: 30px auto 10px;clear: both;}
.tab_t li{/* float: left;*/display: inline-block;vertical-align: middle;height: 36px;margin:0 70px;text-align: center;font-size: 16px;cursor: pointer;overflow: hidden;}
.tab_t li a.on{color: #014b92 !important;border-bottom-color: #004779;}
.tab_t li a:hover{color: #014b92 !important;}
.tab_t li a{display: block;width: 87px;height: 34px;line-height: 34px;border-bottom: 2px solid transparent;position: relative;}
.tab_t li a.on span{border-color: transparent transparent #004779 transparent;}
.tab_t li a span{width: 0;height: 0;border-style: solid;border-width: 0 4px 4px 4px;border-color: transparent transparent #f1f3f5 transparent;position: absolute;left: 39px;bottom: 0px;}
.tab_t li a{display: block;width: 87px;height: 34px;line-height: 34px;border-bottom: 2px solid transparent;position: relative;}
.clear{clear: both;display: block;overflow: hidden;height: 0;line-height: 0;font-size: 0;}
.i_service .liBox{width: 1205px;border: 11px solid #3fbff0;position: relative;height: 405px;display: none;background: #3fbff0;margin-top: 20px;}
.i_left{width: 199px;height: 383px;margin-top: 0;padding: 0 20px;text-align: left;color: #fff;font-size: 12px;float: left;}
.info .long-info{font-size: 18px !important;line-height: 25px;}
.info-div1{width: 263px;height: 124px;position: absolute;top: 20px;left: -20px;}
.info .info-div1-p{font-size: 24px;color: #fff;}
.info .info-div1-p1{font-size: 12px;color: #c2ccdd;margin-top: 25px;}
.info-list-div{margin-top: 164px;padding-top: 25px;border-top: 1px dashed #fff;}
.info-div1{background: url(/statics/img/back3.png) no-repeat center center;overflow: hidden;}
.info-div2{background: url(/statics/img/back2.png) no-repeat center center;overflow: hidden;}
.info-div3{background: url(/statics/img/back1.png) no-repeat center center;overflow: hidden;}
.info-div4{background: url(/statics/img/back4.png) no-repeat center center;overflow: hidden;}
.info-div5{background: url(/statics/img/back5.png) no-repeat center center;overflow: hidden;}
.info-div1 p{padding-left: 40px;}
.info span{display: block;margin: 5px auto 7px;text-transform: uppercase;opacity: .8;}
.info p{line-height: 30px;color: #fff;}
.i_right{width: 100%;position: absolute;z-index: 1;left: 239px;height: 383px;top: 0;}
.i_right li{width: 312px;height: 381px;margin-top: 1px;position: relative;float: left;background: #fff;}
.i_right li .li_box{width: 319px;height: 381px;float: left;border-left: 1px solid #dbdbdb;background: #fff;text-align: center;position: absolute;left: 0;z-index: 1;transition: all .5s;}
.i_right li .txt1{margin-top: 34px;color: #323232;font-size: 18px;}
.i_right li .txt2{min-height: 42px;}
.i_right li .li_box .img-1{background-position: 0 0;}
.i_right li .imgbx{width: 60px;height: 70px;margin: 11px auto 32px;background: url(/statics/img/i_ico.png) no-repeat;}
.i_right li .txt3{font-size: 12px;line-height: 22px;/* min-height: 44px;*/padding-bottom: 10px;}
.i_right li .price{display: block;margin: 0 auto 10px;font-size: 18px;color: #ff6600;}
.i_right li a{display: block;width: 151px;height: 36px;line-height: 36px;margin: auto;border: 1px solid #014b92;color: #014b92;}
.i_right li a:hover{opacity: 0.9;}
.radius_2{border-radius: 2px;}
.i_right li:hover{margin-top: 0px;}
.i_right li:hover .li_box{border-right: 1px solid #dbdbdb;box-shadow: 0px 0px 15px rgba(0,0,0,.3);z-index: 3;top: 0px;}
.i_right li:hover a{background: #014b92;color: #fff;}
.i_right li .li_box .img-1{background-position: 0 0;}
.i_right li .li_box .img-2{background-position: -120px 0;}
.i_right li:hover .img-2{background-position: -180px 0;}
.i_right li .li_box .img-3{background-position: -240px 0;}
.i_right li .li_box .img-4{background-position: 0 -70px;}
.i_right li .li_box .img-5{background-position: -120px -70px;}
.i_right li .li_box .img-6{background-position: -240px -70px;}
.i_right li .li_box .img-7{background-position: 0px -140px;}
.i_right li .li_box .img-8{background-position: -120px -140px;}
.i_right li .li_box .img-9{background-position: -240px -140px;}
.i_right li .li_box .img-10{background-position: 0px -210px;}
.i_right li .li_box .img-11{background-position: -120px -210px;}
.i_right li .li_box .img-12{background-position: -240px -210px;}
.i_right li .li_box .img-13{background-position: 0px -280px;}
.i_right li .li_box .img-14{background-position: -120px -280px;}
.i_right li .li_box .img-15{background-position: -240px -280px;}
.i_right li .li_box .img-16{background-position: 0 -350px;}
.i_right li .li_box .img-17{background-position: -120px -350px;}
.i_right li .li_box .img-18{background-position: -240px -350px;}
.i_right li .li_box .img-19{background-position: 0 -420px;}
.i_right li .li_box .img-20{background-position: -120px -420px;}
.i_right li .li_box .img-21{background-position: -240px -420px;}
.i_right li .li_box .img-22{background-position: 0 -490px;}
.i_right li .li_box .img-23{background-position: -120px -490px;}
.i_right li .li_box .img-24{background-position: -240px -490px;}
/* ========================================= hover ===================================*/
.i_right li:hover .img-1{background-position:-60px 0;}
.i_right li:hover .img-2{background-position:-180px 0;}
.i_right li:hover .img-3{background-position:-300px 0;}
.i_right li:hover .img-4{background-position:-60px -70px;}
.i_right li:hover .img-5{background-position:-180px -70px;}
.i_right li:hover .img-6{background-position:-300px -70px;}
.i_right li:hover .img-7{background-position:-60px -140px;}
.i_right li:hover .img-8{background-position:-180px -140px;}
.i_right li:hover .img-9{background-position:-300px -140px;}
.i_right li:hover .img-10{background-position:-60px -210px;}
.i_right li:hover .img-11{background-position:-180px -210px;}
.i_right li:hover .img-12{background-position:-300px -210px;}
.i_right li:hover .img-13{background-position:-60px -280px;}
.i_right li:hover .img-14{background-position:-180px -280px;}
.i_right li:hover .img-15{background-position:-300px -280px;}
.i_right li:hover .img-16{background-position:-60px -350px;}
.i_right li:hover .img-17{background-position:-180px -350px;}
.i_right li:hover .img-18{background-position:-300px -350px;}
.i_right li:hover .img-19{background-position:-60px -420px;}
.i_right li:hover .img-20{background-position:-180px -420px;}
.i_right li:hover .img-21{background-position:-300px -420px;}
.i_right li:hover .img-22{background-position:-60px -490px;}
.i_right li:hover .img-23{background-position:-180px -490px;}
.i_right li:hover .img-24{background-position:-300px -490px;}
.i_service .liBox1{background: #3fbff0;border:11px solid #3fbff0;}
.i_service .liBox2{background: #ff7f00;border:11px solid #ff7f00;}
.i_service .liBox3{background: #fa4f4f;border:11px solid #fa4f4f;}
.i_service .liBox4{background: #72bb38;border:11px solid #72bb38;}
.i_service .liBox5{background: #004b92;border:11px solid #004b92;}
.i_service .liBox6{background: #3fbff0;border:11px solid #3fbff0;}
.i_service .liBox7{background: #ff7f00;border:11px solid #ff7f00;}
.i_service .liBox8{background: #fa4f4f;border:11px solid #fa4f4f;}
.city_serve h2{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    color: #535353;
    font-weight: bold;
}
