﻿@charset "utf-8";


/* 设置字库 */
@font-face {
  font-family: 'SourceHanSansCNRegular';
  src: url('../fonts/SourceHanSansCN-Regular.ttf');
}
@font-face {
  font-family: 'DINmedi';
  src: url('../fonts/DIN Medium.ttf');
}
@font-face {
  font-family: 'PingFang';
  src: url('../fonts/PingFangMedium.ttf');
}
@font-face {
  font-family: 'SourceHanSerifCNLight';
  src: url('../fonts/SourceHanSerifCN-Light.otf');
}
  /* Legacy iOS */
font-weight: normal; font-style: normal; }
/*全局初始化样式*/
*{box-sizing: border-box; margin:0; padding:0;}
body{position: relative; padding:0; margin:0 auto; font-size:14px; line-height:1.42857143; font-family:'SourceHanSerifCNLight'; color: #333; min-width: 320px; width: 100%; zoom:1;background: #fff;
/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none;

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
/*
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
*/

/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
*{-moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; /*word-break: break-all;*/word-wrap: break-word;}
/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li{ list-style:none; margin: 0; padding: 0;}
p,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
ul,ul li{ list-style:none; margin: 0; padding: 0;}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;transition: .5s;}

/*初始化a的样式和字体样式*/
a{ color:#333333; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);outline: none;}
a:hover{color: #008b9c;}

/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after{ content:"."; display: block; height: 0; visibility: hidden; clear: both;font-size: 0px;}
.clearfix { zoom: 1;}
.fl{float: left;}
.fr{float: right;}

/* 单行隐藏 */
.dot{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}
/* 多行隐藏 */
.dot2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
/* 多行隐藏 */
.dot3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow:ellipsis;}
/* 多行隐藏 */
.dot4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow:ellipsis;}

.w1220{max-width:1220px;margin: 0 auto;}
.w1280{max-width:1280px;margin: 0 auto;}
.w1440{max-width:1440px;margin: 0 auto;}
.w1800{max-width:1800px;margin: 0 auto;}
@media (max-width:1440px) {
	.w1440{padding: 0 2%;}
}
@media (max-width:1220px) {
	.w1220{padding: 0 2%;}
}
@media (max-width:1280px) {
	.w1200{padding: 0 2%;}
}

