a {
	text-decoration: none;
}

li {
	list-style: none;
}

body {
	color: #333333;
}

.clearbox:after {
	content: '';
	display: block;
	clear: both;
}

/*导航栏*/
.pcnavbox {
	position: relative;
	z-index: 2;
}

.pclogobox {}

.pclogozx {
	width: 1530px;
	margin: auto;
	padding: 10px 0;
}

.pclogoright {
	float: right;
	margin-top: 40px;
}

.pclogoright form {
	display: inline-block;
	border: 1px solid #d4d4d4;
	margin-right: 70px;
	padding: 5px;
}

.pclogoright form input {
	border: 0;
	width: 300px;
}

.pclogoright form img {
	vertical-align: middle;
}

.pclogoright .yyqh {
	display: inline-block;
}

.pclogoright .yyqh img {
	vertical-align: middle;
}

.pclogoright .yyqh select {
	margin-left: 5px;
	border: 0;
	width: 50px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../images/right-select.png") no-repeat scroll right 5px transparent;
	background-size: 11px 7px;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 0.14rem;
}


.pcnav {
	background: #dc0809;

}

.pcnav ul {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: space-between;
}

.pcnav li {
	float: left;
	position: relative;
}

.pcnav a {
	color: #ffffff;
}

.pcnav li>a {
	display: block;
	min-width: 120px;
	padding: 20px 10px;
	text-align: center;
	font-size: 16px;
}

.pcnav li.cur>a,
.pcnav li:hover>a {
	background: #a90607;
	color: #ffffff;
}

.pcnav li .ycpcnav {
	position: absolute;
	left: 0;
	top: 59px;
	width: 100%;
	display: none;
	z-index: 999;
}

.pcnav li .ycpcnav a {
	display: block;
	background: rgba(0, 0, 0, 0.23);
	color: #ffffff;
	padding: 15px 5px;
	font-size: 14px;
	text-align: center;
}

.pcnav li .ycpcnav a:hover {
	color: #dc0809;
}

.pcnav li:hover .ycpcnav {
	display: block;
}

/*banner*/
.banner {
	height: 700px;
	overflow: hidden;
}

.banner .swiper-slide {
	display: block;
	transition: all 3s 0s ease-in-out;
	-webkit-transition: all 3s 0s ease-in-out;
}

.banner .banner_img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 3s 0s ease-in-out;
	-webkit-transition: all 3s 0s ease-in-out;
}

.banner .textimg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -600px;
	-webkit-transition: transform 1s 0s ease;
	transition: transform 1s 0s ease;
	transform: translate3d(150px, 0, 0);
	opacity: 0;
}

.banner .textimg img {
	display: block;
	width: 100%;
}

.banner .swiper-slide-active .textimg {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.banner .swiper-slide-active .banner_img {
	transform: scale(1);
}

.banner .swiper-container .swiper-pagination {
	width: 20px;
	left: auto;
	bottom: auto;
	right: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .swiper-pagination:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	border-left: 1px dashed #fff;
	z-index: 1;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
	margin-top: 36px;
	position: relative;
	z-index: 2;
}

.banner .swiper-pagination .swiper-pagination-bullet:first-child {
	margin-top: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	left: -4px;
	top: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0);
	transition: all 0.3s 0s ease-in-out;
	-webkit-transition: all 0.3s 0s ease-in-out;
	z-index: 3;
}

.banner .swiper-pagination .swiper-pagination-bullet:first-child {
	margin-top: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background: rgba(255, 255, 255, 0.3);
}

/*公司简介*/
.index_propaganda {
	overflow: hidden;
	padding-top: 48px;
	margin-top: -48px;
}

.index_propaganda .leftvideo,
.index_propaganda .righttext {
	height: 536px;
	position: relative;
}

.index_propaganda .leftvideo {
	height: 584px;
	margin-top: -48px;
	z-index: 3;
	float: left;
}

.index_propaganda .imgf,
.index_propaganda .ul_videolist .a_video,
.ul_videolist .index_propaganda .a_video {
	width: 600px;
	height: 584px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: auto;
}

