@charset "utf-8";

html,body {
	font: 12px/1.8 'Microsoft YaHei';
	color: #333;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
}

ol,ul,li,dl,dt,dd {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #1C57C4;
	text-decoration: none;
}

clear {
	clear: both;
}
/*头部*/
.inner {
	width: 1600px;
	margin: 0 auto;
	position: relative;
	max-width: 100%
}

header {
	zoom: 1
}

#web_logo {
	margin-left: 10px;
	font-size: 0px;
	position: relative;
	z-index: 999;
}

.top-i {
}

.top-i img {
	display: block;
	width: 100%;
}

.jianjie {
	width: 920px;
	color: #151515;
	font-size:26px;
	float: right;
	margin-top: 31px;
	width: calc(100% - 450px);
	margin-left: 30px;
	padding-bottom: 0px;
	line-height: 1;
	
	
}
/*顶部导航*/
.nav-b {
	width: 100%;
	background: #e50607;
}

.nav-c {
	width: 1600px;
	margin: 0 auto;
	background: #e50607;
	border: 1px solid red;
	max-width: 100%
}

.top-nav {
	font-size: 14px;
	line-height: 30px;
	background: #e5e13c;
	color: #151515;
}

.top-nav a {
}

.top-nav li.t {
	float: right;
}

.top-nav li.t .tel_box {
	float: left;
	margin-right: 20px;
}

.top-nav li.t .tel_box img,.top-nav li.t .mail_box img {
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 15px;
}

.top-nav li.t span {
	padding: 0px 5px;
	color: #bbb;
}

.top-nav li.t .mail_box {
	float: right;
	margin-left: 20px;
}

.top-nav li.b {
	float: left;
}

.top-nav li.b p {
	float: right;
	margin-left: 30px;
	width: 440px;
	height: 30px;
	overflow: hidden;
}

.b {
	line-height: 30px;
}

.top-logo {
	min-height: 90px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}

nav {
	height: 106px;
	overflow: hidden;
	margin: 0 auto;
	max-width: 100%;
	height: auto
}

nav ul li {
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-left: 13px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}

nav ul li a {
	color: #fff;
	font-size: 18px;
	display: block;
}
nav ul li a span{
    display: block;
}
nav ul li a:hover {
	color: #fff;
}

nav ul li.line {
	width: 0px;
	height: 22px;
	padding: 0px;
	border-left: 1px solid white;
	margin-top: 18px;
}

.nav2 a {
	font-size: 16px;
	color: #fff;
}

.nav2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 12px 12px;
}

.head_right {
	float: right;
	margin-top: -1px;
	margin-left: 5px;
}

.head_right .head_tel {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 20px;
}

.head_right .head_tel span {
	font-size: 18px;
	font-weight: bold;
	color: #66ba13;
}
.list-none > *:last-child{
    display: none;
}
@media(max-width:999px){
    .nav2 .list-none{
        justify-content: start;
    }
    .nav2 a{
        padding:0 5px;
    }
}
#searchword {
	width: 138px;
	height: 13px;
	background: white;
	font-size: 12px;
}

.head_search .input-text {
	border-radius: 0px;
	outline: none;
	background: none;
}

.head_search .sub {
	width: 29px;
	border: none;
	margin-left: -5px;
	margin-top: -1px;
	background: url(../search.png) no-repeat center;
	position: relative;
	top: 1px;
}

.searchnavlist li:first-child {
	display: none;
}

.searchnavlist li:nth-child(2) {
	display: none;
}

.searchnavlist li:nth-child(3) {
	display: none;
}

.searchnavlist li:nth-child(4) {
	display: none;
}

.met_flash {
	margin-top: 10px;
	font-size: 0px;
	overflow: hidden;
}

.met_flash ul {
	margin: 0px;
	padding: 0px;
} 
/*头条*/
.jin-d {
	width: 100%;
	background: #f7f7f7;
}

.jin-c {
	width: 1600px;
	margin: 0 auto;
	max-width: 100%
}

.j-img {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.j-txt {
	width: 1050px;
	float: left;
	margin-left: 175px;
	margin-top: 28px;
}

.j-txt h3 {
	text-align: center;
}

.j-txt h3 a {
	font-size: 42px;
	color: #151515;
	letter-spacing: 6px;
}

.j-txt p {
	font-size: 21px;
	color: #505050;
}

@media(max-width:1600px) {
	.j-img {
		display: none;
	}

	.j-txt {
		width: 100%;
		margin-left: 0;
		padding: 30px 50px;
		box-sizing: border-box;
	}
}
/*凤凰时事*/
.fh-c {
	width: 1600px;
	margin: 0 auto;
	border: 1px solid red;
}
/*凤凰时事*/
.case {
	margin: 0 auto;
	width: 1600px;
	overflow: hidden;
}
/*凤凰时事轮播图*/
.case .active {
	width: 810px;
	height: 516px;
	float: left;
	overflow: hidden;
	position: relative;
	max-width: 100%
}

.case .active .move_box {
	position: absolute;
	width: 1600em;
}

.case .active .btn {
	position: absolute;
	bottom: 13px;
	right: 10px;
}

.case .active .btn span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 1px;
	background: #151515;
}

