body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
spanarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fed29f;
    font: 16px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB,
        '\5B8B\4F53', sans-serif;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:focus,
a:hover {
    color: #9d0138;
    outline: none;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    border: 0;
    vertical-align: middle;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

a:focus,
a:hover {
    color: #9d0138;
}
.nav-pills li a{
	color:#fff;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #666;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: none;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1360px;
    }
}

/* head */
.head {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: #9d0138;
}

.head .logo {
    display: block;
    float: left;
    margin-top: 11px;
}

.head .logo_img {
    width: 71px;
    height: 72px;
    float: left;
}

.head h1 {
    font-size: 0;
    float: left;
}

.head_title {
    float: left;
    color: #fed29f;
    text-align: center;
    margin-left: 8px;
}

.head_title .title {
    font-size: 35px;
    font-weight: 700;
}

.head_title .desc {
    font-size: 18px;
    line-height: 22px;
}

.head_nav {
    float: right;
}

.head_nav li {
    float: left;
}

.head_nav > li {
    position: relative;
}

.head_nav li a.active {
    color: #fed29f;
}

.head_nav li a:hover {
    color: #fed29f;
}

.head_nav li a {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #fff;
    padding: 0 26px;
    position: relative;
}

.head_nav > li a.active::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.4);
}

.mobile_menu > p {
    cursor: pointer;
    float: right;
    line-height: 45px;
    font-size: 22px;
    color: #fed29f;
}

.subMenu {
    display: none;
    position: absolute;
    top: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0px;
    text-align: center;
    left: 0;
    /* transform: translateX(-50%); */
    right: 0;
    width: 1000%;
}
.subMenu > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
}
.subMenu > ul > li > a {
    display: block;
    padding: 0 30px;
	/* margin:0 20px; */
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
}
.subMenu > ul > li > a:hover {
    color: #fed29f;
}

