* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1272px;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
  background: #e6eeff;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  word-break: break-all;
  word-wrap: break-word;
}

@font-face {
  font-family: "AvantiBold";
  src: url(../font/AvantiBold.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(../font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(../font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(../font/Alibaba-PuHuiTi-Medium.ttf);
}

@font-face {
  font-family: "LogoSCUnboundedSans";
  src: url(../font/LogoSCUnboundedSans.ttf);
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner {
  width: 100%;
  height: 450px;
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
}
article {
  padding: 80px 0 0;
}
article .content {
  width: 1200px;
  margin: 0 auto;
}

/*瀵艰埅*/
#main .menu {
  background-color: #ffffff;
  width: 100%;
  height: 60px;
}
#main .menu>ul {
  height: 60px;
  width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

#main .menu li,#main .menu div {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  color: #2c2e4a;
  cursor: pointer;
  flex-grow: 1;
  transition: all 0.2s;
}

#main .menu li:hover,
#main .menu div:hover,
#main .menu li.Active {
  background: #264a94;
  color: #ffffff;
  transition: all 0.2s;
}

#main nav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 99;
}

#main .intr {
  width: 1020px;
  height: 199px;
  border-radius: 16px;
  border: dashed 2px #c9daff;
  margin: 0 auto;
}
#main .intr .ul1 {
  flex-direction: column;
  margin-left: -32px;
  align-items: flex-start;
}
#main .intr .ul1 li:nth-child(1),
#main .intr .ul1 li:nth-child(3) {
  padding-left: 59px;
}
#main .intr .ul1 li:nth-child(2),
#main .intr .ul6 li:nth-child(2) {
  width: 100px;
  height: 82px;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-align: center;
  flex-direction: column;
  margin: 40px 0;
}
#main .intr .ul1 li span {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-top: 10px;
}
#main .intr .ul2 {
  margin-right: 10px;
  background: #e6eeff;
  flex-direction: column;
  flex-shrink: 0;
}
#main .intr .ul2 li {
  width: 104px;
  height: 50px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  color: #000000;
  margin-bottom: 14px;
  padding: 0 5px;
  flex-shrink: 0;
}
#main .intr .ul2 li:last-child {
  margin: 0;
}
#main .intr .same-ul {
  flex-direction: column;
  margin-right: 21px;
}
#main .intr .same-ul:nth-child(5) {
  margin-right: 32px;
}
#main .intr .same-ul li {
  width: 138px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  color: #000000;
  line-height: 50px;
  text-align: center;
  margin-bottom: 14px;
}
#main .intr .same-ul:nth-child(3) li {
  width: 80px;
}
#main .intr .same-ul li:last-child {
  margin: 0;
}

#main .intr .ul6 li:nth-child(1),
#main .intr .ul6 li:nth-child(3) {
  padding-left: 56px;
}

#main .intr .ul6 li:nth-child(1) {
  padding-top: 39px;
}
#main .intr .ul6 li:nth-child(1) img {
  transform: rotateZ(90deg);
}
#main .intr .ul6 li:nth-child(3) {
  padding-bottom: 39px;
}
#main .intr .ul6 li:nth-child(3) img {
  transform: rotateZ(-90deg);
}
#main .intr .ul6 li:nth-child(2) {
  height: 60px;
  margin: 10px 0;
}

#main .samepart {
  padding: 80px 0 0;
}

#main .samepart-title {
  font-family: "LogoSCUnboundedSans";
  font-size: 50px;
  line-height: 35px;
  color: #333333;
  margin-bottom: 50px;
}
#main .samepart-title span {
  color: #264a94;
}
#main .samepart-title img {
  margin: 0 23px;
}
#main .samepart .content {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
#main .samepart .samebtn {
  width: 160px;
  height: 38px;
  background-image: linear-gradient(0deg, #ffd301 0%, #ffe146 100%);
  border-radius: 19px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  margin: 0 auto;
}
#main .samepart1{
  background: url(../img/bg1.png) no-repeat;
  background-position: bottom left;
  padding-bottom: 189px;
}
#main .samepart1 .content {
  height: 501px;
  background-color: #d4e2ff;
  border-radius: 6px;
  align-items: flex-end;
  padding-left: 30px;
}
#main .samepart1 .samepart-title {
  margin-bottom: 80px;
}
#main .samepart1 ul {
  position: absolute;
  top: -30px;
  left: 30px;
}
#main .samepart1 li {
  width: 300px;
  height: 501px;
  background-color: #ffffff;
  border-radius: 6px;
  border-top: 5px solid #264a94;
  padding: 30px 22px 0 28px;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
}

