@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;
}

.h3 {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/about-tit.png) no-repeat center;
    font-size: 24px;
    color:#202020;
    height: 40px;
    line-height: 40px;
    margin:40px 0;
}
.box2{
    width: 100%;
    float: left;
    padding:60px 0;
    background:#eff3f7;
}
.box2 .fl{
    width: 50%;
    position: relative;
    z-index: 10

}
.box2 .fr{
    width:50%;
    margin-top:50px;
    background:#fff;
    height: 520px;
    float: left;
    margin-left: -40px;
    position: relative;
    z-index: 1;
    overflow: visible;
}
.box2 .fr .con{
    float: left;
    padding:40px 40px 40px 80px;
    width: 480px;
    line-height: 2;
}
.box3{
    width: 100%;
    background:#fff;
    clear: both;
    float: left;
    margin-bottom: 80px;
}
.box3 .fl{
    width: 522px;
    height: 428px;
    padding-bottom: 40px;
    padding-right: 40px;
    background: url(../images/about-img-bg.png) bottom right no-repeat;
}
.box3 .fl img{
    float: left;
}
.box3 .fr{
    width: 580px;
    background:url(../images/about-tit2.png) no-repeat top left;
}
.box3 .fr .p1{
    font-size: 52px;
    color:#2f82ff;
    height: 60px;
    margin-top: 30px;
    font-family: impact;
    white-space: nowrap;
}
.box3 .txt .p2{
    font-size:16px;
    line-height: 20px;
    color:#888;
}
.box3 .txt .p3{
    margin-top:20px;
}
.box3  .p2{
    color:#555;
    font-size: 30px;
}
.box3 .con{
    color:#454545;
    font-size: 12px;
    margin-top:20px;
    overflow: hidden;
}

.h3{
    width: 100%;
    float: left;
    text-align:center;
}

.box1{
    width: 100%;
    float: left;
    clear: both;
    padding:80px 0 70px 0;
}
.box1 .acs-block{
    width: 1215px;
    margin-left: -15px;
    margin:30px 0;
    clear: both;
    float: left;
}
.box1 .item{
    cursor: pointer;
    width: 383px;
    height: 130px;
    float: left;
    margin-left:22px;
    margin-bottom: 22px;
    background:url(../images/about-culture.png) no-repeat;
    position: relative;
    display: table;
    transition: .4s ease;
}
.box1 .item:hover{
    transform: scale(1.03);
    background-image:url(../images/about-culture-on.png);
}
.box1 .item:hover .p1,
.box1 .item:hover .p2,
.box1 .item:hover .p3{
    color:#fff;
}
.box1 .item:hover .img .img2{
    display: inline-block;
}
.box1 .item:hover .img .img1{
    display: none;
}
.box1 .img{
    width: 120px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.box1 .img .img2{
    display: none;
}
.box1 .txt{
    display: table-cell;
    vertical-align: middle;
}
.box1 .item .p1{
    font-size:20px;
    color:#262626;
}
.box1 .item .p2{
    font-size:14px;
    color:#808080;
}
.box1 .item .p3{
    font-size:12px;
    color:#808080;
    text-align: right;
    padding-right: 20px;
}
.box5 {
    width: 100%;
    background: #eff3f7;
    clear: both;
    float: left;
    padding:50px 0;
}
.box5 .form{
    width: 600px;
    float: left;
    height: 383px;
    padding:50px 0 50px 600px;
    background: url(../images/about-form.png) no-repeat left;
}
.box5 .form .p1{
    padding:5px ;
    color:#404040;
    font-size: 24px;
}
.box5 .form .p2{
    padding:5px ;
    color:#2f82ff;
    font-size: 36px;
}
.box5 .form .p3{
    font-size: 14px;
    color:#494949;
    line-height: 2;
    margin-bottom: 20px;
}
.box5 .form .p3 span{
    color:#f97316;
}
.box5 .form input{
    width: 244px;
    height: 44px;
    border:1px solid #e9e9e9;
    padding-left: 20px;
    margin-right: 10px;
    float: left;
    display: block;
}
.box5 .form textarea{
    width: 508px;
    float: left;
    margin-top:10px;
    height: 84px;
    border:1px solid #e9e9e9;
    padding: 15px;
    display: block;
}

.box5 .form-item div{
    width: 100%;
    float: left;
    position:relative;
}
.box5 .form-item div.p4 input{
    width: 193px;
    height: 45px;
    clear: both;
    line-height: 45px;
    background:#2f82ff;
    color:#fff;
    text-align: center;
    margin-top:10px;
    border-radius: 5px;
}
.box5 .form-item .fi{
    position:relative;
    float:left;
    width:auto;
}
.box5 .form-item .msg-box{
    float:left;
    margin-top:15px;
}