﻿@charset "utf-8";
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
    min-width: 1200px;
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left {
    float: left;
}

.right {
    float: right;
}

a:active {
    outline: 0;
}

a:hover {
    outline: 0;
    color: #9a1815;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

img {
    vertical-align: middle;
}

input,
select,
textarea {
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

textarea {
    overflow: auto;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0;
}

input::-ms-clear {
    display: none;
}

.top_tb {
    float: right;
}

.clearfix:after {
    clear: both;
    display: block;
    content: '';
}

.w {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


/* header */

.header {
    width: 100%;
    position: relative;
}

.header .top {
    background: #9a1815;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    color: #ffffff;
}

.header .top a {
    color: #ffffff;
    padding: 0 5px;
}

.header .top a:hover {
    color: #9a1815;
}

.header .top .welcome {
    float: left;
}

.header .top .href {
    float: right;
}

.header-bd {
    height: 106px;
}

.header .logo {
    float: left;
    max-height: 106px;
}

.header .logoinfo {
    float: left;
    background: url(../image/head_line.png) left center no-repeat;
    height: 80px;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    font-size: 16px;
}

.header-img {
    position: absolute;
    top: 0;
    z-index: 99;
    left: calc(50% - 78px);
}

.header .logoinfo .bold {
    font-weight: bold;
    font-size: 22px;
    padding: 12px 0 10px 0;
}

.header .logoinfo span {
    color: #9a1815;
}

.header .tel {
    float: right;
    margin-top: 25px;
    position: relative;
    padding: 0 0 0 55px;
    line-height: 1.3;
    color: rgba(0, 0, 0, .66);
    background: url("../image/tel.png") no-repeat left;
}

.header .tel .iconfont {
    position: absolute;
    left: 0px;
    top: -5px;
    font-size: 46px;
}

.header .tel b {
    font-size: 30px;
    color: #9a1815;
}


/* nav */

.nav {
    width: 100%;
    height: 71px;
    line-height: 71px;
    background-color: #9a1815;
}

.nav ul {
    display: flex;
}

.nav ul li {
    flex: 1;
    position: relative;
}

.nav li>a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    padding: 0 33px;
  	text-align: center;
}

.nav li:hover .sub {
    display: block;
}

.nav li .sub {
    position: absolute;
    z-index: 999;
    display: none;
    background: #9a1815;
    width: 100%;
}

.nav li .sub a {
    color: #fff;
    height: 34px;
    line-height: 34px;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
}

.nav li .sub a:hover {
    background-color: rgba(234, 53, 22, 0.8);
}

.nav li:first-child {
    padding-left: 0;
    background: none;
}

.nav li:hover>a,
.nav li.on>a {
    background: #fb8903;
    color: #fff;
}
.nbanner{
	width:100%；
}
.nbanner img{
  	display:block;
	width:100%;
}
/* footnav */

.u-link {
    height: 40px;
    line-height: 40px;
    background-color: #e5e5e5;
}

.u-link span,
.u-link a {
    font-size: 14px;
    color: #4c4c4c;
}

.u-link a:hover {
    color: #9a1815;
}

.footer-tit h2 {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    width: 778px;
    padding-bottom: 12px;
    border-bottom: 1px solid #8f8f8f;
}

.footer {
    margin-top: 40px;
    padding-bottom: 20px;
}

.footer-tit h2 span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 32px;
}

.footer-con {
    margin-top: 30px;
}

.footer-con h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.footer-contact {
    width: 460px;
}

.footer-contact-desc p {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 29px;
    color: rgba(0, 0, 0, .73);
}

.footer-contact-desc p:nth-of-type(1) {
    background: url('../image/footer_contact_ico1.png') no-repeat left center;
}

.footer-contact-desc p:nth-of-type(2) {
    background: url('../image/footer_contact_ico2.png') no-repeat left center;
}

.footer-contact-desc p:nth-of-type(3) {
    background: url('../image/footer_contact_ico3.png') no-repeat left center;
}

.footer-contact-desc p:nth-of-type(4) {
    background: url('../image/footer_contact_ico4.png') no-repeat left center;
}

.footer-nav {
    width: 220px;
}

.footer-nav ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 12px;
}

.footer-nav ul li:nth-of-type(3n) {
    margin-right: 0;
}

.footer-nav ul li a {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: rgba(0, 0, 0, .73);
}

.footer-code {
    width: 370px;
}

.footer-code img {
    display: inline-block;
    margin-left: 69px;
}

.copyright {
    padding: 8px 0;
    color: rgba(255, 255, 255, .66);
    background-color: #9a1815;
    font-size: 12px;
}

.copyright a {
    color: rgba(255, 255, 255, .66);
}

.footer__sitemap {
    text-align: center;
}

.in_link {
    text-align: center;
    margin: 8px 0;
}

.footer__js {
    text-align: center;
}

.footer__js p {
    display: inline-block;
}

.footer__js span {
    padding: 0 10px;
}


/* backtop */

.backtop {
    width: 25px;
    height: 69px;
    position: fixed;
    left: 50%;
    margin-left: 620px;
    bottom: 20px;
    background: url(../image/backtop.png);
    z-index: 999;
    cursor: pointer;
}


/* search */

.search {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background-color: #f3f3f4;
}

.search .key {
    float: left;
    line-height: 53px;
    height: 53px;
    overflow: hidden;
    width: 800px;
    padding-left: 20px;
    background: url('../image/hotsearch_bg.png') no-repeat left;
}

.search .key dt {
    float: left;
    color: #222222;
    font-size: 14px;
}

.search .key dd {
    float: left;
    margin-right: 10px;
}

.search .key dd a {
    font-size: 14px;
    color: #222222;
}

.search .key dd a:hover {
    color: #9a1815;
}

.search .box {
    float: right;
    margin-top: 5px;
}

.search .box input[type='text'] {
    width: 301px;
    height: 42px;
    border: none;
    padding: 0 28px;
    box-sizing: border-box;
    float: left;
    color: rgba(0, 0, 0, .3);
}

.search .box input[type='submit'] {
    width: 42px;
    height: 42px;
    background-image: url('../image/search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #9a1815;
    color: #fff;
    border: 0;
    float: left;
    cursor: pointer;
}

.search .box input[type='submit']:hover {
    background-color: #fb8903;
}

.message {
    height: 54px;
    background-color: #222222;
}

.message-img {
    position: absolute;
    left: -106px;
    top: -66px;
}

.message-hd {
    width: 500px;
    padding-top: 12px;
}

.message-box {
    width: 148px;
    height: 54px;
    color: #ffffff;
    text-align: center;
    margin-left: 20px;
    margin-right: 8px;
}

.message-hd form {}

.message-box h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin: 8px 0 3px;
}

.message-box p {
    line-height: 12px;
    font-size: 12px;
}

.message-hd label {
    width: 53px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background-color: #fb8903;
}

.message-hd input[type='text'] {
    width: 148px;
    height: 31px;
    border: 1px solid #fb8903;
    padding: 0 10px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .6);
    vertical-align: top;
    margin-right: 12px;
}

