@charset "utf-8";

.header_fix *, .footer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
}

.flex {
    display: flex;
}

.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-Lc {
    display: flex;
    align-items: center;
}

.flex-tb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-Lt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-L {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-Lend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-end {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.flex-Last {
    display: flex;
    align-items: flex-end;
}

.flex-zh {
    display: flex;
    justify-content: flex-end;
}

.inner {
    max-width: 1600px;
    margin: 0 auto;
}

.header_sy {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.header_Index {
    position: relative;
    padding: 0 40px;

}

.header_fix {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
}

.header_Index .logo {
    float: left;
    padding: 15px 0;
}

.banner {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .gallery-top {
    height: 100%;
    position: relative;
}

.banner .gallery-top .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
    /*background:url(../images/banner.jpg) no-repeat top center;*/
    background: #bbbbbb;
    background-size: cover;
    cursor: pointer;
}

.banner .gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.banner .gallery-top .swiper-slide div {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/*.banner .gallery-top .one{*/
/*    display: block;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:url(https://andcaifu.oss-cn-shanghai.aliyuncs.com/upload/guanggao/banner.jpg) no-repeat top center;*/
/*    background-size:cover;*/
/*}*/
/*.banner .gallery-top .two{*/
/*    display: block;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:url(https://andcaifu.oss-cn-shanghai.aliyuncs.com/upload/guanggao/banner_02.jpg) no-repeat top center;*/
/*    background-size:cover;*/
/*}*/
/*.banner .gallery-top .san{*/
/*    display: block;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:url(https://andcaifu.oss-cn-shanghai.aliyuncs.com/upload/guanggao/banner-03.jpg) no-repeat top center;*/
/*    background-size:cover;*/
/*}*/

.banner .gallery-thumbs {
    width: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 36px;
    z-index: 99;
}

.banner .gallery-thumbs .swiper-slide {
    width: 292px;
    height: 102px;
}

.banner .gallery-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .gallery-thumbs .swiper-slide-thumb-active {
    /* border:2px solid #fa3d19; */

}

.head_nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.head_nav ul li {
    float: left;
    margin: 0 36px;
}

.head_nav ul li a {
    display: block;
    color: #000000;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

.head_nav ul li.active a {
    color: #f00;
    border-color: #f00;
}

.head_nav ul li:hover a {
    color: #c7000b;
    border-color: #c7000b;
}

.head_right {
    padding: 25px 0 0;
}

.head_right ul li {
    float: left;
    margin-left: 6px;
}

.head_right ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    padding: 0 20px;
}

.head_right ul li.icon-1 a {
    padding: 0 20px 0 15px;
    background: #ff4040;
}

.head_right ul li.icon-1:hover a {
    background-image: -moz-linear-gradient(135deg, rgb(211, 34, 0) 0%, rgb(255, 64, 64) 100%);
    background-image: -webkit-linear-gradient(135deg, rgb(211, 34, 0) 0%, rgb(255, 64, 64) 100%);
    background-image: -ms-linear-gradient(135deg, rgb(211, 34, 0) 0%, rgb(255, 64, 64) 100%);
}

.head_right ul li.icon-1 a span {
    display: inline-block;
    padding-left: 32px;
   background: url('../../static/index/img/new_hot.png') no-repeat left center;
}

.head_right ul li.icon-2 a {
    background-color: rgba(38, 38, 38, 0.149);
}

.head_right ul li.icon-2:hover a {
    font-weight: bold;
    background-color: rgba(38, 38, 38, 0.549);
}

.head_right ul li.icon-3:hover a {
    font-weight: bold;
}

.head_right ul li.icon-4 a {
    height: 36px;
    background: url(../images/sousuo.png) no-repeat center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.head_right ul li.icon-4:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.head_right ul li.icon-5 a {
    color: #000;
    background-color: rgba(255, 255, 255, 0.149);
    box-shadow: 0px 0px 5px 0px rgba(232, 232, 240, 0.3);
}

.head_right ul li.icon-5 a {
    color: #000;
}

.head_right ul li.icon-5 a span {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/user.png) no-repeat left center;
}

.head_right ul li.icon-6 a {
    color: #000;
    background-color: rgba(255, 255, 255, 0.749);

}

.head_right ul li.icon-6 a:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 255);

}

.head_right ul li.icon-6 a {
    color: #000;
}

.head_right ul li.icon-6 a span {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/user.png) no-repeat left center;
}

.head_right ul li.icon-weibo {
    width: 36px;
    height: 36px;
    margin-right: 30px;
}

.head_right ul li.icon-weibo a span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/weibo.svg) no-repeat left center;
    background-size: 100% 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #aaa5a2;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    background: #fff;
    border: 1px dashed #db492d;
}

.fullP_title {
    position: absolute;
    top: 46px;
}

.fullP_title.left {
    left: 156px;
}

.fullP_title.right {
    right: 156px;
}

.Vedio_slide {
    width: 1136px;
    margin: 0 auto;
}

.section2 {
    background: url(../images/section2.jpg) no-repeat top center;
    background-size: cover;
}

.Vedio_palys {
    position: relative;
}

