@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;
}
.thinklog_pages{
    display: none;
}
.wrap{
    width:1200px;
}
.news-list {
    float: left;
    width: 100%;
    clear: both;
    height: auto;
}

.news-list li {
    width: 100%;
    height: 174px;
    background-color: #fafafa;
    margin: 12px 0;
    float: left;
}

.news-list li .news-img {
    width: 310px;
    height: 130px;
    margin: 22px;
    float: left;
    overflow: hidden;
}

.news-list li .news-img img {
    width: 310px;
    height: 130px;
}

.news-list .news-text {
    height: 130px;
    width: 630px;
    float: left;
    margin: 22px;
}

.news-list .news-text h2 {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 200%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2f82ff;
}

.news-list .news-text .cat {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 3em;
    color: #d4d4d4;
    overflow: hidden;
}

.news-list .news-text .intro {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 2em;
    color: #999;
    overflow: hidden;
}

.news-list .news-date {
    float: left;
    margin: 22px 50px;
}

.news-list .news-date .p1 {
    font-size: 24px;
    color: #999;
    line-height: 1.5em;
}

.news-list .news-date .p2 {
    font-size: 12px;
    color: #c5c5c5;
    line-height: 1.5em;
}

.news-list .news-date .p3 {
    margin-top: 30px;
}



.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;
}

.pages .fl a:hover, .pages .fl a.current {
    background-color: #BDBDBD;
    border: 1px solid #BDBDBD;
    color: #fff;
}

.pages .fr img {
    float: left;
}


.case-wrap{
    width: 100%;
    float: left;
    overflow: hidden;
}
.case-list{
    margin-top:30px;
    width: 1230px;
    float: left;
    margin-left:-30px;
}
.case-list li {
    margin-left:30px;
    margin-bottom:30px;
    width:368px;
    border:1px solid #dbdbdb;
    float: left;
}

.case-list li .tit {
    margin-top: 10px;
    padding: 0 15px;
}

.case-list li .intro {
    margin-top: 10px;
    padding: 0 15px;
    display: none;
}

.case-list li .img {
    width: 100%;
    float: left;
    overflow: hidden;
}

.case-list li .img img {
    float: left;
    width: 376px;
    height: 251px;
}

.case-list li .txt {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    background: url("../images/com/icon-more.png") right center no-repeat;
    background-position: 95% 50%;
}

.case-list li:hover .txt {
    background-color: #000;
    color: #fff;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

.content-text{
    line-height:2em;
}


.box3{
    width: 100%;
    background:#fff;
    clear: both;
    float: left;
    padding:80px 0 70px 0;
}
.box3 .acs-block{
    width: 100%;
    float: left;
    padding: 10px 0;
}
.box3 .item{
    width: 545px;
    float: left;
    height: 140px;
    margin:20px 0;
    position: relative;
}
.box3 .item.id0{
    margin-left: 45px;
}
.box3 .item.id1{
    margin-right: 45px;
}
.box3 .img{
    width: 120px;
    height: 140px;
    float: left;
}
.box3 .txt{
    width: 395px;
    float:right;

}
.box3 .txt .p1{
    font-size: 18px;
    color:#333;
}
.box3 .txt .p1 .s1{
    font-size:14px;
    color:#666;
    padding-left:10px;
}
.box3 .txt .p2{
    font-size:12px;
    line-height: 26px;
    color:#666;
    margin-top: 10px;
}
.box3 .txt .p3{
    position: absolute;
    bottom: 0;
    left:150px;
}
.box3 .txt .p3 .s2{
    color:#666;
}
.box3 .txt .p3 .s3{
    font-size: 18px;
    color:#ff5a00;
}