﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'iconfont';
    src: url('../font/font_1432720974_1547027.eot');
    src: url('../font/font_1432720974_1547027.eot') format('embedded-opentype'), url('../font/font_1432720974_1547027.woff') format('woff'), url('../font/font_1432720974_1547027.ttf') format('truetype'), url('../font/font_1432720974_1547027.svg#iconfont') format('svg')
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(../font/q_z9mv4hysltmomjnk_rcfeszw2xoq-xsnqo47m55da.woff2) format('woff2')
}

.fa {
    display: inline-block;
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.fa-icon-qq:before {
    content: "\e604"
}

.fa-icon-weibo:before {
    content: "\e600"
}

.fa-icon-weixin:before {
    content: "\e605"
}

.fa-icon-zaixianzixun:before {
    content: "\e608"
}

body {
    font-family: "微软雅黑"
}

.glyphicon {
    top: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-background {
    background: none !important
}

.no-border {
    border: none !important
}

.overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.w100 {
    width: 100% !important
}

.h100 {
    height: 100% !important
}

a {
    text-decoration: none !important;
    cursor: pointer !important
}

.container-fluid {
    max-width: 1230px !important
}

.tr {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s
}

.tr2 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s
}

/*.ht_imgv{
	visibility: hidden;
}*/
img {
    max-width: 100%;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-pad-1 {
    padding: 50px 0;
}

.main-Background-1 {
    background: #edf3f6;
}

.main-Background-2 {
    position: relative;
}

.main-Background-2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 70%;
    background: url(../images/bg2.jpg) 50% 50%;
    background-size: cover;
}

.main-Background-2 .container-fluid {
    position: relative;
    z-index: 2;
}

.main-Background-3 {
    background: url(../images/bg3.jpg) 50% 50%;
    background-size: cover;
}

.main-Background-4 {
    background: #cc2a1e;
}

.main-Background-5 {
    padding: 15px;
    background: #eaeaea;
}

header {
    background: #cc2a1e;
}

header .logo {
    line-height: 85px;
    width: 20%;
}
.menu{
    width: 75%;
}
.menu ul li{
    width: 16.6%;
}
header .menu ul li a {
    margin: 0 15px;
    display: block;
    color: #fff;
    line-height: 85px;
    height: 85px;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    margin: 0 auto;
}

.banner .glyphicon {
    top: 50% !important;
}

/* .banner .carousel-control.left,.banner .carousel-control.right{ width:60px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
.banner .carousel-control.left{ left:-60px;background:url(../images/prev_arrow_60.png) no-repeat left;}
.banner:hover .carousel-control.left{ left:0;}
.banner .carousel-control.right{ right:-60px;background:url(../images/next_arrow_60.png) no-repeat right;}
.banner:hover .carousel-control.right{ right:0;} */
.banner .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.banner .carousel-fade .carousel-inner .active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.banner .carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.banner .carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.banner #myCarousel {
    position: relative
}

.banner #myCarousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 30px;
    z-index: 4
}

.banner #myCarousel .carousel-indicators li {
    margin: 0 2px;
    width: 42px;
    height: 5px;
    background: #000;
    border-radius: 0;
    border: none;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    -khtml-opacity: 0.15;
    opacity: 0.15;
}

.banner #myCarousel .carousel-indicators li:hover {
    background: #cc2a1e;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.banner #myCarousel .carousel-indicators li.active {
    background: #cc2a1e;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.text-1-box {
    position: relative;
    z-index: 2;
    border-top: solid 1px #e8e8e8;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.text-1 {
    padding: 6px 0 6px 20px;
    background: url(../images/text1_icon.png) no-repeat left;
}

.text-1 .swiper_wrap2 {
    position: relative;
    padding: 0 50px 0 0;
    height: 30px;
    overflow: hidden
}

.text-1 .swiper_wrap2 ul {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 1px
}

.text-1 .swiper_wrap2 ul li {
    line-height: 30px;
}

.text-1 .swiper_wrap2 ul li a {
    display: block;
    color: #333;
    font-size: 12px;
}

.text-1 .swiper_wrap2 .lt {
    position: absolute;
    right: 24px;
    top: 2px;
    font-family: "宋体";
    font-size: 18px;
    font-weight: bold;
    color: #AAAAAA;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.text-1 .swiper_wrap2 .gt {
    position: absolute;
    right: 5px;
    top: 2px;
    font-family: "宋体";
    font-size: 18px;
    font-weight: bold;
    color: #AAAAAA;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.text-1 .swiper_wrap2 .swiper_wrap2 .font_inner a {
    color: #444
}

.text-1 .swiper_wrap2 .swiper_wrap2 a:hover {
    color: #FA9101
}

.index_aboutus {
    line-height: 28px;
    max-height: 280px;
    overflow: hidden;
    color: #333;
}

.text-2 p {
    margin: 0;
}

.text-2 a {
    display: block;
    color: #fff;
    line-height: 40px;
    background: #cc2a1e;
    border-radius: 5px;
    margin-top: 10px;
}

.text-3 {
    color: #333;
    line-height: 28px;
}

