@import "//at.alicdn.com/t/font_587390_z7f2uf1xq7.css";
*{margin: 0;padding: 0;}
html {font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:625%;color: #4b4b4b;}
body {max-width:640px;margin:auto;font-size:0;background:#fff; overflow-x: hidden;}
p,input {font-size:inherit;}
input, button, textarea{outline:none; appearance:none;}
a{color:inherit;text-decoration: none;outline-style: none; border:none;}
ul,ol,li{list-style:none;}
img{max-width:100%;border:none;}
a,button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0);}
em{font-style:normal;}
h1,h2,h3,h4,h5{font-weight:normal;}
.img_box div{display:table-cell;vertical-align:middle;text-align:center;}
.img_box img{vertical-align:middle;border:none;display:inline-block;max-width:100%;max-height:100%;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;}
.clear{clear: both;}
.bl{float:left;display:inline-block;}
.br{float:right;display:inline-block;}
#lightbox-secNav-btnClose{padding-top: 0.1rem;padding-bottom: 0;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}
.fl { float:left;}
.fr { float:right;}
.k{width:100%; margin:0 auto; height:.9rem;}
.k1{width:100%; margin:0 auto; height:.2rem;}
.k2{width:100%; margin:0 auto; height:20px;}
.k3{width:100%; margin:0 auto; height:40px;}

.product_tb table{width:6rem; border-spacing:0; border-collapse:separate; font-size: .2rem;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; line-height: .4rem; border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border:1px solid #ddd;width:6rem; font-size: .2rem;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}


/*头部*/
.header{width: 100%; height:.86rem; position: absolute; top: 0; z-index: 99;}
.header h1{float: left; margin-left:.1rem; margin-top:.1rem;}
.header h1 img{height:1rem; display:inline-block;}

.menu{float: right; margin-right:.1rem; margin-top:.1rem;}
#personal{margin:.2rem;}
.ba{text-align: center;}
.ba img{height:1rem;}

/*nav*/
.sidebar-wrapper{position:relative; height:100%; overflow-y:auto;font-size: .26rem}
#dowebok {background-color:#c91a1d;}
#dowebok .nav {margin-top:0.5rem; line-height:0.8rem;list-style-type:none;padding:0 0.2rem; text-align: center;}
#dowebok .nav a {display:block;color: #fff;text-decoration:none;}
[data-simplersidebar='active']{box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.5);}

/*banner*/
.banner{width: 100%; position: relative;}
.banner .swiper-container{width: 100%;}
.banner .swiper-slide{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;}
.banner .swiper-slide img{width:100%;height:auto;min-height:100%;transition:1s linear 2s;transform:scale(1.1,1.1);}
.banner .swiper-slide-active img, .banner .swiper-slide-duplicate-active img{transition:6s linear;transform:scale(1,1);}