.imgf:hover img,
.ul_videolist .a_video:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.imgf img,
.ul_videolist .a_video img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.8s 0s ease-in-out;
	-webkit-transition: all 0.8s 0s ease-in-out;

}

.index_propaganda .leftvideo .imgf img,
.index_propaganda .leftvideo .ul_videolist .a_video img,
.ul_videolist .index_propaganda .leftvideo .a_video img {
	transition: all 1.2s 0s ease-in-out;
	-webkit-transition: all 1.2s 0s ease-in-out;
}

.index_propaganda .leftvideo:hover .imgf img,
.index_propaganda .leftvideo:hover .ul_videolist .a_video img,
.ul_videolist .index_propaganda .leftvideo:hover .a_video img {
	-webkit-transform: scale(1.1) rotate(5deg);
	transform: scale(1.1) rotate(5deg);
}

.index_propaganda .lefttextbox {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 155px;
	font-size: 0;
}

.index_propaganda .a_play {
	display: inline-block;
	width: 72px;
	height: 72px;
	background: url(../images/ico_play.png) center center no-repeat;
    display:none;
}

.index_propaganda .p_title {
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
}

.index_propaganda .p_en {
	font-size: 16px;
    color: #fff;
    margin-top: 20px;
    padding: 0 40px;
    line-height: 30px;
	margin-top: 20px;
}
.index_propaganda .lefttextbox img {
    width:70px;
}

.btn_viewmore {
	display: inline-block;
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.3s 0s ease-in-out;
	-webkit-transition: all 0.3s 0s ease-in-out;
}

.btn_viewmore.sty2 {
	background: #dc0809;
	border: 1px solid #dc0809;
}

.index_propaganda .btn_viewmore {
	margin-top: 30px;
}

.btn_viewmore.sty2:hover {
	background: none;
	border: 1px solid #fff;
}

.btn_viewmore i,
.btn_viewmore span {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s 0s ease-in-out;
	-webkit-transition: all 0.3s 0s ease-in-out;
}

.btn_viewmore.sty2:hover span {
	margin: 0 20px;
}

.btn_viewmore i {
	width: 6px;
	height: 7px;
}

.btn_viewmore.sty2 .ico_l {
	background: url(../images/ico_arrow1_4.png) center center no-repeat;
}

.btn_viewmore span {
	font-size: 14px;
	margin: 0 15px;
}

.btn_viewmore.sty2 span {
	color: #ffffff;
}

.btn_viewmore.sty2 .ico_r {
	background: url(../images/ico_arrow2_4.png) center center no-repeat;
}

.index_propaganda .righttext {
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}

.index_propaganda .righttext:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 960px;
	height: 536px;
	background: url(../images/bg_index_m.jpg) left center no-repeat;
}

.righttext .pbt {
	font-size: 40px;
	font-weight: bold;
}

.righttext>p {
	font-size: 18px;
	color: #333333;
}

.righttext .jjzy {
	padding: 50px 0;
	color: #666666;
	line-height: 30px;
}

.sjzbh {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: space-between;
}

.sjzbh .dhszli {
	float: left;
}

.sjzbh .dhszli .shuzi {
	color: #333333;
}

.sjzbh .dhszli .shuzi span {
	font-size: 48px;
	font-weight: bold;
	color: #dc0809;
}


.ckgd {
	margin-top: 30px;
	border: 1px solid #D5D5D5;
	display: inline-block;
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.3s 0s ease-in-out;
	-webkit-transition: all 0.3s 0s ease-in-out;
}

.ckgd:hover {
	background: #dc0809;
	border: 1px solid #dc0809;
}

.ckgd i {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 7px;
	transition: all 0.3s 0s ease-in-out;
	-webkit-transition: all 0.3s 0s ease-in-out;
}

.ckgd .ico_l {
	background: url(../images/ico_arrow1_1.png) center center no-repeat;
}

.ckgd span {
	color: #333;
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
	transition: all 0.3s 0s ease-in-out;
	-webkit-transition: all 0.3s 0s ease-in-out;
}

.ckgd:hover span {
	color: #ffffff;
	margin: 0 20px;
}

.ckgd .ico_r {
	background: url(../images/ico_arrow2_1.png) center center no-repeat;
}