.case .active .btn span.btn_current {
	background: #e50607;
}

.case dl.ind {
	float: left;
	position: relative;
}

.case dl.ind dt img {
	display: block;
	transform: scale(1,1);
	transition: 0.5s;
}

.case dl.ind:hover dt img {
	transform: scale(1.05,1.05);
}

.case dl.ind dd {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.6);
}

.case dl.ind dd h4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}

.case dl.ind dd a {
	color: #fff;
	margin-left: 20px;
}

.case dl.ind dd p.desc {
	margin-left: 10px;
	font-style: italic;
	color: #666;
}
/*凤凰时事标题*/
.case .honor {
	display: block;
	width: 330px;
	height: 170px;
	padding: 20px;
	color: #fff;
	background: url(../honor_bg.jpg) no-repeat center;
	background-size: 100%;
	transition: 0.5s;
}

.case .honor:hover {
	background-size: 105%;
}

.case .honor h3 {
	font-size: 30px;
	line-height: 48px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.75);
}

.case .honor h4 {
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.75);
}

.case .honor p {
	line-height: 18px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.75);
}

.fh-l {
	float: left;
	padding-left: 50px;
	width: 734px;
	max-width: 50%;
	box-sizing: border-box
}

.fh-l h3 a {
	font-size: 36px;
	color: #e50607;
}

.fh-line {
	width: 54px;
	height: 3px;
	background: #eee57c;
}

.fh-l li {
	border-bottom: 1px dotted #666;
	margin-top: 5px;
	overflow: hidden;
}

.fh-l li a {
	font-size: 24px;
	color: #151515;
}

.fh-l li a:hover {
	color: #e50607;
	text-decoration: underline;
}

.fh-l li h4 span {
	float: right;
	display: block;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	margin-top: 9px;
}

.fh-l li p {
	font-size: 16px;
	color: #666666;
	width: 734px;
	padding-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
}

.fh-b {
	width: 1600px;
	margin: 25px auto;
	max-width: 100%;
}

@media(max-width:1600px) {
	.fh-b {
		padding: 0 30px;
		box-sizing: border-box;
	}
}
/*部门*/
.bu-d a:hover {
	color: #e50607;
	text-decoration: underline;
}

.bu-f a:hover {
	color: #e50607;
	text-decoration: underline;
}

.tu-d a:hover {
	color: #e50607;
	text-decoration: underline;
}

.tu-d1 a:hover {
	color: #e50607;
	text-decoration: underline;
}

.y-c {
	width: 1600px;
	margin: 30px auto;
	max-width: 100%;
}

.bu-d {
	float: left;
	width: 517px;
	margin-right: 2%;
	overflow: hidden;
	width: 30%;
	box-sizing: border-box;
}

.bu-d h4 {
	float: left;
	font-weight: normal;
	border-bottom: 1px solid #e50607;
}

.last2 li:first-child {
	display: none;
}

.bu-d h4 a {
	font-size: 24px;
	color: #e50607;
}

.bu-d span:hover a {
	color: #e50607;
}

.bu-f {
	float: left;
	width: 450px;
	width: 33.33%;
}

.bu-f h4 a {
	display: block;
}

.bu-f h4 a img {
	display: block;
	width: 100%;
}

.bu-d span {
	display: block;
	float: left;
	margin-left: 30px;
}

.bu-d span a {
	font-size: 24px;
	color: #151515;
}

.b-line {
	width: 550px;
	height: 1px;
	background: #e5e5e5;
	float: left;
}

.b-img {
	float: left;
	margin-top: 30px;
	display: block;
	width: 100%;
}

.b-img img {
	display: block;
	width: 100%;
}

.bu-l li {
	float: left;
	overflow: hidden;
}

.bu-d ul li h3 {
	font-weight: 500;
	float: left;
	margin-left: 9px;
	margin-top: 30px;
}

.bu-d li h3 a {
	font-size: 16px;
	color: #151515;
	font-weight: bold;
}

.bu-d li p {
	font-size: 16px;
	color: #666666;
	width: 321px;
	float: left;
	margin-left: 9px;
	width: 100%;
}

.bu-d li p a {
	color: #eb5300;
	font-size: 16px;
}

.bu-l {
	float: left;
}

.bu-q {
	float: left;
	margin-top: 20px;
	width: 100%
}

.bu-q li {
	overflow: hidden;
	background: url(../kuai.jpg) no-repeat left;
	margin-top: 10px;
	white-space: nowrap;
/*设置不换行*/
	overflow: hidden;
 /*设置隐藏*/
	text-overflow: ellipsis;
 /*设置隐藏部分为省略号*/
	height: 34px;
}

