@charset "utf-8";
i {
  font-style: normal;
}
img {
  vertical-align: top;
}
.banner {
  width: 100%;
  height: 460px;
}
.banner .banner-submit{
  width: 254px;
  height: 270px;
  position: relative;
  top: 100px;
  left: 920px;
  background:rgba(255,255,255,1);
  box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius:4px;
}
.banner .banner-submit .banner-submit-top{
  width: 254px;
  height: 24px;
  float: left;
  font-size:20px;
  color:rgba(51,51,51,1);
  font-family:Microsoft YaHei;
  text-align: center;
  line-height: 24px;
  margin-top: 36px;
}

.banner .banner-submit .banner-input{
    display: inline-block;
    margin-left: 14px;
    margin-top: 22px;
    width:224px;
	height:34px;
	border:1px solid rgba(238,238,238,1);
	border-radius:2px;
}
.banner .banner-submit .banner-input span{
	width:88px;
	height:22px;
	font-size:22px;
	font-family:NotoSansHans-Medium,NotoSansHans;
	font-weight:500;
	color:rgba(102,102,102,1);
	line-height:33px;
}
.banner .banner-submit .banner-input .banner-submit-input{
	width:170px;
	height:34px;
	font-size:16px;
	background:rgba(255,255,255,1);
	border-radius:10px;
	margin-left: 6px;
}
.banner .banner-submit .banner-submit-button{
	width:214px;
	height:36px;
	margin: 0 auto;
	background:rgba(255,29,69,1);
	border-radius:17px;
	border:1px solid rgba(216,216,216,1);
	display: block;
    margin-top: 20px;
    font-size:20px;
	font-family:NotoSansHans-Regular,NotoSansHans;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:30px;
	cursor: pointer;
}
.jiaoyi{
  width: 100%;
  height: 130px;
}
.jiaoyi .jiaoyi-zhuanye{
	float: left;
	width: 340px;
	height: 80px;
	margin-top: 32px;
}
.jiaoyi .jiaoyi-zhuanye span{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:36px;
}
.jiaoyi .jiaoyi-zhuanye .jiaoyi-zhuanye-1{
}
.jiaoyi .jiaoyi-zhuanye .jiaoyi-zhuanye-2{
	margin-left: -48px;
}
.jiaoyi .jiaoyi-content{
	float: left;
	width: 260px;
	height: 80px;
	margin-top: 32px;
	border-left:1px solid  #DDDDDD;
	padding-left: 20px;
}
.jiaoyi .jiaoyi-content span{
	font-family:Microsoft YaHei;
	font-weight:400;
}
.jiaoyi .jiaoyi-content .jiaoyi-content-1{
	font-size:22px;
	color:#666666;
	line-height:30px;
}
.jiaoyi .jiaoyi-content .jiaoyi-content-2{
	font-size:28px;
	color:#333333;
	line-height:28px;
}
/* .banner a {
  display: block;
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background-color: #39c7ff;
} */
.title {
  position: relative;
}
.title h3 {
  height: 140px;
  font-size: 50px;
  color: #000000;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.title h3::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #FFC72A;
  bottom: 0px;
  left: 570px;
}
.title p {
  font-size: 24px;
  color: #545454;
  text-align: center;
  padding-top: 16px;
}
.title p .title-hong{
  color:rgba(255, 73, 73, 1);
}
.content-line{
	background:rgba(221,221,221,1);
	width: 100%;
	height:1px;
}
.content-one {
	background:#F7F8FA;
}
.content-one .title h3{
	font-size:36px;
	font-family:Alibaba PuHuiTi;
	font-weight:bold;
	color:rgba(81,85,91,1);
}
.content-one .title p{
	font-size:34px;
	color:rgba(153,153,153,1);
	margin-bottom: 60px;
}