.text-3 h4 {
    font-size: 20px;
}

.text-3 img {
    max-width: 100%;
    margin: 0 auto;
}
.page-detail a{
    display: block;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-3 .img-thumbnail {}

.text-3 a {
    color: #333;
}

.text-3 a.b {
    font-weight: bold;
}

.text-3 a h5 {
    font-size: 16px;
}

.text-4 {
    color: #555;
    line-height: 30px;
}

.text-5 ul li {
    position: relative;
    min-height: 40px;
    line-height: 39px;
    border-bottom: dashed 1px #c1c1c1;
}

.text-5 ul li a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.text-5 ul li span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 80px;
    font-family: arial;
    color: #333;
}

.text-5 ul li p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.title-1 {
    margin: 0 0 25px;
}

.title-1 span {
    display: block;
    font-family: arial;
    font-size: 30px;
    color: #333;
    line-height: 32px;
}

.title-1 b {
    display: block;
    margin: 7px auto;
    width: 27px;
    height: 3px;
    background: #333;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.title-1 h5 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #cc2a1e;
    line-height: 22px;
}

.title-1 p {
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: 15px;
}

.title-1.active span {
    color: #fff;
}

.title-1.active b {
    background: #fff;
}

.title-1.active h5 {
    color: #fff;
}

.title-1.active p {
    color: #fff;
}

.title-2 {
    margin: 0 0 10px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}

.title-2 a {
    color: #333;
}

.title-3 {
    position: relative;
    padding: 0 35px;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    background: #cc2a1e;
}

.title-3:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 1;
    margin: -6px 0 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.pictrue-1 ul {
    margin: 0 -15px;
}

.pictrue-1 ul li {
    margin: 0 0 20px;
    padding: 0 15px;
    width: 25%;
    border-right: dashed 1px #d3d8da;
}

.pictrue-1 ul li:nth-child(4n) {
    border: none;
}

.pictrue-1 ul li a {
    display: block;
}

.pictrue-1 ul li a .imgbox {
    margin: 0 auto;
    padding: 7px;
}

.pictrue-1 ul li a .imgbox span {
    display: block;
    overflow: hidden;
}

.pictrue-1 ul li a .imgbox span img {
    max-width: 100%;
}

.pictrue-1 ul li a .textbox {
    padding: 13px 0 0;
}

.pictrue-1 ul li a .textbox h5 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
}

.pictrue-1 ul li a .textbox p {
    margin: 0;
    font-size: 14px;
    color: #111;
    line-height: 20px;
}

.pictrue-1 ul li a .textbox p span {
    padding: 0 0 0 20px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/p1_gou.png) no-repeat left;
}

.pictrue-2 {
    position: relative;
    margin: 0 -6px;
}

.pictrue-2 .item {
    padding: 0 6px;
}

.pictrue-2-list {
    margin: 0 0 12px;
}

.pictrue-2-list a {
    position: relative;
    display: block;
    border: solid 1px #e5e5e5;
}

.pictrue-2-list a .imgbox {
    overflow: hidden;
}

.pictrue-2-list a .imgbox img {
    max-width: 100%;
}

.pictrue-2-list a .mb {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../images/p2_a_bg_03.jpg) repeat;
}

.pictrue-2-list a .mb .p2imgs {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    border: solid 10px #fff;
    background: #000;
    overflow: hidden;
}

.pictrue-2-list a .mb span {
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    display: block;
}

.pictrue-2-list a .mb span img {
    max-width: 100%;
}

.pictrue-2-list a .textbox {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    padding: 0 20px;
    margin: -57px 0 0;
    width: 100%;
    height: 114px;
}

.pictrue-2-list a .textbox h5 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
}

.pictrue-2-list a .textbox b {
    display: block;
    margin: 9px auto 6px;
    width: 14px;
    height: 2px;
    background: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.pictrue-2-list a .textbox p {
    margin: 0 0 8px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    overflow: hidden;
}

.pictrue-2-list a .textbox .more {
    margin: 0 auto;
    width: 35px;
    font-family: arial;
    font-size: 30px;
    color: #fff;
    line-height: 33px;
    border: solid 1px #fff;
}

.pictrue-2-box ul {
    margin: 0 -8px;
}

.pictrue-2-box ul li {
    padding: 0 8px;
    width: 33.3333%;
}

.pictrue-3 {
    position: relative;
    margin: 0 -6px;
}

.pictrue-3 .item {
    padding: 0 6px;
}

.pictrue-3-list a {
    display: block;
    margin: 0 0 10px;
    padding: 14px;
    background: #fff;
    border: solid 1px #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pictrue-3-list a .imgbox {
    overflow: hidden;
}

.pictrue-3-list a .imgbox span {
    display: block;
}

.pictrue-3-list a .imgbox span img {
    max-width: 100%;
}

.pictrue-3-list a .textbox {
    padding: 10px 0 0;
}

.pictrue-3-list a .textbox h5 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #cc2a1e;
    line-height: 18px;
}

.pictrue-3-list a .textbox h5 span {
    margin: 0 0 0 5px;
    font-family: arial;
    font-size: 14px;
    color: #9b9b9b;
}

