﻿@charset "utf-8";
/*============================ 初始化样式 ============================*/
* { margin:0; padding:0; box-sizing: border-box}
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;min-width: 1200px}
*html { background-image:url(about:blank);background-attachment:fixed;}
li { list-style:none;}
img { border:none;}
body a img { border:none;}
a { color: #333; text-decoration:none; blr:expression(this.onFocus=this.blur());}
a:focus { outline:none;}
a:link { text-decoration:none;}
a:hover { text-decoration:none; }
input,textarea,button{border: none;outline: none;background: none}
.clear:after {content:''; display:block; clear:both; }
.clear { height:0px; clear:both; }
/*限制文字,文字超出显示冒号*/
.text-cut { overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
.flex-center{display: flex;justify-content: space-between;flex-wrap: wrap}

/*============================ 公共部分 ============================*/

/* 文章上下篇 */
.wengzhengfanye { overflow: hidden;padding: 0 0 20px;line-height: 2}
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB {width:50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left}
.wengzhengfanye a:hover {color: #2970f3}
.wengzhengfanye .wengzhengfanyeB{float: right;text-align: right}

    /* 文章类别上下页 */
.page { overflow:hidden;}
.pagelink {text-align:center;padding: 30px 0}
.pagelink span,.pagelink a
{ display:inline-block;text-align:center; font-size:12px; padding:6px 11px; border:solid 1px #ddd; color:#666; margin:0 4px;}
.pagelink a:hover,.pagelink a.on
{ background:#2970f3; color:#fff; border:solid 1px #2970f3;}
.pagelink span{display:inline-block; color:#fff; background:#2970f3; border:solid 1px #2970f3;}

/*========================================= 首页 =====================================*/
.container { width:1200px; margin:0 auto;}
.fl{float: left}
.fr{float: right}

header{background: #fff}
.top{border-bottom: 1px solid #d2d2d2;line-height: 45px}
.top a{color: #787878}

.head{display: flex;justify-content: space-between;align-items: center;position: relative}
.head{padding: 10px 0}
.headrs{display: flex;align-items: center}
.headc p{width: 20px;color: #898989;margin-right: 13px;}
.headc dd{width: 92px;height: 92px;border: 1px solid #acacac;padding: 6px;border-radius: 4px;margin-right: 20px;}
.headc dd img{width: 100%}
.headr{font-size: 16px;color: #5d5c5c;}
.headr p{display: flex;align-items: center;padding: 2px 0}
.headr img{margin-right: 10px}

.logo{align-items: center;}
.logo p{font-style: oblique;font-size: 16px;line-height: 1.6}

.nav{background: linear-gradient(120deg, #2970f3, #0a43ac);overflow: hidden}
.nav ul{display: flex;justify-content: space-between;flex-wrap: wrap}
.nav li{position:relative;line-height: 58px;transition: all .3s ease;text-align: center;width: 14.2%}
.nav li a{font-size: 16px;display: block;color: #fff}
.nav li:before{content: "";position: absolute;left: 0;right: 0;bottom: 0;background: #ffbe10;height: 4px;
    transform: translateY(4px);transition-property: transform;transition-duration: 0.3s;transition-timing-function: ease-out;}
.nav ul li:hover:before,.nav ul li.active:before{transform: translateY(0);}
.nav ul li:hover,.nav ul li.active{background: rgba(0, 0, 0, 0.1);}

.xlnav{display:none;z-index: 100;width: 180px;position: absolute;top: 50px;left: 50%;margin-left:-50%;animation: fadeInUp 0.5s .1s ease both;
    background-color: #f9f9f9;box-shadow: 0 3px 10px rgba(0,0,0,.08);border-radius: 3px;}
.xlnav dd{width: 100%;line-height: 34px;border-bottom: 1px solid rgba(0,0,0,.07);transition: all .3s ease 0s;}
.xlnav dd a{color: #555!important;padding: 0 10px;display: block}
.xlnav dd:hover a{color: #2e9b2a!important;}
.nav.on{position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;opacity: 0.8;}

/*.nav li:hover .xlnav{display: block}*/

/*banner图片切换样式*/
.banner{width:100%; overflow:hidden;position: relative}
.banner li{overflow:hidden;height: 540px;display:flex;justify-content:center;align-items:center}
.banner .swiper-button-prev{width: 27px;height: 60px;margin-top: -39px; background: url("../img/prev.png");
    opacity: .5;left: 50%;margin-left: -625px;z-index: 999}
.banner .swiper-button-next { width: 27px;height: 60px;margin-top: -30px; background: url("../img/next.png");
    opacity: .5;right: 50%;margin-right: -625px;z-index: 999}
.banner .swiper-pagination{ position: absolute; bottom:30px!important; width:100%; z-index:100; text-align: center;}
.banner .swiper-pagination-bullet {width:12px;height:12px;margin:0 6px!important;cursor: pointer;background: rgba(255, 255, 255, 0.5);position: relative;border-radius:100%;opacity: 1}
.banner .swiper-pagination-bullet-active{border: 2px solid #fff;background: none}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{opacity: 1}


.title{position: relative;text-align: center;margin-top: 50px;}
.title h2{font-size: 36px;color: #525252;font-weight: normal;}
.title p{text-transform: uppercase;color: #8d8d8d;font-size: 18px;}
.title .titlel{width: 34%;height: 2px;background: #e1e1e1;position: absolute;top: 0;bottom: 0;margin: auto 0;left: 0;}
.title .titlel_l{width: 7%;height: 2px;background: #2970f3;position: absolute;left:0;}
.title .titler{width: 34%;height: 2px;background: #e1e1e1;position: absolute;top: 0;bottom: 0;margin: auto 0;right: 0;}
.title .titler_l{width: 7%;height: 2px;background: #2970f3;position: absolute;right:0;}
@-webkit-keyframes leftTo93 {
    0% {left: 0;}
    100% {left: 94%;}
}
@keyframes leftTo93 {
    0% {left: 0;}
    100% {left: 94%;}
}
.leftTo93 {-webkit-animation-name: leftTo93;animation-name: leftTo93;}
@-webkit-keyframes rightTo93 {
    0% {right: 0;}
    100% {right: 94%;}
}
@keyframes rightTo93 {
    0% {right: 0;}
    100% {right: 94%;}
}
.rightTo93 {-webkit-animation-name: rightTo93;animation-name: rightTo93;}

.oneA{overflow: hidden;background: url("../img/oa.jpg") no-repeat top center;padding-bottom: 25px}
.oneA .title h2{color: #fff}
.oneA .title p{color: #fff}
.oneA  .title .titlel_l{background: #ffbe10;}
.oneA  .title .titler_l{background: #ffbe10;}

.oneAa{text-align: center;line-height: 26px;color: #fff;width: 74%;margin-top: 15px}
.oneAb{padding: 4.5%;background: #fff;margin-top: 20px;box-shadow: 0px 5px 16px 0 rgb(0 0 0 / 20%);}
.oneAbl{width: 58%}
.oneAbl h2{font-size: 26px;margin-bottom: 20px;line-height: 42px}
.oneAbl h2 span{color: #2970f3;}
.oneAbl h2 a{display: inline-block;width: 42px;height: 42px;color: #fff;font-size: 40px;font-family: Arial;background: #ffbe10;border-radius: 100%;float: right;
text-align: center;font-weight: normal;transition: all 0.5s ease;}
.oneAbl h2 a:hover{background: #2970f3;transform: rotate(180deg);transition: all 0.5s ease;}
.oneAbl h3{font-size: 24px;margin-bottom: 20px}
.oneAbl .text{border-top: 1px dashed #a3a3a3;padding-top: 20px;line-height: 2;color: #505050;}

.oneAbr{width: 38%}
.oneAbr dd{width: 100%;height: 300px;}
.oneAbr dd img{-o-object-fit: cover;object-fit: cover;-o-object-position: center;object-position: center;width: 100%;height: 100%;}
.oneAbr dl{background: #0a43ac;line-height: 68px;padding: 0 40px;color: #fff;font-size: 16px;display: flex;align-items: center;}
.oneAbr dl img{margin-right: 3%;animation: tada 1s linear infinite;}
.oneAbr dl span{font-size: 30px;font-family: Impact;font-weight: normal}

.oneB{overflow: hidden;margin-top: 30px}
.oneBl{background: url("../img/obl.jpg") no-repeat center;width: 270px;padding: 40px 20px 40px 0;}
.oneBl h2{line-height: 36px;font-size: 20px;color: #fff;display: flex;align-items: center;padding-left: 30px}
.oneBl h2 i{display: inline-block;width: 59px;height: 1px;background: #fff;margin-left: 10px;}
.oneBl p{font-size: 18px;color: #fff;padding-left: 30px}
.oneBl ul{margin-top: 20px}
.oneBl ul li{font-size: 16px;line-height: 40px;position: relative;padding-left: 30px}
.oneBl ul li a{color: #fff;position: relative;z-index: 5;}
.oneBl ul li:after {content: '';width: 100%;background: #ffbe10;height: 100%;position: absolute;top: 0;left: -100%;opacity: 0;transition: all 0.5s ease;}
.oneBl ul li:hover:after {left: 0;opacity: 1;}

.oneBr{width: 900px;overflow: hidden;position: relative}
.oneBr ul li{width: 32%;float: left;margin:0 2% 20px 0}
.oneBr ul li dd{width: 100%;border: 2px solid #e5e5e5;height: 167px;transition: all 0.5s ease;overflow: hidden}
.oneBr ul li dd img{-o-object-fit: contain;object-fit: contain;-o-object-position: center;object-position: center;max-width: 100%;transition: all 0.5s ease;/* height: 100%;*/}
.oneBr ul li:hover dd {border-color: #ffbe10;}
.oneBr ul li:hover dd img {transform: scale(1.05);transition: all 0.5s ease}
/*.oneBr ul li:nth-child(3n){margin-right: 0}*/
.oneBr ul li p{line-height: 46px;height:46px;overflow:hidden;background: #2970f3;color: #fff;text-align: center;font-size: 16px;margin-top: 10px;position: relative}
.oneBr ul li p span{position: relative;z-index: 5}
.oneBr ul li p:after {content: '';width: 100%;height: 100%;position: absolute;top: 100%;left: 0;background: #ffbe10;opacity: 0;transition: all 0.5s ease;}
.oneBr ul li:hover p:after{top: 0;opacity: 1;}
.oneBr .swiper-button-prev,.oneBr .swiper-button-next{z-index: 9999;background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);background-size: 15px 25px;border-radius: 4px}


.oneC{background: #F5F5F5;overflow: hidden;margin-top: 30px;padding-bottom: 50px}
.oneCa{position: relative;width: 1300px;margin: 0 auto}
.oneCa ul{margin-top: 40px}
.oneCa ul li{/*width: 32%;*/float: left;border: 1px solid #cccccc;text-align: center;padding: 60px 15px;}
.oneCa ul li dd{width: 120px;height: 120px;border-radius: 100%;overflow: hidden;margin: 0 auto;background: #fff;position: relative}
.oneCa ul li dd img{max-width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.oneCa ul li p{line-height: 1.8;margin: 20px 0}
.oneCa ul li h3{font-size: 16px}

.oneCa .swiper-button-prev,.oneCa .swiper-button-next{z-index: 9999;background-color: rgba(0, 0, 0, 0.5);box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);background-size: 15px 25px;border-radius: 4px}

.oneD{position: relative;overflow: hidden;background: url("../img/od.jpg") no-repeat center;padding-bottom: 70px}
.oneD .title h2{color: #fff}
.oneD .title p{color: #fff}
.oneD  .title .titlel_l{background: #ffbe10;}
.oneD  .title .titler_l{background: #ffbe10;}

.oneDbs{margin-top: 50px}
.oneDbs ul li{width: 23%;background: rgba(255, 255, 255, 0.9);padding: 30px;text-align: center;transition: 1s;}
.oneDbs ul li h3{font-size: 24px;color: #ec4b05;font-weight: normal;margin-top: 20px}
.oneDbs ul li p{margin: 20px 0;color: #888;line-height: 1.8}
.oneDbs ul li a{
    display: inline-block;width: 127px;line-height: 34px;border-radius: 30px;background: #666;color: #fff;
    -webkit-gradient(linear, left top, right bottom, from(#999), to(#666)): ;
    background-image: -webkit-linear-gradient(left, #999, #666);
    background-image: -moz-linear-gradient(left, #999, #666);
    background-image: -o-linear-gradient(left, #999, #666);
    background-image: -ms-linear-gradient(left, #999, #666);
    background-image: linear-gradient(left, #999, #666);
}
.oneDbs ul li:hover {transform: translateY(-20px);}
.oneDbs ul li:hover a{
    background:#1f227d;-webkit-gradient(linear, left top, right bottom, from(#3e4092), to(#1f227d));
    background-image: -webkit-linear-gradient(left, #ec4b05, #ec4b05);
    background-image: -moz-linear-gradient(left, #ec4b05, #ec4b05);
    background-image: -o-linear-gradient(left, #ec4b05, #ec4b05);
    background-image: -ms-linear-gradient(left, #ec4b05, #ec4b05);
    background-image: linear-gradient(left, #ec4b05, #ec4b05);
}


.oneE{margin-top: 50px;overflow: hidden;padding-bottom: 50px}
.oneEa{float: right;text-align: right;padding-right: 70px;position: relative}
.oneEa h2{font-size: 20px;}
.oneEa p{font-size: 20px;}
.oneEa:after{content: '';position: absolute;top: 30px;right: 0;width: 53px;height: 1px;background: #2d2d2d;}

.oneEb{}
.oneEb .hd{border-bottom: 1px solid #cdcdcd;margin-bottom: 30px;}
.oneEb .hd ul li{padding-left: 20px;padding-right: 20px;float: left;position: relative;padding-bottom: 12px;}
.oneEb .hd ul li:after {content: '';width: 0;height: 3px;background: #2970f3;position: absolute;transition: all 0.3s ease;opacity: 0;left: 0;bottom: -2px;}
.oneEb .hd ul li:hover:after,.oneEb .hd ul li.on:after{width: 100%;opacity: 1}
.oneEb .bd{}
.oneEb .bdl{width: 63%}
.oneEb .bdl dd{width: 44%;height: 240px;overflow: hidden;background: #2970f3;text-align: center;line-height: 240px;font-size: 24px;color: #fff}

/*.oneEb .bdl dd img{-o-object-fit: cover;object-fit: cover;-o-object-position: center;object-position: center;width: 100%;height: 100%;}*/
.oneEb .bdl dl{width: 52%}
.oneEb .bdl dl h3{font-size: 18px;color: #4e4e4e;}
.oneEb .bdl dl p{color: #818181;line-height: 30px;text-indent: 20px;padding-top: 15px;}
.oneEb .bdl dl span{display: block;position: relative;padding-left: 75px;margin-top: 20px;transition: all 0.3s ease;}
.oneEb .bdl dl span:before{content: '';position: absolute;top:10px;left: 0;width: 60px;height: 1px;background: #767676;transition: all 0.3s ease;}
.oneEb .bdl dl span:hover{color: #2970f3;padding-left: 95px;transition: all 0.3s ease;}
.oneEb .bdl dl span:hover:before{width: 80px;transition: all 0.3s ease;}

.oneEb .bdr{width: 34%}
.oneEb .bdr ul li{font-size: 16px;color: #848484;border-bottom: 1px dashed #b1b1b1;padding: 18px 0;}
.oneEb .bdr ul li dd{width: 5%;float: left;height: 30px;position: relative;margin: 0 2%}
.oneEb .bdr ul li dd .i1{display: inline-block;position: absolute;width: 100%;height: 3px;background: #2970f3;left: 0;top: 10.5px;}
.oneEb .bdr ul li dd .i2{display: inline-block;position: absolute;width: 100%;height: 3px;background: #2970f3;left: 0;top: 10.5px;transition: all 0.5s ease;}
.oneEb .bdr ul li:hover dd .i2{transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);}
.oneEb .bdr ul li a{width: 62.5%;display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.oneEb .bdr ul li span{display: inline-block;float: right;}

.footer{width:100%;background: #282829;}
.foot{overflow: hidden;padding: 40px 0}
.footl h2{font-size: 18px;color: #fff;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #737373;}
.footl ul{margin-right: 100px;float: left;width: 140px;}
.footl ul li{font-size: 16px;margin-bottom: 20px}
.footl ul li a{color: #a8a8a8;}
.footl ul li a:hover{color: #fff}

.footra{line-height: 2}
.footra p{color: #fff}
.footrb{margin-top: 20px}
.footrb dd{width: 80px;height: 80px;background: #d0d0d0;padding: 5px;border-radius: 5px;float: left}
.footrb dd img{width: 100%}
.footrb p{float: left;color: #a8a8a8;line-height: 30px;padding-top: 10px;margin-left: 15px;}

.copy{background: linear-gradient(120deg, #2970f3, #0a43ac);line-height: 55px;color: #fff}
.copy a{color: #fff}

.footlink{padding-bottom:50px;color: #a8a8a8;font-size:16px;}
.footlink a{color: #a8a8a8;margin-right:20px}

/*========================================= 关于我们 =====================================*/
.ny_ban{overflow: hidden;height: 320px;display:flex;justify-content:center;align-items:center;position: relative}
.ny_ban dl{position: relative;z-index: 2;display: flex;align-items: center;justify-content: center;color: #fff}
.ny_ban dl h2{font-size: 34px;text-align: center;font-weight: normal}

.main{background: url("../img/main.png") no-repeat top;background-size: cover;padding-bottom: 50px}
.location{color: #fff;padding: 5px 15px;background: rgba(0, 0, 0, 0.6);border-top-left-radius: 4px;
    border-top-right-radius: 4px;line-height: 30px;}
.location a{display: inline-block;color: #fff}

.ny_con{margin-top: -50px;position: relative}
.ny_nav{width: 280px}
.ny_nava{background: linear-gradient(120deg, #2970f3, #0a43ac);color: #fff;padding: 20px;border-radius: 5px;text-align: center;margin-bottom: 5px}
.ny_nava h2{font-size: 30px;font-weight: normal}
.ny_nava p{opacity: .9;text-transform: uppercase;}

.ny_navb{background: #fff;overflow: hidden;border-radius: 5px;margin-bottom: 5px}
.ny_navb ul li{line-height: 40px;padding-left: 10px;margin-top: 2px;position: relative;transition: all 0.5s ease}
.ny_navb ul li:hover,.ny_navb ul li.active{background: #e9f4f7;}
.ny_navb ul li:after{content: '';position: absolute;top: 0;width: 3px;height: 100%;left: -3px;opacity: 0;transition: all 0.5s ease;background: #2970f3;}
.ny_navb ul li:hover:after,.ny_navb ul li.active:after {left: 0;opacity: 1;}

.ny_nave{padding: 10px;background: #fff;border-radius: 5px;overflow: hidden;color: #666;line-height: 1.8}
.ny_nave dd{width: 50%;margin-top: 20px}
.ny_nave dd img{width: 129px;height: 129px;}
.ny_nave dd p{line-height: initial;text-align: center;font-size: 12px;margin-top: 10px}

.ny_conr{width: 900px;}
.ny_conrs{background: #fff;padding: 15px;border-radius: 4px;margin-top: 5px}

.ny_title{line-height: 40px;border-bottom: 1px solid #ccc;align-items: center;}
.ny_title h2{font-size: 20px;font-weight: normal;}
.ny_title a{font-size: 12px;color: #666}

.one{line-height: 2;font-size:16px;overflow: hidden;min-height: 762px;}
.one img{max-width: 100%}

.news_tui{overflow: hidden;padding: 20px 0}
.news_tui ul li{width: 50%;background: url("../img/newstui.jpg") no-repeat left;padding-left: 16px;float: left;line-height: 28px}
.news_tui ul li a:hover{color: #d10000;}


.case{overflow: hidden}
.case ul li{width: 32%;float: left;margin: 0 2% 15px 0;}
.case ul li dd{height: 200px;overflow: hidden;position: relative}
.case ul li dd img{max-width: 100%;transition: all 0.5s}
.case ul li dd:before {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 3;opacity: 0;transition: all 0.3s ease;}
.case ul li dd:after {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 99%;height: 99%;border: 1px solid #fff;z-index: 4;background: none;opacity: 0;transition: all 0.3s ease;}
.case ul li:hover dd:before{opacity: 1;}
.case ul li:hover dd:after {width: 85%;height: 85%;opacity: 1;}
.case ul li p{line-height: 50px;background: #f1f1f1;border-top: 1px solid #ccc;padding: 0 15px}
.case ul li p span{display: inline-block;float: right;margin-top: 10px;width: 30px;height: 30px;border-radius: 50%;position: relative;
   box-shadow: 0px 0px 13px rgb(0 0 0 / 20%);background: linear-gradient(120deg, #2970f3, #0a43ac); transition: all 0.5s ease;}
.case ul li p span:after{content: '';width: 15px;height: 15px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background: url("../img/jt.png") no-repeat center;}
.case ul li:nth-child(3n){margin-right: 0}
.case ul li:hover dd img{transform: scale(1.15);transition: all 0.5s}

.news{overflow: hidden;}
.news ul li{transition: all 0.5s ease;padding: 20px 20px 0;width: 48%;float: left}
.news ul li span{font-size: 16px}
.news ul li span b{font-size: 30px;font-weight: normal;display: inline-block;margin-right: 5px}
.news ul li h3{font-weight: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 20px;margin: 10px 0}
.news ul li p{color: #8e8e8e;line-height: 1.8}
.news ul li dd{border-top: 1px solid #cdcdcd;margin-top: 30px;display: flex;align-items: center;justify-content: space-between;font-size: 16px;line-height: 65px}
.news ul li dd i{font-style: normal}
.news ul li:nth-child(2n){float: right}
.news ul li:hover h3{color: #2970f3}


/*=======================================新闻详情页============================================*/
.content{margin-top: 40px}
.news_info{overflow:hidden;margin-top: 20px}
.info_title{text-align:center;}
.info_title h1{font-size:24px;font-weight: normal;color: #2970f3}
.info_laiyuan{text-align:center;font-size:12px;margin-top: 20px;padding-bottom:20px;background: url(../img/news_bottom.jpg) no-repeat bottom;}
.info_text{padding:20px 0;line-height:2;min-height: 300px;}
.info_text img{max-width:100%;display: block;margin: auto}
.info_text table{width: 100%;border: 0;border-collapse: collapse;border-spacing: 0;}
.info_text table td{border: 1px solid #000;text-align: center;line-height: 40px;}
.info_picA{padding:10px;text-align:center;}
.info_picA img{max-width:100%; width: expression(this.width > 720 ? 720: true)}