.banner .swiper-container .swiper-pagination{text-align: center; position:absolute; bottom:5px;}
.banner .swiper-pagination-bullet{background:none;opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:#fff; display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#c91a1d;height:1px;width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{width:9px;height:9px;margin-top:0;margin-left:0;background:#c91a1d;position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	

.banner .swiper-button-prev, .banner .swiper-button-next{top: 47%; background:rgba(0,0,0,.4); color: #fff; border-radius: 200px; width: 50px; height: 50px; --swiper-navigation-size: 15px;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #c91a1d;}

.bannert-titlet{position: absolute; width: 100%; text-align:center; color: #6d594b; font-size: .5rem; font-weight: bold; top: .7rem; z-index: 999;}
.bannert-titlet img{width: .43rem; height: .04rem; margin-top: .1rem; padding-top: 0;}

/*关于我们*/
.parallax{position: relative;height: auto; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.parallax-1{background-image: url("about-bg.jpg"); background-position: 100% 100%;}

.title{width: 90%; margin: 0 auto; text-align: center;}
.title p:first-child{font-size: .3rem; color: #9d9d9d; font-weight: lighter; text-transform: uppercase;}
.title p:nth-child(2){font-size: .5rem; color: #c91a1d;}

.about{width: 6rem; padding: .5rem 0; margin: 0 auto;}

.about-content{margin-top: .3rem; font-size: .22rem; line-height:.36rem; margin-bottom: .1rem;}
.about-left-img{width: 58%; margin-top: .3rem;}
.about-left-img img{ -webkit-background-size:cover; background-size:cover; animation:30s linear infinite rotate-anim;-webkit-animation:30s linear infinite rotate-anim;}
@keyframes rotate-anim{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@-webkit-keyframes rotate-anim{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}
.about-right-img{width: 36%; margin-top: .3rem; text-align: center;}
.about-right-img span{display: block; font-size: .22rem;}

/*产品分类*/
.productbox{width: 100%;}
.productbox .productbox-list{width: 25%; text-align: center; position: relative; float: left;}
.productbox .productbox-list .productbox-desc{color: #fff; position: absolute; top: 2.2rem; width: 100%; text-align: center;}
.productbox .productbox-list .productbox-desc p:first-child{font-size: .24rem;}
.productbox .productbox-list .productbox-desc p:nth-child(2){font-size: .2rem; line-height: .26rem;}

/*我们的优势*/
.adv{padding: .5rem 0;}

.adv-box{margin-top: .3rem;}
.adv-box .swiper-container{width: 100%; height: 4.7rem; padding-bottom: .2rem;}
.adv-box .swiper-container .swiper-slide {text-align: center; position: relative;}

.p4-adv{width: 100%; text-align: center;}
.advnum{width: 1.2rem; height: 1.2rem; margin: 0 auto; text-align: center; border-radius: 1rem; border:3px solid #c91a1d;}
.advnum p{font-size: .6rem;color:#c91a1d;  line-height: 1.2rem;}
.advtitle{margin-top: .2rem;}
.advtitle p:first-child{font-size: .26rem;}
.advtitle p:nth-child(2){font-size: .2rem; text-transform: uppercase;}
.advdesc{font-size: .2rem; line-height: .3rem; font-weight: lighter; margin-top: .2rem; color: #8e8e8e;}

/*新闻*/
.news{padding: .5rem 0; background:url(news-bg.jpg) no-repeat center top; background-size: 100%;}
.newsfl{text-align: center; width: 100%; margin-top: .2rem;}
.newsfl a{display: inline-block; text-align: center; padding: .1rem .4rem; font-size: .22rem; border-radius: 1rem; margin: 0 .05rem; border: 1px solid #c91a1d;}
.newsfl a:hover, .newsfl a:first-child{background: #c91a1d; border: 1px solid #c91a1d; color: #fff;}

.newslist{width: 94%; margin: 0 auto; margin-top: .4rem;}
.newslist .newslist-list{width: 100%; margin-bottom: .2rem; position: relative;}
.newslist .newslist-list .newslist-list-time{width: 1.1rem; height: 1.1rem; text-align: center; background: #c91a1d; color: #999999;}
.newslist .newslist-list .newslist-list-time p:first-child{font-size: .4rem; color: #fff; padding-top: .1rem;}
.newslist .newslist-list .newslist-list-time p:nth-child(2){font-size: .22rem; color: #fff;}
.newslist .newslist-list .newslist-list-desc{width: 4.7rem;}
.newslist .newslist-list .newslist-list-desc p{overflow: hidden;}
.newslist .newslist-list .newslist-list-desc p:first-child{font-size: .26rem; font-weight: bold; color: #000; text-overflow:ellipsis; white-space: nowrap;}
.newslist .newslist-list .newslist-list-desc p:nth-child(2){font-size: .22rem; line-height: .35rem; color: #5e5e5e;}

/*foot*/
.foot{background:url(foot-bg.jpg) no-repeat center top; background-size: 120%; border-top: 1px solid rgba(0,0,0,.1); width: 100%; text-align: center;}

.foot-contact-sj{width: 100%; text-align: center; color: #fff; margin-top: .5rem;}
.foot-contact-sj p{display: inline-block; margin: 0 .2rem; text-align: center;}
.foot-contact-sj p span{display: block; font-size: .22rem;}
.foot-contact-sj img{width: 1.5rem; margin-top: .2rem;}

.foot-box{width: 100%; height: 100%; padding:.2rem 0; color: #e1e1e1; line-height:.4rem; font-size: .23rem;}
.foot-box p:first-child{font-size: .35rem; color: #fff; margin-top: .2rem; margin-bottom: .2rem;}
.foot-box p{text-align: center;}


/*侧边栏返回顶部*/
.side_bar{position: fixed;z-index: 99;right: .05rem; bottom:10%;display: none;background-color: #c91a1d;border-radius: .07rem;}
.side_bar .btn_top{	display: block;	width: .65rem;height: .72rem;background: url(back_top.png) no-repeat center center;background-size: 50%;}

/*底部menubox菜单*/
.menubox{background-color: #c91a1d;position: relative;position: fixed; left:50%; margin-left: -3.2rem; bottom: 0; z-index: 999; width: 6.4rem; padding:6px 0;}
.menubox ul li{float: left; width: 25%;text-align: center;}
.menubox ul li i{display: block;margin:1% auto;width:0.38rem;height: 0.38rem;}
.menubox ul li i img{display: none;margin:0 auto;width: 0.38rem;}
.menubox ul li i img:first-child{display: block;}
.menubox ul li span{display: block;font-size: .22rem;color: #fff;line-height: 150%;}
.menubox ul li.cur i img:first-child{display: none;}
.menubox ul li.cur i img:last-child{display: block;}
.menubox ul li.cur span{color: #ffcdce;}
.menubox dl{position: absolute;right: 0;width: 30%;background-color: #c91a1d;text-align: center;padding: 1% 0;border:rgba(255,255,255,.05) solid 1px;border-bottom: 0;display: none;border-radius: 4px 4px 0 0;overflow: hidden;}
.menubox dl dd{line-height: .68rem;border-top: rgba(255,255,255,.1) solid 1px;}
.menubox dl dd:first-child{border:0;}
.menubox dl a{display: block;color: #fff;font-size: .24rem;}
.menubox dl a:active{color: #ffcdce;}

/*about-nav*/
.about-nav{width: 100%; margin: 0 auto; padding: .1rem 0; text-align: center; background: #fafafa; border-bottom: 1px solid #ececec;}
.about-nav a{display: inline-block; text-align: center; padding: .1rem .15rem; margin: .05rem .02rem; font-size: .20rem; background: #fff; border: 1px solid rgba(0,0,0,.1);}
.about-nav a:hover{color:#fff; background: #c91a1d;}
.about-nav a.cur{color:#fff; background: #c91a1d;}


/*关于我们内容*/
.body-bg{background: #fff;}
.container{ width: 6.0rem; margin:0 auto; padding: .3rem 0;}
.about_detail{padding: .3rem 0; width: 6rem; min-height: 4rem; margin:0 auto; font-size: 0.24rem;  line-height: 0.44rem;}
.about_detail p{padding-bottom: .1rem;}
.about_detail img{ padding-bottom: .1rem;}
.about_detail iframe{width: 100%;}


/*内页图片*/
.img-content{width:6rem; text-align: center;}
.img-content .img_box{width:2.85rem; margin-right:.2rem; float: left; border: 1px solid rgba(0,0,0,.09); display:inline-block; margin-bottom: 0.2rem; background: #fff;}
.img-content .img_box:nth-child(2n){margin-right:0;}
.img-content .img_box img{margin-top:0.12rem; width: 100%;}
.img-content .img_box div{width:2.6rem; display:inline-block;}
.img-content h3{font-size: 0.22rem; height: .8rem; line-height: .25rem; display: table-cell; vertical-align: middle;}

/*内页产品详情滚动*/
.pro{position: relative; width: 6rem; margin: 0 auto; margin-bottom: .2rem;}
.pro .swiper-wrapper img{width:5.9rem; border: 1px solid #ebebeb; padding-bottom: 0;}
.pro .swiper-pagination{text-align:center;bottom:.15rem;position:absolute; z-index:4;}
.pro .swiper-pagination-bullet{width:.09rem;height:.09rem;background:#c7c7c7;opacity:1;border-radius: 0;}
.pro .swiper-pagination-bullet-active{background: #c91a1d}

/*内页产品详情*/
.pro-right-order{width: 100%; text-align: center; margin: 0 auto; margin-bottom: .3rem;}
.pro-right-order a{padding:.1rem .5rem; display: inline-block;font-size: 16px; border-radius: 40px; color: #fff; background: linear-gradient(top left, #e9bc00,#e74700);/*渐变从左上角到右下角*/ background: -ms-linear-gradient(top left, #e9bc00,#e74700); background: -webkit-linear-gradient(top left, #e9bc00,#e74700); background: -moz-linear-gradient(top left, #e9bc00,#e74700);}

.pro-right-tel{margin: 0 auto; font-size: .26rem; border-radius: 40px; display: inline-block;  padding:.1rem .5rem; color: #fff; background: -webkit-linear-gradient(150deg,#c91a1d,#ad0e11); background: linear-gradient(150deg,#c91a1d,#ad0e11);}
.pro-right-tel span{font-size: .4rem;}


/*内页产品详情*/
.product_listt{width: 100%; margin: .3rem auto;}
.right_content_titlet{width: 100%; text-align: left; height: .55rem; font-size: .26rem; border-bottom: 1px solid #e1e1e1; margin-bottom: .2rem;}
.right_content_titlet span{width:2rem; height: .55rem; line-height: .55rem; color: #fff; display: inline-block; text-align: center; background: #c91a1d;}
.product_listt-title{font-size: .35rem; color: #1a1a1a; text-align: center; margin-bottom: .2rem; border-bottom: 1px solid #e1e1e1; padding-bottom: .2rem;}
.product_listt .product_listt-c{width: 100%; text-align: center;}
.product_listt .product_listt-c p{text-align: center; height: .6rem; line-height: .6rem; border-radius: .6rem; font-size: .24rem; color: #c91a1d;}

.pro-right-size{font-size: .22rem; line-height: .3rem; padding-top: .1rem;}
.pro-right-size span{float: left; display: block; width: .8rem;}
.pro-right-size p{float: right; text-align: left; width: 5.2rem;}
.pro-right-desc{line-height: .4rem; text-align: left; color: #7a7a7a; font-size: .22rem; margin-top: .2rem; margin-bottom: .1rem; background:#f2f2f2; padding: .2rem .2rem;}

/*内页新闻*/
.newsc_list{font-size: 0.2rem; width: 6rem; border-bottom:1px solid rgba(0,0,0,.07); background: #fff; border-radius: 2px; padding: 0.2rem 0; margin: 0 auto;}
.newsc_list:nth-child(2n){}
.newsc_detail h3 a{font-size: 0.25rem;color: #000000;margin: 0rem 0 0.05rem 0; line-height: .3rem; display: inline-block;}
.newsc_detail h4{font-size: 0.16rem; color: #acacac; margin: 0.1rem 0 0;}
.newsc_detail a{font-size: 0.18rem;color: #acacac; line-height: 0.34rem;}

.news-listt{width: 6rem; margin: 0 auto; margin-top: .2rem;}
.news-listt ul li{width: 5.8rem; padding: .1rem .1rem; overflow: hidden; background: #fff; margin-bottom: .2rem;}
.news-listt ul li .news-listt-img ,.news-listt ul li .news-listt-img img{width:2rem;}
.news-listt ul li .news-listt-content{margin-left: .2rem; width: 3rem;}
.news-listt ul li .news-listt-content p:first-child{font-size: .24rem; margin-bottom: .07rem;}
.news-listt ul li .news-listt-content p:nth-child(2){line-height: .26rem; font-size: .22rem; margin-bottom: .07rem; color: #959595;}
.news-listt ul li .news-listt-content p:nth-child(3) a{width: 1.5rem; height: .4rem; line-height: .4rem; border-radius: .5rem; text-align: center; font-size: .2rem; border: 1px solid #cfcfcf; display: inline-block;}
.news-listt ul li:hover .news-listt-content p:nth-child(3) a{background: #308ecc; border: 1px solid #308ecc; color: #fff;}

/*文章-图片描述*/
.right_content_info{height:.6rem;line-height:.6rem; text-align:center; margin-top:.3rem; border:1px solid #e5e5e5; background: #f1f1f1; color:#9c9c9c; font-size: .22rem;}
.right_content_desc{margin:.3rem 0 0; padding:.1rem .1rem; border:1px solid #f4e4b4; background:#f1f1f1; font-size:.22rem; text-align: left;}

/*人才招聘*/
.jobConts{line-height:30px;color:#666; font-size:12px;}
.jobConts .line{background:#ccc;height:1px;overflow:hidden;font-size:0;margin:10px 0;}
.jobConts .jobdesc{background:#f5f5f5;padding:10px;color:#333;}
.jobConts strong{color:#000;}

/*人才招聘*/
.join-listt{width: 6rem; margin: 0 auto;}
.join-listt ul li{width: 6rem; height: .5rem; line-height: .5rem; border-bottom: 1px solid #e5e5e5; font-size: .24rem; color:#666;}
.join-listt ul li span{float: right; display: block; font-size: .22rem;color:#666;}
.join-listt ul li a{font-size: .22rem;color:#666;}

/*联系我们*/
.contact-map{width: 6rem; height: 3.5rem; border: 1px solid #d4d4d4; margin: 0 auto;}
.contact-map iframe{width: 6rem; height: 3.5rem;}
.contact-content{width: 6rem; text-align: left; font-size: .22rem; margin: .2rem auto;}
.contact-content p{padding-bottom: .1rem; color: #616161;}
.contact-content p:first-child{font-size: .22rem; color: #e2a641; margin-top: .1rem;}
.contact-content p img{margin-right:.05rem; width:.2rem;}
.contact-content p span{font-weight: bold; color: #000;}

/*内页产品订购*/
.order-enter{text-align: center; width: 100%; margin: .2rem 0;}
.order-enter a{padding: .1rem .3rem; background: #c91a1d; color: #fff; font-size: .26rem;}
.order-enter a:hover{background: #191a1a;}

.order-t{font-size: .36rem; color: #c91a1d; font-weight: bold; text-align: center; margin-bottom: .3rem; margin-top: .3rem;}
.order-title{width: 100%;}
.order-title ul li{float: left; height: .7rem; line-height: .7rem; background: #c91a1d; text-align: center; border-right: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .26rem; font-weight: bold;}
.order-title ul li:first-child{width: 19%;}
.order-title ul li:nth-child(2){width: 80%;}
.order-title input{-webkit-appearance: checkbox}
	

.order-item{width: 100%;}
.order-item ul li{float: left; height: 1rem; font-size: .24rem; text-align: center; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;}
.order-item ul li:first-child{width: 19%; border-left: 1px solid #e5e5e5;}
.order-item ul li:first-child input{margin-top: .4rem;}
.order-item ul li:nth-child(2){width: 80%; color: #c91a1d; text-align: left;}
.order-item ul li:nth-child(2) p{margin-top: .2rem;}
.order-item ul li:nth-child(2) img{width: 1.08rem; height: .8rem; border: 1px solid #e5e5e5; margin-left: .1rem; margin-right: .1rem; margin-top: .08rem; float: left;}
.order-item ul li:nth-child(2):hover img{border: 1px solid #c91a1d;}
.order-item ul li:nth-child(2) span{color: #939393; font-size: .22rem;}
.order-item input{-webkit-appearance: checkbox}

	
#xz{height:.8rem; line-height:.8rem; margin-bottom: .2rem; width: 100%; font-size: .22rem;}
#xz font{font-size: .26rem; font-weight: bold; color:#c91a1d;}
#in_num, #sp_num{ color:red; font-weight:bold; font-size:20px; padding:0 5px;}
.lskdo{width:40px; text-align:center;}

.order-form{width: 100%;}
.order-form ul li{width: 100%; margin-bottom: .1rem;}
.order-form ul li:nth-child(4){width: 3rem;}
.order-form ul li:nth-child(5){width: 1.6rem;}
.order-input{width: 100%; height: .8rem; line-height: .8rem; background: #f9f9f9; border:1px #e5e5e5 solid; text-indent: .1rem; font-size: .26rem;}
.order-input:hover{border:1px #c91a1d solid;}
.order-inputt{width: 100%; height: .8rem; line-height: .8rem; background: #c91a1d; text-align: center; color: #fff; font-size: .24rem; display: block;}
.order-inputt:hover{background: #2c2929; color: #fff;}
.order-inputtt{width: 1.8rem; height: .8rem; line-height: .8rem; background: #f9f9f9; border:1px #e5e5e5 solid; text-indent: .1rem; font-size: .26rem; margin-right: .1rem;}
.order-inputtt:hover{border:1px #c91a1d solid;}

/*文章-图片上一个下一个*/
.text{color:#999; font-size:.22rem; line-height: .4rem; border-top:1px solid #e5e5e5; padding-top: .2rem}


/*内页留言反馈*/
.message_content_content{width: 6.0rem; margin: 0 auto; padding-bottom: .5rem;}
.message_title{font-size: .4rem; text-align: center; font-weight: bold; padding-bottom: .5rem; padding-top: .5rem;}
.message_content_content li{margin-bottom: .1rem;}
.message_content_content li textarea{font-family:"Microsoft YaHei";}
.msg_inputt{width: 100%; height: .6rem; background: #fff; border:1px #EFEFEF solid; line-height: .6rem; text-indent: .2rem; font-size: .24rem;}
.msg_submitt{width:2rem; height: .6rem; background: #c91a1d; color: #fff; line-height: .6rem; text-transform: uppercase; border: none; font-size: .24rem;}

/*分页样式*/
.page_info{text-align:center; margin-top:20px; color:#333;}
.page_info span{padding:0 2px;font-weight:bold; color: #ed0000;}
.page_list{line-height:.2rem; text-align:center; letter-spacing:0; font-size:.22rem; margin-top:.4rem; margin-bottom:.4rem; width: 100%;}
.page_list a{display:inline-block; background: #e6e6e6; text-align:center; padding:.08rem .13rem; margin:.05rem .05rem; border-radius: .05rem;}
.page_list a:hover{color:#fff; background:#c91a1d;}
.page_list a.on{color:#fff;background:#c91a1d; font-weight: bold;}












