@charset "utf-8";
/*CSS Document*/
/* ============================================================================================================================
													全局默认样式
===============================================================================================================================*/
body{font-family: "microsoft yahei", Arial, Helvetica, sans-serif;font-size:14px;line-height:1.7;margin: 0px;padding: 0px;color: #333;background-color:#fff;} 
h1, h2, h3, h4, h5, h6{margin:0px;}
h4, h5, h6{font-weight: normal;}
ul, li, dd, dl, dt,ol{list-style: none;padding: 0px;margin: 0px;}
em,i{font-style: normal;}
hr{color: #eee;background: #eee;}
a{color: #333333;text-decoration: none;}
a:hover ,a:focus, .hov a ,.navusb li a:hover{color: #ff6700;text-decoration: none !important;}
p{padding: 0px;margin: 0px;}
img{max-width: 100%;}
input{ outline:none; border:0; }
input:focus{ outline:none; }
button, input, optgroup, option, select, textarea{font-family: inherit;font-size: inherit;line-height: inherit;outline: 0;}
dd,dt{line-height: 1.7;}
/* ============================================================================================================================
													bootstrap
===============================================================================================================================*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{padding: 0;}
/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.ellipsis-1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ellipsis-2{-webkit-line-clamp: 2;}
.ellipsis-3{-webkit-line-clamp: 3;}
.ellipsis-4{-webkit-line-clamp: 4;}
.ellipsis-5{-webkit-line-clamp: 5;}
.ellipsis-6{-webkit-line-clamp: 6;}
.ellipsis-7{-webkit-line-clamp: 7;}
/* ============================================================================================================================
													全局宽度
===============================================================================================================================*/
.container_main{margin:0 auto;overflow: hidden;padding: 0;}
@media (min-width: 1024px) {
    .container_main{
        min-height:400px;
    }
}
.container{width: 100%;max-width:1520px; margin:0 auto; padding: 0 15px; position: relative;}
@media (max-width:992px) {
	.container{
		padding:0 10px;
	}
}
/* ============================================================================================================================
													page-翻页
===============================================================================================================================*/
.next-map p{position: relative;margin-top: 4px;}
.next-map p:last-child{position: relative;}
.next-map p span{display: inline-block;}
.next-map p .ellipsis-1{display: inline-block;}
/* ============================================================================================================================
													公共标题字体大小
===============================================================================================================================*/
h1{font-size:40px;}
h2{font-size: 36px;}
h3{font-size: 30px;}
@media (max-width: 1440px){
  h1{font-size: 36px;}
  h2{font-size: 30px;}
  h3{font-size: 24px;}
}
@media (max-width: 1024px) {
  h1{font-size: 30px;}
  h2{font-size: 24px;}
  h3{font-size: 18px;}
}
@media (max-width: 640px) {
  h1{font-size: 24px;}
  h2{font-size: 18px;}
  h3{font-size: 14px;}
}

/* ============================================================================================================================
													more-更多按钮
===============================================================================================================================*/
.more{
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size:14px;
    text-align: center;
    border-radius: 0;
    padding: 0;
    line-height:45px;
    width:150px;
    height:45px;
    letter-spacing: .26px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #ffffff;
    color: #222;
}
@media (max-width:992px) {
    .more{
        line-height:35px;
        width:110px;
        height:35px;
    }
}
/* ============================================================================================================================
													浮动
===============================================================================================================================*/
.fr{float: right;}
.fl{float: left;}

 /* ============================================================================================================================
													crumb-面包
===============================================================================================================================*/
.adv-container{
    width: 100%;
    overflow: hidden;
}
.crumb {
    padding:15px 0;
    position: relative;
    border-bottom: 1px solid #ededed;
    background: #ffffff;
}
.crumb .crumb_box ol {
    margin-bottom: 0;
    padding: 0;
    float: left;
}

.crumb .crumb_box ol li {
    float: left;
    font-size: 14px;
}

.crumb .crumb_box ol li:last-child {
    display: none;
}

.crumb .crumb_box ol li a {
    color: #666;
}

.crumb .crumb_box .crumb_ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    float: right;
}

.crumb .crumb_box .crumb_ul li {
    margin-left: 0.2rem;
    color: #000;
}

.crumb .crumb_box .crumb_ul li.active a {
    color: #e43124;
}
.crumb .crumb_box ul li a .iconfont ,
.crumb .crumb_box ol li a .iconfont{
    font-size: 12px;
    color: #333;
}

.crumb .crumb_box .crumb_ul li:last-child {
    display: none;
}

.J_show {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position:fixed;
    background-color: #ffffff;
    display: none;
    z-index:100;
    padding: 50px 0 60px;
}

.J_show li a {
    padding:15px 10px;
    color: #333333;
    display: block;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

.J_show li:last-child a {
    border: none;
}
.J_show .h-btn{
    display: block;
    margin:20px auto 0;
    width:120px;
    height:35px;
    line-height:35px;
    text-align: center;
    font-size:14px;
    color: #fff;
    background: #ff6700;
}

@media (max-width:992px) {
    .crumb{
        padding: 0.2rem 0;
    }
    .crumb .crumb_box .crumb_ul li:nth-of-type(n+2) {
        display: none;
    }

    .crumb .crumb_box .crumb_ul li:last-child {
        display: block !important;
    }

    .crumb .crumb_box .crumb_ul li.active a {
        color: #e43124;
        font-size: 14px;
    }
}

/* ============================================================================================================================
													全局内容与头部间隔样式
===============================================================================================================================*/

.guide_mian {
    margin-top: 25px;
}

@media (max-width: 768px) {
    .guide_mian {
        margin-top: 15px;
    }
}

/* ============================================================================================================================
													全局swiper轮播点经过 样式
===============================================================================================================================*/
.banner_container .swiper-pagination-bullet{
    background: #ffffff;
    opacity:1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff6700;

}

/*============================================================================================================================
													header-头部
===============================================================================================================================*/
.header_box,
.header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.7rem;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.header_fixed {
    position: fixed;
}

.header_box .header .container {
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
}

.header .logo {
    display: block;
    overflow: hidden;
    float: left;
    height: 0.42rem;
    line-height: 0.42rem;
    margin-top: 0.15rem;
}

.header .logo img {
    display: block;
    overflow: hidden;
    width: auto;
    height: 100%;
    border-radius: 5px;
    margin-right: 8px;
    float: left;
}

.header .logo span {
    display: block;
    overflow: hidden;
    color: #3e3e3e;
    font-size: 22px;
    height: 0.42rem;
    line-height: 0.42rem;
    font-weight: 600;
}

.header_search,
.header_search span {
    line-height: 0.7rem;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 18px;
}

.header_search .search {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    height: 0.7rem;
    width: 100%;
}

.header_search .search ol {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 1;
}

.header_search .search ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    height: 60px;
    width: 90%;
    max-width: 8rem;
    z-index: 2;
}

.header_search .search ul form {
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #1e1e1e;
}

.header_search .search ul input {
    outline: none;
}

.header_search .search ul input[type="text"] {
    border: none;
    width: 100%;
    display: block;
    border: none;
    height: 60px;
    text-align: left;
    color: #666;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 85px 0 0.2rem;
    background: #fff;
}

.header_search .search ul input[type="text"]:focus {
    text-align: left;
}

.header_search .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 2;
    width: 85px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #1e1e1e;
    background: #ffffff;
    font-size: 24px;
}

.header_search i {
    position: relative;
    width: 0.32rem;
    height: 0.36rem;
    line-height: 0.7rem;
    cursor: pointer;
    font-size: 28px;
    color: #1e1e1e;
    z-index: 5;
    margin-right: 10%;
    margin-top: 0;
}

.header .lang_box {
    line-height: 0.7rem;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0.2rem;
    position: relative;
}

.header .lang_box i {
    line-height: 0.7rem;
    display: block;
    color: #1e1e1e;
    cursor: pointer;
    font-size: 24px;
}

.header .lang_box .lang {
    position: absolute;
    z-index: 999;
    top: 0.7rem;
    left: -0.7rem;
    display: none;
    height: 90px;
    width: 2rem;
    text-align: center;
    background-color: #f6f6f6;
    overflow: hidden;
}

.header .lang_box a,
.header .lang_box .lang i {
    float: left;
    padding: 0px 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.header .lang_box a {
    color: #222;
    border-bottom: 1px solid #ffffff;
}

.header .lang_box a:hover {
    color: #e43124;
}

.header .nav {
    line-height: 0.7rem;
    display: block;
    color: #333;
    font-size: 14px;
    margin-right: 0.3rem;
}

.header .nav li {
    position: relative;
    float: left;
    line-height: 0.4rem;
    padding: 0.15rem 0.25rem;
    margin: 0 1px;
}

.header .nav li a {
    font-size: 14px;
    color: #222;
}

.header .nav li i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg);
    margin-top: -5px;
}

.header .nav .active .navlia,
.header .nav li:hover .navlia {
    color: #ff6700;
}

.header .nav li .navsub {
    display: none;
    position: absolute;
    left: 0.25rem;
    top: 95%;
    width: 180px;
    line-height: 40px;
    background: #f6f6f6;
    border-top: 3px;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    display: block;
}

.header .nav li:hover .navsub {
    border-top: 3px solid #ff6700;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 100;
    display: block;
}

.header .nav .navsub li {
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid white;
}

.header .nav .navsub li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
    line-height: 45px;
}

