﻿.bannerx {
    width: 100%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding-top: 100px !important; 
}

.bannerx li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.bannerx .swiper-slide {
    overflow: hidden;
}

.bannerx .swiper-slide.bg:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.bannerx .swiper-slide img {
    width: 100%;
    display: block;
    transition: transform 5s ease;
    -webkit-transition: transform 5s ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.bannerx .swiper-slide .bbox {
    width: 900px;
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 50%;
    text-align: center;
    margin-top: -130px;
    z-index: 1;
}

.bannerx .swiper-slide .bbox h1 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
    font-weight: bold;
}

.bannerx .swiper-slide .bbox b {
    display: block;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
    min- height: 36px;
}

.bannerx .swiper-slide .bbox p {
    width: 650px;
    text-align: center;
    height: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin: auto;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
}

.bannerx .swiper-slide .bbox .details {
    width: 180px;
    margin: auto;
    position: relative;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
}

.bannerx .swiper-slide .bbox .details:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    transform: scaleY(0);
    -webkit- transform: scaleY(0);
    -moz-transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
}

.bannerx .swiper-slide .bbox .details a {
    display: block;
    border: 2px solid #fff;
    padding-left: 39px;
    line-height: 48px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.bannerx .swiper-slide .bbox .details a:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 45px;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: all .5s;
}

.bannerx .swiper-slide .bbox .details a:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 37px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    border-left-width: 8px;
    transition: all .5s;
}

.bannerx .swiper-slide .bbox .details:hover:before {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    visibility: visible;
}

.bannerx .swiper-slide .bbox .details:hover a {
    color: var(--colour1);
}

.bannerx .swiper-slide .bbox .details:hover a:before {
    right: 39px;
    background: var(--colour1);
}

.bannerx .swiper-slide .bbox .details:hover a:after {
    right: 31px;
    border-left-color: var(--colour1);
}

.bannerx .swiper-slide .load {
    width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -6px;
    background: #fff;
    z-index: 20;
    opacity: 0;
    position: absolute;
}

.bannerx .swiper-slide .load span {
    display: block;
    width: 0;
    height: 2px;
    background: var(--colour1);
}

.bannerx .swiper-slide-active img {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}

.bannerx .swiper-slide-active .bbox h1 {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: 1000ms 100ms;
}

.bannerx .swiper-slide-active .bbox p {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: 1000ms 300ms;
}

.bannerx .swiper-slide-active .bbox .details {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: 1000ms 400ms;
}

.bannerx .swiper-slide-active .load {
    opacity: 1;
    visibility: visible;
    margin-top: -36px;
    transition: 1000ms 200ms;
}

.bannerx .ani-slide .load span {
    width: 100%;
    transition: 4.9s 0s linear;
}

#bannerx .tip {
    width: 1000px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 10px;
    z-index: 3;
}

#bannerx .tip span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    display: inline-block;
    cursor: pointer;
    background: var(--colour1);
    opacity: 1;
    border-radius: 10px;
    transition: all .5s;
    outline: none;
}

#bannerx .tip span.swiper-pagination-bullet-active {
    background: var(--colour2);
}

#bannerx #btn_prev,#bannerx #btn_next {
    width: 65px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background: url(../images/slider-arrow.png) no-repeat;
    z-index: 5;
    opacity: 0;
}

#bannerx #btn_prev {
    background-position: -130px center;
    left: 4%;
}

#bannerx #btn_next {
    background-position: 0 center;
    right: 4%;
}

#bannerx:hover #btn_prev,#bannerx:hover #btn_next {
    opacity: .8;
}

