/*==============================================================================================*/
/*共用样式-css
/*==============================================================================================*/
.guide_title {
    text-align: center;
}

.guide_title h1 {
    font-size: 35px;
    color: #1d4277;
    font-weight: normal;
}

.guide_title h1 em {
    color: #2e2e2e;
}

.guide_title h1 span {
    color: #00a903;
}

.guide_title p {
    display: inline-block;
    position: relative;
    padding: 0 55px;
    color: #a3a3a3
}

.guide_title p::before,
.guide_title p::after {
    width: 45px;
    height: 1px;
    content: '';
    background-color: #a3a3a3;
    position: absolute;
    top: 12px;
    margin: auto 0;
}

.guide_title p::before {
    left: 0;
}

.guide_title p::after {
    right: 0;
}

.more-box {
    margin: 20px 0 0;
    text-align: center;
	position: relative;
	z-index: 1;
}

.more-box a {
    display: inline-block;
    margin: 0 10px;
}



/*==============================================================================================*/
/*guide_pro
/*==============================================================================================*/
.guide_pro {
    width: 100%;
    margin: 35px 0;
    overflow: hidden;
}

.guide_pro .container {
    position: relative;
}

/* .guide_pro .more_box {
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 10;
}

.guide_pro .more_box a {
    float: right;
    margin-left: 20px;
}
 */
.guide_pro .pro_title {
    width: 100%;
}

.guide_pro .pro_title li {
    width: 49%;
    line-height: 70px;
    text-align: center;
    background-color: #333333;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
}

.guide_pro .pro_title li.on {
    background-color: #1d4277;
}

.guide_pro .pro_title li img {
    width: 22px;
}

.pro_main_title span {
    position: relative;
    padding-left: 20px;
}

/*-----栏目标题------*/
.pro_main {
    overflow: hidden;
}

.pro_main_title {
    padding: 5px 0 15px 0;
}

