@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(27,82,141,0.7);
  /* background: rgba(0,145,63,0.7); */
  }
  100% {
  opacity: 1;
  width: 100%;
  background:  rgba(27,82,141);
  /* background:#0ab451; */
  }
}

/*主内容--一站式服务，更快更简单*/
.list2005160945 {
    
}
.list2005160945 {
    background: #fff;
    padding: 40px 0;
    margin: 30px 0;
    color: #333;
}
.title2005160947 {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}
.title2005160947 .t {
    font-weight: bold;
    color: #333;
}
.title2005160947::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 20px;
    background: url("../../image/sub/website-PC/ico_05161130.png") center no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.f-16 {
    font-size: 16px;
}
.list2005160945 .list ul {
    display: flex;
    flex-wrap: wrap;
}
.list2005160945 .list li {
    width: 20%;
    margin-top: 3%;
    text-align: center;
    position: relative;
    padding: 0 2%;
    box-sizing: border-box;
}
.list2005160945 .list li:nth-child(5n+1)::before {
    display: none;
}
.list2005160945 .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px dotted #ddd;
}
.list2005160945 .list .n {
    color:#338bce;
    /* color: #0ab451; */
    font-weight: bold;
}
.list2005160945 .list .t {
    font-weight: bold;
    color: #333;
    padding-top: 10px;
}
.f-32 {
    font-size: 32px;
}
/*主内容--高端网站模板*/
.goverflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f-18 {
    font-size: 18px;
}
.padd-t2 {
    padding-top: 2%;
}
.flex-between {
    justify-content: space-between;
}
.flex_row3 li {
    width: 32%;
    margin: 2% 0;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    overflow: hidden;
}
.disp-flex {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.mb_list li .mbimg {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.img-max100 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: auto;
}
.mb_list li .hvimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
background:rgba(51,139,206,0.78);
    /* background: rgba(0,145,63,0.78); */
    display: none;
}
.mb_list li .hvimg i {
    position: absolute;
    width: 52px;
    height: 52px;
    left: 50%;
    top: 50%;
    margin-left: -26px;
    margin-top: -26px;
    display: block;
    background: url(../images/mb_ico.png) no-repeat center center;
}
.mb_list li .mb_p {
    text-align: center;
    padding: 5% 3%;
    background: #ECECEC;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.f-20 {
    font-size: 20px;
}
a:hover {
    color: #338bce;
    /* color: #0ab451; */
}
a {
    color: #000;
}
.mb_list li .mb_p p {
    padding-top: 5px;
}
.f-14 {
    font-size: 14px;
}
.c-999 {
    color: #999999;
}
.c-666 {
    color: #666666;
}

/*主内容--专业质控，服务保障*/
.f-28 {
    font-size: 28px;
}
.list2005161403 ul {
    display: flex;
    margin: 2% 0;
}
.list2005161403 ul li {
    flex: 1;
    background: #fff;
    text-align: center;
    padding: 2%;
    transition: all .3s ease 0s;
    font-weight: bold;
    box-sizing: border-box;
}
.list2005161403 ul li + li {
    margin-left: 20px;
}
.animated {
    -moz-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in;
}
.list2005161403 ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.list2005161403 ul li .pic img {
    width: 50px;
    margin: 0 auto;
    display: block;
}
.list2005161403 ul li .t {
    padding-top: 10px;
}