body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
textarea,
option {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial,sans-serif;
}

ul,
li,
div {
	list-style: none;
	border: 0px;
}

img {
	border: 0px;
}

.clear {
	font: 0px/0px serif;
	display: block;
	clear: both;
}

html {
	-webkit-text-size-adjust: none;
}

input {
	outline: none;
}

button {
	border: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
}

body:nth-of-type(1) input:focus,
textarea:focus {
	outline: none;
}

body {
	/* font: 12px "\5b8b\4f53", "Tahoma", "Arial", "Microsoft Yahei"; */
	color: #333;
	background: #fff;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}
.w{
	width: 1100px;
	margin: 0 auto;
}
@font-face {
	font-family: 'gc1288';  /* project id 2341812 */
	src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot');
	src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff') format('woff'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.svg#gc1288') format('svg');
  }
  .gc1288{
	  font-family:"gc1288" !important;
	  font-size:16px;font-style:normal;
	  -webkit-font-smoothing: antialiased;
	  -webkit-text-stroke-width: 0.2px;
	  -moz-osx-font-smoothing: grayscale;
  }
/* header */
#header {
	width: 100%;
	height: 36px;
	background: #f5f5f5;
	z-index: 999;
	position: relative;
	font-size: 14px;
}
.header span {
	float: left;
	line-height: 36px;
}

.header span a {
	color: #666;
	margin-right: 30px;
}
.header span a.high {
	color: #f08200;
}
.header span a:hover {
	color: #f08200;
}

.header span a.register {
	display: inline-block;
	padding: 0 10px;
	background: #f08200;
	color: #fff;
	border-radius: 3px;
}
.header p {
	float: right;
	line-height: 36px;
	color: #666;
}
.header p a {
	color: #666;
	padding: 0 22px;
	position: relative;
}
.header p a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #dcdcdc;
}
.header p a:last-child {
	padding-right: 0;
}
.header p a:last-child::after {
	display: none;
}

.header p a:hover {
	color: #f08200;
}
.header p a i {
	position: absolute;
	left: -22px;
	top: -10px;
	color: #f08200;
}
.searchDiv {
	padding: 30px 0;
	background-color: #fff;
}
.searchDiv .logo {
	width: 174px;
	float: left;
}
.search {
	width: 550px;
	height: 34px;
	margin: 18px 0 0 80px;
	float: left;
	border: 2px solid #ff8800;
	position: relative;
	background-clip: padding-box,border-box;
	background-origin: padding-box,border-box;
	background-color: #ff8800;
	border-radius: 3px;
}
#searchForm {
	height: 100%;
}
.search input {
	width: 385px;
	height: 100%;
	float: left;
	border: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 14px;
	background-color: #fff;
}
.search input:focus {
	color: #333;
}
.search button {
	width: 98px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	background-color: #f18101;
	color: #ffffff;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 3px;
}

.search button i {
	margin: 0 6px 0 0;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.searchSelect {
	width: 72px;
	height: 100%;
	float: left;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	z-index: 99999;
	background: #fff;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p {
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	text-indent: 15px;
	position: relative;
}
.searchSelectTop p::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background: #e6e6e6;
}
.searchSelectTop i {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	top: 12px;
	right: 10px;
	color: #666;
	transform: scale(0.7);
}
.searchSelectTop.focus i{
	-webkit-transform: rotate(180deg) scale(0.7);
	-ms-transform: rotate(180deg) scale(0.7);
	-o-transform: rotate(180deg) scale(0.7);
	transform: rotate(180deg) scale(0.7);
	top: 10px;
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #f08200;
	left: -2px;
	top: 34px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #f08200;
	color: #fff;
}
.searchDiv .btnBox {
	float: right;
	font-size: 0;
	margin-top: 18px;
}
.searchDiv .btnBox i {
	font-size: 18px;
	margin-top: 0;
	color: #673ab7;
	vertical-align: top;
	margin-right: 4px;
	display: inline-block;
}
.searchDiv .btnBox a {
	width: 106px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	background-color: #f3f0f9;
	border-radius: 3px;
	color: #673ab7;
	margin-left: 16px;
	cursor: pointer;
}
/* header End */

