.pr {
    position: relative
}

.pa {
    position: absolute
}

.fl {
    float: left
}

.fr {
    float: right
}

.db {
    display: block
}

.di-b {
    display: inline-block
}

.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #eee
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    background: #8c8c8c;
    border-radius: 0
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #666
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.case_content {
    background: #3b3b3b;
    padding: 0 0 58px
}

.case_content .here, .case_content .here a {
    color: #fff
}

.case_content .imgBox {
    background: #302e30
}

.case_content .box .left_tab {
    width: 900px;
    overflow: hidden;
    position: relative
}

.case_content .box .left_tab .pic {
    margin: 0 auto
}

.case_content .box .left_tab .parts {
    width: 195px;
    margin: 10px auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -97px;
    display: none
}

.case_content .box .left_tab:hover .parts {
    display: block
}

.case_content .box .left_tab .parts > a {
    width: 43px;
    height: 32px;
    line-height: 32px;
    padding-left: 41px;
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
    border: 1px solid
}

.case_content .box .left_tab .parts .share {
    background: #f43742 no-repeat url(../images/iconfont-fenxiang.png) 18px 9px;
    border-color: #f02832
}

.case_content .box .left_tab .parts .collect {
    background: #ef7933 no-repeat url(../images/iconfont-fenxiang.png) 18px -25px;
    margin-left: 14px !important;
    border-color: #ea6617
}

.case_content .box .left_tab .parts .collect.current {
    background-color: #8d8d8d;
    border-color: #818181;
    background-position: 18px -59px
}

.case_content .box .left_tab .parts .collect:hover {
    opacity: 1
}

.case_content .box .left_tab .pag {
    top: 0;
    width: 900px;
    left: 0;
    height: 100%
}

.case_content .box .left_tab .pag a {
    width: 50%;
    height: 100%;
    display: block;
    background: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGBgAAAABQABh6FO1AAAAABJRU5ErkJggg==)
}

.case_content .box .left_tab .pag .prev {
    background-position: -33px -33px;
    cursor: url(../images/left.cur), pointer
}

.case_content .box .left_tab .pag .next {
    background-position: -123px -33px;
    cursor: url(../images/right.cur), pointer
}

.case_content .box .left_tab .txt h2 {
    font-size: 18px;
    color: #fff;
    padding: 14px 32px 0;
    line-height: 38px
}

.case_content .box .left_tab .txt p {
    font-size: 14px;
    color: #dedddd;
    background: #262425;
    line-height: 32px;
    padding: 0 32px
}

.case_content .box .left_tab .txt p a {
    color: #fff;
}

.case_content .box .list_toggle {
    width: 283px;
    border: 1px solid #5e5e5e
}

.case_content .box .list_toggle .title {
    height: 50px;
    line-height: 50px;
    padding-left: 45px;
    font-weight: 400;
    background: url(../images/case_content_ico1.png) no-repeat 20px 18px #262425
}

.case_content .box .list_toggle .title a {
    color: #fff;
    font-size: 18px
}

.case_content .box .list_toggle dt {
    height: 42px;
    line-height: 42px;
    padding-left: 45px;
    color: #dbdbdb;
    font-size: 16px;
    background: url(../images/case_content_ico1.png) no-repeat 23px -88px #3c3c3c;
    cursor: pointer
}

.case_content .box .list_toggle dt.current {
    background-position: 23px -38px
}

.case_content .box .list_toggle dd {
    background: #444
}

.case_content .box .list_toggle dd a {
    display: block;
    line-height: 34px;
    height: 34px;
    padding-left: 45px;
    border-bottom: 1px solid #484848;
    color: #e8e8e8
}

.case_content .box .list_toggle dd a.active, .case_content .box .list_toggle dd a:hover {
    color: #ff7b52
}

.case_content .box .list_toggle dd a span {
    color: #ff7b52
}

.banner-ad {
    padding: 30px 0
}

.banner-ad img {
    display: block
}

.win-title {
    height: 40px;
    margin: 30px 0 20px;
    border-bottom: solid 1px #ddd;
    position: relative
}

.win-title .tit {
    font-weight: 400;
    color: #333;
    float: left;
    border-bottom: solid 1px #000;
    font-size: 18px;
    line-height: 40px
}

.win-title small {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    padding: 15px 0 0 15px
}

