@charset "utf-8";

body{
	position: relative;
	width: 100%;
}
.img_box {
    width: 100%;
    overflow: hidden;
}
.img_box img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transtion: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a {
    color: #424242;
    text-decoration: none;
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transtion:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;
}
*{
	font-family: '微软雅黑';
}
::marker {
    color: rgb(255 255 255 / 0%);
}
/*首页样式*/
/*红色背景*/
.background-color_red {
    background-color: #800505;
}
/*轮播点颜色*/

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #cb0c0d;
    opacity: 1;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.5;
}
/*导航及banner*/
.main_banner {
    margin-top: calc(100px + 0px);
}
.main_banner .gallery-top .swiper-slide img {
    width: 100%;
	display: block;
}
.main_nav {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transtion: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    box-shadow: 0px 0px 6px 0px rgba(25, 25, 25, 0.4);
}
.main_nav .logo {
    max-width: 495px;
    float: left;
    width: 26%;
    margin-left: 15px;
    position: relative;
	margin-top: 4px;
}
.main_nav_box ul {
    height: 100%;
    float: left;
    width: 50%;
    display: flex;
    margin-left: 8%;
}
.main_nav_box .dropdown {
    position: relative;
    display: block;
    text-align: center;
    padding: 0;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transtion: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 13%;
	height: 100px;
}
.main_nav_box li.dropdown.hover {
    background-color: #b70503;
}
.main_nav_box li.dropdown.hover span {
    color: #fff;
}
.main_nav_box li.dropdown.hover p {
    color: #fff;
}
.main_nav_box .dropdown .dl-wz {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    display: block;
    padding: 29px 0;
}
.main_nav_box .dropdown .dl-wz span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transtion: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: bold;
    color: #000;
    font-weight: normal;
	font-size: 16px;
}
.main_nav_box .dropdown:hover {
    background-color: #b70503;
}
.main_nav_box .dropdown:hover .dl-wz span {
    color: #ffffff;
}
.main_nav_box .dropdown:hover .dl-wz p {
    color: #ffffff;
}
.main_nav_box .dropdown .dl-wz p {
    font-size: 12px;
    color: #000000;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: normal;
}
.main_nav_box .dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    height: 4.8rem;
    line-height: 4.8rem;
    bottom: -4.8rem;
    left: 0;
}
.main_nav_box .dropdown:hover .dropdown-content {
  display: block;
}
.main_nav_box .dropdown-content a {
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transtion:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;
	font-size: 14px;
}
.main_nav_box .dropdown-content a:hover{
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.main_nav.hide{ background-color:rgba(255,255,255,1.00)}
.main_nav .main_nav_box {
    width: 100%;
    margin: 0 auto;
    display: table;
    position: relative;
    height: 100%;
    background-color: #fff;
} 
  
.main_nav .main_nav_box .right_box {
    font-size: 16px;
    float: right;
    width: 14.5%;
    display: flex;
    position: relative;
	margin-top: 30px;
}
.main_nav .main_nav_box .right_box p {
    font-size: 25px;
    padding-left: 1.5%;
    margin-top: 3px;
}
.main_nav .main_nav_box .right_box h3 {
    font-size: 16px;
    font-weight: normal;
}
.main_nav .main_nav_box .right_box a.join_btn{ width:110px; height:35px; background-color:#1eac6e; color:#fff; font-size:14px; text-align:center; line-height:35px; display:inline-block; text-decoration:none; border-radius:3px;}

.main_nav .main_nav_box .right_box a{ font-size:14px; margin-right:10px; color:#333; text-decoration:none;}
.main_nav .main_nav_box .right_box img {
    width: 37px;
    height: 39px;
    display: block;
}

/*简介*/
.introduce_plate {
    margin: 0 auto;
    margin-top: 4.45vw;
    margin-bottom: 2.9vw;
    width: calc(100% - 16.2vw);
    display: table;
    height: 1vw;
}
.introduce_plate .introduce_plate_l {
    float: left;
    width: calc(46% - 12px);
    height: 513px;
    padding: 6px;
    background-color: #efefef;
    border-radius: 3px;
}
.introduce_plate .introduce_plate_l iframe {
    width: 100% !important;
    height: 100%;
}
.introduce_plate .introduce_plate_r {
    float: right;
    width: 52%;
    margin-left: 2%;
}
.introduce_plate .introduce_plate_r h2 {
    font-size: 2.65rem;
}
.introduce_plate .introduce_plate_r span {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.45rem;
    margin-top: 1.3025vw;
    margin-bottom: 1.094vw;
    display: block;
}
.introduce_plate .introduce_plate_r h3 {
    font-size: 1.3rem;
    letter-spacing: 0.21rem;
    margin-bottom: 2.865vw;
}
.introduce_plate .introduce_plate_r .paragraph {
    font-size: 14px;
    color: #777777;
    letter-spacing: 1px;
	margin-bottom: 75px;
}
.introduce_plate .introduce_plate_r .paragraph p {
    line-height: 1.3rem;
}
.introduce_plate .introduce_plate_r .paragraph p:first-child {
    margin-bottom: 1.823vw;
}
.introduce_plate .introduce_plate_r .Introduction_link {
    display: flex;
}
.introduce_plate .introduce_plate_r .Introduction_link a {
    width: 185px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    background-color: #efefef;
    font-weight: bold;
    letter-spacing: 1px;
	margin-right: 1vw;
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transtion:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;
}
.introduce_plate .introduce_plate_r .Introduction_link a:hover {
    background-color: #b70503;
	color: #fff;
}

/*产品*/
.product_plate {
    margin: 0 auto;
    margin-top: 4.45vw;
    padding-bottom: 5.25vw;
    width: calc(100% - 16.2vw);
    display: table;
    height: 1vw;
}
.product_plate_title_box {
    display: table;
    width: 100%;
    padding-bottom: 1.05vw;
    border-bottom: 1px solid #efefef;
    margin-bottom: 2.1vw;
}
.product_plate .product_plate_title {
    float: left;
}
.product_plate .product_plate_title h3 {
    font-size: 2.4rem;
}
.product_plate .product_plate_title p {
    color: #bb0511;
    font-size: 1.3rem;
    margin-top: 0.3vw;
}
.product_plate .product_plate_search form {
    position: relative;
    width: 316px;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
}
.product_plate .product_plate_search input,.product_plate .product_plate_search button {
	border:none;
	outline:none;
}
.product_plate .product_plate_search input {
    width: calc(100% - 78px);
    height: 34px;
    padding-left: 13px;
    background-color: #efefef;
    padding-right: 10px;
}
.product_plate .product_plate_search button {
    height: 34px;
    width: 55px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #b70503;
}
.product_plate .product_plate_search {
    float: right;
    margin-top: 25px;
}
.product_plate .product_plate_search button img {
    width: 19px;
    height: 17px;
}
.lib_Menubox.lib_tabborder {
    margin-bottom: 2.084vw;
}
.product_plate .tab_box .lib_Menubox.lib_tabborder ul {
    display: table;
    list-style-type: none;
    width: 100%;
}
.product_plate .tab_box .lib_Menubox.lib_tabborder ul li {
    float: left;
    width: 10%;
    text-align: center;
}
.product_plate .tab_box .lib_Menubox.lib_tabborder ul li:hover img{
	transform: scale(1.1);
}

.product_plate .tab_box .lib_Menubox.lib_tabborder ul li .img_box {
    border-radius: 50px;
    overflow: hidden;
    width: 98px;
    height: 98px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.product_plate .tab_box .lib_Menubox.lib_tabborder ul li.hover .img_box::before {
    content: '';
    position: absolute;
    border: 5px solid #b70503;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    left: 0;
    top: 0;
	z-index: 1;
}
.product_plate .tab_box .lib_Menubox.lib_tabborder ul li .img_box::before {
    content: '';
    position: absolute;
    border: 5px solid rgb(183 5 3 / 0%);
}
.product_plate .tab_box .lib_Menubox.lib_tabborder ul li p {
    font-size: 0.9rem;
    cursor: pointer;
}
.product_plate .tab_box .lib_Menubox.lib_tabborder ul li .red_box {
    width: 98px;
    height: 98px;
    background-color: #b70503;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.product_plate .tab_box .lib_Contentbox.lib_tabborder ul {
    display: table;
    list-style-type: none;
    width: 100%;
}
.product_plate .tab_box .lib_Contentbox.lib_tabborder ul li {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 2.5875vw;
}
.product_plate .tab_box .lib_Contentbox.lib_tabborder ul li:nth-child(4),.product_plate .tab_box .lib_Contentbox.lib_tabborder ul li:nth-child(8) {
    margin-right: 0%;
}
.product_plate .tab_box .lib_Contentbox.lib_tabborder ul li h3 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 1.042vw;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_plate .tab_box .lib_Contentbox.lib_tabborder ul li .parameter {
    display: table;
	width: 100%;
}
.product_plate .tab_box .lib_Contentbox.lib_tabborder ul li .parameter p {
    color: #999999;
    font-size: 12px;
	display: inline-block
}
.product_plate .tab_box .lib_Contentbox.lib_tabborder ul li .parameter a {
    text-align: center;
    float: right;
    font-size: 12px;
    width: 60px;
    height: 20px;
    background-color: #b70503;
    line-height: 19px;
    color: #fff;
    border-radius: 3px;
	border: 1px solid rgb(183 5 3 / 0%);
}
.product_plate .tab_box .lib_Contentbox.lib_tabborder ul li .parameter a:hover{
	background-color: rgb(183 5 3 / 0%);
    line-height: 19px;
    color: #b70503;
	border: 1px solid #b70503;
}

.product_plate .tab_box .lib_Contentbox.lib_tabborder ul li .img_box {
    min-height: 270.33px;
}
.product_plate .tab_box .lib_Contentbox.lib_tabborder ul li .img_box a:hover img{
	transform: scale(1.1);
}

/*业务服务*/
.service_plate {
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #efefef;
    box-shadow: inset 0px 10px 11px -17px #000, inset 0px -12px 9px -13px #000;
}
.service_plate_title h3 {
    font-size: 2vw;
    text-align: center;
	position: relative;
}
.service_plate_title h3::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background-color: #bbbbbb;
    left: 39%;
    top: 70%;
    transform: translateY(-50%);
}
.service_plate_title h3::after {
    content: '';
	position: absolute;
	width: 65px;
	height: 2px;
	background-color: #bbbbbb;
	right: 39%;
	top: 70%;
	transform: translateY(-50%);
}
.service_plate_title span {
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.service_plate ul {
    width: calc(100% - 16.2vw);
    margin: 0 auto;
    display: table;
    list-style-type: none;
    margin-top: 3.15vw;
}
.service_plate ul li {
    float: left;
    width: 31.33%;
    display: flex;
    margin-right: 3%;
}
.service_plate ul li:nth-child(3) {
    margin-right: 0%;
}
.service_plate ul li .img_box {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #fff;
    box-shadow: 0px 0px 10px 0px rgb(0,0,0,0.2);
}
.service_plate ul li .article {
    width: calc(100% - 35%);
    margin-left: 5%;
}
.service_plate ul li .article h3 {
    font-size: 1.33rem;
    font-weight: normal;
}
.service_plate ul li .article p {
    color: #666666;
    font-size: 0.75rem;
    line-height: 24px;
    padding-top: 1.042vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service_plate ul li a {
    display: flex;
}
.service_plate ul li a:hover img{
	transform: scale(1.1);
}

/*服务2*/
.service2_plate {
    position: relative;
}
.service2_plate .service2_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 70%;
}
.service2_plate .service2_background {
    width: 100%;
}
.service2_plate .service2_background img {
    width: 100%;
	display: block;
}
.service2_plate .service2_content .service2_title {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 3.125vw;
}
.service2_plate .service2_content .service2_title img{
	width: 100%;
	display: block;
}
.service2_plate .service2_content ul {
    display: table;
	width: 100%;
}
.service2_plate .service2_content ul li .img_box {
    width: 92px;
    margin: 0 auto;
    margin-bottom: 0.521vw;
}
.service2_plate .service2_content ul li {
    float: left;
    width: 31.33%;
    margin-right: 2%;
    margin-bottom: 3.646vw;
}
.service2_plate .service2_content ul li:nth-child(3),.service2_plate .service2_content ul li:nth-child(6) {
    margin-right: 0%;
}
.service2_plate .service2_content ul li:nth-child(4),.service2_plate .service2_content ul li:nth-child(5),.service2_plate .service2_content ul li:nth-child(6) {
    margin-bottom: 0%;
}
.service2_plate .service2_content ul li p {
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
}


/*厂房*/
.workshop_plate {
    padding-top: 4.4272vw;
    background-color: #efefef;
    padding-bottom: 4.167vw;
}

.workshop_plate_title h3 {
    font-size: 2vw;
    text-align: center;
    position: relative;
}
.workshop_plate_title h3::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background-color: #bbbbbb;
    left: 37%;
    top: 70%;
    transform: translateY(-50%);
}
.workshop_plate_title h3::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 2px;
    background-color: #bbbbbb;
    right: 37%;
    top: 70%;
    transform: translateY(-50%);
}
.workshop_plate_title span {
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.workshop_plate_carousel {
    width: 77.136vw;
    margin-top: 3.125vw;
}
.workshop_plate_carousel .swiper-slide:hover .img_box img{
	transform: scale(1.1);
}

.workshop_plate_article h3 {
    font-size: 1.22rem;
    font-weight: normal;
    margin: 0.6rem auto;
    padding-right: 15px;
    float: left;
    max-width: 305px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workshop_plate_article {
    position: relative;
}
.workshop_plate_article img {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin: 0.7rem auto;
    line-height: 26px;
}
.workshop_plate_button {
    margin: 0 auto;
    width: 160px;
    height: 40px;
    background-color: #bb0511;
    border-radius: 3px;
    position: relative;
    margin-top: 3.646vw;
    border: 1px solid rgb(187 5 17 / 0%);
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transtion:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;
}
.workshop_plate_button:hover{
    background-color: rgb(187 5 17 / 0%);
    border: 1px solid #b70503;
}
.workshop_plate_button:hover a{
	color: #b70503;
}
.workshop_plate_button a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    width: 160px;
    height: 40px;
}
.workshop_plate .swiper_wk {
    width: 77.136vw;
    margin: 0 auto;
    position: relative;
    padding: 0 3%;
}


/*新闻*/
.new_plate {
    position: relative;
}
.new_plate .new_background {
    width: 100%;
}
.new_plate .new_background img {
    width: 100%;
	display: block;
}
.new_plate_title h3 {
    font-size: 2vw;
    text-align: center;
    position: relative;
	color: #fff;
}
.new_plate_title span {
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.new_plate_title h3::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background-color: #ffffff;
    left: 30vw;
    top: 70%;
    transform: translateY(-50%);
}
.new_plate_title h3::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background-color: #ffffff;
    right: 30vw;
    top: 70%;
    transform: translateY(-50%);
}
.new_float {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 77.136vw;
}
.new_float .img_box {
    height: 11.898vw;
}
.new_float ul {
    display: table;
    width: 100%;
    margin-top: 5.25vw;
    list-style-type: none;
}
.new_float ul li {
    float: left;
    width: 31.33%;
    margin-right: 3%;
}
.new_float ul li:last-child {
    margin-right: 0%;
}
.new_float ul li .img_box:hover img{
	transform: scale(1.1);
}
.new_plate_s_title {
    display: flex;
    padding: 25px 30px;
    background-color: #fff;
    position: relative;
}
.new_plate_s_title h3 {
    font-size: 24px;
    font-weight: normal;
}
.new_plate_s_title a {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 16px;
    color: #000;
}
.new_plate_s_title a:hover {
    color: #b70503;
}
.news_link {
    background-color: #fff;
    padding: 2.07vw 1.55vw;
    min-height: 11.72vw;
}
.news_link a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    padding-left: 15px;
	position: relative;
}
.news_link a:hover {
    color: #b70503;
}
.news_link a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #bababa;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    border-radius: 50%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transtion: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_link a:hover::before {
    background-color: #b70503;
}
.news_link a:last-child {
    margin-bottom: 0;
}