.message-hd input[type='submit'] {
    width: 55px;
    height: 31px;
    background-color: #fb8903;
    border: none;
    text-align: center;
    line-height: 31px;
    vertical-align: top;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.message-tel {
    padding-left: 47px;
    height: 39px;
    margin-top: 7px;
    color: rgba(255, 255, 255, .61);
    background: url('../image/message_tel.png') no-repeat left;
    display: inline-block;
}

.message-phone {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    vertical-align: top;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 25px;
}

.message-tel p {
    font-size: 22px;
    line-height: 22px;
}

.message-tel span {
    font-size: 12px;
}


/* banner */

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner .banner_next,
.banner .banner_prev {
    top: 50%;
    width: 40px;
    line-height: 70px;
    margin-top: -35px;
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 30px;
    text-align: center;
    z-index: 5;
    transition: all 0.7s;
    cursor: pointer;
    outline: 0;
    opacity: 0;
}

.banner .banner_next:hover,
.banner .banner_prev:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

.banner .banner_next {
    right: 2%;
}

.banner .banner_prev {
    left: 2%;
}

.banner .swiper-pagination-bullets {
    bottom: 15px;
    position: absolute;
    z-index: 5;
    text-align: center;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 44px;
    height: 7px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 6px;
    background: none;
    opacity: 1;
    background: rgba(162, 162, 162, 0.8);
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: rgba(234, 53, 22, 0.8);
}

.banner:hover .banner_next,
.banner:hover .banner_prev {
    opacity: 1;
}


/*产品*/

.i-pro-tit {
    margin-top: 45px;
    margin-bottom: 25px;
}

.i-pro-tit h3 {
    font-size: 36px;
    color: #9a1815;
    font-weight: bold;
    text-align: center;
}

.i-pro-hd {
    margin-bottom: 30px;
}

.i-pro-hd ul {
    text-align: center;
}

.i-pro-hd ul li {
    display: inline-block;
    width: 153px;
    height: 42px;
    padding: 0 6px;
}

.i-pro-hd ul li a {
    display: block;
    line-height: 42px;
    text-align: center;
    height: 42px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 24px;
    font-weight: bold;
    background-color: #9a1815;
    border: 1px solid #9a1815;
}

.i-pro-hd ul li a:hover {
    background-color: #ffffff;
    color: #9a1815;
}

.i-pro-bdtit {
    margin-bottom: 23px;
    height: 58px;
    width: 100%;
    line-height: 58px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    background: url('../image/pro_listbg.jpg') repeat-x left top;
}

.i-pro-bdtit h4 {
    font-size: 24px;
    padding-left: 27px;
    margin-left: 16px;
    color: #000000;
    background: url('../image/pro_titbg.jpg') no-repeat left center;
}

.i-pro-bdtit h4 span {
    margin-right: 25px;
    font-size: 18px;
    color: #333333;
}

.i-pro-list li {
    margin-right: 14px;
    width: 289px;
}

.i-pro-list li:nth-of-type(4n) {
    margin-right: 0;
}

.i-pro-list li:nth-of-type(n+5) {
    margin-top: 29px;
}

.i-pro-list li .i-pro-img {
    border: 1px solid #dadada;
    width: 287px;
    overflow: hidden;
    height: 295px;
}

.i-pro-list li p {
    width: 289px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #dbdbdb;
    text-align: center;
    background-color: #dddddd;
    font-size: 18px;
    color: #000000;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 9px;
}

.i-pro-list li:hover p {
    background-color: #9a1815;
    color: #ffffff;
}


/*trait*/

.i-trait {
    margin-top: 45px;
    margin-bottom: 38px;
    height: 523px;
    background: url('../image/sup_bg.jpg') no-repeat center;
}

.i-trait-con {
    width: 490px;
}

.i-trait-con h2 {
    margin-top: 45px;
    line-height: 32px;
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, .8);
}

.i-trait-con h2 span {
    font-size: 17px;
    text-shadow: none;
    margin-left: 20px;
    vertical-align: -3px;
}

.i-trait-desc {
    margin-top: 10px;
}

.i-trait-desc p {
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
}

.i-trait-more {
    margin-top: 20px;
}

.i-trait-more a {
    width: 115px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 20px;
    margin-right: 26px;
}

.i-trait-more a:hover {
    background-color: #ffffff;
    color: #9a1815;
}


/*关于*/

.i-about-tit {
    text-align: center;
}

.i-about-tit h2 {
    display: inline-block;
    padding: 0 8px;
    font-size: 30px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 5px;
}

.i-about-tit h2:nth-of-type(2) {
    color: #9a1815;
}

.i-about-tit p {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    padding-top: 15px;
    background: url('../image/about_titbg.jpg') no-repeat center top;
}

.i-about-hd {
    width: 627px;
    background: url('../image/about_imgbg.png') no-repeat left top;
    box-sizing: border-box;
    padding: 18px 16px;
}

.i-about-hd img {
    width: 595px;
    height: 339px;
    border: 2px solid #e5e5e5;
}

.i-about-bd {
    width: 550px;
}

.i-about-con {
    margin-top: 15px;
}

.i-about-bd-tit h3 {
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 3px;
    margin-top: 16px;
    font-size: 30px;
    background-image: -webkit-linear-gradient(bottom, #000000 50%, #9a1815 50%);
    -webkit-background-clip: text;
    color: transparent;
}

.i-about-bd-tit p {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.i-about-bd-con {
    margin-top: 20px;
}

.i-about-bd-con h4 {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 5px;
}

.i-about-desc {
    font-size: 14px;
    font-family: '宋体';
    line-height: 23px;
    height: 184px;
    overflow: hidden;
}

.i-about-more {
    margin-top: 25px;
    margin-left: -20px;
}

.i-about-more a {
    width: 108px;
    height: 23px;
    background-color: #ffffff;
    color: #9a1815;
    line-height: 23px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    z-index: 99;
    border-radius: 15px;
    box-sizing: border-box;
    border: 1px solid #9a1815;
}

.i-about-more a:nth-of-type(1) {
    background-color: #9a1815;
    color: #ffffff;
    position: relative;
    right: -20px;
}


/*案例*/

.i-case {
    margin-top: 70px;
    padding-bottom: 65px;
}

.i-case-tit {
    text-align: center;
    margin-bottom: 52px;
    background: url('../image/case_titbg.png') repeat-x left center;
}

.i-case-tit h3 {
    width: 158px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    background-color: #9a1815;
}

.i-case-con {
    position: relative;
}

.i-case-left {
    position: absolute;
    top: calc(50% - 32px);
    left: -40px;
    cursor: pointer;
}

.i-case-right {
    position: absolute;
    top: calc(50% - 32px);
    right: -40px;
    cursor: pointer;
}

.i-case-tit h3:nth-of-type(2) {
    background-color: #807f7f;
}

.i-case-bd ul li {
    width: 284px;
    height: 235px;
    margin-right: 21px;
}

.i-case-img {
    border: 1px solid #f2f2f1;
}

.i-case-bd ul li p {
    width: 282px;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 33px;
    background: url('../image/case_pbg.png') no-repeat 11px center;
    font-size: 12px;
    color: rgba(0, 0, 0, .89);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}


/*mid*/

.i-mid1 {
    background-color: #9a1815;
    height: 143px;
    position: relative;
}

.i-mid1:after {
    content: "";
    width: 36px;
    height: 36px;
    background: url('../image/mid_ico.png') no-repeat center;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 18px);
}

.i-mid1-hd {
    width: 650px;
    color: #ffffff;
    font-weight: bold;
}

.i-mid1-hd h3 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 25px 0 10px;
}

.i-mid1-hd h3 span {
    font-size: 24px;
    letter-spacing: 0;
    margin-left: 5px;
}

.i-mid1-hd p {
    font-size: 16px;
}

.i-mid1-bd {
    padding-top: 39px;
}

.i-mid1-tel {
    height: 62px;
    display: inline-block;
    padding-left: 73px;
    color: #ffffff;
    background: url('../image/mid1_tel.png') no-repeat left;
    margin-right: 70px;
}

