/*banner*/

.bn-box {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}

.banner {
    width: 1920px;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin-left: 50%;
    left: -960px;
    top: 0;
}

.banner img {
    width: 100%;
    height: 102%;
    background: url() no-repeat;
    background-size: cover;
}


/*数字按钮样式*/

.banner .num {
    overflow: hidden;
    height: 25px;
    position: absolute;
    bottom: 12px;
    zoom: 1;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner .num li {
    width: 90px;
    height: 5px;
    background: white;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    float: left;
    font-size: 0;
    margin-left: 10px;
}

.banner .num li.on {
    background: #005bac;
}


/*当前项*/


/*上一个  下一个*/

.banner .prev,
.banner .next {
    display: none;
    width: 40px;
    height: 100px;
    background: url(../images/btn.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 240px;
}

.banner .prev {
    left: 50%;
    margin-left: -635px;
}

.banner .next {
    right: 50%;
    margin-right: -635px;
    background-position: right;
}


/*banner end*/


/*搜索*/

.search-box {
    width: 100%;
    height: 107px;
    border-bottom: 1px solid #d4d4d4;
    background: url(../images/seach-bg.png) no-repeat cover;
    background-size: cover;
}

.n16 {
    height: 16px;
}

.search-center {
    width: 1180px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}

.search-left {
    width: 360px;
    height: 66px;
    float: left;
    margin-top: 12px;
    border-right: 1px solid #bababa;
}

.search-left .left01 {
    display: block;
    font-family: "微软雅黑";
    font-size: 23px;
    color: #005bac;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
}

.search-left .left02 {
    display: block;
    font-family: "微软雅黑";
    font-size: 9px;
    color: #cccccc;
    line-height: 35px;
    text-transform: uppercase;
}

.search-mid {
    width: 480px;
    height: 60px;
    float: left;
    margin: 12px 30px 0 30px;
}

.form {
    width: 490px;
    height: 30px;
    border: 1px solid #989898;
    margin-top: 15px;
}

.form .text {
    width: 400px;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 38px;
    color: #979696;
    background: none;
    outline: none;
    float: left;
    text-indent: 0.5rem;
}

.form .submit {
    width: 26px;
    height: 22px;
    background: none;
    cursor: pointer;
    float: right;
    outline: none;
    border: 0;
    background: url(../images/search.png) no-repeat;
    background-size: cover;
    float: right;
    margin-top: 3px;
    margin-right: 3px;
}

.key-box {
    width: 480px;
    height: 30px;
    overflow: hidden;
}

.key-box span {
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    color: #005bac;
    float: left;
    margin-right: 8px;
}

.key-box a {
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 35px;
    color: #333333;
    float: left;
    margin-right: 8px;
}

.key-box a:hover {
    color: #005bac;
}

.search-right {
    width: 250px;
    height: 65px;
    float: right;
    margin-top: 12px;
    border-left: 1px solid #bababa;
}

.search-right .right01 {
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    float: right;
}

.search-right .right02 {
    display: block;
    font-family: "微软雅黑";
    font-size: 29px;
    line-height: 45px;
    font-weight: bold;
    color: #0058b2;
    float: right;
}

.search-right .tel {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/tel.png) no-repeat center;
    background-size: cover;
    margin-left: 140px;
    margin-top: -6px;
}


/*搜索完*/


/*产品中心*/

.p-tit {
    width: 1300px;
    height: 40px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    margin: 0 auto;
}

.p-tit .pro-one {
    width: 170px;
    height: 40px;
    background: #2b6fcc;
    margin-right: 45px;
}

.p-tit .pro-one .p-hot {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    float: left;
}

.p-tit li {
    width: auto;
    height: 40px;
    margin-right: 34px;
    float: left;
}

.p-tit li span {
    display: block;
    width: 8px;
    height: 9px;
    background: url(../images/p-icon.jpg) no-repeat;
    background-size: cover;
    margin-top: 16px;
    float: left;
}

.p-tit li a {
    display: block;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #333;
    margin-left: 10px;
    line-height: 40px;
    float: left;
}

.p-tit li a:hover {
    color: #2b6fcc;
}

.p-tit .right {
    width: 30px;
    height: 40px;
    float: right;
}

.p-tit .right a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #2b6fcc;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
}

