@charset "utf-8";

body {
	font-family: '微软雅黑', arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

*{
	margin: 0;
	padding: 0;
	border: 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;
}

/* 共同样式 */

.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%;
}
/* 共同样式 */

/* 头部样式 */
#header{
	background: #fff;
	height: 110px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.logo{
	height: 70px;
	margin-right: 20px;
}

.logo img{
	height: 55px;
	margin: 7.5px 0;
	margin-right: 20px;
}

.logo h1{
	font-size: 28px;
	color: #333;
	line-height: 70px;
}

.nav li{
	float: left;
}

.nav li a{
	color: #333;
	line-height: 70px;
	padding: 0 20px;
}

.nav li:hover a,
.nav li.hovers a,
.nav li.active a{
	color: #e12726;
}

.search{
	height: 40px;
	border-radius: 30px;
	border: 1px solid #eee;
	overflow: hidden;
	margin: 15px 0;
}

.search input{
	width: 240px;
	height: 38px;
	line-height: 38px;
	color: #333;
	font-size: 14px;
	padding: 0 15px;
}

.search i{
	width: 58px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 22px;
	background: #e12726;
	color: #fff;
	border-radius: 19px;
}


.navDetails{
	background: #FAFAFA;
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 99;
	width: 100%;
	padding: 40px 0;
	height: 200px;
	display: none;
}

.navDetails ul{
	text-align: center;
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	display: none;
}

.navDetails ul li{
	display: inline-block;
	padding: 0 55px;
	vertical-align: middle;
}

.navDetails ul li a{
	display: block;
}

.navDetails ul li .navProImg{
	width: 116px;
	height: 90px;
	text-align: center;
	line-height: 55px;
	margin-bottom: 10px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.navDetails ul li .navProImg img{
	display: block;
	max-height: 100%;
	margin: auto;
}

.navDetails ul li h4{
	font-size: 16px;
	color: #333;
}

.navDetails ul li:last-child{
	height: 120px;
	border-left: 1px solid #ddd;
}

.navDetails ul li:last-child a{
	line-height: 120px;
}
/* 头部样式 */

/* 面包屑导航 */
.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{
	background: #f6f6f6;
	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 #ccc;
	width: 1440px;
}

.footer .footer-chk ul li{
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #e12726;
	padding: 0 115px;
	border-right: 1px solid #ccc;
}

.footer .footer-chk ul li:last-child{
	border: 0;
}

.footer .footer-chk ul li em img{
	display: inline;
	vertical-align: middle;
}

.footer .footer-t{
	padding-bottom: 30px;
}

.footer .footer-brief{
	width: 400px;
}
.footer .footer-brief h2{
	font-size: 36px;
	color: #e12726;
    font-family: FZZCHJW;
}

.footer .footer-brief  p,.footer .footer-nav dl dd{
	font-size: 16px;
	color: #777;
	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 #777;
	text-align: center;line-height: 32px;
	color: #777;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
}

.footer .footer-brief  p a:hover{
	background: #e12726;
	border: 1px solid #e12726;
	color: #fff;
}

.footer .footer-nav{
	width: 1000px;
}

.footer .footer-nav dl{
	float: left;
	margin-left: 83px;
}

.footer .footer-nav dl dt{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 30px;
}

.footer .footer-nav dl dd a{
	color: #777;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
}

.footer .footer-nav dl dd a:hover{
	color: #e12726;
	text-decoration: underline;
}

.footer .footer-b{
	background: #fff;
	padding-bottom: 30px;
}

.footer .footer-b p{
	font-size: 14px;
	color: #777;
	line-height: 22px;
}

.footer .footer-b p a{
	color: #777;
	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 */