@charset "utf-8";
/* reset */

html {
	font-family: Arial, "Microsoft YaHei";
	font-size: 62.5%;
	color: #333;
	-webkit-text-size-adjust: none;
}
body, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, form, input, textarea, th, tr, td, select, figure, figcaption {
	margin: 0;
	padding: 0;
}
body {
	font-size: 1.6rem;
	font-family: Arial, 微软雅黑;
	color: #666;
	margin: 0 auto;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
em, i {
	font-style: normal;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:focus {
	text-decoration: none;
	outline: none;
}
 a:fover {
text-decoration: none;
outline: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* public */



.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img_box, .pic_box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.main {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.btn {
	font-family: '微软雅黑';
	cursor: pointer;
}
.bl {
	display: inline-block;
	float: left;
}
.br {
	display: inline-block;
	float: right;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
.text_omit {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.img_fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 页头 */



.header {
	top: 0;
	z-index: 9999;
	width: 100%;
	background: url(../images/zm_03.jpg) left center no-repeat #000;
	background-size: auto 90%;
	padding: 21px 15px;
	box-sizing: border-box;
}
.header .main {
	display: flex;
	justify-content: space-between;
}
.header h1 {
	width: 199px;
	height:100%;
}
.header h1 a {
	width:100%;
	height:100%;
	display: block;
	text-indent: -9999px;
}
.menu {
	float: left;
	position: relative;
	padding-top: 10px;
}
.menu .menu-icon {
	display: inline-block;
	width: 40px;
	height: 36px;
	cursor: pointer;
	position: relative;
}
.menu span {
	background: #fff;
	display: inline-block;
}
.header.change .menu span {
	background: #fff;
}
.menu .s6 {
	width: 40px;
	height: 3px;
	position: absolute;
	top: 6px;
	left: 0;
}
.menu .s7 {
	width: 20px;
	height: 3px;
	position: absolute;
	top: 1.6rem;
}
.menu .s8 {
	position: absolute;
	right: 0;
	top: 15px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}
.menu .s9 {
	width: 40px;
	height: 3px;
	position: absolute;
	top: 26px;
	left: 0;
}
.menu .s10 {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	position: absolute;
	top: 1.6rem;
	left: 18px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.open-nav .menu span {
	background: #fff;
}
.open-nav .menu .s8 {
	width: 18px;
	right: 0;
	top: 27px;
	height: 3px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-radius: 0;
}
.open-nav .menu .s7 {
	width: 18px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 6px;
	right: 0px;
}
.open-nav .menu .s6 {
	width: 18px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 6px;
	left: 0px;
}
.open-nav .menu .s9 {
	width: 18px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 27px;
	left: 0px;
}
.open-nav .menu .s10 {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.menu .menu-icon * {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.search_btn {
	width: 36px;
	height: 35px;
	padding-top: 10px;
	background: url(../images/search.png) center 10px no-repeat;
	background-size: auto 35px;
}


.banner {
	width: 100%;
	height:auto;
}
.banner .swiper-slide {
	width: 100%;
	height: 100%;
}
.banner .swiper-slide img { width:100%; height: auto;}

.banner .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	border-radius: 0;
	background-color: #000;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background-color: #c72227;
}
/* 显示导航 */



.aside-nav {
	width: 100%;
	padding-top: 100px;
	background: rgba(24, 37, 43, .8);
	position: absolute;
	box-sizing: border-box;
	left: -110%;
	z-index: 1000;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.open-nav .aside-nav {
	left: 0;
	-webkit-transform: translateX(0);
}

@media (max-width:991px) {
.header {
	padding: 15px 15px;
}
.header h1 {
	width: 175px;
	height: 50px;
	background-size: auto 50px;
}
}

@media (max-width:768px) {
.aside-nav {
	padding-top: 84px;
}
}

@media (max-width:640px) {
.header {
	padding: 10px 15px;
}
.header h1 {
	width: 140px;
	height: 45px;
	background-size: auto 40px;
}
.aside-nav {
	padding-top: 74px;
}
}

@media (max-width:480px) {
.menu {
	order: 1;
}
.search_btn {
	display: none;
}
.aside-nav {
	padding-top: 70px;
}
}
 .mNav::-webkit-scrollbar {
width: 2px;
}
 .mNav::-webkit-scrollbar-track {
background: #fff;
}
 .mNav::-webkit-scrollbar-thumb {
background: #c3c3c3;
}
 .mNav::-webkit-scrollbar-thumb:window-inactive {
background: #128dc0;
}
.mNav {
	height: 100%;
	overflow-y: auto;
}
.mNav li {
	padding: 5px 25px;
	box-sizing: content-box;
}
.mNav .v1 {
	display: block;/*padding-left: 25px;*/
	line-height: 40px;
	font-size: 1.4rem;
	border-bottom: 1px #fff solid;
	background: url(../images/a2.png) no-repeat right 25px center;
	color: #fff
}
.mNav dl {/*background-color: #f0f5fa;*/
	line-height: 45px;/*padding: 10px 25px;*/
	font-size: 12px;
	border-bottom: 1px solid #fff;
	display: none;
}
.mNav dl dd:last-child {
	border-bottom: none;
}
.mNav dl dd a {
	display: block;
	line-height: 45px;
	border-bottom: 1px #fff solid;
	color: #fff
}
/**/




.serch{ width:90%; height:2em; margin:20px auto; border:1px solid #e6e6e6; border-radius:5px;padding:5px; box-sizing:content-box}

.serch .key { border:none; width:70%; height:2em; line-height:2em;font-size:1.4rem; float: left}

.serch .search_submit{ width:auto; height:2em; overflow: hidden; float: right;margin-right:5px;}



.intil {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	width: 100%;
	max-width: none;
	padding:15px;
	text-align:left;
	box-sizing: border-box;
	background-color:#ededed;
	position: relative;
}
.intil h3 {
	font-size:2rem;
	color: #000;
}
.intil p {
	font-size: 1.4rem;
	color: #6f6f6f;
	padding-top: 5px;
	text-transform: uppercase;
}

.intil  a{ position: absolute; right:15px; top:25px; border:1px solid #000; padding:3px 8px; color:#000}


/**/
.iprolist{ width:100%; height: auto; box-sizing: border-box; padding-bottom:70px}
.iprolist li{ width:100%; height: auto; overflow: hidden; position:relative}
.iprolist li img{ width:100%; height: auto;}
.iprolist li h3{ position: absolute; font-size:2.4rem; color:#fcf9f9; z-index:1; bottom:30px; }
.iprolist li:nth-child(2n) h3{ right:30px;}
.iprolist li:nth-child(2n+1) h3{left:30px; }




.infot {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-width: none;
	text-align: center;
	color: #6a6a6a;
}
.flogo {
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	border-bottom: 3px solid #475055;
	box-sizing: border-box;
}
.ftxt {
	margin: 0 auto;
	width: 90%;
	height: 70%;
	padding: 0 15px;
	padding-top: 35px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	color: #6a6a6a;
}
.ftxt h3 {
	font-size: 3rem;
	line-height: 3em;
	color: #333
}
.ftxt h4 {
	font-size: 1.4rem;
	line-height: 2em;
}
.ftxt p {
	font-size: 2rem;
	line-height: 2em;
}
.ftxt img {
	max-width: 60%
}
.ftxt .tel {
	width: 80%;
	height: 5rem;
	margin: 0 auto;
	background: url(../images/foot1.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center
}
.ftxt .tel a {
	line-height: 5rem;
	font-size: 2rem;
	color: white
}
.ficon {
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 10px;
}
.ficon li {
	width: 30px;
	height: 30px;
	display: inline-block;
	padding: 0 5px
}
.ficon li img {
	width: 30px;
	height: 30px;
}
.fcopy {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: 70px;
	padding: 0 15px;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 3em;
	color: #555;
}
.fmenu {
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 99;
	bottom: 0;
	padding: 5px 0;
	background: #000;
	box-sizing: border-box
}
.fmenu li {
	width: 25%;
	height: 50px;
	float: left;
	text-align: center;
}
.fmenu li b {
	display: inline-block;
	width: 100%;
	color: #fff;
	line-height: 20px;
	height: 20px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1rem
}
.fmenu li i {
	display: inline-block;
	width: 100%;
	height: 30px;
}
.fmenu li i img {
	max-height: 25px;
	margin-top: 2px
}
/**/







.catlist {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #323232
}
.catlist li{ width:100%; height: auto; overflow: hidden; position:relative}
.catlist li img{ width:100%; height: auto;}
.catlist li h3{ position: absolute; font-size:2.4rem; color:#fcf9f9; z-index:1; bottom:30px; }
.catlist li:nth-child(2n) h3{ right:30px;}
.catlist li:nth-child(2n+1) h3{left:30px; }

/**/



.leftmenu {
	height: auto;
	margin: 5px auto;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}
.listss {
	width: 100%;
	margin: 5px 0;
	overflow: hidden;
	text-align: left;
}
.listss a {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	margin-left: 15px;
	color: #999;
	height: 50px;
	line-height: 50px;
	font-size:1.4rem;
}
.listss a::after {
	content: '';
	height: 3px;
	width: 100%;
	background: #0a1440;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}
.listss a:hover::after,  .listss a.on::after {
	display: block;
}
.cshow {
	width: 94%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 1.6rem;
	padding-top: 3rem;
	color: #999
}
.cshow p {
	font-size: 1.4rem;
}
.cshow a {
	font-size: 1.4rem;
}
.cshow img {
	max-width: 100%
}
#imgshow {
	width: 95%;
	height: auto;
	margin: 0 auto;
	overflow: hidden
}
#imgshow figure {
	width: 48%;
	float: left;
	margin: 10px 1%;
	text-align: center
}
#imgshow .img-dv {
	width: 100%;
}
#imgshow .img-dv img {
	width: 100%;
	height: 200px;
}
#imgshow figcaption {
	font-size: 1.6rem;
}
/**/




.block { width: 100%; margin: 0;padding: 0; overflow-x: hidden;}
.fenlan2{margin-top: 1rem; padding:.3rem .2rem .2rem .2rem;}
.fenlan2 .fenlei{margin-bottom:1rem; position: relative;}
.fenlan2 .fenlei .hide{height: .6rem; overflow: hidden;}
.fenlan2 .fenlei .show{height:auto;}
.fenlan2 .fenlei .more{position: absolute; top: .1rem; cursor: pointer; color:#1a2c78; font-size: .26rem; right: 0; width:.8rem;}
.fenlan2 .fenlei .more i{margin-top: .05rem;}
.fenlan2 .fenlei .one{background-color: #1a2c78; font-size:1.4rem; line-height:3rem; width:6rem; color: #fff; flex-shrink: 0; text-align: center;transform: skewX(-10deg);}
.fenlan2 .fenlei .two{box-sizing: border-box;line-height:.4rem; height:.5rem; width: .5rem; text-align: center; margin-right: .2rem; margin-left: .2rem; flex-shrink: 0;font-size:1.2rem;}
.fenlan2 .fenlei .two.on {color:#1a2c78; font-weight: bold; border-bottom: 2px solid #1a2c78;}
.fenlan2 .fenlei .three{flex-grow: 1; padding-left:1rem;}
.fenlan2 .fenlei .three a{box-sizing: border-box;line-height:3rem; height:3rem;  font-size:1.4rem; margin:0 1rem 0 0;}
.fenlan2 .fenlei .three1 a{margin:0 .5rem 0 0;}
.fenlan2 .fenlei .two:hover,.fenlan2 .fenlei .three a:hover{border-bottom: 1px solid #1a2c78; color: #1a2c78;}
.fenlan2 .fenlei .three a.on{border-bottom: 2px solid #1a2c78; color: #1a2c78; font-weight: bold;}
.fenlan2 .fenlei1 .one{background-color: transparent;}
.fenlan2 .fenlei1 .three{background-color:#eee; padding:.1rem .2rem;}
.fenlan2 .fenlei1 .three a{margin-bottom: 0; margin-right: .3rem; font-size:1.2rem;}
.fenlan2 .fenlei3{border-bottom: 1px solid #eee; padding-bottom: .3rem;}
.flex-nlt {display:flex; justify-content: flex-start; align-items: flex-start; flex-direction: row; flex-wrap: nowrap;}




.rpomenu{ width:50%; height:auto; overflow: hidden; margin:2rem auto;}
.rpomenu li{ width:100%; height:3rem; line-height:3rem; background-color:#1a2c78; text-align: center; font-size:1.6rem; border-radius:5rem;  overflow: hidden; margin:0.8rem auto;}
.rpomenu li a{color:white}


.nvabar {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #E3E3E3;
	margin-top: 35px
}
.nvabar .type {
	width: 100%;
	padding-bottom: 10px
}
.nvabar .type p {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #f4f4f4;
	color: #333;
	text-indent: 1em
}
.nvabar .type a {
	display: inline-block;
	padding: 8px;
	margin: 3px;
	font-size: 1.2rem;
	color: #333;
}
.nvabar .type a.active {
	background: #e70114;
	color: #fff;
}
.nvabar .type1 {
	width: 100%;
	border-top: 1px solid #E3E3E3;
	padding: 10px 0
}
.nvabar .type1 p {
	width: auto;
	height: 35px;
	line-height: 35px;
	background: #727272;
	color: #333;
	text-indent: 1em
}
.nvabar .type1 a {
	display: inline-block;
	padding: 8px;
	margin: 3px;
	font-size: 1.2rem;
	color: #333;
}
.nvabar .type1 a.active {
	background: #e70114;
	color: #fff;
}
.nvabar .type1 .cc {
	background: #727272;
	color: white;
}



.inproduct{padding: .3rem .2rem;box-sizing: border-box; height: auto; overflow: hidden; margin-top:3rem;}
.inproduct{ margin-bottom: .3rem; border: 0;}
.inproduct li{width: 49%; margin-bottom:1rem; overflow: hidden; box-sizing: border-box; padding: 0 1rem; float: left}
.inproduct li a h2{padding:.25rem .1rem 0 .1rem; font-size: .25rem; line-height: .35rem; color:#4c4948; text-align: center;}
.inproduct li a>div.img{width:100%;overflow: hidden;padding: 0;box-sizing: border-box;box-shadow: .6rem .6rem .6rem 0 #8c8c8c;}
.inproduct li a>div.img img{width: 100%; max-height:100%;  }
.inproduct li .tit{padding:.1rem .1rem; width: 100%; box-sizing: border-box ;border-top:0; height:3rem !important; color: #000;}
.inproduct li .tit>div{font-size:1.5rem;text-align:center;line-height:3rem; width:98%; overflow: hidden;}
.inproduct li.nodata{width: 100%;}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flex-c {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
/**/







.show {
	width: 96%;
	padding: 0px 2%;
	margin-top: 20px;
	height: auto; 
	overflow: hidden;
}




.flex-nbc{display: -webkit-flex; /* Safari */display: flex;flex-direction: row;flex-wrap:nowrap;justify-content:space-between;align-items:center; align-content: flex-start; }
#bigProimg{}
#bigProimg .swiper-slide{cursor: pointer; position: relative;overflow: hidden; display: flex !important;}
#bigProimg .swiper-slide img{width:100%;}
#bigProimg .swiper-slide p{line-height:.5rem; text-align: center; color: #000; font-size: .28rem; width: 100%; position: absolute; top: 0; left: 0; margin-bottom: 0; text-shadow: 0 0 5px #fff;}
.small-items{margin-top: 1rem; margin-bottom:0; background-color: #eee;}
.small-items .item-prev,.small-items .item-next{font-size: 2rem; width: 2rem; flex-shrink: 0; text-align: center; cursor: pointer; outline: none;}
#proThumbs{flex-grow: 1;}
#proThumbs .swiper-slide{cursor: pointer;
opacity:0.7;
overflow: hidden;
display: flex !important;
}
#proThumbs .swiper-slide img{width: 100%;}
#proThumbs .swiper-slide-thumb-active{
opacity:1;
border:2px solid #1a2c78;
}
#proSwiper-btn{margin-bottom: 2rem;font-size: 1.6rem; margin-top:1rem}
#proSwiper-btn.swiper-pagination{position: relative;}
#proSwiper-btn.swiper-pagination-fraction{bottom: 0;}


.row{ width:100%; background-color:#eee; margin:0 auto; box-sizing: border-box; padding:2rem;}

.my-pro-canshu{ padding:1rem; box-sizing: border-box; }
.my-pro-canshu .title{ line-height:1.5rem; font-size:1.4rem; color: #1a2c78; border-bottom: 1px solid #ccc; padding-bottom:0.5rem; padding-top:0.5rem; margin: 0; padding-right: 1rem; position:relative;}
.my-pro-canshu li{ margin:1rem 0; }
.my-pro-canshu li:last-child{ margin-bottom: 0; }
.my-pro-canshu li div{box-sizing:border-box;}
.my-canshu-tit{padding: 0; height:2rem; line-height:2rem; font-size:1.4rem; text-align: center; width:7rem; background-color: #444; overflow: visible; color: #fff; position: relative; flex-shrink: 0; transform: skewX(-10deg);}
.flex-tlnc{display: -webkit-flex; /* Safari */display: flex;flex-direction: row;flex-wrap:nowarp;justify-content:flex-start;align-items:flex-start; }
.my-canshu-value{ text-align: left; padding-left: 1.5rem; line-height: 1.5rem;}
.pro-texing>div.part1{margin-bottom: 0; margin-top:.07rem; width: 100%;}
.pro-texing>div.part1 span{border-radius: 5px; font-size: 1.4rem; padding: .8rem 1rem; background-color: #c4c3c3; color: #000; margin-right:1rem; margin-bottom:1rem; line-height: 3rem; word-break: break-all;}
.pro-texing>div.part2{width: 100%;}
.pro-texing>div.part2 img{width:5rem; height:auto; margin:0 0.8rem 0.8rem 0;}

.flex-lc{display: -webkit-flex; /* Safari */display: flex;flex-direction: row;flex-wrap: wrap;justify-content:flex-start;align-items:center; }


.row .tit{padding-top:2rem; padding-bottom: 2rem;}
.row .tit div{padding: 0 1rem;}
.row .tit div:first-child{background-color: #444; color:#fff; width:6rem; flex-shrink: 0;padding:0.5rem 1rem 0.8rem 1rem; font-size: 1.4rem;transform: skewX(-10deg); text-align: center}
.row .tit div.tit1{width:7rem;}
.row .tit div:last-child{background-color: #ccc; color:#000;  text-transform: uppercase; font-weight: bolder;font-family:'yingwen','Arial','Sans-Serif'; font-size: 1.2rem; flex-grow: 1; height:3rem; line-height:3rem; padding-top: .05rem;transform: skewX(-10deg);}

.my-pro-txt{width:100%; height: auto; box-sizing: border-box; padding:1rem; font-size:1.4rem; margin:1rem auto;}
.my-pro-txt img{max-width:100%;}




.moreimg {
	width: 100%;
	padding: 0 10px;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.moreimg .swiper-slide {
	background-repeat: no-repeat;
	background-size: contain;
	height: 50px;
	background-position: center;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.moreimg li {
	width: 18%;
	margin: 10px 1%;
	height: auto;
	box-sizing: border-box;
	float: left;
}
.moreimg img {
	vertical-align: middle;
}
.moreimg .swiper-slide-thumb-active {
	border: 1px solid #989898;
}











.pro_next {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 25px;
	font-size: 1.4rem;
}
.pro_next a {
	width: 30%;
	height: 35px;
	border: 1px solid #CCC;
	display: block;
	float: left;
	margin: 0 9%;
	text-align: center;
	line-height: 35px;
	font-size: 1.4rem;
}


.pro_show_con {
	clear: both;
	margin-top: 15px;
}
.pro_show_con .info {
	font-weight: normal;
	height: 3rem;
	line-height: 3rem;
	background: none;
	margin: 0 auto;
	width: 90%;
	overflow: auto;
}
.pro_show_con .info h2 {
	width: 50%;
	display: block;
	float: left;
	text-align: left;
	font-size: 1.8rem;
	color: #002744;
	font-weight: 500;
}
.pro_show_con .info h3 {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	font-size: 1.4rem;
}
.pro_show_con .con1 .fll {
	width: 95%;
	margin: 0 auto;
	float: none;
	border-bottom: 1px dashed #999;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.pro_show_con .con1 .fll .bpic {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.pro_show_con .con1 .fll img {
	max-width: 100%;
	max-height: 600px
}
.pro_show_con .con1 .fll h1 {
	font-size: 2rem;
	font-weight: 500;
}
.pro_show_con .con1 .fll .line {
	width: 25px;
	height: 3px;
	background: #111;
	margin: 35px 0 10px 0;
}
.pro_show_con .con1 .fll .name {
	font-size: 1.8rem;
	line-height: 32px;
	height: 35px;
	color: #002744;
	margin-left: 15px;
	margin-top: 15px
}
.pro_show_con .con1 .fll .size {
	font-size: 1.2rem;
	line-height: 30px;
	height: 30px;
	color: #555;
	margin-left: 15px;
	border-radius: 30px;
	margin-top: 15px
}
.pro_show_con .con1 .frr {
	width: 96%;
	margin: 0 auto;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	overflow: hidden;
	border-bottom: 1px dashed #999;
	padding-bottom: 15px;
}
.pro_show_con .con1 .frr h2 {
	font-weight: normal;
	font-size: 2rem;
	height: 45px;
	line-height: 45px
}
.pro_show_con .con1 .frr .p {
	line-height: 2rem;
	margin: 20px 0;
	padding-bottom: 10px;
	font-size: 1.2rem;
}
.pro_show_con .con1 .frr li {
	width: 12%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.pro_show_con .con1 .frr .mpro {
	width: 100%;
	margin: 0 auto;
}
.pro_show_con .con1 .frr .mpro li {
	width: 20%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.pro_show_con .con1 .frr .mpro li img {
	width: 100%;
}
.pro_show_con .con1 .frr .bar {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	line-height: 26px;
}
.pro_show_con .con1 .frr .bar img {
	max-width: 70%;
}
.pro_show_con .con1 .frr .b {
	text-align: left;
	color: #4f4f4f;
	font-size: 1.8rem;
	width: 100%;
	display: 700;
	background: url(../images/icon_5.jpg) left center no-repeat;
	background-size: 25px 3px;
	padding-left: 35px;
	box-sizing: border-box
}
.pro_show_con .con1 .cont {
	width: 95%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.pro_show_con .con1 .cont img {
	max-width: 100%
}
.pro_show_con .mpros {
	width: 100%;
	margin: 25px auto;
	height: 6rem;
	overflow: hidden;
}
.mpros .btn {
	text-align: center;
	overflow: hidden;
}
.mpros .btn a {
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1.2rem;
	font-weight: normal;
	height: 2rem;
	line-height: 2rem;
	margin: 0 5%;
	text-align: center;
	width: 40%;
	border: 1px solid #035d87;
	box-sizing: border-box;
}
.mpros .btn .btn-1 {
	background-color: #18252b;
}
.mpros .btn .btn-2 {
	background-color: #18252b;
}
.mpros .tel {
	padding-top: 1.5rem;
	height: 1.4rem;
	line-height: 3rem;
	text-align: center;
}
.mpros .tel p {
	font-size: 1.2rem;
	color: #666;
}
.mpros .tel span {
	font-size: 1.4rem;
	color: #e60012;
	font-weight: bold;
}
.tab-menu {
	padding: 40px 15px;
}
.tab-menu h2 {
	font-size: 20px;
	color: #333;
}
.tab-menu h2 i {
	font-size: 18px;
	color: #999b9f;
	padding-left: 15px;
}
.spage {
	height: 80px;
	margin: 20px auto 0 auto;
	text-align: center;
}
.spage a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 1px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0px 1px 4px #eee;
	font-size: 1.4rem;
	background: #fff;
}
.spage a.back {
	color: #777;
	background: #fff;
	margin: 0 5px;
	padding: 0 10px;
	border: 1px solid #fff;
}
.spage a.np {
	margin: 0 5px;
	padding: 0 15px;
}
.spage a.back:hover {
	background: #333;
	color: #fff;
}
.spage a.np:hover {
	border-color: #777;
}
/**/



.w1050 {
	margin: 0 auto;
	width: 98%;
	position: relative;
	padding: 0 1%;
	margin-bottom: 40px
}
.news_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto
}
.news_box li {
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 10px 1%;
}
.news_box .list {
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #fff;
	margin-bottom: 15px;
}
.news_box .list:hover, .news_box .list:active {
	border: 1px solid #ededed;
}
.news_box .list .pic_box {
	height: 150px;
}
.news_box .list .pic_box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news_box .list .txt_box {
	padding: 20px 0;
	min-height: 60px;
}
.news_box .list .txt_box h4 {
	font-size: 1.6rem;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_box .list:active .txt_box h4, .news_box .list:hover .txt_box h4 {
	color: #0a1440;
}
.news_box .list .txt_box p {
	font-size: 1.4rem;
	color: #999;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_box .list span.day {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 1.4rem;
	color: #666;
	border-top: 1px solid #ededed;
	background: url(../images/tag3.png) no-repeat right 5px center;
	position: relative;
}
/**/







.body3_r3 {
	font-size: 1.2rem;
	width: 90%;
	margin: 15px auto;
	text-align: center;
	color: #000
}
.body3_r5 {
	font-size: 1.2rem;
	width: 90%;
	margin: 0 auto
}
.body3_r5 p {
	font-size: 1.2rem;
}
.body3_title {
	height: 45px;
	line-height: 45px;
	font-weight: bolder;
	color: #0d2f6c;
	width: 1200px;
	margin: 0 auto;
}
.body3_title p {
	width: 50%;
	text-align: left;
	font-size: 1rem;
	font-weight: normal;
	padding-right: 25px;
	text-indent: 20px;
}
.body3_title p a {
	color: #0d2f6c;
	font-size: 1.2rem;
}
/**/







.dede_pages {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.dede_pages ul {
	padding: 12px 0px;
}
.dede_pages ul li {
	display: inline-block;
	font-family: Tahoma;
	margin-right: 5px;
	border: 1px solid #E9E9E9;
	min-width: 20px;
	height: 30px;
	line-height: 30px;
}
.dede_pages ul li a {
	min-width: 20px;
	padding: 0 5px;
	height: 100%;
	color: #555;
	font-size: 1rem;
	display: block;
}
.dede_pages ul li a:hover {
	color: #fff;
	background-color: #e70114;
	text-decoration: none;
}
.dede_pages ul li.thisclass,  .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	font-weight: bold;
	color: #fff;
	background-color: #e70114;
}
.dede_pages .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 1.6rem;
	color: #999;
}
.dede_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}
.dede_pages .npr {
	width: 2rem;
	height: 30px;
	background: url(../images/page_next.png) center no-repeat #e70114;
	background-size: 80% auto
}
.dede_pages .ppr {
	width: 2rem;
	height: 30px;
	background: url(../images/page_prev.png) center no-repeat #e70114;
	background-size: 80% auto
}
