@charset "utf-8";
/*@font-face {
	font-family: "汉仪菱心体简";
	src: url("汉仪菱心体简.ttf");
}*/
* {
	padding: 0px;
	margin: 0px;
}
header, section, footer, article, aside, nav, main, figure, figcaption, hgroup {
	display: block;
}
input {
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
body {
	line-height: 140%;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
a {
	color: inherit;
	text-decoration: none;
	transition: .3s;
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
}
ul, ol, li {list-style: none;}

.clear {clear:both;}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.ulclearfix ul:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.wrapper {
	position: relative;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	margin: auto;
}
.layout {
	box-sizing: border-box;
	width: 1200px;
	margin: auto;
}


/*=================头部=================*/
.header {
	background: #f0f0f0;
}

.h-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}
.h-top-l {
	flex: 1;
}
.h-top-l dt {
	float: left;
	font-size: 14px;
	color: #696969;
	font-weight: bold;
}
.h-top-l dt a {
	font-weight: normal;
	cursor: pointer;
	transition: .3s;
}
.h-top-l dd {
	float: left;
	height: 16px;
	padding-left: 15px;
	margin-top: 4px;
	margin-left: 15px;
	border-left: 1px solid #c0c0c0;
	line-height: 14px;
	font-size: 14px;
	color: #696969;
}
.h-top-l dd a {
	margin-right: 5px;
}
.h-top-l a:hover {
	color: #0054a3;
}

.h-top-r {}
.h-top-r a {
	display: inline-block;
	padding: 0px 8px;
	line-height: 40px;
	font-size: 14px;
	color: #696969;
}
.h-top-r a i {
	margin-right: 3px;
	color: #0557a5;
}
.h-top-r a:hover {
	background: #f9f9f9;
	color: #0557a5;
}


.h-bottom {
	height: 100px;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
}
.logo {
	float: left;
	margin-top: 18px;
}


.h-search {
	position: relative;
	float: right;
	width: 250px;
	height: 30px;
	margin-top: 35px;
	margin-left: 40px;
}
.h-search i {
	position: absolute;
	top: 6.5px;
	left: 6.5px;
	z-index: 2;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/hsearch.png) no-repeat center;
}
.h-search input {
	float: left;
	box-sizing: border-box;
	width: 198px;
	height: 30px;
	padding-left: 30px;
	padding-right: 10px;
	border: 1px solid #d3d3d3;
	border-right: 0px;
	outline: none;
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	transition: .3s;
}
.h-search input:focus {
	border-color: #e72629;
}
.h-search button {
	width: 52px;
	height: 30px;
	border: 0px;
	background: #e72629;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}


.meun {
	position: relative;
	float: right;
}
.meun ul {}
.meun ul li {
	float: left;
	height: 58px;
	margin-top: 40px;
	margin-left: 34px;
	line-height: 20px;
	font-size: 16px;
	color: #333333;
	letter-spacing: 6px;
}
.meun ul li:nth-of-type(1) {
	margin-left: 20px;
}
.meun ul li.phonelook {
	position: relative;
	letter-spacing: 0px;
}
.meun ul li:hover a,
.meun ul li.active a {
	color: #e62129;
}
.meun ul li a i {
	margin-left: -8px;
	font-size: 14px;
}
.meun ul li.phonelook a i {
	margin-left: 0px;
	margin-right: 6px;
	font-size: 20px;
}

.meun ul li .second-nav {
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	z-index: 2;
	padding: 20px 0px;
	border-top: 2px solid #e72629;
	background: #fff;
	pointer-events: none;
    opacity: 0;
    transition: .3s;
}
.meun ul li:hover .second-nav {
	pointer-events: auto;
	opacity: 1;
}
.meun ul li .second-nav dl {}
.meun ul li .second-nav dl dd {
	float: left;
	box-sizing: border-box;
	padding: 0px 8px;
	height: 15px;
	overflow: hidden;
	margin-bottom: 20px;
	border-left: 2px solid #9a9a9a;
	line-height: 14px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.meun ul li .second-nav dl dd:nth-of-type(8n+1) {
	border-left: 0px;
}
.meun ul li .second-nav dl dd a {
	font-size: 14px;
	color: #696969;
	letter-spacing: 4px;
}
.meun ul li .second-nav dl dd a:hover, 
.meun ul li .second-nav dl dd a.active2 {
	color: #e62129;
}

.meun ul li .second-nav dl dt {
	width: 440px;
	margin: auto;
}
.meun ul li .second-nav dl dt img {
	transition: .3s;
}
.meun ul li .second-nav dl dt img:hover {
	opacity: .8;
}

.meun ul li.phonelook img {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 2;
	box-sizing: border-box;
	width: 120px;
	max-width: 120px;
	margin-left: -60px;
	border: 1px solid #afafaf;
	background: #fff;
	pointer-events: none;
    opacity: 0;
    transition: .3s;
}
.meun ul li.phonelook:hover img {
	pointer-events: auto;
	opacity: 1;
}
/*=================/头部=================*/



/*=================广告=================*/
.guanggao1 {
	display: block;
	width: 100%;
	margin: 20px auto;
}

.guanggao2 {}
.guanggao2 a {
	float: left;
	margin-left: 18px;
}
.guanggao2 a:nth-of-type(1) {
	margin-left: 0px;
}
.guanggao2 img {
	width: 388px;
	height: 100px;
}
/*=================/广告=================*/



/*=================index-box1=================*/
.index-box1 {}
.index-box1-left {
	float: left;
	width: 828px;
}
.index-box1-left-t {}
.onenews {
	position: relative;
	float: left;
}
.onenews ul {}
.onenews ul li {
	position: relative;
	width: 550px;
	height: 412px;
	overflow: hidden;
}
.onenews ul li img {
	width: 100%;
	height: 100%;
	transition: .6s;
}
.onenews ul li:hover img {
	transform: scale(1.03);
}
.onenews ul li h6 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding: 0px 20px;
	background: rgba(0,0,0,.7);
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}
.onenews .prev {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 2;
	width: 25px;
	height: 40px;
	margin-top: -20px;
	background: rgba(0,0,0,.6) url(../images/prev1.png) no-repeat center;
	cursor: pointer;
}
.onenews .next {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 2;
	width: 25px;
	height: 40px;
	margin-top: -20px;
	background: rgba(0,0,0,.6) url(../images/next1.png) no-repeat center;
	cursor: pointer;
}
.onenews .prevStop,
.onenews .nextStop {
	opacity: 0;
}

.twonews {
	float: right;
	width: 268px;
}
.twonews-box {
	position: relative;
	height: 200.75px;
	overflow: hidden;
	margin-bottom: 10px;
}
.twonews-box img {
	width: 100%;
	height: 100%;
	transition: .6s;
}
.twonews-box:hover img {
	transform: scale(1.03);
}
.twonews-box h6 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding: 0px 20px;
	background: rgba(0,0,0,.7);
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}
.twonews-box:hover h6 {
	bottom: 10px;
}


