﻿/*样式初始化及公共样式部分*/
* {
    margin: 0px;
    padding: 0px;
}

body {
    color: #333;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #00ac38;
    transition: 0.3s all;
}

div, ul, li, span, p, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
    font-weight: lighter;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup, i {
    font-style: inherit;
    font-weight: lighter;
}

b {
    font-weight: normal;
}

.cl {
    clear: both;
    height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#copy {
    display: none;
}

.page {
    width: 1300px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.page1 {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.page2 {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: auto;
}

.box, .footer1 {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

/*定义版面统一宽度*/
.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top30 {
    margin-top: 30px;
}

.top50 {
    margin-top: 50px;
}

.top60 {
    margin-top: 60px;
}

.w1300 {
    width: 1300px;
    margin: auto;
}

.mar50 {
    margin: 50px auto;
}

.dis {
    display: none;
}

/*顶部*/
.head_bg {
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    color: #bebebe;
    font-size: 14px;
}

.head_r li {
    width: 56px;
    float: left;
    display: block;
    background: url(../images/20201022083349_938996331.png) no-repeat left;
    padding-left: 25px;
    margin-left: 20px;
}

li.ico2 {
    background-position: -114px;
}

li.ico3 {
    background-position: -228px;
}

.head_bg a {
    color: #bebebe;
}

.head_bg a:hover {
    color: #0303ff;
}

/*抬头*/
.top_bg {

    font-size: 14px;
    color: #999;
}

.logo {
    float: left;


}

.logo img {
    float: left;
    margin-right: -7px;
}

.top02 {
    float: left;
    margin-left: 12px;
    margin-top: 35px;
}

.top02 em {
    height: 32px;
    display: block;
    float: left;
    padding-right: 5px;
}

.top02 b {
    font-size: 14px;
    color: #666;
    font-weight: lighter;
    display: block;
}

.top02 p {
    font-size: 27px;
    color: #0303ff;
    font-weight: bold;
    padding-bottom: 8px;
    line-height: 30px;
}

.top03 {
    float: right;
    margin-top: 28px;
    padding-left: 60px;
    background: url(../images/20201022084721_2012309400.png) no-repeat left center;
}

.top03 p {
    padding-top: 8px;
}

.top03 span {
    font-size: 15px;
    color: #666;
}

/*导航*/
.nav {
    background: #0303ff;
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    min-width: 1200px;
}

.NavCeshi.page {
    position: relative;
}

.nav > ul > li {
    float: left;
    width: 144px;
    line-height: 60px;
    height: 60px;
    display: block;
    position: relative;
}

.nav > ul > li:first-child {
    background: none;
}

.nav > ul > li > a {
    display: block;
    line-height: 60px;
    height: 60px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
    z-index: 3;
}

.nav > ul > .block {
    background-color: #ff0000;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
}

.erji_menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1111;
    top: 60px;
}

.erji_menu ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.erji_menu ul li a:hover {
    background: rgba(30, 106, 218, 0.87)
}

/*搜索*/
.search_bg {
    width: 100%;
    height: 74px;
    line-height: 74px;
    color: #444444;
    border-bottom: 1px solid #eee;
}

.search_l {
    color: #777777;
    font-size: 14px;
}

.search_l span {
    color: #0180e9;
    font-size: 14px;
    display: block;
    float: left;
    font-weight: bolder;
}

.search_l a {
    font-size: 14px;
    color: #666666;
    padding: 0 4px;
}

.search_l a:Hover {
    color: #0180e9;
}

.search_r {
    width: 313px;
    height: 36px;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    margin-top: 19px;
}

.search-bg {
    width: 275px;
    float: left;
}

#infoname {
    color: #ccc;
    outline: none;
    height: 36px;
    line-height: 36px;
    width: 238px;
    background: #fff;
    padding-left: 10px;
    border-radius: 20px;
    display: block;
}

.search-i {
    width: 32px;
    padding: 7px 6px 0 0;
    float: left;
}

.search-i input {
    background: url(../images/20201023102625_968690814.png);
    height: 21px;
    width: 21px;
    display: block;
    border: none;
}

.search-bg input {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}

/*网站标题*/
.wz_bt1 {
    text-align: center;
    color: #fff;
}

.wz_bt1 span {
    font-size: 40px;
    font-weight: bold;
}

.wz_bt1 p {
    font-size: 20px;
    color: #f5f5f5;
    display: block;
    padding: 15px 0 20px;
}

.wz_bt1 em {
    display: block;
    margin: 0 auto;
}

.wz_bt {
    text-align: center;
    color: #333;
}

.wz_bt span {
    font-size: 40px;
    font-weight: bold;
}

.wz_bt b {
    color: #0303ff;
    font-weight: bold;
}

.wz_bt p {
    font-size: 20px;
    color: #555;
    display: block;
    padding: 15px 0 20px;
}

.wz_bt em {
    display: block;
    margin: 0 auto;
}

/*产品展示*/
.cp_bg {
    width: 100%;
    min-width: 1300px;
    padding-bottom: 70px;
    background: #f9f9f9;
}

.productshow {
    margin: 0 auto;
    width: 1300px;
    padding-top: 60px;
}

/*分类切换*/
.productshow1 {
    margin-top: 40px;
    text-align: center;
}

.productshow1 ul {
    display: inline-block;
}

.productshow1 li.tubg {
    background: #0303ff;
    border: 1px solid #0303ff;
}

.productshow1 li.tubg a {
    color: #fff;
}

.productshow1 li a {
    font-size: 22px;
    color: #999;
    font-weight: normal;
}

.productshow1 li {
    margin-right: 26px;
    margin-bottom: 10px;
    width: 297px;
    height: 70px;
    line-height: 70px;
    float: left;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid #eee;
    color: #0358c3;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
}

li#tutd3 {
    margin-right: 0;
}

/*内容*/
.productshow2 {
    margin-top: 30px;
}

#tudiv0 {
    margin-left: 0;
}

#tudiv1 {
    display: none;
}

#tudiv2 {
    display: none;
}

#tudiv3 {
    display: none;
}

.gg_td {
    padding-top: 35px;
}

.productshow21 {
    background: url(../images/20201023102430_670198671.jpg) left;
    width: 1294px;
    height: 452px;
    border: 3px solid #eee;
    position: relative;
}

.productshow21L li {
    float: left;
    width: 110px;
    padding-right: 23px;
    cursor: pointer;
}