.pictrue-3-list a .textbox p {
    margin: 0 0 5px;
    height: 60px;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    overflow: hidden;
}

.pictrue-3-list a .textbox .text {
    height: 66px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
}

.pictrue-3-list a .textbox .more {
    margin: 10px 0;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background: #a1a1a1;
}

.pictrue-4 {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.pictrue-4 .imgbox {
    height: 330px;
}

.pictrue-4 .imgbox img {
    max-width: 100%;
}

.pictrue-4 .daohang {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    padding: 39px 33px;
    margin: -85px 0 0 -191px;
    width: 382px;
    height: 170px;
}

.pictrue-4 .daohang:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    z-index: 2;
    width: 1px;
    height: 100%;
    background: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.pictrue-4 .daohang:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 0;
    z-index: 2;
    width: 1px;
    height: 100%;
    background: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.pictrue-4 .daohang .xian {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.pictrue-4 .daohang .xian:after {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.pictrue-4 .daohang .xian:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.pictrue-4 .daohang a {
    position: relative;
    z-index: 3;
    display: block;
    margin: 0 7px;
    width: 90px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c000000', endColorstr='#8c000000', GradientType=1);
}

.pictrue-5_pictrue-6-box {
    padding: 0 3px;
}

.pictrue-5_pictrue-6-box .row .col {
    margin: 10px 0 ;
}

.pictrue-5_pictrue-6-box .row .col p {
    margin: 0;
    line-height: 30px;
}

.pictrue-5_pictrue-6-box .row .col p a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.pictrue-5_pictrue-6-box .summary {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 5px;
}

.pictrue-5_pictrue-6-box-title {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pictrue-5_pictrue-6-box .col-md-9 {
    width: 72%;
}

.pictrue-5_pictrue-6-box .col-md-3 {
    width: 28%;
}

.pictrue-5-list {
    margin: 0 0 24px;
}

.pictrue-5-list a {
    display: block;
    margin: 0 -3px;
    padding: 10px;
    border: solid 3px #d3ee95;
    border-radius: 5px;
}

.pictrue-5-list a .box {
    position: relative;
    padding: 0 130px 0 0;
    min-height: 210px;
}

.pictrue-5-list a .box .imgbox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 130px;
    overflow: hidden;
    border-radius: 5px;
}

.pictrue-5-list a .box .imgbox span {
    display: block;
    height: 210px;
}

.pictrue-5-list a .box .textbox {
    padding: 0 10px 0 0;
}

.pictrue-5-list a .box .textbox h5 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #bba64b;
    line-height: 20px;
}

.pictrue-5-list a .box .textbox p {
    margin: 0 0 10px;
    height: 130px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
}

.pictrue-5-list a .box .textbox .more {
    color: #bca74c;
    line-height: 16px;
}

.pictrue-6-list {
    padding: 0 12px;
}

.pictrue-6 {
    margin: 0 -3px;
    height: 495px;
    background: url(../images/p6_bg.png) 50% 50%;
    background-size: cover;
    border-radius: 5px;
    border: solid 3px #e5948e;
}

.pictrue-6 .biaoti {
    margin: 0 0 20px;
    padding: 27px 72px 0;
    height: 65px;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
    border-bottom: solid 1px #d7d7d7;
    background: url(../images/p6_icon.png) no-repeat 24px 17px;
}

.pictrue-6 form {
    display: block;
    padding: 0 25px;
}

.pictrue-6 form p {
    margin: 0 0 10px;
    color: #777;
    line-height: 16px;
}

.pictrue-6 form input {
    padding: 0 10px;
    margin: 0 0 20px;
    width: 100%;
    height: 36px;
    background: #f8fcfe;
    border: solid 1px #dfe2e4;
}

.pictrue-6 form textarea {
    padding: 0 10px;
    margin: 0 0 20px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 96px;
    max-height: 96px;
    min-height: 96px;
    line-height: 36px;
    background: #f8fcfe;
    border: solid 1px #dfe2e4;
}

.pictrue-6 form button {
    width: 146px;
    height: 36px;
    font-size: 15px;
    color: #fff;
    line-height: 36px;
    background: #cc2a1e;
    border: none;
}

.pictrue-7-box {
    padding: 44px 0 0;
}

.pictrue-7 {
    position: relative;
    margin: 0 auto;
    padding: 0 204px 0 228px;
    max-width: 982px;
    min-height: 310px;
}

.pictrue-7 .left {
    position: absolute;
    left: 0;
    top: 0;
    width: 228px;
    height: 310px;
}

.pictrue-7 .left .biaoti {
    background: #fff;
    font-size: 20px;
    color: #5e5e5e;
    line-height: 72px;
}

.pictrue-7 .left .biaoti img {
    margin: 0 5px 0 0;
}

.pictrue-7 .left .textbox {
    padding: 33px 0 0;
    height: 238px;
    background: #22ab39;
    border: solid 1px #32b147;
}

.pictrue-7 .left .textbox .ewm {
    margin: 0 auto;
    width: 146px;
    height: 146px;
    line-height: 146px;
    text-align: center;
    background: #fff;
    border: solid 1px #85ce8f;
}

.pictrue-7 .left .textbox .ewm img {
    max-width: 100%;
}

.pictrue-7 .left .textbox p {
    margin: 5px 10px 0;
    font-size: 14px;
    color: #94dca2;
    line-height: 20px;
}

.pictrue-7 .center {
    position: relative;
    padding: 0 7px 0 12px;
}

.pictrue-7 .center .imgbox {
    position: relative;
}

.pictrue-7 .center .imgbox:after {
    content: "";
    position: absolute;
    left: -180px;
    top: -44px;
    z-index: 1;
    width: 295px;
    height: 395px;
    background: url(../images/p7_img1_bian.png) no-repeat;
}

.pictrue-7 .right {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px;
    width: 204px;
    background: #fff;
}

.pictrue-7 .right:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 85px;
    z-index: 1;
    width: 59px;
    height: 35px;
    background: url(../images/p7_img3_jiao.png) no-repeat;
}

.pictrue-7 .right .box {
    padding: 10px;
    height: 306px;
    border: solid 1px #7e7e7e;
    border-radius: 5px;
}

.pictrue-7 .right .box .biaoti {
    margin: 0 0 18px;
    padding: 0 0 0 40px;
    min-height: 31px;
    background: url(../images/p7_img3_icon_03.jpg) no-repeat left;
}

.pictrue-7 .right .box .biaoti h5 {
    font-size: 14px;
    color: #727272;
    line-height: 16px;
}

.pictrue-7 .right .box .biaoti span {
    display: block;
    font-size: 14px;
    color: #c9c9c9;
    line-height: 16px;
}

.pictrue-7 .right .box .ewm {
    margin: 0 auto;
    width: 152px;
}

.pictrue-7 .right .box .ewm img {
    max-width: 100%;
}

.pictrue-7 .right .box p {
    margin: 10px 0;
    font-size: 14px;
    color: #c1c1c1;
    text-align: center;
}

.pictrue-7 .right .box .shengcheng {
    padding: 5px 0;
    border: solid 1px #abdaf9;
    border-radius: 5px;
    text-align: center;
}

.pictrue-7 .right .box .shengcheng h6 {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    background: url(../images/p7_img3_icon2_03.jpg) no-repeat left;
}

.pictrue-7 .right .box .shengcheng span {
    display: block;
    font-size: 14px;
    color: #c1c1c1
}

.pictrue-8 {
    margin: 0 0 40px;
}

.pictrue-8 ul {
    margin: 0 -9px;
}

.pictrue-8 ul li {
    padding: 0 9px;
    width: 33.3333%;
}

.pictrue-8 ul li .imgbox {
    position: relative;
    z-index: 2;
    margin: 0 auto -50px;
    padding: 7px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: solid 1px #c1c1c1;
    border-radius: 50%;
}

.pictrue-8 ul li .imgbox span {
    display: block;
    line-height: 84px;
    border-radius: 50%;
}

.pictrue-8 ul li.li0 .imgbox span {
    background: #e44a56;
}

.pictrue-8 ul li.li1 .imgbox span {
    background: #f99b37;
}

.pictrue-8 ul li.li2 .imgbox span {
    background: #4dba43;
}

.pictrue-8 ul li .imgbox span img {
    max-width: 100%;
    max-height: 100%;
}

.pictrue-8 ul li .textbox {
    padding: 66px 20px 0;
    min-height: 460px;
    background: #fff;
    border: solid 1px #c1c1c1;
}

.pictrue-8 ul li .textbox h5 {
    margin: 0 0 16px;
    font-size: 16px;
    color: #333;
    line-height: 18px;
    font-weight: bold;
}

.pictrue-8 ul li .textbox p {
    margin: 0;
    color: #333;
    line-height: 30px;
}

.pictrue-8 ul li .textbox p img {
    width: 90px;
}

.pictrue-8 ul li .textbox .weixin {
    margin: 0 auto;
    padding: 2px;
    max-width: 204px;
    background: #fff;
}

.pictrue-8 ul li .textbox .weixin .box {
    padding: 10px;
    height: 306px;
    border: solid 1px #7e7e7e;
    border-radius: 5px;
}

.pictrue-8 ul li .textbox .weixin .box .biaoti {
    text-align: left;
    margin: 0 0 18px;
    padding: 0 0 0 40px;
    min-height: 31px;
    background: url(../images/p7_img3_icon_03.jpg) no-repeat left;
}

.pictrue-8 ul li .textbox .weixin .box .biaoti h5 {
    font-size: 14px;
    color: #727272;
    line-height: 16px;
}

.pictrue-8 ul li .textbox .weixin .box .biaoti span {
    display: block;
    font-size: 14px;
    color: #c9c9c9;
    line-height: 16px;
}

.pictrue-8 ul li .textbox .weixin .box .ewm {
    margin: 0 auto;
    width: 152px;
}

.pictrue-8 ul li .textbox .weixin .box .ewm img {
    max-width: 100%;
}

.pictrue-8 ul li .textbox .weixin .box p {
    margin: 10px 0;
    font-size: 14px;
    color: #c1c1c1;
    text-align: center;
    line-height: inherit;
}

.pictrue-8 ul li .textbox .weixin .box .shengcheng {
    padding: 5px 0;
    border: solid 1px #abdaf9;
    border-radius: 5px;
    text-align: center;
}

.pictrue-8 ul li .textbox .weixin .box .shengcheng h6 {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    background: url(../images/p7_img3_icon2_03.jpg) no-repeat left;
}

.pictrue-8 ul li .textbox .weixin .box .shengcheng span {
    display: block;
    font-size: 14px;
    color: #c1c1c1
}

.pictrue-8 ul li .textbox .zhifubao {
    margin: 0 auto;
    max-width: 228px;
    height: 310px;
}

.pictrue-8 ul li .textbox .zhifubao .biaoti {
    background: #fff;
    font-size: 20px;
    color: #5e5e5e;
    line-height: 72px;
}

.pictrue-8 ul li .textbox .zhifubao .biaoti img {
    margin: 0 5px 0 0;
}

.pictrue-8 ul li .textbox .zhifubao .text {
    padding: 33px 0 0;
    height: 238px;
    background: #22ab39;
    border: solid 1px #32b147;
}

.pictrue-8 ul li .textbox .zhifubao .text .ewm {
    margin: 0 auto;
    width: 146px;
    height: 146px;
    line-height: 146px;
    text-align: center;
    background: #fff;
    border: solid 1px #85ce8f;
}

.pictrue-8 ul li .textbox .weixin .textbox .ewm img {
    max-width: 100%;
}

.pictrue-8 ul li .textbox .zhifubao .text p {
    margin: 5px 10px 0;
    font-size: 14px;
    color: #94dca2;
    line-height: 20px;
}

.pictrue-9 {
    margin: 0 0 20px;
}

.pictrue-9 img {
    padding: 1px;
    border: solid 1px #c6c6c6;
}

.more-1 {
    margin: 10px 0 0;
    font-size: 0;
}

.more-1 a {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    font-size: 13px;
    color: #333;
    line-height: 38px;
    background: #fff;
    border: solid 1px #c2c6c9;
    border-radius: 20px;
}

.subnav-list.col-md-3 {
    width: 20%;
}

.subnav-list.col-md-9 {
    width: 80%;
}

.subnav ul {
    margin: 0;
}

.subnav ul li {
    margin: 0 0 1px;
}

.subnav ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    background: #cc2a1e
}