.win-title a {
    position: absolute;
    right: 0;
    top: 15px;
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.win-title a:hover {
    color: #ff6159
}

.btn-red {
    background: #ff6159;
    color: #fff !important;
    border: 0;
    cursor: pointer
}

.btn-red:hover {
    background: #f35951 !important
}

.btn-yellow {
    background: #fc883b;
    color: #fff !important;
    border: 0;
    cursor: pointer
}

.btn-yellow:hover {
    background: #ee7b2f !important
}

.banner-ad {
    padding: 30px 0
}

.AreaL {
    width: 905px;
    float: left
}

.AreaR {
    width: 280px;
    float: right
}

.bdsharebuttonbox {
    padding-left: 10px
}

.bdsharebuttonbox a {
    margin: 2px 5px 0 0 !important
}

.submit-info {
    padding: 15px;
    color: #666;
    position: relative
}

.submit-info h4 {
    padding: 20px 0 5px;
    font-size: 18px;
    color: #333;
    font-weight: 400
}

.submit-info .p1 {
    font-size: 14px;
    line-height: 24px
}

.submit-info .txt {
    width: 236px;
    padding: 0 5px;
    height: 33px;
    border: solid 1px #ccc;
    margin-top: 10px;
    line-height: 33px \9;
    color: #666
}

.submit-info select.txt {
    width: 248px
}

.submit-info .btn {
    width: 100%;
    height: 33px;
    margin-top: 10px
}

.submit-info .p2 {
    font-size: 14px;
    margin-top: 10px
}

.submit-info .list {
    border-top: solid 1px #ddd;
    line-height: 24px;
    margin-top: 10px;
    padding-top: 10px;
    height: 120px;
    overflow: hidden
}

.submit-info .list i {
    color: #ff4c43;
    font-style: normal;
    margin-right: 5px
}

.submit-info .list li {
    padding-left: 5px;
    overflow: hidden
}

.submit-info .ico-tag {
    width: 41px;
    height: 41px;
    background: url(../images/ico.png) no-repeat -36px 0;
    position: absolute;
    left: 0;
    top: 0
}

.gg_pic {
    margin-top: 16px
}

.gg_pic {
    width: 100%
}

.accordion {
    padding: 0 10px
}

.accordion .tit {
    height: 33px;
    line-height: 33px;
    border-bottom: solid 1px #ddd;
    font-size: 14px
}

.accordion ol {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 0
}

.accordion li {
    height: 30px;
    overflow: hidden
}

.accordion .active {
    height: auto
}

.accordion a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.accordion img {
    margin: 5px auto
}

.accordion .active a {
    color: #ff343f
}

.tema-detaile {
    padding: 10px 20px 1px
}

.tema-detaile .win-title {
    margin-top: 0
}

.guide .list li {
    border-bottom: 1px dashed #eaeaea;
    padding: 20px 0
}

.guide .list .pic {
    width: 316px;
    height: 237px;
    overflow: hidden
}

.guide .list .pic img {
    width: 316px;
    height: auto
}

.guide .list .cont {
    width: 532px
}

.guide .list h2 {
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    font-weight: 400;
    padding-top: 6px
}

.guide .list h2 a {
    color: #333
}

.guide .list h2 a:hover {
    color: #ff343f
}

.guide .list p {
    line-height: 18px;
    color: #999
}

.guide .list p span {
    color: #ff2f2f
}

.guide .list .cont .txt {
    line-height: 24px;
    color: #666;
    height: 144px;
    overflow: hidden;
    margin: 15px 0
}

.guide .list dl h2 {
    padding: 0;
    width: 625px
}

.guide .list dd {
    line-height: 28px;
    max-height: 112px;
    overflow: hidden;
    margin-top: 10px;
    color: #666
}

.hot_floor {
    background: #fff;
    padding: 0 20px
}

.hot_floor .link {
    padding: 10px 0;
    line-height: 30px
}

.hot_floor .link a {
    color: #f37834
}

.hot_floor li {
    border: 1px solid #c7c7c7;
    padding: 15px;
    margin-bottom: 20px
}

.hot_floor li:last-child {
    margin-bottom: 0
}

.hot_floor li:hover {
    -webkit-box-shadow: 2px 2px 3px 0 #B9B6B6;
    -moz-box-shadow: 2px 2px 3px 0 #B9B6B6;
    -o-box-shadow: 2px 2px 3px 0 #B9B6B6;
    box-shadow: 2px 2px 3px 0 #B9B6B6
}

.hot_floor .pic {
    width: 302px;
    height: 226px;
    overflow: hidden
}

.hot_floor .pic img {
    width: 302px
}

.hot_floor .hbr {
    width: 51px;
    color: #fff;
    height: 22px;
    background: url(../images/viewtitle.jpg) no-repeat;
    background-size: 100% 100%;
    padding-left: 14px;
    line-height: 22px;
    top: 6px;
    right: -1px;
    z-index: 2
}

.hot_floor .cont {
    width: 515px
}

.hot_floor .cont h2 {
    line-height: 28px;
    height: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 100
}

.hot_floor .cont h2 a {
    color: #333;
    font-size: 14px
}

.hot_floor .cont h2 a:hover {
    color: #ff343f
}

.hot_floor .cont h2 span {
    color: #666;
    font-size: 12px
}

.hot_floor .cont .txt {
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 14px 0
}

.hot_floor .cont .txt a {
    color: #f37834
}

.hot_floor .cont .xq {
    margin-bottom: 12px
}

.hot_floor .cont .xq p {
    width: 185px;
    line-height: 32px;
    color: #666
}

.hot_floor .cont .more {
    width: 98px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid silver;
    color: #000
}

.hot_floor .cont .more:hover {
    color: #fff;
    border-color: #ff4c43;
    background: #ff4c43
}

.hot_floor_cont {
    background: #fff;
    padding: 30px 20px 1px
}

.hot_floor_cont .top {
    border: 1px solid #c7c7c7;
    padding: 15px;
    margin-bottom: 20px
}

.hot_floor_cont .top:last-child {
    margin-bottom: 0
}

.hot_floor .top .pic {
    width: 302px;
    height: 226px;
    overflow: hidden
}

.hot_floor .top .pic img {
    width: 302px
}

.hot_floor_cont .top .hbr {
    width: 51px;
    color: #fff;
    height: 22px;
    background: url(../images/viewtitle.jpg) no-repeat;
    background-size: 100% 100%;
    padding-left: 14px;
    line-height: 22px;
    top: 6px;
    right: -1px;
    z-index: 2
}

.hot_floor_cont .top .cont {
    width: 515px
}

.hot_floor_cont .top .cont h2 {
    line-height: 28px;
    height: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 100
}

.hot_floor_cont .top .cont h2 a {
    color: #333;
    font-size: 14px
}

.hot_floor_cont .top .cont h2 a:hover {
    color: #ff343f
}

.hot_floor_cont .top .cont h2 span {
    color: #666;
    font-size: 12px
}

.hot_floor_cont .top .cont .txt {
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 14px 0
}

.hot_floor_cont .top .cont .txt a {
    color: #f37834
}

.hot_floor_cont .top .cont .xq {
    margin-bottom: 12px
}

.hot_floor_cont .top .cont .xq p {
    width: 185px;
    line-height: 32px;
    color: #666
}

.hot_floor_cont .top .cont .more {
    width: 98px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid silver;
    color: #000
}

.hot_floor_cont .top .cont .more:hover {
    color: #fff;
    border-color: #ff4c43;
    background: #ff4c43
}

.hot_floor_cont .top .cont .number {
    line-height: 30px;
    color: #000;
    margin-right: 20px
}

.hot_floor_cont .top .cont .number span {
    color: #ff4c43
}

.hot_floor_cont .top .cont .alert {
    top: 40px;
    background: #fff;
    display: none
}

.hot_floor_cont .top .cont .con-scroll {
    color: #666;
    line-height: 22px;
    height: 130px;
    overflow: hidden;
    padding: 10px 0
}

.hot_floor_cont .top .cont .alert .hid {
    color: #003cd6;
    margin-right: 15px
}

.hot_floor_cont .floor_cont .txt {
    color: #333;
    line-height: 20px;
    height: 80px;
    overflow: hidden
}

.hot_floor_cont .floor_cont .show_jian {
    width: 65px;
    height: 28px;
    line-height: 28px;
    padding-left: 21px;
    border: 1px solid silver;
    margin: 16px auto 0;
    cursor: pointer;
    background: url(../images/next_jian.png) no-repeat 55px center
}

.hot_floor_cont .floor_parsing .box {
    margin-bottom: 20px
}

.hot_floor_cont .floor_parsing .pic, .hot_floor_cont .floor_parsing .pic img {
    margin: 0 auto
}

.hot_floor_cont .floor_parsing dl {
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e2e2
}

.hot_floor_cont .floor_parsing dt {
    line-height: 38px;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 10px
}

.hot_floor_cont .floor_parsing dt h2 {
    width: 450px;
    height: 38px;
    overflow: hidden;
    font-size: 14px
}

.hot_floor_cont .floor_parsing dt p {
    font-size: 14px;
    color: #666
}

.hot_floor_cont .floor_parsing dt p span {
    color: #f44
}

.hot_floor_cont .floor_parsing dt p i {
    font-style: normal;
    padding: 0 10px
}

.hot_floor_cont .floor_parsing dd {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 8px;
    color: #666
}

.hot_floor_cont .rezhuang .pic {
    width: 240px;
    height: 180px
}

.hot_floor_cont .rezhuang .box {
    padding: 15px !important
}

.hot_floor_cont .rezhuang dt h2 {
    width: auto
}

.fen_floor_cont .rezhuang dl {
    width: 578px;
    border-bottom: 0;
    padding: 0
}

.hot_floor_cont .rezhuang dt {
    margin: 0;
    border-bottom: 0
}

.hot_floor_cont .rezhuang dd {
    margin-bottom: 0 !important;
    height: 66px
}

.submit-info h4.red {
    color: #ff4c43
}

.place_list {
    width: 866px;
    overflow: hidden
}

.place_list ul {
    width: 882px
}

.place_list li {
    margin: 0 14px 16px 0;
    width: 279px
}

.place_list .pic {
    width: 279px;
    height: 209px;
    overflow: hidden
}

.place_list .pic img {
    width: 279px
}

.place_list .name {
    line-height: 29px;
    height: 29px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    padding: 0 12px
}

.place_list .xp {
    width: 68px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    top: 0;
    left: 0
}

.place_list .xp.start {
    background: rgba(255, 47, 47, .6)
}

.place_list .xp.middle {
    background: rgba(255, 163, 17, .6)
}

.place_list .xp.end {
    background: rgba(214, 187, 5, .6)
}

.place_list .more {
    line-height: 36px;
    width: 100%;
    text-align: center;
    background: rgba(239, 74, 65, .5);
    top: 173px;
    left: 0;
    color: #fff;
    font-family: '宋体';
    display: none
}

.place_list .more:hover {
    background: #fc5b52
}

.place_list li:hover .more {
    display: block
}

.case .item {
    width: 280px;
    margin: 0 auto 10px;
    position: relative;
    height: 297px
}

.case .item .pic {
    width: 280px;
    height: 240px;
    overflow: hidden;
    display: block
}

.case .item .info {
    height: 56px;
    border: solid 1px #ddd
}

.case .item .p1 {
    padding-left: 15px;
    margin-top: 5px;
    line-height: 22px;
    font-size: 14px;
    color: #6a6a6a;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}

.case .item .p2 {
    padding-left: 15px;
    line-height: 22px;
    color: #8f8f8f
}

.case {
    margin: 20px -5px 10px
}

.case .item .headPic {
    width: 63px;
    height: 63px;
    position: absolute;
    right: 20px;
    top: 215px;
    border: solid 2px #fff;
    border-radius: 50%;
    overflow: hidden
}

.elite-list .list {
    padding-bottom: 20px
}

.elite-list .list .item {
    width: 280px;
    height: 370px;
    line-height: 22px;
    border: solid 1px #f8f8f8;
    box-shadow: 0 1px 1px #f5f5f5;
    margin: 0 auto 10px;
    position: relative
}

.elite-list .ico-tag {
    position: absolute;
    left: 20px;
    top: 0;
    width: 50px;
    height: 66px;
    background: url(../images/ico-tag.png) no-repeat;
    z-index: 1
}

.elite-list .ico-tag-2 {
    background-position: -50px 0
}

.elite-list .list .item img {
    display: block
}

.elite-list .list .box1 {
    position: relative;
    width: 100%;
    width: 280px;
    height: 280px;
    overflow: hidden
}

.elite-list .list .box1 .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease .2s;
    -webkit-transition: all ease .2s
}

.elite-list .list .box1 p {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease .2s;
    -webkit-transition: all ease .2s
}

.elite-list .list .box1:hover p {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.elite-list .list .box1 .guihua, .elite-list .list .box1 .zixun {
    position: absolute;
    bottom: 0;
    width: 137px;
    height: 34px;
    line-height: 34px;
    border: solid 1px #fff;
    color: #000;
    transition: all ease .1s;
    -webkit-transition: all ease .1s;
    background: #f1f1f1
}

.elite-list .list .box1 p a.zixun {
    left: 0
}

.elite-list .list .box1 p a.guihua {
    right: 0
}

.elite-list .list .box1 p a:hover {
    background: #ff343e;
    border-color: #ff343e;
    color: #fff
}

.elite-list .list .box2 {
    width: 245px;
    border-bottom: solid 1px #ddd;
    line-height: 30px;
    margin: 0 auto
}

.elite-list .list .name {
    font-size: 18px
}

.elite-list .list .box3 {
    color: #666;
    padding: 5px 0
}

.parsing_list .cont h2 .dian {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #ff4c43
}

.parsing_list .cont h2 .dian:hover {
    color: #fff
}

.parsing_list .plan {
    margin-top: 10px;
    color: #333
}

.parsing_list .plan dt {
    line-height: 32px;
    margin-right: 15px
}

.parsing_list .plan dd p {
    width: 72px;
    text-align: center;
    margin: 32px 1px 0 0;
    line-height: 14px;
    color: #999
}

.parsing_list .plan dd p:before {
    content: '';
    display: block;
    width: 72px;
    height: 8px;
    position: absolute;
    left: 0;
    top: -20px;
    background: url(../images/plan_bg.png) no-repeat -73px center
}

.parsing_list .plan dd p.current {
    color: #333
}

.parsing_list .plan dd p.current:before {
    background-position: 0 center
}

.parsing_cont {
    background: #fff;
    padding: 0 20px
}

.parsing_cont .cont .top {
    color: #999;
    padding-top: 35px
}

.parsing_cont .cont .top h1 {
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    color: #333
}

.parsing_cont .cont .top .xq {
    font-size: 14px;
    text-align: center;
    margin: 12px 0 15px
}

.parsing_cont .cont .top .xq span {
    padding: 0 14px
}

.parsing_cont .cont .top .class {
    text-align: center
}

.parsing_cont .cont .top .class span {
    display: inline-block;
    line-height: 24px;
    width: 100px;
    background: #eee;
    margin: 0 5px
}

.parsing_cont .cont .top .txt {
    color: #666;
    line-height: 22px;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
    text-indent: 2em
}

#pic-nav {
    position: relative
}

#pic-nav .toggle {
    width: 22px;
    height: 50px;
    background: url(../images/ico.png) no-repeat -178px 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px
}

