@charset "UTF-8";

/* CSS reset */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
	margin: 0;
	padding: 0;
}
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}   /*去掉input等聚焦时的蓝色边框*/
ul,
ol {
	list-style: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Microsoft YaHei", "SimSun";
}
select,
input {
	vertical-align: middle;
	outline: none;
}
select,
input,
textarea {
	font-size: 14px;
	margin: 0;
	outline-style: none;
}
textarea {
	resize: none;
} /*防止拖动*/
img {
	border: 0;
	vertical-align: middle;
}  /*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
fieldset{
	border:none;
}
table {
	border-collapse: collapse;
}
body {
    font-family: Arial, Verdana, "Microsoft YaHei";
    color: #333333;
    background: #f8f8f8;
}
.clearfix:before,.clearfix:after {  /*清楚浮动*/
    content:"";
    display:table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
    *zoom: 1;/*IE/7/6*/
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}  /* 设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
input[type=button]{
	cursor: pointer;
}



/* CSS reset End */

/* public-style */
.ad {
	height: 240px;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	margin-bottom: 40px;
}
.ad > div {
	display: block;
	height: 240px;
	width: 1200px;
	margin: 0 auto;
}
.ad > div > img {
	display: block;
	margin-left: -360px;
}


/* public-style End */



/* welcome */
.welcomebox {
	height: 32px;
	width: 100%;
	min-width: 1200px;
	background-color: #312F38;
	color: #ffffff;
	font-size: 14px;
}
.welcome {
	height: 32px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.call {
	height: 32px;
	width: auto;
	padding: 0 10px;
	display: block;
	float: left;
	line-height: 32px;
}
.call a {
	height: 32px;
	width: auto;
	padding: 0 10px;
	display: inline-block;
	line-height: 32px;
	color: #ffffff;
}

.welcome-info {
	height: 32px;
	width: auto;
	padding: 0 10px;
	display: block;
	float: left;
	line-height: 32px;
}
.header-login {
	height: 32px;
	width: auto;
	float: right;
}
.header-login a {
	display: block;
	height: 32px;
	width: auto;
	line-height: 32px;
	padding: 0 10px;
	color: #ffffff;
}
.user {
	height:auto;
	width: auto;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1500;
}
.user-info {
	height: 32px;
	width: auto;
}
.user-header-info {
	height: 20px;
	width: 20px;
	margin: 6px;
	overflow: hidden;
	float: right;
	border-radius: 10px;
	background-color: #f5f5f5;
}
.user-info span {
	float: right;
	height: 32px;
	width: auto;
	max-width: 120px;
	display: block;
	margin-left: 4px;
	line-height: 32px;
	cursor: pointer;
	padding-right: 26px;
	background: url(../images/index-arrow-icon.png) no-repeat right bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-setting {
	display: none;
	height: auto;
	width: 140px;
	border-top: none;
	background-color: #eeeeee;
}
.user-setting li {
	height: 32px;
	width: 140px;
}
.user-setting li a {
	height: 32px;
	width: 120px;
	padding: 0 10px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}
.user-setting li a:hover {
	background-color: #312F38;
	color: #ffffff;
}
.loginout{
	height: 32px;
	width: 140px;
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
}
.user-setting li a:hover,
.loginout:hover {
	background-color: #333333;
	color: #ffffff;
}


/* 字体颜色 */
.primary{
	color:#006fe7 !important;
}
.secondary{
	color:#6c757d !important;
}
.success{
	color:#28a745 !important;
}
.danger{
	color:#dc3545 !important;
}
.warning{
	color:#e48932 !important;
}
.info{
	color:#17a2b8 !important;
}
.light{
	color:#f8f9fa !important;
}
.dark{
	color:#343a40 !important;
}
/* 按钮大小 */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
  }
/* 背景颜色按钮 */
.btn-default {
	color: #ff6900;
	background-color: #fff;
	border-color: #ff6900;
}
/* .btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
} */
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

/* 按钮大小 */
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-md {
	padding: 8px 12px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 4px;
}
.btn-sm {
	padding: 4px 6px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}


/* nav */
/* .nav {
	height: 80px;
	width: 100%;
	min-width: 1200px;
	background-color: #ffffff;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	position: relative;
	z-index: 999;
}
.nav > div {
	margin: 0 auto;
	height: 80px;
	width: 1200px;
}
.nav > div > a {
	margin: 22px 0 22px 0;
	height: 36px;
	width: auto;
	float: left;
}
.nav > div > a > img {
	height: 36px;
	width: auto;
}

.nav > div > ul {
	margin: 22px 0 22px 0;
	height: 36px;
	width: auto;
	float: right;
}
.nav > div > ul > li {
	margin-left: 30px;
	float: left;
	height: 34px;
}
.nav > div > ul > li > a {
	display: block;
	float: left;
	line-height: 36px;
	font-size: 16px;
}

.nav > div > ul > li.on {
	border-bottom: 2px #ff6900 solid;
}
.nav > div > ul > li.on > a {
	color: #ff6900;
	font-weight: bold;
}
.nav > div > ul > li:hover {
	border-bottom: 2px #ff6900 solid;
}
.nav > div > ul > li:hover > a {
	color: #ff6900;
	font-weight: bold;
} */

/* nav End */

/* footer */
.footer{
	height: auto;
	width: 100%;
	min-width: 1200px;
	overflow:hidden;
}

.footer > div {
	width: 100%;
}
.footer-conent {
	height: 252px;
	background-color: #ff6900;
}
.footer-copy {
	height: 90px;
	background-color: #222222;
}
.footer > div > div {
	height: auto;
	width: 1150px;
	margin: 0 auto;
	overflow: hidden;
}
.footer-conent > div > div {
	height: 140px;
	margin: 56px 0;
}
.footer-link {
	height: auto;
	width: auto;
	overflow: hidden;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.2)
}
.footer-link > ul > li {
	height: 140px;
	width: 160px;
	float: left;
}
.footer-link > ul > li h5{
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
}
.footer-link > ul > li ul {
	width: 160px;
}
.footer-link > ul > li ul li {
	width: 160px;
	margin-top: 5px;
}
.footer-link > ul > li ul li a {
	width: 160px;
	font-size: 16px;
	color: rgba(255,255,255,0.6)
}
.footer-link > ul > li ul li:hover a {
	text-decoration: underline;
	color: rgba(255,255,255,1)
}