.subnav .imgbox {
    margin: 20px 0;
    padding: 20px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    background: url(../images/subnav_img_03.jpg) 50% 50%;
    background-size: cover;
}

.subnav .imgbox span {
    color: #cc2a1e
}

.subnav .tel {
    padding: 10px 0 10px 70px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    background: #cc2a1e url(../images/subnav_tel_icon.png) no-repeat 10px 50%;
}

.subnav .tel span {
    display: block;
    font-family: arial;
    font-size: 16px;
}

footer .box .right {
    width: 60%;
}

footer .box .right form .hang {
    position: relative;
    margin: 0 0 7px;
    padding: 0 0 0 58px;
    min-height: 40px;
}

footer .box .right form .hang span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    line-height: 40px;
}

footer .box .right form .hang input {
    padding: 0 10px;
    max-width: 100%;
    width: 320px;
    height: 40px;
    color: #fff;
    border: solid 1px #d3463b;
    background: #b2251a;
}

footer .box .right form .hang textarea {
    padding: 0 10px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 82px;
    line-height: 40px;
    color: #fff;
    background: none;
    border: solid 1px #d3463b;
    background: #b2251a;
}

footer .box .right form .hang .hangs input {
    padding: 0 10px;
    max-width: 100%;
    width: 172px;
    height: 40px;
    color: #fff;
    border: solid 1px #d3463b;
}