.Vedio_palys a.plays {
    display: block;
    width: 120px;
    height: 120px;
    background: url(../images/plays.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.Vedio_listy ul {
    padding: 32px 0 0;
}

.Vedio_listy ul li {
    margin: 0 10px;
    border: 1px solid transparent;
    border-radius: 30px;
}

.Vedio_listy ul li a {
    display: block;
    padding-left: 50px;
    line-height: 50px;
    height: 50px;
}

.Vedio_listy ul li.icon-1 a {
    background: url(../images/wenhua-1.png) no-repeat left center;
}

.Vedio_listy ul li.icon-2 a {
    background: url(../images/wenhua-2.png) no-repeat left center;
}

.Vedio_listy ul li.icon-3 a {
    background: url(../images/wenhua-3.png) no-repeat left center;
}

.Vedio_listy ul li span {
    display: none;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    padding: 0 20px 0 8px;
}

.Vedio_listy ul li:hover {
    border-color: #c7000b;
}

.Vedio_listy ul li:hover span {
    display: inline-block;
}

.Vedio_listy ul li.icon-1:hover a {
    background: url(../images/wenhua-ac-1.png) no-repeat left center;
}

.Vedio_listy ul li.icon-2:hover a {
    background: url(../images/wenhua-ac-2.png) no-repeat left center;
}

.Vedio_listy ul li.icon-3:hover a {
    background: url(../images/wenhua-ac-3.png) no-repeat left center;
}

.Vedio_right {
    height: 580px;
}

.Vedio_rtlisty {
    position: relative;
}

.Vedio_rtlisty a.plays {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/plays-2.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.section3 {
    background: url(../images/section3.jpg) no-repeat top center;
    background-size: cover;
}

.journey_inner {
    width: 1290px;
    margin: 0 auto;
}

.journey_listy ul li {
    background: #fff;
}

.journey_listy {
    position: relative;
    padding-bottom: 20px;
}

.journey_listy:after {
    width: 23px;
    height: 15px;
    display: block;
    content: "";
    background: url(../images/jiant-1.png) no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.journey-slide {
    position: relative;
}

.journey-slide .Img {
    height: 120px;
    overflow: hidden;
}

.journey-slide.index .Img {
    height: 83px;
    overflow: hidden;
}

.journey-slide .text {
    width: 102%;
    position: absolute;
    left: -4px;
    top: 74px;
    z-index: 9;
    background: #d32200;
    text-align: center;
}

.journey-slide .text p {
    color: #fff;
    font-size: 22px;
    line-height: 44px;
}

.journey_text .items {
    width: 50%;
    text-align: center;
    position: relative;
}

.journey_text .items p {
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}

.journey_text {
    padding: 50px 0 0;
}

.journey_text .items p span {
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    color: #d32200;
}

.journey_text .items + .items {
    border-left: 1px dotted #d94124;
}

.journey_text .items p em {
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    color: #323232;
}

.journey-slide .btn {
    text-align: center;
    padding: 10px 0;
}

.journey-slide .btn a {
    display: inline-block;
    font-size: 18px;
    color: #d94124;
    line-height: 36px;
    border: 1px dotted #d94124;
    border-radius: 30px;
    width: 60%;
    text-align: center;
    box-shadow: 0px 3px 1px 0px rgba(154, 154, 154, 0.3);
}

.collect_rands {
    position: relative;
    /*height:200px;*/
    background: #fff;
    padding-left: 112px;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.09);
}

.collect_rands .Img {
    position: absolute;
    width: 112px;
    text-align: center;
    left: 0;
    top: 0;
    background: url(../images/yy-1.png) no-repeat right center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collect_rands span.tj {
    display: block;
    width: 69px;
    height: 67px;
    background: url(../images/tj.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.collect_walset {
    padding: 15px 0;
}

.collect_walset .title h4 {
    font-size: 18px;
    color: #070707;
    text-align: center;
    line-height: 36px;
}

.collect_walset .listy {
    padding: 10px 0;
}

.collect_walset .listy .items {
    width: 33.33%;
    text-align: center;
    position: relative;
}

.collect_walset .listy .items h5 {
    font-size: 18px;
    color: #ff5459;
}

.collect_walset .listy .items h5 span {
    display: inline-block;
    font-size: 10px;
    color: #ff5459;
}

.collect_walset .listy .items p {
    display: inline-block;
    font-size: 12px;
    color: #9c9c9c;
}

.collect_walset .listy .items + .items:after {
    display: block;
    content: "";
    height: 40px;
    border-left: 1px dotted #db482c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.collect_walset .btns {
    text-align: center;
}

.collect_walset .btns a {
    display: inline-block;
    text-align: center;
    margin: 0 3px;
}

.collect_walset .btns a.bg_1 {
    width: 121px;
    line-height: 30px;
    background: #f13036;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(163, 163, 163, 0.15);
    border-radius: 30px;
}

.journey_click ul {
    padding: 15px 0;
}

.journey_click ul li {
    position: relative;
    margin: 0 1px;
}

.journey_click ul li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
    width: 138px;
    text-align: center;
    background: #fff;
}

.journey_click ul li.active a {
    background: #d32200;
    color: #fff;
}

.journey_click ul li.active:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: 6px solid transparent;
    border-top-color: #d32200;
    position: absolute;
    left: 50%;
    bottom: -12px;
    z-index: 9;
}

.journey-swiper {
    position: relative;
}

.journey-swiper .swiper-button-prev {
    width: 14px;
    height: 28px;
    background: url(../images/left.png) no-repeat;
    outline: none;
    left: -30px;
    margin-top: -14px;
}

.journey-swiper .swiper-button-next {
    width: 14px;
    height: 28px;
    background: url(../images/right.png) no-repeat;
    outline: none;
    right: -30px;
    margin-top: -14px;
}

.hidenlink {
    display: none;
}

.hidenlink.active {
    display: block;
}


.section4 {
    background: url(../images/section4.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 80px;
}

.section5 {
    background: url(../images/section5.jpg) no-repeat top center;
    background-size: cover;
}

.section6 {
    background: url(../images/section6.jpg) no-repeat top center;
    background-size: cover;
}


.wd1290 {
    width: 1290px;
    margin: 0 auto;
}

.message_tops {
    position: relative;
    height: 60px;
    background: #d32200;
    padding-left: 160px;
}

.message_tops .Img {
    position: absolute;
    left: 7px;
    top: -29px;
    z-index: 9;
}

.message_tops .text h3 {
    color: #fff;
    line-height: 60px;
}

.message_tops .today {
    display: block;
    width: 51px;
    height: 33px;
    background: url(../images/today.png) no-repeat;
    text-align: center;
    color: #f13036;
    font-weight: bold;
    line-height: 28px;
    position: absolute;
    right: 19px;
    top: -9px;
    z-index: 9;
}

.message_slide {
    position: relative;
    width: 418px;
    background: #fff;
}

.message_botms {
    padding: 15px 35px 0;
    /*height:140px;*/
}

.message_botms h3 {
    font-size: 16px;
    color: #626262;
    line-height: 32px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message_botms p {
    font-size: 12px;
    color: #797777;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.message_botms h4 span {
    font-size: 12px;
    color: #767676;
    padding-left: 18px;
    background: url(../images/time.png) no-repeat left center;
}

.message_fulls .Img {
    width: 169px;
    height: 98px;
}

.message_fulls .right {
    width: calc(100% - 169px);
    padding-left: 16px;
}

.message_fulls .right .message_botms {
    padding: 0;
    /*height: 121px;*/
}

.message_news ul li {
    float: left;
    width: 50%;
    padding: 5px 10px;
}

.message_news ul {
    margin: 0 -5px;
    /*padding:35px 0;*/
}

.message_fulls {
    background: #fff;
    margin: 0 -5px;
    padding: 16px 30px 16px 22px;
}

.message_swiper {
    position: relative;
    margin-right: -56px;
    padding: 35px 56px 35px 0;
    /*height:436px;*/
    overflow: hidden;
}

.message_swiper .swiper-container {
    height: 292px;
}

.message_swiper .swiper-button-prev {
    width: 56px;
    height: 57px;
    top: 67%;
    left: 96%;
    outline: none;
    background: url(../images/btn-top.png) no-repeat;
}

.message_swiper .swiper-button-next {
    width: 56px;
    height: 57px;
    right: -2px;
    top: 84%;
    outline: none;
    background: url(../images/btn-botm.png) no-repeat;
}

.special-listy {
    width: 606px;
    margin: 0 auto;
}

.special-listy ul li {
    float: left;
    width: 50%;
}

.special-listy ul li img {
    display: block;
    width: 100%;
}

.product_hide {
    display: none;
}

.foot-inner {
    max-width: 1366px;
    margin: 0 auto;
}

.partner_title {
    text-align: center;
}

.partner_title h3 {
    font-size: 25px;
    color: #000000;
    line-height: 30px;
}

.partner_title p {
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    text-transform: uppercase;
}

.foot-logo {
    padding: 50px 0 100px;
    text-align: center;
    border-bottom: 1px dashed #9bb1c4;
}

.foot-slide{
    padding:90px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot-slide .items{    /* bf */
    /* width:48%;*/ 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width:100%;           
 }
 
 .foot-nav{           /* bf */
    margin: 0 200px;
    padding-top: 12px;
    text-align: center;
}

.foot-nav ul li{       /* bf */
     width:15%;
    position: relative;
}
.foot-nav ul li a{
    display: inline-block;
    font-size:14px; /* bf */
    color:#1b1b1b;
}

.foot-nav ul li+li:after{   /* bf */
    display: block;
    content:"";
    width:1px;
    height:14px;
    background:#b4b4b4;
    position: absolute;
    left:-1px;/* bf */
    top:50%;
     transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.foot-Img p {
    font-size: 12px;
    color: #1b1b1b;
    line-height: 14px;
    text-align: center;
}

.foot-serve .icon {
    padding-bottom: 10px;
}

.foot-serve p {
    font-size: 12px;
    color: #1b1b1b;
    line-height: 15px;
}

.foot-serve h4 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: bold;
}

.copyright h4 {
    font-weight: bold;
    color: #1b1b1b;
}

.copyright p{
    font-size:13px;/* bf */
    color:#1b1b1b;
    line-height:20px;/* bf */
    padding-top:10px;
	text-align: center;
}

.Fidex_service {
    position: fixed;
    right: 0;
    top: 50%;
    width: 76px;
    z-index: 999;
    margin-top: -167px;
}

.Fidex_service ul li {
    cursor: pointer;
    height: 66px;
    background: #f43931;
    text-align: center;
    margin-bottom: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Fidex_service ul li a {
    display: block;
    width: 100%;
}

.Fidex_service ul li p {
    color: #fff;
    font-size: 12px;
}

.op0 {
    opacity: 0;
}

.header_top {
    position: relative;
    padding: 5px 40px;
    background: #d8231d;
}

.huanytext {
    float: left;
}

.huanytext p {
    line-height: 32px;
    color: #fff;
    font-size: 12px;
}

.huanytext p a {
    color: #fff;
    display: inline-block;
    padding-left: 25px;
    background: url(../images/hot-1.png) no-repeat left center;
}

.header_form {
    width: 620px;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 9;
}

.head_fmslide {
    width: 100px;
    padding-left: 20px;
}

.head_fmslide select {
    display: block;
    width: 100%;
    height: 31px;
    border: none;
    outline: none;
    font-size: 12px;
    color: #666666;
}

.header_form .put {
    width: 480px;
}

.header_form .put input {
    display: block;
    width: 100%;
    line-height: 31px;
    padding: 0 20px;
    height: 31px;
    border: none;
    outline: none;
    border-left: 1px solid #d8231d;
}

.header_form .btn button {
    display: inline-block;
    width: 30px;
    height: 31px;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(../images/sousuo-2.png) no-repeat center;
}

.header_top .tells p {
    padding-left: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    background: url(../images/tells.png) no-repeat left center;
}

.head_nav ul li a span {
    display: inline-block;
    color: #e24324;
}

.head_right ul.black li.icon-2 {

}

.head_right ul.black li.icon-2 a {
    color: #f00;
    background-color: rgba(255, 255, 255, 0.149);
    box-shadow: 0px 0px 5px 0px rgba(232, 232, 240, 0.3);
}

.head_right ul.black li.icon-3 a {
    color: #000;
}


/*产品列表*/

.product_ban {
    min-height: 287px;
    position: relative;
    padding: 70px 0 0;
    background: url(../images/product_ban.jpg) no-repeat top center;
}

.wd1366 {
    max-width: 1366px;
    margin: 0 auto;
}

.product_slide {
    background: #fff;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
}

.product_items {
    border-bottom: 1px solid #f1f1f1;
}

.product_items .table {
    width: 115px;
    text-align: center;
    position: relative;
    padding: 7px 0;
    border-right: 1px solid #f1f1f1;
}

.product_items .table span {
    display: inline-block;
    font-size: 12px;
    color: #818181;
    line-height: 20px;
}

.product_items.first .table {
    padding: 16px 0;
}

.product_items.first .table span {
    display: inline-block;
    font-size: 14px;
    color: #646464;
    font-weight: bold;
}

.product_click {
    width: calc(90% - 115px);
    padding: 16px 12px;
}

.product_click ul li {
    float: left;
    margin-right: 3px;
    cursor: pointer;
}

.product_click ul:nth-child(1) {
    width: 60px;
}

.product_click ul:nth-child(2) {
    width: calc(100% - 60px);
}

.product_click ul li a {
    display: block;
    font-weight: bold;
    color: #646464;
    padding: 0 12px;
    text-align: center;
    border-radius: 3px;
}

.product_click ul li.active a {
    background: #ff412e;
    color: #fff;
}

.product_clbart {
    width: calc(90% - 115px);
    padding: 7px 12px;
    position: relative;
    height: 29px;
    overflow: hidden;
}

.product_clbart.active {
    height: auto;
}

.product_clbart ul li {
    float: left;
    margin-right: 3px;
    cursor: pointer;
}

.product_clbart ul li a {
    display: block;
    color: #818181;
    font-size: 12px;
    padding: 0 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    border: 1px dashed transparent;
}

.product_clbart ul li.active a {
    border-color: #dc4d32;
    color: #818181;
}

.product_clbart ul:nth-child(1) {
    width: 60px;
}

.product_clbart ul:nth-child(2) {
    width: calc(100% - 60px);
}

.product_more {
    text-align: center;
}

.product_more a {
    display: inline-block;
    width: 16px;
    height: 40px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: url(../images/more-1.png) no-repeat center;
}

.product_more a.active {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.product_screen {
    background: #fff;
    padding: 10px 38px 10px 0;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.product_screen ul li {
    padding: 0 20px;
    position: relative;
}

.product_screen ul li a {
    display: block;
    color: #646464;
    font-weight: bold;
    padding-right: 16px;
    background: url(../images/screen-3.png) no-repeat right center;
}

.product_screen ul li:nth-child(1) a {
    background: none;
}

.product_screen ul li:nth-child(1).active a {
    background: url(../images/screen-1.png) no-repeat right center;
}

.product_screen ul li.active a {
    color: #ff412e;
}

.screen_label span {
    display: inline-block;
    cursor: pointer;
    color: #646464;
    font-weight: bold;
    padding-left: 25px;
    background: url(../images/quan-1.png) no-repeat left center;
}

.screen_label span.active {
    background: url(../images/quan-2.png) no-repeat left center;
}

.Quality_items {
    padding: 20px 0;
    cursor: pointer;
}

.Quality_Img {
    position: relative;
    width: 193px;
    height: 360px;
    overflow: hidden;
}

.Quality_lfpor {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Quality_lfpor .btn a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.471);
    width: 93px;
    border: 1px dashed #d8d8d8;
    border-radius: 30px;
    margin-top: 18px;
}

.Quality_left {
    width: calc(100% - 390px);
    background: #fff;
    position: relative;
    box-shadow: 0px 3px 9px 0px rgba(9, 9, 9, 0.07);
}

.Quality_cont {
    width: calc(100% - 193px);
    padding: 20px 16px;
    position: relative;
}

.details_btn {
    display: block;
    width: 186px;
    height: 43px;
    background: url(../images/details_btn.png) no-repeat;
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    font-weight: bold;
    right: 0;
    top: -16px;
    z-index: 9;
}

.Quality_rtiner {
    height: 100%;
    background: #fff;
    padding: 35px 35px 0;
}

.Quality_rttext h3 {
    font-size: 24px;
    color: #060606;
    line-height: 36px;
}

.Quality_rttext h4 {
    font-size: 14px;
    color: #585858;
}

.Quality_listy ul li {
    width: 25%;
    text-align: center;
}

.Quality_listy ul li + li {
    border-left: 1px dotted #d6d6d6;
}

.Quality_listy ul {
    padding: 30px 0;
}

.Quality_listy ul li h4 {
    font-size: 24px;
    color: #ff412e;
    line-height: 28px;
}

.Quality_listy ul li p {
    font-size: 14px;
    color: #585858;
    line-height: 20px;
}

.Quality_plan .text p {
    color: #585858;
    line-height: 30px;
}

.Quality_plan .plan {
    position: relative;
    width: 100%;
    height: 7px;
    background: #eff0f5;
    border-radius: 10px;
    overflow: hidden;
}

.Quality_plan .plan .jd {
    background: #ff412e;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 10px;
}

.Quality_looks {
    text-align: right;
    padding: 40px 0 0;
}

.Quality_looks span {
    display: inline-block;
    color: #585858;
    padding-left: 20px;
    margin-left: 15px;
}

.Quality_looks span.icon-1 {
    background: url(../images/looks-3.png) no-repeat left center;
}

.Quality_looks span.icon-2 {
    background: url(../images/looks-4.png) no-repeat left center;
}

.purchase_rt {
    width: 380px;
    background: #fff;
    padding: 19px 18px 0;
    box-shadow: 0px 3px 9px 0px rgba(9, 9, 9, 0.07);
}

.standard_table {
    margin: 0 auto 12px;
    border-radius: 3px;
    padding: 20px 24px 0;
    height: 262px;
    text-align: center;
    overflow-y: auto;
}

.standard_table .items {
    width: 49%;
}

.standard_table .items .table span {
    display: block;
    text-align: center;
    color: #51535d;
    font-weight: bold;
    line-height: 55px;
}

.standard_table .items ul li {
    border-radius: 3px;
}

.standard_table .items ul li p {
    color: #828286;
    line-height: 40px;
}

.standard_table .items ul li:nth-child(odd) {
    background: #f5f5fb;
}

.standard_btn {
    text-align: center;
}

.standard_btn a {
    display: inline-block;
    width: 150px;
    line-height: 36px;
    background: #ff412e;
    color: #fff;
    border-radius: 3px;
}

.standard_btn a:hover {
    background: #d32200;
    color: #fff;
}

.Quality_hots {
    position: absolute;
    right: 40px;
    top: 60px;
}

.Quality_hots .list span {
    display: inline-block;
    font-size: 12px;
    color: #585858;
    padding-left: 20px;
    margin: 0 12px;
}

.Quality_hots .list {
    color: #d7d7d7;
}

.Quality_hots .list span.icon-1 {
    background: url(../images/hot-2.png) no-repeat left 2px;
}

.Quality_hots .list span.icon-2 {
    background: url(../images/hot-3.png) no-repeat left 2px;
}

.Quality_hots .list span.icon-3 {
    background: url(../images/hot-4.png) no-repeat left 2px;
}

.Quality_hots .xin span {
    display: inline-block;
    width: 13px;
    height: 12px;
    /*background:url(../images/xin-1.png) no-repeat;*/
}

/*.Quality_hots .xin span.active{*/
/*	background:url(../images/xin-2.png) no-repeat;*/
/*}*/
.Quality_hots .xin .star_rating_1 {
    background: url(../images/star_rating_1.png);
    background-size: 100% 100%;
}

.Quality_hots .xin .star_rating_2 {
    background: url(../images/star_rating_2.png);
    background-size: 100% 100%;
}

.Quality_hots .xin .star_rating_3 {
    background: url(../images/star_rating_3.png);
    background-size: 100% 100%;
}

.Quality_items.active .Quality_left {
    background: #ffefe4;
}

.Quality_items.active .purchase_rt {
    background: #ffefe4;
}

.Quality_items.active .standard_table {
    background: #fff;
}

.Quality_items.active .Quality_plan .plan {
    background: #ffc7a0;
}

.Quality_items.active .standard_table .items ul li:nth-child(odd) {
    background: #fff6f0;
}

.Quality_items.active .standard_table .items ul li p {
    color: #ff412e;
}

.Quality_items.active .Quality_looks span.icon-1 {
    background: url(../images/looks-1.png) no-repeat left center;
}

.Quality_items.active .Quality_looks span.icon-2 {
    background: url(../images/looks-2.png) no-repeat left center;
}

.Quality_items:hover .Quality_left {
    background: #ffefe4;
}

.Quality_items:hover .purchase_rt {
    background: #ffefe4;
}

.Quality_items:hover .standard_table {
    background: #fff;
}

.Quality_items:hover .Quality_plan .plan {
    background: #ffc7a0;
}

.Quality_items:hover .standard_table .items ul li:nth-child(odd) {
    background: #fff6f0;
}

.Quality_items:hover .standard_table .items ul li p {
    color: #ff412e;
}

.Quality_items:hover .Quality_looks span.icon-1 {
    background: url(../images/looks-1.png) no-repeat left center;
}

.Quality_items:hover .Quality_looks span.icon-2 {
    background: url(../images/looks-2.png) no-repeat left center;
}

.paging_netxs {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paging_netxs span {
    display: inline-block;
    line-height: 36px;
    width: 80px;
    color: #000;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e3e3e3;
}

.paging_netxs a {
    border-radius: 10px;
    display: inline-block;
    line-height: 36px;
    width: 50px;
    margin: 0 3px;
    color: #000;
    text-align: center;
    border: 1px solid #e3e3e3;
}

.paging_netxs a.active {
    background: #ef3421;
    color: #fff;
    border-color: #ef3421;
}

.paging_netxs span:hover {
    background: #ef3421;
    color: #fff;
    border-color: #ef3421;
}

.paging_netxs a:hover {
    background: #ef3421;
    color: #fff;
    border-color: #ef3421;
}

.Publicity_listy ul {
    padding: 30px 0;
}

.Publicity_listy ul li {
    width: 49%;
}

.Trading_flow {
    text-align: center;
    padding: 18px 0 32px;
}

.content_list {
    background: url(../images/content_list.png) no-repeat bottom center;
}

.consult_tefull {
    width: 316px;
    height: 188px;
    position: absolute;
    left: 9px;
    bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: -moz-linear-gradient(171deg, rgb(245, 76, 53) 0%, rgb(225, 31, 31) 100%);
    background-image: -webkit-linear-gradient(171deg, rgb(245, 76, 53) 0%, rgb(225, 31, 31) 100%);
    background-image: -ms-linear-gradient(171deg, rgb(245, 76, 53) 0%, rgb(225, 31, 31) 100%);
}

.consult_tefull .text {
    padding-top: 66px;
    background: url(../images/tefull.png) no-repeat top center;
}

.consult_tefull .text h3 {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.consult_tefull .text h4 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.footer {
    background: #3c3c3c;
    padding: 10px 0;
}

.footer .foot-slide {
    padding: 0;
}

.footer .foot-nav ul li a {
    color: #a4a4a4;
}

.footer .foot-Img p {
    color: #a4a4a4;
}

.footer .foot-serve h4 {
    color: #a4a4a4;
}

.footer .foot-serve p {
    color: #a4a4a4;
}

.footer .copyright h4 {
    color: #a4a4a4;
}

.footer .copyright p {
    color: #a4a4a4;
}

.foot-adress .flex-Lt {
    margin-top: 4%;
}

.foot-adress .flex-Lt .foot-Img {
    margin-top: -10%;
}

.pack_ups {
    display: block;
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
    font-size: 12px;
    color: #ff412e;
}


/*产品详情*/

.confide_ban {
    min-height: 707px;
    padding: 45px 0 0;
    background: url(../images/confide_ban.jpg) no-repeat top center;
}

.confide_slide {
    background: #fff;
    padding: 30px 35px 2% 2%;
    box-shadow: 0px 3px 9px 0px rgba(9, 9, 9, 0.07);
}

.confide_lefts {
    width: calc(100% - 390px);
    position: relative;
}

.referral_video .items {
    width: 50%;
    padding-left: 30px;
}

.referral_video .title h4 {
    height: 87px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    color: #fff;
    margin-left: -90px;
    background: url(../images/referral_tx.png) no-repeat top center;
}

.referral_video .text a {
    display: inline-block;
    font-weight: bold;
    color: #060404;
    padding-left: 26px;
    line-height: 30px;
    background: url(../images/video_btn.png) no-repeat left center;
}

.referral_video .text p {
    color: #666666;
    line-height: 30px;
}

.Quality_hots.top0 {
    top: 0;
}

.facility_lefts {
    width: 40%;
}

.facility_lefts ul li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 40px 0;
    position: relative;
}

.facility_lefts ul li h4 {
    font-size: 24px;
    color: #000000;
    line-height: 28px;
}

.facility_lefts ul li p {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
}

.facility_lefts ul li:nth-child(even):after {
    display: block;
    content: "";
    width: 0;
    height: 40px;
    border-left: 1px dotted #d6d6d6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.facility_right {
    width: 50%;
    padding: 15px 45px 0;
}

.facility_th ul li {
    width: 32%;
    text-align: center;
    color: #888888;
    font-weight: bold;
    line-height: 36px;
}

.facility_td ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.facility_td {
    padding: 10px 0;
    border-top: 1px dotted #d6d6d6;
    border-bottom: 1px dotted #d6d6d6;
}

.facility_td .gund {
    height: 180px;
    overflow-y: auto;
}

.facility_td .gund::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.facility_td .gund::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 50px;
}

.facility_td .gund::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 50px;
}

.facility_td .gund::-webkit-scrollbar-thumb:hover {
    background: #747474;
}

.facility_td .gund::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

.facility_td ul li span {
    display: block;
    width: 30%;
    text-align: center;
    color: #3d3636;
    line-height: 54px;
}

.private-warps {
    height: 126px;
    margin: 20px 0 0;
    padding: 20px 36px 0;
    background: url(../images/private-bg.png) no-repeat top center;
    background-size: cover;
}

.private-warps .Quality_plan .text p {
    color: #fff;
}

.private-warps .text p {
    color: #fff;
}

.private-warps .Quality_looks {
    padding: 0;
}

.private-warps .Quality_looks span.icon-1 {
    background: url(../images/looks-5.png) no-repeat left center;
    color: #fff;
}

.private-warps .Quality_looks span.icon-2 {
    background: url(../images/looks-6.png) no-repeat left center;
    color: #fff;
}

.confide_right {
    width: 390px;
    background: #fff;
    box-shadow: 0px 3px 9px 0px rgba(9, 9, 9, 0.07);
}

.confide_forms {
    padding: 20px 40px;
}

.confide_forms ul li {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #e7e7e7;
}

.confide_forms ul li .table {
    width: 55px;
    height: 40px;
    border-right: 1px solid #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confide_forms ul li .put {
    width: calc(100% - 55px);
    position: relative;
    padding: 0 24px;
}

.confide_forms ul li .put input {
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 18px;
}

.confide_forms ul li .put .daw {
    line-height: 40px;
    position: absolute;
    right: 10px;
    top: 0;
    color: #484848;
    font-size: 18px;
}

.confide_btns {
    padding: 10px 0 0;
}

.confide_btns button {
    display: block;
    width: 49%;
    font-size: 18px;
    color: #fff;
    background: #f43931;
    border-radius: 3px;
    height: 52px;
    border: none;
    outline: none;
    cursor: pointer;
}

.confide_btns button:hover {
    background: #d32200;
}

.Personal_title {
    height: 78px;
    padding: 0 40px;
    margin-top: 20px;
    background-color: rgba(41, 41, 45, 0.749);
}

.Personal_title .title h3 {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 52px;
}

.Personal_title .title h3:after {
    display: block;
    content: "";
    width: 40px;
    height: 7px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}

.Personal_list ul li {
    border-radius: 3px;
}

.Personal_list ul li a:hover {
    background: #d32200;
    border-radius: 4px;
}

.Personal_list ul li a {
    display: inline-block;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    padding: 0 25px;
}

.Personal_list ul li.icon-1 a {
    background: url(../images/Personal-1.png) no-repeat left center;
}

.Personal_list ul li.icon-2 a {
    background: url(../images/Personal-2.png) no-repeat left center;
}

.Personal_list ul li.icon-3 {
    background: #f43931;
}

.Personal_warps {
    background: #fff;
}

.Personal_center ul li {
    float: left;
    width: 25%;
    padding: 20px 0;
    position: relative;
    text-align: center;
}

.Personal_center ul li + li:after {
    display: block;
    content: "";
    width: 0;
    height: 40px;
    border-left: 1px dotted #d6d6d6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.Personal_slidex .Img {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Personal_slidex h4 {
    font-size: 18px;
    color: #1a1a1a;
}

.Personal_slidex p {
    font-size: 16px;
    color: #888888;
}

.Personal_items {
    padding: 28px 28px 44px;
}

.Personal_items ul li {
    display: flex;
    padding: 24px 0;
}

.Personal_items ul li:nth-child(odd) {
    background: #fbfbfb;
}

.Personal_items ul li .table {
    width: 156px;
    text-align: center;
    border-right: 1px dotted #bebebe;
}

.Personal_items ul li p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

.Personal_items ul li .text {
    padding-left: 40px;
    width: calc(100% - 156px);
}

.Reason_journey {
    padding: 0 50px 50px;
}

.journey_title {
    padding: 25px 0;
}

.journey_title h3 {
    color: #434343;
    font-size: 24px;
    line-height: 52px;
    padding-left: 15px;
    position: relative;
}

.journey_title h3:after {
    display: block;
    content: "";
    width: 6px;
    height: 20px;
    background: #f13036;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 10px;
}

/*产品首页*/

.product_topbars {
    background: #fff;
}

.product_banx {
    height: 548px;
    background: url(../images/product_banx.jpg) no-repeat top center;
}

.safety_listy {
    position: relative;
    top: -28px;
}

.safety_listy ul li {
    width: 33%;
    background: #fff;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
}

.safety_slide {
    height: 155px;
    display: flex;
    align-items: center;
}

.safety_slide .Img {
    width: 154px;
    text-align: right;
}

.safety_slide .text {
    width: calc(100% - 154px);
}

.safety_slide .text h3 {
    font-size: 24px;
    color: #1b1b1b;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    padding-bottom: 15px;
    background: url(../images/yy-2.png) no-repeat bottom center;
}

.safety_slide .text p {
    font-size: 18px;
    color: #918787;
    line-height: 26px;
    text-align: center;
}

.safety_numblist ul li {
    width: 33.33%;
    text-align: center;
    padding: 30px 0;
}

.safety_numblist ul li h4 {
    width: 200px;
    line-height: 46px;
    background: #f58b76;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
}

.safety_numblist ul li h4 span {
    display: inline-block;
    font-size: 18px;
}

.safety_numblist ul li p {
    color: #585858;
    line-height: 32px;
    font-size: 18px;
}

.safety_conts {

}

.safety_confide > ul > li {
    padding: 27px 0;
}

.safety_confide > ul > li:nth-child(odd) {
    background: #f5f5f5;
}

.confide_slidex .LfImg {
    position: relative;
}

.confide_slidex .LfImg .title {
    position: absolute;
    width: 304px;
    height: 158px;
    left: -29px;
    top: 32px;
    z-index: 9;
    background: url(../images/title-confide.png) no-repeat top center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confide_slidex .LfImg .title h4 {
    font-size: 38px;
    line-height: 46px;
    color: #fff;
}

.confide_slidex .LfImg .title a {
    display: inline-block;
    color: #fff;
}

.confide_slidex .LfImg .text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 190px;
    z-index: 9;
    padding: 0 20px;
}

.confide_slidex .LfImg .text h5 {
    padding-left: 8px;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px dotted #7f726f;
    margin-bottom: 10px;
}

.confide_slidex .LfImg .text h5:after {
    display: block;
    content: "";
    width: 6px;
    height: 24px;
    background: #e72c25;
    position: absolute;
    left: 0;
    top: 0;
}

.confide_slidex .LfImg .text p {
    color: #fff;
}

.confide_bond {
    width: calc(100% - 252px);
    background: #fff;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    height: 594px;
    position: relative;
    z-index: 99;
    padding: 54px 54px 0;
}

.confide_swiper {
    position: relative;
}

.confide_swiper .swiper-container {
    padding: 10px 0;
}

.confide_swiper .swiper-slide {
    height: 370px;
}

.confide_swiper .journey-slide .text p {
    line-height: 60px;
    font-size: 20px;
}

.confide_swiper .journey-slide .btn {
    padding: 20px 0 0;
}

.confide_swiper .journey-slide .btn a {
    width: 80%;
}

.confide_swiper .swiper-slide:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

.Adware_listy ul {
    padding: 22px 0 0;
}

.Adware_listy ul li {
    width: 49%;
}

.confide_swiper .swiper-button-prev {
    width: 37px;
    height: 89px;
    background: url(../images/Adware-left.png) no-repeat;
    outline: none;
}

.confide_swiper .swiper-button-next {
    width: 37px;
    height: 89px;
    background: url(../images/Adware-right.png) no-repeat;
    outline: none;
}

.foot-consult {
    height: 952px;
    background: url(../images/safety_conts.png) no-repeat top center;
}

.consult_title {
    padding: 40px 0;
}

.consult_centrs {
    padding: 20px 0 50px;
}

.consult_swiper {
    width: 461px;
}

.consult_swiper .swiper-button-prev {
    width: 28px;
    height: 22px;
    background: url(../images/xt_left.png) no-repeat;
    outline: none;
    left: 260px;
    top: 100%;
    margin-top: -40px;
}

.consult_swiper .swiper-button-next {
    width: 28px;
    height: 22px;
    right: 140px;
    top: 100%;
    background: url(../images/xt_right.png) no-repeat;
    outline: none;
}

.consultmg-list ul li {
    position: relative;
}

.consultmg-list ul li .text {
    position: absolute;
    width: 322px;
    height: 145px;
    background: #1d1d22;
    left: 9px;
    bottom: 20px;
    padding: 40px 32px 0;
}

.consultmg-list ul li .text p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}

.consultmg-list ul li .text:after {
    display: block;
    content: "";
    width: 122px;
    height: 3px;
    background: #bc0000;
    position: absolute;
    top: 24px;
    left: 32px;
}

.content_trust {
    min-height: 805px;
    padding: 22px 0;
    background: url(../images/content_trust.jpg) no-repeat top center;
}

.trust_inner {
    padding: 0 26px;
    background: #fff;
    position: relative;
}

.trust_title a {
    display: inline-block;
    color: #585858;
    line-height: 56px;
}

.trust_leftbar {
    width: calc(100% - 358px);
}

.trust_fullset ul li {
    float: left;
    width: 14.28%;
    overflow: hidden;
    padding: 2px;
}

.confide_more {
    padding-bottom: 30px;
    position: relative;
}

.confide_mbtns {
    cursor: pointer;
    width: 0;
    height: 0;
    font-size: 0;
    border: 8px solid transparent;
    border-top-color: #d32200;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.confide_mbtns.active {
    border-top-color: transparent;
    border-bottom-color: #d32200;
}

.trust_fullset ul.hide {
    display: none;
}

.trust_fullset ul li a {
    display: block;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trust_biaot {
    padding: 0 0 10px;
}

.trust_biaot h3 {
    width: 193px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    background: #d32200;
    border-radius: 30px 30px 0 30px;
}

.Economy-1 {
    padding: 10px 0 30px;
}

.trust_rtbar {
    width: 330px;
}

.Economy_title {

}

.Economy_title > h3 {
    font-size: 18px;
    color: #434343;
    font-weight: bold;
}

.Economy_title a.more {
    display: inline-block;
    width: 26px;
    height: 6px;
    margin-right: 8px;
    background: url(../images/more-2.png) no-repeat;
}

.Economy_general {
    padding: 24px;
}

.general_title {
    padding: 0 0 20px;
}

.general_title .Img {
    width: 100px;
}

.general_title .text {
    width: calc(100% - 100px);
    padding-left: 16px;
}

.general_title .text p {
    font-size: 16px;
    color: #373737;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.general_title .text p:hover {
    text-decoration: underline;
}

.general_listy ul li {
    padding: 5px 0;
}

.general_listy ul li a {
    display: block;
    position: relative;
    color: #888888;
    line-height: 20px;
    padding-left: 14px;
}

.general_listy ul li a:after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #e82929;
    position: absolute;
    left: 0;
    top: 8px;
}

.general_listy ul li a:hover {
    text-decoration: underline;
}

.ranking_click ul li {
    position: relative;
    width: 33.33%;
    text-align: center;
    border-radius: 0 20px 0 0;
    background-image: -moz-linear-gradient(180deg, rgb(255, 103, 98) 0%, rgb(255, 156, 137) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 103, 98) 0%, rgb(255, 156, 137) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 103, 98) 0%, rgb(255, 156, 137) 100%);
}

.ranking_click ul {
    margin-right: -30px;
}

.ranking_click ul li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 36px;
}

.ranking_click ul li:nth-child(1) {
    z-index: 3
}

.ranking_click ul li:nth-child(2) {
    z-index: 2
}

.ranking_click ul li:nth-child(3) {
    z-index: 1
}

.ranking_click ul li:first-child {
    border-radius: 20px 20px 0 20px;
}

.ranking_click ul li + li {
    margin-left: -15px;
}

.ranking_click ul li.active {
    background: #d32200;
}

.ranking-tgs {
    text-align: center;
    padding: 70px 0;
}

.shadowbox {
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.06);
}

.affiche_mslist ul {
    width: 50%;
    padding: 30px;
}

.affiche_mslist ul li {
    position: relative;
    padding: 6px 0 6px 18px;
}

.affiche_mslist ul li:after {
    display: block;
    content: "";
    width: 5px;
    height: 12px;
    background: #e82929;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 14px;
}

.affiche_mslist ul li h3 {
    font-size: 18px;
    color: #717171;
    line-height: 30px;
}

.affiche_mslist ul li p {
    font-size: 12px;
    color: #9c9c9c;
}

.affiche_mslist ul li:hover h3 {
    color: #e82929;
}

.affiche_mslist ul li:hover p {
    color: #e82929;
}

/**/

.content_bring {
    min-height: 378px;
    padding: 22px 0;
    background: url(..//images/content_bring.jpg) no-repeat top center;
}

.Creative_inner {
    padding: 0 26px;
}

.Creative_pages {
    background: #fff;
}

.Creative_back {
    padding: 22px 0;
}

.Creative_back a {
    display: inline-block;
    color: #585858;
    padding-left: 18px;
    background: url(../images/Creative_back.png) no-repeat left center;
}

.Creative_tplisrt .Img {
    width: 220px;
    text-align: center;
}

.Creative_tpleft {
    width: calc(100% - 366px);
}

.Creative_tplisrt ul.list {
    width: calc(100% - 220px);
}

.Creative_tplisrt ul.list li {
    width: 25%;
    text-align: center;
    position: relative;
}

.Creative_tplisrt ul.list li h4 {
    font-size: 22px;
    color: #f82632;
    line-height: 36px;
}

.Creative_tplisrt ul.list li p {
    font-size: 14px;
    color: #87878e;
}

.Creative_tables {
    margin: 10px 0;
    padding: 0 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
}

.Creative_tbslide table {
    width: 100%;
}

.Creative_tbslide table tr td {
    height: 50px;
    border: 1px solid #f3f3f3;
    padding: 0 12px;
}

.Creative_tbslide table tr td.wd20 {
    width: 20%;
    text-align: right;
    background: #fcfcfc;
}

.Creative_tbslide table tr td.wd30 {
    width: 30%;
}

.Creative_tbslide {
    height: auto;
    overflow-y: auto;
}

.Creative_tbslide::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.Creative_tbslide::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 50px;
}

.Creative_tbslide::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 50px;
}

.Creative_tbslide::-webkit-scrollbar-thumb:hover {
    background: #747474;
}

.Creative_tbslide::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

.Creative_pgtext {
    padding: 20px 0 30px;
}

.Creative_pgtext p {
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
}

.Creative_tpright {

}

.headline .Lftitle {
    width: 65px;
}

.headline .Lftitle p {
    font-size: 16px;
    color: #f73d3d;
    font-weight: bold;
}

.headline .Lftitle span {
    font-size: 14px;
    color: #ff4040;
    line-height: 17px;
    border: 1px solid #ff4040;
    width: 50px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
}

.headline .text {
    width: calc(100% - 65px);
}

.headline .text p {
    font-size: 16px;
    color: #373737;
    font-weight: bold;
    line-height: 20px;
}

.headline {
    padding: 26px 0 13px;
    border-top: 1px dotted #ebebeb;
    margin-top: 15px;
}

.headline_listy ul li {
    padding: 12px 0;
}

.headline_listy ul li a {
    display: flex;
}

.headline_listy ul li .Img {
    width: 66px;
    height: 40px;
}

.headline_listy ul li .text {
    width: calc(100% - 66px);
    padding: 0 14px;
}

.headline_listy ul li .text p {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.headline_listy ul li:hover .text p {
    text-decoration: underline;
}

.finish_table table {
    width: 100%;
}

.finish_table table tr th {
    font-weight: bold;
    text-align: center;
    background: #fcfcfc;
    height: 46px;
    border: 1px solid #ececec;
    color: #181818;
}

.finish_table table tr td {
    text-align: center;
    height: 46px;
    border: 1px solid #ececec;
    color: #888888;
}

.finish_table table tr td a {
    display: inline-block;
    color: #888888;
}

.finish_table table tr td a:hover {
    color: #ff4040;
}

.finish_warps .collect_rands {
    padding-left: 80px;
}

.finish_warps .collect_rands .Img {
    width: 80px;
}

.finish_warps .collect_walset .title h4 {
    font-size: 13px;
}

.finish_warps .collect_walset .listy .items h5 {
    font-size: 14px;
}

.finish_warps .collect_walset .listy .items p {
    font-size: 12px;
}

.finish_warps {
    background: #fbfbfb;
    padding: 22px 0;
}

.hotspot_swiper {
    position: relative;
}

.hotspot_swiper .swiper-container {
    padding: 10px;
}

.hotspot_swiper .swiper-slide {
    padding: 0 5px;
}

.hotspot_swiper .swiper-slide .tx {
    box-shadow: 0px 2px 7px 4px rgba(0, 0, 0, 0.1);
}

.hotspot_swiper .swiper-button-prev {
    width: 28px;
    height: 42px;
    left: 0;
    margin-top: -21px;
    outline: none;
    background: url(../images/hotspot_left.png) no-repeat;
}

.hotspot_swiper .swiper-button-next {
    width: 28px;
    height: 42px;
    right: 0;
    margin-top: -21px;
    outline: none;
    background: url(../images/hotspot_right.png) no-repeat;
}

.trust_fullset.wd11 ul li {
    width: 11.11%;
    padding: 6px;
}

.content_login {
    position: relative;
    height: 874px;
    background: url(../images/banner-login.jpg) no-repeat top center;
    background-size: cover;
}

.header_Index .tells {
    padding: 20px 26px 0 0;
    position: relative;
}

.header_Index .tells:after {
    display: block;
    content: "";
    width: 0;
    height: 40px;
    border-left: 1px dotted #fff;
    position: absolute;
    right: 0;
    top: 20px;
}

.header_Index .tells p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding-left: 16px;
    background: url(../images/htell.png) no-repeat left center;
}

.header_Index .tells h4 {
    color: #fff;
    font-size: 24px;
}

.foot-login {
    /*width:100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;*/
    background: #fff;
    padding: 35px 0;
}

.foot-login-list ul li {
    margin: 0 30px;
}

.foot-login-list ul li a {
    display: block;
    color: #383838;
    line-height: 32px;
    padding-top: 50px;
}

.foot-login-list ul li.icon-1 a {
    background: url(../images/login-icon1.png) no-repeat top center;
}

.foot-login-list ul li.icon-2 a {
    background: url(../images/login-icon2.png) no-repeat top center;
}

.foot-login-list ul li.icon-3 a {
    background: url(../images/login-icon3.png) no-repeat top center;
}

.foot-login-list ul li.icon-4 a {
    background: url(../images/login-icon4.png) no-repeat top center;
}

.foot-login-list ul li.icon-5 a {
    background: url(../images/login-icon5.png) no-repeat top center;
}

.login-copyright {
    padding: 20px 0 0;
}

.login-copyright p {
    text-align: center;
    color: #9f9e9e;
    font-size: 12px;
}

.login_inner {
    width: 1290px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.login_inner .LfImg {
    padding-top: 100px;
}

.login_forms {
    width: 355px;
    /*height: 340px;*/
    border-radius: 8px;
    padding: 0 22px;
    background-color: rgba(0, 0, 0, 0.502);

}

.login_forms .title h4 {
    font-size: 22px;
    color: #f43931;
    line-height: 42px;
    padding: 20px 0;
}

.login_forms ul li {
    padding-bottom: 18px;
}

.login_forms ul li .put {
    background: #fff;
    border-radius: 5px;
    padding: 0 18px;
}

.login_forms ul li .put input {
    display: block;
    /*width:100%;*/
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border: none;
    outline: none;
    padding-left: 26px;
    background: bottom;
}

.login_forms ul li .bg-1 > img {
    float: left;
    padding-top: 5%;
}

.login_forms ul li .bg-2 > img {
    float: left;
    padding-top: 5%;
}

.login_forms ul li .bg-5 .bg-3 > img {
    float: left;
    padding-top: 8%;
}

.login_forms ul li .bg-2 .bg-3 > img {
    float: left;
    padding-top: 5%;
}

/*.login_forms ul li .bg-1 input{background:url(../images/confide-2.png) no-repeat left center;}*/
/*.login_forms ul li .bg-2 input{background:url(../images/confide-4.png) no-repeat left center;}*/

/*.login_forms ul li .bg-5 input{background:url(../images/confide-5.png) no-repeat left center;}*/

.login_forms ul li button {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    background: #f43931;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
}

.login_forms ul li button:hover {
    background: #d32200;
    color: #fff;
}

.login_wanj {
    padding: 0 0 20px;
}

.login_wanj a {
    display: inline-block;
    color: #fff;
}

.login_wanj a:hover {
    text-decoration: underline;
}

.content_regard {
    padding: 365px 0 0;
    position: relative;
    background: url(../images/banner_regard.jpg) no-repeat top center;
}

.regard_click {
    width: 100%;
    position: absolute;
    left: 0;
    top: 235px;
    z-index: 9;
}

.regard_click ul li {
    width: 25%;
    text-align: center;
    position: relative;
    padding: 30px 66px;
}

.regard_click ul li + li:after {
    display: block;
    content: "";
    width: 0;
    height: 80px;
    border-left: 1px dotted #999898;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.regard_click ul {
    background: #fff;
    box-shadow: 0px 4px 18px 0px rgba(56, 56, 56, 0.13);
}

.regard_click ul li span {
    display: block;
    font-size: 18px;
    color: #585858;
    line-height: 26px;
    padding: 75px 0 22px;
    position: relative;
}

.regard_click ul li.icon-1 span {
    background: url(../images/regard-1.png) no-repeat center 12px;
}

.regard_click ul li.icon-2 span {
    background: url(../images/regard-2.png) no-repeat center 12px;
}

.regard_click ul li.icon-3 span {
    background: url(../images/regard-3.png) no-repeat center 12px;
}

.regard_click ul li.icon-4 span {
    background: url(../images/regard-4.png) no-repeat center 12px;
}

.regard_click ul li.icon-1.active span {
    background: #df221a url(../images/regard-ac-1.png) no-repeat center 12px;
    color: #fff;
}

.regard_click ul li.icon-2.active span {
    background: #df221a url(../images/regard-ac-2.png) no-repeat center 12px;
    color: #fff;
}

.regard_click ul li.icon-3.active span {
    background: #df221a url(../images/regard-ac-3.png) no-repeat center 12px;
    color: #fff;
}

.regard_click ul li.icon-4.active span {
    background: #df221a url(../images/regard-ac-4.png) no-repeat center 12px;
    color: #fff;
}

.regard_click ul li.active span:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: 10px solid transparent;
    border-top-color: #df221a;
    position: absolute;
    left: 50%;
    bottom: -20px;
    z-index: 9;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.synopsis_warps {
    height: 770px;
    padding: 145px 0 0;
    background: url(../images/synopsis_bg.jpg) no-repeat top center;
}

.synopsis_text h3 {
    font-size: 30px;
    color: #585858;
    font-weight: bold;
    line-height: 44px;
    padding-bottom: 25px;
}

.synopsis_text p {
    font-size: 14px;
    color: #585858;
}

.synopsis_ban {
    height: 304px;
    position: relative;
    margin: 35px 0 0;
    background: url(../images/apic.jpg) no-repeat center;
}

.synopsis_inner {
    padding: 0 30px;
}

.synopsis_swiper {
    width: 536px;
    padding: 0 24px;
    position: relative;
}

.synopsis_swiper .swiper-button-prev {
    width: 52px;
    height: 82px;
    background: url(../images/synopsis_left.png) no-repeat;
    margin-top: -41px;
    left: 0;
    outline: none;
}

.synopsis_swiper .swiper-button-next {
    width: 52px;
    height: 82px;
    background: url(../images/synopsis_right.png) no-repeat;
    margin-top: -41px;
    right: 0;
    outline: none;
}

.develop_warps {
    height: 765px;
    position: relative;
    padding: 50px 0 0;
    background: url(../images/develop_bg.jpg) no-repeat top center;
}

.develop-fz {
    position: relative;
    width: 790px;
    margin: 0 auto;
}

.develop-fz .xian {
    height: 100%;
    width: 1px;
    background: #df221a;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 9;
}

.develop-fz .xian:before {
    display: block;
    content: "";
    width: 28px;
    height: 31px;
    background: url(../images/yuan-2.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 99;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.develop-fz .xian:after {
    display: block;
    content: "";
    width: 24px;
    height: 15px;
    background: url(../images/yuan-3.png) no-repeat;
    position: absolute;
    left: 50%;
    bottom: -20px;
    z-index: 99;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.develop-fz ul {
    padding: 10px 0;
}

.develop-fz ul li {
    position: relative;
    padding: 20px 0;
}

.develop-fz ul li:nth-child(odd) {
    padding-right: 53%;
    text-align: right;
}

.develop-fz ul li:nth-child(even) {
    padding-left: 53%;
}

.develop-fz ul li:after {
    display: block;
    content: "";
    width: 19px;
    height: 19px;
    background: url(../images/yuan-1.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 35px;
    z-index: 99;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}


.develop-fz ul li h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.develop-fz ul li p {
    color: #fff;
    font-size: 14px;
}

.Honour_warps {
    height: 820px;
    padding: 25px 0 0;
    position: relative;
    background: url(../images/Honour_bg.jpg) no-repeat top center;
}

.Honour_listy ul li {
    float: left;
    width: 33.33%;
    padding: 3px;
}

.Honour_listy ul li span {
    display: block;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeee;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(133, 133, 133, 0.36);
}

.Honour_listy ul {
    padding: 30px 0 0;
}

.framew_warps {
    height: 735px;
    position: relative;
    padding: 130px 0 0;
    background: #fff url(../images/framew_bg.jpg) no-repeat center;
}

.elegant_warps {
    position: relative;
    /*height:820px;*/
    padding: 90px 0 0;
    background: #fff url(../images/elegant_bg.jpg) no-repeat top center;
}

.elegant-tx1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 9;
}

.elegant_mits {
    width: 620px;
    height: 102px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elegant_mits:after {
    display: block;
    content: "";
    width: 416px;
    height: 99px;
    background: #df221a;
    position: absolute;
    top: 0;
    z-index: 8;
    box-shadow: 0px 3px 1px 0px rgba(255, 60, 52, 0.4);
}

.elegant_mits.left:after {
    left: 0;
}

.elegant_mits.right:after {
    right: 0;
}

.elegant_mits.af272:after {
    width: 272px;
    right: 42px;
}

.elegant_mits.none:after {
    display: none;
}

.elegant_mits.af272 p {
    padding-left: 110px;
}

.elegant_mits h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    z-index: 9;
}

.elegant_mits h3 span {
    display: inline-block;
    color: #df221a;
}

.elegant_mits p {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    z-index: 9;
}

.elegant_listy .items {
    width: 362px;
    height: 726px;
    padding: 116px 50px 0;
    position: relative;
}

.elegant_listy .items.bg-1 {
    background: url(../images/elegant_bg1.png) no-repeat top center;
    background-size: 100%;
}

.elegant_listy .items.bg-2 {
    background: url(../images/elegant_bg2.png) no-repeat bottom center;
    padding-top: 300px;
    z-index: 99;
    background-size: 100%;
}

.elegant_listy .items.bg-3 {
    background: url(../images/elegant_bg3.png) no-repeat top center;
    background-size: 100%;
}

.elegant_listy .items.bg-4 {
    background: url(../images/elegant_bg2.png) no-repeat bottom center;
    padding-top: 300px;
    z-index: 99;
    background-size: 100%;
}

.elegant_listy .items .text p {
    text-align: center;
}

.elegant_text {
    text-align: center;
    padding: 40px 0 85px;
}

.elegant_text h4 {
    font-size: 16px;
    color: #7c7c7c;
}

.elegant_text p {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 16px;
}

.Schema_listy ul li {
    width: 16.66%;
}

.Schema-slide {
    width: 148px;
    height: 147px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 7px 1px 0px rgba(216, 216, 216, 0.4);
    text-align: center;
    margin: 0 auto;

}

.Schema-slide .Img {
    height: 76px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.Schema-slide h3 {
    font-size: 22px;
}

.Schema-slide p {
    text-transform: uppercase;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
}

.Schema_listy ul {
    padding-top: 168px;
    background: url(../images/Schema-x.png) no-repeat top center;
}

.system_warps {
    height: 965px;
    position: relative;
    padding: 176px 0 0;
    background: url(../images/system_bg.jpg) no-repeat top center;
}

.system_slide {
    position: relative;
}

.system_wallset {
    padding: 170px 0 0;
}

.system_Lebart {
    width: 320px;
    background: #ffffff;
    padding: 15px;
}

.system_Lebart .Img {
    position: relative;
    margin-right: -25px;
}

.system_Lebart .Img img {
    display: block;
    width: 100%;
}

.system_Lebart .text p {
    font-size: 16px;
    color: #585858;
    line-height: 30px;
    text-indent: 2em;
    padding: 15px 30px;
}

.system_rtbart {
    width: calc(100% - 360px);
}

.system_click ul {
    padding-bottom: 14px;
}

.system_click ul li {
    width: 19%;
    height: 57px;
    display: flex;
    padding-left: 20px;
    align-items: center;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.system_click ul li span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #df221a;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.system_click ul li .text {
    width: calc(100% - 38px);
    padding-left: 10px;
}

.system_click ul li .text p {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 18px;
}

.system_click ul li.active {
    background: #df221a;
}

.system_click ul li.active span {
    color: #df221a;
    background: #fff;
}

.system_click ul li.active .text p {
    color: #fff;
    font-weight: bold;
}

.system_click ul li.active:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: 6px solid transparent;
    border-top-color: #df221a;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.hidenlinkx {
    display: none;
}

.hidenlinkx.active {
    display: block;
}

.added_warps {
    padding: 60px 0 0;
    height: 1070px;
    background: url(../images/added_bg.jpg) no-repeat top center;
}

.added_listy {
    max-width: 1300px;
    margin: 0 auto;
}

.added_listy ul li {
    float: left;
    width: 50%;
    position: relative;
}

.added_listy ul li .text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 40px;
}

.added_listy ul li .text h3 {
    font-size: 32px;
    color: #fff;
    line-height: 42px;
    font-weight: bold;
}

.added_listy ul li .text p {
    font-size: 14px;
    color: #fff;
}

.added_listy ul li .text h4 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.added_listy ul li > img {
    display: block;
}

.exclusive_warps {
    height: 742px;
    background: url(../images/exclusive_bg.jpg) no-repeat top center;
}

.exclusive_listy ul {
    padding: 50px 0 0;
}

.exclusive_text {
    width: 224px;
    height: 259px;
    padding: 50px 30px 0;
    position: relative;
    background: url(../images/exclusive_text.png) no-repeat top center;
}

.exclusive_text h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}

.exclusive_text p {
    text-align: justify;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.exclusive_text span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 87px;
    position: absolute;
    left: 50%;
    line-height: 90px;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.relation_slide {
    padding: 80px 0;
}

.relation_Lefts {
    width: 550px;
    padding: 0 35px;
}

.relation_sevr .item {
    width: 50%;
    position: relative;
}

.relation_sevr .item h4 {
    font-size: 18px;
    color: #585858;
    line-height: 28px;
    font-weight: bold;
    padding-left: 55px;
    background: url(../images/relation-1.png) no-repeat left center;
}

.relation_sevr .item p {
    color: #818181;
    line-height: 30px;
    text-align: center;
}

.relation_sevr .item:last-child:after {
    display: block;
    content: "";
    width: 1px;
    height: 45px;
    background: #d9d8e3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.relation_adress .Img p {
    text-align: center;
    color: #818181;
    padding-top: 5px;
}

.relation_adress .massges a {
    display: inline-block;
    margin-left: 10px;
}

.relation_adress .adress p {
    font-size: 17px;
    color: #4d4d4d;
}

.relation_adress .adress p span {
    display: inline-block;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: bold;
}

.content_video {
    min-height: 380px;
    padding: 110px 0 0;
    background: url(../images/content_video.jpg) no-repeat top center;
}

.signal_swiper {
    width: 955px;
}

.signal_swiper .gallery-top {
    width: 768px;
}

.signal_swiper .gallery-top .swiper-slide .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0.588);
}

.signal_swiper .gallery-top .swiper-slide .text p {
    font-size: 18px;
    color: #fff;
    line-height: 48px;
}

.signal_swiper .gallery-thumbs .swiper-slide {
    width: 180px;
    height: 98px !important;
    margin-bottom: 3px !important;
}

.signal_swiper .gallery-top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.signal_swiper .gallery-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.signal_swiper .gallery-thumbs .swiper-slide-thumb-active:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #df221a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.signal_newsvideo {
    position: relative;
}

.signal-vdmg {
    position: relative;
}

.signal-vdmg .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0.588);
}

