.top {
    position: relative;
    box-shadow: 0px 5px 9px rgba(208, 208, 208, 0.3);
}

.t_bg {
    width: 100%;
    height: 350px;
    background: url(../img/t_bg.jpg) no-repeat center 0
}

.t_bg.news_bg {
    background: url(../img/t_bg_news.jpg) no-repeat center 0
}

.t_bg.product_bg {
    background: url(../img/t_bg_product.jpg) no-repeat center 0
}

.t_bg.t_bg_avtvie {
    background-attachment: fixed;
}

.del .content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 110px;
}

.content .mb {
    height: 130px;
    position: relative;
    line-height: 150px;
}

.content .mb .title {
    width: 262px;
    height: 177px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    line-height: 177px;
    left: 0;
    top: -93px;
    background: url(../img/title_bg.png) no-repeat;
}

.content .mb .line {
    margin-left: 277px;
}

.content .mb .line a {
    margin: 0 10px;
    font-size: 15px;
    color: #010101;
}

.content .c_info {
	padding-top: 30px;
    height: 200px;
}

.content .c_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.content .c_info ul li {
    width: 33.3%;
    height: 100%;
    float: left;
}

.content .c_info ul li div {
    line-height: 112px;
    font-size: 20px;
    font-weight: 800;
    width: 100%;
}

.content .c_info ul li div img {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.content .address .title {
    line-height: 100px;
    font-size: 20px;
    font-weight: 800;
}

.content .address .title img {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.content .address p {
    margin-bottom: 20px;
}

.content .news_list {}

.content .news_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content .news_list ul li {
    height: 60px;
    line-height:60px;
    width: 100%;
    /* padding: 20px; */
    box-sizing: border-box;
    color: #5f5f66;
    border-bottom: 1px dashed #afafaf; 
    
}
.content .news_list ul li span{
    float:right;
    color:#cbcbcb;
}
.content .tab {
    height: 80px;
    line-height: 80px;
    position: relative;
    top: -43px;
    width: 100%;
}

.content .tab div {
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #ff5900;
    background-color: #ececec;
}

.content .tab div.active {
    color: #fff;
    background-color: #ff5900;
}

.content .tab div span {
    margin-left: 35px;
    position: relative;
}

.content .tab .t_m span {
    margin-left: 25px;
}

.content .tab .t_m i {
    width: 18px;
    height: 28px;
    position: absolute;
    top: -4px;
    left: -22px;
    background: url(../img/m_icon_xz.png) no-repeat;
}

.content .tab .t_m.active i {
    background: url(../img/m_icon_wx.png) no-repeat;
}

.content .tab .t_pc i {
    width: 29px;
    height: 27px;
    position: absolute;
    top: -3px;
    left: -35px;
    background: url(../img/pc_icon_xz.png) no-repeat;
}

.content .tab .t_pc.active i {
    background: url(../img/pc_icon_wx.png) no-repeat;
}

.content .product_list {
    position: relative;
}

.content .product_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.content .product_list ul.active {
    display: block;
}

.content .product_list ul li {
    height: 250px;
    margin-bottom: 40px;
    position: relative;
}
.content .product_list ul li .g{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.82);
}

.content .product_list ul li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.content .product_list ul li .logo {
    position: absolute;
    z-index: 3;
    left: -100%;
    transition: left .8s ease-out;
}

.content .product_list ul li .role {
    position: absolute;
    z-index: 3;
    right: -100%;
    transition: right .8s ease-out;
    bottom: 0;
}

.content .product_list ul li.active .logo {
    left: 0;
    top: -18px;
}

.content .product_list ul li.active .role {
    right: 0;
}

.content .product_list ul li .description {
    position: relative;
    z-index: 3;
    height: 100%;
    width: 600px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 33px;
}

.content .product_list ul li .description h2 {
    padding-left: 201px;
    font-weight: 100;
    color: #4d4d4d;
    font-size: 19px;
    margin-bottom: 31px;
}

.content .product_list ul li .description p {
    text-indent: 20px;
    color: #000000;
    line-height: 21px;
    height: 95px;
}

.content .product_list ul li .description div {
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.content .product_list ul li .description div a {
    width: 104px;
    height: 30px;
    color: #fff;
    background: #ff5900;
    text-align: center;
    border-radius: 15px;
    margin-left: 20px;
    border: 1px solid #ff5900;
}

.content .product_list ul li .description div a:hover {
    background: none;
    border: 1px solid #ff5900;
}

.content .product_list ul li .description div span {
    color: #575757;
    font-size: 12px;
    margin-left: 5px;
}

.content .product_list ul li .description div * {
    float: right;
}

.turn_page {
    line-height: 28px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.turn_page a {
    color: #333;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
}

.turn_page span{
    color:#ff5900;
}
.remind {
    min-width: 30px;
    min-height: 30px;
}

.orange_col {
    color: #03b4f5;
}
