
@charset "utf-8";

body,html{  overflow-x: hidden;}
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box; 
font-family:"微软雅黑"; font-weight: normal;}  
body, p, h1, h2, h3, h4, h5, table, ul, li, form, input { margin: 0; padding: 0; color: #000;  line-height: 1; }  
body, p { font-size: 14px; border: none; color: #000; }  
a { font-size: 14px; color: #000; text-decoration: none; border: none; padding: 0; margin: 0; }  
table { border-collapse: collapse; }  
img { border: 0; margin: 0; padding: 0; display: block; }  
ul, li { list-style: none; border: 0; margin: 0; padding: 0; } 
dl, dt, dd { margin: 0; padding: 0; -webkit-margin-start: 0; }  
h1, h2, h3, h4, h5 { font-weight: normal; font-size: 12px; display: block; }  
strong, b { font-weight: normal; }  
table, tr, td { border-spacing: 0; }  
em, i, b { font-style: normal; }  
p { line-height: 170%; color: #555; font-size: 14px; }  
input,button{ border: none; background: none; }  
figcaption { display: block; }  
input:focus { outline: none; }  
::-webkit-input-placeholder { /* WebKit browsers */ font-size: 14px; color: #555; }  
::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:14px; color: #555; }  
::before,::after{ display: block; content: ''; display: block; transition: all 1s; position: absolute;}

.clearfix { *zoom: 1; }  
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }  
.clearfix:after { clear: both; } 
.clear { clear: both; }

.w1320{ max-width: 1320px; margin: 0 auto;}

.fade-up{ transform: translateY(-30px); transition: all 1s; opacity: 0;  }
.fade-down{ transform: translateY(30px); transition: all 1s; opacity: 0;  }
.fade-left{ transform: translateX(-30px); transition: all 1s; opacity: 0;}
.fade-right{ transform: translateX(30px); transition: all 1s; opacity: 0; }
.fp-section.active .fade-up,.fp-section.active .fade-down,.fp-section.active .fade-left,.fp-section.active .fade-right
{ transform: none; opacity: 1;}
.fp-content{ padding-top: 80px;}
.tran5{ transition-delay: 0.5s;}
.tran10{ transition-delay: 1s;}
.tran15{ transition-delay: 1.5s;}
.tran20{ transition-delay: 2s;}
.tran25{ transition-delay: 2.5s;}


/*导航*/
.index-header{ position: fixed; left: 0; right: 0; top: 0; background: #fff; z-index: 333; display: flex; align-items: center;
	box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, 0.1); height: 60px; padding: 0 3%;}
.index-header .logo img{height:45px;}
.index-header .navbar{ display: flex; width: 70%; margin-left: auto; justify-content: space-between;  color: #222222; padding-right:10%;}
.index-header .navbar a{ color: #222222; font-size: 16px; transition: all 0.6s;}
.index-header .navbar a:hover{ color: #454deb; padding:0 10px;}
.index-header .language{ position: relative;  background: url(../images/earth.png) no-repeat left center; padding-left: 35px;
height: 24px; line-height: 24px; cursor: pointer;}
.index-header .language i{ display: inline-block;  background: url(../images/arrow-down.png) no-repeat center; width: 14px;
	height: 6px; margin: 0 10px; vertical-align: middle; transition: all 0.36s;}
.index-header .language span{color:#000; font-size: 16px; line-height: 24px; font-family: arial; font-weight: normal; 
display: inline-block; text-align: center;}
.index-header .language ul{ position: absolute; left: 0; right: 0;  width: 100%;  top:40px; box-shadow: 0 0 3px 0px rgba(0,0,0,0.1); background: #fff;padding: 10px 0; transform: translateY(-10px); transition: all 0.6s; opacity: 0; visibility: hidden;}
.index-header .language h3.on i{ transform: rotate(-180deg);}
.index-header .language ul::before{ position: absolute; border-color: #fff #fff transparent transparent; top: -8px; left: 50%; margin-left: -8px;
 transform: rotate(-45deg);    border-style: solid;    border-width: 8px; box-shadow: 2px -2px 2px rgba(0,0,0,0.1);}
.index-header .language ul.on{ transform: none; opacity: 1; visibility: visible;}
.index-header .language ul li{ display: block; font-size: 16px; color: #666; text-align: center; line-height:36px;}
.index-header .language ul li:hover{ color: #454deb;}
.Agent{
	margin-top: 70px;
	margin-bottom: 10px;
}
.agentFlex{
	display: flex;
}
.agentPart {
	width: 50%;
}
.agentPart p{
	margin-bottom: 12px;
}
.agentPart>p:nth-child(1){
	font-size: 22px;
	margin-bottom: 20px;
}

.phone-nav { display: none; left: 3%; }
.phone-nav .box{ display: flex; justify-content: space-between; align-items: center;}
.phonelogo{ position: absolute; top: 2%; z-index: 333; left: 3%;}
.phonelogo img{ height: 35px;}
.phone-nav .btnMenu{width:45px;height:40px;border:2px solid #063c4a;border-radius:25px;background:#063c4a; display: flex; flex-direction: column;
justify-content: center; align-items: center; cursor:pointer;z-index:99;transition:all ease 0.3s;  position: fixed; top: 2%; right: 3%; z-index: 333;}
.phone-nav .btnMenu i{width:25px;height:2px;background:#454deb;display:block;border-radius:4px;margin:3px auto;transition:all ease 0.3s;}
.phone-nav .btnMenu.open{background:#063c4a;border:2px solid #063c4a;}
.phone-nav .btnMenu.open i{position:absolute;transform:rotate(45deg); margin: 0;}
.phone-nav .btnMenu.open i:first-child{transform:rotate(135deg);}
.phone-nav .btnMenu.open i:last-child{opacity:0}
.phone-nav .btnMenu{background:#FFF;border:2px solid #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.phone-nav .btnMenu.open{background:#FFF;border:2px solid #FFF}

.phone-navul{ position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(69,77,235,0.9);  z-index: 33;
padding-top: 100px; display: none;}
.phone-navul a{ display: block; color: #fff; font-size: 18px; text-align: center; line-height: 50px; transition: all 1s;}
.phone-navul li{ position: relative;}
/* .phone-navul li::before{ content:attr(data-text); font-size: 36px; color: #fff;  text-align: center; width: 100%; font-weight: bold; */
/* letter-spacing: 40px; font-family: arial; opacity: 0; text-transform: uppercase; top: 50%; transform: translateY(-50%); } */
.phone-navul li:hover a{ /* letter-spacing: 10px; font-weight: bold; font-size: 22px; */ }
.phone-navul li:hover::before{ opacity: 0.3; letter-spacing: 10px;}
.phone-language{ display: flex; justify-content: center; color: #fff; align-items: center; margin-top: 20px;}
.phone-language a{ font-size: 14px; margin: 0 20px;}


/*侧边导航*/
#fp-nav{z-index: 29; position: fixed; top: 50%; left: 20px;  width: 55px; transform: translateY(-50%); margin-top: 0 !important;}
#fp-nav li{ margin-top:20px; position: relative;}
#fp-nav li span {background: #666;; border-radius: 100%; height: 6px; width: 6px; display: block;}
#fp-nav li a{ display: block; border-radius: 100%; transition: all 0.6s; height:15px; width: 15px; display: flex; justify-content: center; 
align-items: center; transition: all 0.6s; position: relative;}
#fp-nav li a::before{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(0); transform-origin: center;
height: 15px; width: 15px; border-radius: 100%; background: rgba(255,255,255,0.6); z-index: -1;}
.fp-tooltip{ box-shadow: 0 0 10px rgba(0,0,0,0.2); padding: 10px 0;   transition: all 0.6s; position: absolute; left:50px; top:-10px;
transition: all 0.6s;  width: 100px;background: rgba(255,255,255,0.8); text-align: center; opacity: 0; border-radius: 5px; font-size: 14px;
 font-family: arial; transform: translateX(-20px);}
#fp-nav li:hover .fp-tooltip { opacity: 1; transform: none;}
#fp-nav a.active::before{ box-shadow: 0 0 5px rgba(0,0,0,0.2); transform:translate(-50%,-50%) scale(1); }
#fp-nav a.active{ height: 18px; width: 18px;}

.fp-tableCell{ overflow: hidden;}
.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell{height: auto !important;}


/* banner图 */
.banner{ height: 100%;}
.banner .swiper-slide {overflow: hidden; position: relative;}
.banner .slide-inner {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-size: cover;background-position: center;
 display: none;}
.banner .text{ position: absolute; left: 0; top: 0; display: flex; align-items: center; flex-direction: column; justify-content: center;
right: 0; bottom: 0; height: 100vh; padding-top: 82px;}
.banner .swiper-slide::before{ background: rgba(0,0,0,0.3); top: 0; bottom: 0; right: 0; left: 0;}

.banner .text h3{ text-align: center; color: #fff; font-size: 36px; letter-spacing: 3px;}
.banner .text h2{text-align: center; color: #fff; font-size: 72px; margin-top: 20px; margin-bottom: 50px; letter-spacing: 7px;}
.banner .text p{text-align: center; color: #fff; font-size: 22px; letter-spacing: 2px;
	word-wrap: break-word;
    white-space: normal;
    word-break:break-all;  
}
.banner a{ width: 200px;height: 44px;border: solid 2px #ffffff; color: #fff; font-size: 16px;
 bottom: 10%; text-align: center; line-height: 40px; border-radius: 10px; margin-top: 60px; transition: all 1s;}
.banner a:hover{ box-shadow: 0 0 40px rgba(255,255,255,0.6); background: #fff; color: #454DEB; transform:scale(1.05); 
transition-delay: 0s !important;}
#section1.active .text .div{animation-name: zoomIn; animation-delay: 0.5s;}
#section1.active .banner a{ animation-name: zoomIn; animation-delay: 0.5s;}

#section1 .mouse{ margin-top: 40px; cursor: pointer; z-index: 9999;}
#section1 .mouse i{ display: block; width: 30px; height: 30px; background: url(../images/mouse.png) no-repeat top center; background-size: 100%; animation: b 1s linear infinite;}



@keyframes b{
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(0px);
	}
}


#section2{ background: url(../images/index-bg2.jpg) no-repeat top center; background-size: cover;}
#section2 h3{ color: #222222; font-size: 48px; margin-right: auto;}
#section2 .swiper-cont{ display: flex; justify-content: space-between; align-items: center; padding:30px 0; background: #efeef5;}
#section2 .div1{ display: flex; justify-content: space-between; align-items: center; padding: 0 70px 0 0;}
#section2 .item-text{ width: 43%; padding-right: 30px;}

#section2 .item-tu{ width: 62%; margin-left: auto; }
#section2 .item-tu img{ display: block; max-width: 70%;  height: auto; margin: 0 auto;}

#section2 .item-text h4{ color: #3d54dd; 	font-size: 22px;  margin-bottom: 30px;}
#section2 .item-text li{ margin-bottom: 30px; border-bottom: 1px solid #a0a0a0; padding-bottom: 15px;}
#section2 .item-text span{ color: #3d54dd; 	font-size: 16px; display: block; margin-bottom: 10px;}
#section2 .item-text p{ color: #222222; 	font-size: 14px;  line-height: 24px; overflow: hidden;  /* transform: scale(0); opacity: 0; */
display: flex; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; transition: all 1s;}
#section2 .item-text .more{ display: block; width: 190px;height: 50px;border-radius: 25px;border: solid 2px #3d54dd;
text-align: center; color: #3d54dd; font-size: 16px; line-height: 46px; transition: all 1s; margin-top: 50px;}
#section2 .item-text .more:hover{ box-shadow: 0 0 30px rgba(69,77,235,0.6); background: #3D54DD; color: #fff;
 transform: translateX(30px);}
#section2 .pagination2 span{ margin: 0 8px; background-color: #000000;	opacity: 0.2; transition: all 0.6s; outline: none; width: 12px; height: 12px;}
#section2 .pagination2 .swiper-pagination-bullet-active{ opacity: 1; width: 16px; height: 16px;}

#section2.active .item-text p,#section2.active .item-text div{ animation-name: zoomIn; transition-delay: 1.5s;}

/* #section2 .swiper-slide-active .item-text p{ transform: scale(1); opacity: 1; transition-delay: .5s; animation-name: zoomIn;}
 */



.fanren{ width: 100%; position: relative; display: flex; justify-content: space-between; align-items: center;}
.fanren .buzhidao{ width: 40%; padding-top: 50px; position:relative;}
.fanren .buzhidao li{ margin-bottom: 30px; padding-bottom: 15px; position: relative;}
.fanren .buzhidao li:after{ content: ''; position: absolute; left: 0; bottom: 0; background: #aaa; height: 1px;}
.fanren .buzhidao li span{ color: #3d54dd; 	font-size: 20px; display: block; margin-bottom: 10px;}
.fanren .buzhidao li p{ color: #222222; 	font-size: 15px;  line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
 -webkit-box-orient: vertical; -webkit-line-clamp: 4; transition: all 1s;}
#section2.active .fanren .buzhidao p{ animation-name: zoomIn; transition-delay: .5s;}
.fanren .buzhidao li:nth-child(1) p{ width: 50%;}
.fanren .buzhidao li:nth-child(2) p{ width: 70%;}
.fanren .buzhidao li:nth-child(3) p{ width: 80%;}
.fanren .buzhidao li:nth-child(4) p{ width: 100%;}
.fanren .buzhidao li:nth-child(1):after{ width: 70%;}
.fanren .buzhidao li:nth-child(2):after{ width: 80%;}
.fanren .buzhidao li:nth-child(3):after{ width: 90%;}
.fanren .buzhidao li:nth-child(4):after{ width: 100%;}
.fanren .buzhidao .more{ display: block; width: 160px;height: 40px;border-radius: 5px;border: solid 2px #222;
text-align: center; font-size: 18px; line-height: 36px; transition: all 1s; margin-top: 50px;}
.fanren .buzhidao .more:hover{ box-shadow: 0 0 30px rgba(0,0,0,0.2); background: #222; color: #fff;
 transform: translateX(30px);}
 
 
 

.fanren .shouji{ display: none; width: 100%; margin-top: 15px;}
.fanren .shouji img{ display: block; width: 100%;}
.section.active .fanren .shouji{
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}

.section .imgstack{ position: absolute;left: 40%;top:-50px;right: 0;bottom: 0;}
.section .s_pic{
    position: absolute;
    top: 50%;
    transform: scale(0,0);
    transition: 1s;
}

.section.active  .s_pic8{
    transform: scale(1,1);
    transition-delay: .2s;
}
.section.active  .s_pic7{
    transform: scale(1,1);
    transition-delay: .4s;
}
.section.active  .s_pic6{
    transform: scale(1,1);
    transition-delay: .6s;
}
.section.active  .s_pic5{
    transform: scale(1,1);
    transition-delay: .8s;
}
.section.active  .s_pic4{
    transform: scale(1,1);
    transition-delay: 1s;
}
.section.active  .s_pic3{
    transform: scale(1,1);
    transition-delay: 1.2s;
}
.section.active  .s_pic2{
    transform: scale(1,1);
    transition-delay: 1.4s;
}
.section.active  .s_pic1{
    transform: scale(1,1);
    transition-delay: 1.6s;
}

.section.active  .s_pic0{
    transform: scale(1,1);
    transition-delay: 1.8s;
}


.section .s_pic0{
    width: 500px;
    /* height: 400px; */
    margin-top: -90px;
    left: 340px;
    z-index: 11;
}

.section .s_pic1{
    width: 480px;
   /* height: 330px; */
    /* margin-top: -125px; */
	margin-top: -134px;
    left: 280px;
    z-index: 10;
}
.section .s_pic2{
    width: 420px;
    /* height: 300px; */
    /* margin-top: -160px; */
	margin-top: -175px;
    left: 220px;
    z-index: 9;
}
.section .s_pic3{
    width: 350px;
    /* height: 260px; */
    /* margin-top: -190px; */
	margin-top: -206px;
    left: 170px;
    z-index: 8;
}
.section .s_pic4{
    width: 280px;
    /* height: 200px; */
    /* margin-top: -210px; */
	margin-top: -224px;
    left: 130px;
    z-index: 7;
}
.section .s_pic5{
    width: 220px;
    /* height: 170px; */
    /* margin-top: -220px; */
	margin-top: -233px;
    left: 90px;
    z-index: 6;
}
.section .s_pic6{
    width: 170px;
    /* height: 130px; */
    /* margin-top: -235px; */
	margin-top: -242px;
    left: 60px;
    z-index: 5;
}
.section .s_pic7{
    width: 140px;
    /* height: 130px; */
    /* margin-top: -250px; */
	margin-top: -251px;
    left:30px;
    z-index: 4;
}
.section .s_pic8{
    width: 120px;
   /* height: 80px; */
    margin-top: -261px;
    left: 0;
    z-index: 3;
}






.index-title h3{ text-align: center; color: #fff; font-size: 40px}
.index-title p{ text-align: center; color: #fff; font-size: 22px; margin-top: 20px;}

.index-title2 h3{ color: #222222;}
.index-title2 p{ color: #222;}
.index-title2 p b{ display: block; width: 83px;	height: 2px;	background-color: #454deb; margin: 30px auto;}

.section.active .index-title{ animation-name: fadeInDown; animation-delay: 0.5s;}


#section3{ background: linear-gradient(45deg,#454deb 0%,#2ebdb1 100%);
background-blend-mode: normal,normal; animation: gradientBG 5s infinite linear; background-size: 150% 150%;}
#section3 .sec3cont{ display: flex; justify-content: space-between;  align-items: center; width: 100%;}
#section3 li{ display: flex; align-items: center; margin-bottom: 40px; }
#section3 .ul1{ padding-right: 48px;}
#section3 .ul2{ padding-left: 48px;}
#section3 .ul1 li{ justify-content: flex-end;}
#section3 .ul2 li{ justify-content: flex-start;}


#section3 .item-text { max-width: 510px;}
#section3 .item-text .p1{ color: #ffffff; font-size: 20px; margin-bottom: 10px;}
#section3 .item-text .p2{ color: #ffffff; font-size: 14px; }
#section3 .ul1 .p1,#section3 .ul1 .p2{ text-align: right;}
#section3 .ul1 .item-text{ margin-right: 30px;}
#section3 .ul2 .item-text{ margin-left: 30px;}
#section3 .ul1,#section3 .ul2{ width: 50%;}

#section3 .ul2 .item-text{ order: 6; transition: all 1s;}
#section3 .ul2 .item-tu{ order: 2; transition: all 1s;}
#section3 .item-tu img{ transition: all 0.6s; width: 36px; height: 36px;}
#section3 li span{ width: 70px;height: 70px;border: solid 2px #ffffff; display: block; border-radius: 100%;
display: flex; align-items: center; justify-content: center; position: relative; transition: all 0.7s;}
#section3 li span::before{ 	width: 48px;height: 1px;background-color: #ffffff; right: -48px;}
#section3 li span::after{ width: 11px;height: 11px;background-color: #ffffff; border-radius: 100%; right: -58px; z-index: 2;}
#section3 li span b{ display: block; position: absolute; background: rgba(255,255,255,1); width: 11px; height: 11px;
  border-radius: 100%; right: -58px;   z-index: 0; top: 27px;}  
#section3 .ul2 span::before{ left: -48px;}
#section3 .ul2 span::after{ left: -58px; }
#section3 .ul2 li span b{ left: -58px;}
#section3 .line{ align-self: flex-start;}
#section3 .more{ width: 200px;height: 44px;border: solid 2px #ffffff; color: #fff; font-size: 16px; display: block;
text-align: center; line-height: 40px; border-radius: 10px; transition: all 1s; margin: 0 auto;}
#section3 .more:hover{ box-shadow: 0 0 40px rgba(255,255,255,0.6); background: #fff; color: #454DEB; transform: scale(1.05);}
#section3 li:hover span b{animation: pulse-border 1.5s linear infinite ; }
#section3 li:hover span{ border-radius: 30px 0 20px 0px; }
#section3 .ul1 li:hover span{ border-radius: 0 30px 0 20px; }
#section3 li:hover .item-tu img{  transform: scale(0.85);}
#section3.active .more{ animation-name: rubberBand; animation-delay: 1s;}




#section4 { background: url(../images/index-bg1.png) no-repeat top center; background-size: cover;}
@media screen and (min-width:1000px) {
	#section4 { background: url(../images/index-bg1.png) no-repeat bottom center !important;}
}
#section4 .about-p{ color: #222222; 	font-size: 16px; line-height: 36px;}
#section4 ul{ display: flex; justify-content: space-between; margin-top: 40px;}
#section4 li{ transition: all 1s; padding:70px 50px; position: relative; overflow: hidden; width: calc(100%/4);}
#section4 li span{ color: #454deb; font-size: 60px; display: block; text-align: center; position: relative; }
#section4 li p{ color: #222222; 	font-size: 24px; margin-top: 15px; text-align: center;}
#section4 .more{ width: 200px;height: 44px;border: solid 2px #000; color: #000; font-size: 16px; display: block;
text-align: center; line-height: 40px; border-radius: 10px; transition: all 1s; margin: 0 auto;  margin-top: 35px; }
#section4 .more:hover{ box-shadow: 0 0 40px rgba(69,77,235,0.6); background: #454DEB; color: #fff; transform: scale(1.05);
border-color: #454DEB;}
#section4 li::before{background: url(../images/img-5.gif) no-repeat center center;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size: 80% auto;-webkit-filter: grayscale(100%);filter: grayscale(100%);opacity: 0.45;opacity: 0; z-index: -1;
transition: all 1s;}
#section4 li:hover::before{ opacity: 0.6;}
#section4 li:hover { background: #fff; box-shadow: 0 0 40px rgba(69,77,235,0.6); transform: translateY(-20px); border-radius:20px;}
#section4.active .about-p,#section4.active li,#section4.active .more{ animation-name: fadeInUp; animation-delay: 0.5s; animation-duration: 1.5s; }



#section5{ background: linear-gradient(45deg,#454deb 0%,#2ebdb1 100%);
background-blend-mode: normal,normal; animation: gradientBG 5s infinite linear; background-size: 150% 150%;}
#section5 .sec5cont{ padding: 0 80px; margin-top: 20px;}
#section5 .sec5cont .swiper-wrapper{ padding: 20px 0;}
#section5.active .sec5cont{  animation-name: fadeInUp; animation-duration: 3s;}
#section5 .swiper-slide a{ display: block; background: #fff; padding: 10px; border-radius: 20px; position: relative; transition: all 0.6s;
border:3px solid transparent;}
#section5 .item-text { padding: 10px; transition: all 1s;}
#section5 .item-text h3{ color: #222222; font-size:18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
transition: all 1s;}
#section5 .item-text p{ color: #222222; font-size: 12px; text-align: center;  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
margin-top: 10px; transition: all 1s;}
#section5 .item-img { overflow: hidden; border-radius: 20px;}
#section5 .item-img img{ display: block; border-radius: 20px; width: 100%; height: auto; overflow: hidden; transition: all 1s linear;}
#section5 .swiper-slide { transform: scale(1); transition: all 1s; opacity: 0.5; padding: 50px 0;}
#section5 .swiper-slide-active{ transform: scale(1.2); z-index: 12;  opacity: 1;}
#section5 .swiper-slide a::before{ bottom:20px; background: url(../images/jiantou-down.png) no-repeat center;
height: 10px; width: 10px; left: 50%; transform:translateY(-10px); opacity: 0; margin-left: -5px; transition: all 0s;}
#section5 .swiper-slide-active a::before{animation: downup 2s infinite linear; }
#section5 .swiper-slide:hover h3,#section5 .swiper-slide:hover p{ color: #3D54DD;}
#section5 .swiper-slide:hover .item-img img{ transform: scale(1.1);}
#section5 .pagination5{ display: flex; justify-content: center; padding-top: 30px;}
#section5 .pagination5 span{ margin: 0 8px; background-color: #fff;	opacity: 0.2; transition: all 0.6s; outline: none;}
#section5 .pagination5 .swiper-pagination-bullet-active{ opacity: 1;}

#section6 .swiper-box{ position: relative;}
#section6 .swiper-container{ margin-top: 50px;}
#section6 .swiper-slide{ padding:15px;  }
#section6 .swiper-slide a{background: #fff; display: block;  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); overflow: hidden;
transition: all 1s; }
#section6 .swiper-slide img{display: block; max-width: 100%; height: auto; margin: 0 auto; transition: all 0.6s;
filter: grayscale(0);}
#section6 .arrow span{ outline: none; cursor: pointer;}
#section6 .arrow { display: flex; justify-content: space-between; position: absolute; left: -30px; right: -30px; top: 50%;}
#section6 .pagination6{ justify-content: center; padding-top: 30px; text-align: center; display: none;}
#section6 .pagination6 span{ margin: 0 8px; background-color: #6e45e2;	opacity: 0.2; transition: all 0.6s; outline: none; display: inline-block;}
#section6 .pagination6 .swiper-pagination-bullet-active{ opacity: 1;}
#section6 .swiper-slide a:hover{ transform: scale(1.05); box-shadow: 0 0 10px rgba(69,77,235,0.6); }
#section6 .swiper-slide:hover img{ filter: grayscale(100);}
#section6.active .swiper-box{  animation-name: fadeInUp; animation-duration: 2s;}

#section7{background-color: #efedf5;}
#section7 .tit{ display: flex; justify-content: space-between; align-items: center}
#section7 .tit .more{ 	width: 190px;	height: 50px;	background:#fff; box-shadow: 0px 0px 19px 2px rgba(204, 204, 223, 0.5);	border-radius: 25px; text-align: center; line-height: 50px; color: #666666; font-size: 16px; transition: all 1s;}
#section7 .tit .more:hover{ box-shadow: 0 0 30px rgba(69,77,235,0.6); background: #454deb; color: #fff;
transform: translateX(30px);}
#section7 .tit-left{ max-width: 520px;}
#section7 .tit-left .p1{ color: #9fa4af; font-size: 22px;}
#section7 .tit-left .p1 i{ 	width: 24px;height: 1px;background-color: #6e45e2; display: inline-block; vertical-align: middle; margin-right: 10px;}
#section7 .tit-left .p2{ color: #222222; font-size: 40px;}
#section7 .tit-left .p3{ font-size: 15px; color: #9fa4af; line-height: 28px; display:-webkit-box; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; margin-top: 15px;}
#section7 .swiper-slide{ padding: 15px; width: 28%; }
#section7 .swiper-slide a{ display: block; box-shadow: 0px 0px 25px 5px rgba(204, 204, 223, 0.3); 
	border-radius: 10px; overflow: hidden; position: relative;  display: flex; background: #fff; transition: all 0.6s;}
#section7 .swiper-container{ margin-top: 60px} 
#section7 .item-img{border-radius: 10px;  display: flex; align-items: center; justify-content: center; width:45%;
 transition: all 1s; overflow: hidden; flex-shrink: 0; }
/* #section7 .swiper-slide:nth-child(1) .item-img {width:1px !important;} */
#section7 .item-img img{ display: block; border-radius: 10px;  width: 100%; height: 100%; object-fit: cover; transition: all 1s;}
#section7 .item-text{ padding: 40px 30px; transition: all 1s; position: relative; z-index: 33; flex-grow: 1;
border:2px solid #fff; border-radius: 10px;}
#section7 .item-text h3{ color: #222222; font-size: 22px; margin-bottom: 10px; display:-webkit-box; -webkit-box-orient: vertical;
-webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; transition: all 0.6s;}
#section7 .item-text .p1{ color: #9fa4af; font-size: 14px; font-family: arial; }
#section7 .item-text .p1 i{ width: 70px;height: 1px;background-color: #6e45e2; display: block; margin-top: 20px; transition: all 0.6s;}
#section7 .item-text .p2{ color: #9fa4af; font-size: 15px; margin-top: 30px;  display:-webkit-box; -webkit-box-orient: vertical;
-webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; margin-bottom: 30px; line-height: 30px;}
#section7 .item-text span{ color: #9fa4af; font-size: 14px; display: block; text-align: right;}
#section7 .swiper-slide:hover .item-img{ flex-shrink: 2; }
#section7 .swiper-slide:hover h3{ color: #6e45e2; }
#section7 .swiper-slide:hover .item-text{ border:2px solid #6E45E2}
#section7 .swiper-slide:hover .p1 i{ width: 40px;}
#section7 .pagination7{ justify-content: center; padding-top: 30px; text-align: center; }
#section7 .pagination7 span{ margin: 0 8px; background-color: #6e45e2;	opacity: 0.2; transition: all 0.6s; outline: none; display: inline-block;}
#section7 .pagination7 .swiper-pagination-bullet-active{ opacity: 1;}
#section7.active .swiper-container{  animation-name: fadeInUp; animation-duration: 2s;}


#section8 .w1320{ max-width: 1170px; position: relative;}
#section8  .swiper-container{ padding: 40px 0; position: relative;}
#section8 .item{ display: flex; align-items: center;background: #2c2a54;  border-radius: 10px; position: relative; z-index: 30;}
#section8 .item-text{ width: 41%; padding: 50px; z-index: 3; position: relative; }
#section8 .item-text h3{ color: #ffffff; font-size: 24px;}
#section8 .item-text p{ color: #ffffff;	font-size: 14px; margin-top: 35px; display:-webkit-box; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
#section8 .swiper-container::before{ top: 23px; left: 25px; right: 25px; height: 17px; background-color: #6e45e2;  border-radius: 4px;
 z-index: 0; animation: colorbg 3s infinite; transition: all 0s; transform-origin: center;}