.AJcontent{position: relative;}
.AJcontent .modeF1 {display: flex;align-items: center;flex-wrap: wrap;padding-bottom: 100px;}
.AJcontent .modeF1 .leftBox{float: left;width: 40%;}
.AJcontent .modeF1 .rightBox{float: left;width: 60%;padding-right:40px;}
.AJcontent .modeF1 .leftBox{padding-right: 30px;}
.AJcontent .modeF1 .leftBox h2{display: inline-block;font-size: 80px;color: #fbbb07;padding-right: 120px;line-height: 1;background: url(../images/icon_ban.png)no-repeat right bottom;}
.AJcontent .modeF1 .leftBox h3{font-size: 50px;white-space: nowrap;margin: 15px 0;
background-image:-webkit-linear-gradient(left,#e2ad3f,#c068c2,#b455eb); 
	background-image:-moz-linear-gradient(left,#e2ad3f,#c068c2,#b455eb); 
	background-image:-ms-linear-gradient(left,#e2ad3f,#c068c2,#b455eb); 
    -webkit-background-clip:text; 
    -moz-background-clip:text; 
    -ms-background-clip:text; 
    -webkit-text-fill-color:transparent;
    -moz-text-fill-color:transparent;
    -ms-text-fill-color:transparent;

}
.AJcontent .modeF1 .leftBox .info{font-size: 20px;margin-top: 30px;min-height: 170px;position: relative;}
.AJcontent .modeF1 .leftBox .info::before,
.AJcontent .modeF1 .leftBox .info::after{content: "";position: absolute;bottom: 0;width: 40px;height: 2px;}
.AJcontent .modeF1 .leftBox .info::before{left: 0;background-color: #fbbb07;}
.AJcontent .modeF1 .leftBox .info::after{left: 40px;background-color: #b455eb;}
.AJcontent .modeF1 .leftBox .info span{display: inline-block;margin-right: 10px;}
.AJcontent .modeF1 .leftBox .info a{display: inline-block;margin-left: 10px;padding-left: 30px;background: url(../images/icon_play.png)no-repeat left center;}
.AJcontent .modeF1 .videoBan{display: none;position: fixed;left: 0;top: 0;z-index: 9999;background: rgba(0,0,0,0.5);width: 100%;height: 100%;}
.AJcontent .modeF1 .videoBan .videoBox{position: relative;width: 100%;height:100%;display: inline-block;}
.AJcontent .modeF1 .videoBan .videoBox .closeA{position: absolute;right: -20px;top: -20px;font-size: 24px;color: white;}

.modeF2{position: relative;overflow: hidden;}
.modeF2 .bgcaver1{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;}
/* .modeF2 .bgcaver1{-webkit-animation:warn 15s infinite;-moz-animation:warn 15s infinite;-o-animation:warn 15s infinite;animation:warn 15s infinite;animation-direction: alternate;} */
.modeF2 .modeF2_con{position: relative;z-index: 3;display: flex;display: -webkit-flex;align-items: center;color: white;justify-content: space-between;overflow: hidden;}
.modeF2 .modeF2_con .leftBox{width: 50%;opacity: 0;}
.modeF2 .modeF2_con .rightBox{margin-right: 15%;width: 34%;}
.modeF2 .modeF2_con .rightBox h3{font-size: 60px;}
.modeF2 .modeF2_con .rightBox .info{font-size: 16px;line-height: 1.5;}
.modeF2 .modeF2_con .rightBox dl{display: flex;display: -webkit-flex;margin-top: 80px;font-size: 16px;}
.modeF2 .modeF2_con .rightBox dl dd{padding-bottom: 30px;border-bottom: 1px solid #3d476a;width: 20%;margin-left: 0;margin-right: 30px;}
.modeF2 .modeF2_con .rightBox dl dd .imgbox{margin-bottom: 40px;}
  @-webkit-keyframes warn{
    0%{-webkit-transform:scale(5);transform:scale(5);}
    100%{-webkit-transform:scale(1);transform:scale(1);}
    }
   @-moz-keyframes warn{
    0%{-moz-transform:scale(5);transform:scale(5);}
    100%{-moz-transform:scale(1);transform:scale(1);}
    }
    @-o-keyframes warn{
    0%{-o-transform:scale(5);transform:scale(5);}
    100%{-o-transform:scale(1);transform:scale(1);}
    }
    @keyframes warn{
    0%{-webkit-transform:scale(5);-moz-transform:scale(5);-o-transform:scale(5);transform:scale(5);}
    100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
    }

.modeF3 {}
.modeF .modeF3_con{display: flex;display: -webkit-flex;margin-left: 16%;align-items: center;justify-content: space-between;}
.modeF .modeF3_con .leftBox{width: 40%;padding-top: 5%;padding-bottom: 8%;padding-bottom: 8%;}
.modeF3 .modeF3_con .leftBox h3,
.modeF5 .modeF3_con .leftBox h3{font-size: 60px;
background-image:-webkit-linear-gradient(left,#7030a0,#a76763,#ffc000); 
	background-image:-moz-linear-gradient(left,#7030a0,#a76763,#ffc000); 
	background-image:-ms-linear-gradient(left,#7030a0,#a76763,#ffc000); 
    -webkit-background-clip:text; 
    -moz-background-clip:text; 
    -ms-background-clip:text; 
    -webkit-text-fill-color:transparent;
    -moz-text-fill-color:transparent;
    -ms-text-fill-color:transparent;
}
.modeF .modeF3_con .leftBox .info{font-size: 16px;line-height: 1.5;}
.modeF .modeF3_con .leftBox ul{padding-left: 30px;border-left: 1px solid #eaeaea;font-size: 14px;margin-top: 50px;}
.modeF .modeF3_con .leftBox ul li{margin-bottom: 50px;cursor: pointer;}
.modeF .modeF3_con .leftBox ul li:last-child{margin-bottom: 0px;}
.modeF .modeF3_con .leftBox ul h5{font-weight: normal;font-size: 14px;color: #9f9f9f;position: relative;}
.modeF .modeF3_con .leftBox ul h5::before{content: "";position: absolute;left: -33px;top: 50%;transform: translateY(-50%);width: 5px;height: 5px;background-color: #e6e6e6;}
.modeF .modeF3_con .leftBox ul li .info{display: none;color: #1b1b1b;}
.modeF .modeF3_con .leftBox ul li.on h5{font-size: 24px;color:#1b1b1b ;}
.modeF .modeF3_con .leftBox ul li.on h5::before{background-color: #ffc000;}
.modeF .modeF3_con .leftBox ul li.on .info{display: inline-block;}
.modeF .modeF3_con .rightBox{width: 72%;}
.modeF .modeF3_con .rightBox ul li{display: none;text-align: right;}
.modeF .modeF3_con .rightBox ul li:first-child{margin-left: -10%;padding-bottom: 10%;text-align: left;}
.modeF .modeF3_con .rightBox ul li.on{display: block;}

.modeF4 .modeF3_con .leftBox h3{font-size: 60px;color: white;}

.modeF.modeF4 .modeF3_con{color: white;display: block;overflow: hidden;}
.modeF .modeF3_con .rightBox{float: left;width: 59%;transition: 1s;}
.modeF.modeF4 .modeF3_con .leftBox{float: left;width: 40%;transition:1s;margin-left: 5px;}
.modeF.modeF4 .modeF3_con .leftBox.on{float: right;margin-left: 5%;}
.modeF.modeF4 .modeF3_con .rightBox.on{float: left;width: 55%;}
.modeF.modeF4 .modeF3_con .rightBox ul li:first-child{text-align: right;padding-bottom: 0;padding-top: 8%;}
.modeF.modeF4 .modeF3_con .leftBox ul li.on h5{font-size: 24px;color:#fff ;}
.modeF.modeF4 .modeF3_con .leftBox ul li.on h5::before{background-color: #ffc000;}
.modeF.modeF4 .modeF3_con .leftBox ul li.on .info{display: inline-block;}
.modeF.modeF4 .modeF3_con .leftBox ul li .info{display: none;color: #fff;}

.modeF.modeF5{}
.modeF.modeF5 .modeF3_con .rightBox ul li{text-align: left;position: relative;padding-bottom: 10%;}
.modeF.modeF5 .modeF3_con .rightBox ul li:first-child{padding-top: 0;}
.modeF.modeF5 .modeF3_con .rightBox ul li dl{display: flex;display: -webkit-flex;text-align: center;position: absolute;bottom: 40px;}
.modeF.modeF5 .modeF3_con .rightBox ul li dl dd{margin: 0 85px;min-height: 120px;cursor: pointer;}
.modeF.modeF5 .modeF3_con .rightBox ul li dl dd p{display: none;margin-top: 10px;}
.modeF.modeF5 .modeF3_con .rightBox ul li dl .icon{width: 90px;height: 90px;border-radius: 50%;text-align: center;line-height: 90px;background-color: #f1f2f7;}
.modeF.modeF5 .modeF3_con .rightBox ul li dl dd:hover .icon{background-color: #7fd042;}
.modeF.modeF5 .modeF3_con .rightBox ul li dl dd:hover p{display: block;color: #7fd042;}
.modeF.modeF6{padding: 5% 0;}
.modeF.modeF6 h3{text-align: center;font-size: 60px; color:white;}
.modeF.modeF6 ul.ul1{position: relative;display: flex;display: -webkit-flex;align-items: center;min-height: 580px;}
.modeF.modeF6 ul.ul1::before{content: "";position: absolute;left: 0;top: 50%;width: 100%;height: 1px;background-color: #212b78;z-index: 0;}
.modeF.modeF6 ul.ul1 li{float: left;position: relative;z-index: 1;display: none;}
.modeF.modeF6 ul.ul1 li:nth-child(1){display: block;width: 25%;text-align: right;background: url(../uploadfiles/f6l1.png)no-repeat center;padding: 90px 75px;background-size: contain;}
.modeF.modeF6 ul.ul1 li:nth-child(2){width:20%;text-align: center;background: url(../uploadfiles/f6l2.png)no-repeat center;padding: 90px 75px;background-size: contain;}
.modeF.modeF6 ul.ul1 li:nth-child(3){width:23%;text-align: left;background: url(../uploadfiles/f6l3.png)no-repeat center;padding: 90px 0;background-size: contain;margin-left: 30px;}
.modeF.modeF6 ul.ul1 li:nth-child(4){width:30%;background: url(../uploadfiles/f6l4.png)no-repeat center;}
.modeF.modeF6 ul.ul1 li:nth-child(1) .imgbox{margin-right: -20px;position: relative;}
.modeF.modeF6 ul.ul1 li:nth-child(2) .imgbox{margin-left: -85px;position: relative;}
.modeF.modeF6 ul.ul1 li:nth-child(3) .imgbox{margin-left: -30px;}
.modeF.modeF6 ul.ul1 li:nth-child(4) .imgbox{margin-left: -80px;}
.modeF.modeF6 ul.ul1 li.onB::before{content: "";position: absolute;right: -80px;top: 50%;transform: translateY(-50%);background: url(../images/iconf6.png)no-repeat center;padding: 15px 65px;}
.modeF.modeF6 ul.ul1 li.onB:nth-child(2)::before{right: -22px;}
.modeF.modeF6 ul.ul1 li.onB:nth-child(3)::before{right: 180px;}
.modeF.modeF6 ul.ul1 li.onB:nth-child(4)::before{display: none;}

.modeF.modeF6 ul.ul1 li .imgbox span{display: none;color: white;font-size: 16px;line-height: 10;text-align: center;position: absolute;right: -25px;top: 0;height: 100%;width: 90px;background: url(../uploadfiles/f6_1_1.png)no-repeat top 5px center;}
.modeF.modeF6 ul.ul1 li:nth-child(2) .imgbox span{background: url(../uploadfiles/f6_2_1.png)no-repeat top center;right: 30px;}
.modeF.modeF6 ul.ul2{display: flex;display: -webkit-flex;color: white;background: url(../images/ulline.png)no-repeat center;padding-top: 100px;}
.modeF.modeF6 ul.ul2 li{width: 25%;float: left;text-align: center;position: relative;cursor: pointer;}
.modeF.modeF6 ul.ul2 li::before{content: "";position: absolute;left: 50%;transform: translateX(-50%);top: -25px;width: 5px;height: 5px;background-color: #8277bf;}
.modeF.modeF6 ul.ul2 li .info{display: none;}
.modeF.modeF6 ul.ul2 li h5{font-weight: normal;color: #3d3971;font-size: 18px;}
.modeF.modeF6 ul.ul2 li.on h5{font-size: 24px;color: white;}
.modeF.modeF6 ul.ul2 li.on .info{font-size: 16px;display: block;}
.modeF.modeF6 ul.ul2 li.on::before{background-color: #ffc000;}
.modeF.modeF7{padding: 8% 0 6% 0;}
.modeF.modeF7 .modeF7_con{text-align: center;}
.modeF7 .modeF7_con h3 span{font-size: 60px;
    background-image:-webkit-linear-gradient(left,#7030a0,#a76763,#ffc000); 
	background-image:-moz-linear-gradient(left,#7030a0,#a76763,#ffc000); 
	background-image:-ms-linear-gradient(left,#7030a0,#a76763,#ffc000); 
    -webkit-background-clip:text; 
    -moz-background-clip:text; 
    -ms-background-clip:text; 
    -webkit-text-fill-color:transparent;
    -moz-text-fill-color:transparent;
    -ms-text-fill-color:transparent;
}
.modeF.modeF7 ul{width: 100%;margin-top: 50px;}
.modeF.modeF7 ul .slick-list{padding: 0 20%;}
.modeF.modeF7 ul li{position: relative;}
.modeF.modeF7 ul li .imgbox{margin: 0 8px;}
.modeF.modeF7 ul .slick-slide{opacity: 0.5;}
.modeF.modeF7 ul .slick-active{opacity: 1;}
.modeF.modeF7 ul .slick-arrow{font-size: 0;border: none;position: absolute;top: 50%;z-index: 99;border-radius: 50%;width: 60px;height: 60px;cursor: pointer;}
.modeF.modeF7 ul .slick-prev{left: 16.5%;background: white url(../images/left.png)no-repeat center;}
.modeF.modeF7 ul .slick-next{right: 16.5%;background: white url(../images/left.png)no-repeat center;transform:rotate(180deg);}
.modeF.modeF7 ul .slick-prev:hover{background: #2bc1ff url(../images/right.png)no-repeat center;transform:rotate(180deg);}
.modeF.modeF7 ul .slick-next:hover{background: #2bc1ff url(../images/right.png)no-repeat center;transform:rotate(0deg);}
@media (max-width:1800px) {
	.modeF.modeF4 .modeF3_con .rightBox{width: 59%;}
	.modeF .modeF3_con .rightBox ul li:first-child{margin-left: 0;}
}
@media (max-width:1660px) {
	.modeF7 .modeF7_con h3 span,
	.modeF.modeF6 h3,
	.modeF4 .modeF3_con .leftBox h3,
	.modeF3 .modeF3_con .leftBox h3, .modeF5 .modeF3_con .leftBox h3{font-size: 40px;}
}
@media (max-width:1440px) {
	.modeF2 .modeF2_con .rightBox{margin-right: 10%;}
	.modeF2 .modeF2_con .rightBox h3{font-size: 40px;}
}
@media (max-width:1280px) {
	.modeF.modeF6 ul.ul1 li{display: block;}
	.modeF.modeF6 ul.ul1 li .imgbox span{display: inline-block;}
}
@media (max-width:1200px) {
	.AJcontent .modeF1 .leftBox h2{font-size: 40px;background-size: contain;}
.AJcontent .modeF1 .leftBox h3{font-size: 30px;}
.modeF2 .modeF2_con{display: block;}
.modeF2 .modeF2_con .leftBox,
.modeF2 .modeF2_con .rightBox{float: none;width: 100%;padding: 3%;}
.modeF .modeF3_con{display: block;margin-left: 3%;}
.modeF.modeF4 .modeF3_con .rightBox,
.modeF .modeF3_con .rightBox,
.modeF .modeF3_con .leftBox{width: 100%;}
.modeF.modeF6 ul.ul1{display: block;min-height: auto;background: none;}
.modeF.modeF6 ul.ul1 li{float: none;}
.modeF.modeF6 ul.ul1 li:nth-child(1),
.modeF.modeF6 ul.ul1 li:nth-child(2),
.modeF.modeF6 ul.ul1 li:nth-child(3),
.modeF.modeF6 ul.ul1 li:nth-child(4){width: 100%;text-align: center;padding: 50px ;}
.modeF.modeF6 ul.ul1 li:nth-child(3),
.modeF.modeF6 ul.ul1 li:nth-child(3) .imgbox,
.modeF.modeF6 ul.ul1 li:nth-child(2) .imgbox,
.modeF.modeF6 ul.ul1 li:nth-child(1) .imgbox,
.modeF.modeF6 ul.ul1 li:nth-child(4) .imgbox{margin-left: 0;display: inline-block;}
.modeF.modeF6 ul.ul1 li:nth-child(2) .imgbox span{right: -10px;}
}
@media (max-width:768px) {
	.AJcontent {padding: 5% 0;}
	.AJcontent .modeF1{padding-bottom: 50px;}
	.AJcontent .modeF1 .leftBox,
	.AJcontent .modeF1 .rightBox{float: none;width: 100%;padding-right:0;}
	.AJcontent .modeF1 .leftBox .info{min-height: 50px;margin-bottom: 20px;font-size: 16px;}
	.AJcontent .modeF1 .leftBox .info a{background-size: contain;}
	.modeF2 .modeF2_con .rightBox dl{margin-top: 30px;}
	.modeF2 .modeF2_con .rightBox dl dd .imgbox{margin-bottom: 20px;}
	.modeF2 .modeF2_con .rightBox dl dd{margin-right: 5px;font-size: 13px;padding-bottom: 20px;}
	.modeF3 .modeF3_con .leftBox h3, .modeF5 .modeF3_con .leftBox h3,.modeF.modeF6 h3,.modeF7 .modeF7_con h3 span,.modeF4 .modeF3_con .leftBox h3,
	.modeF2 .modeF2_con .rightBox h3{font-size: 30px;}
	.modeF.modeF5 .modeF3_con .rightBox ul li dl{justify-content: space-between;width: 100%;bottom: 0px;}
	.modeF.modeF5 .modeF3_con .rightBox ul li dl dd{margin: 0 15px;}
	.modeF.modeF5 .modeF3_con .rightBox ul li dl .icon{width: 75px;height: 75px;line-height: 75px;}
	.modeF.modeF6 ul.ul2{display: block;padding-top: 30px;background: none;}
	.modeF.modeF6 ul.ul2 li{width: 100%;float: none;text-align: center;margin-bottom: 20px;}
	.modeF.modeF6 ul.ul2 li h5{color: #FFFFFF;}
	.modeF.modeF6 ul.ul2 li .info{display: block;}
	.modeF.modeF6 ul.ul2 li::before{display: none;}
	.modeF.modeF7 ul .slick-prev{left: 2%;}
	.modeF.modeF7 ul .slick-next{right: 2%;}
	.modeF.modeF6 ul.ul1 li .imgbox{position: relative;text-align: center;}
	.modeF.modeF6 ul.ul1 li .imgbox::before{content: "";position: absolute;left: 14%;bottom: -50px;transform: rotate(90deg);background: url(../images/iconf6.png)no-repeat center;padding: 15px 65px;}
	.modeF.modeF6 ul.ul1 li:last-child .imgbox::before{display: none;}
	.modeF.modeF6 ul.ul1 li:nth-child(2) .imgbox span,
	.modeF.modeF6 ul.ul1 li:nth-child(1) .imgbox span{background: none;}
}






body{font-family: "SourceHanSansCNRegular";}
.modeF3 .modeF3_con .leftBox h3, .modeF5 .modeF3_con .leftBox h3 {font-family: arial, "Microsoft YaHei", '微软雅黑', '宋体';}
.modeF .modeF3_con .leftBox ul h5 {margin-bottom: 10px;font-weight: bold;}
.modeF .modeF3_con .leftBox ul li .info {line-height: 2;}
.modeF.modeF6 ul.ul1 li.onB::before{display: none;}
.modeF.modeF3 .modeF3_con .leftBox ul li .info,.modeF.modeF5 .modeF3_con .leftBox ul li .info{color:#000;}
.AJcontent .modeF1 .videoBan .videoBox {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
}

.AJcontent .modeF1 .videoBan .videoBox video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.AJcontent .modeF1 .videoBan .videoBox .closeA {
  right: -40px;
  top: -40px;
  width: 80px;
  height: 80px;
  text-align: center;
  background: rgb(14, 29, 68);
  border-radius: 50%;
  padding: 40px 30px 0 0;
  font-size: 20px;
  z-index: 99;
}
.modeF2 .bgcaver1 {
  background-size: cover !important;
}
@media(min-width:1200px){
.stickysec {height: 300vh;}
.modeF.stickysec .modeF3_con {width: 100%;margin-left: 0;padding-left: 16%;transition: 1s;-ms-transition: 1s;-webkit-transition: 1s;}
.modeF.stickysec .stickycon {position: sticky;top: 0;display: flex;justify-content: center;align-items: center;width: 100%;height:100vh;}
.modeF.stickysec .rightBox ul li {display: block !important;position: absolute !important;top: 70%;transform: translateY(-50%) scale(0.8) !important;;opacity: 0;transition: 1s;-ms-transition: 1s;-webkit-transition: 1s;}
.modeF.stickysec .rightBox ul{position: relative;padding-top: 120px;}
.modeF.stickysec  .leftBox ul li {position: absolute !important;opacity: 0;transition: 1s;-ms-transition: 1s;-webkit-transition: 1s;top: 50px;display: block;}
.modeF.modeF3 .modeF3_con .leftBox ul li .info,.modeF.modeF5 .modeF3_con .leftBox ul li .info{font-size: 16px;}
.modeF .modeF3_con .leftBox .info{font-size: 18px;color:#000;line-height: 28px;}
.modeF.modeF4 .modeF3_con .leftBox .info{color:#fff;}
.modeF.stickysec .leftBox ul li h5:before {display: none;}
.modeF.stickysec .modeF3_con .leftBox ul{padding-left: 0;}
.modeF.stickysec .style1  .leftBox ul li:first-child{opacity: 1;top: 0;}
.modeF.stickysec .style2  .leftBox ul li:nth-child(2) {opacity: 1;top: 0;}
.modeF.stickysec .style3  .leftBox ul li:nth-child(3) {opacity: 1;top: 0;}
.modeF.stickysec .style4  .leftBox ul li:nth-child(4) {opacity: 1;top: 0;}
.modeF.stickysec .style5  .leftBox ul li:nth-child(5) {opacity: 1;top: 0;}
.modeF.stickysec .style1  .rightBox ul li:first-child {opacity: 1;top: 50%;transform: translateY(-50%) scale(1) !important;z-index: 10;}
.modeF.stickysec .style2  .rightBox ul li:nth-child(2) {opacity: 1;top: 50%;transform: translateY(-50%) scale(1) !important;z-index: 10;}
.modeF.stickysec .style3  .rightBox ul li:nth-child(3) {opacity: 1;top: 50%;transform: translateY(-50%) scale(1) !important;z-index: 10;}
.modeF.stickysec .style4  .rightBox ul li:nth-child(4) {opacity: 1;top: 50%;transform: translateY(-50%) scale(1) !important;z-index: 10;}
.modeF.stickysec .style5  .rightBox ul li:nth-child(5) {opacity: 1;top: 50%;transform: translateY(-50%) scale(1) !important;z-index: 10;}
.modeF.stickysec .rightBox ul {position: relative;height: 100%;}
.modeF.stickysec .rightBox ul li {top: 0;display: flex !important;justify-content: center;align-items: center;height: 100%;}
.modeF.stickysec .rightBox ul li img {max-height: 100%;}
.modeF.stickysec .leftBox {display: flex;flex-direction: column;justify-content: flex-start;position: relative;height: 100%;}
.modeF.stickysec .leftBox ul {position: relative;}
.modeF.stickysec .modeF3_con .leftBox ul li h5,.modeF.stickysec .modeF3_con .leftBox ul li.on h5{font-size: 35px;color:#333 ;}
.modeF.modeF4.stickysec .modeF3_con .leftBox ul li h5:after{background: #fff;}
.modeF.stickysec .modeF3_con .leftBox ul li h5::before{background-color: #ffc000;}
.modeF.stickysec .modeF3_con .leftBox ul li .info{display: inline-block;}
.modeF4,.modeF5,.modeF6,.modeF7 {position: relative;top: 0;z-index: 20;}
.modeF.stickysec  .leftBox{transition: 1s;-ms-transition: 1s;-webkit-transition: 1s;position: relative;left: 0;}
.modeF.stickysec .rightBox{transition: 1s;-ms-transition: 1s;-webkit-transition: 1s;position: relative;right: 0;height:100%;}
.modeF.stickysec .style4 .rightBox,.modeF.stickysec .style5 .rightBox{right: 41%;}
.modeF.stickysec .style4 .leftBox,.modeF.stickysec .style5 .leftBox{left: 63%;}
.modeF.modeF4.stickysec .modeF3_con .leftBox ul li h5{color:#fff;}
.modeF.stickysec .stickycon.style4,.modeF.stickysec .stickycon.style5{padding-left: 0;padding-right: 16%;}
.modeF.stickysec.modeF5 .modeF3_con .rightBox ul li dl dd.on .icon{background-color: #7fd042;}
.modeF.stickysec.modeF5 .modeF3_con .rightBox ul li dl dd.on p{display: block;color: #7fd042;}
.modeF .modeF3_con .leftBox .info { margin-bottom: 20%;}

.modeF.modeF5 .modeF3_con .rightBox ul li dl dd{margin:0;}
.modeF.modeF5 .modeF3_con .rightBox ul li dl {justify-content: space-between;width: 100%;}

.modeF2 .modeF2_con {flex-direction:column;}
.modeF2 .modeF2_con .rightBox {margin-left: 10%;margin-right: 0;}
.modeF2 .modeF2_con .rightBox {
  width: 100%;
  margin: 0;
  display: flex;
  padding: 0 5%;
  align-items: center;
}

.aa {
  width: 50%;
  padding-right: 10%;
}

.modeF2 .modeF2_con .rightBox dl {
  width: 50%;
}

}
@media (max-width:1200px){
.modeF{overflow: hidden;}
.modeF.modeF4 .modeF3_con .leftBox {width: 100%}
.modeF.modeF4 .modeF3_con .leftBox {padding: 5%;}
.modeF .modeF3_con .leftBox ul li {margin-bottom: 20px;}
.modeF.modeF5 .modeF3_con .rightBox ul li dl .icon {background: #7fd042;}
.modeF.modeF5 .modeF3_con .rightBox ul li dl dd p {display: block;color:#7fd042;}
}
@media (max-width:480px){
  .modeF.modeF6{position: relative;}
.modeF.modeF6>.w1220 {position: absolute;height: 100%;width: 100%;left: 0;top: 0;z-index: 100;padding-top: 5%;}
.modeF.modeF6 ul.ul2 li {padding-top: 202px;}
.modeF.modeF6 ul.ul2 { margin-top: 42px;}
.modeF.modeF6 ul.ul2 li:last-child {position: absolute;bottom: 0;width: 100%;left: 0;padding: 0;}
}
.Top001496 {
    font-family: arial, "Microsoft YaHei", '微软雅黑', '宋体';
}
.modeF.modeF5 .modeF3_con .rightBox ul li dl .icon img {
    vertical-align: middle;
}

/*20210426*/
.AJcontent .modeF1 .leftBox h3 {
    white-space: normal;
}
@media(min-width:1200px){
.AJcontent .modeF1 .leftBox h3 {
    font-size: 46px;
}
}