* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body {
	width: 100%;
	min-width: 1300px;
	font-family: '微软雅黑';
	font-size: 15px;
	color: #333;
	background: #f5f7f9;
}
a {
	color: #333;
}
img {
	vertical-align: top;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.pic {
	position: relative;
	width: 100%;
}
.pic img {
	width: 100%;
}
.center {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

header .top {
	width: 100%;
	height: 35px;
	background: #f5f7f9;
}
header .top .center {
	position: relative;
	display: flex;
	justify-content: space-between;
	line-height: 35px;
	font-size: 12px;
	color: #626364;
}
header .top .center span.time {
    padding: 0 13px 0 8px;
    border-right: 1px solid #cbcccc;
    color: #626364;
}
header .top .center a {
	padding: 0 13px 0 8px;
	border-right: 1px solid #cbcccc;
	color: #626364;
}
header .top .center a:hover {
	text-decoration: underline;
}
header .top .center .show-more span {
	position: relative;
	color: #ff9d00;
	padding: 0 15px 0 40px;
	background: url(../images/home_03.png) no-repeat 20px center;
	background-size: 15px;
}
header .top .center .show-more span:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 3.5px 0 3.5px;
	border-color: #626364 transparent transparent transparent;
	transition: .3s;
}
header .top .center .sp-tel:after {
	border-width: 0 3.5px 3.5px 3.5px;
	border-color: transparent transparent #ff9d00 transparent;
}
header .top .center span b {
	position: relative;
	font-weight: normal;
	border-bottom: 1px solid #ff9d00;
	cursor: pointer;
}
header .top .center>div>div {
	position: relative;
	float: right;
}
header .top .center .more {
	display: none;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 99999;
	background: #fff;
	padding: 15px;
	box-shadow: 0 2px 8px #ccc;
}
header .top .center .more p:first-child {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}
header .top .center .more input {
	display: block;
	width: 240px;
	height: 35px;
	box-sizing: border-box;
	padding-left: 8px;
	outline: none;
	font-size: 12px;
	border: 1px solid #e4e5e5;
	margin-top: 15px;
}
header .top .center .more p:last-child {
	position: relative;
	width: 240px;
	height: auto;
	line-height: 18px;
	padding-left: 10px;
	margin-top: 15px;
	box-sizing: border-box;
}
header .top .center .more p:last-child:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: '*';
	color: #ff5a00;

}
header .top .center .more button {
	width: 240px;
	height: 35px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	background: #ff9d00;
	margin-top: 15px;
	cursor: pointer;
}
header .top .center .more button:hover {
	background: #f7ac36;
}
header .logo-nav-search {
	height: 57px;
	padding-top: 10px;
	position: relative;
	background: #fff;
}
header .logo-nav-search .center {
	display: flex;
	justify-content: space-between;
}
header .logo-nav-search .logo {
	height: 47px;
}
header .logo-nav-search .logo img {
	height: 100%;
}
header .logo-nav-search nav {
	display: flex;
	justify-content: space-around;
	width: 825px;
	height: 67px;
	line-height: 67px;
	font-size: 16px;
	margin-top: -10px;
}
header .logo-nav-search nav a {
	position: relative;
	padding-right: 15px;
}
header .logo-nav-search nav a.hover {
	color: #ff9d00;
}
header .logo-nav-search nav a.more-nav:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-width: 6px 5px 0 5px;
	border-style: solid;
	border-color: #c0c0c0 transparent transparent transparent;
}
header .logo-nav-search nav a.hover:after {
	transform: rotate(180deg);
	border-color: #ff9d00 transparent transparent transparent;
}
header .logo-nav-search .search {
	position: relative;
	width: 264px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #bdbbbb;
	box-sizing: border-box;
	margin: 3.5px 0 0 50px; 
	transition: .5s;
}
header .logo-nav-search .search input {
	border: none;
	width: 200px;
	height: 30px;
	box-sizing: border-box;
	margin: 5px 10px 0;
	font-family: '宋体';
	outline: none;
	transition-delay: .5s;
	transition: .8s;
}
header .logo-nav-search .search .choose-type {
	position: absolute;
	left: 0;
	top: 1px;
	width: 100px;
	height: 35px;
	border-right: 1px solid #bdbbbb;
	padding-right: 12px;
	display: none;
	background: #fff;
	border-radius: 4px 0 0 4px;
}
header .logo-nav-search .search .choose-type input {
	margin-top: 2px;
}
header .logo-nav-search .search .choose-type:after {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-width: 6px 5px 0 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	transition: .2s;
}
header .logo-nav-search .search .choose-type-hover:after {
	transform: rotate(180deg);
}
header .logo-nav-search .search input[name='type'] {
	width: 100%;
	padding-right: 15px;
	cursor: pointer;
	font-family: '微软雅黑';
	font-size: 15px;
	color: #333;
	background: none;
}
header .logo-nav-search .search .choose-type ul {
	position: absolute;
	left: -1px;
	top: 38px;
	width: 114px;
	border: 1px solid #bdbbbb;
	box-sizing: border-box;
	background: #fff;
	padding: 5px 0;
    transition: .2s;
    transform-origin: top;
    transform: scale(0);
    z-index: 8888;
    border-radius: 0 0 4px 4px; 
}
header .logo-nav-search .search .choose-type ul li {
	height: 31px;
	line-height: 31px;
	padding-left: 20px;
	font-size: 13px;
	cursor: pointer;
}
header .logo-nav-search .search .choose-type ul li:hover {
	color: #ff9d00;
	background: #f6f6f6;
}
header .logo-nav-search .search .choose-type ul .li-active {
	color: #999;
}
header .logo-nav-search .search button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 24px;
	outline: none;
	border: none;
	cursor: pointer;
	border-left: 1px solid #ccc;
	background: #fff url(../images/search.png) no-repeat center !important;
}
header .logo-nav-search .more-nav-cont {
	position: absolute;
	left: 0;
	top: 67px;
	width: 100%;
	height: 85px;
	padding: 25px 0;
	background: #fff;
	z-index: 9999;
	border-top: 1px solid #e5e5e5;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    display: none;
}
header .logo-nav-search .more-nav-cont .center {
	position: relative;
	display: block;
	width: 900px;
}
header .logo-nav-search .more-nav-cont .center ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transform: scale(0);
}
header .logo-nav-search .more-nav-cont .center>ul>li {
	width: 33.33%;
	height: 85px;
	padding: 0 25px;
	box-sizing: border-box;
}
header .logo-nav-search .more-nav-cont .center>ul>li+li {
	border-left: 1px dashed #d8d8d8;
}
header .logo-nav-search .more-nav-cont .center>ul>li>p {
	position: relative;
	display: inline-block;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	padding-right: 18px;
	color: #333;
	margin-bottom: 15px;
}
header .logo-nav-search .more-nav-cont .center>ul>li>p:before {
	position: absolute;
	top: 0;
	right: 0;
	content: '>';
	height: 20px;
	line-height: 21px;
	font-family: '宋体';
	font-size: 15px;
	color: #666;
}
header .logo-nav-search .more-nav-cont .center a {
	float: left;
	padding-right: 22px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
header .logo-nav-search .more-nav-cont .center a:hover {
	color: #ff9d00 !important;
}

header .logo-nav-search .more-nav-cont .center>div {
	text-align: center;
}
header .logo-nav-search .more-nav-cont .center .news-nav>li {
	width: 20%;
	text-align: center;
}
header .logo-nav-search .more-nav-cont .center .news-nav>li a {
	float: none;
	font-size: 14px;
	color: #999;
}
header .logo-nav-search .more-nav-cont .center .news-nav>li img {
	margin: 12px 0 4px 
}
header .logo-nav-search .more-nav-cont .center .news-nav:last-child {
	width: 372px;
	right: 0;
	margin: auto;
}
header .logo-nav-search .more-nav-cont .center .news-nav:last-child>li {
	width: 50%;
	text-align: center;
}



.friend-link {
	margin: 75px auto 25px;
}
.friend-link p:first-child {
	font-size:16px;
	color: #242424;
}
.friend-link p:nth-child(2) {
	width: 91%;
	font-family: '宋体';
	font-size: 13px;
	color: #545555;
}
.friend-link p a {
    display: block;
    padding-right: 12px;
    line-height: 23px;
    color: #545555;
    float: left;
}
.friend-link p a:hover {
	color: #ff9d00;
}
.friend-link p:nth-child(3) {
	width: 100%;
	font-family: '宋体';
	font-size: 14px;
	margin-top: 25px;
	color: #545555;
}


footer {
	width: 100%;
	padding-top: 50px;
	background: #f5f7f9;
	margin-top: 25px;
}
footer .center {
	width: 1150px;
}
footer .fl {
	width: 400px;
}
footer .more {
	display: flex;
	justify-content: space-between;
	width: 715px;
	float: left;
}
footer .more ul p {
	font-size: 16px;
	color: #666;
	padding-bottom: 5px;
	font-weight: bold;
}
footer .more a {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
footer .more a:hover {
	color: #333;
	text-decoration: underline;
}
footer .more p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
footer .foot {
	border-top: 1px solid #e5eaf2;
	padding: 10px 0;
	height: 20px;
	line-height: 20px;
	margin-top: 25px;
	color: #666;
	font-size: 14px;
}
footer .foot img {
	height: 20px;
}
footer .foot a {
	color: #666;
	padding-left: 5px;
}
footer .foot a:hover {
	text-decoration: underline;
}


.the-erweima {
    position: relative;
}
.the-erweima:hover .erweima {
    display: block;
}
.erweima {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 10px;
    width: 120px;
	box-shadow: 0 -2px 8px #ccc;
    z-index: 99999;
    transition: .5s;
    border-bottom: 5px solid #ff9d00;
}
.erweima img {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #000;
}
.erweima p {
    text-align: center;
    font-size: 14px;
}




/*sidebar*/


#side-bar {
	position: fixed;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 502px;
	z-index: 9999;
}
.the-close {
	animation: close .5s;
	transition-delay: .3s;
	transition-duration: .4s;
	right: -80px !important;
}
.the-open {
	transition-delay: .3s;
	transition-duration: .4s;
	right: 10px;
}
@keyframes close {
	0% {
		transform: scale(1.2);
	}
	33% {
		transform: scale(1);
	}
	66% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	
	}
}

