﻿a {
	text-decoration: none;
}

a:hover {
	color: #DC0809;
	transform: 0.55s ease;
	cursor: pointer;
}

li {
	list-style: none;
}

p:hover {
	cursor: default;
}

.layout {
	overflow: hidden;
}

body {
	color: #333333;
}

.container-layout,
.container {
	padding: 0;
}

.clearbox:after {
	content: '';
	display: block;
	clear: both;
}

.banner{
	z-index: -1;
}


.bannerbox img {
	width: 100%;
}

.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: auto;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../image/right-select.png") no-repeat scroll right 5px transparent;
	background-size: 11px 7px;
	
	padding-right: 15px;
}


.pcnav {
	background: #dc0809;
	
	background-color: #DC0809;
	background-position: center center;

}

.pcnav ul {
	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: 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: 14px;
}

.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: 12px;
	text-align: center;
}

.pcnav li .ycpcnav a:hover {
	color: #dc0809;
}

.pcnav li:hover .ycpcnav {
	display: block;
}


.smallbar ul {
	padding-left: 0;
	list-style: none;
}

.smallbar ul li {
	float: left;
	padding: 0px 20px 0 20px;
	font-size: 16px;
}

.smallbar ul li a {
	color: #808080;
	display: block;
	height: 43px;
	line-height: 43px;
}

.smallbar ul li a:hover {
	color: #dc0809;
}

.smallbar ul li a:after {
	content: "";
	display: block;
	height: 2px;
	width: 1%;
	background: #DC0809;
	transition: 0.55s ease-in-out;
}

.smallbar ul li a:hover:after {
	width: 100%;
}

#tnav {
	color: #DC0809;
}

#tnav:after {
	width: 100%;
}

.bannerbox img {
	width: 100%;
}

.bannerbox {
	position: relative;
	overflow: hidden;
	z-index: -1;
}

.bannerbox .bannertext {
	position: absolute;
	
	background-color: #dc0809ad;
	top: 40%;
	color: white;
	min-width: 275px;
	padding: 30px;
}

.bannerbox .bannertext h1 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}

	
ul.change {
 padding-left: 0;
 list-style: none;
	}


.pagebox {
	width: -webkit-fit-content;
	margin: auto;
	padding: 50px 0 50px 0;
}

.pagebox .pagination li a {
	color: white;
}

.pagebox .pagination li {
	background-color: #b3b3b3;
	border-radius: 0;
}

.pagebox .pagination li a:hover {
	background-color: #DC0809;
	border-radius: 0;
	transition: 0.55s ease-in-out;
}

#pagethis {
	background: #DC0809;
}



.fixed {
	position: fixed;
	right: 10px;
	top: 50%;
	width: 70px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 9000000;
	display: none;
	transition: 0.55s ease-in;
	opacity: 0;
}

.fixed li {
	list-style: none;
	width: 50px;
	height: 50px;
	margin-bottom: 8px;
	position: relative;
	-o-transition: .3s;

	-ms-transition: .3s;

	-moz-transition: .3s;

	-webkit-transition: .3s;

	transition: .3s;
}

.fixed li span,
.fixed li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-o-transition: .3s;

	-ms-transition: .3s;

	-moz-transition: .3s;

	-webkit-transition: .3s;

	transition: .3s;
}

.fixed li.tel {
	overflow: hidden;
}

.fixed li.tel {
	background-color: rgba(220, 8, 9, 0.67);;
	border-radius: 50%;
}