.content-one ul:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.content-one ul:nth-child(2) li {
	width:160px;
	height:50px;
    display: flex;
	flex-direction: column;
	align-items: center;
}
.content-one ul:nth-child(2) li button {
	width:160px;
	height:50px;
	border-radius:25px;
	font-size:26px;
	font-family:Microsoft YaHei;
	color:rgba(255,255,255,1);
	cursor: pointer;
}
.content-one ul:nth-child(2) li button:hover {
	background:rgba(0,112,255,1);
}
.content-one ul:nth-child(3) {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 40px;
  height: 640px;
}
.content-one ul:nth-child(3) li {
  /* display: flex; */
  float: left;
  flex-direction: column;
  align-items: center;
  width:224px;
  height:308px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(214,214,214,1);
  margin-right: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.content-one ul:nth-child(3) li:nth-child(5n){
  margin-right: 0px;
}
.content-one ul:nth-child(3) li:hover {
  border:1px solid rgba(0,112,255,1);
}
.content-one ul:nth-child(3) li:hover h4 i{
  border:1px solid rgba(0,112,255,1);
}
.content-one ul:nth-child(3) li:hover .one-line{
  background:rgba(0,112,255,1);
}
.content-one ul:nth-child(3) li:hover button{
  background:rgba(0,112,255,1);
  color:rgba(255,255,255,1);
}
.content-one ul:nth-child(3) li h4 {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.content-one ul:nth-child(3) li h4 i {
  display: block;
  border:1px solid rgba(172,172,172,1);
  border-radius:50%;
}
.content-one ul:nth-child(3) li p {
	font-size:22px;
	font-family:Microsoft YaHei;
	color:rgba(51,51,51,1);
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-one ul:nth-child(3) li span {
	font-size:16px;
	font-family:Microsoft YaHei;
	color:rgba(153,153,153,1);
	margin-top: 10px;
}
.content-one ul:nth-child(3) li .one-line {
	width:204px;
	height:1px;
	background:rgba(214,214,214,1);
	margin-top: 10px;
}
.content-one ul:nth-child(3) li button {
	width:120px;
	height:34px;
	border:1px solid rgba(172,172,172,1);
	background:#FFFFFF;
	border-radius:17px;
	font-size:22px;
	font-family:Microsoft YaHei;
	color:rgba(153,153,153,1);
	margin-top: 20px;
}

.content-two {
  width: 100%;
  height: 300px;
}
.content-two .button1{
	width:216px;
	height:60px;
	background:rgba(255,192,0,1);
	box-shadow:0px 3px 3px 0px rgba(77,58,0,0.2);
	border-radius:30px;
	font-size:34px;
	font-family:Alibaba PuHuiTi;
	font-weight:bold;
	color:rgba(255,255,255,1);
	position: relative;
    top: 150px;
    left: 300px;
    cursor: pointer;
}
.content-two .button2{
	width:350px;
	height:60px;
	background:rgba(61,76,93,1);
	box-shadow:0px 3px 3px 0px rgba(71,71,71,0.2);
	border-radius:30px;
	font-size:34px;
	font-family:Alibaba PuHuiTi;
	font-weight:bold;
	color:rgba(255,255,255,1);
	position: relative;
    top: 150px;
    left: 330px;
    cursor: pointer;
}
.content-three .title h3{
	font-size:36px;
	font-family:Alibaba PuHuiTi;
	font-weight:bold;
	color:rgba(81,85,91,1);
}
.content-three .title p{
	font-size:34px;
	color:rgba(153,153,153,1);
	margin-bottom: 60px;
}
.content-three ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 50px;
}
.content-three ul li {
  width: 240px;
  text-align: center;
}
.content-three ul li i {
  display: block;
  margin: auto;
  width: 130px;
  height: 130px;
}
.content-three ul li:nth-child(1) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon.png') no-repeat -84px -686px;
}
.content-three ul li:nth-child(2) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon.png') no-repeat -384px -686px;
}
.content-three ul li:nth-child(3) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon.png') no-repeat -684px -686px;
}
.content-three ul li:nth-child(4) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon.png') no-repeat -984px -686px;
}
.content-three ul li:nth-child(5) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon.png') no-repeat -1284px -686px;
}
.content-three ul li p {
  font-size: 24px;
  color: #333333;
  padding-top: 26px;
  line-height: 24px;
}
.content-three ul li:hover i{
	transition: background  0.2s;
	-moz-transition: background 0.2s; /* Firefox 4 */
	-webkit-transition: background 0.2s; /* Safari 和 Chrome */
	-o-transition: background 0.2s; /* Opera */
}
.content-three ul li:hover:nth-child(1) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon.png') no-repeat -84px -984px;
}
.content-three ul li:hover:nth-child(2) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon.png') no-repeat -384px -984px;
}
.content-three ul li:hover:nth-child(3) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon.png') no-repeat -684px -984px;
}
.content-three ul li:hover:nth-child(4) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon.png') no-repeat -984px -984px;
}
.content-three ul li:hover:nth-child(5) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon.png') no-repeat -1284px -984px;
}
.content-three ul li:hover p{
	color:rgba(0,112,255,1);
}
.content-three .two-p{
	text-align: center;
	font-size:20px;
	font-family:NotoSansHans-Regular,NotoSansHans;
	font-weight:400;
	color:rgba(26,26,26,1);
	line-height:30px;
	margin-top: 36px;
}
.content-three .two-buttom{
	margin: 0 auto;
	width:520px;
	height:80px;
	background:rgba(245,245,245,1);
	border-radius:40px;
	margin-top: 20px;
}
.content-three .two-buttom p{
	float: left;
    margin-left: 24px;
	font-size:26px;
	font-family:NotoSansHans-Regular,NotoSansHans;
	font-weight:400;
	color:rgba(26,26,26,1);
	line-height:80px;
}
.content-three .two-buttom button{
	width:211px;
	height:80px;
	background:rgba(253,208,0,1);
	border-radius:40px;
	font-size:26px;
	font-family:NotoSansHans-Regular,NotoSansHans;
	font-weight:400;
	color:rgba(26,26,26,1);
	line-height:39px;
	cursor: pointer;
}
.content-four {
  height: 1050px;
  min-width: 1200px;
  background:#F7F8FA;
}
.content-four .title h3{
	font-size:36px;
	font-family:Alibaba PuHuiTi;
	font-weight:bold;
	color:rgba(81,85,91,1);
}
.content-four .title p{
	font-size:34px;
	color:rgba(153,153,153,1);
	margin-bottom: 60px;
}
.content-four .four-pic{
	width:1200px;
	height:636px;
	background:url(/pages/web/favorite/images2/shangbiao_jiaoyi.png) no-repeat  center;
}
.content-four button{
	display: block;
	margin: 0 auto;
	width:320px;
	height:80px;
	background:rgba(255,192,0,1);
	box-shadow:0px 3px 3px 0px rgba(77,58,0,0.2);
	border-radius:40px;
	font-size:40px;
	font-family:Alibaba PuHuiTi;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-top: 40px;
	cursor: pointer;
}
.content-five{
	background:#FFFFFF;
}
.content-five .title h3{
	font-size:36px;
	font-family:Alibaba PuHuiTi;
	font-weight:bold;
	color:rgba(81,85,91,1);
}
.content-five .title p{
	font-size:34px;
	color:rgba(153,153,153,1);
}
.content-five .five-pic{
	width:1200px;
	height:391px;
	background:url(/pages/web/favorite/images2/shangbiao_liucheng.png) no-repeat  center;
}
.content-five ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  width: 1065px;
  text-align: center;
  margin: 0 auto;
  padding-left: 36px;
  margin-bottom: 40px;
}
.content-five ul li {
  width: 120px;
  height:120px;
  text-align: center;
  border-top:4px solid  #00A36D;
  border-bottom :10px solid  #00A36D;
  margin-top: 20px;
}
.content-five ul li p{
	font-size:26px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-top: 28px;
    line-height: 30px;
}
.content-six{
	height:1054px;
	background:url(/pages/web/favorite/images2/shangbiao-wenti.jpg) no-repeat  center;
}
.content-six .title h3{
	font-size:36px;
	font-family:Alibaba PuHuiTi;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.content-six .title p{
	font-size:34px;
	color:rgba(153,153,153,1);
}
.content-six ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
.content-six ul li {
  width: 208px;
  height:266px;
  background-color: rgba(255,255,255,0.2);
  text-align: center;
}
.content-six ul li i{
	display: block;
    margin: 0 auto;
	width:92px;
	height:104px;
    margin-top: 40px;
    border-bottom: 2px solid #FFFFFF;
}
.content-six ul:nth-child(2) li:nth-child(1) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -104px -104px;
}
.content-six ul:nth-child(2) li:nth-child(2) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -404px -104px;
}
.content-six ul:nth-child(2) li:nth-child(3) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -704px -104px;
}
.content-six ul:nth-child(2) li:nth-child(4) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -1004px -104px;
}
.content-six ul:nth-child(2) li:nth-child(5) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -1304px -104px;
}

