﻿html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-family:"Hiragino Sans GB",'Microsoft Yahei',"微软雅黑",STXihei,"华文细黑",Georgia,"Times New Roman",Arial,sans-serif,serif
}
li,ol,ul {
	list-style:none
}
.logo,.navbar,.navbar  .nav-item {
	float:left
}
.header,.header .wrapper,.logo,.navbar .nav-item {
	position:relative
}
.header {
	height:70px;
	background-color:#27292b;
	z-index:1060
}
.header .wrapper {
	width:990px;
	margin:0 auto;
	z-index:10
}
.logo {
	left:0;
	z-index:1060
}
.logo a {
	display:block;
	height:70px
}
.logo img {
	height:100%;
	width:auto
}
.navbar .nav-item.active .nav-item-a,.navbar .nav-item:hover .nav-item-a {
	background-color:#060001
}
.navbar .nav-item .nav-item-a {
	position:relative;
	display:inline-block;
	vertical-align:top;
	height:70px;
	line-height:70px;
	width:160px;
	border-right:1px solid #212325;
	text-align:center;
	color:#fcfdfd;
	font-size:18px;
	background-color:#27292b;
	transition:background-color .2s ease
}
.navbar .nav-item .nav-item-a .class,.navbar .nav-item .nav-item-a .star {
	margin-left:24px;
	width:20px;
	height:20px;
	float:left;
	cursor:pointer
}
.navbar .nav-item .nav-item-a .class {
	margin-top:26px;
	background-position:-1px -1px
}
.navbar .nav-item .nav-item-a .star {
	margin-top:25px;
	background-position:-22px -1px
}
.navbar .nav-item span {
	float:left;
	margin-left:8px;
	cursor:pointer
}
.banner-wrap {
	position:relative;
	width:100%;
	height:300px
}
.banner-wrap .banner-list {
	height:300px
}
.banner-wrap .banner-list .banner-item {
	width:100%;
	height:300px;
	position:absolute;
	overflow:hidden
}
.banner-wrap .banner-list .banner-item a {
	display:block;
	width:100%;
	height:350px;
	text-decoration:none;
	outline-style:none
}
.banner-wrap .banner-list .banner-item img {
	position:absolute;
	height:300px;
	width:1920px;
	left:50%;
	margin-left:-960px;
	background-repeat:no-repeat;
	background-position:center;
	opacity:0;
	filter:alpha(opacity=0)
}
.banner-wrap .banner-list .banner-item.active {
	z-index:999
}
.banner-wrap .banner-list .banner-item.active img {
	opacity:1;
	filter:alpha(opacity=100)
}
.banner-wrap .banner-ctrls {
	position:absolute;
	width:200px;
	left:50%;
	margin-left:-50px;
	bottom:30px;
	z-index:1000
}
.banner-wrap .banner-ctrls .banner-ctrl-item {
	float:left;
	margin:0 10px;
	width:12px;
	height:12px;
	border-radius:50%;
	background-color:#fff;
	opacity:.5;
	filter:alpha(opacity=50);
	cursor:pointer
}
.banner-wrap .banner-ctrls .banner-ctrl-item.active,.banner-wrap .banner-ctrls .banner-ctrl-item:hover {
	opacity:1;
	filter:alpha(opacity=100)
}

.fixed-tools .btn-back-to-old,.fixed-tools .btn-back-to-top {
	background-size:200px 400px
}
.footer {
	width:100%;
	background-color:#27292b
}
.footer .footer_cont {
	width:990px;
	margin:0 auto
}
.footer .footer_cont .footer_help_nav {
	border-bottom:1px solid #2e3032;
	padding:35px 0
}
.footer .footer_cont .footer_help_nav ul {
	overflow:hidden
}
.footer .footer_cont .footer_help_nav li {
	position:relative;
	float:left;
	width:198px;
	text-align:center
}
.footer .footer_cont .footer_help_nav li a {
	display:inline-block;
	zoom:1;
	color:#a3a3a3;
	height:19px;
	line-height:18px;
	font-size:16px;
	padding-left:32px;
	-webkit-transition:color ease .2s;
	-moz-transition:color ease .2s;
	transition:color ease .2s
}
.footer .footer_cont .footer_help_nav li a:hover {
	color:#fff
}
.footer .footer_cont .footer_help_nav li a.f_icon {
	background-repeat:no-repeat;
}
.footer .footer_cont .footer_help_nav li a.f_icon_zffs {
	background-position:0 -1px
}
.footer .footer_cont .footer_help_nav li a.f_icon_gmzy {
	background-position:0 -21px
}
.footer .footer_cont .footer_help_nav li a.f_icon_shfw {
	background-position:0 -40px
}
.footer .footer_cont .footer_help_nav li a.f_icon_psfs {
	background-position:0 -60px
}
.footer .footer_cont .footer_help_nav li a.f_icon_gyjf {
	background-position:0 -80px
}
.footer .footer_cont .footer_help_nav li .vertical_line {
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:1px;
	height:21px;
	background-color:#353739
}
.footer .footer_cont .footer_nav {
	padding-top:30px;
	padding-bottom:15px;
	text-align:center
}
.footer .footer_cont .footer_nav ul {
	letter-spacing:-4px;
	word-spacing:-4px;
	font-size:0
}
.footer .footer_cont .footer_nav li {
	letter-spacing:normal;
	word-spacing:normal;
	position:relative;
	display:inline-block;
	zoom:1;
	width:100px;
	line-height:1
}
.footer .footer_cont .footer_nav li .vertical_line {
	position:absolute;
	right:0;
	top:3px;
	display:block;
	width:1px;
	height:9px;
	background-color:#b1b1b1
}
.footer .footer_cont .footer_nav a {
	font-size:14px;
	color:#989898;
	-webkit-transition:color ease .2s;
	-moz-transition:color ease .2s;
	transition:color ease .2s
}
.footer .footer_cont .footer_nav a:hover {
	color:#fff
}
.footer .footer_cont .copyright {
	text-align:center;
	color:#989898;
	font-size:12px;
	padding-bottom:30px
}