footer .box .right form .hang .hangs .yzm {
    margin: 0 0 0 5px;
    height: 40px;
    line-height: 40px;
    background: #fff;
}

footer .box .right form .hang button {
    margin: 9px 0 0;
    width: 174px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    background: #7a1912;
    border: none;
}

footer .box .left {
    position: relative;
    padding: 0 0 0 50px;
    width: 100%;
    margin: 0 auto;
}

/*footer .box .left:after{filter:alpha(opacity=25);-moz-opacity:0.25;-khtml-opacity:0.25; opacity:0.25; content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 2px; height: 100%; background: #fff; border-right:solid 1px #000;}*/
footer .box .left .tops {
    padding: 0 0 15px;
    margin: 0 0 15px;
    background: url(../images/footer_right_ewm_jgx.png) no-repeat bottom;
    float: left
}

footer .box .left .tops .logo {
    width: 230px;
    line-height: 115px;
    text-align: center;
}

footer .box .left .tops .logo img {
    max-width: 100%;
}

footer .box .left .tops .ewm {
    position: relative;
    padding: 0 22px 0 0;
}

footer .box .left .tops .ewm img {
    width: 115px;
}

footer .box .left .tops .ewm h5 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 5px 0 0;
    width: 16px;
    color: #fff;
    line-height: 14px;
}

