@charset "utf-8";
/* CSS Document */

body, input, textarea {
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-text-size-adjust: none;
}
body {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}

/*主内容--框体*/
.padd-comb {
    min-height: calc(100vh - 72px);
    box-sizing: border-box;
}
.padd-comb {
    padding: 4% 4.7%;
}
.bg-f5 {
    background-color: #f5f5f5;
}
/*主内容--标题--客户的满意度是我们衡量公司成长的标准*/
.tit_com h1, .tit_com .h1 {
    line-height: 1.3;
}
.f-bold {
    font-weight: bold;
}
.f-80 {
    font-size: 80px;
    line-height: 1.3;
}
.c-009140 {
    /* color: #0ab451; */
    color: #1b528d;
}

.tit_com h3 {
    line-height: 1.3;
    padding: 0% 0 1%;
}
.f-40 {
    font-size: 40px;
}
.c-333 {
    color: #333333;
}
.f-bold {
    font-weight: bold;
}
.tit_com p {
    line-height: 1.3;
}
.f-up {
    text-transform: uppercase;
}
/*主内容--手机网站建设--标题*/
.tit_cline {
    padding: 2% 0 1%;
}
.tit_cline p {
    position: relative;
}
.f-30 {
    font-size: 30px;
}
.tit_cline span {
    display: inline-block;
    padding-right: 20px;
    z-index: 9;
    position: relative;
}
.tit_cline .c_line {
    width: 100%;
    height: 2px;
    background:#1b528d;
    /* background: #0ab451; */
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 2px;
    display: block;
}
.fline {
  -webkit-animation-name: fline;
  animation-name: fline;
}
@-webkit-keyframes fline {
  0% {
    opacity: 0;
    width: 0px;
  }
  70% {
  opacity: 1;
  width: 100%;
  background:  rgba(27,82,141,0.7); 
  /* background:  rgba(0,145,63,0.7); */
  }
  100% {
    opacity: 1;
    width: 100%;
    background:  rgba(27,82,141);
	/* background:#0ab451; */
  }
}

@keyframes fline {
  0% {
  opacity: 0;
  width: 0px;
  }
  70% {
  opacity: 1;
  width: 100%;
  /* background: rgba(0,145,63,0.7); */
  }
  100% {
  opacity: 1;
  width: 100%;
  /* background:#0ab451; */
  }
}

/*主内容--为什么要做手机网站*/
.padd-t2 {
    padding-top: 2%;
}
.title2005160947 {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}
.title2005160947::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 20px;
    background: url("../../image/sub/website-WAP/ico_05161130.png") center no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.title2005160947 .t {
    font-weight: bold;
    color: #333;
}
.f-28 {
    font-size: 28px;
}
.f-16 {
    font-size: 16px;
}
.list2005161616 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -2%;
}
.list2005161616 li {
    width: 32%;
    background: #fff;
    margin-top: 2%;
    box-sizing: border-box;
    padding: 2%;
}
.list2005161616 li .t {
    display: flex;
    align-items: center;
    padding-bottom: 6%;
}
.list2005161616 li .t img {
margin-right: 10px;    
}
.f-18 {
    font-size: 18px;
}
/*主内容--手机网站进化史*/
.sw2005161637 {
    background: #fff;
}
.sw2005161637 .padd-comb {
    min-height: 0;
}
.padd-comb {
    padding: 4% 4.7%;
}
.sw2005161637 .list {
    display: flex;
}
.sw2005161637 .list .left {
    flex: 1;
    min-width: 0;
    margin-right: 30px;
    text-align: center;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {    
    position: relative;
    width: 100%;
    height: 800px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.sw2005161637 .list .left .pic {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    margin-top: 10%;
}
.img img, .pic img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.sw2005161637 .list .left img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.dot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.sw2005161637 .list .left .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #666;
    opacity: 1;
}
.sw2005161637 .list .left .swiper-pagination-bullet-active {
     background:#338bce;
    /* background: #0ab451; */
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.sw2005161637 .list .right {
    border-left: 2px solid #e5e5e5;
    flex: 0 0 auto;
    width: 60%;
    max-width: 900px;
    padding: 20px 0;
}
.sw2005161637 .list .right ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sw2005161637 .list .right li > * {
    padding-left: 3vw;
}
.sw2005161637 .list .right li {
    cursor: pointer;
}
.sw2005161637 .list .right li + li {
    margin-top: 4%;
}
.sw2005161637 .list .right li .t {
    font-weight: bold;
    position: relative;
    color: #333;
    margin-bottom: 2%;
    transition: all .3s ease 0s;
}
.sw2005161637 .list .right li .t::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #5e5e5e;
    transition: all .3s ease 0s;
}
.sw2005161637 .list .right li.on .t::before {
    background: #338bce;
    /* background: #0ab451; */
}
.sw2005161637 .list .right li.on .t {
    color: #338bce;
    /* color: #0ab451; */
}

/*手机网站建设案例*/
.al_nav *, .anli_commm * {
    box-sizing: border-box;
}
.qh_btn {
    overflow: hidden;
    text-align: right;
}
.qh_btn > div {
    display: inline-block;
    background: url(../../image/sub/website-WAP/wbtn.png);
        background-position-x: 0%;
        background-position-y: 0%;
    width: 50px;
    height: 20px;
    cursor: pointer;
}
.qh_btn .prev {
    background-position: left bottom;
}
.qh_btn .next {
    background-position: right top;
}
.al_nav ul li {
    position: relative;
    padding: 0;
    overflow: hidden;
    margin-bottom: 3%;
    margin: 1% 0;
       /* background-color: #f5f5f5;  */
        /* box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5); */
}
.anli05161735 li a {
    display: block !important;
    position: relative;
    width: 100%;
    padding-bottom: 155%;
}
.al_nav ul li a {
    display: inline-block;
    position: relative;
    border-radius: 15px;
}
.anli_list li a, .al_nav ul li a {
    display: block;
    /* height: 100%; */
    overflow: hidden;
}
.anli05161735 li .pic {
    position: absolute;    
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    /* width: 100%; */
    height: 100%;
    /* object-fit: cover; */
}
.img-max100 {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: auto;
}
.al_nav ul li .abs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: -100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.anli05161735 ul li .abs {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #Fff;
    bottom: 0 !important;
    opacity: 0 !important;
}
.al_nav ul li:hover .abs {
    opacity: 1;
    bottom: 0;
}
.anli05161735 ul li a:hover .abs {
    opacity: 1 !important;
}
.anli05161735 .code {
    max-width: 80%;
}
.anli05161735 .code img {
    width: 100%;
    width: 130px;
}

/*专业质控，服务保障*/
.list2005161424 {
    background: #fff;
    padding: 40px 0;
    margin: 30px 0;
}
.list2005161424 .list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -3%;
}
.list2005161424 .list li {
	width: 20%;
	margin-top: 3%;
	text-align: center;
	position: relative;
	padding: 0 2%;
	box-sizing: border-box;
}
.list2005161424 .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px dotted #aaa;
}
.list2005161424 .list li:nth-child(5n+1)::before {
    display: none;
}

.list2005161424 .list .pic img {
    display: block;
    width: 50px;
    margin: 0 auto;
}
li:hover .img img, li:hover .pic img {
    transform: scale(1.3);
}
.list2005161424 .list .t {
    font-weight: bold;
    color: #333;
    padding-top: 10px;
}
