@charset "UTF-8";
/* 面包屑 */

.crumbs {
    padding: 0;
    border-bottom: 1px dashed #dcdcdc;
}

.crumbs p {
    margin: 15px 0;
    border-left: 8px solid #0054b0;
    text-indent: 1em;
    font-size: 14px;
    color: #555;
}

.crumbs p a {
    font-size: 14px;
    color: #555;
}

/* 产品中心 */

/* 左 */

.pro {
    margin-top: 30px;
}

.pro>.fl {
    box-sizing: border-box;
    padding: 5px;
    width: 260px;
    background-color: #0054b0;
}

.pro>.fl div {
    background-color: #fff;
}

.pro>.fl h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 60px;
    text-indent: 15px;
    color: #fff;
}

.pro>.fl h3 {
    font-size: 20px;
    color: #333;
    line-height: 45px;
    text-indent: 15px;
    background: url(../img/pro-bg.gif);
}

.pro>.fl h3 span {
    font-size: 14px;
    font-weight: 400;
}

.pro>.fl h3 i {
    display: block;
    margin-right: 20px;
    float: right;
    width: 30px;
    height: 45px;
    background: url(../img/pro-fen.png)no-repeat right;
}

.pro>.fl .h4 {
    font-size: 16px;
    padding-left: 30px;
    color: #0054b0;
    font-weight: 600;
    background: url(../img/pro-t.png)no-repeat 15px;
}

.pro>.fl .h5 {
    font-size: 17px;
    font-weight: 600;
    background: url(../img/pro-t.png)no-repeat 12px;
}

.pro>.fl p, .pro>.fl li {
    padding-left: 25px;
    font-size: 14px;
    line-height: 35px;
    border-top: 1px solid #e5e5e5;
}

.pro>.fl .phone {
    margin-top: 50px;
}

.pro>.fl .phone img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

/* 右 */

.pro>.fr {
    width: 75%;
    /* border: 1px solid; */
}

/*  客户-视频 */

.kehu-anli .top {
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.kehu-anli .top a {
    margin: 0 10px;
    padding: 7px 50px;
    line-height: 45px;
    border: 1px solid #ccc;
}

.kehu-anli .top .on {
    background-color: #0054b0;
    color: #fff;
}

.kehu-anli .xia {
    text-align: center;
}

/*  客户-视频 */

.kehu-shipin li {
    margin: 2%;
    width: 45%;
    float: left;
}

.kehu-shipin li div {
    box-sizing: border-box;
    padding: 3%;
    border: 1px solid #0054b0;
}

.kehu-shipin li img {
    margin-bottom: 15px;
    border: 1px solid #0054b0;
}

.kehu-shipin li p span {
    color: #0054b0;
    font-size: 30px;
}

.kehu-shipin li>span {
    display: inline-block;
    margin-top: 15px;
}

.kehu-shipin li p {
    margin-bottom: 0;
}

/*  客户-评语 */

.kehu-pingyu li {
    margin: 2%;
    width: 29%;
    float: left;
    border: 1px solid #0054b0;
}

/* 产品列表-流水线 */

.pro-liushuixian h3 {
    margin: 20px auto;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #0054b0;
}

.pro-liushuixian h3 span {
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: #0054b0;
    vertical-align: middle;
}

.pro-liushuixian li {
    box-sizing: border-box;
    padding: 1%;
    margin: 5px;
    width: 32%;
    float: left;
    background-color: #eee;
    font-size: 14px;
    transition: .3s;
}

.pro-liushuixian li img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    background-color: #fff;
}

.pro-liushuixian li a {
    line-height: 45px;
    transition: .3s;
}

.pro-liushuixian li:hover {
    background-color: #0054b0;
}

.pro-liushuixian li:hover a {
    color: #fff;
}

/* 产品列表-母线槽 */

.pro-muxiancao li {
    box-sizing: border-box;
    padding: 1%;
    margin: 5px;
    width: 32%;
    float: left;
    font-size: 14px;
    transition: .3s;
}

.pro-muxiancao li>a {
    padding: 5px;
    display: block;
    border: 1px solid #ccc;
}

.pro-muxiancao li img {
    height: 200px;
    object-fit: contain;
}

.pro-muxiancao li p {
    margin: 10px 0;
}

.pro-muxiancao li:hover a {
    border-color: #0054b0;
    color: #0054b0;
}

/* 产品列表-辅助设备 */

.pro-fuzhu li {
    margin: 5px;
    width: 48%;
    float: left;
}

.pro-fuzhu li img {
    margin-right: 5px;
    display: block;
    float: left;
    width: 50%;
    height: 200px;
    object-fit: contain;
    border: 1px solid #ccc;
}

.pro-fuzhu li div {
    width: 48%;
    float: left;
    text-align: left;
}

.pro-fuzhu li>a {
    display: block;
}

.pro-fuzhu li p a {
    display: inline-block;
    margin-bottom: 40px;
    font-weight: 600;
    color: #0054b0;
    font-size: 20px;
}

