*:hover {
    transition: 0.4s;
}


/* ========banner======== */
.banner {
    margin-top: 145px;
    width: 100%;
    /* height: 802px; */
    overflow: hidden;
    position: relative;
}

.banner video {
    width: inherit;
    /* height: 802px; */
    object-fit: cover;
}


.banner button {
    background-image: linear-gradient(90deg, rgba(255, 177, 22, 0.8) 0%, rgba(255, 93, 3, 0.8) 100%);
    background-blend-mode: normal, normal;
    border-radius: 50px;
    /* background: url("../images/bbtn.png") no-repeat center; */
    width: 365px;
    height: 81px;
    color: #fff;
    font-size: 37px;
    font-weight: bold;
    border: none;
    margin-top: 474px;
    cursor: pointer;
    transition: 1s;
}

.banner button:hover {
    background-image: linear-gradient(#ffa800, #ffa800);
    /*background-image: linear-gradient(90deg,rgba(255, 93, 3, 0.8)  0%,rgba(255, 177, 22, 0.8)  100%);*/
    background-blend-mode: normal, normal;
    transition: 1s;
}


.banner .swiper-pagination-bullets {
    bottom: 18% !important;
    left: 0;
    width: 100%;
}

/* ========轮播======== */


.banner .swiper-pagination-bullet {
    width: 77px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0.5px;
    opacity: 0.4;
    margin: 0 10px;
    /* margin-top: .6rem; */
}

.banner .swiper-pagination-bullet-active {
    background-color: #ffd100;
    opacity: 0.8;
}

.banner .swiper-button-next {
    position: absolute;
    top: 402px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0.3;
    right: 366px;
    background-size: 11px 17px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}



.banner .notice {
    width: 100%;
    height: 80px;
    background: rgba(16, 32, 62, 0.56);
    position: absolute;
    bottom: 4px;
    z-index: 12;
}

.banner .notice:hover {
    background: rgba(16, 32, 62, 0.3);
}

.banner .notice img {
    width: 20px;
    height: 23px;

}

.banner .block1 p {
    color: #ffe48a;
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
    padding-bottom: 3px;
}

.banner .block2 {
    font-size: 14px;
    color: #626f81;
    margin-top: 0px;
    margin-left: 40px;

}

.banner .notice:hover .block2 {
    color: #fff;
}

.winBox {
    width: 1200px;
    height: 40px;
    overflow: hidden;
    position: relative;
    /* background:pink; */
    margin-left: 40px;
    margin-top: -8px;
}

.scroll {
    /* width:1500px; */
    position: absolute;
    left: 1160px;
    top: 0px;
    white-space: nowrap;
    display: flex;
}

.scroll:hover {
    transition: 0s;
}

.scroll .li {
    /* width:100%; */
    float: left;
    line-height: 40px;
    text-align: center;
    list-style: none;
    display: inline-block;
}

.banenr .swiper-slide {
    position: relative;

}

.banner .text-block {
    position: absolute;
    bottom: 5px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
	height: 100%;
}

.banner .text-block1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    transform: translateX(-50%);
}

.banner .text-block1 h2 {
    font-size: 68px;
    color: #ffffff;
    margin-top: 365px;
}

.banner .text-block1 p {
    font-size: 26px;
    line-height: 65px;
    color: #fefefe;
    margin: 30px 0 83px -15px;
}

.banner .text-block1 hr {
    width: 100px;
    height: 4px;
    background-color: #ffffff;
    margin: 0;
    margin-top: 85px;
}


.ex_block {
    width: 100%;
    height: 172px;
    background-color: #ffffff;

}

.ex_block .item {
    position: relative;
    padding-right: 20px;
}
.ex_block .item:last-child{
    padding-right: 0px;
}

.ex_block .item::after {
    content: "";
    width: 1px;
    height: 42px;
    background-color: #d7d7d7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ex_block .item:last-child:after {
display: none;
}

.ex_block p {
    margin-left: 23px;
    font-size: 18px;
    line-height: 28px;
    color: #454545;
}