#main .samepart1 li h2 {
  font-weight: normal;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  height: 60px;
  margin-bottom: 22px;
}
#main .samepart1 li .part {
  margin-bottom: 20px;
}
#main .samepart1 li p:nth-child(1) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 11px;
}
#main .samepart1 li p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
#main .samepart1 li .samebtn {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
}
#main .samepart2{
  margin-top: -189px;
}
#main .samepart2 .tabbox {
  margin-bottom: 30px;
}
#main .samepart2 .tabbox > div {
  width: 260px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  letter-spacing: 2px;
  color: #333333;
  transition: all 0.2s;
  cursor: pointer;
}
#main .samepart2 .tabbox > div:hover,
#main .samepart2 .tabbox > div.active {
  background-color: #264a94;
  color: #ffffff;
  transition: all 0.2s;
}
#main .samepart2 .tabcontent {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
#main .samepart2 .part {
  margin-bottom: 30px;
}
#main .samepart2 h3 {
  font-weight: normal;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
  position: relative;
  align-items: baseline;
}
#main .samepart2 h3 p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  color: #333333;
  margin-left: 18px;
}
#main .samepart2 h3::before {
  content: "";
  width: 8px;
  height: 26px;
  background-color: #264a94;
  border-radius: 3px;
  margin-right: 14px;
}
#main .samepart2 .part1 ul {
  align-items: stretch;
  flex-wrap: wrap;
}
#main .samepart2 .part1 li {
  width: 240px;
  height: auto;
  background-color: #eaf2ff;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
  flex-grow: 1;
  margin-bottom: 15px;
}
#main .samepart2 .part1 li.no-t{
  opacity: 0;
}
#main .samepart2 .part1 li .top {
  height: 50px;
  background-color: #264a94;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  color: #ffffff;
}
#main .samepart2 .part1 li .txt {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  padding: 15px;
}

#main .samepart2 .part2 li {
position: relative;
}
#main .samepart2 .part2 li>div{
  min-width: 160px;
  min-height: 60px;
  background-color: #eaf2ff;
  border-radius: 10px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  color: #333333;
  margin-right: 10px;
  position: relative;
  padding: 10px 30px;
}
#main .samepart2 .part2 li>div:nth-child(2){
  margin-top: 20px;
}
#main .samepart2 .part2 li::after {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/line_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  z-index: 2;
}
#main .samepart2 .part2 li:last-child::after {
  display: none;
}
#main .schbox {
  flex-wrap: wrap;
}
#main .sch {
  background: url(../img/css_sprites.png) no-repeat;
  border: 1px solid #e5e5e5;
  margin-right: 6px;
  margin-bottom: 6px;
}
#main .sch:nth-child(7n) {
  margin-right: 0;
}
#main #sch1 {
  width: 140px;
  height: 69px;
  background-position: -0px -0px;
}
#main #sch2 {
  width: 140px;
  height: 69px;
  background-position: -140px -0px;
}
#main #sch3 {
  width: 140px;
  height: 69px;
  background-position: -280px -0px;
}
#main #sch4 {
  width: 140px;
  height: 69px;
  background-position: -420px -0px;
}
#main #sch5 {
  width: 140px;
  height: 69px;
  background-position: -560px -0px;
}
#main #sch6 {
  width: 140px;
  height: 69px;
  background-position: -700px -0px;
}
#main #sch7 {
  width: 140px;
  height: 69px;
  background-position: -840px -0px;
}
#main #sch8 {
  width: 140px;
  height: 69px;
  background-position: -980px -0px;
}
#main #sch9 {
  width: 140px;
  height: 69px;
  background-position: -1120px -0px;
}
#main #sch10 {
  width: 140px;
  height: 69px;
  background-position: -1260px -0px;
}
#main #sch11 {
  width: 140px;
  height: 69px;
  background-position: -1400px -0px;
}
#main #sch12 {
  width: 140px;
  height: 69px;
  background-position: -1540px -0px;
}
#main #sch13 {
  width: 140px;
  height: 69px;
  background-position: -1680px -0px;
}
#main #sch14 {
  width: 140px;
  height: 69px;
  background-position: -1820px -0px;
}
#main #sch15 {
  width: 140px;
  height: 69px;
  background-position: -1960px -0px;
}
#main #sch16 {
  width: 140px;
  height: 69px;
  background-position: -2100px -0px;
}
#main #sch17 {
  width: 140px;
  height: 69px;
  background-position: -2240px -0px;
}
#main #sch18 {
  width: 140px;
  height: 69px;
  background-position: -2380px -0px;
}
#main #sch19 {
  width: 140px;
  height: 69px;
  background-position: -2520px -0px;
}
#main #sch20 {
  width: 140px;
  height: 69px;
  background-position: -2660px -0px;
}
#main #sch21 {
  width: 140px;
  height: 69px;
  background-position: -2800px -0px;
}
#main #sch22 {
  width: 140px;
  height: 69px;
  background-position: -2940px -0px;
}
#main #sch23 {
  width: 140px;
  height: 69px;
  background-position: -3080px -0px;
}
#main #sch24 {
  width: 140px;
  height: 69px;
  background-position: -3220px -0px;
}
#main .samepart2 .btnbox{
  margin-top: 50px;
}
#main .samepart2 .samebtn{
  font-size: 20px;
  margin: 0;
  width: 240px;
	height: 60px;
	border-radius: 30px;
}
#main .samepart2 .samebtn:nth-child(2){

  margin-left: 44px;
}
#main .samepart3 {
  background: url(../img/question.jpg) no-repeat;
  background-position: center bottom;
}
#main .samepart3 .samepart-title{
margin-bottom: 108px;
}

