﻿* {
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft Yahei", "PingFang SC", sans-serif
}

body {
    min-width: 1200px;
    font-size: 12px;
    overflow-x: hidden
}

table, td, tr, ul, ol, li, dl, dd, dt, p, input, form, em, p, img, h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px
}

h1 {
    color: #232323
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, p {
    font-size: 12px
}

p {
    color: #686868
}

ul {
    list-style: none
}

.clear {
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.l {
    float: left
}

.r {
    float: right
}

.tr {
    text-align: right
}

img {
    border: 0
}

a {
    text-decoration: none;
    color: #686868
}

a:hover {
    text-decoration: none;
    color: #f51f1f
}

.clear_one {
    clear: both
}

.container_one {
    width: 1200px;
    margin: 50px auto
}

.container_one .navsss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container_one .navsss span {
    display: block;
    width: 100px;
    text-align: center;
    line-height: 40px;
    color: #666;
    float: left;
    cursor: pointer;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px
}

.container_one .navsss a {
    border-right: 1px solid #ccc
}

.container_one .navsss a:nth-last-of-type(1) {
    border-right: none !important
}

.container_one .navsss span:nth-last-of-type(1) {
    border-right: none !important
}

.container_one .navsss span.active {
    border-radius: 3px;
    background: #df0303;
    color: #fff
}

.content_one {
    margin-top: 20px;
    width: 1200px;
    position: relative;
    overflow: hidden;
    height: 700px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content_one .box {
    position: absolute;
    width: 1200px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content_one ul {
    float: left !important;
    width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content_one ul li {
    display: block;
    height: 310px;
    overflow: hidden;
    width: 238px;
    margin: 1px;
    float: left;
    border: 1px solid #aaa;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content_one > ul li img {
    width: 100%
}

.content_one > ul li + li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.news {
    width: 100%;
    height: 600px
}

.news .news_mian {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.news .news_mian .news_one {
    width: 70%;
    height: 100%;
    float: left;
    padding-left: 10px
}

.news .news_mian .news_one .new_nav > ul::after {
    content: "";
    display: block;
    clear: both
}

.news .news_mian .news_one .new_nav ul li {
    width: 75px;
    height: 37px;
    text-align: center;
    font: 400 15px/54px "Microsoft Yahei", "PingFang SC", sans-serif;
    float: left;
    margin-bottom: 9px
}

.news .news_mian .news_one .new_con > ul::after {
    display: block;
    content: "";
    clear: both
}

.news .news_mian .news_one .new_con > ul {
    height: 528px
}

.news .news_mian .news_one .new_con > ul > li {
    width: 100%;
    height: 100%;
    font: 400 20px/50px "Microsoft Yahei", "PingFang SC", sans-serif;
    float: left;
    display: none
}

.news .news_mian .new_tab {
    width: 28%;
    height: 548px;
    position: relative;
    top: 50px;
    float: right;
    overflow: hidden;
    background: #fff
}

.news .news_mian .new_tab > ul {
    position: absolute;
    top: 0;
    left: 0
}

.news .news_mian .new_tab > ul > li {
    border-bottom: 1px dashed #ccc;
    padding: 5px
}

.news .news_mian .new_tab > ul > li > h3 {
    border-left: 3px solid red;
    line-height: 12px;
    margin: 4px 0 4px 0;
    padding-left: 4px;
    font: 400 16px/18px "Microsoft Yahei", "PingFang SC", sans-serif
}

.news .news_mian .new_tab > ul > li > p {
    text-indent: 2em;
    line-height: 16px;
    font: 14px/18px "Microsoft Yahei", "PingFang SC", sans-serif
}

.titles {
    width: 1200px;
    margin: 30px auto
}

.titles h1 {
    white-space: nowrap;
    text-indent: 0px;
    text-align: center;

    color: #555555;
    margin: 0 auto
}

.titles h2 {
    text-align: center;
    font: 100 16px/30px "Microsoft Yahei", "PingFang SC", sans-serif;
    padding-top: 10px;
    color: #555555
}

.titles p {
    text-align: center;
    font: 200 20px/35px "Microsoft Yahei", "PingFang SC", sans-serif
}

.new_con .active_nav_con {
    padding: 10px 0 10px 0;
    border-bottom: solid #ff3616 1px
}

.new_con .active_nav_con:nth-last-of-type(1) {
    border-bottom: none
}

.new_con .active_nav_con::after {
    display: block;
    content: "";
    clear: both
}

.new_con .active_nav_con .active_nav_con_img {
    width: 36%;
    height: 140px;
    float: left;
    overflow: hidden
}

.new_con .active_nav_con .active_nav_con_img > img {
    width: 100%;
    height: 100%
}

.new_con .active_nav_con_con {
    width: 60%;
    height: 150px;
    float: left;
    margin-left: 15px
}

.new_con .active_nav_con_con h2 {
    font: 18px/25px "Microsoft Yahei", "PingFang SC", sans-serif;
    margin-top: 5px
}

.new_con .active_nav_con_con p {
    font: 13px/18px "Microsoft Yahei", "PingFang SC", sans-serif;
    text-indent: 2em
}

.new_con .active_nav_con_con time {
    font: 13px/22px "Microsoft Yahei", "PingFang SC", sans-serif;
    color: #a2a2a2
}

.box_img {
    width: 100%;
    height: 100%
}

.box_img img {
    width: 100%;
    height: 100%
}

.box > ul > li {
    border-radius: 6px;
    position: relative
}

.box > ul > li:hover > a {
    opacity: .85
}

.box > ul > li:hover .box_title > h4 {
    color: #fff
}

.box > ul > li > .box_title > div {
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background: #ff3616;
    color: #fff;
    transition: .4s
}

.box > ul > li:hover > .box_title > div {
    height: 100%
}

.box > ul > li > a > h6 {
    width: 100%;
    height: 100%;
    border: #fff 1px solid;
    font: 100 14px/170px "Microsoft Yahei", "PingFang SC", sans-serif
}

.box > ul > li > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 7px;
    opacity: 0;
    transition: .4s;
    background: rgba(255, 0, 0, 0.959);
    color: #fff
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl {
    zoom: 1
}

.r {
    float: right
}

.l {
    float: left
}

.pt20 {
    padding-top: 20px
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.title {
    text-align: center;
    padding: 50px 0 15px 0
}

.title h1 {
    font-size: 40px
}

.title h1 span {
    color: #1dd2af;
    font-size: 40px
}

.title p {
    font: 20px/46px "Microsoft YaHei";
    color: #2c3e50
}

.title p b {
    color: #1dd2af
}

.important {
    padding: 20px 0 0px 0;
    border-top: 1px dashed #e0e0e0;
    border-bottom: 1px solid #dee1e1
}

.important li {
    float: left;
    margin-right: 33px
}

.important li a {
    display: block;
    width: 60px;
    height: 60px;
    display: block;
    padding: 21px;
    border-radius: 15px;
    border: 1px dotted #1dd2af;
    background: #fff
}

.important li:hover a {
    border: 1px dotted #696969;
    background: #fff
}

.important li span {
    width: 60px;
    height: 60px;
    display: block
}

.important .rcsp_1 span {
    background: url("../Images/icon1.png") no-repeat bottom center
}

.important .rcsp_2 span {
    background: url("../Images/icon2.png") no-repeat bottom center
}

.important .rcsp_3 span {
    background: url("../Images/icon3.png") no-repeat bottom center
}

.important .rcsp_4 span {
    background: url("../Images/icon4.png") no-repeat bottom center
}

.important .rcsp_5 span {
    background: url("../Images/icon5.png") no-repeat bottom center
}

.important .rcsp_6 span {
    background: url("../Images/icon6.png") no-repeat bottom center
}

.important .rcsp_7 span {
    background: url("../Images/icon7.png") no-repeat bottom center
}

.important .rcsp_8 span {
    background: url("../Images/icon8.png") no-repeat bottom center
}

.important .rcsp_9 span {
    background: url("../Images/icon9.png") no-repeat bottom center
}

.w1200 .important .rcsp_1:hover span, .w1200 .important .rcsp_2:hover span, .w1200 .important .rcsp_3:hover span, .w1200 .important .rcsp_4:hover span, .w1200 .important .rcsp_5:hover span, .w1200 .important .rcsp_6:hover span, .w1200 .important .rcsp_7:hover span, .w1200 .important .rcsp_8:hover span, .w1200 .important .rcsp_9:hover span {
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s
}

.w1200 .important .rcsp_1:hover span {
    background: url("../Images/icon1.png") no-repeat top center
}

.w1200 .important .rcsp_2:hover span {
    background: url("../Images/icon2.png") no-repeat top center
}

.w1200 .important .rcsp_3:hover span {
    background: url("../Images/icon3.png") no-repeat top center
}

.w1200 .important .rcsp_4 span:hover {
    background: url("../Images/icon4.png") no-repeat top center
}

.w1200 .important .rcsp_5 span:hover {
    background: url("../Images/icon5.png") no-repeat top center
}

.w1200 .important .rcsp_6 span:hover {
    background: url("../Images/icon6.png") no-repeat top center
}

.w1200 .important .rcsp_7 span:hover {
    background: url("../Images/icon7.png") no-repeat top center
}

.w1200 .important .rcsp_8 span:hover {
    background: url("../Images/icon8.png") no-repeat top center
}

.w1200 .important .rcsp_9 span:hover {
    background: url("../Images/icon9.png") no-repeat top center
}

.important .rcsp_9 {
    margin-right: 0px
}

.important li p {
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
    display: block;
    color: #1dd2af
}

.important li:hover p {
    color: #333
}

.important li strong {
    border-bottom: 1px solid #24d2b0;
    position: relative;
    display: block;
    margin-top: 15px;
    z-index: 4
}

.important li strong i {
    display: none;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    display: block;
    left: 50%;
    margin-left: -9px;
    border-top-color: #1dd2af
}

.new_con_top {
    width: 680px;
    height: 80%;
    border-bottom: 1px dashed #DDDDDD;
    padding: 20px 10px 10px 10px
}

.new_con_bottom {
    width: 100%;
    height: 70%
}

.new_con_top .new_con_top_one {
    width: 30%;
    height: 90%;
    float: left
}

.new_con_top .new_con_top_one > img {
    width: 100%;
    height: 100%
}

.new_con_top .new_con_top_two {
    width: 66%;
    height: 100%;
    float: right;
    padding-right: 10px
}

.new_con_top .new_con_top_two > h2 {
    font: 400 18px/18px "Microsoft Yahei", "PingFang SC", sans-serif;
    float: left
}

.new_con_top .new_con_top_two > time {
    font: 100 12px/35px "Microsoft Yahei", "PingFang SC", sans-serif;
    float: right;
    margin-right: 5px;
    color: #ccc;
    margin-top: -7px;
}

.new_con_top .new_con_top_two > p {
    clear: both;
    font: 100 12px/22px "Microsoft Yahei", "PingFang SC", sans-serif;
    float: right;
    text-indent: 1em;
    line-height: 30px;
}

.new_con_bottom > ul {
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding-right: 10px;
    float: left
}

.new_con_bottom > ul > li {
    position: relative;
    font: 400 12px/30px "Microsoft Yahei", "PingFang SC", sans-serif;
    padding-left: 15px
}

.new_con_bottom > ul > li > time {
    font: 200 12px/30px "Microsoft Yahei", "PingFang SC", sans-serif;
    float: right;
    color: #ccc
}

.new_con_bottom > ul:nth-of-type(1) {
    border-right: 1px dashed #ccc
}

.new_con_bottom > ul > li::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    background: #ff3616
}

.lazy, .bottom .bottom_box2 img, .ind_pt .ind_pt_ul li .ind_pt_img img, .ind_js .ind_js_ul li .img img, .ind_plan .ind_plan_ul li .img img, .ind_partner .ind_partner_ul li img, .baidu_wenku li img, .could_adv img, .spread img, .wx_platform .wx_platform_box1 li img:not(.bg), .wx_platform .wx_platform_box2 li .img img {
    background: url(../Images/loading.gif) no-repeat center;
    margin: 0 auto
}

* {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    -ms-tap-highlight-color: rgba(255, 0, 0, 0);
    -moz-tap-highlight-color: rgba(255, 0, 0, 0);
    tap-highlight-color: rgba(255, 0, 0, 0)
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.frides {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 3px 13px 13px;
    margin-top: 30px;
    border: 1px solid #EEEEEE
}

.frides > .a {
    width: 100%;
    border-bottom: 1px rgb(235, 235, 235) solid
}

.frides > .a > .y {
    float: right;
    color: #6b6b6b;
    font: 200 13px/35px "Microsoft Yahei", "PingFang SC", sans-serif
}

.frides > .a > span {
    padding-right: 15px;
    font: normal 13px/35px "Microsoft Yahei", "PingFang SC", sans-serif
}

.frides > .a > span:nth-of-type(1) {
    color: red;
    font: normal 16px/35px "Microsoft Yahei", "PingFang SC", sans-serif
}

.frides > .b {
    width: 100%;
    padding-top: 10px;
    word-spacing: 2em;
    height: 40px;
}

.frides > .b > a {
    font: 200 13px/25px "Microsoft Yahei", "PingFang SC", sans-serif;
    color: rgb(163, 163, 163) !important
}

.zzidc-fw {
    background: #fc0000;
    width: 100%;
    min-width: 1200px;
    margin-top: 15px;
    background: url(../Images/register_bg.png) no-repeat center center #e8373d
}

.zzidc-auto {
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.fw-list {
    font-size: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px
}

.fw-ct {
    display: inline-block;
    width: 21.5%;
    vertical-align: top;
    text-align: left
}

.fw-ct .item {
    font-size: 14px;
    color: #fff
}

.fw-ct .item .icon {
    display: inline-block;
    width: 56px;
    height: 52px;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../Images/zzidc-fw.png) no-repeat
}

.fw-ct .item .icon-1 {
    background-position: 0 -18px
}

.fw-ct .item .icon-2 {
    background-position: 0 -80px
}

.fw-ct .item .icon-3 {
    background-position: 0 -141px
}

.fw-ct .item .icon-4 {
    background-position: 0 -203px
}

.fw-ct .item .icon-5 {
    background-position: 0 -265px
}

.fw-ct .item {
    font-size: 14px;
    color: #fff
}

.fw-ct.item-last {
    width: 14%
}

.fw-ct a:hover.item .icon-1 {
    background-position: -62px -18px
}

.fw-ct a:hover.item .icon-2 {
    background-position: -62px -80px
}

.fw-ct a:hover.item .icon-3 {
    background-position: -62px -141px
}

.fw-ct a:hover.item .icon-4 {
    background-position: -62px -203px
}

.fw-ct a:hover.item .icon-5 {
    background-position: -62px -265px
}

.fw-ct a:hover {
    color: #4251b6
}

.historical_opportunity {
    height: 538px;
    background-image: url(../Images/youshi_body1.jpg);
    background-repeat: no-repeat;
    background-position: center center
}

.historical_opportunity .common_tit2 {
    height: 174px;
    padding-top: 80px
}

.historical_opportunity .boxss {
    overflow: hidden;
    height: 184px;
    padding-top: 15px
}

.historical_opportunity .boxssul {
    width: 1400px
}

.historical_opportunity .boxss ul li {
    width: 111px;
    float: left;
    margin-right: 60px;
    text-align: center
}

.historical_opportunity .boxss ul li p {
    color: #FFF;
    white-space: nowrap;
    padding-top: 10px
}

.historical_opportunity .boxss ul li strong {
    display: block;
    height: 120px;
    width: 120px;
    background-color: #2892eb;
    line-height: 120px;
    font-size: 50px;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.historical_opportunity .boxss ul li strong i {
    display: block;
    height: 58px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2685d5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.w1200 {
    clear: both;
    float: none;
    height: auto;
    width: 1200px !important;
    margin-right: auto;
    margin-left: auto
}

.kuajiehezuo {
    background-color: #FAFAFA;
    height: 900px;
}

.kuajiehezuo .head {
    background-image: url(../Images/p2.jpg);
    background-repeat: repeat-y;
    background-position: center bottom;
    height: 254px;
    color: #FFF;
    padding-top: 40px
}

.kuajiehezuo .boxss {
    position: relative
}

.kuajiehezuo .boxss .b {
    overflow: hidden;
    position: absolute;
    height: 900px;
    top: 0
}

.kuajiehezuo .boxss .b ul {
    width: 1400px
}

.kuajiehezuo .boxss .b ul li {
    width: 388px;
    float: left;
    margin-right: 17px
}

.kuajiehezuo .boxss .b ul li .tit {
    background-color: #2892eb;
    height: 93px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    padding-top: 15px
}

.kuajiehezuo .boxss .b ul li .rc {
    /*background-image: url(../Images/ico_tips_rc.png);*/
    background-repeat: no-repeat;
    background-position: right top
}

.kuajiehezuo .boxss .b ul li .tit strong {
    font-size: 24px
}

.kuajiehezuo .boxss .b ul li .text {
    height: 500px;
    padding-right: 50px;
    padding-left: 54px;
    padding-top: 42px;
    line-height: 26px;
    background-color: #FFF;
    padding-bottom: 9px;
    text-align:center;
}

.kuajiehezuo .boxss .b ul li .text span {
    color: #999;
    line-height: 24px;
    display: block;
    padding-bottom: 40px
}

.kuajiehezuo .boxss .b ul li .text a {
    height: 42px;
    width: 168px;
    display: block;
    line-height: 42px;
    text-align: center;
    background-color: #2892eb;
    font-size: 18px;
    color: #FFF;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto
}

.kuajiehezuo .boxss .b ul li:hover .text a {
    background-color: #f60
}

.common_tit2 strong {
    color: #fff;
    font-size: 36px;
    display: block
}

.common_tit2 p {
    font-size: 18px;
    padding-top: 10px;
    color: #fff
}

.common_tit2 i {
    font-size: 0;
    line-height: 0;
    background-color: #fff;
    display: inline-block;
    height: 1px;
    width: 150px;
    margin-top: 10px
}

.common_tit2 {
    text-align: center;
    clear: both;
    float: none
}

.block_container2 {
    position: relative;
    margin: 50px 0;
    padding: 50px 0;
    background: #f7f7f7;
    padding-top: 0;
    width: 1200px;
    margin: 0 auto
}

.block_container2 h2 {
    width: 210px;
    line-height: 45px
}

.block2 span a i {
    display: inline-block;
    width: 40px;
    height: 15px;
    /*background: url(../Images/yxfwjt_white.png) no-repeat center;*/
    background-size: auto
}

.block2 span a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cc0001;
    left: -100%;
    top: 0;
    color: white;
    transition: all 1s
}

.block2 span:hover a {
    left: 0
}

.block2Box {
}

.block2Box .block2 {
    width: 49% !important
}

.block2Box h2 {
    position: initial !important;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    font: 900 25px/35px "Microsoft Yahei", "PingFang SC", sans-serif;
    margin-left: 0 !important;
    width: 100% !important
}

.block2Box .block2 span {
    border-radius: 0px !important;
    height: 60px;
    line-height: 60px
}

.block2Box .block2 p img {
    width: 32px;
    display: inline-block !important
}

.block2Box .block2 p {
    width: 100%;
    height: 70px;
    border-radius: 0%;
    line-height: 70px;
    padding-top: 0px;
    font-size: 25px
}

.block2:first-of-type {
    float: left
}

.block2:last-of-type {
    float: right
}

.block2 {
    width: 40%
}

.block2 p {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #cc0001;
    text-align: center;
    color: white;
    font-size: 22px;
    line-height: 50px;
    padding-top: 30px;
    margin: 0 auto
}

.block2 p img {
    display: block
}

.block2_line {
    padding-top: 40px;
    position: relative
}

.block2_line b {
    position: absolute;
    display: block;
    width: 8px;
    height: 40px;
    background: white;
    top: 0;
    left: 50%;
    margin-left: -4px
}

.block2_line b.bjColor_b {
    background: #cc0001
}

.block2 span {
    display: block;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 5px #e3e3e3;
    border-radius: 40px;
    line-height: 70px;
    text-align: center;
    font-size: 17px;
    background: white;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.block2 span a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cc0001;
    left: -100%;
    top: 0;
    color: white;
    transition: all 1s
}

.block2 span:hover a {
    left: 0
}

.block2Box {
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0
}

.container:after {
    content: "";
    display: block;
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.tc {
    text-align: center
}

.color-white {
    color: white !important
}

.red {
    color: #fc8080 !important
}

.fz12 {
    font-size: 12px
}

.fz14 {
    font-size: 14px
}

.wfs {
    width: 100%;
    position: relative
}

.p_r {
    position: relative
}

.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 40%;
    width: 70px;
    height: 240px
}

.suspension-box {
    position: relative;
    float: right
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #df0303;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none
}

.suspension .a.active, .suspension .a:hover {
    background: #F05352
}

.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../Images/side_icon.png);
    background-repeat: no-repeat
}

.suspension .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../Images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.suspension .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../Images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0
}

.suspension .a-qrcode .i {
    background-position: -44px 0
}

.suspension .a-cart .i {
    background-position: -88px 0
}

.suspension .a-top .i {
    background-position: -132px 0
}

.suspension .a-top {
    background: #D2D3D6;
    display: none
}

.suspension .a-top:hover {
    background: #c0c1c3
}

.suspension .d {
    display: none;
    width: 220px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11)
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../Images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px
}

.suspension .d-service {
    top: 0
}

.suspension .d-service-phone {
    top: 34px
}

.suspension .d-qrcode {
    top: 78px
}

.suspension .d .inner-box {
    padding: 8px 22px 12px
}

.suspension .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0
}
.d-service-item a{
    margin-left: 35%;
}

.suspension .d-service .d-service-item {
    border-bottom: none
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../Images/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../Images/side_con_icon02.png) no-repeat center center;
    display: block
}

.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px
}

.suspension .d-service-item .text .number {
    font-family: "Microsoft Yahei", "PingFang SC", sans-serif
}

.suspension .d-service-intro {
    padding-top: 10px
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888
}

.suspension .d-service-intro i {
    /*background: url(../Images/side_con_icon01.png) no-repeat center center;*/
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block
}

.suspension .d-qrcode {
    text-align: center
}

.suspension .d-qrcode .inner-box {
    padding: 20px 0
}

.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c
}

