﻿.main_contain {
  background: url(/Sites/Uploaded/UserUpLoad/20210518/20210518142211.png) no-repeat center center;
  height: 840px;
  box-sizing: border-box;
  padding-top: 100px;
}
.main_contain .slick-prev, .main_contain .slick-next{
  display: none !important;
}
.main_contain .slick-slide>div {
  width: 100%;
  height: 560px;
  background: url(/Sites/Uploaded/UserUpLoad/20210518/20210518142600.png) no-repeat;
  padding: 30px;
  box-sizing: border-box;
}
.main_contain .slick-dots {
  position: absolute;
  bottom: -120px;
  left: 50%;
  width: 100%;
  margin-left: 0;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background: url(/Sites/Uploaded/UserUpLoad/20210518/20210518144913.png) repeat-x center center;
}
.main_contain .slick-dots li {
  float: none;
  width: 32px;
  height: 32px;
  margin: 0;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
}
.main_contain .slick-dots li button {
  background: url(/Sites/Uploaded/UserUpLoad/20210518/20210518142944.png) no-repeat;
  color: #fff;
  cursor: pointer;
}
.main_contain .slick-dots li.slick-active {
  width: 56px;
  height: 56px;
}
.main_contain .slick-dots li.slick-active button {
  background: url(/Sites/Uploaded/UserUpLoad/20210518/20210518144229.png);
  color: #fff;
}
.main_contain .slick-dots:after{
  display: none;
}
.img-box {
  float: left;
}
.img-boxRight {
  float: right;
  width: 500px;
  flex-direction: column;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  align-content: space-around;
  justify-content: center;
  height: 500px;

}
.img-boxRight img {
  width: 104px;
  display: block;
  margin: 0 auto;
}
.img-boxRight span {
  color: #095FB0;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
}
.singUp_item1 .img-boxRight {
  width: 660px;
}
.img-boxRight h1 {
  font-size: 54px;
  color: #095FB0;
  font-weight: bold;
  text-align: center;
  margin: 56px auto 20px;
}
.img-boxRight h2 {
  font-size: 48px;
  font-weight: bold;
  color: #095FB0;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.img-boxRight p {
  color: #095FB0;
  font-size: 24px;
  line-height: 58px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1600px){
  .main_contain {
    height: 620px;
    padding-top: 50px;
}
.main_contain .slick-slide>div {
  width: 100%;
  height: 400px;
}
.img-box {
  float: left;
  width: 50%;
}
.img-boxRight {
  width: 50%;
  height: 341px;
  padding: 0 40px;
}
.img-boxRight img {
  width: 64px;
}
.img-boxRight h1 {
  font-size: 32px;
}
.img-boxRight span {
  font-size: 20px;
  letter-spacing: 7px;
}
.img-box img {
  width: 100%;
}
.img-boxRight p {
  font-size: 18px;
  line-height: 43px;
}
.img-boxRight h2 {
  font-size: 32px;
}
img.ewm{
  width: 73%;
}
.singUp_item1 .img-boxRight {
  width: 50%;
}
}
@media screen and (max-width:768px){
  .main_contain {
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.main_contain .slick-slide>div {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.img-box {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}

img.ewm {
  width: 100%;
}
.img-boxRight {
  width: 100%;
  height: auto;
  float: none;
  padding: 0;
}
.singUp_item1 .img-boxRight {
  width: 100%;
}
.img-boxRight img {
  width: 36px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.img-boxRight h1 {
  margin: 0px auto 20px;
}
.img-boxRight h1 {
  font-size: 20px;
}
.img-boxRight span {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
}
.img-box img {
  width: 100%;
}
.img-boxRight p {
  font-size: 14px;
  line-height: 30px;
}
.img-boxRight h2 {
  font-size: 18px;
  margin-bottom: 7px;
}
.main_contain .slick-dots{
  display: none !important;
}
}