/*==============================================================================================*/
/*共用样式-css
/*==============================================================================================*/
.guide_title {
    overflow: hidden;
    position: relative;
}

.guide_title ._title {
    position: relative;
    float: left;
    padding-bottom: 18px;
}

.guide_title ._title::before {
    width: 50%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #202389;
}

.guide_title h1 {
    font-size: 35px;
    line-height: 35px;
    color: #2e2e2e;
    font-weight: normal;
}

.guide_title2 ._title::before {
    background-color: #ffffff;
}

.guide_title2 h1 {
    color: #ffffff;
}

.guide_title .guide_cate {
    float: right;
    font-size: 20px;
    color: #2e2e2e;
    line-height: 35px;
    margin-right: -20px;
}

.guide_title .guide_cate li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.guide_title .guide_cate li.on {
    color: #202389;
    font-weight: bold;
}

.guide_title .guide_cate li::before {
    width: 2px;
    height: 15px;
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    background-color: #2e2e2e;
}

.guide_title .guide_cate li:first-child::before {
    height: 0;
}

.guide_title ._right {
    float: right;
    font-size: 18px;
    line-height: 35px;
    margin-right: -20px;
}

.guide_title ._right a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}



/*==============================================================================================*/
/*guide_pro
/*==============================================================================================*/
.guide_pro {
    padding: 50px 0;
    overflow: hidden;
}
.guide_pro .guide_title ._title{
	margin-right: 40px;
}
.guide_pro .guide_title .guide_cate{
	float: none;
}

.guide_pro ._main li,
.guide_pro ._main .list {
    position: relative;
    float: left;
    width: 100%;
}

.guide_pro ._main .pic {
    float: left;
    width: 50%;
    padding: 12px;
    border: 1px solid #eeeeee;
}

.guide_pro ._main .pic a {
    position: relative;
    background-color: #f5f5f5;
    display: block;
    overflow: hidden;
    padding-top: 55%;
    position: relative;
}