.signal-vdmg .text p {
    font-size: 16px;
    color: #fff;
    line-height: 44px;
}

.signal-vdmg a.play {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    background: url(../images/play.png) no-repeat;
}

.signal_newsvideo .swiper-button-prev {
    width: 22px;
    height: 22px;
    background: url(../images/signal-left.png) no-repeat;
    left: 96%;
    top: 0;
    outline: none;
}

.signal_newsvideo .swiper-button-next {
    width: 22px;
    height: 22px;
    background: url(../images/signal-right.png) no-repeat;
    right: 0;
    top: 0;
    outline: none;
}

.stock_listy ul {
    padding: 38px 0 20px;
}

.stock_listy ul li {
    float: left;
    margin-right: 10px;
    position: relative;
    border: 1px solid #eaeaea;
    margin-bottom: 12px;
    padding: 0 8px;
    border-right: none;
}

.stock_listy ul li:after {
    display: block;
    content: "";
    width: 7px;
    height: 100%;
    background: url(../images/jx-1.png) no-repeat;
    position: absolute;
    right: -7px;
    top: 0;
    z-index: 9;
}

.stock_listy ul li a {
    display: inline-block;
    font-size: 12px;
    color: #3c3c3c;
}

.stock_listy ul li:hover a {
    color: #e22d2e;
}

