
/*  广告轮播图 */
.banner {
    width: 1920px;
    position: relative;
    height: 600px;
    left: 50%;
    margin-left: -960px;
}
.banner .bd {
    width: 1920px;
    height: 600px;
    overflow: hidden;
    z-index: 0;
}
.banner .bd li {
    height: 600px;
    position: relative;
}
.banner .bd .ban1 {
    background: #e43a3a;
}
.ban1 a {
    display: block;
    background: url('../image/ban1_bg.jpg') no-repeat center top;
    width: 100%;
    height: 100%;
}
.banner .bd .txt,
.banner .bd .bImg {
    position: absolute;
}
.banner .ban1 .txt {
    top: 50px;
    left: 340px;
}
.banner .ban1 .bImg {
    bottom: 0;
    left: 0;
}
.banner .ban2 {
    background: url('../image/ban2_bg.jpg') no-repeat center top;
}
.banner .ban2 .txt {
    color: #fff;
    width: 540px;
    top: 230px;
    left: 0;
    font-size: 16px;
}
.banner .ban2 .txt h4 {
    font-size: 45px;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 15px;
}
.banner .ban2 .txt .more {
    display: inline-block;
    font-size: 14px;
    width: 86px;
    height: 26px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 26px;
    color: #fff;
    margin-top: 20px;
}
.banner .ban2 .bImg1 {
    right: -350px;
}
.banner .ban2 .bImg2 {
    bottom: 130px;
    left: 505px;
}
.banner .ban2 .line {
    width: 480px;
    height: 70px;
    background: url('../image/ban2_3.png') no-repeat;
    bottom: 65px;
    left: 70px;
}
.banner .ban3 {
    background: #180329;
}
.banner .opc {
    background: url('../image/ban3_bg.jpg') no-repeat center top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .banMain {
    position: absolute;
    height: 600px;
    left: 50%;
    margin-left: -600px;
    top: 0;
    width: 1200px;
}
.banner .ban3 .bImg1 {
    top: 184px;
    left: 253px;
}
.banner .ban3 .bImg2 {
    top: 184px;
    right: 253px;
}
.banner .ban3 .bImg3 {
    top: 113px;
    left: 443px;
}
.banner .bImg.active {
    animation: myfirst 1.5s;
}
@keyframes myfirst {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}
.banner_ctr {
    height: 90px;
    position: absolute;
    top: 45%;
    z-index: 2;
    left: 50%;
    margin-left: -600px;
}
.banner_ctr a {
    display: block;
    width: 47px;
    height: 79px;
    background: url('../image/banner_btn.png') no-repeat 0 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}
.banner_ctr a.prev {
    left: -90px;
}
.banner_ctr a.next {
    right: -1280px;
    background-position: -47px 0px;
}
.banner_ctr a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.banner .hd {
    position: absolute;
    bottom: 25px;
    text-align: center;
    z-index: 1;
    left: 50%;
    font-size: 0;
    line-height: 0;
    height: 0px;
    /* margin-left: -50px; */
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.banner .hd li {
    background: #fff;
    z-index: 2;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    width: 6px;
    height: 6px;
    *display: inline;
    zoom: 1;
    border-radius: 100%;
    transition: all 0.3s;
    position: relative;
    border: 2px solid #fff;
}
.banner .hd .on {
    background: none;
    border: 2px solid #c52d29;
}
/*  实力 */
.strength {
    padding-top: 60px;
}
.strengthMain {
    height: auto;
    overflow: hidden;
}
.strengthMain li {
    float: left;
    width: 600px;
    height: 330px;
    overflow: hidden;
    background: #000;
    position: relative;
}
.strengthMain li img {
    width: 600px;
    height: 330px;
    transition: all .5s;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.strengthMain li .font {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.strengthMain li .font .font_inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.strengthMain li .font h3 {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 36px;
}
.strengthMain li:hover img {
    transform: scale(1.05, 1.05);
}
.strengthMain li .font::before,
.strengthMain li .font::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.5s;
}
.strengthMain li .font::before {
    top: 25px;
    right: 15px;
    bottom: 25px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}
.strengthMain li .font::after {
    top: 15px;
    right: 25px;
    bottom: 15px;
    left: 25px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0;
}
.caseMain li:hover .font {
    opacity: 1;
    transform: scale(1, 1) rotateX(0deg);
    transition: all 0.5s;
}
.strengthMain li:hover .font::before,
.strengthMain li:hover .font::after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}

/*  流程 */
.am-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 1200px;
}

.am-container:after,
.am-container:before,
.am-g:after,
.am-g:before,
[class*=am-avg-]:after,
[class*=am-avg-]:before {
    display: table;
    content: " ";
}

.am-container:after,
.am-g:after,
[class*=am-avg-]:after {
    clear: both;
}

.am-text-center {
    text-align: center !important;
}

[class*=am-animation-] {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes am-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes am-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.am-animation-slide-bottom {
    -webkit-animation-name: am-slide-bottom;
    animation-name: am-slide-bottom
}

.hm-process {
    width: 100%;
    height: 450px;
    background: url('../image/i1-bg.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}

.hm-process h2 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin: 60px 0 50px 0;
    padding-bottom: 20px;
    background: url('../image/underline.png') no-repeat;
    background-position: bottom;
}

.hm-process ul {
    margin-top: 80px;
}

.process-item {
    text-align: center;
    float: left;
    width: 16.66666667%;
}

.process-item:hover i {
    background-color: #c52d29;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.process-item i {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.process-item .xq {
    background: rgba(0, 0, 0, 0.2) url('../image/64b8bb767369081f00605c9b7f391e7d.png') no-repeat center;
}

.process-item .jh {
    background: rgba(0, 0, 0, 0.2) url('../image/69a3eae901466ad2e9b856c0852425ca.png') no-repeat center;
}

.process-item .sj {
    background: rgba(0, 0, 0, 0.2) url('../image/d5929b03b39e73c45bd51991cea9ff9c.png') no-repeat center;
}

.process-item .qd {
    background: rgba(0, 0, 0, 0.2) url('../image/598a51a8ed5ec19b036663038336f548.png') no-repeat center;
}

.process-item .js {
    background: rgba(0, 0, 0, 0.2) url('../image/28c41cc6bd788a0a49e81a32816a0bd1.png') no-repeat center;
}

.process-item .cs {
    background: rgba(0, 0, 0, 0.2) url('../image/79be17935245be7864621af74dfec4d2.png') no-repeat center;
}

.process-item h6 {
    font-size: 18px;
    font-weight: normal;
    color: #c2c4c4;
    margin: 20px 0;
}

.process-item p {
    font-size: 14px;
    color: #c9c4c4;
}

.hm-reason {
    width: 100%;
    height: 255px;
    background-color: #1794f4;
    margin: 200px 0 60px 0;
    padding: 40px 20px;
}

.hm-reason h3 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}

.hm-reason p {
    font-size: 14px;
    color: #ececec;
}

.hm-reason a {
    padding: 6px 0 6px 14px;
    background-color: #f3f3f3;
    color: #23a6e8;
    font-size: 12px;
}

.hm-reason a span {
    padding: 6px;
    background-color: #cfcfcf;
    color: #23a6e8;
    margin-left: 10px;
}



/*建站服务*/
.wzjs_1_con{height: 800px;}
.wzjs_1_con li {height: 398px !important;}
.wzjs_1_con li h2{padding-top: 70px;}
.wzjs_1_con li i{top: 70px !important;}
.wzjs_1_li1,.wzjs_1_li2{width: 425px !important;height: 310px !important;border-bottom: none !important;text-align: left !important;padding-left: 172px !important;}
.wzjs_1_li2{border-right: 1px solid #ddd !important;}
.wzjs_1_li1 h2,.wzjs_1_li2 h2{padding: 0 !important;}
.wzjs_1_li1 i,.wzjs_1_li2 i{margin: 0 0 0 -250px !important;}

.wzjs_1_li2{border-right: 1px solid #ddd !important;}
.wzjs_1_li1 h2,.wzjs_1_li2 h2{padding: 0 !important;}
.wzjs_1_li1 i,.wzjs_1_li2 i{margin: 0 0 0 -250px !important;}

.qwyx_1_con ul li i.w1-1{background: url(../image/w1-1.png) center no-repeat #fff;}
.qwyx_1_con ul li:hover i.w1-1{background: url(../image/w1-1_on.png) center no-repeat #fff;}
.qwyx_1_con ul li i.w1-2{background: url(../image/w1-2.png) center no-repeat #fff;}
.qwyx_1_con ul li:hover i.w1-2{background: url(../image/w1-2_on.png) center no-repeat #fff;}
.qwyx_1_con ul li i.w1-3{background: url(../image/w1-3.png) center no-repeat #fff;}
.qwyx_1_con ul li:hover i.w1-3{background: url(../image/w1-3_on.png) center no-repeat #fff;}
.qwyx_1_con ul li i.w1-4{background: url(../image/w1-4.png) center no-repeat #fff;}
.qwyx_1_con ul li:hover i.w1-4{background: url(../image/w1-4_on.png) center no-repeat #fff;}
.qwyx_1_con ul li i.w1-5{background: url(../image/w1-5.png) center no-repeat #fff;}
.qwyx_1_con ul li:hover i.w1-5{background: url(../image/w1-5_on.png) center no-repeat #fff;}
.qwyx_1_con ul li i.w1-6{background: url(../image/w1-6.png) center no-repeat #fff;}
.qwyx_1_con ul li:hover i.w1-6{background: url(../image/w1-6_on.png) center no-repeat #fff;}

.wzjs_2_t{background: url(../image/wzjs_2_t.png) center no-repeat;}
.wzjs_2_con{width: 1200px;height: 700px;background: url(../image/wzjs_2_bg.png) center no-repeat;margin-top: 60px;position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;}
.wzjs_2_con:hover{background: url(../image/wzjs_2_bg1.png) center no-repeat;}
.wzjs_5_con{height: 300px;background: url(../image/wzjs_5_bg.png) center top no-repeat;margin-top: 80px;position: relative;}
.wzjs_5_con .qw_5_7{left: 673px;}
.wzjs_2_con .qwyx_zx{left: 500px !important;}



.com_width{width: 1200px;margin: 0 auto;padding-top: 20px; }
.qwyx_t{height: 70px;margin: 0 0 10px;font-size: 40px;text-align: center;color:#000022;line-height: 70px;}
.qwyx_desc{text-align: center;font-size: 16px;color:#888888;}
.qwyx_desc span{color:#cd9c26;}
.qwyx_1_t{background: url(../image/qwyx_1_t.png) center no-repeat;}
.qwyx_1_con{width: 1200px;margin: 60px 0 100px;}
.qwyx_1_con ul li{width: 298px;height: 333px;border: 1px solid #ddd;border-right: none;float: left;text-align: center;font-size: 14px;color:#555;position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;}
.qwyx_1_con ul li:last-child{border-right: 1px solid #ddd;}
.qwyx_1_con ul li h2{font-size: 24px;color:#000022;margin: 65px 0 0;-webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;}
.qwyx_1_con ul li h3{font-size: 18px;color:#555555;margin: 20px 0 10px;}
.qwyx_1_con ul li:hover h2{color:#ce0000;}
.qwyx_1_con ul li span{width: 120px;height: 40px;background: #f8f8f8;color:#888888;display: inline-block;border-radius: 20px;line-height: 40px;margin: 40px 0 0;
  border: 1px solid #ddd; -webkit-transition: .5s;text-align: center;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;}
.qwyx_1_con ul li:hover span{background: #ce0000;color:#fff;border: 1px solid #ce0000;}
.qwyx_1_con ul li:hover{-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 0 15px rgba(0,0,0,0.2);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.qwyx_1_con ul li i{width: 96px;height: 96px;display: block;border-radius: 50%;border: 1px solid #0c0c2c;position: absolute;left: 50%;top: 0;margin: -48px 0 0 -48px;-webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;}
.qwyx_1_con ul li:hover p{ color: #999;}


/*营销系统*/
.home-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.home-title .tit {
  display: inline-block;
  width: 239px;
}
.home-title.red .tit {
  background: url(../image/home-tit-bg.png) no-repeat center 14px;
}
.home-title.white .tit {
  background: url(../image/home-tit-bg-w.png) no-repeat center 14px;
}
.home-title h3 {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
}
.home-title.red h3 {
  color: #333;
}
.home-title.white h3 {
  color: #fff;
}
.home-title h3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -41.5px;
  width: 83px;
  height: 3px;
}
.home-title.red h3:after {
  background: #CC0000;
}
.home-title.white h3:after {
  background: #fff;
}
.home-title em {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 18px;
}
.home-title.red em {
  color: #767676;
}
.home-title.white em {
  color: #fff;
}
.home-title.red p {
  font-size: 14px;
  color: #909090;
}
.home-title.white p {
  font-size: 14px;
  color: #fff;
}

.visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.mk-system {
  clear: both;
  padding-top: 55px;
  height: 487px;
  background: url(../image/mk-system-bg.jpg) repeat-x center;
  position: relative;
}
.mk-system .more {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -82.5px;
  display: block;
  width: 165px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.mk-system .more:hover {
  background: #fff;
  color: #CE0000;
}
.mk-system .mystem-img-wrap{
	width: 100%;
	overflow-x: auto;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.mk-system .mystem-img{
	width: 750px;
	height: 330px;
	background: url(../image/mk-system-bg.jpg) no-repeat center;
	background-size: auto  100%;
}

/*快速排名*/
.gr-product {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 58px;
  background: #fff;
}

.gr-service {
  margin-top: 50px;
  height: 341px;
  overflow: hidden;
}
.gr-service ul {
  width: 1203px;
  margin:0 auto;
}
.gr-service ul li {
  float: left;
  margin: 0 3px 3px 0;
  width: 398px;
  height: 169px;
  text-align: center;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: background-size .5s;
  -o-transition: background-size .5s;
  -ms-transition: background-size .5s;
  transition: background-size .5s;
  background-size: 100%;
}
.gr-service ul li.red {
  background-image: url(../image/product-bg-red.jpg);
  background-repeat: no-repeat;
  color: #F1D8D8;
}
.gr-service ul li.red a{
  display: block;
  color:#F1D8D8;
  height: 100%;
}
.gr-service ul li.gray {
  background-image: url(../image/product-bg-gray.jpg);
  background-repeat: no-repeat;
  color: #9E9E9E;
}
.gr-service ul li.gray a{
  display: block;
  color:#9E9E9E;
  height: 100%;
}
/*.gr-service ul li:hover {
  background-size: 450px;
}*/
.gr-service ul li i {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  height: 77px;
}


/*  产品 */
.product {
    padding: 60px 0;
    overflow: hidden;
}
.homeTitle {
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
    line-height: 40px;
}
.homeTitle h2 {
    font-size: 36px;
    color: #c52d29;
    font-weight: normal
}
.homeTitle h2 span {
    color: #bdbdbd;
    display: block;
    font-family: Myriad Pro, Arial;
    font-weight: normal;
    line-height: 30px;
}
.homeTitle h2 strong {
    color: #c52d29;
}
.homeTitle h5 {
    font-size: 20px;
    font-weight: normal;
    color: #666;
}
.proBox {
    float: left;
    background: #c52d29;
    width: 340px;
    height: 200px;
    color: #fff;
    padding: 30px 25px 0 25px;
    border-bottom: 2px solid #b7000a;
}
.proBox img {
    float: left;
    width: 150px;
    height: 150px;
    padding-top: 20px;
    transition: all 0.4s;
}
.proBox ul {
    width: 180px;
    float: right;
    font-size: 14px;
}
.proBox ul h3 {
    font-size: 24px;
    height: 50px;
    line-height: 35px;
    font-weight: normal
}
.proBox ul li a {
    color: #fff;
    transition: all 0.3s;
}
.proBox ul li a:hover {
    text-decoration: underline;
    padding-left: 8px;
    transition: all 0.4s;
}
.proBox:hover {
    box-shadow: 0 0 10px #b80009 inset;
}
.proBox:hover img {
    padding-top: 10px;
    transition: all 0.4s;
}
.proBox2 {
    margin: 0 15px;
}
/*  案例 */
.case {
    padding: 0 0 60px 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.caseMain {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
}
.caseMain li {
    float: left;
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.caseMain li div {
    width: 100%;
    /* height: 261px; */
    overflow: hidden;
    position: relative
}
.caseMain li img {
    width: 100%;
    height: auto;
}
.caseMain li p {
    position: absolute;
    text-align: center;
    color: #fff;
    background: url('../image/opc.png');
    font-size: 13px;
    transition: all 0.4s;
    padding: 10px;
    width: 100%;
    bottom: -100px;
    height: 68px;
    line-height: 24px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.caseMain li p span {
    display: block;
    overflow: hidden;
    width: 100%;
}
.caseMain li h3 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    background: #c52d29;
    transition: all 0.4s;
    color: #fff;
}
.caseMain li:hover p {
    bottom: 0;
}
.caseFont {
    text-align: center;
    font-size: 18px;
    color: #c52d29;
    padding-top: 25px;
}
/*  新闻资讯 */
.news {
    background: #f4f4f4 url('../image/news_bg.jpg') no-repeat center top;
    padding: 50px 0;
    overflow: hidden;
}
.newsLeft {
    width: 53%;
    max-width: 630px;
    overflow: hidden;
}
.news .nMore {
    float: right;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #cdcdcd;
    font-family: Arial;
    color: #fff;
    border-radius: 3px;
    font-weight: normal;
    font-size: 12px;
    margin-top: 10px;
    transition: all 0.3s;
}
.news .nMore:hover {
    background: #c52d29;
    transition: all 0.3s;
}
.newsMenu,
.newsRight .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 18px;
    margin-bottom: 20px;
}
.newsMenu .m {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    display: inline-block;
    height: 40px;
}
.newsMenu .m.on {
    color: #c52d29;
    border-bottom: 1px solid #c52d29;
}
.newsMenu em {
    margin: 0 15px;
    color: #adadad;
    font-style: normal;
}
.newsMain,
.newsBox {
    height: 430px;
    overflow: hidden;
}
.newsBox .n1 {
    height: 135px;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px dotted #d0d0d0;
}
.newsBox .n1 p {
    color: #ababab
}
.newsBox .n1 img {
    width: 200px;
    margin-right: 20px;
    height: 135px
}
.newsBox .n1 h4 {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsBox .n1 h4 a {
    transition: all 0.3s;
}
.newsBox .n1 h4 a:hover {
    text-decoration: underline;
    padding-left: 8px;
    transition: all 0.3s;
}
.newsBox .n1 span {
    display: block;
    color: #999;
    margin-bottom: 8px;
}
.newsBox .n2 {
    padding-right: 100px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #d0d0d0;
    font-size: 14px;
    position: relative;
}
.newsBox .n2 a {
    background: url('../image/news_li.png') no-repeat left center;
    padding-left: 10px;
    display: inline-block;
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}
.newsBox .n2 span {
    position: absolute;
    right: 0;
    color: #999;
}
.newsBox .n2 a:hover {
    background: url('../image/news_lih.png') no-repeat 8px center;
    padding-left: 18px;
    transition: all 0.3s;
}
.newsRight {
    width: 45%;
    max-width: 520px;
    overflow: hidden;
}
.newsRight .title span {
    color: #c52d29;
    border-bottom: 1px solid #c52d29;
    display: inline-block;
    font-weight: normal;
}
.litsNews {
    height: 430px;
    overflow: hidden;
}
.litsNews li {
    height: 135px;
    overflow: hidden;
    background: #fff;
    padding-right: 15px;
    color: #999;
    margin-bottom: 10px;
}
.litsNews li .nImg {
    width: 195px;
    height: 135px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.litsNews li img {
    width: 195px;
    height: 135px;
}
.litsNews li h4 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    padding-top: 15px;
    font-weight: normal
}
.litsNews li h4 a {
    color: #333;
}
.litsNews li h4 a:hover {
    color: #c52d29;
}
.litsNews li p {
    max-height: 48px;
    overflow: hidden;
}
.litsNews li .more {
    color: #c52d29;
    margin-top: 8px;
    display: inline-block;
    transition: all 0.3s;
}
.litsNews li .more:hover {
    padding-left: 8px;
    transition: all 0.3s;
}
/*  关于我们 */
.about {
    padding: 160px 0px;
    background: url("../image/about_bg.jpg") no-repeat center top;
    overflow: hidden;
}
.aboutMain {
    height: 360px;
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}
.aboutMain .title {
    font-size: 26px;
    color: #191919;
    padding: 0 80px 35px 80px;
    line-height: 36px;
    border-bottom: 1px solid #e5e5e5;
}
.aboutMain .title strong {
    color: #c52d29;
}
.aboutMain .title span {
    display: block;
    font-size: 20px;
    color: #666;
    font-weight: normal;
}
.aboutMain .title .hMore {
    float: right;
    margin-top: 10px;
}
.aboutFont {
    text-align: center;
    font-size: 14px;
    color: #191919;
    margin-top: 40px;
}
.aboutFont h3 {
    font-size: 36px;
    color: #bdbdbd;
    height: 50px;
    text-transform: uppercase;
    font-weight: normal;
}
.aboutFont .more {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    background: #c52d29;
    color: #fff;
    margin-top: 20px;
}
.aboutFont .more:hover {
    background: #be0009;
    transition: all 0.3s;
}
/* 合作伙伴 */
.partnerList {
    padding: 50px 0;
}
.partnerList li {
    float: left;
    width: 238px;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-left: -1px;
    margin-top: -1px;
}
.partnerList li img {
    width: 238px;
    height: 100px;
    transition: all 0.3s;
}
.partnerList li:hover img {
    transform: scale(.9, .9);
}



.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}


@media screen and (max-width: 768px){
  .com_width{
    width: 100%;
  }
  .qwyx_1_con{
    width: 100%;
    margin-top: 15px;
  }
  .wzjs_1_ul{
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wzjs_1_con .wzjs_1_li1,.wzjs_1_con .wzjs_1_li2{
    width: 100% !important;
    height: auto !important;
    padding-left: 210px !important;
    padding-bottom: 30px;
  }
  .qwyx_1_con ul .wzjs_1_li1 i,
  .qwyx_1_con ul .wzjs_1_li2 i{
    left: 42%;
  }
  .qwyx_1_con ul li{
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
  }
  .qwyx_1_con ul li:nth-of-type(3),
  .qwyx_1_con ul li:nth-of-type(5){
    border-right: none;
  }
  /*.grWidth, .newsList{
    padding-top: 30px;
  }*/
  .wzjs_1_con{
    height: auto;
  }
  .mk-system{
    padding-top: 20px;
    height: 330px;
    background-size: auto 100%;
  }
  .hm-process{
    height: auto;
    padding-bottom: 30px;
  }
  .process-item i{
    width: 100px;
    height: 100px;
  }
  .strengthMain li .font h3{
    font-size: 20px;
  }
  .strengthMain li .font .font_inner{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}


@media screen and (max-width: 640px){
	.mk-system .mystem-img-wrap{
		display: block;
	}
	.mk-system{
		background: none;
	}
  .process-item{
    width: 33%;
  }
  .hm-process h2{
    font-size: 20px;
  }
  .wzjs_1_con .wzjs_1_li1, .wzjs_1_con .wzjs_1_li2{
    padding-left: 100px !important;
  }
  .qwyx_1_con ul .wzjs_1_li1 i, .qwyx_1_con ul .wzjs_1_li2 i{
    left: 68%;
    width: 70px;
    height: 70px;
    top: 15px !important;
  }
  .qwyx_1_con ul .wzjs_1_li1 h2, .qwyx_1_con ul .wzjs_1_li2 h2{
    margin-top: 15px;
  }
  .qwyx_1_con ul li h2{
    font-size: 16px;
    margin-top: 65px;
  }
  .qwyx_1_con ul li h3{
    font-size: 14px;
    margin: 10px 0 5px;
  }
  .qwyx_1_con ul li a p{
    font-size: 12px;
  }
  .wzjs_1_con li{
    height: 415px !important;
  }
  .qwyx_t{
    font-size: 20px;
    height: 50px;
  }
  .qwyx_desc{
    font-size: 14px;
  }
  .qwyx_1_con ul li span{
    width: 80px;
    line-height: 30px;
    height: 30px;
  }
}



@media screen and (max-width: 375px){
  .qwyx_1_con ul .wzjs_1_li1 i, .qwyx_1_con ul .wzjs_1_li2 i{
    left: 77%;
  }
}