#main .samepart3 .content {
  height: 608px;
  align-items: stretch;
}

#main .q-box .title img:last-child {
  margin-left: 14px;
}
#main .qsonbox {
  margin-top: 0;
  padding-right: 30px;
}
#main .qnum {
  flex-direction: column;
  align-items: flex-start;
}
#main .qnum li {
  margin-bottom: 30px;
  color: #000;
}
#main .qnum li:last-child{
  margin-bottom: 0;
}
#main .qnum li h6 {
  font-weight: normal;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  color: #ffffff;
  align-items: flex-start;
}

#main .qnum h6 img {
  margin-right: 10px;
  float: left;
}

#main .qnum h6 span {
  float: left;
}

#main .qnum li p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #e3e3e3;
  padding-left: 50px;
}

#main .issue-box {
  width: 450px;
  height: 608px;
  flex-shrink: 0;
  padding: 30px 0 0;
  background-color: #ffffff;
	border-radius: 8px;
}

#main .issue-box h6 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  color: #000000;
  text-align: center;
  margin-bottom: 36px;
  line-height: 26px;
}
#main .issue-box form {
  padding: 0 27px;
}
#main .issue-box .item {
  margin-bottom: 15px;
  position: relative;
  align-items: flex-start;
}

#main .issue-box .item label {
  font-family: "AlibabaPuHuiTiRegular";
  width: 82px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 50px;
  color: #000000;
}

#main .issue-box .item > input,
#main .issue-box .item > select {
  width: 300px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin-left: 2px;
  padding-left: 10px;
  font-size: 14px;
}
#main .issue-box .item > select {
  background: #ffffff url(../img/form_arrow.png) no-repeat;
  background-size: 5%;
  background-position: 95% center;
}
#main .issue-box .item > textarea {
  width: 300px;
  height: 183px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  resize: none;
  padding: 10px;
  font-size: 14px;
}
#main .issue-box .submit {
  width: 220px;
	height: 50px;
  border-radius: 50px;
  font-size: 20px;
  color: #000000;
  margin: 5px auto 0;
  cursor: pointer;
}
#main .issue-box > p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  text-align: center;
  margin-top: 17px;
}

#main .samepart4 .content{
  background-color: #ffffff;
	border-radius: 10px;
  padding: 30px;
}
#main .samepart4 .ul1{
  height: 180px;
  align-items: stretch;
  margin-bottom: 44px;
}
#main .samepart4 .ul1 li{
  width: 33.33%;
	border-right: dashed 1px #cccccc;
  padding: 0 20px;
}
#main .samepart4 .ul1 li:nth-child(1){
  padding-left: 0;
}
#main .samepart4 .ul1 li:last-child{
  border-right: none;
}
#main .samepart4  h3{
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
	font-weight: normal;
	color: #333333;
  margin-bottom: 15px;
}
#main .samepart4  h3:before{
  content: "";
  width: 8px;
	height: 26px;
	background-color: #264a94;
	border-radius: 3px;
  margin-right: 14px;
  height: 26px;
}
#main .samepart4 .ul1 li p{
  padding-left: 22px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	line-height: 26px;
	color: #666666;
}

#main .samepart4 .ul2 li{
  height: 60px;
	background-color: #eaf2ff;
	border-radius: 10px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
	color: #333333;
  margin-right: 5px;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
#main .samepart4 .ul2 li::after {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/line_arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  z-index: 2;
}
#main .samepart4 .ul2 li:last-child::after {
  display: none;
}
#main .pinxuanbox{
  margin-top: 80px;
}