.bu-q li a {
	font-size: 20px;
	color: #151515;
	padding-left: 10px;
}

.bu-t {
	float: left;
	width: 100%;
	display: block;
}

.bu-t li {
	overflow: hidden;
	background: url(../kuai.jpg) no-repeat left;
	margin-top: 3px;
	height: 36px;
	white-space: nowrap;
/*设置不换行*/
	overflow: hidden;
 /*设置隐藏*/
	text-overflow: ellipsis;
 /*设置隐藏部分为省略号*/
	margin-bottom: 15px;
}

.bu-t li a {
	font-size: 20px;
	color: #151515;
	padding-left: 10px;
}

@media(max-width:1600px) {
	.y-c {
		padding: 20px;
		box-sizing: border-box;
	}
}
/*广角*/
.t-c {
	width: 1600px;
	margin: 30px auto;
	border-bottom: #e5e5e5 1px solid;
	padding-bottom: 30px;
	max-width: 100%;
	box-sizing: border-box;
}

.tc-1 {
	width: 33.33%!important;
	box-sizing: border-box;
}

.tu-d {
	float: left;
 /*width:517px;*/
	padding: 25px;
	overflow: hidden;
	max-width: 33.3%;
	box-sizing: border-box;
}

.tud {
	width: 100%!important;
	max-width: 100%;
}

.tu-d1 {
	float: right;
	width: 387px;
	overflow: hidden;
	width: 100%!important
}

.tu-d1 h4 {
	float: left;
	font-weight: normal;
	background: url(../chang.jpg) no-repeat left;
	padding-left: 10px;
}

.tu-d1 h4 a {
	font-size: 24px;
	color: #e50607;
}

.tu-d h4 {
	float: left;
	font-weight: normal;
	border-bottom: 1px solid #e50607;
}

.tu-d h4 a {
	font-size: 24px;
	color: #e50607;
}

.tu-d span:hover a {
	color: #e50607;
}

.tu-f {
	float: left;
	width: 450px;
}

.tu-d span {
	display: block;
	float: left;
	margin-left: 30px;
}

.tu-d span a {
	font-size: 24px;
	color: #151515;
}

.t-line {
	width: 550px;
	height: 1px;
	background: #e5e5e5;
	float: left;
}

.t-line1 {
	width: 550px;
	height: 1px;
	background: #e50607;
	float: left;
}

.t-img {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.t-img img {
	width: 100%;
}

.tu-l li {
	overflow: hidden;
}

.tu-d ul li h3 {
	font-weight: 500;
	float: left;
	margin-top: 41px;
}

.tu-d li h3 a {
	font-size: 18px;
	color: #151515;
}

.tu-d li p {
	font-size: 16px;
	color: #666666;
	width: 321px;
	float: left;
	width: 100%;
}

.tu-d li p a {
	color: #eb5300;
	font-size: 16px;
}

.tu-l {
	float: left;
}

.tu-q {
	float: left;
	margin-top: 10px;
	width: 100%;
}

.tu-q li {
	overflow: hidden;
	background: url(../hui.jpg) no-repeat left;
	margin-top: 1px;
	white-space: nowrap;
/*设置不换行*/
	overflow: hidden;
 /*设置隐藏*/
	text-overflow: ellipsis;
 /*设置隐藏部分为省略号*/
	height: 34px;
	width: 100%;
}

.tu-q li a {
	font-size: 20px;
	color: #151515;
	padding-left: 10px;
}

.tu-q1 {
	float: left;
	margin-top: 10px;
	width: 100%
}

.tu-q1 li {
	overflow: hidden;
	background: url(../huang.jpg) no-repeat left;
	margin-top: 1px;
	white-space: nowrap;
/*设置不换行*/
	overflow: hidden;
 /*设置隐藏*/
	text-overflow: ellipsis;
 /*设置隐藏部分为省略号*/
	height: 34px;
	width: 100%;
}

.tu-q1 li a {
	font-size: 20px;
	color: #151515;
	padding-left: 10px;
	white-space: nowrap;
/*设置不换行*/
	overflow: hidden;
 /*设置隐藏*/
	text-overflow: ellipsis;
 /*设置隐藏部分为省略号*/
	height: 34px;
	width: 100%;
}

.tu-t {
	float: left;
}

.tu-t li {
	overflow: hidden;
	background: url(../kuai.jpg) no-repeat left;
	margin-top: 3px;
}

.tu-t li a {
	font-size: 20px;
	color: #151515;
	padding-left: 10px;
}
/*国际要闻*/
.case1 {
	float: left;
	width: 640px;
	margin-top: 10px;
	overflow: hidden;
}

.case1 .active {
	width: 640px;
	height: 335px;
	float: left;
	overflow: hidden;
	position: relative;
}

.case1 .active .move_box1 {
	position: absolute;
	width: 1600em;
}

.case1 .active .btn1 {
	position: absolute;
	bottom: 13px;
	right: 10px;
}

.case1 .active .btn1 span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 1px;
	background: #151515;
}