.stock_listy ul li a span {
    display: inline-block;
    color: #d4d4d4;
    font-weight: bold;
    margin-right: 5px;
}

.finish_warps .swiper-container {
    padding: 10px 0;
}

.content_video2 {
    min-height: 585px;
    padding: 25px 0 70px;
    background: url(../images/content_video2.jpg) no-repeat top center;
}

.signal_warps .video {
    position: relative;
}

.signal_videobar {
    width: calc(100% - 362px);
}

.signal_warps .video a.play {
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    background: url(../images/play2.png) no-repeat center;
}

.signal_videobar .video .text {
    position: absolute;
    text-align: center;
    top: 120px;
    z-index: 99;
    width: 100%;
}

.signal_videobar .video .text p {
    font-size: 17px;
    color: #d3d4d4;
    line-height: 32px;
}

.signal_videobar .video .text p a {
    display: inline-block;
    font-size: 17px;
    color: #d3d4d4;
    line-height: 32px;
    margin-left: 20px;
}

.reality_Lefts {
    padding: 0 40px;
    width: calc(100% - 360px);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
}

.reality_items {
    padding-bottom: 36px;
    margin-bottom: 36px;
}

.reality_warps {
    padding: 28px 0 0;
}

.reality_title {
    position: relative;
    padding: 30px 0 24px;
    border-bottom: 1px solid #ebebeb;
}