#pic-nav .toggle span {
    display: block;
    height: 50%;
    cursor: pointer
}

#pic-nav .toggle .disabled {
    cursor: default
}

#pic-nav .toggle .top.disabled {
    background: url(../images/ico.png) no-repeat -178px -54px
}

#pic-nav .toggle .down.disabled {
    background: url(../images/ico.png) no-repeat -178px -79px
}

.caseDetail-img-nav {
    width: 80px;
    padding-right: 10px;
    min-height: 350px
}

.caseDetail-img-nav .toggle {
    width: 40px;
    height: 80px;
    position: absolute
}

.caseDetail-img-nav dl {
    height: 350px;
    overflow: hidden
}

.caseDetail-img-nav dt {
    font-size: 16px
}

.caseDetail-img-nav dd {
    line-height: 24px;
    margin: 5px 0 10px
}

.caseDetail-img-nav .active a {
    color: #ff343f
}

.caseDetail-do {
    top: 16px;
    right: 16px
}

.caseDetail-img {
    border-left: solid 2px #ddd;
    width: 728px;
    border-left: solid 2px #ddd;
    padding-left: 30px
}

.caseDetail-img .caseDetail-do .similar {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    color: #fff;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    margin: 0 0 0 20px;
    cursor: pointer
}

.caseDetail-img .caseDetail-do a:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.caseDetail-img-font {
    line-height: 35px;
    margin-bottom: 8px
}

.caseDetail-show .btitle {
    line-height: 24px;
    font-size: 16px;
    margin: 30px 0 15px
}

.parsing_cont .alert {
    width: 580px;
    height: 360px;
    padding-top: 30px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -195px 0 0 -290px;
    box-shadow: 0 0 8px #A7A4A4;
    z-index: 99999;
    display: none
}

.parsing_cont .alert .submit-info {
    width: 328px;
    padding: 0;
    margin: 0 auto
}

.parsing_cont .alert .submit-info .txt {
    width: 315px
}

.parsing_cont .alert .close {
    right: 16px;
    top: 16px;
    cursor: pointer
}

.parsing_cont .case_more {
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2
}

.parsing_cont .case_more h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px
}

.parsing_cont .case_more li {
    margin-right: 16px
}

.parsing_cont .case_more li, .parsing_cont .case_more li img, .parsing_cont .case_more li p {
    width: 200px;
    height: 140px
}

.parsing_cont .case_more li p {
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    display: none
}

.parsing_cont .case_more li p span {
    color: #fff;
    width: 98px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #fff;
    margin: 55px auto 0
}

.parsing_cont .case_more li:hover p {
    display: block
}

.parsing_cont .prev-next-tab {
    padding-bottom: 20px
}

.parsing_cont .prev-next-tab span {
    color: #333
}

.parsing_cont .prev-next-tab p {
    display: inline;
    margin: 0 15px
}

.parsing_cont .prev-next-tab .ico-angle {
    display: inline-block;
    margin: 0 3px;
    border-width: 8px 5px 0;
    border-color: #999 transparent #fff
}

.parsing_cont .prev-next-tab .ico-angle.top {
    border-width: 0 5px 8px;
    border-color: #fff transparent #999
}

.parsing_case {
    background: #fff;
    padding: 0 20px
}

.activity .le_nav {
    width: 280px
}

.activity .right_cont {
    width: 905px
}

.activity .link_list {
    border: 1px solid #e2e2e2;
    border-width: 1px 0
}

.activity .link_list a {
    line-height: 55px;
    padding-left: 52px;
    font-size: 16px;
    color: #333;
    background: #f8f8f8 url(../images/link_list_ico.png) no-repeat;
    border: 1px solid #e2e2e2;
    border-width: 0 1px
}

.activity .link_list a span {
    font-family: "宋体";
    margin-right: 20px;
    color: #d2d2d2;
    font-weight: 700
}

.activity .link_list a:nth-child(2n-1) {
    background-color: #f1f1f1
}

.activity .link_list a.current, .activity .link_list a:hover {
    background-color: #fff;
    color: #fe343f;
    border-left-color: #ff343f;
    border-right-color: #fff
}

.activity .link_list a.current span, .activity .link_list a:hover span {
    color: #aeaeae
}

.activity .link_list a.name1 {
    background-position: 30px 20px
}

.activity .link_list a.name2 {
    background-position: 30px -33px
}

.activity .link_list a.name3 {
    background-position: 30px -89px
}

.activity .link_list a.name4 {
    background-position: 30px -144px
}

.activity .link_list a.name5 {
    background-position: 30px -199px
}

.activity .link_list a.name1.current, .activity .link_list a.name1:hover {
    background-position: 30px -250px
}

.activity .link_list a.name2.current, .activity .link_list a.name2:hover {
    background-position: 30px -303px
}

.activity .link_list a.name3.current, .activity .link_list a.name3:hover {
    background-position: 30px -359px
}

.activity .link_list a.name4.current, .activity .link_list a.name4:hover {
    background-position: 30px -414px
}

.activity .link_list a.name5.current, .activity .link_list a.name5:hover {
    background-position: 30px -469px
}

.activity .case_list {
    padding: 0 10px 10px;
    overflow: hidden;
    background: #fff
}

.activity .case_list h2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #e1e1e1
}

.activity .case_list ul {
    width: 270px
}

.activity .case_list li {
    margin: 14px 9px 0 0
}

.activity .case_list li, .activity .case_list li img {
    width: 126px;
    height: 126px
}

.activity .case_list li p {
    width: 100%;
    line-height: 22px;
    height: 22px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0;
    color: #fff
}

.activity .city_name {
    border: solid 1px #eaeaea;
    line-height: 25px;
    background: #f8f8f8;
    font-size: 14px
}

.activity .city_name .tit {
    width: 110px;
    text-align: center;
    color: #666;
    padding: 10px 0
}

.activity .city_name .city {
    border-left: solid 1px #eaeaea;
    width: 762px;
    padding: 10px 30px 10px 0;
    background: #fff
}

.activity .city_name a {
    margin-left: 15px;
    display: inline-block
}

.activity .city_name a.active {
    color: #ff343f
}

.activity .activity_list {
    padding: 20px 16px 0;
    margin-top: 20px;
    background: #fff
}

