* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html,  body {
	width: 100%;
}
body {
	min-width: 320px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	font-family: Microsoft YaHei, SimSun;
	background: #fff;
}
a {
	text-decoration: none;
	color: #333333;
	display: inline-block;/*white-space: nowrap;*/

}
li {
	list-style: none;
}
img {
	border: 0;
	display: inline-block;
	vertical-align: middle;
}
.clear {
	clear: both;
}
.conntainer-fluid {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin-bottom: 0;
}
ul {
	margin-bottom: 0;
}
input {
	border: none;
	outline: none;
}
/*通用样式end*/







/*header*/

.header-wai {
	background: #2a49ca;
	height: 160px;
}
.header {
	position: relative;
}
.header-logo {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}
.header-logo img {
	display: block;
}
.header-left {
	width: 50%;
	height: 100%;
	float: left;
}
.header-right {
	width: 50%;
	height: 100%;
	float: right;
}
.header-name h1 {
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 24px;
	text-transform: uppercase;
}
.header-name p {
	color: #fff;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
}
.header-ul1 {
	overflow: hidden;
	margin-top: 5px;
}
.header-ul1 li {
	display: block;
	float: left;
	width: 25%;
	height: 43px;/*margin-right: 20px;*/

}
.header-ul1 li:nth-child(-n+2) {
	width: 17%;
}
.header-ul1 li:hover {
	background: #ee952f;
}
.header-ul1 li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-left: 30px;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
}
.header-ul1 li a:before {
	content: '';
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	left: 5px;
	top: 26%;
}
.header-ul1 li:nth-child(1) a:before {
	background: url("../images/daohang-img1.png") no-repeat;
}
.header-ul1 li:nth-child(2) a:before {
	background: url("../images/daohang-img2.png") no-repeat;
}
.header-ul1 li:nth-child(3) a:before {
	background: url("../images/daohang-img3.png") no-repeat;
}
.header-ul2 li:nth-child(1) a:before {
	background: url("../images/daohang-img4.png") no-repeat;
}
.header-top {
	overflow: hidden;
	margin-top: 24px;
}
.header-change {
	padding-left: 17px;
	display: block;
	width: 180px;
	height: 45px;
	float: right;
	margin-top: 5px;
}
.header-dh {
	width: 287px;
	float: right;
}
.header-dh>span {
	display: block;
	float: left;
	margin-top: 7px;
}
.header-dh span img {
	display: block;
	height:100%;
	width:100%;
}
.header-fwrx {
	float: right;
	margin-right:5px;
}
.header-fwrx p {
	color: #fff;
	font-size: 14px;
	text-align: left;
	height:12px;
	letter-spacing: 3px;
}
.header-fwrx h1 {
	font-size: 21px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	margin-right:10px;
	margin-top:12px;
	margin-bottom:5px;
}
.header-change input {
	display: none;
}
.header-change label {
	/*box-shadow:rgb(0,0,0) 0px 0px 0px 1px;*/

	width: 100%;
	height: 100%;
	display: block;
	border-radius: 30px;
	position: relative;
	background-color: white;
	overflow: hidden;
}
.header-change label a:first-child {
	/*content:'English';*/

	color: #fff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	/*box-shadow:rgb(0,0,0) 0px 0px 0px 1px;*/

	border: 1px solid #ee952f;
	left: 75px;
	width: 90px;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 30px;
	background-color: #ee952f;
	z-index: 20;
	transition: all 0.5s;
}
.header-change label a:last-child {
	/*content:'中文';*/

	text-align: left;
	padding-left: 14px;
	line-height: 45px;
	color: #555;
	font-size: 16px;
	position: absolute;
	border-radius: 20px;
	left: 0px;
	width: 93.5px;
	height: 45px;
	display: inline-block;
	background-color: #eee;
	transition: all 0.5s;
}
/*.header-change input:checked + label a:first-child{*/

/*left:75px;*/

/*}*/

/*.header-change input:checked + label a:last-child{*/

/*left:0px;*/

/*}*/



.header-ul2 {
	overflow: hidden;
	margin-top: 5px;
}
.header-ul2 li {
	display: block;
	float: right;
	width: 120px;
	height: 43px;/*margin-right: 20px;*/

}
.header-ul2 li:nth-child(1) {
	margin-right: 0;
}
.header-ul2 li:hover {
	background: #ee952f;
}
.header-ul2 li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-left: 30px;
	position: relative;
	text-transform: uppercase;
}
.header-ul2 li a:before {
	content: '';
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	left: 5px;
	top: 26%;
}
.header-ul2 li:nth-child(2) a:before {
	background: url("../images/daohang-img8.png") no-repeat;
}
.header-ul2 li:nth-child(3) a:before {
	background: url("../images/daohang-img7.png") no-repeat;
}
.header-ul2 li:nth-child(4) a:before {
	background: url("../images/daohang-img6.png") no-repeat;
	left: 15px;
}
.header-ul1 li:nth-child(4) a:before {
	background: url("../images/daohang-img5.png") no-repeat;
}
/*footer*/