.footer-contact {
	height: auto;
	width: 300px;
	overflow: hidden;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.2);
	padding: 0 80px;
}
.footer-contact h5 {
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
}
.footer-contact ul li {
	margin-top: 5px;
}
.footer-contact ul li p {
	font-size: 16px;
	color: rgba(255,255,255,0.8)
}


.footer-qrcode {
	height: auto;
	width: auto;
	overflow: hidden;
	float: right;
}
.footer-qrcode div{
	height: 110px;
	width: 110px;
	overflow: hidden;
}
.footer-qrcode div img {
	height: 110px;
	width: 110px;
}
.footer-qrcode p {
	width: 110px;
	margin-top: 5px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	color: rgba(255, 255, 255, 0.6)
}



.footer-copy > div {
	height: 92px;
	width: auto;
	margin: 0 auto;
}
.footer-notice {
	height: 56px;
	padding: 18px 0;
	float: left;
}
.footer-notice p {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: rgba(255,255,255,0.6)
}
.footer-notice p > a  {
	color: rgba(255,255,255,0.6)
}

.footer-institutions{
	margin: 26px 0;
	height: 40px;
	float: left;
	overflow: hidden;
	margin-left: 40px;
}
.footer-institutions li {
	height: 40px;
	width: auto;
	float: left;
	margin-left: 20px;
	border-radius: 4px;
	background-color: #ffffff;
	overflow: hidden;
}
.footer-institutions li a {
	display: block;
	height: 40px;
	width: auto;
}
.footer-institutions li a img {
	height: 40px;
	width: auto;
}




/* footer end */





/* 登录注册 */
.signin-signup {
	width: 100%;
	min-width: 1200px;
	height: 100vh;
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
/* 登录 */
.signin-signup > .signin {
	width: 390px;
	height: 412px;
	background-color: #ffffff;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -206px;
	margin-left: -195px;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	display: none;
}
.signin-signup > .signin > div {
	width: 330px;
	height: 24px;
	margin: 30px 30px 20px 30px;
}
.signin-signup > .signin > div > span {
	display: block;
}

.signin-signup > .signin > div > span:first-child {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	float: left;
}

.signin-signup > .signin > div > span:last-child {
	font-size: 20px;
	color: #e5e5e5;
	line-height: 24px;
	float: right;
	padding: 0 0 0 10px;
}
.signin-signup > .signin > div > span:last-child:hover {
	cursor: pointer;
	color: #ff6900;
}
.signin-signup > .signin > form > div {
	height: 42px;
	width: 328px;
	border: 1px solid #e6e6e6;
	margin-left: 30px;
	margin-bottom: 14px;
}
.signin-signup > .signin > form > div:hover {
	border: 1px solid #c9c9c9;
}

.signin-signup > .signin > form > div > span {
	display: block;
	float: left;
	height: 42px;
	width: 42px;
	background: url(../images/index/lognin-icon.png) no-repeat top left;
}
.signin-signup > .signin > form > div:nth-child(2) > span {
	background-position: -42px 0;
}
.signin-signup > .signin > form > div:nth-child(3) > span {
	background-position: -126px 0;
}

.signin-signup > .signin > form >  div > input {
	height: 42px;
	width: 280px;
}
.signin-signup > .signin > form > div > input::-webkit-input-placeholder { /* WebKit browsers */
    line-height: 42px;
}
.signin-signup > .signin > form >  div > input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    line-height: 42px;
}
.signin-signup > .signin > form >  div > input::-moz-placeholder { /* Mozilla Firefox 19+ */
    line-height: 42px;
}
.signin-signup > .signin > form >  div > input::-ms-input-placeholder { /* Internet Explorer 10+ */
    line-height: 42px;
}