.activity .activity_list dl {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.activity .activity_list dt {
    width: 200px;
    height: 150px;
    overflow: hidden
}

.activity .activity_list dt img {
    width: 200px
}

.activity .activity_list dt .count {
    width: 100%;
    height: 30px;
    background: #ff343f;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0
}

.activity .activity_list dt .count.pass {
    background-color: #939393
}

.activity .activity_list dt .count .ico {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
    background: url(../images/ico.png) no-repeat -182px -130px
}

.activity .activity_list dd {
    color: #666;
    width: 660px
}

.activity .activity_list dd h2 {
    font-size: 16px;
    font-weight: 400
}

.activity .activity_list dd .txt {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin: 6px 0 4px
}

.activity .activity_list dd .xq p {
    height: 24px;
    line-height: 24px;
    overflow: hidden
}

.activity .activity_list dd .xq span {
    font-size: 14px;
    color: #333
}

.activity .activity_list dd .xq span.red {
    color: #f74f46
}

.activity .activity_list .link {
    right: 0;
    bottom: 0
}

.activity .activity_list .link a {
    display: inline-block;
    width: 108px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-left: 10px
}

.activity .activity_list .link a.zixun {
    color: #ff6f77;
    border: 1px solid #ff6f77
}

.activity .activity_list .link a.more {
    color: #fea135;
    border: 1px solid #fea135
}

.activity .activity_list .link a.zixun:hover {
    color: #fff;
    background: #ff343f;
    border-color: #ff343f
}

.activity .activity_list .link a.more:hover {
    color: #fff;
    background: #f4911d;
    border-color: #f4911d
}

.activity .activity_review {
    padding: 20px 16px 0;
    margin-top: 20px;
    background: #fff
}

.activity .activity_review dl {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.activity .activity_review dt, .activity .activity_review dt img {
    width: 200px;
    height: 140px
}

.activity .activity_review dd {
    color: #666;
    width: 663px
}

.activity .activity_review dd h2 {
    font-size: 18px;
    font-weight: 400
}

.activity .activity_review dd .txt {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin: 8px 0 12px
}

.activity .activity_review dd .xq {
    color: #999
}

.activity .activity_review dd .xq span {
    color: #ff2f2f
}

. .guide-detaile-content {
    overflow: hidden;
    padding: 10px 20px 20px
}

.guide-detaile-content .win-title {
    margin: 0
}

.guide-detaile-content .seeMore {
    display: block;
    height: 46px;
    background: #302e31;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 14px
}

.guide-detaile-content .seeMore:hover {
    opacity: .8
}

.guide-detaile-huxing {
    line-height: 22px;
    color: #666;
    padding-bottom: 20px
}

.guide-detaile-huxing .item img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px
}

.guide-detaile-huxing .item .info {
    padding: 0 10px;
    border: solid 1px #ddd
}

.guide-detaile-huxing .item h4 {
    font-size: 14px;
    border-bottom: solid 1px #ddd;
    line-height: 38px
}

.guide-detaile-huxing .item p {
    padding: 5px 0
}

.guide-detaile-info .box {
    margin-top: 20px;
    padding-left: 300px;
    line-height: 24px;
    overflow: hidden
}

.guide-detaile-info .box .headPic {
    float: left;
    margin-left: -300px
}

.guide-detaile-info dl {
    border-top: solid 1px #ddd;
    padding: 6px 0 10px;
    margin-top: -1px
}

.guide-detaile-info dt {
    font-weight: 700;
    font-size: 14px
}

.guide-detaile-content .list {
    padding: 0;
    margin: 20px -6px 0
}

.guide-detaile-content .paging {
    padding: 10px 0
}

.guide-detaile-content .article {
    color: #666;
    padding: 0 30px 30px
}

.guide-detaile-content .article h1 {
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding: 60px 0 0
}

.guide-detaile-content .article img {
    max-width: 100%
}

.guide-detaile-content .article p {
    text-indent: 2em;
    line-height: 24px
}

.guide-detaile-content .info-bar {
    font-size: 14px;
    color: #999;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px
}

.guide-detaile-content .info-bar i {
    font-style: normal;
    padding: 0 5px;
    color: #ccc
}

.guide-detaile-content .con {
    border-bottom: solid 1px #ddd;
    padding: 15px 0
}

.guide-detaile-content .con img {
    display: inline-block
}

.guide-detaile-content .share2 {
    width: 200px;
    margin: 20px auto 0
}

.guide-detaile-content .prev-next-tab span {
    color: #333
}

.guide-detaile-content .prev-next-tab p {
    display: inline;
    margin: 0 15px
}

.guide-detaile-content .prev-next-tab .ico-angle {
    display: inline-block;
    margin: 0 3px;
    border-width: 8px 5px 0;
    border-color: #999 transparent #fff
}

.guide-detaile-content .prev-next-tab .ico-angle.top {
    border-width: 0 5px 8px;
    border-color: #fff transparent #999
}

.guide-detaile-content .article_ban, .guide-detaile-content .article_ban li, .guide-detaile-content .article_ban li img {
    width: 844px;
    height: 451px
}

.guide-detaile-content .article_ban .pag {
    height: 0;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 22px
}

.guide-detaile-content .article_ban .pag span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    margin-right: 12px
}

.guide-detaile-content .article_ban .pag span:last-child {
    margin-right: 0
}

.guide-detaile-content .article_ban .pag span.current {
    background: #900000
}

.recommend {
    background: #fff;
    padding: 5px 16px 0
}

.recommend dl {
    margin-bottom: 14px
}

.recommend dt {
    font-size: 18px;
    line-height: 54px;
    height: 54px
}

.recommend dt a {
    color: #333
}

.recommend dt span {
    font-size: 14px;
    color: #ff343f
}

.recommend dd {
    width: 875px;
    height: 290px;
    overflow: hidden
}

.recommend dd img {
    width: 873px
}

.activity_cont {
    background: #fff;
    padding: 10px 15px
}

.activity_cont img {
    display: inline-block
}

.brand .link_list a {
    background-image: url(../images/brand_left_nav_ico.png)
}

.brand .link_list a.name6 {
    background-position: 30px -255px
}

.brand .link_list a.name7 {
    background-position: 30px -308px
}

.brand .link_list a.name1.current, .brand .link_list a.name1:hover {
    background-position: 30px -366px
}

.brand .link_list a.name2.current, .brand .link_list a.name2:hover {
    background-position: 30px -419px
}

.brand .link_list a.name3.current, .brand .link_list a.name3:hover {
    background-position: 30px -475px
}

.brand .link_list a.name4.current, .brand .link_list a.name4:hover {
    background-position: 30px -530px
}

.brand .link_list a.name5.current, .brand .link_list a.name5:hover {
    background-position: 30px -585px
}

.brand .link_list a.name6.current, .brand .link_list a.name6:hover {
    background-position: 30px -641px
}

.brand .link_list a.name7.current, .brand .link_list a.name7:hover {
    background-position: 30px -694px
}

.brand .leader {
    background: #fff;
    padding: 40px 20px 0
}

.brand .leader li {
    padding: 14px;
    border: 1px solid #c7c7c7;
    margin-bottom: 20px
}

.brand .leader .pic {
    width: 280px;
    height: 362px
}

.brand .leader .cont {
    width: 540px
}

.brand .leader .cont .title {
    padding: 8px 0 16px 12px;
    border-bottom: 1px solid #999;
    margin-bottom: 15px
}

.brand .leader .cont .title:before {
    width: 2px;
    height: 44px;
    background: #f74f46;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 14px
}

.brand .leader .cont .title h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
    overflow: hidden
}

.brand .leader .cont .title h2 a {
    color: #333
}

.brand .leader .cont .title p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 24px
}

.brand .leader .cont .txt {
    color: #333;
    line-height: 24px;
    height: 264px;
    overflow: hidden;
    text-indent: 2em
}

.leader_more {
    padding: 15px 20px 30px;
    background: #fff;
    margin-top: 20px
}

.leader_more .win-title {
    margin-top: 0
}

.leader_more ul {
    width: 1167px
}

.leader_more li {
    margin-right: 8.5px
}

.leader_more li, .leader_more li img {
    width: 186px;
    height: 186px
}

.leader_more li p {
    width: 100%;
    line-height: 22px;
    height: 22px;
    text-align: center;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #000;
    filter: alpha(opacity=50);
    background: rgba(0, 0, 0, .5)
}

.brand .course {
    min-height: 912px;
    padding: 0 36px 40px;
    background: #fff
}

.brand .course dt {
    border-left: 1px solid #c1c1c1;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    padding-left: 12px;
    position: relative
}

.brand .course dt:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/course_ico.png);
    width: 13px;
    height: 13px;
    left: -7px;
    top: 2px
}

.brand .course dd {
    border-left: 1px solid #c1c1c1;
    line-height: 28px;
    padding: 14px 0 12px 12px
}

.brand .course dl:first-child dt {
    padding-top: 38px
}

.brand .course dl:first-child dt:before {
    top: 40px
}

.brand .course dl:last-child dd {
    border-left: 0
}

.welfare {
    background: #fff;
    padding: 0 20px
}

.welfare_cont .con {
    margin-top: 10px
}

.welfare_cont .con img {
    max-width: 100%;
    display: inline-block
}

.welfare_cont .con p {
    margin: 10px 0
}

.brand_introduce {
    padding: 35px 20px 20px;
    background: #fff;
    line-height: 24px;
    min-height: 871px
}

.brand_introduce .txt {
    color: #333
}

.brand_introduce .cont {
    margin: 25px 0
}

.brand_introduce .cont dt {
    width: 72px
}

.brand_introduce .cont dd {
    width: 790px
}

.brand_introduce .cont dd p {
    width: 375px;
    padding-left: 20px;
    background: url(../images/brand_introduce_ico.png) no-repeat left center
}

.brand_introduce img {
    max-width: 100%
}

.honor .course dl:first-child dt {
    padding-top: 0
}

.honor .course dl:first-child dt:before {
    top: 2px
}

.honor .honor_top {
    height: 80px;
    background: #fff;
    padding: 28px 20px 0
}

.honor .honor_top .next, .honor .honor_top .prev {
    width: 42px;
    height: 42px;
    background: url(../images/honor_pag.png) no-repeat;
    cursor: pointer
}

.honor .honor_top .next.agrayright, .honor .honor_top .prev.agrayleft {
    opacity: .5
}

.honor .honor_top .next {
    background-position: right center
}

.honor .honor_top .cont {
    width: 775px;
    overflow: hidden;
    height: 42px;
    position: relative
}

.honor .honor_top .cont ul {
    width: 9999999px;
    position: absolute;
    left: 0;
    top: 0
}

.honor .honor_top .cont li {
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    width: 78px
}

.honor .honor_top .cont li.current {
    color: #fe343f
}