.productshow21L li:hover img {
    transform: rotate(360deg);
}

.productshow21L li img {
    margin: 0 auto;
    display: block;
    transition: all .5s ease;
}

.productshow21L {
    width: 575px;
    height: 400px;
    overflow: hidden;
    margin-top: 40px;
    padding-left: 75px;
}

.productshow21L span a {
    font-size: 30px;
    color: #444;
    text-transform: uppercase;
    transition: 0.3s all;
    font-weight: normal;
}

.productshow21L span a:hover {
    color: #0358c3;
    transition: 0.3s all;
}

.productshow21L i {
    display: block;
    width: 189px;
    height: 2px;
    background: #0303ff;
    margin: 15px 0 35px;
}

.productshow21L li p {
    text-align: center;
    width: 110px !important;
    padding-top: 5px;
    font-size: 16px;
    color: #777;
}

.productshow21L p {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

.productshow21L em {
    color: #0303ff;
    font-family: Arial;
    font-size: 16px;
    float: left;
    line-height: 35px;
    padding-right: 4px;
}

.productshow21L b {
    font-size: 22px;
    color: #0303ff;
    font-weight: normal;
    padding-bottom: 10px;
    display: block;
}

.productshow21R img {
    top: 33px;
    left: 40px;
    width: 600px;
    height: 400px;
    position: absolute;
}

/*产品效果*/
div.productshow22 tr td:nth-child(4n) {
    margin-right: 0 !important;
}

div.productshow22 td {
    float: left;
    margin: 25px 16px 0 0;
    padding: 8px 8px 8px 8px !important;
    background: #fff;
    transition: 0.3s all;
}

div.productshow22 td span {
    display: block;
    line-height: 68px !important;
    height: 60px;
}

div.productshow22 td span a {
    font-size: 17px;
    color: #444;
    transition: 0.3s all;
}

div.productshow22 td a img {
    display: block;
    transition: 0.3s all;
}

div.productshow22 td br {
    display: none;
}

div.productshow22 td:hover {
    background: #0303ff;
    transition: 0.3s all;
}

div.productshow22 td:hover a {
    color: #fff;
    transition: 0.3s all;
}

#newBridge .icon-right-center {
    top: 77% !important;
}

/*问题*/
.dany_bg {
    width: 100%;
    height: auto;
    height: 427px;
    padding: 60px 0;
}

.yw_bt {
    text-align: center;
}

.yw_bt span {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
}

.yw_bt p {
    font-family: fontCandara;
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2.1px;
}

.dany_c .dysz img {
    padding-top: 7px;
}

.dany_c .dywz span {
    font-weight: normal;
    font-size: 26px;
    display: block;
    color: #444;
}

.dany_c {
    width: 1300px;
    margin: 0 auto;
    margin-top: 110px;
}

.dany_c li {
    width: 311px;
    position: relative;
    text-align: center;
    background: url(../images/20201022092822_1187598529.png) no-repeat bottom;
    float: left;
    margin-right: 18px;
    cursor: pointer;
}

.dany_c li:nth-child(4) {
    margin-right: 0;
}

.dany_c .dysz {
    width: 85px;
    height: 85px;
    background: #0303ff;
    left: 35%;
    border-radius: 50%;
    border: 7px #fff solid;
    position: absolute;
    top: -40px;
    box-shadow: 0 0 10px #ccc;
    transition: 0.3s all;
}

.dany_c .dywz {
    width: 275px;
    height: 120px;
    background: #fff;
    padding-top: 85px;
    margin: 0 auto;
    margin-bottom: 23px;
    border-radius: 10px;
    box-shadow: 0 0 10px #eee;
}

.dany_c li:hover .dysz {
    background: #333;
    transition: 0.3s all;
}

.dany_c .dywz span {
    font-size: 22px;
    display: block;
}

.dany_c .dywz em {
    width: 210px;
    font-style: inherit;
    font-size: 15px;
    line-height: 25px;
    display: block;
    color: #666;
    padding-top: 10px;
    margin: 0 auto;
}

/*特点*/
.Features {
    width: 100%;
    margin: auto;
    padding: 60px 0px;
    background: url(../images/20201022101915_1363777763.jpg) center top;
    height: 676px;
    overflow: hidden;
}

.Features_til {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    overflow: hidden;
}

.Features_til span {
    display: block;
    color: #d3cece;
    font-size: 16px;
    font-weight: normal;
    margin-top: 2px;
}

.Features_list dl {
    width: 350px;
    overflow: hidden;
}

.Features_list dl dt {
    float: left;
    width: 64px;
    background: url(../images/20201022110146_1812420405.png);
    height: 74px;
    text-align: center;
    transition: all 0.5s;
}

.Features_list dl dt img {
    margin-top: 15px;
}

.Features_list dl dd {
    width: 261px;
    float: right;
    color: #fafafa;
    font-size: 14px;
    line-height: 26px;
}

.Features_list dl dd span {
    font-size: 27px;
    display: block;
    color: #fff;
    margin-bottom: 13px;
    font-weight: normal;
}

.Features_list dl:hover {
    cursor: pointer;
}

.Features_list dl:hover dt {
    background-position: 0px -74px;
}

.Features_list dl.on dt {
    background-position: 0px -74px;
}

.Features_list dl.dingwei1 {
    position: absolute;
    left: 0;
    top: 80px;
}

.Features_list dl.dingwei2 {
    position: absolute;
    left: 0;
    top: 460px;
}

.Features_list dl.dingwei5 {
    position: absolute;
    left: 0;
    top: 270px;
}

.Features_list dl.dingwei3 {
    width: 350px;
    position: absolute;
    right: 0;
    top: 80px;
}

.Features_list dl.dingwei3 dt {
    float: right;
}

.Features_list dl.dingwei3 dd {
    float: left;
    text-align: right;
}

.Features_list dl.dingwei4 {
    width: 350px;
    position: absolute;
    right: 0;
    top: 270px;
}

.Features_list dl.dingwei4 dt {
    float: right;
}

.Features_list dl.dingwei4 dd {
    float: left;
    text-align: right;
}

.Features_list dl.dingwei6 {
    width: 350px;
    position: absolute;
    right: 0;
    top: 460px;
}

.Features_list dl.dingwei6 dt {
    float: right;
}

.Features_list dl.dingwei6 dd {
    float: left;
    text-align: right;
}