/*底部*/
footer {
    width: 70%;
    background-color: #393939;
    padding: 0 15%;
    padding-top: 40px;
    padding-bottom: 60px;
}
.friendship_link {
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #474747;
	font-size: 14px;
}
.friendship_link a {
    margin-right: 10px;
    color: #fff;
}
.friendship_link a:hover{
    color: #b70503;
}
.information {
    padding: 0 2%;
    margin-top: 1.563vw;
    width: 36%;
}
.information_box {
    display: flex;
    margin-bottom: 40px;
}
.information_box .img_box {
    margin-top: 1.563vw;
    width: 26.65%;
}
.information h3 {
    font-size: 23px;
    color: #fff;
    margin-bottom: 1vw;
    font-weight: normal;
}
.information p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}
.information2 {
    width: 19%;
	margin-right: 2%;
}
.ewm_box {
    width: calc(100% - 87.65%);
}
.ewm_box img {
    width: 100%;
	display: block;
}
.information2 span {
    color: #fff;
    text-align: right;
    display: block;
    margin-bottom: 5px;
}
.information2 h3 {
    font-size: 35px;
    color: #fff;
    text-align: right;
    font-weight: normal;
}
.information2 h3.sj_hm {
    font-size: 28px;
}
.information2 p {
    text-align: right;
    color: #fff;
}
.information2 a {
    color: #fff;
    width: 126px;
    height: 36px;
    border: 1px solid #fff;
    display: block;
    float: right;
    margin-top: 10px;
    border-radius: 10px;
    text-align: center;
    line-height: 34px;
}
.information2 a:hover{
    border: 1px solid #b70503;
	background-color: #b70503;
}
.prepare {
    padding-top: 30px;
    border-top: 1px solid #474747;
}
.prepare p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.prepare p:last-child {
    margin-bottom: 0px;
}