.case1 .active .btn1 span.btn_current1 {
	background: #e50607;
}

.case1 dl.ind1 {
	float: left;
	position: relative;
}

.case1 dl.ind1 dd {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.6);
}

.case1 dl.ind1 dd h4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}

.case1 dl.ind1 dd a {
	color: #fff;
	margin-left: 20px;
}

.case1 dl.ind1 dd p.desc {
	margin-left: 10px;
	font-style: italic;
	color: #666;
}

.last2 li:first-child {
	display: none;
}

.last3 li:first-child {
	display: none;
}

.last2 li:nth-child(2) {
	display: none;
}

.last2 li:nth-child(3) {
	display: none;
}

.last2 li {
	margin-top: 7.8px;
}
/*汽车*/
.c-r {
	width: 1600px;
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
}

.slide {
	width: 500px;
	height: 264px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.slide ul {
	height: 264px;
}

.slide ul li {
	width: 500px;
	height: 264px;
	float: left;
}

.slide  h3 {
	position: absolute;
	bottom: 1px;
	z-index: 6;
}

.slide  h3 a {
	font-size: 18px;
	color: white;
	line-height: 42px;
	font-weight: normal;
	padding-left: 10px;
}

.slide .bg {
	width: 500px;
	height: 42px;
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
	left: 0;
	filter: alpha(opacity=30);
	z-index: 5;
}

.slide .num {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	right: 20px;
	bottom: 11px;
	z-index: 10;
}

.slide .num span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../bg-slide.png) 0 -12px no-repeat;
	cursor: pointer;
	overflow: hidden;
}

.slide .num span.on {
	background-position: 0 0;
}

.slide .skip {
	display: none;
	_display: block;
	width: 23px;
	height: 47px;
	background: url(../bg-slide.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	text-indent: -1000em;
	cursor: pointer;
}

.slide .prev {
	background-position: 0 -172px;
	left: 10px;
}

.slide .prev:hover {
	background-position: 0 -219px;
}

.slide .next {
	background-position: -23px -172px;
	right: 10px;
}

.slide .next:hover {
	background-position: -23px -219px;
}

.slide:hover .prev,.slide:hover .next {
	display: block;
}

.slide .num {
	bottom: 8px;
}

.case2 {
	float: left;
	width: 500px;
	margin-top: 10px;
	overflow: hidden;
}

.case2 .active {
	width: 500px;
	height: 264px;
	float: left;
	overflow: hidden;
	position: relative;
}

.case2 .active .move_box2 {
	position: absolute;
	width: 1600em;
}

.case2 .active .btn {
	position: absolute;
	bottom: 13px;
	right: 10px;
}

.case2 .active .btn span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 1px;
	background: #151515;
}

.case2 .active .btn span.btn_current {
	background: #e50607;
}

.case2 dl.ind2 {
	float: left;
	position: relative;
}

.case2 dl.ind2 dt img {
	display: block;
	transform: scale(1,1);
	transition: 0.5s;
}

.case2 dl.ind:hover dt img {
	transform: scale(1.05,1.05);
}

.case2 dl.ind2 dd {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.6);
}

.case2 dl.ind2 dd h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}

.case2 dl.ind2 dd a {
	color: #fff;
	margin-left: 20px;
}

.case2 dl.ind2 dd p.desc {
	margin-left: 10px;
	font-style: italic;
	color: #666;
}

.tu-d2 {
	float: left;
	width: 500px;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box
}

.tu-d2 h4 {
	float: left;
	font-weight: normal;
	background: url(../chang.jpg) no-repeat left;
	padding-left: 10px;
}

.tu-d2 h4 a {
	font-size: 24px;
	color: #e50607;
}
/*娱乐*/
.yl {
	width: 1600px;
	margin: 0 auto;
	margin-top: 30px;
	max-width: 100%;
}
/*广告*/
.gg {
	width: 1600px;
	overflow: hidden;
	margin: 20px auto;
	max-width: 100%;
}

.gg img {
	display: block;
 /*width:1600px !important; height:143px !important;*/
}
/*shouye*/
.aboutus {
	float: left;
	width: 675px;
	margin-top: 10px;
}

.case {
	float: left;
	width: 814px;
	margin-top: 10px;
	overflow: hidden;
	max-width: 50%
}