.Features_tu {
    width: 398px;
    margin: auto;
    height: 465px;
    padding-top: 49px;
    z-index: 2;
    overflow: hidden;
}

.xiaoguo {
    width: 398px;
    height: 465px;
    overflow: hidden;
}

.Features_tu li {
    width: 398px;
    margin: auto;
    height: 465px;
    overflow: hidden;
}

/*优势*/
.advantage_bj {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 74px;
}

.advantage_bt {
    width: 100%;
    margin: 0 auto;
    font-size: 40px;
    color: #d40c03;
    line-height: 40px;
    padding-top: 60px;
    font-weight: bold;
    text-align: center;
}

.advantage_bt span {
    font-size: 40px;
    color: #222;
}

.advantage_bt p {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    color: #666666;
    line-height: 20px;
    padding-top: 20px;
    font-weight: normal;
    text-align: center;
}

.advantage_bj1 {
    width: 100%;
    height: 528px;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../images/ysbj1.jpg) center no-repeat;
}

.advantage_bj2 {
    width: 100%;
    height: 528px;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../images/ysbj2.jpg) center no-repeat;
}

.advantage_bj3 {
    width: 100%;
    height: 528px;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../images/ysbj3.jpg) center no-repeat;
}

.advantage_bj4 {
    width: 100%;
    height: 528px;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../images/ysbj4.jpg) center no-repeat;
}

