.meau{
    display: none;
}
.xsqd_banner{
    width: 100%;
    height: 100%;
    background: url(/Public/Home/images/xsqd/banner.jpg) no-repeat center/cover;
}
.xsqd_banner .w_1200{
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 146px 0 90px 0;
}
.xsqd_banner .w_1200>p{
    font-size: 18px;
}
.xsqd_banner .w_1200>.p1{
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 1px;
}
.xsqd_banner .w_1200>.p2{
    font-weight: bold;
    font-size: 40px;
}
.xsqd_banner .w_1200>.p3{
    margin-top: 14px;
}
.xsqd_banner .w_1200 .bt>a{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    width: 140px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 24px;
    margin-top: 24px;
    letter-spacing: 1px;
}
.xsqd_banner .w_1200 .bt>a:hover{
    color: #4381ff;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.xsqd_banner .w_1200 .bt>a>img{
    margin-bottom: 2px;
    display: none;
}
.xsqd_banner .w_1200 .bt>a>.white_arrow{
    display: inline-block;
}
.xsqd_banner .w_1200 .bt>a:hover .white_arrow{
    display: none;
}
.xsqd_banner .w_1200 .bt>a:hover .blue_arrow{
    display: inline-block;
}

/* xsqd_sec1 */
.xsqd_sec1{
    width: 100%;
    padding: 80px 0 60px 0;
    background-color: #fff;
}
.sec1_box{
    width: 1200px;
    margin: 0 auto;
}
.sec1_box .sec1_left{
    margin-right: 54px;
}
.sec1_box .sec1_left>img{
    max-width: 100%;
    width: 100%;
}
.sec1_box .sec1_right{
    width: 48.9%;
    margin-top: 50px;
}
.sec1_right>ul{
    padding: 50px 62px;
    background-color: #eef7ff;
    border-radius: 60px;
}
.sec1_right>ul>li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 38px;
}
.sec1_right>ul>li:nth-child(1){
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}
.sec1_right>ul.active>li:nth-child(1){
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
    -webkit-opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    filter: alpha(opacity=100);
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;  
}
.sec1_right>ul>li:nth-child(2){
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
}
.sec1_right>ul.active>li:nth-child(2){
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
.sec1_right>ul>li:last-child{
    margin-bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec1_right>ul.active>li:last-child{
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.4s ease-in-out;
	-moz-transition: all 1.4s ease-in-out;
	-ms-transition: all 1.4s ease-in-out;
	-o-transition: all 1.4s ease-in-out;
	transition: all 1.4s ease-in-out;
}
.sec1_right>ul>li i{
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 16px;
    background: url(/Public/Home/images/xsqd/sec1_icons.png) no-repeat;
}
.sec1_right>ul>li i.icon1{
    background-position: 0 0;
}
.sec1_right>ul>li i.icon2{
    background-position: 0 -49px;
}
.sec1_right>ul>li>span{
    display: inline-block;
    width: 86.6%;
    font-size: 20px;
    color: #333;
}
/* xsqd_sec1 */

/* 按钮 */
.sec1_btn{
    display: block;
    font-size: 16px;
    color: #4381ff;
    width: 260px;
    height: 56px;
    line-height: 52px;
    text-align: center;
    border: 2px solid #4381ff;
    border-radius: 28px;
    margin: 50px auto 0;
}
.sec1_btn:hover{
    color: #fff;
    background-color: #4381ff;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec1_btn>img{
    display: none;
    width: 6px;
    height: 12px;
    margin-left: 5px;
    margin-bottom: 2px;
}
.sec1_btn>.blue_arrow{
    display: inline-block;
}
.sec1_btn:hover .blue_arrow{
    display: none;
}
.sec1_btn:hover .white_arrow{
    display: inline-block;
}
/* 按钮 */

/* xsqd_sec2 */
.xsqd_sec2{
    width: 100%;
    padding: 60px 0;
    background-color: #f4f4f4;
}
.xsqd_sec2 .sec2_box{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.xsqd_sec2 .sec2_box>h4{
    font-size: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}
.xsqd_sec2 .sec2_box>h4>span{
    color: #1d2089;
}
.xsqd_sec2 .sec2_box ul>li{
    cursor: pointer;
    position: relative;
    float: left;
    width: 48.2%;
    margin-right: 36px;
    margin-bottom: 32px;
    background-color: #fff;
    border-top: 10px solid #fff;
    z-index: 0;
    border-radius: 6px;
}
.xsqd_sec2 .sec2_box ul>li:hover{
    border-color: #4381ff;
    box-shadow: 0px 10px 26px rgba(67, 129, 225, .18);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.xsqd_sec2 .sec2_box ul>li .circle{
    position: absolute;
    left: -52px;
    top: -44px;
    width: 140px;
    height: 140px;
    background: -webkit-linear-gradient(#1d2089, #567dff); 
    background: -o-linear-gradient(#1d2089, #567dff); 
    background: -moz-linear-gradient(#1d2089, #567dff); 
    background: linear-gradient(#1d2089, #567dff);
    box-shadow: 0px 10px 26px rgba(67, 129, 225, .18);
    border-radius: 50%;
    z-index: -1;
}
.xsqd_sec2 .sec2_box ul>li:nth-child(2n){
    margin-right: 0;
}
.xsqd_sec2 .sec2_box ul>li .img_box{
    float: left;
    margin-right: 8px;
}
.xsqd_sec2 .sec2_box ul>li .img_box>img{
    max-width: 100%;
    width: 156px;
    height: 176px;
}
.xsqd_sec2 .sec2_box ul>li .text_box{
    float: left;
    width: 65%;
}
.xsqd_sec2 .sec2_box ul>li .text_box .textBox_T{
    margin-top: 20px;
    margin-bottom: 16px;
}
.xsqd_sec2 .sec2_box ul>li .text_box .textBox_T>i{
    display: inline-block;
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #4381ff;
    box-shadow: 0px 10px 26px rgba(67, 129, 225, .18);
}
.xsqd_sec2 .sec2_box ul>li .text_box .textBox_T>span{
    font-size: 22px;
    color: #333;
}
.xsqd_sec2 .sec2_box ul>li .text_box .textBox_B{
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.xsqd_sec2 .sec2_box .sec2_tip{
    position: absolute;
    top: 92px;
    right: -9%;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 14px;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
}
.xsqd_sec2 .sec1_btn{
    width: 180px;
}
/* xsqd_sec2 */

/* xsqd_sec3 */
.xsqd_sec3{
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
}
.xsqd_sec3 .sec3_box{
    width: 1200px;
    margin: 0 auto;
}
.xsqd_sec3 .sec3_box>h4{
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}
.xsqd_sec3 .sec3_box>p{
    font-size: 20px;
    color: #666;
    margin-bottom: 58px;
    text-align: center;
}
.sec3_swiContainer .swiper-slide{
    overflow: hidden;
}
.sec3_swiContainer .swiper-slide .slide_box{
    float: left;
    width: 43.6%;
    margin: 0 38px;
}
.sec3_swiContainer .swiper-slide .slide_box .slide_boxL{
    width: 182px;
    padding-left: 36px;
    background-color: #2b313a;
    border-radius: 6px 0 0 6px;
}
.slide_boxL>p{
    font-size: 14px;
    color: #fff;
    width: 102px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 34px;
    background-color: #4381ff;
    border-radius: 18px;
}
.slide_boxL>ul li{
    margin-top: 32px;
}
.slide_boxL>ul li>p{
    display: flex;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}
.slide_boxL>ul li>p>span{
    font-size: 20px;
    margin-left: 6px;
}
.slide_boxL>ul li>p:last-child{
    font-weight: normal;
    font-size: 12px;
}
.sec3_swiContainer .swiper-slide .slide_box .slide_boxR{
    width: 65.2%;
    background-color: #f4f4f4;
    border-radius: 0 6px 6px 0;
}
.slide_boxR .img_box{
    overflow: hidden;
}
.slide_boxR .img_box>img{
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slide_boxR .img_box>img:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.slide_boxR .text_box{
    width: 100%;
    text-align: center;
    padding: 26px 23px 38px;
}
.slide_boxR .text_box>h6{
    font-size: 20px;
    color: #333;
    margin-bottom: 18px;
}
.slide_boxR .text_box>p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: left;
}
.sec3_swiContainer .sec3_btns{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #c3c3c3;
}
.sec3_swiContainer .next{
    right: 10px;
    left: auto;
}
.xsqd_sec2 .sec1_btn{
    width: 280px;
}
/* xsqd_sec3 */