.style-1 h3.title span {
	float: left;
	background: url(../dt-5.gif) repeat-x;
	height: 32px;
	line-height: 32px;
	padding: 0px 25px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

.style-1 h3.title  a.more {
	float: right;
	width: 39px;
	height: 11px;
	line-height: 1000px;
	overflow: hidden;
	background: url(../more.gif);
	margin: 10px 10px 0px 0px;
}

.style-1 .active {
	background: #fff;
	padding: 10px;
}

.style-2 h3.title {
	background: url(../dt-6.gif) repeat-x;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	position: relative;
}

.style-2 h3.title a.more {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #fff;
	font-size: 12px;
}

.style-2 .active {
	margin-top: 15px;
}

.style-2 dl.ind {
	clear: both;
	zoom: 1
}

.style-2 dl.ind dt {
	float: left;
	display: inline;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px 10px 0px;
	zoom: 1
}

.style-2 dl.ind dt a {
	margin-left: 5px;
}

.style-2 dl.ind dd {
	float: right;
	display: inline;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}

.style-2 dl.ind dd h4 {
	margin-left: 10px;
}

.style-2 dl.ind dd p.desc {
	margin-left: 10px;
	font-style: italic;
	color: #666;
}

.index-news {
	float: left;
	width: 330px;
	margin-right: 15px;
	margin-top: 15px;
}

.listel li {
	margin: 0px 5px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 13px;
	background: url(../dt-1.gif) no-repeat left 12px;
}

.listel li a {
	margin-right: 5px;
	zoom: 1;
}

.listel li span {
	float: right;
	color: #666;
}

.index-conts {
	float: right;
	width: 290px;
	margin-top: 15px;
}

.pb h4 {
	float: left;
	font-weight: normal;
	background: url(../chang.jpg) no-repeat left;
	padding-left: 10px;
}

.pb h4 a {
	font-size: 24px;
	color: #e50607;
}

.pb .t-line1 {
	width: 1600px;
	height: 1px;
	background: #e50607;
	float: left;
	margin-bottom: 22px;
}

.index-product {
	*margin-top: 15px;
	*padding-top: 0px;
	width: 1600px;
	margin: 0 auto;
}

.index-product .pb {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}

.index-product .pimg {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}

.index-product .pimg img {
	margin: 0 auto;
	display: block;
}

.index-product ol li p {
	opacity: 0;
	transform: scale(0.5,0.5);
	transition: 0.5s;
	width: 268px;
	height: 268px;
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 10px;
	left: 10px;
}

.index-product ol li p span {
	display: block;
	width: 237px;
	height: 240px;
	margin: 14px;
	border: 1px solid #fff;
	transform: scale(0,0);
	transition: 0.8s;
}

.index-product ol li p a {
	display: inline-block;
	width: 78px;
	height: 24px;
	text-align: center;
	margin: 0 5px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 108px;
}

.index-product ol li p a:hover {
	background: #fff;
	color: #999;
}

.index-product ol li:hover p {
	opacity: 1;
	transform: scale(1,1);
}

.index-product ol li:hover p span {
	transform: scale(1,1);
}

.index-product .p-img {
	position: absolute;
	top: 73px;
	left: 121px;
}

.index-product .profld {
	margin: 0px;
	position: relative;
	width: 1600px;
	margin: 0 auto;
}

.index-product h3 span {
	float: left;
}

.index-product ol {
	position: absolute;
	width: 2012em;
}

.index-product ol li {
	float: left;
	height: 258px !important;
}

.index-product ol li a.img {
	display: block;
	text-align: center;
	font-size: 12px;
}

.index-product ol li a.img img {
	display: block;
	margin: auto;
	border: 1px solid #d6d6d6;
}

.index-product ol li h3 {
	font-weight: normal;
	height: 20px;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	padding-left: 10px;
}

.index-product ol li h3 a {
	color: #151515;
}

.index-product .flip {
	height: 20px;
	overflow: hidden;
	margin: 8px 15px 0px;
	float: left;
	display: none;
}

* html .index-product .flip {
	width: 300px;
}

*+html .index-product .flip {
	width: 300px;
}

.index-product .next,.index-product .prev {
	width: 18px;
	height: 18px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(../neu.gif) no-repeat;
}

.index-product .next {
	background-position: -17px 0px;
}

.index-product .next:hover {
	background-position: -57px 0px;
}

.index-product .prev {
	background-position: -40px 0px;
}

.index-product .prev:hover {
	background-position: 0px 0px;
}

#trigger {
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	position: relative;
	bottom: 8px;
	*bottom: 0px;
	*top: 5px;
	zoom: 1;
}

#trigger a {
	background: url(../neu.gif) no-repeat -78px -10px;
	width: 8px;
	height: 8px;
	font-size: 0px;
	display: inline-block;
	overflow: hidden;
	margin-right: 5px;
}

#trigger a.current {
	background-position: -78px 0px;
}

#tabs-nav {
	float: left;
	text-align: center;
	margin-left: 15px;
}

#tabs-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	*top: 12px;
}

#tabs-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	overflow: hidden;
	background: #9df0f5;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

#tabs-nav li a:hover {
	background: #fff;
}

#tabs-nav li a.flex-active {
	background: #fff;
	cursor: default;
}

.index-links {
	background: #fff;
	padding: 5px 15px 10px;
	margin-top: 15px;
	position: relative;
}