.reality_title .title h3 {
    font-size: 24px;
    color: #fd2900;
    font-weight: bold;
    line-height: 36px;
}

.reality_title .title p {
    font-size: 14px;
    color: #666666;
}

.Quality_hots.top40 {
    top: 40px;
    right: 0;
}

.reality_lirands {
    padding: 50px 0;
    border-bottom: 1px solid #ebebeb;
}

.reality_lirands ul {
    width: 75%;
}

.reality_lirands ul li {
    width: 33.33%;
    text-align: center;
    position: relative;
}

.reality_lirands ul li h4 {
    font-size: 24px;
    color: #000000;
    line-height: 28px;
}

.reality_lirands ul li + li:after {
    display: block;
    content: "";
    width: 0;
    height: 40px;
    border-left: 1px dotted #d7d7d7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.reality_lirands ul li p {
    font-size: 14px;
    color: #888888;
}

.reality_lirands .btn {
    width: 25%;
    text-align: center;
}

.reality_lirands a.looksbtn {
    display: inline-block;
    width: 150px;
    line-height: 36px;
    background: #f43931;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.reality_lirands a.looksbtn:hover {
    background: #d32200;
    color: #fff;
}

.reality_items .stock_listy ul {
    padding: 0;
}

.reality_items.mg {
    margin: 0;
    padding: 0;
}