.i-mid1-tel h5 {
    font-size: 16px;
    padding-top: 8px;
}

.i-mid1-tel p {
    font-weight: bold;
    font-size: 24px;
}

.i-mid-more {
    display: inline-block;
}

.i-mid-more a {
    display: block;
    width: 125px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 15px;
    margin-bottom: 6px;
}

.i-mid-more a:hover {
    background-color: #ffffff;
    color: #9a1815;
}


/*优势*/

.i-superiority {
    padding-top: 90px;
    padding-bottom: 40px;
}

.i-superiority .w {
    width: 1280px;
    margin: 0 auto;
}

.i-sup-tit h2 {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #4d4d4d;
    line-height: 44px;
    height: 44px;
    margin-bottom: 6px;
}

.i-sup-tit h2 span {
    font-size: 79px;
    font-family: fantasy;
    padding: 0 15px;
    line-height: 44px;
}

.i-sup-tit h2 span:nth-of-type(1) {
    vertical-align: -47px;
}

.i-sup-tit h2 span:nth-of-type(2) {
    vertical-align: -27px;
}

.i-sup-tit p {
    font-size: 16px;
    text-align: center;
    color: #999999;
    text-transform: uppercase;
}

.i-sup-con ul li h2 {
    position: relative;
    top: 38px;
    width: 98px;
    height: 127px;
    line-height: 127px;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: url('../image/sup_xh1.png') no-repeat center;
}

.i-sup-hd ul li {
    background: url('../image/sup_bg1.png') no-repeat center top;
    padding-left: 76px;
    height: 494px;
}

.i-sup-hd ul li:nth-of-type(2) {
    background: url('../image/sup_bg3.png') no-repeat center top;
}

.i-sup-ft ul li:nth-of-type(2) {
    background: url('../image/sup_bg4.png') no-repeat center top;
}

.i-sup-ft ul li {
    background: url('../image/sup_bg2.png') no-repeat center top;
    padding-left: 138px;
    height: 494px;
}



.i-sup-ft ul li h2 {
    margin-left: 260px;
    background: url('../image/sup_xh2.png') no-repeat center;
}

.i-sup-con ul li:nth-of-type(2) {
    margin-top: -35px;
}

.i-sup-con ul li:nth-of-type(2) h2 {
    position: relative;
    top: 0;
}

.i-sup-con ul li:nth-of-type(2) h4 {
    margin-top: 20px;
}

.i-sup-con ul li h4 {
    font-size: 30px;
    font-weight: bold;
    color: #666666;
    margin: 55px 0 5px;
}

.i-sup-con ul li span {
    font-size: 16px;
    color: #999999;
    display: block;
    margin-bottom: 10px;
}

.i-sup-con ul li p {
    font-size: 14px;
    color: #4c4c4c;
    position: relative;
    line-height: 28px;
    width: 470px;
}
.i-sup-ft ul li p {
    width: 380px;
}
.i-sup-con ul li p:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ea2f09;
    position: absolute;
    left: -13px;
    top: 11px;
    border-radius: 50%;
}

.i-sup-ft,
.i-sup-hd {
    width: 619px;
}

.i-sup-con {
    position: relative;
    margin-top: -30px;
}

.i-sup-bd {
    overflow: hidden;
    position: absolute;
    left: calc(50% - 158px);
    top: calc(50% - 158px);
    width: 316px;
    height: 316px;
    z-index: 99;
}

.i-sup-bd img {
    border-radius: 50%;
}


/*mid2*/

.i-mid2 {
    box-sizing: border-box;
    height: 152px;
    background: url('../image/mid2_bg.jpg') no-repeat center;
}

.i-mid2-code {
    padding-top: 26px;
    margin-right: 22px;
}

.i-mid2-tel p {
    font-size: 18px;
    color: #f7f6f6;
    font-weight: bold;
    line-height: 34px;
}

.i-mid2-tel p:nth-of-type(2) {
    margin-left: 90px;
}

.i-mid2-tel {
    padding-top: 22px;
    margin-right: 100px;
}

.i-mid2-tel span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 25px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    margin-right: 12px;
    margin-top: 10px;
}

.i-mid2-tel span:nth-of-type(1) {
    color: #9a1815;
    background-color: #ffffff;
}


/*案例*/

.i-case2 {
    padding: 40px 0 66px;
    background-color: #f7f6f6;
}

.i-case2-tit {
    text-align: center;
    margin-bottom: 20px;
    background: url('../image/case_titbg.png') repeat-x left center;
}

.i-case2-tit h3 {
    font-size: 30px;
    color: #9a1815;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
    background-color: #f7f6f6;
}

.i-case2-img {
    width: 428px;
    border: 1px solid #dcdcdc;
}

.i-case2-hd ul li {
    width: 432px;
    border: 1px solid #e6e5e5;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.i-case2-hd ul li:nth-of-type(1) {
    margin-right: 8px;
}

.i-case2-hd ul li h4 {
    font-size: 18px;
    color: #9a1815;
    font-weight: bold;
    position: relative;
    padding: 8px 20px 5px;
    margin-top: 20px;
}

.i-case2-hd ul li h4:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #9a1815;
    position: absolute;
    top: 0px;
    left: 20px;
}

.i-case2-hd ul li span {
    padding: 0 20px;
    display: block;
    font-size: 12px;
    color: #000000;
    line-height: 19px;
    height: 38px;
    overflow: hidden;
}

.i-case2-hd ul li .i-case2-img {
    width: 428px;
    overflow: hidden;
}

.i-case2-img img {
    transition: all 1s;
}

.i-case2-hd ul li:hover .i-case2-img img {
    transform: scale(1.2);
}

.i-case2-bd ul li .i-case2-img2 {
    width: 307px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.i-case2-img2 img {
    transition: all 1s;
}

.i-case2-bd ul li:hover .i-case2-img2 img {
    transform: scale(1.2);
}

.i-case2-bd ul li:hover h4 {
    color: #9a1815;
}

.i-case2-bd ul li {
    width: 309px;
    position: relative;
}

.i-case2-bd ul li:first-child {
    margin-bottom: 25px;
}

.i-case2-bd ul li h4 {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    padding: 0 20px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    height: 30px;
    background: rgba(0, 0, 0, .3);
}


/*新闻*/

.i-news {
    padding: 70px 100px;
}

.i-news-tit h3 {
    font-size: 18px;
    color: #000000;
    display: inline-block;
}

.i-news-tit {
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
}

.i-news-tit h3 span {
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
    text-transform: uppercase;
}

.i-news-tit a {
    display: block;
    float: right;
    font-size: 14px;
    color: #333333;
}

.i-news-company {
    width: 765px;
}

.i-news-company-hd {
    margin-top: 25px;
    width: 340px;
    position: relative;
}

.i-news-company-hd li {
    padding-bottom: 15px;
    background-color: #f1f1f1;
}

.i-news-company-hd li h4 {
    font-size: 18px;
    margin: 5px 5px 5px 100px;
    color: #000000;
}

.i-news-company-hd li a>p {
    font-size: 12px;
    line-height: 19px;
    height: 57px;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
}

.i-news-date {
    position: absolute;
    top: 176px;
    left: 5px;
    width: 81px;
    height: 81px;
    background-color: #9a1815;
    color: #ffffff;
}

.i-news-date p {
    font-size: 30px;
    font-weight: bold;
    margin: 0 15px;
    text-align: center;
    padding-bottom: 3px;
    border-bottom: 2px solid #ffffff;
}

.i-news-date span {
    margin-top: 5px;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    text-align: center;
}

.i-news-company-bd {
    height: 350px;
    width: 425px;
    margin-top: 10px;
    background: url('../image/news_ulbg.jpg') no-repeat 45px 20px;
}

.i-news-company-bd li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-left: 68px;
}