.ys_bj1 {
    width: 753px;
    height: 440px;
    background: #fff;
    margin-top: 45px;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.ys_zbk {
    width: 601px;
    height: auto;
}

.ys_zb_bt {
    width: auto;
    font-size: 35px;
    color: #0303ff;
    font-weight: bold;
    line-height: 35px;
    padding-top: 75px;
    padding-left: 64px;
}

.ys_zb_bt span {
    font-size: 35px;
    color: #d40c03;
}

.ys_zb_bt p {
    width: auto;
    font-size: 13px;
    color: #dddddd;
    font-weight: initial;
    line-height: 14px;
    padding-top: 17px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.ys_zb_btxt {
    width: 502px;
    height: 3px;
    margin-top: 18px;
    background: #f5f5f5;
    margin-left: 64px;
}

.ys_zb_btwz {
    width: 629px;
    margin-top: 34px;
    margin-left: 65px;
}

.ys_zb_btwz p {
    padding-left: 25px;
    background: url(../images/20201022144841_172660083.png) 0px 14px no-repeat;
    font-size: 17px;
    color: #666666;
    line-height: 40px;
    margin-bottom: 13px;
}

.ys_rbsz {
    position: absolute;
    top: 0;
    right: 0;
}

/*流程*/
.cess {
    height: 379px;
    padding-top: 60px;
    background: url(../images/20201022154116_2115259486.jpg) no-repeat center 0;
}

.cess ul {
    width: 1300px;
    margin-top: 42px;
    height: 155px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cess li {
    float: left;
    width: 80px;
    margin: 0 52px;
    text-align: center;
    height: 166px;
    background: url(../images/20201022154409_1819304814.png) no-repeat bottom center;
    cursor: pointer;
}

.cess li i {
    display: block;
    height: 55px;
    overflow: hidden;
}

.cess li i img {
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.cess li span {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 18px;
    padding: 25px 0 12px;
    white-space: nowrap;
}

.cess li i {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.cess li:hover span, .cess li:hover i {
    color: #fdb815;
}

.cess li:hover {
    background: url(../images/20201022154424_655891375.png) no-repeat bottom center;
}

.cess li:hover i img {
    top: -55px;
}

/*应用*/
.hy_bg {
    padding-top: 60px;
    padding-bottom: 65px;
}

.pro_list1 {
    width: 1400px;
    position: relative;
    margin: 0 auto;
}

.pro_qie1 {
    width: 1300px;
    height: 530px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 40px;
}

.pro_qie1 dl {
    float: left;
    width: 425px;
    height: 530px;
    background: url(../images/20201022170955_1183163197.jpg) center top no-repeat;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}

.pro_qie1 dl.beijing2 {
    background: url(../images/20201022175757_1092101521.jpg) center top no-repeat;
}

.pro_qie1 dl.beijing3 {
    background: url(../images/20201022184948_967316713.jpg) center top no-repeat;
}

.pro_qie1 dl.beijing4 {
    background: url(../images/20201022175832_1929744092.jpg) center top no-repeat;
}

.pro_qie1 dl.beijing5 {
    background: url(../images/20201022185011_348330322.jpg) center top no-repeat;
}

.cj_nr {
    width: 353px;
    height: 150px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 370px;
    left: 35px;
    text-align: center;
    box-shadow: 0 0 5px #ccc;
    transition: 0.3s all;
}

.cj_nr span {
    font-size: 20px;
    color: #333;
    transition: 0.3s all;
    padding-top: 22px;
    display: block;
}

.cj_nr p {
    display: block;
    padding: 9px 0 25px;
    font-family: fontCandara;
    font-size: 12px;
    color: #888;
    transition: 0.3s all;
    text-transform: uppercase;
}

.cj_nr a {
    font-size: 14px;
    color: #999;
    display: block;
    width: 95px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #eee;
    transition: 0.3s all;
}

.pro_qie1 dl:hover a {
    width: 100px;
    transition: 0.3s all;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.pro_qie1 dl:hover span, .pro_qie1 dl:hover p {
    color: #fff;
    transition: 0.3s all;
}

.pro_qie1 dl:hover .cj_nr {
    background: #0303ff;
    transition: 0.3s all;
    box-shadow: none;
}

/*箭头*/
#Partner_img_btn_l1 {
    background: url(../images/20201022165810_71153488.png) 0px no-repeat;
    width: 63px;
    height: 63px;
    left: -45px;
    top: 335px;
    cursor: pointer;
    position: absolute;
    transition: 0.3s all;
}

#Partner_img_btn_l1:hover {
    background-position-x: -63px;
    transition: 0.3s all;
}

#Partner_img_btn_r1 {
    background: url(../images/20201022165810_1809547296.png) -63px no-repeat;
    width: 63px;
    height: 63px;
    right: -45px;
    top: 335px;
    cursor: pointer;
    position: absolute;
    transition: 0.3s all;
}

#Partner_img_btn_r1:hover {
    background-position-x: 0px;
    transition: 0.3s all;
}

/*简介*/
.ab_bg {
    width: 100%;
    min-width: 1300px;
    height: 622px;
    background: url(../images/20201022185825_1718939431.jpg) center bottom no-repeat;
    padding-top: 46px;
}

.ab_nr {
    display: block;
    padding: 33px;
    width: 1234px;
    height: 492px;
    background: #0303ff;
}

.ab_bg em img {
    position: absolute;
    top: -46px;
    left: 33px;
}

.ab_wz {
    width: 481px;
    float: right;
    padding-right: 10px;
    padding-top: 36px;
}

.ab_wz i {
    font-family: Arial;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.ab_wz span {
    display: block;
    font-size: 35px;
    color: #fff;

}

.ab_wz p {
    font-size: 15px;
    line-height: 35px;
    color: #fff;
}

.ab_wz b a {
    font-size: 14px;
    color: #fff;
    background: url(../images/20201022190443_1871280160.png) no-repeat right;
    padding-right: 26px;
    transition: 0.3s all;
}

.ab_wz b {
    width: 83px;
    height: 22px;
    display: block;
    border-bottom: 2px solid #fff;
    margin-top: 20px;
    transition: 0.3s all;
}

.ab_wz b:hover {
    width: 107px;
    transition: 0.3s all;
}

.ab_wz b:hover a {
    letter-spacing: 5.1px;
    transition: 0.3s all;
}

/*新闻*/
.news {
    height: 900px;
    padding-top: 60px;
}

.news_row1 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.news_row1 .news_tit {
    display: block;
    font-size: 42px;
    color: #0303ff;
    font-weight: bold;
    line-height: 50px;
    float: left;
    height: 55px;
}

.news_row1 .news_tit .en {
    display: inline-block;
    font-size: 15px;
    padding-left: 15px;
    font-weight: lighter;
    color: #777;
    font-family: arial;
    vertical-align: middle;
}

.news_row1 .news_list {
    margin: 0 auto;
    width: 620px;
    margin-top: 40px;
}

.news_row1 .news_list ul li {
    width: 190px;
    height: 58px;
    background: url(../images/20201022195944_360058776.png) top no-repeat;
    line-height: 58px;
    text-align: center;
    float: left;
    margin-left: 25px;
    transition: all 0.5s;
}

.news_row1 .news_list ul li:nth-child(1) {
    margin-left: 0;
}

.news_row1 .news_list ul li a {
    font-size: 17px;
    line-height: 58px;
    display: block;
    position: relative;
}

.news_row1 .news_list ul li.cur {
    background-position: 0px -58px;
}

.news_row1 .news_list ul li.cur a, .news_row1 .news_list ul li:hover a {
    color: #fff;
    transition: 0.6s;
}

/*右*/
.news_row2_l {
    width: 525px;
    height: 550px;
    background: #f5f5f5;
    float: left;
}

.news_row2_l .news_l_item,
.news_row2_l .news_div_item {
    position: relative;
    width: 425px;
    display: block;
    height: 450px;
    padding: 50px;
}

.news_row2_l .news_l_item img, .news_row2_l .news_div_item .news_div_item_pic a, .news_row2_l .news_div_item .news_div_item_pic img {
    width: 425px;
    display: block;
    height: 285px;
}

.news_row2_l .news_l_item strong, .news_row2_l .news_div_item .news_div_item_title a {
    font-size: 22px;
    font-weight: normal;
    display: block;
    color: #343434;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s all;
}

.news_row2_l .news_div_item:hover .news_div_item_title a {
    color: #0303ff;
    transition: 0.3s all;
}

.news_row2_l .news_l_item p, .news_row2_l .news_div_item .news_div_item_body {
    font-size: 16px;
    color: #888;
    line-height: 30px;
    padding: 5px 0 0;
    overflow: hidden;
    width: 440px;
}

.news_row2_l .news_div_item_content {
    position: absolute;
    bottom: 40px;
}

.news_row2_l .news_div_item .news_div_item_date .news_div_item_year {
    font-size: inherit;
    color: inherit;
    font-family: arial;
}

.news_row2_l .news_l_item span i, .news_row2_l .news_div_item .news_div_item_date .news_div_item_month, .news_row2_l .news_div_item .news_div_item_date .news_div_item_day {
    font-size: 16px;
    font-family: arial;
    font-style: normal;
    color: #0303ff;
    display: block;
    line-height: 20px;
}

.news_row2_l .news_div_item .news_div_item_date .news_div_item_month, .news_row2_l .news_div_item .news_div_item_date .news_div_item_day {
    float: left;
}

.news_row2_l .news_l_item span:after, .news_row2_l .news_div_item .news_div_item_date:after {
    content: '';
    display: block;
    width: 2px;
    height: 90px;
    position: absolute;
    left: 93px;
    top: 300px;
    background: #0303ff
}

/*左*/
.news_row2_r {
    float: right;
    width: 720px;
}

.news_row2_r > .news_div > .news_div_item:first-child {
    display: none;
}

.news_row2_r .news_r_item, .news_row2_r .news_div_item {
    height: 150px;
    margin-bottom: 50px;
    display: block;
    position: relative
}

.news_row2_r .news_div_item:hover .news_div_item_title .news_div_item_a {
    color: #0303ff;
    transition: 0.3s all;
}

.news_row2_r .news_r_item span, .news_row2_r .news_div_item .news_div_item_date {
    position: relative;
    width: 90px;
    height: 90px;
    float: left;
    color: #666;
    background: #f5f5f5;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    font-size: 18px;
    font-family: arial;
    text-align: center;
    padding: 30px;
    float: right;
}

.news_row2_r .news_div_item .news_div_item_month, .news_row2_r .news_div_item .news_div_item_year {
    font-size: inherit;
    color: inherit;
    font-family: arial;
    display: inline-block;
    position: relative;
    top: 60px
}

.news_row2_r .news_r_item span i, .news_row2_r .news_div_item .news_div_item_day {
    color: #666;
    font-size: 52px;
    font-weight: normal;
    font-style: normal;
    display: block;
    line-height: 60px;
    font-family: arial;
}

.news_row2_r .news_div_item .news_div_item_day {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 30px;
}

.news_row2_r .news_r_item:hover span, .news_row2_r .news_div_item:hover .news_div_item_date {
    background: #0303ff;
    color: #fff;
}

.news_row2_r .news_r_item:hover span i, .news_row2_r .news_div_item:hover .news_div_item_day {
    color: #fff;
}

.news_row2_r .news_r_item strong, .news_row2_r .news_div_item .news_div_item_title .news_div_item_a {
    font-size: 22px;
    font-weight: normal;
    color: #444;
    display: block;
    line-height: 45px;
    float: right;
    width: 540px;
    padding-right: 28px;
    padding-top: 15px;
    transition: 0.3s all;
}

.news_row2_r .news_r_item p, .news_row2_r .news_div_item .news_div_item_body {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    float: right;
    width: 540px;
    padding: 5px 0;
    padding-right: 28px;
}

.news_row2_r .news_r_item:hover strong {
    color: #0303ff
}

.news_row2_r .news_r_item:hover p {
    color: #444444;
}

/*版权*/
.bq1 {
    width: 100%;
    min-width: 1300px;
    height: 134px;
    background: #272727;
    padding-top: 41px;
}

.bq1 li {
    width: 464px;
    padding-left: 27px;
    height: 106px;
    background: url(../images/20201022200923_743130009.png) no-repeat left;
    color: #fff;
    float: left;
}

.bq1 li:nth-child(3) {
    width: 290px;
    margin-top: -12px;
}

.bq1 li:nth-child(2) {
    margin-top: -12px;
}

.bq1 li span {
    font-size: 16px;
    display: block;
    padding-bottom: 12px;
    padding-top: 18px;
}

.bq1 li p {
    font-size: 20px;
    color: #fefefe;
    line-height: 30px;
}

.bq2 {
    width: 100%;
    min-width: 1400px;
    height: 403px;
    background: #353535;
}

.bq2 li {
    float: left;
    width: 195px;
    margin-top: 65px;
}

.bq2 li span a {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    color: #ddd;
    padding-bottom: 15px;
}

.bq2 li a {
    display: block;
    font-size: 14px;
    color: #ddd;
    line-height: 35px;
}

.bq2 li a:hover {
    color: #fff;
}

.wx_bg li {
    width: 155px;
}

.wx_bg li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.wx_bg li:nth-child(1) {
    margin-right: 35px;
}

.bq3 {
    width: 100%;
    float: left;
    line-height: 70px;
    font-size: 14px;
    color: #999;
    border-top: 1px #444 solid;
    margin-top: 57px;
}

.bq3 a {
    font-size: 14px;
    color: #999;
}

.bq3 a:hover {
    color: #fff;
}

.link_z.fr span {
    float: left;
    line-height: 70px;
}

.link a {
    color: #999;
}

.linkTagcs li a {
    color: #999;
    word-break: break-all;
    line-height: 70px;
}

.link a:hover {
    color: #fff;
}

.linkTagcs li {
    width: 110px;
}

#toubiao {
    position: fixed;
    left: 20px;
    top: 30%;
}

#LeftAd td {
    background: #333;
    color: #fff;
}

.float_tit {
    width: 150px;
    height: 40px;
    background: #035abb;
    font-size: 15px;
    color: #fff;
    border-top: 1px solid #fff;
    text-align: center;
}

.float_tit .online-btn {
    background: #0303ff;
    display: block;
    width: 150px;
    line-height: 46px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.float_tit .online-btn:hover {
    background: #fdc901;
    text-decoration: underline;
}

.float_tit span {
    font-size: 18px;
    line-height: 60px;
}

.float_nr {
    width: 150px;
    height: 40px;
    background: #333;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    border-top: 1px solid #fff;
}

#LeftAd tr td {
    border-top: none;
}

#floatTips {
    font-weight: bold;
    position: absolute;
    right: 20px;
    width: 130px;
    z-index: 99;
    padding-top: 30px;
}