.fixed li.tel span {
	background: url(../image/ico-tel.png) no-repeat center center;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.fixed li.tel em {
	position: absolute;
	left: 50px;
	top: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 130px;
	white-space: nowrap;
}

.fixed li.qq a {
	background: rgba(220, 8, 9, 0.67) url(../image/ico-qq.png) no-repeat center center;
}

.fixed li.weixin {
	overflow: hidden;
}

.fixed li.weixin span {
	background: rgba(220, 8, 9, 0.67) url(../image/ico-weixin.png) no-repeat center center;
}

.fixed li.weixin em {
	position: absolute;
	left: -160px;
	padding-right: 25px;
	top: -70px;
	opacity: 0;
	transform: translateX(25px);
	-webkit-transform: translateX(25px);
	-o-transition: .3s;

	-ms-transition: .3s;

	-moz-transition: .3s;

	-webkit-transition: .3s;

	transition: .3s;
}

.fixed li.weixin em img {
	width: 135px;
	height: 135px;
}

.fixed li.weixin:hover {
	overflow: visible;
}

.fixed li.weixin:hover em {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.fixed li.go-top a {
	background: url(../image/ico-top.png) no-repeat center center;
	background-color:rgba(220, 8, 9, 0.67);
}

.fixed li.go-top a:hover {
	background-color: rgba(220, 8, 9, 1);
}

.fixed .tel:hover {
	width: 205px;
	background: rgba(220, 8, 9, 1);
	border-radius: 50px;
	transform: translateX(-155px);
	-webkit-transform: translateX(-155px);
}

.fixed li.qq a:hover {
	background-color: rgba(220, 8, 9, 1);
}

.fixed li.weixin:hover span {
	background-color: rgba(220, 8, 9, 1);
}



footer {
	background: #0f0f0f;
}

footer .container {
	padding: 20px 0 40px 0;
}

.footnav {
	float: left;
	padding-top: 40px;
}
    .footnav ul {
        padding-left:0;
    }

.footnav li {
	padding-left: 20px;
	color: #ffffff;
	float: left;
	margin-right: 50px;
}

.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;
}


@media (max-width: 1550px) {
	.pclogozx {
		width: 1200px;
	}
}


@media (max-width: 1220px) {
	.pclogozx {
		width: 1000px;
	}
}

.pcnav .change{
		display: none;
	}
.sp_nav_xjb{
	display: none;
}
@media screen and (max-width: 1024px) {
	.layout {
		overflow: hidden;
	}

	.bannerbox,
	.banner {
		margin-top: 70px;
	}
	.pcnav .change{
		display: block;
	}
	.pcnav .change {
		width: -webkit-fit-content;
		margin: auto;
	}
	.pcnav .change span{
		margin: 0 10px;
		padding: 20px 10px;
		display: inline-block;
	}
	.sp_nav_xjb{
		display: block;
	}
	.popup_video .videobox {
	    position: absolute;
	    z-index: 3;
	    width: 100%;
	    height: auto;
	    left: 0;
	    margin-left: 0px;
	    top: 30%;
	    margin-top: 0;
	}
	.pcnav li .ycpcnav {
	    background: #666;
	}
	
	
	
	.content {
		min-height: 450px;
	}

	.nav_box {
		height: 70px;
		height: 80px;
		background: #000000;
		padding: 0px 35px;
		padding-top: 10px;
		width: 100%;
	}

	.nav_box ul li {
		padding: 15px 0px;
	}

	.nav_ph {
		box-sizing: border-box;
		display: none;
		width: 100%;
		color: white;
		z-index: 99;
		box-shadow: 0px 3px 6px #66502F;
	}

	.sjj_nav ul,
	.sjj_nav ul li {
		list-style: none
	}

	.sp_header {
		height: 70px;
		overflow: hidden;
		position: relative;
		z-index: 10;
		width: 100%;
		padding: 0 15px;
		top: 0;
		position: fixed;
		background: #fff;
	}

	.pclogozx {
		width: auto;
	}

	.sp_logo {
		float: left;
		height: 60px;
	}

	.sp_logo img {
		max-height: 55px;
	}

	.sp_nav {
		width: 50px;
		position: absolute;
		cursor: pointer;
		height: 30px;
		margin-top: 25px;
		top: 0;
		right: 0;
	}

	.sp_nav span {
		display: block;
		background: black;
		width: 25px;
		height: 1px;
		position: absolute;
		left: 10px;
		transition: all ease-out 0.35s
	}

	.sp_nav span:nth-of-type(1) {
		top: 0px
	}

	.sp_nav span:nth-of-type(2) {
		top: 10px
	}

	.sp_nav span:nth-of-type(3) {
		top: 20px
	}

	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}

	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}

	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}

	.sjj_nav {
		position: fixed;
		z-index: 9;
		background: rgba(0, 0, 0, 0.88);
		width: 100%;
		height: 100%;
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.45s;
	}

	.nav_show {
		top: 70px;
		padding-top: 0px;
		transition: 0.5s ease-in-out;
	}

	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}

	.sjj_nav>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px)
	}

	.sjj_nav ul li img {
		position: absolute;
		top: 20px;
		right: 60px;
		height: 30px;
	}

	.sjj_nav ul li i img {
		transform: rotate(0deg);
		transition: all ease 0.35s
	}

	.sjj_nav ul li .sjj_nav_i_se img {
		transform: rotate(90deg)
	}

	.sjj_nav ul {
		padding-left: 0;
	}

	.sjj_nav ul li {
		
		
		position: relative;
		line-height: 50px;
		font-size: 16px;
		width: 100%;
	}

	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid;
	}

	.sjj_nav ul li ul {
		display: none
	}

	.sjj_nav ul li a {
		color: white;
		width: 100%;
		line-height: 28px;
	}

	.sjj_nav ul li ul li a {
		color: #f2e2c9;
		display: block;
		text-align: left;
	}

	.sjj_nav ul li ul li>ul {
		margin-left: 10px
	}

	
	.nav_show .nav {
		padding-top: 30px;
	}

	.nav:hover .block {
		display: none;
	}

	.pclogoright {
		display: none;
		float: right;
		
		position: fixed;
		top: 90px;
		width: 100%;
		z-index: 148;
		background: white;
	}

	.pcnav ul {
		display: block;
	}

	.nav-inline li {
		display: block;
	}

	.sjj_nav>ul>li:first-child>a {
		float: none;
		width: auto;
	}

	.sjj_nav ul li.hom a:after {
		content: "";
		display: block;
		height: 2px;
		background: transparent;
		width: 100%;
		padding-top: 2px;
	}

	.nav_box ul li {
		margin: 0 20px;
	}

	.nav_box ul li a {
		width: 100%;
		text-align: center;
	}

}




@media (max-width: 750px) {
	.pclogozx {
		width: 700px;
	}
}

@media (max-width: 414px) {
	.content {
		padding: 0 10px;
	}

	.smallbar ul {
		padding-left: 0;
		list-style: none;
		padding: 10px;
	}

	.footlogo {
		float: left;
		text-align: center;
		margin-left: 40px;
	}

	.bannerbox .bannertext {
		display: none;
	}

	.margin-large-top {
		margin-top: 10px;
	}
}