#section8 .swiper-container::after{ top:6px; left: 35px; right: 35px; height: 17px; background-color: #b6a2f0;  border-radius: 4px;
 z-index:-2; animation: colorbg 4s infinite; transition: all 0s; animation-delay: 0.3s;}


#section8 .item-video{ position: relative; width: 59%;}
#section8 .item-video .tu{ display: block; display: flex; align-items: center; justify-content: center;}
#section8 .item-video .tu img{ display: block; object-fit: cover; width: 100%; height: 100%;}
#section8 .item-video a{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
#section8 .item-video a::before{ position: absolute; top: 10px; right:10px; left: 10px; bottom: 10px; content: ''; display: block;
border:4px dashed #fff; border-radius: 100%; transition: all 0.6s; transform: scale(0); animation: ro 15s infinite linear; opacity: 0;}
#section8 .item-video a:hover::before{ opacity: 0.6; transform: scale(1);  top: -10px; right: -10px; left: -10px; bottom: -10px;}
#section8 .arrow{ display: flex; justify-content: space-between; position: absolute; left: -50px; right: -50px; top: 50%;}
#section8 .arrow span{ display: block; outline: none; cursor: pointer; }
.video-popwrap{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 36663; display: none;
border-radius:5px; }
.popbg{ position: absolute; bottom: 0; left: 0; right: 0; top: 0; background: rgba(0,0,0,0.8); z-index: 3233; display: none;}
.popclose{ position: absolute; top:0; left:0;  border-radius: 100%; color: #fff; cursor: pointer;
height: 50px; width: 50px; text-align: center; line-height: 43px; font-size: 40px; z-index: 33333; background: #022;}
#section8 .pagination8{ justify-content: center; padding-top: 30px; text-align: center;  display: none;}
#section8 .pagination8 span{ margin: 0 8px; background-color: #6e45e2;	opacity: 0.2; transition: all 0.6s; outline: none; display: inline-block;}
#section8 .pagination8 .swiper-pagination-bullet-active{ opacity: 1;}
#section8.active .fp-content{ animation-name: fadeInUp; animation-duration: 3s;}


.footer{background: linear-gradient(45deg,#454deb 0%,#2ebdb1 100%); background-blend-mode: normal,normal; animation: gradientBG 5s infinite linear; background-size: 150% 150%; padding: 50px 0 0 0;}
.footer .div1{ display: flex; justify-content: space-between; }
.footer .div1-left{ display: flex; width: 55%; justify-content: space-between;}
.footer .f-codediv{ margin-left: auto; display: flex; flex-direction: column;align-items: flex-end;}
.footer .f-codediv span{ color: #ffffff; font-size: 16px; display: inline-block; width: 251px;	height: 59px;	border-radius: 30px;	border: solid 2px #efedf5; text-align: center; line-height: 59px; box-sizing: content-box; margin-bottom: 25px; position: relative; vertical-align: middle;}
.footer .f-codediv span.span2{ font-size: 24px; }
.footer .f-codediv .span-code{ position: absolute; left: -120px; top: 0; transition: all 0.6s; opacity: 0; visibility: hidden;
}
.footer .f-codediv .span-code::before{  right: -6px; border:8px solid transparent; border-left: 8px solid #fff; top: 30px;}
.footer .f-codediv .span-code img{ display: block; height: 100px; width: 100px;}
.footer .f-codediv span:hover .span-code{ opacity: 1; visibility: visible; left: -115px;}
.footer .f-codediv span img{ display: inline-block; vertical-align: middle; margin-right: 10px;}

.footer-ico-ul{display: flex; align-items: center; justify-content: space-between; width: 400px;}
.footer-ico-ul li{ border: 1px solid #fff; width: 60px; height: 60px; ; border-radius: 50%; position: relative;}
.footer-ico-ul li a{ display: flex;  align-items: center; justify-content: center;width: 60px; height: 60px;}
.footer-ico-ul li figure{ display: none;  position: absolute; top: -30px; left:50%; width: 180px; margin-left: -90px; background: #fff; padding: 5px 0px; text-align: center; border-radius: 5px;}
.footer-ico-ul li:nth-child(3) figure{ width: 100px; margin-left: -50px;}
.footer-ico-ul li:nth-child(4) figure{ width: 220px; margin-left: -110px;}
.footer-ico-ul li:hover figure{ display: block;}
.footer-ico-ul li figure::before {
	border: 8px solid transparent;
    border-top: 8px solid #fff;
    bottom: -16px;
    /* transform: rotateX(180deg); */
    left: 50%;
    margin-left: -4px;
}

.footer dl dt{ color: #ffffff; 	font-size: 18px; margin-bottom:30px;}
.footer dl dd a{ color: #ffffff; opacity: 0.7;	font-size: 14px; display: block; line-height: 30px; transition: all 0.6s;}
.footer .div2{ border-top: 1px solid rgba(255,255,255,0.3); margin-top: 70px; padding: 30px 0; display: flex; justify-content: space-between;}
.footer .div2 p{ color: #ffffff;opacity: 0.7;  font-size: 14px;}
.footer .div2 p a{ color: #ffffff;opacity: 0.7;  font-size: 14px;}
.footer dl dd a:hover{ opacity: 1; transform: translateX(5px); }


@keyframes colorbg{
	from{ opacity: 1; transform: scale(1,1);}
	50%{ opacity: 0.5;  transform: scale(0.91,1);}
	to{ opacity: 1;  transform: scale(1,1);}
}


@keyframes ro{
	from{ transform: rotate(0);}
	to{ transform: rotate(360deg);}
}

@keyframes downup{
	from{ transform: translateY(-10px); opacity: 0;}
	50%{ transform: none;  opacity: 1;}
	to{ transform: translateY(10px); opacity: 0;  }
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



@keyframes pulse-border {
   0% {
		opacity: 1;    
		transform: scale(1);
    }
	50% {
		opacity: 0.5;    
		transform:scale(1.5);
	 }
  100% {
		opacity: 0;    
		transform:scale(3);
	} 
}





.video-popwrap{width:1000px;}

/* 新加的样式 */
.gundong{ display: flex; flex-direction: column; margin-top: 50px;}
.gundong .yangshi{ text-align: center; margin: 0 auto;}
.rotatepic{
    transform: scale(1,1) rotate(0deg);
    opacity: 1;
    -webkit-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition-timing-function: ease-in;    -o-transition-timing-function: ease-in;   transition-timing-function: ease-in;}.rotatepic img{ margin: 0 auto;}
.roteitem{
    overflow: hidden;
    margin: 0 auto;
    opacity: 0;
	margin-top: -350px;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;}
.section.active .rotatepic{
    transform: scale(0,0) rotate(720deg);
    opacity: 0;}
.section.active .roteitem {
    opacity: 1;    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);}



.guozao{ display: flex; justify-content: space-between; align-items: center; padding:30px 0;}
.guozao .item-zuoce{ width: 43%; padding-right: 30px; position:relative;}
.guozao .item-zuoce .buzhidao{ display:none;}
.guozao .item-zuoce .buzhidao h4{ color: #3d54dd; 	font-size: 22px;  margin-bottom: 30px;}
.guozao .item-zuoce .buzhidao li{ margin-bottom: 30px; border-bottom: 1px solid #a0a0a0; padding-bottom: 15px;}
.guozao .item-zuoce .buzhidao span{ color: #3d54dd; 	font-size: 16px; display: block; margin-bottom: 10px;}
.guozao .item-zuoce .buzhidao p{ color: #222222; 	font-size: 14px;  line-height: 24px; overflow: hidden;  /* transform: scale(0); opacity: 0; */
display: flex; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; transition: all 1s;}
.guozao .item-zuoce .buzhidao .more{ display: block; width: 190px;height: 50px;border-radius: 25px;border: solid 2px #3d54dd;
text-align: center; color: #3d54dd; font-size: 16px; line-height: 46px; transition: all 1s; margin-top: 50px;}
.guozao .item-zuoce .buzhidao .more:hover{ box-shadow: 0 0 30px rgba(69,77,235,0.6); background: #3D54DD; color: #fff;
 transform: translateX(30px);}
.guozao .item-youce{ width: 62%; position:relative; min-height: 580px;}
.guozao .item-youce img{ width: 600px; height: 460px; background: #fff; border-radius: 50px;
    position:absolute;
    cursor:pointer;
    right:0;
    box-shadow:0px 15px 50px rgba(0,0,0,0.1);
  }
  
  
  #itemlist img.item-0 {
    z-index:4;
    -webkit-transform:scale(1);
       -moz-transform:scale(1);
        -ms-transform:scale(1);
         -o-transform:scale(1);
            transform:scale(1);
  }
  
  #itemlist img.item-1 {
	  opacity: 0.7;
    z-index:3;
    right:60px;
    -webkit-transform:scale(0.9);
       -moz-transform:scale(0.9);
        -ms-transform:scale(0.9);
         -o-transform:scale(0.9);
            transform:scale(0.9);
  }
  
  #itemlist img.item-2 {
	  opacity: 0.7;
    z-index:2;
    right:120px;
    -webkit-transform:scale(0.8);
       -moz-transform:scale(0.8);
        -ms-transform:scale(0.8);
         -o-transform:scale(0.8);
            transform:scale(0.8);
  }
  
  #itemlist img.item-3 {
	  opacity: 0.7;
    z-index:1;
    right:180px;
    -webkit-transform:scale(0.7);
       -moz-transform:scale(0.7);
        -ms-transform:scale(0.7);
         -o-transform:scale(0.7);
            transform:scale(0.7);
  }
  
  .transition {
    -webkit-transition:0.5s ease-out;
       -moz-transition:0.5s ease-out;
        -ms-transition:0.5s ease-out;
         -o-transition:0.5s ease-out;
            transition:0.5s ease-out;
  }
  
  .show {
    -webkit-animation:show 1s linear;
       -moz-animation:show 1s linear;
        -ms-animation:show 1s linear;
         -o-animation:show 1s linear;
            animation:show 1s linear;
  }
  		
@-webkit-keyframes show{
  25% {
    left:-50px;
  }

  50% {
    z-index:5;
    left:-100px;
    -webkit-transform:rotate3d(0,1,0,0deg);
  }

  70% {
    z-index:5;
    left:-50px;
    -webkit-transform:rotate3d(0,1,0,180deg);
  }

  100% {
    z-index:5;
    left:0px;
    -webkit-transform:rotate3d(0,1,0,360deg);
  }
}
  		
@-moz-keyframes show{
  25% {
    left:-50px;
  }

  50% {
    z-index:5;
    left:-100px;
    -moz-transform:rotate3d(0,1,0,0deg);
  }

  70% {
    z-index:5;
    left:-50px;
    -moz-transform:rotate3d(0,1,0,180deg);
  }

  100% {
    z-index:5;
    left:0px;
    -moz-transform:rotate3d(0,1,0,360deg);
  }
}
  		
@-ms-keyframes show{
  25% {
    left:-50px;
  }

  50% {
    z-index:5;
    left:-100px;
    -ms-transform:rotate3d(0,1,0,0deg);
  }

  70% {
    z-index:5;
    left:-50px;
    -ms-transform:rotate3d(0,1,0,180deg);
  }

  100% {
    z-index:5;
    left:0px;
    -ms-transform:rotate3d(0,1,0,360deg);
  }
}
  		
@-o-keyframes show{
  25% {
    left:-50px;
  }

  50% {
    z-index:5;
    left:-100px;
    -o-transform:rotate3d(0,1,0,0deg);
  }

  70% {
    z-index:5;
    left:-50px;
    -o-transform:rotate3d(0,1,0,180deg);
  }

  100% {
    z-index:5;
    left:0px;
    -o-transform:rotate3d(0,1,0,360deg);
  }
}
  		
@keyframes show{
  25% {
    left:-50px;
  }

  50% {
    z-index:5;
    left:-100px;
    transform:rotate3d(0,1,0,0deg);
  }

  70% {
    z-index:5;
    left:-50px;
    transform:rotate3d(0,1,0,180deg);
  }

  100% {
    z-index:5;
    left:0px;
    transform:rotate3d(0,1,0,360deg);
  }
}










@media (max-width:1440px) {		
	.index-header .navbar{ /* padding: 0 50px; */ padding-right: 5%;}
	.index-header .navbar a{ font-size: 15px}
	.index-header .language span{ font-size: 15px;}
	.index-header .language ul li{font-size: 14px; line-height: 30px;}
	.banner .text h3{font-size: 30px}
	.banner .text h2{font-size: 50px; margin-top: 10px; margin-bottom: 30px;}
	.banner .text p{font-size: 18px; letter-spacing: 2px;}
	.banner  a{border: solid 2px #ffffff;  font-size: 14px;margin-top: 40px;}
	.index-header{ padding: 0 1.5%;}
	#section2 h3{ font-size: 42px}
	
	.index-title h3{ font-size: 30px}
	.index-title p{ font-size: 16px; }
	.index-title2 p b{ width: 60px;}
	#section3 .item-text .p1{ font-size: 20px;}
	#section3 .item-text .p2{ font-size: 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
	overflow: hidden; text-overflow: ellipsis;}
	#section4 li span{ font-size: 50px}
	#section4 li p{ font-size: 20px}
	#section4 li{ padding: 20px 40px;}
	#section5 .sec5cont{ padding: 0px 100px; margin-top: 40px;}
	#section7 .tit-left .p2{ font-size: 32px;}
	#section7 .tit .more{ width: 140px; height: 45px; line-height: 45px;}
	.video-btn img{ height: 50px;}
	#section8 .item-video a::before{ border-width: 2px;}
	#section8 .item-video a:hover::before {opacity: 0.6;transform: scale(1);top: -5px;right: -5px;left: -5px;bottom: -5px;}
	.video-popwrap{ width: 60%;}
	.video-popwrap video{ width: 100%; object-fit: cover;}
	#section8 .item-text{ padding: 30px;}
	#section8 .item-text h3{ font-size: 20px;}
	#section8 .item-text p{ margin-top: 20px;}
	.footer .f-codediv span{ width: 200px; height: 50px; line-height: 50px; font-size: 14px;}
	.footer .f-codediv span.span2{ font-size: 18px;}
	#section5 .index-title{ margin-bottom: -30px;}
	#section5 .swiper-slide{ padding: 20px 0 20px 0 ;}
	#section4 li{ padding: 40px;}
	
	
	#section2{ background-position: center right;}
	.fanren .buzhidao{ width: 30%;}
	.section .imgstack{ left: 30%;}
	
	
	.gundong{ margin-top: 0; padding: 30px 0;}
	#section3.active .more{ margin-top: -30px;}
	#section3 .line{ height: 360px; width:2px;}
	
	
	#section4 .about-p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	#section4 .more{ margin-top: 10px;}
	.fp-content{ padding-top: 40px;}
	
	#section7 .tit-left .p1{ display: none;}
	
	#section7 .swiper-container{ margin-top: 30px;}
	#section7 .pagination7{ padding-top: 20px;}
	
	.fanren .buzhidao{ padding-top: 30px;}
	.fanren .buzhidao .more{ margin-top: 30px;}
	.fanren .buzhidao li{ margin-bottom: 15px; padding-bottom: 10px;}
	.fanren .buzhidao li span{ font-size: 16px;}
	.fanren .buzhidao li p{ font-size: 13px;}
	
	.section .s_pic0{ width: 470px;}
	.section .s_pic1{ width: 450px;}
	.section .s_pic2{ width: 390px;}
	.section .s_pic3{ width: 320px;}
	.section .s_pic4{ width: 250px;}
	.section .s_pic5{ width: 190px;}
	.section .s_pic6{ width: 140px;}
	.section .s_pic7{ width: 110px;}
	.section .s_pic8{ width: 90px;}
	
	#section5 .item-text{ padding-bottom: 0;}
	/* #section5 .item-img img{ width: 80%; margin: 0 auto;} */
	#section5 .pagination5{ padding-top: 10px;}
}


@media (max-width:1320px) {	
	.w1320{ padding: 0 30px;}
	#section7 .item-text{ padding: 30px 20px; place-content: 0;}
	#section7 .item-text .p2{ font-size: 14px; line-height: 28px; margin: 15px 0;}
	#section7 .item-text h3{ font-size: 18px}
	#section7 .item-img{ flex-shrink: 0.5;}
	#section8 .pagination8{ display: block; padding-top: 10px;}
	
	
	
	.guozao .item-youce img{ width: 480px; height: 370px;}
}

@media (max-width:1200px) {	
	.section .imgstack{ left: 20%;}
}

@media (max-width:1000px) {	
	.Agent{
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.agentFlex{
		display: inherit;
	}
	.agentFlex>div:nth-child(2){
		margin-top: 15px;
	}
	.agentPart {
		width: 100%;
	}
	.agentPart p{
		margin-bottom: 6px;
		font-size: 14px;
	}
	.agentPart>p:nth-child(1){
		font-size: 16px;
		margin-bottom: 10px;
	}
	.index-header{ display: none;}
	.phone-nav { display: block;}
	
	#section3 li{ margin-bottom: 30px;}
	#section3 .sec3cont{ margin-bottom: -30px;}
	#section4 li span{ font-size: 40px}
	#section4 li p{ font-size: 16px;}
	#section4 .about-p{ font-size: 15px;}
	#section4 li{ padding: 25px;}
	#section4 .more{}
	#section5 .sec5cont{ padding: 0;}
	#section6 .arrow{ display: none;}
	#section6 .pagination6{ display: block;}
	#section7 .tit-left .p1{ display: none;}
	#section7 .tit-left .p3{ display: none;}
	#section8 .swiper-container::before{ height: 10px; left: 5px; right: 5px;}
	#section8 .swiper-container::after{ height: 10px; top: 33px; left: 10px; right: 10px;}
	#section8 .arrow{ display: none;}

	#section8 .swiper-container{ padding:40px 0 20px 0;}
	#section8 .fp-content{ padding: 30px 0;}
	.footer .div1-left{ width: auto; flex-grow: 0.8; }
	
	.guozao .item-youce img{ width: 420px; height: 320px;}
	
	
	.fanren{ display: flex; flex-direction: column;}
	.fanren .buzhidao{ width: 100%; padding-top: 20px;}
	.section .imgstack{ display: none;}
	.fanren .shouji{ display: block;}
	
}
@media (max-width:900px) {	
	#section2 .div1{ padding-right: 0;}	
	#section2 .item-text{ width: 100%; padding-right: 0px; order: 3;}
	#section2 .item-tu{ width: 100%;  order:2;}
	#section2 .item-tu img{ display: block; max-width: 100%;  height: auto;}
	#section2 h3{ font-size: 30px;}
	#section2 .item-text h4{ font-size: 18px}
	#section2 .item-text .more{ width: 160px; height: 40px; line-height: 38px; border-width: 1px; font-size: 14px}
	#section2 .swiper-cont{ flex-direction: column;} 
	.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell{height: 	auto !important;}
	.section .fp-tableCell,.section,#indexpage { height: auto !important;}
	.banner{ height: 100vh;}
	/* .fp-content{ padding: 80px 0;} */
	
	#section7 .tit-left .p2{ font-size: 28px} 
	.popbg{ position: fixed;}
	.video-popwrap{ width: 90%;}
	
	.footer .div2{ margin-top: 50px; padding: 20px 0;}
	
	
	.guozao{ flex-direction: column;}
	.guozao .item-zuoce{ width: 100%; padding: 0; order: 3;;}
	.guozao .item-youce{ width: 100%; order: 2; min-height: 50vh;}
	.guozao .item-youce img{ width: 80%; height: auto;}
}
@media (max-width:800px) {	
	.fp-content{ padding: 50px 0;}
	.banner .slide-inner{ display: block;}
	.banner video{ display: none;}
}


@media (max-width:750px) {	
	#section5 .swiper-slide { transform: scale(1);  opacity: 4; padding: 0 0;}
	#section5 .swiper-slide-active{ transform: scale(1);   opacity: 1;}
	#section5 .sec5cont{ margin-right: -15px; margin-left: -15px; }
	#section5 .sec5cont .swiper-wrapper{ padding-left: 15px;}
	.footer .div1{ flex-direction: column;}
	.footer .f-codediv .span-code{ left: 0; right: 0px; top: -120px;}
	.footer .f-codediv .span-code::before{ border-top: 8px solid #fff; border-left: 8px solid transparent; top: auto; bottom:-16px;
		right: auto; left: 10%; }
		.f-codediv div{ width: 100%;}
	.footer .f-codediv span:hover .span-code{left: 0;}
	.footer .f-codediv{ margin-left: initial; display: flex; flex-direction: row; padding-top: 30px; flex-wrap: wrap;}
	.footer .f-codediv span{ margin-right: 20px; margin-bottom: 0; flex: 1 40%; margin-bottom: 20px;}
	.footer .f-codediv span{ height: 45px; line-height: 45px; width: 180px; border:1px solid #fff}
	.footer-ico-ul{ width: 100%;}
	.footer .f-codediv span.span2{ margin-right: 0; font-size: 16px;} 
	.footer .f-codediv span img{ height: 20px; margin-right: 5px;}
	.footer .div1-left{ flex-wrap: wrap; justify-content: space-around;}
	.footer .div1-left dl{ width: 45%; margin-top: 0px;}
	.footer{ padding-top: 30px;}
	.footer .div2{ flex-direction: column; justify-content: center;align-items: center; margin-top: 30px;}
	.footer .div2 p{ text-align: center;}
	.footer .div2 p.fr{ display: none;}
	#section2 .item-tu{min-height: 200px; padding-left: 50px;}
	#section2 .item-tu img{transform: scale(0.7);}
	/* .ycfdlm{ display: none;} */


	.footer .div1-left  dl.open dd{ display: block;}
	.footer .div1-left  dd{ display: none; padding-bottom: 20px;}

	.iframevideo{ height: 200px !important;}

}


@media (max-width:700px) {	
	.banner .text{ padding: 0 30px;}
	.banner .text h3{font-size: 20px}
	.banner .text h2{font-size: 35px; margin-top: 10px; margin-bottom: 30px;}
	.banner .text p{font-size: 14px; letter-spacing: 0px;}
	.banner a{border: solid 1px #ffffff;  font-size: 14px;margin-top: 40px; width: 150px; height: 36px; line-height: 34px;}
	.fp-content{ padding-top: 50px;}
	.w1320{ padding: 0 15px;}
	.fp-content{ padding: 50px 0;}
	#section2 h3{ font-size: 24px;}
	#section2 .item-text .more{ margin-top: 30px; height: 38px;   line-height: 38px; box-sizing: content-box;}
	#section3 .sec3cont{ flex-direction: column;}
	#section3 .line{ display: none;}
	#section3 li span::after{ display: none;}
	#section3 li span::before,#section3 li span b{ display: none;}
	#section2 .swiper-cont{ padding-bottom: 0;}
	#section3 .ul1 .item-tu{ order: -1;}
	#section3 .item-text .p1{ text-align: left; font-size: 18px;}
	#section3 .item-text .p2{ text-align: left; font-size: 14px; -webkit-line-clamp: 2;}
	#section3 .more{ margin-top: 40px;width: 150px; height: 34px; line-height: 34px; box-sizing: content-box; border-width: 1px;
	font-size: 14px}
	
	#section3 .item-text{ padding-left: 15px;}
	#section3 .ul2 .item-text{ margin-left: 0;}
	#section3 .ul2{ padding-left: 0; margin-top: 0px;}
	#section3 .ul1{ padding-right: 0;}
	#section3 .l1{ transition-delay: 0.5s;}
	#section3 .l2{ transition-delay: 1s;}
	#section3 .l3{ transition-delay: 1.5s;}
	#section3 .l4{ transition-delay:2s;}
	#section3 .l5{ transition-delay: 2.5s;}
	.index-title h3{ font-size:24px}
	.index-title p{ font-size: 16px; margin-top: 10px; }

	.index-title2 p b{ width: 40px; margin: 15px auto;}
	#section4 .more{width: 150px; height: 34px; line-height: 34px; box-sizing: content-box; border-width: 1px;
	font-size: 14px;}
	
	#section5 .item-text h3{ font-size: 16px;}
	#section7 .item-text .p1 i{ width: 40px; margin-top: 10px;}
	#section7 .item-text .p2{ font-size: 13px; -webkit-line-clamp: 2;}
	#section7 .item-text{ padding: 20px 10px;}
	#section7 .item-text h3{ font-size: 16px}
	#section7 .item-img{ display: none;}
	#section7 .tit-left .p2{ font-size: 24px}
	#section7 .tit .more{ height: 40px; line-height: 40px; font-size: 14px;}
	#section5 .sec5cont{ margin-top: 30px;}
	#section7 .tit .more{ width: 100px;}
	#section8 .item{ flex-direction: column; padding: 15px;}
	#section8 .item-text{ width: 100%; padding:20px 0 10px 0;}
	#section8 .item-text p{ margin-top: 10px;}
	#section8 .item-video{ width: 100%; }
	#section1.active .banner a{ bottom: 35%;}
	#section3 .item-tu img{ height: 30px; width: 30px;}
	#section3 li span{ width:60px; height: 60px;}
	
	
	#section3 .sec3cont{ align-items: flex-start;}
	#section3 .ul1 li{ justify-content: flex-start;}
	
	#section3 .ul1,#section3 .ul2{ width: 100%;}
	
		.footer-ico-ul li{ 
		width: 55px;
		height: 55px;
	
	} 
	
	.footer-ico-ul li a{
		width: 55px;
		height: 55px;
		
	}
	.footer-ico-ul li a img{
		margin-left: -4px;
		
	}
	
	
}
	
@media (max-width:600px) {	
	.guozao .item-youce{ min-height: 40vh;}

 
}
	
	
@media (max-width:500px) {	
	.banner .text{ padding: 0 20px; top: -5%;}
	.banner .text h3{font-size: 18px}
	.banner .text h2{font-size: 32px; margin-top:20px; margin-bottom: 40px; letter-spacing: 2px; margin-bottom: 20px;}
	.banner .text p{font-size: 13px; letter-spacing: 0px;}
	.banner  a{border: solid 1px #ffffff;  font-size: 14px;margin-top: 40px; width: 150px; height: 34px; line-height: 34px;
	box-sizing: content-box;}
	#section4 ul{ flex-wrap: wrap;}
	#section4 li{ width: calc(100%/2); padding: 10px; margin-bottom: 20px;}
	#section6 .swiper-slide{ padding:10px;  }
	#section7 .item-text{ padding: 10px;}
	#section7 .swiper-slide{ padding: 10px;}
	#section7 .swiper-slide a{ box-shadow: 0 0 10px 5px rgba(204,204,223,0.3);}
	
	
	
	.guozao .item-youce img{ width: 90%; border-radius: 25px;}
	#itemlist img.item-1{ right: 30px;}
	#itemlist img.item-2{ right: 60px;}
	#itemlist img.item-3{ right: 90px;}
}

@media (max-width:400px) {	
	.guozao .item-youce{ min-height: 30vh;}
}
	
@media (max-width:320px) {	
.banner .text h2{ font-size: 28px;}	
}


@media (max-height:900px) {	
	#section2 h3{font-size:36px ;}
	#section2 .swiper-cont{padding: 20px 0;}
}