footer .box .left .textbox .tel {
    margin: 0 0 15px;
    padding: 0 0 0 40px;
    font-size: 35px;
    font-family: 'Hobo Std', arial;
    color: #fff;
    line-height: 35px;
    background: url(../images/footer_left_tel_icon.png) no-repeat left;
}

footer .box .left .textbox p {
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}

footer .box .left .textbox p a {
    color: #fff;
}
.footer_bar{
    background: #000;
    padding: 15px 0;
}
footer .footer_bar p {
    color: #fff;
    line-height: 44px;
}

footer .footer_bar p a {
    color: #333;
}

body.hover header .menu ul li:hover a {
    background: #d6554b
}

header .menu ul li.active a {
    background: #d6554b
}

body.hover .text-1 .swiper_wrap2 ul li a:hover {
    color: #cc2a1e;
    text-decoration: underline !important;
}

body.hover .text-1 .swiper_wrap2 .lt:hover,
body.hover .text-1 .swiper_wrap2 .gt:hover {
    color: #cf4037;
}

body.hover .text-2 a:hover {
    background: #d6554b
}

body.hover .text-5 ul li:hover a {
    color: #cc2a1e;
}

body.hover .more-1 a:hover {
    color: #fff;
    background: #cc2a1e;
    border: solid 1px #cc2a1e;
}

body.hover .pictrue-1 ul li:hover a .imgbox span {
    background: #cc2a1e
}

body.hover .pictrue-1 ul li:hover a .textbox h5 {
    color: #cc2a1e
}

body.hover .pictrue-2-list a:hover {
    border: solid 1px #fff;
}