.fixed-bottom-box-hide {
    width: 130px;
    height: 134px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 21;
    background: url(../images/down-bar-btn.png) no-repeat;
    cursor: pointer;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

.fixed-bottom-box-hide p {
    font-size: 16px;
    color: #fff;
    width: 25px;
    text-align: center;
    margin: 20px 0 0 19px
}

.fixed-bottom-box-hide.now {
    visibility: hidden;
    transform: translateX(-130px);
    -webkit-transform: translateX(-130px);
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

.customer .link_list a {
    background-image: url(../images/customer_ico.png)
}

.customer .link_list a.name1 {
    background-position: 30px 23px
}

.customer .link_list a.name1.current, .customer .link_list a.name1:hover {
    background-position: 30px -265px
}

.customer .link_list a.name2.current, .customer .link_list a.name2:hover {
    background-position: 30px -321px
}

.customer .link_list a.name3.current, .customer .link_list a.name3:hover {
    background-position: 30px -377px
}

.customer .link_list a.name4.current, .customer .link_list a.name4:hover {
    background-position: 30px -432px
}

.customer .link_list a.name5.current, .customer .link_list a.name5:hover {
    background-position: 30px -487px
}

.complaints {
    height::;
    background: #fff;
    margin: 0 auto
}

.complaints .top a {
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #333;
    position: relative
}

.complaints .top a.current, .complaints .top a:hover {
    color: #ff343f
}

.complaints .top a.current:after {
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background: #ff343f;
    left: 0;
    bottom: 0;
    position: absolute
}

.complaints .cont {
    width: 100%;
    height: 500px;
    background: url(../images/complaints_bg.jpg) no-repeat center
}

.complaints .cont .left {
    margin: 70px 0 0 90px;
    color: #fff;
    width: 500px
}

.complaints .cont .left .offer {
    height: 255px
}

.complaints .cont .left .offer h2 {
    font-size: 30px;
    line-height: 52px;
    font-weight: 400;
    margin-bottom: 30px
}

.complaints .cont .left .offer p {
    font-size: 18px;
    line-height: 44px
}

.complaints .cont .left .xq dt {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 16px
}

.complaints .cont .left .xq dd {
    line-height: 30px
}

.complaints .cont .left .xq dd p {
    padding-left: 38px;
    background: url(../images/complaints_ico1.png) no-repeat left center;
    font-size: 14px
}

.complaints .cont .left .xq dd span {
    padding: 0 16px;
    font-family: "宋体";
    font-size: 16px
}

.complaints .cont .left .xq dd p.xq2 {
    background-position: -161px center
}

.complaints .cont .left .xq dd p.xq3 {
    background-position: -322px center
}

.complaints .cont .form {
    width: 278px;
    height: 305px;
    background: #fff;
    padding: 0 30px;
    margin: 105px 90px 0 0
}

.complaints .cont .form h4 {
    padding: 20px 0 5px;
    font-size: 18px;
    color: #ff4c43;
    font-weight: 400
}

.complaints .cont .form .p1 {
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.complaints .cont .form .txt {
    width: 265px;
    padding: 0 5px;
    color: #666;
    height: 33px;
    line-height: 33px \9;
    border: solid 1px #ccc;
    margin-top: 10px
}

.complaints .cont .form select {
    width: 135px;
    color: #666;
    height: 33px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    margin-top: 10px
}

.complaints .cont .form .btn {
    width: 100%;
    height: 33px;
    margin-top: 10px
}

.complaints .cont .form .p2 {
    font-size: 14px;
    margin-top: 10px
}

.complaints_maintain .cont .left .offer {
    width: 640px
}

.complaints_maintain .cont .left .offer p {
    font-size: 21px;
    line-height: 44px
}

.complaints_maintain .cont .left .xq dd p {
    background-image: url(../images/complaints_ico2.png)
}

.complaints_maintain .cont .left .xq dd p.xq2 {
    background-position: -188px center
}

.complaints_maintain .cont .left .xq dd p.xq3 {
    background-position: -377px center
}

.complaints_maintain .cont .left .xq dd p.xq4 {
    background-position: -566px center
}

.complaints_maintain .cont .form {
    height: 348px;
    margin-top: 76px
}

.complaints_plan .cont .left {
    width: 555px
}

.complaints_plan .cont .left .xq dd p {
    background-image: url(../images/complaints_ico3.png)
}

.complaints_plan .cont .left .xq dd p.xq2 {
    background-position: -193px center
}

.complaints_plan .cont .left .xq dd p.xq3 {
    background-position: -388px center
}

.complaints_plan .cont .form {
    height: 348px;
    margin-top: 76px
}

.customer .process .title {
    color: #222;
    font-size: 22px;
    text-align: center;
    line-height: 46px;
    padding: 36px 0 40px
}

.customer .process .title:before {
    width: 50px;
    height: 1px;
    background: #222;
    content: '';
    display: block;
    position: absolute;
    top: 82px;
    left: 50%;
    margin-left: -25px
}

.customer .process .list {
    width: 848px;
    overflow: hidden;
    margin: 0 auto
}

.customer .process .list ul {
    width: 870px
}

.customer .process .list li {
    width: 268px;
    height: 201px;
    margin: 0 22px 20px 0;
    overflow: hidden
}

.customer .process .list li img {
    height: auto
}

.customer .process .list li p {
    width: 252px;
    padding: 6px 8px;
    left: 0;
    bottom: 0;
    line-height: 24px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 14px
}

.quality {
    height: 100%
}

.quality .min-head {
    background: rgba(0, 0, 0, .5)
}

.quality .min-head .hotline {
}

.quality .le_nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 9999;
    display: none
}

.quality .le_nav .list {
    top: 50%;
    left: 50px;
    margin-top: -236px
}

.quality .le_nav p {
    width: 88px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #fff;
    color: #9dc729;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear
}

.quality .le_nav p:last-child {
    margin-bottom: 0
}

.quality .le_nav p.current, .quality .le_nav p:hover {
    background: #78991d;
    color: #fff
}

.quality .le_nav p.none {
    height: 0;
    line-height: 0
}

.quality .protection1 {
    width: 100%;
    height: 100%;
    background: url(../images/protection_bg1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden
}

.quality .protection1 .cont, .quality .protection1 .cont h2, .quality .protection1 .cont img, .quality .protection1 .cont p {
    opacity: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.quality .protection1 .cont {
    text-align: center;
    width: 464px;
    height: 464px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -232px 0 0 -232px;
    background: rgba(255, 255, 255, .7);
    z-index: 22;
    transition-delay: .5s;
    transform: scale(.1);
    -webkit-transform: scale(.1)
}

.quality .protection1 .cont:before {
    width: 516px;
    height: 516px;
    border-radius: 50%;
    margin: -26px 0 0 -26px;
    border: 1px solid #fff;
    content: '';
    display: block;
    z-index: 20;
    position: absolute
}

.quality .protection1 .cont img {
    width: 340px;
    margin: 110px 0 0 55px;
    transition-delay: 1s;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px)
}

.quality .protection1 .cont h2 {
    color: #638109;
    font-size: 40px;
    line-height: 60px;
    padding: 18px 0 8px;
    transition-delay: 1.3s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px)
}

.quality .protection1 .cont p {
    color: #666853;
    font-size: 16px;
    line-height: 26px;
    padding: 0 26px;
    transition-delay: 1.4s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px)
}

.quality .protection1.active .cont {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.quality .protection1.active .cont h2, .quality .protection1.active .cont img, .quality .protection1.active .cont p {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0)
}

.quality .quality_cont {
    height: 100%
}

.quality .protection_box {
    height: 100%
}

.quality .protection_box .cont, .quality .protection_box .pic {
    width: 50%;
    height: 100%;
    overflow: hidden
}

.quality .protection_box .pic {
    background: no-repeat center;
    background-size: cover;
    top: 0
}

.quality .protection_box .cont {
    background: url(../images/protection_bg2.jpg);
    display: table
}

.quality .protection_box .cont.fl {
    padding-right: 50%
}

.quality .protection_box .cont.fr {
    padding-left: 50%
}

.quality .protection_box .cont.fl .pic {
    right: 0
}

.quality .protection_box .cont.fr .pic {
    left: 0
}

.quality .protection_box .box {
    display: table-cell;
    vertical-align: middle
}

.quality .protection_box .box .top {
    width: 434px;
    margin-right: 85px;
    margin-top: 50px
}

.quality .protection_box .box .top h2 {
    font-size: 50px;
    font-family: '华文细黑';
    color: #a2b500
}

.quality .protection_box .box .top p {
    color: #fff;
    font-size: 20px;
    line-height: 34px
}

.quality .protection_box .box .list {
    width: 434px;
    margin-right: 85px;
    margin-bottom: 50px;
    overflow: hidden
}

.quality .protection_box .box .list ul {
    width: 458px
}

.quality .protection_box .box .list li {
    padding: 6px;
    width: 190px;
    height: 142px;
    border: 1px solid #fff;
    margin: 30px 25px 0 0
}

.quality .protection_box .box .list li a {
    display: block;
    height: 142px;
    overflow: hidden
}

.quality .protection_box .box .list li img {
    height: auto
}

.quality .protection_box .box .list li:nth-child(2n) {
    margin-right: 0
}

.quality .protection_box .box .list p {
    width: 179px;
    line-height: 20px;
    text-align: center;
    padding: 6px;
    overflow: hidden;
    color: #f8faf5;
    font-size: 14px;
    left: 6px;
    bottom: 6px;
    background: #000;
    filter: alpha(opacity=60);
    background: rgba(0, 0, 0, .6)
}

.quality .green .cont {
    background: #9bbc29
}

.quality .green .box .list, .quality .green .box .top {
    margin-left: 85px
}

.quality .green .box .top h2 {
    color: #fff
}

.quality .green .box .top p {
    color: #333
}

.quality .protection4 .cont {
    background: url(../images/protection_bg4.jpg)
}

.quality .protection6 .cont {
    background: url(../images/protection_bg6.jpg)
}

.quality .protection8 .cont {
    background: #2b2a2d
}

.quality .protection10 {
    width: 100%;
    height: 100%;
    background: url(../images/protection_bg10.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden
}

.quality .protection10 .pic, .quality .protection10 h2, .quality .protection10 h3, .quality .protection10 p {
    opacity: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.quality .protection10 .pic {
    width: 360px;
    height: 360px;
    overflow: hidden;
    border-radius: 50%;
    border: 15px solid rgba(255, 255, 255, .6);
    left: 50%;
    top: 10%;
    margin: 0 0 0 -180px;
    transition-delay: .5s;
    transform: scale(.1);
    -webkit-transform: scale(.1)
}

.quality .protection10 h2, .quality .protection10 h3, .quality .protection10 p {
    font-family: '华文细黑';
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 8%
}

.quality .protection10 h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 140px;
    transition-delay: 1s
}

.quality .protection10 h2 {
    font-size: 66px;
    line-height: 66px;
    margin-bottom: 46px;
    transition-delay: 1.2s
}

.quality .protection10 p {
    font-size: 22px;
    line-height: 22px;
    transition-delay: 1.3s
}

.quality .protection10.active .pic {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.quality .protection10.active h2, .quality .protection10.active h3, .quality .protection10.active p {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0)
}

.quality .leader_more {
    width: 1160px;
    margin: 40px auto 0
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.activity_service .box1 {
    height: 1080px;
    background: url(../images/activity_service_bg.jpg) no-repeat center;
    text-align: center
}

.activity_service .box1 h2, .activity_service .box1 h3 {
    color: #fff;
    line-height: 80px
}

.activity_service .box1 h2 {
    font-size: 60px;
    padding-top: 250px
}

.activity_service .box1 h3 {
    font-size: 48px;
    font-weight: 400
}

.activity_service .box1 .list {
    margin: 80px auto 115px;
    width: 1300px;
    overflow: hidden
}

.activity_service .box1 .list ul {
    width: 1320px
}

.activity_service .box1 .list li {
    width: 240px;
    height: 268px;
    background: #f8f9f6;
    border: 1px solid #d8d8d4;
    margin-right: 22px
}

.activity_service .box1 .list dl {
    width: 135px;
    height: 42px;
    border: 1px solid #e9e9e9;
    margin: 73px auto 25px
}

.activity_service .box1 .list dt {
    display: inline-block;
    padding: 0 8px;
    background: #f8f9f6;
    line-height: 30px;
    font-size: 24px;
    color: #333;
    margin-top: -14px
}

.activity_service .box1 .list dd {
    color: #666;
    font-size: 14px;
    line-height: 22px
}

.activity_service .box1 .list img {
    margin: 0 auto
}

.activity_service .box1 .more {
    width: 196px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding-left: 32px;
    font-size: 18px;
    color: #fff;
    border-radius: 60px;
    background: #ff5657;
    margin: 0 auto
}

.activity_service .box1 .more:before {
    width: 0;
    height: 0;
    content: '';
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    position: absolute;
    top: 26px;
    right: 36px
}

.activity_service .box2 {
    background: #f5f5f5
}

.activity_service .box2 {
    padding-bottom: 105px
}

.activity_service .s_title {
    color: #333;
    font-size: 30px;
    text-align: center;
    line-height: 72px;
    padding: 75px 0 76px
}

.activity_service .s_title:before {
    width: 85px;
    height: 1px;
    background: #222;
    content: '';
    display: block;
    position: absolute;
    top: 148px;
    left: 50%;
    margin-left: -42px
}

.activity_service .box2 .pic, .activity_service .box2 .pic img {
    width: 600px;
    height: 468px
}

.activity_service .box2 .box {
    width: 510px;
    height: 468px;
    background: #545454;
    padding: 0 45px
}

.activity_service .box2 .box dl {
    margin: 66px 0 32px
}

.activity_service .box2 .box dt {
    color: #e6d840;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 35px
}

.activity_service .box2 .box dd {
    color: #f0f0f0;
    font-size: 18px;
    line-height: 30px;
    height: 180px;
    overflow: hidden
}

.activity_service .box2 .box p {
    line-height: 52px
}

.activity_service .box2 .box p a {
    width: 140px;
    padding-left: 25px;
    background: #ff5657;
    color: #fff;
    font-size: 14px
}

.activity_service .box2 .box p a:before {
    width: 0;
    height: 0;
    content: '';
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    position: absolute;
    top: 23px;
    right: 30px
}

.activity_service .box2 .box p span {
    color: #fff;
    font-size: 18px
}

.activity_service .box2 .box p i {
    width: 26px;
    height: 25px;
    background: url(../images/ico.png) no-repeat -46px -265px;
    margin: 16px 5px 0 30px
}

.activity_service .box3 {
    padding-bottom: 60px
}

.activity_service .box3 dl {
    margin-bottom: 40px
}

.activity_service .box3 dt, .activity_service .box3 dt img {
    width: 600px;
    height: 490px
}

.activity_service .box3 dd .pic1 {
    margin-top: 2px
}

.activity_service .box3 dd .pic2 {
    margin-right: 2px
}

.activity_service .box4 {
    background: #f5f5f5;
    height: 940px
}

.activity_service .box4 .s_title {
    padding-top: 52px;
    line-height: 42px;
    padding-bottom: 75px
}

.activity_service .box4 .s_title:before {
    top: 128px
}

.activity_service .box4 .s_title p {
    line-height: 25px;
    color: #666;
    font-size: 14px
}

.activity_service .box4 .box {
    width: 1290px;
    margin: 0 auto;
    height: 600px
}

.activity_service .box4 .box .pic {
    left: 517px;
    top: 0
}

.activity_service .box4 .cont div {
    color: #333;
    font-size: 24px;
    line-height: 54px;
    margin: 68px 0 42px;
    width: 418px
}

.activity_service .box4 .cont.left_cont {
    text-align: right;
    width: 420px
}

.activity_service .box4 .cont p {
    width: 55px;
    height: 54px;
    background: url(../images/activity_service_box4_pic2.png) no-repeat
}

.activity_service .box4 .left_cont p {
    margin-left: 20px
}

.activity_service .box4 .right_cont p {
    margin-right: 20px
}

.activity_service .box4 .box .size2 {
    background-position: left -165px
}

.activity_service .box4 .box .size3 {
    background-position: left -330px
}

.activity_service .box4 .box .size4 {
    background-position: right 0
}

.activity_service .box4 .box .size5 {
    background-position: right -165px
}

.activity_service .box4 .box .size6 {
    background-position: right -330px
}

.activity_service .box4 .txt {
    text-align: center;
    font-size: 18px;
    color: #ff2020;
    line-height: 30px;
    margin-bottom: 16px
}

.activity_service .box4 .xq {
    line-height: 52px;
    width: 440px;
    margin: 0 auto
}

.activity_service .box4 .xq a {
    width: 140px;
    padding-left: 25px;
    background: #ff5657;
    color: #fff;
    font-size: 14px
}

.activity_service .box4 .xq a:before {
    width: 0;
    height: 0;
    content: '';
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
    position: absolute;
    top: 23px;
    right: 30px
}

.activity_service .box4 .xq span {
    color: #333;
    font-size: 18px
}

.activity_service .box4 .xq i {
    width: 26px;
    height: 20px;
    background: url(../images/ico.png) no-repeat -44px -142px;
    margin: 16px 0 0 30px
}

.activity_service .box5 {
    margin-bottom: 45px
}

.activity_service .box5 .s_title {
    padding-bottom: 45px
}

.activity_service .box5 dd, .activity_service .box5 dt {
    padding-left: 46px;
    line-height: 50px
}

.activity_service .box5 dt {
    background: #eee;
    color: #666;
    font-size: 14px
}

.activity_service .box5 dd {
    background: #f5f5f5;
    font-size: 18px
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background-color: #e7a33d !important
}

#fp-nav ul li .fp-tooltip {
    background-color: rgba(0, 0, 0, .4);
    padding: 5px;
    border-radius: 10px;
    font-size: 12px !important;
    top: -5px !important
}

.process_content .section {
    background: no-repeat center;
    background-size: cover;
    color: #fff
}

.process_content .process_cont {
    text-align: center
}

.process_content .process_cont .page_title {
    font-size: 36px;
    font-weight: 400;
    margin-top: 60px
}

.process_content .process_cont .page_content {
    font-size: 18px;
    text-align: center;
    width: 1120px;
    margin: 30px auto
}

.process_content .page1 .circle {
    margin-top: 100px
}

.process_content .page1 .circle .box {
    width: 140px;
    height: 140px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 74px
}

.process_content .page1 .circle .title {
    font-size: 24px;
    line-height: 52px
}

.process_content .page1 .circle .xq {
    font-size: 20px;
    line-height: 30px
}

.process_content .process_cont .pic_list {
    margin: 70px 0 40px
}

.process_content .process_cont .pic_list .box img {
    width: 450px;
    height: 256px
}

.process_content .process_cont .pic_list .box .txt {
    width: 450px;
    height: 260px;
    background: rgba(255, 255, 255, .8)
}

.process_content .process_cont .pic_list .box .txt:before {
    width: 0;
    height: 0;
    content: '';
    display: block;
    border-right: 7px solid transparent;
    border-bottom: 15px solid rgba(255, 255, 255, .8);
    border-left: 7px solid transparent;
    border-top: 0;
    position: absolute;
    top: -15px;
    right: 218px
}

.process_content .process_cont .pic_list .box .txt p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: left
}

.process_content .process_cont .pic_list .pic, .process_content .process_cont .pic_list .pic img {
    width: 375px;
    height: 516px
}

.process_content .process_cont .pic_list .box .txt.center {
    display: table
}

.process_content .process_cont .pic_list .box .txt.center p {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.process_content .page3 .pic_list .box .txt:before {
    border-top: 15px solid rgba(255, 255, 255, .8);
    border-bottom: 0;
    bottom: -15px;
    top: auto
}

.process_content .page3 .pic_list .box .txt p {
    padding: 75px 60px 0
}

.process_content .page4 .pic_list .box .txt:before {
    border-top: 15px solid rgba(255, 255, 255, .8);
    border-bottom: 0;
    bottom: -15px;
    top: auto
}

.process_content .page5 .pic_list .box .txt {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    padding-top: 12px;
    height: 248px
}

.process_content .page5 .pic_list .box .txt dl {
    padding: 0 18px;
    text-align: left
}

.process_content .page5 .pic_list .box .txt dt {
    text-indent: 1.5em
}

.process_content .process_cont .list_cont1 {
    margin: 90px 0 40px
}

.process_content .process_cont .list_cont1 .pic, .process_content .process_cont .list_cont1 .pic img {
    width: 600px;
    height: 346px
}

.process_content .process_cont .list_cont1 dl {
    width: 560px;
    text-align: left;
    margin-top: 72px;
    height: 274px;
    line-height: 35px
}

.process_content .process_cont .list_cont1 dl:before {
    display: block;
    content: '';
    width: 58px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.process_content .process_cont .list_cont1 dt {
    font-size: 16px;
    padding-top: 22px
}

.process_content .process_cont .list_cont1 dd {
    font-size: 14px
}

.process_content .process_cont .list_cont2 {
    margin: 90px 0 40px
}

.process_content .process_cont .list_cont2 .pic {
    width: 50%;
    height: 346px;
    overflow: hidden;
    position: relative
}

.process_content .process_cont .list_cont2 .pic img {
    width: auto;
    max-width: none;
    height: 100%
}

.process_content .process_cont .list_cont2 .pic.left img {
    position: absolute;
    right: 0
}

.process_content .process_cont .list_cont2 .box {
    width: 50%;
    background: rgba(255, 255, 255, .8);
    height: 346px
}

.process_content .process_cont .list_cont2 dl {
    width: 560px;
    text-align: left;
    margin-top: 72px;
    height: 274px;
    line-height: 35px;
    color: #333
}

.process_content .process_cont .list_cont2 dl:before {
    display: block;
    content: '';
    width: 58px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    top: 0
}

.process_content .process_cont .list_cont2 dt {
    font-size: 16px;
    padding-top: 22px
}

.process_content .process_cont .list_cont2 dd {
    font-size: 14px
}

.process_content .page10 .txt {
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    margin: 40px auto
}

.gongdi .top {
    height: 160px;
    padding-top: 40px;
    background: url(../images/gongdi_pic1.jpg) center no-repeat;
    color: #fff;
    text-align: center
}

.gongdi .top h1 {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 12px;
    font-weight: 400;
    background: url(../images/gongdi_bg1.png) no-repeat center
}

.gongdi .top p {
    font-size: 18px;
    line-height: 35px
}

.gongdi .list .box {
    padding: 30px 0;
    border-bottom: 4px dashed #e7e7e7
}

.gongdi .list .box:last-child {
    border-bottom: 0
}

.gongdi .list .txt {
    width: 200px;
    height: 200px;
    background: #302e30;
    text-align: center;
    display: table
}

.gongdi .list .txt dl {
    display: table-cell;
    vertical-align: middle
}

.gongdi .list .txt dt {
    color: #f74f46;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 5px
}

.gongdi .list .txt dd {
    line-height: 20px;
    color: #fff;
    text-align: left;
    padding: 0 20px
}

.product .pic_top {
    height: 300px;
    background: no-repeat center
}

.product .pic_top .here, .product .pic_top .here a {
    color: #fff
}

.product .pic_top .list {
    text-align: center;
    margin-top: 130px;
    line-height: 100px
}

.product .pic_top .list .txt {
    width: 100px;
    height: 100px;
    font-size: 16px;
    color: #333;
    background: url(../images/product_youshi2.png)
}

.product .pic_top .list .txt2 {
    font-size: 25px;
    width: 62px;
    color: #fff;
    color: rgba(255, 255, 255, .8)
}

.product .service {
    margin-top: 48px;
    overflow: hidden
}

.product .service ul {
    width: 1240px
}

.product .service li {
    width: 580px;
    color: #333;
    margin: 0 40px 35px 0
}

.product .service li h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px
}

.product .service li p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px
}

.product .service li img {
    width: 580px;
    height: 348px
}

.product .service .link {
    text-align: center;
    font-size: 14px
}

.product .service .link .link1 {
    width: 174px;
    height: 42px;
    line-height: 42px;
    background: #f74f46;
    color: #fff;
    margin-right: 20px
}

.product .service .link .link2 {
    width: 172px;
    height: 40px;
    line-height: 40px;
    border: 1px solid silver;
    color: #000
}

.peitao .top-banner {
    height: 300px;
    background: no-repeat center;
    position: relative
}

.peitao .here {
    position: absolute;
    color: #fff;
    z-index: 1
}

.peitao .here a {
    color: #fff
}

.peitao .here a:hover {
    text-decoration: underline
}

.peitao .pt-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px
}

