﻿@charset "utf-8";

/* 
 *@Project: 样式重设及公共样式表
 */

html {
    color: #7a7a7a;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
    /*table-layout: fixed;
	word-break: break-all;*/
}

i {
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 Microsoft Yahei, tahoma, arial, sans-serif;
}

    body a {
        color: #ababab;
        outline: none;
        blr: expression(this.onFocus=this.blur())\9;
    }

input,
select,
textarea,
button {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

fieldset,
img {
    border: 0;
}

iframe {
    display: block;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
    line-height: 0
}

a:hover {
    text-decoration: none;
}

ins,
a {
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
    /*min-width: 1200px;*/
    background-color: #FFFFFF;
}

html,
body {
    min-width: 1200px;
    margin: 0 auto;
}

    body:not(.map) img {
        max-width: 100%;
    }


    /*img{
	max-width: 100%;
}*/


    /*//自定义浏览器滚动条*/

    body::-webkit-scrollbar,
    .layers-table-list::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    body::-webkit-scrollbar-track,
    .layers-table-list::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.5);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ddd;
    }

    body::-webkit-scrollbar-thumb,
    .layers-table-list::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.bg {
    background-color: #6a6f6d;
}

::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #aeaeae;
}

    ::-webkit-scrollbar-thumb:hover {
        width: 8px;
        background-color: #2882e8;
    }

.clear {
    clear: both;
    display: block !important;
}


/*--------------*/

.header {
    height: 110px;
    width: 100%;
    min-width: 1200px;
    /*transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;*/
}

    .header .top {
        width: 85%;
        margin: 0 auto;
        height: 110px;
        min-width: 1200px;
    }

        .header .top .logo {
            width: auto;
            float: left;
            height: 110px;
            line-height: 110px;
        }

            .header .top .logo img {
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
                max-width: 100%;
                max-height: 100%;
            }

.right {
    float: right;
    margin: 20px 0px;
}

.search {
    float: right;
}

    .search span {
        display: inline-block;
    }

        .search span:first-child a {
            color: #333333;
            font-size: 14px;
            padding: 0px 10px;
        }

        .search span:nth-child(2) {
            position: relative;
        }

        .search span input {
            background: transparent;
            height: 32px;
            width: 245px;
            border: 1px solid #535353;
            font-size: 14px;
            color: #535353;
            border-radius: 30px;
            text-indent: 2em;
        }

        .search span:nth-child(2)::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 20px;
            background: #535353;
            top: 6px;
            left: 20px;
        }

        .search span input::-webkit-input-placeholder {
            color: #393838;
        }

        .search span input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #393838;
        }

        .search span input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #393838;
        }

        .search span input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #393838;
        }

        .search span button {
            width: 23px;
            height: 24px;
            background: url(../img/ico/s.png) no-repeat center;
            margin-left: 10px;
        }

.nav {
    width: 100%;
    margin-top: 20px;
}

    .nav > ul {
        font-size: 0px;
    }

        .nav > ul > li {
            display: inline-block;
            position: relative;
        }

            .nav > ul > li > a {
                font-size: 16px;
                color: #333333;
                padding: 0px 40px;
                position: relative;
            }

            .nav > ul > li:last-child a {
                padding-right: 0px;
            }

@media screen and (min-width:0px) and (max-width:1500px) {
    .nav > ul > li > a {
        font-size: 16px;
        color: #333333;
        padding: 0px 20px;
    }
}

.nav > ul > li > a:hover {
    color: #e62129;
}

/*.nav>ul>li>a:hover::before {
	position: absolute;
	content: '';
	width: 32px;
	height: 2px;
	background: #e62129;
	bottom: -10px;
	left: 40px;
}*/

.nav > ul > li > a.active {
    color: #e62129;
}

/*.nav>ul>li>a.active::before {
	position: absolute;
	content: '';
	width: 32px;
	height: 2px;
	background: #e62129;
	bottom: -10px;
	left: 40px;
}*/

/*@media screen and (min-width: 100px) and (max-width:1400px) {
	.nav>ul>li>a.active::before {
		position: absolute;
		content: '';
		width: 32px;
		height: 2px;
		background: #e62129;
		bottom: -10px;
		left: 20px;
	}
	.nav>ul>li>a:hover::before {
		position: absolute;
		content: '';
		width: 32px;
		height: 2px;
		background: #e62129;
		bottom: -10px;
		left: 20px;
	}
}*/


