@import url('reset.css'); .wrap {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
}

a:hover {
    color: #018fd9;
}

.topbar {
    height: 42px;
    line-height: 42px;
    background: #f4f4f4;
    border-bottom: 1px solid #ededed;
    color: #595959;
    font-size: 12px;
}

.topbar a {
    display: inline-block;
    margin-left: 20px;
}

.wxtop {
    position: absolute;
    width: 100px;
    background: #fff;
    border: #999 1px solid;
    border-radius: 5px;
    left: -40%;
    top: 45px;
    text-align: center;
    padding: 10px;
    display: none;
    z-index: 99999;
}

.wxtop img {
    width: 100px;
    vertical-align: middle;
}

.header {
    width: 100%;
    float: left;
    height: 106px;
    position: relative;
    background: #fff;
}

.header a.alogo {
    display: block;
    float: left;
    line-height: 106px;
    height: 106px;
}

.header a.alogo img {
    vertical-align: middle;
}

.header .tel {
    margin-top: 20px;
    height: 50px;
    position: relative;
    float: right;
    color: #404040;
    background: url('../images/icon-tel.png') left center no-repeat;
    padding-left: 60px;
}

.header .tel .p1 {
    height: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #8c8c8c;
}

.header .tel .p2 {
    font-size: 26px;
    color: #f97316;
    font-weight: bold;
}

.header .topform {
    width: 450px;
    height: 40px;
    margin-top: 29px;
    margin-left: 80px;
    float: left;
}

.header .topform input {
    border: 1px solid #ddd;
    height: 38px;
    width: 358px;
    padding-left: 10px;
}

.header .topform .sbtn {
    display: inline-block;
    background: #2f82ff;
    height: 40px;
    width: 80px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    float: right;
}

.header .topform .kws a {
    padding-left: 10px;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#top-menu {
    height: 55px;
    line-height: 55px;
    color: #fff;
    position: relative;
    background: #fff;
    width: 100%;
    float: left;
}

#top-menu ul {
    display: table;
    width: 973px;
    float: right;
}

#top-menu .cate0 {
    display: table-cell;
    text-align: center;
    font-weight: normal;
    position: relative;
}

#top-menu ul li a {
    font-size: 18px;
    color: #474747;
}

#top-menu .cate0 > a {
    display: inline-block;
    width: 100%;
    color: #474747;
    transition: 0.2s ease-in;
}

#top-menu .cate0 > a:hover, #top-menu .cate0.on > a {
    font-weight: bold;
    color: #2f82ff;
}

#top-menu .cate0:hover > ul {
    display: block;
}

#top-menu .cate0 ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99999;
}

#top-menu ul ul li {
    padding: 0;
    width: 150%;
    height: 55px;
    line-height: 55px;
    float: left;
    margin-left: -25%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(255, 255, 255, .8);
}

#top-menu .cate0 ul ul {
    width: auto;
    white-space: nowrap;
}

#top-menu .cate0 ul li:hover {
    background: #018fd9;
    color: #fff;
}

.all-service {
    width: 227px;
    top:-55px;
    float: left;
    position: absolute;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .6);
    color: #fff;
}

.all-service ul a {
    color: #fff;
}

.all-service> ul {
    height: 427px;
}

.all-service .p0 {
    height: 55px;
    line-height: 55px;
    background: #2f82ff;
    text-align: center;
    font-size: 22px;
}
.all-service .p0 a{
    color: #fff;
    padding-right: 10px;
}
.all-service> ul >li {
    width: 170px;
    height: 65px;
    padding: 10px 28px;
    background: url(../images/menu-more.png) no-repeat 200px 50%;
    position: relative;
    cursor: pointer;
}

.all-service ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.all-service ul li .p1 {
    font-size: 20px;
    line-height: 36px;
}

.all-service ul li .p2 {
    font-size: 14px;
    color: #bbb;
    line-height: 24px;
}
.all-service > ul > li:hover{
    background:rgba(0,0,0,.5);
    background-image: none;
}
.all-service ul li:hover .ni-box {
    display: block;
}
.ni-box {
    width: 546px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 227px;
    padding: 0 40px 23px 42px;
    box-sizing: border-box;
    display: none;
}