.peitao .pt-nav li {
    float: left
}

.peitao .pt-nav a {
    color: #fff;
    display: block;
    padding: 0 30px
}

.peitao .pt-nav .zixun, .peitao .pt-nav a:hover {
    background: #1e1e1e
}

.peitao .pt-nav .zixun {
    color: #d42021
}

.peitao .pt-nav .zixun i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/ico.png) no-repeat -52px -247px;
    margin-right: 5px;
    vertical-align: middle
}

.peitao .pt-nav .active, .peitao .pt-nav .active:hover {
    background: #d42021
}

.peitao .pt-nav .nav-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5
}

.peitao .pt-nav .container {
    position: relative;
    z-index: 2
}

.peitao .twoMenu {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    display: none
}

.peitao .twoMenu a {
    float: left;
    background: #e54344;
    margin: 1px 1px 0 0
}

.peitao .twoMenu a:hover {
    background: #d42021
}

.peitao li:hover .twoMenu {
    display: block
}

.product .wallpaper .top {
    margin: 55px 0 50px
}

.product .wallpaper .top .cont, .product .wallpaper .top .pic, .product .wallpaper .top .pic img {
    width: 600px;
    height: 282px
}

.product .wallpaper .top .cont {
    background: #f5f5f5
}

.product .wallpaper .top .cont h2 {
    margin: 0 28px 24px;
    line-height: 30px;
    padding-top: 28px;
    font-weight: 400
}