#qq_top {
    width: 130px;
    height: 25px;
    line-height: 25px;
    background: #0303ff;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.qq_top {
    width: 130px;
    height: 25px;
    line-height: 25px;
    background: #0303ff;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#qq_center {
    width: 130px;
}

.qq_center {
    width: 130px;
}

#qq_bottom {
    width: 130px;
    text-align: left;
    line-height: 25px;
    font-size: 12px;
}

#qq_bottom a {
    text-decoration: none;
    color: #484848;
}

#qq_bottom a:hover {
    text-decoration: none;
    color: #ff6600;
}

#center {
    height: auto !important;
}

.abimage {
    height: 320px;
}

.nei_about_t .zi {
    color: #999;
    font-size: 17px;
    line-height: 42px;
    text-align: center;
}

.nei_about_t {
    border-radius: 8px;
    width: 1300px;
    margin: 0 auto;
    font-size: 25px;
    color: #0303ff;
    text-align: center;
    box-shadow: 0px 3px 15px #eaeaea;
    padding: 15px 0;
    margin-bottom: 40px;
}

.gywm_left {
    float: left;
    width: 600px;
    height: 416px;
    border-radius: 10px;
    overflow: hidden;
}

.gywm_right {
    float: right;
    box-shadow: 5px 0 20px #eee;
    border-radius: 10px;
}

.jianjie {
    width: 630px;

    overflow-y: auto;
    padding: 14px 30px;
    font-size: 17px;
    line-height: 46px;
}

.pagea a {
    margin: 10px 5px;
    border: 1px solid #333;
    padding: 5px 10px;
}

.pagea .pageactive {
    background: #0303ff;
    color: #fff;
    border: none;
}

.jianjie p {
    text-indent: 28px;
}

/*企业形象*/
.qyxx {
    padding: 10px 0 40px 0;
}

.qyxxtab {
    border-bottom: 1px solid #e5e5e5;
    line-height: 70px;
    margin-bottom: 23px;
}

.qyxxtab a {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #666666;
    padding-left: 35px;
    transition: all .3s ease;
}

.qyxxtab a i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 31px;
    background: url(../images/20201023192908_1541318843.png) no-repeat left top;
    transition: all .3s ease;
}

.qyxxtab a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -2px;
    left: 0;
    transition: all .4s ease;
    background: #0303ff;
}

.qyxxtab a:nth-child(2) i {
    background-position-x: -34px;
}

.qyxxtab a:nth-child(3) i {
    background-position-x: -70px;
}

.qyxxtab a + a {
    margin-left: 40px;
}

.qyxxtab a.on i {
    background-position-y: -37px;
}

.qyxxtab a.on:after {
    width: 100%;
}

.qyxxtab a.on {
    font-weight: bold;
    color: #0303ff;
}