.signin-signup > .signin > form >  div:nth-child(3) > input {
	height: 42px;
	width: 180px;
}
.signin-signup > .signin > form >  div:nth-child(3) > img {
	height: 38px;
	width: 98px;
	float: right;
	margin: 2px;
	outline: none;
}

.signin-signup > .signin > form > input {
	height: 42px;
	width: 328px;
	border: 1px solid #ff6900;
	margin-left: 30px;
	margin-bottom: 20px;
	background-color: #ff6900;
	color: #ffffff;
	font-size: 24px;
	border-radius: 4px;
	line-height: 42px;
}
.signin-signup > .signin > form > p {
	height: 64px;
	width: 328px;
	line-height: 32px;
	margin-left: 30px;
	font-size: 12px;
	text-align: center;
}
.signin-signup > .signin > form > p > a{
	color: #ff6900;
}

/* 注册 */
.signin-signup > .signup {
	width: 390px;
	height: 412px;
	background-color: #ffffff;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -206px;
	margin-left: -195px;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	display: none;
}
.signin-signup > .signup > div {
	width: 330px;
	height: 24px;
	margin: 30px 30px 20px 30px;
}
.signin-signup > .signup > div > span {
	display: block;
}

.signin-signup > .signup > div > span:first-child {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	float: left;
}

.signin-signup > .signup > div > span:last-child {
	font-size: 20px;
	color: #e5e5e5;
	line-height: 24px;
	float: right;
	padding: 0 0 0 10px;
}
.signin-signup > .signup > div > span:last-child:hover {
	cursor: pointer;
	color: #ff6900;
}
.signin-signup > .signup > form > div {
	height: 42px;
	width: 328px;
	border: 1px solid #cccccc;
	margin-left: 30px;
	margin-bottom: 14px;
}
.signin-signup > .signup > form > div:nth-child(4) {
	height: 42px;
	width: 208px;
	border: 1px solid #cccccc;
	margin-left: 30px;
	margin-bottom: 14px;
	float: left;
}
.signin-signup > .signup > form > div:nth-child(5) {
	height: 42px;
	width: 98px;
	border: 1px solid #cccccc;
	margin-right: 30px;
	margin-bottom: 14px;
	margin-left: 0;
	float: right;
}
.signin-signup > .signup > form > div:nth-child(6) {
	clear: both;
}



.signin-signup > .signup > form > div > span {
	display: block;
	float: left;
	height: 42px;
	width: 42px;
	background: url(../images/index/lognin-icon.png) no-repeat top left;
}
.signin-signup > .signup > form > div:nth-child(2) > span {
	background-position: -42px 0;
}
.signin-signup > .signup > form > div:nth-child(3) > span {
	background-position: -84px 0;
}
.signin-signup > .signup > form > div:nth-child(4) > span {
	background-position: -126px 0;
}

.signin-signup > .signup > form >  div > input {
	height: 42px;
	width: 280px;
	font-size: 12px;
}
.signin-signup > .signup > form > div > input::-webkit-input-placeholder { /* WebKit browsers */
    line-height: 42px;
    font-size: 14px;
}
.signin-signup > .signup > form >  div > input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    line-height: 42px;
    font-size: 14px;
}
.signin-signup > .signup > form >  div > input::-moz-placeholder { /* Mozilla Firefox 19+ */
    line-height: 42px;
    font-size: 14px;
}
.signin-signup > .signup > form >  div > input::-ms-input-placeholder { /* Internet Explorer 10+ */
    line-height: 42px;
    font-size: 14px;
}

.signin-signup > .signup > form >  div:nth-child(3) > input {
	height: 42px;
	width: 180px;
}
.signin-signup > .signup > form >  div:nth-child(3) > img {
	height: 38px;
	width: 98px;
	float: right;
	margin: 2px;
	outline: none;
}
.signin-signup > .signup > form > div:nth-child(4) > input {
	height: 42px;
	width: 166px;
}
.signin-signup > .signup > form > div:nth-child(5) > a{
	display: block;
	height: 40px;
	width: 98px;
	line-height: 40px;
	text-align: center;
	color: #767676;
	font-size: 14px;
}



.signin-signup > .signup > form > input {
	height: 42px;
	width: 328px;
	border: 1px solid #ff6900;
	margin-left: 30px;
	margin-bottom: 20px;
	background-color: #ff6900;
	color: #ffffff;
	font-size: 24px;
	border-radius: 4px;
	line-height: 42px;
}
.signin-signup > .signup > form > p {
	height: 64px;
	width: 328px;
	line-height: 32px;
	margin-left: 30px;
	font-size: 12px;
	text-align: center;
}
.signin-signup > .signup > form > p > a{
	color: #ff6900;
}


.product-banner img{width: 100%;}