.product-box {
    width: 100%;
    background: url(../images/index_product_bg.jpg) no-repeat;
}

.n10 {
    height: 10px;
}

.product-title {
    /* width: 383px; */
    height: 160px;
    margin: 0 auto;
}

.n40 {
    height: 40px;
}

.product-title h3 {
    display: block;
    font-family: "微软雅黑";
    font-size: 30px;
    font-weight: bold;
    color: #015cb5;
    text-align: center;
}

.product-title a:hover {
    color: #015cb5;
}

.product-title .tit01 {
    display: block;
    font-family: "微软雅黑";
    font-size: 20px;
    line-height: 50px;
    color: #333333;
    text-align: center;
    letter-spacing: 17px;
}

.product-title .tit02 {
    display: block;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #a7a6a6;
    text-align: center;
    text-transform: uppercase;
}

.product-center {
    width: 100%;
}


/* 首页产品新 */

.product-center .tit-box {
    width: 100%;
    display: flex;
    width: 1300px;
    margin: 0 auto;
}

.product-center .tit-box .product_box1 {
    width: 217px;
    height: 110px;
    background-color: #0058b2;
}

.product-center .tit-box .product_box1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-center .tit-box .product_box2 {
    margin-left: 15px;
    width: 1135px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 17px;
    align-items: center;
}

.product-center .tit-box .product_box2 a {
    border: 1px solid #ccc;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #777, #999);
    border: 1px solid rgba(255, 255, 255, .3);
    transition: all .5s ease;
    border-radius: 5px;
}