.pro_main_title span {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.pro_main_title span::before,
.pro_main_title span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pro_main_title span::before {
    border: 1px solid #333333;
    width: 16px;
    height: 16px;
}

.pro_main_title span::after {
    left: 2px;
    border: 2px solid #ffffff;
    background-color: #333333;
    width: 12px;
    height: 12px;
}

.pro_main_title span:hover {
    color: #1d4277;
}

.pro_main_title span:hover::before {
    border: 1px solid #1d4277;
}

.pro_main_title span:hover::after {
    background-color: #1d4277;
}

.pro_main_title a:first-child span{
    color: #00a903;
}

.pro_main_title a:first-child span::before {
    border: 1px solid #00a903;
}

.pro_main_title a:first-child span::after {
    background-color: #00a903;
}

/*-----产品内容区-----*/
.pro_main_body {
    overflow: hidden;
}

.pro_main_body .left {
    position: relative;
    float: left;
    width: 73.4%;
    overflow: hidden;
}

.pro_main_body .left a {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    display: block;
}

.pro_main_body .left a .pic {
    display: block;
    overflow: hidden;
    padding-top: 64.7%;
    position: relative;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
}

.pro_main_body .left a img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.pro_main_body .left a:hover img {
    transform: scale(1.05);
}

.pro_main_body .left a .txt {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 88%;
    height: 160px;
    padding: 0 44px;
    background-color: #ffffff;
    border-bottom-right-radius: 80px;
    line-height: 160px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.pro_main_body .left a p {
    color: #2e2e2e;
    font-size: 24px;
    width: 60%;
    float: left;
}

.pro_main_body .left a:hover p {
    color: #1d4277;
}

.pro_main_body .left a span {
    float: right;
    color: #a3a3a3;
    font-size: 16px;
}

.pro_main_body .right {
    float: right;
    width: 24.6%;
    overflow: hidden;
}

.pro_main_body .right li {
    display: block;
    overflow: hidden;
    padding-top: 60%;
    height: auto !important;
    position: relative;
    border-bottom-right-radius: 50px;
    border: 2px solid #f5f5f5;
    cursor: pointer;
    margin-bottom: 18px;
}

.pro_main_body .right li.swiper-slide-thumb-active {
    border-color: #1d4277;
}

.pro_main_body .right li img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*==============================================================================================*/
/*优势
/*==============================================================================================*/
.guide_adv .main {
    position: relative;
    margin: 15px 0;
    padding: 0 60px;
    overflow: hidden;
    background: url(../images/adv.jpg) no-repeat center/cover;
}

.guide_adv .main,
.guide_adv .main a {
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.guide_adv .main a {
    display: block;
    padding: 50px 20px;
}

.guide_adv .main .pic {
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-size: 90%;
    margin-top: 30px;
    transform: rotateY(0deg);
    transition: transform 0.5s ease;
}

.guide_adv .main li:hover .pic {
    background-position: 0px -60px !important;
    transform: rotateY(180deg);
}

.guide_adv .main .container {
    min-width: 1080px;
}

.guide_adv .guide_adv_list {
    width: 100%;
    overflow: hidden;
    border-right: 1px solid #809cd2;
}

.guide_adv .main li {
    border-left: 1px solid #809cd2;
}

.guide_adv .main li span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.guide_adv .main li:hover span {
    opacity: 1;
}

.guide_adv .main li:hover a {
    background-color: rgba(255, 255, 255, 0.8);
}

.guide_adv .main li p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    text-transform: uppercase;
}

.guide_adv .main li h3 {
    font-size: 28px;
    line-height: 30px;
    height: 30px;
}

.guide_adv .main li .txt {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    margin: 60px 0 80px;
}

.guide_adv .main li .bottom {
    width: 100%;
    font-size: 140px;
    padding-left: 10px;
    opacity: 0.5;
    font-weight: bolder;
    line-height: 1;
}

.guide_adv .main li:hover p {
    color: #727272;
}

.guide_adv .main li:hover .txt {
    color: #2e2e2e;
}

.guide_adv .main li:hover .bottom,
.guide_adv .main li:hover h3 {
    color: #1d4277;
}

.guide_adv .container {
    position: relative;
}

.guide_adv ._more {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
}

.guide_adv .adv_prev {
    left: -40px;
    background: url(../images/adv-left.png)center no-repeat;
    background-size: 100%;
}

.guide_adv .adv_next {
    right: -40px;
    background: url(../images/adv-right.png)center no-repeat;
    background-size: 100%;
}

/*==============================================================================================*/
/*一站式服务
/*==============================================================================================*/
.guide_serve {
    width: 100%;
    margin: 35px 0;
    overflow: hidden;
}

.guide_serve .serve_top {
    overflow: hidden;
    text-align: center;
    margin: 10px auto;
    width: 725px;
}

.guide_serve .serve_top li {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 10px;
    cursor: pointer;
}

.guide_serve .serve_top li i {
    float: left;
    width: 40px;
    height: 40px;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.guide_serve .serve_top li p {
    float: left;
    line-height: 40px;
    font-size: 20px;
    color: #2e2e2e;
    width: 80px;
}

.guide_serve .serve_top li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 29px;
    background: #e5e5e5;
    top: 5px;
    right: 0;
}

.guide_serve .serve_top li:last-child::after {
    display: none;
}
.guide_serve .serve_top .swiper-slide-thumb-active p{
    color: #1d4277;
}
.guide_serve .serve_top .swiper-slide-thumb-active i {
    background-position: 0px -40px !important;
}

.guide_serve .serve_bottom {
    overflow: hidden;
    position: relative;
}

.guide_serve .serve_bottom li,
.guide_serve .serve_bottom li a {
    position: relative;
    overflow: hidden;
    display: block;
}

.guide_serve .serve_bottom li a img {
    width: 100%;
}

.guide_serve .serve_bottom li a .txt {
    opacity: 0;
    transition: all .5s .5s;
    width: 500px;
    position: absolute;
    padding: 50px 20px 53px 80px;
    background: rgba(29, 66, 119, 0.7);
    left: 150px;
    bottom: 50px;
    transform: translateY(50%);
}

.guide_serve .serve_bottom .swiper-slide-active .txt {
    opacity: 1;
    transform: translateY(0%) translateX(0px);
}

.guide_serve .serve_bottom li h3 {
    font-size: 30px;
    color: white;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
}

.guide_serve .serve_bottom li p {
    font-size: 18px;
    color: white;
    line-height: 28px;
    height: 56px;
    margin-bottom: 12px;
    margin-top: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.guide_serve .serve_bottom li span {
    font-size: 18px;
    color: white;
    line-height: 28px;
    display: block;
}

.guide_serve .serve_bottom li .txt::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #fff;
    top: 71px;
    left: -60px;
}

.guide_serve ._more {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% !important;
}

.guide_serve .swiper-button-disabled {
    opacity: 0.2;
}

.guide_serve .se_prev {
    left: 15px;
    background: url(../images/adv-left.png)center no-repeat;
}

.guide_serve .se_next {
    right: 15px;
    background: url(../images/adv-right.png)center no-repeat;
}

.guide_serve .se_prev:hover {
    background: url(../images/adv-leftb.png)center no-repeat;
}

.guide_serve .se_next:hover {
    background: url(../images/adv-rightb.png)center no-repeat;
}

/*==============================================================================================*/
/*案例展示
/*==============================================================================================*/
.guide_case {
    width: 100%;
    margin: 35px 0;
    overflow: hidden;
}

.guide_case .main {
    margin: 15px 0;
    overflow: hidden;
}

.guide_case .main .left {
    float: left;
    width: 250px;
    margin-right: 2%;
	padding: 5px;
}

.guide_case .main .left li {
    position: relative;
    height: 85px;
    font-size: 20px;
    padding: 12.5px 20px;
}

.guide_case .main .left li.on {
    background-color: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.guide_case .main .left li::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    bottom: 0;
    left: 0;
}

.guide_case .main .left li.on::before {
    top: -1px;
    bottom: auto;
    background-color: #ffffff;
}

.guide_case .main .left li i {
    float: left;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}

.guide_case .main .left li p {
    line-height: 60px;
}

.guide_case .main .left li.on i {
    background-color: #1d4277 !important;
    background-position: center -38px !important;
}

.guide_case .main .right {
    overflow: hidden;
    margin-bottom: -20px;
}

.guide_case .main .right ul {
    overflow: hidden;
    position: relative;
    padding-left: 56%;
}

.guide_case .main .right ul li {
    float: left;
    width: 95%;
    height: 250px;
    margin-bottom: 10px;
    overflow: hidden;
}

.guide_case .main .right ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 510px;
}

.guide_case .main .right ul li a {
    position: relative;
    display: block;
    height: 100%;
}

.guide_case .main .right ul li a span {
    position: relative;
    display: block;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.guide_case .main .right ul li a:hover span {
    transform: scale(1.05);
}

.guide_case .main .right ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    color: #2e2e2e;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.guide_case .main .right ul li a:hover p {
    color: #1d4277;
}

.guide_case .main .right ul li:first-child p {
    width: 70%;
}


/*==============================================================================================*/
/*案例展示
/*==============================================================================================*/
.guide_about {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fcfcfc;
    border-bottom-left-radius: 65px;
}

.guide_about::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 32.3%;
    height: 100%;
    background: url(../images/about-b.png) center no-repeat;
}