.popup_video {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100;
}

.popup_video .vidoebg {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.popup_video .videobox {
	position: absolute;
	z-index: 3;
	width: 800px;
	height: 450px;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -225px;
}

.popup_video .ico_close {
	position: absolute;
	z-index: 4;
	top: 0px;
	right: -40px;
	width: 30px;
	height: 30px;
	background: url(../images/ico_close.png) center center no-repeat;
	cursor: pointer;
	transition: all 0.3s 0s ease-in-out;
	-webkit-transition: all 0.3s 0s ease-in-out;
}

.popup_video video {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.popup_video .ico_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.wmdtd {
	background-image: url("../images/tdbj.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.wmdtd .swiper-slide {

	color: #ffffff;
}

.tdimg {
	overflow: hidden;
	position: relative;
	height: 400px;
}

.tdimg img {
	width: 100%;
	transition: all 3s;
	cursor: pointer;
}

.tdimg img:hover {
	transform: scale(1.1);
}

.tdimg p {
	text-align: center;
	position: absolute;
	width: 100%;
	font-size: 16px;
	padding: 18px 0;
	left: 0;
	bottom: 0;
	background: #dc0809;
	margin-bottom: 0;
}

.tdjs {
    padding-top: 55px;
    padding-left: 50px;
}

.index_titlebox .p_title {
	font-size: 24px;
}

.index_titlebox .p_en {
	opacity: 0.6;
	padding-top: 20px;
	padding-bottom: 15px;
}

.index_titlebox span.span_line {
	display: block;
	width: 28px;
	height: 4px;
	background: #dc0809;
}

.tdjsp {
	line-height: 30px;
	margin-top: 45px;
}

.wmdtd .swiper-container .swiper-button-next {
	left: 50%;
	width: 60px;
	height: 60px;
	background-color: #dc0809;
	bottom: 0;
	opacity: 1;
	margin-top: 0;
	margin-left: 10px;
	top: auto;
	background-size: 14px 24px;

}

/*产品中心*/
.cpzxscyy {
	overflow: hidden;
}

.cpzxsy {}

.bigbt {
	color: #333333;
	text-align: center;
	padding: 40px 0;
}

.bigbt div {
	font-size: 40px;
	font-weight: bold;
}

.bigbt p {
	font-size: 18px;
}

.cpfl {
	text-align: center;
	font-size: 16px;
	padding-bottom: 60px;
}

.cpfl span {
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
	position: relative;
}

.cpfl span:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 0;
	background: #dc0809;
	left: 50%;
	top: 25px;
	transition: all 1s;
}

.cpfl span.cur,
.cpfl span:hover {
	color: #dc0809;
}

.cpfl span.cur:after {
	height: 18px;
	top: 25px;
}

.cpfls {
	overflow: hidden;
	padding-bottom: 50px;
}

.cpfls ul {
	margin: 0 -20px;
	display: none;
}

.cpfls li {
	padding: 0 20px;
	padding-bottom: 20px;
}

.cpfls li .cpflimg {
	height: 250px;
	overflow: hidden;
	position: relative;
}

.cpflimg>img {
	width: 100%;
	transition: all 3s;
}

.cpfls li a:hover img {
	transform: scale(1.1);
}

.cpflimg .mzbox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.cpfls li a:hover .mzbox {
	display: block;
}

.cpflimg .mzboxnr {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-left: 25px;
}

.cpflimg .mzboxnr .jz {
	height: 100%;
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cpflimg .mzboxnr span {
	display: inline-block;
	background: rgba(255, 255, 255, 0.83);
	font-size: 12px;
	padding: 5px 10px;
	margin-bottom: 10px;
	transition: all 0.5s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	opacity: 0;
	    color: #333;
}

.cpfls li a:hover .mzboxnr span {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.cpflimg .mzboxnr:hover .yz2 span {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.cpflimg .mzboxnr:hover .yz3 span {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.cpflimg .mzboxnr span:hover {
	background: #cc1c1d;
	color: #ffffff;
}

.cpfls .cpbt {
	font-size: 24px;
	color: #dc0809;
	padding: 20px 0 10px 0;
}

.cpfls .cpjs {
	font-size: 16px;
	color: #333;
}

.cpfls li .cpjt {
	float: right;
	margin-top: 15px;
	transition: all 1s;
	transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	opacity: 0;

}

.cpfls li a:hover .cpjt {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}

.cpzxsy .ckgd {
	display: block;
	margin: auto;
}

/*市场应用*/
.svgbj {
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: translateX(0);
	border-width: 1920px 1920px;
	border-style: solid solid none;
	border-color: rgb(255, 255, 255) rgb(255, 255, 255);
	border-image: initial;
	border-bottom: 96px solid transparent;
	border-top: none;
}

.syyysy {
	background: url("../images/cpbj.png") no-repeat bottom;
	background-size: cover;
	background-attachment: fixed;
}

.scyyjs {
	width: 80%;
	margin: auto;
	text-align: center;
	color: #ffffff;
	padding-bottom: 40px;
}

.scyyjs .scybt {
	font-size: 24px;
	padding-bottom: 40px;
}

.scyyjs p {
	line-height: 30px;
	padding-bottom: 45px;
}

.syyybh {
	border-top: 1px solid #beb7af;
}

.syyybh li {
	border-right: 1px solid #beb7af;
}

.syyybh li:last-child {
	border: 0;
}

.syyybh img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(110%);
	-webkit-transform: translateY(110%);
	transition: all 0.5s;
	z-index: 1;
}

.scimg {
	position: relative;
	cursor: pointer;
	color: #ffffff;
	height: 221px;
	overflow: hidden;
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.scimgbox {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	transition: all 2s;
}

.scszm {
	font-size: 40px;
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 100%;
	border: 2px solid #ffffff;
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 22px;
}

.scimg:hover img {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

/*新闻中心*/
.newssy {
	overflow: hidden;
}

.newssy ul {
	margin: 0 -15px;
}

.newssy li {
	padding: 20px 15px;
}

.newssy li .xwimg {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.newssy li .xwimg img {
	width: 100%;
}

.newssy li .xwimg .mc {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.5s;
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

}

.newssy li .mc img {
	width: auto;
}

.newssy li a:hover .mc {
	opacity: 1;
}

.newssy li .day {
	font-size: 60px;
}

.newssy li .ny {
	font-size: 20px;
}

.xwjs {
	padding-left: 20px;
}

.xwjs p {
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #333333;
	margin-top: 30px;
	padding-bottom: 5px;
	position: relative;
}

.xwjs p:after {
	content: '';
	position: absolute;
	width: 0;
	left: 0;
	height: 1px;
	background: #dc0809;
	bottom: -1px;
	transition: all 0.35s;
}

.newssy .ckgd {
	display: block;
	margin: auto;
	margin-top: 50px;
}

.newssy li a {
	transition: all 1s;
}

.newssy li a:hover {
	color: #dc0809;
}

.newssy li a:hover .xwjs p:after {
	width: 100%;
}

/*合作伙伴*/
.hzhbsy {
	background: url("../images/hzbj.png") no-repeat center;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 80px;
	background-attachment: fixed;
}

.hzhbsy .svgbj1 {
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: translateX(-50%);
	border-width: 1920px 1920px;
	border-style: solid solid none;
	border-color: rgb(255, 255, 255) rgb(255, 255, 255);
	border-image: initial;
	border-bottom: 96px solid transparent;
	border-top: none;
}

.hzhbsy .bigbt {
	color: #ffffff;
}

.hzhbsy .swiper-slide {
	height: 90px;
	background: #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hzhbsy .swiper-slide img {
	width: auto;
	max-width: 100%;
}

.hzsw {
	padding: 30px 50px;
	position: relative;
}

.hzhbsy .hzsw .swiper-button-next,
.hzhbsy .hzsw .swiper-button-prev {
	width: 33px;
	height: 33px;
	background-color: #ffffff;
	border-radius: 100%;
	margin-top: 0;
	background-image: none;
	text-align: center;
	line-height: 33px;
	font-size: 24px;
	opacity: 1;
	color: #bdbdbd;
}

.hzhbsy .hzsw .swiper-button-next:hover,
.hzhbsy .hzsw .swiper-button-prev:hover {
	background: #dc0809;
	color: #ffffff;
}

/*尾部*/
footer {
	background: #0f0f0f;
}

footer .container {
	padding: 20px 0 40px 0;
}

.footnav {
	float: left;
	padding-top: 40px;
}

.footnav li {
	padding-left: 20px;
	color: #ffffff;
	float: left;
	margin-right: 100px;
}

.footnav li:last-child {
	margin-right: 0;
}

.footnav li p {
	font-size: 16px;
	margin-bottom: 50px;
}

.footnav li a {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-bottom: 20px;
}

.footnav li a:hover {
	color: #ffffff;
}

.footlogo {
	float: right;
	text-align: center;
}

.footlogo form {
	background: #2e2f34;
	width: 300px;
	padding: 10px;
	margin: 20px 0;
}

.footlogo form input {
	border: 0;
	background: none;
	width: 250px;
	color: #ffffff;
}

.wbfxbox a {
	margin: 0 8px;
}

.wbfxbox a i {
	font-size: 20px;
	color: #666666;
}

.wbfxbox a i:hover {
	color: #ffffff;
}

.footbq {
	text-align: center;
	color: #999999;
	padding: 20px 0;
	border-top: 1px solid #29292a;
}



.sszbox {
    padding:30px 0;
    min-height:450px;
    position:relative;
    margin-top:70px;
}
    .sszbox li {
        padding-bottom:10px;
        font-size:16px;
       
    }
        .sszbox li a {
         color:#dc0809;
        }
        .sszbox li span {
            color:#666666;
            padding-right:30px;
        }



.ssjzbox {
    display:none;
    position:absolute;
    width:100%;
    text-align:center;
    top:50%;
    font-size:16px;
    color:#cccccc;
    font-weight:bold;
}





@media (max-width: 1530px) {
	.pclogozx {
		width: 1200px;
	}
    .banner {
	height: 500px;	
}
}

@media (max-width: 640px) {

    .sszbox{
         padding:10px 0;

    }
}



@media (max-width: 414px) {
	.banner {
		height: 250px;
	}

	.righttext .pbt {
		font-size: 24px;
	}

	.righttext>p {
		font-size: 16px;
	}

	.righttext .jjzy {
		padding: 15px 0;
	}

	.sjzbh .dhszli .shuzi span {
		font-size: 24px;
	}

	.sjzbh .dhszli p,
	.sjzbh .dhszli .shuzi {
		font-size: 12px;
	}

	.tdimg {
		height: 254px;
	}

	.tdjs {
		padding: 0;
	}

	.index_titlebox .p_en {
		opacity: 0.6;
		padding: 0;
	}

	.tdjsp {
		margin-top: 10px;
	}

	.wmdtd .swiper-container .swiper-button-next {

		display: none;
	}

	.wmdtd {
		padding: 30px;
	}

	.bigbt div {
		font-size: 24px;
	}

	.bigbt {
		padding: 20px 0;
	}

	.bigbt p {
		font-size: 16px;
	}

	.cpfl span {
		margin: 13px 15px;
	}

	.cpfl {
		padding-bottom: 20px;
	}

	.cpfl span:after {
		display: none;
	}

	.newssy,
	.cpzxsy {
		padding: 0 10px;
	}

	.cpfls li {
		width: 100%;
		padding: 0;
	}

	.syyybh ul {
		padding: 0;
	}

	.newssy li .day {
		font-size: 24px;
	}

	.newssy li .ny {
		font-size: 14px;
	}

	.xwjs p {
		margin-top: 12px;
	}

	.xwjs {
		padding-left: 5px;
	}

	.newssy .ckgd {
		margin-top: 10px;
	}

	.hzhbsy {

		margin-top: 40px;
	}

.banner .textimg {
	position: absolute;
	left: 15%;
	top: 25%;
	width: 40%;
	margin-top: 0; 
	 margin-left: 0;
	
}
	.banner .swiper-container .swiper-pagination {
		display: none;
	}
	.banner {
	    height: 198px;
	}
}