.title1 {
	padding: 0px 20px;
	margin-top: 20px;
	border: 1px solid #dddddd;
	border-top: 2px solid #e72629;
	line-height: 50px;
}
.title1 h5 {
	display: inline-block;
	font-size: 16px;
	color: #333333;
}
.title1 h5 span {
	font-size: 12px;
	color: #8b8b8b;
	font-weight: normal;
}

.title1 ul {
	float: right;
}
.title1 ul li {
	float: left;
	padding: 0px 12px;
	margin-top: 17px;
	border-left: 2px solid #afafaf;
	line-height: 16px;
}
.title1 ul li:nth-of-type(1) {
	border-left: 0px;
}
.title1 ul li a {
	font-size: 14px;
	color: #696969;
}
.title1 ul li a:hover {
	color: #0054a3;
}

.title1 .more {
	float: right;
	margin-top: 2px;
	font-size: 12px;
	color: #838383;
}
.title1 .more:hover {
	color: #0054a3;
}


.news1 {}
.news1 ul {}
.news1 ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #ccc;
}
.news1 ul li:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.news1 ul li .pic {
	float: left;
	width: 260px;
	height: 200px;
	overflow: hidden;
}
.news1 ul li .pic img {
	max-height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .6s;
}
.news1 ul li .pic img:hover {
	transform: scale(1.03);
}
.news1 ul li .summary {
	position: relative;
	float: right;
	width: 540px;
	height: 195px;
}
.news1 ul li .summary h6 {
	height: 30px;
	overflow: hidden;
	margin-bottom: 8px;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news1 ul li .summary h6 a:hover {
	color: #0054a3;
}
.news1 ul li .summary p {
	max-height: 72px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #696969;
}
.news1 ul li .summary time {
	position: absolute;
	bottom: 40px;
	left: 0px;
	display: block;
	font-size: 14px;
	color: #979797;
}
.news1 ul li .summary .outlink {
	position: absolute;
	bottom: 10px;
	left: 0px;
	display: block;
	font-size: 14px;
	color: #979797;
}
.news1 ul li .summary .outlink:hover {
	color: #0054a3;
}


.index-box1-right {
	float: right;
	width: 352px;
}

.title2 {
	border-bottom: 1px solid #e4e4e4;
	line-height: 55px;
	background: #f3f3f3;
}
.title2 h5 {
	float: left;
	padding-left: 8px;
	margin-top: 19.5px;
	border-left: 3px solid #e62129;
	line-height: 16px;
	font-size: 16px;
	color: #444;
	font-weight: normal;
}
.title2 a {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color: #838383;
}
.title2 a:hover {
	color: #0054a3;
}

.newsgd1 {
	height: 512px;
	overflow: hidden;
}
.newsgd1 .swiper-slide {
	box-sizing: border-box;
	padding: 20px 46px 20px 14px;
	border-bottom: 1px solid #e4e4e4;
	background: #f3f3f3 url(../images/newsgd1.png) no-repeat 315px 30px;
	transition: .3s;
}
.newsgd1 .swiper-slide h6 {
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
	color: #444;
	font-weight: normal;
}
.newsgd1 .swiper-slide:hover {
	background: #fff url(../images/newsgd1h.png) no-repeat 315px 30px;
}
.newsgd1 .swiper-slide:hover h6 a {
	color: #0054a3;
}
.newsgd1 .swiper-slide time {
	display: block;
	margin-top: 6px;
	font-size: 16px;
	color: #a5a5a5;
}


.word-news {
	margin: 15px 0px;
	text-align: center;
}
.word-news dt {
	font-size: 16px;
	color: #e62129;
	font-weight: bold;
}
.word-news dt a:hover {
	text-decoration: underline;
}
.word-news dd {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	max-width: 45%;
	height: 16px;
	overflow: hidden;
	margin: 2% 2% 0px 2%;
	padding: 0px 1.5%;
	line-height: 16px;
	font-size: 12px;
	color: #e62129;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.word-news dd:before {
	content: "[";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3px;
	height: 100%;
	font-size: 12px;
	color: #e62129;
}
.word-news dd:after {
	content: "]";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 3px;
	height: 100%;
	font-size: 12px;
	color: #e62129;
}
.word-news dd a:hover {
	text-decoration: underline;
}

.pic-news {
	position: relative;
}
.pic-news ul {}
.pic-news ul li {
	position: relative;
	height: 264px;
	overflow: hidden;
}
.pic-news ul li img {
	width: 100%;
	height: 100%;
	transition: .6s;
}
.pic-news ul li img:hover {
	transform: scale(1.03);
}
.pic-news ul li h6 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding: 0px 1%;
	background: rgba(0,0,0,.6);
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.pic-news .prev {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 2;
	width: 25px;
	height: 40px;
	margin-top: -20px;
	background: rgba(0,0,0,.6) url(../images/prev1.png) no-repeat center;
	cursor: pointer;
}
.pic-news .next {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 2;
	width: 25px;
	height: 40px;
	margin-top: -20px;
	background: rgba(0,0,0,.6) url(../images/next1.png) no-repeat center;
	cursor: pointer;
}
.pic-news .prevStop,
.pic-news .nextStop {
	opacity: 0;
}


.exhibition {
	padding-bottom: 30px;
}
.exhibition .swiper-pagination-bullet-active {
	background: #e62129;
}
.news2 {
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #dddddd;
}
.news2:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.news2 img {
	float: left;
	width: 148px;
	height: 111px;
	margin-right: 16px;
}
.news2 h6 {
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	transition: .3s;
}
.news2 p {
	max-height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #696969;
	transition: .3s;
}
.news2:hover h6,
.news2:hover p {
	color: #0054a3;
}
/*=================/index-box1=================*/



/*=================index-box2=================*/
.index-box2-left {
	float: left;
	width: 828px;
}

.news3 {}
.news3 ul {}
.news3 ul li {
	float: left;
	width: 48.5%;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-left: 3%;
	border-bottom: 1px solid #dddddd;
}
.news3 ul li:nth-of-type(2n+1) {
	margin-left: 0px;
}
.news3 ul li:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.news3 ul li img {
	float: left;
	width: 190px;
	height: 142.5px;
	margin-right: 16px;
}
.news3 ul li h6 {
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	transition: .3s;
}
.news3 ul li p {
	max-height: 72px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #696969;
	transition: .3s;
}
.news3 ul li:hover h6,
.news3 ul li:hover p {
	color: #0054a3;
}


.news4 {}
.news4 ul {}
.news4 ul li {
	float: left;
	width: 403px;
	margin-left: 22px;
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #dddddd;
}
.news4 ul li:nth-of-type(2n+1) {
	margin-left: 0px;
}
.news4 ul li img {
	width: 100%;
	height: 302px;
}
.news4 ul li h6 {
	height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .3s;
}
.news4 ul li p {
	line-height: 24px;
	font-size: 14px;
	color: #696969;
	transition: .3s;
	height: 48px;
	overflow: hidden;;
}
.news4 ul li:hover h6,
.news4 ul li:hover p {
	color: #0054a3;
}


.index-box2-right {
	float: right;
	width: 352px;
}

.topic {
	margin-top: 20px;
}
.topic .swiper-slide {
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.topic .swiper-slide img {
	width: 100%;
	height: 100%;
	transition: .6s;
}
.topic .swiper-slide img:hover {
	transform: scale(1.03);
}
.topic .swiper-pagination-bullet-active {
	background: #e62129;
}

.topic2 {}
.topic2 ul {}
.topic2 ul li {
	float: left;
	width: 170px;
	height: 58px;
	overflow: hidden;
	margin-top: 12px;
	margin-left: 12px;
}
.topic2 ul li:nth-of-type(2n+1) {
	margin-left: 0px;
}
.topic2 ul li img {
	width: 100%;
	height: 100%;
	transition: .6s;
}
.topic2 ul li img:hover {
	transform: scale(1.03);
}

.news5 {
	margin: 10px 0px;
}
.news5 ul {}
.news5 ul li {
	height: 30px;
	overflow: hidden;
	padding-left: 15px;
	background: url(../images/news5_13.jpg) no-repeat left;
	line-height: 30px;
	font-size: 14px;
	color: #696969;
}
.news5 ul li a:hover {
	color: #0054a3;
}


.tab-news {}
.tab-news .hd {
	margin-top: 15px;
	border: 1px solid #dddddd;
	border-top: 2px solid #e62129;
}
.tab-news .hd ul {}
.tab-news .hd ul li {
	float: left;
	box-sizing: border-box;
	width: 50%;
	background: #f0f0f0;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.tab-news .hd ul li:nth-of-type(1) {
	border-right: 1px solid #dddddd;
}
.tab-news .hd ul li.on {
	background: #fff;
}
/*=================/index-box2=================*/



/*=================index-box3=================*/
.index-box3 {}
.brand {
	padding: 20px 0px;
	border: 1px solid #dddddd;
	border-top: 0px;
}
.brand-shida {
	margin-bottom: 10px;
}
.brand-shida ul {}
.brand-shida ul li {
	float: left;
	width: 14.28%;
	font-size: 14px;
	color: #696969;
	text-align: center;
}
.brand-shida ul li:hover {
	color: #0054a3;
}

.brand-list {}
.brand-list ul {}
.brand-list ul li {
	float: left;
	width: 222px;
	height: 222px;
	margin: 8.5px;
}
.brand-list ul li .pic {
	display: table-cell;
	width: 220px;
	height: 222px;
	overflow: hidden;
	border: 1px dashed #eee;
	vertical-align: middle;
	text-align: center;
}
.brand-list ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .6s;
}
.brand-list ul li .pic img:hover {
	transform: scale(1.03);
}


.link {
	padding: 10px 20px;
	border: 1px solid #dddddd;
	border-top: 0px;
	background: #f8f8f8;
}
.link dd {
	float: left;
	width: 14%;
	height: 16px;
	overflow: hidden;
	margin: .65% 0px .65% 3.2%;
	line-height: 16px;
	font-size: 14px;
	color: #696969;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.link dd:nth-of-type(6n+1) {
	margin-left: 0px;
}
.link dd a:hover {
	color: #0054a3;
}
/*=================/index-box3=================*/



/*=================内页主体=================*/
/*=================/内页主体=================*/


/*=================分页=================*/
.fenye {
	margin: 10px 0px 40px 0px;
	padding: 1% 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fenye ul {
	width: 116px;
	margin: 0px 4%;
}
.fenye ul li {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0px 9px;
	line-height: 40px;
	background: #b6b6b7;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: .3s;
}
.fenye ul li:hover,
.fenye ul li.active {
	background: #094f35;
}
.fenye ul li a {
	display: block;
}
.fenye ul .fenye-p,
.fenye ul .fenye-n {
	font-size: 16px;
}
.fenye select {
	width: 70px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #5a5a5a;
}
/*=================/分页=================*/


/*=================底部=================*/
.footer {
	padding-top: 30px;
	margin-top: 40px;
	background: #323232;
}

.flogo {
	display: block;
	margin: auto;
}
.fnav {
	margin-top: 25px;
	text-align: center;
}
.fnav a {
	margin: 0px 20px;
	font-size: 14px;
	color: #afafaf;
}
.fnav a:hover {
	color: #0054a3;
}


.fword {
	padding: 20px;
	margin-top: 20px;
	border-top: 1px solid #5b5b5b;
	line-height: 30px;
	font-size: 14px;
	color: #afafaf;
	text-align: center;
}
.fword a:hover {
	color: #0054a3;
}
.fshida a {
	margin: 0px 8px;
}

.fbottom {
	padding: 15px 0px;
	background: #ffffff;
	line-height: 28px;
	font-size: 14px;
	color: #696969;
	text-align: center;
}
.fbottom a:hover {
	color: #0054a3;
}
/*=================/底部=================*/


/*=================city-box=================*/
.city-box {
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 9;
	display: none;
	width: 500px;
	padding: 10px 0px;
	margin-left: -564px;
	background: #fff;
	border: 1px solid #f0f0f0
}
.city-box ul {}
.city-box ul li {
    width: 14%;
    float: left;
    margin: 10px 0px;
	line-height: 28px;
	text-align: center;
}
.city-box ul li i {
	display: block;
	font-size: 14px;
    color: #e62129;
    font-weight: bold;
    font-style: normal;
}
.city-box ul li a {
	display: block;
	font-size: 14px;
	color: #696969;
}
.city-box ul li a:hover {
	color: #e62129;
}
/*=================/city-box=================*/



/*=================/频道页=================*/
.hotspot li{height: 50px; line-height: 50px; font-size: 14px; color: #828282; float: left; margin-right: 10px;}
.hotspot li a{color: #828282; transition: 0.6s;}
.hotspot li a:hover{color: #0054a3; transition: 0.6s;}

.channel_left{float: left; width: 180px; background-color: #ececec; height: 100%}
.channel_left .tit{width: 180px; background: url("../images/channel_pic1.jpg")no-repeat center; padding: 90px 0px; background-size: cover;}
.channel_left .tit .titwords{font-size: 20px; line-height: 30px; color: #fff; text-align: center;}
.channel_left li{position: relative; text-indent: 30px; font-size: 16px; line-height: 47px; height: 47px; color: #333333;  border-top: 1px solid #fff; border-bottom: 1px solid #d7d7d7; width: 100%;}
.channel_left li:nth-of-type(1){border-top: none;}
.channel_left li:last-of-type{border-bottom: none;}
.channel_left li:hover{background-color: #fafafa;}
.channel_left li:hover::after{content: ""; background: url("../images/channer_pic2.png")no-repeat center; padding: 5px; position: absolute; right: 20px; top: 42%}


.channel_middle:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.channel_middle{float: left; margin-left: 30px; margin-bottom: 50px;}
.channel_middle .channel_onenews{width: 730px; float: none;}
.channel_middle .channel_onenews li{width: 730px;}
.today_box .news1 .summary{width: 450px;}

.channel_right{float: right; width: 229px;}
.channel_right .channel_pic{width: 229px; height: 326px; overflow: hidden; }
.channel_right .channel_pic{width: 100%;}

.rbox1, .rbox2 {margin-top: 30px;}
.rbox1 .word-news{text-align: left;}
.rbox1 .word-news dt{width: 80%;}
.rbox1 .word-news dd{max-width: 100%;}
.rbox1 .pic-news ul li{height: 172px;}

.rbox2 .news2 h6{overflow:hidden;  text-overflow:ellipsis;   white-space: nowrap;}
.rbox2 .news2:hover h6{color: #e62129;}
.rbox2 .news2:hover p{color: #696969}

.rbox3 .topic .swiper-slide{height: 125px;}
.rbox3 .topic .swiper-pagination-bullet{background: #fff; opacity: 1;} 
.rbox3 .topic .swiper-pagination-bullet-active{background: #e62129} 
.rbox3 .topic3 li{margin-top: 10px;}
.rbox3 .topic3 li a{height: 153px; width: 230px; display: inline-block;}
.rbox3 .topic3 li a img{width: 100%; height: 100%;}
.rbox3 .topic3 li p{overflow:hidden; text-overflow:ellipsis; white-space: nowrap; font-size: 14px; line-height: 24px; color: #696969; margin-top: 10px;}

.rbox4 .news2 img{float: none; width: 229px; margin-left: 0px; margin-bottom: 10px; }
.rbox4 .news2 h6{letter-spacing: -0.04px; overflow:hidden; text-overflow:ellipsis; white-space: nowrap;}
.rbox4 .news2:hover h6{color: #e62129;}
.fengye{width: 100%; text-align: center; margin-top: 40px;margin-bottom: 40px;}
.fengye li{display: inline-block; background-color: #eeeeee; color: #939393; font-size: 13px; line-height: 26px; padding: 5px 13px; border-radius: 3px; cursor: pointer; margin-left: 6px;margin-bottom:5px;}
.fengye li:hover{background-color: #0054a3; color: #fff;}
.fengye .li-active{background-color: #0054a3; color: #fff;}
.fengye li:nth-last-of-type(2){margin-left: 10px; background: none; padding: 0px;}
.fengye li:nth-last-of-type(1){margin-left: 1px}

.fengye li:nth-last-of-type(2):hover{color:#939393}

.layout .pic1 img{margin: 30px 0px;}
.fengye li input{width: 47px !important; height: 30px !important; border-radius: 4px !important;}
.fengye li input[type="submit"]{border: none!important; width: 52px!important; height: 33px!important;cursor:pointer}
.fengye li:last-of-type{padding: 0px}
/*=================/频道页=================*/




/*=================/十大品牌页=================*/
.ten_banner{background: url("../images/ten_banner.jpg")no-repeat center; height: 272px;}
.ten_banner .layout{position: relative;}
.ten_banner .ten_words{position: absolute; right: 80px; top: 70px; overflow: hidden; width: 505px}
.ten_words h3{background: url("../images/ten_words.png")no-repeat center; width: 454px; height: 25px;}
.ten_words span{font-family: "Arial"; color: #afafaf; font-size: 12px; line-height: 20px; letter-spacing: 1.4px;}
.ten_words form{margin-top: 10px; position: relative;}
.ten_words form::after{content: ""; background: url("../images/hsearch1.png")no-repeat center; position: absolute; padding: 9px; top: 10px; left: 13px}
.ten_words input[type="text"]{width: 400px; height: 40px; font-size: 18px; line-height: 40px;  text-indent: 40px; box-sizing: border-box; }
.ten_words input[type="submit"]{position: absolute; width: 104px; height: 40px;background-color: #0054a3; color: #fff; line-height: 44px; border: none; cursor: pointer; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
.ten_words p{font-size: 14px; line-height: 30px; color: #828282; margin-top: 10px; }
.ten_words p a:hover{color: #0054a3; transition: 0.6s;}
.ten_words p a{margin-right: 10px;}

.dizhi{border: 1px solid #dddddd; padding: 35px 50px; margin-bottom: 30px;}
.dizhi .left{position: relative; float: left; width: 530px; }
.dizhi .left::after{content: ""; height: 216px; border-right: 1px solid #dddddd; position: absolute; top: 0px; right: 0px;}
.dizhi li{width: 100%; font-size: 14px;line-height: 36px; color: #333333; overflow:hidden; text-overflow:ellipsis; white-space: nowrap;}
.dizhi .right{float: right; width: 530px;}
.layout .dizhi table tr td:first-child {
			vertical-align: top;
		}
		.dizhi table tr td {
			font-size: 14px;
			line-height: 36px;
			color: #333333;
			
		}

.ten_bcon .ten_left{float: left; width: 828px}
.ten_bcon .ten_left .title1{margin-top: 30px;}
.ten_left .news1 ul li .pic{border: 1px solid #dddddd; width: 218px; height: 163px;}
.ten_left .news1 ul li .pic img{max-width: 100%; max-height: 100%;}
.ten_left .news1 ul li .summary{position: relative;}
.ten_left .news1 ul li .summary h6::after{content: ""; background: url("../images/ten_pic4.png")no-repeat center; position: absolute; top: 3px;padding: 11px;}
.ten_left .news1 ul li .summary{height: 164px; width: 572px; overflow: hidden; text-overflow: ellipsis;}
.ten_left .news1 ul li .summary span{color: #e72629;}
.ten_left .news1 ul li .summary h6:hover span{color: #0054a3}

.ten_pic .bd{overflow: hidden;}
.ten_pic .bd li{float: left; position: relative; width: 261px; height: 195px; margin: 20px 7px 0px;}
.ten_pic .bd li img{width: 100%; height: 100%;}
.ten_bcon .ten_left .news4 ul li{ border: none; text-align: center;}
.ten_bcon .ten_left .news4 ul li p{margin: 15px 0px 0px;}
.ten_bcon .ten_left form{float: right; position: relative;}
.ten_bcon .ten_left form span{margin-right: 10px;}
.ten_bcon .ten_left form input[type="text"]{width: 194px; height: 23px;outline: none; font-size: 14px; text-indent: 10px;}
.ten_bcon .ten_left form button{background: url("../images/hsearch2.jpg")no-repeat center; padding: 13px; border: none; position: absolute; right: 0px; top: 12px;}

.ten_bcon .ten_left .words1{margin-top: 20px;}
.ten_bcon .ten_left .words1 ul li{float: left; color: #333333; max-width: 70px; overflow: hidden; font-size: 14px; line-height: 24px; height: 24px; text-align: center; margin-bottom: 10px;  margin-left: 30px;  }
.ten_bcon .ten_left .words1 ul li:nth-of-type(1){background: #333333;color: #fff; margin: 0px; max-width: 88px; width: 88px;}
.ten_bcon .ten_left .words1 ul li:hover a{color: #0054a3;}
.ten_bcon .ten_left .news3{border-bottom: 1px solid #dddddd;}
.ten_bcon .ten_left .news3 ul li{border: none;}
.ten_bcon .ten_left .news5 ul{display: inline-block; width: 410px;}

.ten_bcon .ten_right{float: right; width: 350px;}
.ten_bcon .ten_right .news6 li{border-bottom: 1px solid #dddddd; height: 50px; line-height: 50px;}
.ten_bcon .ten_right .news6 li span{font-weight: 700; color: #000000; margin-right: 20px;}
.ten_bcon .ten_right .news6 li mark{background-color: inherit; color: #e72629; float: right;}
.ten_bcon .ten_right .news6 ul{display: none}
.ten_bcon .ten_right .news6 ul:nth-of-type(1){display: block;} 
.ten_bcon .ten_right .news6 p{font-size: 18px; line-height: 60px; color: #333333; cursor: pointer; text-align: center;}
.ten_bcon .ten_right .news6 p:hover{color: #0054a3; transition: 0.6s}


/*=================/十大品牌页=================*/



/*=================/新闻详情=================*/
.information{float: left; width: 828px;}
.news-right{float: right; width: 352px; margin-top: 20px;}



/*=================/新闻详情2=================*/
.news_hea{margin-top: 30px; border-bottom: 1px solid #dddddd; padding-bottom: 30px;}
.news_hea h5{font-size: 20px; line-height: 24px; color: #393939; margin-bottom: 20px;}
.news_hea p{margin-top: 10px; font-size: 16px; color: #5e5e5e; line-height: 26px; margin-bottom: 10px;}
.news_tit{margin-top: 30px;}
.news_tit p{color: #5e5e5e; line-height: 30px; font-size: 16px;}
.news_tit img{max-width: 100%; margin: 10px 0px;}

.news_enjoy{position: relative; font-size: 12px; color: #5e5e5e; }
.news_enjoy .bdsharebuttonbox{display: inline-block;position: relative; top: 37px; right: 0px;}
.news_enjoy .bdsharebuttonbox .bds_tsina{background: url("../images/weibo_03.png")no-repeat center; padding: 20px; height: 0px; line-height: 0px}
.news_enjoy .bdsharebuttonbox .bds_weixin{background: url("../images/wechat_03.png")no-repeat center; padding: 20px; height: 0px; line-height: 0px}
.news_enjoy .bdsharebuttonbox .bds_sqq{background: url("../images/qq_03.png")no-repeat center; padding: 20px; height: 0px; line-height: 0px}

.fengpage li{ overflow:hidden; text-overflow:ellipsis; white-space: nowrap; position: relative; float: left; height: 60px; width: 276px; box-sizing: border-box; border: 1px solid #dddddd; margin-top: 40px; text-align: center; line-height: 60px; font-size: 16px; color: #5e5e5e; cursor: pointer; background-color: #f2f2f2;}
.fengpage li:hover{color: #0054a3; transition: 0.6s;}
.fengpage li:nth-of-type(2)::after{background: url("../images/sanxian_03.png")no-repeat center; padding: 10px; content: ""; position: absolute; left: 28%; top: 34%}



/*=================/新闻详情=================*/








/*=================/频道页新增=================*/
.clo li{
	float: left;
	height: 50px;
	line-height: 50px;
	padding-right: 15px;
	color: #828282;
	font-size: 14px;
	position: relative;
}

.clo li::after{
	content: ">";
	position: absolute;
	font-size: 14px;
	color: #828282;
	right: 0px;
}

.clo li a:hover{color: #0054a3; transition: 0.6s;}

.clo li:nth-of-type(1){
	padding: 0px;
}

.clo li:nth-of-type(1)::after{content: "";}

.channel_pic{
	float: left;
	width: 828px;
}

.channel_pic .pic li{
	width: 188px;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}

.channel_pic .pic{margin-bottom: 30px;}

.channel_pic .pic li:nth-of-type(4n){margin-right: 0px;}

.channel_pic .pic li img{
	width: 100%;
	height: 100%;
}

.channel_pic .pic li a{
	display: inline-block;
	width: 188px;
	height: 142px;
	overflow: hidden;
}

.channel_pic .pic li a:hover{
	box-shadow: 3px 3px 3px rgba(0,0,0,.6);
	transition: .6s;
}

.channel_pic .pic li p {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	font-size: 16px;
	color: #333333;
}

.channel_pic .fengye{text-align: left}

.channel_r{
	float: right;
	width: 352px;
}

.channel_r .title1{margin-top: 0px;}

.channel_r .news2 img{
	width: 100px;
	height: 76px;
}

.channel_r .no_a{
	height: 45px;
	line-height: 45px;
	color: #333333;
	font-size: 16px;
	border-bottom: 1px solid #dddddd;
}

.channel_pic1{
	width: 100%;
}

.channel_pic1 .pic li{margin-right: 10px;}
.channel_pic1 .pic li:nth-of-type(6n){margin-right: 18px;}


/* //====css 部分 ==  */
.back{
    position: fixed;
    width: 45px;
    height: 45px;
    background: url("../images/back.jpg")no-repeat center;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    display: none;
}


.channel_pic .fengpage{
	text-align: center;
}

.channel_pic .fengpage ul{display: inline-block}


/*=================/频道页新增=================*/


.ad980{
	margin-bottom:20px;
	margin-top:20px;
}

.ad980 a img{
	margin-bottom:5px;
}


.index-box2-right .word-news li{
	height: 30px;
    overflow: hidden;
    padding-left: 15px;
    line-height: 30px;
    font-size: 14px;
	color: #696969;
	text-align: left;
}

.index-box2-right .word-news li:hover{
	color: #0054a3;
}
.ad{
	margin-bottom:5px;
}