.guide_about .main {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    border-top-right-radius: 65px;
}

.guide_about .main::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 74%;
    height: 100%;
    background-color: #f2f5fa;
}

.guide_about .left {
    float: left;
    display: block;
    position: relative;
    width: 52%;
}

.guide_about .left span,
.guide_about .left span img {
    width: 100%;
}

.guide_about .left i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(98, 98, 98, 0.6);
}

.guide_about .left i img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.guide_about .right {
    float: left;
    position: relative;
    width: 48%;
    padding: 35px 30px 0;
    color: #2e2e2e;
}

.guide_about .right .title h1 {
    font-size: 35px;
    color: #1d4277;
}

.guide_about .right .title h1 span {
    color: #00a903;
}

.guide_about .right .title p {
    margin: 5px 0 10px;
    font-size: 20px;
}

.guide_about .right .title em {
    display: inline-block;
    width: 70px;
    height: 4px;
    background-color: #1d4277;
}

.guide_about .right .ellipsis-5 {
    line-height: 30px;
    font-size: 16px;
    color: #656565;
    height: 150px;
    margin: 25px 0;
}

/*--数字滚动--*/
.guide_about .right .numbers-box {
    overflow: hidden;
    width: 104%;
    margin-left: -4%;
}

.guide_about .right .numbers-box li {
    float: left;
    width: 25%;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
}