/*下拉菜单*/
.tow_nav {
    position: absolute;
    top: 35px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    height: 0px;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

    .tow_nav a {
        height: 50px !important;
        text-align: center;
        line-height: 50px;
        width: auto;
        color: #333333;
        display: block;
        font-size: 14px;
    }

        .tow_nav a:hover {
            color: #e62129;
        }

/*------*/

.solution {
    min-width: 1200px;
    width: 100%;
    height: 665px;
    margin-top: 40px;
    background: url(../img/banner/bj.png);
    padding: 90px 0px;
}

    .solution .swiper-container {
        /*width: 64%;*/
        padding: 0 18%;
        margin: 0 auto;
    }

    .solution img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .solution .swiper-slide {
        width: 100%;
        box-sizing: border-box;
        padding: 5%;
        background-color: rgba(255, 255, 255, .8);
        transform: scale(0.9);
        border-radius: 6px;
    }

    .solution .swiper-slide-active {
        transform: scale(1) !important;
    }

    .solution .swiper-button-next,
    .solution .swiper-button-prev {
        width: 44px;
        height: 44px;
        margin-top: -22px;
        /*background-size: 100% 100%;*/
    }

    .solution .swiper-button-prev,
    .solution .swiper-container-rtl .swiper-button-next {
        background-image: url(../img/ico/left1.png);
        left: 12%;
    }

    .solution .swiper-button-next,
    .solution .swiper-container-rtl .swiper-button-prev {
        background-image: url(../img/ico/next2.png);
        right: 12%;
    }

.solution-l {
    float: left;
    width: 48%;
}

    .solution-l em {
        display: block;
        font-size: 30px;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .solution-l h2 {
        font-size: 30px;
        color: #333;
        display: none;
    }

    .solution-l i {
        display: block;
        width: 140px;
        height: 1px;
        background-color: #999;
        margin-top: 2%;
    }

    .solution-l span {
        display: block;
        font-size: 16px;
        color: #333;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    .solution-l p {
        font-size: 15px;
        color: #333;
        line-height: 24px;
        height: 72px;
        overflow: hidden;
    }

.solution-r {
    float: right;
    width: 52%;
}

.service-qy {
    margin-top: 70px;
}

    .service-qy h2 {
        font-size: 34px;
        color: #333;
        text-align: center;
    }

    .service-qy p {
        text-align: center;
        font-size: 18px;
        color: #333;
        margin-bottom: 30px;
    }

    .service-qy div a {
        float: left;
        width: 20%;
        height: 159px;
        box-sizing: border-box;
        border: 1px solid #ddd;
        transition: all ease-out .3s;
        -webkit-transition: all ease-out .3s;
        -moz-transition: all ease-out .3s;
        -ms-transition: all ease-out .3s;
    }

        .service-qy div a:hover {
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            transform: translate3d(0, -8px, 0);
            -webkit-transform: translate3d(0, -8px, 0);
            -moz-transform: translate3d(0, -8px, 0);
            -ms-transform: translate3d(0, -8px, 0);
        }

        .service-qy div a img {
            width: 100%;
            height: auto;
        }

@media (min-width: 1500px) {
    .case-r a:nth-child(1) div {
        padding: 12.75% 5%;
    }
}

@media (min-width: 1600px) {
    .case-r a:nth-child(1) div {
        padding: 13% 5%;
    }
}

@media (min-width: 1700px) {
    .case-r a:nth-child(1) div {
        padding: 14% 5%;
    }
}


/*品牌故事*/

.brand {
    width: 85%;
    /*height: 450px;*/
    min-width: 1200px;
    margin: 0 auto;
    margin-bottom: 90px;
    font-size: 0;
}

    .brand > div {
        display: inline-block;
        height: 100%;
        vertical-align: top;
    }

        .brand > div:first-child {
            width: 40%;
        }

            .brand > div:first-child > div {
                max-width: 100%;
                height: 453px;
            }

        .brand > div:last-child {
            width: 60%;
            padding-left: 5%;
        }

    .brand .x-brand h1 {
        font-size: 42px;
        color: #333333;
    }

    .brand .x-brand em {
        color: #635d5d;
        font-size: 30px;
        display: block;
        margin-bottom: 25px;
    }

    .brand .x-brand > div {
        position: relative;
        color: #333333;
        font-size: 15px;
        text-indent: 2em;
        line-height: 25px;
        margin-top: 50px;
    }

    .brand .x-brand div::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 2px;
        background: #fe1f1f;
        top: -30px;
        left: 0px;
    }

    .brand .x-brand > a {
        display: block;
        width: 190px;
        height: 50px;
        background: url(../img/ico/but_bj.png) no-repeat center;
        text-align: center;
        line-height: 50px;
        color: #fefdfd;
        font-size: 14px;
        margin-top: 15px;
    }

.x_inews {
    width: 85%;
    height: auto;
    margin: 0 auto;
    min-width: 1200px;
}

    .x_inews > h1 {
        color: #000000;
        font-size: 40px;
        margin-bottom: 35px;
    }

    .x_inews > div {
        font-size: 0px;
        display: inline-block;
        vertical-align: top;
        width: 32%;
        margin-right: 1%;
    }

    .x_inews .x_inews_list a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .x_inews .x_inews_list a div {
            width: 100%;
            height: auto;
            overflow: hidden;
            border: 1px solid #ddd;
            text-align: center;
        }

            .x_inews .x_inews_list a div img {
                display: inline-block;
                transition: all 1s ease-in-out;
                -webkit-transition: all 1s ease-in-out;
                -moz-transition: all 1s ease-in-out;
                -ms-transition: all 1s ease-in-out;
            }

        .x_inews .x_inews_list a p {
            font-size: 18px;
            color: #333333;
            padding-right: 50px;
            margin-top: 40px;
            margin-bottom: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .x_inews .x_inews_list a span {
            color: #666666;
            font-size: 14px;
        }

    .x_inews .x_inews_list:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    .x_inews .x_inews_list:hover p {
        color: #e62129;
        background: url(../img/ico/down.png) no-repeat center;
        background-position-x: 95%;
    }


/*底部*/

footer {
    width: 100%;
    padding: 150px 0px 23px 0px;
    min-width: 1200px;
    margin: 0 auto;
    background: url(../img/index2/button_bj.png) no-repeat center;
    /*margin-top: 60px;*/
    position: relative;
}

.foot {
    width: 85%;
    min-width: 1200px;
    margin: 0 auto;
}

.x_link dl {
    display: inline-block;
    vertical-align: top;
    margin-left: 6%;
}

    .x_link dl td {
        color: #333333;
        font-size: 15px;
        font-weight: bold;
    }

    .x_link dl dd a {
        color: #454545;
        font-size: 14px;
        display: block;
        padding-bottom: 15px;
    }

.foot .logo2 {
    float: left;
}

.copyright {
    position: absolute;
    bottom: 0px;
    height: 44px;
    width: 85%;
    min-width: 1200px;
    margin-left: 7.5%;
    color: #5a5a5a;
    font-size: 14px;
}

    .copyright span a {
        color: #5a5a5a;
        font-size: 14px;
    }

@media only screen and (min-width:0px) and (max-width:1500px) {
    .copyright {
        margin-left: 0%;
    }
}

.qrcode {
    /*width: 180px;*/
    float: right;
}

.code_banner {
    width: 183px;
    float: left;
    position: relative;
    background: #e62129;
    height: 253px;
    text-align: center;
    margin-right: 65px;
}

    .code_banner p img {
        height:0px;
    }

    .code_banner > span {
        color: #FFFFFF;
    }

    .code_banner > p:first-child {
        padding-top: 5px;
    }

    .code_banner .swiper-button-prev,
    .code_banner .swiper-container-rtl .swiper-button-next {
        background-image: url(../img/ico/left1.png);
        left: 25%;
    }

    .code_banner .swiper-button-next,
    .code_banner .swiper-container-rtl .swiper-button-prev {
        background-image: url(../img/ico/next2.png);
        right: 25%;
    }

.ctt {
    float: right;
}

.ctt {
    color: #464141;
    font-size: 26px;
    width: 226px;
}

    .ctt span {
        color: #212121;
        font-size: 14px;
        display: block;
    }

    .ctt p {
        font-size: 30px;
        color: #e62129;
        font-weight: bold;
    }

    .ctt span:last-child {
        height: 50px;
        line-height: 50px;
        text-indent: 2em;
        background: url(../img/ico/mouse.png) no-repeat left;
        position: relative;
    }

        .ctt span:last-child img {
            position: absolute;
            left: 4px;
            bottom: 4px;
        }

.code_banner .swiper-container {
    width: 135px;
    /*height: 135px;*/
}

.code_banner .swiper-slide span {
    color: #FFFFFF;
    font-size: 13px;
    display: block;
    padding-bottom: 14px;
    padding-top: 10px;
}

.code_banner .swiper-button-next,
.code_banner .swiper-button-prev {
    top: 95%;
    width: 14px;
    height: 15px;
    background-size: 100%;
}

.code_banner .swiper-pagination {
    left: 80px;
    bottom: 18px;
}

    .code_banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        outline: none;
        margin-right: 10px;
    }

.code_banner .swiper-pagination-bullet-active {
    background: #aaaaaa;
}

@media screen and (min-width: 0px) and (max-width:1400px) {
    .code_banner {
        margin-right: 27px;
        width: 170px;
    }

    .x_link dl {
        margin-left: 3.5%;
    }

    .code_banner .swiper-pagination {
        left: 71px;
        bottom: 18px;
    }
}

.ctt span:last-child img {
    animation: mymove 4s infinite;
    -moz-animation: mymove 4s infinite;
    -ms-animation: mymove 4s infinite;
    -webkit-animation: mymove 4s infinite;
    /* Safari 和 Chrome */
}

@keyframes mymove {
    0%, 20%, 40%, 60%, 80%, 100% {
        transform: translateY(0px);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateY(2px);
    }
}


/*分页*/

.page {
    width: 100%;
    text-align: center;
}

    .page ul {
        display: inline-block;
        /*margin-top: 50px;*/
    }

    .page .am-active span {
        background: #e62129;
        border: none;
    }


/*联系我们*/

.banners {
    width: 100%;
    /*height: 490px;
	background: url(../img/banners/banners.png) no-repeat center;
	background-size: 100% 100%;*/
}

    .banners img {
        max-width: 100%;
    }

.nav_bar {
    text-align: center;
}

    .nav_bar a {
        display: inline-block;
        padding: 20px 65px;
        background: url(../img/ico/nav_bj.png) no-repeat center;
        font-size: 16px;
        color: #333333;
    }

        .nav_bar a:hover {
            background: url(../img/ico/nav_bj2.png) no-repeat center;
            color: #FFFFFF;
        }

        .nav_bar a.active {
            background: url(../img/ico/nav_bj2.png) no-repeat center !important;
            color: #FFFFFF;
        }

    .nav_bar li.am-active a {
        background: url(../img/ico/nav_bj2.png) no-repeat center !important;
        color: #FFFFFF;
    }

.main_box {
    width: 85%;
    min-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.recruit > .t {
    background: #e93c42;
    text-align: center;
    padding: 15px 0px;
    color: #FFFFFF;
    font-size: 18px;
}

.recruit > p {
    text-align: center;
}

    .recruit > p:first-child {
        padding: 50px 0px 0px 0px;
    }

    .recruit > p:nth-child(2) {
        padding: 0px 0px 50px 0px;
        color: #a4a2a2;
        font-size: 12px;
    }

.recruit .am-accordion {
    padding: 0px;
    margin: 0px;
}

.recruit .am-accordion-gapped .am-accordion-item {
    border: none;
    border-bottom: 1px solid #DDD;
}

.recruit .am-accordion-gapped .am-accordion-title {
    border: none;
    padding: 0px;
    margin: 0px;
}

.recruit .am-active .am-accordion-title {
    border-bottom: 1px solid #DDD;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.recruit .am-accordion-title .t {
    text-align: center;
    padding: 15px 0px;
    color: #333333;
    font-size: 14px;
}

    .recruit .am-accordion-title .t a {
        display: inline-block;
        width: 140px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        color: #333333;
        background: #e2e1de;
        margin-top: -20px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .recruit .am-accordion-title .t a:hover {
            background: #e62129;
            color: #FFFFFF;
        }

.recruit .am-active .t .am-u-sm-2 a {
    background: #e62129 !important;
    color: #FFFFFF !important;
}

.recruit section .am-accordion-content {
    padding-left: 75px;
}

    .recruit section .am-accordion-content a {
        display: block;
        width: 140px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        color: #333333;
        background: #e2e1de;
        margin-top: 20px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .recruit section .am-accordion-content a:hover {
            background: #e62129;
            color: #FFFFFF;
        }

@media screen and (min-width: 100px) and (max-width:1400px) {
    .recruit section .am-accordion-content {
        padding-left: 8px;
    }
}

.c_map {
    width: 100%;
}

    .c_map > p {
        text-align: center;
    }

        .c_map > p:first-child {
            padding: 50px 0px 0px 0px;
        }

        .c_map > p:nth-child(2) {
            padding: 0px 0px 50px 0px;
            color: #a4a2a2;
            font-size: 12px;
        }

    .c_map .infor {
        width: 100%;
        margin: 0 auto;
        font-size: 0px;
        /*margin-top: 80px;*/
    }

        .c_map .infor > div {
            width: 600px;
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
        }

@media only screen and (min-width: 100px) and (max-width: 1500px) {
    .c_map .infor .con_right {
        width: 40%;
        padding-left: 33px;
    }
}

.c_map .infor .con_left {
    text-align: center;
    width: 60%;
    height: 510px;
}

.con_right {
    width: 38%;
    float: right;
}

    .con_right .am-g .am-u-sm-3 {
        padding: 0px;
        margin: 0px;
    }

    .con_right .am-g .am-u-sm-3 {
        padding: 0px;
        margin: 0px;
    }

    .con_right .am-g div p {
        padding: 5px 0px 55px 0px;
    }

    .con_right > p {
        color: #333333;
        font-size: 16px;
        margin-bottom: 25px;
    }

        .con_right > p a {
            color: #333333;
            font-size: 16px;
            margin-bottom: 25px;
        }

.Message {
    width: 100%;
}

    .Message > p {
        text-align: center;
    }

        .Message > p:first-child {
            padding: 50px 0px 0px 0px;
        }

        .Message > p:nth-child(2) {
            padding: 0px 0px 50px 0px;
            color: #a4a2a2;
            font-size: 12px;
        }

.msg {
    width: 100%;
    height: auto;
    background: #efeeec;
    padding: 65px 85px;
}

    .msg .am-panel-bd {
        color: #333333;
        font-size: 16px;
        border: none;
        border-bottom: 1px solid #cfcfcf;
    }

        .msg .am-panel-bd span:first-child {
            color: #e62129;
            font-size: 16px;
            font-weight: bold;
            position: relative;
        }

            .msg .am-panel-bd span:first-child::before {
                content: '';
                position: absolute;
                width: 3px;
                height: 20px;
                background: #e62129;
                left: -10px;
                top: 1px;
            }

        .msg .am-panel-bd span:last-child {
            float: right;
        }

            .msg .am-panel-bd span:last-child font {
                color: #e62129;
            }

    .msg .am-panel-default {
        padding: 0px;
        margin: 0px;
        border: none;
        box-shadow: none;
        background: #efeeec;
        margin-bottom: 60px;
    }

    .msg .am-u-sm-6 {
        margin-bottom: 40px;
    }

        .msg .am-u-sm-6 label {
            width: 9%;
            font-size: 16px;
            display: inline-block;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

            .msg .am-u-sm-6 label font,
            .msg .am-u-sm-12 label font {
                color: #e62129;
                font-size: 16px;
            }

        .msg .am-u-sm-6 input {
            width: 90%;
            height: 40px;
            background: #efeeec;
            text-indent: 2em;
            border-bottom: 1px solid #cfcfcf;
        }

    .msg .am-g .am-u-sm-6:last-child {
        padding-right: 0px;
        margin-right: 0px;
    }

        .msg .am-g .am-u-sm-6:last-child input,
        .msg .am-g .am-u-sm-12:last-child input {
            float: right;
        }

    .msg .am-u-sm-12 label {
        width: 5%;
        font-size: 16px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

    .msg .am-u-sm-12 textarea {
        width: 95%;
        height: 200px;
        background: #efeeec;
        text-indent: 2em;
        border-bottom: 1px solid #cfcfcf;
        resize: none;
        float: right;
    }

    .msg .am-g .am-u-sm-12 {
        /*margin-top: 20px;*/
        padding-right: 0px;
    }

@media screen and (min-width: 100px) and (max-width: 1400px) {
    .msg .am-u-sm-6 {
        margin-top: 20px;
    }

        .msg .am-u-sm-6 label {
            width: 13%;
            font-size: 16px;
            display: inline-block;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

            .msg .am-u-sm-6 label font,
            .msg .am-u-sm-12 label font {
                color: #e62129;
                font-size: 16px;
            }

        .msg .am-u-sm-6 input {
            width: 86%;
            height: 40px;
            background: #efeeec;
            text-indent: 2em;
            border-bottom: 1px solid #cfcfcf;
        }

    .msg .am-g .am-u-sm-6:last-child {
        padding-right: 0px;
        margin-right: 0px;
    }

        .msg .am-g .am-u-sm-6:last-child input,
        .msg .am-g .am-u-sm-12:last-child input {
            float: right;
        }

    .msg .am-u-sm-12 label {
        width: 6%;
        font-size: 16px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

    .msg .am-u-sm-12 textarea {
        width: 93%;
        height: 200px;
        background: #efeeec;
        text-indent: 2em;
        border-bottom: 1px solid #cfcfcf;
        float: right;
    }

    .msg .am-g .am-u-sm-12 {
        /*margin-top: 20px;*/
        padding-right: 0px;
    }
}

.msg-sub button {
    outline: none;
    width: 230px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
}

    .msg-sub button:first-child {
        background: #e62129;
        color: #FFFFFF;
        margin-left: 5%;
    }

    .msg-sub button:last-child {
        background: #d2d0d0;
        color: #333333;
    }


/*关于我们*/

.title {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

    .title p:first-child {
        text-align: center;
    }

    .title p:last-child {
        text-align: center;
        color: #A4A2A2;
        font-size: 12px;
    }

.abo_list {
    width: auto;
    height: auto;
    font-size: 0px;
    margin-top: 30px;
}

    .abo_list .zzry_list {
        display: inline-block;
        width: 24%;
        height: auto;
        margin-right: 0.8888%;
        vertical-align: top;
        margin-bottom: 1.8888%;
    }

        .abo_list .zzry_list div {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .abo_list .zzry_list div img {
                max-width: 100%;
                transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
            }

        .abo_list .zzry_list:hover div img {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

.ldzc {
    margin-top: 70px;
}

    .ldzc .pic {
        width: 30%;
        float: left;
    }

        .ldzc .pic img {
            max-width: 100%;
        }

    .ldzc .con {
        width: 68%;
        float: right;
    }

        .ldzc .con h1 {
            font-size: 30px;
            color: #333333;
            line-height: 1;
            margin-bottom: 35px;
        }

        .ldzc .con p {
            text-indent: 2em;
            font-size: 15px;
            color: #333333;
            line-height: 28px;
        }

.qyjj {
    margin-top: 70px;
}

    .qyjj .q1 .pic {
        width: 39%;
        float: left;
    }

        .qyjj .q1 .pic img {
            max-width: 100%;
        }

        .qyjj .q1 .pic a {
            display: block;
            width: 80%;
            height: 65px;
            margin: 0 auto;
            margin-top: 35px;
            background: #e62129 url(../img/about/t2.png) no-repeat center;
            background-size: 80%;
        }

    .qyjj .q1 .con {
        width: 59%;
        float: right;
    }

        .qyjj .q1 .con p:not(:first-child) {
            text-indent: 2em;
            line-height: 28px;
            margin-bottom: 25px;
        }

        .qyjj .q1 .con p:first-child {
            margin-bottom: 85px;
            position: relative;
        }

            .qyjj .q1 .con p:first-child::before {
                position: absolute;
                content: '';
                height: 2px;
                width: 85px;
                background: #fe1f1f;
                bottom: -46px;
                left: 0px;
            }

.q2 {
    width: 100%;
    /*	height: 740px;*/
    background: url(../img/inherit/bj3.png) no-repeat center;
    background-size: 100% 100%;
    /*margin-top: 120px;*/
    font-size: 0px;
    margin-bottom: 80px;
}

.f2 {
    background: url(../img/inherit/bj2.png) no-repeat center;
    background-size: 100% 100%;
}

.q2 .pic {
    width: 30%;
    /*height: 740px;*/
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 740px;
}

    .q2 .pic img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        left: 30px;
    }

.q2 .con {
    width: 68%;
    height: 740px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333333;
    position: relative;
}

    .q2 .con div {
        font-size: 16px;
        color: #333333;
        margin: 0 auto;
        max-width: 100%;
        writing-mode: vertical-rl;
        writing-mode: tb-rl;
        padding: 9% 0px 9% 0%;
        line-height: 44px;
        text-indent: 2em;
        float: left;
        width: 80%;
    }

        .q2 .con div p {
               color: #232323;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    position: relative;
    left: 45px;
        }

    .q2 .con img {
        position: relative;
        padding: 8% 0px 8% 4%;
    }

@media screen and (min-width: 100px) and (max-width: 1400px) {
    .q2 .con div {
        font-size: 14px;
        color: #333333;
        margin: 0 auto;
        max-width: 100%;
        writing-mode: vertical-rl;
        writing-mode: tb-rl;
        padding: 9% 0px 9% 0%;
        line-height: 38px;
        text-indent: 2em;
        float: left;
    }

    .q2 .pic img {
        padding: 50px;
    }
}

.fzlc {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    position: relative;
    padding-bottom: 75px;
}

    .fzlc::before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        left: 160px;
        top: -39px;
        background: #c9c9c9 url(../img/about/up.png) no-repeat;
        background-position-x: center;
        background-position-y: top;
    }

    .fzlc::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 50px;
        left: 145px;
        top: -51px;
        background: url(../img/about/up.png) no-repeat;
        background-position-x: center;
        background-position-y: top;
    }

.fz_time {
    width: 100%;
    height: auto;
    font-size: 0px;
    position: relative;
}

    .fz_time > div {
        display: inline-block;
    }

    .fz_time .f_left {
        width: 160px;
        height: 45px;
        line-height: 45px;
        position: relative;
    }

        .fz_time .f_left::before {
            position: absolute;
            content: '';
            width: 35px;
            height: 1px;
            background: #c9c9c9;
            right: 0px;
            top: 21.4444px;
        }

        .fz_time .f_left font {
            display: inline-block;
            height: 45px;
            vertical-align: top;
            margin-left: 40px;
            position: relative;
        }

            .fz_time .f_left font img {
                display: inline-block;
                vertical-align: middle;
            }

        .fz_time .f_left span {
            font-size: 30px;
            color: #999999;
        }

    .fz_time .f_right {
        width: 1040px;
        font-size: 16px;
        color: #333333;
        border-bottom: 1px solid #c9c9c9;
        padding: 90px 0px 23px 40px;
        position: relative;
    }

    .fz_time:last-child .f_right::before {
        position: absolute;
        content: '';
        width: 1px;
        height: 43px;
        background: #c9c9c9;
        left: 0px;
        bottom: 0px;
    }

    .fz_time:last-child::before {
        position: absolute;
        content: '';
        width: 1px;
        height: 71px;
        background: #c9c9c9;
        left: 160px;
        bottom: -67px;
    }

    .fz_time:last-child::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 20px;
        left: 145px;
        bottom: -85px;
        background: url(../img/about/time.png) no-repeat;
        background-position-x: center;
        background-position-y: bottom;
    }

.news_box {
    width: 100%;
    height: auto;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

    .news_box .x_inews_list {
        margin-bottom: 40px;
    }


/*新闻详情*/

.news_show {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    min-height: 500px;
    /*margin-top: 70PX;*/
    /*margin-bottom: 100px;*/
}

    .news_show .news_show_title {
        height: 160px;
        width: 100%;
        /*border-bottom: 1px dashed #b8b8b8;*/
        position: relative;
    }

        .news_show .news_show_title p:first-child {
            color: #343434;
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 25px;
        }

        .news_show .news_show_title p:nth-child(3) {
            margin-top: 25px;
            color: #999999;
        }

        .news_show .news_show_title > a:last-child {
            display: block;
            font-size: 18px;
            color: #333333;
            font-weight: bold;
            background: url(../img/news/sjx.png) no-repeat left !important;
            text-indent: 1em;
            position: absolute;
            bottom: 20px;
            right: 23%;
        }

.news_con,
.news_hot {
    display: inline-block;
    vertical-align: top;
}

.news_con {
    width: 72%;
    height: auto;
    min-height: 500px;
    border-right: 1px solid #dcdcdc;
    padding-right: 3%;
    margin-top: 40px;
    font-size:16px;
    line-height:32px;
   
}

    .news_con img {
        height: auto !important;
        max-width: 100%;
    }

    .news_con > p,
    .news_con > p span {
        color: #333333;
        font-size: 16px !important;
        text-indent:2em;
       
    }

    .news_con .next {
        width: 100%;
        height: 215px;
        /*border-top: 1px solid #d7d7d7;*/
        margin-top: 50px;
    }

        .news_con .next > div {
            margin-top: 55px;
        }

            .news_con .next > div a {
                display: block;
                color: #666666;
                margin-bottom: 10px;
                font-size: 14px;
            }

                .news_con .next > div a font {
                    color: #333333;
                    font-size: 16px;
                }

                .news_con .next > div a:hover {
                    color: #942929;
                }

        .news_con .next > a {
            margin-top: 55px;
            display: block;
            height: 50px;
            color: #666666;
            text-indent: 50%;
            line-height: 50px;
            background: #dcdcdc url(../img/news/back.png) no-repeat center;
            background-position-y: 14px;
            background-position-x: 48.5%;
            font-size: 14px;
        }

            .news_con .next > a:hover {
                background: #dcdcdc url(../img/news/back2.png) no-repeat center;
                background-position-y: 14px !important;
                background-position-x: 48.5% !important;
                color: #942929;
            }

.news_hot {
    width: 25%;
    padding-left: 5%;
    min-height: 100px;
    margin-top: 45px;
}

    .news_hot .news_hot_t {
        color: #333333;
        font-size: 30px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 30px;
        position: relative;
    }

        .news_hot .news_hot_t::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: #dddddd;
            bottom: -10px;
        }

        .news_hot .news_hot_t a {
            color: #787878;
            font-size: 14px;
            float: right;
            margin-top: 15px;
        }

            .news_hot .news_hot_t a:hover {
                color: #942929;
            }

    .news_hot .hto_banner {
        width: 100%;
        max-height: 280px;
        overflow: hidden;
    }

        .news_hot .hto_banner div {
            width: 100%;
        }


        /*.news_hot .hto_banner .swiper-slide img {
	width: 100%;
}*/

        .news_hot .hto_banner .swiper-pagination {
            text-align: right;
            padding-right: 2%;
            bottom: 0px !important;
        }

        .news_hot .hto_banner .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            border-radius: 50% !important;
        }

    .news_hot .hot_list {
        width: 100%;
        height: auto;
    }

        .news_hot .hot_list div:first-child {
            margin-top: 30px;
        }

        .news_hot .hot_list div {
            border-bottom: 1px dashed #e5e5e5;
            padding-bottom: 10px;
            margin-top: 10px;
            position: relative;
        }

            .news_hot .hot_list div::before {
                position: absolute;
                content: "";
                left: 10px;
                top: 2px;
                width: 2px;
                height: 15px;
                background: #e62129;
            }

            .news_hot .hot_list div a p:first-child {
                font-size: 16px;
                color: #333333;
                text-indent: 2em;
            }

            .news_hot .hot_list div a p:last-child {
                font-size: 14px;
                color: #999999;
                margin-top: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .news_hot .hot_list div:hover a p:first-child {
                color: #e62129;
            }

    .news_hot .hot_pic_list > div {
        width: 100%;
        /*height: 305px;*/
        margin-bottom: 25px;
    }

        .news_hot .hot_pic_list > div a > div {
            width: 100%;
            /*height: 265px;*/
            overflow: hidden;
        }

            .news_hot .hot_pic_list > div a > div img {
                width: 100%;
                height: 100%;
                transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
            }

        .news_hot .hot_pic_list > div p {
            color: #333333;
            height: 40px;
            width: 100%;
            line-height: 40px;
            font-size: 18px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .news_hot .hot_pic_list > div:hover p {
            color: #942929;
        }

        .news_hot .hot_pic_list > div:hover a > div img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
        }

.main_box > div {
    display: inline-block;
}

.sel {
    position: relative;
    width: 375px;
    /* height: 200px;*/
    left: 0px;
    z-index: 99;
    float: left;
    background: #FFFFFF;
}

    .sel::before {
        position: absolute;
        content: '';
        top: 87px;
        left: 137px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #dcdcdc;
    }

    .sel .sel_bar {
        float: right;
        width: 225px;
        padding: 50px 0px;
        position: relative;
    }

    .sel p:first-child {
        font-size: 24px;
        height: 68px;
        line-height: 68px;
        color: #FFFFFF;
        text-align: right;
        padding-right: 3em;
        background: #e62129 url(../img/products/top1.png) no-repeat center;
        background-position-x: 95%;
    }

.sel_bar::before {
    position: absolute;
    content: '';
    width: 1px;
    background: #DDDDDD;
    left: -10px;
    top: 25px;
    bottom: 25px;
}

.sel_bar .am-accordion-gapped,
.sel_bar .am-accordion-gapped .am-accordion-item,
.sel_bar .am-accordion-gapped .am-accordion-item .am-accordion-content {
    margin: 0px;
    padding: 0px;
    border: none;
}

    .sel_bar .am-accordion-gapped .am-accordion-item.am-active {
        border: none;
    }

    .sel_bar .am-accordion-gapped .am-accordion-title {
        height: 40px;
        background: #e62129;
        color: #FFFFFF;
        font-size: 18px;
        text-align: center;
        line-height: 40px;
        padding: 0px;
        margin: 0px;
        border: none;
        border-bottom: 1px solid #FFFFFF;
        position: relative;
    }

        .sel_bar .am-accordion-gapped .am-accordion-title::before {
            content: '';
            position: absolute;
            left: -11px;
            top: 10px;
            width: 3px;
            height: 20px;
            background: #f11723;
        }

.sel_bar .am-active .am-accordion-title {
    background: #e62129 url(../img/products/top2.png) no-repeat center;
    background-position-x: 95%;
}

.sel_bar .am-active .am-accordion-content {
    padding: 28px 0px !important;
}

.sel_bar .am-accordion-gapped .am-accordion-content a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 3em;
    color: #454545;
    font-size: 16px;
    position: relative;
}

    .sel_bar .am-accordion-gapped .am-accordion-content a:hover {
        color: #e62129;
    }

        .sel_bar .am-accordion-gapped .am-accordion-content a:hover::before {
            background: #e62129 !important;
        }

    .sel_bar .am-accordion-gapped .am-accordion-content a.active {
        color: #e62129;
    }

        .sel_bar .am-accordion-gapped .am-accordion-content a.active::before {
            background: #e62129 !important;
        }

    .sel_bar .am-accordion-gapped .am-accordion-content a::before {
        position: absolute;
        content: '';
        width: 17px;
        height: 1px;
        background: #c1c1bf;
        top: 50%;
        left: 15px;
    }

.sel .p1 {
    text-align: right;
    position: relative;
    margin-top: 30px;
}

    .sel .p1 img {
        display: inline-block;
    }

    .sel .p1::after {
        position: absolute;
        content: '';
        top: -55px;
        left: 137px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #dcdcdc;
    }

.sel .tel {
    text-align: right;
    color: #333333;
    font-size: 16px;
    padding-right: 115px;
    padding-top: 35px;
    padding-bottom: 5px;
}

.sel .tel_num {
    text-align: right;
    color: #f11723;
    font-size: 24px;
    font-weight: bold;
    padding-right: 55px;
}

.product_list {
    width: 80%;
    float: right;
}

    .product_list .product_l {
        display: inline-block;
        width: 32%;
        margin-right: 1.99999999%;
        margin-bottom: 2%;
    }

        .product_list .product_l:nth-child(3n) {
            margin-right: 0px;
            float: right;
        }

@media screen and (min-width: 100px) and (max-width:1400px) {
    .sel {
        width: 300px !important;
    }

        .sel::before {
            left: 62px !important;
        }

        .sel .p1::after {
            left: 62px !important;
        }

    .product_list {
        width: 900px !important;
    }
}

.product_l a > p {
    font-size: 16px;
    color: #333333;
    padding: 15px 0px;
    text-align: center;
}

.product_l a > div {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .product_l a > div img {
        max-width: 100%;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
    }

    .product_l a > div > div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        background: rgba(230, 33, 41, 0.6);
        /*background: rgba(230, 33, 41, 0.6) url(../img/products/line.png) no-repeat center;*/
        opacity: 0px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        display: flex;
        opacity: 0;
    }

        .product_l a > div > div p {
            text-align: center;
            font-size: 24px;
            color: #FFFFFF;
        }


/*.product_l:hover a>div img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}*/

.product_l:hover a > div > div {
    opacity: 1;
}

@media only screen and (min-width: 100px) and (max-width: 1400px) {
    .product_l a > div > div {
        background: rgba(230, 33, 41, 0.6) url(../img/products/line.png) no-repeat center;
        background-size: 90% auto !important;
    }
}

.prod_s {
    font-size: 0px;
}

    .prod_s .news_con_left {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }

        .prod_s .news_con_left img {
            max-height: 100%;
            max-width: 100%;
        }

    .prod_s .news_con_right {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding: 0px 30px;
    }

        .prod_s .news_con_right .pro_t {
            color: #333333;
            font-size: 30px;
        }

        .prod_s .news_con_right h1 {
            color: #333333;
            font-size: 20px;
            font-weight: bold;
            padding-top: 40px;
            padding-bottom: 23px;
        }

        .prod_s .news_con_right span {
            color: #333333;
            font-size: 16px;
            display: block;
            min-height: 110px;
            margin-bottom: 5px;
        }

    .prod_s .bdsharebuttonbox a {
        display: inline-block;
        width: 35px;
        height: 35px;
        padding: 0px;
        margin: 0px;
        margin-right: 5%;
        margin-top: 6px;
    }

    .prod_s .bdsharebuttonbox .bds_more {
        background-image: url(../img/products/mor.png);
        background-position: center;
    }

    .prod_s .bdsharebuttonbox .bds_qzone {
        background-image: url(../img/products/qz.png);
        background-position: center;
    }

    .prod_s .bdsharebuttonbox .bds_tsina {
        background-image: url(../img/products/x_wb.png);
        background-position: center;
    }

    .prod_s .bdsharebuttonbox .bds_tqq {
        background-image: url(../img/products/t_wb.png);
        background-position: center;
    }

    .prod_s .bdsharebuttonbox .bds_renren {
        background-image: url(../img/products/rr.png);
        background-position: center;
    }

    .prod_s .bdsharebuttonbox .bds_weixin {
        background-image: url(../img/products/wx.png);
        background-position: center;
    }

.por_butt {
    width: 100%;
    font-size: 0px;
    /*margin-top: 25px;*/
}

    .por_butt a {
        display: inline-block;
        width: 40%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-right: 20px;
        font-size: 16px;
        vertical-align: top;
        color: #FFFFFF;
        border-radius: 3px;
    }

        .por_butt a:first-child {
            background: #e62129;
        }

        .por_butt a:last-child {
            background: #fe8e15;
        }

.abroad_link {
    margin-top: 20px;
    margin-bottom: 100px;
}

    .abroad_link a {
        margin-right: 20px;
        float: left;
    }

@media only screen and (min-width: 100px) and (max-width: 1400px) {
    .por_butt a {
        width: 46% !important;
        font-size: 13px !important;
    }

        .por_butt a:last-child {
            margin-right: 0px !important;
        }
}

#line {
    width: 100%;
}

    #line p {
        color: #333333;
        font-size: 24px;
        font-weight: bold;
        height: 50px;
        border-bottom: 1px solid #DDDDDD;
    }

.context {
    padding: 10px 0px 10px 0px;
}

    .context p,
    .context span {
        font-size: 14px;
        color: #333333;
    }

    .context img {
        display: block;
        margin: 0 auto;
    }

.gswh {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

    .gswh > div {
        display: inline-block;
        font-size: 0px;
        vertical-align: top;
    }

    .gswh .gswh_banner {
        width: 60%;
        position: relative;
    }

        .gswh .gswh_banner img {
            max-width: 100%;
        }

    .gswh .gswn_text {
        width: 35%;
        padding-left: 20px;
    }

        .gswh .gswn_text p {
            color: #333333;
            font-size: 18px;
            padding-bottom: 25px;
        }

    .gswh .swiper-pagination {
        bottom: 10px;
        right: 8px;
    }

        .gswh .swiper-pagination .swiper-pagination-bullet {
            background: #e4ceb6;
            margin-left: 15px;
            outline: none;
        }

        .gswh .swiper-pagination .swiper-pagination-bullet-active {
            background: #e62129;
        }


/*品牌故事*/

.ppgs {
    margin-top: 60px;
}

    .ppgs img {
        display: block;
        margin: 0 auto;
    }

    .ppgs h1 {
        color: #333333;
        font-size: 30px;
        text-align: center;
        padding-top: 65px;
        padding-bottom: 42px;
    }

    .ppgs p {
        text-indent: 2em;
        color: #333333;
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 135px;
    }

.nav_bar2 {
    margin-bottom: 50px !important;
}

    .nav_bar2 li {
        margin-right: 5%;
    }

        .nav_bar2 li:last-child {
            margin-right: 0px;
        }

        .nav_bar2 li a {
            display: inline-block;
            width: 215px;
            height: 55px;
            font-size: 16px;
            color: #333333;
            border: 1px solid #bfbfbf;
            border-radius: 30px;
            line-height: 55px !important;
            text-align: center;
            padding: 0px;
            margin: 0px;
            color: #000000;
            font-size: 18px;
            position: relative;
            overflow: initial !important;
        }

    .nav_bar2 .am-active a {
        background: #e62129;
        border: 1px solid #e62129;
        color: #FFFFFF;
    }

        .nav_bar2 .am-active a::before {
            position: absolute;
            content: '';
            width: 17px;
            height: 9px;
            background: url(../img/culture/down.png) no-repeat center;
            bottom: -20px;
            left: 50%;
            margin-left: -8.5px;
        }

    .nav_bar2 li a:hover {
        background: #e62129;
        border: 1px solid #e62129;
        color: #FFFFFF;
    }

        .nav_bar2 li a:hover::before {
            position: absolute;
            content: '';
            width: 17px;
            height: 9px;
            background: url(../img/culture/down.png) no-repeat center;
            bottom: -20px;
            left: 50%;
            margin-left: -8.5px;
        }

.cul_con a {
    display: block;
    width: 195px;
    height: 48px;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    border-radius: 30px;
    color: #878787;
    font-size: 14px;
    background-position-x: 80%;
    position: relative;
    /*transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;*/
}

    .cul_con a .ss {
        background: url(../img/culture/down2.png) no-repeat;
        width: 20px;
        height: 20px;
        display: block;
        -webkit-animation: updown 1s infinite linear;
        -moz-animation: updown 1s infinite linear;
        -o-animation: updown 1s infinite linear;
        animation: updown 1s infinite linear;
        position: absolute;
        right: 40px;
        top: 20px;
    }

    .cul_con a:hover {
        border: 1px solid #f11823;
        background: #f11823;
        color: #FFFFFF;
    }

        .cul_con a:hover i.ss {
            background: url(../img/x_a.png) no-repeat;
        }

        .cul_con a:hover i.active {
            background: url(../img/x_a1.png) no-repeat !important;
        }

@keyframes updown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(-0px);
    }
}

.cul_con a i.active {
    background: url(../img/culture/up_1.png) no-repeat !important;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-animation: updown 1s infinite linear;
    -moz-animation: updown 1s infinite linear;
    -o-animation: updown 1s infinite linear;
    animation: updown 1s infinite linear;
    position: absolute;
    right: 40px;
    top: 20px;
}

@keyframes updown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(-0px);
    }
}

.cul_con p {
    padding-bottom: 0px;
}

.cul_con a {
    margin-top: 50px;
}

.min_hi {
    height: 145px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.Location {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 0px;
    margin-bottom: 50px;
    text-align: center;
}

    .Location > div {
        display: inline-block;
        width: 20%;
        vertical-align: top;
    }

        .Location > div P {
            padding-bottom: 0px;
            text-indent: 0px;
        }

        .Location > div img {
            transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
        }

        .Location > div P:nth-child(2) {
            color: #333333;
            font-size: 22px;
            padding-top: 22px;
            padding-bottom: 32px;
        }

        .Location > div P:last-child {
            color: #333333;
            font-size: 16px;
        }

        .Location > div:hover img {
            transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
        }

.ccpx,
.fywh {
    margin-top: 45px;
}

    .ccpx .ccpx_d1 {
        width: 100%;
        font-size: 0px;
    }

        .ccpx .ccpx_d1 div {
            width: 50%;
            display: inline-block;
            font-size: 16px;
            color: #333333;
            vertical-align: top;
        }

            .ccpx .ccpx_d1 div.ccpx_d1_t1 {
                font-size: 16px;
                color: #333333;
                padding: 2% 2%;
            }

                .ccpx .ccpx_d1 div.ccpx_d1_t1 p {
                    line-height: 50px;
                }

@media only screen and (min-width: 100px) and (max-width: 1500px) {
    .ccpx .ccpx_d1 div.ccpx_d1_t1 p {
        line-height: 25px;
    }
}

.ccpx .ccpx_d1 div.ccpx_d1_t1 p:first-child {
    color: #333333;
    font-size: 30px;
    position: relative;
    padding-bottom: 65px;
    line-height: 0px;
}

    .ccpx .ccpx_d1 div.ccpx_d1_t1 p:first-child::before {
        content: '';
        position: absolute;
        top: 40px;
        width: 95px;
        height: 2px;
        background: #c9c9c9;
    }

.ccpx_d2 {
    width: 100%;
    height: 825px;
    background: url(../img/inherit/bj.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 66px;
    position: relative;
}

    .ccpx_d2 > p:first-child {
        text-align: center;
        position: relative;
        top: 8%;
    }

    .ccpx_d2 > p:nth-child(2) {
        writing-mode: vertical-rl;
        writing-mode: tb-rl;
        position: absolute;
        left: 6%;
        top: 240px;
        font-size: 30px;
    }

.box {
    width: 80%;
    height: 530px;
    overflow: hidden;
    float: right;
    margin-right: 6%;
    padding-right: 30px;
    padding-bottom: 50px;
    position: relative;
}

    .box table,
    .scroll_title table {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .box table td,
        .scroll_title table td {
            border: 1px solid #000000;
            height: 35px;
            width: 12.5%;
        }

.scroll_title {
    width: 80%;
    float: right;
    margin-right: 6%;
    margin-top: 120px;
    padding-right: 30px;
    position: relative;
}

.box table tbody > tr:first-child td {
    border-top: 0px;
}

.scroll_title table tbody > tr:first-child td {
    height: 64px;
    font-size: 16px;
    font-weight: bold;
}

.fywh_p1 {
    width: 100%;
    font-size: 0px;
    margin-bottom: 110px;
}

    .fywh_p1 > div.x1 div {
        display: inline-block;
        font-size: 0px;
        width: 50%;
        vertical-align: top;
    }

        .fywh_p1 > div.x1 div.x1_l h1 {
            font-size: 30px;
            color: #333333;
            text-align: right;
            padding-right: 30px;
            padding-top: 80px;
            padding-bottom: 50px;
        }

        .fywh_p1 > div.x1 div.x1_l p {
            font-size: 16px;
            color: #333333;
            text-indent: 2em;
            padding-right: 30px;
            line-height: 28px;
        }

.see_more {
    position: relative;
}

    .see_more a {
        position: absolute;
        display: block;
        width: 45px;
        height: 135px;
        background: #983839;
        border-radius: 30px;
        writing-mode: vertical-rl;
        writing-mode: tb-rl;
        text-align: center;
        line-height: 45px;
        color: #FFFFFF;
        font-size: 16px;
        right: 5%;
        top: 50%;
        margin-top: -67.5px;
    }

        .see_more a .ss {
            width: 20px;
            height: 20px;
            display: block;
            -webkit-animation: updown 1s infinite linear;
            -moz-animation: updown 1s infinite linear;
            -o-animation: updown 1s infinite linear;
            animation: updown 1s infinite linear;
            position: absolute;
            right: 3px;
            top: 103px;
        }


/*人才弹框*/

.am-modal-dialog form {
    text-align: left;
    margin: 50px;
    margin-bottom: 20px;
}

    .am-modal-dialog form div {
        margin-bottom: 20px;
    }

        .am-modal-dialog form div label {
            width: 80px;
            text-align: right;
            display: inline-block;
        }

    .am-modal-dialog form input[type=text] {
        width: 230px;
        margin-left: 5px;
        line-height: 30px;
        height: 32px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }

    .am-modal-dialog form button[type=submit] {
        width: 110px;
        line-height: 34px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin: 0 20px;
        border-radius: 3px;
        background: #e62129
    }

    .am-modal-dialog form button[type=button] {
        width: 110px;
        line-height: 34px;
        text-align: center;
        font-size: 14px;
        color: #333;
        background-color: #e2e1de;
        margin: 0 20px;
        border-radius: 3px;
    }

.am-modal-dialog .am-modal-bd {
    padding-bottom: 0px;
}


/*侧边栏*/

.izl-rmenu {
    position: fixed;
    right: 0;
    margin-right: 20px;
    top: 35%;
    padding-bottom: 20px;
    /*background: url(../images/r_b.png) 0px bottom no-repeat;*/
    z-index: 999;
}

@media only screen and (min-width: 100px) and (max-width:1500px) {
    .izl-rmenu {
        top: 10%;
    }
}

.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.izl-rmenu .btn-qq {
    background: url(../img/ico/msg.png) center no-repeat;
    background-color: #f11823;
    border-radius: 3px;
}

    .izl-rmenu .btn-qq:hover {
        background-color: #f11823;
    }

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background: url(../img/ico/msg.png) center no-repeat;
    background-color: #f11823;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn-wx {
    background: url(../img/ico/qrcode.png) center no-repeat;
    background-color: #f11823;
    border-radius: 3px;
}

    .izl-rmenu .btn-wx:hover {
        background-color: #f11823;
    }

    .izl-rmenu .btn-wx .pic {
        position: absolute;
        left: -165px;
        top: -13px;
        display: none;
        width: 160px;
        height: 160px;
        max-width: inherit;
        background-color: #f11823;
        padding: 20px;
    }

.izl-rmenu > div:first-child {
    background: url(../img/ico/tel.png) center no-repeat;
    background-color: #f11823;
    border-radius: 3px;
}

.izl-rmenu .btn-phone {
    background: url(../img/ico/phone.png) center no-repeat;
    background-color: #f11823;
    border-radius: 3px;
}

    .izl-rmenu .btn-phone:hover {
        background-color: #f11823;
    }

    .izl-rmenu .btn-phone .phone {
        background-color: #f11823;
        position: absolute;
        width: 177px;
        left: -178px;
        top: 0px;
        height: 53px;
        line-height: 53px;
        text-indent: 1em;
        color: #FFF;
        font-size: 18px;
        /* text-align: center; */
        /* display: none; */
        /*padding: 20px 0px 0px 10px;*/
        border-radius: 3px;
    }

.izl-rmenu .btn-top {
    background: url(../img/ico/top.png) center no-repeat;
    background-color: #f11823;
    display: none;
    border-radius: 3px;
}

    .izl-rmenu .btn-top:hover {
        background-color: #f11823;
    }

.tel::before {
    position:absolute;
    content:"服务热线";
    font-size:12px;
    width:100%;
    bottom:0px;
    text-align:center;
    color:#FFFFFF;
}
.btn-qq::before {
    position: absolute;
    content: "在线留言";
    font-size: 12px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    color: #FFFFFF;
}
.wap::before {
    position: absolute;
    content: "手机官网";
    font-size: 12px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    color: #FFFFFF;
}
.btn-wx::before {
    position: absolute;
    content: "官方微信";
    font-size: 12px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    color: #FFFFFF;
}
.btn-top::before {
    position: absolute;
    content: "返回顶部";
    font-size: 12px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    color: #FFFFFF;
}
/*榨菜文学*/
.x_tow_nav {
    display: block;
    width: 340px;
    margin: 0 auto;
    position: relative;
    left: 170px;
    height: 29px;
    border-bottom: 1px solid #e4ceb6;
}

    .x_tow_nav a {
        color: #333333;
        font-size: 16px;
        margin-right: 50px;
        padding: 5px 0px;
    }

        .x_tow_nav a:hover,
        .x_tow_nav a.active {
            color: #e62129;
            border-bottom: 2px solid #e62129;
        }


/*民俗文化*/

.piclist {
    width: 100%;
    font-size: 0;
}

    .piclist a {
        cursor: default;
        font-size: 0;
    }

    .piclist > div {
        width: 32%;
        display: inline-block;
        /*vertical-align: top;*/
        margin-right: 2%;
        margin-bottom: 10px;
    }

        .piclist > div.x_v iframe {
            width: 100% !important;
            height: 350px !important;
        }

        .piclist > div:nth-child(3n) {
            margin-right: 0px;
            float: right;
        }

        .piclist > div img {
            max-width: 100%;
            transition: all 0.8s ease-in-out;
            -moz-transition: all 0.8s ease-in-out;
            -ms-transition: all 0.8s ease-in-out;
            -webkit-transition: all 0.8s ease-in-out;
        }

        .piclist > div > a div {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

        .piclist > div p {
            text-align: center;
            font-size: 18px;
            color: #333333;
            padding: 15px 0px;
        }

    .piclist > .x_p:hover img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .piclist > div embed {
        width: 100%;
        height: 350px;
    }


/*民俗文化*/

.mswh_list {
    width: 100%;
    margin-bottom: 80px;
}

    .mswh_list > div {
        display: inline-block;
        vertical-align: top;
    }

    .mswh_list .m_pic {
        width: 45%;
    }

    .mswh_list .m_text {
        width: 45%;
        padding-left: 50px;
    }

        .mswh_list .m_text h1 {
            color: #333333;
            font-size: 30px;
            position: relative;
        }

            .mswh_list .m_text h1::before {
                content: '';
                position: absolute;
                width: 95px;
                height: 2px;
                background: #c9c9c9;
                bottom: -15px;
            }

        .mswh_list .m_text .m_con {
            padding-top: 35px;
            color: #333333;
            font-size: 16px;
            line-height: 30px;
        }

@media only screen and (min-width: 100px) and (max-width: 1400px) {
    .mswh_list .m_text {
        width: 50%;
    }

        .mswh_list .m_text .m_con {
            font-size: 14px;
            line-height: 25px;
        }
}

.brand2 {
    width: auto;
    position: fixed;
    bottom: 0%;
    right: 1%;
    z-index: 100;
    -webkit-animation: left_show1 2s ease-out;
    -moz-animation: left_show1 2s ease-out;
    -o-animation: left_show1 2s ease-out;
    animation: left_show1 2s ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes left_show1 {
    from {
        opacity: 0;
        transform: translateX(530px);
        -webkit-transform: translateX(530px);
        -moz-transform: translateX(530px);
        -ms-transform: translateX(530px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
}

.brand2 > img {
    position: absolute;
    right: -16px;
    top: 32px;
}