.pro-fuzhu li span {
    font-size: 14px;
    color: #666;
}

/* 翻页 */

.fanye {
    margin: 15px 0;
    text-align: center;
}

.fanye li {
    display: inline-block;
    font-size: 14px;
}

.fanye li a {
    padding: 5px 10px;
    display: block;
    border: 1px solid #f2f2f2;
}

/* 产品优势 */

.youshi .h2 {
    text-align: center;
    font-size: 35px;
    color: #0054b0;
}

.youshi .h2 span {
    font-size: 40px;
    font-weight: bold;
}

.youshi .h2+span {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
    font-size: 50px;
    color: #0054b0;
    font-family: '宋体';
    font-weight: bold;
}

.youshi .top p {
    font-size: 25px;
    text-align: center;
    color: #666;
}

.youshi .top p span {
    color: #f40;
    display: inline-block;
    font-size: 70px;
    font-weight: bold;
    vertical-align: middle;
}

.youshi .top p:nth-child(2) {
    transform: translateY(-30px);
}

.youshi .middle {
    box-sizing: border-box;
    padding-right: 25%;
    min-height: 155px;
    background: url(../img/youshi1-1.png)no-repeat center right;
}

.youshi .middle .h3 {
    color: #0054b0;
    font-size: 25px;
    font-weight: bold;
}

.youshi .middle .h3 span {
    font-size: 20px;
}

.youshi .middle p {
    line-height: 45px;
}

.youshi .middle p+span {
    padding-left: 20px;
}

.youshi .xia {
    padding: 20px 0;
}

.youshi .xia .u1 {
    width: 50%;
    border-top: 2px solid #0054b0;
    border-bottom: 2px solid #0054b0;
}

.youshi .xia .u1>p>span {
    display: inline-block;
    width: 49%;
    text-align: center;
    color: #0054b0;
}