.header .nav .navsub li a:hover {
    color: #ff6700;
    transition: all 0.5s ease-in-out;
}

.header .m_nav {
    position: fixed;
    z-index: 90;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0;
    transform: translateX(-100%);
    transition: 0.6s ease-in-out;
}

.header .navon {
    transform: translateX(0);
    transition: 0.6s ease-in-out;
}

.header .m_nav ul {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 120px;
    margin-top: -1px;
}

.header .m_nav .mnavli {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.header .m_nav .mnavli a {
    display: block;
}

.header .m_nav .mnavli .mnavlia {
    padding: 0 15px;
    font-size: 14px;
    line-height: 3.5;
    border-top: 1px solid #f2f2f2;
}

.header .m_nav .mnavli i {
    position: absolute;
    right: 0.35rem;
    padding-left: 0.05rem;
    width: 0.34rem;
    height: 42px;
    top: 0;
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 42px;
}

.header .m_nav .on .son {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.header .m_nav .mnavli .m_navsub {
    width: 100%;
    overflow: hidden;
    padding: 5px 10px;
    display: none;
}

.header .m_nav .mnavli .m_navsub li {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    padding-left: 48px;
}

@media (min-width: 993px) and (max-width: 1600px) {

    .header_box,
    .header {
        height: 60px;
    }

    .header .logo {
        height: 36px;
        line-height: 36px;
        margin-top: 12px;
    }

    .header .logo span {
        height: 36px;
        line-height: 36px;
        font-size: 20px;
    }

    .header .nav li {
        line-height: 40px;
        padding: 10px 0.25rem;
    }

    .header .lang_box,
    .header .lang_box i,
    .header_search,
    .header_search span,
    .header_search i,
    .header .nav {
        line-height: 60px;
    }

    .header .lang_box .lang {
        top: 60px;
    }

    .header_search .search {
        height: 60px;
    }
}

@media (max-width: 992px) {

    .header_box,
    .header {
        height: 50px;
        line-height: 50px;
    }

    .header {
        border-bottom: 1px solid #dcdcdc;
    }

    .header .logo {
        height: 28px;
        line-height: 28px;
        margin-top: 11px;
    }

    .header .logo span {
        height: 28px;
        line-height: 28px;
        font-size: 20px;
    }

    .header .lang_box i {
        padding: 0 10px;
        line-height: 50px;
    }

    .header .lang_box,
    .header .lang_box i,
    .header_search,
        {
        line-height: 50px;
    }

    .header_search span {
        line-height: 50px;
        margin-right: -9px !important;
    }

    .header .lang_box .lang {
        top: 50px;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
    }

    .header .lang_box {
        font-size: 12px;
        margin: 0 0.07rem;
    }

    .mnav_btn {
        color: white;
        cursor: pointer;
        width: 50px;
    }

    .mnav_btn span {
        float: left;
        width: 25px;
        height: 2px;
        background-color: #666;
        margin-top: 6px;
        -ms-transform-origin: 7% 50%;
        -moz-transform-origin: 7% 50%;
        -webkit-transform-origin: 7% 50%;
        -o-transform-origin: 7% 50%;
        transition: all 0.3s;
        margin-left: 25px;
    }

    .mnav_btn .line1 {
        margin-top: 16px;
    }

    .header .mnav_btn .on .line1 {
        transform: rotate(45deg);
    }

    .header .mnav_btn .on .line2 {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transform: rotate(0);
    }

    .header .mnav_btn .on .line3 {
        transform: rotate(-45deg);
    }

    .header_search .search {
        height: 100%;
    }

    .header_search .search ol {
        padding: 0;
    }

    .header_search .search ul {
        margin: 0.5rem auto 0;
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: initial;
    }

    .header_search .search ul form {
        margin: 0 auto;
        width: 90%;
    }

    .header_search .search .visible-sm {
        overflow: hidden;
        position: relative;
        z-index: 2;
        padding: 30px 0;
        width: 90%;
        margin: 0 auto;
    }

    .header_search .search .visible-sm .key_box {
        position: relative;
        overflow: hidden;
        height: auto;
        margin: 0 0 0 -5px;
    }

    .header_search .search .visible-sm .key_box li {
        display: inline;
    }

    .header_search .search .visible-sm .key_box li a {
        background-color: #f5f5f5;
        color: #666666;
        font-size: 12px;
        padding: 6px;
        margin: 5px;
    }

    .header_search .search .visible-sm h2 {
        font-size: 16px;
    }

    .header_search .search ul,
    .header_search .search ul form,
    .header_search .search ul input[type="text"],
    .header_search .search_btn {
        height: 48px;
        line-height: 48px;
    }

    .header_search .search ul input[type="text"] {
        padding-right: 55px;
    }

    .header_search .search_btn {
        width: 50px;
        font-size: 20px;
    }

    .header_search i {
        margin-right: 20px;
        width: 26px;
        height: 55px;
        font-size: 24px;
        line-height: 55px;
    }
}
/* ============================================================================================================================
													banner
===============================================================================================================================*/
.banner_container {
    width: 100%;
    position: relative;
}

.banner_container a {
    display: block;
    overflow: hidden;
    min-height: 650px;
    color: #ffffff;
}

.banner_container a::before {
    background-color: #1b1a1a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0.25)), color-stop(34%, rgba(27, 26, 26, 0)), color-stop(82%, rgba(27, 26, 26, 0)));
    background-image: -o-linear-gradient(top, rgba(27, 26, 26, 0.25) 0, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%);
    background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.25) 0, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%);
    opacity: .5;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner_container ._main {
    position: absolute;
    left:50%;
    top: 50%;
    transform:translate(-50% ,-50%);
    max-width: 650px;
    z-index: 2;
    text-align: center;
    line-height: 1.5;
}

.banner_container h2 {
    font-size: 0.48rem;
    font-weight: 700;
    text-transform: capitalize;
}

.banner_container p {
    font-size: 18px;
    margin: 10px auto 15px;
}

.banner_container .more {
    margin: auto;
}

.banner_container .swiper-button-prev {
    background: url(../images/left.png) center no-repeat;
    background-size: 0.32rem;
}

.banner_container .swiper-button-next {
    background: url(../images/right.png) center no-repeat;
    background-size: 0.32rem;
}

.banner_container .swiper-button-next:after,
.banner_container .swiper-button-prev:after {
    font-size: 0;
}

@media (min-width:992px) and (max-width:1360px) {
    .banner_container h2 {
        font-size: 36px;
    }

    .banner_container p {
        font-size: 16px;
    }
}

@media (max-width:992px) {
    .banner_container ._main {
        width: 90%;
        padding: 0 12px;
        max-width: 450px;
    }

    .banner_container h2 {
        font-size: 24px;
    }

    .banner_container p {
        font-size: 14px;
        margin: 5px auto 10px;
    }

    .banner_container .swiper-button-next,
    .banner_container .swiper-button-prev {
        opacity: 0;
    }

    .banner_container a {
        min-height: 6rem;
    }
}

/* ============================================================================================================================
													网页底部
===============================================================================================================================*/
.footer_box {
    position: relative;
    background-color: #1e1e1e;
    overflow: hidden;
}

.footer_top {
    padding: 0.6rem 0;
    overflow: hidden;
}

.footer_box a,
.footer_box {
    color: white;
}

.footer_box a:hover {
    color: #ff6700;
}

/*---底部栏目--*/
.footer_top_left {
    float: left;
    overflow: hidden;
}

.footer_top_left ul {
    overflow: hidden;
}

.footer_top_left li {
    float: left;
    width: 16.66%;
    padding-right: 3%;
}

.footer_top_left li .lia {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.footer_top_left li ol {
    width: 100%;
    padding: 0;
}

.footer_top_left li ol a {
    display:block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    color: #aeaeae;
    width: 100%;
}

.footer_top_right .footer_top_txt {
    padding-right: 20px;
}

.footer_top_right .footer_top_txt p,
.footer_top_right .footer_top_txt a {
    font-size: 14px;
    color: #aeaeae;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer_top_right ._tel {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
}

.footer_top_right ._tel img {
    float: left;
    height: 37px;
    margin-right: 10px;
    margin-top: 12px;
}

.footer_top_right ._tel h2 span {
    display: block;
    font-size: 14px;
    color: #aeaeae;
}

.footer_top_right ._tel h2 p {
    display: block;
    color: #ff6700;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0;
}

.footer_top_right {
    float: right;
    overflow: hidden;
    font-size: 14px;
}

.footer_top_right ul li {
    float: left;
    margin-left: 3%;
    width: 47%;
}

.footer_top_right ul li img {
    width: 100%;
    background-color: #ffffff;
}

.footer_top_right ul li p {
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}

/*---底部信息--*/
.footer_bottom {
    border-top: 1px solid #474747;
    font-size: 14px;
    padding: 0.24rem 0;
    overflow: hidden;
}

/*---底部技术支持--*/
.footer_bottom .footer_icp {
    float: right;
    text-align: right;
    font-weight: 400;
}

.footer_icp a {
    margin-right: 0.1rem;
}

.footer_icp a:nth-child(3) {
    margin-right: 0;
}

.footer_bottom span {
    float: right;
    margin-right: 0.1rem;
}

/*---底部友情链接--*/
.footer_links {
    float: left;
    overflow: hidden;
    max-width: 50%;
}

.footer_links li {
    float: left;
    margin-right: 0.1rem;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 992px) {
    .footer_box .container {
        padding: 0 15px 60px;
    }

    .footer_top {
        padding: 40px 0 20px;
    }

    .footer_top_right .footer_top_txt {
        padding-right: 0;
    }

    .footer_top_right ._tel {
        margin-top: 0px;
        display: none;
    }

    .footer_top_right .footer_top_txt p,
    .footer_top_right .footer_top_txt a {
        font-size: 14px;
        text-align: center;
        font-weight:normal!important;
        margin-bottom: 5px;
    }

    .footer_top_right ._tel h2 p {
        font-size: 24px;
    }

    .footer_top_right ._tel img {
        margin-top: 9px;
    }
    .footer_top_right ul {
        margin-top: 5px;
        padding:0 10%;
    }
    .footer_top_right ul li {
        margin: 0 2%;
        width:46%;
        padding: 0;
    }

    .footer_top_right ul li:nth-child(2n) {
        margin: 0 0 0 0;
    }
    .footer_links {
        max-width:100%;
    }
}

/*==============================================================================================*/
/*手机底导航
  /*==============================================================================================*/
@media (max-width: 992px) {
    .footer-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 8888;
        background-color: #ff6700;
        height: 50px;
        display: block;
    }

    .footer-nav ul {
        position: relative;
        display: block;
    }

    .footer-nav ul li {
        float: left;
        width: 20%;
        height: 45px;
        text-align: center;
        overflow: hidden;
    }

    .footer-nav ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .footer-nav ul li span {
        position: relative;
        display: block;
        text-align: center;
        width: 20px;
        height: 20px;
        margin: 5px auto;
        overflow: hidden;
    }

    .footer-nav ul li:nth-child(3) span {
        position: absolute;
        top: -1.68em;
        width: 6.2em;
        height: 6.2rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        overflow: hidden;
    }

    .footer-nav ul li:nth-child(3) p {
        display: none;
    }

    .footer-nav ul li span img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        height: 100%;
    }

    .footer-nav ul li p {
        color: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 11px;
    }

    .footer-nav ul li:nth-child(3) span img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .footer_top_txt a {
        font-size: 14px;
        text-align: center;
        font-weight: 400 !important;
        display: block;
    }

    .footer_bottom i {
        display: none;
    }

    .footer_bottom span {
        display: none;
    }
}