/* nav */
.nav {
	height: 42px;
	line-height: 42px;
	white-space: nowrap;
	overflow: hidden;
	background: #fff;
}
.nav .nav-title {
	float: left;
	width: 224px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 24px;
	background-color:#f18101;
	position: relative;
}
.nav .nav-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #fff transparent transparent transparent;
}
.nav .nav-title::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #f18101 transparent transparent transparent;
}
.nav .nav-title a {
	color: #fff;
}
.nav .nav-title i {
	font-size: 18px;
	color: #fff;
	vertical-align: top;
	font-weight: normal;
	margin-right: 6px;
}
.nav ul {
	overflow: hidden;
	white-space: nowrap;
}
.nav ul li {
	float: left;
	padding: 0 42px;
	font-size: 18px;
	font-weight: bold;
}
.nav ul li.active a{
	color: #f18101;
	position: relative;
}
.nav ul li.active a::after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 16px;
	height: 3px;
	background: #f18101;
	border-radius: 2px;
}
.nav ul li a:hover{
	color: #f18101;
}
.nav ul li a {
	color: #333;
}
/* nav End */
.main {
	width: 100%;
	background-color: #f1f1f1;
}
.location {
	width: 1100px;
	height: 35px;
	padding-top: 8px;
	margin: 0px auto 0;
	background: #f1f1f1;
	position: relative;
}
.location p {
	line-height: 35px;
	display: inline-block;
	float: left;
	padding-left: 7px;
	margin-left: 10px;
	background: url("/images/company/topic.png") 0 -78px no-repeat;
	font-size: 14px;
	color: #999;
	background-size: 18px auto;
}

.location p i {
	display: inline-block;
	float: left;
	padding-left: 14px;
	color: #999;
	font-style: normal;
}

.location p a {
	display: inline-block;
	line-height: 35px;
	padding: 0 14px 0 4px;
	color: #999;
	background: url("/images/company/companyList.png") no-repeat 100% -422px;
}
.noBg{background:none;}
.location p a:hover {
	text-decoration: underline;
	color: #ff6600;
}
.introduce, .way, .recommend, .disclaimer {
	width: 1100px;
	padding: 20px 30px;
	margin: 10px auto 0;
	background-color: #fff;
	box-sizing: border-box;
}
.introduce h2.comTitle {
	font: bold 26px "microsoft yahei";
}
.way h2, .recommend h2 {
	font: bold 22px "microsoft yahei";
}
.way h2 b, .recommend h2 b {
	display: inline-block;
	width: 8px;
	height: 22px;
	background-color: #0070ce;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
}
.way h2 i,.recommend h2 i {
	display: inline-block;
	width: 8px;
	height: 12px;
	background-color: #f60;
	vertical-align: top;
	margin-top: 17px;
	margin-right: 10px;
}
.introduce h3{
	margin-top: 5px;
	font:normal 16px/46px "microsoft yahei";
}

.introduce h3 a{
	color: #0070ce;
}
.introduce .introduce_content {
	margin-top: 15px;
	font: normal 15px/28px "microsoft yahei";
	position: relative;
	color: #666;
}

.way{
	margin-top: 15px;
	padding-bottom: 20px;
}

