/* 首页 */
header {
	width: 100%;
	height: 545px;
	background: url(../images/head_bg.jpg) no-repeat center;
}

header>.head {
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 30px;
	box-sizing: border-box;
}

.error{
    border: 1px solid #ff0039 !important;
}

.head>a {
	float: left;
}

.head>h5 {
	float: right;
	line-height: 60px;
	color: #fff;
}

.head>h5>span {
	margin: 0 5px;
}

.head>h5>a {
	color: #fff;
	font-size: 15px;
}

.search {
	text-align: center;
	padding-top: 85px;
}

.search-con {
	max-width: 910px;
	padding: 20px;
	box-sizing: border-box;
	background: #23295a;
	margin: 30px auto 0;
}

.search-con>.search-box {
	width: 725px;
	height: 45px;
	float: left;
}

.search-con>.search-box > ul{
    display: none;
    z-index: 100;
    width: 89.6%;
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow:0px 2px 7px #3a3a3a;
    -webkit-box-shadow:0px 2px 7px #3a3a3a;
    box-shadow:0px 2px 7px #3a3a3a;
    overflow: hidden;
}


.search-con>.search-box > ul > li{
    background-color: #FFFFFF;
    line-height: 35px;
    padding: 0 10px;
    font-size: 15px;
    color: #333333;
    text-align: left;
    cursor: pointer;

}

.search-con>a {
	float: right;
	display: block;
	width: 130px;
	height: 45px;
	line-height: 45px;
	background: #fafbfc;
	border-radius: 3px;
	letter-spacing: 2px;
	color: #666666;
}

.search-con>a:hover {
	color: #FE7730;
}

.search-box>input[type=text] {
	width: 89.6%;
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
	font-size: 15px;
	border-radius: 3px 0 0 3px;
}

.search-box>button {
	width: 75px;
	height: 100%;
	border: none;
	background: #e07135;
	font-size: 15px;
	color: #fff;
	letter-spacing: 5px;
	outline: none;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}

.search-box>button:hover {
	background: #fe7730;
}

section {
	max-width: 1200px;
	margin: 0 auto;
}

.inf-con {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 30px;
}

.inf-list {
	width: 47%;
}

.inf-list>h2 {
	font-size: 24px;
	color: #333333;
	line-height: 100px;
	letter-spacing: 3px;
	position: relative;
	padding-left: 20px;
}

.inf-list>h2::before {
	content: '';
	width: 10px;
	height: 25px;
	background: #63a5da;
	position: absolute;
	top: 38px;
	left: 0;
}

.inf-list>ul>li {
	margin-bottom: 15px;
	overflow: hidden;
}

.inf-list>ul>li>h3 {
	color: #333333;
	margin-bottom: 10px;
}

.inf-list>ul>li>a {
	font-size: 14px;
	color: #757575;
	float: left;
	margin-right: 20px;
	line-height: 25px;
}

.inf-steps {
	margin-top: 30px;
	padding: 30px;
	box-sizing: border-box;
	background: #f3fafc;
}

.inf-steps ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.inf-steps ul li {
	text-align: center;
}

.inf-steps ul li h5 {
	font-size: 19px;
	color: #666666;
	line-height: 34px;
}

.inf-dynamic {
	margin-top: 50px;

}

.dynamic-title {
	height: 60px;
	border: 1px solid #eeeeee;
	border-bottom: none;
}

.dynamic-title>h2 {
	float: left;
	font-size: 24px;
	position: relative;
	color: #333333;
	line-height: 60px;
	margin-left: 20px;
	margin-right: 120px;
	padding-left: 20px;
}

.dynamic-title>h2::before {
	content: '';
	width: 10px;
	height: 25px;
	background: #63a5da;
	position: absolute;
	top: 19px;
	left: 0;
}

.dynamic-title>span {
	float: left;
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid #dcdcdc;
	border-radius: 30px;
	margin: 14px 20px 0 0;
	cursor: pointer;
	font-size: 15px;
}

.dynamic-title>span.actv {
	background: #63a5da;
	color: #fff;
	position: relative;
}

.dynamic-title>span.actv::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #63a5da;
}

.dynamic-table>table {
	width: 100%;
	border: 1px solid #eeeeee;
	text-align: left;
	border-bottom: none;

}

.dynamic-table>table tr:hover {
	background: #e8f8fd;
}

.dynamic-table>table tr th {
	font-weight: normal;
	background: #f5f5f5;
    padding-left: 30px;
}

.dynamic-table>table tr td {
	color: #666666;
	font-size: 15px;
    padding-left: 30px;
}