.product .wallpaper .top .cont .txt {
    line-height: 24px;
    margin: 0 28px;
    height: 170px;
    overflow: hidden
}

.product .wallpaper .title {
    border: 1px solid #eaeaea;
    line-height: 40px;
    font-size: 14px
}

.product .wallpaper .title dt {
    width: 110px;
    background: #f8f8f8;
    color: #8e8e8e;
    text-align: center;
    border-right: 1px solid #eaeaea
}

.product .wallpaper .title dd {
    width: 1086px
}

.product .wallpaper .title dd a {
    display: inline-block;
    margin-left: 26px;
    color: #333
}

.product .wallpaper .title dd a.current, .product .wallpaper .title dd a:hover {
    color: #ff343f
}

.product .wallpaper .list {
    overflow: hidden;
    margin-top: 30px
}

.product .wallpaper .list ul {
    width: 1240px
}

.product .wallpaper .list li {
    margin: 0 40px 40px 0
}

.product .wallpaper .list .pic {
    width: 580px;
    height: 446px;
    margin-bottom: 2px;
    overflow: hidden
}

.product .wallpaper .list .pic img {
    width: 580px
}

.product .wallpaper .list .pic p {
    width: 100%;
    line-height: 46px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    font-size: 14px;
    left: 0;
    bottom: 0
}

.product .wallpaper .list .pic1 {
    width: 280px;
    height: 210px;
    overflow: hidden
}

.product .wallpaper .list .pic1 img {
    width: 280px
}

.product .wallpaper .list .pic1 {
    margin-right: 2px
}

.product .wallpaper .list .pic2 {
    width: 298px;
    height: 210px;
    overflow: hidden
}

.product .wallpaper .list .pic2 img {
    width: 298px
}

.product .pic_top .link {
    text-align: center;
    font-size: 14px;
    margin-top: 170px
}

.product .pic_top .link .link1 {
    width: 174px;
    height: 42px;
    line-height: 42px;
    background: #f74f46;
    color: #fff;
    margin-right: 20px
}

.product .pic_top .link .link2 {
    width: 172px;
    height: 40px;
    line-height: 40px;
    border: 1px solid silver;
    color: #fff
}

.product .process {
    margin-top: 196px;
    padding-bottom: 30px
}

.product .process li {
    width: 1px;
    height: 338px;
    background: #302e31;
    margin: -148px auto 0
}

.product .process li .qiu {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #af000a;
    border: 5px solid #ff343f;
    left: -15px;
    top: 0
}

.product .process li dl {
    width: 450px;
    padding: 5px 5px 0;
    background: #717171;
    top: 38px
}

.product .process li dt, .product .process li dt img {
    width: 450px;
    height: 259px
}

.product .process li dd {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    color: #fff;
    font-size: 14px
}

.product .process li .size {
    top: 14px;
    color: #fff;
    font-size: 36px;
    line-height: 60px;
    height: 84px;
    padding-top: 24px;
    background: url(../images/product_process.png) no-repeat
}

.product .process li.odd dl {
    left: -599px
}

.product .process li.odd .size {
    width: 456px;
    text-align: right;
    padding-right: 55px;
    left: -554px
}

.product .process li.even dl {
    left: auto;
    right: -599px
}

