body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑";
	overflow-x: hidden;
}

ul,
ol {
	list-style: none;
}

img,
fieldset {
	vertical-align: middle;
	border: 0;
}

a:link {
	text-decoration: none;
}

/* 未访问时的状态 */
a:visited {
	text-decoration: none;
}

/* 已访问过的状态 */
a:hover {
	text-decoration: none;
}

/* 鼠标移动到链接上时的状态 */
a:active {
	text-decoration: none;
}

/* 鼠标按下去时的状态 */
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

header .top {
	overflow: hidden;
	padding-bottom: 20px;
}

header .logo-wrapper {
	float: left;
	margin-left: 30px;
	margin-top: 24px;
}

header .logo-wrapper .logo {
	display: inline-block;
	margin-right: 15px;
}

header .logo-wrapper .text {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	color: #212121;
	font-size: 20px;
	line-height: 25px;
	margin-top: 15px;
}

header .right {
	float: right;
	margin-top: 10px;
}

header .right .reward {
	display: inline-block;
}

header .right .call {
	display: inline-block;
	padding-left: 45px;
	background: url('../img/call.png') no-repeat left center;
	color: #333333;
	font-size: 16px;
	margin-top: 25px;
	vertical-align: top;
}

header .right .call span {
	display: block;
	color: #009bc0;
	font-size: 28px;
	font-weight: bold;
}

header .nav {
	height: 65px;
	border-top: 1px solid #e7e7e7;
	clear: both;
	position: relative;
}

header .nav .menu {
	display: table;
	margin: 0 auto;
}

header .nav .menu-item {
	float: left;
	padding: 25px 0;
}

header .nav .menu-item>a {
	display: inline-block;
	padding: 0 28px;
	color: #000000;
	font-size: 18px;
	border-right: 1px solid #ccc;
}

header .nav .menu-item:last-child>a {
	border-right: 0;
}

header .nav .menu-item.active {
	background: #f39800;
}

header .nav .menu-item.active>a {
	border-right: 0;
	color: #fff;
}

header .nav .menu-item .submenu {
	width: 100%;
	height: 245px;
	position: absolute;
	left: 0;
	top: 65px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: rotateX(90deg);
}

header .nav .menu-item .submenu .pkind {
	display: flex;
	width: 1200px;
	height: 180px;
	margin: 30px auto;
}

header .nav .menu-item .submenu .item {
	flex: 1;
	text-align: center;
	border-right: 1px solid #ccc;
}

header .nav .menu-item .submenu .item:last-child {
	border-right: none;
}

header .nav .menu-item .submenu .item .imgbox {
	height: 160px;
	line-height: 160px;
	overflow: hidden;
}

header .nav .menu-item .submenu .item .imgbox img {
	max-height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header .nav .menu-item .submenu .item .imgbox img:hover {
	transform: scale(1.2);
}

header .nav .menu-item .submenu .item .ptitle {
	display: inline-block;
	color: #484848;
	font-size: 14px;
	margin-top: 5px;
}

header .nav .menu-item:hover {
	background: #f39800;
}

header .nav .menu-item:hover>a {
	color: #fff;
}

header .nav .menu-item:hover .submenu {
	opacity: 1;
	z-index: 99;
	transform: none;
}

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
}

.banner .hd {
	display: table;
	margin: 30px auto;
}

.banner .hd .point {
	width: 10px;
	height: 10px;
	border: 1px solid #eee;
	float: left;
	margin-right: 80px;
}

.banner .hd .point:after {
	content: '';
	display: block;
	width: 75px;
	height: 1px;
	background-color: #e9e9e9;
	margin-top: 5px;
	margin-left: 10px;
}

.banner .hd .point.on {
	border: solid 1px #f39800;
}

.banner .hd .point:last-child:after {
	height: 0;
}

footer{
	padding-top: 30px;
	background-color: #eee;
  	border-top: 1px solid #ccc;
}