.ni-box h2 {
    font-size: 16px;
    color: #333;
    font-weight:normal;
    border-left: 2px solid #8a8a8a;
    padding-left: 17px;
    margin: 30px 0 23px;
}
.ni-box-down {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.ni-box-down li {
    width: 170px;
    height: 14px;
    margin-bottom: 17px;
}
.ni-box-down li.last {
    width: 136px;
}
.ni-box-down li a {
    display: block;
    font-size: 14px;
    color: #666;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
}
.ni-box-down li a:hover {
    color: #2ba0ea;
    border-color: #2ba0ea;
}
.ni-box1:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -6px;
    top: 38px;
    border-right: 6px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.search_bar {
    width: 100%;
    height: 60px;
    background: #fff;
    line-height: 60px;
    float: left;
}

.search_bar b {
    color: #666;
}

.search_bar a {
    color: #666;
    padding-right: 5px;
}

.search_bar .kws {
    float: left;
}

.search_bar .frm {
    margin-top: 10px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    float: right;
    width: 270px;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.search_bar .frm input {
    border: none;
    background: transparent;
    width: 200px;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.search_bar .frm img {
    position: absolute;
    right: 0;
    top: 0;
}

.fnav {
    width: 100%;
    float: left;
    text-align: center;
    background: #3c3c3c;
    padding-top: 20px;
    color: #aaa;
}

.fnav .ftit {
    float: left;
    color: #fff;
    height: 30px;
    width: 100%;
    text-align: left;
    background: url(../images/b-line.png) no-repeat bottom;
}

.fnav .ftxt {
    display: table;
    width: 100%;
    margin: 20px 0;
    float: left;
}

.fnav .ftxt .fitem {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.fnav .fitem .p1 {
    font-size: 14px;
    color: #aaa;
    height: 40px;
    line-height: 40px;
}

.fnav .fitem .p1 img {
    margin-right: 10px;
    vertical-align: middle;
}

.fnav .ftxt .fitem.wx {
    text-align: right;
}

.fnav .ftxt .fitem.wx .wxx {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
}

.foots {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #fff;
}

.foots .acs-block {
    display: table;
    width: 1240px;
    float: left;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}

.foots .acs-block .item {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    background: url(../images/foo-line.png) center right no-repeat;
}

.foots .con {
    float: left;
}

.foots .con .p1 {
    font-size: 16px;
    color: #525252;
}

.foots .con .p2 {
    font-size: 12px;
    color: #828282;
}

.foots .item img {
    margin-left: 30px;
    margin-right: 10px;
    float: left;
}

.foots .item:last-child {
    background: none;
}

.foocate {
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 60px;
}

.foocate .fl {
    width: 700px;
    border-right: 1px solid #e7e7e7;
}

.foocate .fl .p1 {
    font-size: 14px;
    color: #030303;
    line-height: 50px;
}

.foocate .fl .p2 {
    font-size: 12px;
    color: #828282;
    line-height: 2.5;
}

.foocate .fr {
    width: 490px;
}

.foocate .fr .img {
    width: 120px;
    float: left;
    margin-top: 20px;
    margin-left: 75px;
    font-size: 12px;
    text-align: center;
}

.foocate .fr .ftel {
    text-align: center;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}

.foocate .fr .ftel .p1 {
    font-size: 12px;
    color: #5d5d5d;
    line-height: 30px;
}

.foocate .fr .ftel .p2 {
    font-size: 30px;
    color: #f97316;
}

.links {
    position: relative;
    width: 100%;
    line-height: 30px;
    float: left;
    background: #f4f4f4;
    color: #333;
    padding: 25px 0;
    font-size: 12px;
    /*! margin-top: 30px; */
}

.links a {
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin-bottom: 12px;
    color: #333;
    padding-right: 2px;
}

.links .tel {
    position: absolute;
    right: 0;
    top: 0;
}

.links .tel .p1 {
    text-align: center;
    color: #b1aeae;
    font-size: 14px;
}

.links .tel .p2 {
    color: #ff5a00;
    font-size: 28px;
    font-family: impact;
}

.footer {
    background: #f5f5f5;
    clear: both;
    float: left;
    padding: 15px 0px;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.footer .wrap {
    border-top: 1px solid #e2e2e2;
    padding-top: 26px;
}

.footer a {
    color: #666;
}

.footer table {
}

.footer table td, .footer table th {
    border: none;
}

.body-form .form-item {
    margin-top: 30px;
    clear: both;
    width: 100%;
    float: left;
    height: 55px;
    position: relative;
}

.body-form .form-item .input {
    position: relative;
    float: left;
}

.body-form .form-item .input .msg-box {
    position: absolute;
    /* top: 55px; */
    left: 0;
}

.body-form .form-item input {
    display: block;
    float: left;
    height: 43px;
    border: 1px solid #cfcfcf;
    line-height: 43px;
}

.pages {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.pages .fl a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #fff;
}

.pages .fl a:hover, .pages .fl a.current {
    background-color: #BDBDBD;
    border: 1px solid #BDBDBD;
    color: #fff;
}

.pages .i-pnext {
    display: inline-block;
    width: 94px;
    height: 40px;
    background: #2f82ff url(../images/com/i-pnext.png) no-repeat center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pages .fr img {
    float: left;
}

.cate-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #979797;
    float: left;
    /*margin:35px 0px;*/
}

.cate-title .cn {
    float: left;
    height: 30px;
    line-height: 30px;
    border-left: 5px solid #e81c23;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    color: #2d2d2d;
    display: inline-block;
}

.position {
    float: right;
    text-align: right;
}

.content .doc-info {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0px;
    border: 1px dashed #9c9c9c;
}

.content .doc-info span {
    color: #858585;
    padding-left: 20px;
}

.content .content-text {
    width: 100%;
    float: left;
    min-height: 500px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 250%;
}

.content .prevnext {
    width: 100%;
    float: left;
    margin: 50px 0px;
    border-top: 1px dashed #9c9c9c;
    line-height: 40px;
    padding-top: 20px;
}

.bread_line {
    height: 71px;
    background: url(../images/com/breadline_bg.png) no-repeat;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bread_line span {
    font-size: 30px;
    color: #fff;
    line-height: 71px;
    margin-right: 10px;
    margin-left: 25px;
}

.bread_line a {
    margin: 0 7px;
    font-size: 14px;
    color: #fff;
}

.message_nav {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.message_nav ul li {
    float: left;
}

.message_nav ul li a {
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 15px;
    color: #414141;
    padding: 0 25px;
}

.message_nav ul li a.message_nav_c {
    border-bottom: 3px solid #2f82ff;
    color: #0c55a4;
}

.main_wrap_lv2 {
    background: #f6f6f6;
}
body{
    background:#eff3f7;
}
#top-menu{
    background:url(../images/bg-header.png) bottom;
    padding-bottom:20px;
}
.all-service {
    top: -73px;
}
.wrap{
    width: 1200px;
}
.fw-pos{
    width: 100%;
    float: left;
    padding: 18px 0;
}
.fw-left{
    width: 240px;
    float: left;
    margin-left: -13px;
}
.fw-right{
    width: 963px;
    float: right;
}
.fw-right .fw-list{
    width: 100%;
    float: left;
    min-height:963px;
}
.fw-right .fw-list li{
    width: 308px;
    height:396px;
    float: left;
    background:#fff;
    margin-left:13px;
    margin-bottom: 13px;
    text-align:center;
    transition: 0.3s all;
}
.fw-right .fw-list li:hover{
    transform: scale(1.03);
}
.fw-right .fw-list li img{
    width: 300px;
    height:280px;
    clear: both;
}
.fw-right .fw-list li .p1{
    font-size: 18px;
    color:#252525;
    height: 20px;
    margin-top:5px;
    margin-bottom: 5px;
    line-height: 18px;
}
.fw-right .fw-list li .p2{
    font-size: 14px;
    color:#828282;
    /*margin-bottom: 3px;*/
}
.fw-right .fw-list li .p3{
    height: 57px;
    padding-top:12px;
    font-size: 24px;
    background:url(../images/fw-btn.png) no-repeat top center;
    color:#fff;
}
.fw-right .fw-list li .p3 span.rmb{
    font-size: 16px;
}
.fw-cate{
    width: 227px;
    float: left;
    background:#fff;
    margin-left: 13px;
    margin-bottom: 13px;

}
.fw-cate-tit{
    font-size: 18px;
    color:#2d2d2d;
    background:url(../images/fw-tit.png) no-repeat 13px 50%;
    padding-left: 40px;
    margin:12px 0;
    height: 67px;
    line-height: 67px;
}
.fw-cate-item{
    height: 58px;
    width: 183px;
    padding-left: 44px;
    border-top:#eef3ff 1px solid;
    text-align: left;
    line-height: 58px;
}
.fw-cate-item.on{
    font-weight: bold;
    color: #2f82ff;
}
.fw-cate-item.on a{
    color: #2f82ff;
}
.fw-hot-tit{
    clear: both;
    float: left;
    font-size: 18px;
    color:#2d2d2d;
    background:url(../images/fw-tit.png) no-repeat 13px 50%;
    padding-left: 25px;
    margin:12px 0;
}
.fw-hot-item{
    width: 227px;
    height: 132px;
    clear: both;
    padding-top:8px;
    padding-left: 13px;
    padding-right:13px;
    padding-bottom: 18px;
    background:url(../images/fw-bg1.png) no-repeat top left;
    text-align: center;
    color:#fff;
    font-size: 16px;
    transition: 0.3s all;
}
.fw-hot-item.i2{
    background-image:url(../images/fw-bg2.png);
}
.fw-hot-item.i3{
    background-image:url(../images/fw-bg3.png);
}
.fw-hot-item.i4{
    background-image:url(../images/fw-bg4.png);
}
.fw-hot-item:hover{
    transform: scale(1.03);
}
.fw-hot-item .p1{
    height: 30px;
    line-height: 30px;
    margin-top:40px;
}
.fw-rec{
    width: 1190px;
    float: left;
    background:#fff;
    margin-top:23px;
    padding:0 5px;


}
.fw-rec-tit{
    width: 1180px;
    padding-left: 10px;
    font-size: 18px;
    color: #2d2d2d;
    border-bottom: 1px solid #eef3ff;
    height: 67px;
    line-height: 67px;
}
.fw-rec-item{
    width: 178px;
    height: 141px;
    margin:20px 0;
    float: left;
    background:url(../images/fw-tj.png) no-repeat left top;
    padding:28px 32px 16px 28px;
    cursor: pointer;
    position: relative;
    transition: 0.3s all;
}
.fw-rec-item:hover{
    transform: scale(1.05);
}
.fw-rec-item img{
    position: absolute;
    /*width: 95px;
    height: 95px;*/
    right: 30px;
    bottom:28px;
    z-index: 0;
}
.fw-rec-item p{
    position: relative;
    z-index: 3;
    clear: both;
}
.fw-rec-item .p1{
    font-size: 14px;
    color: #1d1d1d;
}
.fw-rec-item .p2{
    margin-top:15px;
    font-size: 12px;
    color: #888;
    width: 166px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.fw-rec-item .p3 span{
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 22px;
    border-radius: 11px;
    border:1px solid #2f82ff;
    color: #2f82ff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}
.fw-rec-item .p3 span:hover{
    background-color: #2f82ff;
    color: #fff;
}
.fw-top{
    width: 100%;
    float: left;
    height: 470px;
    background:#fff;
}
.fw-top .img{
    width: 490px;
    height: 405px;
    float: left;
    margin:10px;
}
.fw-top .img img{
    width: 450px;
    height:: 100%;
}
.fw-top .con{
    width: 545px;
    height: 405px;
    float: left;
    margin:30px 30px 30px 15px;
}
.fw-top .con .p1{
    font-size: 24px;
    color:#303030;
}
.fw-top .con .p2{
    font-size: 12px;
    color:#808080;
    margin:20px 0;
}
.fw-top .price{
    width: 527px;
    height: 70px;
    padding-top:20px;
    padding-left: 20px;
    background:#f5f5f5;
    /*! float: left; */
    clear: both;
}
.fw-top .price .price-tit{
    font-size: 16px;
    color:#747474;
}
.fw-top .price .rmb{
    font-size: 16px;
    color:#f87215;
}
.fw-top .price .num{
    font-size: 36px;
    color:#f87215;
}
.fw-top .price .tips{
    font-size: 12px;
    color:#989898;
    float: right;
    margin-top:20px;
    margin-right: 20px;
}
.fw-top p{
    clear: both;
    margin-bottom: 20px;
}
.fw-top .p3 .fw-btn{
    width: 175px;
    height: 55px;
    display: inline-block;
    border:1px solid #f87215;
    border-radius: 5px;
    color: #f87215;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    margin-right: 24px;
}
.fw-top .p3 .fw-btn.on{
    background:#f87215;
    color:#fff;
}
.fw-top p img{
    vertical-align: middle;
    margin-right: 10px;
}
.fw-top .p3{
    margin:30px 0;
}
.fw-top .p4{
    font-size: 26px;
    color:#f87215;
    clear:both;
    margin:20px 0;
}
.fw-top .p5{
    font-size: 12px;
    color:#808080;
    line-height:2;
}
.fw-top .p6{
    font-size: 12px;
    color:#808080;
    line-height:2;
}
.fw-top .p6 img{
    margin-right: 3px;
}
.fw-top .p6 span{
    margin-right: 35px;
}
.fw-con{
    width: 100%;
    float: left;
    background: #fff;
    margin-top:25px;
    margin-bottom: 50px;
}
.fw-con-tab{
    width: 100%;
    float: left;
    border-bottom:1px solid #eef3ff;
    background:#fff;
}
.fw-con-tab-item{
    width: 160px;
    height: 54px;
    line-height: 54px;
    float: left;
    text-align: center;
    border-top:4px solid #fff;
}
.fw-con-tab-item.on{
    border-top-color: #2f82ff;
}
.fw-con .fw-con-text{
    width: 1180px;
    float: left;
    padding: 10px;
}