@charset "utf-8";

/* CSS Document */
body {
    FONT-SIZE: 14px;
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    color: #666666;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    overflow-x: hidden;
    box-sizing: border-box;

}

* {
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

li {
    list-style: none
}

ul {
    padding-left: 0;
    margin: 0 0
}

a {
    color: #666
}

.center {
    width: 1200px;
    margin: 0 auto
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0 0;
    padding: 0 0;
    font-weight: 500
}

.ctrl span {
    float: left;
    cursor: pointer;
}

input,
textarea,
select {
    outline: none;
    font-family: "微软雅黑";
}

img {
    border: none;
    display: block;
}

dd,
dl {
    margin: 0;
    padding: 0;
}

.cursor_pointer {
    cursor: pointer;
}

button {
    cursor: pointer;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.clear {
    clear: both
}

.sr-bdimgshare .bdimgshare-content {
    display: none;
}

.sr-bdimgshare-black .bdimgshare-bg {
    display: none;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.pc_none {
    display: none;
}

#page {
    width: 100vw;
}

.panel {
    display: none;
    background-color: #333;
    color: #fff;
}

.top {
	position:fixed;
	width:100%;
	top:0;
	z-index:999;
    height: 90px;
    background:rgba(255,255,255,0.95);
    /*border-bottom: solid 1px #262727;*/
}
.banner{
	margin-top:90px;
}
.top .logo {
    margin-left: 40px;
}

.top .telephone {
    font-size: 28px;
    color: #ff6600;
    line-height: 90px;
    margin-right: 45px;
    padding-left: 35px;
	font-weight:bold;
    background: url("../img/telephone.png") left center no-repeat;
    ;
}

.top .nav {
    margin-right: 75px;
}

.top .nav a {
    display: block;
    width: auto;
    line-height: 90px;
    height: 88px;
    text-align: center;
    font-size: 16px;
	font-weight: bold;
    color: #000;
    margin: 0 12px;
    transition: all 0.3s ease-in-out;
}

.top .nav a:hover {
    color: #ff6600;
    border-bottom: solid 2px #ff6600;
}

.top .nav .xuanzhong {
    color: #ff6600;
    border-bottom: solid 2px #ff6600;
}

.banner .banner_img {
    width: 100%;
}

.banner .swiper-button-prev {
    width: 44px;
    height: 74px;
    left: 113px;
    margin-top: -37px;
    background: url("../img/banner_l.png") center center no-repeat;
}

.banner .swiper-button-next {
    width: 44px;
    height: 74px;
    right: 113px;
    margin-top: -37px;
    background: url("../img/banner_r.png") center center no-repeat;
}

.banner .banner_img {
    height:881px;
    position: relative;
}

.banner .banner_img .h6 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 162px;
    padding-top: 230px;
}

.banner .banner_img .xian {
    width: 100px;
    height: 1px;
    background: #fff;
    margin: auto;
    margin-bottom: 26px;
    -webkit-animation: fadeInUp 1s 1 ease-out;
}

.banner .banner_img .h6 span {
    color: #f26522;
}

.banner .banner_img .p {
    width: 386px;
    margin: auto;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}

.banner .banner_img .ljjr {
    display: block;
    width: 219px;
    height: 49px;
    margin: auto;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 49px;
    margin-top: 62px;
    border: solid 1px #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-animation: fadeInUp 0.4s 1 ease-out;
}

.banner .banner_img .ljjr:hover {
    background: #ff6600;
    border: solid 1px #ff6600;
}

.banner .banner_img .button {
    width: 227px;
    height: 52px;
    border-radius: 52px;
    border: solid 1px #dbd8d7;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
    display: block;
    margin: auto;
    margin-top: 35px;
    transition: all 0.3s ease-in-out;
}

.banner .banner_img .button:hover {
    background: #ff6600;
    border: solid 1px #ff6600;
}

.banner .swiper-slide-active .banner_img .h6 {
    -webkit-animation: fadeInUp 0.4s 1 ease-out;
}

.banner .swiper-slide-active .banner_img .p {
    -webkit-animation: fadeInUp 0.7s 1 ease-out;
}

.banner .swiper-slide-active .banner_img .button {
    -webkit-animation: fadeInUp 0.5s 1 ease-out;
}

.banner .banner_icon {
    width: 24px;
    height: 56px;
    background: url("../img/banner_icon.png") center center no-repeat;
    position: absolute;
    bottom: 83px;
    left: 50%;
    margin-left: -12px;
    z-index: 99;
    animation: myfirst 2s infinite;
    cursor: -webkit-grab;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -20px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.search {
    height: 67px;
    background: #f0efef;
}

.search .resou {
    width: 46%;
    font-size: 15px;
    color: #333333;
    height: 67px;
    line-height: 67px;
    font-weight: 600;
    padding-left: 49px;
    background: url("../img/resou.png") left center no-repeat;
}

.search .resou a {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}

.search .resou a:hover {
    color: #ff6600;
}

.search .input {
    width: 516px;
    height: 39px;
    margin-top: 17px;
    overflow: hidden;
}

.search .input input {
    width: calc(100% - 131px);
    height: 37px;
    padding: 0;
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #b0b1b1;
    background: #fff;
    border: solid 1px #ededed;
    border-right: none;
}

.search .input input::-webkit-input-placeholder {
    color: #b0b1b1;
}

.search .input input::-moz-placeholder {
    color: #b0b1b1;
}

.search .input input:-moz-placeholder {
    color: #b0b1b1;
}

.search .input input:-ms-input-placeholder {
    color: #b0b1b1;
}

.search .input a {
    width: 90px;
    height: 100%;
    background: #ff6600;
}

.search .input a p {
    width: 90px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 39px;
    text-indent: 18px;
    background: url("../img/search_icon.png") left 17px center no-repeat;
}

.foot {
    height: 69px;
    background: #212121;
}

.foot .font_nav a {
    display: block;
    margin-right: 18px;
    font-size: 14px;
    color: #a3a3a3;
    line-height: 69px;
    transition: all 0.3s ease-in-out;
}

.foot .font_nav a:hover {
    color: #fff;
}

.foot .font_nav .xuanzhong {
    color: #fff;
}

.foot .p {
    font-size: 14px;
    color: #a3a3a3;
    padding-top: 12px;
}

.foot .p p {
    text-align: right;
    line-height: 24px;
}

.index_message {
    height:480px;
    background: url("../img/index_message.png") center center no-repeat;
}

.index_message .h6 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 104px;
    padding-top: 20px;
}

.index_message .input {
    margin-bottom: 40px;
}

.index_message .input input {
    width: 233px;
    height: 40px;
    border: none;
    padding: 0 20px;
    margin-left: 36px;
    font-size: 14px;
    color: #a5a5a5;
}

.index_message .input input::-webkit-input-placeholder {
    color: #a5a5a5;
}

.index_message .input input::-moz-placeholder {
    color: #a5a5a5;
}

.index_message .input input:-moz-placeholder {
    color: #a5a5a5;
}

.index_message .input input:-ms-input-placeholder {
    color: #a5a5a5;
}

.index_message .input input:nth-child(1) {
    margin-left: 0;
}

.index_message textarea {
    width: calc(100% - 40px);
    height: 120px;
    border: none;
    padding: 15px 20px;
    font-size: 14px;
    color: #a5a5a5;
    margin-bottom: 36px;
}

.index_message textarea::-webkit-input-placeholder {
    color: #a5a5a5;
}

.index_message textarea::-moz-placeholder {
    color: #a5a5a5;
}

.index_message textarea:-moz-placeholder {
    color: #a5a5a5;
}

.index_message textarea:-ms-input-placeholder {
    color: #a5a5a5;
}

.index_message .button a {
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #212121;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.index_message .button a:hover {
    background: #ff6600;
}

/* 地图 */
.index_map {
    position: relative;
}

.index_map .map_center {
    position: absolute;
    left: 60.4%;
    top: 0;
    /* margin-left: 200px; */
    width: 400px;
}

.index_map .map_center .float_r {
    width: 338px;
    padding: 0 23px 0 39px;
    height: 450px;
    background: rgba(255, 102, 0, 0.8);
}

.index_map .map_center .float_r .h6 {
    font-size: 24px;
    color: #ffffff;
    line-height: 64px;
    padding-top: 30px;
}

.index_map .map_center .float_r .p {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    width: 320px;
}

.index_map .map_center .float_r .xianxi {
    margin-top: 22px;
}

.index_map .map_center .float_r .xianxi .icon {
    margin-bottom: 6px;
}

.index_map .map_center .float_r .xianxi .icon img {
    width: 46px;
    height: 46px;
}

.index_map .map_center .float_r .xianxi .icon p {
    font-size: 14px;
    color: #ffffff;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    width: 270px;
}

/* .index_map .map_center .float_r .xianxi .icon2 p{
    line-height: 24px;
    margin-top: -1px;
} */
.yqlj {
    height: 73px;
    background: #ffffff;
}

.yqlj p {
    font-size: 14px;
    color: #646464;
    line-height: 73px;
}

.yqlj a {
    display: block;
    height: 12px;
    line-height: 12px;
    font-size: 14px;
    color: #646464;
    padding: 0 10px;
    margin-top: 32px;
    border-left: solid 1px #646464;
}

.yqlj a:nth-child(2) {
    border-left: none;
}

.index_news {
    padding-top: 1px;
    padding-bottom: 92px;
}

.index_title {
    text-align: center;
}

.index_title .h6 {
    display: inline-flex;
    margin-top: 95px;
}

.index_title .h6 .dian {
    width: 9px;
    height: 9px;
    margin-top: 33px;
    background: #511314;
}

.index_title .h6 .bt {
    font-size: 60px;
    color: #511314;
    line-height: 70px;
    padding: 0 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.index_title .p {
    line-height: 50px;
    font-size: 26px;
    color: #511314;
}

.index_title .p span {
    font-size: 26px;
    color: #511314;
    font-weight: 600;
}

.index_news .swiper-slide {
    width: calc(25% - 82px);
    margin: 0 21px;
    padding: 16px 20px 0 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.index_news .swiper-slide:hover {
    margin-top: -14px;
    box-shadow: 0px 5px 16px 0px rgba(4, 0, 0, 0.04);
}

.index_news .swiper-container {
    width: calc(100% - 280px);
    margin: auto;
}

.index_news .news {
    position: relative;
}

.index_news .news .swiper-button-prev {
    width: 50px;
    height: 90px;
    left: 42px;
    margin-top: -15px;
    transition: all 0.3s ease-in-out;
    background: url("../img/news_l1.png") center center no-repeat;
}

.index_news .news .swiper-button-prev:hover {
    background: url("../img/news_l2.png") center center no-repeat;
}

.index_news .news .swiper-button-next {
    width: 50px;
    height: 90px;
    right: 42px;
    margin-top: -15px;
    transition: all 0.3s ease-in-out;
    background: url("../img/news_r1.png") center center no-repeat;
}

.index_news .news .swiper-button-next:hover {
    background: url("../img/news_r2.png") center center no-repeat;
}

.index_news .swiper-slide img {
    width: 100%;
}

.index_news .swiper-slide .bt {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #323232;
    margin: auto;
    margin-top: 32px;
    width: calc(100% - 72px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.index_news .swiper-slide:hover .bt {
    color: #ff6600;
}

.index_news .swiper-slide .xian {
    width: 70px;
    height: 1px;
    background: #323232;
    margin: auto;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.index_news .swiper-slide:hover .xian {
    width: 40px;
}

.index_news .swiper-slide .text {
    font-size: 14px;
    color: #646464;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.index_news .swiper-slide .rq {
    margin-top: 30px;
    padding-bottom: 34px;
}

.index_news .swiper-slide .rq .float_l {
    font-size: 14px;
    color: #646464;
}

.index_news .swiper-slide .rq .float_r {
    width: 19px;
    height: 11px;
    margin-top: 4px;
    transition: all 0.3s ease-in-out;
    background: url("../img/news_icon.png") left -20px center no-repeat;
}

.index_news .swiper-slide:hover .rq .float_r {
    background: url("../img/news_icon.png") left 0px center no-repeat;
}

.index_news .news .swiper-container {
    padding-top: 60px;
}

.index_news .ckgd {
    display: block;
    width: 229px;
    height: 54px;
    margin: auto;
    margin-top: 48px;
    background: #511314;
    border-radius: 54px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 54px;
    transition: all 0.3s ease-in-out;
}

.index_news .ckgd:hover {
    background: #ff6600;
}


.index_icon {
    height: 825px;
    background: url("../img/index_icon.png") center center no-repeat;
}

.index_icon .title {
    text-align: center;
}

.index_icon .title .h3 {
    font-size: 48px;
    color: #f0efef;
    text-align: center;
    line-height: 78px;
    padding-top: 118px;
}

.index_icon .title .h3 span {
    color: #ff6600;
}

.index_icon .title .h6 {
    display: inline-flex;
    margin-bottom: 10px;
}

.index_icon .title .h6 .bt {
    font-size: 24px;
    color: #f0efef;
    line-height: 44px;
    margin-top: 10px;
    padding: 0 50px;
}

.index_icon .title .h6 .xian {
    width: 66px;
    height: 1px;
    background: #f8f6f6;
    margin-top: 34px;
}

.index_icon .title .p {
    font-size: 14px;
    color: #f0efef;
    line-height: 30px;
    text-align: center;
    width: 455px;
    margin: auto;
}

.index_icon .title .zxlx {
    display: block;
    width: 229px;
    height: 54px;
    border-radius: 54px;
    background: #ff6600;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    color: #ffffff;
    margin: auto;
    margin-top: 62px;
    transition: all 0.3s ease-in-out;
}

.index_icon .title .zxlx:hover {
    opacity: 0.8;
}

.index_icon .icon {
    margin-top: 54px;
}

.index_icon .icon .float_l {
    width: 25%;
    cursor: pointer;
}

.index_icon .icon .float_l img {
    display: block;
    margin: auto;
}

.index_icon .icon .float_l:hover img {
    -webkit-text-fill-color: transparent;
    -webkit-animation: flipInY 1.5s;
}

.index_icon .icon .float_l .p1 {
    font-size: 18px;
    color: #f0efef;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease-in-out;
}

.index_icon .icon .float_l:hover .p1 {
    color: #ff6600;
}

.index_icon .icon .float_l .p2 {
    font-size: 14px;
    color: #f0efef;
    line-height: 26px;
    text-align: center;
    padding: 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_icon .icon .float_l:nth-child(4) .p2 {
    padding: 0 78px;
}

.index_product {
    background: #f8f8f8;
	margin-bottom:60px;
}

.index_product .product_nav {
    text-align: center;
    margin-top: 36px;
    margin-bottom: 40px;
}

.index_product .product_nav a {
    display: inline-block;
    padding-left: 36px;
    padding-right: 22px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    background: url("../img/product_nav.png") left center no-repeat;
}

.index_product .product_nav a:nth-child(1) {
    background: none;
}

.index_product .product_nav a:hover {
    color: #ff6600;
    font-weight: 600;
}

.index_product .product_nav .xuanzhong {
    color: #ff6600;
    font-weight: 600;
}

.index_product .product_first {
    padding: 0 40px;
    padding-bottom: 37px;
}

.index_product .product_first .product {
    width: calc(50% - 67px);
    background: #fff;
    padding: 28px 34px 16px 21px;
}

.index_product .product_first .product .img {
    width: 50%;
    height: 420px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.index_product .product_first .product .img img {
    width: 100%;
}

.index_product .product_first .product .text {
    width: calc(50% - 50px);
}

.index_product .product_first .product .text .h6 {
    font-size: 18px;
    color: #511314;
    line-height: 38px;
    height: 38px;
    padding-top: 46px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_product .product_first .product .text .h3 {
    font-size: 30px;
    color: #511314;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_product .product_first .product .text .p {
    font-size: 16px;
    color: #511314;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_product .product_first .product .text .more {
    display: block;
    width: 136px;
    height: 42px;
    background: #ff6600;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin-top: 50px;
    margin-bottom: 45px;
    transition: all 0.3s ease-in-out;
}

.index_product .product_first .product .text .more:hover {
    opacity: 0.8;
}

.product_img {
    /* padding: 0 27.5px; */
}

.product_img a {
    position: relative;
    width: 25%;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.product_img a img {
    width: 100%;
}

.product_img a .icon1 {
    width: 24px;
    height: 24px;
    margin: auto;
    margin-top: 6px;
    transition: all 0.3s ease-in-out;
    background: url("../img/product_icon1.png") center center no-repeat;
}

.product_img a:hover .icon1 {
    opacity: 0;
}

.product_img a .p1 {
    font-size: 16px;
    color: #511314;
    text-align: center;
    line-height: 24px;
    padding-top: 8px;
    transition: all 0.3s ease-in-out;
}

.product_img a:hover .p1 {
    opacity: 0;
}

.product_img a .p2 {
    font-size: 14px;
    color: #aaa9a9;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}

.product_img a:hover .p2 {
    opacity: 0;
}

.product_img a .kuang {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/product_kuang.png") center center no-repeat;
    background-size: 100% 100%;
    transform: scale(1.1);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.product_img a:hover .kuang {
    transform: scale(1);
    opacity: 1;
}

.product_img a .kuang .icon2 {
    width: 46px;
    height: 46px;
    margin: auto;
    margin-top: 22%;
    margin-bottom: 20px;
    background: url("../img/product_icon2.png") center center no-repeat;
}

.product_img a .kuang .p3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.product_img a .kuang .p4 {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.index_product .swiper-container-p {
    /* padding-bottom: 147px; */
}

.index_product .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: url("../img/product_dian1.png") center center no-repeat;
    opacity: 1;
    margin: 0 5px !important;
}

.index_product .swiper-pagination-bullet-active {
    background: url("../img/product_dian2.png") center center no-repeat;
}

.index_product .swiper-pagination {
    bottom: 70px !important;
}

.ny_banner .banner_img .h6 {
    -webkit-animation: fadeInUp 0.4s 1 ease-out;
}

.ny_banner .banner_img .p {
    -webkit-animation: fadeInUp 0.7s 1 ease-out;
}

.ny_banner .banner_img {
    height: 618px;
}

.ny_banner .banner_img .h6 {
    padding-top: 100px;
}

.ny_banner .banner_img .p {
    width: 520px;
}

.product_html .product_img a {
    /* margin-bottom: 27px; */
}

.product_html .product_img a p {
    width: 74px;
    height: 72px;
}

.page_turning {
    text-align: center;
    /*  height: 72px; */
    border: solid 1px #e3e3e3;
    border-left: none;
    border-right: none;
    padding: 24px 0;
    /* padding-top: 24px;
    padding-bottom: 88px; */
}

.inline_block {
    display: inline-flex;
}

.inline_block a {
    display: block;
    width: 74px;
    height: 72px;
    background: #fff;
    border-left: solid 1px #e3e3e3;
    font-size: 16px;
    color: #646464;
    line-height: 72px;
    transition: all 0.3s ease-in-out;
}

.inline_block a:hover {
    color: #ffffff;
    background: #ff6600;
}

.inline_block .xuanzhong {
    color: #ffffff;
    background: #ff6600;
}

.inline_block a:nth-child(1) {
    border-left: none;
}

.inline_block .syy p {
    width: 74px;
    height: 72px;
    transition: all 0.3s ease-in-out;
    background: url("../img/page_turning_l1.png") center center no-repeat;
}

.inline_block .syy:hover p {
    background: url("../img/page_turning_l2.png") center center no-repeat;
}

.inline_block .xyy p {
    width: 74px;
    height: 72px;
    transition: all 0.3s ease-in-out;
    background: url("../img/page_turning_r1.png") center center no-repeat;
}

.inline_block .xyy:hover p {
    background: url("../img/page_turning_r2.png") center center no-repeat;
}

.product_html_nav {
    padding-top: 50px;
    padding-bottom: 50px;
    width: calc(100% - 80px);
    margin: auto;
}

.product_html_nav p {
    padding: 0 13px;
    height: 11px;
    border-left: solid 1px #511314;
}

.product_html_nav p a {
    display: block;
    padding: 0 14px;
    height: 32px;
    font-size: 16px;
    color: #511314;
    line-height: 32px;
    margin-top: -10px;
    transition: all 0.3s ease-in-out;
}

.product_html_nav p .xuanzhong {
    color: #fff;
    background: #ff6600;
}

.product_html_nav p a:hover {
    color: #fff;
    background: #ff6600;
}

.product_html_nav p:nth-child(1) {
    border-left: none;
    padding-left: 0;
}

.news_html {
    padding-bottom: 1px;
}

.news_html .index_news {
    padding: 20px 122px 0 122px;
}

.news_html .index_news a {
    display: block;
    float: left;
    background: #fff;
    width: calc(25% - 78px);
    margin: 0 19px;
    margin-bottom: 39px !important;
}

.news_html .index_news .swiper-slide:hover {
    margin-bottom: 53px !important;
}

.news_html .page_turning {
    border: solid 1px #e3e3e3;
    border-left: none;
    border-right: none;
    margin-top: 30px;
    margin-bottom: 70px;
}

.about_html {
    background: #fff;
}

.about_html .index_about {
   /* background: url("../img/about_bj.jpg") center top no-repeat;*/
    height: auto;
    background-size: cover;
}

.about_html .index_about .center {
    /* height: 600px; */
}

.about_html .index_about .title .h6 {
    font-size: 34px;
    color: #323232;
    line-height: 42px;
    padding-top: 64px;
    text-align: center;
}

.about_html .index_about .title .p {
    font-size: 12px;
    color: #646464;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.about_html .index_about .title .xian {
    width: 100px;
    height: 1px;
    background: #646464;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 24px;
}

.overflow_auto {
    width: 1200px;
    margin: auto;
    height: 580px;
    overflow-y: auto;
}

.overflow_auto .text {
    width: 1008px;
    margin: auto;
}

.overflow_auto .text p {
    font-size: 14px;
    color: #646464;
    line-height: 30px;
    text-indent: 2em;
    margin: 5px 0;
    text-align: justify;
}

.overflow_auto img {
    /* width: 48%; */
    display: block;
    float: left;
    margin: 1%;
}
.overflow_auto p img{
	width:100%;
	max-width: 100%;
}
.overflow_auto::-webkit-scrollbar {
    width: 3px;
}

.overflow_auto::-webkit-scrollbar-track {
    background-color: #cccccc;
}

.overflow_auto::-webkit-scrollbar-thumb {
    background-color: #646464;
}

.overflow_auto::-webkit-scrollbar-thumb:hover {
    background-color: #646464;
}

.overflow_auto::-webkit-scrollbar-thumb:active {
    background-color: #646464;
}

.search_result_html {
    background: #f8f8f8;
    height: auto;
}

.search_result_html .search_result_bj {
    height: auto;
    padding-bottom: 143px;
    background: url("../img/search_result_bj.png") center top no-repeat;
}

.search_result_html .img {
    width: 1190px;
    margin: auto;
}

.search_result_html .img img {
    width: 100%;
}

.search_result_html .jieguo {
    line-height: 126px;
    height: 126px;
    padding-top: 46px;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.search_html {
    padding-top: 167px;
    padding-bottom: 80px;
}

.search_html .search {
    width: 892px;
    height: 299px;
    background: #fff;
    border: solid 1px #ececec;
    margin: auto;
}

.search_result_html .search_result_bj {
    /* padding-bottom: 0; */
}

.search_result_html .h3 {
    width: 807px;
    margin: auto;
    font-size: 24px;
    color: #333333;
    padding-left: 4px;
    line-height: 56px;
    padding-top: 40px;
}

.search_result_html .h6 {
    width: 807px;
    margin: auto;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    padding-left: 4px;
}

.search_result_html .input {
    width: 807px;
    height: 63px;
    margin: auto;
    margin-top: 15px;
}

.search_result_html .search .input input {
    width: calc(100% - 221px);
    height: 61px;
    border: dashed 1px #eaeaea;
    background: #f8f8f8;
    border-right: none;
    font-size: 16px;
    color: #333333;
}

.search_result_html .search .input a {
    width: 180px;
    height: 100%;
    background: #ff6600;
}

.search_result_html .search .input a p {
    width: 180px;
    height: 100%;
    font-size: 16px;
    line-height: 63px;
    text-indent: 28px;
    background: url("../img/search_icon2.png") left 42px center no-repeat;
    background-size: 37px 37px;
}

.contact_html {
    background: #f8f8f8;
}

.contact_html .center {
    padding-top: 80px;
    padding-bottom: 127px;
}

.pop .center {
    padding-top: 0;
    padding-bottom: 0;
}

.contact_html .contact_img {
    width: 370px;
    height: 435px;
    position: relative;
    background: #ff6600;
    margin-left: 160px;
}

.contact_html .contact_img img {
    width: 370px;
    height: 435px;
    position: absolute;
    top: 35px;
    right: 40px;
}

.contact_html .contact_text {
    width: 450px;
    margin-right: 120px;
}

.contact_html .contact_text .h6 {
    font-size: 26px;
    color: #323232;
    line-height: 88px;
    padding-top: 9px;
}

.contact_html .contact_text .xian1 {
    width: 100px;
    height: 1px;
    background: #323232;
    margin-right: 15px;
}

.contact_html .contact_text .xian2 {
   /* width: 63px;*/
    height: 1px;
    background: #323232;
}

.contact_html .contact_text .p {
    padding: 28px 0 30px 0;
}

.contact_html .contact_text .p p {
    font-size: 16px;
    color: #646464;
    line-height: 40px;
}

.contact_html .contact_text .ly {
    display: block;
    width: 198px;
    height: 52px;
    border: solid 1px #646464;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #646464;
    transition: all 0.3s ease-in-out;
}

.contact_html .contact_text .ly:hover {
    color: #fff;
    background: #ff6600;
    border: solid 1px #ff6600;
}

.news_show_html {
    background: #fff;
}

.news_show_html .biaoti {
    padding-top: 50px;
    text-align: center;
}

.news_show_html .biaoti .h3 {
    font-size: 24px;
    color: #323232;
    line-height: 36px;
}

.news_show_html .biaoti .flex {
    display: inline-flex;
    line-height: 38px;
}

.news_show_html .biaoti .flex p {
    font-size: 14px;
    color: #646464;
    margin: 0 14px;
}

.news_show_html .biaoti .flex p:nth-child(3) {
    padding-left: 26px;
    background: url("../img/news_show_icon.png") left center no-repeat;
}

.news_show_html .text {
    padding-top: 34px;
    padding-bottom: 65px;
}

.news_show_html .text p {
    font-size: 14px;
    color: #646464;
    text-indent: 2em;
    line-height: 30px;
    text-align: justify;
}

.news_show_html .text img {
    max-width: 100%;
    margin: 36px auto;
}

.xiayit {
    height: 101px;
    background: #fff;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
}

.xiayit .center {
    position: relative;
}

.xiayit a {
    font-size: 16px;
    color: #a2a2a2;
    width: 260px;
    margin-top: 24px;
    transition: all 0.3s ease-in-out;
}

.xiayit a:hover {
    color: #ff6600;
}

.xiayit a:nth-child(1) {
    text-align: left;
}

.xiayit a:nth-child(2) {
    text-align: right;
}

.xiayit a p {
    margin-top: 8px;
    font-size: 14px;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease-in-out;
}

.xiayit a:hover p {
    color: #ff6600;
}

.xiayit .fanhui {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -16px;
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    background: url("../img/fanhui1.png") center center no-repeat;
}

.xiayit .fanhui:hover {
    background: url("../img/fanhui2.png") center center no-repeat;
}

.show_html .xiangqing {
    padding-bottom: 80px;
}

.show_html .xiangqing .left {
    width: 237px;
    margin-right: 12px;
}

.show_html .xiangqing .left .tj {
    width: 237px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
    background: #622d26;
    text-indent: 26px;
    margin-bottom: 22px;
}

.show_html .xiangqing .left .tj_img a {
    display: block;
    width: calc(100% - 6px);
    border: solid 3px #f8f6f6;
    margin-bottom: 4px;
    padding-bottom: 14px;
    transition: all 0.3s ease-in-out;
}

.show_html .xiangqing .left .tj_img a:hover {
    border: solid 3px #ff6600;
}

.show_html .xiangqing .left .tj_img a img {
    width: 100%;
}

.show_html .xiangqing .left .tj_img a .h6 {
    font-size: 16px;
    color: #511314;
    text-align: center;
    line-height: 24px;
    height: 24px;
    padding-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease-in-out;
}

.show_html .xiangqing .left .tj_img a:hover .h6 {
    color: #ff6600;
}

.show_html .xiangqing .left .tj_img a .p {
    font-size: 14px;
    color: #aaa9a9;
    text-align: center;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease-in-out;
}

.show_html .xiangqing .left .tj_img a:hover .p {
    color: #ff6600;
}

.show_html .xiangqing .right {
    width: 100%;
}

.show_html .xiangqing .right .xx {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #ff6600;
    font-size: 16px;
    color: #ffffff;
    text-indent: 26px;
    margin-bottom: 22px;
}

.show_html .xiangqing .right .text {
    padding: 0 30px;
}

.show_html .xiangqing .right .text p {
    font-size: 14px;
    color: #646464;
    line-height: 30px;
    margin: 8px 0;
    text-align: justify;
    text-indent: 2em;
}

.show_html .xiangqing .right .text img {
    width: auto;
	max-width: 100%;
	margin: 30px auto;
}

.show_html .product_show {
    margin-bottom: 80px;
    padding-top: 96px;
}

.show_html .product_show .text {
    width: 435px;
}

.show_html .product_show .text .name {
    font-size: 24px;
    color: #323232;
    line-height: 76px;
}

.show_html .product_show .text .xian {
    width: 60px;
    height: 1px;
    background: #646464;
}

.show_html .product_show .text .p {
    padding-top: 20px;
  
}

.show_html .product_show .text .p p {
    font-size: 14px;
    color: #646464;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.show_html .product_show .text .h6 {
    font-size: 16px;
    color: #323232;
    line-height: 58px;
    padding-top: 8px;
}

.show_html .product_show .text .gjc .float_l {
    display: block;
    width: 108px;
    height: 36px;
    margin-right: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #ffffff;
    background: #ff6600;
    margin-bottom: 8px;
}

.show_html .product_show .text .lianxi {
    display: block;
    width: 178px;
    height: 48px;
    border: solid 1px #646464;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #646464;
    margin-top: 46px;
    transition: all 0.3s ease-in-out;
}

.show_html .product_show .text .lianxi:hover {
    color: #fff;
    background: #ff6600;
    border: solid 1px #ff6600;
}

.show_html .product_show .img {
    width: 600px;
}

.show_html .product_show .img img {
    width: 100%;
}

.marqueeleft {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.marqueeleft ul {
    float: left;
}

.marqueeleft li {
    float: left;
    margin-right: 27px;
    display: inline;
    width: 460px;
    height: 345px;
    overflow: hidden;
    position: relative;
}

.marqueeleft li img {
    width: 460px;
    height: 345px;
}

.marqueeleft li .kuang {
    width: 460px;
    height: 345px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    transform: scale(1.1);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: url("../img/kuang.png") center center no-repeat;
}

.marqueeleft li .kuang p {
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.marqueeleft li .kuang:hover {
    opacity: 1;
    transform: scale(1);
}

.zhaopin {
    height: 768px;
    background: url("../img/zhaopin.png") center center no-repeat;
}

.index_title2 .p1 {
    font-size: 40px;
    color: #323232;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 52px;
    padding-top: 48px;
}

.index_title2 .p2 {
    font-size: 26px;
    color: #323232;
    text-transform: uppercase;
    text-align: center;
    line-height: 44px;
}

.index_title2 .xian_icon {
    height: 11px;
    /*background: url("../img/xian_icon.png") center center no-repeat;*/
}

.index_dianmian .dianmian {
    padding-bottom: 50px;
}

.index_dianmian .dianmian .swiper-wrapper {
    padding-bottom: 60px;
    padding-top: 50px;
}

.index_dianmian .dianmian .swiper-slide {
    width: calc(25% - 26px);
    cursor: pointer;
}

.index_dianmian .dianmian .swiper-slide img {
    width: 100%;
}

.index_dianmian .dianmian .swiper-slide .text {
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #ffffff;
    background: #511314;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease-in-out;
}

.index_dianmian .dianmian .swiper-slide:hover .text {
    background: #ff6600;
}

.index_dianmian .swiper-button-prev {
    width: 50px;
    height: 90px;
    left: 0px;
    top: 42%;
    margin-top: -15px;
    transition: all 0.3s ease-in-out;
    background: url("../img/news_l1.png") center center no-repeat;
}

.index_dianmian .swiper-button-prev:hover {
    background: url("../img/news_l2.png") center center no-repeat;
}

.index_dianmian .swiper-button-next {
    width: 50px;
    height: 90px;
    top: 42%;
    right: 26px;
    margin-top: -15px;
    transition: all 0.3s ease-in-out;
    background: url("../img/news_r1.png") center center no-repeat;
}

.index_dianmian .swiper-button-next:hover {
    background: url("../img/news_r2.png") center center no-repeat;
}

.index_dianmian .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
    border: solid 1px #ff9b27;
}

.index_dianmian .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff9b27;
}

.index_title2 .xian_icon2 {
    height: 11px;
    background: url("../img/xian_icon2.png") center center no-repeat;
}

.zhaopin .index_title2 .p1 {
    color: #fff;
    padding-top: 56px;
}

.zhaopin .index_title2 .p2 {
    color: #fff;
}

.zhaopin .text {
    text-align: center;
    padding-top: 80px;
}

.zhaopin .text p {
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
}

.zhaopin .text h6 {
    font-size: 30px;
    color: #ff6600;
    font-weight: 500;
    line-height: 82px;
    margin: 0;
}

.zhaopin .text .more {
    display: block;
    width: 140px;
    height: 39px;
    border: solid 1px #cccccc;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    margin: auto;
    background: none;
    margin-top: 50px;
    transition: all 0.3s ease-in-out;
}

.zhaopin .text .more:hover {
    border: solid 1px #ff9b27;
    background: #ff6600;
}

.index_news {
    background: #fff;
    padding-bottom: 70px;
}

.index_news .news .swiper-slide {
    background: #fff;
}

.news_html .index_news {
    background: none;
}

.index_news .product_html_nav_r {
    width: auto;
    float: right;
    padding: 10px 40px 10px 0;
    display: none;
}

.about .left {
    width: 50%;
    position: relative;
}

.video-container {
    position: relative;
    padding-bottom: 34%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about .right {
    width: 50%;
    position: relative;
}

.about img {
    width: 100%;
}

.product_html .page_turning {
    margin-top: 80px;
}

.about .right .absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.about .right .absolute .bt {
    text-align: center;
    line-height: 46px;
    height: 46px;
    margin-top: 8%;
}

.about .right .absolute .h3 {
    display: inline-flex;
}

.about .right .absolute .h3 .dian {
    width: 9px;
    height: 9px;
    background: #323232;
    margin-top: 21px;
}

.about .right .absolute .h3 .p1 {
    font-size: 60px;
    color: #323232;
    padding: 0 11px;
}

.about .right .absolute .bt .h6 {
    font-size: 26px;
    color: #323232;
    line-height: 46px;
    text-align: center;
}

.about .right .absolute .text .bt2 {
    font-size: 26px;
    color: #511314;
    text-align: center;
    line-height: 52px;
}

.about .right .absolute .text {
    width: 60%;
    margin: auto;
    margin-top: 68px;
}

.about .right .absolute .text p {
    font-size: 14px;
    color: #646464;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.about .right .absolute .more {
    display: block;
    width: 241px;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    background: #323232;
}

.about .right .absolute .more:hover {
    background: #ff6600;
}

.floating_framec {
    width: 70px;
    position: fixed;
    right: 0;
    top: 46%;
    z-index: 999;
}

.floating_framec a {
    display: block;
    width: 70px;
    height: 70px;
}

.floating_framec a:nth-child(1) {
    background: url("../img/floating_framec1.png") center center no-repeat;
}

.floating_framec a:nth-child(2) {
    background: url("../img/floating_framec2.png") center center no-repeat;
}

.floating_framec a:nth-child(3) {
    background: url("../img/floating_framec3.png") center center no-repeat;
}

.floating_framec a p {
    font-size: 18px;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
    padding: 0 42px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: 70px;
    width: 136px;
    display: none;
}

.floating_framec a:hover p {
    display: block;
}

#bottom {
    position: fixed;
    bottom: 0;
 /*    max-width: 640px; */
    width: 100%;
    background: #ff6600;
    z-index: 99;
    display: none;
}


#bottom ul li {
    width: 25%;
    float: left;
    color: #FFF;
    padding: 10px 0;
}

#bottom ul li dl {
    width: auto;
    margin: 0 auto;
    text-align: center
}

#bottom ul li dt {
    width: auto;
    height: 25px;
}

#bottom ul li dt img {
    margin: 0 auto;
}

#bottom ul li dd {
    width: auto;
    height: 20px;
    font-size: 0.8em;
    color: #fff;
    line-height: 20px;
}
.index_title2{
	margin-bottom:30px;}
/* transition:all 0.3s ease-in-out;
transform: scale(1.1);

overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;



input::-webkit-input-placeholder{
    color:#cccccc;
}
input::-moz-placeholder{ 
    color:#cccccc;
}
input:-moz-placeholder{  
    color:#cccccc;
}
input:-ms-input-placeholder{  
    color:#cccccc;
}
textarea::-webkit-input-placeholder{
    color:#cccccc;
}
textarea::-moz-placeholder{  
    color:#cccccc;
}
textarea:-moz-placeholder{   
    color:#cccccc;
}
textarea:-ms-input-placeholder{ 
    color:#cccccc;
} */