/* content */
.content1 {
    width: 100%;
    height: 1093px;
    background: url("../images/index/c1_bg.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.content1 h2 {
    font-size: 41px;
    /* letter-spacing: 1px; */
    color: #ffffff;
    margin: 75px 0 395px 0;
}

.content1 .left img {
    margin-right: 40px;
}

.content1 h3 {
    /* margin-top: 13px; */
    font-size: 27px;
    color: #13216a;
}
.content1 .sy{
    position: absolute;
    top: 195px;
    left: 355px;

}
.content1 a {
    width: 186px;
    height: 48px;
    display: block;
    line-height: 48px;
    background-color: #29316c;
    color: #fff;
    margin-top: 12px;
    text-align: center;
}

.content1 a:hover {
    width: 186px;
    height: 48px;
    background-color: #fdd106;
    color: #2a3578;
}

.content1 p {
    font-size: 29px;
    line-height: 48px;
    color: #454545;
}

.content1 .left hr {
    width: 125px;
    height: 1px;
    background-color: #d1d1d1;
    margin: 0;
    border: 0;
    margin-top: 20px;
}

.content1 .phone {
    width: 495px;
    height: 825px;
    position: relative;
    overflow: hidden;
    border-radius: 66px;
    margin-right: -53px;
    /* background: url("../images/index/c1_phone_core.png") no-repeat top; */

}

.content1 .phone_core {
    position: absolute;
    top: 0;
}

.content1 .phone_ui {
    position: absolute;
    left: 79px;
    top: 17px;
    /* width: 100%; */
    transform: scale(1.005);

}

.content1 .phone video {
    margin-top: 20px;
    margin-left: 71px;
}

.content1 .right {
    margin-top: 50px;
}

.content1 .item p {
    font-size: 19px;
    color: #272b46;
    text-align: center;
    margin-top: -27px;
    line-height: 30px;
}


/* .content2  */
.content2 {
    width: 100%;
    height: 700px;
    background: url("../images/index/c2_bg.png") no-repeat center;
    position: relative;
    background-size: 100% 100%;
}

.content2 h2 {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 28px;
    padding-top: 50px;
    line-height: 67px;

}

.content2 .swiper-slide {
    /* padding: 23px 0; */
    width: auto!important;
    height: 180px;
    position: relative;
}
.content2 .swiper-slide::after{
    content: "";
    position: absolute;
    width: 1px;
	height: 36px;
	background:  #4f5984;
	opacity: 0.7;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.content2 .swiper-slide:last-child::after{
 display: none;
}

.content2 .swiper-slide img{
    margin: 18px auto;

}
.content2 .swiper-slide p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    /* margin-top: 25px; */
    padding: 0 29px;
}

/* .content2 .ex{
    width: 257px!important;
} */
.content2 .swiper-slide:hover,.content2 .swiper-slide.ac{
    background-color: #3d4970;
}

/* .content2  .swiper-slide:hover,
.content2  .swiper-slide.swiper-slide-active{
    background-color: #3d4970;
} */

.content2 .sw {
    width: 100%;
    /* background: rgba(16, 32, 62, 0.56); */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.content2 .ry{
    font-size: 20px;
    line-height: 28px;
    color: #fdd106;
    /* margin-top: 30px; */
    margin-top: 35px;
}
.content2 .ry::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fdd106;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    

}
.content2 .swiper-button-next,
.content2 .swiper-button-prev {
    background-size: 8px 15px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
}

.content2 .swiper-button-next.swiper-button-disabled,
.content2 .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}