body.hover .pictrue-2-list a:hover .mb {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

body.hover .pictrue-2-list a:hover .textbox {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

body.hover .pictrue-3-list a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

body.hover .pictrue-3-list a:hover .imgbox span {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

body.hover .pictrue-3-list a:hover .textbox .more {
    background: #cc2a1e;
}

body.hover .pictrue-4 .daohang a:hover {
    background: -moz-linear-gradient(left, rgba(204, 42, 30, 0.75) 0%, rgba(204, 42, 30, 0.75) 100%);
    background: -webkit-linear-gradient(left, rgba(204, 42, 30, 0.75) 0%, rgba(204, 42, 30, 0.75) 100%);
    background: linear-gradient(to right, rgba(204, 42, 30, 0.75) 0%, rgba(204, 42, 30, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfcc2a1e', endColorstr='#bfcc2a1e', GradientType=1);
}

body.hover .pictrue-5-list a:hover {
    border: solid 3px #b2e0b1;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

body.hover .pictrue-6 form button:hover {
    background: #e5948e;
}

body.hover .subnav ul li:hover a {
    background: #191919
}

.subnav ul li.active a {
    background: #191919
}

body.hover footer .box .right form .hang input:hover {
    border: solid 1px #fff;
}

body.hover footer .box .right form .hang textarea:hover {
    border: solid 1px #fff;
}

body.hover footer .box .right form .hang button:hover {
    background: #b2251a
}

body.hover footer .box .left .textbox p a:hover {
    text-decoration: underline !important;
}

body.hover footer .footer_bar p a:hover {
    color: #cc2a1e;
    text-decoration: underline !important;
}


@media (max-width:1149px) {
    footer .box .left {
        width: 45%;
    }

    footer .box .right {
        width: 50%;
    }
}

@media (max-width:1199px) {
    header .logo img {
        width: 200px;
    }

    header .menu ul li a {
        padding: 0 8px;
    }

    .pictrue-7-box {
        overflow: hidden;
    }
}

@media (max-width:991px) {
    .main-pad-1 {
        padding: 30px 0;
    }

    header .logo {
        line-height: 80px;
    }

    header .logo img {
        
    }

    header .menu {
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 5555;
        float: inherit !important;
        width: 150px;
        background: -moz-linear-gradient(top, rgba(204, 42, 30, .9) 0%, rgba(204, 42, 30, .9) 1%, rgba(204, 42, 30, .9) 100%);
        background: -webkit-linear-gradient(top, rgba(204, 42, 30,.9) 0%, rgba(204, 42, 30, .9) 1%, rgba(204, 42, 30, .9) 100%);
        background: linear-gradient(to bottom, rgba(204, 42, 30, .9) 0%, rgba(204, 42, 30, .9) 1%, rgba(204, 42, 30, .9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cc2a1e', endColorstr='#99cc2a1e', GradientType=0);
    }

    header .menu ul li {
        float: inherit !important;
    }

    header .menu ul li a {
        padding: 0 15px;
        line-height: 40px;
        height: 40px;
        text-align: center;
    }

    header .ydd_btn {
        margin: 20px 0 0 0;
        padding: 10px 7px;
        width: 45px;
        height: 40px;
        cursor: pointer;
    }

    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 4px;
        background: #fff;
    }

    header .ydd_btn span.span02 {
        margin: 4px 0;
    }

    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }

    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }

    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .banner #myCarousel .carousel-indicators {
        bottom: 10px;
    }

    .pictrue-1 ul li {
        width: 33.33333%;
    }

    .pictrue-2-box ul li {
        width: 50%;
    }

    .pictrue-4 .imgbox {
        height: inherit;
    }

    .pictrue-5_pictrue-6-box .col-md-9 {
        width: 100%;
    }

    .pictrue-5_pictrue-6-box .col-md-3 {
        width: 100%;
    }

    .pictrue-7-box {
        padding: 0;
    }

    .pictrue-7 {
        padding: 0;
        min-height: inherit;
    }

    .pictrue-7 .left {
        position: inherit;
        left: inherit;
        top: inherit;
        float: left;
        margin: 0 10%;
        width: 30%;
    }

    .pictrue-7 .center {
        float: left;
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .pictrue-7 .center .imgbox {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }

    .pictrue-7 .center .imgbox img {
        max-width: 100%;
    }

    .pictrue-7 .right {
        position: inherit;
        right: inherit;
        top: inherit;
        float: left;
        margin: 0 10%;
        width: 30%;
    }

    .pictrue-8 ul li {
        margin: 0 0 20px;
        width: 50%;
    }

    .pictrue-8 ul li .textbox p {
        font-size: 14px;
    }

    .text-2-list {
        margin: 0 0 20px;
    }

    .text-2 p {
        height: inherit;
    }

    .subnav-list.col-md-3 {
        width: 100%;
    }

    .subnav-list.col-md-9 {
        width: 100%;
    }

    .subnav {
        margin: 0 0 20px;
    }

    .subnav .biaoti {
        position: relative;
        padding: 0 15px;
        font-size: 16px;
        color: #fff;
        line-height: 50px;
        background: #cc2a1e;
        border-bottom: solid 1px #b61f14
    }

    .subnav .biaoti span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .subnav .biaoti:after {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        z-index: 1;
        margin: -10px 0 0;
        width: 20px;
        height: 20px;
        background: url(../images/subnav_jt.png) no-repeat;
    }

    .subnav .biaoti.active:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .subnav ul li a {
        font-size: 14px;
    }

    footer .box .left {
        float: inherit !important;
        padding: 0 0 20px;
        margin: 0 0 20px;
        width: inherit;
        text-align: center;
    }

    footer .box .left:after {
        top: inherit;
        bottom: 0;
        width: 100%;
        height: 1px;
    }

    footer .box .left .tops {
        display: inline-block;
        vertical-align: top;
    }

    footer .box .left .textbox .tel {
        display: inline-block;
        vertical-align: top;
    }

    footer .box .left .textbox p br {}

    footer .box .right {
        float: inherit !important;
        width: inherit;
    }
}

@media (max-width:768px) {
    .main-pad-1 {
        padding: 20px 0;
    }

    body {
        padding-bottom: 50px;
    }

    header .ydd_btn {
        margin: 10px 0 0;
        padding: 10px;
    }

    header .logo {
        line-height: 50px;
        width: auto;
    }
    header .logo img{
        width: auto;
        height: 40px;
    }
    header .menu,.menu ul li{
        width: 100%;
    }

    header .menu ul li a {
        font-size: 14px;
    }

    .pictrue-1 ul li {
        width: 50%;
    }

    .pictrue-1 ul li:nth-child(2n) {
        border: none;
    }

    .pictrue-1 ul li a .imgbox {
        width: 150px;
    }

    .pictrue-1 ul li a .textbox {
        padding: 10px 0 0;
    }

    .pictrue-1 ul li a .textbox h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .pictrue-3-list a {
        padding: 5px;
    }

    .pictrue-3-list a .textbox h5 {
        font-size: 14px;
        line-height: 16px;
    }

    .pictrue-3-list a .textbox p {
        height: 40px;
    }

    .pictrue-3-list a .textbox .text {
        font-size: 14px;
        height: 44px;
    }

    .pictrue-3-list a .textbox .more {
        line-height: 30px;
    }

    .pictrue-4 .daohang {
        margin: -65px 0 0 -134px;
        padding: 30px 20px;
        width: 268px;
        height: 130px;
    }

    .pictrue-4 .daohang a {
        margin: 0 3px;
        width: 70px;
        font-size: 14px;
        line-height: 70px;
    }

    .pictrue-5-list a .box {
        padding: 0 120px 0 0;
    }

    .pictrue-5-list a .box .imgbox {
        width: 120px;
    }

    .pictrue-5-list a .box .textbox h5 {
        font-size: 14px;
        line-height: 16px;
    }

    .pictrue-5-list a .box .textbox p {
        font-size: 14px;
    }

    .pictrue-6 {
        padding: 0 0 20px;
        height: inherit;
    }

    .pictrue-7 .left {
        margin: 0 0 20px;
        width: 100%;
    }

    .pictrue-7 .center .imgbox::after {
        display: none;
    }

    .pictrue-7 .right {
        margin: 0;
        width: 100%;
    }

    .pictrue-8 {
        margin: 0;
    }

    .pictrue-8 ul li {
        padding: 0;
        margin: 0 auto 20px;
        float: inherit !important;
        width: inherit;
        max-width: 400px;
    }

    .pictrue-8 ul li .imgbox {
        width: 70px;
        height: 70px;
    }

    .pictrue-8 ul li .imgbox span {
        line-height: 54px;
    }

    .pictrue-8 ul li .imgbox span img {
        width: 30px;
    }

    .pictrue-8 ul li .textbox {
        padding-bottom: 30px;
        min-height: inherit;
    }

    .text-2 p {
        font-size: 14px;
        line-height: 26px;
    }

    .text-2 a {
        font-size: 14px;
        line-height: 34px;
    }

    .text-3 {
        font-size: 14px;
    }

    .text-4 {
        font-size: 14px;
        line-height: 26px;
    }

    .text-5 ul li {
        font-size: 14px;
    }

    .more-1 a {
        font-size: 14px;
        line-height: 35px;
    }

    .title-1 {
        margin: 0 0 20px;
    }

    .title-1 span {
        font-size: 16px;
        line-height: 18px;
        display: none;
    }
    .title-1 b{
        display: none;
    }
    .title-1 h5 {
        margin: 0 0 5px;
        font-size: 20px;
        line-height: 18px;
    }

    .title-1 p {
        font-size: 14px;
    }

    footer .footer_bar p {
        font-size: 14px;
    }

    .hot {
        height: 5rem;
        line-height: 5rem;
        background: #cc2a1e;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        text-align: center;
    }

    .hot span {
        color: #fff;
        font-size: 2rem;
        vertical-align: middle;
    }

    .hot h6 {
        font-size: 2rem;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }

    .hot .row div a {
        display: block;
        color: #fff;
        padding: 7px 0;
    }

    .dbbox {
        position: fixed;
        left: 0;
        bottom: 70px;
        z-index: 99;
        width: 100%;
    }

    .dbbox .dbs {
        position: relative;
        padding: 0 15px;
        display: none;
    }

    .dbbox .dbs .neirong {
        padding: 10px;
        background: #fff;
        border-radius: 5px;
    }

    .dbbox .dbs.ewm-box {
        text-align: center;
    }

    .dbbox .dbs.ewm-box:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../images/dbtc_jt.png) no-repeat center;
    }

    .dbbox .dbs.fenxiang-box:after {
        content: "";
        position: absolute;
        left: 75%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../images/dbtc_jt.png) no-repeat center;
    }

    .dbbox .dbs.ewm-box img {
        max-width: 140px;
    }

    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
        position: relative;
        padding: 6px 0;
        width: 20%;
        height: 44px;
    }

    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
        position: absolute;
        left: 50%;
        top: 6px;
        margin: 0 0 0 -16px;
        float: inherit !important;
        display: block;
    }
}

