body {
    background-color: #F7F7F7;
}


.nav-t-serch span.search_icon {
    display: inline-block;
    cursor: pointer;
    width: 83px;
    height: 24px;
    background: #0a1b85;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 4px 4px 0;
    padding-top: 6px;
}
#topAd {
    text-align: center;
    background: -webkit-linear-gradient(#334be4, #0a1c86);
    background: -o-linear-gradient(#334be4, #0a1c86);
    background: -moz-linear-gradient(#334be4, #0a1c86);
    background: linear-gradient(#334be4, #0a1c86);
}

#topAd a {
    height: 48px;
    display: block;
    width: 100%;
    /*background: url("../images/topad.jpg") center top no-repeat;*/
    position: relative;
}

#topAd a span {
    position: absolute;
    top: 19%;
    right: 18%;
}

.topCity {
    width: 100%;
    height: 30px;
    background-color: #e6e6e6;
}

.topCity .topC-left {
    float: left;
    cursor: pointer;
    margin-left: 99px;
    position: relative;
}

.topCity .topC-left s {
    width: 10px;
    height: 12px;
    background: url("../images/spirit.png") no-repeat 0 0;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}

.topCity .topC-left span {
    float: left;
    font: 12px/30px "微软雅黑";
}

.topCity .topC-left i {
    width: 9px;
    height: 6px;
    background: url("../images/spirit.png") no-repeat -11px -4px;
    float: left;
    margin-top: 14px;
    margin-left: 8px;
}

.topCity .topC-left div {
    position: absolute;
    width: 130px;
    background-color: #fff;
    top: 30px;
    left: 0;
    padding: 8px 0 0 10px;
    border: 1px solid #e6e6e6;
    z-index: 100;
}

.topCity .topC-left div a {
    display: block;
    float: left;
    margin: 0 10px 8px 0;
    text-align: center;
    width: 55px;
    height: 25px;
    background-color: #f0f0f0;
    font: 12px/25px "微软雅黑";
    color: #000;
}

.topCity .topC-left div a:hover {
    color: #131A83;
    font-weight: 600;
}
.topCity .topC-right {
    position: relative;
}
.topCity .topC-right .guanzhuEWM {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 30px;
    right: 9px;
    display: none;
}
.topCity .topC-right .guanzhuEWM img {
    width: 150px;
    height: 150px;
}
.topCity .topC-right {
    float: right;
        /*margin-right: 8%;*/
}

.topCity .topC-right li {
    float: left;
    height: 30px;
}

.topCity .topC-right li a {
    font: 12px/14px "微软雅黑";
    color: #707070;
    display: block;
    margin-top: 8px;
    border-left: 1px solid #b9b9b9;
    text-align: center;
    padding: 0 18px;
}

.topCity .topC-right li a i {
    background: url("../images/spirit.png") no-repeat -11px -4px;
    width: 9px;
    height: 6px;
    float: right;
    margin-top: 5px;
    margin-left: 4px;
}

.topCity .topC-right li:last-child {
    margin-right: 5px;
}

nav {
    background-color: #fff;
}

nav .nav-top {
    /* overflow: hidden; */
}

.nav-t-logo img {
    width: 100%;
    /*height: 90px;*/
}

nav .nav-top .nav-t-logo {
    margin: 23px 39px 0 0;
    float: left;
    width: 28%;
}

nav .nav-top .nav-t-serch {
    width: 31.5%;
    height: 94px;
    margin-top: 0px;
    float: left;
}

nav .nav-top .nav-t-serch > div {
    height: 38px;
}

nav .nav-top .nav-t-serch > div input {
    width: 288px;
    height: 30px;
    border: 1px solid #0a1b85;
    background-color: transparent;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding-left: 11px;
    float: left;
    color: #333;
    box-sizing: border-box;
}

nav .nav-top .nav-t-serch > div input::-webkit-input-placeholder,
nav .nav-top .nav-t-serch > div textarea::-webkit-input-placeholder {
    font: 14px/14px 微软雅黑;
    color: #bcbcbc;
}

nav .nav-top .nav-t-serch > div input:-moz-placeholder,
nav .nav-top .nav-t-serch > div textarea:-moz-placeholder {
    font: 14px/14px 微软雅黑;
    color: #bcbcbc;
}

nav .nav-top .nav-t-serch > div input::-moz-placeholder,
nav .nav-top .nav-t-serch > div textarea::-moz-placeholder {
    font: 14px/14px 微软雅黑;
    color: #bcbcbc;
}

nav .nav-top .nav-t-serch > div input:-ms-input-placeholder,
nav .nav-top .nav-t-serch > div textarea:-ms-input-placeholder {
    font: 14px/14px 微软雅黑;
    color: #bcbcbc;
}

nav .nav-top .nav-t-serch > div button {
    width: 83px;
    height: 30px;
    border: 0;
    float: left;
    background-color: #0a1b85;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

nav .nav-top .nav-t-serch > div button s {
    display: block;
    width: 20px;
    height: 18px;
    background: url("../images/spirit.png") no-repeat 0 -13px;
    margin-left: 31px;
}

nav .nav-top .nav-t-serch ul {
    width: 100%;
    height: 46px;
    text-align: center;
    margin:0;
}

nav .nav-top .nav-t-serch ul li {
    font: 12px/18px 微软雅黑;
    color: #505050;
    display: inline-block;
    margin-top: 18px;
}

nav .nav-top .nav-t-serch ul li s {
    display: block;
    width: 16px;
    height: 18px;
    float: left;
    margin-right: 6px;
    margin-left: 10px;
}

nav .nav-top .nav-t-serch ul li:nth-child(1) s {
    background: url("../images/spirit.png") no-repeat -20px 0;
}

nav .nav-top .nav-t-serch ul li:nth-child(2) s {
    background: url("../images/spirit.png") no-repeat -36px 0;
}

nav .nav-top .nav-t-serch ul li:nth-child(3) s {
    background: url("../images/spirit.png") no-repeat -52px 0;
}

nav .nav-top .nav-t-serch ul li:nth-child(4) s {
    background: url("../images/spirit.png") no-repeat -68px 0;
}

nav .nav-top .nav-t-phone {
    float: left;
    margin-top: 50px;
    margin-left: 31px;
}

nav .nav-top .nav-t-phone s {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/spirit.png") no-repeat 0 -32px;
    float: left;
    margin-right: 6px;
}

nav .nav-top .nav-t-phone p {
    font: 600 18px/20px "[FZZYJW]";
    color: #909090;
    float: left;
}
nav .nav-top .nav-t-ewm {
    float: right;
    height: 100px;
    /* margin-top: -5px; */
    overflow: hidden;
        margin-right: 3px;
}
nav .nav-top .nav-t-ewm img {
    width: 110px;
    position: relative;
    top: -5px;
    right: 6px;
}
nav .nav-m {
    width: 100%;
    background-color: #0a1b85;
}

nav ul.nav-main li {
    float: left;
}

nav ul.nav-main li.service-lits ul {
    float: left;
}

nav ul.nav-main li.allService {
    width: 200px;
    height: 42px;
    text-align: center;
    background-color: #0a1b85;
    color: #FFF;
    cursor: pointer;
    position: relative;
}

nav ul.nav-main li.allService s.allIcon {
    display: block;
    float: left;
    width: 16px;
    height: 13px;
    background: url("../images/spirit.png") no-repeat -20px -18px;
    margin: 15px 18px 0 19px;
}

nav ul.nav-main li.allService > i {
    display: block;
    width: 12px;
    height: 8px;
    background: url("../images/spirit.png") no-repeat -37px -18px;
    float: left;
    margin: 17px 0 0 21px;
}

nav ul.nav-main li.allService > span {
    float: left;
    font: 500 15px/42px "微软雅黑";
}

nav ul.nav-main li.service-lits ul li {
    width: 124px;
    position: relative;
}
nav ul.nav-main li.service-lits ul li s {
    display: block;
    width: 22px;
    height: 10px;
    position: absolute;
    top: 3px;
    right: 11px;
    background: url("../images/hot.gif") no-repeat ;

}
nav ul.nav-main li.service-lits ul li a {
    display: block;
    color: #FFF;
    text-align: center;
    font: 14px/42px 微软雅黑;
}

nav ul.nav-main li.service-lits ul li a:hover {
    background-color: #b22e35;
}

.allService-lits {
    width: 200px;
    height: 440px;
    background-color: rgba(178, 46, 53, 0.7);
    position: absolute;
    z-index: 300;
    top: 42px;
    left: 0;
}

.allService-li {
    height: 62px;
    width: 100%;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}
.allService-li:hover {
    background-color: #fff;
}
.allService-li:hover span {
    color: #323232;
}
.allService-li > s {
    display: inline-block;
    width: 21px;
    height: 24px;
    vertical-align: middle;
    margin: 0 32px 0 0;
}

.allService-li:nth-child(1) s {
    width: 19px;
    height: 20px;
    background: url("../images/allserver_01.png") no-repeat;}
.allService-li:nth-child(2) s {
    width: 21px;
    height: 24px;
    background: url("../images/allserver_02.png") no-repeat;}
.allService-li:nth-child(3) s {
    width: 19px;
    height: 22px;
    background: url("../images/allserver_03.png") no-repeat;}
.allService-li:nth-child(4) s {
    width: 22px;
    height: 22px;
    background: url("../images/allserver_04.png") no-repeat;}
.allService-li:nth-child(5) s {
    width: 24px;
    height: 18px;
    background: url("../images/allserver_05.png") no-repeat;}
.allService-li:nth-child(6) s {
    width: 21px;
    height: 26px;
    background: url("../images/allserver_06.png") no-repeat;
    background-size: contain;
}
.allService-li:nth-child(7) s {
    width: 20px;
    height: 20px;
    background: url("../images/allserver_07.png") no-repeat;
}
.allService-lits > ul >li:nth-child(1):hover s{
    background: url("../images/allserver_h_01.png");
}
.allService-lits > ul >li:nth-child(2):hover s{
    background: url("../images/allserver_h_02.png");
}
.allService-lits > ul >li:nth-child(3):hover s{
    background: url("../images/allserver_h_03.png");
}
.allService-lits > ul >li:nth-child(4):hover s{
    background: url("../images/allserver_h_04.png");
}
.allService-lits > ul >li:nth-child(5):hover s{
    background: url("../images/allserver_h_05.png");
}
.allService-lits > ul >li:nth-child(6):hover s{
    background: url("../images/allserver_h_06.png") no-repeat;
    background-size: contain;
}
.allService-lits > ul >li:nth-child(7):hover s{
    background: url("../images/allserver_h_07.png") no-repeat;
    background-size: contain;
}
.allService-li span {
    display: inline-block;
    font: 400 14px/62px 微软雅黑;
    color: #FFF;
    vertical-align: middle;

}

.allService-li > i {
    display: inline-block;
    width: 6px;
    height: 12px;
    vertical-align: middle;
    margin-left: 42px;
    background: url("../images/spirit.png") no-repeat -50px -18px;
}
.allService-lits > ul >li:nth-child(1):hover i{
    background: url("../images/spirit.png") no-repeat -59px -19px;
}
.allService-lits > ul >li:nth-child(2):hover i{
    background: url("../images/spirit.png") no-repeat -59px -19px;
}
.allService-lits > ul >li:nth-child(3):hover i{
    background: url("../images/spirit.png") no-repeat -59px -19px;
}
.allService-lits > ul >li:nth-child(4):hover i{
    background: url("../images/spirit.png") no-repeat -59px -19px;
}
.allService-lits > ul >li:nth-child(5):hover i{
    background: url("../images/spirit.png") no-repeat -59px -19px;
}
.allS-box {
    width: 872px;
    height: 440px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 200;
}

.allS-box dl dd > div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.allS-box .childLeft {
    width: 135px;
    height: 50px;
    text-align: center;
    float: left;
    margin-right: 10px;
    font: 600 14px/50px 微软雅黑;
    color: #111;
}

.allS-box .childRight {
    width: 78%;
    float: left;
    border-bottom: 1px solid #c1c1c1;
    text-align: left;
}

.allS-box .childRight a p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 50px;
    font: 400 14px/50px 微软雅黑;
    color: #777;
    margin-right: 33px;
    text-align: left;

}

.allS-box .childRight a:hover p {
    color: #0a1b85;
    font-weight: 600;
}

/*banner*/
div.banner {
    width: 100%;
    height: 440px;
    position: relative;
}

div.banner ul.ban-img {
    width: 100%;
    height: 440px;
}

div.banner ul.ban-img li {
/*    z-index: 0;*/
    display: none;
                width:100%;  
            position:relative;  
            overflow:hidden;  
            height:440px; 
}

div.banner ul.ban-img li:first-child {
    /*z-index: 1;*/
    display: block;
}
div.banner ul.ban-img li a {
    display: block;
    width:1920px;  
    position:absolute;  
    left:50%;  
    margin-left:-960px;  
}
div.banner ul.ban-img li img {
    height:450px; 
    position: relative;
    top: -10px;
    width: 100%;
/*    width: 100%;
    height: 440px;
    position: absolute;
    top: 0;*/
}

div.banner ol.ban-dot {
    display: block;
    position: absolute;
    left: 48%;
    bottom: 13px;
    z-index: 2;
}

div.banner ol.ban-dot li {
    width: 30px;
    height: 6px;
    float: left;
    margin-right: 20px;
    background-color: #fff;
    cursor: pointer;
}

div.banner ol.ban-dot li.cur {
    background-color: #0a1b85;
}

div.banner div.banner-content {
    position: absolute;
    top: 17px;
    right: 6%;
    z-index: 999;
    width: 226px;
    text-align: center;
}

div.banner div.banner-content .banner-content-side {
    background: #0018bd;
    color: #fff;
    position: relative;
    margin-bottom: 9px;
    height: 221px;
    overflow: hidden;
    display: block;
}

div.banner div.banner-content .banner-content-side .tempWrap {
    overflow: hidden;
    position: relative;
    width: 226px;
}

div.banner div.banner-content .banner-content-side .tempWrap .banner-side-ul {
    width: 3690px;
    height: 222px;
    position: relative;
    left: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

div.banner div.banner-content .banner-content-side .tempWrap .banner-side-ul li {
    float: left;
    width: 226px;
    display: block;
    padding: 25px 0 20px;
    position: relative;
    left: 0;
    top: 0;
}

div.banner div.banner-content .banner-content-side .tempWrap .banner-side-ul li p.company-name {
    font-size: 20px;
}

div.banner div.banner-content .banner-content-side .tempWrap .banner-side-ul li p.company-name-2 {
    font-size: 12px;
    line-height: 24px;
}

div.banner div.banner-content .banner-content-side .tempWrap .banner-side-ul li label.company-price {
    display: block;
    margin: 33px 0 30px;
    position: relative;
    line-height:100%;
}

div.banner div.banner-content .banner-content-side .tempWrap .banner-side-ul li label.company-price > big {
    font-size: 35px;
    font-weight: bold;
    position: relative;
    top: -1px;
}

div.banner div.banner-content .banner-content-side .tempWrap .banner-side-ul li label.company-price > big span {
    font-size: 46px;
    position: relative;
    top: 3px;
}

div.banner div.banner-content .banner-content-side .tempWrap .banner-side-ul li .side-buy {
    display: block;
    width: 138px;
    height: 30px;
    margin: 0 auto;
    border: 1px #fff solid;
    line-height: 30px;
    color: #fff;
    border-radius: 2px;
}

div.banner div.banner-content .banner-content-side .banner-side-change {
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    display: block;
    width: 13px;
    height: 23px;
    background-image: url(../images/p_n.png);
    z-index: 1000;
}

div.banner div.banner-content .banner-content-side .prev-a {
    background-position: 0 0;
    left: 20px;
}

div.banner div.banner-content .banner-content-side .next-a {
    background-position: -13px 0;
    right: 20px;
}

div.banner div.banner-content .banner-side-bottom {
    background: #fefefe;
}

div.banner div.banner-content .banner-side-bottom .banner-side-up {
    margin: 0 25px;
    padding: 8px 5px;
    border-bottom: 1px #dedede dashed;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    overflow: hidden;
    display: block;
    height: 44px;
}

div.banner div.banner-content .banner-side-bottom .banner-side-up .tempWrap {
    overflow: hidden;
    position: relative;
    height: 44px;
}

div.banner div.banner-content .banner-side-bottom .banner-side-up .tempWrap .right-gundong {
    height: 242px;
    position: relative;
    padding: 0px;
    margin: 0px;
    top: 0;
}

div.banner div.banner-content .banner-side-bottom .banner-side-up .tempWrap .right-gundong li {
    line-height: 22px;
    height: 22px;
    width: 186px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

div.banner div.banner-content .banner-side-bottom .banner-side-safe {
    padding: 15px 0;
}

div.banner div.banner-content .banner-side-bottom .banner-side-safe > b {
    font-size: 15px;
    color: #666;
    font-weight: bold;
}

div.banner div.banner-content .banner-side-bottom .banner-side-safe > p {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-top: 3px;
}

div.banner div.banner-content .banner-side-bottom .banner-side-safe .banner-safe-list {
    overflow: hidden;
    padding: 6% 3% 0;
}

div.banner div.banner-content .banner-side-bottom .banner-side-safe .banner-safe-list > label {
    display: block;
    float: left;
    font-size: 12px;
    color: #aaa;
    text-align: center;
    /*margin: 0 4px;*/
    cursor: pointer;
    width: 25%;
}

div.banner div.banner-content .banner-side-bottom .banner-side-safe .banner-safe-list > label .safe-icon {
    display: block;
    margin: 0 auto 5px;
    width: 30px;
    height: 30px;
    background-image: url(../images/safe_icon.png);
}

div.banner div.banner-content .banner-side-bottom .banner-side-safe .banner-safe-list > label .safe-icon.icon1 {
    background-position: 0 0;
}

div.banner div.banner-content .banner-side-bottom .banner-side-safe .banner-safe-list > label .safe-icon.icon2 {
    background-position: -30px 0;
}

div.banner div.banner-content .banner-side-bottom .banner-side-safe .banner-safe-list > label .safe-icon.icon3 {
    background-position: -60px 0;
}

div.banner div.banner-content .banner-side-bottom .banner-side-safe .banner-safe-list > label .safe-icon.icon4 {
    background-position: -90px 0;
}
div.banner div.post-box {
    width: 100%;
    text-align: center;
    font-size:0;-webkit-text-size-adjust:none;
    position: absolute;
    bottom: 8%;
}
div.banner form.q-querry {
    /*position: absolute;*/
    /*bottom: 8%;*/
    /*left: 32%;*/
    display: inline-block;
    /*width: 840px;*/
    height: 39px;
    background-color: rgba(0, 0, 0, .4);
    padding: 11px 0 0 20px;
}

div.banner form.q-querry input {
    line-height: 28px;
    padding: 0 16px;
    border-radius: 4px;
    border: 0;
    text-align: center;
    margin-right: 20px;
    height: 28px;
    width: 110px;
    float: left;
}

div.banner form.q-querry input.q-q-btn {
    background-color: #0a1b85;
    font: 12px/28px 微软雅黑;
    color: #fff;
    vertical-align: bottom;
    cursor: pointer;
    width: 132px;
    height: 28px;
    margin-right: 16px;
    padding:0;
}

div.banner form.q-querry input::-webkit-input-placeholder,
div.banner form.q-querry textarea::-webkit-input-placeholder {
    font: 12px/28px 微软雅黑;
    color: #999;
}

div.banner form.q-querry input:-moz-placeholder,
div.banner form.q-querry textarea:-moz-placeholder {
    font: 12px/28px 微软雅黑;
    color: #999;
}

div.banner form.q-querry input::-moz-placeholder,
div.banner form.q-querry textarea::-moz-placeholder {
    font: 12px/28px 微软雅黑;
    color: #999;
}

div.banner form.q-querry input:-ms-input-placeholder,
div.banner form.q-querry textarea:-ms-input-placeholder {
    font: 12px/28px 微软雅黑;
    color: #999;
}

/*aside*/
.floatBox {
    position: fixed;
    right: 0;
    top: 30%;
    width: 80px;
    z-index: 10000000;
    background-color: rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
}
.floatRight li {
    position: relative;
    height: 86px;
    text-align: center;
    display: table;
    cursor: pointer;
    width: 100%;
}
.floatRight li .floatShow {
    display: table-cell;
    vertical-align: middle;
}
.floatRight li .floatBox-tips {
    color: #fff;
    font-size: 14px;
}
.floatLeft-2 {
    display: table-cell;
    vertical-align: middle;
    padding: 16.5px 0;
    height: 86px;
    box-sizing: border-box;
}
.floatRight li .floatLeft {
    display: none;
    position: absolute;
    left: -212px;
    top: 0;
    background-color: rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    width: 212px;
}
.floatRight li:hover {
    background-color: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.floatRight li:hover .floatLeft {
    display: block;
}
.floatLeft-2 p:first-child {
    height: 30px;
    line-height: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 SimSun, sans-serif;
    font-size: 20px;
}
.floatLeft-2 p:last-child {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.floatLeft p span {
    color: #fff;
}
.floatLeft-3 {
    height: 86px;
    padding: 3px;
    padding-left: 21px;
    box-sizing: border-box;
}
.floatCode-tips {
    margin-left: 90px;
    text-align: center;
    margin-top: 15px;
}
.floatCode-tips p:first-child {
    display: inline-block;
    width: 55px;
    line-height: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    background-color: #425d90;
    border-radius: 3px;
}
.floatCode-tips p:last-child {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    color:#fff;
}
.floatLeft-3 .floatCode {
    float: left;
    height: 80px;
    width: 80px;
}
aside > ul > li a.shoppingCart {
    position: relative;
}
aside > ul > li a.shoppingCart span {
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    background-color: #ef5151;
    left: 22px;
    bottom: 1px;
    text-align: center;
    font: 12px/15px "微软雅黑 Regular";
    color: #FFFFFF;
}
aside > ul > li s {
    display: block;
    width: 37px;
    height: 31px;
    margin: 17px auto 7px;
        background: url("../images/spirit.png") no-repeat -121px -123px;
}
aside > ul > li p {
	    color: #fff;
    font-size: 14px;
}
/* aside > ul {
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 43%;
    right: 0.75%;
    z-index: 10000;
    background-color: rgba(230,230,230,.6);
}
aside > ul > li {
    width: 100px;
    height: 72px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
}
aside > ul > li a.shoppingCart {
    position: relative;
}
aside > ul > li a.shoppingCart span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #b8b8b8;
    left: 13px;
    bottom: 1px;
    text-align: center;
    font: 12px/15px "微软雅黑 Regular";
    color: #FFFFFF;
}
aside > ul > li:hover {
    background-color: #AF2E3A;
}
aside > ul > li:hover p {
    color: #FFF;
}
aside > ul > li a {
    display: block;
    height: 100%;
    overflow: hidden;
}
aside > ul > li.weixinzhixun {
    position: relative;
}
aside > ul > li.weixinzhixun > div {
    position: absolute;
    top: 0;
    right: 101%;
    display: none;
}
aside > ul > li a p {
    font: 12px/12px "微软雅黑 Regular";
    color: #909090;
    text-align: center;
}
aside > ul > li s {
    display: block;
}
aside > ul > li:hover:nth-child(1) s {
    background: url("../images/spirit.png") no-repeat -89px -83px;
}
aside > ul > li:hover:nth-child(2) s {
    background: url("../images/spirit.png") no-repeat -124px -83px;
}
aside > ul > li:hover:nth-child(3) s {
    background: url("../images/spirit.png") no-repeat -86px -120px;
}
aside > ul > li:hover:nth-child(4) s {
    background: url("../images/spirit.png") no-repeat -121px -123px;
}
aside > ul > li:hover:nth-child(5) s {
    background: url("../images/spirit.png") no-repeat -165px -125px;
}
aside > ul > li:nth-child(1) s {
    width: 30px;
    height: 30px;
    margin-top: 11px;
    margin: 11px auto 9px;
    background: url("../images/spirit.png") no-repeat -90px -4px;
}
aside > ul > li:nth-child(2) s {
    width: 45px;
    height: 37px;
    margin: 12px auto 7px;
    background: url("../images/spirit.png") no-repeat -124px -4px;
}
aside > ul > li:nth-child(3) s {
    width: 35px;
    height: 36px;
    margin: 13px auto 5px;
    background: url("../images/spirit.png") no-repeat -86px -38px;
}
aside > ul > li:nth-child(4) s {
    width: 37px;
    height: 31px;
    margin: 17px auto 7px;
    background: url("../images/spirit.png") no-repeat -124px -46px;
}
aside > ul > li:nth-child(5) s {
    width: 30px;
    height: 33px;
    margin: 16px auto 7px;
    background: url("../images/spirit.png") no-repeat -165px -44px;
} */

/*左边QQ咨询*/
.left_f {position:fixed;   bottom:16px;   left:0;   z-index:2000;width:auto; height:488px;overflow:hidden;cursor:default;  color:#000000}
.left_f_1 {width:132px;margin: 0 auto;}
.left_f_1 a {width:140px;text-align:center; color:#000;height:44px;font-size:15px; text-decoration:none}

.right_f {position:fixed;   bottom:150px;   right:1px;   z-index:2000;width:140px; height:350px;overflow:hidden;cursor:default; padding-top:-61px; color:#000000}
.right_f_1 {width:140px;margin: 0 auto;}
.right_f_1 a {width:140px;text-align:center; color:#000;height:44px;font-size:15px; text-decoration:none}

.l_close{ font-size:12px; color:#f00; float:right; cursor:pointer; padding-top:3px}


/*section start*/
.sec-Title {
    text-align: center;
    overflow: hidden;
}

.sec-Title h2 {
    font: 24px/24px "微软雅黑";
    color: #0a1b85;
    text-align: center;
    margin-top: 34px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dedede;
    display: inline-block;
}

.sec-Title p {
    font: 12px/12px "微软雅黑";
    color: #909090;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 30px;
}

/*首页核名*/
.index_query {
    background-color: #f7f7f7;
    margin-top: 34px;
}
.query {
    width: 100%;
    height: 110px;
    background: url("../images/query_bg.png") no-repeat;
    border: 2px #AF2E3A solid;
    border-right: none;
    border-left: none; 
    overflow: hidden;
}
.query .query_top {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
.query .query_top ul {
    text-align: center;    
    font-size:0;-webkit-text-size-adjust:none;
}
.query .query_top li {
    display:inline-block; 
    *display:inline; 
    *zoom:1;
    vertical-align:top;
}
.query .query_top li span {
    display: block;
    font: 500 18px/30px "微软雅黑";
    color: #0a1b85;
    margin-right: 30px;
}
.query .query_top li a {
    display: block;
    font: 16px/30px "微软雅黑";
    margin: 0 18px;
    color: #0a1b85;
}
.query .query_top li a:hover {
    font-size: 18px;
    margin: 0px 14px;
    color: #0A1B85;
    font-weight: 600;
}
.query div.post-box {
    width: 100%;
    text-align: center;
    font-size:0;-webkit-text-size-adjust:none;
}
.query form.q-querry {
    display: inline-block;
    height: 39px;
    /*background-color: rgba(0, 0, 0, .4);*/
    padding: 11px 0 0 20px;
}

.query form.q-querry input {
    box-sizing: border-box;
    line-height: 28px;
    padding: 0 16px;
    border: 1px solid #0A1B85;
    text-align: center;
    margin-right: 20px;
    height: 28px;
    width: 142px;
    float: left;
}
.query form.q-querry input.q-q-btn {
    background-color: #0a1b85;
    font: 12px/28px 微软雅黑;
    color: #fff;
    vertical-align: bottom;
    cursor: pointer;
    width: 132px;
    height: 28px;
    margin-right: 16px;
    padding:0;
    border: 0;
}
.query form.q-querry input.q-q-btn:hover {
    border: 0;
    font-size: 14px;
    background-color: #B22E35;
}
.query form.q-querry input::-webkit-input-placeholder,
.query form.q-querry textarea::-webkit-input-placeholder {
    font: 12px/28px 微软雅黑;
    color: #999;
}

.query form.q-querry input:-moz-placeholder,
.query form.q-querry textarea:-moz-placeholder {
    font: 12px/28px 微软雅黑;
    color: #999;
}

.query form.q-querry input::-moz-placeholder,
.query form.q-querry textarea::-moz-placeholder {
    font: 12px/28px 微软雅黑;
    color: #999;
}

.query form.q-querry input:-ms-input-placeholder,
.query form.q-querry textarea:-ms-input-placeholder {
    font: 12px/28px 微软雅黑;
    color: #999;
}



/*<!--服务项目  极速创业-->*/
.serve {
    background-color: #f7f7f7;
    margin-bottom: 38px;
}

.serve .ser-cont {
    /*background: #ffffff;*/
    /*padding: 0 15px 15px;*/
    text-align: center;    
    font-size:0;-webkit-text-size-adjust:none;
}

.serve .ser-cont a {
    border: 1px #ececec solid;
    margin: 0 5px;
    width: 183px;
    display:inline-block; 
    *display:inline; 
    *zoom:1;
    vertical-align:top;
    margin-bottom: 20px;
}

.serve .ser-cont a img {
    display: block;
    height: 137px;
    width: 183px;
}

.serve .ser-cont a h3 {
    padding: 0 10px;
}

.serve .ser-cont a h3 span.name {
    color: #666666;
    height: 40px;
    line-height: 40px;
    margin-right: 0px;
    font-size: 18px;
    width: 127px;
    overflow: hidden;
}

.serve .ser-cont a h3 span.type {
    border-radius: 2px;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    margin-top: 12px;
    text-align: center;
    width: 34px;
}

.serve .ser-cont a .con {
    color: #999999;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
}

.serve .ser-cont a .price {
    color: #ff0000;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: right;
}

.serve .ser-cont a .price var {
    color: #aaaaaa;
    font-size: 14px;
}

.serve .ser-cont a:hover {
    box-shadow: 0 0 10px #88ccfc;
}


/* .serve ul.ser-cont {
    text-align: left;
    font-size: 0;
    -webkit-text-size-adjust: none;
    width: 1416px;
    padding-left: 16px;
}

.serve ul.ser-cont li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 292px;
    height: 130px;
    vertical-align: top;
    background-color: #effeff;
    margin-right: 16px;
    margin-bottom: 15px;
    padding: 40px 20px 0 26px;

    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;

}

.ser-cont li:hover {
    box-shadow: 7px 7px 7px #b0b0b0;
}

.ser-cont li:hover .choiceness-price > i {
    background: #ea3d02;
}

.ser-cont li:hover .choiceness-price > i > a {
    color: #FFF;
}

.serve ul.ser-cont span {
    width: 100%;
    display: inline-block;
}

.serve ul.ser-cont li h3 {
    font: 700 18px/18px "微软雅黑";
    color: #222;
    margin-bottom: 14px;
}

.serve ul.ser-cont li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 400 14px/14px "微软雅黑";
    color: #646464;
    margin-bottom: 20px;
}

.choiceness-price > big {
    font-size: 20px;
    color: #fa4f4f;
}

.choiceness-price > del {
    color: #999;
    margin-left: 11px;
}

.choiceness-price > i {
    line-height: 28px;
    border: 1px #fa4f4f solid;
    border-radius: 15px;
    padding: 5px 22px;
    margin-left: 18px;
    cursor: pointer;
}

.choiceness-price > i > a {
    color: #fa4f4f;
} */

/*0元注册公司   最高返税可达40%*/
.ad {
    width: 100%;
    height: 235px;
    background: url("../images/ad_bg.jpg") no-repeat top center;
    overflow: hidden;
}

.ad h2 {
    font: 36px/36px "微软雅黑";
    color: #FFF;
    text-align: center;
    margin: 28px 0 18px;
}

.ad h3 {
    font: 24px/36px "微软雅黑";
    color: #FFF;
    text-align: center;
    margin-bottom: 25px;
}

.ad ul {
    width: 100%;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ad ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 170px;
    height: 38px;
    text-align: center;
    background-color: #0a1b85;
    margin-right: 35px;
    margin-bottom: 14px;
}

.ad ul li:last-child {
    margin-right: 0;
}

.ad ul li:hover {
    background-color: #b22e35;
}

.ad ul li a {
    font: 14px/38px "微软雅黑";
    color: #FFF;
    display: block;
}
/*创业项目 推荐产品  推荐产品*/
.recommend {
    /*background-color: #fff;*/
    padding-bottom: 12px;
}
.recommend .rec_main {
    width: 100%;
    height: 462px;
    position: relative;
}
.recommend .rec_main a {
    position: absolute;
    display: block;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.recommend .rec_main a:hover {
    box-shadow: 0 0px 8px rgba(46,143,237,0.6);
}

.recommend .rec_main a.box1 {
    width: 320px;
    height: 462px;
    top: 0;
    left: 0;
    background-color: #ccc;
    /*background: url("../images/tuijian_01.png") no-repeat;*/
    /*background-size: cover;*/
}
.recommend .rec_main a.box2 {
    width: 365px;
    height: 230px;
    top: 0;
    left: 315px;
    background-color: #ccc;
        /*background: url("../images/tuijian_02.png") no-repeat;*/
    /*background-size: cover;*/
}
.recommend .rec_main a.box3 {
    width: 365px;
    height: 230px;
    top: 0;
    left: 673px;
    background-color: #ccc;
        /*background: url("../images/tuijian_03.png") no-repeat;*/
    /*background-size: cover;*/
}
.recommend .rec_main a.box4 {
    width: 178px;
    height: 230px;
    top: 0;
    left: 1033px;
    background-color: #ccc;
        /*background: url("../images/tuijian_04.png") no-repeat;*/
    /*background-size: cover;*/
}
.recommend .rec_main a.box5 {
    width: 178px;
    height: 220px;
    top: 242px;
    left: 314px;
    background-color: #ccc;
        /*background: url("../images/tuijian_05.png") no-repeat;*/
    /*background-size: cover;*/
}
.recommend .rec_main a.box6 {
    width: 178px;
    height: 220px;
    top: 242px;
    left: 494px;
    background-color: #ccc;
        /*background: url("../images/tuijian_06.png") no-repeat;*/
    /*background-size: cover;*/
}
.recommend .rec_main a.box7 {
    width: 178px;
    height: 220px;
    top: 242px;
    left: 674px;
    background-color: #ccc;
        /*background: url("../images/tuijian_07.png") no-repeat;*/
    /*background-size: cover;*/
}
.recommend .rec_main a.box8 {
    width: 178px;
    height: 220px;
    top: 242px;
    left: 854px;
    background-color: #ccc;
        /*background: url("../images/tuijian_08.png") no-repeat;*/
    /*background-size: cover;*/
}
.recommend .rec_main a.box9 {
    width: 178px;
    height: 220px;
    top: 242px;
    left: 1033px;
    background-color: #ccc;
        /*background: url("../images/tuijian_09.png") no-repeat;*/
    /*background-size: cover;*/
}
.recommend .rec_main a .rec_main_num1 {
    height: 23px;
    font-size: 20px;
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fa4f4f;
    top: 69%;
    display: none;
    left: -1%;
}
.recommend .rec_main a p.rec_main_num2 {
    font: 14px/20px "微软雅黑";
    color: #666;
    position: absolute;
    /*bottom: 5%;*/
    text-align: center;
    width: 101%;
    top: 82%;
    padding: 0 10%;
    max-height: 40px;
    overflow: hidden;
    display: none;
}
.recommend .rec_main a h4 {
    top: 75%;
    font: 18px/18px "微软雅黑";
    color: #323232;
    position: absolute;
    width: 100%;
    text-align: center;
}
.recommend .rec_main a.box1 h4 {
    font: 700 22px/22px "微软雅黑";
    color: rgb(255, 183, 45);
    top: 85%;
    
}
.recommend .rec_main a.box1 .rec_main_num1 {
    top:82%;
}
.recommend .rec_main a.box1 p.rec_main_num2 {
    top: 89%;
}

/*复制过来的
    font: 16px/16px "微软雅黑";
    color: #323232;
    position: absolute;
    bottom: 8%;
    width: 100%;
    text-align: center;
*/

/* 
.start-business .bus_min .bus_min_c a.box1 h5 {
    bottom: 12%;
}
.start-business .bus_min .bus_min_c a.box1 h5:nth-child(1) {
    color: #F00;
}
.bus_min>div.bus_min_c:nth-child(1) a.box1 h5 {
    color: #F00;
    font-size: 18px;
}

.bus_min_c  div.jiaqan {
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 20px;
    color: #fa4f4f;
}
.bus_min_c a.box1 div.jiaqan {
    bottom: 13%;
}
.bus_min_c a.box2 .jiaqan,.bus_min_c a.box3 .jiaqan {
    bottom: 24.5%;
}
.bus_min_c a.box4 .jiaqan,.bus_min_c a.box5 .jiaqan,.bus_min_c a.box6 .jiaqan {
    bottom: 23%;
} 
.bus_min_c a p {
    display: none;
    text-align: center;
}
.bus_min_c a h4 {
    position: absolute;
    bottom: 40%;
    width: 100%;
    text-align: center;
    font: 18px/28px "微软雅黑";
    color: #fffefe;
}
.bus_min_c a.box1 p {
    position: absolute;
    bottom: 1%;
    padding: 0 8%;
    overflow: hidden;
    height: 46px;
    width: 84%;
}
.bus_min_c a.box1:hover p {
    height: 46px;
    display: block;
}
.bus_min_c a.box2 p,.bus_min_c a.box3 p {
    text-indent:2em;
    position: absolute;
    bottom: 3%;
    padding: 0 8%;
    width: 84%;
    height: 46px;
    overflow: hidden;
}
.bus_min_c a.box4 p,.bus_min_c a.box5 p,.bus_min_c a.box6 p {
    position: absolute;
    bottom: 0%;
    padding: 0 5%;
    overflow: hidden;
    height: 46px;
    width: 84%;
}
.start-business .bus_min .bus_min_c a:hover {
    box-shadow: 0 0px 8px rgba(46,143,237,0.6);
}
.start-business .bus_min .fade {opacity:0;display: none;}
.start-business .bus_min .in{opacity:1;display: block;}
.start-business .bus_min .bus_min_c a img{
    width: 100%;
    height: 100%;
}

 */


/*全程保障 四大注册优势*/
.advantage {
    background-color: #fff;
}
.advantage .w .sec-Title h2 {
    margin-top: 15px;
}
.advantage .w .sec-Title p {
    margin-bottom: 20px;
}

.advantage .w ul {
    text-align: justify;
    text-justify: distribute-all-lines;
}

.advantage .w ul span {
    display: inline-block;
    width: 100%;
}

.advantage .w ul li {
    width: 250px;
    height: 200px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.advantage .w ul li s {
    display: block;
    width: 112px;
    height: 112px;
    margin: 0 auto;
}







.advantage .w ul li h3 {
    font: 18px/18px "微软雅黑";
    color: #323232;
    text-align: center;
    margin: 12px 0 11px;
}

.advantage .w ul li p {
    font: 14px/22px "微软雅黑";
    color: #909090;
    text-align: center;
}

/*创业问答资讯*/
.consult {
    margin-bottom: 80px;
}
}
.consult .sec-Title p {
    margin-bottom: 7px;
}

.consult ul.cons-q {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.consult ul.cons-q li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font: 16px/42px "微软雅黑";
    color: #646464;
    margin-right: 42px;
    box-sizing: border-box;
    border-bottom: 2px solid #f7f7f7;
}

.consult ul.cons-q li:last-child {
    margin-right: 0;
}

.consult ul.cons-q li:hover {
    color: #b22e35;
    border-bottom: 2px solid #b22e35;
}

.consult .cons-w {
    width: 100%;
    overflow: hidden;
}

.consult .cons-w .cons-e {
    float: left;
    width: 606px;
    margin-top: 23px;
    padding-right: 4px;
}
.cons-w i {
    width: 0;
    height: 272px;
    border-right: 1px dotted #888;
    float: left;
    margin-top: 31px;
}
.cons-e-title {
    overflow: hidden;
}

.cons-e-title s {
    display: block;
    width: 21px;
    height: 21px;
    background: url("../images/spirit.png") no-repeat -21px -33px;
    float: left;
    margin-right: 6px;
    margin-bottom: 8px;
}

.cons-e-title h3 {
    font: 16px/20px "微软雅黑";
    color: #212121;
    float: left;
}

.cons-e-con {
    width: 100%;
}

.cons-e-con > div {
    margin-bottom: 13px;
}

.cons-e-con > div > a > div {
    float: left;
}

.cons-e-con > div > a > s {
    display: block;
    float: left;
    margin-right: 17px;
}

h3.cons-e-h3 {
    font: 16px/18px "微软雅黑";
    color: #323232;
/*     width: 303px;
height: 18px;
overflow: hidden;
word-break: break-all;* 任意处可换行*
text-overflow: ellipsis;* 超出显示省略号*
-o-text-overflow:ellipsis;
-webkit-text-overflow:ellipsis;
-moz-text-overflow:ellipsis;
display: -webkit-box; * 对象作为伸缩盒子模型显示 *
-webkit-box-orient: vertical; * 设置或检索伸缩盒对象的子元素的排列方式 *
-webkit-line-clamp: 1; * 显示的行数 *
overflow: hidden;  * 隐藏超出的内容 *
white-space:nowrap; */
}

h3.cons-e-con-h3 {
    margin-bottom: 6px;
}

.cons-e-con > div > a > div > p {
    font: 14px/20px "微软雅黑";
    color: #909090;
    width: 314px;
    height: 81px; /**控制IE正常显示**/
    word-break: break-all; /** 任意处可换行**/
    text-overflow: ellipsis; /** 超出显示省略号**/
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4; /** 显示的行数 **/
    overflow: hidden; /** 隐藏超出的内容 **/
}

p.cons-e-p {
    font: 12px/18px "微软雅黑";
    color: #909090;
}

.cons-e-con > div > a > p.cons-e-con-p {
    margin-top: 86px;
    float: right;
}

.cons-e-con > ul {
    /*margin-left: 16px;*/
   height: 119px;
        overflow: hidden;
}

.cons-e-con > ul li {
    /*list-style: disc outside;*/
    margin-bottom: 10.7px;
}

.cons-e-con > ul li > a {
    display: block;
}

.cons-e-con > ul li h3 {
    display: inline-block;
    vertical-align: middle;
}

.cons-e-con > ul li p {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.cons-e-con {
    overflow: hidden;
    display: none;
}
.cons-e-con:first-child {
    display: block;
}
a.cons-a {
    font: 14px/14px "微软雅黑";
    color: #0a1b85;
    /*margin-left: 15px;*/
}

.cons-qa {
    float: left;
    padding-top: 26px;
    padding-left: 21px;
    width: 548px;
}
.cons-qa .cons-qa-T {
    margin-bottom: 12px;
}
.cons-qa .cons-qa-T s{
    width: 25px;
    height: 19px;
    background: url("../images/spirit.png") no-repeat -43px -34px;
}
.cons-qa .cons-qa-T h3{
    line-height: 18px;
}
.cons-qa-ul {
    /*margin-left: 12px;*/
    margin-bottom: 10px;
        height: 236px;
    overflow: hidden;
}
.cons-qa-ul li h3 {
	width: 431px;
    height: 18px;
    word-break: break-all;/** 任意处可换行**/
    text-overflow: ellipsis;/** 超出显示省略号**/
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1; /** 显示的行数 **/
    overflow: hidden;
    white-space:nowrap;
    float: left;}
.cons-qa-ul li p {
    font-size: 14px;
    float: right;}
.cons-qa-ul li {
    /*list-style: disc outside;*/
    height: 18px;
    margin-bottom: 11.5px;
}
.cons-qa-ul li a {
    float: left;
    width: 100%;
}

/*<!--为什么选择宝园注册-->*/
.why {
    overflow: hidden;
}
.why .sec-Title h2 {
    margin-top: 30px;
}
.why .why-1 {
    font: 700 20px/20px "微软雅黑 Regular";
    text-align: center;
    margin-bottom: 11px;
}
.why-1 p{
    width: 50%;
    float: left;
}
.why-1-right {
    color: #0A1B85;
}
.wl {
    color: #b22e35;
}
.wr {
color: #0A1B85;
}
.why-2 {
    background: url("../images/why_01.jpg") no-repeat top  center;
/*    height: 188px;
    margin-bottom: 16px;
    padding-top: 124px;*/
        height: 149px;
    padding-top: 30px;
}
.why .why-2 p {
    line-height: 34px;
    font: 16px/16px "微软雅黑";
    margin-bottom: 18px;
}
.why-2-left {
    margin-left: 9%;
    width: 41%;
    float: left;
}
.why-2-right {
    margin-left: 4.5%;
    width: 45.5%;
    color: #0a1b85;
    float: left;
}
.why-3 p {
    width: 50%;
    height: 44px;
    float: left;
    font: 16px/44px "微软雅黑 Regular";
    color: #FFF;
    text-align: center;
}
.why-3 p.why-3-left {
    background-color: #AF2E3A;
}
.why-3 p.why-3-right {
    background-color: #0a1b85;
}
.why-4 {
    /*height: 286px;*/
    background: url("../images/why_02.jpg") no-repeat top center;
    /*margin-bottom: 18px;*/
    height: 267px;
}
.why-4 > div {
    /*height: 267px;*/
    height: 248px;
    width: 50%;
    float: left;
    margin-top: 19px;
}
.why-4 p {
    font: 16px/16px "微软雅黑";
    text-align: center;
    margin-bottom: 21px;
}
.why-5 {
    /*height: 280px;*/
    height: 246px;
    background: url("../images/why_03.jpg") no-repeat top center;
}
.why-5 > div {
    height: 246px;
    width: 50%;
    float: left;
    margin-top: 25px;
}
.why-5 p {
    font: 16px/16px "微软雅黑";
    text-align: left;
    margin-bottom: 29px;
}
.why-5 .wl {
    margin-left: 12.7%;
    width: 37.3%;
}
.why-5 .wr {
    margin-left: 13.7%;
    width: 36.3%;
}

/*<!--客户心声-->*/
.mesCot {
    width: 100%;
    height: 260px;
    background: url("../images/mess_bg.jpg") no-repeat;
    background-size: cover; 
    overflow: hidden;
}
.mesCot .mesCot_view {
    width: 920px;
    height: 180px;
    position: relative;
    margin: 54px auto 0;
    /*background: rgba(27, 41, 95, 0.61);*/
    overflow: hidden;
}
/*.mesCot .mesCot_view:hover a {
    display: block;
}*/
.mesCot .mesCot_view ul {
    width: 1000%;
    text-align: left;
}
.mesCot .mesCot_view li {
    width: 920px;
    height: 160px;
    margin: 20px 0 0 0;
    display: inline-block;
}
.mesCot .mesCot_view li .img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    float: left;


    margin: 0 40px 0 90px;
}
.mesCot .mesCot_view li .mesZhi {
    float: left;
    width: 580px;
}
.mesCot .mesCot_view li .mesZhi h4{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mesCot .mesCot_view li .mesZhi h5{
    padding-bottom: 13px;
    padding-top: 7px;
}
.mesCot .mesCot_view li .mesZhi h5 span {
    color: rgba(255, 255, 255, 0.6);
}
/*.mesCot .mesCot_view li .mesZhi h5 em {
    color: #808080;
        color: rgba(255, 255, 255, 0.6);
    padding: 0 10px;
}*/
.mesCot .mesCot_view li .img img{
    border-radius: 100%;
    height: 120px;
    width: 120px;
}
.mesCot .mesCot_view li .mesZhi p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
.mesCot a{
    display: block;
    background: url(../images/mess_next.png) no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    height: 56px;
    width: 31px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}
.mesCot a.prev {
    background-position: 0 0;
    left: 0;
}
.mesCot a.next {
    background-position: -69px 0;
    right: 0;
}


/*<!--合作客户-->*/
.customer .sec-Title h2 {
    margin-top: 40px;
}
.customer ul {
    text-align: left;
    font-size:0;-webkit-text-size-adjust:none;
    margin-bottom: 41px;
}
.customer ul > li {
    display: inline-block;
    border: 1px solid #eaeaea;
    margin-right: 13px;
    margin-bottom: 10px;
}
.customer ul > li:last-child {
    margin: 0;
}
.customer ul > li img {
    width: 220px;
    height: 100px;
}
.customer ul > li:hover {
    -webkit-box-shadow: 1px 5px 7px #b0b0b0;
    -moz-box-shadow: 1px 5px 7px #b0b0b0;
    box-shadow: 1px 5px 7px #b0b0b0;
}

/*<!--section底部补充-->*/
/* .secBo .sevbo-img img {
    position: absolute;
    top: -91px;
} */
/* .secBo .secbo-add {
    width: 100%;
    height: 106px;
    background-color: #f5f5f5;
}
.secBo .secbo-add ul {
    height: 100%;
    text-align: center;
    font-size:0;-webkit-text-size-adjust:none;
}
.secBo .secbo-add ul li{
    width: 25%;
    height: 68px;
    margin-top: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-right: 1px solid #e1e1e1;
}
.secBo .secbo-add ul li:last-child {
    border: 0;
}
.secBo .secbo-add ul li s{
display: block;
    width: 41px;
    height: 39px;
    float: left;
    margin-top: 6px;
    margin-right: 22px;
    margin-left: 46px;
}
.secBo .secbo-add ul li:nth-child(1) s {
    background: url("../images/spirit.png") no-repeat -3px -62px;}
.secBo .secbo-add ul li:nth-child(2) s {
    background: url("../images/spirit.png") no-repeat -48px -62px;
}
.secBo .secbo-add ul li:nth-child(3) s {
    background: url("../images/spirit.png") no-repeat -3px -105px;
    margin-left: 87px;
}
.secBo .secbo-add ul li:nth-child(4) s {
    background: url("../images/spirit.png") no-repeat -48px -105px;
    margin-left: 82px;
}
.secBo .secbo-add ul li h4 {
    font: 16px/18px "微软雅黑";
    color: #212121;
    float: left;
    width: 51%;
    text-align: left;
    margin: 7px 0 7px;
}
.secBo .secbo-add ul li p {
    font: 14px/16px "微软雅黑";
    color: #909090;
    float: left;
    width: 51%;
    text-align: left;
} */
/*.sevbo-img {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 230px;
    width: 100%;
}*/

/*业务部员工*/


.employee {
    background: url("../images/customer-bg.png") no-repeat;
    padding-bottom: 34px;
}
.employee .emp_box {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
}
.employee .emp_box .bd {
    /*width: 2200px;*/
    overflow: hidden;
    margin-left: 10px;
}

.employee .emp_box .bd li {
    width: 265px;
    height: 340px;
    float: left;
    text-align: center;
    margin: 0px 15px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
.employee .emp_box .bd li:hover {
    box-shadow: 1px 3px 12px 4px #ccc;
}

.employee .emp_box .bd li:hover p {
    background-color: #5a6ee4;

}
.employee .emp_box .bd li img {
    height: 300px;
    width: 100%;
}
.employee .emp_box .bd li > div {
    width: 100%;
    height: 253px;
    overflow: hidden;
}
.employee .emp_box .bd li p {
    font: 24px/24px "微软雅黑";
        width: 150px;
    height: 35px;
    line-height: 35px;
    background: #52cbf8;
    border-radius: 20px;
    margin: 29px auto 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.emp_box .arrow{
    position: absolute;
    height: 36px;
    width: 1300px;
    top: 139px;
    left: -56px;
}
.emp_box .arrow a{
    width: 36px;
    height: 36px;
    background: url("../images/banner_new.png") no-repeat;
    display: block;
    position: absolute;
    text-indent: -10em;
    overflow: hidden;
    cursor: pointer;
}

.emp_box .arrow a.prev {
    background-position: 0 0;
    left: 0;
    /*top: 200px;*/
}
.emp_box .arrow a.next {
    background-position: -36px 0;
    right: 0;
    /*top: 200px;*/
}


/*隐藏窗口-核名查询出现*/
.body-color { 
    z-index: 9998; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: #000; 
    opacity: 0.4; 
    filter: alpha(opacity = 40); 
    display: none 
} 
 
.hide-body { 
    z-index: 9999; 
    position: fixed; 
    top: 21%;
    left: 40%; 
    width: 350px; 
    height: 340px; 
    /*margin: -180px 0 0 -330px; */
    border-radius: 5px; 
    border: solid 2px #666; 
    background-color: #fff; 
    display: none; 
    box-shadow: 0 0 10px #666; 
} 
.hide-body .swime_win {
    text-align: center;
    width: 100%;
    height: 163px;
}
.hide-body .swime_win img {
   /* width: 65%;
    height: 100%;*/
}
.btn-success p{
	margin:5px;
}
.close-window { 
    border-bottom: 1px solid #ddd;
    padding: 12px;
    position: relative;
    background: #000e63;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
} 
 
.btn-success{
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    color: #999;
}
 
.close-window .close { 
float: right; 
color: #999; 
padding: 5px; 
margin: -2px -5px -5px; 
font: bold 14px/14px simsun; 
text-shadow: 0 1px 0 #ddd 
} 
 
.close-window .close:hover { 
color: #444; 
} 
/*footer 底部*/
footer .foo-a{
    width: 100%;
    background-color: #fff;
    padding-top: 42px;
    overflow: hidden;
}
footer .foo-a ul {
    margin-right: 49px;
    float: left;
    min-height: 290px;
}
footer .foo-a ul.lianxi {
	margin-right: 22px;
}
footer .foo-a ul.lianxi li{
    margin-bottom: 17px;
}
footer .foo-a ul li.foo-title {
    font: 14px/14px "微软雅黑 Regular";
    color: #323232;
}
footer .foo-a ul li a {
    color: #666;
}
footer .foo-a ul li {
    margin-bottom: 20px;
    font: 12px/12px "微软雅黑 Regular";
    color: #666;
}
footer .foo-a .foo-a-ri {
    float: left;
    width: 287px;
    height: 230px;
    border-left: 1px solid #d8d8d8;
    padding: 16px 0 0 5px;
}
footer .foo-a .foo-a-ri .foo-a-emw {
    float: left;
}
footer .foo-a .foo-a-ri .foo-a-emw img {
    width: 149px;
    height: 149px;
}
footer .foo-a .foo-a-ri .foo-a-emw s {
    margin-bottom: 5px;
    display: block;
}
footer .foo-a .foo-a-ri .foo-a-emw p{
    font: 12px/12px "微软雅黑 Regular";
    color: #666;
    text-align: center;
    margin-bottom: 7px;
}
footer .foo-a .foo-a-ri .foo-a-riad {
    float: right;
    margin-top: 63px;
}
footer .foo-a .foo-a-ri .foo-a-riad .foo-a-f {
    font: 16px/16px "微软雅黑";
    color: #323232;
    margin-bottom: 10px;
}
footer .foo-a .foo-a-ri .foo-a-riad .foo-a-num {
    font: 20px/20px "微软雅黑";
    color: #323232;
    margin-bottom: 10px;
}
footer .foo-a .foo-a-ri .foo-a-riad .foo-a-time {
    font: 12px/12px "微软雅黑";
    color: #666;
}
footer .foo-a {
    border-bottom: 1px solid #d8d8d8;
}
footer .foo-b {
    height: 54px;
    background-color: #fff;
}
footer .foo-b p {
    font: 14px/54px "微软雅黑";
    color: #323232;
    float: left;
}
footer .foo-b ul {
    float: left;}
footer .foo-b ul li {
    float: left;
    margin-right: 21px;
}
footer .foo-b ul li a {
    font: 12px/54px "微软雅黑";
    color: #666;
    display: block;
}
footer .foo-c {
    width: 100%;
    height: 60px;
    background-color: #666;
    padding-top: 28px;
}
footer .foo-c p {
    font: 12px/12px "微软雅黑";
    color: #FFF;
    text-align: center;
    margin-bottom: 11px;
}

#ad1 {
    margin-top: 10px;
    border: 1px solid #F00;
}