.product .process li.even .size {
    width: 456px;
    text-align: left;
    padding-left: 55px;
    right: -554px;
    background-position: -648px 1px
}

.product .advantage_top {
    text-align: center;
    margin-top: 128px
}

.product .advantage_top p {
    width: 135px;
    margin: 0 15px;
    font-size: 18px;
    line-height: 28px;
    padding-top: 59px;
    background: url(../images/advantage_pic_ico.png) no-repeat;
    color: #fff
}

.product .advantage_top p.ico1 {
    background-position: 45px 0
}

.product .advantage_top p.ico2 {
    background-position: -122px 0
}

.product .advantage_top p.ico3 {
    background-position: -290px 0
}

.product .advantage .box {
    height: 500px;
    background: no-repeat;
    margin-top: 30px
}

.product .advantage .box .cont {
    padding: 30px 40px 35px;
    width: 270px;
    color: #fff;
    background: rgba(0, 0, 0, .4)
}

.product .advantage .box h2 {
    line-height: 44px;
    font-size: 26px;
    font-weight: 400
}

.product .advantage .box dt {
    width: 16px;
    height: 16px;
    margin-top: 6px;
    background: url(../images/advantage_pic_ico.png) no-repeat -103px bottom
}

.product .advantage .box dd {
    margin-left: 14px;
    width: 240px;
    line-height: 25px;
    font-size: 14px
}

.brandculture {
    background: #fff;
    padding: 0 28px 100px
}

.brandculture .title {
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    padding: 21px 0
}

.brandculture .title:before {
    width: 40px;
    height: 1px;
    background: #222;
    content: '';
    display: block;
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: -20px
}

.brandculture .cont {
    height: 226px;
    background: #ebebeb
}

.brandculture .cont .pic {
    width: 424px;
    height: 226px;
    overflow: hidden
}

.brandculture .cont .pic img {
    width: 100%
}

.brandculture .cont .txt {
    width: 392px;
    padding: 0 14px 0 16px
}

.brandculture .cont .txt dl {
    line-height: 24px;
    margin-bottom: 5px
}

.brandculture .cont .txt dt {
    font-size: 14px;
    padding-left: 15px;
    background: url(../images/brand_introduce_ico.png) no-repeat left center
}

.brandculture .cont .txt dd {
    color: #666;
    padding-left: 15px
}

.brandculture .txt2 {
    background: #ebebeb;
    padding: 16px 20px
}

.brandculture .txt2 p {
    line-height: 34px;
    font-size: 14px;
    color: #666
}

.brandculture .txt2 p b {
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.case_notice .xq {
    margin: 24px 0 38px
}

.case_notice .xq p {
    font-size: 16px;
    line-height: 28px;
    padding-left: 28px;
    background: url(../images/case_notice_xq.jpg) no-repeat
}

.case_notice .xq p .red {
    color: #ff343f
}

.case_notice .xq p.ico1 {
    background-position: 0 6px
}

.case_notice .xq p.ico2 {
    background-position: 0 -23px
}

.case_notice .xq p.ico3 {
    background-position: 0 -52px
}

.case_notice .pic_top {
    height: 300px;
    background: no-repeat center
}

.case_notice .pic_top .here, .case_notice .pic_top .here a {
    color: #fff
}

.case_notice .pic_top .txt {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #000;
    background: rgba(0, 0, 0, .5);
    line-height: 50px
}

.case_notice .pic_top .txt.current {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #000
}

.case_notice .pic_top .txt p {
    color: #fff;
    font-size: 16px;
    background: url(../images/case_notice_ico.png) no-repeat;
    padding-left: 28px
}

.case_notice .pic_top .txt p span {
    color: #ff343f
}

.case_notice .pic_top .txt i {
    width: 3px;
    color: #656565;
    font-size: 20px;
    font-style: normal;
    padding: 0 17px
}

.case_notice .pic_top .txt p.ico1 {
    background-position: left 16px;
    margin-left: 35px
}

.case_notice .pic_top .txt p.ico2 {
    background-position: left -42px
}

.case_notice .pic_top .txt p.ico3 {
    background-position: left -165px
}

.case_notice .pic_top .txt p.ico4 {
    background-position: left -103px
}

.case_notice .box {
    padding: 60px 0 25px;
    border-bottom: 30px solid #f7f7f7
}

.case_notice .box .clearfix {
    width: 1160px;
    margin: 0 auto
}

.case_notice .pic {
    width: 378px;
    height: 526px;
    border: 4px solid #ff333f;
    margin-top: 10px
}

.case_notice .pic img {
    max-width: none
}

.case_notice .pic.fr img {
    width: 386px;
    height: 534px;
    left: -44px;
    top: -44px
}

.case_notice .pic.fl {
    height: 565px
}

.case_notice .pic.fl img {
    width: 392px;
    height: 493px;
    left: 44px;
    top: 36px
}

.case_notice .cont {
    width: 652px
}

.case_notice .cont dl {
    line-height: 28px;
    margin-bottom: 20px
}

.case_notice .cont dt {
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    background: url(../images/brand_introduce_ico.png) no-repeat left center
}

.case_notice .cont dd {
    font-size: 14px;
    color: #666;
    padding-left: 20px
}

.case_notice .cont dd span {
    color: #333
}

html,body,ul,li,i,p{
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}
a{
    text-decoration: none

}
img{
    display: block;
    border: 0;
}
.desi_new{
    width: 834px;
    height: 180px;
    background: #444444;
    padding: 36px 33px;
}
.desi_new .tops{
    height: 88px;
}
.desi_new .tops .desi_name{
    width: 50%;
    float: left
}
.desi_new .tops .desi_name>a{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 2px solid #FFF5EE;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 17px;
}
.desi_new .tops .desi_name>a img{
    width: 100%;}
.desi_new .tops .desi_name li{
    width: 270px;
    float: left;
}
.desi_new .tops .desi_name li p{
    margin: 24px auto 2px;
}
.desi_new .tops .desi_name li p span{
    font-size: 18px;
    color: #fff;
}
.desi_new .tops .desi_name li p i{
    font-size: 14px;
    color: #fff;
    padding-left: 13px;
}
.desi_new .tops .desi_name li  div{
    font-size: 14px;
    color: #fff;
}
.desi_new .tops .desi_name li div i{
    color: #ff343e;
}
.ts_enroll{
    width: 245px;
    height: 41px;
    display: block;
    text-align: center;
    line-height: 41px;
    background: #ff343e;
    float: right;
    margin-right: 35px;
    margin-top: 25px;
    color: #fff;
    font-size: 13px;
}
.desi_new .bottoms{
    height: 50px;
    background: #3b3b3b;
    border-radius: 10px;
    padding: 7px;
    font-size: 12px;
    color: #e8e8e8;
    overflow-y: scroll;
    width: 100%;
    margin-top: 17px;
    line-height: 18px;
}
::-webkit-scrollbar{
    background: none;
    /* margin-right: 4px; */
}
::-webkit-scrollbar-button{
    /* margin-right: 4px; */
}
::-webkit-scrollbar-track {
    /* margin-right: 4px; */
}
::-webkit-scrollbar-track-piece  {
    /* margin-right: 4px; */
}
::-webkit-scrollbar-thumb  {
    background: #434343;
    width: 8px;
    border-radius: 20px;
    margin-right: 4px;
}
.alert_desiform{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    /*background: #000\9;*/
    position: fixed;
    top: 0;right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 100;
}
.alert_desiform .forms{
    width: 421px;
    height: 421px;
    position: fixed;
    left: 0;right: 0;top: 0;bottom: 0;
    margin: auto;
    background: url(../images/20180228/002.png) no-repeat center center;

}
.alert_desiform .forms p{
    font-size: 22px;
    color: #302e31;
    margin: 68px auto 41px;
    text-align: center;
}
.alert_desiform .forms .item{
    width: 300px;
    height: 36px;
    margin: 0 auto 18px;
    background: #fff;
}
.alert_desiform .forms .item input{
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    outline: none;
    text-indent: 7px;
    font-size: 14px;
    color: #999999;
    line-height: 36px;
}
.alert_desiform .forms span{
    font-size: 12px;
    color: #d30000;
    text-indent: 60px;
    display: block;
    margin: -12px auto 10px;
}
.alert_desiform .forms button{
    width: 300px;
    height: 36px;
    background: #ff343e;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
    border: 0;
    margin: 0 auto;
    outline: 0;
    cursor: pointer
}
.ts_close{
    position: absolute;
    top: 24px;right: 30px;
    cursor: pointer
}
.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.ts_enroll:hover{
    color:#fff!important;
}
.navBar li .nav-menu{
    width: 104px;
}
.navBar li {
    line-height: 48px;
}
.navBar {
    height: 48px;
}
.navBar .sub-menu{
    top: 48px;
}
.navBar li>a.ts_hots:hover{color:#a98040!important}
.navBar .sub-menu a.ts_hots:hover {
    color: #fff;
    padding-left: 35px;
    border-left: solid 2px #e29d33;
    font-size: 14px;
}
.navBar .pull-left li:hover>.ts_hots{color:#a98040!important}
.navBar li.active a.nav-menu, .navBar li.active a.nav-menu:hover{
    background: none;
}
.navBar .pull-right li a.ts_hots{color:#a98040!important}
.ico-hot{top: 0;}
.footer .container a.ts_hots{
    background: url(../images/yuanchuang_footer_ico.png) no-repeat;
    color: #e29d33;
}
.active:hover .nav-menu{
    color:#fff!important;
}