.guide_about .right .numbers-box li>div h3,
.guide_about .right .numbers-box li>div span {
    display: inline;
    vertical-align: bottom;
}

.guide_about .right .numbers-box li>div h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}

.guide_about .right .numbers-box li p {
    font-size: 16px;
}

@media (max-width:1650px) {
    .guide_about .right .numbers-box li>div h3 {
        font-size: 40px;
    }
}

.guide_about .more-box {
    text-align: right;
    padding: 25px 0;
    background-color: #fff;
    position: relative;
    width: 74%;
    float: right;
    margin: 0;
}

.guide_about .more-box .tel,
.guide_about .more-box a {
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 25px;
}

.guide_about .more-box .tel {
    display: inline-block;
    line-height: 46px;
    font-size: 18px;
    padding-left: 32px;
    background: url(../images/a-tel.png) no-repeat left center;
    background-size: 25px;
	float: left;
}

.guide_about .more-box .tel span {
    display: inline-block;
    vertical-align: middle;
}

.guide_about .more-box .tel .t {
    font-size: 35px;
    color: #00a903;
    font-weight: bold;
    margin-left: 5px;
}


/*==============================================================================================*/
/*团队
/*==============================================================================================*/
.guide_team {
    width: 100%;
    margin: 35px 0;
    overflow: hidden;
}

.guide_team .main {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 0 60px;
}
.guide_team .main .container{
    min-width: 1080px;
    position: relative;
}

.guide_team .main .team-box {
    overflow: hidden;
}

.guide_team .main li {
    position: relative;
    overflow: hidden;
    width: 261px;
}

.guide_team .main .pic {
    position: relative;
    width: 100%;
    padding-top: 116%;
    height: auto;
    overflow: hidden;
}

.guide_team .main .pic img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.guide_team .main a:hover .pic img {
    transform: scale(1.05);
}

.guide_team .main .pic p {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
}

.guide_team .main .txt {
    overflow: hidden;
    padding-top: 10px;
}