body {
	padding-top:0px;
	background:#142046;
}
img {
	display:block;
	border:none;
}
.container {
	width:1000px;
	margin:0 auto;
}
.hide {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}
.sp {
	background:url(../images/htb1glufsibpk1rjszfy760_qfxax.png) no-repeat;
}
/* content */ .box {
	width:861px;
	height:385px;
	padding:28px 80px 0px 55px;
	background:url(../images/htb1mwegshrpk1rjszte763wavxax.png) no-repeat 0 -20px;
	margin:0px auto;
}
.box_left {
	padding:20px;
	float:left;
}
.box_right {
	width:490px;
	padding-top:10px;
	float:right;
}
.title {
	font-size:32px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	line-height:64px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.box_right p {
	font-size:16px;
	color:#a3c2e1;
	line-height:40px;
}
.lh {
	padding-top:24px;
}
.box_right p.lm {
	line-height:28px;
	height:112px;
	overflow:hidden;
}
.btn {
	display:inline-block;
	margin-left:5px;
	width:124px;
	height:49px;
	line-height:49px;
	background-position:-35px -26px;
	vertical-align:middle;
	font-size:15px;
	font-weight:bold;
	color:#2e1d04;
	text-align:center;
}

#cs_box {
	width:140px;
	height:220px;
	color:#FFF;
	position:fixed;
	right:10px;
	top:270px;
	border-radius:10px;
	z-index:1000
}
#cs_box span {
	height:20px;
	line-height:20px;
	display:block;
}
.cs_close {
	color:#FFF;
	position:absolute;
	right:10px;
	top:8px;
	cursor:pointer;
	font-size:20px;
	font-family:Verdana,Geneva,sans-serif
}
.cs_title {
	font-size:14px;
	margin:10px;
	font-weight:bold;
}
.cs_info {
	font-size:12px;
	margin:0px 10px;
	overflow:hidden;
	text-align:center;
}
.cs_btn {
	width:100px;
	height:25px;
	background:#333;
	margin:5px 10px;
	border-radius:5px;
	font-size:12px;
	line-height:25px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
}
a:link {
	color:#f00/*颜色自定义*/;
	font-family:"楷体";
	font-size:20px;
}
/* 未访问的链接 */ a:visited {
	color:#f00/*颜色自定义*/
}
/* 已访问的链接 */ a:hover {
	color:#0f0/*颜色自定义*/
}
/* 鼠标在链接上 */ a:active {
	color:#660099/*颜色自定义*/
}
/* 点击激活链接 */

{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
}
.avatar {
	display:block;
	width:300px;
	margin:0 auto;
	overflow:hidden;
}
.avatar img {
	display:block;
	border:0;
	width:100%;
	transform:scale(1);
	transition:all 1s ease 0s;
	-webkit-transform:scale(1);
	-webkit-transform:all 1s ease 0s;
}
.avatar:hover img {
	transform:scale(1.5);
	transition:all 1s ease 0s;
	-webkit-transform:scale(1.5);
	-webkit-transform:all 1s ease 0s;
}
.ckjc {
    float: right;
}
#Recommend {
    position: absolute;
    width: 220px;
    height: 130px;
    z-index: 1;
    background-image: url(../images/htb1iw_7smtqk1rjszph760fofxa9.png);
}
/* 往下是客服代码  */
html {overflow-x:hidden;}

.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/20190425201506-1556194506082avjnh44ake.jpg) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/20190425201506-1556194506082avjnh44ake.jpg) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/20190425201603-1556194563423avjnh44ake.jpg) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/20190425201733-1556194653088avjnh44ake.jpg) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}
