.section1{
  padding: 30px 10px;
}
.section1{
  background: url("../images/s1bg.png") no-repeat bottom;
  background-size:100%; 
}
.ititle{
  text-align: center;
  margin-bottom: 30px;
}
.ititle h4{
  font-size: 20px;
  margin-bottom: 5px;
}
.ititle p{
  font-size: 12px;
}
.s1_cont{
  border-radius: 5px;
  box-shadow: 0 0 10px 2px #eee;
  background: #fff;
  padding:20px;
  padding-top: 0;
  background-image:url("../images/problem.gif");
  background-position:bottom right;  
  background-repeat:no-repeat; 
  background-size:40%; 
}
.s1_cont ul li h4{
  font-size: 18px;
  color: #d32629;
  height: 65px;
  line-height: 65px;
  padding-left: 35px;
}
.s1_cont ul li:nth-child(1) h4{
  background: url("../images/s1num1.png") no-repeat left;
  background-size:30px; 
}
.s1_cont ul li:nth-child(2) h4{
  background: url("../images/s1num2.png") no-repeat left;
  background-size:30px; 
}
.s1_cont ul li:nth-child(3) h4{
  background: url("../images/s1num3.png") no-repeat left;
  background-size:30px; 
}
.s1_cont ul li:nth-child(4) h4{
  background: url("../images/s1num4.png") no-repeat left;
  background-size:30px; 
}
.s1_cont ul li:nth-child(5) h4{
  background: url("../images/s1num5.png") no-repeat left;
  background-size:30px; 
}
.s1_cont ul li:nth-child(6) h4{
  background: url("../images/s1num6.png") no-repeat left;
  background-size:30px; 
}
.section2{
  padding: 10px 0;
}
.s2_cont img{
  display: block;
  width: 98%;
  margin-left: auto;
  margin-right: 0;
}
.s3_cont ul li{
  box-shadow: 0 0 10px 0 #f0f0f0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.s3_cont .bway_an {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
}
.s3_cont ul li .bway_an img {
  position: relative;
  margin: 0 auto;
  width: 154px;
  -webkit-animation: float 4s ease infinite;
  animation: float 4s ease infinite;
}
.s3_cont ul li:nth-child(1) .bway_an {
  background: url("../images/bwaybg1.jpg") no-repeat center;
  background-size: cover;
}
.s3_cont ul li:nth-child(2) .bway_an {
  background: url("../images/bwaybg2.jpg") no-repeat center;
  background-size: cover;
}
.s3_cont ul li:nth-child(3) .bway_an {
  background: url("../images/bwaybg3.jpg") no-repeat center;
  background-size: cover;
}
.bway_cont {
  padding: 0 20px 20px;
}
.bway_cont h4 {
  margin-bottom: 16px;
  font-size: 20px;
  color: #393939;
}
.bway_cont p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
.bway_cont span {
  display: block;
  width: 100%;
  background: #dcdcdc;
  height: 1px;
  margin-bottom: 20px;
}
.bway_cont i img {
  vertical-align: middle;
  margin-right: 8px;
}
.bway_cont a {
  display: block;
  margin: 0 auto;
  width: 133px;
  height: 37px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 37px;
  position: relative;
}
.section3{
  padding: 30px 10px 10px;
}
.s3_cont ul li:nth-child(1) .bway_cont a {
  background: url("../images/b_btn_bg.png") no-repeat center;
  background-size: 100%;
}
.s3_cont ul li:nth-child(2) .bway_cont a {
  background: url("../images/b_btn_bg2.png") no-repeat center;
  background-size: 100%;
}
.s3_cont ul li:nth-child(3) .bway_cont a {
  background: url("../images/b_btn_bg3.png") no-repeat center;
  background-size: 100%;
}
.section4{
  padding-bottom:20px; 
}
.section4 .s4_cont{
  background: url("../images/co_bg.png") no-repeat bottom;
  background-size: 100%;
  padding-bottom: 30px;
}
.section4 .s4_cont ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96%;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: 0 -4px 10px 0px #eee;
  padding: 20px 10px 10px;
}
.section4 .s4_cont ul li{
  width: 32%;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
}
.section4 .s4_cont ul li img{
  display: block;
  width: 100%;
}
.section5{
  padding:10px 10px;
}
.news_t{
  width: 100%;
  box-shadow: 0 0 10px 0 #ececec;
  position: relative;
  margin-bottom: 20px;
}
.news_t a img{
  display: block;
}
.news_t a > img:first-child {
  width: 100%;
  margin-bottom: 15px;
}
.news_t a > img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}
.news_t a > span {
  display: block;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.news_t .news_details {
  padding: 15px;
}
.news_t .news_details h4::before {
  content: "";
  position: absolute;
  left: 0;
  background: #d32629;
  width: 4px;
  height: 24px;
}
.news_t .news_details h4 {
  position: relative;
  padding-left: 10px;
}
.news_t .news_details h4 p {
  font-size: 16px;
  color: #000;
  margin-bottom:10px;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.news_t .news_details h4 span {
  float: right;
  font-size: 12px;
  margin-top: 8px;
  font-weight: normal;
  color: #393939;
}
.news_t .news_details p {
  clear: both;
  font-size: 12px;
  color: #393939;
  line-height: 24px;
}
.news_d li i{
    float: left;
    font-size: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}
.news_d li i img {
  vertical-align: middle;
}
.news_d li p{
  float: left;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_d li {
  clear: both;
  line-height: 26px;
  font-size: 12px;
  color: #666666;
}
.news_d li a{
  font-size: 12px;
  color: #666666;
  display: block;
}
.section6{
  padding: 20px 10px;
}
.s6_cont{
  display: flex;
  justify-content: space-between;
}
.s6_cont .s6_img{
  width: 30%;
}
.s6_cont .s6_img img{
  display: block;
  width: 100%;
  margin-top: 26px;
}
.s6_cont .s6_ad_c{
  width: 68%;
}
.s6_cont .s6_ad_c .s6_ad_c_t h4{
  font-size: 20px;
  text-align: right;
  color: #d32629;
  margin-bottom: 12px;
}
.s6_cont .s6_ad_c .s6_ad_c_t h5{
  font-size: 14px;
  text-align: right;
  margin-bottom: 12px;
  line-height: 20px;
}

.s6_cont .s6_ad_c .s6_c_contact p{
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 20px;
}
.s6_cont .s6_ad_c .s6_c_contact h4{
  color: #d32629;
  font-size: 26px;
  margin-bottom: 5px;
}
.s6_cont .s6_ad_c .s6_c_contact a{
  display: block;
  width: 136px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background: #d32629;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
}
.s6_ad_r{
  margin-bottom: 20px;
}
.s6_ad_r img{
  display: block;
  width: 80%;
  margin: 0 auto;
}
.section7{
  padding: 20px 10px;
  background: #232323;
  color: #fff;
}
.section7 h4{
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section7 p{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}
.section7 a{
  font-size: 16px;
  color: #fff;
}
/* 阿里巴巴 */
.nei_title {
  margin-bottom: 20px;
  text-align: center;
  color: #393939;
}
.nei_title h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.nei_title p{
  font-size: 14px;
}
.al_section1{
  padding: 30px 10px 20px;
}
.al_section1 .al_section1_cont img{
  width: 100%;
}
.al_section2 .nei_title{
  background: url("../images/al_bg1.jpg") no-repeat center;
  background-size:100%; 
  padding: 35px 0;
  padding-top: 15px;
  color: #fff;
}
.al_section2 .al_s2_cont{
  padding: 0 10px;
}
.al_section2 .al_s2_cont ul li{
  background: #eeeeee;
  border:1px solid #ababab;
  border-radius: 10px;
  margin-bottom: 15px;
}
.al_section2 .al_s2_cont ul li div{
  overflow: hidden;
  position: relative;
  padding: 15px;
  padding-left: 58px;
}
.al_section2 .al_s2_cont ul li div h3{
  position: absolute;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 240px;
  text-align: center;
  padding: 5px 0;
  transform: rotate(-45deg);
  left: -94px;
  top: 10px;
}
.al_section2 .al_s2_cont ul li div p{
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
.al_section2 .al_s2_cont{
  background: url("../images/al_bg2.jpg") no-repeat bottom;
  background-size:100%; 
  padding-bottom: 10px;
}
.al_section2 .al_s2_cont ul li:nth-child(1) div h3{
  background: #fca13c;
}
.al_section2 .al_s2_cont ul li:nth-child(2) div h3{
  background: #4c9efd;
}
.al_section2 .al_s2_cont ul li:nth-child(3) div h3{
  background: #9465d7;
}
.al_section2 .al_s2_cont ul li:nth-child(4) div h3{
  background: #56ce7b;
}
.al_section3{
  padding:30px 10px;
} 
.al_section3 .al_s3_cont ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.al_section3 .al_s3_cont ul li{
  width: 32%;
  color: #fff;
  border-radius: 15px;
  text-align: center;
}
.al_section3 .al_s3_cont ul li>div{
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 200px;
  padding-top: 16px;
}
.al_section3 .al_s3_cont ul li>div i{
  margin-bottom: 15px;
}
.al_section3 .al_s3_cont ul li>div h4{
  font-size: 18px;
  margin-bottom: 15px;
}
.al_section3 .al_s3_cont ul li>div p{
  font-size: 12px;
  padding: 0 5px;
  height: 70px;
}
.al_section3 .al_s3_cont ul li:nth-child(1){
  background: linear-gradient(to bottom right, #fb9545, #fd2a28);
  margin-bottom: 20px;
}
.al_section3 .al_s3_cont ul li:nth-child(2){
  background: linear-gradient(to bottom right, #fec089, #ff9102);
  margin-bottom: 20px;
}
.al_section3 .al_s3_cont ul li:nth-child(3){
  background: linear-gradient(to bottom right, #7dc3fa, #126fec);
  margin-bottom: 20px;
}
.al_section3 .al_s3_cont ul li:nth-child(4){
  background: linear-gradient(to bottom right, #82fefd, #04bfc6);
}
.al_section3 .al_s3_cont ul li:nth-child(5){
  background: linear-gradient(to bottom right, #88e89d, #52cc79);
}
.al_section3 .al_s3_cont ul li:nth-child(6){
  background: linear-gradient(to bottom right, #f9d97a, #f88015);
}
.al_section4{
  padding: 20px 10px 30px;
  background: url("../images/albg.png") no-repeat top;
  background-size:100% 100%; 
  color: #fff;
}
.al_section4 .nei_title{
  color: #fff;
}
.al_section4 .nei_title p{
  font-size: 12px;
}
.al_section4 .al_s4_cont ul{
  display: flex;
  justify-content: space-between;
}
.al_section4 .al_s4_cont ul li{
  width: 32%;
}
.al_section4 .al_s4_cont ul li .al_s4_icon{
  margin-bottom: 10px;
}
.al_section4 .al_s4_cont ul li .al_s4_icon img{
  display: block;
  width:30%;
  margin: 0 auto;
}
.al_section4 .al_s4_cont ul li p{
  font-size: 12px;
  text-align: center;
}
.al_section5{
  padding: 30px 10px;
}
.al_section5 ul{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between; 
}
.al_section5 ul li{
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
  color: #333333;
}
.al_section5 ul li img{
  width: 60%;
  margin-bottom: 10px;
}
.al_section5 ul li h4{
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: normal;
}
.al_section5 ul li p{
  font-size:12px;
  text-transform: uppercase; 
}
/* 百度推广 */
.bd_section1{
  padding: 30px 0;
}
.bd_section1 .nei_title img{
  display: block;
  width: 42%;
  margin: 0 auto;
}
.bd_section1 .bd_s1_cont img{
  width: 100%;
  margin-top: 20px;
}
.bd_section2{
  padding: 20px 0;
  background: #f9f9f9;
  text-align: center;
}
.bd_section2 h4{
  color: #d32629;
  font-size:24px;
  margin-bottom: 10px;
}
.bd_section2 p{
  font-size: 12px;
  margin-bottom: 10px;
}
.bd_section2 a{
  display: block;
  width:170px;
  background: #d32629;
  color: #fff;
  border-radius: 30px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 14px;
}
.bd_section3{
  padding: 30px 10px;
}
.bd_section3 .bd_s3_cont ul{
  display: flex;
  flex-wrap:wrap; 
  margin-bottom: 25px;
}
.bd_section3 .bd_s3_cont ul li{
  width: 50%;
  text-align: center;
  padding: 30px 10px;
  color: #fff;
}
.bd_section3 .bd_s3_cont ul li h4{
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 10px;
}
.bd_section3 .bd_s3_cont ul li h4 span{
  font-size: 60px;
  margin-right: 5px;
}
.bd_section3 .bd_s3_cont ul li p{
  font-size: 14px;
}
.bd_section3 .bd_s3_cont ul li img{
  width: 60%;
}
.bd_section3 .bd_s3_cont ul li:nth-child(1){
  background: #848484;
}
.bd_section3 .bd_s3_cont ul li:nth-child(2){
  background: #595757;
}
.bd_section3 .bd_s3_cont ul li:nth-child(3){
  width: 100%;
  background: linear-gradient(to bottom right,#f88116,#f9cb6a);
}
.bd_section3 .bd_s3_cont a{
  background: #d32629;
  color: #fff;
  font-size: 14px;
  display: block;
  width: 135px;
  text-align: center;
  padding: 8px 0;
  margin: 0 auto;
  border-radius: 30px;
}
.bd_section4 .nei_title{
  background: url("../images/albg2.png") no-repeat top;
  color: #fff;
  padding: 20px 0 35px; 
  background-size:100% 100%; 
}
.bd_s4_cont{
  padding: 0 10px
}
.bkey{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bkey li{
  padding: 6px 0px;
  width: 24%;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}
.bkey li:nth-child(1) {
  background: #d62828;
}
.bkey li:nth-child(2) {
  background: #ef7d3f;
}
.bkey li:nth-child(3) {
  background: #69c657;
}
.bkey li:nth-child(4) {
  background: #5baddc;
}
.bd_s4_title{
  margin-bottom: 20px;
}
.bd_s4_title p {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.analyse img{
  display: block;
  width: 100%;
}
.bd_s5_cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bd_section5{
  padding: 30px 10px;
  padding-bottom: 0;
}
.bd_s5_cont ul li {
  display: flex;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 30px;
}
.bd_s5_cont ul li>div{
  width: 170px;
  margin: 0 auto;
}
.bd_s5_cont ul li .s5_top {
  background: #009bd0;
  text-align: center;
  height: 85px;
  border-radius: 85px 85px 0 0;
  position: relative;
}
.bd_s5_cont ul li .s5_top img {
  position: absolute;
  display: block;
  width: 50px;
  margin: 0 auto;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  transition: all .5s;
}
.bd_s5_cont .s5_body span {
  display: block;
  width: 1px;
  height: 30px;
  background: #009bd0;
  margin: 0 auto;
  margin-bottom: 10px;
}
.bd_s5_cont .s5_body{
  background: #eeeeee;
  padding: 10px;
  border-radius: 0 0 50px 0;
  padding-bottom: 30px;
}
.bd_s5_cont .s5_body h4 {
  background: #009bd0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  border-radius: 30px;
  margin-bottom: 10px;
}
.bd_s5_cont .s5_body p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
@-webkit-keyframes float {
  0%,
  100% {
    top: 0px;
  }
  40% {
    top: -10px;
  }
}

@keyframes float {
  0%,
  100% {
    top: 0px;
  }
  40% {
    top: -10px;
  }
}