* {
  margin: 0;
  padding: 0;
  font-family: '思源黑体';
}

@font-face {
  font-family: '思源黑体';
  src: url('font/SourceHanSansSC-Normal-2.otf')format("truetype");
  font-weight: 400;
  font-display: "auto";
}
@font-face {
  font-family: '思源黑体';
  src: url('font/SourceHanSansSC-Bold.otf')format("truetype");
  font-weight: bold;
  font-display: "auto";
  font-style: normal;
}

html,
body {
  background: #FFFFFF;
  font-size: 12px;
}

li,
dd {
  list-style: none;
}

img {
  border: none;
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}

.wrap {
  width: 100%;
  height: auto;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

header {
  width: 100%;
  height: 80px;
  background: #fff;
}

.header {
  height: 80px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: auto;
  display: flex;
}

.logo a {
  display: block;
  height: 58px;
  width: 76px;
  margin-right: 10px;

}

.logo a img {
  display: block;
  height: 100%;
  width: 100%;
  
}

.logo_zi p {
  height: 30px;
  line-height: 30px;
  font-size: 0.9vw;
  color: #555;
  font-weight: bold;
}

.logo_zi span {
  display: block;
  font-size: 10px;
  color: #999;
  line-height: 20px;

}

.tel {
  display: flex;

}

.tel img {
  margin-right: 8px;
  margin-top: 5px;
  width: auto;
}

.tel_ p {
  height: 20px;
  font-size: 0.8rem;
  line-height: 25px;
}

.tel_ span {
  display: block;
  height: 25px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #FF8A38;
}

.search {
  width: 206px;
  height: 32px;
  border: 1px solid #e9e8e8;
  position: relative;
  margin-top: 9px;
}

.search .box-input {
  border: none;
  outline: none;
  padding: 0;
  height: 32px;
  text-align: center;

  margin-right: 31px;

}

.search .box-ico {
  position: absolute;
  top: 7px;
  right: 16px;
  cursor: pointer;
  width: auto;
}

.header nav {
  height: 80px;
  background: #fff;
  width: auto;
}

.header nav ul {
  display: flex;
  width: 100%;
  height: 100%;
}

.header ul li{
  width: 70px;
  height: 100%;
  padding: 0 10px;
  position: relative;
}
.header ul li p {
	display: none;
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 60%;
	height: 3px;
	background: linear-gradient(to right, #32E4ED, #4791FF);
}
.header ul li:hover p {
	display: block;
}


.header ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 0.8vw;
  /* font-weight: bold; */
  color: #333333;
}

/* .header ul li .visited {
  color: #387EE9;
} */

.header ul li dl {
  position: absolute;
  left: -10px;
  top: 80px;
  width: 204px;
  height: auto;
  overflow: hidden;
  display: none;
  z-index: 9;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.header ul li dl dd {
  height: 52px;
  width: 100%;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

/* .header ul li dl dd p{
  position: absolute;
  top: 0;
  left: 0;
	width: 52px;
  height: 52px;
  background: #E0EFFF;
  opacity: 0;
	z-index: -1;
  display: none;
  transform: rotate(-90deg); 
} */

.header ul li dl dd p{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #E0EFFF;
	opacity: 0;
	z-index: -1;
}

.header ul li dl dd:hover p {
  opacity: 1;
  animation: .3s myWd linear;
  animation-fill-mode: forwards;
  
}

.header ul li dl dd a {
  color: #333 !important;
  line-height: 52px;
  font-size: 14px;
  margin-left: 30px;
  text-align: left;
}

.header ul li:hover a {
  color: #409EFF;
}

.header ul li:hover dl {
  display: block;
  animation: 0.3s myTop linear;
  animation-fill-mode: forwards;
}

.login {
  min-width: 218px;
  height: 80px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}

.login div {
  margin-right: 0.8vw;
  line-height: 50px;
}

.login::before {
  content: '';
  display: block;
  width: 1px;
  height: 19px;
  background-color: #D9D9D9;
  position: absolute;
  left: -2vw;
  top: 17px;
}

.login div a {
  color: #FFBB33;
  font-size: 0.75vw;
}

.banner {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 0px;
}

.itemNav {
  width: 100%;
  height: 160px;
  background: linear-gradient(to top, #ECF4FF, #FFFFFF);
  /* background-color: #F3F8FF; */
}

.itemNav ul {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.itemNav ul li {
  width: 20%;
  height: 160px;
  border-right: 2px solid #ECF4FF;
  background: linear-gradient(to top, #ECF4FF, #FFFFFF);

}

.itemNav ul li:last-child {
  border-right: none
}

.itemNav ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.itemNav ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.itemNav ul li:hover span {
  color: #409EFF;
}

.itemNav ul li a img {
  width: 65px;
  height: 85px;
}

.ban1 {
  background: url(../img/index/slide/slide1.png) no-repeat center / 1920px 660px;
}

.ban2 {
  background: url(../img/index/slide/slide2.png) no-repeat center / 1920px 660px;
}

.ban3 {
  background: url(../img/index/slide/slide3.png) no-repeat center / 1920px 660px;
}

.ban4 {
  background: url(../img/index/slide/slide4.png) no-repeat center / 1920px 660px;
}

.banner ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.banner ul li .a {
  background: #fff;
  border-radius: 5px;
}

.banner .proort {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  z-index: 3;
}

.proort::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}

.proort_ {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

}

.proort_ ul {
  height: 66px;
  display: flex;
}

.proort_ ul li {
  width: 230px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.proort_ ul li img {
  display: block;
  width: 30px;
  height: 30px;
}

.proort_ ul li p {
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #333;
}

.proort_ div {
  width: 12px;
  height: 100%;
  display: flex;
  align-items: center;
}

.news-container {
  width: 100%;
  height: auto;
  margin: 100px auto 0;
}

.news-container .lookMore {
  width: 200px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  padding: 60px 40px 0;
}

.news-container .lookMore a {
  width: 100%;
  height: 100%;
  color: #409EFF;
  display: inline-block;
  border: 1px solid #409EFF;
  border-radius: 4px 4px 4px 4px;
}

.news-container .News {
  width: 1200px;
  margin: 0 auto;
}

.news-container .News .news-title,
.news-container .Methods .methods-title {
  font-size: 26px;
  color: #060606;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 100px;
}

.news-container .News .news-title .line,
.news-container .Methods .methods-title .line {
  width: 400px;
  height: 1px;
  background-color: #E1E1E1;
}

.news-container .News .news-tabs {
  width: 570px;
  height: 50px;
  line-height: 50px;
  margin: 25px 0;
  display: flex;
}

.news-container .News .news-tabs div {
  width: 112px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  text-align: center;
  margin-left: 30px;    /*这是index.html文件的距离 */
}
.news-container .News .news-tabs div:nth-child(1){
	margin-left: 0;
}
.news-container .News .news-tabs div:hover {
  color: #409EFF;
  border-radius: 4px;
  cursor: pointer;
  background-color: #EBF5FF;
}
.news-container .News .news-tabs .checked {
  color: #409EFF;
  border-radius: 4px;
  cursor: pointer;
  background-color: #EBF5FF;
}
.news-container .News ul{
	width: 100%;
	height: 406px;
	display: none;
}
.news-container .News ul li{
	float: left;
	width: 380px;
	height: auto;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.news-container .News ul li img{
	width: 100%;
	height: 216px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: none;
	display: none;
}
.news-container .News ul li .nr{
	width: 100%;
	height: auto;
	box-sizing: border-box;	
}
.news-container .News ul li:nth-child(1) .nr, .news-container .News ul li:nth-child(2) .nr{
	padding: 24px 16px;
}
.news-container .News ul li .nr p:nth-child(1), .news-container .News ul li .nr p:nth-child(4){
	display: none;
}
.news-container .News ul li .nr p:nth-child(2){
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-bottom: 13px;
}
.news-container .News ul li .nr p:nth-child(3){
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	color: #333;
}
.news-container .News ul li .nr p:nth-child(4){
	font-size: 14px;
	color: #333;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.news-container .News ul li:nth-child(1) .nr  p:nth-child(1), .news-container .News ul li:nth-child(2) .nr  p:nth-child(1){
	font-size: 16px;
	line-height: 25px;
	color: #333;
	height: 50px;
	margin-bottom: 14px;	
	display: block;
}
.news-container .News ul li:nth-child(1) .nr  p:nth-child(2), .news-container .News ul li:nth-child(2) .nr  p:nth-child(2){
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-bottom: 16px;	
}
.news-container .News ul li:nth-child(1) .nr  p:nth-child(3), .news-container .News ul li:nth-child(2) .nr  p:nth-child(3){
	font-size: 14px;
	color: #333;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.news-container .News ul li:nth-child(1) .nr  p:nth-child(3), .news-container .News ul li:nth-child(2) .nr  p:nth-child(3){
	display: none;
}
.news-container .News ul li:nth-child(1) .nr  p:nth-child(4), .news-container .News ul li:nth-child(2) .nr  p:nth-child(4){
	display: block;
}
.news-container .News ul li:nth-child(1),.news-container .News ul li:nth-child(2){
	width: 378px;
	height: 100%;
	border-radius: 6px;
	margin-right: 20px;
	border: 1px solid #F5F5F5;
	padding-bottom: 0;
	margin-bottom: 0;	
}
.news-container .News ul li:nth-child(1) img{
	display: block;
}
.news-container .News ul li:nth-child(2) img{
	display: block;
}
.news-container .News ul li:nth-child(1):hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.news-container .News ul li:nth-child(2):hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 20px;
  cursor: pointer;
  border: solid 3px #fff;
}


.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}


.news-content-items ol:nth-child(1) {
  display: block;
}

.news-container .Methods {
  background-color: #F8FBFE;
  margin-top: 78px;
  font-size: 16px;
  padding: 80px 0 0;
  overflow: hidden;
  clear: both;
}

.news-container .Methods .methods-tabs {
  /* background-color: #EBF4FF; */
  height: 75px;
  line-height: 75px;
  margin: 3px auto;
  width: 1200px;
  padding: 0 30px;
  color: #333333;
  box-sizing: border-box;
}

.news-container .Methods .methods-tabs div {
  float: left;
  width: 20%;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.news-container .Methods .methods-tabs div p{
	display: none;
}
.news-container .Methods .methods-tabs div span{
	display: block;
	height: 2px;
	background: #007AFF;
	position: absolute;
	bottom: 0;
}
.news-container .Methods .methods-tabs .checked p {
	display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #00FAFE, #409EFF);
}

.news-container .Methods .methods-content {
  height: 703px;
  width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 1px #FFFFFF, inset 0px 4px 8px 1px rgba(2, 89, 180, 0.15);
  background-color: #F2F7FD;
}
.methods-content-container{
	overflow: hidden;
	margin-bottom: 20px;
}

.methods-content-container .methods-content {
  margin-bottom: 50px;
  display: none;
}

.methods-content-container .methods-content:nth-child(1) {
  display: block;
  margin-bottom: 50px;
}

.Methods .methods-content .methods-content-left {
  width: 100%;
  height: 100%;
  text-align: left;
}

.Methods .methods-content .methods-content-left .methods-content-title {
  color: #182444;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* .methods-split-line {
  width: 35px;
  height: 1px;
  background-color: #FFBB33;
  margin: 20px 0;
} */

.Methods .methods-content .methods-content-left .methods-content-text {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}

.Methods .methods-content .methods-content-left .methods-content-btn {
  width: 117px;
  height: 36px;
  background-color: #409EFF;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 40px;
}

.methods-content-left .methods-content-btn a {
  color: #fff;
  display: inline-block;
  width: 100%;
}

.methods-content-left .methods-content-items {
  /* border-top: 1px solid #DEDEDE; */
  box-sizing: border-box;
  height: 230px;
}
.methods-content-left .methods-content-items .aiCommunity{
  width: 1120px;
  height: 430px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
.methods-content-left .methods-content-items .aiCountry{
  width: 1130px;
  height: 450px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
.methods-content-left .methods-content-items .timeBank{
  width: 1130px;
  height: 450px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
.methods-content-left .methods-content-items .exServicer{
  width: 1113px;
  height: 450px;
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}
.methods-content-left .methods-content-items .aiCommunity .community-left{
  width: 835px;
  height: 419px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.methods-content-left .methods-content-items .aiCommunity .community-left a{
  position: relative;
}
.methods-content-left .methods-content-items .aiCommunity .community-right a{
  position: relative;
}
.methods-content-left .methods-content-items .aiCommunity .community-left .item1::before{
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 271px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .aiCommunity .community-left .item1:hover::before{
  opacity: 1;
}
.methods-content-left .methods-content-items .aiCommunity .community-left .item1::after{
    content: attr(data-mask-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .aiCommunity .community-left .item1:hover::after{
  opacity: 1;
}
.methods-content-left .methods-content-items .aiCommunity .community-right .item1::before{
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 271px;
    height: 412px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .aiCommunity .community-right .item1:hover::before{
  opacity: 1;
}
.methods-content-left .methods-content-items .aiCommunity .community-right .item1::after{
    content: attr(data-mask-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .aiCommunity .community-right .item1:hover::after{
  opacity: 1;
}
.methods-content-left .methods-content-items .aiCountry .community-left a{
  position: relative;
}
.methods-content-left .methods-content-items .aiCountry .community-right a{
  position: relative;
}
.methods-content-left .methods-content-items .aiCountry .community-left .item1::before{
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 412px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .aiCountry .community-left .item1:hover::before{
  opacity: 1;
}
.methods-content-left .methods-content-items .aiCountry .community-left .item1::after{
    content: attr(data-mask-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .aiCountry .community-left .item1:hover::after{
  opacity: 1;
}
.methods-content-left .methods-content-items .aiCountry .community-right .item1::before{
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 272px;
    height: 412px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .aiCountry .community-right .item1:hover::before{
  opacity: 1;
}
.methods-content-left .methods-content-items .aiCountry .community-right .item1::after{
    content: attr(data-mask-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .aiCountry .community-right .item1:hover::after{
  opacity: 1;
}
/* 气 */
.methods-content-left .methods-content-items .exServicer .community-left a{
  position: relative;
}
.methods-content-left .methods-content-items .exServicer .community-right a{
  position: relative;
}
.methods-content-left .methods-content-items .exServicer .community-left .item1::before{
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 412px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .exServicer .community-left .item1:hover::before{
  opacity: 1;
}
.methods-content-left .methods-content-items .exServicer .community-left .item1::after{
    content: attr(data-mask-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .exServicer .community-left .item1:hover::after{
  opacity: 1;
}
.methods-content-left .methods-content-items .exServicer .community-right .item1::before{
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 272px;
    height: 412px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .exServicer .community-right .item1:hover::before{
  opacity: 1;
}
.methods-content-left .methods-content-items .exServicer .community-right .item1::after{
    content: attr(data-mask-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    pointer-events: none;
}
.methods-content-left .methods-content-items .exServicer .community-right .item1:hover::after{
  opacity: 1;
}


.methods-content-left .methods-content-items .aiCountry .community-left{
  width: 854px;
  height: 420px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.methods-content-left .methods-content-items .aiDis .community-left{
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.methods-content-left .methods-content-items .timeBank .community-left{
  width: 1150px;
  height: 420px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.methods-content-left .methods-content-items .exServicer .community-left{
  width: 835px;
  height: 420px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.methods-content-left .methods-content-items .aiCommunity .community-left .box-one{
  width: 271px;
  height: 200px;
  margin-top: 5px;
}
.methods-content-left .methods-content-items .aiCountry .community-left .box-one{
  width: 421px;
  height: 200px;
}
.methods-content-left .methods-content-items .timeBank .community-left .box-one{
  width: 271px;
  height: 200px;
}
.methods-content-left .methods-content-items .exServicer .community-left .box-one{
  width: 412px;
  height: 200px;
}
.methods-content-left .methods-content-items .aiCommunity .community-right .box-two{
  width: 271px;
  height: 408px;
}
.methods-content-left .methods-content-items .aiCountry .community-right .box-two{
  width: 271px;
  height: 412px;
}
.methods-content-left .methods-content-items .exServicer .community-right .box-two{
  width: 272px;
  height: 412px;
}
.methods-content-items .single-items {
  float: left;
  margin-right: 58px;
  margin-bottom: 30px;
  width: 80px;
}

.methods-content-items .single-items:hover a {
  color: #4594FE;
}

.methods-content-items .single-items:nth-child(4) {
  margin-right: 0px;
}

.methods-content-items .methods-items-title {
  line-height: 40px;
  text-align: center;
}

.methods-content-items .single-items img,
.methods-content-items .single-items2 img {
  width: 33px;
  height: 33px;
  margin: 0 auto;
}

.methods-content-items .single-items2 {
  float: left;
  margin-right: 50px;
  margin-bottom: 30px;
  width: 130px;
}

.methods-content-items .single-items2:hover a {
  color: #4594FE;
}

.methods-content-items .single-items2:nth-child(3) {
  margin-right: 0px;
}


.Methods .methods-content .methods-content-right img {
  width: 450px;
  height: 260px;
  position: absolute;
  right: 30px;
  bottom: 38px;
}

.ads {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}


.news_tab {
  width: 610px;
  height: 330px;
}

.news_tab ul {
  width: 100%;
  height: auto;
  display: flex;
  height: 42px;
  margin-bottom: 10px;
}

.news_tab ul li {
  flex: 1;
  height: 42px;
  line-height: 42px;
  font-size: 21px;
  color: #333;
  background: #f1f1f1;
  text-align: center;
}

.news_tab ul li.ys1 {
  background: #3da1ff;
  color: #fff;
}

.news_tab_items {
  width: 100%;
}

.news_tab_items ol {
  display: none;
}

.news_tab_items ol:nth-child(1) {
  display: block;
}

.news_tab_items ol li {
  width: 100%;
  padding: 5px 0;
}

.news_tab_items ol li a {
  display: flex;
  width: 100%;
  height: 30px;
  line-height: 30px;
  justify-content: space-between;
  align-items: center;
}

.news_tab_items ol li a::before {
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  content: '';
  background: #cdcdcd;
}

.news_tab_items ol li a span:nth-child(1) {
  flex: 1;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_tab_items ol li a span:nth-child(2) {
  font-size: 16px;
  color: #9f9f9f;
  width: 90px;
  text-align: center;
}

.sqyl {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}

.sqyl .sqyl_title {
  width: 100%;
  height: 50px;
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  justify-content: space-between;
}

.sqyl .sqyl_title img {
  width: 133px;
  height: 49px;
}

.sqyl_content {
  width: 100%;
  height: 354px;
  display: flex;
}

.sqyl_content.ys1 {
  background: url(../img/zh.png) no-repeat center;
}

.sqyl_content.ys2 {
  background: url(../img/zhyl.png) no-repeat center;
}

.sqyl_left {
  padding: 50px 20px 0 30px;
  width: 250px;
  line-height: 34px;
  font-size: 15px;
  color: #fff;
}

.sqyl_content dl {
  width: 880px;
  margin-left: 25px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px;
  justify-content: space-between;
}

.sqyl_content dl dt {
  height: 20px;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.sqyl_content dl dt span:nth-child(1) {
  font-weight: 600;
  color: #333;
}

.sqyl_content dl dt span:nth-child(2) {
  color: #999;
}

.sqyl_content dl dd {
  width: 260px;
  height: 120px;
  background: #fff;
  box-shadow: 0px 0px 2px #578cff;
}

.sqyl_content dl dd a {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 15px;
}

.sqyl_content dl dd a img {
  width: 72px;
}

.sqyl_content dl dd a:hover {
  background: #578cff;
}

.sqyl_content dl dd a:hover .jiesh h2 {
  color: #fff;
}

.sqyl_content dl dd a:hover .jiesh .jies {
  color: #fff;
}

.sqyl_content dl dd a .jiesh {
  margin-left: 15px;

}

.sqyl_content dl dd a .jiesh h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.sqyl_content dl dd a .jiesh .jies {
  font-size: 14px;
}

.fwzc {
  width: 100%;
  height: 523px;
  background: url(../img/service.jpg) no-repeat center / 1920px 523px;
  margin-bottom: 20px;
}

.fwzc_title {
  font-size: 24px;
  color: #fff;
  padding: 50px 0;
  text-indent: 8px;
  font-weight: 600;
  width: 1200px;
  margin: 0 auto;
}

.fwzc_ppt {
  width: 1100px;
  margin: 0 auto;
}

.about {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}

.about .about_title {
  width: 1120px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.about .about_title .about_title_ {
  height: 35px;
  display: flex;
  font-size: 24px;
}

.about .about_title .about_title_ img {
  height: 100%;
  width: auto;
}

.about .about_title ul {
  width: 400px;
  display: flex;
  height: 26px;
}

.about .about_title ul li {
  width: 150px;
  color: #3794F1;
  font-size: 18px;
  cursor: pointer;
}

.about .about_title ul li span {
  font-size: 18px;
  color: #e0e0e0;
  margin-right: 10px;
  float: right;
}

.about .about_title ul li img {
  width: auto;
  height: 100%;
  float: left;
  margin-right: 10px;
}

.about_content {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.about_item {
  width: 1180px;
  height: auto;
  padding: 20px 10px;
  display: flex;

}

.about_ppt {
  width: 550px;
  height: 300px;
  position: relative;
}

.about_ppt img {
  height: auto;
  width: 100%;
}

.about_ppt p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  height: 35px;
  width: 100%;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  text-indent: 10px;
}

.about_ppt p::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  content: '';
  z-index: -1;
}

.about_ms {
  flex: 1;
  margin-left: 20px;
  padding-top: 15px;
}

.about_ms p {
  font-size: 14px;
  text-indent: 28px;
  line-height: 22px;
}

.about_ms a {
  float: right;
  font-size: 12px;
}

.about_ppt.ys {
  width: 100%;
  text-align: center;
}

.about_ppt.ys img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

footer {
  width: 100%;
  padding: 20px 0;
  background-color: #F8F8F8;
  color: #333333;
  font-size: 16px;
  margin-top: 100px;
}

.footer {
  width: 1200px;
  margin: 0 auto;
}

.footer .banquan {
  color: #999;
  font-size: 12px;
  margin-top: 30px;
  width: 220px;
  height: 13px;
  margin: 0 auto;
}

.footer .nav {
  /* border-bottom: 1px solid #B7B7B7; */
  padding-bottom: 10px;
}

.footer .nav a {
  color: #333333;
}

.footer .nav ul {
  width: 1000px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
}

.footer .nav ul li {
  margin: 0;
  float: left;
  width: 140px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #D8D8D8;
}
.footer .nav ul li a{
  font-size: 16px;
}
.footer .nav ul li:last-child {
  border-right: none;
}

.footer .nav a:hover,
.footer .nav .checked {
  color: #409EFF;
}

.footer .footer-bottom {
  padding-top: 25px;
  height: 180px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer .footer-bottom-contact {
  width: 580px;
  height: auto;
  float: left;
}

.footer .footer-bottom-contact>div {
  line-height: 30px;
}

.footer-line {
  width: 10px;
  height: 145px;
  border-right: 2px solid #D8D8D8;
  position: absolute;
  top: 4px;
  left: 388px;
}

.footer .footer-bottom-contact img {
  width: auto;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 5px;
}

.footer .footer-bottom-contact .phoneNo {
  color: #333333;
}

.footer-bottom-news,
.footer-bottom-product {
  float: left;
}

.footer-bottom-product .footer-bottom-title .checked{
  color: #387EE9;
}

.footer-bottom-news {
  margin: 0 80px;
}

.footer-bottom-news>div,
.footer-bottom-product>div {
  font-size: 12px;
  /* border-bottom: 1px solid #707070; */
  line-height: 30px;
  text-indent: 1.5em;
  cursor: pointer;
}
.footer-bottom-news>div:hover,
.footer-bottom-product>div:hover{
  color: #409EFF;
}
.footer-bottom-news>div:hover>a,
.footer-bottom-product>div:hover>a{
  color: #409EFF;
}

.footer-bottom-news .footer-bottom-title,
.footer-bottom-product .footer-bottom-title {
  font-size: 18px;
  border-bottom: none;
  line-height: 30px;
  text-indent: 1em;
}

.footer_ewm {
  height: auto;
  margin-left: 80px;
  float: left;
}

.footer_ewm .foot-icon-img {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  padding: 0 25px;
}

.footer_ewm .foot-icon-img img {
  width: 10px;
  height: 10px;
}

.footer_ewm .foot-code-img {
  width: 124px;
  height: 124px;
  margin: 0 auto;
}

.footer_ewm p {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.ewm_max {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  display: none;
}

.ewm_max::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  content: '';
  z-index: -1;
}

.ewm_max img {
  width: 360px;
  height: 360px;
}

.advice-box {
  position: fixed;
  bottom: 10vh;
  left: 25px;
  width: 85px;
  z-index: 4;
  font-size: 16px;
}

.advice-box>a {
  display: inline-block;
  width: 100%;
  height: 76px;
  padding-top: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 6px rgba(40, 69, 139, 0.3);
}

.advice-box .to-advice {
  margin-bottom: 5px;
}

.advice-box .to-advice,
.advice-box .show-phone {
  text-align: center;
  color: #c2c2c2;
  cursor: pointer;
}

.advice-box .to-advice>div:nth-child(1) {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url("../img/images/advice-box.png");
  background-size: 100% 100%;
}

.advice-box .to-advice>div:nth-child(2) {
  margin-top: 5px;
}

.advice-box .show-phone>div:nth-child(1) {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url("../img/images/advice-phone.png");
  background-size: 100% 100%;
}

.advice-box .show-phone>div:nth-child(2) {
  margin-top: 5px;
}

.advice-box .show-phone {
  position: relative;
}

.advice-box .show-phone .phone-number {
  width: 200px;
  text-align: left;
  display: none;
  position: absolute;
  left: 106px;
  bottom: 3px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  padding: 10px;
  line-height: 30px;
}

.advice-box .show-phones .phone-number {
  width: 120px;
  text-align: left;
  display: none;
  position: absolute;
  right: 106px;
  bottom: 3px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  padding: 10px;
  line-height: 30px;
}

.advice-box .show-phone .phone-number p {
  font-size: 14px;
}

.advice-box .show-phone .phone-number h2 {
  color: #000;
}

.advice-box .show-phone:hover .phone-number {
  display: block;
}

.phone-number {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}

.phone-number:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.phone-number:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.mytop{
	animation: 0.5s myTop linear;
	animation-fill-mode: forwards;
}
.myWdW{
	opacity: 1;
	animation: 6s myWdW linear;
	animation-fill-mode: forwards;
}

@keyframes myTop {
    0% {
        transform: translate(0, 20%);
		opacity: 0;
    }

    100% {
        transform: translate(0, 0);
		opacity: 1;
    }
}
@keyframes myWd {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
@keyframes myWdW {
    0% {
        width: 100%;
		right: 100%;
    }

    50% {
		width: 100%;
		right: 0;
    }
	100%{
		width: 0%;
		right: 0;
	}
}