.sycp{overflow:hidden;width:94%;margin:50px auto 0 auto;}
.sycp .sycp_l{width:300px;background:#097dbf}
.sycp .sycp_l h3{color:#fff;font-size:30px;background:url(img/1_16.jpg) 20px 20px no-repeat;padding-left:60px;padding-top:10px}
.sycp .sycp_l h3 em{display:block;color:#6fa6d1;font-size:20px;text-transform:uppercase}
.sycp .sycp_l ul li{margin:0 25px}
.sycp .sycp_l ul li a{display:block;background:url(img/jimg/t.png) left center no-repeat;height:45px;line-height:45px;color:#fff;padding-left:20px;border-bottom:1px solid #ec8888}
.sycp .sycp_l ul li a:hover{padding-left:30px}
.sycp .sycp_l .box_two{background:url(img/1_25.jpg) left center no-repeat;padding-left:60px;margin:20px 0 15px 15px;color:#fff}
.sycp .sycp_l .box_two strong{font-size:30px;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-weight:normal}
.sycp .sycp_l img{display:block;margin:30px 0 20px 30px}
.sycp .sycp_r{width:100%}
.tit2{background:url(img/t.png);height:64px;line-height:64px;text-align:center;color:#fff;margin:5px 0 0 0}
.tit2 a{color:#fff}



.NyProDetail_Text .NyProDetail_Btm {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 40px auto 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Btm a {
    display: block;
    width: auto;
    height: 60px;
    overflow: hidden;
    margin: 0 40px 0 0;
    padding: 0;
    background-color: #edf0f7;
    border-radius: 30px;
    float: left
}

.NyProDetail_Btm a.Btn01 i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 6px;
    background-color: rgba(100, 46, 137, 0.05);
    border-radius: 50%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Btm a.Btn01 i em {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    background: #08579A url(img/ico11.png) center center no-repeat;
    background-size: 30px 30px;
    border-radius: 50%
}

.NyProDetail_Btm a.Btn01 span {
    display: block;
    width: auto;
    height: 60px;
    line-height: 40px;
    color: #08579A;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 30px 10px 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Btm a.Btn02 {
    margin: 0
}

.NyProDetail_Btm a.Btn02 i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 6px;
    background: rgba(51, 51, 51, 0.05);
    border-radius: 50%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.NyProDetail_Btm a.Btn02 i em {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    background: #333333 url(img/ico12.png) center center no-repeat;
    background-size: 30px 30px;
    border-radius: 50%
}

.NyProDetail_Btm a.Btn02 span {
    display: block;
    width: auto;
    height: 60px;
    line-height: 40px;
    color: #f50606;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 10px 30px 10px 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box
}


.yz{padding:75px 0;background:#fff;position:absolute;bottom:-100px;left:0;right:0;margin:auto;box-shadow:0 0 15px rgba(0,0,0,0.5)}
.yz li{float:left;width:300px;text-align:center;position:relative;}
.yz li:after{position:absolute;width:40px;height:82px;content:"";background:url(img/yz_img/line.png) no-repeat center;right:-20px;top:0;}
.yz li span{display:block;height:60px;}
.yz li span b{display:inline-block;font-size:70px;line-height:60px;color:#333;font-family:Arial;}
.yz li span i{display:inline-block;width:32px;height:32px;line-height:32px;font-size:16px;color:#fff;background:#3a4750;border-radius:50%;margin-top:24px;vertical-align:top;margin-left:5px;font-style:normal;}
.yz li p{font-size:14px;color:#25252d;line-height:30px;}
.yz li:last-child:after{display:none;}
.more1{width: 440px;border-radius: 50px;line-height:50px;background: #02a0e9;margin: 50px auto 0;vertical-align: middle;}
.more1 a{display:inline-block;vertical-align: top;text-align:center;}
.more1 a:nth-child(1){width: 160px;color: #41220e;background: #fff;border-radius: 50px;border: 1px solid #02a0e9;}
.more1 a:nth-child(1):hover{background: #005EDE;color: #fff;}
.more1 a:nth-child(2){font-size:31px;color:#ffffff;font-family:Impact;text-align:left;}
.more1 a em{vertical-align: top;}

/* 简介 */
.honor_tit h4{color: #02a0e9;font-weight: 700;}
.honor_tit p{text-transform: uppercase;}
.honor_tit a{color: #fff;border-radius: 50%;background: #02a0e9;font-size: 62px;text-align: center;line-height: 56px;width: 56px;font-weight: 300;}
.honor .w1300{width: 90%; margin-top: 50px;}
.honor dt.fl{width: 47.5%;}
.honor dt.fl video{width: 100%;height: 100%;}
.honor dd.fr{width: 50%;}
.honor{background: url(img/yrbj.jpg) no-repeat center;padding: 40px 0 60px 0;margin-top: 60px;}


.syys{
	background: url(img/ysbj.jpg) no-repeat top ;background-attachment: fixed;
	margin-top: 80px;
}
.syys img{margin: 0 auto;padding: 60px 0 10px 0;}
.syys h6{text-align: center;color: #fff;font-size: 36px;}
.syys ul li h4{font-size: 36px;font-weight: bold;}
.syys ul li b{width: 6px;height: 40px;background: #02a0e9;display: block;margin: 20px auto;}
.syys ul li{width: 23%;margin-right: 2%;float: left;background: #fff;text-align: center;padding: 30px;height: 380px;box-sizing: border-box;}
.syys ul{overflow: hidden;margin-top: 30px;padding-bottom: 190px;}
.syys ul img{margin: 0 auto;padding: 30px 0 10px 0;}
.syys ul li:nth-of-type(2),.syys ul li:nth-of-type(4){background: #02a0e9;color: #fff;}
.syys ul li:nth-of-type(2) b,.syys ul li:nth-of-type(4) b{color: #fff;}
.syys ul li:nth-of-type(2) b,.syys ul li:nth-of-type(4) b{background: #fff}



.num_top2 {background: url(img/num_bg.jpg) no-repeat center;background-size: cover;background-attachment: fixed;height: 300px;box-sizing: border-box;padding-top: 1px;margin-top: 60px;}
.num_top2  ul{display:flex;margin: 80px auto 0;width: 90%;}
.num_top2  ul li{flex:1;text-align: center;background: url(img/line.png) no-repeat right center;}
.num_top2  ul li:first-child{padding-left: 0;}
.num_top2  ul li:last-child{border: none;}
.num_top2  ul li span{color:#fff;font-size:72px;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;text-align:center;font-weight: 700;}
.num_top2  ul li em{color:#fff;font-size: 28px;}
.num_top2  ul li p{color:#fff;font-size:22px;}
.num_top2  ul li:nth-child(4){background: none;border-right:10px solid #fff;}
.num_top2  ul li:nth-child(4) p{text-align: right;text-transform: uppercase;font-weight: 700;font-size: 32px;margin-right: 15px;}
.num_top2  ul li:nth-child(4) p:nth-child(3){color: #FFE537;font-size: 38px;font-style: italic}

.hf{width: 100%;height: 384px;background: url(img/hf.jpg) no-repeat center;margin-top: 50px;}


.section_four{margin-top:50px;height:900px;background:url(img/bg3.jpg) center top no-repeat;position: relative;overflow: hidden;background-attachment: fixed;}
.section_four .auto{width:1400px;margin:0 auto;height:100%;overflow: hidden;position: relative;}
.section_four .auto::after{content: "";width: 430px;height: 100%;position: absolute;background: rgba(17,164,43,0.9);left: 0;top: 0;z-index: 1;}
.section_four .bg{position: absolute;width:29.375%;left:3%;bottom:0;z-index: 2;}
.section_four .img{padding:100px 0 30px 50px;z-index: 3;position: relative;}
.section_four .item_box{float: right;margin-top:-100px;position: relative;z-index: 3;}
.section_four .item{float: left;margin:0 10px;}
.section_four .item img{border-radius: 50%;overflow: hidden;border: 10px solid rgba(255,255,255,0.25);}
.section_four .item:nth-of-type(2){margin-top:-150px;}
.section_four .item .info{position: relative;width:284px;overflow: hidden;margin-top:10px;height:215px;}
.section_four .item .info em{position: absolute;left:0;top:0;width:54px;height:54px;background-color: #02a0e9;border-radius:50%;font-size:28px;font-family: impact;line-height:54px;color:#fff;text-align: center;}
.section_four .item .info i{position: absolute;left:22px;top:54px;width:9px;height:139px;background:url(img/d4.png);}
.section_four .item .info h4{font-weight:bold;color:#fff;padding-left:70px;margin:13px 0 24px;}
.section_four .item .info p{color:#fff;line-height:30px;padding-left:40px;text-align: left;}


.forphe{width: 100%;background: url(../images/forphe.jpg) no-repeat center;height:auto;overflow: hidden;margin: 0 auto;}
.forphe .infor{width:90%;margin: 0 auto;padding: 50px 0;height: auto;overflow: hidden;}
.forphe .infor .leftp{width: 65%;float: left;color: #fff;}
.forphe .infor .leftp h2{font-size:33px;padding-bottom: 15px;}
.forphe .infor .leftp h5{font-size: 35px;font-weight: 700;}
.forphe .infor .rgtp{width: 262px;float:right;color: #fff;text-align: }
.forphe .infor .rgtp span{font-size: 26px;padding-bottom: 15px;display: block;}
.forphe .infor .rgtp a{width: 260px;height: 50px;line-height: 50px;text-align: center;border: 1px solid #fff;border-radius: 50px;font-size: 26px;color: #fff;}
.forphe .infor .rgtp a:hover{background-color: #c6000b;}


.dzzx{width: 100%;margin: 0 auto;}
.dzzx .zixuul{width: 80%;margin: 0 auto;}
.pagination{text-align: center}
.pagination li{display: inline-block;}
.pagination li a{display: inline-block;margin-left: 3px;background: #fff;padding: 10px;}
.pagination li a:hover{background: #097dbf;color: #fff;}
.footer{background-color: #2d3642;}
.footer .f1 h3,.footer .f2 h3,.footer .f3 h3,.footer .f4 h3{margin-top:30px;font-size:24px;color:#fff;position:relative;margin-bottom:20px}

.footer .f1{width:13%;}
.footer .f1 h3{height: 35px;line-height: 20px;padding-left: 32px;color: #ffffff;width: 320px;box-sizing: border-box;font-size: 20px;font-weight: normal;margin-bottom:15px;position: relative;}
.footer .f1 h3::before{content: "";position: absolute;left: 0;top: 0;width: 25px;height: 23px;}

.footer .f1 h3{margin-bottom:15px}
.footer .f1 .item{float: left;margin: 8px;padding:3px 10px 10px 10px;}
.footer .f1 .item img{width:130px;}
.footer .f1 .item p{text-align: center;color: #fff;padding-top: 10px;font-size: 14px;}
.footer .f1 a{display:block;height:20px;line-height:20px;color:#000;box-sizing:border-box;margin-top:8px;float: left;}
.footer .f2{width:52%;text-align: left;float: left;}
.footer .f2 .xlas{height: auto;overflow: hidden;padding: 0 0 20px;}
.footer .f2 h3{height: 55px;line-height: 55px;color: #ffffff;width: 280px;box-sizing: border-box;font-size: 26px;font-weight: normal;position: relative;}
.footer .f2 h3::before{content: "";position: absolute;left: 0;top: 0;width: 23px;height: 23px;}
.footer .f2 a{color: #fff;padding:8px 0;width:45%;text-align: center;margin: 0.4%;font-size: 15px;float: left;margin-right:5px;background-color: #41464c;            overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;}
.footer .f2 a:hover{background-color: #097dbf;color: #fff;}
.footer .f2 p{color: #c2c5c8;font-size: 14px;line-height: 30px;}
.footer .f2 p em{color: #097dbf;}

.footer .f3{width:33%;color:#c2c5c8;line-height:30px;float: left;margin-left: 2%;}
.footer .f3 h3{height: 55px;line-height: 55px;color: #ffffff;width: 280px;box-sizing: border-box;font-size: 26px;font-weight: normal;position: relative;}
.footer .f3 h3::before{content: "";position: absolute;left: 0;top: 0;width: 23px;height: 23px;}

.footer .f3 img{margin-bottom: 10px;float: left;}
.footer .f3 span{width: 290px;display: inline-block;font-size:20px;padding-left: 60px;color: #fff;font-weight: 700;}
.footer .f3 em{font-family: impact;font-size: 16px;color: #fff;display: block;padding-left: 60px;padding-top: 10px;}
.footer .f3 .dblx{width: 90%;}
.footer .f3 .dblx ul li{width: 50%;float: left;padding-bottom: 25px;}
.footer .f3 .dblx ul .q1{background: url(../images/q1.png) no-repeat left;}
.footer .f3 .dblx ul .q2{background: url(../images/q1.png) no-repeat left;}
.footer .f3 .dblx ul .q3{background: url(../images/q3.png) no-repeat left;}
.footer .f3 .dblx ul .q4{background: url(../images/q4.png) no-repeat left;}
.footer .f3 .dblx ul .q4 span{font-weight: 400;font-size: 16px;font-weight:400;line-height: 26px;}
.footer .f3 a{display: inline-block;color: #7d7d7d;}
.footer .f4{width:100%;margin-top:30px;border-bottom: 1px solid #b0b0b0;height: 100px;line-height: 100px;margin-bottom: 20px;}
.footer .f4 .mz{width: 50%;float: left;}
.footer .f4 img{float: left;}
.footer .f4 .navr{width:48%;float: right;}
.footer .f4 .navr ul{margin-left: 0;}
.footer .f4 .navr ul li{float: left;}
.footer .f4 .navr ul li a{color: #fff;text-align: left;padding: 0 10px 0 25px;font-size: 15px;}



.footer .copyright{text-align:center;color:rgba(255, 255, 255, 0.781);padding:15px 0;font-size:14px;border-top:1px solid rgba(255,255,255,0.15);margin-top: 30px;}
.footer .copyright a{display:inline-block;color:rgba(255, 255, 255, 0.781);font-size:14px;margin-left: 20px;}
.footer .copyright img{display:inline-block;margin-left:15px}
.footer .copyright p{color:rgba(255, 255, 255, 0.781);text-align:center}


.sywbj{padding-bottom: 60px;}



.pub_title{text-align: center;}
.pub_title p{margin-bottom:20px;font-size:20px;color:#727271;}
.pub_title h4{position:relative;text-align:center;font-size:42px;font-weight:bold;z-index:1;margin-top:60px;display: inline-block;color: #41220e;font-weight: 700;}
.pub_title h4 b{color: #02a0e9;}
.pub_title h4 span{color:#02a0e9;display:inline-block;z-index:1;}
.pub_title h4 img{display: inline-block;margin: 0 20px;}
.pub_title h4 i{position:absolute;z-index:0;font-size:81px;color:#efefef;font-style:normal;text-transform:uppercase;left:0;right:0;margin:auto;z-index:-1;top:20px}
.page-cover{background:#18191b url(img/loading.gif) no-repeat center 350px;width:100%;height:0;position:absolute;bottom:0;z-index:10000001;}
@-webkit-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-moz-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-ms-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@font-face{ font-family: 'font'; src: url('img/font.ttf'); }
.font{font-family: 'font';}

.wap_son2 a{width: 24.5%;float: left;background:  rgb(216, 3, 3);border-radius: 10px;height: 50px;line-height: 50px;font-size: 14px;margin-right: 6px;text-align: center;margin-bottom: 6px;color: #fff;}
.wap_son2 a:hover{background: #02a0e9;color: #fff;}
.width12{width: 1200px;margin: 0 auto;}
.width13{width: 1300px;margin: 0 auto;}
.w90{width: 90%;margin: 0 auto;}

.more{text-align:center;}
.more .call,.more .but{display:inline-block;vertical-align:top;}
.more .call{height:50px;text-indent:1em;line-height:50px;padding:0 40px;border-radius:100px;font-size:28px;font-family:impact;background:rgb(58, 58, 58) url(../images/d1.png) 30px center no-repeat;}
.more .call a{color:#fff;}
.more .but{width:250px;height:50px;line-height:50px;margin-left:20px;border-radius:100px;background-color:#02a0e9;text-align:center;font-size:16px;color:#fff;}
.more .but:hover{background:rgb(58, 58, 58);}


.about{background:url(../images/bg2.jpg) center  no-repeat;height:auto;background-attachment: fixed;padding-bottom: 50px;}
.about ul{background: #fff;overflow: hidden;padding: 30px 0;margin-top: 20px;}
.about ul li{float: left;width: 25%;}
.about ul li img{display: block;margin: 10px auto 20px auto;}
.about ul li b{display: block;text-align: center;font-size: 22px;margin-bottom: 10px;}
.about ul li p{font-size: 16px;margin-bottom: 30px;}
.about .a_top{text-align: center;background: url(../images/b2.jpg) no-repeat;background-attachment: fixed;background-size: cover;padding: 80px 0 80px 0;box-sizing: border-box;}
.about .a_top img{display: inline-block;}
.gsjjpic{width: 70%;}
.about .a_top h4 {color:#fff;padding:20px 10px;}
.about .inner{position: relative;}
.about_box{background: rgb(109, 109, 109)}
.about .left {width: 50%;}
.about .left iframe{width: 100%;}
.about .left img{width: 100%;}
.about .right{width:50%;float: left;padding: 35px 50px;box-sizing: border-box;}
.about .right .text{color:#fff;line-height:32px;margin-top: 20px;}
.about .right h1{font-weight: 700;color: #fff;}
.about .item{width:25%;float: left;text-align: center;vertical-align: top;margin-bottom: 30px;}
.about .item h3{font-size:77px;color:#02a0e9;}
.about .item h3 i{font-style: normal;display: inline-block;font-weight: 400;}
.about .item span{color: #02a0e9;border-radius: 50%;vertical-align: text-top;}
.about .item p{color:#737373;}
.about .item p:nth-child(3){color: #ddd;}

.more2{display: inline-block;border-radius: 50px;line-height:50px;background: #02a0e9;margin: 50px auto 0;vertical-align: middle;padding-right: 15px;}
.more2 a{display:inline-block;vertical-align: top;text-align:center;}
.more2 a:nth-child(1){width: 160px;color: #000;background: #fff;border-radius: 50px;border: 1px solid #02a0e9;}
.more2 a:nth-child(1):hover{background: #02a0e9;color: #fff;}
.more2 a:nth-child(2){font-size:31px;color:#ffffff;font-family:Impact;text-align:left;}
.more2 a em{vertical-align: middle;display: inline-block;margin: 0 10px;}


#top_scroll {height:1350px;overflow: hidden;max-width:100%;margin:0 auto;}
#top_scroll ul li{float: left;width:24%;margin:0.5%;text-align: left;padding: 10px; box-sizing: border-box;background: #fff;}
#top_scroll ul li .img{overflow: hidden;padding: 10px;border:1px solid #e1dfe0;margin-bottom: 10px;}
#top_scroll ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li:hover{background: #02a0e9;}
#top_scroll ul li:hover .img{border-color: #02a0e9;}
#top_scroll ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#top_scroll ul li h3{color:#41220e;font-size:18px;padding-left:21px;}
#top_scroll ul li p{color: #41220e;font-weight: 700;font-size: 20px;padding: 0 0 0 55px;background: url(img/dh.png) no-repeat 20px center;background-size: 30px 30px;margin-top: 10px;}
#top_scroll ul li:hover h3, #top_scroll ul li:hover p{color:#fff;}

#top_scroll1 {height:676px;overflow: hidden;max-width:100%;margin:0 auto;}
#top_scroll1 ul li{float: left;width:49%;margin:0.5%;text-align: left;box-sizing: border-box;position: relative;}
#top_scroll1 ul li .img{overflow: hidden;}
#top_scroll1 ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll1 ul li:hover{background: #02a0e9;}
#top_scroll1 ul li:hover .img{border-color: #02a0e9;}
#top_scroll1 ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#top_scroll1 ul li h3{color:#41220e;font-size:18px;position: absolute;bottom: 0;width: 100%;left: 0;box-sizing: border-box;    line-height: 45px; background: rgba(0,0,0,0.7); color: #fff; padding: 0 20px; white-space: nowrap; text-overflow: ellipsis;}
#top_scroll1 ul li p{color: #41220e;font-weight: 700;font-size: 20px;padding: 0 0 0 55px;background: url(img/dh.png) no-repeat 20px center;background-size: 30px 30px;margin-top: 10px;}
#top_scroll1 ul li:hover h3, #top_scroll1 ul li:hover p{color:#fff;}

#scroll_one{height:290px;width:90%;position:relative;overflow:hidden;margin:0 auto;box-sizing:border-box;}
#scroll_one ul{width:100000px;position:absolute;left:0;}
#scroll_one ul li{float:left;text-align:center;margin-right:26px;border-radius:10px 10px 0 0;overflow:hidden;}
#scroll_one ul li img{width: 200px;height: 200px;border-radius: 50%;overflow: hidden;border:3px solid #d8d8d8;display: inline-block;}
#scroll_one ul li h3{font-size:18px;color:#333;line-height:40px;}
#scroll_one ul li:hover { -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05); }


.section_nine{background: #fff;padding-bottom: 50px;width: 1200px;}
.section_nine{width: 100%;height: auto;padding:20px 0 0;overflow: hidden;margin: 0 0 50px;}
.section_nine .xinwenn{width: 90%;margin: 0 auto;padding: 30px 0 40px;}
.section_nine .nlist{width:45%;position:relative;float: left;}
.section_nine .nlist ul{width:100%;}
.section_nine .nlist li{width:100%;float:left;height: auto;overflow: hidden;margin-right:2%;}
.section_nine .nlist li img{width: 100%;}
.section_nine .nlist .img{display:block;position:relative;overflow:hidden;height: 270px;}
.section_nine .nlist img{width:100%;-webkit-transform:translateZ(0px);transform:translateZ(0px);-webkit-transition:-webkit-transform 0.6s ease 0s;transition:transform 0.6s ease 0s;}
.section_nine .nlist .cont{padding:20px;background: #f3f4f9;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);border-bottom: 3px solid #f3f4f9;}
.section_nine .nlist .cont:hover{border-bottom: 3px solid #02a0e9;transition: 0.5s;}
.section_nine .nlist .stit{font-size:20px;font-weight:400;color:#000;line-height:36px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;padding: 10px 0;}
.section_nine .nlist .stit a{color:#000;padding-top: 10px;}
.section_nine .nlist .word{display:block;line-height:24px;font-size:14px;margin-top:5px;}
.section_nine .nlist .word a{display:inline-block;color:#686868;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;padding-bottom: 20px;line-height: 20px;margin-bottom: 10px;}
.section_nine .nlist .more{display:inline-block;line-height:30px;margin-top:15px;padding-right:20px;background:url(img/ico_18.png) no-repeat right center;font-size:14px;color:#0055ba;transition: .5s;}
.section_nine .nlist li:hover .more{padding-right: 30px;}
.section_nine .nlist .cont .year{padding: 30px 0 25px;border-top:1px solid #e0e0e1;color:#acadae;}
.nlist b{margin-top: 20px;display: block;}

.tabbox {width:50%;float: right;}
.tabbox a{height: 48px;line-height: 48px;border-bottom: 1px dotted #ccc;padding-left: 20px;}
.tabbox a i{float: right;font-style: normal;color: rgb(185, 185, 185);}
.tabbox a strong{font-weight: normal;}
.tabbox a:hover strong{color: #ff1100;}



.lxym{overflow: hidden;width: 90%;margin: 60px auto;}
.lx_nr1{width: 40%;background: #0055ba;padding: 80px 30px;box-sizing: border-box;color: #fff;height: 616px;}
.lx_nr1 p{color: #fff;line-height: 200%}
.lx_nr1_r{width: 58%;}



#scroll_one1{height:295px;width:1440px;position:relative;overflow:hidden;box-sizing:border-box;margin: 0 auto;}
#scroll_one1 ul{width:100000px;position:absolute;left:0;}
#scroll_one1 ul li{float:left;text-align:center;margin-right:26px;overflow:hidden;position: relative;width: 400px;}
#scroll_one1 ul li img{overflow: hidden;display: inline-block;}
#scroll_one1 ul li h3{font-size:18px;color:#fff;line-height:40px;position: absolute;width: 100%;background: rgba(0, 0, 0, 0.5);left: 0;bottom: 0;}
#scroll_one1 ul li:hover { -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05); }


#scroll_one2{height:335px;position:relative;overflow:hidden;box-sizing:border-box;margin-top: 30px;width: 100%;}
#scroll_one2 ul{width:100000px;position:absolute;left:0;}
#scroll_one2 ul li{float:left;text-align:center;margin-right:26px;overflow:hidden;position: relative;width: 400px;}
#scroll_one2 ul li img{overflow: hidden;display: inline-block;}
#scroll_one2 ul li h3{font-size:18px;color:#fff;line-height:40px;position: absolute;width: 100%;background: rgba(0, 0, 0, 0.5);left: 0;bottom: 0;}
#scroll_one2 ul li:hover { -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05); }


.pnav{text-align: center;}
.pnav a{display: inline-block;padding: 10px 30px;background: #02a0e9;color: #fff;}
.pnav a:hover{background: #009b4c;}

.section_three1 .pictm .sdys{height: 500px;margin-top: 310px;}
.section_three1 .pictm .sdys ul li{width: 350px;height:300px;background-color: #02a0e9;margin-right: 10px;float: left;}
.section_three1 .pictm .sdys ul li img{margin: auto;margin-top: 50px;}
.section_three1 .pictm .sdys ul li h2{color: #fff;font-weight: 700;font-size: 40px;text-align: center;}
.section_three1 .jjbj{background: url(../images/jjbj.jpg) no-repeat top;overflow: hidden;padding-bottom: 60px;}
.section_three1 .jjbj .topbt{width: 90%;margin: 0 auto;padding-top: 90px;}
.section_three1 .jjbj .topbt h3{font-size: 52px;color: #41220e;font-weight: 700;text-align: center;margin-bottom: 15px;}
.section_three1 .jjbj .topbt h4{color: #666;font-size: 26px;text-align: center;}
.section_three1 .jjbj .topbt h3 span{color: #02a0e9;}
.section_three1 .jjbj .topbt ul{width: 90%;margin: 0 auto;}
.section_three1 .jjbj .topbt ul li{width: 15%;height: 55px;background-color: #02a0e9;float: left;margin-left: 1%;}
.section_three1 .jjbj .topbt ul li a{text-align: center;color: #fff;line-height: 55px;font-size: 18px;}
.section_three1 .jjbj .topbt ul li a:hover{background-color:#02a0e9;}

.section_three1 .neirn{width: 100%;overflow: hidden;overflow: hidden;}
.sand{height: 180px;margin:0 auto;padding-top: 70px;}
.sand .tuys ul li{width: 32.5%;height: 150px;background: rgba(102, 102, 102, 1);border-radius: 10px;color: #fff;box-sizing: border-box;position: relative;padding: 40px 30px 40px 120px; -webkit-transition: all .5s;transition: all .5s;float: left;margin-left: 11px;}
.sand .tuys ul li span{font-size: 28px;font-weight: 700;display: block;padding-left: 20px;}
.sand .tuys ul li p{font-size: 18px;padding-left: 20px;}
.sand .tuys ul li img{display: inline-block;width: 106px;position: absolute;left: 25px;top:16%;transition: all 1s;float: left;}
.sand .tuys ul li:hover{background-color: #02a0e9;}



.num_top {height: 240px;box-sizing: border-box;padding-top: 10px;}
.num_top  ul{display:flex;margin: 50px auto 0;}
.num_top  ul li{flex:1;text-align: center;}
.num_top  ul li:first-child{padding-left: 0;}
.num_top  ul li:last-child{border: none;}
.num_top  ul li span{color:#02a0e9;font-size:72px;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;text-align:center;font-weight: 700;}
.num_top  ul li em{color:#353535;font-size: 28px;}
.num_top  ul li p{color:#353535;font-size:22px;}


.section_three1 .yhbt{height: 100px;text-align: center;padding-top:50px}
.section_three1 .yhbt h2{font-size: 48px;font-weight: 700;color: #fff;}
.section_three1 .yhbt h4{font-size: 22px;}
.section_three1 .inner{position: relative;}
.neirnr{background-color: #02a0e9;}
.section_three1 .left{float: right;width: 50%;}
.section_three1 .left iframe{width: 510px;}
.section_three1 .right{width:50%;float: left;}
.section_three1 .right h4{height: 40px;line-height: 40px;font-size: 26px;color: #fff;padding-left: 22px;margin-top: 15px;font-weight:400;}
.section_three1 .right h3{color: #fff;font-size: 38px;padding-left: 20px;}
.section_three1 .right h1{font-size:35px;color:#fff;font-weight:bold;margin-top: 8px;padding-left: 20px;}
.section_three1 .right img{margin-top: 50px;padding-left: 20px;}
.section_three1 .right>p{color:#02a0e9;font-size: 118px;font-family: impact;}
.section_three1 .right .text{font-size:16px;color:#fff;line-height:22px;padding:0px 20px;overflow: hidden;}
.section_three1 .right a{width: 120px;display: inline-block;color: #41220e;background:#fff;border-radius: 50px;text-align: center;padding: 10px 25px;margin-left: 20px;margin-top: 20px;margin-bottom: 10px;}
.section_three1 .right a:hover{background:#02a0e9;}
.section_three1 .right ul{display: table;  word-spacing:-1em;width: 100%;margin-top: 50px;}
.section_three1 .right ul li{display: inline-block;width: 25%;}



.swiper-container.anli{padding: 50px 0;}
.swiper-container.anli .swiper-slide{background-position:center;background-size:cover;width:600px;height:455px;}
.swiper-container.anli .swiper-slide img{width:100%;}
.fhxc .more{text-align: center;}
.fhxc .more .call, .fhxc .more .but{display: inline-block;vertical-align: top;}
.fhxc .more .call{height:50px;text-indent:1em;line-height:50px;padding:0 40px;border-radius:100px;font-size:28px;font-family: impact;background:#02a0e9 url(img/d1.png) 30px center no-repeat;}
.fhxc .more .call a{color:#fff;}
.fhxc .more .but{width:250px;height:50px;line-height:50px;margin-left:20px;border-radius:100px;background-color:#41220e000;text-align: center;font-size:16px;color:#fff;}
.fhxc .more .but:hover{background: #02a0e9;}



@media( max-width:1366px ){
#scroll_one2 ul li{
	width: 300px !important;
}
#scroll_one2{
	height: 222px;
}
#scroll_one1 ul li img{
	width: 400px;
}
}

@media( max-width:1200px ){

.bannerx .swiper-slide .bbox h1{font-size: 20px;}
	.bannerx .swiper-slide .bbox p,.bannerx .swiper-slide .bbox .details{display: none;}
	.bannerx .swiper-slide .bbox {
		width: 100%;
		margin: auto;
		position: absolute;
		left: 0%;
		margin-left: 0;
		right: 0;
		top: 50%;
		text-align: center;
		margin-top: 0px;
		z-index: 1;
	}
	.bannerx .swiper-slide-active .load{
		display: none;
	}
}