.guide_team .main .txt h3 {
    font-size: 25px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.guide_team .main .txt h3 i{
    display: none;
}
.guide_team .main .txt p {
    font-size: 18px;
    line-height: 2;
    color: #2e2e2e;
}

.guide_team .main .txt span {
    font-size: 14px;
    color: #a3a3a3;
    line-height: 22px;
    height: 44px;
}

.guide_team ._more {
    position: absolute;
    top: -20%;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.guide_team .t_prev {
    left: -40px;
    background: url(../images/adv-lefth.png)center no-repeat;
    background-size: 100%;
}

.guide_team .t_next {
    right: -40px;
    background: url(../images/adv-righth.png)center no-repeat;
    background-size: 100%;
}

/*==============================================================================================*/
/*证书
/*==============================================================================================*/
.guide_honor {
    width: 100%;
    padding: 35px 0;
    overflow: hidden;
    background: url(../images/hoorbg.jpg) no-repeat center bottom/cover;
	position: relative;
}
.guide_honor::after{
    content: '';
    position: absolute;
    background: url(../images/hoorbg02.png) no-repeat center bottom/cover;
    width: 1551px;
    height: 200px;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: -100px;
}
.guide_honor .main {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 0 60px;
}
.guide_honor .main .container{
    min-width: 1080px;
    position: relative;
	padding-bottom: 2px;
}


.guide_honor .main .honor-box {
    overflow: hidden;
    margin-bottom: 20px;
}

.guide_honor .main li a {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}

.guide_honor .main li a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #1d4277;
}

.guide_honor .main li a .pic {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 138.7%;
    z-index: 2;
    overflow: hidden;
}

.guide_honor .main li a .pic img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.guide_honor .main li a:hover::before {
    background-color: #00a903;
}

.guide_honor .main li a p {
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.guide_honor .guide_title h1,
.guide_honor .guide_title span,
.guide_honor .guide_title p,
.guide_honor .guide_title em {
    color: #ffffff;
}

.guide_honor ._more {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.guide_honor .h_prev {
    left: -40px;
    background: url(../images/adv-left.png)center no-repeat;
    background-size: 100%;
}

.guide_honor .h_next {
    right: -40px;
    background: url(../images/adv-right.png)center no-repeat;
    background-size: 100%;
}

.guide_honor .more1,
.guide_honor .more{
    border-color: #ffffff;
    color: #ffffff!important;
}
.guide_honor .more1:hover{
    border-color: #00a903;
}
.guide_honor .more:hover{
    border-color: #1d4277;
}

/*==============================================================================================*/
/*证书
/*==============================================================================================*/
.guide_brand {
    position: relative;
    width: 100%;
    padding: 0px 0 35px;
    overflow: hidden;
    background-color: #f2f5fa;
}

.guide_brand .more-box {
    margin-top: 55px;
}

.guide_brand .guide_title {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    min-width: 990px;
}

.guide_brand .guide_title h1,
.guide_brand.guide_title span,
.guide_brand .guide_title p,
.guide_brand .guide_title em {
    color: #ffffff;
}

.guide_brand .guide_title p::before,
.guide_brand .guide_title p::after {
    width: 0;
}

.guide_brand .main {
    position: relative;
    padding-top: 38%;
}

.guide_brand .main::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    bottom: 0;
    margin: 0 auto;
    content: '';
    width: 90%;
    background: url(../images/6.png) no-repeat top center;
    background-size: 100%;
}

.guide_brand li {
    position: absolute;
    z-index: 3;
    width: 98px;
    height: 98px;
}

.guide_brand li:nth-child(1) {
    top: 10%;
    left: 3.5%;
}

.guide_brand li:nth-child(2) {
    top: 10%;
    right: 3.5%;
}

.guide_brand li:nth-child(3) {
    top: 20%;
    right: 20%;
    width: 120px;
    height: 120px;
}

.guide_brand li:nth-child(4) {
    top: 20%;
    left: 20%;
    width: 120px;
    height: 120px;
}

.guide_brand li:nth-child(5) {
    top: 50%;
    left: 32%;
}

.guide_brand li:nth-child(6) {
    top: 55%;
    left: 46%;
    width: 120px;
    height: 120px;
}

.guide_brand li:nth-child(7) {
    top: 50%;
    right: 30%;
}

.guide_brand li:nth-child(8) {
    top: 48%;
    left: 12%;
}

.guide_brand li:nth-child(9) {
    top: 48%;
    right: 12%;
}

.guide_brand li:nth-child(10) {
    top: 74%;
    left: 26%;
    width: 120px;
    height: 120px;
}

.guide_brand li:nth-child(11) {
    top: 87%;
    left: 47%;
}

.guide_brand li:nth-child(12) {
    top: 75%;
    right: 26%;
    width: 120px;
    height: 120px;
}

.guide_brand li a {
    display: block;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
}

.guide_brand li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
}

/*==============================================================================================*/
/*新闻
/*==============================================================================================*/
.guide_news {
    width: 100%;
    margin: 35px 0;
    overflow: hidden;
}
.guide_news .main {
    min-height:300px;
}
.guide_news .main , .guide_news .bd{
    overflow: hidden;
    position: relative;
}
.guide_news .top {
    overflow: hidden;
    width: 100%;
    margin: 10px 0 15px;
}

.guide_news .top ol {
    width: 102%;
    margin-left: -1%;
}

.guide_news .top ol li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 31.33%;
    margin: 0 1%
}

