.cy-banner-marketing{
    background: url(../image/banner.jpg) no-repeat center top;
    width: 100%;
    height: 954px;
	background-size:100% 100%;
    /* text-align: left; */
	/* font-style: oblique; */
}
.cy-banner-marketing .title{
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    padding-top: 200px;
}
.cy-banner-marketing .subtitle{
    font-size: 28px;
    margin-top: 30px;
    color: #FFFFFF;
}
.cy-banner-marketing .desc{
    font-size: 24px;
    margin-top: 20px;
    color: #FFFFFF;
}
.cy-banner-marketing .line{
    display: block;
    margin: 15px 0;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
}

.cy-web-advantage{
	background: none;
	padding-bottom: 80px;
}
.cy-web-plug{
	padding-top: 40px;
}

/*为什么要做*/
.cy-tg-plug{
	padding-bottom: 30px;
}

/*四项服务优势*/
.cy-sxfw{
	background-color: #f6f6f6;
}
.cy-advantage-title{
	padding-top:50px;
}
.cy-advantage-title .title{
	font-size: 60px;
}
.cy-advantage-title .desc{
	font-size: 28px;
}
.cy-advantage-list{
	padding-bottom:50px;
}
/*全网营销版块*/
.qwyx{
	width: 100%;
	height: auto;
	margin-top:50px;
} 
.qwyx .title{
	text-align: center;
}
.qwyx .main-c1 {
}

.qwyx .main-c1 .left {
  width: 24%;
  float: left;
  background-color: #5128c2;
  /* background-image: url("../image/new_khfw.jpg"); */
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding:2.1rem 2rem;
  flex-shrink: 0;
  border-bottom: 1px solid #502cc4;
}
.qwyx .main-c1 .left * {
  color: #fff;
}
.qwyx .main-c1 .left .txt {
  display: block;
}
.qwyx .main-c1 .left .txt h2 {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.qwyx .main-c1 .left .txt h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  border-bottom: 2px solid #fff;
}
.qwyx .main-c1 .left .txt p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.qwyx .main-c1 .left .btn {
  margin-top: 2rem;
}
.qwyx .main-c1 .left .btn a {
  display: inline-block;
  padding: 0.4rem 1rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  width: 100%;
  text-align: center;
}
.qwyx .main-c1 .right {
	width: 76%;
	float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}
.qwyx .main-c1 .right .con {
  flex: 1;
  background-color: #fff;
  border-right: 1px solid #502cc4;
  border-bottom: 1px solid #502cc4;
}
.qwyx .main-c1 .right .con:nth-of-type(even) h2 {
  background-color: #4c4ad2;
}
.qwyx .main-c1 .right .con:nth-of-type(odd) h2 {
  background-color: #502cc4;
}
.qwyx .main-c1 .right .con h2 {
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  color: #fff;
  background-color: #FFA500;
  font-size: 1.5rem;
}
.qwyx .main-c1 .right .con .item {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.qwyx .main-c1 .right .con .item .i {
  width: 20%;
  height: auto;
  border-radius: 50%;
  margin-right: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qwyx .main-c1 .right .con .item .txt{
	width: 80%;
	float: left;
}
.qwyx .main-c1 .right .con .item .i i {
  width: auto;
  font-size: 2rem;
  color: #f88324;
}
.qwyx .main-c1 .right .con .item .txt h6 {
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0rem;
  text-align: left;
}
.qwyx .main-c1 .right .con .item .txt p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1;
}
.qwyx .main-c1 .right .con .item:last-of-type::before {
  display: none;
}
.qwyx .main-c1 .right .con .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateX(-50%) scaleY(0.5);
}
.qwyx .main-c1 .right .con .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #502cc4;
  z-index: -1;
  opacity: 0;
}
.qwyx .main-c1 .right .con .item:hover * {
  color: #fff !important;
}
.qwyx .main-c1 .right .con .item:hover .i {
  border-color: #fff;
}
.qwyx .main-c1 .right .con .item:hover::after {
  opacity: 1;
}
.qwyx .main-c1 .right .con a {
  display: block;
  text-align: center;
  margin-top: 2rem;
}
.qwyx .main-c1 .right .con a span {
  color: #FFA500;
}
.qwyx .main-c1 .right .con a i {
  color: #FFA500;
  margin-left: 0.4rem;
  font-size: 1rem;
}
.qwyx .main-c1 .zx-btn{
	width: 100%;
	height: auto;
}
.qwyx .main-c1 .zx-btn a
{
	width: 40%;
	margin: 2rem 30%;
	display: inline-block;
	padding: 0.4rem 1rem;
	border: 1px solid #502cc4;
	border-radius: 2rem;
	background: #502cc4;
	color: #fff;
	text-align: center;
}


/*自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.cy-banner-marketing{
	 width: 100%;
     height: 50vw;
}
 .cy-banner-marketing .title{
     font-size: 3.75vw;
     padding-top: 14.0625vw;
}
 .cy-banner-marketing .subtitle{
     font-size: 1.458333vw;
     margin-top: 1.5625vw;
}
 .cy-banner-marketing .desc{
     font-size: 1.25vw;
     margin-top: 1.041667vw;
}
 .cy-banner-marketing .line{
     margin: 0.78125vw auto;
     width: 2.083333vw;
     height: 0.208333vw;
}
.qwyx .main-c1 .left{
	padding-bottom: 120px;
}
.qwyx .main-c1 .left .txt h2{
	font-size: 1.45vw;
}
.qwyx .main-c1 .left .img{
	margin-bottom:10vm ;
}
.qwyx .main-c1 .left .img img{
	width: 100%;
}
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.cy-banner-marketing {
    background-size: auto 95%;
    height: 300px;
	padding: 30px 0;
}
.cy-banner-marketing .title {
    font-size: 26px;
    padding-top: 50px;
}
.cy-banner-marketing .subtitle {
    font-size: 18px;
    margin-top: 10px;
    color: #FFFFFF;
}
.cy-banner-marketing .desc {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 4% 0 0;
}

.cy-web-plug{
	padding-top: 0;
}	
.cy-tg-plug{
	padding-bottom: 20px;
}
.cy-web-advantage{
	padding-bottom: 0;
}
.cy-web-plug .subtitle{
	font-size: 14px;
}

/**/
.cy-advantage-title{
	padding-top:20px;
}
.cy-advantage-list{
	padding-bottom:20px;
}
.cy-advantage-title .title{
	font-size: 22px;
}
.cy-advantage-title .desc{
	font-size: 14px;
}

.cy-web-plug .title{
	padding-top: 30px;
}

.qwyx{
	margin-top: 20px;
}
.qwyx .main-c1 .right .con .item .txt h6{
	font-size:0.9rem
}
.qwyx .main-c1 .right .con .item .txt p{
	font-size:0.8rem
}
.qwyx .main-c1 .left{
	width: 100%;
	height: auto
}
.qwyx .main-c1 .right{
	width: 100%;
	margin-top: 10px;
}
.qwyx .main-c1 .right .con{
	flex: none;
	width: 50%;
	border: 1px solid #502cc4;
}
.qwyx .main-c1 .right .con:nth-child(1),.qwyx .main-c1 .right .con:nth-child(3){
	border-right: 0;
}
.qwyx .main-c1 .zx-btn a{
	width: 100%;
	margin: 2rem 0%;
}
.qwyx .main-c1 .left .txt h2{
	font-size: 22px;
}
.qwyx .main-c1 .right .con h2{
	font-size: 1.2rem;
	height: 3rem;
	line-height: 3rem;
}

}