.index-links h3 {
	height: 32px;
	line-height: 32px;
	padding-left: 20px;
	background: url(../dt-2.gif) no-repeat left center;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.index-links h3 a.more {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #666;
	font-size: 12px;
}

.index-links ul {
	margin: 0px;
	padding: 0px;
}

.index-links .img {
	margin-bottom: 3px;
}

.index-links .img li {
	list-style: none;
	display: inline;
	padding-right: 5px;
}

.index-links .img img {
	width: 88px;
	height: 31px;
}

.index-links .txt {
	zoom: 1;
}

.index-links .txt li {
	list-style: none;
	float: left;
	width: 88px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	overflow: hidden;
}
/*地方频道*/
.Box {
	margin-top: 7px;
}

.Box .content {
	width: 1600px;
	margin: 0 auto;
	max-width: 100%;
}

.Box h2 {
	text-align: center;
	margin-bottom: 35px;
	padding-top: 250px;
}

.Box .Box_con {
	float: left;
}

.Box h4 {
	font-weight: normal;
	background: url(../chang.jpg) no-repeat left;
	padding-left: 10px;
}

.Box h4 a {
	font-size: 24px;
	color: #e50607;
}

.Box .t-line1 {
	width: 1600px;
	height: 1px;
	background: #e50607;
	float: left;
	margin-bottom: 22px;
	max-width: 100%;
}

.Box .Box_con .conbox {
	overflow: hidden;
}

.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.Box .Box_con .conbox ul li {
	overflow: hidden;
	position: relative;
}

.Box .Box_con .conbox ul li h3 {
	font-weight: normal;
	padding-left: 10px;
	padding-top: 4px;
}

.Box .Box_con .conbox ul li h3 a {
	color: #151515;
	font-size: 14px;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .p-img {
	position: absolute;
	top: 73px;
	left: calc(50% - 35px);
}

.Box .BoxSwitch {
	margin-top: 30px;
	text-align: center;
}

.Box .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.Box .BoxSwitch span.cur {
	background: red;
}
/*图片新闻*/
#scroll {
	width: 1600px;
	margin: 0 auto;
	padding-top: 6px;
	font-family: "Microsoft Yahei";
	max-width: 100%;
}

#scroll .owl-wrapper-outer {
	margin: 0 auto;
}

#scroll .item {
	position: relative;
	width: 304px;
	height: 251px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}

#scroll .shd {
}

#scroll .shd a {
	display: block;
	color: #151515;
	text-align: center;
	font-size: 14px;
	padding-top: 8px;
}

.tt {
	width: 1600px;
	margin: 30px auto;
	max-width: 100%;
}

.tt h4 {
	font-weight: normal;
	background: url(../chang.jpg) no-repeat left;
	padding-left: 10px;
}

.tt h4 a {
	font-size: 24px;
	color: #e50607;
}

.tt .t-line1 {
	width: 1600px;
	height: 1px;
	background: #e50607;
	float: left;
	margin-bottom: 22px;
	max-width: 100%;
}

#scroll .item:hover .shd {
	background-color: rgba(0, 0, 0, 0);
}

#scroll .item:hover .txt {
	background-color: #fff\9;
	background-color: rgba(248, 249, 249, 0.95);
	box-shadow: 0 0 15px 15px rgba(248, 249, 249, 0.95);
}

.owl-pagination,.owl-buttons {
	display: none;
}
/*网盟*/
.wd {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	margin-top: 80px;
	margin-bottom: 50px;
}

.wc {
	width: 1600px;
	margin: 30px auto;
	max-width: 100%;
}

.wt {
	margin-top: 16px;
	width: 184px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: white;
	background: #e50607;
	float: left;
	font-size: 28px;
	margin-left: 50px;
}

.wt1 {
	float: right;
	width: 1120px;
	overflow: hidden;
}

.wt1 ul li {
	float: left;
	margin-right: 50px;
}

.wt1 ul li a {
	font-size: 20px;
	color: #151515;
	line-height: 43px;
}
/*底部*/
.f-d {
	background: #e50607;
	height: 53px;
}

.f-c {
	width: 1274px;
	margin: 0 auto;
	max-width: 100%;
}

.f-c ul li {
	float: left;
	margin-left: 120px;
}

.f-c ul li a {
	font-size: 17px;
	color: white;
	line-height: 53px;
}

.f-t {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #7b7b7b;
	font-size: 20px;
	line-height: 39px;
	padding-bottom: 30px;
}
/*内页侧栏*/
.sidebar {
	padding-bottom: 40px;
}