.i-news-company-bd li a {
    display: block;
    padding-left: 10px;
    box-sizing: border-box;
    height: 53px;
    line-height: 53px;
    border-bottom: 1px dashed #d0d0d0;
}

.i-news-company-bd li p {
    width: 296px;
    display: inline-block;
    font-size: 14px;
    color: rgba(0, 0, 0, .89);
}

.i-news-company-bd li span {
    display: block;
    float: right;
    color: #666666;
}

.i-news-industry {
    width: 365px;
}

.i-news-industry-con {
    margin-top: 17px;
}

.i-news-industry-con ul li {
    padding: 13px 0 5px;
    border-bottom: 1px solid #eaeaea;
}

.i-news-industry-con ul li h4 {
    color: #000000;
    padding-left: 29px;
    padding-right: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    background: url('../image/news_ico.png') no-repeat left;
}

.i-news-industry-con ul li p {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: rgba(0, 0, 0, .6);
}


/*contact*/

.i-contact {
    height: 427px;
    background: url('../image/contact_bg.jpg') no-repeat center;
}

.i-contact .w {
    position: relative;
}

.i-contact-hd {
    width: 721px;
    text-align: center;
}

.i-contact-hd ul {
    padding-top: 106px;
}

.i-contact-hd ul li {
    text-align: center;
    margin-right: 67px;
    width: 130px;
    height: 130px;
    color: #ffffff;
    background-color: #9a1815;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 16px 30px;
    overflow: hidden;
}

.i-contact-hd ul li:last-child {
    margin-right: 0;
}

.i-contact-hd ul li p {
    font-size: 12px;
    margin-top: 5px;
}

.i-contact-tel {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #ffffff;
    font-size: 24px;
    color: #ffffff;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 55px;
}

.i-contact-bd {
    margin-top: 100px;
    width: 384px;
    border: 3px solid #e5e5e5;
    background-color: #ffffff;
    padding: 85px 0px 50px 38px;
    background-image: url('../image/contact_bdbg.png');
    background-repeat: no-repeat;
    background-position: 38px 90px;
    box-sizing: border-box;
    background-position-y: 119px;
    position: absolute;
    top: -155px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    right: 0px;
}

.i-contact-bd-tit {
    width: 122px;
    height: 122px;
    padding: 31px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid #e5e5e5;
    background-color: #9a1815;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -61px;
    left: calc(50% - 61px);
}

.i-contact-bd h2 {
    font-size: 18px;
    font-weight: bold;
    color: #9a1815;
    text-align: center;
    margin-bottom: 10px;
}

.i-contact-bd p {
    font-size: 16px;
    color: #9a1815;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.i-contact-bd form {
    padding-left: 60px;
}

.i-contact-bd form input {
    width: 191px;
    height: 16px;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    margin-bottom: 15px;
    outline: none;
}

.i-contact-bd form label {
    width: 46px;
    text-align: center;
    font-size: 14px;
    color: #565656;
    display: inline-block;
}

.i-contact-bd form textarea {
    width: 191px;
    height: 89px;
    border-radius: 8px;
    margin-top: 3px;
    outline: none;
    resize: none
}

.i-contact-bd form button {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    width: 193px;
    height: 28px;
    text-align: center;
    border: 1px solid #bfbfbf;
    background-color: #9a1815;
    border-radius: 8px;
    margin-top: 8px;
    margin-left: 46px;
    outline: none;
}

.i-contact-bd:after {
    content: "";
    width: 384px;
    height: 28px;
    background: url('../image/contact_bdbg2.png') no-repeat center;
    position: absolute;
    bottom: -28px;
    left: 0;
}


/* in_tit */

.in_tit {
    overflow: hidden;
    text-align: center;
    padding: 0 0 30px 0;
}

.in_tit span {
    font-size: 30px;
    color: #333;
}

.in_tit em {
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 0 8px 0;
}

.in_tit p {
    display: inline-block;
    position: relative;
    color: #888;
}

.in_tit p:before,
.in_tit p:after {
    content: "";
    width: 34px;
    height: 2px;
    background: #9a1815;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.in_tit p:before {
    left: -54px;
}

.in_tit p:after {
    right: -54px;
}


/* in_box */

.in_box {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}


/* in_bj */

.in_bj {
    background: #f5f5f5;
}
.btnPage{
    margin-top: 25px;
    float: right;
}
.btnPage a{
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    margin-left: 15px;
    background: rgba(154, 24, 21, .8);
    color: #fff;
}
.btnPage a:hover{
    background: rgba(154, 24, 21, 1);
}

/* in_news */

.in_news .tit {
    height: 56px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px dotted #cacaca;
    padding: 0 20px;
}

.in_news .tit span {
    font-size: 16px;
    float: left;
    margin-left: 40px;
    font-weight: bold;
}

.in_news .tit span:first-child {
    margin-left: 0px;
}

.in_news .tit span.on {
    color: #9a1815;
}

.in_news .tit a {
    color: #999999;
    text-transform: uppercase;
    float: right;
}

.in_news .tit a:hover {
    color: #9a1815;
}

.in_news .boxsm {
    background: #fafafa;
    float: right;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 0 15px #eee;
}

.in_news .boxsm .gund {
    height: 420px;
    overflow: hidden;
}

.in_news .boxsm .gund li {
    border-bottom: 1px dotted #d2d2d2;
    overflow: hidden;
    padding: 25px 20px;
}

.in_news .boxsm .gund li .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../image/icon_askw.png) left top no-repeat;
    height: 27px;
    line-height: 22px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.in_news .boxsm .gund li .bt:hover {
    color: #9a1815;
}

.in_news .boxsm .gund li p {
    background: url(../image/icon_askd.png) left top no-repeat;
    color: #999999;
    line-height: 22px;
    padding: 0 0 0 30px;
    height: 40px;
    display: block;
    overflow: hidden;
}

.in_news .boxbig {
    width: 880px;
    background: #fafafa;
    float: left;
    overflow: hidden;
    box-shadow: 0 0 15px #eee;
}

.in_news .boxbig .tit {
    padding: 0 30px;
}

.in_news .boxbig .tit span {
    cursor: pointer;
}

.in_news .boxbig dl {
    height: 360px;
    overflow: hidden;
    padding: 30px 10px;
}

.in_news .boxbig dl dt {
    height: 170px;
    position: relative;
    overflow: hidden;
    padding: 0 20px 10px 20px;
}

.in_news .boxbig dl dt .pic {
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.in_news .boxbig dl dt .pic img {
    width: auto;
    height: 170px;
    transition: all 0.7s;
}

.in_news .boxbig dl dt .pic img:hover {
    transform: scale(1.1);
}

.in_news .boxbig dl dt .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.in_news .boxbig dl dt p {
    display: block;
    overflow: hidden;
    height: 104px;
    line-height: 26px;
    margin: 15px 0 10px 0;
}

.in_news .boxbig dl dt .more {
    color: #999999;
    line-height: 20px;
    text-transform: uppercase;
}

.in_news .boxbig dl dt .more:hover {
    color: #9a1815;
}

.in_news .boxbig dl dd {
    padding: 0 20px;
    width: 390px;
    float: left;
}

.in_news .boxbig dl dd a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dotted #ddd;
    line-height: 44px;
    position: relative;
    padding: 0 0 0 15px;
}