.reality_areatext textarea {
    display: block;
    width: 100%;
    height: 750px;
    border: none;
    resize: none;
    outline: none;
}

/*注册*/

.content_enroll {
    position: relative;
    height: 874px;
    background: url(../images/banner-enroll.jpg) no-repeat top center;
    background-size: cover;
}

.login_inner .LfImg .login_ggbg {
    width: 767px;
    height: 315px;
    padding: 42px 60px 55px;
    background: url(../images/login_ggbg.png) no-repeat top center;
}

.login_inner .LfImg .login_ggbg .text h3 {
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    line-height: 60px;
}

.login_inner .LfImg .login_ggbg .text h4 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}

.login_inner .LfImg .login_ggbg .page p {
    color: #fff;
    font-size: 22px;
    line-height: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.212);
    width: 440px;
}

.yanzmset {
    display: block;
    width: 90px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    height: 44px;
}

.screen_label.flex-c span {
    color: #fff;
}

.screen_label.flex-c span a {
    color: #fff;
}


/*搜索页*/

.grabble_ban {
    height: 118px;
    background: url(../images/grabble_ban.jpg) no-repeat top center;
    position: relative;
    z-index: 899;
}

.grabble_form {
    width: 520px;
    padding: 0 25px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    border: 2px solid transparent;
    border-radius: 30px;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.grabble_form.active {
    border-color: #e83a2f;
}

.grabble_form input {
    display: block;
    float: left;
    width: 400px;
    height: 46px;
    line-height: 46px;
    border: none;
    outline: none;
    font-size: 16px;
}

.grabble_form button {
    display: block;
    width: 21px;
    height: 46px;
    background: url(../images/grabble_btn.png) no-repeat center;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
}

.grabble_down {
    width: 100%;
    position: absolute;
    left: 0;
    top: 110%;
    background: #fff;
    border-radius: 20px;
    z-index: 999;
    display: none;
    box-shadow: 0px 3px 27px 0px rgba(194, 194, 194, 0.3);
}

.grabble_down ul {
    padding: 18px;
}

.grabble_down ul li a {
    display: block;
    color: #666666;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 12px;
}

.grabble_down ul li:hover a {
    background: #fafafa;
}

.grabble_form.active .grabble_down {
    display: block;
}

.Result_warps {
    padding: 35px 0;
}

.Result_Lefts {
    float: left;
    width: calc(100% - 405px);
}

.Result_tshi p {
    font-size: 12px;
    color: #9c9c9c;
}

.Result_tshi p span {
    display: inline-block;
    font-weight: bold;
    color: #f43931;
}

.Result_listy > ul > li {
    padding: 16px 0;
    border-bottom: 1px solid #f5f4ff;
    position: relative;
}

.Result_texts {
    width: calc(100% - 200px);
}

.Result_texts h3 {
    font-weight: bold;
    font-size: 18px;
    color: #33313a;
    line-height: 32px;
}

.Result_texts p {
    font-size: 12px;
    color: #444;
}

.Result_rgoubx {
    /*border: 1px solid #f4f4f4;*/
    display: inline-block;
    border-radius: 30px;
    padding: 0 15px;
    position: relative;
    background: #fff;
}

.tjbox-1 {
    width: 49px;
    height: 26px;
    color: #fff;
    background: url(../images/tjbox-1.png) no-repeat;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -8px;
}

.Result_time {
    position: absolute;
    right: 22px;
    bottom: 15px;
}

.Result_time p {
    font-size: 12px;
    color: #9a99a1;
    line-height: 32px;
}

.Result_rgoubx span.up {
    display: inline-block;
    width: 7px;
    height: 4px;
    cursor: pointer;
    background: url(../images/up.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
}

.Result_rgoubx span.down {
    display: inline-block;
    width: 7px;
    height: 4px;
    cursor: pointer;
    background: url(../images/down.png) no-repeat;
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.Result_rgoubx p {
    float: left;
    font-size: 12px;
    padding: 0 12px;
    color: #9a99a1;
    position: relative;
    line-height: 30px;
}

.Result_rgoubx .red {
    font-weight: bold;
    display: inline-block;
    color: #f43931;
}

.Result_rgoubx p:first-child:after {
    display: block;
    content: "";
    width: 1px;
    height: 16px;
    background: #dbdbdb;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.Result-icon {
    padding: 0 12px 0;
}

.Result-icon span {
    display: inline-block;
    font-size: 12px;
    color: #8f8f8f;
    padding-left: 18px;
}

.Result-icon span.bg-1 {
    background: url(../images/Result-1.png) no-repeat left center;
}

.Result-icon span.bg-2 {
    background: url(../images/Result-2.png) no-repeat left center;
}

.Result-icon span.bg-3 {
    background: url(../images/Result-3.png) no-repeat left center;
}

.Result_Imgs {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99;
}

.related_title {
    padding: 20px 0;
}

.related_title h3 {
    font-size: 16px;
    color: #f12323;
}

.related_slist {
    width: 600px;
}

.related_slist ul li {
    float: left;
    width: 33.33%;
    padding: 4px 0;
    margin-right: 50px;
}

.related_slist ul li a {
    display: inline-block;
    color: #2440b3;
    text-decoration: underline;
}

.Result_Rights {
    float: right;
    width: 336px
}

.Economy_title a.huan_btn {
    font-size: 12px;
    display: inline-block;
    padding-left: 22px;
    background: url(../images/huan_btn.png) no-repeat left center;
}

.confide_reality ul li {
    position: relative;
    padding: 8px 40px 8px 20px;
    overflow: hidden;
}

.confide_reality ul li span.tb {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.confide_reality ul li span.ys1 {
    color: #f43931;
}

.confide_reality ul li span.ys2 {
    color: #ff534c;
}

.confide_reality ul li span.ys3 {
    color: #ff9812;
}

.confide_reality ul li em {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: 0;
    width: 40px;
    text-align: right;
    font-size: 12px;
    color: #727272;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.confide_reality ul li p {
    font-size: 14px;
    color: #2440b3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.confide_reality ul li p span.ts1 {
    display: inline-block;
    background: #ff9812;
    color: #fff;
    border-radius: 2px;
    padding: 0 3px;
}

.confide_reality ul li p span.ts2 {
    display: inline-block;
    background: #ff455b;
    color: #fff;
    border-radius: 2px;
    padding: 0 3px;
}

/**/

.content_News {
    min-height: 403px;
    background: url(../images/content_News.jpg) no-repeat top center;
}

.Result_inner {
    background: #fff;
}

.Result_555 {
    width: calc(100% - 555px);
    float: left;
    margin: 0 10px;
}

.Result_navleft {
    width: 190px;
    float: left;
}

.navleft_title h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 184px;
    padding-left: 22px;
    line-height: 45px;
    background: url(../images/navleft_title.png) no-repeat;
}

.navleft_auside {
    margin-top: 30px;
}

.navleft_auside {
    padding: 0 30px;
}

.navleft_auto ul li {
    padding: 20px 0 20px 0;
    border-right: 1px solid #e1e1e1;
}

.navleft_auto ul li a {
    display: block;
    text-align: right;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 30px;
    padding-right: 30px;
    margin-right: -1px;
    border-right: 2px solid transparent;
}

.navleft_auto ul li.active a {
    color: #fc3d3d;
    border-color: #fc3d3d;
}

.Result_swiper .swiper-slide .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 15px;
}

.Result_swiper .swiper-slide .text p {
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Result_swiper .swiper-pagination {
    text-align: right;
    bottom: 20px;
    padding: 0 20px;
}

.Result_swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.Result_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #d32200;
}

.Economy_title.zx {
    padding: 20px 0 10px;
}

.Result_Leftxq {
    float: left;
    width: calc(100% - 380px);
}

.vocation_title {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f4ff;
}

.vocation_title .title {
    padding: 25px 0;
}

.vocation_title .title h3 {
    font-size: 35px;
    color: #33313a;
    line-height: 50px;
}

.vocation_title .text {
    color: #8f8f8f;
    font-size: 12px;
}

.vocation_title .text span {
    display: inline-block;
    color: #8f8f8f;
    font-size: 13px;
    padding: 0 15px;
}

.shareic_box {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 9;
}

.silver_Img {
    text-align: center;
}

.silver_pages {
    /* height:246px; */
    position: relative;
    overflow: hidden;
}

.silver_pages p {
    font-size: 16px;
    line-height: 32px;
    color: #444;
    text-align: justify;
    padding: 5px 0;
}

.silver_more {
    /*   width: 100%;
    height:250px;
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));
    background: -webkit-linear-gradient(transparent,#fff);
    background: -moz-linear-gradient(transparent,#fff);
    background: linear-gradient(transparent,#fff);
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: flex-end; */
}

.silver_more:after {
    /*    display: block;
    content:"";
    width:14px;
    height:14px;
    margin-left: 20px;
    background:url(../images/yuan-4.png) no-repeat; */
}

.silver_files a {
    display: inline-block;
    width: 100px;
    line-height: 35px;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px;
}

.silver_files a.icon-1 {
    background: #9b9b9b;
    color: #fff;
}

.silver_files a.icon-2 {
    background: #f9f9f9;
    color: #5c5c5c;
}

.silver_files a.icon-1 span {
    display: inline-block;
    padding-left: 28px;
    background: url(../images/scfile-1.png) no-repeat left center;
}

.silver_files a.icon-1.active {
    background: #d32200;
}

.silver_files a.icon-2 span {
    display: inline-block;
    padding-left: 28px;
    background: url(../images/scfile-2.png) no-repeat left 5px;
}

.silver_files a.icon-2.active {
    background: #d32200;
    color: #fff;
}

.silver_files a.icon-2.active span {
    background: url(../images/scfile-4.png) no-repeat left 5px;
}

.Collect-wmx {
    text-align: center;
    padding: 0 70px 0 136px;
}

.Collect-wmx p {
    border: 2px solid #ff5b5b;
    border-radius: 30px;
    font-size: 16px;
    padding: 0 25px;
    color: #ff5b5b;
    line-height: 32px;
    margin-top: 10px;
}

.silver_Collect {
    padding: 50px 0;
}

.silver_related .items {
    background: #fff;
    height: 300px;
    width: 49%;
    padding: 0 12px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}

.journey_title.none {
    padding: 10px 0;
}

.journey_title.none h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.silver_litext ul {
    padding: 0 18px;
}

.silver_litext ul li {
    position: relative;
    padding-left: 14px;
}

.silver_litext ul li a {
    display: block;
    font-size: 16px;
    color: #7a7a7a;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.silver_litext ul li a:hover {
    text-decoration: underline;
    color: #D8231D;
}

.silver_litext ul li:after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #fa6367;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.review_slide {
    position: relative;
}

.review_litexts ul li {
    border-bottom: 1px solid #f1f0f8;
    padding: 15px 0 15px 54px;
}

.review_slide .title {
    position: relative;
}

.review_slide .title h3 {
    font-size: 14px;
    color: #5a87cb;
    line-height: 35px;
}

.review_slide .title .Img {
    position: absolute;
    left: -40px;
    top: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.review_slide .text {
    padding: 10px 0;
}

.review_slide .text p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.review_slide .time p {
    font-size: 12px;
    color: #888888;
}

.review_zan {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.review_colse {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 24px;
    height: 18px;
    background: url(../images/review_colse.png) no-repeat;
    cursor: pointer;
}

.review_zan a {
    display: inline-block;
    padding-right: 24px;
    font-size: 15px;
    color: #b5b5b5;
    background: url(../images/review_zan-1.png) no-repeat right 0px;
}

.review_zan a.active {
    color: #000000;
    background: url(../images/review_zan-2.png) no-repeat right 0px;
}

.publish_review {
    padding: 30px 12px;
}

.publish_review textarea {
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #ebeaf3;
    border-radius: 5px;
    padding: 10px 18px;
    resize: none;
    outline: none;
}

.publish_btns {
    padding: 20px 0;
}

.publish_btns p {
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}

.publish_btns p span {
    display: inline-block;
    color: #f13036;
}

.publish_btns button {
    display: inline-block;
    width: 118px;
    padding-bottom: 3px;
    font-size: 16px;
    background: #f13036;
    border-radius: 3px;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 32px;
    outline: none;
}

.publish_btns button:hover {
    background: #d32200;
    color: #fff;
}

.related_walls {
    border-top: 1px solid #f1f0f8;
}


.financial-Img {
    position: relative;
}

.financial-Img .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 116px;
    padding-left: 60px;
    z-index: 9;
}

.financial-Img .Img {
    width: 78px;
}

.financial-Img .page {
    padding-left: 5px;
    width: calc(100% - 78px);
}

.financial-Img .page h3 {
    font-size: 36px;
    color: #000000;
    line-height: 42px;
    font-weight: bold;
}

.financial-Img .page p {
    font-size: 20px;
    color: #51505c;
    line-height: 30px;
}

.elegant-tx3 {
    padding: 46px 0;
}

.elegant_mits.af325:after {
    width: 325px;
}

.relation_maps {
    position: relative;
    height: 618px;
    background: url(../images/map.jpg) no-repeat top center;
}

.relation_maps .text {
    position: absolute;
    padding: 10px 12px;
    background: #ffffff;
    top: 325px;
    left: 50%;
    border-radius: 3px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.relation_maps .text:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.relation_maps .text p {
    color: #818181;
}

.relation_maps .text p span {
    display: inline-block;
    font-weight: bold;
    color: #615353;
}

.Quality_hots.psn {
    position: static;
}

.Capital_left .title h3 {
    padding-left: 12px;
    font-size: 18px;
    color: #f43931;
    font-weight: bold;
    line-height: 40px;
}

.Capital_left .text p {
    padding-left: 12px;
    font-size: 12px;
    color: #888888;
}

.Capital_slidex {
    position: relative;
    padding: 18px;
    border: 1px solid #f4f4f4;
    margin: 10px 0;
}

.Capital_slidex .Capital_left {
    width: 310px;
}

.Capital_slidex .Quality_listy {
    width: calc(100% - 310px);
}

.Capital_slidex a.more {
    display: block;
    width: 6px;
    height: 12px;
    background: url(../images/more-3.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.Result_listy.ac ul li {
    padding: 16px;

}

.Result_listy.ac ul li.active {
    background: #f8f8f8;
    margin: 2px 0 0 0px;
}

.Top-distance {
    margin-top: 12px;
}

.Result_time.psn {
    position: static;
}

.journey-swiper.hg220 .swiper-container {
    padding: 10px 0;
}

.journey-swiper.hg220 .collect_rands {
    height: 220px;
}

.head_fmslide .select {
    width: 80px;
}

.mod_select {
    position: absolute;
    left: 30%;
    top: 100px;
    font-familY: Arial, Helvetica, sans-serif;
}

.mod_select ul {
    margin: 0;
    padding: 0;
}

.mod_select ul li {
    list-style-type: none;
    float: left;
    margin-left: 20px;
    height: 24px;
}

.select_label {
    color: #982F4D;
    float: left;
    line-height: 31px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 700;
}

.select_box {
    float: left;
    color: #f73a34;
    position: relative;
    cursor: pointer;
    width: 70px;
    font-size: 12px;
}

.selet_open {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 31px;
}

.select_txt {
    display: inline-block;
    padding-left: 10px;
    width: 100%;
    line-height: 31px;
    height: 31px;
    cursor: text;
    overflow: hidden;
    background: url(../images/more-5.png) no-repeat right center;
}

.option {
    width: 100%;
    position: absolute;
    top: 31px;
    left: -1px;
    z-index: 2;
    overflow: hidden;
    display: none;
    box-shadow: 0px 3px 27px 0px rgba(194, 194, 194, 0.3);
}

.option a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: left;
    padding: 0 10px;
    width: 100%;
    background: #fff;
}

.option a:hover {
    background: #e83a2f;
    color: #fff;
}


.Fidex_qualif {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

.qualified_item {
    width: 494px;
    height: 334px;
    left: 50%;
    top: 50%;
    z-index: 9;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    background: url(../images/qualified_item.png) no-repeat;
}

.qualified_text {
    padding: 25px 56px 0;
    height: 205px;
}

.qualified_text h4 {
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    padding-bottom: 15px;
    color: #ec2002;
    font-weight: bold;
}

.qualified_text p {
    font-size: 16px;
    color: #717171;
    text-align: justify;
}

.qualified_btns {
    text-align: center;
}

.qualified_btns .tshi p {
    color: #fff;
    font-weight: bold;
    padding: 16px 0;
}

.qualified_btns .btns a {
    display: inline-block;
    background-color: #fb4848;
    box-shadow: 0px 0px 20px #fc6260 inset;
    width: 190px;
    line-height: 50px;
    border-radius: 30px;
    margin: 0 8px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 2px solid transparent;
}

.qualified_btns .btns a:hover {
    border-color: #fff;
}

.colse_btns {
    width: 38px;
    height: 38px;
    background: url(../images/colse_btns.png) no-repeat;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 9;
    cursor: pointer;
}

.qualified_copy {
    width: 656px;
    height: 542px;
    background: #fff;
    padding: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.copy_title h4 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #323232;
    line-height: 56px;
}

.copy_txarea {
    padding: 18px 10px 0;
    border: 1px solid #e8e8e8;
}

.copy_swlitxt {
    height: 340px;
    padding: 0 8px;
    overflow-y: auto;
}

.copy_txarea p {
    color: #888888;
    text-align: justify;
}

.copy_swlitxt::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.copy_swlitxt::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 50px;
}

.copy_swlitxt::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 50px;
}

.copy_swlitxt::-webkit-scrollbar-thumb:hover {
    background: #747474;
}

.copy_swlitxt::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

.copys_fullset .text {
    padding: 10px 15px;
}

.copys_fullset .text span {
    display: inline-block;
    font-size: 13px;
    color: #a5a5a5;
    padding-left: 18px;
    background: url(../images/fullset.png) no-repeat left center;
}

.copys_fullset .btns {
    text-align: center;
}

.copys_fullset .btns a {
    display: inline-block;
    width: 210px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    margin: 0 4px;
}

.copys_fullset .btns a.bg-1 {
    background: #f92222;
    color: #fff;
}

.copys_fullset .btns a.bg-2 {
    background: #dedede;
    color: #666666;
}

.copys_fullset .btns a.bg-3 {
    background: #f92222;
    color: #fff;
}

.copys_fullset .btns a:hover {
    background: #d32200;
    color: #fff;
}

.copys_fullset .btns a.bg-1:hover {
    background: #d32200;
    color: #fff;
}

.copys_fullset .btns a.bg-2:hover {
    background: #f0f0f0;
    color: #666666;
}

.colse_btns2 {
    width: 17px;
    height: 17px;
    background: url(../images/colse_btns2.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    cursor: pointer;
}

.qualified_Packing {
    width: 690px;
    height: 542px;
    background: url(../images/Packing.jpg) no-repeat;
    padding: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.copy_title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 66px;
    text-align: center;
}

.Packing_slide .list {
    width: 135px;
}

.Packing_slide .list ul li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    text-align: center;
    padding-top: 62px;
}

.Packing_slide .list ul li + li {
    margin-top: 30px;
}

.Packing_slide .list ul li.icon-1 a {
    background: url(../images/Packing-1.png) no-repeat top center;
}

.Packing_slide .list ul li.icon-2 a {
    background: url(../images/Packing-2.png) no-repeat top center;
}

.Packing_slide .list ul li.icon-3 a {
    background: url(../images/Packing-3.png) no-repeat top center;
}

.Packing_text {
    width: 510px;
    background: #fff;
    padding: 8px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
}

.Packing_autos {
    padding: 8px;
    height: 340px;
    overflow-y: auto;
}

.Packing_autos::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.Packing_autos::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 50px;
}

.Packing_autos::-webkit-scrollbar-thumb {
    background: #474747;
    border-radius: 50px;
}

.Packing_autos::-webkit-scrollbar-thumb:hover {
    background: #747474;
}

.Packing_autos::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

.Packing_autos h3 {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: #000000;
}

.Packing_autos p {
    text-align: justify;
    font-size: 15px;
    color: #666666;
    padding: 10px 0;
}

.screen_pds {
    padding: 10px 0;
    padding-left: 100px;
}

.colse_btns3 {
    width: 17px;
    height: 17px;
    background: url(../images/colse_btns3.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    cursor: pointer;
}

.review_warps {
    position: relative;
}

.logged_Fix {
    width: 360px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.71);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
}

.logged_Fix .text {
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logged_Fix p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.logged_Fix p a {
    display: inline-block;
    width: 76px;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
    background: #f13036;
    text-align: center;
}

.logged_Fix p a:hover {
    background: #d32200;
    color: #fff;
}

.journey-swiper .swiper-container {
    padding: 10px 0;
}

.Result_texts.wd100 {
    width: 100%;
}

.Result_Imgsxt {
    overflow: hidden;
    width: 155px;
    height: 105px;
}

.Result_flrt {
    width: calc(100% - 180px);
}

.signal_sxitems {
    padding-bottom: 20px;
}

.signal_sxitems .items {
    width: 32%;
}

.foot-Img > img {
    width: 90px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; /*白色*/
    -webkit-text-fill-color: #323333; /*字体颜色*/
}

.fr {
    float: right;
}

.hidden {
    display: none;
}

.paging_netxs > b {
    border-radius: 10px;
    display: inline-block;
    line-height: 36px;
    width: 50px;
    margin: 0 3px;
    color: #fff;
    text-align: center;
    border: 1px solid #ef3421;
    background: #ef3421;
}

.c_advertise {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}