/*底部固定浮动*/
/*
.main_nav_fixed {position: fixed;padding: 0 1%;width: 98%;bottom: 0;left: 0;z-index: 9999;font-family: '微软雅黑';background-color: rgba(31, 31, 31, 0.65);}
.main_nav_fixed form.clear {display: flex;}
.main_nav_fixed form.clear table {height: 60px;line-height: 60px;}
.main_nav_fixed form.clear .img_box {width: 10%;margin: 0 0.5%;position: relative;}
.main_nav_fixed input {border: 1px solid #fff;color: #000;font-family: "微软雅黑";margin-right: 10px;padding: 5px;width: 200px;}
.main_nav_fixed .btn {background: #b70503 none repeat scroll 0 0;border: 0 none;border-radius: 4px;color: #f8f8f8;cursor: pointer;margin-left: 30px;padding: 10px;transition: all .3s ease 0s;width: 120px;}
.main_nav_fixed .btn:hover{background-color: #375cff;}
.main_nav_fixed input:first-child {margin-left: 5%;}
.main_nav_fixed form.clear .img_box img {width: 100%;position: absolute;top: 50%;transform: translateY(-50%);}
*/

/*内页标题区加导航*/
.main_list_biaoti{ width:1200px; margin:20px auto;  display:table; position:relative; border-bottom:1px solid #dfdfdf; padding-bottom:20px;}
.main_list_biaoti h3{ font-size:30px; font-weight:normal; color:#000; line-height:50px; float:left; width:100%;}
.main_list_biaoti p{ font-size:12px; line-height:25px; color:#666; float:left;}
.main_list_biaoti .main_list_nav{ margin-bottom:15px; width:60%; text-align:right; margin-top:30px; float:right;}
.main_list_biaoti .main_list_nav a{ margin:0 15px; font-size:16px; border-bottom:2px solid #fff;  padding-bottom:5px; color:#000; text-decoration:none;}
.main_list_biaoti .main_list_nav a:hover,.main_list_news .main_list_nav a.hover{ color:#0e2db1; border-bottom:2px solid #0e2db1;}

.main_list_biaoti .main_list_nav.center {margin: 0 auto;margin-bottom: 15px;width: 67%;text-align: right;margin-top: 30px;float:none;display: flex;}
.main_list_biaoti .main_list_nav.center a{display: flex;}
.main_list_biaoti .main_list_nav.center a .img_icon {width: 16px;margin: 0 auto;margin-bottom: 0;margin-right: 5px;position: relative;top: 50%;transform: translateY(-40%);}
.main_list_biaoti .main_list_nav.center a .img_icon img {width: 100%;display: block;}



/*内页*/

/*内页banner*/
.in_banner .slideBox {
    width: 100%;
    max-height: initial;
    margin-top: 0rem;
    overflow: hidden;
    position: relative;
}
.in_banner .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  z-index: 1;
}
.in_banner .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}
.in_banner .slideBox .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  margin: 0 4px;
}
.in_banner .slideBox .hd ul li.on {
  background: #a82023;
}
.in_banner .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.in_banner .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.in_banner .slideBox .bd img {
  width: 100%;
  display: block;
	height: auto;
}
.in_box {
  width: 1220px;
  margin: 0 auto;
  /*map添加进来的*/
  min-height: 400px;
  position: relative;
	display: table;
}
/*新闻列表页*/
.in_news ul {
  margin-top: -28px;
}
.in_news ul li a {
  display: block;
  overflow: hidden;
  padding: 28px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  position: relative;
}
.in_news ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 120px;
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, 0.16);
}
.in_news ul li a .n_img {
  float: left;
  width: 158px;
  height: 105px;
  overflow: hidden;
  background: #171717;
}
.in_news ul li a .n_img img {
  width: 100%;
}
.in_news ul li a .n_c {
  float: left;
  width: 830px;
  margin: 0 0 0 40px;
}
.in_news ul li a .n_c h3 {
  font-size: 17px;
  max-width: 80%;
  color: #000;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_news ul li a .n_c p {
  color: #000;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  max-height: 40px;
}
.in_news ul li a:hover .n_c p {
  color: #000;
  color: rgba(0, 0, 0, 0.9);
}
.in_news ul li a:hover .n_r {
  background-position: center -36px;
  border-color: #a82023;
  background-color: #a82023;
  margin-right: 36px;
}
.in_news ul li a:hover .n_img {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
/*列表翻页*/
.in_news + .list_page {
  border-top: none;
}
.list_page {
  text-align: center;
  padding-top: 50px;
  border-top: solid 1px rgba(0, 0, 0, 0.16);
}
.list_page a,
.list_page span {
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
  margin: 0 4px;
}
.list_page a {
  background: #000;
  color: #ffffff!important;
}
/*图片列表页*/
.in_pics ul {
  display: table;
  margin: 0 -40px 0 0;
}
.in_pics ul li {
  width: 275px;
  float: left;
  margin: 0 40px 40px 0;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.show_pics ul li {
    width: 275px !important;
}



.in_pics ul li a {
  display: block;
}
.in_pics ul li a.in_pimg {
    overflow: hidden;
    height: auto;
    min-height: 197px;
}

.in_pics ul li a.show_pimg {
    height: 185px;
    overflow: hidden;
}


.in_pics ul li a.in_pimg img {
    width: 100% !important;
    height: auto !important;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
	display: block;
}

.in_pics ul li a.show_pimg img {
  width: 100%;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}


.in_pics ul li p {
  position: relative;
}
.in_pics ul li:hover p {
  background: #a82023\9;
}
.in_pics ul li:hover a.in_pimg img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.in_pics ul li:hover a.show_pimg img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.in_pics ul li:hover p a {
  color: #fff;
}
.in_pics ul li:hover p:after {
  width: 100%;
  left: 0;
}
/*内容页*/
.in_content {
  margin: -30px auto 0;
}
.news_show .news_stt span {
  display: inline-block;
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  margin: 10px 8px;
}
.news_show .news_scon {
  color: #333;
  padding: 30px 0;
  line-height: 1.8;
  font-size: 15px;
}
.news_show .news_scon img {
  max-width: 100% !important;
  display: inline-block;
}
.news_show .news_scon .vedio_luembed {
  width: 800px;
  margin: 0 auto;
}
.news_show .news_scon .vedio_luembed embed {
  width: 800px !important;
  height: 500px !important;
}
.nodata {
  color: #f5f5f5;
  text-align: center;
}
/*内容翻页*/
.in_pnpage {
  padding: 30px 0 0;
  overflow: hidden;
  border-top: solid 1px rgba(0, 0, 0, 0.16);
}
.in_pnpage:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.in_pnpage span {
  font-size: 15px;
  display: block;
  color: #333;
}
.in_pnpage .in_page_prev {
  float: left;
}
.in_pnpage .in_page_next {
  float: right;
}
.in_pnpage span a:hover {
    text-decoration: none;
    color: #d80000;
}
/*火狐hack*/
@-moz-document url-prefix() {
  .in_guest ul li input,
  .in_guest ul li textarea {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/*底部部分*/
.foot {
  width: 100%;
}
.foot_content {
  width: 1200px;
  margin: auto;
}
.foot_top {
  display: flex;
  padding: 30px 0;
  font-size: 14px;
}
.foot_top_left img {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 12px;
}
.foot_top_mid {
  width: 580px;
  padding-left: 30px;
}

.foot_top_mid p {
  line-height: 40px;
  font-family: helv;
}
.mid_p {
  font-size: 40px;
  margin-top: 10px;
}
.foot_top_right {
  width: 400px;
  padding: 0 5px;
  text-align: center;
}
.ftr {
  padding-top: 12px;
  float: left;
  margin-right: 50px;
}
.ftr img {
  display: inline-block;
  text-align: center;
}
.ftr p {
  font-size: 13px;
  padding-top: 2px;
}
.foot_top_right img {
  width: 125px;
  height: 125px;
}
/*内页底部*/
.foot1 {
  background-color: #a61f22;
  width: 100%;
  color: whitesmoke;
}
.foot1 .foot_top_mid {
  width: 580px;
  border-left: none;
  border-right: none;
  padding-left: 30px;
}
.foot1 .foot_top {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #666;
  font-size: 14px;
  width: 100%;
}
* {
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
}

/*公用*/
.dongxiao1,.join_bj .join_bj_box li .info, .join_bj .join_bj_box li .info_hover{-webkit-transition:all 0.3s;-moz-transition:all 2s;-ms-transtion:all 2s;-o-transition:all 2s;transition:all 2s;}
.dongxiao{-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}

.box2_all .box2_tc, .chaipin .chaipin_box,.foodpic_box .foodkuang,.dianmian .dianmian_box,.dianmian .dianmian_box .dianmian_box_pic li .dianmianimg img , .liping .liping_box{-webkit-transition:all 0.3s;-moz-transition:all 0.5s;-ms-transtion:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}


a#cp_nav {color: #fff;margin-left: 17vh;}
a#news_nav {color: #fff;margin-left: 17vh;}
a#zs_nav {color: #fff;margin-left: 17vh;}
a#md_nav {color: #fff;margin-left: 17vh;}

.fp-section{
	overflow: hidden;
}

/*内页导航*/
body.in_body {
    background: #f1f1f1;
}
.in_banner {
    background-color: #fbda8f;
    height: auto;
    overflow: hidden;
    margin-top: 100px;
}
.in_body header {
    position: relative;
    background-color: rgba(0, 0, 0, 1);
}
/*内页留言*/
.foot_top_left {
    width: 33%;
}
.foot_top_left img {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 12px;
    width: 60%;
}
.foot1 .foot_top_mid {
    width: 33%;
    border-left: none;
    border-right: none;
    padding-left: 0px;
}
.foot_top_right {
    width: 33%;
    padding: 0 5px;
    text-align: center;
}
.foot_top .foot_top_mid a {
    color: #fff;
}
.foot_top .foot_top_mid a:hover {
    color: #6b6b6b;
}
.mid_p {
    font-size: 40px;
    margin-top: 40px;
}
.foot_top_right p {
    margin-top: 2vh;
}
.ny_input form {
    width: 60%;
    margin: 0 auto;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transtion: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    margin-top: 4vh;
}
.ny_input input {
    padding: 10px;
    width: 44%;
    background-color: #ffffff;
    border-radius: 5px;
    color: #fff;
    margin-right: 5%;
    border: 1px solid #e8e8e8;
}
.ny_input input:last-child {
	margin-right: 0%;
}
.nyk_tt .nyk_r a {
    color: #232323;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transtion: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    padding: 7px 10px;
    border-radius: 3px;
    float: left;
}
.nyk_tt .nyk_r a.hover {
    background-color: #b70503;
    color: #fff;
}
.nyk_tt .nyk_r a:hover {
    background-color: #b70503;
    color: #fff;
}
.ny_input textarea {
    width: 97%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}
.ny_input .box9_yzm {
    display: flex;
	position: relative;
}
.ny_input .box9_yzm input {
    padding: 10px;
    width: 23%;
    background-color: #ffffff;
    border-radius: 5px;
    color: #fff;
    margin-right: 2%;
}
.ny_input .box9_yzm button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(52, 111, 70, 0);
    color: #4a4a4a;
    width: 30%;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transtion: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ny_input .box9_yzm button:hover {
    background-color: rgb(89, 163, 111);
    color: #ffffff;
    border: 1px solid rgb(89, 163, 111);
}
.ny_input .box9_yzm a {
    width: 20%;
}
.ny_input .box9_yzm a img{
    width: 100%;
	height: 100%;
}
.in_body .nyk_tt {
    display: table;
    width: 100%;
    margin-bottom: 3vh;
}
.in_body .nyk_tt .nyk_l {
    display: flex;
    text-align: start;
    position: relative;
    width: 100%;
}
.in_body .nyk_tt .nyk_l h3 {
    font-size: 1.8rem;
    font-weight: normal;
}
.in_body .nyk_tt .nyk_l p {
    text-transform: uppercase;
    position: absolute;
    bottom: 2px;
    left: 130px;
    font-size: 18px;
}
.ny_lx_dt_bottom {
    display: flex;
    margin-top: 2vh;
}
.dt_bottom_left {
    width: 49%;
    border: 2px solid #fff;
	padding: 1.5vh;
    color: #fff;
}
.dt_bottom_right {
    width: 49%;
    border: 2px solid #fff;
    margin-left: 2%;
	padding: 1.5vh;
    color: #fff;
	display: flex;
}
.ny_lx_dt {
    width: 1000px;
    margin: 0 auto;
}
.ny_dt img {
    width: 100%;
}
.dt_bottom_left h2 {
    font-size: 2.2vh;
    margin-bottom: 1vh;
}
.dt_bottom_left p {
    font-size: 12px;
}
.dt_bottom_left p.dt_bottom_left_dz {
    font-size: 16px;
}
.dt_bottom_left span {
    font-size: 20px;
    display: block;
    margin-top: 3vh;
}
.dt_bottom_right_left img {
    margin-top: 42px;
	width: 60px;
}
.dt_bottom_right_right img {
    width: 100px;
    margin-top: 2vh;
}
.dt_bottom_right_mid {
    margin: 0 5.5vh;
    margin-top: 3.5vh;
}
.dt_bottom_right_mid p {
    font-size: 24px;
}
.dt_bottom_right_mid span {
    font-size: 30px;
    color: #c53124;
}
/*内页新闻*/
.nyk_tt .nyk_r {
    text-align: center;
    margin-top: 2vh;
    padding-top: 2vh;
    border-top: 1px solid #c5c5c5;
}
.in_pnpage .in_page_prev {
    float: none;
    display: inline-block;
}
.news_show .news_scon {
    color: #fff;
    padding: 30px 0;
    line-height: 1.8;
    font-size: 15px;
}
.in_pnpage span {
    font-size: 15px;
    display: block;
    color: #fff;
}
.xw_xq .nyk_tt .nyk_r {
    text-align: center;
    float: none;
    margin-top: 20px;
    margin-left: 39%;
}
.news_lb_nr {
    padding: 4vh 0;
    background-color: #bd1a1a00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.5s;
    -ms-transtion: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.box4_news {
    display: flex;
    color: #fff;
    width: 1000px;
    margin: 0 auto;
}
.box4_news_left {
    margin-right: 8vh;
}
.box4_news_left h2 {
    font-size: 7vh;
    color: #aa2922;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.5s;
    -ms-transtion: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.box4_news_left p {
    text-align: end;
    color: #aa2922;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.5s;
    -ms-transtion: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.box4_news_right {
    color: #FFf;
}
.box4_news_right h2 {
    color: #000;
    margin-bottom: 1.6vh;
    line-height: 5vh;
    font-size: 1.9vh;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.5s;
    -ms-transtion: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.box4_news_right p {
    font-size: 13px;
    color: #787878;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.5s;
    -ms-transtion: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_lb_nr:hover .box4_news_left h2 {
    color: #fff !important;
}
.news_lb_nr:hover .box4_news_left p {
    color: #fff !important;
}
.news_lb_nr:hover .box4_news_right p {
    color: #fff;
}
.news_lb_nr:hover .box4_news_right h2 {
    color: #fff;
}

/*内页菜品*/
.cp .nyk_tt .nyk_r {
    text-align: end;
    float: right;
}



.news_show .news_stt span {
    display: block;
    color: #000000;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    margin: 3vh auto;
}
.in_content {
    margin: 0px auto 0;
}

.in_pnpage {
    padding: 30px 0 0;
    overflow: hidden;
    border-top: solid 1px rgba(0, 0, 0, 0.16);
    width: 1220px;
    margin: 0 auto;
}
.in_pnpage span a {
    vertical-align: middle;
}
.news_show .news_scon {
    color: #fff;
    padding: 30px 0;
    line-height: 1.8;
    font-size: 15px;
    width: 1220px;
    margin: 0 auto;
}

/*内页banner*/
.in_banner .slideBox {
  width: 100%;
  max-height: initial;
  overflow: hidden;
  position: relative;
}
.in_banner .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  z-index: 1;
}
.in_banner .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}
.in_banner .slideBox .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  margin: 0 4px;
}
.in_banner .slideBox .hd ul li.on {
  background: #a82023;
}
.in_banner .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.in_banner .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.in_banner .slideBox .bd img {
  width: 100%;
  display: block;
	height: auto;
}
/*中间内容*/
.in_bbox {
    padding: 60px 0 15vh;
    background-color: #f1f1f1;
    position: relative;
}
.in_box {
    width: 1220px;
    margin: 0 auto;
    position: relative;
    display: table;
}
/*新闻列表页*/
.in_news ul {
  margin-top: -28px;
}
.in_news ul li a {
  display: block;
  overflow: hidden;
  padding: 28px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  position: relative;
}
.in_news ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 120px;
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, 0.16);
}
.in_news ul li a .n_img {
  float: left;
  width: 158px;
  height: 105px;
  overflow: hidden;
  background: #171717;
}
.in_news ul li a .n_img img {
  width: 100%;
}
.in_news ul li a .n_c {
  float: left;
  width: 830px;
  margin: 0 0 0 40px;
}
.in_news ul li a .n_c h3 {
  font-size: 17px;
  max-width: 80%;
  color: #000;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_news ul li a .n_c span {
    font-size: 13px;
    color: #800505;
    font-family: helv;
    display: inline-block;
    margin: 5px 0 10px;
    position: relative;
    padding: 5px 0;
}
.in_news ul li a .n_c .news_lab {
    color: #800505;
    padding: 8px 0 0;
}
.in_news ul li a .n_c .news_lab span {
  font-size: 12px;
  font-family: Arial;
}
.in_news ul li a .n_c .news_lab em {
    font-style: normal;
    font-size: 12px;
    padding: 3px 8px;
    color: #800505;
    border-radius: 30px;
    margin-left: 8px;
}
.in_news ul li a .n_c p {
  color: #000;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  max-height: 40px;
}
.in_news ul li a .n_r {
    float: right;
    width: 36px;
    height: 36px;
    background: url(../img/in_arrow.png);
    overflow: hidden;
    border-radius: 50%;
    border: solid 1px rgba(0, 0, 0, 0.16);
    margin: 32px 20px 0 0;
    background-size: 100%;
	-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transtion:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;
}
.in_news ul li a:hover .n_c h3 {
    color: #800505;
}
.in_news ul li a:hover .n_c p {
  color: #000;
  color: rgba(0, 0, 0, 0.9);
}
.in_news ul li a:hover .n_r {
  background-position: center -36px;
  border-color: #a82023;
  background-color: #a82023;
  margin-right: 36px;
}
.in_news ul li a:hover .n_img {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
/*列表翻页*/
.in_news + .list_page {
  border-top: none;
}
.list_page {
  text-align: center;
  padding-top: 50px;
  border-top: solid 1px rgba(0, 0, 0, 0.16);
}
.list_page a,
.list_page span {
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
  margin: 0 4px;
}
.list_page a {
  background: #000;
  color: #ffffff!important;
}
.list_page span, .list_page a:hover {
    background: #800505;
    color: #fff;
}
/*图片列表页*/
.in_pics ul {
  display: table;
  margin: 0;
width: 100%
}
.in_pics ul li {
    width: 23%;
    float: left;
   margin: 0 1%;
    margin-bottom: 2%;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}



.in_pics ul li a {
  display: block;
}

.in_pics ul li a.show_pimg {
    min-height: 100px;
    overflow: hidden;
}

.in_pics ul li a.show_pimg img {
  width: 100%;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}


.in_pics ul li p {
  position: relative;
}
.in_pics ul li:hover p {
  background: #a82023\9;
}
.in_pics ul li p a {
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.in_pics ul li:hover a.in_pimg img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.in_pics ul li:hover a.show_pimg img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.in_pics ul li p:after {
    width: 0%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #800505;
}
.in_pics ul li a.product_list {
    position: relative;
    padding: 10px 20px;
}
.in_pics ul li a.product_list:after {
    width: 0%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #800505;
}
.in_pics ul li:hover .product_list:after {
    width: 100%;
    left: 0;
}
.in_pics ul li a.product_list h3 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.in_pics ul li:hover a.product_list h3{
	color: #fff;
}
.in_pics ul li a.product_list span {
    font-size: 12px;
    line-height: 21px;
    height: 21px;
    display: block;
    z-index: 3;
    position: relative;
}
.in_pics ul li:hover a.product_list span{
	color: #fff;
}
.in_pics ul li a.product_list span.liat_rmb {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 16px;
    color: #b70503;
}
.in_pics ul li:hover a.product_list span.liat_rmb{
	color: #fff;
}
.in_pics ul li:hover p a {
  color: #fff;
}
.in_pics ul li:hover p:after {
  width: 100%;
  left: 0;
}
/*内容页*/
.in_content {
  margin: 0 auto;
}
.news_show .news_stt {
  padding-bottom: 12px;
  text-align: center;
}
.news_show .news_stt h2 {
    font-size: 26px;
    color: #b70503;
}
.news_show .news_stt span {
  display: inline-block;
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  margin: 10px 8px;
}
.news_show .news_scon {
  color: #333;
  padding: 30px 0;
  line-height: 1.8;
  font-size: 15px;
}
.news_show .news_scon img {
  max-width: 100% !important;
  display: inline-block;
}
.news_show .news_scon .vedio_luembed {
  width: 800px;
  margin: 0 auto;
}
.news_show .news_scon .vedio_luembed embed {
  width: 800px !important;
  height: 500px !important;
}
.nodata {
  color: #f5f5f5;
  text-align: center;
}
/*内容翻页*/
.in_pnpage {
  padding: 30px 0 0;
  overflow: hidden;
  border-top: solid 1px rgba(0, 0, 0, 0.16);
}
.in_pnpage:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.in_pnpage span {
  font-size: 15px;
  display: block;
  color: #333;
}
.in_pnpage .in_page_prev {
  float: left;
}
.in_pnpage .in_page_next {
  float: right;
}

.in_pnpage span a {
    color: #800505;
    display: block;
    max-width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: right;
    text-decoration: none;
}
/*火狐hack*/
@-moz-document url-prefix() {
  .in_guest ul li input,
  .in_guest ul li textarea {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
/*新闻页*/
.box9r {
    width: 80%;
    margin: auto;
    margin-top: 250px;
}
.form_new {
    background-color: rgba(255, 255, 255, 0);
    padding: 30px 0 65px 0;
    box-shadow: 0 1px 4px 2px #f1f1f1;
}
.form_new .box9r {
  margin-top: 0;
}
.box9_right h3,
.form_new h3 {
  font-size: 54px;
  height: 160px;
  width: 676px;
  text-indent: -9999rem;
  overflow: hidden;
  background: url(../img/box9_03.png) no-repeat 0 0;
  background-size: 100% auto;
}
.guest_con {
  width: 100%;
  margin: auto;
}
.guest_radio {
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 60px;
  margin: auto;
}
.guest_radio label {
  float: left;
  width: 25%;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.guest_radio label span.on {
  background-image: url("../img/icon_03.png");
}
.guest_radio label input {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.guest_radio label span {
  display: inline-block;
  padding: 7px;
  background: url(../img/icon_05.png) no-repeat left center;
}
.guest .btn {
  display: block;
  font-size: 20px;
  color: #cc0000;
  padding: 15px 0;
  background: #e7c692;
  text-align: center;
  width: 100%;
  margin: auto;
}
.guest .guest_input {
  border: none;
}
.guest .guest_input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: auto;
  height: 30px;
  background-color: transparent;
  color: white;
}
.form_new .guest .guest_input {
    color: black;
    font-size: 16px;
    padding: 8px 13px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
}
.guest .guest_input1 {
    width: 44.8%;
    display: inline-block;
}
.guest .guest_input0 {
  margin-right: 4.5%;
}
.guest_input::-webkit-input-placeholder {
  color: white;
  font-size: 16px;
  font-family: '微软雅黑';
}
.form_new .guest_input::-webkit-input-placeholder {
  color: #0e0e0e;
}
.form_new .guest p {
  color: #0e0e0e;
}
.form_new .guest_radio label,
.form_new .box9_right .p1,
.form_new .p1 {
  color: #0e0e0e;
}
.form_new .guest .btn {
    color: white;
    background: #800505;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
}
.form_new .guest .btn:hover {
    background: #ca0d0d;
}
.form_new .guest_radio label span.on {
  background-image: url("../img/icon_031.png");
}
.form_new .guest_radio label span {
  background: url(../img/icon_051.png) no-repeat left center;
}
.guest .g_textarea {
    height: 110px;
    cursor: text;
    padding: 20px 0;
    color: white;
    width: 97%;
    display: block;
    resize: none;
}
.guest p {
  color: white;
  text-align: left;
  padding: 30px 0;
  font-size: 16px;
}
input,
textarea,
select,
a:focus {
  outline: none;
}

/*面包屑*/
.in_body .title {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 0;
}
.in_body .title a {
    color: #1F1F1F;
    padding-left: 20px;
    position: relative;
}
.in_body .title span {
    padding-left: 20px;
	position: relative;
}
.in_body .title span::before{
	content: '>';
    position: absolute;
    color: #000;
    left: 5px;
}
.in_body .title a::before {
    content: '>';
    position: absolute;
    color: #000;
    left: 5px;
}
.in_body .title a:first-child::before{
	content: '>';
    position: absolute;
    color: #000;
    left: 0;
	display: none;
}
.in_body .title a:first-child{
    padding-left: 0;
}
.in_body .title a:hover{
	color: rgba(191, 64, 32, 1);
}

/*产品详情页*/
.in_detail{margin-top:40px;overflow:hidden;background:url(../img/de_border.png) repeat-y 980px top;margin-bottom: 40px;}
.in_detail .de_left {
    float: left;
    width: 100%;
    overflow: hidden;
}
.in_detail .de_ltop{overflow:hidden;}
.in_detail .de_ltimg {
    float: left;
    width: 500px;
    overflow: hidden;
    height: 434px;
}
.in_detail .de_ltimg img{width:100%;}
.in_detail .de_ltinfo{float:right;width:660px;}
.in_detail .de_ltinfo h2 {
    font-size: 24px;
    font-weight: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in_detail .de_ltinfo em{font-style:normal;font-size:32px;font-family:Arial;color:#FB6B03;font-weight:bold;display:block;margin-top:20px;}
.in_detail .de_ltinfo span{font-size:14px;color:#88755c;display:block;margin-top:8px;}
.in_detail .de_ltinfo h3{font-size:14px;color:#cc0000;font-weight:normal;margin-top:15px;}
.in_detail .de_ltinfo p{font-size:13px;color:#645137;line-height:2;margin-top:40px;overflow:hidden;-webkit-line-clamp:6;-moz-line-clamp:6;-o-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;box-orient:vertical;display:-webkit-box;display:-moz-box;display:-o-box;display:box;max-height:151px;}
.in_detail .de_ltinfo .order{padding:12px 40px;font-size:16px;color:#fff;background:#cc0000;border-radius:6px;margin-top:40px;cursor:pointer;border: 0;}
.in_detail .de_ltinfo button:hover{background:#fe0000;}
.in_detail .de_lbottom{margin-top:30px;}
.in_detail .de_lbtt{font-size:20px;color:#000;padding:15px 20px 15px 40px;border-bottom:solid 2px #fad3a2;font-weight:normal;background:#fff;position:relative;box-shadow:0 5px 10px #fad3a2;}
.in_detail .de_lbtt:after{content:"";position:absolute;width:6px;height:6px;background:#fff;border:solid 2px #cc0000;border-radius:50%;top:50%;margin-top:-5px;left:20px;}
.in_detail .de_lbcon {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #3c2606;
    margin-right: 30px;
    padding-right: 30px;
    border-right: solid 1px rgba(0, 0, 0, 0.16);
}
.in_detail .de_lbcon img{max-width:100% !important;height:auto;display:inline-block;vertical-align:top;}
.in_detail .de_right {
    width: 100%;
    overflow: hidden;
}
.in_detail .de_right .de_rtt{position:relative;text-align:center;}
.in_detail .de_right .de_rtt span{font-size:16px;color:#fff;font-weight:normal;display:inline-block;background:#cc0000;padding:3px 15px;border-radius:4px;}
.in_detail .de_right .de_rtt s{position:absolute;border-bottom:solid 1px #fad3a2;width:100%;top:50%;left:0;z-index:-1;}
.in_detail .de_right .de_rcon {
    overflow: hidden;
    margin-top: 20px;
    display: flex;
}
.in_detail .de_right .de_rcon ul{margin-bottom:-15px;}
.in_detail .de_right .de_rcon ul li{margin-bottom:15px;}
.in_detail .de_right .de_rcon ul li a{display:block;}
.in_detail .de_right .de_rcon ul li a span{display:block;overflow:hidden;position:relative;max-height:278px;}
.in_detail .de_right .de_rcon ul li a span img {
    width: 100%;
    display: block;
}
.in_detail .de_right .de_rcon ul li a span em {
    position: absolute;
    width: 90%;
    padding: 5px 5.1%;
    background: #fff;
    background: rgb(0 0 0 / 50%);
    text-align: center;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FB6B03;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
.in_detail .de_right .de_rcon ul li a h3{color:#3c2606;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:normal;margin-top:10px;}
.in_detail .de_right .de_rcon ul li a:hover h3{color:#cc0000;}
.in_detail .de_right .de_rcon ul li:last-child a span em{
	display: none;
}
.in_detail .de_right .de_rcon ul li:last-child span {
    max-height: inherit;
}
.in_detail .de_right .de_rcon ul li:last-child h3{
    color: #3c2606;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

.in_detail .de_right .de_rcon ul li:last-child span img {
    width: 100%;
    display: block;
}

/*底部悬浮*/
.main_nav_fixed.hide {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(31, 31, 31, 1);
    height: 112px;
    z-index: 22;
}
.xy_foot {
    width: 80%;
    margin: 0 auto;
    display: flex;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.xy_foot .img_box {
    max-width: 495px;
    width: 41%;
    position: relative;
    top: 50%;
}
.xy_foot .img_box img.logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
footer {
    margin-bottom: 92px;
}
tr.firstRow td.twotd {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
table.ke-zeroborder {
    width: 55%;
    height: 92px;
    position: relative;
    margin-left:4%;
}
tr.firstRow {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
td.onetd {
    margin-left: 3%;
    display: flex;
}
td.onetd input[type="text"] {
    padding: 12px 5%;
    border-radius: 30px;
    border: 0;
    font-size: 12px;
    height: 20px;
    width: 250px;
}
td.onetd input#submitbtn {
    padding: 10px 2%;
    border-radius: 30px;
    border: 0;
    font-size: 14px;
    height: 44px;
    margin-left: 15px;
    width: 130px;
    color: #fff;
    background-color: #c30306;
}

/*首页兼容*/

@media only screen and (max-width: 1680px){
footer {
    width: 75%;
    background-color: #393939;
    padding: 0 12.5%;
    padding-top: 40px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 1600px){
.service_plate ul li .img_box {
    width: 120px;
    height: 115px;
}
footer {
    width: 79%;
    background-color: #393939;
    padding: 0 10.5%;
    padding-top: 40px;
    padding-bottom: 80px;
}
.main_nav .logo {
    margin-top: 10px;
}
}
@media only screen and (max-width: 1440px){
footer {
    width: 88%;
    background-color: #393939;
    padding: 0 6%;
    padding-top: 40px;
    padding-bottom: 80px;
}
.main_nav .logo {
    margin-top: 16px;
}
.main_nav .main_nav_box .right_box {
    width: 15.5%;
}
.main_nav_box ul {
    margin-left: 3%;
    width: 54%;
}
.introduce_plate .introduce_plate_l {
    height: 37.3vw;
}
}
@media only screen and (max-width: 1366px){
footer {
    width: 92%;
    background-color: #393939;
    padding: 0 4%;
    padding-top: 40px;
    padding-bottom: 80px;
}
.service2_plate .service2_content ul li {
    float: left;
    width: 31.33%;
    margin-right: 2%;
    margin-bottom: 1.646vw;
}
.service2_plate .service2_content .service2_title {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 2.125vw;
}
.introduce_plate .introduce_plate_l {
    height: 40.5vw;
}
.main_nav_box .dropdown-content a{
    font-size: 12px;
}
}