.sidebar .sb_nav {
	width: 100%;
	background: #f9f9f9;
	position: relative;
	top: 20px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.sidebar .sb_nav h3.title {
	display: none;
}

.sidebar .sb_nav .active {
	text-align: center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box
}

.sidebar .sb_nav dl {
	display: inline-block;
	position: relative;
}

.sidebar .sb_nav dl dt {
	padding: 10px 5px;
	line-height: 1;
}

.sidebar .sb_nav dl dt.on,.sidebar .sb_nav dl dt:hover {
	background: #e50607;
}

.sidebar .sb_nav dl dt a {
	font-size: 18px;
}

.sidebar .sb_nav dl dt.on a,.sidebar .sb_nav dl dt:hover a {
	color: #fff;
}

.sidebar .sb_nav dl dd {
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,.85);
	position: absolute;
	left: 0px;
	right: 0;
	top: 100%;
	z-index: 2;
	max-height: 160px;
	overflow-y: scroll;
	margin-top: 12px;
}

.sidebar .sb_nav dl dd::-webkit-scrollbar {
	width: 3px;
	background-color: #ededed;
	margin-top: 12px;
}

.sidebar .sb_nav dl dd::-webkit-scrollbar-thumb {
	border: none;
	width: 3px;
	background-color: #ca171c;
}

.sidebar .sb_nav dl dd::-webkit-scrollbar-corner {
	background-color: #ededed;
}

.sidebar .sb_nav dl dd h4 {
	font-weight: normal;
}

.sidebar .sb_nav dl h4 a {
	display: block;
	line-height: 2.5;
	font-size: 16px;
}

.sidebar .sb_nav dl h4.on a {
	color: #ca171c;
}

.sidebar .sb_nav dl h4 a::before {
	display: inline-block;
	content: "";
	width: 0px;
	vertical-align: middle;
	border-top: 1px solid #ca171c;
	margin-right: 5px;
	transition: .4s;
}

.sidebar .sb_nav dl h4:hover a::before,.sidebar .sb_nav dl h4.on a::before {
	width: 10px;
}

.sidebar .sb_box {
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin-top: 50px;
}

.sidebar .sb_box h3.title {
	border-bottom: 1px solid #ddd;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
}

.sidebar .sb_box h3.title span {
	float: left;
	font-size: 30px;
	color: #666;
	padding: 0px 10px;
}

.sidebar .sb_box h3.title div.position {
	float: right;
	color: #666;
	margin-top: 20px;
}

.sidebar .sb_box h3.title div.position a {
	color: #999;
}

.sidebar .sb_box .active {
	margin-top: 20px;
}

.sidebar .sb_box h3.title .moresidebar {
	display: none;
	float: right;
	font-weight: normal;
	padding: 0 10px 0 20px;
	background: url(../side.png) no-repeat left center;
	background-size: 12px;
	margin-top: 20px;
}
/*右侧漂浮菜单*/
.right_bar {
	display: none;
	position: fixed;
	top: 300px;
	right: 0;
	width: 50px;
	height: 203px;
	z-index: 10;
}

.right_bar li {
	width: 62px;
	height: 50px;
	z-index: 20;
}

.right_bar li.rtbar_li1,.right_bar li.rtbar_li4 {
	position: absolute;
	left: 0;
}

.right_bar li.rtbar_li1 {
	top: 0;
	width: 172px;
	left: 0px;
	transition: 0.5s;
}

.right_bar li.rtbar_li1:hover {
	left: -116px;
}

.right_bar li.rtbar_li0 {
	position: absolute;
	top: -51px;
	left: 0;
}

.right_bar li.rtbar_li2 {
	position: absolute;
	top: 51px;
	left: 0;
}

.right_bar li.rtbar_li3 {
	position: absolute;
	top: 102px;
	left: 0;
	width: 126px;
	transition: 0.5s;
}

.right_bar li.rtbar_li3:hover {
	left: -70px;
}

.right_bar li.rtbar_li4 {
	top: 153px;
}

.rtbar_li4 {
	position: absolute;
	top: 153px;
	left: 0;
}

.right_bar li a {
	display: block;
	font-family: "Microsoft Yahei";
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #666;
	border-radius: 6px;
}

.right_bar li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}

.right_bar li a:hover {
	background-color: #151515;
	opacity: 1;
}

.right_bar li.rtbar_li2:hover .rtbar_shwx {
	opacity: 1;
	left: -160px;
}

.rtbar_shwx {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 50px;
	transition: 0.5s;
}

.rtbar_shwx img {
	padding: 5px;
	background-color: #FFF;
	width: 142px;
	height: 142px;
}
/*左侧漂浮菜单*/
.lf {
	position: fixed;
	top: 500px;
	left: 0;
	width: 45px;
	height: 203px;
	z-index: 11;
}

.lf li {
	width: 45px;
	height: 50px;
	z-index: 20;
	background: #dcdcdc;
	text-align: center;
	margin-top: 1px;
}

.lf li a {
	color: #151515;
	font-size: 16px;
	line-height: 50px;
}
/*产品列表*/
#productlist li {
	width: 31%;
	height: auto !important;
	margin: 0 1% 40px 1%;
}

#productlist li a {
	display: block;
	overflow: hidden;
}

