﻿@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

pre,

/* text formatting elements 文本格式元素 */

fieldset,
button,
input,
textarea,

/* form elements 表单元素 */

th,
td {/* table elements 表格元素 */margin: 0;padding: 0;}


body {overflow: hidden;font-size: 15px;}

input,
textarea {border: 2 none;box-shadow: none;outline: none;}


/* 设置默认字体 */

body,
button,
input,
select,
textarea,
em,
i {font-family: "Microsoft Yahei";color: #333;font-size: 14px;font-style: normal;}

h1 {font-size: 18px;}

h2 {font-size: 16px;}

h3 {font-size: 14px;}

h4,
h5,
h6 {font-size: 100%;}

* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {margin: 0px;}


/* 重置列表元素 */

ul,
ol,
li {list-style: none;}


/* 重置文本格式元素 */

a {text-decoration: none;color: #333;word-wrap: break-word;}


/*英文换行*/

a:hover {text-decoration: none;}

/* for ie6 */

fieldset,
img {border: none;vertical-align: middle;}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {font-size: 100%;/* 使表单元素在 ie 下能继承字体大小 */}


/* 重置表格元素 */

table {border-collapse: collapse;border-spacing: 0;}


/* 全局 */

html {-webkit-text-size-adjust: none;-webkit-text-size-adjust: none;text-align: justify;text-justify: inter-ideograph;}


/* 浏览器滚动轴修改 */

* {-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-touch-callout: none;margin: 0;}

::-webkit-scrollbar {width: 4px;height: 4px}

::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 0;background: rgba(0, 0, 0, 0.1)}

::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: rgba(0, 0, 0, 0.2)}

::-webkit-scrollbar-thumb:hover {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: rgba(0, 0, 0, 0.4)}

input,
textarea {-webkit-user-select: text}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

html {overflow-y: scroll;}


/*基础*/