.in_news .boxbig dl dd a:before {
    position: absolute;
    left: 2px;
    top: 50%;
    content: "";
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 4px solid #9a1815;
    border-bottom: 3px solid transparent;
}


/* in_about */

.in_about {
    background: url(../image/bj_inabout.jpg) center top no-repeat;
    margin-bottom: -125px;
    position: relative;
    z-index: 1;
}

.in_about .in_tit {
    background: rgba(255, 255, 255, 0.5);
    max-width: 400px;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px #ddd;
}

.in_about .w {
    background: #fff;
    padding: 50px 0;
    overflow: hidden;
    box-shadow: 0 0 20px #ddd;
}

.in_about .video {
    float: left;
    margin-left: 50px;
    background: #000;
}

.in_about .video video {
    width: 450px;
    height: 320px;
    float: left;
}

.in_about .video video::-internal-media-controls-download-button {
    display: none;
}

.in_about .video video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

.in_about .video video::-webkit-media-controls-panel {
    width: calc(107%);
}

.in_about .box {
    margin-right: 50px;
    background: #fafafa;
    overflow: hidden;
    width: 580px;
    height: 320px;
    padding: 0 35px;
    float: right;
    line-height: 2;
    color: #888;
}

.in_about .box .info {
    height: 228px;
    overflow: hidden;
    margin: 25px 0 10px 0;
    text-align: justify;
}

.in_about .box a {
    font-weight: bold;
    color: #9a1815;
    font-size: 16px;
}

.in_about .box .more {
    float: left;
    display: block;
    overflow: hidden;
    color: #9a1815;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: url("../image/ico1.jpg") no-repeat left;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: normal;
}

.in_about .box .more .iconfont {
    font-size: 18px;
    margin-right: 5px;
}

.in_about .box .more:hover {
    color: #9a1815;
}


/* in_gsry */

.in_gsry .tab {
    overflow: hidden;
    text-align: center;
    padding: 0 0 25px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.in_gsry .tab ul li {
    float: left;
}

.in_gsry .tab ul li a {
    display: block;
    overflow: hidden;
    line-height: 44px;
    background: #ecebe8;
    font-size: 16px;
    padding: 0 30px;
}

.in_gsry .tab ul li.on a {
    background: #9a1815;
    color: #fff;
}

.in_gsry .xun ul {
    overflow: hidden;
    margin: 0 -16px;
}

.in_gsry .xun ul li {
    width: 275px;
    float: left;
    overflow: hidden;
    background: #fff;
    margin: 0 16px;
}

.in_gsry .xun ul li .pic {
    display: block;
    overflow: hidden;
}

.in_gsry .xun ul li .pic img {
    width: 100%;
    height: 215px;
    transition: all 0.7s;
}

.in_gsry .xun ul li .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 40px;
}

.in_gsry .xun ul li:hover .pic img {
    transform: scale(1.1);
}

.in_gsry .xun ul li:hover .bt {
    background: #9a1815;
    color: #fff;
}