.content2 .swiper-button-next {
    right: 295px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.content2 .swiper-button-prev {
    left: 295px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");

}

.content2 .block{
    border-top: solid 1px #63cbe5;
    border-bottom: solid 1px #63cbe5;
    /* padding: 30px 0; */
    position: relative;
    height: 224px;

}

.content2 .block img{
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
    border: 1px solid #3d7b9c;
    /* padding: 28px 23px; */
}
.content2 .block .img:hover img{
    background: rgba(58, 68, 101 ,0.6);
    border-radius: 10px;
    border: 1px solid #63cbe5;
}
.content2 .block .img:hover::before{
    background-color: #63cbe5;
}
.content2 .block .img::before{
    content: "";
    position: absolute;
    top: -7px;
    left: 24px;
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border-radius: 50%;
}
.content2 .block .img2::before{
    top: 218px;
    left: 694px;
}

/* content3 */
.content3 {
    width: 100%;
    height: 657px;
    background-size: 100% 100%;
    background: url("../images/index/c3_bg.jpg") no-repeat top;
}

.content3 .left {
    position: relative;
    width: 560px;

}

.content3 h2 {
    font-size: 48px;
    color: #032365;

}

.content3 ul {}

.content3 li {
    font-size: 22px;
    color: #333333;
    margin-left: 79px;
    cursor: pointer;
}

.content3 li:hover,
.content3 li.ac {
    color: #495695;
}

.content3 .left img {
    width: 580px;
    height: 305px;
}

.content3 .tab_block {
    display: none;
}

.content3 .tab_block.on {
    display: initial;
}

.content3 .left h3 {
    font-size: 22px;
    color: #333;
    margin: 38px 0 0px 0;
    position: relative;
    width: 476px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}

.content3 .left:hover h3 {
    color: #495695;
}

.content3 .left .arrow {
    background: url("../images/index/c3_l_arrow.png") no-repeat center;
    width: 24px;
    margin: 0;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 26px;
}

.content3 .left:hover .arrow {
    background: url("../images/index/c3_l_arrowac.png") no-repeat center;
}

.content3 .left i {
    display: inline-block;
    width: 1px;
    height: 44px;
    background-color: #b6b6b6;
    margin: 0 30px;
}

.content3 .left span:nth-child(1),
.content3 .right span:nth-child(1) {
    font-size: 22px;
    color: #afafaf;
    margin-bottom: 5px;
}

.content3 .left span:nth-child(2),
.content3 .right span:nth-child(2) {
    font-size: 16px;
    color: #999999;
}

.content3 .left p {
    width: 444px;
    text-align: left;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    line-height: 29px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}


.content3 .right {
    /* margin-top: -29px; */

}

.content3 .right .item {
    border-top: 1px solid #bababa;
    padding: 33px 0;
    cursor: pointer;

}


.content3 .text-block {
    margin-left: 31px;

}

.content3 .right .text-block h3 {
    width: 440px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}

.content3 .right .item:hover h3 {
    color: #495695;
}

.content3 .right .text-block p {
    font-size: 14px;
    color: #777777;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 471px;
}

.notice_mask {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
}
.notice_mask .notice_box {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 557px !important;
    margin-left: -280px;
    border-radius: 10px;
}
.notice_mask .notice_box img.bg {
    width: 100%;
}
.notice_mask .notice_box h4 {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 62px;left: 32px;
	width: 290px;
}
.notice_mask .notice_box p {
	width: 86%;
	font-size: 18px;
	color: #1a1a1a;
	font-weight: 500;
	line-height: 28px;
	padding: 27px;
	position: absolute;
	top: 180px;left: 10px;
	background-color: #fff;
	border-radius: 15px;
}
.notice_mask .close {
    width: 34px !important;
    height: 34px;
    position: absolute;
    top: -16px;
    right: -5px;
}

.home_footer {
    background-color: #fff;
}
.home_footer a {
    color: #9a9a9a !important;
}

.home_footer a:hover {
	color: #29316c!important;
}
.home_footer .footer_lef p {
	color: #999999;
}
.home_footer .wx p {
	color: #333333;
    opacity: 1;
}
.home_footer .rig1 p {
	color: #666666;
}
.home_footer .footel p {
	color: #ffffff;
}
.home_footer .rig4 p {
	color: #666666;
}
.home_footer .rig2 p {
	color: #29316c;
}
.home_footer span.pho_ico{
background: url("../images/pho_ac.png") no-repeat;
}
.home_footer span.email_ico{
background: url("../images/emai_ac.png") no-repeat;
}
.home_footer span.map_ico{
background: url("../images/map_ac.png") no-repeat;
}
.home_footer .footel {
	background-color: #29316c;
}
.home_footer .rig4img {
	background-color: #29316c;

}
.home_footer .rig5img {
	background-color: #29316c;

}