.bottom{
	
}
.bottom-nav{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.bottom-nav li a{
	color: #fff;
	padding: 5px 10px;
	background-color: #009bc0;
	font-size: 16px;
	border-radius: 3px;
}
.bottom-nav li a:hover{
	background-color: #f39800;
}

.bottom-por{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.bottom-por span{
	color: #666;
}
.bottom-por a{
	display: inline-block;
	white-space: nowrap;
	word-break:keep-all;
	color: #666;
	margin: 5px;
	
}
.bottom-por a:hover{
	color: #f39800;
	text-decoration: underline;
}

.bottom-info{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}


.bottom-info .con p {
  color: #5e5e5e;
  font-size: 15px;
  background: url('../img/call.png') no-repeat left;
  padding: 20px 0 20px 50px;
}
.bottom-info .con p span {
  display: block;
  color: #009bc0;
  font-size: 26px;
}

.bottom-text p{
	padding-bottom: 8px;
}
.bottom-text p a{
	color: #666;
}

.bottom-imgs{
	text-align: center;
}


.path {
	padding: 20px 0;
	font-size: 14px;
	margin-bottom: 20px;
}

.path a {
	color: #515151;
}

.page {
	overflow: hidden;
	padding: 30px;
	display: table;
	margin: 0 auto;
}

.page li {
	float: left;
	border: 1px solid #ccc;
	border-right: 0;
}

.page li:last-child {
	border: 1px solid #ccc;
}

.page a {
	display: block;
	padding: 10px 20px;
	color: #686868;
	font-size: 14px;
}

.page li:hover,
.page li.active {
	background-color: #f39800;
	color: #fff;
}


.paths {
	padding: 36px 0;
	background-color: #ffffff;
	box-shadow: 0px 3px 3px 0px rgba(0, 33, 41, 0.05);
	overflow: hidden;
}

.paths .title {
	color: #333333;
	font-size: 30px;
	float: left;
}

.paths .title span {
	color: #f39800;
	font-size: 18px;
}

.paths .path-item {
	color: #515151;
	font-size: 14px;
	float: right;
	margin-top: 15px;
}

.paths .path-item a {
	color: #515151;
}




/*浮动*/
.y-kefu-box {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 9999;
	font-size: 13px;
}
.y-kefu-box .fl {
	float: left;
}

.y-kefu-box img {
	display: block;
	width: 100%;
	height: auto;
}

.y-kefu-box01 .icon {
	display: block;
	background: url('../img/kefu.png') no-repeat;
	margin: 0 auto 6px;
}

.y-kefu-box01 {
	width: 54px;
	color: #666;
	text-align: center;
}

.y-kefu-box01 .kf-close-btn {
	width: 27px;
	height: 27px;
	background-position: -5px -115px;
	position: relative;
	cursor: pointer;
}

.y-kefu-box01 .kf-close-btn:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #3677ef;
	position: absolute;
	bottom: -12px;
	left: 13px;
	z-index: 1;
}

.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
	display: block;
	width: 52px;
	padding: 8px 0 12px;
	background-color: #fff;
	border-left: solid 1px #efefef;
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	position: relative;
}

.y-kefu-box01 .show-status {
	position: relative;
}

.y-kefu-box01 .show-status .kf-zixun {
	background-color: #3677ef;
	border-color: #3677ef;
	color: #fff;
	margin: 10px 0 7px;
}

.y-kefu-box01 .kf-zixun {
	border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
	width: 21px;
	height: 22px;
	background-position: -5px -5px;
}

.y-kefu-box01 .kf-mobile {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile>i {
	width: 18px;
	height: 18px;
	background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover>i {
	background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat>i {
	width: 22px;
	height: 19px;
	background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover>i {
	background-position: -30px -55px;
}

.line-b {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .kf-email {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email>i {
	width: 18px;
	height: 14px;
	background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover>i {
	background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
	width: 13px;
	height: 11px;
	background-position: -5px -98px;
}

.y-kefu-box01 .back-top:hover i {
	background-position: -30px -98px;
}

.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
	margin-top: 5px;
	border-radius: 2px;
	left: 55px;
}

.y-kefu-box01 .hver:hover {
	background-color: #3677ef;
	border-color: #3677ef;
}

.y-kefu-box01 .hver:hover>p {
	color: #fff;
}

.y-kefu-box01 .kf-zixun1 {
	border-radius: 2px;
	border-bottom: 1px #efefef solid;
	border-top: 0px !important;
}

.y-kefu-box01 .kf-zixun1 i {
	width: 21px;
	height: 22px;
	background-position: -5px -180px;
}

.y-kefu-box01 .kf-zixun1:hover>i {
	background-position: -30px -180px;
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
	background-color: #fff;
	border: solid 1px #efefef;
	position: absolute;
	right: 90px;
	z-index: 2;
	border-radius: 2px;
	display: none;
}

.y-kefu-box01 .mobile-infos {
	width: 220px;
	text-align: left;
	top: 0;
}

.y-kefu-box01 .mobile-infos>div {
	padding: 20px 0 20px 45px;
	position: relative;
}

.y-kefu-box01 .mobile-infos>div i {
	width: 15px;
	height: 15px;
	background-position: -52px -32px;
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
	color: #b9b9b9;
}

.y-kefu-box01 .mobile-infos p {
	color: #3677ef;
	font-size: 18px;
}


.y-kefu-box01 .y-ewm-box {
	width: 140px;
	top: -60px;
}

.y-kefu-box01 .y-ewm-box>div {
	width: 140px;
	padding: 10px;
}

.y-kefu-box01 .y-ewm-box>div p {
	line-height: 34px;
}

.y-kefu-box01 .y-ewm-box img {
	width: 120px;
	height: 120px;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
	width: 140px;
}

.y-kefu-box01 .y-ewm-box .right {
	top: 84px;
}

/*email*/
.y-kefu-box01 .y-email-infos {
	padding: 28px 20px 28px 45px;
	color: #b9b9b9;
	text-align: left;
	bottom: 0;
	width: 170px;
}

.y-kefu-box01 .y-email-infos p {
	color: #3677ef;
	font-size: 16px;
}

.y-kefu-box01 .y-email-infos>i {
	width: 18px;
	height: 13px;
	background-position: -52px -80px;
	position: absolute;
	left: 15px;
	top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
	top: 55px;
}

.y-kefu-box01 .hide-status {
	width: 54px;
	height: 65px;
	background-color: #3677ef;
	position: absolute;
	top: 37px;
	left: 55px;
	z-index: 9;
}

.y-kefu-box01 .hide-status .kf-zixun {
	padding: 10px 0 7px;
	color: #fff;
	cursor: pointer;
}