.in_gsry .but {
    overflow: hidden;
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 16px;
    line-height: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.in_gsry .but a {
    background: #9a1815;
    color: #fff;
    padding: 0 35px;
}

.in_gsry .but a:hover {
    background: #9a1815;
}

.in_gsry .but span {
    padding: 0 25px 0 55px;
    background: url("../image/ico2.jpg") no-repeat 25px #9a1815;
    color: #fff;
    margin-left: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.in_gsry .but i {
    font-size: 24px;
    margin-right: 10px;
}


/* in_heng */

.in_heng {
    width: 100%;
    overflow: hidden;
    background: url(../image/bj_incont.jpg) center top no-repeat;
    height: 216px;
    color: #fff;
}

.in_heng .left {
    float: left;
    font-size: 24px;
    line-height: 2;
    padding: 40px 0 0 0;
    letter-spacing: 2px;
}

.in_heng .left .bt {
    font-size: 36px;
}

.in_heng .left span {
    color: #9a1815;
}

.in_heng .right {
    float: right;
    text-align: right;
    padding: 40px 0 0 0;
}

.in_heng .right .tel {
    font-size: 30px;
    padding: 15px 0 20px 0;
    text-shadow: 0 0 1px #000;
}

.in_heng .right a {
    background: #9a1815;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 100px;
    line-height: 40px;
    text-align: center;
    float: right;
}

.in_heng .right a:hover {
    background: #fff;
    color: #9a1815;
}


/* in_sida */

.in_sida {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 20px 0;
}

.in_sida dl {
    margin-top: 20px;
    overflow: hidden;
}

.in_sida dl dt {
    float: right;
    width: 555px;
    margin-top: 20px;
}

.in_sida dl dt img {
    width: 100%;
    height: auto;
}

.in_sida dl dd {
    float: left;
    width: 550px;
    position: relative;
    padding: 0 0 0 65px;
}

.in_sida dl dd .xh {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #9a1815;
    color: #fff;
    width: 50px;
    height: 75px;
    font-size: 32px;
    text-align: center;
    overflow: hidden;
}

.in_sida dl dd .xh i {
    font-family: 'deckerregular';
    line-height: 58px;
    display: inline-block;
}

.in_sida dl dd .xh .one {
    margin-left: 5px;
}

.in_sida dl dd .xh:before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #fff;
    top: 58px;
}

.in_sida dl dd .bt {
    overflow: hidden;
}

.in_sida dl dd .bt strong {
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 14px 0;
    border-bottom: 2px dotted #ccc;
    color: #9a1815;
}

.in_sida dl dd .bt em {
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    color: #999;
    padding-top: 10px;
    font-size: 16px;
}

.in_sida dl dd .info {
    line-height: 30px;
    padding-left: 32px;
    margin-top: 15px;
    background: url(../image/icon_ye.gif) no-repeat left 6px;
    margin-bottom: 30px;
    text-align: justify;
}

.in_sida dl dd .info span {
    color: #9a1815;
    font-weight: bold;
}

.in_sida dl:first-child dt {
    float: left;
    margin-top: 0;
}

.in_sida dl:first-child dd {
    float: right;
}


/* in_pro */

.in_pro {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 50px 0;
    background: url(../image/bj_inpro.png) center top repeat;
}

.in_pro .cate {
    float: left;
    width: 240px;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}

.in_pro .cate .tit {
    display: block;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    background-color: #9a1815;
}

.in_pro .cate .tit span {
    display: block;
    overflow: hidden;
    font-size: 24px;
    padding: 0 0 5px 0;
}

.in_pro .cate .tit em {
    text-transform: uppercase;
    font-family: 'deckerregular';
    font-size: 12px;
}

.in_pro .cate ul li>a {
    display: block;
    overflow: hidden;
    line-height: 59px;
    padding: 0 0 0 25px;
    background: -webkit-linear-gradient(right, #fff, #f5f5f5);
    background: -moz-linear-gradient(right, #fff, #f5f5f5);
    background: -o-linear-gradient(right, #fff, #f5f5f5);
    background: linear-gradient(right, #fff, #f5f5f5);
    border-bottom: 1px dotted #ddd;
}

.in_pro .cate ul li:hover>a,
.in_pro .cate ul li.on>a {
    background: rgba(240, 89, 45, 0.8);
    color: #fff;
}

.in_pro .box {
    float: right;
    width: 930px;
}

.in_pro .box .xun ul {
    margin: -10px;
    overflow: hidden;
}

.in_pro .box .xun ul li {
    float: left;
    width: 296px;
    margin: 10px;
    box-shadow: 0 0 1px #ccc;
    text-align: center;
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);
    background: linear-gradient(top, #fff, #eee);
}

.in_pro .box .xun ul li .pic {
    display: block;
    overflow: hidden;
    background: #fff;
}

.in_pro .box .xun ul li .pic img {
    width: 100%;
    height: 218px;
    transition: all 0.7s;
}

.in_pro .box .xun ul li .pic img:hover {
    transform: scale(1.1);
}

.in_pro .box .xun ul li .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.in_pro .box .xun ul li .cs {
    padding: 10px 0 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.in_pro .box .xun ul li .cs a {
    display: block;
    overflow: hidden;
    font-size: 12px;
    margin: 0 15px;
    background-color: #9a1815;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
}

.in_pro .box .xun ul li .cs a:last-child {
    background-color: #9a1815;
}

.in_pro .box .xun ul li .cs a:hover {
    opacity: 0.8;
}


/* in_link */


/* all */

.main {
    width: 100%;
    padding: 5px 0 30px 0;
    overflow: hidden;
}

.main .fl {
    float: left;
}

.main .fr {
    float: right;
}

.main .main_big {
    width: 910px;
    overflow: hidden;
}

.main .main_small {
    width: 260px;
    overflow: hidden;
}

.main .main_da {
    width: 940px;
    overflow: hidden;
}

.main .main_xiao {
    width: 230px;
    overflow: hidden;
}

.main .main_pd {
    padding: 20px;
    overflow: hidden;
    line-height: 2;
}

.main .main_bor {
    border: 1px solid #efefef;
    overflow: hidden;
    margin-top: 10px;
}

.main .main_bor .btit {
    text-align: center;
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    background-color: #9a1815;
    font-size: 18px;
}

.main .main_bort {
    border-top: 2px solid rgba(234, 53, 22, 0.7);
}

.main .main_bort .ktit {
    background: -webkit-linear-gradient(bottom, #f5f5f5, #eee);
    background: -moz-linear-gradient(bottom, #f5f5f5, #eee);
    background: -o-linear-gradient(bottom, #f5f5f5, #eee);
    background: linear-gradient(bottom, #f5f5f5, #eee);
    line-height: 44px;
    padding: 0 20px;
    font-weight: bold;
    color: #9a1815;
    overflow: hidden;
    box-shadow: 0 0 2px #eee;
}

.main .main_bort .ktit .fr {
    color: #888;
}

.main .main_bort .ktit .fr em {
    color: #ff0000;
}

.main .position {
    overflow: hidden;
    border: 1px solid #efefef;
    border-left: 3px solid #9a1815;
    padding: 8px 0 8px 10px;
    background: #fafafa;
}

.main .position a:hover {
    color: #9a1815;
}

.main .contbox {
    background: url(../image/contleft.jpg) center top no-repeat;
    padding: 105px 15px 5px 15px;
    overflow: hidden;
    line-height: 1.8;
}

.main .contbox dt {
    color: #9a1815;
    font-weight: bold;
    padding: 0 0 8px 0;
}

.main .contbox dd {
    border-top: 1px dotted #ddd;
    padding: 8px 0 8px 65px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
}

.main .contbox dd span {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 65px;
}

.main .procate li>a {
    display: block;
    overflow: hidden;
    line-height: 44px;
    padding: 0 0 0 25px;
    background: -webkit-linear-gradient(right, #fafafa, #f0f0f0);
    background: -moz-linear-gradient(right, #fafafa, #f0f0f0);
    background: -o-linear-gradient(right, #fafafa, #f0f0f0);
    background: linear-gradient(right, #fafafa, #f0f0f0);
    border-bottom: 1px dotted #ddd;
}

.main .procate li .sub a {
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0 0 0 25px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}

.main .procate li>a:hover,
.main .procate li>a.cur {
    color: #fff;
    background: rgba(240, 89, 45, 0.8);
}

.main .procate li.on>a {
    color: #fff;
    background: rgba(240, 89, 45, 0.8);
}


/* cateinfo */

.cateinfo {
    text-indent: 2em;
    overflow: hidden;
    line-height: 1.8;
    border-bottom: 1px dashed #ddd;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
}

.cateinfo img {
    display: block;
}


/* prolist */

.prolist {
    overflow: hidden;
    margin: -10px;
}

.prolist li {
    float: left;
    width: 276px;
    padding: 10px;
    text-align: center;
}

.prolist li .pic {
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
}

.prolist li .pic img {
    width: 100%;
    height: 205px;
    transition: all 0.7s;
}

.prolist li .pic:hover {
    border: 1px solid #9a1815;
}

.prolist li .pic:hover img {
    transform: scale(1.1);
}

.prolist li .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    line-height: 36px;
}

.prolist li .bt:hover {
    color: #9a1815;
}

.prolist li .more {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.prolist li .more a {
    display: block;
    overflow: hidden;
    margin: 0 10px;
    background: rgba(234, 53, 22, 0.8);
    color: #fff;
    width: 80px;
    line-height: 26px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
}

.prolist li .more a:hover {
    opacity: 0.8;
}

.prolist li .more a:last-child {
    background: #9a1815;
}

.prolist li .info {
    color: #888;
    font-size: 12px;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 10px;
    margin-top: -4px;
}


/* proindex */

.proindex {
    padding-top: 0;
}

.proindex .prolist li {
    width: 274px;
}

.proindex .prolist li .pic img {
    height: 204px;
}


/* pronewstj */

.pronewstj {
    padding: 15px 0;
    overflow: hidden;
}

.pronewstj li {
    float: left;
    width: 414px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 20px;
}

.pronewstj li span {
    float: right;
    color: #888;
}

.pronewstj li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 0 0 0 10px;
}

.pronewstj li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-top: 3px solid transparent;
    border-left: 4px solid #9a1815;
    border-bottom: 3px solid transparent;
}


/* proview */

.proview {
    padding: 20px;
    overflow: hidden;
}

.proview .ban {
    width: 400px;
    float: left;
}

.proview .ban .big {
    border: 1px solid #d4d4d4;
    overflow: hidden;
}

.proview .ban .big .swiper-slide {
    cursor: pointer;
}

.proview .ban .big img {
    width: 100%;
    height: 298px;
    cursor: pointer;
}

.proview .ban .big .iconfont {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 24px;
    opacity: 0.2;
}

.proview .ban .big .iconfont:hover {
    opacity: 0.5;
    color: #9a1815;
}

.proview .ban .small {
    margin: 10px 0 15px 0;
    overflow: hidden;
    position: relative;
    padding: 0 25px;
}

.proview .ban .small .swiper-slide {
    cursor: pointer;
}

.proview .ban .small .swiper-slide img {
    width: 75px;
    height: 57px;
    padding: 2px;
    border: 1px solid #d4d4d4;
}

.proview .ban .small .active-nav img {
    border: 1px solid #9a1815;
}

.proview .ban .small .arrow-left,
.proview .ban .small .arrow-right {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    z-index: 5;
}

.proview .ban .small .arrow-left {
    left: 0px;
}

.proview .ban .small .arrow-right {
    right: 0px;
}

.proview .ban .more {
    color: #9a1815;
    overflow: hidden;
}

.proview .ban .more i {
    margin-right: 5px;
}

.proview .ban .more:hover {
    color: #9a1815;
}

.proview .box {
    width: 440px;
    float: right;
    line-height: 2;
}

.proview .box .bt {
    border-bottom: 1px dashed #ddd;
    font-size: 18px;
    color: #9a1815;
    padding: 0 0 10px 0;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.5;
}

.proview .box strong {
    color: #9a1815;
    font-size: 24px;
}

.proview .box .bdsharebuttonbox {
    padding: 5px 0 15px 0;
    overflow: hidden;
}

.proview .box .but {
    background-color: #9a1815;
    box-shadow: 0 0 1px #ffff00;
    border-radius: 3px;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 120px;
    line-height: 40px;
    text-align: center;
}

.proview .box .but:hover {
    background-color: #9a1815;
}

.proview .stit {
    border-bottom: 2px solid #9a1815;
    overflow: hidden;
    margin-top: 20px;
}

.proview .stit span {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    color: #fff;
    line-height: 32px;
    background: #9a1815;
    font-weight: bold;
    float: left;
    border-radius: 3px 3px 0 0;
}

.proview .body {
    padding: 20px 15px 25px 15px;
    line-height: 1.8;
    overflow: hidden;
}

.proview .body img {
    max-width: 100%;
    height: auto;
}

.proview .body p {
    padding: 5px 0;
}

.proview .key {
    border-top: 1px dashed #ddd;
    overflow: hidden;
    font-size: 12px;
    padding: 10px 0 0 0;
    line-height: 1.8;
}

.proview .key li {
    float: left;
    margin-right: 10px;
}

.proview .key li a {
    color: #888;
}

.proview .key li a:hover {
    color: #9a1815;
}


/* messdd */

.messdd {
    padding: 20px;
    overflow: hidden;
}

.messdd li {
    float: left;
    width: 174px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 115px;
}

.messdd li label {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 42px;
    width: 110px;
    text-align: right;
}

.messdd li label i {
    color: #ff0000;
    margin-right: 2px;
}

.messdd li input[type='text'] {
    border: 1px solid #eee;
    width: 152px;
    height: 40px;
    float: left;
    padding: 0 10px;
}

.messdd li textarea {
    border: 1px solid #eee;
    width: 730px;
    height: 80px;
    float: left;
    padding: 10px;
}

.messdd li input[type='submit'] {
    border: 0;
    width: 100px;
    height: 36px;
    float: left;
    padding: 0 10px;
    background: #9a1815;
    color: #fff;
    cursor: pointer;
    transition: all 0.7s;
}

.messdd li input[type='submit']:hover {
    opacity: 0.8;
}

.messdd li input[type='reset'] {
    border: 0;
    width: 100px;
    height: 36px;
    float: left;
    margin-left: 20px;
    background: #9a1815;
    color: #fff;
    cursor: pointer;
    transition: all 0.7s;
}

.messdd li input[type='reset']:hover {
    opacity: 0.8;
}

.messdd li .ms {
    padding: 5px 0 0 0;
    overflow: hidden;
    float: left;
    font-size: 12px;
    color: #888;
}

.messdd li .ms span {
    color: #ff0000;
}

.messdd li .code {
    float: left;
    margin-left: 5px;
    height: 42px;
    width: auto;
}

.messdd li.all {
    width: 752px;
    margin-top: 15px;
}


/* tan_pic */

.tan_pic {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    padding: 50px;
}

.tan_pic .box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tan_pic .box img {
    max-height: 100%;
    max-width: 100%;
}

.tan_pic .close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px #ccc;
    transition: all 0.7s;
}

.tan_pic .close:before,
.tan_pic .close:after {
    width: 18px;
    height: 1px;
    background: #666;
    position: absolute;
    left: 9px;
    top: 17px;
    content: "";
    transform: rotate(45deg);
    transition: all 0.7s;
}

.tan_pic .close:before {
    transform: rotate(45deg);
}

.tan_pic .close:after {
    transform: rotate(-45deg);
}

.tan_pic .close:hover {
    background: #9a1815;
}

.tan_pic .close:hover:before,
.tan_pic .close:hover:after {
    background: #fff;
}

.tan_pic .close:hover:before {
    transform: rotate(315deg);
}

.tan_pic .close:hover:after {
    transform: rotate(225deg);
}


/* rxrxun */

.rxrxun {
    padding: 20px;
    overflow: hidden;
}

.rxrxun li {
    margin-top: 15px;
    overflow: hidden;
    border: 1px solid #eee;
}

.rxrxun li .pic {
    display: block;
    overflow: hidden;
}

.rxrxun li .pic img {
    width: 100%;
    height: 162px;
    transition: all 0.7s;
}

.rxrxun li .pic img:hover {
    transform: scale(1.1);
}

.rxrxun li .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
}

.rxrxun li .bt:hover {
    background: rgba(234, 53, 22, 0.7);
    color: #fff;
}

.rxrxun li:first-child {
    margin-top: 0;
}


/* pagebody */

.pagebody p {
    padding: 5px 0;
}

.pagebody .pic {
    overflow: hidden;
    text-align: center;
}

.pagebody .pic img {
    max-width: 100%;
    height: auto;
}


/* pagebt */

.pagebt {
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    border-bottom: 1px dashed #ddd;
    padding: 0 0 15px 0;
    margin-bottom: 10px;
    color: #9a1815;
    line-height: 1.5;
}


/* pagecs */

.pagecs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    color: #888;
    font-size: 12px;
    padding: 5px 0 15px 0;
    line-height: 1.1;
}

.pagecs li {
    padding: 0 10px;
}


/* botsxp */

.botsxp {
    overflow: hidden;
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    background: #f5f5f5;
    margin: 15px 0 0 0;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.botsxp .fl {
    padding: 10px;
    width: 600px;
    overflow: hidden;
}

.botsxp .fl p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.botsxp .fr {
    padding: 10px;
}


/* botkey */

.botkey {
    border-top: 1px dashed #ddd;
    overflow: hidden;
    padding: 10px 0 0 0;
    margin-top: 15px;
    font-size: 12px;
}

.botkey .fl a {
    margin-right: 10px;
}

.botkey .fl a:last-child {
    margin-right: 0;
}


/* piclist */

.piclist {
    overflow: hidden;
    margin: -10px;
}

.piclist li {
    float: left;
    width: 284px;
    margin: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}

.piclist li .pic {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.piclist li .pic img {
    width: 100%;
    height: 225px;
    transition: all 0.7s;
}

.piclist li .pic img:hover {
    transform: scale(1.1);
}

.piclist li .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
}

.piclist li .bt:hover {
    background: rgba(234, 53, 22, 0.7);
    color: #fff;
}


/* contact */

.contact {
    padding: 0 0 20px 0;
    overflow: hidden;
    background: url(../image/contact.jpg) right center no-repeat;
    margin: 0 20px;
}

.contact ul li {
    border-top: 1px dashed #eee;
    padding: 15px 0;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
    width: 400px;
}

.contact ul li i {
    font-size: 32px;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    color: #9a1815;
}

.contact ul li:first-child {
    border-top: 0;
}


/* mess */

.mess {
    overflow: hidden;
}

.mess .tit {
    font-size: 16px;
    color: #9a1815;
    overflow: hidden;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
}

.mess ul li {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 115px;
    margin-top: 15px;
}

.mess ul li label {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 42px;
    width: 110px;
    text-align: right;
}

.mess ul li label i {
    color: #ff0000;
    margin-right: 2px;
}

.mess ul li input[type='text'] {
    border: 1px solid #eee;
    width: 250px;
    height: 40px;
    float: left;
    padding: 0 10px;
}

.mess ul li #messdd_code {
    width: 115px;
}

.mess ul li textarea {
    border: 1px solid #eee;
    width: 730px;
    height: 100px;
    float: left;
    padding: 10px;
}

.mess ul li input[type='submit'] {
    border: 0;
    width: 100px;
    height: 36px;
    float: left;
    padding: 0 10px;
    background: #9a1815;
    color: #fff;
    cursor: pointer;
    transition: all 0.7s;
}

.mess ul li input[type='submit']:hover {
    opacity: 0.8;
}

.mess ul li input[type='reset'] {
    border: 0;
    width: 100px;
    height: 36px;
    float: left;
    margin-left: 20px;
    background: #9a1815;
    color: #fff;
    cursor: pointer;
    transition: all 0.7s;
}

.mess ul li input[type='reset']:hover {
    opacity: 0.8;
}

.mess ul li .ms {
    padding: 5px 0 0 0;
    overflow: hidden;
    float: left;
    font-size: 12px;
    color: #888;
}

.mess ul li .ms span {
    color: #ff0000;
}

.mess ul li .code {
    height: 42px;
    margin-left: 10px;
    float: left;
    width: auto;
}

.mess ul li.all {
    width: 752px;
    margin-top: 15px;
}


/* mapindex */

.mapindex {
    padding: 10px 20px;
    overflow: hidden;
    border: 3px solid #ddd;
    margin-top: 20px;
}

.mapindex ul {
    overflow: hidden;
}

.mapindex ul li {
    padding: 10px 0;
    overflow: hidden;
}

.mapindex ul li>a {
    border-left: 2px solid #9a1815;
    padding: 8px 11px;
    display: block;
    overflow: hidden;
    color: #9a1815;
    font-size: 18px;
    background: #f5f5f5;
}

.mapindex ul li .sub {
    overflow: hidden;
    padding: 10px 0 0 0;
}

.mapindex ul li .sub a {
    display: block;
    overflow: hidden;
    float: left;
    width: 198px;
    padding: 5px 0 5px 30px;
    background: url(../image/icon_procate.gif) 16px 9px no-repeat;
}

.mapindex ul li .sub a:nth-child(5n+1) {
    clear: both;
}

.mapindex ul li:last-child {
    border-bottom: 0;
}


/* newslist */

.newslist li {
    background: #f5f5f5;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    padding: 20px 130px 20px 115px;
}

.newslist li .date {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.5);
    width: 76px;
    text-align: center;
    line-height: 1.7;
}

.newslist li .date em {
    display: block;
    overflow: hidden;
    font-weight: bold;
    padding: 7px 0 0 0;
    font-size: 20px;
}

.newslist li .more {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 90px;
    line-height: 36px;
    margin-top: -15px;
    text-align: center;
    color: #fff;
    background: rgba(234, 53, 22, 0.8);
}

.newslist li .more:hover {
    background: #9a1815;
}

.newslist li .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 16px;
}

.newslist li p {
    display: block;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}

.newslist li:first-child {
    margin-top: 0;
}

.newslist li:nth-child(even) {
    background: rgba(234, 53, 22, 0.1);
}


/* hotzxxun */

.hotzxxun {
    overflow: hidden;
    padding: 8px 10px;
}

.hotzxxun li {
    line-height: 26px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}

.hotzxxun li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 0 25px;
}

.hotzxxun li i {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #999;
    color: #fff;
    transform: scale(0.8);
}

.hotzxxun li:nth-child(1) i,
.hotzxxun li:nth-child(2) i,
.hotzxxun li:nth-child(3) i {
    background: #9a1815;
}


/* searlist */

.searlist {
    overflow: hidden;
    margin: -15px;
}

.searlist li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    transition: all 0.7s;
}

.searlist li .bt {
    overflow: hidden;
}

.searlist li .bt span {
    float: right;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #888;
}

.searlist li .bt a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.searlist li p {
    display: block;
    overflow: hidden;
    color: #888;
    line-height: 1.8;
    font-size: 12px;
    text-align: justify;
}

.searlist li .more {
    color: #fff;
    background: #9a1815;
    display: block;
    overflow: hidden;
    line-height: 30px;
    width: 100px;
    text-align: center;
    margin-top: 5px;
}

.searlist li .more:hover {
    background: #9a1815;
}

.searlist li:hover {
    background: #f5f5f5;
}

.searlist li:last-child {
    border-bottom: 0;
}


/* main_bort */

.main_bort .prolist li:nth-child(4) {
    display: none;
}


/* main_da */

.main_da .pronewstj li {
    width: 429px;
}

.main_da .prolist li:nth-child(4) {
    display: block;
}

.main_da .prolist li {
    width: 209px;
}

.main_da .prolist li .pic img {
    height: 155px;
}


/* main_xiao */

.main_xiao .rxrxun .pic img {
    height: 140px;
}


/* pagelist */

.pagelist {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 0 0 0;
    line-height: 36px;
}

.pagelist span {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-left: 0px;
    padding: 0 15px;
    color: #888;
    background: #f5f5f5;
}

.pagelist a {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-left: 0px;
    padding: 0 15px;
    color: #888;
    background: #f5f5f5;
}

.pagelist *:first-child {
    border-left: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
}

.pagelist *:last-child {
    border-radius: 0 3px 3px 0;
}

.pagelist a:hover {
    background: #ddd;
}

.pagelist span {
    background: #9a1815;
    color: #fff;
}

@media (max-width: 1440px) {
    /* in_case */
    .in_case .swiper-slide img {
        height: 260px;
    }
}


/*page*/

.Page {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.Page a,
.Page span {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
}

.Page a:hover,
.Page span {
    background: #b6864b;
    color: #fff;
    border: 1px solid #b6864b;
}


/*********/

.mtb20 {
    margin: 20px auto;
}

img {
    max-width: 100%;
}

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input,
.table_form textarea {
    line-height: 28px;
    width: 100%;
}

.table_form input,
.table_form textarea {
    background: #fff;
    border: 1px solid #ddd;
}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #fff
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    vertical-align: top;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

.table_form .button {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background: #888;
    cursor: pointer;
    border: none;
}

.table_form .button1 {
    background: #ee8405;
}

.xg-tit {
    line-height: 44px;
    padding: 0 20px;
    font-weight: bold;
    color: #9a1815;
    overflow: hidden;
    box-shadow: 0 0 2px #eee;
    background: -webkit-linear-gradient(bottom, #f5f5f5, #eee);
    background: -moz-linear-gradient(bottom, #f5f5f5, #eee);
    background: -o-linear-gradient(bottom, #f5f5f5, #eee);
    background: linear-gradient(bottom, #f5f5f5, #eee);
    border-top: 2px solid rgba(234, 53, 22, 0.7);
    margin: 20px 0 10px;
}

.xg-img {
    display: flex;
}

.xg-img li {
    flex: 1;
    margin-right: 20px;
}

.xg-img li a {
    color: #666;
}

.xg-img li:last-child {
    margin-right: 0;
}

.xg-news li {
    display: flex;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.xg-news li a {
    flex: 1;
    font-size: 14px;
    color: #666;
}

.xg-keyword a {
    display: inline-block;
    margin: 0 20px 10px 0;
    color: #333;
}

.page_detail {
    padding: 20px;
}

.page_detail h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

.page_detail .title_desc {
    font-size: 14px;
    text-align: center;
    color: #999;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.page_detail .title_desc em {
    padding: 0 0 0 10px;
}

.page_detail .title_desc a {
    display: inline-block;
    padding: 0 3px;
    color: #999;
}

.page__img {
    text-align: center;
    margin: 20px auto;
}

.page__img img {
    margin: auto;
}

.page__content {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
    color: #333;
}

.page__content p {
    margin-bottom: 10px;
}

.page__turn {
    margin-top: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 0;
}

.page__turn p {
    line-height: 20px;
    padding: 3px 10px;
    font-size: 14px;
}