.way table{
	margin-top: 20px;
	border: 1px solid #dcdcdc;
}
.way table th{
	color: #494949;
	background-color: #f3f3f3;
	font:normal 14px/48px "microsoft yahei";
	width: 100px;
	border: 1px solid #dcdcdc;
}
.way table td{
	height: 48px;
	border: 1px solid #dcdcdc;
	width: 430px;
	text-indent: 20px;
	font:normal 14px/48px "microsoft yahei";
}
.recommend{
	margin-top: 15px;
}
.recommend_list{
	height: 150px;
	width: 1060px;
	overflow: hidden;
	margin-top: 20px;
}
.recommend_list ul{
	width: 1080px;
}
.recommend_list ul li {
	width: 160px;
	float: left;
	margin-right: 16px;
}
.recommend_list ul li img{
	width: 158px;
	height: 104px;
	border: 1px solid #dcdcdc;
}
.recommend_list ul li span{
	font:normal 14px/30px "microsoft yahei";
	height: 30px;
	width: 160px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.recommend_list ul li span a{
	color: #333333;
}
.recommend_list ul li:hover a {
	color: #ff6600;
}
.recommend_list ul li:hover img {
	border-color: #ff6600;
}
.disclaimer{
	margin-top: 15px;
}
.disclaimer h2 {
	/* margin-top: 8px; */
	width: 100%;
	font: normal 14px "microsoft yahei";
	text-indent: 30px;
	background: url("/images/company/disclaimer.png") 0 0 no-repeat;
	color: #ee7c00;
}
.disclaimer p {
	font: normal 14px/28px "microsoft yahei";
	color: #999;
	margin-top: 12px;
}
/* aboutUs */
.aboutUs {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	background-color: #f08200;
	color: #f19031;
}
.aboutUs p {
	font-size: 0;
}
.aboutUs p a {
	font-size: 13px;
	padding: 0 31px;
	color: #fff;
	position: relative;
}
.aboutUs p a:first-of-type {
	padding-left: 0;
}
.aboutUs p a:last-of-type {
	padding-right: 0;
}
.aboutUs p a::after {
	content: "/";
	color: #f29236;
	position: absolute;
	right: 0;
	top: 0;
	line-height: normal;
}
.aboutUs p a:last-of-type::after {
	content: "";
}
/* footer */
.footer{
	width: 100%;
	background-color: #474443;
	padding-top:40px;
}
.footer .main{
	overflow: hidden;
}
.footerRight{
	float: right;
	height: 149px;
	width: 185px;
	margin-left: 100px;
	opacity: 0.5;
}
.footerRight span {
	float: left;
	width: 32px;
	padding: 16px 10px;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	/* writing-mode: vertical-lr; */
	writing-mode: tb-lr;
	background-color: #f08200;
	height: 100%;
	box-sizing: border-box;
}
.footerRight img{
	width: 149px;
}
.footerLeft{
	overflow: hidden;
}
.footerLeft .footerIcon{
	overflow: hidden;
}
.footerIconLeft{
	float: left;
	width: 350px;
	opacity: 0.5;
}
.footerIconLeft p{
	margin: 0 0 15px 0;
	height: 44px;
}
.footerIconLeft p:last-child{
	margin-bottom: 0;
}
.footerIconLeft p span{
	float: left;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconLeft p span i{
	font-size: 20px;
	color: #fff;
}
.footerIconLeft p em {
	float: left;
	font-style: normal;
	font-size: 15px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconLeft p b{
	display: block;
	font-size: 13px;
	margin-top: 8px;
}
.footerIconRight {
	font-size: 0;
	overflow: hidden;
}
.footerIconRight p.footerIconRight_title{
	height: 44px;
	opacity: 0.5;
}
.footerIconRight p.footerIconRight_title span{
	float: left;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconRight p.footerIconRight_title span i{
	font-size: 20px;
	color: #fff;
}
.footerIconRight p.footerIconRight_title em{
	float: left;
	font-style: normal;
	font-size: 15px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconRight p.footerIconRight_cont{
	margin-left: 63px;
}
.footerIconRight p.footerIconRight_cont b {
	float: left;
	width: 33.3%;
	font-size: 13px;
	color: #787776;
	margin-bottom: 8px;
	font-weight: normal;
}
.footerIconRight p.footerIconRight_cont b a{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background-color: #6c6969;
}
.footerIconRight p.footerIconRight_cont b a i {
	display: inline-block;
	width: 13px;
	height: 15px;
	background-size: 100% 100%;
	vertical-align: top;
	margin-top: 5px;
	background: url("/images/Index/Version/2021/qq.png") no-repeat;
}
.copyright{
	overflow: hidden;
	color: #ccc;
	font-size: 13px;
	margin-top: 20px;
	opacity: 0.5;
}
.copyright a {
    color:#ccc;
}
.copyright a:hover {
    color: #f08200;
}

.footer .footer_img{
	display: block;
	height: 33px;
	background: url("/images/Index/Version/2021/copyright.png") no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
	margin-bottom: 30px;
	opacity: 0.5;
}
.footer .footer_img li{
	float: left;
	width: 83px;
	height: 33px;
	margin-right: 10px;
}
.footer .footer_img li a{
	display: block;
	height: 33px;
	width: 100%
}
.footer_bot{
	height: 46px;
	line-height: 46px;
	font-size: 13px;
	text-align: center;
	background-color: #393939;
	color: #646464;
}
.footer_bot i{
	display: inline-block;
	height: 19px;
	width: 17px;
	background-size: 100% 100%;
	background: url("/images/Index/Version/2021/ghs.png") no-repeat;
	vertical-align: top;
	margin-top: 15px;
	opacity: 0.2;
	margin-right: 10px;
}
/* end */

.backHome{ width:54px; position: relative;}
.backHome a{ width:54px; height:19px; display:block; float:left; background:#5b7648; text-align:center; font:normal 11px "Microsoft Yahei","simhei"; color:#fff; padding:35px 0px 0 0px; margin:2px 0; opacity:0.7; filter:alpha(opacity=70); background:url("/images/index/rightBar.png") no-repeat 0 0; overflow: hidden; text-decoration: none; }
.backHome a:hover{ opacity:1; filter:alpha(opacity=100); }
.backHome a.compare {background: url("/images/index/comBar.png") no-repeat;}
.backHome a.guest,.backHome a.guest:hover{ background:url("/images/index/rightBar.png") no-repeat 0 -114px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.price{ background:url("/images/index/rightBar.png") no-repeat 0px -57px; }
.backHome a.rightWx{ background:url("/images/index/rightBar.png") no-repeat 0px -228px; }
.backHome img{
    position: absolute;
    right: 65px;
	top: 185px;
    display: none;
}
.toTop{ width:54px; height:54px; position:fixed; _position:absolute; top:552px; _top:expression(eval(document.documentElement.scrollTop+321)); display:none;font:normal 11px "Microsoft Yahei","simhei"; }
.toTop a,.toTop a:hover{ display:block; width:54px; height: 19px; padding:35px 0px 0 0px; background:url("/images/index/rightBar.png") no-repeat 0px -171px; opacity: 0.6; filter:alpha(opacity=60); color: #fff; text-decoration: none; text-align: center; }
.toTop a:hover{ opacity:1; filter:alpha(opacity=100); }
#goTop { position:fixed; _position:absolute; top:260px; display:block; right:10px; z-index: 99999; }
*html, * html body { background-attachment:fixed; }
*html #goTop { position:absolute; right:expression(eval(document.documentElement.scrollLeft+10)); top:expression(eval(document.documentElement.scrollTop+145)); }
i.companyAuth{ display: inline-block; width: 23px; height: 22px; margin-left:10px; vertical-align: middle; background: url("/NewShowStand/images/authentication.png") no-repeat 0 0; display: none;}
i.personAuth{ display: inline-block; width: 23px; height: 22px; margin-left:10px; vertical-align: middle;background: url("/NewShowStand/images/authentication.png") no-repeat -31px 0; display: none;}
i.noAuth{ display: inline-block; width: 23px; height: 22px; margin-left:10px; vertical-align: middle;background: url("/NewShowStand/images/authentication.png") no-repeat -62px 0; display: none;}
.expired{position: absolute;width: 193px;height: 106px;top: 20px;right: 30px;z-index: 99;background:url("/NewShowStand/images/expired.png") no-repeat;}
.qualification{
	width:1080px;
	overflow:hidden;
	margin-top:20px;
}
.qualification li{
	width:160px;
	float:left;
	margin-right:20px;
}
.qualification li .image{
	height:158px;
	position:relative;
	border: 1px solid #dcdcdc;
}
.qualification li .image img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	max-width:100%;
	max-height:100%;
}
.qualification li p{
	font: normal 14px/30px "microsoft yahei";
	height: 30px;
	overflow: hidden;
	text-align: center;
}
.qualification li p a{
	color:#333333;
}

.information {
	width: 1100px;
	padding: 20px 30px;
	margin: 10px auto 0;
	background-color: #fff;
	box-sizing: border-box;
	margin-top: 15px;
}

.information h2 {
	font: bold 22px "microsoft yahei";
}
.information h2 b {
	display: inline-block;
	width: 8px;
	height: 22px;
	background-color: #0070ce;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
}
.information h2 i {
	display: inline-block;
	width: 8px;
	height: 12px;
	background-color: #f60;
	vertical-align: top;
	margin-top: 17px;
	margin-right: 10px;
}
.information-content {
	margin-top: 35px;
	position: relative;
}
.information .chapter {
	position: absolute;
	right: 45px;
	top: 15px;
}
.information-content table {
	border-right: 1px solid #eee;
	width: 100%;
	font-size: 14px;
}
.information-content td {
	padding: 12px 0px;
	vertical-align: top;
	line-height: 24px;
}
.information-content td:nth-child(odd) {
	background-color: #fafafa;
	border: 1px solid #eee;
	width: 140px;
	color: #999;
}
.information-content td:nth-child(even) {
	color: #333;
	border: 1px solid #eee;
	margin-top: -1px;
	border-left: 0;
	border-right: 0;
	width: 430px;
	padding-left: 18px;
}
.information-content td b {
	font-weight: normal;
	display: block;
	padding-left: 20px;
	overflow: hidden;
}
.information-content td p {
	line-height: 24px;
}
.information-content td p span {
	font-size: 12px;
	color: #0070ce;
}