.qyxxcon td {
    display: inline-block;
    padding: 0 !important;
    overflow: hidden;
    width: 310px;
}

.qyxxcon td + td {
    margin-left: 15px;
}

.qyxxcon td br {
    display: none;
}

.qyxxcon td div {
    padding: 0 !important;
}

.qyxxcon td a {
    display: block;
    overflow: hidden;
}

.qyxxcon td div a {
    line-height: 50px;
    background: #f8f8f8;
    font-size: 16px;
    color: #666666;
    font-weight: lighter;
    transition: all .3s ease;
}

.qyxxcon td img {
    width: 100%;
    height: auto;
}

.qyxxcon td:hover div a {
    background: #0303ff;
    color: #fff;
}

.w1200 {
    width: 1300px;
    margin: 0 auto;
}

.lxtop {
    overflow: hidden;
    border-radius: 3px;
    background: #f9f9f9;
    margin-bottom: 70px;
}

.lxtop img {
    float: left;
}

.lxtop p {
    font-size: 17px;
    line-height: 43px;
    padding: 5px 30px 0 430px;
    color: #383737;
}

.lxtop p span {
    display: block;
    color: #222;
    font-size: 18px;
    line-height: 50px;
}

.Separate {
    background: url(../images/20201023161844_83579664.png) no-repeat bottom;
    font-size: 30px;
    text-align: center;
    margin: 3rem auto 5px;
}

.Separate span {
    display: block;
    font-size: 14px;
    letter-spacing: 5px;
    color: #222;
    margin-top: 10px;
}

.lxfsnr {
    overflow: hidden;
    border-radius: 3px;
    padding-top: 7px;
}

.lxfsnr ul {
    overflow: hidden;
}

.lxfsnr li {
    margin: 10px 0px 20px 67px;
    float: left;
    width: 521px;
    padding: 20px 0 20px 28px;
    box-shadow: 0 0 5px #dadadacc;
}

.lxfsnr li:hover {
    color: #000;
}

.lxfsnr li img {
    float: left;
}

.lxfsnr li p {
    float: left;
    line-height: 44px;
    padding-left: 25px;
    font-size: 17px;
}

.lxfsnr li a {
    font-size: 16px;
}

.wzdt {
    margin-bottom: 20px !important;
}

.ck {
    cursor: pointer;
}

#bodycon #left {
    display: none;
}

.lxfsnrlb li:hover img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;

    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;

    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.Separate w1200 > b {
    font-size: 30px !important;
}

.bia {
    font-size: 22px;
    background: url(../images/20201026092611_615182624.jpg) no-repeat;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    margin-top: 10px;
}

.wz p {
    text-indent: 2em;
}

.wz {
    font-size: 18px;
    line-height: 35px;
    color: #444;
    padding-top: 40px;
    padding-bottom: 30px;
}

.wz li b {
    font-size: 25px;
    color: #333;
    margin-left: 106px;
    margin-bottom: 16px;
    display: block;
}

.wz li img {
    float: left;
    margin-left: 32px;
}

.wz li span {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    display: block;
    margin-left: 106px;
}

.wz li {
    float: left;
    margin-right: 30px;
    margin-bottom: 68px;
}

.wz li:nth-child(5) {
    margin-bottom: 30px;
}

.wz li:nth-child(6) {
    margin-bottom: 30px;
}

.wz1 p {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
    color: #333;
    margin-top: 30px;
    margin-left: 38px;
}

.wz1 span {
    font-size: 16px;
    line-height: 30px;
    list-style: none;
    background: url(../images/20201026110243_1538257944.png) no-repeat 0 10px;
    padding-left: 40px;
    display: block;
    padding-bottom: 30px;
    margin-left: 41px;
}

span#bz2 {
    background: url(../images/20201026110243_1502462566.png) no-repeat 0 10px;
}

span#bz3 {
    background: url(../images/20201026110243_2089979413.jpg) no-repeat 0 10px;
}

.wz2 {
    padding-top: 30px;
    display: block;
}

.az1_r em {
    display: block;
}

em.fl {
    padding-bottom: 17px;
}

.az1 {
    height: 420px;
}

.az2 {
    padding-top: 20px;
}

.az2 em {
    position: relative;
}

.az2 em p {
    position: absolute;
    bottom: 0;
    background: #2775d8e0;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.az2_l {
    padding-top: 20px;
    padding-bottom: 20px;
}

.az2_r {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wz2 h1 {
    border: dashed 1px #dddddd;
    margin-top: 20px;
}

.az1_l {
    position: relative;
}

.az1_l p {
    position: absolute;
    bottom: 0;
    background: #2775d8e0;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.wz3 {
    padding-top: 32px;
}

.wz3 em {
    float: left;
    padding-left: 24px;
    width: 374px;
    padding-bottom: 20px;
}

.wz3 p {
    float: right;
    font-size: 18px;
    line-height: 35px;
    color: #444;
    width: 421px;
    text-indent: 2em;
    padding-top: 14px;
    padding-right: 27px;
}

.wz33 {
    margin-top: 30px;
}

.wz33 li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.wz33 li:nth-child(1) {
    margin-left: 25px;
}

.wz33 li:nth-child(4) {
    margin-left: 25px;
}

.wz31 li {
    float: left;
    margin-right: 87px;
    font-size: 18px;
}

.wz31 li em {
    background: url(../images/20201026151014_543859700.png) no-repeat;
    display: block;
    line-height: 25px;
    padding-left: 59px;
}

.wz31 {
    padding-top: 30px;
}

.wz31 li:nth-child(1) {
    margin-left: 71px;
    text-align: center;
    line-height: 25px;
}

.wz31 li:nth-child(1) br {
    display: none;
}

.wz31 li:nth-child(1) img {
    padding-top: 0px;
}

.wz31 li:nth-child(3) {
    margin-right: 77px;
}

em#tb2 {
    background: url(../images/20201026151014_1650700879.png) no-repeat;
}

em#tb3 {
    background: url(../images/20201026151014_543859700.png) no-repeat;
}

em#tb4 {
    background: url(../images/20201026151025_350431200.jpg) no-repeat;
}