@media screen and (max-width: 768px) {
    .head .container {
        width: 100%;
    }
    .product_con ul li img {
        width: 100% !important;
        height: 100% !important;
    }

    .head {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .head .logo {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .head .logo_img {
        width: 48px;
        height: 49px;
    }

    .head_title .title {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
    }

    .head_title .desc {
        font-size: 12px;
        line-height: 16px;
    }
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .txt,
.mobile_banner .txt {
    position: absolute;
    z-index: 99;
    padding: 55px 175px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.banner .txt::before,
.mobile_banner .txt::before {
    content: '“';
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 120px;
    color: rgba(0, 0, 0, 0.4);
}

.banner .txt::after,
.mobile_banner .txt::after {
    content: '”';
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 120px;
    color: rgba(0, 0, 0, 0.3);
}

.banner .txt.white,
.mobile_banner .txt.white {
    color: #fff;
}

.banner .txt.white::after,
.banner .txt.white::before,
.mobile_banner .txt.white::after,
.mobile_banner .txt.white::before {
    color: #fff;
    opacity: 0.5;
}

.banner .txt .top,
.mobile_banner .txt .top {
    font-size: 16px;
    line-height: 25px;
}

.banner .txt .bottom,
.mobile_banner .txt .bottom {
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 28px;
}

.banner .txt .top h3 {
    line-height: 35px;
    font-size: 22px;
    font-weight: 700;
    margin-top: 65px;
}

@media screen and (max-width: 768px) {
	.newsU{
		height: auto !important;
	}
	.nav-pills li{
		margin-right: 10px !important;
	}
    .nav-pills {
        width: auto !important;
        display: block !important;
		position: static !important;
		transform: translate(0%) !important;
    }
    .mobile_banner .txt {
        width: 90%;
        position: absolute;
        z-index: 99;
        padding: 40px 40px;
    }

    .mobile_banner .txt h3 {
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: 700;
    }

    .mobile_banner .txt .bottom {
        line-height: 55px;
        font-size: 35px;
    }

    .mobile_banner .txt::before {
        left: -25px;
        font-size: 70px;
    }

    .mobile_banner .txt::after {
        right: -25px;
        font-size: 70px;
    }

    .mobile_banner .txt::after {
        top: 80px;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background-color: #fed29f !important;
}

/* .banner .swiper-wrapper .swiper-slide:nth-child(1) {
  width: 100%;
  height: 100%;
  background: url(../images/b1.png) center no-repeat;
  background-size: cover;
}

.banner .swiper-wrapper .swiper-slide:nth-child(2) {
  width: 100%;
  height: 100%;
  background: url(../images/b2.jpeg) center no-repeat;
  background-size: cover;
} */

.mobile_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile_banner .swiper-wrapper .swiper-slide:nth-child(1) {
    width: 100%;
    height: 100%;
    background: url(../images/b1.png) center no-repeat;
    background-size: cover;
}

.mobile_banner .swiper-wrapper .swiper-slide:nth-child(2) {
    width: 100%;
    height: 100%;
    background: url(../images/b2.jpeg) center no-repeat;
    background-size: cover;
}

.copy {
    position: absolute;
    bottom: 0;
    height: 28px;
    line-height: 28px;
    z-index: 2;
    padding: 0 8px;
    border-radius: 30px 0 0 30px;
    font-size: 14px;
    right: 0;
    color: #fff;
    background-color: rgba(157, 1, 56, 0.6);
}

@media screen and (max-width: 768px) {
    .copy {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}

.nav_banner .swiper-container {
    margin-top: 100px;
    height: 300px;
}

.nav_banner .swiper-wrapper .swiper-slide:nth-child(1) {
    width: 100%;
    height: 100%;
    background: url(../images/b1.png) center no-repeat;
    background-size: cover;
}

.nav_banner .swiper-wrapper .swiper-slide:nth-child(2) {
    width: 100%;
    height: 100%;
    background: url(../images/b2.jpeg) center no-repeat;
    background-size: cover;
}

.section_t {
    line-height: 60px;
    height: 60px;
    color: #fff;
    background-color: rgba(157, 1, 56);
}

.section_t .title p:nth-child(1) {
    font-size: 20px;
    margin-right: 10px;
}

.section_t .title p:nth-child(2) {
    font-size: 14px;
    position: relative;
    line-height: 52px;
    color: #fed29f;
}

.section_t .title p:nth-child(2)::after {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background-color: #fed29f;
    position: absolute;
    top: 40px;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background-color: rgba(157, 1, 56);
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb > .active {
    color: #fed29f;
}

/* 走马灯 */
#wrap {
    width: 100%;
    height: 140px;
    margin: 25px 0;
    position: relative;
    overflow: hidden;
}

#wrap .content {
    width: 1000%;
    position: absolute;
    left: 0;
    top: 0;
}

#wrap .content li {
    height: 140px;
    width: 230px;
    margin: 0 15px;
    float: left;
}

.about .about_con {
    background-color: #fff;
    min-height: 500px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    margin-bottom: 25px;
    border-radius: 5px;
}

/* foot */

.footer {
    width: 100%;
    height: 125px;
    background-color: #9d0138;
    color: #fff;
    font-size: 14px;
}

.footer .conLeft {
    width: 50%;
    height: 100%;
    line-height: 25px;
    padding-top: 28px;
}

.footer .conRight .glyphicon::before {
    padding-right: 10px;
    vertical-align: middle;
}

.footer .conRight .glyphicon {
    font-size: 22px;
    font-weight: 700;
    color: #fed29f;
}

.footer .conRight {
    margin-top: 50px;
}

/* news */
.news_con,
.contact_con {
    background-color: #fff;
    padding: 30px;
    margin: 25px auto;
    border-radius: 5px;
}

.news_con .news_lis > a {
    padding: 15px;
    transition: 0.5s;
}

.news_con .news_lis > a:hover {
    box-shadow: 1px 0 6px 2px #eaeaea;
}

.news_con .news_pic {
    overflow: hidden;
}

.news_con .news_lis img {
    transition: 0.5s transform;
    transform: translateZ(0);
}

.news_con .news_lis a:hover .news_pic img {
    transform: scale(1.1);
    transform-origin: center center;
    -webkit-transform: scale(1.1);
}

.news .news_con > li {
    margin-bottom: 20px;
}

.news .news_con > li:last-child,
.product .product_con > li:last-child {
    margin: 0;
}

.news .news_con li h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.news .news_con li a {
    display: block;
}

.news .news_con li .news_pic {
    width: 130px;
    height: 90px;
    margin-right: 10px;
}

.news .news_con li .news_txt {
    font-size: 14px;
}

.news .news_con li .news_txt .title span {
    color: #e2861c;
    margin-right: 5px;
}

.news .news_con li .news_txt .date {
    font-size: 14px;
    margin: 16px 0;
}

.pagination {
    margin: 0;
}

.news .news_con .pages,
.product .product_con .pages {
    text-align: center;
}

.news .news_con .pages {
    margin-top: 15px;
}

.news.new_con .news_con ul,
.product .product_con ul {
    display: none;
}

.product .product_con {
    background-color: #fff;
    padding: 40px 45px 90px 45px;
    margin: 25px auto;
    border-radius: 5px;
    position: relative;
}

.product .product_con ul > li {
    float: left;
    margin-right: 63px;
    line-height: 30px;
    margin-bottom: 10px;
}

.product .product_con ul > li:nth-child(4n) {
    margin: 0;
}

.product .product_con ul > li a {
    display: block;
}

.product .product_con ul > li .product_pic {
    position: relative;
    overflow: hidden;
}

.product .product_con ul > li .product_pic::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 260px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s linear;
}

.product .product_con ul > li .product_pic:hover::after {
    top: 0;
}

.product .product_pic {
    width: 260px;
    height: 260px;
    margin-bottom: 10px;
}

.product .product_con .title {
    font-weight: 700;
}

.product .product_con .desc {
    font-size: 14px;
    color: #e2861c;
}

.product .product_con .pages {
    margin-top: 20px;
}

.product .product_con > li:last-child {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

#map {
    height: 500px;
    margin: 20px;
    overflow: hidden;
}

.map_wrap {
    position: relative;
    border: 1px dashed #221815;
}

.contact_txt h4 {
    font-weight: 700;
    margin-bottom: 12px;
}

.contact_txt {
    position: absolute;
    top: 80px;
    left: 80px;
    z-index: 2;
    padding: 20px;
    background-color: rgba(157, 1, 56, 0.8);
    color: #fff;
    line-height: 45px;
}

.contact_txt .txt {
    padding: 15px;
    border: 1px dashed #fff;
}

.contact_txt .txt p {
    font-weight: 700;
}

.demo .article .article-wrapper {
    margin: 30px auto;
}

.article .news_list li {
    margin-bottom: 10px;
}

.article .news_list li p.title a {
    margin-bottom: 5px;
    font-size: 22px;
    color: #9d0138;
    font-weight: bold;
    display: block;
    text-align: left;
    line-height: 30px;
}

.article .news_list li p.title a:hover {
    color: #9d0138;
}

.article .news_list li .tinubox {
    line-height: 35px;
}

.article .news_list li .abstract {
    line-height: 20px;
    padding-top: 10px;
}

.article .news_list li .atc-border-line {
    margin: 20px 0px;
}

/* article_con */
.article_con_wrapper {
    margin: 30px auto;
    text-align: center;
    background-color: #fff;
}

.article_con_wrapper .artdetail_title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
}

.article_con_wrapper .artdetail_title a:hover {
    color: #9d0138;
}

.artview_info {
    padding: 10px 0 15px;
    line-height: 21px;
}

.article_con_wrapper .detail_head_title {
    font-size: 14px;
    color: #696969;
    margin-right: 33px;
}

.article_con_wrapper .artview_intro {
    display: block;
    text-indent: 24px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #868686;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.article_con_wrapper .artview_content {
    font-size: 16px;
    line-height: 2.2;
    padding-top: 25px;
    text-align: left;
    min-height: 500px;
}

.article_con_wrapper .artview_more {
    margin-top: 30px;
    line-height: 30px;
    text-align: left;
}

.article_con_wrapper .artview_content .img {
    width: 100%;
    text-align: center;
}

.article_con_wrapper .artview_content img {
    width: 100%;
    margin-bottom: 20px;
}

.joinus_con h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.joinus_con .txt {
    line-height: 35px;
    min-height: 500px;
}

.investor_con .slide {
    padding: 20px;
    background-color: antiquewhite;
}

.investor_con .txt {
    margin: 20px 0;
}

.swp3.swiper-container .swiper-slide img {
    width: 156px;
    height: 116px;
}

#map img {
    width: unset;
    height: unset;
}

.mobile_nav {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    background: white;
    z-index: 99;
    transition: all ease 0.5s;
}
.mobile_nav p {
    width: 90%;
    height: 100px;
    margin: 0 auto;
    text-align: right;
    font-size: 35px;
    line-height: 100px;
    color: #666;
}
.mobile_nav ul {
    width: 100%;
    height: 100%;
}
.mobile_nav ul li {
    width: 100%;
    height: 50px;
    display: block;
    padding: 0 20px;
    line-height: 50px;
    border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
    .section_t {
        margin-top: 60px;
        background-color: #fff;
    }
	
    .product .product_con ul > li {
        width: 100%;
    }

    .section_t .title p:nth-child(2) {
        color: #9d0138;
    }

    .section_t .title p:nth-child(2)::after {
        background-color: #9d0138;
    }

    .section_t .container {
        display: flex;
    }

    .section_t .title p:nth-child(1) {
        font-size: 20px;
        margin-right: 10px;
        color: #000;
    }

    .news .news_con li .news_pic {
        width: 100%;
        height: auto;
    }

    .news .news_con li h4 {
        margin-top: 10px;
        line-height: 30px;
    }

    .news_con,
    .contact_con {
        padding: 10px;
    }

    .news .news_con li .news_txt .date {
        margin: 10px 0;
    }

    .product .product_con > li:last-child {
        display: flex;
        width: 100%;
        justify-content: center;
        position: relative;
        left: 0;
        bottom: 0;
        transform: translateX(0);
    }

    .product .product_con {
        padding: 30px;
    }

    .product .product_con > li {
        margin-right: 0;
    }

    .product .product_pic {
        width: 100%;
        height: auto;
    }

    .product .product_con > li {
        float: unset;
    }

    .news_con .news_lis > a:hover {
        box-shadow: unset;
    }

    .article_con_wrapper .artview_content img {
        width: 100%;
    }

    .article_con_wrapper {
        margin-top: 25px;
    }

    .article_con_wrapper {
        padding: 15px;
    }

    .news_con .news_lis > a {
        padding: 10px;
    }

    .news_con,
    .contact_con {
        padding: 15px;
    }

    .footer {
        height: 80px;
        display: flex;
        align-items: center;
    }

    .contact_txt {
        padding: 0;
        position: unset;
        line-height: 35px;
    }

    #map {
        height: 321px;
        margin: 0;
        margin-top: 15px !important;
    }

    .map_wrap,
    .contact_txt .txt {
        border: 0;
    }
}
.newsU{
	height: 80px;
	position: relative;
}
.nav-pills {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
    /* width: 700px; */
    margin: 0 auto;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.4); */
    padding: 10px 15px;
	margin-top:10px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #9d0138;
    color: #fff;
}

.nav-pills li {
    margin-right: 15px;
}