.footer {
	background-color: #182029;
	color: #919399;
	font-size: 12px;
	padding: 50px 0 50px 0
}
.footer a {
	color: #919399
}
.footer a:hover {
	color: #fff
}
.footer .cidaohang, .address {
	line-height: 28px
}
.footer p, .footer ul {
	padding: 0;
	margin: 0
}

.footer h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 30px 0;
	margin: 0
}
.footer .weixin img {
	margin-bottom: 5px
}
#mycall {
    background-image: url(../images/input-bg.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
#title {
    background-image: url(../Images/input-bg.png);
    background-repeat: no-repeat;
    background-position: right -40px;
}
#title, #mycall {
    height: 40px;
    width: 93%;
    background-color: #FFF;
    color: #666;
    border-width: 0;
    margin-bottom: 25px;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0;
}
#button {
    height: 44px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border-width: 0;
    background-color: #69c;
    color: #FFF;
    font-size: 14px;
    border-radius: 0;
}
.address {
    background-image: url(../images/address-bg.png);
    background-repeat: no-repeat;
    background-position: -7px top;
    padding-left: 34px;
    margin-bottom: 30px;
}
.footer .weixin img {
    margin-bottom: 5px;
}
 .ylw-img-responsive {
    height: auto;
   width:50%;
}
.a-25 {
     width:25%;float:left;
}
.meg-40 {
    margin-left:100px;
}