.footer-wai {
	background: #2a49ca;
	padding-top: 55px;
	padding-bottom: 55px;
}
.footer-body {
	overflow: hidden;
	width: 100%;
}
.ewm {
	width: 250px;
	float: left;
	overflow: hidden;
}
.ewm-list {
	float: left;
}
.ewm-list span {
	display: block;
	width: 156px;
	height: 156px;
}
.ewm-list span img {
	display: block;
	width: 100%;
	height: 100%;
}
.ewm-list p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}
.footer-contact {
	width: 680px;
	float: left;
}
.footer-contact h1 {
	color: #fff;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
}
.footer-heng {
	width: 35px;
	height: 2px;
	background: #fff;
	margin-top: 7px;
	margin-bottom: 16px;
}
.footer-contact p {
	color: #fff;
	font-size: 16px;
	text-align: left;
	line-height: 30px;
}
.contact-ul {
	overflow: hidden;
	width: 100%;
}
.contact-list {
	float: left;
	width: 332px;
	padding: 10px 0 0;
	overflow: hidden;
}
.contact-list:nth-child(1) {
	width: 100%;
}
.contact-list:nth-child(5) {
	width: 100%;
}
.contact-list:nth-child(7) {
	width: 100%;
}
.contact-list:nth-child(8) {
	width: 100%;
}
.contact-list:nth-child(9) {
	width: 100%;
}
.contact-list:nth-child(10) {
	width: 100%;
}
.contact-list span {
	display: block;
	margin-right: 9px;
	float: left;
	height: 30px;
	line-height: 27px;
}
.contact-list span img {
	display: inline-block;
	vertical-align: middle;
}
.contact-list p {
	color: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	float: left;
}
.footer-service {
	width: 200px;
	float: right;
}
.footer-service h1 {
	color: #fff;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
}
.footer-fwrx {
	width: 100%;
	overflow: hidden;
}
.footer-fwrx span {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 28px;
	margin-right: 15px;
}
.footer-fwrx span img {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.footer-fwrx p:nth-child(2) {
	color: #fff;
	font-size: 16px;
	margin-top:5px;
}
.footer-fwrx p:nth-child(3) {
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
}
.footer-service a {
	display: block;
	width: 145px;
	height: 40px;
	line-height: 39px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #ee952f;
	margin-top: 18px;
}
.footer-service a img {
	display: inline-block;
	padding-right: 8px;
}
.footer-center-wai {
	background-color: #2a49ca;
	padding-bottom: 15px;
	background-image: url("../images/footer-bj.png");
	background-repeat: no-repeat;
	background-position: bottom;
}
.footer-center-ul {
	overflow: hidden;
	width: 100%;
}
.footer-center-list {
	float: left;
	padding-right:20px;
}
.footer-center-list a {
	display: inline-block;
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.footer-bottom-wai {
	background: #2a49ca;
	height: 55px;
	line-height: 54px;
}
.footer-bottom-wai p {
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.nav-active {
	background: #ee952f!important;
}
/* 分页 */

.page-wai {
	float: left;
	text-align: center;
	width: 100%;
}
.page-wai .container {
	text-align: center;
}
.page {
	margin: 10px 0px;
	clear: both;
	padding-top: 10px;
	overflow: hidden;
	display: inline-block;
}
.page .first {
	background: url(../images/page.png) 7px -82px no-repeat;
}
.page .last {
	background: url(../images/page.png) 7px -140px no-repeat;
}
.page .next {
	background: url(../images/page.png) 7px 10px no-repeat;
}
.page .prev {
	background: url(../images/page.png) 7px -36px no-repeat;
}
.page span.page_list {
	overflow: hidden;
	float: right;
}
.page span.page_list a {
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #999;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}
.page span.page_rows {
	display: block;
	float: right;
	border: 1px solid #999;
	font-size: 12px;
	margin-right: 5px;
	padding: 5px 10px 5px 10px;
}
.page span.page_list a.selected {
	background: #f2f2f2;
	color: #222222;
}
/*.list-one:nth-child(1){*/

    /*display: none!important;*/

/*}*/

/*.list-one:nth-child(2){*/

    /*display: none!important;*/

/*}*/





/*侧边推荐产品*/

.Body-products {
	width: 100%;
}
.Body-products {
	width: 100%;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.Body-products:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.Body-products a {
	display: block;
}
.Body-products a span {
	width: 100%;
	display: block;
}
.Body-products a span img {
	display: block;
	width: 100%;
	height: auto;
}
.Body-products a p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	background: #eee;
}
/*海报，面包屑*/

.haibao-wai {
	position: relative;
}
.haibao-wai img {
	width: 100%;
	display: block;
}
.mbx {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 46px;
	background-color: rgba(0,0,0,.5);
}
.mbx .container {
}
.fenye-name {
	width: 330px;
	height: 60px;
	background: #2a49ca;
	float: left;
	overflow: hidden;
	margin-top: -14px;
	padding-top: 10px;
	border-radius: 8px 8px 0 0;
}
.fenye-name span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 20px;
	margin-top: 4px;
	float: left;
}
.fenye-name span img {
	display: block;
	width: 100%;
	height: 100%;
}
.fenye-name p {
	display: inline-block;
	padding-left: 20px;
	font-size: 24px;
	line-height: 40px;
	float: left;
	color: #fff;
}
.where {
	float: right;
	overflow: hidden;
	height: 46px;
	line-height: 45px;
}
.where li {
	display: inline-block;
	margin-right: 10px;
}
.where li a {
	display: inline-block;
	color: #fff;
}