.guide_news .top ol li a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 51%;
    height: auto;
    width: 100%;
}

.guide_news .top ol li a img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.guide_news .top ol li a:hover img {
    transform: scale(1.05);
}

.guide_news .top ol li .txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 50px;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
    color: #ffffff;
}

.guide_news .top ol li .txt span {
    font-size: 18px;
}

.guide_news .top ol li .txt p {
    font-size: 30px;
}

.guide_news .bottom {
    padding-left:245px;
    margin-top:10px;
}

.guide_news .bottom ol {
    overflow: hidden;
    padding-left: 20px;
}

.guide_news .bottom li {
    float: left;
    width: 33.333%;
    position: relative;
}

.guide_news .bottom li::before {
    position: absolute;
    content: "";
    width: 100%;
    background: #f7f7f7;
    height: 0%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: ease .5s;
}

.guide_news .bottom ol a {
    display: block;
    padding: 30px;
    background: transparent;
    transition: ease .5s;
    position: relative;
}

.guide_news .bottom li:hover::before {
    height: 100%;
}

.guide_news .bottom li h3 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

.guide_news .bottom li span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #a3a3a3;
}

.guide_news .bottom li h4 {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    color: #2e2e2e;
    margin-top: 15px;
    transition: ease .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
}

.guide_news .bottom li p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    color: #a3a3a3;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.guide_news .bottom li:hover h4 {
    color: #1d4277;
}
.guide_news .hd{
    position: absolute;
    bottom:20px;
    left: 0;
    width: 230px;
    padding-right: 15px;
    z-index: 2;
}
.guide_news .hd li{
    position: relative;
    height:67px;
    line-height:67px;
    background-color: #e5e5e5;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    transition: ease .5s;
    border-bottom: 1px solid #bcbcbc;
}
.guide_news .hd li:last-child{
    border: none;
}
.guide_news .hd li.on{
    color: #ffffff;
    background-color: #1d4277;
    border-color: #1d4277;
}
.guide_news .hd li::before{
    content: "";
    position: absolute;
    width:12px;
    height:22px;
    background: url(../images/on.png)no-repeat center;
    background-size: 100% 100%;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: ease .5s;
}
.guide_news .hd li.on::before{
    opacity: 1;
}


@media(max-width:1450px) {
    .guide_news .top ol li .txt {
        padding: 30px;
    }
}


/*--视频--*/
.video_box {
    position:fixed;
    left: 50%;
    top: 32%;
    width: 60%;
    z-index: 100;
    transform: translate(-50%, -20%);
    z-index: 10000;
    display: none;
}

.video_main {
    width: 100%;
}

.video_main span {
    position: absolute;
    right: -10px;
    top: -15px;
    cursor: pointer;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/up.png) no-repeat;
    background-size: 100%;
}

.video_main .vi {
    position: relative;
    z-index: 1;
}
video {
    width: 100%;
    object-fit: fill;
}

@media (max-width: 992px) {
    .video_box {
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    .video_main span {
        top: auto;
        bottom: -80px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
}
.videozk {
    display: none;
    position:fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}