/*
css - http://www.laoyuge.com/
LICENSED UNDER THE  MIT LICENSE (MIT)
Copyright (c) 2017 Laoyuge
*/
@charset "UTF-8";
html, body, ul, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    color: #3A3937;
   font-size: 12px;
    font-family: "Microsoft YaHei UI", '微软雅黑';
    overflow-x: hidden;
}

em, i, strong {
    font-style: normal;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #555;
    outline: medium none;
    text-decoration: none;
}

input, button, select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 100%;
    line-height: normal;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: middle;
}

textarea {
    height: auto;
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

img {
    border: 0 none;
    /*height: auto;*/
}

ul {
    list-style-type: none;
    padding-left: 0;
}

i, b {
    font-style: normal;
    font-weight: normal;
}

a:hover {
    color: #0063A1;
}

.noLink {
    cursor: default;
}

article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video {
    display: block;
}

*::-moz-selection {
    background: #00479d none repeat scroll 0 0;
    color: #fff;
}

/*fffff*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearFix:before, .clearFix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.clearFix {
    zoom: 1;
}


/*images*/
.effSize img {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.effSize:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


.effSize2 img {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.effSize2:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

/*position*/

.pos_A_A {
    margin-right: auto;
    margin-left: auto;
}

.pos_R_T {
    margin-right: 0;
    margin-top: 0;
}

.pos_L_T {
    margin-left: 0;
    margin-top: 0;
}

.pos_absolu_m {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -222.5px;
}

.pos_absolu_LT {
    position: absolute;
    left: 0;
    top: 0px;
}

.pos_absolu_RT {
    position: absolute;
    right: 0;
    top: 0px;
}

/*margin*/
.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15PX;
}

.mt20 {
    margin-top: 20px;
}

.m30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 20px;
}

.mt60 {
    margin-top: 60px;
}

.m_b10 {
    margin-bottom: 10px;
}

.m_b15 {
    margin-bottom: 15px;
}

.m_b20 {
    margin-bottom: 20px;
}

.m_b60 {
    margin-bottom: 60px;
}

.m_b40 {
    margin-bottom: 40px;
}

.m_b50 {
    margin-bottom: 50px;
}

.pAll {
    padding: 15px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mr30 {
    margin-right: 30px;
}

.mr25 {
    margin-right: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt25 {
    margin-top: 25px;
}

/*trig*/
.trig_bottom {
    display: block;
    background-color: transparent;
    border-style: solid dashed dashed;
    border-width: 10px;
    height: 0;
    width: 0;
    opacity: 0.8;
    border-color: #F2C218 transparent transparent transparent;
    position: absolute;
}

.trig_left {
    display: block;
    background-color: transparent;
    border-style: solid dashed dashed;
    border-width: 10px;
    height: 0;
    width: 0;
    opacity: 0.8;
    border-color: transparent #F2C218 transparent transparent;
    position: absolute;
}

.trig_right {
    display: block;
    background-color: transparent;
    border-style: solid dashed dashed;
    border-width: 10px;
    height: 0;
    width: 0;
    opacity: 0.8;
    border-color: transparent transparent transparent #F2C218;
    position: absolute;
}

.trig_top {
    display: block;
    background-color: transparent;
    border-style: solid dashed dashed;
    border-width: 10px;
    height: 0;
    width: 0;
    opacity: 0.99;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 20%;
    bottom: 0px;
}

/*��ת*/
.rotAll:hover img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}
.rotAll-ss:hover div {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotX:hover img {
    transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotY:hover img {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotX180:hover img {
    transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotY180:hover img {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    -ms-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -webkit-transition: 0.6s ease-in;
}

.rotY360:hover img {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: 0.6s infinite;
    -moz-transition: 0.6s infinite;
    -ms-transition: 0.6s infinite;
    -o-transition: 0.6s infinite;
    -webkit-transition: 0.6s infinite;
}

.anim-allY img {
    -webkit-animation: rot-picy360 5s linear infinite;
    -o-animation: rot-picy360 5s linear infinite;
    animation: rot-picy360 5s linear infinite;

}

@-webkit-keyframes rot-picy360 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);;
    }
    25% {
        -webkit-transform: rotateY(90deg);
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    75% {
        -webkit-transform: rotateY(270deg);
        -moz-transform: rotateY(270deg);
        -ms-transform: rotateY(270deg);
        -o-transform: rotateY(270deg);
        transform: rotateY(270deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.anim-allX img {
    -webkit-animation: rot-picx360 5s linear infinite;
    -o-animation: rot-picx360 5s linear infinite;
    animation: rot-picx360 5s linear infinite;

}

@-webkit-keyframes rot-picx360 {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);;
    }
    25% {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    50% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
    75% {
        -webkit-transform: rotateX(270deg);
        -moz-transform: rotateX(270deg);
        -ms-transform: rotateX(270deg);
        -o-transform: rotateX(270deg);
        transform: rotateX(270deg);
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
}

.anim-allXY img {
    -webkit-animation: rot-picxy360 5s linear infinite;
    -o-animation: rot-picxy360 5s linear infinite;
    animation: rot-picxy360 5s linear infinite;
}
@-webkit-keyframes rot-picxy360 {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    25%{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50%{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75%{
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100%{
        -webkit-transform: rotate(369deg);
        -moz-transform: rotate(369deg);
        -ms-transform: rotate(369deg);
        -o-transform: rotate(369deg);
        transform: rotate(369deg);
    }
}

/*colume 12 1 ��*/
.c1, .c2, .c3, .c4, .c7, .c8, .c9, .c10, .c11, .c12, .c6 {
    position: relative;
    float: left;
}

.c1 {
    width: 8.3333333333%;
}

.c2 {
    width: 16.6666666%;
}

.c3 {
    width: 25%;
}

.c4 {
    width: 33.3333333%;
}

.c6 {
    width: 50%;
}

.c7 {
    width: 58.33333333%;
}

.c8 {
    width: 66.6666666%;
}

.c9 {
    width: 75%;
}

.c10 {
    width: 83.33333333%;
}

.c11 {
    width: 91.66666666%;
}

.c12 {
    width: 100%;
}

/*.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}*/
.container2 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.all-wrap {
    width: 100%;
    min-width: 1280px;
}
@font-face {
    font-family: yahei1;
    src: url('../font/msyh.ttc');
}

/*固定背景*/
.home-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


/*page one index*/
.header_top {
    overflow: hidden;
    width: 100%;
    height: 35px;
   /* background-color: #f9f9f9;*/
    border-bottom: 1px solid #dfdfdf;
}
.header_top p {
    font-size: 12px;
    color: #303030;
    float: left;
    line-height: 35px;
}
.header_top ul {
    overflow: hidden;
    float: right;
    margin-top: 8px;
}
.header_top ul li {
    font-size: 12px;
    float: left;
    line-height: 18px;
    margin-left: 15px;
}
.header_top .a03 {
    background: url(/addons/cms/view/default/images/w.png) no-repeat 5px center;
}
.header_top ul li a {
    color: #303030;
    display: block;
    padding-left: 18px;
}.header_top .a04 {
    background: url(/addons/cms/view/default/images/z.png) no-repeat left center;
}
.header_top .a05 {
    background: url(/addons/cms/view/default/images/l.png) no-repeat left center;
}



















/*2*/
.header-wrap{
    height:150px;
}
.header-section{
    height:110px;
}


.headernav{ width:100%;height:70px; line-height:70px; background:#23282c;}

.header-nav{
	width:1200px;
	margin:0 auto;
    position: relative;
}



.header-logo{
    width: 70%;
}
.header-wechat{
    width: 30%;
	margin-top: 40px;
}
.logo-mark1{
    margin-right: 5px;
	margin-top: 20px;
}
/*.logo-mark1 img{ height: 65px;}*/
.logo-txt1{
    height: 50px;
    margin-top: 35px;

}
.logo-txt1 div,.logo-txt1 span{
    display: block;
    font-size:20px;
    color:#000000;
    line-height:40px;
    letter-spacing: 1px;
}
.header-er{ padding-top: 5px;}
.header-er img{
    height: 70px;
}
.wechat-txt{
    padding-left: 10px;
}
.wechat-txt div{
    font-size: 28px;
    color:#eb2533;
    line-height: 26px;
	font-weight:bold;
	font-family: 'Times New Roman';
}
/*.header-nav{
    margin-top: 10px;
}*/
.header-nav li{
    float: left;
    width:132px;
    text-align: center;
	background:url(/addons/cms/view/default/images/nav.png) no-repeat right;
}
.header-nav li i.hot{
    position: absolute;
    left:190px;
    top: -5px;
}
.header-nav li a.one{
    display: block;
   /* height:55px;
    line-height: 55px;*/
    font-size: 16px;
    color: #ffffff;
    letter-spacing: .5px;
    text-align: center;
	font-weight:bold;
}
.header-nav li  a.one.active,.header-nav li a.one:hover{
   /* border-bottom: 5px solid #7BC91E;*/
       color: #fff10c;
}

/*sub menu 12-07 start*/
.sub-menu-wrap{
    width:1200px;
    position: absolute;
    /*height: 290px;*/
    background-color: #fff;
    left:0;
    /*top:105px;*/
    z-index: 100;
    display: none;
}
.sub-menu-wrap.active{
    display: block;
}
.sub-menu-main{
    padding:30px;
}
.sub-menu-main1{
    padding:20px;
}
.menu-about-pic{
    width: 365px;
}
.menu-about-pic img{
    width:365px;
    height:230px;
}
.menu-about-desc{
    width:520px;
    padding-left:20px;
    padding-right: 20px;
    border-right:1px solid #595B5F;
    height:230px;
}
.menu-about-nav{
    width:160px;
    padding-left:50px;
}
.menu-about-desc .menu-about-tit{
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    height: 24px;
    padding-bottom:20px;
}
.menu-about-desc .menu-about-tit a{
    color: #040404;
    line-height: 24px;
    bottom:0;
}
.menu-about-desc .menu-about-px{
    font-size: 14px;
    color: #383737;
    line-height: 24px;
    font-family: "微软雅黑";
    text-align: left;
    margin-top: 20px;
}
.menu-about-px span{
    font-weight: bold;
}
.menu-about-px div{
    margin-bottom:10px;
}
.menu-about-px div span{
    margin-right:5px;
    padding:1px 4px;
    background-color: #FFC20C;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.menu-about-nav li{
    background: url("/addons/cms/view/default/images/trig1.png") no-repeat left center;
    padding-left:30px;
    width:100%;
    height:50px;
    line-height: 50px;
    padding-bottom: 5px;
    float: none;
    text-align: left;
}

/*2*/
.sub-web-pic{
    width:510px;
    height:206px;
    border-right:1px solid #C6C8C9;
	padding-left:20px;
    padding-right: 40px;
}
.sub-web-desc{
    width: 475px;;
    margin-left:60px;
}
.sub-web-pic li{
    float: left;
    width:240px;
    margin-right:12px;
    margin-left:0;
    line-height:24px;
}
.sub-web-pic li .px{
    text-align: center;
    font-size: 16px;
    color: #040404;
    line-height: 28px;
}
.sub-web-list li{
    height:28px;
    border-bottom:1px solid #E4E4E4;
    width:200px;
    margin-left:0;
    margin-right:30px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 3px;
    margin-top: 10px;

}
.sub-web-list li a{
    color: #040404;
    font-size: 16px;
}
.sub-web-ico li{
    width:210px;
    margin-left:0;
    margin-right:27px;
}
.sub-web-ico li  .web-ic{
    width: 125px;
    margin-left: auto;
    margin-right: auto;
}
.sub-web-ico li .ico{
    width:51px;
    height:51px;
    float: left;
    background: url("/addons/cms/view/default/images/ico-sub1.png") no-repeat;
    margin-right:4px;
}
.sub-web-ico li .ico.i1{
    background-position: 0 0;
}
.sub-web-ico li .ico.i2{
    background-position: -58px 0;
}
.sub-web-ico li .ico.i3{
    background-position: -122px 0;
}
.sub-web-ico li .ico.i4{
    background-position: -190px 0;
}
.sub-web-ico li .desc{
    float: left;
    font-size: 14px;
    color: #646463;
    text-align: center;
    line-height: 22px;
    width:70px;
    padding-top:5px;
}
/*sub menu 12-07 end*/

.banner-con li img{
    display: block;
    width: 100%;
    margin:0;
    padding:0;
}
.banner-con li{
    margin:0;
    padding:0;
}
.banner-con {
    position: relative;
}
.banner-slide{
    position: absolute;
    width:100%;
    text-align: center;
    bottom:30px;
    left:0;
}
.banner-slide a{
    display: inline-block;
    width: 75px;
    height: 8px;
    background-color: #646669;
    margin-right: 20px;
}
.banner-slide a.active{
    background-color: #FFFFFF;
}

/*5 about-wrap*/
/*.about-wrap{
    height: 510px;
    background: url("/addons/cms/view/default/images/ab-bg1.jpg") no-repeat center;
    -webkit-background-size:cover;
    background-size:cover;

}
.about-main{
    height: 510px;
    position: relative;
}
.about-desc{
    width: 560px;
    position: absolute;
    height:470px;
    right:0;
    top:40px;
}
.ab-tit{
    font-size: 24px;
    color: #fdfbfb;
    line-height: 24px;

}
.ab-tit em{
    letter-spacing: 2px;
}
.ab-tit em i{
    padding-bottom: 10px;
    border-bottom:5px solid #7BC91E;
}
.ab-tit span{
    font-size: 12px;
}
.ab-desx{
    font-size: 14px;
    color: #fdfbfb;
    line-height: 24px;
    letter-spacing: .6px;
}
.ab-desx div{
    margin-bottom: 5px;
}
.ab-more a{
    display: block;
    width: 132px;
    height: 32px;
    border:1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 20px;
}
.ab-contact{
    width: 660px;
    height: 54px;
    position: absolute;
    bottom: 40px;
    left:0;
}
.ab-contact01{
    width: 33.33%;
    height: 54px;
    position: relative;
}
.ab-contact01 i{
    display: block;
    width: 54px;
    height: 54px;
    float: left;
    background: url("/addons/cms/view/default/images/ico-tel.png") no-repeat;
}
.ab-contact01 i.i1{
    background-position: 2px 0;
}
.ab-contact01 i.i2{
    background-position: -66px 0;
}
.ab-contact01 i.i3{
    background-position: -134px 0;
}
.ab-contact01 span{
    position: absolute;
    left:54px;
    top:0;
}
.ab-contact01 span{
    font-size: 14px;
    color: #ffffff;
    padding-top: 5px;
}*/


.pro-tip1{
    background: url("/addons/cms/view/default/images/yh01.png") no-repeat;
    width:320px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top:5px;
}
.pro-tip1 div{
    color: #565454;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.server-project-li .pro-hx{
    font-size: 20px;
    color: #313030;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}
.server-project-li .pro-px{
    height:95px;
    font-size: 14px;
    color: #4c4b4b;
    line-height: 24px;
    overflow: hidden;
}
.server-project-li .pro-more{}
.server-project-li .pro-more a{
    display: block;
    width: 150px;
    height: 32px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #B2B3B2;
    text-align: center;
    line-height: 32px;
    color: #4c4b4b;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}
.server-project-li .pro-more a:hover{
    color: #7BC91E;
}
.server-project-slide{
    width:100%;
    position: absolute;
    bottom:-35px;
    left:0;
    text-align: center;
}
.server-project-slide a{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
}
.server-project-slide a.active{
    background-color: #7BC91E;
}
.hot-news-wrap{
    background: url("/addons/cms/view/default/images/hot-bg1.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    height: 930px;
    padding: 30px 0;
}
.mt30{
    margin-top: 30px;
}
.hot-news-tit{
    height: 34px;
    line-height: 34px;

}
.hot-news-tit span{
    font-size: 20px;
    color: #343333;
}
.hot-news-tit a{
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    background: url("/addons/cms/view/default/images/ico-news1.png") no-repeat -7px -7px;
}
.hot-news-view{
    width: 790px;
}
.hot-news-events{
    width: 350px;
}

/*10 foot-wrap*/
.foot-wrap{
    background-color: #22252A;
    padding:25px 0;
}
.foot-phone{
    border-bottom:1px solid #6E6D6D;
    padding-bottom: 10px;
}
.foot-ico1{
    background: url("/addons/cms/view/default/images/ico-phone2.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 110px;
    height: 90px;
    display: block;
    margin-left: 20px;
}
.foot-phone1{
    height: 70px;
    width: 165px;
    padding-top: 20px;
    margin-left: 10px;
}
.foot-phone1 div{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding-bottom: 10px;
}
.foot-desc1{
    line-height: 90px;
    width: 840px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.foot-desc1 span,.foot-desc1 a{
    color: #ffffff;
    margin-left: 2px;
    margin-right: 2px;
}
.foot-desc1 a:hover{
    color: #7BC91E;
}
.foot-link{
    padding:30px 0;
    border-bottom:1px solid #6E6D6D;
}
.foot-link dl{
    width: 200px;
    float: left;
    text-align: center;
}
.foot-link dt,.foot-er .hx{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding-bottom: 10px;
}
.foot-er .px{
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    padding-bottom: 10px;
}
.foot-er img{
    width: 120px;
}
.foot-link dt a{
    color: #ffffff;
}
.foot-link dd{
    font-size: 15px;
    line-height: 22px;
}
.foot-link dd a{
    color: #066666;
}
.foot-er{
    width: 280px;
    text-align: center;
    float: left;
}
.foot-friend-link .hx{
    padding-top: 10px;
    font-size: 14px;
    color: #767373;
    line-height: 24px;
}
.foot-friend-link .px{}
.foot-friend-link .px a{
    color: #767373;
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
}

/*11 foot-bar-wrap*/
.foot-bar-wrap{
    background-color: #010101;
    padding: 25px 0
}
.foot-bar-main div{
    text-align: center;
    font-size: 12px;
    color: #7b7b7b;
    font-family: 微软雅黑;
}
.foot-bar-main .d2{
    color: #858585;
}



/*page 2 营销型网站*/
.banner-web-wrap1{
    position: relative;
}
.banner-web-wrap1 img{
    display: block;
    width: 100%;
}
.banner-web-main{
    width:1200px;
    position: absolute;
    left:50%;
    top: 90px;
    margin-left:-600px;
}
.banner-web-hx{
    font-size: 25px;
    color: #ffffff;
    line-height: 28px;
    padding:25px 0;
}
.banner-web-px{
    width: 490px;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}
.banner-web-more{
    margin-top: 25px;
}
.banner-web-more a{
    display: block;
    width: 255px;
    height: 42px;
    background-color: #40B72B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.banner-web-more i{
    display: block;
    background: url("/addons/cms/view/default/images/ico-wz1.png") no-repeat;
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 7px;
    top: 2px;
}
.banner-web-more span{
    position: absolute;
    left: 50px;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
}
/*2*/
.how-build-web-wrap{
    background-color: #F2F2F2;
    padding:40px 0;
}
.build-web-tit .tit01{
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.build-web-tit .tit01.color1{
    color: #060606;
}
.build-web-tit .tit01.color1 span{
    color: #e81515;
}

.build-web-tit .tit-en{

}
.build-web-tit .tit-en.w01{
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
}
.build-web-tit .tit-en.color1{
    border-bottom:1px solid #2C3E50;
    color: #6d6b6b;
    text-align: center;
}
.build-web-tit .tit-en.color1  span{
    background-color: #F2F2F2;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.build-web-px{

}
.build-web-px.color1{
    font-size: 16px;
    color: #6d6b6b;
    text-align: center;
    line-height: 24px;
}
/*color 2*/
.build-web-tit .tit01.color2{
    color: #ffffff;
}
.build-web-tit .tit01.color2 span{
    color: #ffffff;
}
.build-web-tit .tit-en.color2{
    color: #fff;
    text-align: center;
}
.build-web-tit .tit-en.w02{
  /*  width: 665px;*/
    width:110px;
    border-left:284px solid #fff;
    border-right:284px solid #fff;
    margin-left: auto;
    margin-right: auto;
    height:1px;
    margin-top: 15px;

}
.build-web-tit .tit-en.w04{
    /*  width: 665px;*/
    width:100px;
    border-left:125px solid #fff;
    border-right:125px solid #fff;
    margin-left: auto;
    margin-right: auto;
    height:1px;
    margin-top: 15px;

}
.build-web-px.color2{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.build-web-tit .tit-en.color2  span{
    display: block;
    position: relative;
    top:-10px;
    font-size: 12px;
}
/*color 2 end*/
.build-web-list li{
    width: 275px;
    height: 225px;
    padding:35px 0;
    background-color: #FFFFFF;
    margin-right:33.333px;
    float: left;
}
.build-web-list li:last-child,.build-web-list li.last{
    margin-right:0;
}
.build-web-list .ico{
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: 90px;
    background: url("/addons/cms/view/default/images/ico-wz2.png") no-repeat;
}
.build-web-list .ico.i1{
    background-position: 0 -2px;
}
.build-web-list .ico.i2{
    background-position: -105px -2px;
}
.build-web-list .ico.i3{
    background-position: -217px -2px;
}
.build-web-list .ico.i4{
    background-position: -338px -2px;
}
.build-web-list .hx{
    text-align: center;
    font-size: 20px;
    color: #050505;
    font-weight: bold;
    line-height: 24px;
    padding-top: 10px;
}
.build-web-list .px{
    font-size: 14px;
    color: #3b3a3a;
    line-height: 24px;
    padding-top: 15px;
    padding-left:20px;
    padding-right: 20px;
}

/*5 adv*/
.build-web-advantage-wrap{
    position: relative;
    padding:40px 0;
    height:628px;
}
.build-web-tit02{
    z-index:10;
    width:1200px;
    position: absolute;
    left:50%;
    top:40px;
    margin-left: -600px;
}
.build-web-advantage-con{
    height: 708px;
    position: absolute;
    width:1200px;
    left:50%;
    margin-left: -600px;
    top:0;
    z-index:0;
}
.web-advantage-list li{
    width:300px;
    float: left;
    height: 708px;
    position: relative;
    overflow: hidden;
}
.web-advantage-list li .con{
    padding: 25px;
    padding-top: 250px;
}
.web-advantage-list .active{

}
.web-advantage-list .bg{
    width:300px;
    height: 708px;
    position: absolute;
    background-color: #F70D0D;
    left:-300px;
    top:0;
    z-index:-1;
    display: none;
}

.web-advantage-list li{}
.web-advantage-list li .ico{
    width: 145px;
    height: 145px;
    background: url("/addons/cms/view/default/images/ico-wz3.png") no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.web-advantage-list li .ico.i1{
    background-position: 0 0;
}
.web-advantage-list li .ico.i2{
    background-position: -168px 0;
}
.web-advantage-list li .ico.i3{
    background-position: -338px 0;
}
.web-advantage-list li .ico.i4{
    background-position: -504px 0;
}
.web-advantage-list li .hx{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    padding-top: 5px;
}
.web-advantage-list li .px{
    padding-top: 10px;
    height: 82px;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
}
.web-advantage-list li .ask{}
.web-advantage-list li .ask a{
    display: block;
    width: 135px;
    height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #fff;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.web-advantage-list li.active{}
.web-advantage-list li.active .ico.i1{
    background-position: -8px -222px;
}
.web-advantage-list li.active .ico.i2{
    background-position: -176px -222px;
}
.web-advantage-list li.active .ico.i3{
    background-position: -346px -222px;
}
.web-advantage-list li.active .ico.i4{
    background-position: -513px -222px;
}
.web-advantage-list li.active .ask a{
    display: block;
}
.web-advantage-list li.active  .bg{

}
/*6 web-standard-wrap*/
.web-standard-wrap{
    padding:40px 0;
    background-color: #F2F2F2;
}
.build-web-tit .tit-en.w03{
    width: 415px;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
}
.web-standard-list{
    padding-top: 40px;
    padding-bottom: 30px;
}
.standard-list{
    width: 600px;
    height: 510px;
    position: relative;
    overflow: hidden;
}
.standard-pic{
    width: 600px;
    height: 510px;
    position: relative;
    overflow: hidden;
}
.standard-list {}
.standard-list li{
    height: 125.5px;
    border-left:1px solid #F2F2F2;
    border-top:1px solid #F2F2F2;
    border-bottom:1px solid #D5D4D4;
    position: relative;
}
.standard-list li.active{
    border-left:1px solid #010101;
    border-top:1px solid #010101;
    border-bottom:1px solid #010101;
}

.standard-pic li{
    position: relative;
    width: 600px;
    height: 510px;
    display: none;
}
.standard-pic li.active{
    display: block;
}
.standard-list li .ico1{
    width: 60px;
    height: 60px;
    background: url("/addons/cms/view/default/images/ico-wz4.png") no-repeat -150px -9px;
    position: absolute;
    left:25px;
    top:32px;
    display: none;
}
.standard-list li.active .ico1{
    display: block;
}
.standard-list li .ico2{
    width: 82px;
    height: 82px;
    background: url("/addons/cms/view/default/images/ico-wz4.png") no-repeat ;
    position: absolute;
    left:150px;
    top:25px;
}
.standard-list li .ico2.i1{
    background-position: 2px -18px;
}
.standard-list li .ico2.i2{
    background-position: 0 -118px;
}
.standard-list li .ico2.i3{
    background-position: 0 -215px;
}
.standard-list li .ico2.i4{
    background-position: 0 -312px;
}
.standard-list li .desc{
    width:280px;
    height: 72px;
    position: absolute;
    left:245px;
    top: 25px;
}
.standard-list li .hx{
    font-size: 20px;
    color: #020202;
    line-height: 24px;
}
.standard-list li .px{
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #020202;
}

.standard-pic li img{
    display: block;
    width: 600px;
    height: 510px;
}
.standard-pic li i{
    display: block;
    width: 128px;
    height: 128px;
    background-color: rgba(0, 0, 0, 0.71);
    color: #fff;
    text-align: center;
    line-height: 128px;
    font-size: 100px;
    font-family: "Microsoft YaHei UI", '微软雅黑';
    position: absolute;
    left:0;
    top:0;
}
/*7 web-process-wrap*/
.web-process-wrap{
    position: relative;
    height: 605px;
    padding:40px 0;
}
.web-process-con{
    padding-top: 40px;
    padding-bottom: 30px;
}
.web-process-list{
    position: relative;
    height: 370px;
}
.web-process-list li{
    width:600px;
    float: left;
    height: 185px;
    position: relative;
}
.web-process-list li.bg1{
    background-color: #f5f5f5;
}
.web-process-list li.bg2{
    background-color: #ffffff;
}
.web-process-list .ico{
    background: url("/addons/cms/view/default/images/ico-wz5.png") no-repeat;
    width:80px;
    height:80px;
    position: absolute;
}
.web-process-list .ico.i1{
    background-position: 0 0;
    left: 25px;
    top:10px;
}
.web-process-list .ico.i2{
    background-position: -98px 0;
    right: 25px;
    top:10px;
}
.web-process-list .ico.i3{
    background-position: -192px 0;
    left: 25px;
    bottom:10px;
}
.web-process-list .ico.i4{
    background-position: -284px 0;
    right: 25px;
    bottom:10px;
}
.web-process-list .desc{
    position: absolute;
    width:340px;
}
.web-process-list .desc.pos1{
    left: 115px;
    top:30px;
}
.web-process-list .desc.pos2{
    right: 115px;
    top:30px;
}
.web-process-list .desc.pos3{
    left: 115px;
    bottom:30px;
}
.web-process-list .desc.pos4{
    right: 115px;
    bottom:30px;
}
.web-process-list .px{
    font-size: 14px;
    color: #040404;
    line-height: 22px;
    padding-top:10px;
    height: 90px;
}
.web-process-list .hx{
    font-size: 18px;
    color: #459ee6;
    line-height: 24px;
}
.web-process-list .circle-main{
    background: url("/addons/cms/view/default/images/ico-wz6.png") no-repeat center center;
    width:274px;
    height: 274px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-137px;
    margin-top:-137px;
}
.web-process-list .circle-main span{
    display: block;
    font-size: 50px;
    height:50px;
    color: #040404;
    line-height: 50px;
    text-align: center;
    margin-top: 90px;
}
.web-process-list .circle-main em{
    display: block;
    font-size: 20px;
    color: #040404;
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
}

/*8 other*/
.web-other-wrap{
    padding:40px 0;
    background-color: #F2F2F2;
}
.web-other-con{
    padding-top: 40px;
    padding-bottom: 30px;
}
.web-other-list{}
.web-other-list li{
    width: 290px;
    float: left;
    margin-right:13px;
}
.web-other-list li.last{
    margin-right:0;
}
.web-other-list .pic{
    width: 290px;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.web-other-list .pic img{
    width: 290px;
    height: 280px;
}
.web-other-list .pic a.more{
    display: block;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #fff;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-85px;
    margin-top:-25px;
}
.web-other-list .hx{
    line-height: 24px;
    padding-top: 10px;
    text-align: center;
}
.web-other-list .hx a{
    color: #31394c;
    font-size: 14px;

}

/*page 3 news 1*/
.banner-new-wrap1{}
.banner-new-wrap1 img{
    display: block;
    width: 100%;
}
.news-view-area{
    font-size: 14px;
    color: #605e5e;
    line-height: 54px;
}
.news-view-area a{
    color: #4285f4;
}

/*2*/
.news-view-con2{
    width:700px;
}
.news-view-side{
    width: 450px;
}
.news-view-slide{
    height: 230px;
    position: relative;
    overflow: hidden;
}
.view-slide-hx{
    position: absolute;
    left:20px;
    top: 15px;
    z-index:10;
}
.view-slide-hx i{
    background: url("/addons/cms/view/default/images/ico-nw3.png") no-repeat;
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left:10px;
    top:9px;
}
.view-slide-hx a{
    display: block;
    width:86px;
    height:30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    text-align: right;
    padding-right:10px;
}
.view-slide{
    width:700px;
    height: 230px;
}
.view-slide li.con{
    width:700px;
    height: 230px;
    position: relative;
}
.view-slide .pic{
    width:700px;
    height: 230px;
}
.view-slide .pic img{
    width:700px;
    height: 230px;
}
.view-slide .hx{
    width:700px;
    height: 48px;
    position: absolute;
    left:0;
    bottom:0;
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    background-color: rgba(67, 133, 245, 0.82);
}
.view-slide .hx a{
    color: #ffffff;
    padding:0 10px;
}
.view-slide span{
    display: block;
    width: 33px;
    height: 33px;
    background: url("/addons/cms/view/default/images/ico-nw1.png") no-repeat;
    position: absolute;
    top:50%;
    margin-top:-26px;
}
span.view-btn1{
    background-position: 0 0;
    left:20px;
}
span.view-btn2{
    background-position: -50px 0;
    right:20px;
}

.view-slide .flex-direction-nav a{
    display: block;
    width: 33px;
    height: 33px;
    background: url("/addons/cms/view/default/images/ico-nw1.png") no-repeat;
    position: absolute;
    top:50%;
    margin-top:-26px;
}
.view-slide .flex-direction-nav .flex-next{
    background-position: -50px 0;
    right:20px;
}
.view-slide .flex-direction-nav .flex-prev{
    background-position: 0 0;
    left:20px;
}

.news-view-recommend{}
.news-view-recommend li{
    width:226px;
    height: 155px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 11px;
}
.news-view-recommend li.last{
    margin-right:0;
}
.news-view-recommend img{
    width:226px;
    height: 155px;
}
.news-view-recommend .hx{
    width:243px;
    height: 44px;
    background-color: rgba(67, 133, 245, 0.7);
    position: absolute;
    left:0;
    bottom:0;
}
.news-view-recommend .hx a{
    padding-left:20px;
    padding-right: 20px;
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    display: block;
}
.news-view-tit{
    border-bottom:1px solid #AFC8F2;
    color: #050505;
    font-size: 25px;
    line-height: 48px;
}
.news-view-tit span{
    color: #a19999;
}
.news-view-list2 li{
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-view-list2 .pic{
    width:300px;
    margin-right: 20px;
    height: 200px;
    overflow: hidden;
}
.news-view-list2 .pic img{
    width:300px;
    height: 200px;
}
.news-view-list2 .desc{
    width: 380px;
}
.news-view-list2 .hx{
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
.news-view-list2 .hx a{
    color: #393939;
}
.news-view-list2 .hx a:hover{
    color: #568ff1;
}
.news-view-list2 .pub-info{
    border-bottom:1px solid #C8D8F2;
    margin-top: 2px;
    line-height: 28px;
}
.news-view-list2 .author{
    color: #3d76d9;
    font-size: 14px;
}
.news-view-list2 .time1{
    color: #909193;
    font-size: 14px;
    float: right;
}
.news-view-list2 .px{
    margin-top: 10px;
    font-size: 14px;
    color: #5f6062;
    line-height: 22px;
}
.news-view-page{
    text-align: center;
}
.news-view-page span,.news-view-page a{
    display: inline-block;
    padding:4px 14px;
    background-color: #6895E4;
    color: #fff;
    margin-top: 10px;
    margin-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
}
.news-view-page a.on{
    background-color: #fff;
    border:1px solid #6895E4;
    color: #6895E4;
}
.view-side-tit{
    font-size: 20px;
    color: #090909;
    line-height: 24px;
    padding-top: 2px;
}
.view-side-tit span{
    color: #a9abae;
}
.view-side-tab{
    width: 450px;
    height: 350px;
    overflow: hidden;
}
.view-tab-list{
    width:310px;
    height: 350px;
    float: left;
    position: relative;
}
.view-tab-nav{
    width: 124px;
    height: 320px;
    padding:20px 0;
    float: left;
    background-color: #7BC91E;
}
.view-tab{
    display: none;
}
.view-tab.active{
    display: block;
}
.view-tab img{
    width:310px;
    height: 350px;
}
.bg-fileter-new{
    background-color: rgba(55,61,65, 0.74);
    width:310px;
    height: 350px;
    position: absolute;
    left:0;
    top:0;
}

.view-tab-front{
    width:310px;
    height: 350px;
    position: absolute;
    left:0;
    top:0;
}
.view-tab-front .hx{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 90px;
    margin-top: 20px;
}
.view-tab-front .hx a{
    color: #ffffff;
}
.view-tab-front .list1{
    width: 240px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
}
.view-tab-front li{
    margin-bottom: 20px;
}
.view-tab-front li i{
    background: url("/addons/cms/view/default/images/ico-nw2.png");
    display: block;
    width: 22px;
    height: 22px;
    float: left;
}
.view-tab-front li a{
    display: block;
    width: 200px;
    float: left;
    height: 20px;
    line-height: 20px;
    color: #ECECEC;
    font-size: 14px;
    padding-left: 10px;
}
.view-tab-nav li{
    width:136px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.view-tab-nav li a{
    color: #ffffff;
}
.view-tab-nav li.active{
    height: 74px;
    line-height: 64px;
    background: url("/addons/cms/view/default/images/li-bg.png") no-repeat;
}
.view-side-baike{
    border-bottom:1px solid #A3BFEE;
    padding-bottom: 10px;
}
.view-side-baike.bb1{
    border-bottom:0;
    border:1px solid #D8E0F9;
    padding:10px;
}
.view-side-baike li{
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
.view-side-baike li i{
    width: 28px;
    height: 28px;
    background: url("/addons/cms/view/default/images/ico-news1.png") no-repeat -7px -63px;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
}
.view-side-baike li i.i1{
    background: url("/addons/cms/view/default/images/ico-news2.png") no-repeat -7.5px -64px;
}
.view-side-baike li  span{
    float: left;
    text-align: center;
    font-size: 14px;
    color: #3d76d9;
}
.view-side-baike li  a{
    color: #676768;
    float: left;
    width: 320px;
}
.view-side-baike.bb1 li a{
    margin-left: 10px;
}
.view-side-baike li  a:hover{
    color: #568ff1;
}
.view-side-recommend{
}
.view-side-recommend li{
    width:190px;
    float: left;
    margin-right: 20px;
}
.view-side-recommend .pic{
    width:190px;
    height:115px;
}
.view-side-recommend .pic img{
    width:190px;
    height:115px;
}
.view-side-recommend .hx{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.view-side-recommend .hx a{
    font-size: 14px;
    color: #568ff1;
}

/*2016 11-23*/
/*page 4 speed web*/
.speed-video-wrap{
    padding:40px 0;
    background-color: #f2f2f2;
}
.speed-web-tit{}
.speed-web-tit .hx{
    height: 68px;
    font-size: 30px;
    color: #030303;
    font-weight: bold;
    letter-spacing:2px;
    text-align: center;
    line-height: 48px;
}
.speed-web-tit .hx.bg1{
    background: url("/addons/cms/view/default/images/line-bg01.png") no-repeat center bottom;
}
.speed-web-tit .px{
    color: #5b5b5a;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    font-family: "Microsoft YaHei", 微软雅黑;
    padding-top: 6px;
}
.speed-web-tit .hx.bg2{
    background: url("/addons/cms/view/default/images/line-bg02.png") no-repeat center bottom;
    color: #ffffff;
}
.speed-web-tit .px.bg2{
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding-top: 6px;
}
.speed-video-con{
    padding-top: 40px;
    padding-bottom: 30px;
}
.speed-video-list{}
.speed-video-list li{
    width:360px;
    height: 400px;
    float: left;
    position: relative;
    margin-right: 60px;
    overflow: hidden;
}
.speed-video-list li.last{
    margin-right:0;
}
.speed-video-list li img{
    width:360px;
    height: 400px;
}
.speed-video-list li  .desc{
    width:360px;
    height: 400px;
    display: block;
    position: absolute;
    left:0;
    top:0;
}
.speed-video-list .ico {
    margin-top: 98px;
}
.speed-video-list .ico .play-more{
    display: block;
    width: 107px;
    height: 107px;
    background: url("/addons/cms/view/default/images/play-btn1.png") no-repeat center;
    margin-left: auto;
    margin-right: auto;
}
.speed-video-list .hx{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
}
.speed-video-list .px{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding:0 25px;
}
.speed-advantage-wrap{
    background-color: #ffffff;
    padding:40px 0;
}
.speed-advantage-con{
    padding-top: 40px;
    padding-bottom: 20px;
}
.speed-advantage-list li{
    width: 335px;
    height: 445px;
    float: left;
    margin-right: 97.5px;
}
.speed-advantage-list li.last{
    margin-right:0;
}
.speed-advantage-list li .tit{
    height: 60px;
    color: #fbfbfc;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    font-weight: bold;
    letter-spacing: 1px;
}
.speed-advantage-list li .price{
    height: 75px;
    font-size: 30px;
    color: #ffffff;
    line-height: 75px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}
.speed-advantage-list li .fines{
    height: 170px;
    background-color: #f9f9f9;
}
.speed-advantage-list li .now-pay{
    height: 140px;
    background-color: #f0f0f0;
}
.speed-advantage-list li .tit.bg1{
    background-color: #824217;
}
.speed-advantage-list li .price.bg1{
    background-color: #964c1a;
}
.speed-advantage-list li .tit.bg2{
    background-color: #a3480a;
}
.speed-advantage-list li .price.bg2{
    background-color: #c9590d;
}
.speed-advantage-list li .tit.bg3{
    background-color: #4c7409;
}
.speed-advantage-list li .price.bg3{
    background-color: #639609;
}
.speed-advantage-list li .fines ul{
    padding-top: 35px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.speed-advantage-list li .fines li{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    margin-bottom: 4px;
}
.speed-advantage-list li .fines li i{
    background: url("/addons/cms/view/default/images/ico-speed2.png") no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left:10px;
    top:3px;
}
.speed-advantage-list li .fines li span{
    height: 26px;
    line-height: 26px;
    position: absolute;
    left:40px;
    top:3px;
    color: #8e8d8d;
    font-size: 14px;
}
.speed-advantage-list .now-pay{}
.speed-advantage-list .now-pay .px{
    font-size: 14px;
    color: #333232;
    padding:20px 0;
    line-height: 22px;
    text-align: center;

}
.speed-advantage-list .now-pay a{
    display: block;
    width: 162px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.speed-advantage-list .now-pay a.bg1{
    background-color: #964c1a;
}
.speed-advantage-list .now-pay a.bg2{
    background-color: #c9590d;
}
.speed-advantage-list .now-pay a.bg3{
    background-color: #639609;
}

.speed-function-wrap{
    background-color: #f2f2f2;
    padding:40px 0;
}
.peed-function-con{
    padding-top: 40px;
    padding-bottom: 20px;
}
.peed-function-list li{
    height: 168px;
    width: 299px;
    position: relative;
    float: left;
    border-bottom:1px solid #B4B4B4;
    border-right:1px solid #B4B4B4;
}
.peed-function-list li.last{
    border-right:0;
}
.speed-web-tit .px.fs1{
    font-size: 16px;
    color: #030303;
}
.peed-function-list li.he1{
    height: 80px;
}
.peed-function-list .ico{
    display: block;
    width: 105px;
    height: 105px;
    background: url("/addons/cms/view/default/images/ico-speed1.png") no-repeat;
    position: absolute;
    left:50%;
    margin-left:-52px;
    bottom:32px;
}
.peed-function-list .ico.i1{
    background-position: -4px 0;
}
.peed-function-list .ico.i2{
    background-position: -160px 0;
}
.peed-function-list .ico.i3{
    background-position: -325px 0;
}
.peed-function-list .ico.i4{
    background-position: -465px 0;
}
.peed-function-list .ico.i5{
    background-position: -4px -125px;
}
.peed-function-list .ico.i6{
    background-position: -160px -130px;
}
.peed-function-list .ico.i7{
    background-position: -325px -142px;
}
.peed-function-list .ico.i8{
    background-position: -465px -142px;
}
.peed-function-list .ico.i9{
    background-position: -4px -232px;
}
.peed-function-list .ico.i10{
    background-position: -160px -235px;
}
.peed-function-list .ico.i11{
    background-position: -325px -235px;
}
.peed-function-list .ico.i12{
    background-position: -465px -242px;
}

.peed-function-list .hx{
    color: #030303;
    font-size: 14px;
    text-align: center;
    width: 299px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    left:0;
    bottom: 6px;
}
.speed-reason-wrap{
    height: 535px;
    position: relative;
    padding:40px 0;
}
.speed-reason-con{
    padding-top: 40px;
    padding-bottom: 20px;
}
.speed-reason-mark{
    width: 410px;
    text-align: left;
}
.speed-reason-list{
    width: 735px;
}
.reason-list li{
    background: url("/addons/cms/view/default/images/ico-speed3.png") no-repeat center;
    width: 130px;
    height: 130px;
    text-align: center;
    color: #ffffff;
    line-height: 130px;
    float: left;
    font-size: 30px;
    margin-right: 70px;
}
.reason-list li.last{
    margin-right:0;
}
/*2017-6-9*/
.reason-desc .hx{
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    font-weight: bold;
    padding-left: 5px;
}
.reason-desc .px{
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    width: 635px;
    padding-left: 5px;
}
.speed-templet-menu{
    text-align: center;
}
.speed-templet-menu a{
    display: inline-block;
    border:1px solid #F1F1F1;
    padding:4px 10px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 14px;
}

/*2017-6-9 end*/

.speed-templet-main li{
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}
.speed-templet-main li img{
    display: block;
    width: 100%;
}
.speed-templet-main li .filter-bg1{
    display: block;
    position: absolute;
    width:100%;
    height: 100%;
    background: url("/addons/cms/view/default/images/filer-bg1.png") no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    left: 0;
    top:0;
    z-index:20;
}
.speed-templet-main li .case-desc{
    display: block;
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top:40%;
    text-align: center;
    z-index:20;
}
.speed-templet-main li .case-desc a{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.speed-templet-main li .filter-bg1 a{
    display: block;
    width:100%;
    height: 100%;
    background: url("/addons/cms/view/default/images/tem_16.png") no-repeat center 62%;
}

/*page 5 news content1*/
.banner-new-wrap2{
    position: relative;
}
.banner-new-wrap2 img{
    display: block;
    width:100%;
}
.banner-new-main1{
    position: absolute;
    width:1200px;
    left:50%;
    margin-left:-600px;
    top:50%;
    margin-top:-45px;
}
.news-con-hx{
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.news-con-px{
    text-align: center;
    height: 1px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
    border-left-width: 160px;
    border-right-width: 160px;
    position: relative;
}
.news-con-px h2,.news-con-px h3,.news-con-px h1{
    font-size: 20px;
    line-height: 24px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-weight: normal;
    position: absolute;
    left:0;
    top:-10px;
}
.view-area-wrap2{
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    background-color: #f2f2f2;
}
.news-view-area2,.news-view-area2 a{
    font-size: 14px;
    color: #040404;
    letter-spacing: 1px;
}
.view-side-tit2{
    font-size: 20px;
    color: #090909;
    padding-top: 2px;
    height:42px;
    line-height: 42px;
    background-color: #F2F2F2;
    padding-left:10px;
}
.view-side-tit2 span{
    color: #6a6969;
}
.txt-ar{
    text-align: right;
}
.news-content-tit{
    font-size: 20px;
    color: #040404;
    text-align: center;
}
.news-content-tit h3{
    font-size: 20px;
    color: #040404;
}
.news-content-info{
    border-bottom:1px solid #ADBEF1;
    padding-bottom: 5px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}
.news-content-info .yuan{
    position: absolute;
    left:20px;
}
.news-content-info .yuan em{
    color: #099999;
}
.news-content-info .yuan i{
    color: #5f678b;
}
.news-content-info .time{
    color: #999999;
    position: absolute;
    left:300px;
}
.news-content-info .num{
    color: #999999;
    position: absolute;
    right:20px;
}
.news-content-con{
    padding:20px 0;
    font-size: 14px;
    color: #454444;
    line-height: 28px;
}
.news-content-con img{
    max-width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.news-content-con p{
    margin-top: 5px;
    font-size: 14px;
    color: #454444;
    line-height: 28px;
}
.news-content-link{
	font-size: 16px;
	color: #836FFF;
	text-align: center;
}
.news-content-link span{
	font-weight:bold;
}
.news-content-bottom{
    border:1px solid #ADBEF1;
    margin:15px;
    padding:10px;
}
.news-content-bottom .newc-er{
    text-align: center;
    width: 115px;
    border-right:1px dashed #ADBEF1;
}
.news-content-bottom .newc-er img{
    width:90px;
    height: 90px;
}
.news-content-bottom .newc-desc{
    width: 500px;
    margin-left: 20px;
    margin-top: 15px;
}
.news-content-bottom .newc-desc .hx{
    color: #656567;
    font-size: 18px;
    line-height: 28px;
}
.news-content-bottom .newc-desc .px{
    color: #656567;
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px;
}
.news-content-page{
    margin:0 15px;
}
.news-content-page a,.news-content-page{
    color: #383839;
    font-size: 14px;
    line-height: 24px;
}
.news-content-page a:hover{
    color: #7BC91E;
}
.view-side-baike.bb1 li a:hover{
    color: #7BC91E;
}

/*page 6 case list*/
.case-con-wrap{
    padding-top: 40px;
}
.case-con-tab{
    width: 630px;
    margin-left: auto;
    margin-right: auto;
}
.case-con-tab a{
    display: block;
    width: 140px;
    height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #64a0eb;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: left;
    margin-left: 35px;
    margin-right: 35px;
}
.case-con-list .server-project-li li:nth-child(1),.case-con-list  .server-project-li li.l1{
    border-right:0;
}
.case-con-list .server-project-li li{
    background-color: #f2f2f2;
    width: 570px;
    height:412px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.case-con-list .server-project-li li:nth-child(1n), .case-con-list .server-project-li li.l1{
    padding-right:0;
}
.case-con-list .server-project-li li:nth-child(2n), .case-con-list .server-project-li li.l2{
    padding-left: 0;
}
.case-con-list .pro-px{
    font-size: 14px;
    color: #4c4b4b;
	overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing:1px;
}
.case-con-list .pro-more a{
    color: #0f0f0f;
    background-color: #7bc91e;
}
.case-con-list .pro-more a:hover{
    color: #fff;
    background-color: #7bc91e;
}
.case-con-page{
    text-align: center;
}
.case-con-page span,.case-con-page a{
    display: inline-block;
    padding:4px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #64a0eb;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}
.toutiao-wrap{
    background-color: #f2f2f2;
    padding:40px 0;
}
.case-tit01{}
.case-tit01 .hx{
    line-height: 30px;
    padding-bottom: 15px;
    background: url("/addons/cms/view/default/images/line-bg3.png") no-repeat center bottom;
}
.case-tit01 .hx h3{
    font-size: 25px;
    color: #020202;
    font-weight: bold;
    text-align: center;
}
.case-tit01 .px{
    text-align: center;
    font-size: 14px;
    color: #020202;
    line-height: 24px;
    padding-top: 5px;
}
.toutiao-list li{
    width: 350px;
    float: left;
    margin-left: 25px;
    margin-right: 25px;
}
.toutiao-list .pic{
    width: 350px;
    height: 225px;
    overflow: hidden;
}
.toutiao-list .pic img{
    width: 350px;
    height: 225px;
}
.toutiao-list .dt1{
    font-size: 13px;
    color: #6c6969;
    line-height: 24px;
}
.toutiao-list .hx{
    font-size: 18px;
    padding-top: 5px;
    line-height: 30px;
}
.toutiao-list .hx a{
    color: #070707;
}
.toutiao-list .hx a:hover{
    color: #64a0eb;
}
.toutiao-list .px1{
    font-size: 14px;
    color: #6c6969;
    height: 110px;
    line-height: 24px;
}
.case-con-section .server-project-li{
    margin-top:0;
}

/*page 7 case content*/
.bann-case-wrap{
    position: relative;
}
.bann-case-wrap img{
    display: block;
    width:100%;
}
.bann-case-main{
    display: block;
    width: 1200px;
    position: absolute;
    left:50%;
    margin-left: -600px;
    top: 70px;
}
.bann-case-desc{
    padding-left: 40px;
    padding-right: 40px;
}
.bann-case-desc .hx{
    color: #fcfbfd;
    font-size: 22px;
    line-height: 24px;
}
.bann-case-desc .px{
    font-size: 15px;
    color: #fcfbfd;
    line-height: 24px;
    padding-right: 60px;
}
.bann-case-wechat .px{
    font-size: 15px;
    color: #fcfbfd;
    line-height: 24px;
    padding-right: 500px;
	padding-left: 40px;
}
/*4*/
.clients-say-wrap{
    background-color: #f2f2f2;
    padding: 40px 0;
}
.clients-say-desc{
    width: 585px;
}
.clients-say-leader{
    width: 615px;
}
.clients-say-leader .pic{
    text-align: center;
}
.clients-say-leader .pic img{
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.clients-say-leader .px{
    text-align: center;
    font-size: 16px;
    color: #4c4b4b;
    line-height: 30px;
}
.clients-say-txt{
    padding-left: 40px;
}
.say-mark1{
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    color: #464547;
    width: 510px;
}
.clients-logo{
    width: 380px;
    text-align: center;
}
.clients-industry{
    height: 42px;
    position: relative;
}
.clients-industry i{
    display: block;
    background: url("/addons/cms/view/default/images/ico-case1.png") no-repeat;
    position: absolute;
    left:0;
    top: 2px;
    width: 36px;
    height: 36px;
}
.clients-industry span{
    display: block;
    position: absolute;
    left: 45px;
    top:0;
    line-height: 42px;
    color: #4c4b4b;
    font-size: 18px;
}
/*5*/
.case-clients-wrap{
    padding: 40px 0;
    background-color: #fff;
}
.clients-tit{
    font-size: 22px;
    color: #464547;
    font-weight: bold;
    line-height: 24px;
    padding:0 40px;
}
.clients-people-con{
    padding:0 40px;
}
.clients-peo-pic{
    width: 410px;
}
.clients-peo-pic img{
    width: 410px;
}
.clients-peo-desc{
    width: 620px;
}
.clients-peo-desc div{
    padding-top: 15px;
    line-height: 26px;
}
.clients-peo-desc p{
font-size: 14px;
    color: #050505;
    line-height: 26px;
    padding-bottom: 20px;
}
.mr55{
    margin-right: 55px;
}
.clients-effect-wrap{
    padding:40px 0;
    background-color: #f2f2f2;
}
.clients-effect-con{
    padding:0 40px;
}
.clients-effect-desc{
    width: 695px;
}
.clients-effect-slide{
    width: 425px;
}
.clients-effect-px{
    font-size: 14px;
    color: #050505;
    line-height: 26px;
    width: 610px;
}
.clients-effect-hx{
    font-size: 14px;
    color: #050505;
    font-weight: bold;
}
.clients-ad-medias li{
    width: 142px;
    height: 62px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}
.clients-ad-medias li img{
    width: 142px;
    height: 62px;
}
.effect-slide{
    overflow: hidden;
    width: 305px;
    height: 345px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}
.effect-slide a.effect-prev,.effect-slide a.effect-next{
    display: block;
    width: 28px;
    height: 46px;
    background: url("/addons/cms/view/default/images/ico-case2.png") no-repeat;
    position: absolute;
    top:50%;
    margin-top:-23px;
}
.effect-slide a.effect-prev{
    background-position: 0 0;
    left:0;
}
.effect-slide a.effect-next{
    background-position: -53px 0;
    right:0;
}

.effect-slide .flex-direction-nav a{
    display: block;
    width: 28px;
    height: 46px;
    background: url("/addons/cms/view/default/images/ico-case2.png") no-repeat;
    position: absolute;
    top:50%;
    margin-top:-23px;
}
.effect-slide .flex-direction-nav .flex-next{
    background-position: -53px 0;
    right:0;
}
.effect-slide .flex-direction-nav .flex-prev{
    background-position: 0 0;
    left:0;
}

.txt-center{
    text-align: center;
}
.effect-slide li{
    width: 305px;
    height: 345px;
}
.effect-slide li img{
    width: 305px;
    height: 345px;
}
/*7 part-seo-wrap*/
.part-seo-wrap{
    padding:40px 0;
}
.part-seo-result{
    padding:0 30px;
}
.part-seo-slide {
    position: relative;
    height: 262px;
}
a.seo-prev,.seo-next{
background: url("/addons/cms/view/default/images/ico-case3.png") no-repeat;
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
}
a.seo-prev{
    background-position: 0 0;
    left:0;
}
a.seo-next{
    background-position: -63px 0;
    right:0;
}
.seo-slide-con{
    width: 1080px;
    height: 262px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.seo-slide-con li{
    height: 262px;
    width: 270px;
    float: left;
    text-align: center;
}
.seo-slide-con li img{
    height: 262px;
    width: 228px;
}
/*page 8 seo*/
.seo-tit-con{}
.seo-tit-con .hx{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    padding-bottom: 20px;
}
.seo-tit-con .px{
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}
.seo-tit-con.bg1 .hx{
    color: #101010;
    background: url("/addons/cms/view/default/images/seo-line1.png") no-repeat center bottom;
}
.seo-tit-con.bg1 .px{
    color: #3f3e3e;
}
.seo-tit-con.bg2 .hx{
    color: #ffffff;
    background: url("/addons/cms/view/default/images/seo-line2.png") no-repeat center bottom;
}
.seo-tit-con.bg2 .px{
    color: #ffffff;
}
.seo-tit-con.bg3 .hx{
    color: #ffffff;
}
/*4*/
.seo-problem-wrap{
    padding:40px 0;
}
.seo-problem-list{}
.seo-problem-list li{
    width: 300px;
    float: left;
}
.seo-problem-list li .pic{
    height: 160px;
    position: relative;
}
.seo-problem-list li .ico{
    display: block;
    width:53px;
    height: 27px;
    background: url("/addons/cms/view/default/images/ico-trig1.png") no-repeat;
    position: absolute;
    bottom:-27px;
    left:50%;
    margin-left:-26.5px;
}
.seo-problem-list li  .filer01{
    height: 160px;
    width: 300px;
    position: absolute;
    left:0;
    top:0;
    z-index:1;
    opacity: 0.67;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=67);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=67);
}
.seo-problem-list li  .tit1{
    z-index:2;
    height: 160px;
    width: 300px;
    position: absolute;
    left:0;
    top:0;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    padding-top: 60px;

}
.seo-problem-list li .pic.bg1 .ico{
    background-position: 0 -3px;
}
.seo-problem-list li .pic.bg2 .ico{
    background-position: 0 -75px;
}
.seo-problem-list li .pic.bg1 .filer01{
    background-color: #00b5fc;
}
.seo-problem-list li .pic.bg2 .filer01{
    background-color: #34bc96;
}
.seo-problem-list .desc{
    height: 93px;
    border-left: 1px solid #AAA9A9;
    border-bottom:1px solid #AAA9A9;
    padding-top: 35px;
}
.seo-problem-list .desc.br1{
    border-right: 1px solid #AAA9A9;
}
.seo-problem-list .hx{
    font-size: 18px;
    color: #2b2c2c;
    text-align: center;
    line-height: 28px;
}
.seo-problem-list .more{
    text-align: center;
}
.seo-problem-list .more a{
    font-size: 14px;
    color: #613183;
}
.seo-standard-con{
    padding-top: 40px;
    padding-bottom: 80px;
}
.seo-standard-list{
    width: 1028px;
    height: 414px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.seo-standard-side{
    width:400px;
    height:90px;
    padding:10px 15px;
    border:1px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
}
.seo-standard-side.pos01{
    left:0;
    top:0;
}
.seo-standard-side.pos02{
    right:0;
    top:0;
}
.seo-standard-side.pos03{
    left:0;
    bottom:0;
}
.seo-standard-side.pos04{
    right:0;
    bottom:0;
}
.seo-standard-side.pos01 .px{}
.seo-standard-side.pos02 .px{}
.seo-standard-side.pos03 .px{}
.seo-standard-side.pos04 .px{}
.seo-standard-side .hx{
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    padding-bottom: 10px;
}
.seo-standard-side .px{
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}
.seo-standard-circle{
    background: url("/addons/cms/view/default/images/seo-circle1.png") no-repeat;
    width:400px;
    height: 400px;
    position: absolute;
    left:50%;
    top: 50%;
    margin-left:-200px;
    margin-top: -200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.standard-circle-rel{
    width:400px;
    height: 400px;
    position: relative;
}
.standard-circle-rel div{
    font-size: 70px;
    color: #ffffff;
    font-family: Axure Handwriting;
    font-style: italic;
    position: absolute;
}
.standard-circle-rel .num1{
    left:72px;
    top:75px;
}
.standard-circle-rel .num2{
    right:72px;
    top:75px;
}
.standard-circle-rel .num3{
    left:62px;
    bottom:75px;
}
.standard-circle-rel .num4{
    right:62px;
    bottom:75px;
}


.seo-scheme-more a{
    display: block;
    width: 274px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #017baa;
}

/*5*/
.seo-standard-wrap{
    padding:40px 0;
    FILTER: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b8c4cb,endColorStr=#0179b8)"; /*IE 6 7 8*/
    background: -ms-linear-gradient(top, #b8c4cb,  #0179b8);        /* IE 10 */
    background:-moz-linear-gradient(top,#b8c4cb,#0179b8);/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#034278), to(#0179b8));/*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#034278), to(#0179b8));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #034278, #0179b8);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #034278, #0179b8);  /*Opera 11.10+*/
}


/*8*/
.seo-case-wrap{
    padding:40px 0;
}
.seo-case-con .server-project-li  {
    margin-top:0;
}
.seo-case-con .server-project-li .pro-desc1{
    overflow: hidden;
}
.seo-case-con .server-project-li .pro-peo{
    float: left;
    width: 200px;
    height:180px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.seo-case-con  .server-project-li .pro-peo img{
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 15px;
    margin-top: 15px;
}
.seo-case-con  .server-project-li .pro-mark{
    width: 360px;
    float: left;
}

.seo-case-con .server-project-li .pro-logo1{
    font-size: 25px;
    color: #565454;
    text-align: center;
    line-height: 40px;

}
.seo-case-con .server-project-li .pro-px{
    padding:0 25px;
}
.seo-case-con .server-project-li li{
    background-color: #f2f2f2;
    width:590px;
    height: 395px;
}
.seo-case-con .server-project-li li:nth-child(1), .seo-case-con .server-project-li li.l1 {
    margin-right: 20px;
    border-right: 0px;
    padding-right:0;
}
.seo-case-con .server-project-li li:nth-child(2), .seo-case-con .server-project-li li.l2 {
    margin-left: 0px;
    padding-left:0;
}

/*6 seo-server-wrap*/
.seo-server-wrap{
    padding:40px 0;
}
.seo-result-wrap{
    position: relative;
    height: 520px;
    padding:40px 0;
}
.bg1-fix08{
    background-image: url("/addons/cms/view/default/images/seo-bg1.jpg");
}
.seo-result-bg1{
    background: url("/addons/cms/view/default/images/seo-bg01.png") no-repeat;
    width: 901px;
    height: 179px;
    margin-left: auto;
    margin-right: auto;
}
.seo-result-list{
    width: 1100px;
    height: 180px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.seo-result-side{
    width: 205px;
    height: 180px;
    position: absolute;
    top:0;
}
.seo-result-side.pos1{
    left:0;
}
.seo-result-side.pos2{
    left:295px;
}
.seo-result-side.pos3{
    left:595px;
}
.seo-result-side.pos4{
    left:890px;
}
.seo-result-side .hx{

    width:130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    line-height: 130px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}
.seo-result-side .hx .circle-ss{
    width:130px;
    height: 130px;
    position: absolute;
    left:0;
    top:0;
}
.seo-result-side .hx .circle-ss div{
    width:130px;
    height: 130px;
    background: url("/addons/cms/view/default/images/seo-circle3.png") no-repeat;
}
.seo-result-side .px{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    padding-top: 20px;
}
.seo-result-side .px a{
    color: #ffffff;
}
.seo-server-con{

}
.seo-server-side1{
    width: 570px;

}
.seo-server-side2{
    width: 600px;
}
.seo-serve-hx{
    font-size: 20px;
    color: #070707;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 10px;
}
.seo-serve-px{
    font-size: 14px;
    color: #5c5b5b;
    line-height: 24px;
    height: 85px;
}
.seo-server-circle{
    background: url("/addons/cms/view/default/images/seo-circle2.png") no-repeat;
    width:464px;
    height: 464px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.seo-server-tit{
    width:464px;
    height: 75px;
    position: absolute;
    left:0;
    top:200px;
    text-align: center;
}
.seo-server-tit div,.seo-server-tit h3{
    text-align: center;
    font-weight: normal;
    font-size: 25px;
    color: #080808;
    line-height: 32px;
}
.server-circle{
    width: 110px;
    height: 110px;
    position: absolute;
    color: #fdfdfd;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 110px;
    font-size: 18px;
}
.server-circle.pos1{
    left: 164px;
    top: 8px;
}
.server-circle.pos2{
    left: 306px;
    top: 64px;
}
.server-circle.pos3{
    left: 344px;
    top: 204px;
}
.server-circle.pos4{
    left: 256px;
    top: 330px;
}
.server-circle.pos5{
    left: 108px;
    top: 343px;
}
.server-circle.pos6{
    left: 8px;
    top: 232px;
}
.server-circle.pos7{
    left: 18px;
    top: 78px;
}
.seo-serverlist{
    width: 588px;
    float: right;
    padding-top: 110px;
}
.seo-serverlist li{
    width: 588px;
    height: 68px;
    position: relative;
    overflow: hidden;
}
.seo-serverlist li .num{
    height: 68px;
    width:68px;
    position: absolute;
    left:-68px;
    top:0;
    text-align: center;
    line-height: 68px;
    font-size: 18px;
    color: #ffffff;
    background-color: #fec700;
}
.seo-serverlist li .desc{
    left: 68px;
    height:66px;
    top:0;
    position: absolute;
    width:519px;
    border-top:1px solid #fff;
    border-bottom:1px solid #626262;
    border-right:1px solid #fff;
}
.seo-serverlist li .tit{
    width:166px;
    line-height: 66px;
    font-weight: bold;font-size: 20px;
    color: #0075b5;
    text-align: center;
    float: left;
}
.seo-serverlist li .con{
    width:340px;
    height: 66px;
    float: left;
    line-height: 66px;
    font-size: 14px;
    color: #545555;
}
.seo-serverlist li.active .desc{
    border-top:1px solid #0075B5;
    border-bottom:1px solid #0075B5;
    border-right:1px solid #0075B5;
}
.seo-serverlist li.active .num{
    height: 68px;
    width:68px;
    position: absolute;
    left:0px;
    top:0;
}
/*page 9 culture*/
.banner-company-wrap{
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.banner-company-wrap.bg1{
    height: 300px;
    background-image: url("/addons/cms/view/default/images/bann-company1.jpg");
}
.banner-company-wrap.bg03{
    height: 300px;
    background-image: url("/addons/cms/view/default/images/bann-cult1.png");
}
.banner-company-wrap.bg04{
    height: 300px;
    background-image: url("/addons/cms/view/default/images/bann-cont1.png");
}
.banner-company-main{}
.banner-company-desc{
    text-align: center;

}
.pt100{
    padding-top: 100px;
}
.banner-company-desc .hx{
    font-size: 30px;
    color: #fdfbfb;
    font-family:"Microsoft YaHei","微软雅黑";
    line-height: 30px;
    padding-bottom: 10px;
    letter-spacing: 3px;
}
.banner-company-desc .en{
    font-size: 20px;
    color: #fdfbfb;
    font-family:"Arial Narrow";
    font-style: italic;
    line-height: 24px;
    padding-bottom: 10px;
}
.banner-company-desc .px{
    font-size: 20px;
    color: #fdfbfb;
    line-height: 24px;
    letter-spacing: 2px;
}
.bg1-fix09{
    background-image: url("/addons/cms/view/default/images/bann-company1.png");
}

/*4*/
.company-menu-wrap{
    border-bottom:1px solid #008cd6;
}
.company-menu{
    height: 68px;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.company-menu li{
    width: 80px;
    line-height: 68px;
    text-align: center;
    float: left;
    margin-left: 53px;
    margin-right: 54px;
}
.company-menu li a{
    font-size: 16px;
    color: #070707;
}
.company-menu li.active{
    background-color: #008cd6;
}
.company-menu li.active a{
    color: #fff;
}
.company-culture-wrap{
    padding: 40px 0;
}
.company-culture-desc{
    width: 820px;
    height: 470px;
}
.company-culture-circle{
    width: 380px;
    height: 470px;
    position: relative;
}
.culture-circle1{
    width: 215px;
    height: 215px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 215px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    position: absolute;
}
.culture-circle1.pos1{
    background-color: #6b6d70;
    left:-25px;
    top:10px;
}
.culture-circle1.pos2{
    background-color: #38a5df;
    left:-92px;
    top:214px;
}
.culture-circle1.pos3{
    background-color: #7dca21;
    left:118px;
    top:169px;
}
.culture-desc p{
    font-size: 14px;
    color: #3c3b3b;
    line-height: 28px;
    padding-bottom: 30px;
}

/*page 10 contact*/
.banner-company-wrap.bg2{
    height: 300px;
    background-image: url("/addons/cms/view/default/images/bann-contact1.jpg");
}
.company-contact-wrap{
    padding:40px 0;
}
.contact-list{}
.contact-list li{
    width:25%;
    float: left;
}
.contact-list li .ico{
    width:172px;
    height: 172px;
    margin-left: auto;
    margin-right: auto;
    background: url("/addons/cms/view/default/images/ico-contact1.png") no-repeat;
}
.contact-list li .ico.i1{
    background-position: -15px -20px;
}
.contact-list li .ico.i2{
    background-position: -235px -20px;
}
.contact-list li .ico.i3{
    background-position: -455px -20px;
}
.contact-list li .ico.i4{
    background-position: -687px -20px;
}
.contact-list li:hover .ico.i1,.contact-list li.active .ico.i1{
    background-position: -12px -250px;
}
.contact-list li:hover  .ico.i2,.contact-list li.active .ico.i2{
    background-position: -235px -250px;
}
.contact-list li:hover  .ico.i3,.contact-list li.active .ico.i3{
    background-position: -455px -250px;
}
.contact-list li:hover  .ico.i4,.contact-list li.active .ico.i4{
    background-position: -687px -250px;
}
.contact-list li .desc{
    padding-top: 10px;
}
.contact-list li .px{
    font-size: 16px;
    color: #5a5959;
    text-align: center;
    line-height: 24px;
    padding-bottom: 10px;
}
.contact-list li .hx p{
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    text-align: center;
}




.contact-map-wrap{
    position: relative;
}
.contact-map-wrap img{
    display: block;
    width:100%;
}
.contact-map-bot{
    width:100%;
    position: absolute;
    height: 62px;
    text-align: center;
    background-color: rgba(0,140,214,0.76);
    left:0;
    bottom:0;
}
.contact-map-bot .hx{
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    padding-top:8px;
}
.contact-map-bot .px{
    font-size: 14px;
    color: #ffffff;
}
.contact-wechat-wrap{
    height: 520px;
    position: relative;
}
.bg-fix10{
    background-image: url("/addons/cms/view/default/images/bg-contact1.jpg");
}
.contact-wechat-desc{
    width: 1200px;
    position: absolute;
    left:50%;
    margin-left: -600px;
    text-align: center;
    top: 76px;
}
.contact-wechat-desc .hx{
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 80px;
}
.contact-wechat-desc .px{
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
}
.contact-wechat-desc .pic{
    margin-top: 40px;
}
.contact-wechat-desc .pic img{
    width: 185px;
    height: 185px;
}

/*page 11 company job*/
.bg01{
    background-color: #f8f8f8;
}
.company-job-wrap{
    height: 322px;
    padding:30px 0;
    overflow: hidden;
}
.company-job-pic{
    width: 280px;
    margin-right:20px;
}
.company-job-desc{
    width:900px;
}
.company-job-pic .ico-area{
    width:280px;
    height:190px;
    position: relative;
    background-color: #008cd6;
}
.company-job-pic .ico{
    display: block;
    width: 105px;
    height: 110px;
    position: absolute;
    left:50%;
    top: 50%;
    margin-left: -53px;
    margin-top: -55px;
    background: url("/addons/cms/view/default/images/ico-job1.png");
}
.company-job-pic .ico.i1{
    background-position: 0 -3px;
}
.company-job-pic .ico.i2{
    background-position: -145px -3px;
}
.company-job-desc .hx{
    font-size: 16px;
    font-weight: bold;
    color: #010101;
}
.company-job-desc .hx span{
    padding-bottom:5px;
    border-bottom:1px solid #D2D0D0;
}
.company-job-desc .bb01{
    padding-bottom: 5px;
    border-bottom:1px solid #D2D0D0;
}
.company-job-desc .tit{
    font-size: 14px;
    color: #373535;
    margin-top: 10px;
    line-height: 22px;
    margin-bottom: 5px;
}
.company-job-desc .px{
    height:120px;
}
.company-job-desc .px p{
    width:750px;
    font-size: 14px;
    color: #585858;
    line-height: 22px;
}
.focus-us-list{
    width:744px;
    margin-left: auto;
    margin-right: auto;
}
.focus-us-list li{
    margin-left:15px;
    margin-right: 15px;
    float: left;
    width: 156px;
    height: 156px;
    background-color: #008cd6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}
.company-focus-us-wrap{
    padding:40px 0
}
.focus-us-tit{
    text-align: center;
}
.focus-us-tit span{
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #008cd6;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 320px;
    height: 42px;
}
.focus-us-hx{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #1e1e1e;
}
.focus-us-list .ico{
    width:104px;
    height:94px;
    background: url("/addons/cms/view/default/images/ico-job2.png") no-repeat;
    position: absolute;
    left:50%;
    top: 50%;
    margin-left:-52px;
    margin-top:-47px;
}
.focus-us-list .ico{
    background-position: 0px -7px;
}
.focus-us-list .ico.i2{
    background-position: -140px -7px;
}
.focus-us-list .er{
    position: absolute;
    width: 156px;
    height: 156px;
    left:0;
    top:0px;
    display: none;
}
.focus-us-list .er img{
    width: 156px;
    height: 156px;
}

/*page 12 news list 02*/
.banner-company-wrap.bg3{
    height: 300px;
    background-image: url("/addons/cms/view/default/images/bann-news2.png");
}
.view-area-wrap2.bg2{
    background-color: #eeeeef;
}

/*5 company-news-section*/
.company-news-section{
    width: 824px;
    border-right:1px solid #E4E4E4;
    padding:20px 0;
}
.company-news-side{
    width:375px;
}
.company-news-slide1{
    height:248px;
    position: relative;
    overflow: hidden;
}

/*nav slide 000*/
.company-news-slide1 .flex-control-paging{
    position: absolute;
    right: 410px;
    top:210px;
}
.company-news-slide1 .flex-control-paging li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.company-news-slide1 .flex-control-paging li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #7bc91e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent:1000px;
    overflow: hidden;
}
.company-news-slide1 .flex-control-paging li a.flex-active {
    background-color: #fff;
}
.company-news-slide1 .flex-control-paging li a.last,.flex-control-paging li a:last-child,.side-slide-con .flex-control-paging li:last-child{
    margin-right:0;
}

.company-news-slide1 .flex-direction-nav a{
    width: 33px;
    height: 33px;
    background: url("/addons/cms/view/default/images/ico-nw1.png") no-repeat;
    position: absolute;
    top:-90px;
    display: none;
}
.company-news-slide1 .flex-direction-nav .flex-next{
    background-position: -50px 0;
    right:0px;
}
.company-news-slide1 .flex-direction-nav .flex-prev{
    background-position: 0 0;
    left:0px;
}
/*nav slide 000 end*/


.news-slide01{
    height:248px;
}
.news-slide-pic{
    height: 248px;
    width:420px;
}
.news-slide-pic img{
    height: 248px;
    width:420px;
}
.news-slide-desc{
    width:380px;
    height: 248px;
    margin-left: 12px;
}
.news-slide-hx{
    font-size: 18px;
    line-height: 32px;
}
.news-slide-hx a{
    color: #353535;
}
.news-slide-hx a:hover{
    color: #7bc91e;
}
.news-slide-info{
    height: 30px;
    position: relative;
}
.news-slide-info .author01{
    position: absolute;
    line-height: 30px;
    left:0;
    top:0;
    color: #5a5b5b;
    font-size: 14px;
}
.news-slide-info .tm01{
    position: absolute;
    line-height: 30px;
    left:250px;
    top:0;
    color: #5a5b5b;
    font-size: 14px;
}
.news-slide-info i{
    width:23px;
    height: 23px;
    display: block;
    float: left;
    margin-top:4px;
    background: url("/addons/cms/view/default/images/ico-news2-01.png") no-repeat;
    margin-right: 4px;
}
.news-slide-info i.i1{
    background-position: 1px 0;
}
.news-slide-info i.i2{
    background-position: -39px 0;
}
.news-slide-px p{
    color: #424243;
    font-size: 14px;
    line-height: 26px;
}
.news-slide-nav{
    position: absolute;
    left: 320px;
    top:220px;
}
.news-slide-nav a{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #7bc91e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
}
.news-slide-nav a.active{
    background-color: #fff;
}

/*2*/
.company-news-list li{
    height: 175px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}
.company-news-list .news-pic{
    height: 175px;
    width:320px;
    margin-right: 20px;
    overflow: hidden;
}
.company-news-list .news-pic img{
    width:320px;
    height: 175px;
}
.company-news-list .news-desc{
    width: 470px;
}
.company-news-list .news-hx{
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}
.company-news-list .news-hx a{
    font-size: 16px;
    color: #424243;
}
.company-news-list .news-px{
    height: 86px;
    font-size: 13px;
    color: #777778;
    line-height: 24px;
}
.company-news-list .news-info{
    height: 30px;
    position: relative;
    font-size: 13px;
    color: #777778;
}
.company-news-list .news-info span.sp1{
    line-height: 30px;
    position: absolute;
    left:0px;
}
.company-news-list .news-info span.sp2{
    line-height: 30px;
    position: absolute;
    left:300px;
}
.company-news-page{
    text-align: center;
}
.company-news-page a,.company-news-page span{
    display: inline-block;
    background-color: #008cd6;
    padding: 5px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    margin-right: 3px;
}
/*left*/
.news-side-tit{
    height: 34px;
    line-height: 34px;
    border-bottom:1px solid #E4E4E4;
    padding:0 20px;
    font-size: 16px;
    color: #040404;
}
.news-side-tit a{
    color: #040404;
}
.news-side-menu{
    padding: 0 20px;
    line-height: 34px;
}
.news-side-menu a{
    float: left;
    width: 90px;
    font-size: 14px;
    color: #3b3939;
    margin-right: 30px;
}
.news-side-menu a.last{
    margin-right:0;
}
.news-side-slide{
    padding:0 10px;
}
.side-slide-con{
    width:355px;
    height: 340px;
    position: relative;
    overflow: hidden;
}
.side-slide-nav{
    width:355px;
    height: 8px;
    position: absolute;
    left:0;
    top:202px;
}
.side-slide-nav a{
    display: block;
    height: 8px;
    margin-right: 10px;
    float: left;
    width:81.25px;
    background-color: rgba(67,140,189,.77);

}
.side-slide-nav a.active{
    background-color: rgba(123,201,30,.77);
}
.side-slide-nav a.last,.side-slide-nav a:last-child{
    margin-right:0;
}
/*nav slide 000*/
.news-side-slide .flex-direction-nav,.side-slide-con .flex-control-paging{
    z-index: 10;
    width:355px;
    height: 8px;
    position: absolute;
    left:0;
    top:190px;
    padding:0;
}
.side-slide-con .flex-control-paging li{
    display: block;
    height: 8px;
    margin-right: 10px;
    float: left;
    width:81.25px;
    overflow: hidden;
    text-indent:200px;
}
.side-slide-con .flex-control-paging li a {
    display: block;
    height: 8px;
    float: left;
    width:81.25px;
    background-color: rgba(67,140,189,.77);
}
.side-slide-con .flex-control-paging li a.flex-active {
    background-color: rgba(123,201,30,.77);
}
.side-slide-con .flex-control-paging li a.last,.flex-control-paging li a:last-child,.side-slide-con .flex-control-paging li:last-child{
    margin-right:0;
}

.news-side-slide .flex-direction-nav a{
    width: 33px;
    height: 33px;
    background: url("/addons/cms/view/default/images/ico-nw1.png") no-repeat;
    position: absolute;
    top:-90px;
    display: none;
}
.side-slide-con .flex-direction-nav .flex-next{
    background-position: -50px 0;
    right:0px;
}
.side-slide-con .flex-direction-nav .flex-prev{
    background-position: 0 0;
    left:0px;
}
/*nav slide 000 end*/

.side-slide-pic{
    width:355px;
    height: 210px;
    overflow: hidden;
}
.side-slide-pic img{
    width:355px;
    height: 210px;
}
.side-slide-hx{
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;

}
.side-slide-hx a{
    color: #40413f;}
.side-slide-px{
    font-size: 14px;
    color: #6d6e6d;
    line-height: 24px;
    height: 90px;
    overflow: hidden;
}
.side-slide-px a{
    color: #008cd6;
}
.news-side-recommend li{
    border-bottom:1px dashed #1294D9;
    margin-left: 20px;
    height: 56px;
    position: relative;
    line-height: 56px;
	overflow: hidden;	
}
.news-side-recommend li i{
    position: absolute;
    width:10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #7bc91e;
    left:2px;
    top:23px;
}
.news-side-recommend li a{
    position: absolute;
    line-height: 56px;
    left:20px;
    color: #5d5a5a;
    font-size: 14px;
}



/*page 13 news content 02*/
.company-news-tit{
    color: #040404;
    font-size: 20px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.company-news-info{
    height: 32px;
    padding-left: 15px;
    padding-right: 15px;
}
.news-info-side1 i{
    width:33px;
    height: 31px;
    float: left;
}
.news-info-side1 i.i1{
    background: url("/addons/cms/view/default/images/ico-news2-logo.png") no-repeat center;
    margin-right: 10px;
}
.news-info-side1 i.i2{
     background: url("/addons/cms/view/default/images/ico-news2-tm1.png") no-repeat center;
 }
.news-info-side1 i.i3{
    background: url("/addons/cms/view/default/images/ico-news2-eye1.png") no-repeat center;
}
.news-info-side1{
    line-height: 32px;
    margin-right:20px;
    display: inline-block;
}
.company-news-summary{
    height: 67px;
    border-top:1px dashed #DDDDDD;
    border-bottom:1px dashed #DDDDDD;
    position: relative;
    margin-left: 15px;
}
.company-news-summary span.ico{
    background: url("/addons/cms/view/default/images/ico-news2-02.png") no-repeat center;
    width:69px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    display: block;
    position: absolute;
    left:0;
    top:-1px;
    font-size: 18px;
    color: #fdfdfd;
}

.company-news-summary span.con{
    width:725px;
    height: 64px;
    line-height: 21px;
    overflow: hidden;
    display: block;
    position: absolute;
    left:80px;
    top:8px;
    font-size: 13px;
    color: #767575;
}
.company-news-px{
    padding:15px 15px;
}
.company-news-px img{
    max-width: 100%;
}
.company-news-px p{
    font-size: 14px;
    color: #262626;
    line-height: 24px;
    margin-bottom:15px;
}

/*page 14 about us*/

.company-about-tit{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}
.company-about-wrap{
    padding: 40px 0;
}
.company-about-px{
    font-size: 16px;
    color: #373738;
    line-height: 28px;
    letter-spacing: .5px;
}
.company-about-px p{
    margin-top: 10px;
    text-indent:2em;
}
.company-about-px-list{
    padding:0 40px;
}
.company-about-px-list li{
    width:33.333%;
    float: left;
}
.company-about-px-list .pic{
    text-align: center;
}
.company-about-px-list .desc{
    font-size: 18px;
    color: #373738;
    line-height: 26px;
    text-align: center;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.company-about-px-list .desc span{
    display: block;
}
/*6 about-advantage-wrap*/
.about-advantage-wrap{
    background-color: #f6f6f6;
    padding:40px 0;
}
.about-advantage-px{
    font-size: 16px;
    color: #464747;
    text-align: center;
}
.about-advantage-list li{
    float: left;
    width: 380px;
    margin-right: 30px;
}
.about-advantage-list li.last{
    margin-right:0;
}
.about-advantage-list .pic{
    height: 242px;
    overflow: hidden;
}
.about-advantage-list .desc{
    font-size: 14px;
    color: #464747;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about-team-wrap{
    padding:40px 0;
}
.team-pic-side{
    height: 575px;
}
.team-pic-side.w1{
    width:475px;
}
.team-pic-side.w2{
    width:475px;
}
.team-pic-side.w3{
    width:230px;
}
.mr10{
    margin-right:10px;
}
.pic-side{
    overflow: hidden;
}
.pic-side.hh01,.pic-side.hh01 li{
    height: 215px;
}
.pic-side.hh02,.pic-side.hh02 li{
    height: 355px;
}
.pic-side.hh03,.pic-side.hh03 li{
    height: 355px;
}
.pic-side.hh04,.pic-side.hh04 li{
    height: 215px;
}
.pic-side.hh05,.pic-side.hh05 li{
    height: 435px;
}
.pic-side.hh06,.pic-side.hh06 li{
    height: 135px;
}
.pic-side li.w4{
    width:232px;
    float: left;
}
.pic-side img{
    display: block;
    height: 100%;
    width: 100%;
}
.pic-side li{
    height:inherit;
    overflow: hidden;
}

.pic-screen-wrap{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    z-index:20;
    height:100%;
    background-color: rgba(0, 0, 0, 0.67);
    display: none;
}
.pic-screen-slide-con{
    width:800px;
    height:530px;
    position: fixed;
    left:50%;
    top:50%;
    margin-left:-400px;
    margin-top:-265px;
    background-color: #000;
}
.pic-screen-slide{
    width:800px;
    height:530px;
    position: relative;
    overflow: hidden;
}
.pic-screen-slide .slides li{
    display: none;
}
/*slide start*/
.pic-screen-slide .flex-direction-nav{
    z-index: 10;
    width:800px;
    height: 8px;
    position: absolute;
    left:0;
    top:50%;
    padding:0;
}
.pic-screen-slide .flex-control-paging{
    z-index: 10;
    width:800px;
    height: 8px;
    position: absolute;
    left:0;
    bottom:20px;
    padding:0;
    text-align: center;
}
.pic-screen-slide .flex-control-paging li{
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 10px;
    overflow: hidden;
    text-indent:200px;
}
.pic-screen-slide .flex-control-paging li a {
    display: block;
    height: 12px;
    width: 12px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(67,140,189);
}
.pic-screen-slide .flex-control-paging li a.flex-active {
    background-color: rgb(123,201,30);
}
.pic-screen-slide .flex-control-paging li a.last,.pic-screen-slide .flex-control-paging li a:last-child,.pic-screen-slide .flex-control-paging li:last-child{
    margin-right:0;
}

.pic-screen-slide .flex-direction-nav a{
    width: 33px;
    height: 33px;
    background: url("/addons/cms/view/default/images/ico-nw1.png") no-repeat;
    position: absolute;
    top:50%;
    margin-top:-16px;
    display: block;
}
.pic-screen-slide .flex-direction-nav .flex-next{
    background-position: -50px 0;
    right:0px;
}
.pic-screen-slide .flex-direction-nav .flex-prev{
    background-position: 0 0;
    left:0px;
}
span.close-btn{
    display: block;
    width:55px;
    height: 55px;
    background: url("/addons/cms/view/default/images/close.png") no-repeat center;
    position: absolute;
    top:0;
    right:0;
    cursor: pointer;
}
span.close-btn:hover{
    background: url("/addons/cms/view/default/images/close-hove1.png") no-repeat center;
}
/*slide end*/

/*page 15 whole marketing */
.banner-marketing-wrap1 img{
    width:100%;
    display: block;
}
.whole-marketing-tit{
    color: #070707;
}
.whole-marketing-tit.bg1{
    color: #ffffff;
}
.whole-marketing-hx {
    background: url("/addons/cms/view/default/images/line-markt1.png") no-repeat center bottom;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 15px;
    letter-spacing: 1.2px;
}
.whole-marketing-px{
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    letter-spacing: .8px;
}
/*marketing-problem-wrap*/
.marketing-problem-wrap{
    padding:40px 0;
    background-color: #f8f8f8;
}
.marketing-problem-con{
    width: 1200px;
    height:306px;
    position: relative;
}
.marketing-problem-side{
    width: 410px;
    height: 66px;
    border:2px solid #428cbd;
    position: absolute;
}
.marketing-problem-side.pos1{
    left:0;
    top:0;
}
.marketing-problem-side.pos2{
    left:0;
    top:117px;
}
.marketing-problem-side.pos3{
    left:0;
    bottom:0;
}
.marketing-problem-side.pos4{
    right:0;
    top:0;
}
.marketing-problem-side.pos5{
    right:0;
    top:117px;
}
.marketing-problem-side.pos6{
    right:0;
    bottom:0;
}
.problem-side01{
    width: 410px;
    height: 66px;
    position: relative;
}
.problem-side01 span.tit{
    height:70px;
    width:60px;
    background-color: #fff;
    position: absolute;
    left:50px;
    top:-2px;
    font-size: 45px;
    color: #0d0d0d;
    line-height: 70px;
    text-align: center;
}
.problem-side01 span.px{
    height: 66px;
    position: absolute;
    left:120px;
    top:0;
    line-height: 66px;
    color: #373737;
    font-size: 14px;
}
.problem-con-center{
    background: url("/addons/cms/view/default/images/ico-markt0.png") no-repeat center;
    width:270px;
    height:310px;
    position: absolute;
    left:50%;
    top: 50%;
    margin-left:-135px;
    margin-top:-155px;
}
.problem-con-center .hx{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #428cbd;
    font-family: "Microsoft YaHei","微软雅黑";
    padding-top: 120px;
}
.problem-con-center .px{
    text-align: center;

}
.problem-con-center .px a{
    color: #18679c;
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
    font-family: "Microsoft YaHei","微软雅黑";
}

/* marketing-resource-wrap*/
.marketing-resource-wrap{
    padding:40px 0;
}
.marketing-resource-list li{
    width: 228px;
    height: 170px;
    border:1px solid #eeeded;
    float: left;
    margin-bottom: 12px;
    margin-left: 3px;
    margin-right: 4px;
}
.marketing-resource-list li.bg1{
    background-color: #eeeded;
    width:238px;
}
.marketing-resource-list .tit{
    font-size: 16px;
    color: #0a0a0a;
    text-align: center;
    line-height: 34px;
}
.marketing-resource-list .ico{
    background: url("/addons/cms/view/default/images/ico-markt1.png") no-repeat;
    margin-left: auto;
    margin-right: auto;
    width:80px;
    height: 80px;
    margin-top: 25px;
}
.marketing-resource-list .ico.i1{
    background-position: 0 -2px;
    margin-top: 30px;
}
.marketing-resource-list .ico.i2{
    background-position: -120px -2px;
}
.marketing-resource-list .ico.i3{
    background-position: -240px -2px;
}
.marketing-resource-list .ico.i4{
    background-position: -360px -2px;
}
.marketing-resource-list .ico.i5{
    background-position: -480px -2px;
}

.marketing-resource-list .ico.i6{
    background-position: 0 -140px;
    margin-top: 30px;
}
.marketing-resource-list .ico.i7{
    background-position: -120px -140px;
}
.marketing-resource-list .ico.i8{
    background-position: -240px -140px;
}
.marketing-resource-list .ico.i9{
    background-position: -360px -140px;
}
.marketing-resource-list .ico.i10{
    background-position: -480px -140px;
}

.marketing-resource-list .ico.i11{
    background-position: 0 -274px;
    margin-top: 30px;
}
.marketing-resource-list .ico.i12{
    background-position: -120px -274px;
}
.marketing-resource-list .ico.i13{
    background-position: -240px -274px;
}
.marketing-resource-list .ico.i14{
    background-position: -360px -274px;
}
.marketing-resource-list .ico.i15{
    background-position: -480px -274px;
}
.marketing-resource-list .desc p{
    font-size: 14px;
    color: #595a5b;
    text-align: center;
    line-height: 26px;
}
.marketing-resource-list .desc p.hx3{
    font-size: 16px;
}



/*result*/
.marketing-result-wrap{
    background-image: url("/addons/cms/view/default/images/bg-markt1.png");
    padding:40px 0;
    height: 520px;
    position: relative;
}
.whole-marketing-hx.bg1{
    background: url("/addons/cms/view/default/images/line-markt2.png") no-repeat center bottom;

}
.marketing-result-more{
    text-align: center;
}
.marketing-result-more a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding:12px 25px;
    border:1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.marketing-result-list li{
    width:25%;
    float: left;
}
.result-desc .circle1{
    margin-left: auto;
    margin-right: auto;
    height: 155px;
    width: 155px;
    border:2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 155px;
    font-family: "Microsoft YaHei","微软雅黑";
    color: #ffffff;
    font-size: 50px;
}
.result-desc .px{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: .8px;
    line-height: 24px;
    padding-top: 10px;
}
/*system*/
.marketing-system-wrap{
    padding:40px 0;
}
.marketing-system-tit{
    text-align: center;
    font-size: 20px;
    color: #4b4b4c;
    letter-spacing: 1px;
    font-weight: bold;
}
.marketing-system-ico{
    background: url("/addons/cms/view/default/images/ico-markt2.png") no-repeat top center;
    width:941px;
    height:246px;
    margin-left: 110px;
}
.marketing-system-side{
    width:1080px;
    position: relative;
    height: 60px;
    margin-left: 40px;
}
.system-side{
    width: 250px;
    height: 60px;
    text-align: center;
    position: absolute;
    top:0;
}
.system-side.pos1{
    left:0;
}
.system-side.pos2{
    left: 430px;
}
.system-side.pos3{
    right:0;
}
.system-side .hx{
    font-size: 20px;
    color: #4b4b4c;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: .8px;
}
.system-side .px{
    font-size: 14px;
    color: #4b4b4c;
    text-align: center;
    line-height: 22px;
}

/*case */
.marketing-success-case-wrap{
    background-color: #22252a;
    padding:40px 0;
}
.success-case-more{
    text-align: center;
}
.success-case-more a{
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding:8px 20px;
    border:1px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.web-other-wrap.bg1{
    background-color: #fff;
}

/*page 16*/
.marketing-deposit-server-wrap{
    background-color: #f1f1f1;
    padding: 40px 0;
}
.deposit-server-tit{
    color: #030303;
    text-align: center;
}
.deposit-server-tit.bg1{
    color: #ffffff;
}
.deposit-server-px{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
}
.deposit-server-hx{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.deposit-server-list li{
    width:267px;
    border-right:1px solid #F1F1F1;
    float: left;
    position: relative;
    height: 484px;
    background-color: #ffffff;
    overflow: hidden;
}
.deposit-server-list li.active{
    width:368px;
}
.deposit-server-hove{
    width:368px;
   /* position: absolute;
    height: 484px;
    left:-368px;
    top:0;*/
}
.deposit-server-list li.active .deposit-server-hove{
 /*   left:0px;
    top:0;*/
    display: block;
}
.deposit-server-list li.active .deposit-server-tacit{
    display: none;
}
.deposit-server-tacit{
    width:267px;
    height: 484px;
}
.deposit-serv-tit01{
    height: 140px;
    padding-top: 30px;
}
.deposit-serv-tit01.bg1{
    background-color: #e5e6e6;
}
.deposit-serv-tit01.bg2{
    background-color: #00c1de;
}
.deposit-server-list .ico{
    background: url("/addons/cms/view/default/images/ico-tuo0.png") no-repeat;
    width: 80px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
}
.deposit-server-list .ico.i1{
    background-position: 0 -8px;
}
.deposit-server-list .ico.i2{
    background-position: -145px -8px;
}
.deposit-server-list .ico.i3{
    background-position: -280px -8px;
}
.deposit-server-list .ico.i4{
    background-position: -415px -8px;
}

.deposit-server-list .ico.i-hov1{
    background-position: 0 -114px;
}
.deposit-server-list .ico.i-hov2{
    background-position: -145px -114px;
}
.deposit-server-list .ico.i-hov3{
    background-position: -280px -114px;
}
.deposit-server-list .ico.i-hov4{
    background-position: -415px -114px;
}
.deposit-serv-tit01 .hx{
    font-size: 18px;
    color: #373d41;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}
.deposit-serv-tit01 .px{
    font-size: 14px;
    color: #585858;
    text-align: center;
    line-height: 24px;
}
.deposit-serv-desc{
    padding:12px 18px;
}
.deposit-serv-desc .serv-desc{
    height: 124px;
    border-bottom:1px solid #1BC8E1;
}
.deposit-serv-desc .serv-desc .hx{
    font-size: 18px;
    color: #585858;
    line-height: 30px;
}
.deposit-serv-desc .serv-desc .px{
font-size: 13px;
    color: #817f7f;
    line-height: 20px;
    padding-top: 5px;
}
.deposit-server-tacit .lis1 span{
    display: block;
    background: url("/addons/cms/view/default/images/ico-tuo01.png") no-repeat left center;
    height: 38px;
    line-height: 38px;
    padding-left: 40px;
    margin-left: 30px;

}
.deposit-server-hove .serv-series .hx{
    font-size: 18px;
    color: #585858;
    line-height: 24px;
    padding-top: 15px;
}
.deposit-server-hove .serv-series .lis1{
    margin-top: 12px;
}
.deposit-server-hove .serv-series .lis1 span{
    display: block;
    width:140px;
    height: 22px;
    line-height: 22px;
    color: #817f7f;
    float: left;
    border:1px solid #00c1de;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 45px;
    margin-bottom: 7px;
    text-align: center;
}
.deposit-server-hove .serv-series .lis1 span:nth-child(2n){
    margin-right:0;
}

/*5 */
.deposit-team-wrap{
    padding:40px 0;
}
.deposit-team-list li{
    width:16.6666%;
    float: left;
}
.deposit-team-list .ico{
    display: block;
    width:180px;
    height: 177px;
    margin-left: auto;
    margin-right: auto;
    background: url("/addons/cms/view/default/images/ico-tuo1.png") no-repeat;
}
.deposit-team-list .ico.i1{
    background-position: 0 0;
}
.deposit-team-list .ico.i2{
    background-position: -205px 0;
}
.deposit-team-list .ico.i3{
    background-position: -410px 0;
}
.deposit-team-list .ico.i4{
    background-position: -615px 0;
}
.deposit-team-list .ico.i5{
    background-position: -820px 0;
}
.deposit-team-list .ico.i6{
    background-position: -1025px 0;
}
.deposit-team-list .hx{
    font-size: 18px;
    color: #030303;
    text-align: center;
    line-height: 30px;
}
.deposit-team-list .px{
    color: #7a7878;
    text-align: center;
    line-height: 24px;
}
/*6 deposit-standard-wrap*/
.deposit-standard-wrap{
    padding:40px 0;
    background-color: #373d41;
}
.deposit-standard-list li{
    width:239px;
    border-right:1px solid #696E70;
    float: left;
    height: 345px;
    background-color: #fff;
}
.deposit-standard-list li.last{
    border-right:0;
}
.deposit-standard-list li.active{
    background-color: #7bc91e;
    color: #ffffff;
}
.deposit-standard-list li .more{
    display: none;
}
.deposit-standard-list li.active .more{
    text-align: center;
    display: block;
}
.deposit-standard-list li.active .more a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding:3px 12px;
    border:1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.deposit-standard-list li .hx{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.deposit-standard-list li .num{
    width:183px;
    height: 183px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #45D1E7;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 183px;
    font-weight: bold;font-size: 80px;
    margin-top: 50px;
}
.deposit-standard-list li.active .num{
    border:1px solid #fff;
}

/*7 */
.deposit-process-wrap{
    padding:40px 0;
    background-color: #f2f2f2;
}
.deposit-process-con{
    width:1200px;
    height: 430px;
    position: relative;
}
.deposit-process-center{
    background: url("/addons/cms/view/default/images/ico-tuo2.png") ;
    width:575px;
    height: 330px;
    position: absolute;
    left:50%;
    top: 0;
    margin-left:-287px;
}
.deposit-process-center .hx{
    font-size: 40px;
    font-weight: bold;
    color: #56595a;
    line-height: 40px;
    text-align: center;
    padding-top: 130px;
}
.deposit-process-center .px{
    color: #56595a;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    padding-top: 5px;
}
.deposit-process-side{
    width: 338px;
    height:130px;
    position: absolute;
}
.deposit-process-side.pos1{
    left:0;
    top:4px;
}
.deposit-process-side.pos2{
    right:0;
    top:4px;
}
.deposit-process-side.pos3{
    left:0;
    top:290px;
}
.deposit-process-side.pos4{
    right:0;
    top:290px;
}
.deposit-process-side .hx{
    font-size: 20px;
    color: #28754b;
    text-align: center;
}
.deposit-process-side .px{
    font-size: 14px;
    color: #56595a;
    line-height: 22px;
    letter-spacing: .6px;
    padding-top: 6px;
}


/*page cooperate 2017-1-5*/
.bg-style{
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-co-wrap{
    background-image: url("/addons/cms/view/default/images/banner-co1.jpg");
}
.banner-co-main{
    height:500px;
    position: relative;
}
.banner-co-tit1{
    background: url("/addons/cms/view/default/images/ban-cotit1.png") no-repeat center;
    width:600px;
    height:114px;
    position: absolute;
    top:18%;
    left:50%;
    margin-left: -300px;
}
.banner-co-px{
    width:715px;
    text-align: center;
    position: absolute;
    top:43%;
    left:50%;
    margin-left:-357.5px;
    height:30px;
}
.banner-co-px span.txt01{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fdfdfc;
}
.banner-co-px span.l01,.banner-co-px span.l02{
    display: block;
    border-bottom:1px solid #fdfdfc;
    width:190px;
    height:1px;
    position: absolute;
    top:15px;
}
.banner-co-px span.l01{
    left:0;
}
.banner-co-px span.l02{
    right:0;
}
.banner-co-en{
    width:1200px;
    position: absolute;
    top: 51%;
    text-align: center;
    color: #fdfdfc;
    line-height: 24px;
    font-size: 16px;
    font-family: "等线";
}
.banner-co-more{
    width:1200px;
    position: absolute;
    top:61%;
    text-align: center;
}
.banner-co-more a{
    border:1px solid #16E23D;
    width:210px;
    height:44px;
    line-height: 44px;
    text-align: center;
    display: block;
    color: #fec746;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
}

/*4 */
.co-confident-wrap{
    background-color: #f5f5f3;
    padding:40px 0;
}
.txt-ac{
    text-align: center;
}
.cooperate-tit{
    font-size: 30px;
    color: #010101;
    font-family: "Microsoft YaHei UI", '微软雅黑';
    line-height: 30px;
}
.co-confident-list li{
    width:600px;
    height: 250px;
    background: url("/addons/cms/view/default/images/bg-co2.png") no-repeat center;
    float: left;
}
.co-confident-list li .pd{
    padding-left:40px;
    padding-right: 40px;
    padding-top: 30px;
}
.co-confident-tit{
    height: 54px;
    border-bottom:1px solid #D3D2D2;
    position: relative;
}
.co-confident-ico{
    background: url("/addons/cms/view/default/images/ico-co1.png") no-repeat;
    width:60px;
    height: 54px;
    position: absolute;
    left:0;
    bottom:0;

}
.co-confident-ico.i1{
    background-position: -5px -10px;
}
.co-confident-ico.i2{
    background-position: -102px -10px;
}
.co-confident-ico.i3{
    background-position: -202px -10px;
}
.co-confident-ico.i4{
    background-position: -302px -10px;
}
.co-confident-hx{
    position: absolute;
    left:60px;
    height: 54px;
    line-height: 54px;
    color: #000000;
    font-size: 20px;
}
.co-confident-px{
    font-size: 14px;
    color: #515151;
    font-family: "微软雅黑";
    line-height: 24px;
    padding-top: 10px;
}
.co-confident-more{
    margin-top:5px;
}
.co-confident-more a{
    text-align: center;
    display: block;
    width:115px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #29dc2e;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.co-trusteeship-more a{
    text-align: center;
    display: block;
    width:155px;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #29dc2e;
    color: #000;
    font-size: 16px;
}
.co-colleges-more a{
    text-align: center;
    display: block;
    width:155px;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9fbfc;
    color: #030303;
    font-size: 16px;
}

/*5 co-trusteeship-wrap*/
.co-trusteeship-wrap{
    background-color: #fff;
    padding:40px 0;
}
.co-trusteeship-desc{
    width:570px;
    padding-left:20px;
    padding-right: 30px;
}
.co-trusteeship-list{
    width:560px;
    padding-right:20px;
}
.co-trusteeship-px3{
    font-size: 20px;
    color: #090909;
    line-height: 24px;
}
.co-trusteeship-px2{
    color: #090909;
    font-size: 14px;
    line-height: 24px;
}
.co-trusteeship-px1{
    color: #403e3e;
    font-size: 16px;
    line-height: 24px;
}
.co-trusteeship-tit{
    font-size: 30px;
    color: #090909;
    font-weight: bold;
    line-height: 30px;
}
.co-trusteeship-list li{
    border:1px solid #CCC9C9;
    width:278px;
    float: left;
    height: 132px;
    padding-top: 20px;
}
.co-trusteeship-list li.bt0{
    border-top:0;
}
.co-trusteeship-list li.bb0{
    border-bottom:0;
}
.co-trusteeship-list li.br0{
    border-right:0;
}
.co-trusteeship-list .ico{
    width:96px;
    height:76px;
    background: url("/addons/cms/view/default/images/ico-co2.png") no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.co-trusteeship-list .ico.i1{
    background-position: 0 0;
}
.co-trusteeship-list .ico.i2{
    background-position: -162px 0;
}
.co-trusteeship-list .ico.i3{
    background-position: -322px 0;
}
.co-trusteeship-list .ico.i4{
    background-position: -480px 0;
}
.co-trusteeship-list .hx{
    text-align: center;
    line-height: 28px;
}
.co-trusteeship-list .hx a{
    color: #101111;
    font-size: 16px;
}
.co-trusteeship-list .hx a:hover{
    color: #fec746;
}
/*6 co-colleges-wrap*/
.co-colleges-wrap{
    padding:40px 0;
    background-color: #373d41;
}
.co-colleges-main{
    height: 380px;
    padding-top: 10px;
}
.co-colleges-pic{
    width:600px;
}
.co-colleges-desc{
    width:560px;
    padding-left:20px;
    padding-right: 20px;
}
.co-colleges-tit{
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
}
.co-colleges-px1{
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}
.co-colleges-px2{
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
}
.co-colleges-px3{
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
}
.co-colleges-slide{
    width:289px;
    height:379px;
    float: left;
    margin-right: 6px;
}
.co-colleges-slide1,.co-colleges-slide2{
    width:289px;
    height:379px;
    position: relative;
    overflow: hidden;
}
.colleges-slide-desc{
    width:289px;
    position: absolute;
    height:40px;
    line-height: 40px;
    left:0;
    top:50%;
    margin-top:-20px;
    font-size: 25px;
    color: #f8fafc;
    text-align: center;
    z-index:10;
}
.co-span-btn-left,.co-span-btn-right{
    width:35px;
    height: 35px;
    background: url("/addons/cms/view/default/images/ico-co-btn1.png") no-repeat;
    position: absolute;
    top:50%;
    margin-top:-17px;
}
.co-span-btn-left{
    left:3px;
    background-position: 0 -1px;
}
.co-span-btn-right{
    right:3px;
    background-position: -53px -1px;
}
.co-colleges-nav,.co-train-nav,.co-case-nav{
    position: absolute;
    width:100%;
    height:35px;
    bottom:0;
    left:0;
    text-align: center;
}
.co-colleges-nav a,.co-train-nav a,.co-case-nav a{
    display: inline-block;
    width:8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 5px;
}

/*7 co-company-train-wrap*/
.co-company-train-wrap{
    padding:40px 0;
}
.co-company-train-desc{
    width:580px;
    padding-right:20px;
}
.co-company-train-pic{
    width:580px;
    padding-left:20px;
}
.co-train-pic-slide{
    width:580px;
    height: 354px;
    position: relative;
}
.co-train-pic-slide li img{
    width:580px;
    height: 354px;
}
.co-train-btn1,.co-train-btn2,.co-case-btn1,.co-case-btn2{
    width:41px;
    height: 41px;
    background: url("/addons/cms/view/default/images/ico-co-btn2.png") no-repeat;
    position: absolute;
    top:50%;
    margin-top: -20px;
}
.co-train-btn1{
    left:5px;
    background-position: -64px 0;
}
.co-case-btn1{
    left:10px;

    background-position: -64px 0;
}
.co-train-btn2{
    right: 5px;
    background-position: 0 0;
}
.co-case-btn2{
    right:10px;
    background-position: 0 0;
}

/*8*/
.co-service-wrap{
    background-color: #373d41;
}
.co-service-main{
    background: url("/addons/cms/view/default/images/bg-co1.png") no-repeat;
    height: 527px;
    padding:40px 0;
}
.co-service-tit{
    color: #fcfdfd;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
}
.co-service-list{
    width:1178px;
    height:315px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 60px;
}
.co-service-side{
    width:400px;
    height: 76px;
    position: absolute;
}
.co-service-side.pos1{
    left:0;
    top:0;
}
.co-service-side.pos2{
    top: 120px;
    left:0;
}
.co-service-side.pos3{
    left:0;
    bottom:0;
}
.co-service-side.pos4{
    right:0;
    top:0;
}
.co-service-side.pos5{
    top:120px;
    right:0;
}
.co-service-side.pos6{
    right:0;
    bottom:0;
}
.co-service-cl .ico{
    width:76px;
    height: 76px;
    background: url("/addons/cms/view/default/images/ico-co3.png") no-repeat;
}
.co-service-cl .ico.i1{
    background-position: -1px -5px;;
}
.co-service-cl .ico.i2{
    background-position: -95px -5px;;
}
.co-service-cl .ico.i3{
    background-position: -189px -5px;;
}
.co-service-cl .ico.i4{
    background-position: -283px -5px;;
}
.co-service-cl .ico.i5{
    background-position: -377px -5px;;
}
.co-service-cl .ico.i6{
    background-position: -472px -5px;;
}

.co-service-cl .desc{
    width:310px;
}
.co-service-cl .desc .hx{
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.co-service-cl .desc .hx a{
    color: #ffffff;
}
.co-service-cl .desc .px{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    padding-top: 10px;
}

/*9 */
.co-case-wrap{
    color: #f5f5f3;
    padding:40px 0;
}
.co-case-tit {
    font-size: 30px;
    color: #080808;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
.co-case-tit span{
    margin-right: 10px;
}
.co-case-en{
    font-size: 20px;
    color: #040404;
    font-family: "微软雅黑 Light";
    text-align: center;
    line-height: 20px;
}
.co-case-menu{
    text-align: center;
}
.co-case-menu a{
    display: inline-block;
    width:138px;
    height: 36px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #040404;
    margin-left: 15px;
    margin-right: 15px;
}
.co-case-menu a.co-mn1{
    background-color: #8162b1;
}
.co-case-menu a.co-mn2{
    background-color: #ffc20c;
}
.co-case-menu a.co-mn3{
    background-color: #358ebd;
}
.co-case-tab{
    width:1180px;
    margin-left: auto;
    margin-right: auto;
}
.co-case-slide1,.co-case-slide2{
    width: 575px;
    height: 345px;
    float: left;
    margin-left: 8px;
    margin-right: 7px;
    position: relative;
    overflow: hidden;
}

/*btn slide*/
.co-colleges-slide1 .flex-direction-nav a,.co-colleges-slide2 .flex-direction-nav a{
    width:35px;
    height: 35px;
    background: url("/addons/cms/view/default/images/ico-co-btn1.png") no-repeat;
    position: absolute;
    top:50%;
    margin-top:-17px;
    z-index:10;
}
.co-colleges-slide1 .flex-direction-nav .flex-next,.co-colleges-slide2 .flex-direction-nav .flex-next{
    right:3px;
    background-position: -53px -1px;
}
.co-colleges-slide1 .flex-direction-nav .flex-prev,.co-colleges-slide2 .flex-direction-nav .flex-prev{
    left:3px;
    background-position: 0 -1px;
}

/*nav slide 000*/
.co-case-tab .flex-control-paging,.co-colleges-slide1 .flex-control-paging,.co-colleges-slide2 .flex-control-paging,.co-train-pic-slide .flex-control-paging{
    position: absolute;
    width:100%;
    height:25px;
    bottom:0;
    left:0;
    text-align: center;
    padding:0;
}
.co-case-tab .flex-control-paging li,.co-colleges-slide1 .flex-control-paging li,.co-colleges-slide2 .flex-control-paging li,.co-train-pic-slide .flex-control-paging li{
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
}
.co-case-tab .flex-control-paging li a,.co-colleges-slide1 .flex-control-paging li a ,.co-colleges-slide2 .flex-control-paging li a,.co-train-pic-slide .flex-control-paging li a {
    display: inline-block;
    width:9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    text-indent:-1000px;
    overflow: hidden;
}
.co-case-tab .flex-control-paging li a.flex-active,.co-colleges-slide1 .flex-control-paging li a.flex-active ,.co-colleges-slide2 .flex-control-paging li a.flex-active,.co-train-pic-slide .flex-control-paging li a.flex-active{
    background-color: #fec746;
}
.co-case-tab .flex-control-paging li a.last,.co-colleges-slide1 .flex-control-paging li a.last,.co-colleges-slide2 .flex-control-paging li a.last,.co-train-pic-slide .flex-control-paging li a.last,.flex-control-paging li a:last-child,.side-slide-con .flex-control-paging li:last-child{
    margin-right:0;
}

/**/
.co-train-pic-slide .flex-direction-nav a,.co-case-tab  .flex-direction-nav a{
    width:41px;
    height: 41px;
    background: url("/addons/cms/view/default/images/ico-co-btn2.png") no-repeat;
    position: absolute;
    top:50%;
    margin-top: -20px;
}
.co-train-pic-slide .flex-direction-nav .flex-next,.co-case-tab .flex-direction-nav .flex-next{
    left:5px;
    background-position: -64px 0;
}

.co-train-pic-slide .flex-direction-nav .flex-prev,.co-case-tab .flex-direction-nav .flex-prev{
    right: 5px;
    background-position: 0 0;
}

.co-case-btn1{
    left:10px;
    background-position: -64px 0;
}
.co-case-btn2{
    right:10px;
    background-position: 0 0;
}
.co-case-side01{
    display: none;
}
.co-case-side01.active{
    display: block;
}


/*page business train 2017-1-13*/
.banner-bus-wrap{
    background-image:  url("/addons/cms/view/default/images/bann-bus.jpg");
    height: 500px;
}
.business-practice-wrap{
    background-color: #FFFFFF;
    padding-top: 40px;
}
.business-tit{
    letter-spacing:1px;
}
.business-tit.color1{
    color: #070707;
}
.business-tit .business-hx span{
    color: #7bc91e;
}
.business-hx{
    text-align: center;
    font-family: "Microsoft YaHei UI", '微软雅黑';
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.business-tit.color2{
    color: #fff;
}
.business-tit.color2  .business-hx span{
    color: #15ee15;
}
.business-px{
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
    letter-spacing: .6px;
    padding-bottom: 15px;
    line-height: 24px;
    width:715px;
    margin-left: auto;
    margin-right: auto;
}
.business-tit.color1 .business-px{
    color: #020202;
}
.business-px.line01{
    background: url("/addons/cms/view/default/images/ico-bus-l1.png") no-repeat center bottom;
}
.business-px.line02{
    background: url("/addons/cms/view/default/images/ico-bus-l2.png") no-repeat center bottom;
}
.business-px.line03{
    background: url("/addons/cms/view/default/images/ico-bus-l3.png") no-repeat center bottom;
}
.business-practice-con{
    background: url("/addons/cms/view/default/images/bg-bus01.png") no-repeat center bottom;
    width:750px;
    height: 610px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.bus-practice-t1{
    text-align: center;
    position: absolute;
    top: 24px;
    width: 328px;
    left:50%;
    margin-left:-164px;
}
.bus-practice-t1 span{
    display: inline-block;
    background-color: #00b5fc;
    font-size: 18px;
    color: #ffffff;
    width: 328px;
    height: 70px;
    line-height: 70px;
}
.bus-practice-side{
    width: 110px;
    height: 90px;
    -webkit-border-radius: 505px;
    -moz-border-radius: 505px;
    border-radius: 505px;
    background-color: #00b5fc;
    padding-top:20px;
    position: absolute;
}
.bus-practice-side span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #050505;
    line-height: 24px;
    padding-top: 6px;
}
.bus-practice-side.pos1{
    bottom:40px;
    left:0;
}
.bus-practice-side.pos2{
    bottom:220px;
    left:0;
}
.bus-practice-side.pos3{
    bottom:390px;
    left:105px;
}
.bus-practice-side.pos4{
    bottom:390px;
    right:105px;
}
.bus-practice-side.pos5{
    bottom:220px;
    right:0;
}
.bus-practice-side.pos6{
    bottom:40px;
    right:0;
}
/*5*/
.business-problem-wrap{
    background-image:  url("/addons/cms/view/default/images/bg-bus02.png");
    padding:40px 0;
    height:420px;
}
.business-problem-con{
    width:845px;
    height: 115px;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
}
.business-problem-side1{
    background: url("/addons/cms/view/default/images/ico-bus2.png") no-repeat;
    width:322px;
    height:115px;
}
.business-problem-side1 .hx{
    color: #fdfcfb;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    padding-top:25px;
}
.business-problem-side1 .px{
    color: #fcfcfb;
    font-size: 14px;
    text-align: right;
    padding-right: 12px;
    padding-top: 8px;
}

/*6*/
.business-system-wrap{
    background-color: #f4f5f9;
    padding: 40px 0
}
.business-system-side{
    background: url("/addons/cms/view/default/images/ico-bus3.png") no-repeat center;
    width:500px;
    height: 104px;
    padding-top:25px;
    position: absolute;
}
.business-system-con{
    width:1100px;
    height: 440px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.business-system-side .num{
    font-size: 50px;
    color: #dea51c;
    font-weight: bold;
    line-height: 50px;
    width:120px;
    text-align: center;
    float: left;
}
.business-system-side .desc{
    width: 350px;
    float: left;
}
.business-system-side .hx{
    font-size: 25px;
    color: #050505;
    font-weight: bold;
}
.business-system-side .px{
    font-size: 14px;
    color: #050505;
    font-family: 微软雅黑;
}
.business-system-side.pos1{
    left:0;
    top:0;
}
.business-system-side.pos2{
    right:0;
    top:0;
}
.business-system-side.pos3{
    left:0;
    top:155px;
}
.business-system-side.pos4{
    right:0;
    top:155px;
}
.business-system-side.pos5{
    left:0;
    bottom:0px;
}
.business-system-side.pos6{
    right:0;
    bottom:0px;
}

/*7*/
.business-service-wrap{
    background-color: #373d41;
    padding:40px 0;
}
.business-service-con{
    background: url("/addons/cms/view/default/images/bg-bus03.png") no-repeat center;
    height: 502px;
    width: 1200px;
    position: relative;
}
.business-service-side{
    width:330px;
    height: 135px;
    position: absolute;
}
.business-service-hx{
    width: 330px;
    height: 42px;
    font-size: 30px;
    color: #fbfdfc;
    font-weight: bold;
    line-height: 42px;
    position: relative;
}
.business-service-hx span{
    width:68px;
    height: 10px;
    background-color: #ffffff;
    display: inline-block;
    margin-top: 20px;
}
.business-service-hx .s2{
    float: left;
    margin-right: 10px;
}
.business-service-hx .s1{
    float: right;

}
.business-service-px{
    padding-top: 10px;
}
.business-service-px li{
    width:50%;
    float: left;
    font-size: 14px;
    color: #fbf8f8;
    line-height: 26px;
}
.business-service-side.pos1{
    left:0;
    top: 55px;
}
.business-service-side.pos2{
    right:0;
    top: 55px;
}
.business-service-side.pos3{
    left:0;
    top: 280px;
}
.business-service-side.pos4{
    right:0;
    top: 280px;
}

/*8*/
.business-advantage-wrap{
    padding:40px 0;
    background-color: #f4f5f9;
}
.business-advantage-con{
    width:1035px;
    position: relative;
    height:666px;
    margin-left: auto;
    margin-right: auto;
    background: url("/addons/cms/view/default/images/ico-bus4.png") no-repeat center top;
}
.business-advantage-side{
    width:380px;
    height: 180px;
    position: absolute;
}
.business-advantage-side.bc01{
    background-color: #83d3d9;
    left:0;
    top:0;
}
.business-advantage-side.bc02{
    background-color: #f5ba74;
    left:0;
    top:240px;
}
.business-advantage-side.bc03{
    background-color: #9486b8;
    left:0;
    bottom:0px;
}
.business-advantage-side.bc04{
    background-color: #c583d8;
    right:0;
    top:0;
}
.business-advantage-side.bc05{
    background-color: #f59475;
    right:0;
    top:240px;
}
.business-advantage-side.bc06{
    background-color: #83bcf5;
    right:0;
    bottom:0px;
}
.business-advantage-side.color1 .hx{
    color: #3d3d3d;
}
.business-advantage-side.color1 .px{
    color: #5d5c5c;
}

.business-advantage-side.color2 .hx{
    color: #fff;
}
.business-advantage-side.color2 .px{
    color: #fff;
}
.business-advantage-side .hx{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.business-advantage-side .px{
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
}
.business-advantage-pd{
    padding:20px 20px;
}

/*9*/
.business-form-wrap{
    background-image: url("/addons/cms/view/default/images/bg-bus04.jpg");
    height: 500px;
}
.business-form-main{
    height: 500px;
    position: relative;
}
.business-contact{
    width:385px;
    height:500px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left:78px;
}
.business-contact-pd{
    padding:40px 25px;
}
.business-form-con{
    width:500px;
    height:500px;
    position: absolute;
    right:78px;
}
.business-contact .hx{
    text-align: center;
    color: #fffffe;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.business-contact .px{
    font-size: 14px;
    color: #fffffe;
    text-align: center;
    line-height: 24px;
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom:1px solid #fffffe;
    margin-left: 20px;
    margin-right: 20px;
}
.business-contact-desc{
    padding-top: 30px;
    font-size: 14px;
    color: #fffffe;
    line-height: 22px;
}
.business-contact-desc div{
    margin-bottom: 10px;
    margin-left: 5px;
}
.business-contact-desc span.s1{
    float: left;
    width:75px;
}
.business-contact-desc span.s2{
    float: left;
    width: 255px;
}
.business-more a{
    display: block;
    width:195px;
    height: 42px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #edbf17;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}
.business-form-con{
    padding:40px 20px;
}
.business-form-con .tit{
    text-align: center;
    color: #fffffe;
    font-size: 30px;
    line-height: 40px;
}
.business-form-con .inp{
    height: 38px;
    overflow: hidden;
    margin-bottom: 20px;
}
.business-form-con span.nm{
    float: left;
    width: 95px;
    line-height: 38px;
    font-size: 16px;
    color: #fffffe;
}
.business-form-con input[type=text]{
    width:388px;
    height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.business-form-con .inp2{
    margin-left: 95px;
}
.business-form-con input[type=submit]{
    display: block;
    width:195px;
    height: 42px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #edbf17;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    border:0
}



/*page 2017-1-15 university corporate*/
.banner-university-wrap {
}

.banner-university-wrap img {
    display: block;
    width: 100%;
}

/*ad start*/
#banner {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

#banner .bannerCon {
    width: 750px;
    height: 350px;
    background: blue;
    margin: 0px auto;
    position: relative;
}

#banner .bannerCon .before {
    width: 600px;
    height: 350px;
    background: rgba(157,157,159, 0.66);
    position: absolute;
    left: -600px;
    bottom: 0px;
    z-index: 333;
}

#banner .bannerCon .before img {
    position: absolute;
    right: 20px;
    top: 150px;
    cursor: pointer;
}

#banner .bannerCon .after {
    width: 600px;
    height: 350px;
    background: rgba(157,157,159, 0.66);
    position: absolute;
    right: -600px;
    bottom: 0px;
    z-index: 333;
}

#banner .bannerCon .after img {
    position: absolute;
    left: 20px;
    top: 150px;
    cursor: pointer;
}

#banner .bannerCon .scroll {
    width: 2000%;
    height: 350px;
    position: relative;
    left: -750px;
}

#banner .bannerCon .scroll img {
    width: 750px;
    height: 350px;
    float: left;
}

#banner .bannerBut {
    width: 200px;
    height: 40px;
    position: absolute;
    left: 300px;
    bottom: 0px;
}

#banner .bannerBut ul li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #666;
    margin: 5px 7px;
    float: left;
}

#banner .bannerBut ul li.hover {
    background: #4DF00B;
}
/*7 ad end*/
.university-tit01{
    color: #3e3d45;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}
.university-tit-px{
    color: #3e3d45;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom:10px;
    text-align: center;
}
.university-tit-px.line01{
    background: url("/addons/cms/view/default/images/univ-line1.png")no-repeat center bottom;
}
.university-tit-px.line02{
    background: url("/addons/cms/view/default/images/univ-line2.png")no-repeat center bottom;
}
.university-tit-px.line03{
    background: url("/addons/cms/view/default/images/univ-line3.png")no-repeat center bottom;
}
.university-tit.color2 .university-tit01,
.university-tit.color2 .university-tit-px{
    color: #fcfdfd;
}
.university-service-list{

}
.university-service-list li{
    width: 245px;
    float: left;
    margin-left: 27.5px;
    margin-right: 27.5px;
}
.university-service-hx{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 10px;
}
.university-service-hx a{
    color: #050505;
}
.university-service-li{
    width: 245px;
    height: 295px;
    position: relative;
    overflow: hidden;
}
.university-service-pic,.university-service-pic img{
    width: 245px;
    height: 295px;
}
.university-service-hov{
    width: 245px;
    height: 295px;
    position: absolute;
    left:0;
    bottom:-295px;
    background-color: rgba(53, 56, 56, 0.88);
}
.university-service-hov.active{
    left:0;
    bottom:0;
}
.university-service-pd{
    padding:20px 15px;
}
.university-service-px{
    font-size: 14px;
    color: #fcfdfd;
    line-height: 24px;
    letter-spacing: .5px;
    height: 120px;
}
.university-service-more{
    text-align: center;
}
.university-service-more a{
    color: #fcfdfd;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:4px 20px;
    border:1px solid #fcfdfd;
}
/*5*/
.university-major-wrap{
    background-image: url("/addons/cms/view/default/images/bg-unv1.png");
    height:470px;
}
.university-major-list li{
    width: 245px;
    height: 300px;
    float: left;
    margin-left: 50px;;
    margin-right: 132px;
    text-align: center;
}
.university-major-list li.last{
    margin-right:0;
}
.university-major-ico{

}
.university-major-ico div{
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/addons/cms/view/default/images/ico-unv1.png") ;
    background-repeat: no-repeat;
}
.university-major-ico div.i1{
    background-position: -2px 0;
}
.university-major-ico div.i2{
    background-position: -165px 0;
}
.university-major-ico div.i3{
    background-position: -328px 0;
}
.university-major-desc .hx a{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
}
.university-major-desc .px{
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    padding-top: 10px;
}

/*6 */
.university-mode-more{
    text-align: center;
}
.university-mode-more a{
    display: inline-block;
    font-size: 14px;
    color: #040404;
    padding:8px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #040404;
}
.university-mode-con{
    position: relative;
    width:1106px;
    height: 280px;
    background: url("/addons/cms/view/default/images/bg-unv2.png") no-repeat center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.university-mode-ul li{
    height: 28px;
    line-height: 28px;
}
.university-mode-ul li i{
    display: block;
    width:15px;
    height: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #3e3d43;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
.university-mode-ul li span{
    float: left;
}
.university-mode-side{
    width: 215px;
    height: 130px;
    position: absolute;
}
.university-mode-side.pos1{
    left: 25px;
    top: 70px;
}
.university-mode-side.pos2{
    left: 430px;
    top: 100px;
}
.university-mode-side.pos3{
    left: 855px;
    top: 100px;
}
.university-mode-side .mode-hx{
    width: 155px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fcfbfb;
    position: absolute;
}
.university-mode-side .mode-hx.pos1{
    right:-35px;
    bottom:-55px;
}
.university-mode-side .mode-hx.pos2{
    right:-55px;
    top:-83px;
}
.university-mode-side .mode-hx.pos3{
    right:-35px;
    bottom:-15px;
}

/*2017-2-2 video play*/
.speed-video-con{
    position: relative;
}
.video-play-wrap{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-color:#000;
    display: none;
    text-align: center;
    z-index: 20;
}
.video-play-main{
    width: 1080px;
    height: 607px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -540px;
    margin-top: -303px;
    background-color: #000;
}
.video-play-wrap video{
    display: none;
    margin-left: auto;
    margin-right: auto;
}
.video-play-wrap a.close-play{
    display: block;
    width:40px;
    height: 37px;
    z-index: 100;
    position: absolute;
    right:0;
    top:0;
    background: url("/addons/cms/view/default/images/close2.png") no-repeat center;
}

/*page  org course2017 2-3 */
.banner-org-wrap {
}

.banner-org-wrap img {
    display: block;
    width: 100%;
}

/*1*/
.org-tit-con {
    text-align: center;
    font-family: '微软雅黑', "Microsoft YaHei UI";
}

.org-tit-con.color1 {
    color: #020202;
}

.org-tit-con.color2 {
    color: #ffffff;
}

.org-tit-hx {
    font-size: 38px;
    line-height: 40px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.org-tit-px {
    font-size: 16px;
    line-height: 20px;
}

/*org pro*/
.org-problem-wrap {
    border-bottom: 9px solid #4874ab;
}

.org-problem-list li {
    width: 480px;
    height: 172px;
    float: left;
    margin-bottom: 50px;
    margin-left: 80px;
}

.org-problem-list div.pro {
    width: 480px;
    height: 172px;
    position: relative;
}

.org-problem-list .bc1 {
    background-color: #83d3d9;
}

.org-problem-list .bc2 {
    background-color: #f5bb75;
}

.org-problem-list .bc3 {
    background-color: #9d99a6;
}

.org-problem-list .bc4 {
    background-color: #b19aec;
}

.org-problem-list .pic {
    position: absolute;
    left: 12px;
    bottom: 10px;
}

.org-problem-list .desc {
    position: absolute;
    left: 90px;
    width: 380px;
    top: 35px;
}

.org-problem-list .hx {
    font-size: 30px;
    font-weight: bold;
    color: #040404;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.org-problem-list .px {
    text-align: center;
    font-size: 20px;
    color: #101010;
    line-height: 24px;
}

.org-problem-more a {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 220px;
    height: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 42px;
    background-color: #4874ab;
    margin-bottom: 10px;
}

/*org 2*/
.org-course-wrap {
    background-color: #1d1d1e;
}

.org-course-more a {
    font-size: 14px;
    color: #000000;
    text-align: center;
    width: 220px;
    height: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 42px;
    background-color: #4df00b;
    margin-bottom: 10px;
}

.org-course-con {
    background-color: #fff;
}

/*org 2*/
.org-course-list li.cour {
    height: 290px;
    width: 560px;
    float: left;
    margin-left: 20px;
    margin-bottom: 40px;
    margin-right: 20px;
}

.org-course-list .tit {
    color: #000000;
    font-size: 20px;
    height: 34px;
    line-height: 34px;
    background: url("/addons/cms/view/default/images/org-ico.png") no-repeat left center;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
}
.org-course-list .tit a{
    color: #000000;
}
.org-course-list .con{
    height: 250px;
    background-color: #f4f5f9;
}
.org-course-list .pic{
    width: 280px;
    height: 250px;
    float: left;
}
.org-course-list .pic img{
    width: 280px;
    height: 250px;
    display: block;
}
.org-course-list .desc {
    width: 280px;
    height: 250px;
    float: left;
}
.org-course-list .desc ul{
    margin-top: 40px;
    margin-left: 35px;
}
.org-course-list .desc li{
    height: 22px;
    margin-bottom: 12px;
    color: #3e3e3e;
    line-height: 22px;
    font-size: 14px;
}
.org-course-list .desc .ico{
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #4c77ad;
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}
.org-course-list .desc .lis1{
    width: 200px;
    float: left;
}

/*org 3*/
.org-mode-pic{
    margin-right: 20px;
    width:576px;
}
.org-mode-desc{
    width: 555px;
    margin-left:45px;
}

.org-mode-desc li{
    width: 435px;
    height: 44px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #4874ab;
    padding:18px 15px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.org-mode-desc .mode1{
    width: 435px;
    height: 44px;
    position: relative;
}
.org-mode-desc .tit{
    line-height: 44px;
    font-size: 25px;
    color: #4874ab;
    border-right:1px dashed #4874ab;
    width: 110px;
    float: left;
}
.org-mode-desc .con{
    width: 310px;
    height: 44px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #343435;
    line-height: 22px;
}


/*org 4*/
.org-team-wrap{
    background-color: #484849;
}
.org-team-con{}
.org-team-con li{
    width: 378px;
    height: 500px;
    background-color: #fff;
    float: left;
    margin-left: 11px;
    margin-right: 11px;
}
.org-team-con li .pic{
    height: 258px;
    background-color: #35353f;
    position: relative;
    width:378px;
    text-align: center;
}
.org-team-con li .pic img{
    height: 258px;
    display: block;
    width:378px;
    
}
.org-team-con .tit{
    background: url("/addons/cms/view/default/images/ico-org2.png") no-repeat 6px center;
    height: 52px;
    margin-top:6px;
    padding-left: 12px;
}
.org-team-con .name{
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    color: #040404;
    float: left;
    width: 125px;

}
.org-team-con .duty{
    width: 220px;
    float: left;
    line-height: 54px;
    color: #6e6e6f;
    font-size: 16px;
}
.org-team-con .px{
    margin-top: 20px;
    padding-left: 12px;
    padding-right: 10px;
    color: #6e6e6f;
    font-size: 14px;
    line-height: 24px;
}



/*activity list 7-5*/
.activ-con-tit{
	text-align: center;
	line-height: 50px;
}
.activ-con-tit .hx{
	font-size:30px;
	color:#1a1a1a;
}	
.activ-con-tit .px{
	font-size:16px;
	color:#666666;
}

.activ-con-menu{
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}
.activ-con-menu li{
	float: left;
	width: 115px;
	height: 40px;
	border:1px solid #929191;
	border-radius:5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-right: 15px;
	font-size:14px;
	color:#1a1a1a;
	text-align: center;
	line-height: 40px;
}
.activ-con-menu li.hov,.activ-con-menu li.hov a{
	background: #5e2c83;
	color:#ffffff;
}
.activ-con-menu li.last{
	margin-right: 0;
}

.activ-con-art li{
	width: 550px;
	height: 423px;
	float: left;
}
.activ-con-art a:hover{
	color:#0063A1;
}
.activ-con-art .pic{
	overflow: hidden;
	width: 550px;
	height: 358px;
}
.activ-con-art li:nth-child(2n),.activ-con-art li.last{
	margin-right: 0;
	float: right;
}
.activ-con-art .tit{
	text-align: center;
	line-height: 30px;
}
.activ-con-art .hx{
	font-size:18px;
	color:#333333;
}
.activ-con-art .px{
	font-size:16px;
	color:#848282;
}

/* activity project 7-5*/

/*activity-bg*/
.activity-bg{
	background-image: url("/addons/cms/view/default/images/activity-bg1.jpg");
	height: 3238px;
}
.activity-banner-wrap{
	width: 1920px;
	height: 545px;
}

/*activity con*/
.activity-topic-tit{
	text-align: center;
	color:#ffffff;
	line-height: 40px;
} 
.activity-topic-tit .hx{
	font-size:30px;
}
.activity-topic-tit .px{
	font-size:18px;
}


.activity-topic-details li{
	width: 385px;
	height: 420px;
	border:1px solid #ffffff;
	float: left;
	margin-right: 15px;
}
.activity-topic-details li.last{
	margin-right: 0;
}
.activity-topic-model{
	border-bottom:1px solid #ffffff;
}
.activity-topic-model .tit{
	width: 245px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#ffffff;
	font-size:30px;
}
.activity-topic-model .tit1{
	width: 122px;
	border-right: 1px solid #5945fe;
}
.activity-topic-model .tit2{
	width: 110px;
}
.activity-topic-model .info,.activity-topic-model span{
	font-size:16px;
}

.activity-topic-content{
	width: 385px;
	line-height: 50px;
}
.activity-topic-content .con,.activity-topic-content a{
	padding:10px 15px;
	font-size:14px;
	color:#ffffff;
}
.activity-topic-content .price{
	width: 185px;
	height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background: #ca9310;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size:16px;
	color:#ffffff;
}
.activity-topic-content .price span{
	text-decoration:line-through;
}


.activity-service-tit{
	width: 875px;
	height: 20px;
	border-bottom: 2px dashed #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.activity-service-tit span{
	background: #2D1E47;
	padding-left: 35px;
	padding-right: 35px;
	color:#ffffff;
	font-size:30px;
}
.activity-service-bg span{
	background: #2F1F4C;
}

.activity-service-con{
	color:#ffffff;
	text-align: center;
	font-size:14px;
}
.activity-service-con li{
	width: 270px;
	height: 160px;
	float: left;
	padding-left:15px;
	padding-top: 60px;
}
.activity-service-con .hx{
	font-size:20px;
}

.activity-service-con .ico{
	background: url("/addons/cms/view/default/images/activity-ico.png");
	width: 76px;
	height: 70px;
	margin-left: auto;margin-right: auto;
}
.activity-service-con .ico.i1{
	background-position: -20px -20px;
}
.activity-service-con .ico.i2{
	background-position: -115px -20px;
}
.activity-service-con .ico.i3{
	background-position: -210px -20px;
}
.activity-service-con .ico.i4{
	background-position: -325px -20px;
}
.activity-service-con .ico.i5{
	background-position: -427px -20px;
}
.activity-service-con .ico.i6{
	background-position: -522px -20px;
}
.activity-service-con .ico.i7{
	background-position: -20px -118px;
}
.activity-service-con .ico.i8{
	background-position: -112px -118px;
}
.activity-service-con .desc{
	height: 80px;
}

.activity-description-con{
	padding:30px 20px;
	color:#ffffff;
	font-size:16px;
	line-height: 40px;
}


.activity-case-tit{
	font-size:30px;
	color:#ffffff;
	text-align: center;
	line-height: 50px;
}
.activity-case-pic li{
	float: left;
	padding:20px;
}


/*wechat page*/
.wechat-banner-wrap{
	height: 568px;
	background-image: url("/addons/cms/view/default/images/wechat-banner.png");
	position: relative;	
}
.wechat-banner-info{
	width: 650px;
	position: absolute;
	top:110px;
	left:475px;
}
.wechat-banner-px{
	font-size:20px;
	color:#ffffff;
	line-height: 30px;
}
.wechat-banner-phone{
	width: 275px;
	font-size:20px;
	color:#ffffff;
	background: #21bb65;
	border-radius:5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	line-height: 60px;
	text-align: center;
}



/*wechat open*/
.wechat-open-titl{
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.wechat-open-titl .hx{
	font-size:36px;
	color:#4f4f4f;
}
.wechat-open-titl .px{
	font-size:16px;
	color:#8d8d8d;
	line-height: 30px;
}
.wechat-open-con li{
	border:1px solid #dcdcdc;
	width: 383px;
	height: 350px;
	margin-right: 22px;
}
.wechat-open-con li.last{
	margin-right: 0;
}
.wechat-open-hea{
	padding:30px 20px;
}
.wechat-open-hea.tit1{
	background: #2782d7;
}
.wechat-open-details{
	width: 310px;
	margin-left: auto;
	margin-right: auto;
}
.wechat-open-details .ico{
	width: 80px;
	height: 75px;
	background-image: url("/addons/cms/view/default/images/wechat-1.png");
}
.wechat-open-details .ico.i1{
	background-position: -16px -10px;
}
.wechat-open-details .ico.i2{
	background-position: -16px -110px;
}
.wechat-open-details .ico.i3{
	background-position: -115px -10px;
}
.wechat-open-details .info{
	width: 220px;
	line-height: 30px;
}
.wechat-open-details .hx1{
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
}
.wechat-open-details .hx2{
	font-size:14px;
	color:#ffffff;
	text-align: center;
}

.wechat-open-desc{
	padding:35px 25px;
	font-size:14px;
}
.wechat-open-time{
	line-height: 30px;
	width: 215px;
}
.wechat-open-time.tim1{
	width: 215px;
}
.wechat-open-time.tim2{
	width: 215px;
}
.wechat-open-desc .hx{
	color:#8d8d8d;
}
.wechat-open-desc .px{
	color:#4f4f4f;
}
.wechat-open-desc .px.px1{
	width: 225px;
}
.wechat-open-content{
	line-height: 30px;
}
.wechat-open-desc .phon{
	width: 180px;
	font-size:14px;
	margin-left: auto;
	margin-right: auto;
}
.wechat-open-desc .phon.p1{
	color:#2782d7;
}
.wechat-open-desc .phon.p2{
	color:#605dae;
	padding-top: 50px;
}
.wechat-open-desc .phon.p3{
	color:#2ba246;
}

/*wechat build*/
.wechat-build-wrap{
	background-image: url("/addons/cms/view/default/images/wechat-bg2.jpg");
	height: 762px;
}
.wechat-build-li{
    height: 552px;
    overflow: hidden;
}
.wechat-build-li li{
	width: 215px;
	float: left;
}
.wechat-build-li li.active{
	width:	338px;
	border:1px solid #0dcece;
	background: #fffff;
}
.wechat-build-li li.active .build-active{
    display: block;
}
.wechat-build-li li.active .build-small{
	display: none;
}
.wechat-build-li .build-small{
	padding:40px 30px;
	text-align: center;
	background: #ffffff;
	border:1px solid #dcdcdc;
	border-left: 0;
}

.wechat-build-li .build-small .hx{
	font-size:22px;
	color:#4f4f4f;
	line-height: 50px;
}
.wechat-build-li .build-small .px{
	font-size:14px;
	color:#8d8d8d;
	line-height: 20px;
}
.wechat-build-li .build-small .list{
	font-size:16px;
	color:#4f4f4f;
	line-height: 40px;
}
.wechat-build-li .build-small .list a{
	display: block;
}

.wechat-build-li li.active .build-active{
	display: block;
	background: #ffffff;
}
.build-active{
	display: none;
}
.build-active .build-ico{
	background: #0dcece;
	padding:20px 10px;
}
.build-active .build-ico .ico{
	background-image: url("/addons/cms/view/default/images/wechat-12.png");
	width: 80px;
	height: 97px;
}
.build-active .build-ico .ico.i1{
	background-position: -22px -21px;
}
.build-active .build-ico .ico.i2{
	background-position: -115px -5px;
}
.build-active .build-ico .ico.i3{
	background-position: -200px -5px;
}
.build-active .build-ico .ico.i4{
	background-position: -297px -21px;
}
.build-active .build-ico .ico.i5{
	background-position: -372px -21px;
}

.build-small .ico{
	background-image: url("/addons/cms/view/default/images/wechat-12.png");
	width: 80px;
	height: 97px;
	margin-left: auto;
	margin-right: auto;
}
.build-small .ico.i1{
	background-position: -22px -21px;
}
.build-small .ico.i2{
	background-position: -113px 0;
}
.build-small .ico.i3{
	background-position: -200px 0;
}
.build-small .ico.i4{
	background-position: -290px 0;
}
.build-small .ico.i5{
	background-position: -372px 0;
}

.build-active .build-ico .desc{
	color:#ffffff;
	line-height: 30px;
	padding-left: 10px;
}
.build-active .build-ico .hx{
	font-size:24px;
}
.build-active .build-ico .px{
	font-size:14px;
}
.build-active .active-li .side{
	border-bottom: 1px solid #0dcece;
	padding:20px;
}
.build-active .active-li .side.last{
	border-bottom: 0;
}
.build-active .active-li .desc{
	margin-left: 20px;
}
.build-active .active-li .i-ico{
	background-image: url("/addons/cms/view/default/images/wechat-13.png");
	width: 45px;
	height: 45px;
}
.build-active .active-li .i-ico.i1{
	background-position: -21px -21px;	
}
.build-active .active-li .i-ico.i2{
	background-position: -88px -21px;	
}
.build-active .active-li .i-ico.i3{
	background-position: -151px -21px;	
}
.build-active .active-li .i-ico.i4{
	background-position: -213px -21px;	
}
.build-active .active-li .side .hx{
	font-size:18px;
	color:#4f4f4f;
}
.build-active .active-li .side .px{
	font-size:14px;
	color:#7f7f7f;
}
.build-active .active-tell{
	font-size:16px;
	color:#0dcece;
	line-height: 30px;
	text-align: center;
}


/*wechat fuction*/
.wechat-function-con{
	padding:20px 90px;
}
.wechat-function-con li{
	margin-right: 120px;
	float: left;
	padding-top:30px;
	width: 260px;
}
.wechat-function-con li:nth-child(3n){
    margin-right: 0;
}
.wechat-function-desc .hx{
	font-size:16px;
	color:#4f4f4f;
	line-height: 30px;
}
.wechat-function-desc .px{
	font-size:12px;
	color:#a0a0a0;
}
.wechat-function-con li.last{
	width: 380px;
}
.wechat-function-ico{
	width: 53px;
	height: 53px;
	background-image: url("/addons/cms/view/default/images/wechat-2.png");
}
.wechat-function-ico.i1{
	background-position: -19px -23px;
}
.wechat-function-ico.i2{
	background-position: -102px -23px;
}
.wechat-function-ico.i3{
	background-position: -188px -23px;
}
.wechat-function-ico.i4{
	background-position: -268px -23px;
}
.wechat-function-ico.i5{
	background-position: -346px -23px;
}
.wechat-function-ico.i6{
	background-position: -427px -23px;
}
.wechat-function-ico.i7{
	background-position: -19px -113px;
}
.wechat-function-ico.i8{
	background-position: -102px -113px;
}
.wechat-function-ico.i9{
	background-position: -188px -113px;
}
.wechat-function-ico.i10{
	background-position: -268px -113px;
}
.wechat-function-ico.i11{
	background-position: -346px -113px;
}
.wechat-function-desc{
	margin-left: 30px;
}


/*wechat push*/
.wechat-push-wrap{
	background: #f8f8f8;
}
.wechat-push-menu{
	width: 545px;
	margin-left: auto;
	margin-right: auto;
}
.wechat-push-menu li{
	float: left;
	width: 150px;
	height: 50px;
	font-size:22px;
	line-height: 50px;
	text-align: center;
	background: #9d9d9d;
	margin-right: 30px;
}
.wechat-push-menu li.last{
	margin-right: 0;
}
.wechat-push-menu li.hov{
	background: #0dcece;
}
.wechat-push-menu li a{
	color:#ffffff;
}

.wechat-push-ico{
	padding:20px 100px;
	margin-left: auto;
	margin-right: auto;
}
.wechat-push-ico li{
	float: left;
	color:#9d9d9d;
	width: 420px;
	height: 92px;
	padding:20px 40px;
}
.wechat-push-ico .desc{
	margin-left: 10px;
}
.wechat-push-ico .hx{
	font-size:24px;
	padding-top: 10px;
}
.wechat-push-ico .px{
	font-size:14px;
	line-height: 30px;
}

.wechat-push-ico .ico{
	background-image: url("/addons/cms/view/default/images/wechat-3.png");
	width: 88px;
	height: 88px;
}
.wechat-push-ico .ico.i1{
	background-position: -22px -21px;
}
.wechat-push-ico .ico.i2{
	background-position: -140px -21px;
}
.wechat-push-ico .ico.i3{
	background-position: -266px -21px;
}
.wechat-push-ico .ico.i4{
	background-position: -393px -21px;
}

.wechat-push-slide{
	position: relative;
}
.wechat-push-slide li{
	width: 890px;
	height: 380px;
	border:1px solid #9d9d9d;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.wechat-push-slide .tit{
	font-size:23px;
	color:#0dcece;
	padding:30px;
}
.wechat-push-prev,.wechat-push-next{
	background-image: url("/addons/cms/view/default/images/wechat-5.png");
	width: 77px;
	height: 117px;
	position: absolute;	
	top:160px;
}	
.wechat-push-prev{
	background-position: 0 -18px;
	left:10px;
}
.wechat-push-next{
	background-position: -125px -18px;
	right:10px;
}


/*wechat trust*/
.wechat-trust-con{
	padding:20px 55px;
}
.wechat-trust-pic{
	position: relative;
}
.wechat-trust-pic .menu{
	font-size:20px;
	padding:5px 50px;
	position: absolute;
	top:475px;
}
.wechat-trust-pic a{
	color:#ffffff;
	display: block;
}

.wechat-trust-li{
	margin-left: 30px;
	width: 750px;
}
.wechat-trust-li li{
	width: 222px;
	height: 250px;
	float: left;
	margin-right: 40px;
	margin-top: 30px;
	color:#ffffff;
	text-align: center;
}
.wechat-trust-li .hx{
	font-size:18px;
	border-bottom: 1px solid #ffffff;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top:10px;
}
.wechat-trust-li .desc{
	font-size:14px;
	line-height: 28px;
}

.wechat-trust-li li:nth-child(3n){
    margin-right: 0;
}
.wechat-trust-li li.i1{
	background-image: url("/addons/cms/view/default/images/wechat-6.png");
}
.wechat-trust-li li.i2{
	background-image: url("/addons/cms/view/default/images/wechat-7.png");
}
.wechat-trust-li li.i3{
	background-image: url("/addons/cms/view/default/images/wechat-8.png");
}
.wechat-trust-li li.i4{
	background-image: url("/addons/cms/view/default/images/wechat-9.png");
}
.wechat-trust-li li.i5{
	background-image: url("/addons/cms/view/default/images/wechat-10.png");
}
.wechat-trust-li li.i6{
	background-image: url("/addons/cms/view/default/images/wechat-11.png");
}

.wechat-trust-li .ico{
	background-image: url("/addons/cms/view/default/images/wechat-4.png");
	width: 55px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.wechat-trust-li .ico.ico-1{
	background-position: -20px -20px;
}
.wechat-trust-li .ico.ico-2{
	background-position: -107px -20px;
}
.wechat-trust-li .ico.ico-3{
	background-position: -192px -20px;
}
.wechat-trust-li .ico.ico-4{
	background-position: -275px -20px;
}
.wechat-trust-li .ico.ico-5{
	background-position: -20px -102px;
}
.wechat-trust-li .ico.ico-6{
	background-position: -107px -102px;
}


/*tag page*/
.tag-banner-wrap{
	background-image: url("/addons/cms/view/default/images/tag-banner.jpg");
	height: 498px;
}
.tag-location-wrap{
	height: 40px;
	background: #eeeeef;
}
.tag-location{
	line-height: 40px;
	font-size:16px;
	color:#2b2a2a;
}
.tag-location span.sp1{
	color:#040404;
}
.tag-location span.sp2{
	font-weight:bold;
}
.tag-location span.sp3{
	color:#ff0000;
}
.tag-location span.sp4{
	color:#ff0000;
	font-weight:bold;
}
.tag-cont-tit{
	text-align: center;
	color:#070707;
	font-size:30px;
}
.tag-cont-li li{
	float: left;
	width: 378px;
	height: 367px;
	border:1px solid #dcdcdc;
	font-size:14px;
	padding:10px 5px;
	margin-right: 14px;
	margin-top: 30px;
	position: relative;
}
.tag-cont-li li:nth-child(3n){
	margin-right: 0;
}
.tag-cont-li .pic{
	text-align: center;
	width: 380px;
	height: 198px;
	overflow: hidden;
}	
.tag-cont-li .tit{
	height: 30px;
	overflow: hidden;
}
.tag-cont-li .tit span.sp1{
	border:1px solid #2bb1f8;
	text-align: center;
	padding:10px;
	margin-right: 10px;
}
.tag-cont-li .tit span.sp1 a{
	color:#2bb1f8;
}
.tag-cont-li .tit span.sp1 a:hover,.tag-cont-li .tit span.sp2 a:hover{
	color:red;
}
.tag-cont-li .tit span.sp2{
	line-height: 25px;
	font-size:16px;
}
.tag-cont-li .tit span.sp2 a{
	color:#5c5c5c;
}
.tag-cont-li .summary{
	line-height: 25px;
}
.tag-cont-li .summary span{
	float: right;
	color:#14a1e9
}
.tag-cont-li .summary span a{
	color:#14a1e9;
}
.tag-cont-li .summary span a:hover{
	color:red;
}
.tag-cont-li .time{
	position: absolute;
	bottom:20px;
}
.tag-cont-li .time span.sp1{
	color:#099999;
}
.tag-cont-li .time span.sp2 a{
	color:#5f678b;
}
.tag-cont-li .time span.sp2 a:hover{
	color:red;
}
.tag-cont-li .time span.sp2 .ico{
	width: 16px;
	height: 16px;
	background-image: url("/addons/cms/view/default/images/tag-ico1.png");	
	margin-top: 2px;
	margin-right: 10px;
}
.tag-cont-li .time span.sp3{
	color:#767070;
}
.tag-cont-li .time span.sp3 i{
	width: 18px;
	height: 18px;
	background-image: url("/addons/cms/view/default/images/tag-ico2.png");
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 12px;
}
.tag-cont-page{
	text-align: center;
}
.tag-cont-page a{
	display: inline-block;
	background-color: #008cd6;
	padding: 5px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	color: #ffffff;
	margin-right: 3px;
}
.tag-cont-page span{
	display: inline-block;
	background-color: #FFEFDB;
	padding: 5px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	color: #000000;
	margin-right: 3px;
}


/*行业网站建设方案 2017-10-29*/
.solution-header-wrap{
	width: 100%;
}
.solution-location-wrap{
	border-bottom:1px solid #eeeeee;
}
.solution-location-lef{
	position: relative;
	width: 450px;
}
.solution-location-tit{
	margin-left: 40px;
	margin-top: 7px;
}
.solution-location-tit .hx{
	font-size:18px;
	line-height: 35px;
	color:#333333;
	
}
.solution-location-tit .px{
	color:#666666;
	font-size:14px;
	letter-spacing: 2px;
}
.solution-location-ico{
	width: 20px;
	height: 20px;
	border:1px solid #eeeeee;
	border-radius:50%;
	background: #777474;
	border:0;
	position: absolute;
	top:28px;
	left:210px;
}

.solution-location-righ{
	color:#666666;
	font-size:14px;
}
.solution-location-righ .ico{
	width: 30px;
	height: 40px;
	background-image: url("/addons/cms/view/default/images/solution-ico.png");
	background-position: -15px -10px;
	margin-right: 20px;
}

.solution-tit-main{
	text-align: center;
	font-size:24px;
	color:#000000;
	font-weight:bold;
}
.solution-tit-main span{
	color: #686868;
    font-weight: normal;
	font-size:16px;
	margin-left: 10px;
}

/*solution product*/
.solution-product-lef{
	font-size:16px;
	color:#261c1c;
	position: relative;
	width: 325px;
}
.solution-product-lef .pic1{
	background-image: url("/addons/cms/view/default/images/solution-bg1.png");
	height: 580px;
	position: relative;	
	color:#ffffff;
}
.solution-product-lef .pic2{
	background-image: url("/addons/cms/view/default/images/solution-bg2.png");
	height: 580px;
	color:#ffffff;
}
.solution-product-lef .pic3{
	background-image: url("/addons/cms/view/default/images/solution-bg3.png");
	height: 580px;
	color:#ffffff;
}
.solution-product-lef .pic4{
	background-image: url("/addons/cms/view/default/images/solution-bg4.png");
	height: 580px;
	color:#ffffff;
}
.solution-product-lef .pictyp .hx{
	font-size:24px;
	font-weight:bold;
	position: absolute;	
	top:38px;
	left: 56px;
}
.solution-product-lef .pictyp .px{
	position: absolute;	
	left: 35px;
	top: 97px;
}
.solution-product-lef .pictyp .px1{
	left:20px;	
}
.solution-product-lef .pictyp .sj{
	position: absolute;
	top:380px;
	left:115px;
	font-size:14px;
}
.solution-product-lef .pictyp .pc{
	position: absolute;
	top:460px;	
	left:115px;
	font-size:14px;
}


.solution-product-righ{
	background: #f8f8f8;
	width: 855px;
	height: 570px;
	margin-top: 10px;
}
.solution-product-righ li{
	float: left;
	width: 268px;
	height: 179px;
	border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
	padding:5px 8px;
}
.solution-product-righ li .pic{
	width: 270px;
	height: 150px;
	overflow: hidden;
}
.solution-product-righ li .hx{
	font-size:15px;
	color:#666666;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.solution-product-righ li.last{
	text-align: center;
	width: 284px;
	height: 129px;
	padding:30px 0;
	
}
.solution-product-righ li.last .mhx{
	color:#666666;
	font-size:16px;
	padding-top: 20px;
	letter-spacing: 3px;
	display: block;
}
.solution-product-righ li.lst1:hover{
	background: #346896;
}
.solution-product-righ li.lst2:hover{
	background: #1CABA6;
}
.solution-product-righ li.lst3:hover{
	background: #46C570;
}
.solution-product-righ li.lst4:hover{
	background: #F9C700;
}
.solution-product-righ li.last a:hover{
	color:#ffffff;
}

.solution-list-wrap{
	background-image: url("/addons/cms/view/default/images/solution-bg.png");
}
.solution-list-lef{
	width: 800px;
}
.solution-list-lef li{
	float: left;
	width: 800px;
	border-bottom: 2px solid #bbbbbb;
	margin-bottom: 30px;
}
.solution-list-lef li:nth-child(5){
	margin-bottom: 10px;
}
.list-lef-info .pic{
	width: 270px;
	height: 150px;
	margin-right: 20px;
}
.list-lef-info .desc{
	width: 510px;
	font-size:16px;	
}
.list-lef-info .desc h3{
	font-weight: normal;
	font-size:18px;
}
.list-lef-info .desc .px{
	font-size:14px;
	line-height: 23px;
}
.list-lef-info .desc .px span{
	float: right;
	margin-top: 20px;
}
.list-lef-info .desc .px span a{
	color:red;
}
.list-lef-info .desc .px span a:hover{
	color:#0063A1;
}
.list-lef-tim{
	font-size:14px;
	line-height: 35px;
}
.list-lef-tim span.sp1{
	width: 200px;
}
.list-lef-tim span.sp1 a{
	font-weight: bold;
}
.list-lef-tim span.sp2{
	text-align: center;
	width: 470px;
	color:#524af7;
}
.list-lef-tim span.sp3{
	text-align: right;
	width: 123px;
}
.solution-list-lef .page{
	text-align: center;
}
.solution-list-lef .page a{
	display: inline-block;
	padding: 7px 14px;
	border: 1px solid #006197;
	color: #006197;
	margin-top: 10px;
	margin-left: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
}
.solution-list-lef .page span{
	display: inline-block;
	padding: 7px 14px;
	border: 1px solid #000000;
	color: #333333;
	margin-top: 10px;
	margin-left: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
}

.solution-list-righ{
	width: 366px;
	margin-left: 20px;
}
.solution-recommend{
	border:1px solid #c5c3c3;
	padding:5px 17px;
}
.recommend-hx{
	font-size: 18px;
	border-bottom: 1px solid #c5c3c3;
	line-height: 50px;
	margin-bottom: 20px;
}
.recommend-hx span{
	margin-left: 10px;
	color:#666666;
	font-size:14px;
}
.solution-recommend .piclist li{
	float: left;
	margin-bottom: 20px;
}
.solution-recommend .piclist li:nth-child(5){
	margin-bottom: 0;
}
.solution-recommend .piclist li h3{
	font-weight: normal;
	text-align: center;
}
.solution-recommend .piclist li .pic{
	width: 330px;
	height: 175px;
	overflow: hidden;
}
.solution-website .heig{
	margin-bottom: 10px;
}
.solution-website li{
	float: left;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size:16px;
	border-bottom: 1px dashed #1294D9;
	position: relative;
	overflow: hidden;
}
.solution-website li i{
	position: absolute;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #7bc91e;
	left: 2px;
	top: 21px;
}
.solution-website li a{
	position: absolute;
	left: 20px;
}
.solution-website li a:hover {
    font-size: 18px;
    margin-left: 3px;
}

.solution-arti-wrap{
	background:#f4f4f4;
}
.solution-arti-lef{
	width: 770px;
	border:1px solid #c5c3c3;
	padding:10px 15px
}
.solution-arti-tit{
	text-align: center;
	border-bottom: 1px solid #c5c3c3;
	padding-bottom: 20px;
}
.solution-arti-tit h3{
	font-size:18px;
	line-height: 50px;
}
.solution-arti-tit .px span{
	margin-right: 50px;
	font-size:14px;
}
.solution-arti-tit .px span:nth-child(3){
	margin-right: 0;
}
.solution-arti-tit .px span i{
	color:#3371BC;
}
.solution-arti-cont{
	font-size:16px;
	color:#333333;
	line-height: 30px;
}


/*产品中心*/
.xktj {padding: 30px 0; height: 680px;/* background:url(/addons/cms/view/default/images/xktj.jpg) no-repeat center;*/}
.xktj_con .pro_left {width: 230px;background: #fff; border: 1px #cccccc solid;}
.xktj_con .pro_left h3 {height: 40px;padding:17px 0;position: relative;font-size: 20px;background: #1261a3;}
.xktj_con .pro_left h3 a {color: #fff;display: block;background: url(/addons/cms/view/default/images/xktjicon.png) no-repeat 33px center;height: 40px;line-height: 40px; text-align: center;}
.xktj_con .pro_left .left_con01 ul li {height:55px;line-height:55px;font-size: 14px;white-space: nowrap;overflow: hidden; 
text-overflow: ellipsis;position: relative;padding-left: 30px;border-bottom: 1px solid #dcdbdb;}
.xktj_con .pro_left .left_con01 ul li a {display: block;background: url(/addons/cms/view/default/images/jt01.png) no-repeat 160px center; font-size: 16px;}
.xktj_con .pro_left .left_con01 ul li:hover ,.xktj_con .pro_left .left_con01 ul li.cur {background: #FB8302;}
.xktj_con .pro_left .left_con01 ul li:hover a ,.xktj_con .pro_left .left_con01 ul li.cur a {color: #fff;background: url(/addons/cms/view/default/images/jt02.png) no-repeat 160px center;}

.xktj_con .pro_right {padding: 20px 20px 14px 20px;*padding: 20px 20px 65px 20px; background: #fff;width: 920px; border: 1px #cccccc solid;}
.xktj_con .pro_right ul {display: none;}
.xktj_con .pro_right ul.cur {display: block;}
.xktj_con .pro_right ul li {height:308px;float: left;margin: 0 0 20px 35px; margin-bottom: 50px;}
.xktj_con .pro_right ul li.bdnot {margin-left: 0;}
.xktj_con .pro_right ul li img {border: 5px solid #eae9e9;}
.xktj_con .pro_right ul li span {display: block; font-size: 14px;text-align: center;white-space: nowrap;overflow: hidden; text-overflow: ellipsis; padding-left:10px; padding-right:10px;}

.xktj_con .pro_right ul li:hover img {border: 5px solid #f89327;}
.xktj_con .pro_right ul li:hover span {color: #70bc0a;}

.sylxwm{ padding-top:13px; padding-bottom:13px;}
.sylxwm1{ padding-bottom:10px;}
.sylxwm2{ padding-left:10px; padding-right:10px; line-height:28px; font-size:14px;}





/*优势*/
.kecheng { overflow: hidden; width: 100%; padding: 40px 0; /*background:url(/addons/cms/view/default/images/xktj1.jpg) no-repeat center;*/}
/*.title { overflow: hidden; width: 100%;}*/
.title h2 { text-align: center; font-size:36px; color: #333;}
.title h2 a { color:#00359c;}
.title p { font-size: 16px; color:#2a7fd7; text-align: center; margin-top: 5px;}
.kecheng .listbox { overflow: hidden; width:1200px; margin: 0 auto; margin-top: 35px; height: 520px;}
.kecheng .listbox li { float: left; width: 590px; height: 250px; margin: 0 5px 10px 5px; background-color:#f7f7f7; box-shadow: 0 4px 4px #ccc;}
.kecheng .listbox img { display: block; float: left;}
.kecheng .listbox .wen { overflow: hidden; width: 280px; float: left; margin-left: 25px;}
.kecheng .listbox h3 { /*text-align: center;*/ font-weight:bold; margin-bottom: 5px; font-size:20px; color: #333; margin-top: 35px;}
.kecheng .listbox span { display: block; margin-bottom: 20px; /*text-align: center;*/ font-size:14px; color: #999;}
.kecheng .listbox span b {
    color: #ff0000;
}
.kecheng .listbox p {
    padding-top: 20px;
    border-top: 1px dashed #c2c2c2;
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-bottom: 30px;
}
.kecheng .listbox .more {
    display: block;
    width: 126px;
    height: 33px;
    background: url(/addons/cms/view/default/images/kc05.jpg) no-repeat center top;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
}




