#side-bar li {
	position: relative;
	float: right;
	width: 55px;
	text-align: center;
	font-size: 16px;
    background: #fff;
    box-shadow: 0 0 10px #dcdada;
    padding: 10px 0;
    cursor: pointer;
}
#side-bar li img {
	display: none;
	position: absolute;
	top: 0;
	right: 65px;
	bottom: 0;
	margin: auto;
}
#side-bar li:hover img {
	display: block;
}
#side-bar li+li {
	margin-top: 10px;
}
#side-bar li i {
	display: block;
	font-size: 22px;
	color: #656565;
}
#side-bar li p {
	font-size: 14px;
	color: #656565;
	padding-top: 3px;
}
#side-bar li:first-child {
	background-color: #ff9d00 !important;
}
#side-bar li:first-child p,
#side-bar li:first-child i {
	display: block;
	color: #fff !important;
}
#side-bar li:hover p,
#side-bar li:hover i {
	color: #ff9d00;
}
#side-bar li:hover i {
	animation: thedou .1s;
}
#side-bar li:nth-last-child(2) {
	padding: 5px 0;
}
#side-bar li:nth-last-child(2) i {
	font-size: 30px;
}
@keyframes thedou {
	0% {
		transform: rotate(-15deg);
	}
	33% {
		transform: rotate(0deg);
	}
	66% {
		transform: rotate(15deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

#close-sidebar {
	position: absolute;
	top: 0;
	right: 60px;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
}
#close-sidebar:hover {
	animation: thedou .1s;
}
#close-sidebar:hover i {
	color: #ff9d00;
}
#close-sidebar i {
	display: block;
	color: #656565;
	font-size: 30px;
	transform: rotate(180deg);
}

#side-bar:hover #close-sidebar {
	display: block;
}


#open-sidebar {
	position: fixed;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transform: scale(0);
	z-index: 9999;
}
#open-sidebar i {
	display: block;
	font-size: 40px;
}
#open-sidebar:hover i {
	color: #ff9d00;
	animation: thedou .1s;
}

.show-open {
	transition-delay: .7s;
	transition-duration: .5s;
	transform: scale(1) !important;
	animation: showOpen .1s;
	animation-delay: .9s;

}
@keyframes showOpen {
	0% {
		transform: scale(1.4);
	}
	33% {
		transform: scale(1);
	}
	66% {
		transform: scale(1.4);
	}
	100% {
		transform: scale(1);
	}
}
.hide-open {
	animation: hideOpen .5s;
}
@keyframes hideOpen {
	0% {
		transform: scale(0);
	}
	33% {
		transform: scale(1.2);
	}
	66% {
		transform: scale(0);
	}
	75% {
		transform: scale(1.2);
	}
	75% {
		transform: scale(0);
	}
}