.page22 {
    width: 880px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.cl {
    clear: both;
    height: 0px;
}

.listmiddle {
    width: 1200px;
    margin: 0px auto;
    position: relative;
    padding-bottom: 122px;
}

.listmiddle.show {
    padding-bottom: 100px;
}

.listmiddle.pr {

    padding-bottom: 60px;
}

.listmiddle .xf_bg {
    position: absolute;
    width: 580px;
    height: 100%;
    z-index: 0;
}
.clear {
clear: both}
.listmiddle .xf_bg.dao {
    background: url(../images/drx_04.jpg) center top no-repeat;
}

.listmiddle .xf_bg.dian {
    background: url(../images/dfj_04.jpg) center top no-repeat;
}

.listmiddle .xf_bg.jiao {
    background: url(../images/jbk_04.jpg) center top no-repeat;
}

.blist.guan .xf_bg {
    background: url(../images/gfj_05.jpg) center top no-repeat;
}

.blist.gu .xf_bg {
    background: url(../images/guang_04.jpg) center top no-repeat;
}

.blist.tie .xf_bg {
    background: url(../images/jgj_05.jpg) center top no-repeat;
}

.blist.pian .xf_bg {
    background: url(../images/pian_04.jpg) center top no-repeat;
}

.blist.te .xf_bg {
    background: url(../images/te_04.jpg) center top no-repeat;
}

.blist.zhan .xf_bg {
    background: url(../images/zhan_04.jpg) center top no-repeat;
}

.listleft {
    padding-top: 61px;
    margin-left: 140px;
    float: left;
    z-index: 10;
    position: absolute;
}

.listleft ul li a {
    display: block;
    background: #0303ff;
    color: #fff;
    width: 80px;
    height: 72px;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    padding-top: 8px;
    margin-bottom: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.listleft ul li.cur {
    position: relative;
}

.listleft ul li.cur a {
    background: #acce39;
    font-weight: bold;
}

.listleft ul li.cur span {
    background: url(../images/sjx.png);
    width: 20px;
    height: 40px;
    position: absolute;
    left: 78px;
    top: 20px;
}

.blist.wy .xf_bg {
    background: url(../images/guang_04.jpg) center top no-repeat;
}

.listright {
    width: 880px;
    float: right;
    padding-top: 60px;
}

.pr_list {
    padding: 20px;
    width: 219px;
    float: left;
    z-index: 50;
    position: absolute;
    left: 2px;
    background: #0303ff;;
}

.pr_list .pr_bt {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 34px;
}

.pr_list ul li {
    border-bottom: 1px #0303ff solid;
}

.pr_list ul li a.jd {
    display: block;
    background: #f1f1f1;
    height: 61px;
    text-align: center;
    line-height: 61px;
    font-size: 20px;
    color: #0303ff;
    font-weight: 400;
}

.pr_list ul li a.jd span {
    width: 19px;
    height: 27px;
    text-align: center;
    line-height: 33px;
    display: inline-block;
    background: url(../images/ctb_03.png) center no-repeat;
    margin-right: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #848484;
}

.pr_right {
    width: 910px;
    float: right;

}

.pr_list ul li a.jd:hover {
    background: #f39839 url(../images/ctb_09.png) 175px center no-repeat;
    border-left: 5px #d27f29 solid;
    color: #fff;
}

.pr_list ul li a.jd:hover span {
    color: #fff;
    background: url(../images/ctb_06.png) center no-repeat;
}

.pr_list ul li.cur a.jd {
    background: #f39839 url(../images/ctb_09.png) 175px center no-repeat;
    border-left: 4px #d27f29 solid;
    color: #3e3e40;
}

.pr_list ul li.cur a.jd span {
    color: #fff;
    background: url(../images/ctb_06.png) center no-repeat;
}

.pr_list ul li ul {
    margin-top: 1px;
}

.pr_list ul li ul li {
    margin-bottom: 0px;
    border-bottom: 1px #c4c4c4 dotted;
}

.pr_list ul li ul li a {
    display: block;
    line-height: 49px;
    background: #bababa;
    padding-left: 67px;
    color: #6d6d6d;
    font-size: 18px;
    position: relative;
}

.pr_list ul li ul li:last-child {
    border-bottom: 0px;
}

.pr_list ul li ul li a span {
    display: none;
}

.pr_list ul li ul li a:hover span {
    display: inline;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #bababa;
}

.blist.dian .pr_list ul li.cur a.jd {
    background: #fbcb73 url(../images/ctb_09.png) 175px center no-repeat;
    border-left: 4px #dcac53 solid;
}

.blist.dian .pr_list ul li a.jd:hover {
    background: #fbcb73 url(../images/ctb_09.png) 175px center no-repeat;
    border-left: 4px #dcac53 solid;
}

.blist.guan .pr_list ul li.cur a.jd, .blist.guan .pr_list ul li a.jd:hover {
    background: #ea5350 url(../images/ctb_091.png) 175px center no-repeat;
    border-left: 4px #ca3633 solid;
    color: #fff;
}

.blist.tie .pr_list ul li.cur a.jd, .blist.tie .pr_list ul li a.jd:hover {
    background: #a59aca url(../images/ctb_09.png) 175px center no-repeat;
    border-left: 4px #8273b7 solid;
    color: #fff;
}

.blist.pian .pr_list ul li.cur a.jd, .blist.pian .pr_list ul li a.jd:hover {
    background: #96bedd url(../images/ctb_09.png) 175px center no-repeat;
    border-left: 4px #6e9cbf solid;
    color: #fff;
}

.blist.gu .pr_list ul li.cur a.jd, .blist.gu .pr_list ul li a.jd:hover {
    background: #bbc670 url(../images/ctb_09.png) 175px center no-repeat;
    border-left: 4px #9aa64a solid;
}

.blist.te .pr_list ul li.cur a.jd, .blist.te .pr_list ul li a.jd:hover {
    background: #b5b39c url(../images/ctb_09.png) 175px center no-repeat;
    border-left: 4px #999678 solid;
}

.blist.zhan .pr_list ul li.cur a.jd, .blist.zhan .pr_list ul li a.jd:hover {
    background: #f4b4d0 url(../images/ctb_09.png) 175px center no-repeat;
    border-left: 4px #c983a2 solid;
}

.blist.wy .pr_list ul li.cur a.jd, .blist.wy .pr_list ul li a.jd:hover {
    background: #acce39 url(../images/ctb_09.png) 175px center no-repeat;
    border-left: 4px #9aa64a solid;
}

.pr_one {
    border: 1px #d8d8d8 solid;
    padding-top: 22px;
    padding-bottom: 32px;
    margin-bottom: 58px;
}

.pr_one .cont {
    width: 819px;
    margin: 0px auto;
}

.pr_one .cont .title {
    text-align: center;
    color: #343434;
    font-size: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}

.pr_one .cont .title:after {
    position: absolute;
    content: "\200B";
    display: block;
    width: 40px;
    height: 3px;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    background: #f39839;
}

.pr_one .cont .nr {
    font-size: 14px;
    line-height: 26px;
    border-top: 1px #c1c1c1 solid;
    padding-top: 24px;
}

.blist.dian .cont .title:after {
    background: #fbcb73;
}

.blist.guan .cont .title:after {
    background: #ea5350;
}

.blist.gu .cont .title:after {
    background: #bbc670;
}

.blist.tie .cont .title:after {
    background: #a59aca;
}

.blist.pian .cont .title:after {
    background: #96bedd;
}

.blist.te .cont .title:after {
    background: #b5b39c;
}

.blist.zhan .cont .title:after {
    background: #f4b4d0;
}

.blist.wy .cont .title:after {
    background: #acce39;
}

.pr_two {
    padding-bottom: 28px;
}

.pr_two ul li {
    margin-bottom: 30px;
}

.pr_two ul li a {
    border: 1px #d8d8d8 solid;
    display: block;
    background: #f2f3f5;
    height: 328px;
}

.pr_two ul li a .photo {
    float: left;
    padding-top: 45px;
}

.pr_two ul li a .cont {
    width: 524px;
    float: right;
    margin-right: 38px;
    padding-top: 45px;
}

.pr_two ul li a .cont .title {
font-weight: 400px;
    color: #0303ff;
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 25px;
}

.pr_two ul li a .cont .nr {
    color: #555555;
    height: 120px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px #d9dadc solid;
}

.pr_two ul li a .cont .yy {
    font-size: 14px;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    margin-bottom: 20px;
}

.pr_two ul li a .cont .more {
    display: block;
    width: 68px;
    height: 29px;
    border: 1px #0303ff solid;
    border-radius: 5px;
    background: url(../images/bluejt_03.png) center no-repeat;
    margin-top: 40px;
}

.pr_two ul li a:hover .cont .more {
    background: #0303ff url(../images/bluejt_034.png) center no-repeat;
}

.clear:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;}
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#0303ff url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#0303ff url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#0303ff url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#0303ff url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
/*.pr_two ul li a:hover .photo{border-right:1px #0303ff solid;}*/



/*end*/
/*联系我们*/
.map{
    display: block;
    height: 520px;
    margin-bottom: 76px;
}
.map img{
    max-width: none;
    max-height: none;
}
.contTop li{
    float: left;
    width: 100%;
    position: relative;
    margin-right: 30px;

    padding-top: 65px;
    margin-bottom: 28px;
}
.contTop li::before{
    content: "";
    display: block;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -72px;
}
.contTop li>div{
    display: block;
    width: 560px;


    position: relative;
    border-radius: 10px;

    font-size: 16px;
    line-height: 26px;
    color: #343434;
}
.contTop li>div::before{
    content: "";
    display: block;
    width: 144px;
    height: 20px;
    border-radius: 72px 72px 0 0;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -72px;
}
.contTop li:nth-child(3n){
    margin-right: 0;
}
.contTop li>div p{
    margin-bottom: 12px;
}
.contTop li>div h3{
    font-size: 26px;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 40px;
    margin-bottom: 15px;
}
.contTop-img{
    display: block;
    width: 104px;
    height: 104px;
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -52px;
    z-index: 19;
}
.cont-bot{
    float: left;
    height: auto;
    padding: 52px 0 100px;
    width: 680px;
}
.cont-tit{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    background: #a5aaa8;
    color: #fff;
    font-size: 20px;
}
.cont-fuwu{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    background: #fff;
}
.contForm{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    padding: 38px 26px 32px;
    background: #fff;
}
.xuqiu{
    display: inline-block;
    float: left;
    width: 796px;
    height: auto;
}
.xuqiu li{
    float: left;
    width: 50%;
    height: 44px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 110px;
    font-size: 15px;
    color: #000000;
}
.xuqiu li.wid100{
    width: 100%;
    height: 74px;
}
.xuqiu li>span{
    display: block;
    width: 110px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    line-height: 44px;
}
.xuqiu li .input{
    width: 100%;
    height: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 0 18px;
    font-size: 15px;
    color: #000000;
}
.xuqiu li textarea{
    width: 100%;
    height: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 8px 18px;
    font-size: 15px;
    color: #000000;
    font-family: "微软雅黑";
}
.xuqiu li>span em{
    display: inline-block;
    width: 16px;
    color: #f22121;
    text-align: left;
}
.xuqiu li:last-child{padding-left: 34px;}
.xuqiu li button{
    float: left;
    width: 138px;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #e71010;
    font-size: 15px;
    font-weight: bold;
    margin-right: 16px;
    background: none;
    color: #e71010;
}
.xuqiu li button:first-child{
    border: none;
    background-image: linear-gradient(to right, #e71010 , #1389de);
    color: #fff;
}
.xuqiu li button:hover{
    background-image: linear-gradient(to right, #e71010 , #1389de);
    color: #fff;
    border: none;
    opacity: 0.8;
}
#code_input{
    display: inline-block;
    float: left;
    width: 90px;
    height: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 0 18px;
    font-size: 15px;
    color: #000000;
    margin-right: 10px;
}
#v_container{
    display: inline-block;
    float: left;
    width: 82px;
    height: 44px;
    border-radius: 4px;
    overflow: hidden;
    background: #f1f1f1;
}
.code_swi{
    display: inline-block;
    float: left;
    width: auto;
    line-height: 44px;
    font-size: 12px;
    color: #959595;
    cursor: default;
    padding-left: 8px;
}
.xuzhi{
    display: inline-block;
    float: right;
    width: 426px;
    min-height: 315px;
    background: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
    color: #626262;
    padding: 18px 22px;
}
.xuzhi p{
    margin-bottom: 10px;
}
.xuzhi h3{
    font-size: 15px;
    font-weight: bold;
    color: #e71010;
    margin-bottom: 8px;
}
.xuzhi h4{
    font-size: 14px;
    color: #f4a100;
}
.width {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}
.wid1300 {
    width: 1300px;
    margin: 60px auto;
    height: auto;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.contTop{
    float: left;
    margin-left:20px;
}