@charset "utf-8";
@import url('//at.alicdn.com/t/c/font_2433920_wu934hs64r.css');

body {
	font-family: '微软雅黑', arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover,
a:visited,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

input {
	border: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

table{
	border-collapse: collapse;
}

/* 共同样式 */

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb::after {
	clear: both;
	content: '';
	display: table;
	width: 100%;
	height: 0;
}

.container {
	width: 1440px;
	padding: 0 20px;
	margin: 0 auto;
}

.container::after {
	clear: both;
	content: '';
	display: table;
	width: 100%;
	height: 0;
}

.imgMaxWid {
	display: block;
	max-width: 100%;
}

/* 共同样式 */

/* 头部样式 */
.head {
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
	position: relative;
	z-index: 99;
}

.head .logoAndNav .logo {
	width: 190px;
	height: 80px;
	background-position: center;
	background-size: 100% auto;
	background-image: url(image/newLogo.png);
	background-repeat: no-repeat;
	margin: 0;
}

.head .logoAndNav h1 {
	text-indent: -99999em;
}


.head .logoAndNav .nav li {
	float: left;
	position: relative;
	z-index: 99;
}

.head .logoAndNav .nav li>a {
	line-height: 80px;
	padding: 0 20px;
	color: #333;
	font-size: 18px;
}

.head .logoAndNav .nav li>a i {
	font-size: 12px;
	transition: .4s;
}

.head .logoAndNav .nav li:hover a {
	color: #e12726;
}

.head .logoAndNav .nav li:hover a i {
	transform: rotate(180deg);
}

.head .logoAndNav .nav li:hover .navBox {
	display: block;
	opacity: 1;
}

.head .logoAndNav .nav li .navBox {
	position: absolute;
	padding: 10px 0;
	left: 50%;
	margin-left: -80px;
	top: 80px;
	min-width: 160px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #f5f5f5;
	box-shadow: 1px 0 7px 1px rgb(0 0 0 / 20%);
	display: none;
	opacity: 0;
	transition: 1s;
}

.head .logoAndNav .nav li .navBox a {
	line-height: 40px;
	font-size: 16px;
	color: #666;
	display: block;
	text-align: center;
}

.head .logoAndNav .nav li .navBox a:hover {
	color: #e12726;
}

.head .searchAndContact .search .searchBox {

	border: 1px solid #f5f5f5;
	border-right: 0;
}

.head .searchAndContact .search i {
	font-size: 18px;
	line-height: 38px;
	padding-left: 15px;
}

.head .searchAndContact .search input {
	width: 500px;
	height: 38px;
	padding-left: 15px;
	font-size: 14px;
}

.head .searchAndContact .search a {
	display: inline-block;
	height: 40px;
	background: #e12726;
	line-height: 40px;
	text-align: center;
	width: 80px;
	font-size: 18px;
	color: #fff;
}

.head .searchAndContact .contact {
	color: #e12726;
	font-size: 36px;
}

.head .searchAndContact .contact i {
	font-size: 36px;
}

.searchKey{
	width: 580px;
}

.searchKey a{
	font-size: 12px;
	color: #999;
	display: inline-block;
	margin-right: 10px;
}
/* 头部样式 */

/* 面包屑导航 */
.breadcrumbs {
	padding: 10px 0;
}

.breadcrumbs::after {
	clear: both;
	content: '';
	display: table;
	width: 100%;
	height: 0;
}

.breadcrumbs li {
	float: left;
	max-width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.breadcrumbs li i.iconxiangyouxuanze {
	font-size: 14px;
	color: #666;
	margin-right: 10px;
	margin-left: 10px;
}

.breadcrumbs li a {
	font-size: 14px;
	color: #666;
}

.breadcrumbs li:first-child i.iconb- {
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}

.breadcrumbs li:last-child i {
	display: none;
}

/* 面包屑导航 */


/*footer*/

/*footer*/

.footer {
	/* background-image: -moz-linear-gradient(180deg, rgb(245 73 72) 0%, #f1b2b2 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(245 73 72) 0%, #f1b2b2 100%);
	background-image: -ms-linear-gradient(180deg, rgb(245 73 72) 0%, #f1b2b2 100%); */
	background-color: #e12726;
	width: 100%;
	padding-bottom: 0;
	box-shadow: 0 -3px 5px #ddd;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.footer .footer-chk {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	width: 1440px;
}

.footer .footer-chk ul li {
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	padding: 0 105px;
	border-right: 1px solid #fff;
}

.footer .footer-chk ul li:last-child {
	border: 0;
}

.footer .footer-chk ul li em img {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70pxF;
}

.footer .footer-t {
	border-bottom: 1px solid #fff;
}

.footer .footer-brief {
	width: 400px;
}

.footer .footer-brief h2 {
	font-size: 36px;
	color: #fff;
	font-family: FZZCHJW;
}

.footer .footer-brief p,
.footer .footer-nav dl dd {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 10px;
	position: relative;
}

.footer .footer-brief p {
	padding-left: 80px;
}

.footer .footer-brief p span {
	position: absolute;
	left: 0;
	top: 0;
	height: 24px;
	line-height: 24px;
}

.footer .footer-brief p a {
	display: inline-block;
	width: 90px;
	height: 32px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 32px;
	color: #fff;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
}

.footer .footer-brief p a:hover {
	background: #e60012;
	border: 1px solid #3498DB;
	color: #fff;
}

.footer .footer-nav {
	width: 1000px;
}

.footer .footer-nav dl {
	float: left;
	width: 145px;
	margin-left: 105px;
	min-height: 260px;
}

.footer .footer-nav dl dt {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 30px;
}

.footer .footer-nav dl dd a {
	color: #fff;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
}

.footer .footer-nav dl dd a:hover {
	color: #3498DB;
	text-decoration: underline;
}

.footer .footer-b {
	padding-bottom: 30px;
}

.footer .footer-b p {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}

.footer .footer-b p a {
	color: #fff;
	font-size: 14px;
	margin-left: 6px;
}

.footer .footer-b .bdsharebuttonbox a {
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 42px;
	border-radius: 50%;
	margin: 0;
	margin-left: 15px;
	padding-left: 0;
}

.footer .footer-b {
	padding-top: 30px;
}

.footer .footer-b .bdsharebuttonbox a:first-child {
	background: #3db253;
}

.footer .footer-b .bdsharebuttonbox a:nth-of-type(2) {
	background: #f06363;
}

.footer .footer-b .bdsharebuttonbox a:nth-of-type(3) {
	background: #0e79c4;
}

.footer .footer-b .bdsharebuttonbox a {
	color: #fff;
	font-size: 22px;
}

/*footer*/

/* page */

ul.page {
	text-align: center;
	padding: 20px 0 40px;
}

ul.page li {
	display: inline-block;
	margin: 0 10px;
}

ul.page li a {
	color: #333;
	font-size: 16px;
}

ul.page li.active a,
ul.page li.active span {
	color: #e12726;
}

/* page */


/* contact */
.contactRight {
	width: 262px;
	border: 1px solid #ddd;
	border-left: 4px solid #e12726;
	position: fixed;
	right: 0;
	top: 225px;
	z-index: 99999;
}

.contactRightTitle {
	background: #e12726;
	color: #fff;
	font-size: 14px;
	position: absolute;
	transform: rotate(270deg);
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	left: -56px;
	top: 23px;
	z-index: -1;
	box-shadow: -3px -2px 5px 0 rgb(0 0 0 / 30%);
	cursor: pointer;
	user-select: none;
}

.contactRight dl {
	padding: 11px 37px 10px 23px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.contactRight dl dt {
	font-size: 14px;
	color: #333;
	margin: 10px 0;
}

.contactRight dl dd {
	position: relative;
	line-height: 24px;
	padding-left: 30px;
	margin: 10px 0;
}

.contactRight dl dd .icon {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	color: #e12726;
}

.contactRight dl dd div {
	color: #e12726;
	font-size: 14px;
}

.contactRight dl dd div a {
	color: #e12726;
}

.contactRight dl dd div a i {
	margin-right: 5px;
}

.contactRight .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.contactRight .close i {
	font-size: 20px;
	color: #333;
}

/* contact */