.product-center .tit-box .product_box2 a:hover {
    background: linear-gradient(to right, #005bac, #0d77d5);
    color: #fff;
    transition: all .5s ease;
}

.product-center .tit-box .line {
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    margin-top: 24px;
}


/*.product-center .tit-box ul{

    width: 1000px;

    height: 54px;

    margin:0 auto;

    overflow: hidden;

}

.product-center .tit-box ul a{

    display: block;width: 196px;height: 54px;

   background: url(../images/pro-titbg.jpg) no-repeat center;

    background-size:cover;

    background: #303135;

    font-family: "微软雅黑";

    font-size: 16px;

    color:#fff;

    text-align: center;

    text-transform: uppercase;

    line-height: 54px;

    letter-spacing: 1px;

    float: left;

    transition: all 1s;

    border-right: 1px solid #45464A;

}

.product-center .tit-box ul a:hover{

    background:#015CB5;

}*/

.n45 {
    height: 45px;
}

.product-center .center-box {
    width: 1300px;
    /* height: 705px; */
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.product-center .center-box ul {
    width: 102%;
    /* position: absolute;top:0;left:0; */
    margin-top: 10px;
}

.product-center .center-box ul:first-child {
    z-index: 100;
}

.product-center .center-box ul a {
    display: flex;
    width: 310px;
    height: 249px;
    float: left;
    margin-right: 17px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    /* align-items: center; */
}

.product-center .center-box ul a img {
    display: inline-block;
    height: 100%;
    background: url() no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.6s;
    /*position: absolute;

     top: 0; 
    left: 0;*/
    margin: 0 auto;
}

.product-center .center-box ul a img:hover {
    transform: scale(1.4);
}

.product-center .center-box ul a span {
    display: block;
    width: 100%;
    height: 50px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1px;
    transition: all 0.7s;
}

.product-center .center-box ul a span:hover {
    background: #015cb5;
}


/*产品中心完*/


/*客户*/

.kehu-box {
    width: 1300px;
    height: 470px;
    margin: 0 auto;
    overflow: hidden;
}

.n40 {
    height: 40px;
}

.kehu-center {
    width: 100%;
    height: 423px;
}

.kehu-tit {
    width: 1300px;
    height: 50px;
    background: url(../images/kehu-t.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    margin-bottom: 40px;
}

.kehu-tit h3 {
    display: block;
    font-family: "微软雅黑";
    font-size: 19px;
    color: #176ebe;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 42px;
}

.zzcent {
    height: 330px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.zzcent ul {
    float: left;
}

.zzcent a {
    display: block;
    float: left;
    display: inline;
    width: 256px;
    height: 330px;
    overflow: hidden;
    margin-right: 4px;
}

.hero-border {
    width: 241px;
    height: 290px;
    border: 1px solid #666666;
}

.hero-border .ppic {
    display: flex;
    width: 228px;
    height: 278px;
    overflow: hidden;
    margin-right: 32px;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    margin-top: 6px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.hero-border .ppic img {
    display: inline-block;
    width: 100%;
    /*  height: 100%; */
    background: url() no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.6s;
    /* position: absolute; */
    top: 0;
    left: 0;
}

.hero-border img:hover {
    transform: scale(1.1);
}

.hero-border:hover {
    border: 1px solid #1e6ecf;
}

.hero-ppic01 {
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

.hero-ppic01:hover {
    color: #176ebe;
}


/*客户完*/


/*路灯优势*/

.ys-box {
    width: 100%;
    height: 475px;
    background: url(../images/fw-bg.jpg) no-repeat center;
    background-size: cover;
}

.n30 {
    height: 30px;
}

.ys-center {
    width: 1180px;
    height: 455px;
    margin: 0 auto;
    overflow: hidden;
}

.ys-center .title {
    width: 703px;
    height: 121px;
    margin: 0 auto;
    background: url(../images/ys-tit.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}

.ys-center .title h3 {
    display: block;
    font-family: "微软雅黑";
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 60px;
    top: 17px;
}

.ys-center .title .tit01 {
    display: block;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #dfdddc;
    font-weight: bold;
    position: absolute;
    right: 67px;
    top: 46px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ys-center .title .tit02 {
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ys-center ul {
    width: 105%;
    height: 240px;
    overflow: hidden;
}

.ys-center ul li {
    width: 326px;
    height: 85px;
    float: left;
    margin-bottom: 54px;
    margin-right: 87px;
}

.ys-center ul li .icon01 {
    width: 85px;
    height: 85px;
    float: left;
}

.ys-center ul li .icon01 img {
    width: 100%;
    height: 100%;
    background: url() no-repeat;
    background-size: cover;
}

.ys-center ul li .nrbox {
    width: 225px;
    height: 85px;
    float: right;
}

.ys-center ul li .nrbox .tit {
    display: block;
    font-family: "微软雅黑";
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px;
    float: left;
    margin-top: 5px;
}

.ys-center ul li .nrbox .cen {
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    float: left;
}


/*路灯优势完*/


/*客户案例*/

.case-box {
    width: 100%;
    height: 1030px;
    background: url(../images/case-bg.jpg) no-repeat center;
    background-size: cover;
}

.case-center {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.case-center .title {
    width: 383px;
    height: 189px;
    margin: 0 auto;
}

.n40 {
    height: 40px;
}

.case-center .title h3 {
    display: block;
    font-family: "微软雅黑";
    font-size: 30px;
    font-weight: bold;
    color: #015cb5;
    text-align: center;
}

.case-center .title .tit01 {
    display: block;
    font-family: "微软雅黑";
    font-size: 20px;
    line-height: 50px;
    color: #333333;
    text-align: center;
    letter-spacing: 13px;
}

.case-center .title .tit02 {
    display: block;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #a7a6a6;
    text-align: center;
    text-transform: uppercase;
}

.case-center .center {
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.case-center .center .top {
    width: 100%;
    height: 376px;
    margin-bottom: 28px;
}

.case-center .center .top .tu {
    display: block;
    width: 714px;
    height: 376px;
    float: left;
    position: relative;
    overflow: hidden;
}

.case-center .center .top .tu img {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 0;
}

.case-center .center .top .tu img:hover {
    transform: scale(1.4);
}

.case-center .center .top .wen {
    width: 443px;
    height: 349px;
    float: left;
    margin-top: 26px;
    background: url(../images/case-rig.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.case-center .center .top .wen .classes {
    width: 400px;
    height: 160px;
    position: absolute;
    top: -6px;
    left: 47px;
}

.case-center .center .top .wen .classes span {
    display: block;
    font-family: "微软雅黑";
    font-size: 27px;
    color: #3d3d3d;
    text-transform: uppercase;
}

.case-center .center .top .wen .classes a {
    display: block;
    font-family: "微软雅黑";
    font-size: 29px;
    color: #015cb5;
    text-transform: uppercase;
    line-height: 65px;
}

.case-center .center .top .wen .classes p {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #3d3d3d;
    text-transform: uppercase;
    line-height: 30px;
}

.case-center .center .top .wen .titlers {
    width: 300px;
    height: 194px;
    position: absolute;
    left: 30px;
    bottom: -20px;
    overflow: hidden;
}

.case-center .center .top .wen .titlers span {
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
}

.case-center .center .bottom {
    width: 102%;
    height: 403px;
    overflow: hidden;
}

.case-center .center .bottom a {
    display: block;
    width: 281px;
    height: 403px;
    float: left;
    margin-right: 18px;
}

.case-center .center .bottom a li {
    width: 281px;
    height: 343px;
    position: relative;
    overflow: hidden;
}

.case-center .center .bottom a li img {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 0;
}

.case-center .center .bottom a li img:hover {
    transform: scale(1.4);
}

.case-center .center .bottom a span {
    display: block;
    width: 281px;
    height: 60px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    line-height: 60px;
    text-align: center;
    transition: all 0.7s;
}

.case-center .center .bottom a span:hover {
    color: #015cb5;
}


/*客户案例完*/


/*理由*/

.reason-box {
    width: 100%;
    height: 708px;
    background: url(../images/ly-bg.jpg) no-repeat;
    background-size: cover;
}

.reason-box01 {
    width: 1180px;
    height: 100%;
    background: url(../images/ly-cen.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.reason-title {
    display: block;
    width: 1180px;
    height: 125px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}

.reason-title .tit01 {
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    left: 240px;
}

.reason-title .tit02 {
    display: block;
    font-family: "微软雅黑";
    font-size: 41px;
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    left: 210px;
}

.reason-title .tit03 {
    display: block;
    font-family: "微软雅黑";
    font-size: 43px;
    text-transform: uppercase;
    font-weight: bold;
    color: #b7b7b7;
    letter-spacing: 2px;
    position: absolute;
    top: 23px;
    left: 592px;
}

.reason-title .tit04 {
    display: block;
    font-family: "微软雅黑";
    font-size: 51px;
    text-transform: uppercase;
    font-weight: bold;
    color: #015cb5;
    letter-spacing: 2px;
    position: absolute;
    bottom: -15px;
    left: 523px;
}

.reason-title p {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #015cb5;
    line-height: 25px;
    position: absolute;
    top: 35px;
    right: 5px;
}

.reason-center {
    width: 1180px;
    height: 492px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.reason-center .list01 {
    width: 627px;
    height: 62px;
    position: absolute;
    top: 18px;
    left: 310px;
}

.reason-center .list02 {
    width: 617px;
    height: 62px;
    position: absolute;
    top: 137px;
    left: 263px;
}

.reason-center .list03 {
    width: 627px;
    height: 62px;
    position: absolute;
    bottom: 186px;
    left: 218px;
}

.reason-center .list04 {
    width: 627px;
    height: 62px;
    position: absolute;
    bottom: 63px;
    left: 162px;
}

.reaspan {
    display: block;
    width: 137px;
    height: 50px;
    font-family: "微软雅黑";
    font-size: 24px;
    font-weight: bold;
    color: #000;
    float: left;
}

.reasp {
    width: 430px;
    height: 50px;
    font-family: "微软雅黑";
    line-height: 25px;
    font-size: 14px;
    color: #333;
    float: left;
}

.reasp em {
    color: #015cb5;
}


/*理由完*/


/*ad01*/

.ad01-box {
    width: 100%;
    height: 229px;
    background: url(../images/ad01-bg.jpg) no-repeat;
    background-size: cover;
}

.ad01-cen {
    width: 1300px;
    height: 100%;
    background: url(../images/ad01-cen.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}

.ad01-cen span {
    display: block;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #df424c;
    position: absolute;
    top: 80px;
    right: 75px;
    font-weight: bold;
}

.ad01-cen a {
    display: block;
    width: 195px;
    height: 35px;
    background: #e24049;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 67px;
    right: 56px;
    text-align: center;
    line-height: 35px;
}

.ad01-cen a:hover {
    color: #fff;
}


/*ad01完*/


/*客户见证*/

.jianzheng-box {
    width: 1300px;
    height: 724px;
    margin: 0 auto;
}

.jianzheng-title {
    width: 390px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.n40 {
    height: 40px;
}

.jianzheng-title h3 {
    display: block;
    font-family: "微软雅黑";
    font-size: 30px;
    font-weight: bold;
    color: #015cb5;
    text-align: center;
}

.jianzheng-title a:hover {
    color: #015cb5;
}

.jianzheng-title .tit01 {
    display: block;
    font-size: 17px;
    line-height: 50px;
    color: #333333;
    text-align: center;
    letter-spacing: 9px;
}

.jianzheng-title .tit02 {
    display: block;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #a7a6a6;
    text-align: center;
    text-transform: uppercase;
}

.jianzheng-box ul {
    width: 102%;
    height: auto;
}

.jianzheng-box ul li {
    width: 314px;
    /* height: 279px; */
    margin-right: 14px;
    float: left;
    border: 1px solid #cacaca;
    position: relative;
    margin-bottom: 15px;
}

.jianzheng-box ul li .cen {
    display: block;
}

.jianzheng-box ul li .cen .tu {
    display: flex;
    height: 195px;
    position: relative;
    overflow: hidden;
    /* margin: 5px; */
    justify-content: center;
    align-items: center;
}

.jianzheng-box ul li .cen .tu img {
    display: inline-block;
    /* width: 100%; */
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.6s;
    /*  position: absolute; */
    top: 0;
    left: 0;
}

.jianzheng-box ul li:hover .wen {
    background: #005bac;
}

.jianzheng-box ul li .cen .tu img:hover {
    transform: scale(1.1);
}

.jianzheng-box ul li .cen .wen {
    display: block;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 45px;
    color: #333;
    text-align: center;
    transition: all 0.7s;
}

.jianzheng-box ul li .cen:hover .wen {
    color: #fff;
}

.jianzheng-box ul li .cen p {
    width: 100%;
    height: 48px;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 25px;
    color: #8d8d8d;
    transition: all 0.7s;
    overflow: hidden;
}

.jianzheng-box ul li .more {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #015cb5;
    position: absolute;
    left: 114px;
    bottom: -40px;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}


/*客户见证完*/

.bigbox {
    width: 100%;
    background: #f6f6f6;
    border-top: 1px solid #cccccc;
}


/*about*/

.about-box {
    width: 1180px;
    height: 540px;
    margin: 0 auto;
}

.about-title {
    width: 390px;
    height: 190px;
    margin: 0 auto;
}

.n40 {
    height: 40px;
}

.about-title h3 {
    display: block;
    font-family: "微软雅黑";
    font-size: 30px;
    font-weight: bold;
    color: #015cb5;
    text-align: center;
}

.about-title a:hover {
    color: #015cb5;
}

.about-title .tit01 {
    display: block;
    font-size: 17px;
    line-height: 50px;
    color: #333333;
    text-align: center;
    letter-spacing: 7px;
}

.about-title .tit02 {
    display: block;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #a7a6a6;
    text-align: center;
    text-transform: uppercase;
}

.about-center {
    width: 100%;
    height: 267px;
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.about-center p {
    width: 543px;
    height: 162px;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    line-height: 25px;
    text-transform: uppercase;
    position: absolute;
    top: 35px;
    left: 34px;
}

.about-center .click {
    display: block;
    width: 109px;
    height: 32px;
    font-family: "微软雅黑";
    font-size: 15px;
    color: #fff;
    background: #363636;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 4px;
    left: 40px;
}

.about-center .click01 {
    display: block;
    width: 109px;
    height: 32px;
    font-family: "微软雅黑";
    font-size: 15px;
    color: #fff;
    background: #363636;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 4px;
    left: 160px;
}

.about-center .click:hover {
    background: #015cb5;
}

.about-center .click01:hover {
    background: #015cb5;
}

.about-center .img {
    display: block;
    width: 580px;
    height: 265px;
    position: absolute;
    bottom: -45px;
    right: 8px;
}


/*about完*/


/*风采*/

.fengc-box {
    width: 100%;
    padding-bottom: 46px;
}

.n34 {
    height: 34px;
}

.fengc-center {
    width: 1300px;
    margin: 0 auto;
}

.fengc-title {
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.fc-icon {
    display: block;
    width: 27px;
    height: 21px;
    margin-top: 15px;
    background: url(../images/qy-icon.png) center center no-repeat;
    background-size: cover;
    float: left;
}

.line3 {
    width: 130px;
    height: 3px;
    border-bottom: 3px solid #015cb5;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.fengc-title h3 {
    display: block;
    width: 77px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #015cb5;
    line-height: 50px;
    text-align: center;
    float: left;
}

.fengc-title .more {
    display: block;
    width: 86px;
    height: 24px;
    float: right;
    margin-top: 19px;
    margin-right: 3px;
    position: relative;
    border-bottom: none;
}

.fengc-title .more span {
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #015cb5;
    line-height: 24px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.n28 {
    height: 28px;
}

.n60 {
    height: 60px;
}

.marqueeleft {
    width: 1300px;
    overflow: hidden;
    margin: 10px auto;
}

.marqueeleft ul {
    float: left;
}

.marqueeleft ul a {
    display: block;
    float: left;
    margin: 0 5px;
    display: inline;
    width: 248px;
    height: 213px;
    overflow: hidden;
    border: 1px solid #cccccc;
}

.marqueeleft a li {
    width: 236px;
    height: 149px;
    overflow: hidden;
    margin: 5px;
    box-sizing: border-box;
}

.marqueeleft a li img {
    display: block;
    height: 149px;
    cursor: pointer;
    transition: all 0.6s;
}

.marqueeleft a li img:hover {
    transform: scale(1.1);
}

.marqueeleft a .wen {
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
    transition: all 0.7s;
}

.marqueeleft a .wen:hover {
    color: #015cb5;
}


/*风采完*/


/*荣誉*/

.hero-box {
    width: 100%;
    height: 494px;
}

.n34 {
    height: 34px;
}

.hero-center {
    width: 1180px;
    height: 294px;
    margin: 0 auto;
}

.hero-title {
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.hero-icon {
    display: block;
    width: 28px;
    height: 26px;
    margin-top: 15px;
    background: url(../images/hero-icon.png) center center no-repeat;
    background-size: cover;
    float: left;
}

.line3 {
    width: 130px;
    height: 3px;
    border-bottom: 3px solid #015cb5;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.hero-title h3 {
    display: block;
    width: 77px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #015cb5;
    line-height: 50px;
    text-align: center;
    float: left;
}

.hero-title .more {
    display: block;
    width: 86px;
    height: 24px;
    float: right;
    margin-top: 19px;
    margin-right: 3px;
    position: relative;
    border-bottom: none;
}

.hero-title .more span {
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #015cb5;
    line-height: 24px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.n28 {
    height: 28px;
}

.n60 {
    height: 60px;
}

.heroeeleft {
    height: 294px;
    width: 1200px;
    overflow: hidden;
    margin: 10px auto;
}

.heroeeleft ul {
    float: left;
}

.heroeeleft ul a {
    display: block;
    float: left;
    margin: 0 5px;
    display: inline;
    width: 184px;
    height: 294px;
    overflow: hidden;
}

.heroeeleft a li {
    width: 178px;
    height: 255px;
    border: 1px solid #cccccc;
}

.heroeeleft a li span {
    display: block;
    width: 168px;
    height: 243px;
    margin: 6px auto 0;
    position: relative;
    overflow: hidden;
}

.heroeeleft a li span img {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 0;
}

.heroeeleft a li span img:hover {
    transform: scale(1.4);
}

.heroeeleft a .wen {
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    line-height: 50px;
    text-align: center;
    transition: all 0.7s;
}

.heroeeleft a .wen:hover {
    color: #015cb5;
}


/*荣誉完*/


/*ad02*/

.ad02-box {
    width: 100%;
    height: 146px;
    background: url(../images/ad02.jpg) center center no-repeat;
    background-size: cover;
}

.ad02-center {
    width: 1180px;
    height: 100%;
    background: url(../images/ad02-cen.png) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}

.ad02-center span {
    display: block;
    font-family: "微软雅黑";
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 45px;
    right: 20px;
}

.ad02-center a {
    display: block;
    width: 64px;
    height: 27px;
    border-radius: 5px;
    background: #d53e47;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    position: absolute;
    bottom: 18px;
    right: 166px;
}

.ad02-center a:hover {
    color: #fff;
}


/*ad02完*/


/*news*/

.news-box {
    width: 1180px;
    height: 435px;
    margin: 0 auto;
    overflow: hidden;
}

.news-box .left {
    width: 705px;
    height: 100%;
    overflow: hidden;
    float: left;
    background: url(../images/news-bg.jpg) center center no-repeat;
    background-size: cover;
}

.news-box .left .tit {
    width: 695px;
    height: 41px;
    position: relative;
}

.news-box .left .tit .titbox {
    width: 400px;
    height: 41px;
    position: relative;
}

.news-box .left .tit .titbox .news01.active {
    background: url(../images/news-tit1.png) center center no-repeat;
}

.news-box .left .tit .titbox .news02.active {
    background: url(../images/news-tit11.png) center center no-repeat;
}

.news-box .left .tit .titbox .news01 {
    display: block;
    float: left;
    width: 212px;
    height: 41px;
    background-size: cover;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #fff;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}

.news-box .left .tit .titbox .news02 {
    cursor: pointer;
    display: block;
    float: left;
    margin-left: -39px;
    width: 190px;
    height: 41px;
    background: url() center center no-repeat;
    background-size: cover;
    font-family: "微软雅黑";
    font-size: 18px;
    transition: all 0.1s;
    color: #fff;
    line-height: 41px;
    text-align: center;
}

.news-box .left .tit .more {
    display: block;
    width: 50px;
    height: 18px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 0;
}

.n25 {
    height: 25px;
}

.news-box .left .cen {
    width: 695px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.news-box .left .cen ul {
    width: 100%;
    height: 100%;
    display: none;
}

.news-box .left .cen ul:first-child {
    display: block;
}

.news-box .left .cen ul .left {
    display: block;
    width: 307px;
    height: 363px;
    float: left;
    background: #fff;
    font-size: 14px;
    color: #0463ba;
    line-height: 25px;
    text-transform: uppercase;
}

.news-box .left .cen ul .left .img {
    display: block;
    width: 307px;
    height: 170px;
    position: relative;
    overflow: hidden;
}

.news-box .left .cen ul .left .img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url() no-repeat center center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 0;
}

.news-box .left .cen ul .left .img img:hover {
    transform: scale(1.4);
}

.news-box .left .cen ul .left .wen {
    width: 307px;
    height: 50px;
    overflow: hidden;
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #262626;
    line-height: 50px;
    transition: all 0.7s;
}

.news-box .left .cen ul .left .wen:hover {
    color: #0463ba;
}

.news-box .left .cen ul .left p {
    display: block;
    width: 307px;
    height: 90px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.news-box .left .cen ul .right01 {
    width: 318px;
    height: 360px;
    overflow: hidden;
    float: right;
}

.news-box .left .cen ul .right01 a {
    display: block;
    width: 353px;
    height: 33px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #262626;
    line-height: 33px;
}

.news-box .left .cen ul .right01 a .line {
    display: block;
    width: 33px;
    height: 11px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    background: url(../images/news-line.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.news-box .left .cen ul .right01 a .wen {
    display: block;
    float: left;
    width: 278px;
    height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    margin-bottom: 13px;
    overflow: hidden;
    transition: all 0.7s;
}

.news-box .left .cen ul .right01 a .wen:hover {
    color: #0463ba;
}

.news-box .right {
    width: 388px;
    height: 100%;
    overflow: hidden;
    float: right;
}

.news-box .right .title {
    width: 100%;
    height: 30px;
    background: url(../images/ql.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.news-box .right .title ul {
    width: 216px;
    height: 100%;
    float: left;
}

.news-box .right .title ul a {
    display: block;
    width: 108px;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    float: left;
}

.n30 {
    height: 30px;
}

.news-box .right .title ul .newsactive {
    font-weight: bold;
    color: #333;
}

.news-box .right .title .more {
    display: block;
    width: 50px;
    height: 18px;
    font-family: "微软雅黑";
    font-size: 14px;
    background: #0463ba;
    color: #fff;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.n25 {
    height: 25px;
}

.news-box .right .center {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news-box .right .center ul li {
    width: 100%;
    height: 110px;
    border-bottom: 1px dashed #d9d9d9;
}

.news-box .right .center ul li .go-q {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/wen.png) no-repeat center;
    background-size: cover;
    float: left;
    margin-top: 25px;
}

.news-box .right .center ul li .go-q1 {
    display: block;
    width: 90%;
    height: 20px;
    font-size: 15px;
    font-family: "微软雅黑";
    color: #333;
    line-height: 20px;
    font-weight: bolder;
    float: left;
    margin-left: 13px;
    overflow: hidden;
    margin-top: 25px;
}

.news-box .right .center ul li .go-q1 a {
    color: #333;
    transition: all 0.7s;
    margin-left: -11px;
}

.news-box .right .center ul li .go-q1 a:hover {
    color: #0463ba;
}

.news-box .right .center ul li .go-q2 {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/da.png) no-repeat center;
    margin-top: 10px;
    background-size: cover;
    float: left;
}

.news-box .right .center ul li .go-q3 {
    width: 90%;
    height: 50px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    line-height: 25px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    overflow: hidden;
}


/*news完*/


/*link*/

.link-box {
    width: 1180px;
    height: 60px;
    margin: 0 auto;
}

.link-box span {
    display: block;
    width: 123px;
    height: 30px;
    background: url(../images/link.jpg) no-repeat center center;
    background-size: cover;
    float: left;
}

.link-box a {
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    line-height: 43px;
    float: left;
    line-height: 30px;
    margin-left: 18px;
    transition: all 0.7s;
}

.link-box a:hover {
    color: #0071ca;
}


/*link完*/


/* 优势 */

.youshi {
    width: 100%;
    height: 670px;
    background: url(../images/youshi_bg.jpg);
    background-size: 100% 680px;
}

.youshi_p {
    width: 1300px;
    margin: 0 auto;
}

.adv_mian {
    margin-top: 90px;
    position: relative;
    width: 1300px;
    margin: 0 auto;
    margin-top: 17px;
}

.adv_mian_pic {
    text-align: center;
}

.adv_mian_pic img {
    width: 500px;
}

.adv_mian_left01 {
    width: 444px;
    position: absolute;
    top: 0;
    left: 0;
}

.adv_mian_left01 h3 {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    align-items: center;
}

.adv_mian_left01 h3 p {
    display: flex;
    align-items: center;
}

.adv_mian_left01 h3 img {
    width: 40px;
    display: block;
    margin-right: 5px;
}

.adv_mian_left01 h3 span {
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    margin-top: 12px;
    margin-left: 60px;
    display: flex;
}

.adv_mian_left01 h3 span img {
    width: 10px;
    display: block;
    height: 10px;
    margin-top: 7px;
    margin-right: 5px;
}

.adv_mian_left01 strong {
    font-size: 24px;
    color: #126acb;
}

.adv_mian_left01_icon {
    font-size: 38px;
    font-weight: lighter;
}

.adv_mian_left01 p {
    line-height: 17px;
    color: #fff;
    margin-left: 12px;
    line-height: 26px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.adv_mian_left02 {
    top: 260px;
}

.adv_mian_left03_icon {
    font-weight: bold;
}

.adv_mian_left03 {
    top: 300px;
}

.adv_mian_right01,
.adv_mian_right02,
.adv_mian_right03 {
    right: 0;
    left: auto;
}

.adv_mian_right02 {
    top: 260px;
}

.adv_mian_right03 {
    top: 300px;
}


/* 关于我们 */

.index_jj {
    background-image: url(../images/about_bg.jpg);
    /* height: 74vh; */
    width: auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    background-attachment: fixed;
}

.index_jj_box {
    width: 1300px;
    margin: 0 auto;
    display: flex;
}

.index_jj_box_L {
    width: 650px;
}

.index_jj_box_L h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.index_jj_box_L .index_jj_box_L_line {
    border-bottom: 3px solid rgba(253, 174, 18, 1);
    width: 80px;
    margin: 20px 0;
}

.index_jj_box_L p {
    font-size: 16px;
    line-height: 32px;
    color: #fefefe;
    text-align: justify;
    text-indent: 2em;
    font-family: 微软雅黑;
}

.index_jj_box_L a {
    border: 1px solid #fefefe;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 150px;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
}

.index_jj_box_L a:hover {
    background-color: #fdae12;
}

.index_jj_box_R {
    width: 600px;
    margin-left: auto;
}

.index_jj_box_R img {
    display: block;
    width: 100%;
}