#productlist li a.img img {
	display: block;
	border: none;
	transform: scale(1,1);
	transition: 0.4s;
}

#productlist li:hover a.img img {
	transform: scale(1.05,1.05);
}

#productlist li a.text h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#productlist li a.text p {
	color: #999;
	line-height: 1.4;
}
/*产品内容页*/
#showproduct h1.title {
	font-size: 26px;
	font-weight: normal;
	padding: 0;
}

#showproduct .pshow::after {
	content: "";
	display: block;
	clear: both;
}

#showproduct .pshow dt {
	width: 100% !important;
}

#showproduct #imgqwe {
	display: block;
	width: 70%;
	float: left;
}

#showproduct #imgqwe img {
	display: block height:auto;
	width: 100%;
}

#showproduct .smallimg {
	width: 27% !important;
	float: right;
	margin: 0;
	max-height: 550px;
	overflow: auto;
	display: none;
}

#showproduct .smallimg::-webkit-scrollbar {
	width: 6px;
	background-color: #ededed;
	margin-top: 20px;
}

#showproduct .smallimg::-webkit-scrollbar-thumb {
	border: none;
	width: 6px;
}

#showproduct .smallimg::-webkit-scrollbar-corner {
	background-color: #ededed;
}

#showproduct .smallimg span.spic {
	display: block;
}

#showproduct .smallimg span img {
	width: 100% !important;
}

#showproduct .pshow dd {
	width: 100% !important;
}

#showproduct .pshow dd ul {
	margin: 0 15px;
}

#showproduct .ctitle {
	font-size: 2em;
	font-weight: normal;
	border-bottom: none;
	border-top: 1px solid #ccc;
	margin: 40px 0px 0px;
	padding: 20px 10px;
	background: none;
}

#showproduct .ctitle::after {
	content: "";
	display: block;
	width: 40px;
	border-top: 2px solid #ca171c;
	margin-top: 15px;
}
/*新闻模块*/
#newslist {
	padding: 0;
}

#newslist li {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding: 20px 30px;
	background: none;
}

#newslist li:hover {
	background: #f5f5f5;
	box-shadow: 0 4px 10px rgba(43, 43, 43, 0.2);
}

#newslist li a {
	display: block;
	margin-right: 0;
	font-size: 18px;
}

#newslist li p {
	font-size: 15px;
}

#newslist li span {
	font-size: 14px;
}

#newslist li a:hover {
	color: #e50607;
}

#newslist li .left {
	width: 25%;
	float: right;
}

#newslist li .left img {
	display: block;
	width: 300px;
	height: 200px;
}

#newslist li .right {
	width: 55%;
	float: left;
	margin-left: 5%;
}

#newslist li .right h3 {
	margin-top: 24px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#newslist li .right span {
	display: block;
	float: none;
	color: #999;
	margin-top: 15px;
}

#newslist li .right p {
	line-height: 2;
	color: #666666;
	max-height: 4em;
	margin-top: 15px;
	overflow: hidden;
}

#newslist li .right label {
	display: block;
	margin-top: 10px;
}

.jiathis_style span {
	display: none;
}

#part2_ {
	display: none;
}
/*图片模块*/
#imglist li {
	width: 30% !important;
	height: auto !important;
	margin: 0 1.2% 20px 1.2% !important;
}

#imglist li:hover {
	box-shadow: 2px 2px 4px #ccc;
}

#imglist li a.img img {
	border: none;
	width: 100%;
}

#imglist li h3 {
	background: #fff;
	font-size: 16px;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#showimg .imgshow {
	text-align: left;
}

#showimg .imgshow #imgqwe {
	display: none;
	margin: 0 auto;
}

.smallimg {
	margin: 0 auto;
}

/*简介模块*/
.editor h3.title {
	font-size: 30px;
	text-align: center;
	border-bottom: none !important;
}

.editor h6.subtitle {
	font-weight: normal;
	text-align: center;
	color: #999;
}

.editor h6.subtitle::before {
	content: "";
	display: inline-block;
	width: 30px;
	border-top: 1px solid #666;
	margin: 0 10px 4px;
}

.editor h6.subtitle::after {
	content: "";
	display: inline-block;
	width: 30px;
	border-top: 1px solid #666;
	margin: 0 10px 4px;
}
/*联系我们*/
.contactus ul {
	width: 60%;
	padding: 0;
	float: left;
	margin-right: 3%;
}

.contactus li {
	margin-bottom: 10px;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}

.contactus .erweima {
	width: 36%;
	float: left;
	text-align: center;
	line-height: 1;
}

.contactus .erweima .er-img {
	width: 48%;
	margin: 0 1%;
	float: left;
}

.contactus .erweima img {
	display: block;
	width: 100%;
}

#allmap {
	width: 100%;
	height: 400px;
}

#allmap .BMap_Marker div {
	width: 39px !important;
}
/*公司简介*/
.profile .honor img {
	width: 33%;
}