@media (max-width:479px) {
    footer .box .left .tops {
        display: block;
        float: none;
    }

    footer .box .left .tops .logo {
        float: inherit !important;
        margin: 0 0 10px;
        width: inherit;
        line-height: inherit;
    }

    footer .box .left .tops .ewm {
        float: inherit !important;
        padding: 0;
        width: inherit;
    }

    footer .box .left .tops .ewm h5 {
        position: inherit;
        right: inherit;
        top: inherit;
        width: inherit;
    }

    footer .box .left .textbox .tel {
        padding: 0 0 0 25px;
        font-size: 18px;
        line-height: 20px;
        background-size: auto 20px !important;
    }

    footer .box .left .textbox p {
        font-size: 14px;
        line-height: 24px;
    }

    footer .box .right form .hang {
        padding: 0 0 0 48px;
    }

    footer .box .right form .hang span {
        font-size: 14px;
    }

    footer .box .right form .hang input {
        font-size: 14px;
        width: 100% !important;
    }

    footer .box .right form .hang textarea {
        font-size: 14px;
    }

    footer .box .right form .hang .hangs .yzm {
        margin: 5px 0 0;
    }

    footer .box .right form .hang button {
        width: 100%;
    }
}


/*//翻页*/
.pages {
    clear: both;
    text-align: center;
    font-size: 1rem;
    padding: 0 0 2rem 0;
    color: #7e7064;
    margin-top: 1rem;
}

.pages a,
.pages span {
    display: inline-block;
    height: 2.5rem;
    padding: 0 1rem;
    margin: 0 0.2rem !important;
    line-height: 2.5rem
}

.pages a:link,
.pages a:visited {
    color: #7e7064;
    border: 1px solid #ccc;
    background: #fff;
}

.pages a:hover,
.pages a:active,
.pages span.ctxt {
    background: #f1a60d;
    border: 1px solid #f1a60d;
    color: #fff;
    text-decoration: none
}

.flinks {
    margin: 30px 0;
}

.flinks p {
    font-size: 18px;
}

@media (max-width: 414px) {
    .mob_css_info {
        display: block;
        text-align: left;
    }

    footer .textbox {
        float: none !important;
    }

    .flinks {
        display: none;
    }
}


.lam_box .ow_links span {
    background: #cc2a1e;
}

.lam_box .message-submit {
    box-shadow: none;
    background: #cc2a1e;
}

.lam_box .ow_links h2 i {
    color: #000;
}

.detail_img img {
    display: block;
    margin: 0 auto 15px;
}