.youshi .xia .u1 li {
    padding-left: 50px;
    border-bottom: 1px solid #ccc;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}

.youshi .u1>p {
    line-height: 35px;
    border-bottom: 1px solid #ccc;
}

.youshi .u1 li span {
    display: inline-block;
    width: 10%;
}

.youshi .u1 li span:nth-child(1) {
    width: 60%;
}

.youshi .u2 {
    width: 50%;
}

.youshi .u2 li {
    margin: 10px;
    width: 43%;
    float: left;
    transition: .3s;
}

.youshi .u2 li img {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100px;
    object-fit: contain;
    transition: .5s;
    /* background-color: #fff; */
}

.youshi .u2 li img:hover {
    transform: scale(3.5);
    z-index: 100;
}

.youshi .u2 li video {
    width: 100%;
}

.youshi .p1 {
    margin: 30px 0;
    padding-bottom: 50px;
    background: url(../img/youshi-bg.png)no-repeat center bottom;
}

.pro .youshi .img_1 .middle {
    background-image: url(../img/youshi1-1.png);
}

.pro .youshi .img_2 .middle {
    background-image: url(../img/youshi1-2.png);
}

.pro .youshi .img_3 .middle {
    background-image: url(../img/youshi1-3.png);
}

.pro .youshi .img_4 .middle {
    background-image: url(../img/youshi1-4.png);
}

.pro .youshi .img_5 .middle {
    background-image: url(../img/youshi1-5.png);
}

.pro .youshi .img_6 .middle {
    background-image: url(../img/youshi1-6.png);
}

.pro .youshi .img_7 .middle {
    background-image: url(../img/youshi1-7.png);
}

/* 新闻中心 */

.new-list li {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}

.new-list li:hover {
    border-color: #0054b0;
}

.new-list li:hover a:first-child {
    color: #0054b0;
}

.new-list li:hover p a:last-child {
    background-color: #0054b0;
}

.new-list li a {
    display: block;
}

.new-list li .a1 {
    width: 30%;
    float: left;
    color: #333;
}

.new-list li .a1 img {
    height: 160px;
    object-fit: contain;
}

.new-list li p a:first-child {
    font-size: 18px;
    line-height: 40px;
}

.new-list li p a:last-child {
    margin-top: 20px;
    width: 90px;
    float: right;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #999;
}

/* 新闻内容 */

.new-tit {
    text-align: center;
}

.new-tit h1 {
    font-size: 25px;
    line-height: 50px;
}

.new-tit p {
    padding-bottom: 20px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #d2d2d2;
}

.new-tit p span {
    margin-right: 15px;
}

.new-article {
    padding-top: 20px;
    color: #666;
    line-height: 28px;
}

.new-article p {
    margin-bottom: 15px;
}

.new-article img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.new-article a {
    padding-bottom: 2px;
    font-weight: 600;
    color: #0054b0;
    border-bottom: 1px dotted;
}

.new-article a:hover {
    color: #333;
}

.new-article+.next {
    padding: 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
}

.next+.tuijian {
    box-sizing: border-box;
    padding: 15px;
    margin-top: 20px;
    background-color: #f5f5f5;
}

.next+.tuijian p {
    font-size: 22px;
    line-height: 45px;
}

.next+.tuijian li {
    width: 100%;
    text-indent: 1em;
    font-size: 14px;
    line-height: 45px;
    border-top: 1px dotted #ccc;
}

/* 关于我们 */

.about .tit, .lxwm .tit {
    margin: 20px 0;
    text-align: center;
}

.about .tit a, .lxwm .tit a {
    margin: 0 15px;
    padding: 9px 50px;
    background: #eee;
    font-size: 16px;
}

.about .tit .on, .lxwm .tit .on {
    background-color: #0054b0;
    color: #fff;
}

.about {
    line-height: 30px;
    color: #666;
}

.about .p1 {
    width: 1250px;
    margin: 0 auto;
    position: relative;
    background: url(../img/about-01.png)no-repeat center;
    height: 500px;
}

.about .p1 p {
    position: absolute;
    top: 98px;
    left: 50px;
    width: 430px;
}

.about-jia .p2 {
    text-align: center;
    background-color: #eeee;
}

.about-zizhi h3 {
    margin: 20px auto;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #0054b0;
    text-align: center;
}

.about-zizhi h3 span {
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: #0054b0;
    vertical-align: middle;
}

.about-zizhi .fl, .about-zizhi .fr {
    width: 50%;
}

.about-zizhi .zi {
    padding-left: 250px;
    padding-top: 80px;
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #0054b0;
    width: 60px;
    height: auto;
    writing-mode: vertical-rl;
}

.about-zizhi .tu li {
    width: 30%;
    float: left;
    margin: 10px;
}

.about-zizhi .tu li img {
    height: 290px;
    object-fit: contain;
}

.about .tit+.w1200 {
    position: relative;
}

.about .tit+.w1200::before {
    content: 'U';
    position: absolute;
    z-index: -1;
    top: 291px;
    left: 170px;
    display: block;
    width: 100%;
    color: #0054b0;
    opacity: .2;
    font-size: 800px;
    font-weight: 600;
}

.about .tit+.w1200::after {
    content: '王';
    position: absolute;
    z-index: -1;
    top: 801px;
    left: 160px;
    display: block;
    width: 100%;
    color: #0054b0;
    opacity: .1;
    font-size: 620px;
    font-weight: 600;
}

/* 联系我们 */

.lxwm .w1200 {
    box-sizing: border-box;
    margin: 30px auto;
    padding: 50px 20%;
    border: 1px solid #ccc;
}

.lxwm .w1200 .tit {
    font-size: 24px;
    text-align: left;
}

.lxwm .w1200 .tit b {
    color: #e24040;
}

.lxwm .f_tit {
    font-weight: 600;
    line-height: 35px;
    font-size: 16px;
    color: #e24040;
    display: inline-block;
}

.lxwm form .p1 {
    position: relative;
    line-height: 40px;
}

.lxwm form .p1 .t1 {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 50px;
}

.lxwm form .p1 .t1 i {
    padding: 0 5px;
    color: #e24040;
}

.lxwm form .p1 input {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.lxwm form .coolbg {
    margin-top: 30px;
    width: 48%;
    line-height: 40px;
    border: 0;
    color: #fff;
    background-color: #0054b0;
    border-radius: 3px;
}

/* 
.lxwm .w1200 dl {
    position: relative;
    margin-top: 10px;
}

.lxwm .w1200 dt {
    font-weight: 600;
    line-height: 35px;
    font-size: 16px;
    color: #e24040;
    display: inline-block;
}

.lxwm .w1200 dd {
    display: inline-block;
    margin-right: 15px;
}

.lxwm .w1200 .p1 {
    position: relative;
    line-height: 40px;
}

.lxwm .w1200 .p1 dt {
    position: absolute;
    left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 40px;
}

.lxwm .w1200 .p1 dt i {
    margin-right: 3px;
    color: #0054b0;
}

.lxwm .w1200 .p1 dd {
    width: 100%;
}

.lxwm .w1200 .p1 input {
    box-sizing: border-box;
    padding-left: 60px;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.lxwm .w1200 label {
    cursor: pointer;
}

.lxwm .w1200 button {
    margin-top: 20px;
    width: 49%;
    line-height: 35px;
    border: 0;
    color: #fff;
    background-color: #0054b0;
    border-radius: 3px;
}
 */

.lxwm .lxwm-bg {
    margin: 0 auto;
    width: 1200px;
    background: url(../img/lxwm-bg.png)no-repeat center;
    height: 600px;
}

.lxwm .lxwm-bg ul {
    padding-top: 57px;
    margin: 0 auto;
}

.lxwm .lxwm-bg li {
    width: 50%;
    float: left;
}

.lxwm .lxwm-bg li b {
    font-size: 30px;
    display: block;
}

.lxwm .lxwm-bg .li1 {
    box-sizing: border-box;
    padding-left: 320px;
    color: #fff;
}

.lxwm .lxwm-bg .li1 p {
    font-size: 22px;
}

.lxwm .lxwm-bg .li2 {
    box-sizing: border-box;
    padding-left: 85px;
}

.lxwm .lxwm-bg .li2 p {
    color: #666;
    line-height: 37px;
}

/* 产品详情 */

.pro-con-1 {

}
.pro-con-1 img,.pro-con-2 img{
    max-width: 80%;
	height:auto;
}
.pro-con-1 h1 {
    font-size: 30px;
    font-weight: bold;
    color: #0054b0;
}

.pro-con-1 .pp {
    position: relative;
    font-size: 17px;
    line-height: 40px;
    color: #999;
}

.pro-con-1 .pp::before, .pro-con-1 .pp::after {
    content: '';
    position: absolute;
    top: 10px;
    width: 200px;
    height: 20px;
    display: inline-block;
}

.pro-con-1 .pp::before {
    left: 65px;
    background: url(../img/l.png)no-repeat;
}

.pro-con-1 .pp::after {
    right: 65px;
    background: url(../img/r.png)no-repeat;
}

.pro-con-1 table {
    margin: 20px auto;
    width: 100%;
}

.pro-con-1 tr {
    background-color: #f5f5f5;
}

.pro-con-1 tr:nth-child(2n) {
    background-color: #fff;
}

.pro-con-1 th, .pro-con-1 td {
    text-align: center;
    line-height: 40px;
}

.pro-con-1 th {
    font-weight: bold;
    font-size: 17px;
    width: 7%;
}

.pro-con-1 td {
    width: 30%;
    font-size: 16px;
    color: #555;
}

.other p {
    text-align: left;
    line-height: 35px;
    border-bottom: 2px solid #0054b0;
}

.other li {
    box-sizing: border-box;
    padding: 5px;
    width: 31%;
    margin: 10px 5px;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
}

.other li img {
    height: 200px;
}

.pro-con-2 {
    text-align: center;
}



.pro-con-2 ul {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 3px solid #0054b0;
    border-bottom: 3px solid #0054b0;
}

.pro-con-2 li {
    position: relative;
    box-sizing: border-box;
    padding: 8px 0 8px 25px;
    margin: 0 18px 0 0;
    width: 48%;
    float: left;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.pro-con-2 li::before {
    content: '1';
    position: absolute;
    top: 11px;
    left: 0;
    margin: 0 5px 5px 0;
    display: inline-block;
    line-height: 15px;
    width: 15px;
    font-size: 14px;
    border: 1px solid #0054b0;
    color: #0054b0;
    text-align: center;
    border-radius: 50%;
}

.pro-con-2 li:nth-child(2)::before {
    content: '2';
}

.pro-con-2 li:nth-child(3)::before {
    content: '3';
}

.pro-con-2 li:nth-child(4)::before {
    content: '4';
}

.pro-con-2 li:nth-child(5)::before {
    content: '5';
}

.pro-con-2 li:nth-child(6)::before {
    content: '6';
}

.pro-con-2 li:nth-child(7)::before {
    content: '7';
}

.pro-con-2 li:nth-child(8)::before {
    content: '8';
}

.pro-con-2 li:nth-child(9)::before {
    content: '9';
}

.pro-con-2 li:nth-child(10)::before {
    content: '10';
}

.pro-con-2 li:nth-child(11)::before {
    content: '11';
}

.pro-con-2 li:nth-child(12)::before {
    content: '12';
}

.pro-con-2 li:nth-child(13)::before {
    content: '13';
}

.pro-con-3 h4 {
    margin-top: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    color: #0054b0;
}

.pro-con-2 h4{    margin-top: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    color: #0054b0;}
	
.pro-con-1 h4{    margin-top: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    color: #0054b0;}

.pro-con {
    display: none;
}

.pro-con.on {
    display: block;
}

/* 咨询团队 */

.zixun-team h4 {
    font-size: 25px;
    color: #0054b0;
    line-height: 50px;
    border-bottom: 3px solid #0054b0;
}

.zixun-team .u1 li {
    margin: 20px 0;
    width: 50%;
    float: left;
}

.zixun-team .u1 li img {
    display: block;
    margin: 0 auto;
    float: left;
    width: 180px;
    height: 180px;
    border: 5px solid #dcdcdc;
    border-radius: 50%;
    object-fit: contain;
}

.zixun-team .u1 li>div {
    padding-top: 40px;
    width: 50%;
    float: right;
}

.zixun-team .u1 li h5 {
    font-size: 18px;
    color: #0054b0;
}

.zixun-team .u1 li h5 span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
}

.zixun-team .u1 li small {
    display: inline-block;
    padding: 15px 0;
    font-size: 13px;
}

.zixun-team .u1 li p {
    font-size: 13px;
}

.zixun-team .u2 li {
    margin: 1%;
    width: 48%;
    float: left;
    text-align: center;
}

.zixun-team .u2 li p {
    font-size: 22px;
    line-height: 40px;
}

/* 咨询-培训 */

.zixun-peixun h3, .zixun h3, .zixun-h3 h3 {
    color: #0054b0;
    text-align: center;
    font-size: 30px;
}

.zixun-peixun .u1 {
    height: 250px;
    background: url(../img/zixun-peixun01.png)no-repeat center;
}

.zixun-peixun .u1 li {
    padding-top: 110px;
    float: left;
    margin-left: 10px;
    width: 102px;
    font-size: 18px;
    text-align: center;
}

.zixun-peixun .u2 {
    position: relative;
    height: 400px;
    background: url(../img/zixun-peixun02.png)no-repeat center;
}

.zixun-peixun .u2 li {
    position: absolute;
    width: 200px;
    color: #fff;
    font-size: 20px;
}

.zixun-peixun .u2 li:nth-child(1) {
    top: 126px;
    left: 43px;
}

.zixun-peixun .u2 li:nth-child(2) {
    top: 240px;
    left: 142px;
}

.zixun-peixun .u2 li:nth-child(3) {
    top: 126px;
    left: 275px;
}

.zixun-peixun .u2 li:nth-child(4) {
    top: 240px;
    left: 388px;
}

.zixun-peixun .u2 li:nth-child(5) {
    top: 114px;
    left: 491px;
}

.zixun-peixun .u2 li:nth-child(6) {
    top: 240px;
    left: 600px;
}

.zixun-peixun .u2 li:nth-child(7) {
    top: 117px;
    left: 720px;
}

.zixun-peixun .u3 {
    position: relative;
    height: 400px;
    background: url(../img/zixun-peixun03.png)no-repeat center;
}

.zixun-peixun .u3 li {
    position: absolute;
    width: 150px;
    font-size: 16px;
}

.zixun-peixun .u3 li:nth-child(1) {
    top: 77px;
    left: 63px;
}

.zixun-peixun .u3 li:nth-child(2) {
    top: 179px;
    left: 46px;
}

.zixun-peixun .u3 li:nth-child(3) {
    top: 275px;
    left: 68px;
}

.zixun-peixun .u3 li:nth-child(4) {
    top: 77px;
    left: 693px;
}

.zixun-peixun .u3 li:nth-child(5) {
    top: 177px;
    left: 709px;
}

.zixun-peixun .u3 li:nth-child(6) {
    top: 281px;
    left: 693px;
}

.zixun .pic, .zixun .video {
    position: relative;
}

.zixun .pic>div, .zixun .video>div {
    margin: 40px auto;
    width: 800px;
    overflow: hidden;
}

.zixun .l_zixun1 .swiper-button-next, .zixun .l_zixun1 .swiper-button-prev {
    top: 130px;
    background-color: #eee;
}

.zixun .l_zixun2 .swiper-button-next, .zixun .l_zixun2 .swiper-button-prev {
    background-color: #eee;
}

.zixun .l_zixun1 .swiper-button-next:after, .zixun .l_zixun1 .swiper-button-prev:after, .zixun .l_zixun2 .swiper-button-next:after, .zixun .l_zixun2 .swiper-button-prev:after {
    font-size: 25px;
    color: #444;
}

.zixun .pic ul {
    width: 1760px;
}

.zixun .pic li {
    margin: 0 10px;
    width: 200px;
    float: left;
}

.zixun .pic span, .zixun .video span {
    position: absolute;
    top: 50%;
    width: 40px;
    line-height: 80px;
    text-align: center;
    font-size: 50px;
    color: #0054b0;
    font-family: "宋体";
    font-weight: bold;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .2);
    cursor: pointer;
}

.zixun .pic .left {
    left: -30px;
}

.zixun .pic .right {
    right: -30px;
}

.zixun .video>div {
    width: 600px;
}

.zixun .video ul {
    width: 1800px;
}

.zixun .video li {
    width: 600px;
    float: left;
}

.zixun .video .left {
    left: 50px;
}

.zixun .video .right {
    right: 50px;
}

/* 咨询-七日快速见效 */

.zixun-qiri .u1 {
    height: 500px;
    position: relative;
}

.zixun-qiri .u1::before {
    content: '';
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0054b0;
}

.zixun-qiri .u1 li {
    position: relative;
    margin-top: 300px;
    padding: 25px 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #e24040;
    text-align: center;
    float: left;
    box-sizing: border-box;
}

.zixun-qiri .u1 li::before {
    content: '';
    position: absolute;
    top: -90px;
    left: 50px;
    display: block;
    width: 1px;
    height: 80px;
    background-color: #ccc;
}

.zixun-qiri .u1 li:after {
    content: '';
    display: block;
    position: absolute;
    top: -104px;
    left: 46px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0054b0;
}

.zixun-qiri .u1 .l1 {
    margin-top: 0;
}

.zixun-qiri .u1 .l2 {
    font-size: 12px;
}

.zixun-qiri .u1 .l1::before {
    top: 110px;
}

.zixun-qiri .u1 .l1::after {
    top: 195px;
}

.zixun-qiri .u1 p:nth-child(1) {
    position: absolute;
    top: 70px;
    right: 150px;
    font-size: 25px;
}

.zixun-qiri .u1 p:nth-child(2) {
    position: absolute;
    top: 260px;
    right: 590px;
    font-size: 25px;
}

.zixun-qiri .u2 {
    box-sizing: border-box;
    padding-top: 90px;
    background: url(../img/zixun-qi-02.png)no-repeat center;
    height: 800px;
}

.zixun-qiri .u2 li {
    margin-bottom: 30px;
    padding-top: 60px;
    padding-left: 190px;
    width: 440px;
    color: #fff;
}

.zixun-qiri .u3 {
    position: relative;
    /* box-sizing: border-box;
    padding-top: 90px; */
    background: url(../img/zixun-peixun03.png)no-repeat center;
    height: 400px;
}

.zixun-qiri .u3 li {
    position: absolute;
    width: 170px;
}

.zixun-qiri .u3 li:nth-child(1) {
    top: 80px;
    left: 60px;
}

.zixun-qiri .u3 li:nth-child(2) {
    top: 180px;
    left: 40px;
}

.zixun-qiri .u3 li:nth-child(3) {
    top: 274px;
    left: 63px;
}

.zixun-qiri .u3 li:nth-child(4) {
    top: 80px;
    left: 692px;
}

.zixun-qiri .u3 li:nth-child(5) {
    top: 180px;
    left: 704px;
}

.zixun-qiri .u3 li:nth-child(6) {
    top: 283px;
    left: 690px;
}

/* 咨询 - 20%效率 */

.zixun-20 .u1 {
    position: relative;
    height: 300px;
    background: url(../img/zixun-20-1.png)no-repeat center/cover;
}

.zixun-20 .u1 li {
    position: absolute;
    width: 100px;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}

.zixun-20 .u1 .l1 {
    top: 54px;
    left: 30px;
}

.zixun-20 .u1 .l2 {
    top: 114px;
    left: 159px;
}

.zixun-20 .u1 .l3 {
    top: 54px;
    left: 283px;
}

.zixun-20 .u1 .l4 {
    top: 104px;
    left: 410px;
}

.zixun-20 .u1 .l5 {
    top: 52px;
    left: 532px;
}

.zixun-20 .u1 .l6 {
    top: 130px;
    left: 646px;
}

.zixun-20 .u1 .l7 {
    top: 54px;
    left: 782px;
}

.zixun-20 .u1 .l8 {
    top: 204px;
    left: 280px;
}

.zixun-20 .u1 .l9 {
    top: 198px;
    left: 526px;
}

.zixun-20 .u2 {
    position: relative;
    height: 1650px;
    background: url(../img/zixun-20-2.png)no-repeat center/cover;
}

.zixun-20 .u2 li {
    position: absolute;
    color: #fff;
    font-size: 22px;
}

.zixun-20 .u2 .l1 {
    top: 180px;
    left: 50px;
}

.zixun-20 .u2 .l2 {
    top: 615px;
    left: 180px;
}

.zixun-20 .u2 .l3 {
    top: 924px;
    left: 40px;
    width: 90%;
}

.zixun-20 .u2 .l4 {
    top: 1302px;
    left: 240px;
}

.zixun-20 .u2 .l5 {
    bottom: 50px;
    left: 50px;
}

.zixun-20 .u3 {
    position: relative;
    height: 400px;
    background: url(../img/zixun-20-3.png)no-repeat center/cover;
}

.zixun-20 .u3 li {
    position: absolute;
    color: #666;
    width: 150px;
}

.zixun-20 .u3 li:nth-child(1) {
    top: 36px;
    left: 50px;
}

.zixun-20 .u3 li:nth-child(2) {
    top: 140px;
    left: 35px;
}

.zixun-20 .u3 li:nth-child(3) {
    top: 238px;
    left: 67px;
}

.zixun-20 .u3 li:nth-child(4) {
    top: 325px;
    left: 110px;
    width: 200px;
}

.zixun-20 .u3 li:nth-child(5) {
    top: 36px;
    right: 46px;
}

.zixun-20 .u3 li:nth-child(6) {
    top: 149px;
    right: 20px;
}

.zixun-20 .u3 li:nth-child(7) {
    top: 238px;
    right: 52px;
}

.zixun-20 .u3 li:nth-child(8) {
    top: 331px;
    right: 105px;
}

/* 咨询 - 模板培训 */

.zixun-muban .u1 {
    position: relative;
    height: 380px;
    background: url(../img/zixun-muban-1.png)no-repeat center/cover;
}

.zixun-muban .u1 li {
    position: absolute;
    width: 90px;
    font-size: 18px;
}

.zixun-muban .u1 li:nth-child(1) {
    top: 63px;
    left: 400px;
}

.zixun-muban .u1 li:nth-child(2) {
    top: 148px;
    left: 308px;
}

.zixun-muban .u1 li:nth-child(3) {
    top: 132px;
    left: 500px;
}

.zixun-muban .u1 li:nth-child(4) {
    bottom: 69px;
    left: 25px;
}

.zixun-muban .u1 li:nth-child(5) {
    bottom: 69px;
    left: 154px;
}

.zixun-muban .u1 li:nth-child(6) {
    bottom: 69px;
    left: 282px;
}

.zixun-muban .u1 li:nth-child(7) {
    bottom: 76px;
    left: 410px;
}

.zixun-muban .u1 li:nth-child(8) {
    bottom: 81px;
    right: 276px;
}

.zixun-muban .u1 li:nth-child(9) {
    bottom: 81px;
    right: 152px;
}

.zixun-muban .u1 li:nth-child(10) {
    bottom: 69px;
    right: 22px;
}

.zixun-muban .u2 {
    position: relative;
    height: 1750px;
    background: url(../img/zixun-muban-2.png)no-repeat center/cover;
}

.zixun-muban .u2 li {
    position: absolute;
    font-size: 25px;
}

.zixun-muban .u2 li:nth-child(1) {
    top: 90px;
    left: 190px;
}

.zixun-muban .u2 li:nth-child(2) {
    top: 250px;
    left: 100px;
}

.zixun-muban .u2 li:nth-child(3) {
    top: 380px;
    left: 190px;
    width: 580px;
}

.zixun-muban .u2 li:nth-child(4) {
    top: 562px;
    left: 90px;
}

.zixun-muban .u2 li:nth-child(5) {
    top: 719px;
    left: 170px;
}

.zixun-muban .u2 li:nth-child(6) {
    top: 860px;
    left: 370px;
    width: 480px;
}

.zixun-muban .u2 li:nth-child(7) {
    top: 1040px;
    left: 310px;
}

.zixun-muban .u2 li:nth-child(8) {
    bottom: 520px;
    left: 340px;
}

.zixun-muban .u2 li:nth-child(9) {
    bottom: 360px;
    left: 240px;
}

.zixun-muban .u2 li:nth-child(10) {
    bottom: 200px;
    left: 120px;
}

.zixun-muban .u2 li:nth-child(11) {
    bottom: 40px;
    left: 220px;
}

.zixun-muban .u3 {
    position: relative;
    height: 330px;
    background: url(../img/zixun-muban-3.png)no-repeat center/cover;
}

.zixun-muban .u3 li {
    position: absolute;
    width: 170px;
}

.zixun-muban .u3 li:nth-child(1) {
    top: 35px;
    left: 40px;
}

.zixun-muban .u3 li:nth-child(2) {
    top: 242px;
    left: 50px;
}

.zixun-muban .u3 li:nth-child(3) {
    top: 34px;
    right: 16px;
    width: 180px;
}

.zixun-muban .u3 li:nth-child(4) {
    top: 241px;
    right: 22px;
}

/* 一站式解决方案 */

.zx-fa-di {
    padding: 30px 0;
    text-align: center;
    color: #0054b0;
    font-weight: bold;
    background-color: #f5f5f5;
}

.zx-fa .zx-fa-di:nth-child(2n) {
    background-color: #fff;
}

.zx-fa-di .h3 {
    position: relative;
    font-size: 35px;
    line-height: 80px;
}

.zx-fa-di .h3::before {
    content: '01';
    display: inline-block;
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
    width: 200px;
    font-size: 110px;
    color: rgba(0, 0, 0, .2);
    font-style: italic;
}

.zx-fa-di span {
    display: block;
    font-size: 17px;
    line-height: 80px;
}

.zx-fa-di .p2::before {
    content: '02';
}

.zx-fa-di .p3::before {
    content: '03';
}

.zx-fa-di .p4::before {
    content: '04';
}

.zx-fa-di .p5::before {
    content: '05';
}

/* 新闻中心  新*/

.news-list {
    margin: 0 auto;
    width: 1200px;
}

.news-list li {
    margin: 10px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.news-list .wrap::after {
    content: '';
    display: block;
    clear: both;
}

.news-list .fl {
    width: 30%;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.news-list .fl div {
    margin: 0 auto;
    padding: 5px 0;
    width: 150px;
    background-color: #0054b0;
    border-radius: 5px;
}

.news-list .fl p {
    font-size: 50px;
}

.news-list .fl span {
    font-size: 20px;
}

.news-list .fr {
    width: 70%;
}

.news-list .fr h4 a {
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
}

.news-list .fr p {
    font-size: 14px;
    color: #999;
}

.next+.tuijian p {
    font-size: 22px;
    line-height: 45px;
}

.next+.tuijian li {
    width: 100%;
    text-indent: 1em;
    font-size: 14px;
    line-height: 45px;
    border-top: 1px dotted #ccc;
}

/* 新闻详情 */

.news_con .top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.news_con .top h1 {
    line-height: 80px;
}

.news_con .top p {
    font-size: 14px;
    color: #999;
}

.news_con .top p span {
    margin-right: 15px;
}

.news_con .con p {
    line-height: 27px;
    margin-bottom: 10px;
}

.news_con .next {
    padding-top: 20px;
    margin: 20px auto;
    border-top: 1px solid #eee;
}

/* 视频课堂 */

.ketang h3 {
    margin-top: 20px;
    width: 150px;
    line-height: 40px;
    background-color: #0054b0;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #333;
    border-radius: 10px;
}

.ketang li {
    margin: 1%;
    width: 30%;
    float: left;
}

.ketang li video {
    width: 100%;
}

.bilibili{
    margin: 0 auto;
    width: 650px;
    height: 450px;
}
.bilibili iframe{
    width: 100%;
    height: 100%;
}
.m_block{display: none;}
@media(max-width:768px){
    .pro>.fl{display: none;}
    .pro>.fr{width: 100%;}
    .pro-liushuixian h3{margin: 10px auto;font-size: 20px;}
    .pro-liushuixian li{margin: 1%;width: 48%;}
    .pro-liushuixian li img{height: 110px;}
    .pro-liushuixian li a{font-size: 12px;line-height: 25px;}
    .kehu-anli .xia>img{width: 100%;}
    .kehu-anli .top{margin-bottom: 5px;}
    .kehu-anli .top a{display: inline-block;width: 30%;margin: 0;padding: 0;font-size: 14px;line-height: 35px;}
    .pro-muxiancao li{width: 48%;margin: 1%;}
    .pro-muxiancao li img{height: 110px;}
    .pro-fuzhu li{width: 100%;}
    .pro-fuzhu li p a{font-size: 16px;}
    .youshi img{max-width: 100%;}
    .youshi .h2{font-size: 20px;}
    .youshi .h2 span{font-size: 20px;}
    .youshi .top p span{font-size: 40px;}
    .youshi .top p:nth-child(2){transform: translateY(-15px);}
    .youshi .top p{font-size: 18px;}
    .youshi .middle .h3{font-size: 20px;}
    .youshi .middle p{line-height: 25px;font-size: 14px;}
    .youshi .middle p+span{font-size: 14px;}
    .youshi .xia .u1{width: 100%;}
    .youshi .u2{width: 100%;}
    .youshi .middle{background-size: 25%;}
    .zixun-peixun h3, .zixun h3, .zixun-h3 h3{font-size: 20px;}
    .zixun-peixun .u1{background: none;height: auto;}
    .zixun-peixun .u1 li{box-sizing: border-box;padding: 5px;margin: 1%;width: 22%;font-size: 14px;color: #fff;background: #fa5d28;border-radius: 5px;}
    .zixun .pic>div, .zixun .video>div{width: 100%;}
    .zixun-peixun .u3 li,.zixun-peixun .u2 li{position: static;}
    .m_block{display: block;}
    .zixun-peixun .u2,.zixun-peixun .u3,.zixun-qiri .u1,.zixun-qiri .u2,.zixun-qiri .u3,.zixun-20 .u1,.zixun-20 .u2,.zixun-20 .u3,.zixun-muban .u1,.zixun-muban .u2,.zixun-muban .u3,.about .tit+.w1200::before,.about .tit+.w1200::after,.pro-con-1 .pp::before,.pro-con-1 .pp::after{display: none;}
    .zixun .l_zixun1 .swiper-button-next, .zixun .l_zixun1 .swiper-button-prev{top: 89px;}
    .zx-fa-di span{line-height: 30px;}
    .zixun-team .u1 li{width: 100%;}
    .zixun-team .u1 li img{width: 130px;height: 130px;}
    .zixun-team .u1 li>div{width: 55%;padding-top: 0;}
    .kehu-pingyu li{margin: 1%;width: 30%;}
    .kehu-shipin li p span{font-size: 25px;}
    .about .p1{width: 100%;background: none;height: auto;}
    .about .tit a, .lxwm .tit a{margin: 1%;padding: 5px;font-size: 14px;}
    .about .p1 p{position: static;width: 100%;}
    #dituContent{width: 100% !important;}
    .about .tit+.w1200{padding: 0 !important;}
    .lxwm .lxwm-bg{background: none;height: auto;width: 100%;}
    .lxwm .lxwm-bg li{width: 100%;float: none;text-align: center;}
    .lxwm .lxwm-bg .li2,.lxwm .lxwm-bg .li1{padding: 0;color: #333;}
    .lxwm .lxwm-bg li b{font-size: 22px;background: #0054b0;color: #fff;line-height: 40px;}
    .lxwm .w1200{padding: 1%;margin: 1%;}
    .lxwm form .coolbg{width: 46%;margin-top: 10px;}
    .lxwm form .p1 .t1{line-height: 40px;}
    .lxwm form .p1 input{line-height: 35px;}
    .pro-con-1 h1{font-size: 16px;}
    .pro-con-1 .pp{font-size: 14px;line-height: 25px;}
    .pro-con-1 th,.pro-con-1 td{font-size: 14px;}
    .pro-con-1 th, .pro-con-1 {line-height: 28px;}
    .bilibili{width: 100%;height: auto;}
	.pro-con-1 h4{margin-top: 10px;font-size: 16px;}
	.pro-con-2 h4{margin-top: 10px;font-size: 16px;}
    .pro-con-3 h4{margin-top: 10px;font-size: 16px;}
    .pro-con-2 li{width: 100%;}
    .other li{margin: 1%;padding: 1%;width: 31%;}
    .other li img{height: 90px;}
}