/* 通用头部 */
.header{
    position: relative;
    min-width:1200px;
    width:100%;
    height:100px;
    background:#fff;
    box-shadow:0px 1px 5px 0px rgba(0,0,0,0.1);
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
}
.logo{
    height: 100px;
}
.logo a{
    display: block;
    height: 100%;
}
.logo a img {
    height: 70px;
    margin: 15px 0;
}
.header ul{
    height: 100px;
    position: relative;
}
.header ul li {
    position: relative;
    float: left;
    height:100px;
    text-align: center;
    padding: 0 24px;
}
.sub_item.active>a{
    color: #FF5F11;
}
.header ul li a{
    display: block;
    color:#222;
    line-height:100px;
}
.sub2{
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100px;
    width:100%;
    background:#fff;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);
}
.header .sub2 a{
    display: block;
    width:100%;
    height:34px;
    font-size:14px;
    line-height: 34px;
    text-align: center;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
}
.sub2 a:hover{
    background:#f4f4f4;
    color: #FF5F11;
    font-weight: 700;
}
.sub_item:hover .sub2{
    display: block;
}
.header ul li:hover>a{
    color: #FF5F11;
}
.header li i{
    font-weight: 200;
    vertical-align: top;
    margin-left: 10px;
}
.header .search{
    padding-right: 20px;
    vertical-align: middle;
}
.header .search a{
    float: left;
}
.header li.language_box{
    padding: 0;
}
.language{
    width: 24px;
    height: 20px;
    line-height: 20px !important;
    border: 1px solid #444;
    border-radius: 2px;
    text-align: center;
    float: left;
    margin: 40px 12px; 
    color: #444 !important;
    font-size: 12px;
    cursor: pointer;
}
.language:hover{
    border-color: #FF5F11;
    color: #FF5F11 !important;
}
.cancat_tel{
    line-height: 100px;
    font-weight: 500;
    color: #FF5F11;
    position: relative;
    font-size: 18px;
}
.cancat_tel i.icon-tel {
    font-size: 20px;
}
.cancat_tel i{
    margin: 0 5px 0 12px;
}
.cancat_tel::before{
    content: "";
    width: 1px;
    height: 25px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 38px;
}
.search_info{
    display: none;
    position: absolute;
    z-index: 999;
    top: 100px;
    left: 0;
    min-width: 1200px;
    width:100%;
    height:305px;
    background:#fff;
    box-shadow:0px 2px 6px 0px rgba(0,0,0,0.13);
}
.search_input{
    width: 600px;
    height: 48px;
    border: 1px solid #FF5F11;
    position: relative;
    top: 115px;
    left: 300px;
    padding: 0 30px 0 146px;
    font-size: 16px;
}
.search_link,
.search_text_link{
    width:120px;
    height:46px;
    border-right:1px solid #D7D7D7;
    position: relative;
    top: 68px;
    left: 300px;
    padding-left: 19px;
    line-height: 46px;
    cursor: pointer;
    text-align: center;
}
.search_link i,
.search_text_link i{
    vertical-align: top;
    margin-left: 10px;
}
.search_link_item,
.search_text_link_item{
    display: none;
    width: 120px;
    background-color: #fff;
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 99;
}
.search_link_item>p,
.search_text_link_item>p{
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.search_link_item>p:hover,
.search_text_link_item>p:hover{
    background-color: #f4f4f4;
    color: #FF5F11;
}
.search_btn{
    position: relative;
    width: 120px;
    height: 48px;
    background: #FF5F11;
    top: 21px;
    left: 899px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
    border: 1px solid #FF5F11;
}
.search_hotword{
    width:310px;
    height:22px;
    line-height:22px;
    position: relative;
    top: 40px;
    left: 420px;
}
.search_hotword a{
    color: #222;
}
.search_hotword a:hover{
    color: #FF5F11;
}
/* 通用底部 */
.footer{
    min-width:1200px;
    width:100%;
    height:504px;
    background-color: #F6F6F6;
	transform: translateY(0px);
}
.footer_bottom{
    height: 55px;
}
.footer_top{
    padding: 42px 0;
    border-bottom: 1px solid #EAEAEA;
    overflow: hidden;
}
.footer_right_box{
    height: 300px;
    overflow: hidden;
}
.footer_box_item{
    max-width: 150px;
    float: left;
    margin-right: 30px;
}
.footer_box_item:last-of-type{
    margin-right: 0;
}
.footer_box_item dt>a{
    display:block;
    font-size:18px;
    font-weight:500;
    line-height:25px;
    margin-bottom: 24px;
}
.footer_box_item dd>a {
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer_box_item dd>a{
    display:block;
    font-size:14px;
    line-height:17px;
    margin-bottom: 16px;
}
.footer_box_item a:hover{
    color: #444;
}
.footer_info_l{
    margin-right: 35px;
}
p.noindex.f_left {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
.noindex.footer_bottom {
	height: 40px;
}
.noindex.footer {
    height: 471px;
}
.logo_b{
    margin-bottom: 18px;
    margin-top: 10px;
}
.logo.f_left {
    margin-left: -65px;
}
.logo_b img{
    height: 40px;
}
.footer_info_l .erweima img{
    width: 150px;
    height: 150px;
}
.footer_info_r{
    min-width: 261px;
}
.footer_info_r .top i{
    font-size: 56px;
    color: #999;
    margin-right: 13px;
}
.footer_info_r .tel_title{
    color: #444;
    font-size: 14px;
    line-height: 20px;
}
.footer_info_r .tel{
    font-size: 24px;
    line-height: 33px;
    color: #FF5F11;
    font-weight: 600;
}
.footer_info_r .info{
    margin-top: 17px;
    font-size: 14px;
    line-height: 28px;
    max-width: 430px;
    max-height: 104px;
    overflow: hidden;
    padding-left: 10px;
}
.footer_b{
    width: 25%;
    font-size:12px;
    font-weight:400;
    color:#999;
    line-height:30px;
    overflow: hidden;
    height: 120px;
}
.westarcloud img {
    width: 22px;
    height: 22px;
    vertical-align: top;
}
.westarcloud,
.westarcloud:hover{
    margin: 16px 0;
    font-size: 12px;
    color: #999;
    line-height: 23px;
}
/* 右侧固定栏 */
.contact{
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -156px;
    z-index: 99;
}
.contact>a{
    display: block;
    width: 88px;
    height: 65px;
    font-size: 14px;
    line-height: 20px;
    background-color: #EAEAEA;
    border-radius:4px 0px 0px 4px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 2px;
}
.contact>a.active{
    background-color: #FF5F11;
    color: #fff;
}
.contact>a>i{
    font-size: 22px;
    display: block;
    margin-bottom: 4px;
}
.contact .tell,
.contact .wechat{
    position: relative;
}
.contact .tell>div,
.contact .wechat>div{
    position: absolute;
    top: 0;
    left: -154px;
    width: 140px;
    height: 65px;
    background-color: #fff;
    border:1px solid #EAEAEA;
    border-radius:4px 4px 0px 0px;
    padding: 10px 0 0 10px;
    text-align: left;
    display: none;
}
.contact .wechat>div{
    padding: 6px 10px;
    top: -40px;
    height: 146px;
}
.contact .tell>div::before,
.contact .wechat>div::before{
    content: "";
    position: absolute;
    right: -10px;
    top: 22px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 9px solid #EAEAEA;
}
.contact .wechat>div::before{
    top: 60px;
}
.contact .tell>div::after,
.contact .wechat>div::after{
    content: "";
    position: absolute;
    right: -9px;
    top: 23px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 9px solid #fff;
}
.contact .wechat>div::after{
    top: 61px;
}
.contact .tell .title{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.contact .tell .tel{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #FF5F11;
}
.contact .wechat>div img{
    width: 118px;
}
.contact .wechat>div .title{
    font-size: 12px;
    line-height: 17px;
    color: #666;
    text-align: center;
}
.fh{
    width: 88px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.fh>i{
    font-size: 19px;
}
/* 首页轮播 */
.index_bannner{
    height: 680px;
}
.nav_indicators {
    position: absolute;
    bottom: 73px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 50000;
}
.nav_indicators ul li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 10px 6px;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
}
.nav_indicators ul li span{
    display: block;
    width: 6px;
    height: 6px;
    margin: 1px;
    border-radius: 50%;
    background-color: #999;
}
.nav_indicators ul li.active {
    position: static;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #FF5F11;
    margin: 9px 6px;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
}
.nav_indicators ul li.active span{
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FF5F11;
}
.slider_four_in_line .next_button,
.slider_four_in_line .prev_button {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 50;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    background-color: #FF5F11;
}
.slider_four_in_line .next_button{
    background:url("//m.vcertsoft.com/static/2020/images/right-arr.png") no-repeat center center;
    background-size: 100% 100%;
}
.slider_four_in_line .prev_button{
    background:url("//m.vcertsoft.com/static/2020/images/left-arr.png") no-repeat center center;
    background-size: 100% 100%;
}

.next_button:hover,
.prev_button:hover {
    opacity: 1 !important;
    background-color: transparent;
    transition: ease all 0.1s;
}
.next_button>i,
.prev_button>i{
    font-size: 55px;
    color: #999;
}
.next_button:hover i,
.prev_button:hover i {
    opacity: 1 !important;
    color: #FF5F11;
    transition: ease all 0.1s;
}
/* index_box1 */
.bj{
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.index_box1{
    background-image: url('https://pic.speedpacking.net/banner/index_bj1.png');
    height: 720px;
}
.index_box1_content{
    padding: 80px 0 80px 0;
}
.index_box1_content .box_left{
    width: 45.13%;
    overflow: hidden;
    padding-left: 6%;
}
.index_box1_content .box_left h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_box1_content .box_left .slogan{
    color: #999;
    font-size: 18px;
    max-height: 75px;
    overflow: hidden;
    line-height: 25px;
    font-weight: 300;
    margin: 8px 0 40px;
}
.index_box1_content .intro_num {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.index_box1_content .intro_num .list{
    float: left;
    margin-right: 7.69%;
}
.index_box1_content .intro_num .list:nth-child(3){
    margin-right: 0;
}
.intro_num .list .num{
    font-size: 100px;
    color: #FF5F11;
    line-height: 122px;
    font-family:Impact;
}
.intro_num .list .unit,
.intro_num .list p{
    color: #999;
    font-size: 18px;
    line-height: 25px;
}
.intro_num .list p{
    text-align: center;
    font-weight: 500;
    color: #444;
}
.index_box1_content .content{
    width: 100%;
    line-height: 36px;
    margin: 38px 0 40px;
    max-height: 220px;
    overflow: hidden;
}
.more{
    display: block;
    color: #FF5F11;
    line-height: 40px;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #FF5F11;
    text-align: center;
}
.h2_title>a.more:hover{
    background-color: #FF5F11;
    color: #fff;
}
.index_box1_content .box_right{
    position: relative;
    width: 45.61%;
    height: 494px;
    margin: 5px 0 0 3.25%;
}
.index_box1_content .box_right img{
    display: block;
    width: 87.57%;
    height: 444px;
    margin: 18px auto 32px;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
}
.index_box1_content .box_right>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 494px;
    background-size: contain;
    background-image: url('../images/index_pic_bj_orange.png');
}
/* index_box2 */
.index_box2{
    background-image: url('https://pic.speedpacking.net/banner/index_bj2.png');
    height: 620px;
}
.h2_title{
    color: #444;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 60px 0 0;
}
.h2_title>span{
    display: inline-block;
    margin: 22px 24px;
    background-color: #444;
    width: 20px;
    height: 1px;
    vertical-align: top;
}
.h2_title>a.more{
    position: absolute;
    right: 0;
    top: 72px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.04);
    color: #999;
    font-size: 14px;
    font-weight:400;
    border: none;
}
.h1_title{
    color: #444;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 60px 0 0;
}
.h1_title>span{
    display: inline-block;
    margin: 22px 24px;
    background-color: #444;
    width: 20px;
    height: 1px;
    vertical-align: top;
}
h1>a.more{
    position: absolute;
    right: 0;
    top: 72px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.04);
    color: #999;
    font-size: 14px;
    font-weight:400;
    border: none;
}
.index_box2 .product_box{
    margin-top: 30px;
    padding: 0 30px;
}
.index_box2 .product_box .list{
    float: left;
    width: 100%;/*27.77*/
    margin: 0 2.08%;
}
.slider_four_in_line .product_box .list{
    width: 100% !important;
}
.product_box .list .img_box{
    display: block;
    width: 100%;
    height: 300px;
    background: transparent;
}
.product_box .list:hover .img_box{
    background: url('../images/product_bj_orange.png') center no-repeat;
    background-size: cover;
}
.product_box .txt_box{
    padding: 20px 10% 20px;
    text-align: center;
}
.product_box .txt_box .title{
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}
.product_box .txt_box .content{
    color: #444;
    line-height: 22px;
    margin: 8px auto 8px;
    height: 0px;
    overflow: hidden;
}
.product_box .txt_box .more{
    margin: 0 auto;
}
.product_box .list:hover .more{
    background-color: #FF5F11;
    color: #fff;
}
/* index_box3 */
.index_box3{
    background-image: url('https://pic.speedpacking.net/banner/index_bj3.png');
    height: 791px;
    color: #fff;
}
.index_box3 .content_box{
    padding: 90px 3.12% 80px;
    position: relative;
}
.index_box3 h2{
    color: #fff;
}
.index_box3 h2 span{
    background-color: #fff;
}
.index_box3 .content_box .img_box{
    width: 514px;
    height: 516px;
    margin: 0 auto;
    position: relative;
}
.index_box3 .content_box .img_box .more{
    position: absolute;
    bottom: 24px;
    left: 163px;
    background-color: #FF5F11;
    color: #fff;
}
.index_box3 .content_box .img_box .more:hover{
    background-color: #E64B00;
}
.index_box3 .content_box .txt_box{
    position: absolute;
    top: 156px;
    left: 3.4%;
    width: 350px;
    max-height: 200px;
    overflow: hidden;
}
.index_box3 .content_box .txt_box .title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 21px;
    padding-left: 52px;
}
.index_box3 .content_box .txt_box .title>span{
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #FF5F11;
    border-radius: 16px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    vertical-align: top;
}
.index_box3 .content_box .txt_box .content{
    max-height: 128px;
    line-height: 26px;
    padding-left: 52px;
    overflow: hidden;
}
.index_box3 .content_box .txt_box2{
    top: 390px;
}
.index_box3 .content_box .txt_box3{
    left: 70%;
}
.index_box3 .content_box .txt_box4{
    top: 390px;
    left: 70%;
}
.index_box4{
    background-image: url('https://pic.speedpacking.net/banner/index_bj4.png');
    height: 772px;
}
.index_box4 .intro{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
}
.index_box4 .content_box{
    padding: 8px 13.05% 60px;
}
.index_box4 .content_box .list{
    width: 25%;
    margin: 72px 0 0;
    float: left;
}
.index_box4 .content_box .list .icon_box{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    background:linear-gradient(180deg,rgba(255,107,35,1) 0%,rgba(255,95,17,1) 100%);
    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.1);
}
.index_box4 .content_box .list .icon_box i{
    color: #fff;
    font-size: 54px;
}
.index_box4 .content_box .list .hy{
    font-size: 18px;
    color: #222;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.more.big_btn{
    width: 188px;
    margin: 0 auto;
}
/* index_box5 */
.index_box5{
    height: 830px;
    padding: 120px 0;
    background-image: url('https://pic.speedpacking.net/banner/index_bj5_orange.jpg');
}
.index_box5 .box_l{
    float: left;
    width: 16.44%;
    height: 590px;
    color: #fff;
    font-weight: 600;
    padding: 89px 0;
    margin-right: 5.27%;
    margin-left: 3%;
}
.index_box5 .box_l .title{
    font-size: 38px;
    line-height: 59px;
    max-height: 118px;
    overflow: hidden;
}
.index_box5 .box_l .content{
    line-height: 40px;
    margin-top: 32px;
    max-height: 300px;
    overflow: hidden;
	font-size: 20px;
}
.index_box5 .box_r{
    float: left;
    width: 74.93%;
    height: 590px;
    background: url('../images/index_box5_bj2.png');
    padding: 89px 5.83% 100px 6.94%;
}
.index_box5 .box_r .list:nth-child(2n-1){
    margin-right: 8.98%;
}
.index_box5 .box_r .list{
    width: 43.57%;
    color: #444;
    float: left;
    height: 185px;
    margin-bottom: 60px;
}
.index_box5 .box_r .list>i{
    font-size: 42px;
    display: block;
    color: #FF5F11;
}
.index_box5 .box_r .list .title{
    padding: 12px 0 10px;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.index_box5 .box_r .list .title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FF5F11;
    width: 37px;
    height: 2px;
}
.index_box5 .box_r .list .content{
    font-size: 16px;
    line-height: 26px;
    max-height: 72px;
    overflow: hidden;
}
/* index_box6 */
.index_box6{
    height: 739px;
    background-image: url('../images/index_bj6.png');
}
.index_box6 .news_box{
    margin: 80px 3.81% 64px;
}
.pic_box{
    display: block;
    overflow: hidden;
}
.search_pic_box{
    display: block;
    overflow: hidden;
    position: relative;
}
.news_link .search_pic_box {
    float: left;
    width: 309px;
    height: 171px;
}
.news_box_r img{
    width: 99%;
    height: auto;
    max-width: 307px;
    max-height: 210px;
}
.pic_box img{
    width: 99%;
    height: auto;
}
.search_pic_box img{
    width: 90%;
    height: auto;
    position: absolute;
    /*transform: translateY(-25%);*/
}
.pic_box img:hover{
    transform: scale(1.1);
    -webkit-transform: ease all 0.5s;
    -moz-transform: ease all 0.5s;
    -ms-transform: ease all 0.5s;
    -o-transform: ease all 0.5s;
    transition: ease all 0.5s;
}
.news_box .news_box_l {
    width: 35.78%;
}
.news_box .news_box_l .pic_box{
    width: 100%;
    height: 268px;
    overflow: hidden;
}
.news_box .news_box_l .news_content{
    height: 126px;
    width: 100%;
}
.news_box .news_box_l .news_content .date{
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    padding: 16px 0 2px;
}
.news_box .news_content .title{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
    line-height: 24px;
    font-weight: 400;
}
.news_box  .news_content .txt_content{
    color: #999;
    margin-top: 11px;
}
.news_box .news_content .title:hover{
    color: #FF5F11;
}
.news_box .news_box_r{
    width: 59.32%;
    margin-left: 4.51%;
    height: 384px;
    overflow: hidden;
}
.news_box .news_box_r .list{
    padding: 26px 0;
    overflow: hidden;
    border-bottom: 1px solid #EAEAEA;
}
.news_box .news_box_r .list:first-of-type{
    padding-top: 2px;
}
.news_box .news_box_r .list .news_content{
    width: 79%;
}
.news_box .news_box_r .list .news_date{
    width: 70px;
    margin-right: 11px;
    margin-top: 25px;
    font-size: 24px;
    line-height: 33px;
    color: #999;
}
.news_box .news_box_r .list .news_date .year{
    font-size: 14px;
    line-height: 20px;
}
.news_box .news_box_r .list:hover .news_date{
    color: #FF5F11;
    font-weight: 500;
}
/* 面包屑 */
strong,
.crumb_wrap a,
.crumb_wrap span,
.crumb_wrap h1{
    display: inline-block;
    font-weight: 400;
    color: #AEAEAE;
    font-size: 14px;
    line-height: 17px;
}
.crumb_wrap span,
.crumb_wrap h1{
    color: #FF5F11;
}
.crumb_wrap{
    padding: 23px 0 20px;
    border-bottom: 1px solid  #666;
    white-space: nowrap;
    font-size: 14px;
    color: #AEAEAE;
}
.crumb_wrap a:hover{
    color: #FF5F11;
}
/* 搜索页 */
.search_main{
    background-color: #F8F8F8;
}
.search_text{
    position: relative;
}
.search_text>.w {
    height: 112px;
}
.search_text .search_text_input{
    margin: 0 auto;
    top: 0;  
}
.search_text_link {
    top: -47px;
}
.search_text_btn{
    top: -94px;
}
.search_result_box{
    background-color: #fff;
}
.serach_tab{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 32px 0 8px;
    border-bottom: 1px solid #eaeaea;
}
.serach_tab_item {
    float: left;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    background-color: #eaeaea;
    text-align: center;
    line-height: 40px;
    margin: 0 12px 24px;
    font-size: 18px;
    cursor: pointer;
}
.serach_tab_item a{
    display:block;
    white-space: nowrap;
}
.serach_tab_item.active,
.serach_tab_item:hover{
    background-color: #FF5F11;
    border-radius: 20px;
}
.serach_tab_item:hover a,
.serach_tab_item.active a{
    color: #fff;
}
.result_box .count,
em.s-key{
    color: #FF5F11;
}
/* 搜索无结果 */
.no_result{
    padding-bottom: 254px;
    /* display: none; */
}
.no_result h2.index{
    width: 367px;
    color: #FF5F11;
    padding: 95px 0 0;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no_result_content{
    width: 367px;
    margin: 24px auto 40px;
    line-height: 32px;
}
a.online_consult{
    display: block;
    width: 144px;
    height: 48px;
    background-color: #FF5F11;
    border-radius: 4px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin-left: 420px;
}
a.online_consult:hover{
    background-color: #E64B00;
}
.result_sum{
    padding: 24px 0;
}
.padding_sum{
    padding: 24px 150px;
}
.result_box .news_link_box{
    padding-top: 0;
}
.product_result,
.zt_result,
.faq_result {
    padding-bottom: 20px;
}
.product_result .product_link_box {
    padding-bottom: 16px;
}
.product_result .product_link_box li:nth-child(4n - 3){
    margin-left: 0;
}
.zt_result .case_box a:nth-child(4n){
    margin-right: 0;
}
.zt_result .case_box a:nth-child(3n){
    margin-right: 24px;
}
.faq_result{
    width: 895px;
    margin:  0 auto;
}
/* 图片视频中心 */

.video_banner{
    background-image: url('https://pic.speedpacking.net/banner/video-banner.jpg');
}
.videocontent {
    width: 1200px;
    margin: 0 auto;
}
.galleryHead-title {
    line-height: 52px;
    font-size: 24px;
    color: #333;
    text-align: center;
}
.video-detail .galleryHead-info {
    margin-top: 16px;
}
.galleryHead-info {
    font-size: 14px;
    color: #555;
    text-align: center;
    margin-top: 14px;
}
.galleryHead-title h1 {
    font-size: 24px;
    color: #222;
}
.galleryHead-info span {
    color: #999;
    padding-left: 38px;
}
.videoDetail-left {
    width: 890px;
    float: left;
}
.videoDetail-right {
    background: #f8f8f8;
    height: 500px;
    width: 310px;
    float: left;
    padding: 14px 10px 14px 20px;
}
.videoDetail {
    margin-top: 28px;
}
.videoDetail-cate {
    font-size: 24px;
    color: #222;
    line-height: 1;
    padding-top: 28px;
    padding-left: 28px;
    position: relative;
}

.videoDetail-cate::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 5px;
    height: 18px;
    background-color: #FF5F11;
}
.videoDetail-pag {
    margin-top: 28px;
    height: 384px;
    overflow: hidden;
}
.videoPag-cont {
    width: 128px;
    margin-left: 16px;
    float: left;
}
.videoPag-img {
    width: 114px;
    height: 64px;
    border-radius: 4px;
    float: left;
    position: relative;
}
.videoPag-img img {
    width: 114px;
    height: 64px;
    border-radius: 4px;
}
.videoTime {
    position: absolute;
    padding: 0 3px;
    height: 15px;
    background: rgba(34,34,34,0.7);
    border-radius: 4px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    right: 4px;
    bottom: 4px;
}
.videoPag-title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.videoPag-title a {
    color: #555;
}
.videoPag-title a:hover {
    color: #FF5F11;
}
.videoPag-bott {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    line-height: 1;
}
.videoPag-main {
    margin-top: 16px;
}
.gall-foot {
    margin-top: 30px;
    border-top: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #999;
}
.gallFoot-cl {
    font-size: 14px;
    color: #999;
}
.gallFoottag {
    padding-top: 20px;
}
.gallFoot-cl span, .gallFoottag span{
    font-weight: 700;
    padding-right: 10px;
    font-size: 16px;
}


/* 产品中心 */
.product_banner{
    background-image: url('https://pic.speedpacking.net/banner/product_banner.jpg');
}

.top_banner{
    height: 440px;
    position: relative;
}
.top_banner .title {
    position: absolute;
    color: #fff;
    font-size: 32px;
    line-height: 45px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -24px;
    min-width: 600px;
    text-align: center;
}
.top_banner .title span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 19px 13px;
    vertical-align: top;
}
.top_banner .title h1{
    display: inline-block;
    font-size: 32px;
    line-height: 45px;
    font-weight: normal;
}
.product_big_box .product_box{
    padding: 80px 0 56px;
}
.product_big_box .product_box:first-of-type{
    padding-top: 60px;
}
.product_big_box .product_box:nth-child(2n - 1){
    background-color: #F8F8F8;
}
.product_big_box .product_box .product_box_left{
    background-image: url('../images/product_fl_bj_orange.png');
    width: 542px;
    height: 752px;
    padding:60px 10px 80px;
    float: left;
}
.product_big_box .product_box_left .title{
    color: #444;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    width: 360px;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.product_big_box .product_box_left a.more{
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    margin: 10px auto 24px;
}
.product_big_box .product_box_left .img_box{
    width: 488px;
    height: 372px;
    margin: auto;
    position: relative;
}
.product_big_box .product_box_left .img_box img{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
.product_big_box .product_box_left .intro{
    width: 371px;
    height: 72px;
    overflow: hidden;
    margin: 32px auto 0;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    text-align: center;
}
.product_big_box .product_box_right{
    margin-left: 46px;
    float: left;
    width: 612px;
    height: 752px;
    overflow: hidden;
}
.product_link_box li{
    border: 1px solid #EAEAEA;
    width: 282px;
    float: left;
    margin: 0 0 24px 24px;
}
.product_link_box li:hover{
    border-color: #FF5F11;
}
.product_link_box .pic_box{
    width: 280px;
    height: 280px;
    overflow: hidden;
}
.pro_content {
    padding: 18px 24px 24px;
    color: #444;
    text-align: center;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_content .pro_title{
    line-height: 22px;
    font-weight: 500;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    text-align: center;
}
.related.pro_content {
    height: 150px;
}
.pro_content .pro_title:hover{
    color: #FF5F11;
}
.pro_content .pro_con{
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0 16px;
    white-space: nowrap;
    overflow: hidden;
}
.pro_content .btn{
    overflow: hidden;
}
.pro_content .btn>a{
    display: block;
    float: left;
    width: 103px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #FF5F11;
    color: #FF5F11;
}
.pro_content .btn>a:first-of-type{
    margin-right: 21px;
}
.pro_content .btn>a:hover{
    background-color: #FF5F11;
    color: #fff;
}
/* 留言 */
.message{
    height: 673px;
    padding: 128px 0 89px;
    background-image: url('https://pic.speedpacking.net/banner/message_bj_orange.png');
    text-align: center;
}
.wchat_service{
    font-size: 14px;
    line-height: 24px;
    margin-top: 9px;
    position: relative;
    width: 300px;
    margin: 10px auto;
}
.wchat_service a{
    display: inline-block;
    width: 86px;
    height: 24px;
    line-height: 22px;
    border-radius: 12px;
    border: 1px solid #FF5F11;
    color: #FF5F11;
    margin-left: 8px;
    font-size: 12px;
}
.wchat_service a>i{
    margin-right: 5px;
    vertical-align: top;
}
.wchat_service a:hover{
    background-color: #FF5F11;
    color: #fff;
}
.wechat_erweima{
    /*display: none;*/
    position: absolute;
    top: -172px;
    right: -20px;
    background-color: #fff;
    width: 143px;
    padding: 8px 8px 3px;
    font-size: 12px;
    color: #444;
    line-height: 17px;
    border:1px solid #EAEAEA;
}
.wechat_erweima img{
    width: 127px;
    height: 127px;
}
.wechat_erweima>div{
    margin-bottom: 2px;
}
.wechat_erweima::before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -9px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #EAEAEA;
}
.wechat_erweima::after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #fff;
}
.message form{
    width: 800px;
    margin: 0 auto;
}
.message form p input{
    width: 386px;
    height: 40px;
}
.message form textarea{
    width: 800px;
    height: 110px;
    vertical-align: middle;
}
.message form p{
    position: relative;
    margin-top: 24px;
}
.message .input_box p{
    width: 386px;
    float: left;
}
.message .input_box p:first-of-type{
    margin-right: 28px;
}
.message form p span{
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 14px;
    color: #444;
    line-height: 20px;
}
.message form p textarea,
.message form p input{
    border: 1px solid #EAEAEA;
    padding: 9px 12px 9px 52px;
    line-height: 20px;
}
form textarea:focus,
form input:focus{
    border-color: #FF5F11 !important;
}
form .tj_btn{
    display: block;
    width: 188px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    background-color: #FF5F11;
    color: #fff;
    line-height: 40px;
    margin: 32px auto 0;
    cursor: pointer;
}
form .tj_btn:hover{
    background-color: #E64B00;
}
.message form span.n-msg {
    width: 300px;
    text-align: left;
    color: red;
    left: 28px;
    top: 21px;
}
/* 页码样式 */
.u-paging {
    height: 40px;
    margin: 0 auto 40px;
    text-align: center;
    margin-top: 42px;
    clear: both;
}
.u-paging .current {
    background: #FF5F11;
    color: #fff;
}
.u-paging li  {
    list-style:none;
    background-color: #eaeaea;
    color: #949494;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 5px 10px;
    vertical-align: middle;
    margin: 0 5px 10px -1px;
    border-radius: 4px;
}
.u-paging li.active {
    background: #FF5F11;
    color: #fff;
}
span.pageinfo {
    color: #666;
}
.u-paging li.active a {
    color: #fff;
}
.pageinfo strong {
    font-size: 16px;
    color: #666;
}
.u-paging a:last-of-type{
    margin-right: 0;
}
.u-paging .prev{
    background: url("../images/pc_left_prev.png") no-repeat center center;
    vertical-align: middle;
}
.u-paging .next{
    background: url("../images/pc_right_next.png") no-repeat center center;
    vertical-align: middle;
}
.news_page{
    margin: 0 auto 40px;
}
.news_page ul{
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    width: 490px;
}
.news_page li.pre,
.news_page li.next{
    background-color: transparent;
}
.news_page li {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
.news_page li:last-of-type{
    margin-right: 0;
}
.news_page li .gd{
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}
.news_page li.active{
    background-color: #FF5F11;
}
.news_page li.active a{
    color: #fff;
}
.pre i,
.next i{
    display: block;
    font-size: 16px;
    color: #000;
    margin: 0 auto;
}
/* 产品列表 */
.link_box{
    padding: 60px 0 20px;
}
.link_box_l{
    float: left;
    width:265px;
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
    border-radius:8px;
    background-color: #fff;
    margin-bottom: 40px;
}
.link_box_l_top{
    width: 265px;
    height: 95px;
    line-height: 95px;
    color: #fff;
    text-align: center;
    background-image: url('../images/left_box_bj_orange.png');
}
.link_box_l_content{
    padding: 12px 0;
}
.link_box_l_content .title{
    display: block;
    position: relative;
    width: 265px;
    line-height: 22px;
    padding: 12px 32px 12px 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.link_box_l_content a.active.title {
    color: #ff5f11;
    font-weight: 700;
}
.link_box_l_content .title>i{
    color: #ccc;
    position: absolute;
    right: 16px;
    top: 12px;
}
.link_box_l_content a{
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}
.link_box_l_content a:last-of-type{
    border-bottom: none;
}
.link_box_l_content .title2{
    display: none;
    padding: 8px 0;
    border-top: 1px solid #EAEAEA;
}
.link_box_l_content .title2 a{
    display: block;
    padding: 0 16px 0 52px;
    font-size: 14px;
    line-height: 36px;
}
.link_box_l_content .title2 a.active,
.link_box_l_content .title:hover,
.link_box_l_content a.active .title{
    color: #FF5F11;
    font-weight: 500;
}
.link_box_l_content a.active .title{
    padding-left: 50px;
}
.link_box_l_content a.active .title2{
    display: block;
}
.link_box_l_content a.active::before{
    content: "";
    border: 2px solid #FF5F11;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 18px;
    left: 25px;
}

.link_box_l_content .title2 a:hover,
.link_box_l_content .title:hover>i,
.link_box_l_content a.active .title>i{
    color: #FF5F11;
}
.link_box_r{
    width: 894px;
    margin-left: 40px;
    float: left;
}
.link_box_right{
    width: 894px;
    margin-left: 40px;
    float: right;
}
.link_box_r .product_link_box{
    padding-bottom: 10px;
}
.link_box_r .product_link_box li{
    margin-bottom: 30px;
}
.link_box_r .product_link_box li:nth-child(3n-2){
    margin-left: 0;
}
/* 产品详情 */
.detail_page{
    border-bottom: none;
    padding: 23px 0 30px;
}
.product_detail{
    padding-bottom: 40px;
}
.left_banner_box{
    width: 400px;
    height: 400px;
    float: left;
    padding-top: 50px;
}
.left_banner_box img{
    max-width: 400px;
    max-height: 400px;
    float: left;
}

.left_banner_box .next_button>i, 
.left_banner_box .prev_button>i {
    font-size: 32px;
}
.right_info_box{
    float: left;
    width: 800px;
    padding: 50px 0 0 50px;
}
.right_info_box,
.right_info_box p{
    font-size: 14px;
    line-height: 28px;
    color: #444;
}
.right_info_box h1,
.news_detail_box h1{
    font-size: 24px;
    line-height: 33px;
    color: #222;
    font-weight: 500;
    padding-bottom: 24px;
    border-bottom: 2px dashed #EAEAEA;
}
.news_detail_box h1{
    border-bottom: none;
    padding-bottom: 0;
}
.right_info_box .intro{
    margin: 10px 0 10px;
    word-break: break-all;
}
.right_info_box div>span{
    color: #222;
    font-weight: 600;
}
.right_info_box .range{
    margin: 10px 0 20px;
}
.right_info_box .btn a{
    display: block;
    float: left;
    padding: 0 32px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FF5F11;
    color: #FF5F11;
    margin: 0 24px 24px 0;
}
.right_info_box .btn a:first-of-type,
.right_info_box .btn a:hover{
    color: #fff;
    background-color: #FF5F11;
}
.right_info_box .btn a:first-of-type:hover{
    background-color: #E64B00;
    border-color: #E64B00;
}
.product_tab{
    height: 60px;
    background-color: #fff;
    width: 100%;
    box-shadow:0px 2px 6px 0px rgba(0,0,0,0.07);
    z-index: 100;
}
.product_tab .w{
    height: 60px;
    overflow: hidden;
}
.product_tab.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.product_tab a{
    display: block;
    float: left;
    position: relative;
    line-height: 60px;
    padding: 0 150px;
}
.product_tab a::before{
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #EAEAEA;
    width: 1px;
    height: 20px;
}
.product_tab a:last-of-type::before{
    display: none;
}
.product_tab a.active{
    color: #FF5F11;
    border-top: 3px #ff5f11 solid;
}
.nav-item{cursor:pointer}
.product_detail_box .title{
   padding: 60px 0 40px;
   font-size: 24px;
   color: #444;
   font-weight: 600;
   line-height: 33px;
}
.product_detail_box .title>span{
    display: block;
    width: 4px;
    height: 33px;
    float: left;
    margin-right: 10px;
    background-color: #FF5F11;
}
.product_detail_box .content{
    line-height: 32px;
    color: #444;
    text-align: center;
}
.product_detail_box .content img{
    margin: 0 auto;
    max-width: 100%;
}
/*.product_detail_box .content table {*/
/*    border: 0 !important;*/
/*    width: 100% !important;*/
/*}*/
/*.product_detail_box .content table td{*/
/*    font-size: 18px;*/
/*    color: #444;*/
/*    text-align: left;*/
/*    line-height: 25px;*/
/*    padding-left: 17px;*/
/*    min-width: 160px;*/
/*    border: 0 !important;*/
/*}*/
/*.product_detail_box .content table tr:first-of-type td{*/
/*    position: relative;*/
/*    font-weight: 500;*/
/*    height: 50px;*/
/*    vertical-align: top;*/
/*}*/
/*.product_detail_box .content table tr:first-of-type td::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 0;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    background-color: #444;*/
/*}*/
/* 详情页标签 */
.label_box {
    padding: 15px 0 15px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    height: 60px;
}
.label_box span {
    display: block;
    float: left;
    margin-right: 2px;
    
}
.label_box a {
    max-width: 180px;
    overflow: hidden;
    float: left;
    font-size: 12px;
    text-align: center;
    color: rgb(255, 150, 0);
    margin-right: 10px;
    height: 32px;
    line-height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 150, 0);
    border-image: initial;
    padding: 4px 10px;
    border-radius: 2px;
    transition: all 0.36s ease 0s;
    margin-bottom: 16px;
}
.label_box a:hover{
    background-color: #FF5F11;
    color: #fff;
}
.product_detail_box .label_box{
    /*padding: 62px 0 70px;*/
    margin: 12px 0 10px;
}
.proSupportCon {
    width: 100%;
    position: relative;
    padding-left: 40px;
}
.proSupportCon a {
    width: 193px;
	transition: all .4s;
}
.proSupport1 {
    background-position: 44px 42px !important;
}
.proSupport1 {
    float: left;
    height: 246px;
    background: #f8f8f8 url(https://pic.speedpacking.net/banner/product_support.png) no-repeat 74px 42px;
    position: relative;
    cursor: pointer;
    color: #222222;
    font-size: 18px;
}
.proSupport3, .proSupport2, .proSupport4 {
    margin-left: 20px;
}
.proSupport2 {
    background-position: -258px 42px !important;
}
.proSupport2 {
    float: left;
    height: 246px;
    background: #f8f8f8 url(https://pic.speedpacking.net/banner/product_support.png) no-repeat -232px 42px;
    position: relative;
    cursor: pointer;
    color: #222222;
    font-size: 18px;
}
.proSupportCon span {
    font-size: 16px;
    line-height: 22px;
    width: 140px;
    left: 26px;
    position: absolute;
    top: 160px;
    text-align: center;
}
.proSupport3 {
    background-position: -566px 42px !important;
}
.proSupport3 {
    float: left;
    height: 246px;
    background: #f8f8f8 url(https://pic.speedpacking.net/banner/product_support.png) no-repeat -536px 42px;
    position: relative;
    cursor: pointer;
    color: #222222;
    font-size: 18px;
}
.proSupport4 {
    width: 193px;
    background-position: -874px 42px !important;
}
.proSupport4 {
    float: left;
    height: 246px;
    background: #f8f8f8 url(https://pic.speedpacking.net/banner/product_support.png) no-repeat -843px 42px;
    position: relative;
    cursor: pointer;
    color: #222222;
    font-size: 18px;
    transition: all .4s;
}
.proSupport4 div {
    width: 193px;
    top: 188px;
}
.proSupport4 div {
    position: absolute;
    line-height: 1;
    text-align: center;
    left: 0;
    color: #c0c0c0;
    font-size: 14px;
}
/* 相关推荐 */
.about_more_box{
    padding: 0 0 20px;
}
.about_more_box h3.about{
    font-weight: 400;
    padding-bottom: 32px;
}
.about_more_box h3.about>a{
    float: right;
    font-size: 14px;
    color: #999;
}
.about_more_box h3.about>a:hover{
    color: #FF5F11;
}
.about_product{
    padding-bottom: 16px;
}
.about_product .product_link_box li:nth-child(4n - 3){
    margin-left: 0;
}
.about_txt{
    padding-bottom: 20px;
}
.txt_box .list{
    display: block;
    float: left;
    padding: 0 24px 0 0;
    margin: 0 24px 20px 0;
    width: 588px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #EAEAEA;
}
.txt_box .list:nth-child(2n){
    margin-right: 0;
}
.txt_box .list .title>span{
    display: block;
    float: left;
    width: 2px;
    height: 14px;
    margin-right: 10px;
    background-color: #999;
    margin-top: 28px;
}
.txt_box .list .title{
    display: block;
    float: left;
    width: 80%;
    color: #444;
    padding-left: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt_box .list .date{
    float: right;
    color: #999;
}
.txt_box .list:hover{
    border-color: #FF5F11;
}
.txt_box .list:hover .title span{
    background-color: #FF5F11;
}
.txt_box .list:hover .title{
    color: #FF5F11;
    font-weight: 500;
}
.about_download .list .title{
    width: 90%;
}
.about_download .list:hover .date{
    color: #FF5F11;
}
.photo_box .pic_box{
    width: 384px;
    height: 256px;
    overflow: hidden;
}
.photo_box a{
    width: 384px;
    height: 326px;
    position: relative;
    margin-right: 24px;
    margin-bottom: 40px;
    float: left;
    color: #444;
    overflow: hidden;
}
.photo_box a>div{
    display: block;
    text-align: center;
    background-color: #fff;
    width: 384px;
    height: 312px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
}
.photo_box a:nth-child(3n){
    margin-right: 0;
}
.photo_box a:hover .title{
    color: #FF5F11;
    font-weight: 600;
}
.photo_box a:hover .pic_box img{
    transform: scale(1.1);
    -webkit-transform: ease all 0.5s;
    -moz-transform: ease all 0.5s;
    -ms-transform: ease all 0.5s;
    -o-transform: ease all 0.5s;
    transition: ease all 0.5s;
}
.photo_box .title{
    height: 56px;
    line-height: 56px;
    padding: 0 30px;
}
.photo_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 384px;
    height: 16px;
}
.about_news{
    width: 1201px;
    padding-bottom: 20px;
}
.about_news>a{
    display: block;
    float: left;
    width: 387px;
    height: 159px;
    margin: 0 20px 20px 0;
    padding: 20px;
    border: 1px solid #EAEAEA;
    color: #999;
}
.about_news>a:nth-child(3n){
    margin-right: 0;
}
.about_news>a .date{
    font-size: 24px;
    line-height: 33px;
    font-weight: 300;
}
.about_news>a .title{
    color: #222;
    line-height: 22px;
    margin: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about_news>a:hover{
    background-color: #FF5F11;
    color: #fff;
}
.about_news>a:hover .title{
    color: #fff;
    font-weight: 600;
}
.about_parts .case_box a:nth-child(3n){
    margin-right: 24px;
}
.about_parts .case_box a:nth-child(4n){
    margin-right: 0;
}
/* 右侧产品栏 */
.product_xf{
    display: none;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    margin-top: -234px;
    padding: 24px 23px 8px 24px;
    width: 247px;
    border:1px solid #EAEAEA;
    box-shadow:0px 3px 7px 0px rgba(0,0,0,0.11);
}
.product_xf img{
    width: 200px;
    height: 200px;
}
.product_xf .title{
    font-size: 18px;
    color: #333;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 16px 0 8px;
    max-height: 100px;
}
.product_xf .content{
    font-size: 14px;
    line-height: 28px;
    color: #444;
    margin-bottom: 24px;
}
.product_xf .btn a{
    display: block;
    width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: #FF5F11;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 16px;
}
.product_xf .btn a:hover{
    background-color: #E64B00;
}
/* 新闻中心 */
.news_banner{
    background-image: url('https://pic.speedpacking.net/banner/news_banner.jpg');
}
.news_box_list:nth-child(2n){
    background-color: #F8F8F8;
}
.news_big_box .news_box{
    padding: 60px 0;
}
.news_big_box .news_box .news_box_r{
    width: 659px;
}
.news_big_box .news_box .news_box_r .list .news_content{
    width: 542px;
}
.news_box_list .news_box2 .list{
    float: left;
    width: 588px;
    height: 201px;
    background-color: #fff;
    margin: 0 24px 24px 0;
}
.news_box_list .news_box2 .list:nth-child(2n){
    margin-right: 0;
}
.news_box_list .news_box2 .pic_box{
    width: 282px;
    height: 201px;
    float: left;
}
.news_box_list .news_box2 .content_box{
    float: left;
    width: 306px;
    padding: 15px 10px 16px 24px;
}
.news_box_list .news_box2 .content_box .title{
    color: #333;
    display: block;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.news_box_list .news_box2 .content_box .title:hover{
    color: #FF5F11;
    font-weight: 500;
}
.news_box_list .news_box2 .content_box .date{
    font-size: 12px;
    line-height: 17px;
    color: #999;
    margin: 8px 0 6px;
}
.news_box_list .news_box2 .content_box .intro{
    font-size: 15px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    margin-bottom: 18px;
}
.news_box_list .news_box2 .content_box .get_more{
    font-size: 12px;
    line-height: 17px;
}
.news_box_list .news_box2 .content_box .get_more:hover{
    color: #FF5F11;
}
.news_box_list .zt_box{
    padding: 60px 0 40px;
}
.zt_box a{
    height: auto;
}
/* 新闻列表 */
.link_tab{
    height: 68px;
    border-bottom: 1px solid #EAEAEA;
}
.link_tab ul{
    display: flex;
    justify-content: center;
}
.link_tab li{
    float: left;
    margin: 0 35px;
}
.link_tab li a{
    display: block;
    padding: 0 6px;
    line-height: 68px;
    color: #999;
}
.link_tab li.active a,
.link_tab li a:hover{
    font-weight: 500;
    color: #FF5F11;
    border-bottom: 2px solid #FF5F11;
}
.news_link_box{
    padding: 60px 0 0px;
}
.news_link{
    padding-bottom: 40px;
}
.news_link.news_box_r {
    margin-left: 0;
    width: 1200px;
    height: auto;
    overflow: visible;
}
.news_link.news_box_r .list{
    padding: 32px;
    overflow: hidden;
    border-bottom: 1px solid #EAEAEA;
}
.news_link .list:hover{
    box-shadow:3px 3px 10px 3px rgba(0,0,0,0.11);
}
.news_link .pic_box{
    float: left;
    width: 309px;
    height: 171px;
}
.news_link.news_box_r .news_content{
    width: 685px !important;
    border-right: 1px solid #EAEAEA;
    margin: 38px 31px 37px 30px;
    padding-right: 64px;
}
.news_link.news_box_r .news_content .title{
    font-weight: 500;
}
.news_link.news_box_r .news_content .txt_content{
    line-height: 28px;
    margin-top: 16px;
}
.news_link .news_date{
    padding: 60px 0 0;
}
.news_link.news_box_r .list:first-of-type {
    padding-top: 32px;
}
.news_link.news_box_r .list.no_pic .news_content{
    width: 1024px !important;
    margin: 38px 31px 37px 0;
}
/* 新闻详情 */
.news_detail_box{
    padding: 60px 0 0;
    border: 1px solid #EAEAEA;
}
.news_detail_box {
    text-align: center;
    margin-bottom: 40px;
}
.news_detail_box .detail_top{
    padding-bottom: 32px;
    margin: 0 150px;
    border-bottom: 1px solid #EAEAEA;
}
.news_detail_box .detail_top .detail_info{
    color: #A3A3A3;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    margin: 8px auto 32px;
    overflow: hidden;
}
.news_detail_box .detail_top .detail_info i{
    font-size: 16px;
    vertical-align: top;
    margin-right: 7px;
}
.news_detail_box .detail_top .detail_info>div:first-of-type{
    margin-right: 24px;
}
.news_detail_box .detail_top .abstract{
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    text-indent:28px;
    background-color: #eaeaea;
    padding: 20px;
}
.news_detail_box .detail_content{
    padding: 40px 150px 56px;
    text-align: left;
    font-size: 15px;
    color: #222;
    line-height: 32px;
}
.news_detail_box .detail_content p{
    font-size: 14px;
    color: #222;
}
.news_detail_box .detail_content img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.detail_content h2 {
    font-size: 18px;
}
.news_detail_box .label_box{
    padding: 0 48px 8px;
}
.detail_others{
    padding: 0 48px;
    border-top: 1px solid #EAEAEA;
}
.detail_others>div{
    width: 50%;
}
.detail_others>div a,
.detail_others>div span{
    display: block;
    text-align: left;
    color: #999;
    font-size: 14px;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail_others .detail_next a,
.detail_others .detail_next span{
    text-align: right;
}
.detail_others>div a:hover{
    color: #FF5F11;
}
/* 评论 */
.comment{
    padding-bottom: 20px;
}
.comment .mytitle{
    padding: 32px 0 16px;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
    font-weight: 400;
}
.comment h3.mytitle1{
    padding-top: 0;
}
.comment .mytitle>span{
    font-size: 14px;
    color: #999;
}
.comment .mytitle::before{
    content: "";
    width: 56px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FF5F11;
}
.comment .async3>p>input[type="text"],
.comment_content>textarea{ 
    border:1px solid #EAEAEA;
    background-color: transparent;
    padding: 7px 16px;
    color: #222;
    font-size: 16px;
    font-weight: 400;
}
.comment .async3>p>input[type="text"]{
    width: 268px;
    height:40px;
    margin: 24px  0 16px 24px;
}
.comment_content{
    position: relative;
}
.comment_content>textarea{
    width: 1021px;
    height: 88px;
    margin-left: 20px;
    vertical-align: top;
}
.comment_content>input[type="submit"]{
    position: absolute;
    width:120px;
    height:88px;
    background-color: #FF5F11;
    color: #fff;
    top: 0;
    left: 1077px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #FF5F11;
}
.comment_content_links>li{
    padding-top: 32px;
    border-bottom: 1px solid #EAEAEA;
}
.comment_content_links_top{
    margin-bottom: 15px;
}
.comment_content_links_top .user_name{
    font-size: 18px;
    font-weight:500;
    color: #222;
}
.comment_content_links .start_time{
    font-size: 14px;
    color: #999;
    margin-left: 16px;
}
.comment_content_links_content{
    font-size: 14px;
    color: #444;
    line-height: 28px;
}
.comment_revert_btn{
    padding: 16px 0;
    text-align: right;
}
.comment_revert_btn>a{
    color: #FF5F11;
    font-size: 14px;
}
.comment_content_revert{
    margin-top: 21px;
    background-color: #f2f2f2;
    border-radius:2px;
    padding: 24px;
    position: relative;
}
.comment_content_revert::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #f2f2f2;
    position: absolute;
    top: -14px;
    left: 28px;
}
.comment_content_revert_top>.user_name{
    font-size: 16px;
    font-weight:500;
    color: #444;
    margin-right: 24px;
}
.comment_content_revert_content{
    font-size: 14px;
    line-height:28px;
    margin-top: 7px; 
}
.comment_display{
    display: none;
}
.form-box.comment_verify{
  border-radius: 8px;
}
.comment_verify{
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -316px;
    width: 633px;
    height: 329px;
    text-align: center;
    color: #444;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}
.comment_verify form{
  border:none;
}
.comment_verify_title{
    width: 100%;
    height: 65px;
    font-weight: 400;
    line-height: 65px;
    color: #444;
    border-bottom: 1px solid #EAEAEA;
}
.close{
    position: absolute;
    top: 10px;
    right: 30px;
    color: #444;
    line-height: 45px;
    cursor: pointer;
}
.close>i{
    font-size: 18px;
}
.comment_verify_content{
    width:633px;
    padding: 40px 139px 40px 0;
    text-align: right;
}
.comment_verify_content input:nth-child(-n+1){
    padding: 9px 16px;
    margin-left: 6px;
}
.comment_verify_content input::-webkit-input-placeholder,
.comment_verify_content input:-moz-placeholder,
.comment_verify_content input::-moz-placeholder,
.comment_verify_content input:-ms-input-placeholder { 
    color: #D7D7D7;
} 
.comment_verify_content input[type="tel"],
.comment_verify_content input[type="text"]{
    width:266px;
    height:40px;
    border-radius:4px;
    border:1px solid #D7D7D7;
    margin-bottom: 24px;
}
.comment_verify_content input[type="text"]{
    width:147px;
}
.comment_verify_content .yz{
    display: inline-block;
    width: 101px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #FF5F11;
    color: #FF5F11;
    background-color: #fff;
    margin-left: 13px;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
}
.comment_verify_content p{
    position: relative;
}
.comment_verify_content span.n-msg {
    position: absolute;
    min-width: 120px;
    text-align: left;
    bottom: -4px;
    left: 246px;
    color: red;
}
.comment_verify_btn{
    margin-right: 45px;
    padding-top: 15px;
}
.comment_verify_btn>input{
    width:96px;
    height:40px;
    border-radius:4px;
    font-weight: 500;
    cursor: pointer;
    display: block;
    float: left;
}
.comment_verify_btn>input[type="submit"]{
    background:#FF5F11;
    color: #fff;
    border: none;
    margin-left: 200px;
    margin-right: 40px;
}
.comment_verify_btn>input[type="button"]{
    background-color:#999;
    color: #fff;
}
.wcs-success,
.fail{
    display: none;
    position: fixed;
    z-index: 10000;
    top: 45%;
    left: 50%;
    margin-top: -120px;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
}
.form-box .down_form  {
    border-top: 0;
    margin-top: 0;
}
.wsc-commit {
    padding-bottom: 40px;
}
.reply_form {
    margin-bottom: 24px;
    display: none;
}
/* 遮盖层 */
.layout {
    position: absolute;
    min-width: 1200px;
    background-color: rgba(0,0,0,.3);
    z-index: 101;
    width:100%;
}
/* 专题列表 */
.zt_banner{
    background-image: url('https://pic.speedpacking.net/banner/nzt_banner.jpg');
}
.zt_banner .title {
    display: none;
}
.case_box a{
    display: block;
    float: left;
    width: 282px;
    margin-right: 20px;
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #EAEAEA;
    overflow: hidden;
    background-color: #fff;
}
.case_box a:nth-child(3n){
    margin-right: 0;
}
.case_box .pic_box{
    width: 280px;
    height: auto;
}
.case_box a .title{
    height: 54px;
    line-height: 54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 0 22px;
    color: #444;
}
.case_box a:hover{
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.1);
}
.case_box a:hover .title{
    font-weight: 600;
    color: #FF5F11;
}
.case_box a:hover img{
    transform: scale(1.1);
    -webkit-transform: ease all 0.5s;
    -moz-transform: ease all 0.5s;
    -ms-transform: ease all 0.5s;
    -o-transform: ease all 0.5s;
    transition: ease all 0.5s;
}
/* 专题详情 */
.zt_banner img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.zt_banner .crumb_wrap{
    position: relative;
    z-index: 101;
    border-bottom: none;
}
.zt_banner .info{
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: 60px;
    z-index: 101;
    color: #fff;
    width: 500px;
}
.zt_banner .info h1{
    font-size: 50px;
    line-height: 50px;
    letter-spacing:10px;
    font-weight: 400;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    font-family:lianmengqiyilushuaizhengruiheiti-Regular,lianmengqiyilushuaizhengruiheiti;
}
.zt_banner .info .intro{
    font-size: 23px;
    line-height: 32px;
    letter-spacing:14px;
    margin-top: 34px;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
}
.zt_detail_box{
    text-align: center;
    padding: 85px 0 0;
}
.zt_detail_box .box1 .intro{
    width: 832px;
    line-height: 32px;
    color: #444;
    margin: 30px auto 48px;
}
.zt_detail_box .box1 .hy_img .list{
    float: left;
    width: 299px;
    overflow: hidden;
}
.zt_detail_box .box1 .hy_img .list .img_box{
    width: 299px;
    height: 302px;
}
.zt_detail_box .box1 .hy_img .list .title{
    line-height: 22px;
    padding: 16px 20px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zt_detail_box .box2{
    padding: 44px 0 60px;
    background-image: none;
    color: #444;
}
.zt_detail_box .box2 h2{
    color: #444;
}
.zt_detail_box .box2 .content_box{
    padding: 50px 0 0;
}
.zt_detail_box .box2 .content_box .txt_box{
    top: 115px;
    left: 5px;
    text-align: left;
}
.zt_detail_box .box2 .content_box .txt_box2{
    top: 325px;
}
.zt_detail_box .box2 .content_box .txt_box3{
    left: 870px;
}
.zt_detail_box .box2 .content_box .txt_box4{
    left: 870px;
    top: 325px;
}
.zt_detail_box .box3 .zt_product_box{
    padding-top: 54px;
}
.zt_detail_box .box3 .list{
    height: 404px;
}
.zt_detail_box .box3 .list_l{
    width: 266px;
    height: 362px;
    position: relative;
    float: left;
}
.zt_detail_box .box3 .list_l img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.zt_detail_box .box3 .list_l::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,95,17,0.8);
    z-index: 2;
}
.zt_detail_box .box3 .list_l .title{
    position: relative;
    z-index: 3;
    top: 130px;
    font-weight: 600;
    color: #fff;
}
.zt_detail_box .box3 .list_l a{
    position: relative;
    top: 148px;
    left: 74px;
    z-index: 3;
    display: block;
    width: 118px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 32px;
}
.zt_detail_box .box3 .list_l a:hover{
    background-color: #fff;
    color: #FF5F11;
}
.zt_detail_box .box3 .link_box_r{
    text-align: left;
    height: 390px;
    overflow: hidden;
}
/* 服务支持 */
.service_banner{
    background-image: url('https://pic.speedpacking.net/banner/service_banner.webp');
}
.service_box1{
    background-color: #f6f6f6;
}
.service_box1 .box{
    padding: 60px 0;
}
.service_box1 .box_l{
    float: left;
    width: 276px;
    height: 456px;
    position: relative;
    padding-top: 60px;
}
.service_box1 .box_l::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(255,95,17,0.8);
}
.service_box1 .box_l img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.service_box1 .box_l h3{
    position: absolute;
    top: 89px;
    left: 91px;
    z-index: 2;
    color: #fff;
    font-weight: 600;
}
.service_box1 h3::before{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 28px;
    width: 40px;
    height: 1px;
    background-color: #fff;
}
.service_box1 a{
    position: absolute;
    top: 330px;
    left: 49px;
    z-index: 2;
    color: #fff;
    border: 1px solid #fff;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.service_box1 .box_l>a:hover{
    background-color: #fff;
    color: #FF5F11;
}
.service_box1 .box_r{
    float: left;
    text-align: center;
    width: 924px;
}
.service_box1 .box_r .list{
    width: 308px;
    height: 228px;
    background-color: #fff;
    float: left;
}
.service_box1 .box_r h3{
    position: relative;
    color: #262626;
    text-align: center;
    padding: 46px 0 0;
}
.service_box1 .box_r h3::before{
    left: 50%;
    margin-left: -20px;
    background-color: #FF5F11;
}
.service_box1 .box_r .intro{
    color: #4D4D4D;
    line-height: 28px;
    margin: 11px 8px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service_box1 .box_r a{
    position: static;
    display: block;
    border-color: #FF5F11;
    color: #FF5F11;
    margin: 0 auto;
}
.service_box1 .box_r a:hover{
    background-color: #FF5F11;
    color: #fff;
}
.service_box1 .box_r img{
    width: 100%;
    height: 100%;
}
.service_box2 .box{
    padding: 52px 0 44px;
}
.service_box2 .box .list{
    width: 588px;
    height: 168px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.08);
    float: left;
    margin: 0 24px 24px 0;
    padding: 30px 32px 10px 39px;
}
.service_box2 .box .list:nth-child(2n){
    margin-right: 0;
}
.service_box2 .box .service_icon{
    position: relative;
    float: left;
    background-color: #FF5F11;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    line-height: 72px;
    margin-right: 52px;
    margin-top: 16px;
}
.service_box2 .box .service_icon::before{
    position: absolute;
    content: "";
    top: -11px;
    left: -11px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 1px solid #FF5F11;
    background-color: transparent;
}
.service_box2 .box .service_icon::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FF5F11;
}
.service_box2 .box .service_icon i{
    color: #fff;
    font-size: 40px;
}
.service_box2 .box .service_content{
    float: left;
    width: 365px;
}
.service_box2 .box .service_content .title{
    font-size: 18px;
    line-height: 25px;
    color: #FF5F11;
    margin-bottom: 8px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.service_box2 .box .service_content .content{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}
/* 配件中心 */
.parts_banner{
    background-image: url('https://pic.speedpacking.net/banner/parts_banner.png');
}
.parts_big_box .parts_box{
    padding: 60px 0 0;
}
.parts_big_box .parts_box a:nth-child(3n){
    margin-right: 24px;
}
.parts_big_box .parts_box a:nth-child(4n){
    margin-right: 0;
}
.parts_big_box>.w>a.more{
    width: 188px;
    margin: 0 auto 60px;
}
/* 配件详情 */
.parts_detail_box{
    padding: 0px 0 24px;
}
.parts_detail_box .right_info_box .content{
    height: 152px;
    margin-bottom: 40px;
    overflow: hidden;
    word-break: break-all;
}
/* 在线问答 */
.faq_banner{
    height: 363px;
    background-image: url('https://pic.speedpacking.net/banner/faq_banner.png');
}
.faq_banner input{
    position: absolute;
    top: 135px;
    left: 50%;
    margin-left: -360px;
    width: 601px;
    height: 48px;
    border: 1px solid #FF5F11;
    background-color: #fff;
    padding: 0 13px;
}
.question_search_btn{
    position: absolute;
    top: 135px;
    left: 50%;
    margin-left: 240px;
    width: 120px;
    height: 48px;
    background-color: #FF5F11;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    border:1px solid #FF5F11;
    cursor: pointer;
}
.faq_banner p{
    position: absolute;
    top: 207px;
    left: 50%;
    margin-left: -360px;
    width: 500px;
    line-height:22px;
}
.faq_banner p>span{
    color: #FF5F11;
}
.faq_banner p>span>i{
    margin-right: 10px;
    font-size: 20px;
}
.faq_banner p>a{
    color: #222;
    margin-right: 20px;
}
.faq_banner p>a:hover{
    color: #FF5F11;
}
.faq_box_list{
    padding: 60px 0 20px;
}
.faq_box_list .list_box{
    padding-bottom: 40px;
    overflow: hidden;
}
.faq_box_list .list_box>h3{
    font-weight: 400;
    position: relative;
    padding-left: 10px;
    padding-bottom: 30px;
}
.faq_box_list .list_box>h3::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 20px;
    background-color: #FF5F11;
}
.faq_box_list .list_box>h3>a{
    float: right;
    color: #999;
    line-height: 33px;
    font-size: 14px;
}
.faq_box_list .list_box .box a{
    display: block;
    float: left;
    width: 588px;
    height: 70px;
    margin: 2px 24px 0 0;
    background-color: #F6F6F6;
    padding-right: 24px;
    color: #444;
}
.faq_box_list .list_box .box a:nth-child(2n){
    margin-right: 0;
}
.faq_box_list .list_box .box a .title{
    display: block;
    float: left;
    position: relative;
    width: 80%;
    height: 100%;
    line-height: 70px;
    padding-left: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.faq_box_list .list_box .box a span{
    position: absolute;
    top: 32px;
    left: 24px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #444;
}
.faq_box_list .list_box .box a .date{
    line-height: 70px;
    float: right;
    color: #999;
}
.faq_box_list .list_box a:hover,
.faq_box_list .list_box .box a:hover .date{
    color: #FF5F11;
    font-weight: 400;
}
.faq_box_list .list_box .box a:hover{
    font-weight: 600;
}
.faq_box_list .list_box .box a:hover span{
    border-color: #FF5F11;
}
.faq_form {
    height: 673px;
    padding: 128px 0 0;
    background-image: url('https://pic.speedpacking.net/banner/message_bj_orange.png');
}
.faq_form  form{
    width: 849px;
    margin: 0 auto;
}
.faq_form_cont{
    margin: 0 auto;
}
.faq_form .h2_title{
    padding: 47px 0 32px;
    font-size: 24px !important;
}
.faq_form p{
    position: relative;
    font-size: 14px;
    color: #444;
    line-height: 20px;
}
.faq_form p span{
    position: absolute;
    display: block;
    top: 10px;
    left: 12px;
}
.faq_form span.n-msg {
    top: 18px !important;
    width: 145px;
    left: 25px;
}
.faq_form .textarea_p span.n-msg {
    top: 78px !important;
}
.faq_form p input{
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
}
.faq_form .input_box{
    margin-bottom: 16px;
}
.faq_form .input_box p{
    float: left;
    margin-right: 16px;
}
.faq_input_box1 input{
    width: 335px;
    padding: 0 12px 0 50px;
}
.faq_input_box1 input[name="code"]{
    padding-left: 64px;
}
.faq_input_box2 input{
    width: 686px;
    padding: 0 12px 0 65px;
}
.faq_input_box2 input[name='title']{
    padding-left: 80px;
}
.faq_input_box1 .send{
    width: 147px;
    height: 40px;
    border: 1px solid #FF5F11;
    color: #FF5F11;
    line-height: 40px;
    background-color: #fff;
    cursor: pointer;
    border-radius:4px;
    font-size: 16px;
    padding: 0;
}
.select_box{
    position: relative;
    width: 147px;
    height: 40px;
    float: left;
    color: #444;
    cursor: pointer;
}
.select_box span{
    position: absolute;
    display: block;
    right: 12px;
    top: 10px;
    z-index: 2;
}
.select_box span.n-msg {
    left: -100px;
}
.answer_form {
    margin-top: 30px;
}
.answer_form .title>i {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 12px;
    font-size: 14px;
}
.ul{
    display: none;
    text-align: center;
    border: 1px solid #eee;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    color: #444;
}
.ul li>a{
    display: block;
    height: 34px;
    line-height: 34px;
    border: 1px solid transparent;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.ul li>a:hover{
    border-radius: 3px;
    background-color: #f8f8f8;
    color: #FF5F11;
}
#selected{
    position: relative;
    width: 147px;
    height: 40px;
    border: 1px solid #eee;
    padding: 0 12px;
    font-size: 14px;
}
#content{
    margin-top: 10px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    max-width: 111px;
    text-overflow: ellipsis;
}
.faq_form .textarea_p textarea{
    width: 848px;
    height: 100px;
    border: 1px solid #eee;
    padding: 10px 12px 10px 80px;
}
/* 问答列表 */
.faq_link_box{
    padding-bottom: 16px;
}
.faq_link_box li{
    width: 895px;
    border: 1px solid #EAEAEA;
    padding: 24px 40px 24px 20px;
    margin-bottom: 24px;
}
.faq_link_box li:hover{
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.1);
    border-color: transparent;
}
.faq_icon{
    color: #FF5F11;
    margin-right: 8px;
}
.faq_link_box li .title{
    line-height: 24px;
    color: #999;
    font-size: 14px;
    overflow: hidden;
}
.faq_link_box li .title a{
    display: block;
    width: 85%;
    float: left;
    color: #222;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.faq_link_box li .title a:hover{
    color: #FF5F11;
    font-weight:500;
}
.faq_link_box li .txt_content{
    margin-top: 30px;
}
/* 问答详情 */

