@charset "utf-8";
body { background-color: #f9f9f9; }
.am-container { max-width: 1200px; }
.padding-40 { padding: 40px; }

/*头部===*/
.header { background: url(../images/bg_top.jpg); }
.header .logo { vertical-align: middle; text-align: center; height: 90px; }
.header .logo img { max-width: 100%; }
.layout-header2 { display: none; }
.nav-contain { width: 100%; box-shadow: 0 1px 2px #c9c9c9; }
.nav-contain .nav-inner { max-width: 1200px; margin: 0 auto; }
.nav-contain .nav-inner .nav-inner-l, .nav-contain .nav-inner .nav-inner-c, .nav-contain .nav-inner .nav-inner-r { float: left; }
.nav-contain .nav-inner .nav-inner-l { width: 34%; }
.nav-contain .nav-inner .nav-inner-c { width: 32%; }
.nav-contain .nav-inner .nav-inner-r { width: 34%; }
.nav-contain .nav-inner .am-nav li { padding: 0px 5px; list-style: none; position: relative; }
.nav-contain .nav-inner .am-nav li a { color: #332c2b; padding: 25px 0; height: 90px; }
.nav-contain .nav-inner .am-nav li a span { display: block; font-size: 1.4rem; }
.nav-contain .nav-inner .am-nav li a em { display: block; font-style: normal; font-size: 1.2rem; color: #b72024; }
.nav-contain .nav-inner .am-nav li a:hover { background: transparent; border-bottom: solid 5px #b72024; }
@media screen and (max-width:1024px) {
    .layout-header { display: none; }
    .layout-header2 { display: block; }
    .nav-contain .nav-inner .am-nav li { margin-top: 0; text-align: center; }
    .nav-contain .nav-inner .am-nav li a { padding: 5px 0 20px; height: 65px; }
}
@media screen and (max-width:640px) {
    .layout-header2 { display: none; }
    .m-header .m-logo { width: 100%; margin: 2px auto; text-align: center; }
    .m-header .m-logo img { max-width: 100%; height: 50px; margin: 0 auto }
    .m-header { background: url(../images/bg_top.jpg); box-shadow: 0 1px 2px #c9c9c9; }
    .am-menu-dropdown1 .am-menu-nav>li>a:focus, .m-header .am-menu-dropdown1 .am-menu-nav>.am-open>a, .m-header .am-menu-dropdown1 .am-menu-nav>li>a:hover { background: #fff !important; color: #332c2b; outline: 0 }
    .am-menu-dropdown1 .am-menu-toggle { color: #b72024; font-size: 3rem; top: -49px; }
    .m-header .am-menu-dropdown1 .am-menu-nav { border-top: #ccc solid 1px; }
    .m-header .am-menu-dropdown1 .am-menu-nav>li>a { border-bottom: #ccc solid 1px; color: #332c2b; background: url(../images/bg_top.jpg) #fff !important; height: 40px; line-height: 40px; text-indent: 35%; }
    .m-header .am-menu-dropdown1 .am-menu-nav>li>a span { font-size: 1.4rem; padding-right: 1rem; }
    .m-header .am-menu-dropdown1 .am-menu-nav>li>a em { font-style: normal; font-size: 1.2rem; color: #b72024; }
}

/*底部===*/
.footer { background: #313131; color: #cacaca; font-size: 1.4rem; border-top: solid 4px #d30c21; margin-top: 1rem; }
.footer a { color: #cacaca; }
.foot-nav-bar { text-align: left; padding-top: 1rem; }
.foot-nav-bar > a { display: inline-block; padding-top: 1.5rem; font-size: 1.4rem; padding-right: 1rem; }
.foot-nav-bar > a:before { display: inline-block; content: '|'; padding-right: 1.2rem; }
.foot-nav-bar > a:first-child:before { display: none; }
.foot-box { font-size: 1.4rem; border-bottom: solid 1px #434343; }
.foot-box .foot-box-l { }
.foot-box .foot-box-r .am-vertical-align { padding-left: 11.4rem; height: 102px; position: relative; }
.foot-box .foot-box-r .am-vertical-align .qrcode { position: absolute; bottom: 0; left: 0; }
.foot-box .foot-box-r .am-vertical-align-bottom { font-size: 1.4rem; }
.foot-box .foot-box-r .am-vertical-align-bottom>div, .foot-box .foot-box-r .am-vertical-align-bottom>h2 { color: #fff; }
.foot-box .foot-box-r .am-vertical-align-bottom>div { line-height: 1.1; }
.foot-box .foot-box-r .am-vertical-align-bottom>h2 { font-size: 2rem; font-weight: bold; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }
.foot-box .foot-box-r .am-vertical-align-bottom>p { font-size: 1.2rem; line-height: 1.1; }
.copyright { padding-top: 2rem; padding-bottom: 2rem; }
@media only screen and (max-width:900px) {
    .foot-box-l.am-u-md-7 { width: 50%; }
    .foot-box-r.am-u-md-5 { width: 50%; }
}
@media only screen and (max-width:730px) {
    .foot-box-l.am-u-md-7 { width: 100%; }
    .foot-box-r.am-u-md-5 { width: 100%; }
    .foot-box .foot-box-r { text-align: center; }
    .foot-box .foot-box-r .am-vertical-align { text-align: left; }
    .foot-box .foot-box-r .am-fr { float: none; display: inline-block; }
}
@media only screen and (max-width:640px) {
    .copyright .am-fl { float: none; text-align: center; }
    .copyright .am-fr { float: none; text-align: center; }
}

/*横幅===*/
.longpicBox { position: relative; width: 100%; overflow: hidden; min-height: 103px; background: #f0f0f0; }
.longpicImg { width: 1920px; position: relative; left: 50%; margin-left: -960px; }
.longpicImg img { max-width: 100%; }
@media screen and (max-width:1200px) {
    .longpicImg { width: 1440px; margin-left: -720px; }
}
@media screen and (max-width:920px) {
    .longpicImg { width: 1120px; margin-left: -560px; }
}
@media screen and (max-width:720px) {
    .longpicImg { width: 900px; left: 0; margin-left: -100px; }
}

/*位置===*/
.here-wrap { background: #fff; border-bottom: solid 1px #dcdcdc; }
.here-wrap .breadcrumb { margin-bottom: 0; padding-top: 2rem; padding-bottom: 2rem; }
.breadcrumb, .breadcrumb > li > i { font-size: 1.8rem; line-height: 1; }
.breadcrumb, .breadcrumb a { color: #8d8d8d; font-size: 1.2rem; }
.breadcrumb, .breadcrumb > li + li::before { content: '\3e'; padding: 0 2px; color: #8d8d8d }
@media screen and (max-width:640px) {
    .here-wrap .breadcrumb { padding-top: 1.5rem; padding-bottom: 1.5rem; }
}

/*导航===*/
.pic-nav { position: absolute; bottom: 0; background-color: rgba(255, 255, 255, 0.7); }
.side-nav { position: relative; padding-right: 220px; }
.side-nav .swiper-slide { height: 56px; line-height: 56px; text-align: center; }
.side-nav .swiper-slide a { display: block; }
.side-nav .swiper-slide a:hover, .cur a { background-color: #b72024; color: #fff !important; }
.side-nav a { color: #464646; font-size: 1.2rem; }
.nav-pos-r { position: absolute; right: 0; bottom: 0; margin: 0; padding: 0; }
.nav-pos-r > li { display: inline-block; vertical-align: top; }
.nav-pos-r > li > a { display: table-cell; width: 103px; height: 103px; background: #5b5b63; color: #fff; text-align: center; vertical-align: middle; }
.nav-pos-r > li > a:hover { background: #b72024; }
.nav-pos-r > li i { width: 40px; height: 40px; display: block; margin: auto; background-repeat: no-repeat; background-size: auto 100%; }
.nav-pos-r > li .np-mes { background-image: url(../images/n_message.png); }
.nav-pos-r > li .np-map { background-image: url(../images/n_mappoint.png); }
@media screen and (max-width:950px) {
    .side-nav { padding-right: 0; }
    .side-nav .swiper-slide { height: 42px; line-height: 42px; }
    .nav-pos-r { bottom: 46px; right: 3px; }
    .nav-pos-r > li > a { width: 65px; height: 65px; }
    .nav-pos-r > li i { width: 25px; height: 25px; }
}
@media screen and (max-width:640px) {
    .side-nav .swiper-slide { height: 36px; line-height: 36px; }
    .nav-pos-r { bottom: 40px; }
    .nav-pos-r > li > a { width: 50px; height: 50px; }
}

/*内容===*/
.info-wrap { padding-top: 3rem; padding-bottom: 3rem; }
.info-wrap img { max-width: 100%; }
.info-wrap p { margin: 0; }
.info-wrap > .info_con { font-size: 1.4rem; line-height: 1.8; }

/* 分页 ======================*/
.pageWrap { text-align: center; background-color: #f0f0f0; padding: 1.5rem; }
.pageWrap .rows { margin-right: 1rem; }
.pageWrap a, .pageWrap span { display: inline-block; line-height: 28px; margin: 0 4px; padding: 1px 10px; }
.pageWrap a { background-color: #fff; color: #464646; text-decoration: none; }
.pageWrap a:hover, .pageWrap span.current { background-color: #b72024; color: #fff; }

/*新闻===*/
.news-wrap { padding: 30px 0; }
.news-wrap ul { list-style: none; padding: 0; margin: 0; }
.news-wrap ul li { margin: 2rem auto 4rem; position: relative; padding-left: 140px; }
.news-wrap ul li a { display: block; background: #fff; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); overflow: hidden; position: relative; }
.news-wrap ul li .news-date { position: absolute; left: 0; top: 0; width: 140px; height: 185px; text-align: center; color: #555555; padding-top: 4rem; }
.news-wrap ul li .news-date .news-date-d { border-bottom: solid 2px #aaaaaa; font-size: 4.8rem; padding-bottom: 2px; line-height: 1.4; }
.news-wrap ul li .news-date .news-date-m { font-size: 1.2rem; line-height: 1.4; }
.news-wrap ul li .news-img { float: left; width: 258px; margin-right: 3%; height: 185px; overflow: hidden; }
.news-wrap ul li .news-con { font-size: 1.4rem; padding: 1rem; padding-right: 6%; }
.news-wrap ul li .news-con h4 { color: #555555; font-size: 1.6rem; font-weight: normal; margin-top: 1.8rem; margin-bottom: 1.8rem; }
.news-wrap ul li .news-con p { color: #909090; margin-bottom: 2.4rem; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 2.2rem; max-height: 4.4rem; }
.news-wrap ul li .news-con span { color: #b72024; }
.news-wrap ul li:hover a { background: #5b5b63; color: #fff; }
.news-wrap ul li:hover .news-date { color: #b72024; }
.news-wrap ul li:hover .news-date .news-date-d { border-bottom: solid 2px #b72024; }
.news-wrap ul li:hover .news-con h4 { color: #fff; }
.news-wrap ul li:hover .news-con p { color: #fff; }
.news-wrap ul li:hover .news-con span { color: #fff; }
.news-wrap .news-box { padding: 5px; }
.news-wrap .news-box img { max-width: 100%; }
.news-wrap .news-box p { margin: 0; }
.news-wrap .news-box > .info_con { line-height: 1.8; }
.prev-next { color: #bbb; }
.prev-next a { color: #666; }
@media screen and (max-width:950px) {
    .news-wrap ul li { padding-left: 110px; }
    .news-wrap ul li .news-date { width: 110px; height: 185px; }
    .news-wrap ul li .news-con p { margin-bottom: 2.4rem; -webkit-line-clamp: 2; line-height: 2.2rem; max-height: 4.4rem; }
}
@media screen and (max-width:768px) {
    .news-wrap ul li { padding-left: 100px; margin: 0.5rem auto 3rem; }
    .news-wrap ul li .news-date { width: 100px; height: 145px; padding-top: 2rem; }
    .news-wrap ul li .news-img { width: 200px; height: 145px; }
    .news-wrap ul li .news-con { padding-right: 4%; }
    .news-wrap ul li .news-con h4 { margin-top: 0.5rem; margin-bottom: 1rem; }
    .news-wrap ul li .news-con p { margin-top: 1rem; margin-bottom: 1.6rem; -webkit-line-clamp: 2; line-height: 2.2rem; max-height: 4.4rem; }
}
@media screen and (max-width:500px) {
    .news-wrap ul li .news-img { width: 100%; height: 0; padding-bottom: 60%; margin-right: 0; float: none; }
    .news-wrap ul li .news-img img { width: 100%; }
    .news-wrap ul li .news-con { padding: 0.5rem 1rem; position: absolute; left: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.8); width: 100%; }
    .news-wrap ul li .news-con h4 { margin-top: 0.1rem; margin-bottom: 0.1rem; font-size: 1.2rem; }
    .news-wrap ul li .news-con p { display: none; }
    .news-wrap ul li .news-con span { font-size: 1.2rem; }
    .news-wrap ul li:hover .news-con { background-color: rgba(91, 91, 99, 0.8); }
}

/*产品===*/
.pro-wrap { padding: 30px 0; }
.pro-wrap ul { list-style: none; padding: 0; margin: 0 -1% 2%; }
.pro-wrap ul li { float: left; width: 23%; margin: 1%; position: relative; }
.pro-wrap ul li .p-img { height: 0; padding-bottom: 100%; overflow: hidden; box-shadow: 0px 2px 7px rgba(10, 10, 10, 0.1); }
.pro-wrap ul li .p-img img { width: 100%; }
.pro-wrap ul li .p-tit { text-align: center; padding: 1rem; }
.pro-wrap ul li .p-tit:after, .pro-wrap ul li .p-tit > span { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.pro-wrap ul li .p-tit:after { content: ''; position: absolute; z-index: -1; width: 100%; height: 0; top: 0; left: 0; background: #b72024; }
.pro-wrap ul li .p-tit > h4 { font-weight: normal; color: #333333; margin: 0 1%; font-size: 1.4rem; margin-top: 1.2rem; }
.pro-wrap ul li .p-tit > h5 { font-weight: normal; margin: 0; color: #a3a3a3; font-size: 1.2rem; margin-bottom: 1rem; }
.pro-wrap ul li .p-tit > span { font-size: 1.2rem; background: #b72024; color: #fff; border: solid 1px #cdbbbb; padding: 0.3rem 2rem; }
.pro-wrap ul li:hover .p-tit:after { height: 100%; }
.pro-wrap ul li:hover .p-tit > h4 { color: #fff; }
.pro-wrap ul li:hover .p-tit > h5 { color: #fff; }
.pro-wrap ul li:hover .p-tit > span { background: #ffffff; color: #000; border: solid 1px #ffffff; }
.pro-wrap .pro-box { margin: auto; }
.pro-wrap .pro-box img { max-width: 100%; }
.pro-wrap .pro-box p { margin: 0; }
.pro-wrap .pro-box > .info_con { line-height: 1.8; }
.pro_info { overflow: hidden; padding-top: 50px; }
.pro_info-img { width: 580px; float: left; margin-right: 10px; margin-bottom: 3rem; }
.pro_info-con { float: left; width: 580px; padding-left: 15px; margin-bottom: 3rem; }
.pro_info-con > h1 { margin: 0 0 1rem; color: #333; font-size: 24px; line-height: 1.4; font-weight: normal; word-break: break-all; }
.pro_info-con > h6 { margin: 0; color: #666; font-size: 18px; font-weight: normal; }
.pro_info-con > hr { border-color: #d2d2d2; }
.pro_info-con .info_con { color: #555; line-height: 1.8; min-height: 280px; }
.pro_info-con .info_con > p { margin: 0; }
.pro_info-con .info_share { border-top: solid 1px #e0e0e0; padding-top: 6px; margin-top: 15px; }
.pro_info-con .info_share .bdsharebuttonbox > span { float: left; line-height: 24px; margin: 6px 6px 6px 0; }
.pro-desc { padding-top: 0; padding-bottom: 3rem; }
.pro-desc .am-nav-tabs>li.am-active>a { background: #b72024; color: #fff; padding: 1rem 4rem; }
.pro-desc .am-tabs-bd { border: none; }
.pro-desc .pro-box img { max-width: 100%; }
.pro-desc .pro-box p { margin: 0; }
@media screen and (max-width:1240px) {
    .pro-wrap ul { margin-left: 0; margin-right: 0; }
}
@media screen and (max-width:1218px) {
    .pro_info-con{ width: 48%; }
}
@media screen and (max-width:1200px) {
    .pro_info-con{ width: 44%; }
}
@media screen and (max-width:1110px) {
    .pro_info-con{ width: 42%; }
}
@media screen and (max-width:1070px) {
    .pro_info-con{ width: 40%; }
}
@media screen and (max-width:1030px) {
    .pro_info-con{ width: 38%; }
}
@media screen and (max-width:1024px) {
    .pro_info{ padding-top: 30px; }
    #pro.swiper-container{ margin-top: 2rem; margin-bottom: 2rem; }
    #pro .swiper-pagination .swiper-pagination-bullet-active{ background: #b72024; }
}
@media screen and (max-width:950px) {
    .pro-wrap { padding-top: 2rem; }
    .pro-wrap ul li { width: 31.333%; }
}
@media screen and (max-width:640px) {
    .pro-wrap { padding-top: 1.5rem; }
    .pro-wrap ul li { width: 46%; margin-left: 2%; margin-right: 2%; }
}

/* 放大镜==============*/
.zoomBox { width: 480px; margin: 0; border: solid 1px #cccccc; float: left; margin-left: 10px; }
.tb-pic { position: relative; z-index: 1; }
.tb-pic, .tb-pic a { width: 478px; height: 478px; }
.tb-pic a { display: table-cell; text-align: center; vertical-align: middle; *font-size: 593px; *display: block; *font-family: Arial; *line-height: 1; }
.tb-pic a img { width: 100%; height: 100%; }
div.zoomDiv { z-index: 999; position: absolute; top: 0px; left: 0px; background: #ffffff; border: 1px solid #CCCCCC; display: none; text-align: center; overflow: hidden; }
div.zoomMask { position: absolute; background-color: #666; opacity: 0.5; filter: alpha(opacity=50); cursor: move; z-index: 1; }
.spec-scroll { margin: 0; width: 88px; overflow: hidden; float: left; }
.spec-scroll .items { float: left; position: relative; overflow: hidden; width: 88px; height: 480px; }
.spec-scroll .items ul { position: absolute; padding: 0; margin: 0; list-style: none; width: 88px; height: 999999px; }
.spec-scroll .items ul li { float: left; text-align: center; margin-bottom: 10px; width: 88px; }
.spec-scroll .items ul li img { border: 1px solid #d2d2d2; padding: 2px; width: 88px; height: 88px; }
.spec-scroll .items ul li img:hover, .spec-scroll .items ul li.tb-selected img { border: 2px solid #b72024; padding: 1px; }

/*==========*/
body .layer-myskin .layui-layer-content { padding: 20px 30px; }