@media (min-width:992px) {
    .footer_top_txt p:nth-child(3) {
        display: none;
    }

    .footer_top_txt p:nth-child(4) {
        display: none;
    }
}


/* ============================================================================================================================
													侧栏导航
===============================================================================================================================*/
.sidebar-nav {
    position: fixed;
    z-index: 999;
    right: 1px;
    top: 50%;
    margin-top: -120px;
    width: 66px;
}

.sidebar-nav .line {
    padding-top: 8px;
    width: 100%;
    height: 66px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 1px;
    background-color: #ff6700;
}

.sidebar-nav .line .item {
    text-align: center;
    font-size: 12px;
}

.sidebar-nav .line .item p {
    color: #ffffff;
}

.sidebar-nav .item img {
    width: 30px;
}

.sidebar-nav .tbox {
    width: 290px;
    position: absolute;
    top: 0;
    right: 66px;
    display: none;
}

.sidebar-nav .tbox ._main {
    position: relative;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 23px 30px;
}

.sidebar-nav .tbox ._main::after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 16px;
    right: -14px;
}

.sidebar-nav .tbox2 ._main>div {
    padding-left: 30px;
    background: url(/themes/skin/static/images/celan_02-1.png) no-repeat left;
    background-size: 24px 24px;
}

.sidebar-nav .tbox1 p,
.sidebar-nav .tbox2 p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 5px;
}