.guide_pro ._main .pic a img {
    height: 85%;
    width: auto;
    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_pro ._main li:hover img,
.guide_pro ._main .item:hover img {
    transform: scale(1.05);
}

.guide_pro ._main .txt {
    width: 48%;
    float: right;
}

.guide_pro ._main .ellipsis-1 {
    position: relative;
    font-size: 25px;
    color: #2e2e2e;
    margin: 40px 0 20px;
}

.guide_pro ._main em {
    width: 30px;
    height: 2px;
    background-color: #202389;
    display: block;
    margin-bottom: 20px;
}

.guide_pro ._main .ellipsis-3 {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 30px;
}

.guide_pro ._main .more {
    margin-right: 40px;
}

.guide_pro ._main .list {
    width: 102%;
    margin-left: -1%
}

.guide_pro ._main .item {
    position: relative;
    float: left;
    width: 31.33%;
    margin: 0 1%;
    border: 1px solid #eeeeee;
}

.guide_pro ._main .item>div {
    width: 100% !important;
    border: none;
}

.guide_pro ._main .item .ellipsis-1 {
    margin: 10px 0;
    width: 80%;
    font-size: 22px;
}

.guide_pro ._main .item .txt {
    position: relative;
    margin-top: -12px;
    padding: 0 20px;
}

.guide_pro ._main span {
    position: absolute;
    right: 25px;
    top: -30px;
    width: 51px;
    height: 51px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #2e2e2e;
}

.guide_pro ._main .item:hover span {
    background-color: #202389;
}

.guide_pro ._main li:hover,
.guide_pro ._main .item:hover {
    box-shadow: 0 0 8px rgba(0, 160, 233, 0.08);
}


/*==============================================================================================*/
/*guide_adv-box
/*==============================================================================================*/
.guide_adv-box {
    position: relative;
    overflow: hidden;
    max-height: 800px;
}

.guide_adv-box .container1 {
    position: absolute;
    top: 50px;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 10;
}

.guide_adv {
    position: relative;
    z-index: 1;
}

.guide_adv-box ._right {
    float: right;
    font-size: 18px;
    line-height: 35px;
    margin-right: -20px;
}

.guide_adv-box ._right a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.guide_adv .item {
    position: relative;
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guide_adv .item>div {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

.guide_adv .item .left {
    color: #ffffff;
}

.guide_adv .item .left h2 {
    font-size: 45px;
}

.guide_adv .item .left em {
    width: 40px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 18px 0;
}
.guide_adv .item .left p{
    height: 44px;
}

.guide_adv .item .pic {
    margin-left: 10%;
    width: 90%;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.guide_adv .item .pic img {
    display: block;
    width: 100%;
}

/*--选项--*/
.environment-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
}

.environment-btn::before {
    position: absolute;
    left: 50%;
    margin-left: -200vw;
    top: 55px;
    content: "";
    width: 400vw;
    height: 400vw;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.environment-btn-item {
    cursor: pointer;
    margin: 20px 10px;
    width: 100px;
    height: 150px;
    color: #fff;
    position: relative;
    z-index: 3;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.environment-btn-item span {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/adv-bg1.png) center top no-repeat;
    background-size: cover;
    margin-bottom: 5px;
}

.environment-btn-item span::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/adv-bg.png) center top no-repeat;
    background-size: cover;
    clip-path: inset(0 0 100% 0);
    transition: 0.45s;
}

.environment-btn-item:hover span::before,
.environment-btn-item.active span::before {
    clip-path: inset(0 0 0 0);
}

.environment-btn-item b {
    position: relative;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    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;
}

.environment-btn-item:hover b,
.environment-btn-item.active b {
    background-position: 0px -50px !important;
}



/*==============================================================================================*/
/*guide_about
/*==============================================================================================*/
.guide_about {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: url(../images/about-bg.jpg) center top no-repeat;
    background-size: cover;
}

.guide_about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guide_about .left {
    width: 40%;
    overflow: hidden;
}

.guide_about .left p {
    font-size: 16px;
    line-height: 35px;
    margin: 25px 0;
    max-height: 175px;
}

.guide_about .left ul {
    border-top: 1px solid #a0a0a0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 25px;
}

.guide_about .left ul span {
    display: inline-block;
    vertical-align: middle;
}

.guide_about .left ul .img {
    width: 40px;
    height: 40px;
    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_about .left ul li {
    position: relative;
    padding: 15px 0;
    padding-right: 10px;
}

.guide_about .left ul li::before {
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
}

.guide_about .left ul .active::before {
    width: 100%;
    background-color: #202389;
}

.guide_about .left ul .active span {
    font-weight: bolder;
    color: #202389;
}

.guide_about .left ul .active .img {
    background-position: 0px -40px !important;
}

.guide_about .left .more-box {
    overflow: hidden;
    padding: 10px 0;
    margin-top: 10px;
}

.guide_about .left .more-box a {
    margin-right: 40px;
}

.guide_about .right {
    width: 55%;
    position: relative;
    padding: 0 10% 0 3%;
}

.guide_about .right .pic {
    position: relative;
    padding: 8%;
}

.guide_about .right .pic::before {
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #ddd;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.guide_about .right .pic span {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.guide_about .right .pic span img {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.guide_about .right ul {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 1.2;
}

.guide_about .right ul li {
    position: relative;
    padding: 50% 0 0 10%;
}

.guide_about .right ul li::before {
    position: absolute;
    left: -18%;
    bottom: 18.5%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    content: '';
    background-color: rgb(0, 160, 233, 0.8);
}

.guide_about .right ul li::after {
    position: absolute;
    left: -21%;
    bottom: 15%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    content: '';
    background-color: rgb(0, 160, 233, 0.5);
}

.guide_about .right ul li:nth-child(2) {
    padding-left: 30%;
}

.guide_about .right ul li:nth-child(2)::before {
    left: 12%;
    bottom: 10%;
}

.guide_about .right ul li:nth-child(2)::after {
    left: 9%;
    bottom: 6.5%;
}

.guide_about .right ul p {
    display: flex;
    align-items: baseline;
}

.guide_about .right ul b {
    font-size: 50px;
    color: #202389;
}

@media (max-width:1300px) {
    .guide_about .right ul li {
        padding: 40% 0 0 10%;
    }
}


/*==============================================================================================*/
/*guide_tec-box
/*==============================================================================================*/
.guide_tec-box {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
/*    background: url(../images/technology-bg.jpg) center top no-repeat;
    background-size: cover; */
	background-color: #fff;
}

.guide_tec-box ul {
    margin-top:30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guide_tec-box li {
    width: 19%;
    border: 1px solid #202389;
    border-radius: 10px;
    padding:28px 15px;
    position: relative;
    overflow: hidden;
}

.guide_tec-box li a {
    color: #2e2e2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index:100;
}
.guide_tec-box li:hover{
    border: 1px solid#00A0E9;
}
.guide_tec-box li .CorebgColour {
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #00A0E9;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    filter: Alpha(Opacity=0);
    opacity: 0;
}

.guide_tec-box li:hover .CorebgColour {
    z-index: 99;
    filter: Alpha(Opacity=100);
    opacity: 1.0;
}

.guide_tec-box li span {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
}

.guide_tec-box li span img {
    width: 100%;
}

.guide_tec-box li em {
    width: 25px;
    height: 2px;
    background-color: #2e2e2e;
    display: block;
    margin: 12px 0;
}

.guide_tec-box li:hover a{
	color: #fff;
}
.guide_tec-box li:hover em{
	background-color: #fff;
}
.guide_tec-box li:hover span img{
	margin-top: -40px;
}


/*==============================================================================================*/
/*.guide_hoor
/*==============================================================================================*/
.guide_hoor {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: url(../images/hoor-bg.jpg) center top no-repeat;
    background-size: cover;
}

.guide_hoor ul {
    width: 102%;
    margin: 15px 0 -1% -1%;
    overflow: hidden;
}

.guide_hoor ul li {
    float: left;
    margin: 1%;
    width: 18%;
    border: 1px solid #dedede;
    overflow: hidden;
}

.guide_hoor ul li a {
    position: relative;
    width: 100%;
    padding-top: 57.1%;
    overflow: hidden;
    display: block;
}

.guide_hoor ul li a img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.guide_hoor .img2 {
    z-index: 3;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transform: scale(0);
}

.guide_hoor li:hover .img2 {
    transform: scale(1);
}


/*==============================================================================================*/
/*.guide_case-box
/*==============================================================================================*/
.guide_case-box {
    position: relative;
    overflow: hidden;
    height: 880px;
}

.guide_case-box .container1,
.guide_case-box .case-btn {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.guide_case-box .container1 {
    top: 50px;
}

.guide_case li {
    z-index: 1;
}

.guide_case .swiper-container-fade .swiper-slide-active {
    z-index: 10;
}

.guide_case li a {
    display: block;
    overflow: hidden;
    height: 880px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #ffffff;
}

.guide_case li h2 {
    font-size: 50px;
    max-width: 800px;
}

.guide_case li p {
    font-size: 16px;
    max-width: 800px;
}

.case-btn {
    bottom: 0;
    background-color: rgb(67, 67, 67, 0.7);
    padding: 0 25px;
}

.case-btn .container {
    position: relative;
}

.case-btn .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 45px;
    background: url(../images/left.png) no-repeat center/100%;
}
.case-btn .guide_case-prev {
    left:-10px;
}

.case-btn .guide_case-next{
    right:-10px;
    background: url(../images/right.png) no-repeat center/100%;
}

@media (min-width:1650px){
    .case-btn .guide_case-prev {
        left:-9%;
    }
    
    .case-btn .guide_case-next{
        right:-9%;

    }
}


.case-list {
    position: relative;
    height: 180px;
    z-index: 2;
}

.case-main .case-item {
    float: left;
    width: 25%;
    display: block;
    z-index: 1;
    text-align: center;
    transition: all 0.3s;
    height: 180px;
}

.case-main .case-item a {
    display: block;
    cursor: auto;
    width: 100%;
    height: 180px;
    border-left: 1px solid #6e6f6e;
    box-sizing: border-box;
    padding-top: 35px;
    color: #ffffff;
    font-size: 25px;
    z-index: 99;
    transition: all 0.3s;
}

.case-main .case-item:last-child{
    border-right: 1px solid #6e6f6e;
}

.case-main .case-item i {
    width: 52px;
    height: 52px;
    background: url(../images/open_normal.png) no-repeat center/cover;
    display: block;
    margin: 10px auto 0;
    transition: all 0.3s;
}

.case-main .swiper-slide-thumb-active i {
    background: url(../images/open_selected.png) no-repeat center/cover;
    margin-top: 45px;
}

.case-main .swiper-slide-thumb-active a {
    position: absolute;
    background: url(../images/case-bg.png) no-repeat center bottom;
    background-size: 100% 100% !important;
    height: 355px;
    border: none;
    bottom: 0;
    font-size: 30px;
}

.case-main .swiper-slide-thumb-active a span {
    width: 75px;
    height: 75px;
    overflow: hidden;
    display: block;
    margin: 30px auto;
}


/*==============================================================================================*/
/*.guide_news
/*==============================================================================================*/

.guide_news {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.guide_news .nlist {
    width: 101%;
    margin:20px 0 0 -0.5%;
    overflow: hidden;
}

.guide_news .nitem {
    float: left;
    overflow: hidden;
    width: 32.33%;
    margin: 0.5%;
    transition: all 1s;
}

.guide_news .nitem.active {
    width: 65.66%;
    transition: all 1s;
}

.guide_news .nitem a {
    position: relative;
    height: 455px;
    overflow: hidden;
    display: block;
    width: 100%;
    background-color: #202389;
    background-image: url(../images/newsbg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.guide_news .nitem a .pic {
    position: relative;
    height: 455px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.guide_news .nitem a .txt {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 30px 90px;
}

.guide_news .nitem a p {
    line-height: 26px;
    font-size: 14px;
    height: 104px;
    margin: 15px 0 50px;
}

.guide_news .nitem a .time,
.guide_news .nitem .more {
    color: #ffffff;
}

.guide_news .nitem a h2 {
    margin-top: 8px;
}

.guide_news .nitem .more::before,
.guide_news .nitem .more::after {
    background-color: #ffffff;
}

.guide_news .nitem.active a .txt {
    padding: 30px;
}

.guide_news .nitem.active a p {
    display: none;
}

.guide_news .nitem a .hide,
.guide_news .nitem.active .more {
    display: none;
}

.guide_news .nitem.active a .hide {
    display: block;
}

.guide_news .list{
    width: 101%;
    margin: 0.5% 0 -0.5% -0.5%;
    overflow: hidden;
}

.guide_news .list .item {
    float: left;
    width: 32.33%;
    margin: 0.5%;
    padding: 30px 30px 40px;
    background-color: #f5f5f5;
}

.guide_news .list p {
    font-size: 22px;
    line-height: 36px;
    height: 72px;
    margin: 15px 0;
}

.guide_news .more {
    font-size: 14px;
}

.guide_news .more::before,
.guide_news .more::after {
    height: 2px;
}

.guide_news .time {
    font-size: 16px;
    color: #828282
}

.guide_news .list .item:hover {
    background-color: #202389;
}
.guide_news .list .item .more::after{
    background-color: #ffffff;
}
.guide_news .list .item:hover  .more::after{
    width: 100%;
}
.guide_news .list .item:hover a,
.guide_news .list .item:hover .more,
.guide_news .list .item:hover .time {
    color: #ffffff;
}