.content-six ul:nth-child(3) li:nth-child(1) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -104px -404px;
}
.content-six ul:nth-child(3) li:nth-child(2) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -404px -404px;
}
.content-six ul:nth-child(3) li:nth-child(3) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -704px -404px;
}
.content-six ul:nth-child(3) li:nth-child(4) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -1004px -404px;
}
.content-six ul:nth-child(3) li:nth-child(5) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -1304px -404px;
}
.content-six ul li p{
	font-size:26px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:#FFFFFF;
	line-height:30px;
	margin-top: 20px;
}
.content-six ul li span{
	font-size:18px;
	font-family:Microsoft YaHei;
	color:#CCCCCC;
	line-height:30px;
}
.content-six button{
	display: block;
	margin: 0 auto;
	width:420px;
	height:80px;
	background:rgba(255,192,0,1);
	box-shadow:0px 3px 3px 0px rgba(77,58,0,0.2);
	border-radius:40px;
	font-size:40px;
	font-family:Alibaba PuHuiTi;
	font-weight:bold;
	color:rgba(255,255,255,1);
	margin-top: 60px;
	cursor: pointer;
}

.content-seven{
}
.content-seven .title h3{
	font-size:36px;
	font-family:Alibaba PuHuiTi;
	font-weight:bold;
	color:#333333;
}
.content-seven .title p{
	font-size:34px;
	color:rgba(153,153,153,1);
}
.content-seven ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content-seven ul li {
  width: 254px;
  height:276px;
  background-color: rgba(255,255,255,0.2);
  text-align: center;
}
.content-seven ul li i{
	display: block;
    margin: 0 auto;
	width:120px;
	height:120px;
    margin-top: 40px;
}
.content-seven ul:nth-child(2) li:nth-child(1) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -90px -686px;
}
.content-seven ul:nth-child(2) li:nth-child(2) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -390px -686px;
}
.content-seven ul:nth-child(2) li:nth-child(3) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -690px -686px;
}
.content-seven ul:nth-child(2) li:nth-child(4) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -990px -686px;
}
.content-seven ul:nth-child(2) li:nth-child(5) i{
	background: url('/pages/web/favorite/images2/shangbiao_icon2.png') no-repeat -1290px -686px;
}
.content-seven ul li p{
	font-size:24px;
	font-family:Microsoft YaHei;
	color:#333333;
	line-height:30px;
	margin-top: 20px;
}