.sidebar-nav .tbox2 img {
    width: 66px;
    height: 66px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.sidebar-nav .tbox .mb {
    font-size: 16px;
    color: #ff6700;
}

.sidebar-nav .line:hover>.tbox {
    display: block;
}

/* ============================================================================================================================
													图文列表
===============================================================================================================================*/
.mutlist,
.mutlist .mutlist_ul {
    overflow: hidden;

}
.mutlist .mutlist_ul {
    width: 101%;
    margin: 0 0 -0.5% -0.5%;
}

.mutlist .mutlist_ul li {
    width:24%;
    float: left;
    overflow: hidden;
    margin: 0 0.5% 0.5%;
}

.mutlist .mutlist_ul li dt {
    position: relative;
    width: 100%;
    padding-top: 66.7%;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.mutlist .mutlist_ul li dt img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 94%;
    height: 92%;
    display: block;
}
.mutlist .mutlist_ul li dd {
    overflow: hidden;
    text-align: center;
    padding:15px;
    background: #f0f0f0;
    font-size:12px;
    line-height:2.2;
    color: #999999;
}
.mutlist .mutlist_ul li h3{
    font-size:16px;
    color: #333;
}
@media (max-width:992px) {
    .mutlist .mutlist_ul li {
        width: 48%;
        margin: 0 1% 2%;
    }
    .mutlist .mutlist_ul li h3{
        font-size:14px;
    }
    .mutlist .mutlist_ul li dd {
        padding:0.15rem;
    }
}


/* ============================================================================================================================
													文章列表
===============================================================================================================================*/
.artlist-box{
    overflow: hidden;
}
.artlist{
    background: #fff;
    border-left: 0px solid #ebebeb;
    margin-left: -1px;
    padding:0.4rem 0.3rem 0.3rem;
    margin: 0.3rem 0;
}
.artlist ul{
    border: 1px solid #e3e3e3;
    border-bottom: 0;
}
.artlist ul li a{
    display: block;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding:25px 20px;
    position: relative;
}
.artlist ul li dt img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width:100%;
    height:100%;
    display: block;
    object-fit: cover;
}
@media (min-width:992px) {
    .artlist ul li dt{
        position: relative;
        overflow: hidden;
        width:230px;
        height:140px;
    }
    .artlist ul li dd{
        position: absolute;
        left:270px;
        right:20px;
        top:25px;
        bottom:20px;
        z-index: 1;
    }
}
.artlist ul li dd h3{
    display: inline-block;
    max-width: 100%;
    height:24px;
    line-height:24px;
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.artlist ul li dd p{
    margin: 0.1rem 0 0.2rem;
    font-size: 14px;
    line-height:24px;
    height:48px;
    color: #666666;
}
.artlist ul li dd span{
    display: block;
    width: 98px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #ff6700;
    text-align: center;
    border: 1px solid #ff6700;
    position: relative;
}
.artlist ul li dd span::before{
    content: '';
    position: absolute;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid #fff;
    left: -1px;
    top: 50%;
    margin-top: -9px;
    z-index: 1;
}
.artlist ul li dd span::after{
    content: '';
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #ff6700;
    left: -1px;
    top: 50%;
    margin-top: -5px;
    z-index: 2;
}
.artlist ul li:hover {
    box-shadow: 5px 5px 10px #ededed, -5px -5px 10px #ededed;
}

.artlist ul li:hover dd h4 a {
    color: #ff6700;
}

.artlist ul li:hover dd span{
    background: #ff6700;
    color: #fff;
}

.artlist ul li:hover dd span:before {
    border-left: 10px solid #ff6700;
}

.artlist ul li:hover dd span:after {
    border-left: 7px solid #fff;
}

.artlist .item{
    overflow: hidden;
    margin-bottom: 30px;
}
.artlist .item ._pic{
    float: right;
    width:30%;
    max-width: 360px;
}
.artlist .item  ._con{
    float: left;
    width:65%;
    padding-top: 40px;
}
.artlist .item  ._con h4{
    height: 32px;
    position: relative;
    padding-left:85px;
    margin-bottom: 20px;
}
.artlist .item  ._con h4 em{
    position: absolute;
    width: 74px;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    color: #ffffff;
    background-color: #ff6700;
    text-align: center;
    font-style: normal;
    left: 0;
    top: 0;
}
.artlist .item  ._con h4 span{
    display: inline-block;
    height: 32px;
    max-width: 100%;
    line-height: 32px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.artlist .item  ._con p{
    line-height:24px;
    height: 48px;
    font-size: 14px;
    color: #666666;
    margin-bottom:20px;
}
.artlist .item  ._more{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}


@media (max-width:992px) {
    .artlist-box{
        background-color: #ffffff;
    }
    .artlist{
        padding: 0;
    }
    .artlist ul{
        border: 0;
    }
    .artlist ul li a{
        padding: 0.25rem 0;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-flow: wrap;
    }
    .artlist ul li dt{
        position: relative;
        overflow: hidden;
        width:32%;
        height:1.3rem;
        overflow: hidden;
        border-radius:0.1rem;
    }
    .artlist ul li dd {
        width:66%;
        position: relative;
    }
    .artlist ul li dd span ,.artlist .item {
        display: none;
    }
    .artlist ul li dd h3{
        margin-top:5px;
        font-size:0.28rem;
        height:0.3rem;
        line-height:0.3rem;
        color: #333333;
    }
    .artlist ul li dd p{
        margin:0;
        font-size:0.24rem;
        line-height:0.36rem;
        height:0.72rem;
    }
}

/* ============================================================================================================================
													文章列表
===============================================================================================================================*/
.prolist-box{
    overflow: hidden;
    padding: 0.3rem 0;
}
.prolist ul{
    width: 101%;
    margin:-1% 0 0 -0.5%;
}
.prolist-tab{
    width: 100%;
    overflow: hidden;
}
.prolist-tab li , .prolist-tab span{
    float: left;
    margin:0 1% 2% 0;
}
.prolist-tab li a ,.prolist-tab span{
    display:inline-block;
    color: #333;
}
.prolist li{
    float: left;
    width:24%;
    margin:1% 0.5% 0;
    background-color: #ffffff;
}
.prolist li a{
    display: block;
    padding:0.3rem;
}
.prolist li dt{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.prolist li dt img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.prolist li dd{
    float: left;
    width: 100%;
    padding:0.1rem 0 0.2rem 0;
}
.prolist li dd h4{
    font-size: 18px;
    color: #000000;
    height: 20px;
    transition-duration: .5s;
    margin-bottom:6px;
}
.prolist li dd p{
    color: #666;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
@media (max-width:992px) {
    .prolist ul{
        width: 102%;
        margin:-2% 0 0 -1%;
    }
    .prolist li{
        width:48%;
        margin:2% 1% 0;
    }
    .prolist li dd h4{
        font-size: 16px;
        margin-bottom:0;
    }
    .prolist li dd p{
        font-size:12px;
    }
}
/* ============================================================================================================================
												上下文章切换
===============================================================================================================================*/
.return-box{
    position: relative;
    border-top: 1px solid #dedede;
    overflow: hidden;
    background-color: #ffffff;
}
.return-box::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #dedede;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.return-box a{
    position: relative;
    float: left;
    width: 50%;
    padding: 0 0.7rem 0 0.3rem;
    height: 62px;
    line-height: 62px;
}
.return-box a::before{   
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #b3b3b3;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right:0.4rem;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

@media (max-width:992px) {
    .return-box{
       padding: 10px 0;
       overflow: hidden;
    }
    .return-box::before{
        width: 0;
    }
    .return-box a{
        width: 100%;
        line-height: 35px;
        height: 35px;
    }
}


/* ============================================================================================================================
											recommend-box 推荐语侧栏公共样式
===============================================================================================================================*/

.recommend-box{
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.4rem;
}
.recommend-box ul{
    padding:30px 0;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}
.recommend-box ul::before{
    content: '';
    position: absolute;
    width: 1px;
    background: #dedede;
    left: 50%;
    top: 29px;
    bottom: 29px;
    z-index: 1;
}
.recommend-box ul li{
    float: left;
    width:50%;
    padding: 0 30px;
    position: relative;
}

.recommend-box ul li dt{
    float: left;
    position: relative;
    width:32%;
    overflow: hidden;
    margin-right:20px;
}
.recommend-box ul li dd{
    overflow: hidden;
}
.recommend-box ul li dd h4{
    height: 34px;
    line-height: 34px;
    display:block;
    width: 100%;
    font-size:20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend-box ul li dd p{
    color: #666666;
}
.recommend-box h3{
    font-weight: normal;
    padding: 0 0 0.2rem 0;
    position: relative;
    font-size: 22px;
    color: #000000;
}
.recommend-box h3::before{
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background: #ff6700;
    left: 0;
    bottom:0px;
}
.recommend-box ._main li{
    height: 36px;
    padding: 0 25px 0 50px;
    position: relative;
    line-height: 36px;
    font-weight: normal;
}
.recommend-box ._main li::before{
    content: "";
    position: absolute;
    width:8px;
    height:8px;
    border-radius: 100%;
    border: 2px solid #ff6700;
    left:30px;
    top: 50%;
    margin-top: -4px;
}
.recommend-box ._main li a{
    width: 60%;
    display: inline-block;
    max-width: 400px;
    height: 36px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recommend-box ._main li span{
    text-align: right;
    float: right;
    width: 90px;
    height: 36px;
    color: #808080;
}
@media (max-width:992px) {
    .recommend-box h3{
        font-weight:550;
        font-size:16px;
    }
    .recommend-box ul::before{
        width: 0;
    }
    .recommend-box ul{
        padding: 0.3rem 0;
    }
    .recommend-box ul li{
        width: 100%;
        padding: 0 0.3rem;
        margin-bottom: 10px;
    }
    .recommend-box ._main li{
        margin: 0;
        padding: 0 0.3rem 0 0.6rem;
    }
    .recommend-box ul li dd h4{
        font-size: 18px;
        height:24px;
        line-height:24px;
    }
    .recommend-box ._main li a{
        font-size:14px;
    }
    .recommend-box ._main li::before{
        left:0.3rem;
    }
}
@media (min-width:640px) {
    .recommend-box ul li dt{
        padding-top:19%;
    }
    .recommend-box ul li dt img{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
}
@media (max-width:640px) {
    .recommend-box ul li dt ,  .recommend-box ul li dd{
        padding: 0;
        width: 100%;
    }
    .recommend-box ul li dd h4{
        margin-top:8px;
    }
    .recommend-box ul{
        padding:0.3rem 0;
    }
    .recommend-box ul li{
        margin:0.2rem 0;
    }
}

/* ============================================================================================================================
												文章详情
===============================================================================================================================*/
.article_main{
    width: 100%;
    overflow: hidden;
    margin: 0.3rem 0;
}
.article_main ._left{
    float: left;
    width:76%;
    margin-right:1%;
    background-color: #ffffff;
    overflow: hidden;
}   
.article_main ._left ._main{
    padding:0.3rem;
    overflow: hidden;
} 
.article_main ._left h2{
    line-height: 50px;
    font-size: 26px;
    font-weight: normal;
    color: #1a1a1a;
    margin-bottom:5px;
}
.article_main ._left .time{
    line-height:20px;
    font-size: 14px;
    color: #999999;
    padding-bottom: 7px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}
.article_main ._right{
    overflow: hidden;
}
.article_main ._right ._main{
    padding:0.25rem 0.2rem 0.3rem;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    overflow: hidden;
}
.article_main ._right h3{
    font-weight: normal;
    padding: 0 70px 10px 0;
    position: relative;
}
.article_main ._right h3::before{
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background: #ff6700;
    left: 0;
    bottom: 2px;
}
.article_main ._right h3 span{
    display: block;
    height:36px;
    line-height:36px;
    font-size: 22px;
    color: #333333;
}
.article_main ._right h3 a{
    position: absolute;
    width: 23px;
    height: 23px;
    color: rgb(143, 143, 143);
    text-align: center;
    right: 10px;
    top: 8px;
    font: 22px / 20px 宋体;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 100%;
}
.article_main ._right ul{
    width: 102%;
    margin:10px 0 0 -1%;
}
.article_main ._right li{
    float: left;
    width:48%;
    margin:1%;
    text-align: center;
    line-height: 2;
    padding: 10px;
    background-color: #f5f5f5;
}
.article_main ._right ._tel{
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.article_main ._right ._tel a{
    display:block;
    padding:15px 15px 15px 55px;
    background: url(../images/tel.png) left 15px center no-repeat;
    background-size:30px;
    background-color: #f5f5f5;
    font-size:20px;
    font-weight: bold;
}

@media (min-width:992px) {
    .article_main ._left ._main{
        min-height:593px;
    }
}
@media (max-width:992px) {
    .article_main ._left{
        width: 100%;
        padding: 0;
    }
    .article_main ._left ._main {
        padding: 0.4rem 0.3rem;
        min-height:400px;
    }
    .article_main ._left h2{
        font-size:18px;
        line-height:24px;
        font-weight: bold;
    }
    .article_main ._left .time{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .article_main ._right{
        display: none;
    }
}

/* ============================================================================================================================
												产品详情
===============================================================================================================================*/

.product_detail {
    overflow: hidden;
}

.product_main {
    overflow: hidden;
    margin: 0.3rem 0;
}

.product_detail ._thumb {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #ffffff;

}

.product_detail ._thumb>div{
    overflow: hidden;
    width:50%;
    position: relative;
}
.product_detail ._thumb ._pic{
    padding: 0.2rem;
}
.product_detail ._thumb ._pic>div{
    position: relative;
    overflow: hidden;
}
.product_detail  ._left img{
    display: block;
    margin: auto;
}
.product_detail  ._right{
    float: left;
    width: 90px;
    height:435px;
    padding:30px 0;
    margin-right: 10px;
}
.product_detail  ._right ._btn {
    right:0;
    left:0;
    margin: 0 auto;
    position: absolute;
    display: block;
    height:25px;
    cursor: pointer;
    z-index: 10;
    background-size:25px!important;
    background-color: #ffffff!important;
    width: 100%;
    opacity: 1;
    outline: 0;
    box-shadow: none;
}
.product_detail .swiper-button-next:after, .product_detail .swiper-button-prev:after{
   opacity: 0;
}

.product_detail ._right .swiper-button-prev {
    top:0px;
    background: url(../images/prev.png) no-repeat center;
}

.product_detail ._right.swiper-button-prev:hover {
    background: url(../images/prev1on.png) no-repeat center;
}
.product_detail ._right .swiper-button-next {
    top:auto;
    bottom:0px;
    background: url(../images/next.png) no-repeat center;
}

.product_detail ._right .swiper-button-next:hover {
    background: url(../images/nexton.png) no-repeat center;
}
.product_detail  ._right li span{
    cursor: pointer;
    border: 1px solid #bfbfbf;
}
.product_detail  ._right li span ,.product_detail  ._right li img{
    display:block;
    width:100%;
    height:100%;
    max-height: 90px;
}
.product_detail  ._right .swiper-slide-thumb-active span {
    border: 2px solid #ff6700;
}

.product_detail ._thumb ._txt {
    padding:0.5rem 0.3rem;
    background-color: #ffffff;
}

.product_detail ._thumb ._txt h2 {
    font-size:24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product_detail ._thumb ._txt p {
    color: #999;
    margin-bottom: 10px;
}
.product_detail ._thumb ._txt ul {
    color: #999;
    line-height: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_detail ._thumb ._txt ul li {
    width: 50%;
}

.product_detail ._thumb ._txt ul li em {
    font-size: 14px;
}

.product_detail ._thumb ._txt span {
    margin:0.1rem 0 0.15rem;
    line-height:1.3;
    display: block;
}

.product_detail ._thumb ._txt span a {
    display: block;
    font-weight: bold;
    color: #ff6700;
    font-size: 24px;
}

.product_detail ._thumb ._txt .more{
    background: #ff6700;
    color: #ffffff;
}
.product_detail ._title {
    margin:0.3rem 0 0;
}
.product_detail ._content {
    overflow: hidden;
    padding:0.3rem 0.2rem;
    background-color: #ffffff;
}


@media (max-width:992px) {
    .product_detail ._thumb ._txt h2{
        font-size: 18px;
        margin: 5px 0;
    }
    .product_detail ._thumb{
        flex-wrap:wrap;
    }
    .product_detail ._thumb>div{
        width:100%;
    }
    .product_detail ._thumb ._txt{
        margin-top: -0.1rem;
    }
    .product_detail  ._right{
        width:1rem;
        height:4.9rem;
        padding:0.3rem 0;
    }
    .product_detail ._right ._btn{
        height: 0.25rem;
        background-size: 0.3rem!important;
    }
}