.print {color: #fff;padding: 0 20px;background: #666;line-height: 30px;display: inline-block;margin-top: 10px;display: none}
.content-tag a {color: #666;padding: 4px 8px;margin-right: 10px;font-size: 12px;margin-top: 5px;background: #e5e5e5;}
.content-tag a:hover {background: #ffab00;color: #fff;}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr {position: relative;}
.pa {position: absolute;}
/*清除浮动*/
.clearfix:before,
.clearfix:after {content: '';display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

/* -- 页面整体布局 -- */
.content {width: 1280px;margin: 0 auto;position: relative;}
.header,
.footer {width: 100%;margin: 0 auto;}
.auto {margin: 0 auto}
.marT40 {margin-top: 40px;}
.marB40 {margin-bottom: 40px;}
/*分页样式*/
.pglist {padding: 25px 0;float: left;width: 100%;line-height: 34px;text-align: center;}
.pglist a {color: #333333;padding: 0 10px;margin: 0 5px;font-weight: bold;background: #fff;border: 1px solid #dcdcdc;font-size: 14px;}
.pglist * {display: inline-block;_zoom: 1;_display: inline;vertical-align: middle;line-height: 28px;height: 28px;padding-bottom: 1px;border-radius: 2px;-webkit-border-radius: 2px;}
.pglist .hover {display: inline-block;color: #fff;background: #c30d23;}
.pglist a:hover {display: inline-block;color: #fff;background: #c30d23;}
.pglist .curpage {display: inline-block;color: #fff;background: #c30d23;}
/*顶部*/

.jx925_head {margin: 0 auto;position: relative;z-index: 5; height: 130px;}
.jx925_top{background-color: #efefef;line-height: 35px;color: #808080;}
.jx925_top a{padding: 0 10px; color: #808080;}
.jx925_head .logo {margin: 32px 0 10px 0}
.jx925_head .logo img {width: 279px;}
.jx925_head .mid {font-size: 24px;font-weight: bold;color: #333;margin-top: 32px;padding-left: 15px;border-left: 1px solid #efefef;margin-left: 20px;}
.jx925_head .mid span{padding: 0 5px;color: #c30d23;}
.jx925_head .mid .yw{font-size: 16px;color: #666;font-weight: normal;letter-spacing: 3px;}

.jx925_head .right {margin-top: 20px;display: flex;flex-wrap: nowrap;justify-content: space-between;}

.jx925_head .right .tel{background: url(../images/tel.png) no-repeat 0 15px;padding-left: 60px;text-align:left;font-size: 16px;color: #666666;padding-top: 13px;}
.jx925_head .right .tel i {display: block;font-size: 30px;color: #333333;font-weight: bold;color: #c30d23; font-style: italic;}

.navBar {width: 100%;z-index: 10;height: 55px;box-sizing: border-box;background:#c30d23;}
.nav {z-index: 3;flex-wrap: nowrap;justify-content: space-around;}

.nav li:last-child h3:after{display: none;}
.nav h3 {font-weight: normal;font-size: 16px;display: inline-block;position: relative;}
.nav .m {position: relative;float: left;display: inline;text-align: center;}
.nav h3 a {zoom: 1;line-height: 55px;display: block;color: #fff;padding: 0 38px;}
.nav h3:hover a{color: #333;}
.nav .on a{color: #333;background: #fff;}
.nav .sub {display: none;width: 500px;padding: 0 0;position: absolute;left: 0;top: 55px;background:rgba(255, 255, 255, 0.9);padding:30px 20px 20px; box-sizing: border-box;}
.nav .sub li {text-align: center;}
.nav .sub .catname{width: 30%;text-align: left;font-weight: bold;font-size: 24px;float: left;padding-left: 10px;box-sizing: border-box;}
.nav .sub .catname span{display: block;font-size: 13px;font-weight: normal; line-height: 2;color: #8a8a8a;}
.nav .sub .item{width: 70%;float: left;}
.nav .sub .item li{width: 50%;float: left;}
.nav .sub .item li a{border: 1px solid #ccc; line-height: 2.5;display: block;margin-bottom: 5px;margin-right: 10px;box-sizing: border-box;color: #333;background: none;}
.nav .sub .item li a:hover{background: #c30d23;color: #fff;border-color: #c30d23;}
/*导航跟随*/
#mainMenuBar {position: absolute;z-index: 9999}
/*导航跟随*/
.stick {position: fixed;top: 0;left: 0;background: #fff;width: 100%;box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);z-index: 999}
.slideBox {position: relative;display: block;width: 100%;height: 590px;overflow: hidden;z-index: 1;}
.slideBox li {height: 590px;position: relative;width: 100%;}
.slideBox .bd .p1 {position: absolute;top: 50%;left: 65%;transform: translate(-50%, -65%);}
.slideBox .bd .p2 {position: absolute;top: 48%;left: 30%;transform: translate(-48%, -30%);}
.slideBox .bd .p3 {position: absolute;top: 50px;left: 50%;transform: translate(-50%, -10%);}
.slideBox .bd .pic img {margin: 0 auto;}
.slideBox .prev {display: none;position: absolute;padding: 0;left: 5%;top: 50%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;z-index: 9999;}
.slideBox .next {display: none;position: absolute;padding: 0;right: 5%;top: 50%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;z-index: 9999;}
.slideBox .hd {position: relative;top: -20px;z-index: 1;}
.slideBox .hd ul {text-align: center;margin-top: -15px;}
.slideBox .hd ul li {width: 40px;height: 6px;display: inline-block;margin: 0 3px;cursor: pointer;background: #fff;border-radius: 8px;}
.slideBox .hd ul li.on {background: #c30d23;}

/*内页benner*/
.banner {overflow: hidden;line-height: 0;text-align: center;position: relative;}
.banner .catname {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: left;color: #333;}
.banner .content {box-sizing: border-box;}
.banner .catname b {line-height: 2;font-size: 36px;}
.banner .catname p {line-height: 2;font-size: 18px;font-weight: normal}
.banner img {visibility: hidden;}
.banner img.show {visibility: visible;}

/* 内页search */
.search_serch{ width:324px; height:38px; border:1px solid #dcdcdc;position: absolute;right: 0;top: 5px;}
.search_serText{ display:block; font-family:'Microsoft YaHei'; color:#888; font-size:14px; width:244px; height:20px; line-height:20px; padding:9px 14px; border:0; border:none;}
.search_serButon{ display:block; background:url(../images/load_sersub.jpg) no-repeat; width:40px; height:38px; border:none; cursor:pointer;}
.search .search{ padding-top:0;}

.search_serch2{ width:280px; height:38px; border:1px solid #dcdcdc;position: absolute;right: 0;top: 50%;background-color: #fff; transform: translateY(-50%);}
.search_serText{ display:block; font-family:'Microsoft YaHei'; color:#888; font-size:14px; width:204px; height:20px; line-height:20px; padding:9px 14px; border:0; border:none;}
.search_serButon{ display:block; background:url(../images/load_sersub.jpg) no-repeat; width:40px; height:38px; border:none; cursor:pointer;}
.search .search{ padding-top:0;}


/*公用TITLE*/
.jx925_tit{text-align: center;font-size: 36px;color: #333; font-weight: bold;position: relative;margin: 40px auto;}
.jx925_tit b{color: #c30d23;padding-left: 30px;background: url(../images/t_ico.png) no-repeat left;margin-left: 10px;}
.jx925_tit i{font-size: 24px;display: block;font-weight: normal;line-height: 2;}
.jx925_tit span{font-size: 18px;color: #999999;display: block;margin: 10px auto; font-weight: normal;}
.jx925_tit img{position: relative;}



/* 内页tit */
.tit_m {position: relative;}
.tit_m h3 {text-align: center;font-weight: normal;margin-bottom: 30px;padding-top: 35px;}
.tit_m h3 span {display: block;font-size: 38px;color: #000;padding-bottom: 14px;}
.tit_m h3 em {font-size: 14px;color: #b4b4b4;position: relative;padding: 0 18px;font-style: normal;text-transform: uppercase;}
.tit_m h3 em:before {position: absolute;width: 52px;height: 1px;background: #999;content: "";top: 8px;left: -52px;}
.tit_m h3 em:after {position: absolute;width: 52px;height: 1px;background: #999;content: "";top: 8px;right: -52px;}

/*底部*/

.jx925_foot {width: 100%;color: #fff;overflow: hidden;position: relative;background:#c8303c}
.jx925_foot .top{position: relative;background-color: #fff;height: 120px;border-top: 1px solid #efefef;}
.jx925_foot .top .c{position: absolute;left: 50%;transform: translateX(-50%);margin-top: 30px;}
.jx925_foot .logo {}
.jx925_foot .logo img {width: 279px;}
.jx925_foot .mid {font-size: 24px;font-weight: bold;color: #333;padding-left: 15px;border-left: 1px solid #efefef;margin-left: 20px;}
.jx925_foot .mid span{padding: 0 5px;color: #c30d23;}
.jx925_foot .mid .yw{font-size: 16px;color: #666;font-weight: normal;letter-spacing: 3px;}

.jx925_foot .content{display: flex;flex-wrap: nowrap;justify-content: flex-end;} 
.jx925_foot .t{font-size: 18px;color: #fff;position: relative;padding-bottom: 20px;margin-top: 30px;text-align: left;}
.jx925_foot .t:after{content: '';width: 20px; height: 2px;background: #fff;position: absolute;bottom: 0;left: 0;}
.jx925_foot .t span{font-size: 16px;color: #fff;}
.jx925_foot .left{width: 28%;padding:0 10px 30px;}
.jx925_foot .midx{width: 52%;border: 1px solid rgba(255, 255, 255, 0.23);padding: 0 3%;display:flex;flex-wrap: wrap;justify-content: space-between;box-sizing: border-box;}
.jx925_foot .midx .t{width: 100%}
.jx925_foot .item{width: 33.3333333333%;padding-top: 20px;padding-bottom: 20px;}
.jx925_foot .item:nth-of-type(2){width: 50%;}
.jx925_foot .item:nth-of-type(2) ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: start;}
.jx925_foot .item:nth-of-type(3){width: 28%}
.jx925_foot .item:nth-of-type(4){width: 22%}
.jx925_foot .item h4{width: 100%;display: block;color: #fff; line-height: 2;}
.jx925_foot .item h4 a{width: 100%;display: block;color: #fff; font-size: 16px;}
.jx925_foot .item li{width: 45%;}
.jx925_foot .item li a{width: 100%;display: block;color: #fff; line-height:2;}

.jx925_foot .fouse{width: 20%;padding-left: 20px;box-sizing: border-box;}
.jx925_foot .wechat{text-align: center;margin-top: 20px;}
.jx925_foot .wechat img{padding: 5px;background: #fff;width: 130px; height: 130px;}
.jx925_foot .wechat p{line-height: 3;}

.jx925_foot dl{width: 100%;box-sizing: border-box;text-align: left;margin-top: 30px;}
.jx925_foot dl dt{font-size: 18px;padding-bottom: 15px;position: relative;margin-bottom: 5px;}
.jx925_foot dl dt a{font-size: 18px;color: #fff;}
.jx925_foot dl dd{box-sizing:border-box ;margin: 10px 0;}
.jx925_foot dl dd a{line-height: 2.5;color: #fff;position: relative;font-size: 15px;}
.jx925_foot dl dd{line-height: 2.5;color: #fff;position: relative;}
.jx925_foot dl dd.name{padding-left: 30px;background: url(../images/icons/f_name.png) no-repeat 0 5px;}
.jx925_foot dl dd.email{padding-left: 30px;background: url(../images/icons/f_email.png) no-repeat 0 5px;}
.jx925_foot dl dd.tel{padding-left: 30px;background: url(../images/icons/icon_tel.png) no-repeat 0 5px;}
.jx925_foot dl dd.phone{padding-left: 30px;background: url(../images/icons/icon_phone.png) no-repeat 0 5px;}
.jx925_foot dl dd.add{padding-left: 30px;background: url(../images/icons/icon_add.png) no-repeat 0 5px;}

.jx925_bq {width: 100%;color: #999999;line-height: 3;text-align: center;font-size: 1rem;font-size: 14px;}
.jx925_bq a {color:#999999;display: inline-block;padding-right: 10px;}
.jx925_bq a:last-of-type{padding-right: 0;}
/*面包削导航*/

.mbx {border-bottom: 1px solid #dcdcdc;line-height: 50px;font-size: 14px;position: relative;box-sizing: border-box;border-left:none;border-right: none;}

.mbx a {line-height: 50px;color: #666;font-size: 14px;}



/*内页二级导航*/

.navtow {margin: 20px auto 0;}

.navtow ul {display: flex;justify-content: flex-start;flex-wrap: wrap;}

.navtow li {width: 19.5%;margin-right: .6%;margin-bottom: 10px;}
.navtow li:nth-child(5n+0){margin-right: 0;}
.navtow li a {color: #333;font-size: 16px;line-height: 50px;background: #efefef;display: inline-block;cursor: pointer;position: relative;width: 100%;text-align: center;}

.navtow li a:hover {background:#c30d23;color: #fff}

.navtow li a:hover::after {transform: translateX(-50%);content: '';position: absolute;left: 50%;width: 0;height: 0;bottom: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #fff;border-top: 7px solid transparent;}

.navtow li .on::after {transform: translateX(-50%);content: '';position: absolute;left: 50%;width: 0;height: 0;bottom: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #fff;border-top: 7px solid transparent;}

.navtow .on {background:#c30d23;color: #fff}


/* 浮动工具 */

.c-tools {position: fixed;z-index: 9999;text-align: center;right: 0;bottom: 50%;margin-bottom: -144px;}

.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 62px;height: 62px;margin: 1px;background: #333 url(../images/tools-ico.png) no-repeat;}

.c-tools ul li:hover {background-color: #c30d23;}

.c-tools ul li span {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: none;position: absolute;right: 63px;width: 135px;padding: 0 10px;background: #c30d23;color: #ffffff;}

.c-tools ul li .ewmPic {width: 168px;}

.c-tools ul li .ewmPic img {display: block;margin-top: 10px;width: 168px;height: 168px;}

.c-tools ul li .ewmPic p {line-height: 3;}

.c-tools ul .tel-ico {background-position: center -22px;}

.c-tools ul .tel-ico span {height: 62px;line-height: 62px}

.c-tools ul .ewm-ico {background-position: center 21px;}

.c-tools ul .qq-ico {background-position: center -69px;}

.c-tools ul .top-ico {background-position: center -115px;}


/*下一篇、下一篇*/

.sx {line-height: 30px;overflow: hidden;margin: 15px 0px;padding: 0 0;}

.sx span {overflow: hidden;height: 30px;display: block;margin: 0 0 10px 0}

.sx a {color: #201618;}

.img {transition: 0.3s all;overflow: hidden;}

.img:hover {transform: scale(1.05);overflow: hidden;}



/* donghua */

.dh {animation-duration: 1s;/*动画时间*/animation-fill-mode: both;/*播放后的状态*/}

.dh {animation-iteration-count: infinite;/*动作循环的次数：infinite 无限循环*/}

.dh {animation-duration: 3s;/*动画时间*/}

.dhh {animation-name: dhh;/*动画的名称*/transform-origin: center bottom;/*设置动画旋转元素的基点为：居中靠下*/cursor: pointer;}

.dhh:hover {animation-name: dhh;/*动画的名称*/transform-origin: center bottom;/*设置动画旋转元素的基点为：居中靠下*/cursor: pointer;}

@keyframes dhh {
0%,100%,20%,50%,80% {transition-timing-function: cubic-bezier(0.215, .61, .355, 1);/*贝塞尔曲线 ： X1 Y1 X2 Y2*/transform: translate3d(0, 0, 0);/*设置只在Z轴上移动*}
40%,43% {transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);transform: translate3d(0, -30px, 0)}
70% {transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);transform: translate3d(0, -15px, 0)}
90% {transform: translate3d(0, -4px, 0)}
}