.faq_detail_box {
    width: 916px;
    margin-left: 28px;
    float: left;
    background: #f6f6f6;
}
.detail_top {
    border-radius: 4px;
}

.faq_detail_box .detail_top{
    margin-left: 28px;
    height: 54px;
}
.faq_detail_content{
    padding: 45px 150px 57px;
    text-align: left;
}
span.faq-content-before {
    color: #FF5F11;
    font-weight: 700;
}
.faq_detail_content .title{
    line-height: 24px;
    margin-bottom: 11px;
}
.faq_detail_content .title>i{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-color: #206BD0;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 12px;
    font-size: 14px;
}
.answer_form .title>i{
    background-color: #FF5F11;
}
.ask_box{
    padding-bottom: 40px;
}
.ask_box .content{
    font-size: 14px;
    color: #222;
    line-height: 32px;
}
.answer_form form{
    margin-top: 16px;
    color: #444;
    font-size: 16px;
}
.answer_form.fr {
    width: 916px;
}
.answer_form form input{
    width: 268px;
    height: 40px;
    border: 1px solid #D7D7D7;
    margin-bottom: 16px;
    margin-left: 16px;
    padding: 0 16px;
}
.answer_form form input#vdcode{
    width: 120px;
}
.answer_form form textarea{
    width: 850px;
    height: 200px;
    border: 1px solid #D7D7D7;
    margin: 0 0 0 16px;
    vertical-align: top;
    padding: 16px;
}
.textarea_title{
    display: inline-block;
    margin-top: 15px;
}
.answer_form form .send{
    width: 101px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FF5F11;
    color: #FF5F11;
    text-align: center;
    background-color: #fff;
    margin-left: 16px;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    vertical-align: top;
}
.answer_form form .btn{
    width: 128px;
    background-color: #FF5F11;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-left: 48px;
    cursor: pointer;
    margin-top: 16px;
    border: none;
}
.answer_form form .btn:hover{
    background-color: #E64B00;
}
.all_answer{
    padding: 40px 0 0 0;
}
.all_answer h3{
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    font-size: 18px;
}
.all_answer h3::before{
    content: "";
    width: 56px;
    height: 2px;
    background-color: #FF5F11;
    position: absolute;
    bottom: 0;
    left: 0;
}
.all_answer ul li{
    padding: 24px 0;
    border-bottom: 1px dashed #666;
}
.all_answer ul li .top>div{
    float: left;
    text-align: center;
    line-height: 25px;
}
.all_answer .top>div.name{
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-right: 10px;
}
.all_answer .top>div.bestanswer{
    font-size: 18px;
    color: #34B458;
    font-weight: 500;
    margin-right: 10px;
    font-weight: 700;
}
ul.answer_content_links li:last-child {
    border-bottom: none;
}
.all_answer .top>div.user_tag{
    font-size:12px;
    color: #FFDDAC;
    background-color: #5B5B5B;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    border-radius:2px;
    margin-top: 3px;
}
.all_answer .top>div.date{
    margin-left: 32px;
    color: #999;
    font-size: 14px;
}
.all_answer .top>div.state{
    width: 60px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #34B458;
    border-radius: 4px;
    background-color: #F5FFF8;
    font-size: 12px;
    color: #34B458;
    float: right;
}
.bottom_content{
    margin-top: 15px;
    font-size: 14px;
    line-height: 28px;
    color: #444;
}
.bottom_content strong {
    color: #666;
    font-weight: 700;
    font-size: 16px;
}
.answer11 span.msg-box.n-right{
    position: relative;
}
.answer11 span.n-msg {
    position: absolute;
    top: 30px;
    left: -250px;
    min-width: 120px;
    width: auto;
}
span.n-msg{
    color: red;
    font-size: 12px !important;
}
.answer11 span.msg-box.n-right[for="content"] .n-msg {
    top: 185px;
    left: -830px;
}
.faq_detail_form{
    width: 916px;
    margin-left: 28px;
    float: left;
}
.faq_detail_form .box{
    height: 68px;
    line-height: 68px;
    background-color: #F6F6F6;
    color: #444;
    padding: 0 0 0 48px;
}
.faq_detail_form .box a{
    color: #FF5F11;
    font-weight: 600;
}
.faq_detail_form .box i{
    padding: 0 24px;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-weight: 18px;
}
.faq_detail_form .faq_form{
    padding-top: 0;
    height: 458px;
    background-image: none;
    background-color: #fff;
    box-shadow:0px 2px 19px 0px rgba(0,0,0,0.07);
}
/* 资料下载 */
.download_banner{
    background-image: url('https://pic.speedpacking.net/banner/down.jpg');
}
.download_box{
    padding-bottom: 16px;
}
.download_box li{
    margin-bottom: 24px;
    padding: 24px 32px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #EAEAEA;
}
.download_box li a.title{
    display: block;
    width: 100%;
    color: #444;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.download_box li .content{
    overflow: hidden;
}
.download_box li .content>div{
    float: left;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #999;
}
.download_box li .content>div>span{
    color: #444;
}
.download_box li:hover{
    border-color: transparent;
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.1);
}
.download_box li a:hover{
    color: #FF5F11;
    font-weight: 500;
}
/* 下载详情 */
.download_detail_box{
    text-align: left;
}
.download_detail_box .detail_top{
    position: relative;
}
.download_detail_info{
    margin-top: 8px;
    line-height: 30px;
}
.download_detail_info>div{
    float: left;
    margin-right: 26px;
    color: #A3A3A3;
    font-size: 14px;
}
.download_detail_info>div>i{
    margin-right: 6px;
    font-size: 16px;
    color: #999;
    vertical-align: top;
}
.download_btn{
    display: block;
    position: absolute;
    bottom: 31px;
    right: 0;
    width: 160px;
    height: 48px;
    background-color: #FF5F11;
    color: #fff;
    line-height: 48px;
    text-align: center;
}
.download_btn:hover{
    background-color: #E64B00;
    color: #fff;
}
.download_detail_box .detail_content{
    padding: 32px 150px 64px;
    color: #222;
    line-height: 32px;
}
.download_title{
    font-weight: 500;
    font-size: 16px;
}
.download_content{
    font-size: 14px;
}
/* 身份验证 */
.id_verify{
    height: 258px;
    display: none;
}
.verify>.comment_verify_content{
    padding: 48px 0;
    text-align: center;
}
.verify>.comment_verify_content>.ts{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.verify>.comment_verify_content>.comment_verify_btn{
    margin-right: 0;
}
.id_verify>.comment_verify_content>.comment_verify_btn{
    margin-top: 17px;
}
.id_verify .comment_verify_btn>a{
    display: inline-block;
    width: 96px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}
.id_verify .comment_verify_btn>a:first-of-type{
    background: #FF5F11;
    color: #fff;
    border: none;
    margin-right: 40px;
}
.id_verify .comment_verify_btn>a:last-of-type{
    background-color: #fff;
    color:#FF5F11;
    border: 1px solid #FF5F11;
}
.yz_form p{
    position: relative;
}
.yz_form  span.n-msg {
    position: absolute;
    top: 35px;
    left: 245px;
    text-align: left;
}
/* 密码验证 */
.pwd_verify{
    /* display: none; */
}
.pwd_verify>.comment_verify_content{
    padding: 32px 0;
    text-align: center;
}
.pwd_verify .comment_verify_btn>input[type="submit"]{
    background:#FF5F11;
    color: #fff;
    width:160px;
}
.pwd_verify>.comment_verify_content>.ts>a{
    display: inline-block;
    width: 80px;
    height: 24px;
    font-size: 14px;
    color: #fff;
    background-color: #FF5F11;
    margin-left: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    vertical-align: top;
}
.pwd_verify .comment_verify_btn>input[type="submit"]{
    width:160px;
    margin-right:0;
}
.pwd_verify .pwd{
    margin: 32px 0;
    text-align: center;
    position: relative;
}
.pwd_verify .pwd>input{
    width: 266px;
    margin: 0;
    margin-left: 6px;
    border: 1px solid #d7d7d7;
    border-radius:4px;
}
.pwd_verify .pwd>input:focus {
    border-color: #FF5F11;
}
.pwd_verify .pwd>.ts_info{
    display: block;
    color: #F35B5A;
    font-size: 12px;
    margin-left: -88px;
    margin-top: 8px;
    position: absolute;
    top: 30px;
    left: 50%;
    line-height: 17px;
}
.pwd_verify .comment_verify_btn{
    padding: 0;
}
/* 关于企业 */
.about_banner{
    background-image: url('https://pic.speedpacking.net/banner/about_banner.jpg');
}
.about_box1{
    height: 721px;
    background-image: url('../images/about_bj1.png');
}
.about_box1 .index_box1_content .box_left{
    width: 626px;
    overflow: hidden;
}
.about_box1 .index_box1_content .box_right{
    width: 516px;
    margin: 5px 0 0 58px;
}
.about_box1 .box_right img{
    width: 466px;
    height: 466px;
}
.about_box1 .box_right .bj{
    width: 516px;
    height: 514px;
    background-image: url('../images/about_bj_orange.png');
}
.about_box2{
    height: 1550px;
    background-image: url('../images/about_bj2.png');
}
.about_box2 .product_box {
    margin-top: 60px;
    padding: 0;
}
.about_box2 .product_box .list{
    margin: 0;
    width: 400px;
}
.about_box3{
    height: 514px;
    background-image: url('../images/about_bj3.png');
}
.about_box3 .card_box{
    padding-top: 116px;
}
.about_box3 .card_links{
    float: left;
    width: 384px;
    height: 193px;
    padding: 56px 58px;
    background-color: #fff;
    position: relative;
    margin-right: 24px;
    text-align: center;
}
.about_box3 .card_links:last-child{
    margin-right: 0;
}
.about_box3 .card_links i{
    position: absolute;
    top: -36px;
    left: 50%;
    margin-left: -36px;
    width: 72px;
    height: 72px;
    font-size: 46px;
    background-color: #FF5F11;
    color: #fff;
    border-radius: 50%;
    line-height: 72px;
    text-align: center;
}
.about_box3 .card_links h4{
    white-space: nowrap;
    overflow: hidden;
}
.about_box3 .card_links .txt_content{
    line-height: 20px;
    margin-top: 16px;
}
.about_box4{
    height: 761px;
    background-image: url('../images/about_bj4.png');
}
.about_box4 .intro{
    line-height: 32px;
    color: #222;
    margin: 24px 0 40px;
    text-align: center;
    max-height: 125px;
    overflow: hidden;
}
.qualification_banner_box{
    width: 1200px;
    height: 433px;
}
.qualification_banner_box .banner_img_box{
    display: block;
}
.qualification_banner_box .banner_img_box img{
    width: 277px;
    height: 394px;
}
.qualification_banner_box .links .title{
    font-size: 14px;
    line-height: 40px;
    color: #444;
}
.qualification_banner_box .next_button,
.qualification_banner_box .prev_button{
    background-color: #EAEAEA;
    width: 32px;
    height: 56px;
    line-height: 56px;
    margin-top: -56px;
    border-radius: 0;
}
.qualification_banner_box .next_button i,
.qualification_banner_box .prev_button i{
    font-size: 32px;
    color: #fff;
}
.qualification_banner_box .next_button{
    right: -38px;
}
.qualification_banner_box .prev_button{
    left: -36px;
}
.qualification_banner_box .links:hover a.title{
    color: #FF5F11;
}
.qualification_banner_box .next_button:hover,
.qualification_banner_box .prev_button:hover{
    background-color: #FF5F11;
}
/* 企业实力 */
.strength_box1 .content_box{
    padding: 40px 0 0;
    text-align: center;
}
.strength_box1 .content_box .box,
.strength_box2 .box,
.strength_box3 .box,
.strength_box4 .box{
    margin-top: 40px;
    text-align: center;
    line-height: 32px;
}
.strength_box1 .box img{
    max-width: 100%;
}
.strength_box2 .box_l{
    background-color: #F8F8F8;
    width: 600px;
    height: 326px;
    float: left;
    padding: 67px;
    text-align: left;
}
.strength_box2 .box_r{
    float: left;
    width: 600px;
    height: 326px;
}
.strength_box3{
    padding: 0;
}
.strength_box3 .intro_num{
    justify-content: center;
    margin: 40px 0;
}
.strength_box3 .intro_num .list{
    margin: 0 70px;
    text-align: center;
}
.strength_box3 .pic_link_box .img_box{
    width: 385px;
    height: 255px;
    float: left;
    margin-right: 22px;
}
.strength_box3 .pic_link_box .img_box:last-child{
    margin-right: 0;
}
.strength_box4 .pic_link_box {
    padding: 40px 0 36px;
}
.strength_box4 .pic_link_box .img_box{
    width: 282px;
    height: 158px;
    float: left;
    margin: 0 24px 24px 0;
    box-shadow:0px 0px 8px 0px rgba(0,0,0,0.1);
}
.strength_box4 .pic_link_box .img_box:nth-child(4n){
    margin-right: 0;
}
/* 发展历程 */
.course_box .box{
    padding: 55px 0 0;
    margin-bottom: 90px;
    height: 800px;
}
.course_box .list {
    position: relative;
    width: 601px;
    text-align: right;
    padding-bottom: 50px;
}
.course_box .list .date{
    color: #FF5F11;
    font-size: 40px;
    font-family:DINCondensed-Bold,DINCondensed;
    line-height: 40px;
    font-weight:bold;
    width: 601px;
    height: 93px;
    padding: 36px 72px 17px;
    background: url('../images/course_bj1_orange.png') center no-repeat;
}
.course_box .list .content{
    position: absolute;
    top: 93px;
    right: 0;
    padding: 17px 72px 0 50px;
    font-size: 14px;
    line-height: 32px;
    height: 177px;
    overflow: hidden;
}
.course_box .list2 {
    width: 601px;
    text-align: left;
    margin-left: 591px;
}
.course_box .list2 .date{
    background: url('../images/course_bj2_orange.png') center no-repeat;
}
.course_box .list2 .content{
    padding: 17px 26px 0 72px;
}
/* 企业影像 */
.photo_banner{
    background-image: url('../images/photo_banner.png');
}
.about_me_video{
    padding-bottom: 20px;
}
.about_me_photo_box h2{
    padding: 60px 0 40px;
}
.about_me_video>h2{
    padding: 20px 0 40px;
}
.about_me_photo_box h3,
.about_me_video h3{
    position: relative;
    font-weight: 400;
    padding-bottom: 24px;
}
.about_me_video_box a{
    display: block;
    float: left;
    width: 588px;
    border: 1px solid #eee;
    overflow: hidden;
    margin: 0 24px 24px 0;
}
.about_me_video_box a:nth-child(2n){
    margin-right: 0;
}
.video_box{
    position: relative;
    width: 100%;
    height: 331px;
}
.video_box img{
    width: 100%;
    height: 100%;
}
.video_box i{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    margin-left: -35px;
    margin-top: -35px;
}
.video_box .duration{
    min-width: 60px;
    height: 26px;
    line-height: 26px;
    background-color: rgba(0,0,0,0.5);
    border-radius:4px;
    position: absolute;
    top: 19px;
    right: 19px;
    color: #fff;
    text-align: center;
}
.about_me_video_box a .title {
    padding: 16px 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444;
    line-height: 24px;
}
.about_me_video_box{
    margin-bottom: 16px;
}
.about_me_video_box a:hover i,
.about_me_video_box a:hover .title{
    color: #FF5F11;
    font-weight: 500;
}
.about_me_video_box a:hover .video_box::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
}
a.h2_more{
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
a.h2_more:hover{
    color: #FF5F11;
}
/* 图库列表 */
.photo_link_box h1{
    padding-bottom: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    color: #222;
    font-weight: 400;
}
/* 图片列表 */
.pic_big_box{
    padding: 60px 0 20px;
}
.pic_big_box .case_box a:nth-child(3n){
    margin-right: 24px;
}
.pic_big_box .case_box a:nth-child(4n){
    margin-right: 0;
}
.pic_detail_box{
    padding-top: 40px;
}
.pic_detail_box h1{
    padding-bottom: 40px;
    font-weight: 400;
    border-bottom: none;
}
.pic_detail .img_box{
    max-width: 1103px;
    margin: 0 auto;
}
.pic_detail .img_box img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 515px;
}
.pic_content{
    padding: 24px 48px 32px;
    font-size: 14px;
    color: #444;
    line-height: 20px;
    text-align: left;
}
.pic_detail_banner_box{
    height: 234px;
    width: 1104px;
    margin-bottom: 48px;
}
.pic_detail_banner_box a.img_box{
    display: block;
    width: 258px;
    height: 180px;
    border: 1px solid #eee;
}
.pic_detail_banner_box a.img_box img{
    width: auto;
    max-width: 100%;
    vertical-align: top;
}
.pic_detail_banner_box .prev_button {
    left: -47px;
}
.pic_detail_banner_box .next_button {
    right: -47px;
}
/* 视频列表 */
.video_link_box .about_me_video_box a{
    width: 384px;
}
.video_link_box .about_me_video_box a:nth-child(2n){
    margin-right: 24px;
}
.video_link_box .about_me_video_box a:nth-child(3n){
    margin-right: 0;
}
.video_link_box .video_box{
    height: 216px;
}
.video_link_box .video_box i{
    font-size: 60px;
    margin-left: -30px;
    margin-top: -30px;
}
.video_box .duration{
    top: 16px;
    right: 16px;
}
/* 视频详情 */
.about_card_box .about_me_video {
    padding-bottom: 0;
}
.video_detail_box{
    padding-top: 10px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 40px;
}
.video_top h1{
   font-size: 24px;
   color: #222;
   line-height: 33px;
   font-weight: 500;
}
.video_content_box{
    margin-top: 32px;
}
.video_content_right{
    float: left;
    width: 322px;
    height: 503px;
    background-color: #f8f8f8;
    padding: 14px 20px;
}
.video_content_right_title{
    font-size: 18px;
    color: #444;
    line-height: 25px;
    padding-left: 13px;
    position: relative;
    margin-bottom: 10px;
}
.video_content_right_title::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 5px;
    height: 18px;
    background-color: #FF5F11;
}
.video_link_box.video_content_right a{
    width: 282px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
}
.video_content_right a .video_box{
    width: 282px;
    height: 159px;
}
.video_content_right_content_box{
    width: 282px;
    overflow: hidden;
}
.video_content_right_content{
    width: 320px;
    height: 446px;
    overflow: auto;
}
.video-js{
    background-color: #fff;
    overflow: hidden;
}
.video-js .vjs-big-play-button{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 62px;
    font-size: 52px;
    margin-left: -35px;
}
.video-js .vjs-control-bar{
    height: 48px;
    background:rgba(0,0,0,0.6);
    bottom: 0;
    display: flex;
}
.video-js .vjs-control{
    min-width: 48px !important;
    height: 48px;
    text-align: center;
}
.video-js .vjs-control:before {
    font-size: 32px;
    line-height: 48px;
}
.video-js .vjs-control:nth-child(2)::before{
    font-size: 24px;
}
.vjs-remaining-time-display {
    line-height: 48px;
    font-size: 16px;
}
.vjs-volume-bar.vjs-slider-horizontal {
    top: 5px;
    top: .8em \9;
}
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .vjs-volume-bar.vjs-slider-horizontal {
        top: 8px;
    }
}
.video_content{
    padding-left: 0;
    padding-right: 0;
}
.video_label_box .label_box{
    padding: 0 0 32px 0;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 40px;
}
.video-js .vjs-tech{
    width: auto;
    width: 100% \9;
}
.vjs-poster{
    background-size: cover;
}
/* 人才招聘 */
.job_banner{
    background-image: url('../images/job_banner.png');
}
.job_box {
    padding: 40px 0 20px;
}
.job_box a{
    display: block;
    float: left;
    width: 580px;
    height: 272px;
    margin: 0 40px 40px 0;
    padding: 50px 100px 50px 40px;
    background-size: cover;
    border-radius:8px;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1);
}
.job_box a:nth-child(2n){
    margin-right: 0;
}
.job_box a h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job_box .txt_content{
    margin: 10px 0 40px;
}
.job_box a:hover .more{
    background-color: #FF5F11;
    color: #fff;
}
/* 招聘详情 */
.jobs_detail_box h1{
    text-align: left;
}
.jobs_detail_box h1 .date{
    float: right;
    font-size: 14px;
    color: #999;
}
.jobs_detail_box .detail_top{
    padding-bottom: 16px;
}
.jobs_detail_box .jobs_info{
    padding: 32px 0 0;
    max-width: 700px;
    text-align: left;
    position: relative;
    line-height: 22px;
}
.jobs_detail_box .jobs_info .f_left{
    margin: 0 90px 0 0;
    min-width: 144px;
}
.jobs_detail_box .jobs_info .f_left div{
    margin-bottom: 16px;
}
.jobs_detail_box .detail_top{
    position: relative;
}
.jobs_detail_box .detail_top .apply_btn{
    position: absolute;
    right: 0;
    bottom: 32px;
    display: block;
    width: 160px;
    height: 48px;
    background-color: #FF5F11;
    color: #fff;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
}
.jobs_detail_box .detail_top .apply_btn:hover{
    background-color: #E64B00;
}
.jobs_detail_box .detail_content{
    padding-top: 0;
}
.jobs_detail_box .detail_title{
    margin: 32px 0 16px;
    position: relative;
    padding-left: 10px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #FF5F11;
}
.jobs_detail_box .detail_title>span{
    position: absolute;
    left: 0;
    top: 6px;
    width: 2px;
    height: 14px;
    background-color: #FF5F11;
}
#apply_form form{
    width: 606px;
    color: #222;
    font-size: 14px;
}
#apply_form form input{
    width: 606px;
    height: 40px;
    margin-bottom: 16px;
    border: 1px solid #eee;
    padding: 0 12px 0 52px;
    background-color: #fff;
}
#apply_form .apply_input_box p{
    width: 295px;
    float: left;
}
#apply_form .apply_input_box input{
    width: 295px;
}
#apply_form .apply_input_box p:first-of-type{
    margin-right: 16px;
}
#apply_form .apply_input_box p:last-of-type input{
    padding-left: 80px;
}
#apply_form .tj_btn{
    margin: 34px auto 0;
    padding: 0;
    border: none;
}
.apply_box{
    position: relative;
    width: 606px;
    height: 40px;
    border: 1px solid #eee;
}
.apply_box>span{
    position: absolute;
    left: 12px;
    line-height: 40px;
}
.apply_form .h2_title{
    padding-top: 77px;
}
#apply_form .file_style .file_control{
    position: absolute;
    display: block;
    right: 12px;
    top: 7px;
    width: 72px;
    height: 24px;
    border: none;
    padding: 0 0 0 72px;
    opacity: 0;
    filter: alpha(opacity=0); 
    z-index: 11;
    cursor: pointer;
}
.file_style>span{
    position: absolute;
    right: 12px;
    top: 7px;
    width: 72px;
    height: 24px;
    border: 1px solid #FF5F11;
    color: #FF5F11;
    line-height: 24px;
    text-align: center;
    border-radius:4px;
    z-index: 10;
    font-size: 14px;
}
.file_style>div{
    position: absolute;
    left: 52px;
    width: 425px;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.apply_box .ts_info{
    display: none;
    position: absolute;
    top: -18px;
    right: -168px;
    width: 152px;
    height: 60px;
    background-color: #fff;
    padding: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #FF5F11;
    text-align: left;
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
}
.apply_box .ts_info::before,
.apply_box .ts_info::after{
    position: absolute;
    top: 50%;
    left: -8px;
    content: "";
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
}
.apply_box .ts_info::before{
    margin-top: -5px;
    border-top: 9px solid transparent;
    border-right: 8px solid #eaeaea;
    border-bottom: 9px solid transparent;
}
/* 联系我们 */
.contact_banner{
    background-image: url('https://pic.speedpacking.net/banner/contact_banner.jpg');
}
.cancat_info_box{
    background-color: #fff;
    padding-top: 40px;
}
.cancat_info_box .list{
    float: left;
    width: 19%;
    height: 270px;
    border: 1px solid #EAEAEA;
    text-align: center;
    padding: 30px 10px 0;
    color: #444;
}
.cancat_info_box .list:first-child {
    width: 30%;
}
.cancat_info_box .list:nth-child(3) {
    width: 32%;
}
.cancat_info_box .list i{
    display: block;
    font-size: 52px;
    margin: 0 auto;
    color: #FF5F11;
}
.cancat_info_box .list .title{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 20px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cancat_info_box .list .content{
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
	font-weight: 300;
}
.cancat_info_box .list:last-child{
    padding-left: 0px;
    padding-right: 0px;
    display:block;
}
.cancat_info_box .img_list{
    width: 230px;
}
.cancat_info_box .img_list .img_list_box{
    width: 230px;
    height: 115px;
    padding: 7px;
}
.cancat_info_box .img_list .img_list_box img{
    width: 115px;
    height: 115px;
    /*border: 1px solid #EAEAEA;*/
}
.cancat_info_box .img_list .title{
    font-size: 16px;
    line-height: 20px;
    color: #222;
    margin: 20px 0;
	font-weight:300;
}
/* 联系我们的留言 */
.contact_form_box{
    padding: 77px 0 0;
    display: none;
}
.cancat_me_form form p{
    width: 438px;
    height: 40px;
    position: relative;
    margin-bottom: 16px;
    z-index: 10;
}
.cancat_me_form form p:last-of-type{
    height: 122px;
}
.cancat_me_form form input,
.cancat_me_form form textarea{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    width: 438px;
    height: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 0 12px 0 52px;
    z-index: 11;
}
.cancat_me_form form textarea{
    height: 122px;
    z-index: 11;
    line-height: 20px;
    padding: 10px 12px 10px 52px;
}
.cancat_me_form form span{
    position: absolute;
    left: 12px;
    top: 0;
    z-index: 12;
    line-height: 40px;
    color: #444;
    font-size: 14px;
}
.cancat_me_form form span.n-msg {
    color: red !important;
    min-width: 120px;
    top: 40px !important;
    left: 28px !important;
    line-height: 17px !important;
}
.cancat_me_form button{
    width: 438px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F11;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}
.cancat_me_map{
    position: relative;
}
.cancat_me_map::before{
    content: "";
    position: absolute;
    right: -49px;
    top: -37px;
    width: 169px;
    height: 281px;
    background-color: #FF5F11;
    z-index: -1;
}
.cancat_box_map{
    width: 650px;
    height: 357px;
    margin-left: 60px;
    z-index: 101 !important;
}
/* 404 */
.main404{
    padding: 144px 0 200px;
}
.main404>.w{
    text-align: center;
}
.main404>.w>h1{
    color: #575857;
    line-height: 45px;
    font-size: 32px;
    font-weight: 500;
    margin: 12px 0 24px;
}
.main404>.w>a{
    font-size: 18px;
    line-height: 25px;
}
.main404>.w>a:hover{
    color: #FF5F11;
}
/* 标签列表 */
.bq_link li{
    color: #444;
    padding: 24px 32px;
}
.bq_link li .title a{
    width: 100%;
    font-size: 16px;
    color: #444;
    font-weight: 500;
}
.bq_link li .txt_content{
    margin-top: 20px;
}
/* 标签聚合 */
.news_link.bq_news_link{
    width: 895px;
}
.bq_news_link .list .pic_box{
    width: 307px;
    height: 171px;
}
.bq_news_link .list .news_content{
    width: 392px !important;
    margin: 25px 32px 0 30px;
    padding-right: 32px;
}
.bq_news_link.news_box_r .list .news_date{
    margin-right: 0;
}
.tag{
    font-size: 14px;
    color: #444;
    line-height: 20px;
    font-weight: 500;
}
.bq_news_link .tag{
    margin-top: 30px;
}
.bq_news_link.news_box_r .list.no_pic .news_content{
    width: 730px !important;
    margin: 25px 31px 0 0;
}
.bq_product_link .tag{
    margin-top: 10px;
}
.bq_zt_link .case_box .content{
    text-align: left;
    padding: 16px 0;
}
.bq_zt_link .case_box .content .title{
    line-height: 22px;
    height: auto;
    text-align: left;
}
.bq_zt_link .tag{
    margin-top: 8px;
    padding-left: 22px;
}
.bq_video_link .about_me_video_box a{
    width: 282px;
    text-align: left;
}
.bq_video_link .video_box{
    height: 188px;
}
.bq_video_link .about_me_video_box .content {
    text-align: left;
    padding: 16px 0;
}
.bq_video_link .about_me_video_box .content .title{
    line-height: 22px;
    padding: 0 20px;
    text-align: left;
}
.bq_video_link .tag{
    margin-top: 8px;
    padding-left: 20px;
}
.w h1 {
    font-size: 24px;
    font-weight: 700;
}
.promise-ins {
    background: #f5f5f5;
    padding: 1px 0 56px;
}
.promise-ins-main {
    margin-left: 70px;
    margin-top: 50px;
    height: 170px;
}
.promise-ins-box {
    width: 140px;
    margin-left: 160px;
}
.promise-ins-cont {
    width: 1196px;
    margin: 55px auto 0;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 56px;
}
.promise-ins-head {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 10px solid #FF5F11;
    text-align: center;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}
.promise-ins-head span {
    font-size: 48px;
    display: block;
    color: #FF5F11;
    line-height: 48px;
    padding-top: 30px;
}
.promise-ins-mml {
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height: 16px;
    padding-top: 14px;
}
.promise-mor-tex p strong {
    font-size: 16px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fl, .fr {
    display: inline;
}
.clf {
    zoom: 1;
}
.promise-mor {
    width: 1086px;
    margin: 42px auto 0;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}
.solutions {
    margin: 56px 0;
    padding-top: 56px;
    border-top: 1px dotted #dddddd;
}
.top-title {
    text-align: center;
}
.top-title h2 {
    margin-bottom: 10px;
    font-size: 26px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
}
.top-title p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
.question {
    height: 163px;
    margin-top: 42px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.question li {
    width: 380px;
    height: 163px;
    padding-top: 42px;
    text-align: center;
    color: #555555;
    background: #fafafa;
    float: left;
}
.question .line {
    margin: 12px auto 22px;
    width: 30px;
    height: 2px;
    background: #dddddd;
}
.question p a {
    color: #FF5F11;
}
.write-bill {
    width: 1196px;
    /*background: #f5f5f5;*/
    background-image: linear-gradient( #FF9900, #FF5500);
    border-radius: 4px;
    margin: 40px auto 0;
    padding-top: 56px;
    padding-bottom: 56px;    
    margin-bottom: 56px;
}
.repair-all span {
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 14px;
    padding-top: 20px;
}
.repair-all {
    font-size: 30px;
    color: #222;
    line-height: 30px;
    text-align: center;
    padding-bottom: 42px;
}
.repair-all h2 {
    margin-bottom: 10px;
    font-size: 26px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 400;
}
.write-bill form {
    width: 1084px;
    margin: 0 auto;
    background: #fff;
    padding: 56px 0;
    border-radius: 4px;
}
.item-tle {
    font-size: 14px;
    color: #555;
    float: left;
    width: 150px;
    text-align: right;
    padding-top: 10px;
    font-weight: 500;
}
.item-input {
    float: left;
    margin-left: 12px;
}
.clf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '.';
    clear: both;
    height: 0;
}
.item-input input {
    width: 300px;
    height: 42px;
    background: #f2f2f2;
    line-height: 42px;
    font-size: 14px;
    color: #333;
    text-indent: 14px;
}
.form-item {
    margin-top: 14px;
}
.item-input textarea {
    width: 862px;
    height: 110px;
    background: #f2f2f2;
    color: #333;
    font-size: 14px;
    line-height: 42px;
    border: 1px solid #EAEAEA;;
    outline: none;
    text-indent: 14px;
    resize: vertical;
}
/*ask列表*/
.problem-west {
    padding-bottom: 0;
}
.news-structure {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 42px;
    margin-bottom: 42px;
}
.problem-west .structure-left {
    width: 248px;
}
.structure-left {
    width: 278px;
    background: #f5f5f5;
    border-radius: 4px;
    float: left;
    padding-bottom: 8px;
    padding-top: 8px;
}
.problem-west .structure-head {
    width: 234px;
}
.structure-head {
    width: 262px;
    height: 60px;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 20px;
    color: #000020;
    line-height: 60px;
    background: #fff url(../images/zhi.png) no-repeat 20px center;
}
.structure-head>span::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 24px;
    background-color: #FF5F11;
}
.structure-head span {
    padding-left: 32px;
}
.problem-west .structure-nav {
    width: 234px;
}
.structure-nav {
    width: 262px;
    margin: 10px auto 0;
    background: #fff;
    padding: 14px 0;
    border-radius: 4px;
}
.problem-west .structure-nav a {
    width: 210px;
}
.problem-west .structure-nav a:hover {
    background: #FF5F11;
    font-weight: 700;
    color: #fff;
}
.structure-nav a {
    font-size: 16px;
    color: #666;
    display: block;
    border-radius: 4px;
    width: 234px;
    height: 48px;
    line-height: 48px;
    text-indent: 18px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #FF5F11;
}
.structure-nav .active {
    background: #FF5F11;
    font-weight: 700;
    color: #fff;
}
.matter-list {
    width: 916px;
    padding-top: 28px;
    margin-left: 28px;
    float: left;
}
.matter-imp {
    font-size: 24px;
    color: #222;
    line-height: 24px;
    font-weight: 400;
}
.matter-box {
    padding-top: 28px;
    background: #f6f6f6;
    border-radius: 4px;
    padding-bottom: 8px;
    margin-top: 28px;
    border: 1px solid #EAEAEA;
}
.matter-cont {
    width: 900px;
    margin: 0 auto;
}
.matter-cont .common-head {
    margin-top: 0;
    margin-left: 28px;
}

.common-head {
    background: url(../images/wjjj.png) no-repeat 0 0;
    margin-top: 24px;
    display: block;
}
.matter-main {
    background: #fff;
    height: 100px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 0px 58px 0;
    margin-top: 24px;
    border-radius: 4px;
}
.faq-content {
    background: #fff;
    min-height: 110px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding: 18px 28px 10px;
    margin: 0px 10px 10px;
    border-radius: 4px;
}
.matter-main span {
    display: block;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.common-head span{
    font-size: 16px;
    color: #222;
    line-height: 24px;
    display: inline-block;
    margin-left: 30px;
}
.detail_top h1{
    font-size: 18px;
    color: #222;
    line-height: 24px;
    display: inline-block;
    margin-left: 30px;
}
.matter-main a {
    font-size: 14px;
    color: #555;
    display: block;
    margin-top: 12px;
}
.down-left {
    float: left;
    width: 530px;
}
.down-present {
    width: 524px;
    height: 216px;
    background: url(https://pic.speedpacking.net/banner/down2.png) no-repeat center;
    margin-top: 20px;
}
.down-post a {
    width: 210px;
    height: 50px;
    background: #FF5F11;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 16px;
    border-radius: 4px;
}
.down-post {
    margin-top: 30px;
    margin-left: 40px;
}
.solution {
    width: 100%;
    background: url(https://pic.speedpacking.net/banner/design.jpg) no-repeat center top;
    height: 625px;
    margin-top: 56px;
}
.solutionbg {
    width: 1200px;
    height: 567px;
    position: relative;
    margin: 0 auto;
}
.solutionCon {
    position: absolute;
    top: 56px;
    width: 1196px;
    left: 2px;
    border-radius: 4px;
    height: 500px;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.8);
}
.solutionConInfo {
    float: left;
    margin-left: 56px;
    margin-top: 89px;
    width: 500px;
}
.solutionConInfo h4 {
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #222222;
}
.solutionConInfoBor {
    background: #FF5F11;
    height: 2px;
    line-height: 0;
    overflow: hidden;
    width: 30px;
}
.solutionConInfo p {
    line-height: 26px;
    margin-top: 22px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666666;
}
.solutionConBtn {
    width: 210px;
    font-size: 14px;
}
.solutionConBtn .btn42 {
    height: 48px;
    line-height: 46px;
}
.btn42 {
    display: block;
    background: #fafafa;
    border: 1px #e5e5e5 solid;
    height: 42px;
    line-height: 40px;
    text-align: center;
    color: #555555;
    cursor: pointer;
    border-radius: 4px;
    transition: all .4s;
}
.btn42:hover {
    background: #F78400;
    border-color: #F78400;
    color: #ffffff;
}
.solutionConNav {
    float: right;
    margin-top: 56px;
    margin-right: 56px;
    width: 556px;
}
.solutionConc1 {
    float: left;
    margin-left: 14px;
    width: 264px;
    height: 385px;
    background: #F0F0F0;
    border-radius: 4px;
}
.solutionConc2 {
    float: left;
    margin-left: 14px;
    width: 264px;
    height: 385px;
    background: #F0F0F0;
    border-radius: 4px;
}
.solutionConc1 dl {
    margin: 8px 8px 0;
    height: 369px;
    background: #ffffff;
    border-top: 2px #FF5F11 solid;
}
.solutionConc1 dt {
    width: 192px;
    margin: 0 auto;
    border-bottom: 1px #e8e8e8 solid;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #FF5F11;
    font-weight: 400;
    text-align: center;
}
.solutionConc1 ul {
    padding-top: 11px;
    overflow: hidden;
    width: 100%;
}
.solutionConc1 a {
    color: #555555;
    transition: all .4s;
}
.solutionConc1 li {
    float: left;
    margin-left: 28px;
    padding-left: 16px;
    width: 91px;
    background: url(../images/soultionIco.png) no-repeat left 18px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
}
.solutionConc2 dt {
    width: 192px;
    margin: 0 auto;
    border-bottom: 1px #e8e8e8 solid;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #F6474B;
    font-weight: 400;
    text-align: center;
}
.solutionConc2 ul {
    padding-top: 14px;
}
.solutionConc2 li {
    margin-top: 14px;
}
.solutionConc2 li a {
    color: #555;
    transition: all .4s;
}

.solutionConc2 li a {
    border: 1px #e6e6e6 solid;
    height: 42px;
    width: 164px;
    display: block;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    transition: all .4s;
}
.solutionConc2 li a:hover {
    color: #FF5F11;
}
.solutionConc1 a:hover {
    color: #FF5F11;
}
.solutionConc2 dl {
    margin: 8px 8px 0;
    height: 369px;
    background: #ffffff;
    border-top: 2px #F6474B solid;
}
/*404*/
.mistake {
    width: 1200px;
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 30px;
}
.mistake-main {
    width: 1200px;
    height: 446px;
    background: #f5f5f5;
    border: 28px solid #f5f5f5;
}
.mistake-cont {
    width: 1140px;
    height: 390px;
    text-align: center;
    background: #fff url(../images/404pc.png) no-repeat center 60px;
}
.mistake-tle {
    font-size: 28px;
    color: #555;
    padding-top: 242px;
}
.mistake-tex {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding-top: 10px;
}
/*案例*/
.casecontent {
    width: 1200px;
    margin: 0 auto;
}
.case-index {
    padding-top: 28px;
    line-height: 20px;
}
.case-t .aside .aside-menu {
    width: 278px;
    padding: 28px;
}
.aside .aside-menu {
    background-color: #eaeaea;
    border-radius: 3px;
    text-align: center;
}
.case-t .aside .aside-menu .aside-title {
    padding-left: 0;
    font-size: 24px;
    height: auto;
    line-height: 24px;
    padding-bottom: 28px;
}
.aside .aside-menu .aside-title {
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    text-align: left;
}
.case-index .aside-title {
    background-color: #eaeaea !important;
}
.case-index .aside-menu ul {
    background-color: #eaeaea;
    padding: 0;
    margin: 0;
}
.aside .aside-menu ul {
    border-radius: 3px;
}
.aside .aside-menu li:first-child {
    margin-top: 0 !important;
}
.case-index .aside-menu li {
    background-color: #f5f5f5;
	margin-top: 8px;
}
.aside .aside-menu li {
    border-radius: 4px;
}
.case-index .aside-menu li:hover a {
    background-color: #fff;
}
.aside .aside-menu a:hover {
    background-color: #f8f8f8;
    color: #222;
    border-left: 5px solid #FF5F11;
    font-weight: bold;
}
.aside .aside-menu a.active {
    background-color: #fff;
    color: #222;
    border-left: 5px solid #FF5F11;
    font-weight: bold;
}
.case-index-list li:hover .info p {
    color: #FF5F11;
}
.aside .aside-title i {
    display: inline-block;
    width: 3px;
    height: 16px;
    background-color: #FF5F11;
    margin-right: 10px;
}
.aside .aside-menu a {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 18px;
    line-height: 48px;
    color: #555;
    /* transition: .2s ease; */
    border-radius: 3px;
}
.case-className {
    font-size: 16px;
}
.case-index-list {
    width: 890px;
    margin-left: 28px;
}
.case-index .case-head {
    margin-top: 28px;
}
.case-head {
    position: relative;
}
.case-head .title {
    font-size: 20px;
    line-height: 28px;
}
.head .title {
    float: left;
    font-size: 30px;
}
.case-index-list .list-wrap {
    width: 890px;
    padding-bottom: 24px;
    overflow: hidden;
}
.case-index-list ul {
    width: 996px;
}
.list-wrap .no-top {
    margin-top: 14px;
}
.case-index-list ul li:nth-child(1)
{
margin-top: 14px;
}
.case-index-list ul li:nth-child(2)
{
margin-top: 14px;
}
.case-index-list ul li:nth-child(3)
{
margin-top: 14px;
}
.case-index-list ul li {
    float: left;
    width: 278px;
    height: 280px;
    margin-right: 28px;
    margin-top: 22px;
    border-radius: 3px;
}
.case-index-list .img-box {
    width: 278px;
    height: 208px;
    overflow: hidden;
}
.img-box {
    position: relative;
}
.case-index-list .img-box img {
    display: block;
    height: 100%;
}
.img-box img {
    display: block;
    max-height: 100%;
}
.case-index-list .info {
    height: 72px;
    background-color: #f8f8f8;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    border-radius: 3px;
}
.case-index-list .info p {
    line-height: 20px;
    font-size: 16px;
    color: #555;
    height: 72px;
    padding: 16px;
    text-align: center;
}
.case-index-list li:hover {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #eaeaea;
}
.case-list .case-head .title {
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 30px;
    font-weight: 400;
}
.case-list li:first-child {
    margin-top: 0;
}
.case-list li {
    height: 135px;
    margin-top: 28px;
}
.case-list {
    width: 890px;
    margin-left: 28px;
}
.case-list .case-head {
    height: 28px;
}
.case-list li .img-box {
    float: left;
    width: 180px;
    height: 135px;
    border-radius: 3px;
    overflow: hidden;
}
.case-list li .info {
    float: left;
    margin-left: 18px;
    width: 660px;
    overflow: hidden;
}
.case-list .desc {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    margin-top: 15px;
    height: 44px;
    overflow: hidden;
}
.case-list .info .detail-link {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #555555;
}
.case-list ul {
    margin-top: 20px;
}
.partner_banner {
    background-image: url(https://pic.speedpacking.net/banner/partner-application.jpg);
}
/*案例详情*/
.case-name .tit {
    font-size: 24px;
    color: #000;
    line-height: 1;
}
.case-name {
    padding: 24px 0;
}
.case-inner {
    width: 968px;
}
.case-desc {
    background-color: #f8f8f8;
    padding: 28px 28px 20px;
}
.case-custom-info {
    width: 328px;
    margin-left: 18px;
}
.case-custom-info h3 {
    font-size: 18px;
    line-height: 22px;
}
.hr {
    height: 1px;
    width: 100%;
    background: url(../images/line-bg.png) repeat-x;
    margin-top: 28px;
}
.case-custom-clo {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.case-custom-clo li {
    line-height: 36px;
}
.custom-clo-left {
    width: 380px;
}
.custom-clo-left:last-child {
    width: 800px;
}
.case-custom-clo span {
    color: #555;
    padding-left: 10px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#cased .item {
    width: 600px;
    height: 400px;
}
#cased .item .img-box {
    width: 600px;
    height: 400px;
    position: relative;
}
#cased .item img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
}
.case-intro {
    margin-top: 15px;
}
.detail-title {
    position: relative;
}
.detail-title p{
    font-size: 20px;
}
.detail-title {
    line-height: 20px;
    color: #222;
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.detail-title .line {
    width: 46px;
    height: 3px;
    background-color: #FF5F11;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.case-intro .detail-text {
    font-size: 14px;
    line-height: 2;
    color: #555;
    margin-top: 25px;
    margin-bottom: 15px;
}
.case-intro .detail-text video {
    max-width: 700px;
}
.case-nav-fixed {
    position: fixed;
    top: 0; 
    top: -84px;
    z-index: 9;
    margin-top: 0;
    left: 996px; 
}
.case-nav {
    background-color: #fff;
    margin-top: 75px;
}
.case-nav .aside .aside-title {
    height: 55px;
    line-height: 55px;
    background-color: #f5f5f5;
    padding-left: 6px;
}
.case-nav .aside-menu ul {
    width: auto;
    padding: 0;
    margin-top: 0;
}
.case-nav .aside-menu ul {
    background-color: #f5f5f5;
}
.case-nav .aside-guide a {
    background-color: #fff;
    border: 1px solid #ff5f11;
    color: #ff5f11;
}
.aside .aside-guide a:hover {
    background: #ff5f11;
    color: #fff;
}
.aside .aside-guide a {
    display: block;
    width: 200px;
    margin-top: 10px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    transition: all .4s;
}
#cased {
    width: 600px;
    margin: 0 auto;
    /* padding-bottom: 112px; */
    /*padding-top: 56px; */
}
.case-nav .aside .aside-title {
    height: 55px;
    line-height: 55px;
    background-color: #f5f5f5;
    padding-left: 6px;
}
.aside .aside-menu .aside-title {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #000020;
    border-radius: 3px;
    text-align: left;
    padding-left: 14px;
}
.case-nav .aside li:hover {
    background-color: #fff;
}
.aside .aside-menu li:first-child {
    margin-top: 0 !important;
}
.aside .aside-menu .active {
    background-color: #f8f8f8;
    color: #222;
    font-weight: bold;
    border-left: 5px solid #ffc000;
}
.case-nav li {
    font-size: 14px;
    display: block;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    text-align: left;
    transition: all .4s;
    padding-left:30px;
}
h1.tit {
    text-align: center;
}
.relate-case {
    padding-top: 10px;
    padding-bottom: 24px;
}
.relate-case ul {
    margin: 28px 0 0;
}
.so-relate-case li .img-box {
    height: 227px;
    width: 304px;
}
.case-inner img {
     display: block; 
    max-width: 276px; 
    width: 100%;
}
.case-intro img{
    margin: auto;
}
.detail-text img{
    margin: auto;
    max-width: 600px !important; 
    margin-top: 20px;
}
.anli.detail-text img {
    max-width: 840px !important;
    margin-top: 0px;
}
.relate-case li .info {
    background-color: #f8f8f8;
    color: #555;
    transition: all .4s;
    height: 76px;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    padding: 18px;
}
.relate-case li .info p {
    height: 40px;
    overflow: hidden;
    word-wrap: break-word;
}
.relate-case li {
    float: left;
    width: 270px;
    border-radius: 3px;
    margin-left: 28px;
    overflow: hidden;
    border: 1px solid transparent;
}
.detail-title .head-post {
    position: absolute;
    right: 0;
    top: -35px;
}
.head-post {
    float: right;
    font-size: 14px;
}
.relate-solution .img-box {
    float: left;
    width: 180px;
    height: 135px;
}
.relate-solution .info {
    float: left;
    width: 520px;
    margin-left: 16px;
}
.relate-solution-operation {
    float: right;
    width: 200px;
}
.relate-solution-desc {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-top: 15px;
    height: 44px;
    overflow: hidden;
}
.relate-solution .info a {
    display: block;
    font-size: 14px;
    color: #555;
    margin-top: 27px;
}
.relate-solution-operation a, .relate-solution-operation span {
    display: block;
    width: 200px;
    height: 38px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #FF5F11;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #FF5F11;
    transition: all 0.4s;
    cursor: pointer;
}
.relate-solution-operation a:hover, .relate-solution-operation span:hover {
    background: #FF5F11;
    color: #fff;
    border: 1px solid #FF5F11;
}
.relate-solution {
   padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}
.relate-solution-name {
    margin-top: 6px;
    font-size: 16px;
    color: #222;
    line-height: 1;
    float: left;
}
.relate-solution .info {
    float: left;
    width: 520px;
    margin-left: 16px;
}
.relate-solution-name a {
    font-size: 16px !important;
    color: #222;
    margin-top: 0 !important;
}
.relate-case .videoList-box {
    width: 304px;
}
.baikecontent {
    width: 1200px;
    margin: 0 auto;
}

.baikeList-box {
    width: 280px;
    float: left;
    margin-left: 20px;
    margin-top: 28px;
}

.baikeList-img {
    width: 280px;
    height: 280px;
    position: relative;
    display: block;
    overflow: hidden;
}
.baikeList-img img {
    width: 280px !important;
    height: 280px;
    border-radius: 4px 4px 0px 0px;
    transition: .3s;
}
.baikeList-title {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
}
.videoList-box {
    width: 380px;
    float: left;
    margin-left: 28px;
    margin-top: 28px;
}
.relate-case .videoList-img {
    width: 304px;
    height: 170px;
}
.videoList-img {
    width: 380px;
    height: 214px;
    position: relative;
    display: block;
    overflow: hidden;
}
.videoList-img img {
    max-width: 380px !important;
    height: auto;
    border-radius: 4px 4px 0px 0px;
    transition: .3s;
}
.videoList-cont {
    background: rgba(248,248,248,1);
    border-radius: 0px 0px 4px 4px;
    padding: 18px;
}
.videoList-title {
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videoList-time {
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}
.videoList {
    width: 1224px;
    margin-left: -28px;
    padding-bottom: 12px;
}
.videoList-bs {
    position: absolute;
    width: 40px;
    height: 24px;
    background: rgba(34,34,34,0.3) url(../images/spss.png) no-repeat center center;
    border: 2px solid rgba(255,255,255,1);
    opacity: 1;
    border-radius: 20px;
    left: 16px;
    bottom: 16px;
    cursor: pointer;
}
.videoList-img:hover .videoList-bs {
    background: #FF5F11 url(../images/spss.png) no-repeat center center;
}
.videoList-ti {
    position: absolute;
    padding: 0 11px;
    height: 24px;
    background: rgba(34,34,34,0.7);
    border-radius: 4px;
    bottom: 16px;
    right: 16px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.faq-cont {
    width: 916px!important;
    margin-top: 15px;
}
.detail-title .head-more {
    position: absolute;
    right: 0;
    top: 15px;
}
.head-more a {
    color: #999;
    padding-right: 24px;
    background: url(../images/mro.png) no-repeat right center;
    display: block;
}
.head-more a:hover span {
    color: #FF5F11;
}
.head-post a:hover span {
    color: #FF5F11;
}
.faq-cell li a {
    display: inline-block;
    padding-left: 30px;
    max-height: 48px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    background: url(../images/dianx.png) no-repeat 10px 6px;
    transition: .3s;
    width: 350px;
}
.faq-cell li {
    float: left;
    width: 440px!important;
    margin-left: 12px!important;
    height: 48px;
    padding: 18px 0;
    margin-top: -1px;
}
.sywyclb {
    color: #999;
    font-size: 14px;
}
/*product*/
.product_detail_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.product_left_box {
    width: 914px;
    float: left;
}
.nav_mark {
    margin-top: 56px;
    border-radius: 4px;
    margin: 0 auto;
}
.product_right_box {
    width: 254px;
    float: left;
    margin-left: 30px;
}
.product-hots {
    width: 254px;
    border-radius: 4px;
    margin: 56px 0;
    background-color: #f5f5f5;
}
.hots-img {
    width: 200px;
    height: 200px;
    display: inline-block;
}
.hots-img img {
    max-width: 200px;
    max-height: 200px;
}
.hots-cont {
    width: 200px;
    margin: 0 auto;
    padding: 28px 0;
}
.hots-title {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: inline-block;
    margin-top: 13px;
}
.hot-zu {
    margin-top: 14px;
}
.nav_mark .product_link_box li:nth-child(4n - 3) {
    margin-left: 0;
}
.hot-zu a {
    width: 200px;
    height: 48px;
    background: #ff5f11;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    display: block;
}
.rightinfos .btn {
    padding-bottom: 50px;
}
.rightinfos {
    background: #fbfbfb;
    /*border-top: 1px #f0f0f0 solid;*/
    border-bottom: 1px #f0f0f0 solid;
    padding: 11px 20px 13px;
}
.case_box a .case_title {
    height: 54px;
    line-height: 54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 0 22px;
    color: #444;
}
p.flcontent,p.frcontent {
    padding-top: 25px;
}
.changePage {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    margin-top: 40px;
}
.detail-changePage {
    width: 968px;
    height: 60px;
    border-radius: 4px;
    margin-top: 40px;
}
.ask_product_img{
    width: 270px;
}
.product_link_box img {
    max-width: 280px;
}
/*视频菜单*/
.dplayer-menu-show {
    display: none !important;
}
.spec_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.spec_contents {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #EAEAEA;
    min-height: 120px;
    line-height: 34px;
    max-height: 230px;
    overflow: hidden;
}
p.footer_b.f_left {
    width: 75%;
}
p.footer_b.f_left a {
    padding-left: 10px;
}
.detail_content strong {
    color: #222;
    font-weight: 700;
}
.footer .w {
    width: 1380px;
}
.erweima {
    text-align: center;
    padding-bottom: 20px;
}
blockquote {
    font: 14px/22px normal helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-left: 3px solid #ccc;
    background-color: #f1f1f1;
}
.swiper-container {
            width: 450px;
            height: 40px;
            display: inline-block;
        }
.swiper-slide{
            heigth:20px;
            line-height:20px;
			font-size:13px;
        }
.swiper-slide span.time{
    padding-left:30px;
    color: #F08400;
}
.swiper-slide span.text{
	padding-left:20px;
	font-weight: 400;
}
.swiper-title {
    padding-left: 20px;
    margin-top: 10px;
    font-weight: 600;
}
.swiper-container.swiper-container-vertical {
    padding-left: 20px;
    margin-top: 10px;
}
.hot-zu-none a {
    width: 200px;
    height: 48px;
    border: 1px solid #F08401;
    background-color: #fff;
    color: #F08401;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    border-radius: 4px;
    display: block;
}
.hot-zu-none {
    margin-top: 14px;
}
.hot-zu-none :hover {
    color: #fff;
    background-color: #ff5511;
}
.pageClass {
    font-size: 0;
    text-align: center;
    margin: 30px 0;
}
.pageClass li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 48px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #999;
    line-height: 48px;
    transition: 0.36s;
    margin: 0 10px;
}
.pageClass li:hover, .pageClass li.active {
    background-color: #ff5f11;
    font-weight: bold;
}
.pageClass li.active a{
	color: #fff !important;
}
.pageClass li:hover a{
	color: #fff !important;
}
.searchbanner {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://pic.speedpacking.net/banner/faq_banner.png);
}
/* .footer_info_l.f_left {
   display: none;
}
.contact a.wechat {
    display: none;
} */
.pb-main.clearfix {
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 1180px;
    margin-top: 28px;
    padding-top: 20px;
    background-color: #ffffff;
}
.pb-main .text {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
}
.pb-content {
    width: 380px;
    height: 280px;
    float: left;
    padding: 25px 30px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.pb-content h1 {
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.pb-img {
    width: 780px;
    height: 280px;
    overflow: hidden;
    float: left;
}
.pb-main .item-btn {
    margin-top: 20px;
    text-align: center;
}
.pb-main .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    transition: 0.36s;
    border-radius: 2px;
}
.btn-online:hover {
    background-color: #FFA700;
    color: #fff;
}
.btn-online {
    background-color: #FF7B06;
    color: #fff;
}
.btn-orangebd:hover {
    background-color: #FF7B06;
    color: #ffffff;
}
.btn-orangebd {
    border: 1px solid #FF7B06;
}
.pb-main .btn-orangebd {
    margin-left: 20px;
}
.pb-main .item-btn a:hover {
    text-decoration: none;
}
/*.footer_info_l.f_left {
    display: none;
}*/
a.wechat {
    display: none;
}