.dynamic-table>table tr td,
.dynamic-table>table tr th {
	border-bottom: 1px solid #eeeeee;
}

/* 登录 */
.login-con {
	width: 100%;
	height: 100vh;
	/* background: url(../img/login_bg.jpg) no-repeat center;
	background-size: cover; */
	background: -ms-webkit-radial-gradient(#414e93 5%, #262b5c 75%);
	background: -moz-webkit-radial-gradient(#414e93 5%, #262b5c 75%);
	background: -webkit-radial-gradient(#414e93 5%, #262b5c 75%);
	background: radial-gradient(#414e93 5%, #262b5c 75%);
}

.login-box {
	max-width: 1200px;
	margin: 0 auto;
}

.login-box>.login-logo {
	padding: 30px 20px;
}

.login-input {
	margin-top: 35px;
}

.login-input-box {
	width: 400px;
	margin: 20px auto;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 5px;
}

.login-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	color: #282828;
	margin-bottom: 40px;
}

.login-title>h3 {
	position: relative;
}

.login-title>h3::before {
	position: absolute;
	left: 0;
	bottom: -21px;
	content: "";
	width: 65px;
	height: 2px;
	background: #282828;
}

.login-input-box>form input[type=text] {
	width: 100%;
	height: 45px;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 15px;
	background: #f4f4f4;
	letter-spacing: 1px;
}

.login-input-box>form input[type=password] {
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 15px;
    background: #f4f4f4;
    letter-spacing: 1px;
}

.login-input-box>form input.error{
    border: 1px solid #ff0039;
}

.login-input-box>form input[type=text]:focus {
	background: none;
}

.validation>input[type=text] {
	width: 60% !important;
	float: left;
	margin-right: 15px;
}

.login-input-box>form>button {
	width: 100%;
	height: 45px;
	background: #cc652e;
	color: #FFFFFF;
	font-size: 15px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
}

.login-input-box>form>p {
	line-height: 30px;
	margin-top: 15px;
	text-align: right;
	font-size: 13px;
	color: #757575;
	letter-spacing: 1px;
}

.login-input-box>p>span {
	margin: 0 10px;
}

/* 用户注册 */
.user-registered {
	width: 470px;
	padding: 30px 0;
	margin: 0 auto;
}

.user-registered ul li {
	overflow: hidden;
	margin-bottom: 20px;
}

.user-registered ul li h5 {
	min-width: 95px;
	float: left;
	line-height: 40px;
	text-align: right;
	margin-right: 20px;
	font-size: 15px;
}

.user-registered ul li h5.tory::before {
	content: '*';
	color: #ff4242;
	margin-right: 2px;
}

.user-registered ul li div {
	width: 345px;
	float: left;
}

.user-registered ul li div>label {
	float: left;
	font-size: 14px;
	cursor: pointer;
	margin: 13px 20px 0 0;
}

.user-registered ul li div>textarea {
	width: 100%;
	border: 1px solid #dddddd;
	height: 100px;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	outline: none;
	font-size: 14px;
}

.user-registered ul li div>input,
.user-registered ul li div>select,
.user-registered ul li div>textarea {
	width: 100%;
	border: 1px solid #dddddd;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 5px;
	outline: none;
}

.user-registered ul li div>textarea {
	height: 120px;
	padding: 5px 10px;
	font-size: 14px;
	resize: none;
}

.user-registered ul li div>input:focus,
.user-registered ul li div>textarea:focus {
	border-color: #333;
}

.user-registered ul li div.address {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.user-registered ul li div.address>select {
	width: 48%;
}

.user-registered>button {
	width: 100%;
	height: 45px;
	background: #cc652e;
	color: #FFFFFF;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 30px;
}

.user-registered>p {
	line-height: 45px;
	text-align: right;
	font-size: 14px;
	color: #333333;
}

/* 个人中心 */
.personal-box {
	max-width: 1200px;
	margin: 30px auto 0;
	display: flex;
}

.personal-box-le {
	width: 200px;
	height: 87vh;
	float: left;
	background: #f5f5f5;
	position: relative;
}

.fixed-personal {
	position: fixed;
	top: 125px;
	bottom: 0;
	z-index: 300;
}

.personal-box-le>.contact-inf {
	width: 100%;
	box-sizing: border-box;
	/*position: absolute;*/
	bottom: 25px;
	padding: 0 15px;
}

.contact-inf>h3 {
	font-weight: bold;
	line-height: 40px;
}

.personal-box-le>.contact-inf>h5 {
	font-size: 15px;
	margin: 10px 0;
}

.personal-box-le>.contact-inf>h5 i {
	display: inline-block;
	float: right;
	margin-right: 50px;
	width: 22px;
	height: 20px;
	background: url(../images/QQ-img.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
}


.personal-box-le>.contact-inf>img,
.personal-box-le>.contact-inf>h6 {
	text-align: center;
	margin: 20px auto 0;
	font-size: 14px;
}

.personal-box-le .personal-list {
	/*max-height: 490px;*/
	/* overflow-y: auto; */
	overflow: hidden;
}

.personal-box-le ul>li {
	min-height: 40px;
	border-bottom: 1px solid #dedede;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 5px;
}

.personal-box-le ul>li:last-child{
    border: none;
}

.personal-box-le ul>li h4 {
	line-height: 40px;
	font-size: 15px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.personal-box-le ul li h4 i {
	float: right;
	font-size: 15px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.personal-box-le ul li h4 i.rota {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Safari and Chrome */
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

/* 二级 */
.personal-box-le ul>li>ul {
	display: none;
	margin-left: 15px;
}

/* 三级 */
.personal-box-le ul>li>ul li ul {
	display: none;
	margin-left: 15px;
}

.personal-box-le ul>li>ul li a {
	font-size: 15px;
	color: #535353;
	line-height: 40px;
}

.personal-box-le ul>li>ul li a.check{
    color: #FE7730 !important;
}

.personal-box-ri {
	width: 970px;
	min-height: 87vh;
	float: right;
	position: relative;
	flex: 1;
	margin-left: 30px;
}

.personal-add {
	padding-bottom: 10px;
	border-bottom: 2px solid #dcdcdc;
}

.personal-add>span {
	float: left;
	margin: 0 15px;
	color: #e8e8e8;
}

.personal-add>h4 {
	float: left;
}

.personal-add>h4>a {
	margin-left: 10px;
	font-size: 15px;
}

.personal-tableBtn {
	padding: 20px 0;
}

.personal-tableBtn>.check {
	float: left;
	margin-top: 5px;
}

.personal-tableBtn>input[type=button] {
	float: left;
	min-width: 100px;
	height: 30px;
	border: 1px solid #dcdcdc;
	margin-left: 20px;
	cursor: pointer;
	border-radius: 3px;
	background: #f5f5f5;
}

.personal-tableBtn>input.orange {
	background: #E75E0D;
	color: #FFFFFF;
	border-color: #E75E0D;
}

.personal-tableBtn>input[type=button]:hover {
	opacity: 0.8;
}

.personal-tabBox {
	margin-bottom: 15px;
	min-height: 550px;
	max-height: 550px;
}

.personal-tabBox>table {
	width: 100%;
	border: 1px solid #eeeeee;
	border-bottom: none;
}

.personal-tabBox>table tr:hover {
	background: #f4f6ff;
}

.personal-tabBox>table tr th {
	font-weight: normal;
	background: #f5f5f5;
	color: #000;
}

.personal-tabBox>table tr td {
	color: #666666;
	font-size: 14px;
	text-align: center;
}

.personal-tabBox>table tr td,
.personal-tabBox>table tr th {
	border-bottom: 1px solid #eeeeee;
	text-align: left;
}

.personal-tabBox>table tr th select {
	width: 70%;
	height: 30px;
	padding: 0 5px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}

.personal-tabBox>table tr td .check {
	display: inline-block;
}

.personal-tabBox>table tr td a {
	color: #666;
}

.personal-tabBox>table tr td.tionBtn>a {
	border: 1px solid #E5E5E5;
	padding: 2px 10px;
	border-radius: 50px;

}

.personal-tabBox>table tr td.tionBtn>a:hover {
	background: #414F95;
	color: #fff !important;
}

.personal-tabBox>table tr td.swiBtn input[type=checkbox] {
	display: none;
}

.personal-tabBox>table tr td.swiBtn input[type=checkbox]:checked+label {
	background: #0079FD;
}

.personal-tabBox>table tr td.swiBtn label {
	width: 52px;
	background: #CCC;
	height: 25px;
	border-radius: 14px;
	float: right;
	margin: 8px 25px 0 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
}

.personal-tabBox>table tr td.swiBtn label em {
	width: 23px;
	height: 23px;
	float: left;
	margin: 1px;
	border-radius: 13px;
	box-shadow: 2px 3px 8px rgba(0, 0, 0, .1);
	background: #FFF;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.personal-tabBox>table tr td.swiBtn input[type=checkbox]:checked+label em {
	margin: 1px 1px 1px 28px;
}


/* 关于我们 */
.about-con {
	max-width: 1200px;
	margin: 0 auto 80px;
	color: #333333;
}

.about-con>h1 {
	font-size: 40px;
	margin-top: 45px;
}

.about-con>h1>span {
	font-size: 20px;
	letter-spacing: 3px;
}

.about-con>h4 {
	font-size: 17px;
	color: #36417e;
	font-weight: bold;
	line-height: 80px;
}

.about-con>h5 {
	font-size: 16px;
	line-height: 50px;
}

.about-con>p {
	line-height: 35px;
	font-size: 14px;
	letter-spacing: 1px;
}

.inf-about ul li h5 {
	line-height: 67px;
}

/* 联系我们 */
.contact-con {
	max-width: 1200px;
	margin: 0 auto 80px;
	color: #333333;
}

.contact-con>h1 {
	font-size: 40px;
	margin-top: 45px;
}

.contact-con>h1>span {
	font-size: 20px;
	letter-spacing: 3px;
	vertical-align: 20px;
}

.contact-text {
	margin: 20px 0 70px;
}

.contact-text-le {
	width: 760px;
	float: left;
}

.contact-text-le ul li {
	overflow: hidden;
	margin-bottom: 20px;
}

.contact-text-le ul li h5 {
	min-width: 95px;
	float: left;
	line-height: 40px;
	text-align: right;
	margin-right: 20px;
	font-size: 15px;
}

.contact-text-le ul li h5.tory::before {
	content: '*';
	color: #ff4242;
	margin-right: 2px;
}

.contact-text-le ul li div {
	width: 640px;
	float: left;
}

.contact-text-le ul li div input[type=text] {
	width: 100%;
	border: 1px solid #dddddd;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 5px;
	outline: none;

}

.contact-text-le ul li div input[type=text]:focus {
	border-color: #333;
}

.contact-text-le ul li div textarea:focus {
	border-color: #333;
}

.contact-text-le ul li div textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	resize: none;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.contact-text-le>button {
	width: 85%;
	height: 45px;
	background: #cc652e;
	color: #FFFFFF;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 30px;
	float: right;
}

.contact-text-ri {
	width: 365px;
	float: right;
}

.contact-text-ri h5 {
	line-height: 30px;
	margin: 15px 0;
}

.contact-text-ri h5 i {
	display: inline-block;
	vertical-align: -6px;
	margin: 0 5px;
	cursor: pointer;
}

.contact-text-ri>img {
	margin: 15px 0;
}

/* 产品详情 */
.product-details>h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333366;
}

.product-details>h3 {
	font-size: 20px;
	color: #333333;
	line-height: 35px;
}

.product-details>h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333366;
	line-height: 35px;
}

.product-details>h5 {
	font-weight: bold;
	line-height: 38px;
	color: #1B1B1B;
}

.product-details>p {
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	border-bottom: 2px solid #333366;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.product-switch-head {
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 15px;
}

.product-switch-head>ul.switch-ul {
	float: left;
}

ul.switch-ul li {
	float: left;
	line-height: 40px;
	width: 100px;
	text-align: center;
}

ul.switch-ul li.curr {
	border: 1px solid #BBBBBB;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	position: relative;
}

ul.switch-ul li.curr::before {
	content: '';
	height: 1px;
	width: 100px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 50;
}

ul.switch-ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #333366;
}

ul.switch-ul li.curr a {
	color: #7D7D7D;
}

.product-switch-head>ul.switchBtn-ul {
	float: right;
}

ul.switchBtn-ul li {
	float: left;
	margin: 0 10px;
	position: relative;
}

ul.switchBtn-ul li input[type=button] {
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	border-radius: 3px;
}

ul.switchBtn-ul li input[type=button].orange {
	background: #E75E0D;
	color: #FFFFFF;
	border-color: #E75E0D;
}

ul.switchBtn-ul li input[type=button]:hover {
	opacity: 0.8;
}

ul.switchBtn-ul li select {
	padding: 5px;
	outline: none;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
}

ul.switchBtn-ul li .share-list {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 100;
	width: 100px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-top: none;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding: 10px;
	line-height: 25px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
}

ul.switchBtn-ul li:hover .share-list {
	top: 30px;
	visibility: initial;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.share-list a {
	display: block;
	font-size: 14px;
	color: #8F8F8F;
}

.share-list a i {
	display: inline-block;
	width: 22px;
	height: 22px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.share-list a i.icon-1 {
	background: url(../images/share-iocn.png) no-repeat;
	background-position-y: 1px;
}

.share-list a i.icon-2 {
	background: url(../images/share-iocn.png) no-repeat;
	background-position-y: -19px;
}

.share-list a i.icon-3 {
	background: url(../images/share-iocn.png) no-repeat;
	background-position-y: -40px;
}

.share-list a i.icon-4 {
	background: url(../images/share-iocn.png) no-repeat;
	background-position-y: -60px;
}

.product-switch-con {
	min-height: 49vh;
}

.product-switch-con table {
	width: 100%;
	border-collapse: collapse;
}

.switch-con-1>h5 {
	border-top: 1px solid #E75E0D;
	border-bottom: 1px solid #E75E0D;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
	color: #E75E0D;
}

.switch-con-1>table.basic-inf tr td {
	border-bottom: 1px solid #B6B6B6;
}

.switch-con-1>table.basic-inf tr td b {
	font-weight: bold;
	font-size: 14px;
	color: #1B1B1B;
}

.switch-con-1>table.basic-inf tr td h5 {
	font-size: 14px;
	line-height: 22px;
}

.switch-con-1>table.basic-inf tr td h5 a {
	color: #E75E0D;
}

.switch-con-1>table.basic-inf tr td h6 {
	width: 197px;
	font-size: 14px;
	color: #1B1B1B;
	line-height: 22px;
	position: relative;
	padding-left: 10px;
	overflow: hidden;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
    float: left;
}

.switch-con-1>table.basic-inf tr td h6::before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
}

.switch-con-1>table.tech-inf {
	margin-bottom: 15px;
}

.switch-con-1>table.tech-inf tr th{
	border-top: 1px solid #414F95;
	border-bottom: 1px solid #414F95;
	color: #333366;
	font-size: 15px;
}

.switch-con-1>table.tech-inf tr th:first-of-type{
	text-align: left;
	padding-left: 10px;
}

.switch-con-1>table.tech-inf tr:hover {
	background: #CBE4FC;
}

.switch-con-1>table.tech-inf tr td {
	text-align: center;
	font-size: 15px;
}

.switch-con-1>table.tech-inf tr {
	border-bottom: 1px solid #EDEDED;
}

.switch-con-1>table.tech-inf tr td{
	color: #333;
	font-size: 15px;
}

.switch-con-1>table.tech-inf tr td h4{
	margin-left: 25px;
	text-align: left;
}

.switch-con-1>table.tech-inf tr td h4.three{
	margin-left: 45px;
}

.switch-con-1>table.tech-inf tr td.test h5 {
	max-width: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	margin: 0 auto;
}

.switch-con-1 > .prompt-inf {
	padding-top: 15px;
	border-top: 1px dashed #bfbfbf;
	margin: 40px 0 10px;
}

.switch-con-1 > .prompt-inf p {
	background: #F5F5F5;
	font-size: 14px;
	padding: 10px;
	line-height: 25px;
	color: #b5b5b5;
}

.switch-con-2>table tr td {
	text-align: center;
}

.switch-con-2>table tr th {
	text-align: center !important;
}

.switch-con-2>table tr td a {
	color: #E75E0D;
}

.switch-con-3 > table tr td:first-of-type{
	text-align: left;
	padding-left: 10px;
}

.switch-con-3 > table tr td a {
	color: #333366;
}

/* 我的消息 */
.message-con > h3 {
	color: #333333;
	letter-spacing: 1px;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #D2D2D2;
	position: relative;
	margin-bottom: 15px;
}

.message-con>h3::before {
	content: '';
	height: 2px;
	width: 90px;
	background: #414F95;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 50;
}

.message-con>h3>span {
	float: right;
	font-size: 13px;
	color: #666666;
}

.message-con>h3>span>em {
	color: #53609f;
}

.message-switch {
	border-bottom: 1px solid #BBBBBB;
}

.message-switch ul li {
	float: left;
	width: 120px;
	line-height: 40px;
	text-align: center;
}

.message-switch ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #333366;
}

.message-switch ul li a span {
	font-weight: normal;
	font-size: 14px;
	color: #7D7D7D;
}

.message-switch ul li.actv {
	border: 1px solid #BBBBBB;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.message-switch ul li.actv::before {
	content: '';
	height: 1px;
	width: 120px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 50;
}

.message-switch ul li.actv a {
	color: #7D7D7D;
}

.message-switch ul li.actv a span {
	font-weight: normal;
	font-size: 14px;
	color: #cf1e1e;
}

.message-inf {
	height: 60vh;
	overflow: hidden;
}

.message-inf ul li {
	padding: 10px;
	border-bottom: 1px solid #BCBCBC;
}

.message-inf ul li:hover {
	background: #f8f6f6;
}

.message-inf ul li h5 {
	font-weight: bold;
	color: #1B1B1B;
	line-height: 30px;
	letter-spacing: 1px;
}

.message-inf ul li p {
	font-size: 15px;
	color: #8E8E8E;
	line-height: 23px;
	letter-spacing: 1px;
	margin: 5px 0;
}

.message-inf ul li h6 {
	font-size: 13px;
	text-align: right;
}

.message-inf ul li h6 span {
	color: #9B9B9B;
}

.message-inf ul li h6 a {
	color: #666666;
	margin-left: 8px;
}

.message-text-con {
	min-height: 64vh;
	overflow: hidden;
}

.message-text-con ul li {
	overflow: hidden;
	margin: 0 15px 20px;
}

.message-text-con ul li .message-text-box {
	width: 610px;
	padding: 10px;
	border-radius: 10px;
}

.message-text-box>h5 {
	overflow: hidden;
	margin-bottom: 10px;
}

.message-text-box>h5>span.title {
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #1B1B1B;
}

.message-text-box>h5>span.time {
	font-size: 13px;
	float: right;
	color: #666666;
}

.message-text-box>h5>span.time a {
	margin-right: 10px;
}

.message-text-box>p {
	font-size: 14px;
	color: #6F6F6F;
	line-height: 22px;
	letter-spacing: 1px;
}

.message-text-con ul li .message-text-le {
	float: left;
	background: #ecf5fc;
}

.message-text-con ul li .message-text-ri {
	float: right;
	background: #fef4e9;
}

.message-con>button,
.reply-message>button {
	display: block;
	width: 70%;
	height: 45px;
	background: #cc652e;
	color: #FFFFFF;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	margin: 30px auto 0;
}

/* 修改密码 */
.change-password {
	height: 71vh;
}

/* 回复消息 */
.reply-message {
	height: 70vh;
}

.reply-message>h4 {
	line-height: 35px;
	font-size: 18px;
	color: #595959;
}

.reply-message>p {
	font-size: 15px;
	color: #AFAFAF;
	line-height: 25px;
	letter-spacing: 1px;
}

.reply-message>.editor-text {
	margin: 15px 0;
}

/* 会员主页 */
.members-ban {
	width: 100%;
	height: 415px;
	background: url(../images/members-img.jpg) no-repeat center;
}

.members-con {
	max-width: 1200px;
	margin: 30px auto 0;
}

.members-title h3 {
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background: #415095;
	padding-left: 10px;
	margin-bottom: 30px;
}

.members-title>p {
	float: left;
	width: 675px;
	line-height: 26px;
	color: #6b6b6b;
	font-size: 15px;
	letter-spacing: 1px;
	text-indent: 35px;
}

.members-title>ul {
	float: right;
}

.members-title>ul>li {
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}

.members-title>ul>li>h5 {
	font-size: 15px;
	color: #45508e;
}

.members-title>ul>li>h5>em {
	display: inline-block;
	width: 60px;
}

.members-title>ul>li>h5 span {
	color: #333333;
}

.members-title>ul>li>h5>a {
	display: inline-block;
	line-height: 20px;
	padding: 0 8px;
	background: #e55c0c;
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 10px;
	border-radius: 3px;
}

.members-title>ul>li>h5>a:hover {
	color: #fff !important;
}

.members-inf {
	margin: 30px auto;
}

.members-inf-le {
	width: 260px;
	float: left;
}

.species-box {
	border-radius: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	overflow: hidden;
}

.species-box>h4 {
	line-height: 35px;
	background: #f6f7fb;
	border-bottom: 1px solid #edeef2;
	color: #525354;
	padding-left: 15px;
}

.species-box .species-list {
	height: 250px;
	overflow: hidden;
	padding: 10px 0 0 15px;
	box-sizing: border-box;
}

.species-list .check {
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.species-list .check label {
	font-size: 15px;
	color: #525354;

}

.species-list .check:hover label {
	color: #425091
}

.members-inf-ri {
	width: 910px;
	float: right;
}

.members-inf-table {
	height: 595px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	overflow: hidden;
}

.members-inf-table table {
	width: 100%;
	text-align: center;
	color: #434343;
}

.members-inf-table table tr {
	border-bottom: 1px solid #f5f6f9;
}

.members-inf-table table tr:hover {
	background: #efeeee;
}

.members-inf-table table tr td {
	font-size: 15px;
}

/* 商务中心 */
.offer-search>h5 {
	color: #ACACAC;
	font-size: 13px;
	text-align: center;
}

.offer-search>h5 a {
	color: #414F95;
}

.offer-search>h5 i {
	color: #ff0000;
	margin-right: 5px;
	font-size: 15px;
}

.offer-search-box {
	width: 440px;
	margin: 40px auto 20px;
}

.offer-search-box>input {
	float: left;
	width: 350px;
	height: 35px;
	border: 1px solid #BFBFBF;
	padding-left: 35px;
	background: url(../images/search-icon.png) #fff no-repeat left;
	box-sizing: border-box;
	background-size: 16px 16px;
	background-position-x: 10px;
	border-right: none;
}

.offer-search-box>button {
	width: 90px;
	height: 35px;
	background: #df7035;
	zoom: 1;
	border: 1px solid #df7035;
	outline: none;
	color: #fff;
	cursor: pointer;
}

.offer-table {
	height: 465px;
	overflow: hidden;
	margin: 30px auto;
}

.offer-table table tr td a {
	border: 1px solid #E5E5E5;
	padding: 2px 10px;
	border-radius: 5px;
	font-size: 14px;
}

.offer-table table tr td a:hover {
	background: #414F95;
	color: #fff !important;
}

/* 产品比较 */
.compare-con {
	max-width: 1200px;
	margin: 10px auto;
}

.compare-list{
	margin-bottom: 20px;
}

.compare-list ul li.list-li {
	padding: 15px 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #DCDCDC;
}

.compare-list ul li.list-li:last-of-type {

	border-bottom: 2px solid #333366;
}

.compare-list ul li:hover {
	background: #f5f5f5;
}

.compare-list ul li h3 {
	font-size: 18px;
	color: #141414;
	line-height: 30px;
}

.compare-list ul li h5 {
	font-size: 16px;
	line-height: 30px;
	color: #333366;
}

.compare-list ul li p {
	font-size: 15px;
	color: #3F3F3F;
	line-height: 25px;
}

.compare-tableHead{
	margin-bottom: 15px;
}

.compare-tableHead table{
	border: 1px solid #DDDDDD;
}

.compare-tableHead table tr td.myHead {
	overflow: hidden;
	width: 275px;
	position: relative;
}

.compare-tableHead table tr td > h5{
	width: 160px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	margin: 0 auto;
	line-height: 25px;
	color: #333333;
}

.compare-tableHead table tr td > h6{
	font-size: 13px;
	text-align: center;
	line-height: 22px;
	color: #333333;
}

.compare-tableHead table tr td > h6 > span{
	color: #df7035;
	font-size: 14px;
}

.compare-tableHead table tr td > input[type=button]{
	display: block;
	border: 1px solid #D2D2D2;
	color: #414F95;
	padding: 2px 7px;
	margin: 5px auto;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px;
}

.compare-tableHead table tr td > b{
	display: block;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	color: #414F95;
}

.compare-tableHead table tr td.myHead::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 300px;
	top: 0;
	left: 0;
	background-color: #DDDDDD;
	display: block;
	transform: rotate(-65deg);
	transform-origin: top;
	overflow: hidden;
}

.compare-tableHead table tr td.myHead span:first-child {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #898989;
}

.compare-tableHead table tr td.myHead span:last-child {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #898989;
}

.compare-table-1 table tr{
	border-bottom: 1px solid #DDDDDD;
}

.compare-table-1 table tr td{
	border-bottom: initial !important;
}

.compare-table-1 table tr td > b {
	padding-left: 20px;
}

.compare-table-1 table tr td > h6{
	max-width: 160px !important;
	margin-left: 10px;
	white-space: normal !important;
}

.compare-table-1 table tr td > h5 a{
	display: block;
    width: 100%;
    height: 30px;
	margin: 0 auto;
}

.compare-table-1 table tr td > h5 > a > span{
	display: inline-block;
	max-width: 135px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.compare-table-1 table tr td > h5 > a > i{
	float: left;
	margin-left: 5px;
}

.compare-table-1 table tr td > h4{
	font-size: 14px;
	margin-left: 15px;
	text-align: left;
	color: #333333;
}

.compare-table-1 table.tech-inf tr td h4.lemenu{
	margin-left: 40px;
}

.compare-table-1 table.tech-inf tr th{
	padding-left: 10px;
}

.compare-table-1 table.tech-inf{
	text-align: center;
}

.compare-table-1 table.tech-inf tr td > p{
	margin: 0 15px;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
}

.compare-table-1 table.tech-inf tr td > p span{
	font-size: 13px;
	color: #aaaaaa;
}


.compare-ul-box ul li{
	border-bottom: 1px solid #B6B6B6;
	padding: 15px 0;
}

.compare-ul-box ul li:hover{
	background: #f5f5f5;
}

.compare-ul-box ul li > h2{
	font-size: 18px;
	color: #141414;
	line-height: 40px;
}

.compare-ul-box ul li table tr td{
	font-size: 15px;
	color: #8e8e8e;
}

.compare-ul-box ul li table tr td h5{
	font-size: 15px;
	color: #8e8e8e;
	padding: 0 10px;
}

.compare-ul-box ul li table tr td a{
	color: #df7035;
}

.compare-supplier-box table tr td h4{
	font-size: 18px;
	color: #333333;
	text-align: left;
}

.compare-supplier-box table tr td,
.compare-supplier-box table tr td a{
	font-size: 15px;
	text-align: center;
}

.compare-supplier-box table tr td a.leave{
	color: #E75E0D;
}

.compare-supplier-box table tr td a.contact{
	color: #414e93;
}

.compare-supplier-box table tr.dotted{
	border-bottom: 1px solid #E4E4E4;
}

.compare-supplier-box table tr.solid{
	border-bottom: 1px solid #8D8D8D;
}

.compare-supplier-box table tr td.supplier-title{
	text-align: left;
}
/* 材料筛选 */
.material-con{
    min-height: 690px;
}

.material-con > h5{
    text-align: center;
    color: #898989;
    line-height: 200px;
}

.material-prompt {
    padding: 8px 10px;
    border: 1px dashed #D2D2D2;
    background: #F1F1F1;
    line-height: 27px;
    font-size: 15px;
    color: #F2584C;
    margin-bottom: 20px;
}

.material-table-box table{
    border:1px solid #DCDCDC;
    text-align: center;
}

.material-table-box table tr{
    border:1px solid #DCDCDC;
}

.material-table-box table tr th{
    font-size: 15px;
    color: #333366;
}

.material-table-box table tr td{
    font-size: 15px;
    color: #666666;
}

.material-table-box table tr td p{
    padding: 0 10px;
    font-size: 15px;
    text-align: left;
}

.material-btn {
    margin-top: 15px;
}

.material-btn > button{
    letter-spacing: inherit;
    height: 30px;
    padding: 0 20px;
    margin-right: 10px;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

.material-btn > button:nth-of-type(1){
    background: #F2584C;
}

.material-btn > button:nth-of-type(2){
    background: #2A91DC;
}

.material-btn > button:nth-of-type(3){
    background: #F39826;
}

.material-species-box{
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.material-species-box > h3{
    line-height: 35px;
    background: #EBEEF5;
    color: #565959;
    padding-left: 15px;
}

.material-species-box > h3 > span{
    color: #E65E0D;
    font-size: 12px;
}

.material-species-inf{
    height: 450px;
    overflow-y: auto;
}

.material-species-inf > h4{
    line-height: 35px;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 15px;
    color: #414F95;
    margin-bottom: 10px;
    background: #FFFFFF;
}

.material-species-inf > .check {
    margin: 0 0 10px 15px;
}

.material-species-inf > .check > label{
    font-size: 15px;
    color: #232323;
}


.material-species-inf > .check label:hover{
    color: #414f95;
}

.material-prompt-btn{
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}

.material-prompt-btn > span{
    cursor: pointer;
    margin-bottom: 2px;
    color: #929292;
}

.material-prompt-btn > span:hover{
    color: #414F95;
    font-weight: bold;
}

.material-search-btn{
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.material-search-btn > button{
    padding: 0 25px;
    height: 40px;
    float: right;
    outline: none;
    border: none;

    color: #FFFFFF;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
}

.material-search-btn > button:nth-of-type(1){
    background: #E75E0D;
}

.material-search-btn > button:nth-of-type(2){
    background: #F39826;
}

.material-check{
    display: flex;
    justify-content: space-between;
}

.material-check-box{
    width: 465px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.material-check-box > h3{
    margin-bottom: 10px;
}

.material-check-inf{
    height: 380px;
    overflow-y: auto;
}

.material-check-inf > .check,
.material-check-inf > .radio{
    margin: 0 0 10px 15px;
}

.material-check-inf > .check label,
.material-check-inf > .radio label{
    font-size: 15px;
    color: #232323;;
}

.material-search-btn > h5{
    line-height: 35px;
    margin-right: 15px;
}

.material-search-btn > select{
    width: 150px;
    height: 40px;
    font-size: 15px;
    outline: none;
    border-color: #C7C7C7;
    margin-right: 10px;
    border-radius: 3px;
    margin-right: 15px;
    color: #565959;
    padding: 0 10px;
    box-sizing: border-box;
}

.material-unit-input{
    width: 240px;
    height: 40px;
    border: 1px solid #C7C7C7;
    border-radius: 3px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 15px;
}

.material-unit-input > span{
    font-size: 15px;
    float: left;
    line-height: 39px;
    color: #565959;
}

.material-unit-input > input{
    width: 150px;
    height: 38px;
    float: left;
    background: none;
    padding-left: 10px;
    border: none;
    color: #F2584C;
}


