* {
	margin: 0;
	padding: 0;
	outline: none;
}

/*行内块元素*/
input,
img,
select,
button {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline-style: none;
	vertical-align: bottom;
	background: none;
	font-size: 14px;
	font-family: "微软雅黑", "Arial", "Microsoft Yahei", sans-serif;
}

/* 改变placeholder颜色 */
input::-webkit-input-placeholder {
	color: #bbc3ca;
}
input::-moz-input-placeholder {
	color: #bbc3ca;
}
input::-ms-input-placeholder {
	color: #bbc3ca;
}
input[type=date]::-webkit-inner-spin-button {
	visibility: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

.h2,
.h3,
.h4,
.h5 {
	font-weight: normal;
}

.table {
	display: table;
	height: 100%;
	width: 100%;
}

.table .table-cell {
	display: table-cell;
	vertical-align: middle;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

table {
	/*边框合并*/
	border-collapse: collapse;
	border-spacing: 0;
}

/* mac上显示滚动条 */
::-webkit-scrollbar {
	width: 5px;
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(50, 50, 50, .5);
}

::-webkit-scrollbar-track {
	background-color: rgba(50, 50, 50, .1);
}

/*自定义class*/
.main-right-cotent div,
.main-right-cotent dl,
.main-right-cotent dd {
	transition: initial;
}

.box-sizing {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-right-cotent {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	margin-top: 15px;
}

.main-right-cotent.hover,
.main-left-nav.hover {
	opacity: 1;
	left: 0;
}

.main-right-cotent.active {
	padding-right: 150px;
	padding-left: 150px;
	width: 100%;
}

.main-right-cotent.content-active.active {
	padding-right: 0;
}

.main-right-cotent .location {
	color: #64798a;
	margin-bottom: 40px;
}

.main-right-cotent .location a {
	color: #64798a;
}

.main-right-cotent .main-right-top {
	line-height: 2;
}

.main-right-cotent .main-right-top h3 {
	font-size: 20px;
}

.main-right-cotent .main-right-top>h3,
.main-right-cotent .selection-detail .left-info h3 {
	font-size: 24px;
	font-weight: 700;
}

.main-right-cotent .main-right-mm32f-list {
	margin: 80px 0 50px;
}

.main-right-cotent .main-right-mm32f-list dl {
	margin: 0 -10px;
}

.main-right-cotent .main-right-mm32f-list dl dd {
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

.main-right-cotent .main-right-mm32f-list dl dd:nth-of-type(2) .main-mm32f-list-content .img {
	background-image: url(../images/mm32_icon2.png);
}

.main-right-cotent .main-right-mm32f-list dl dd:nth-of-type(3) .main-mm32f-list-content .img {
	background-image: url(../images/mm32_icon3.png);
}

.main-right-cotent .main-right-mm32f-list dl dd:nth-of-type(4) .main-mm32f-list-content .img {
	background-image: url(../images/mm32_icon4.png);
}

.main-right-cotent .main-right-mm32f-list dl dd:nth-of-type(5) .main-mm32f-list-content .img {
	background-image: url(../images/mm32_icon5.png);
}

.main-right-cotent .main-right-mm32f-list dl dd:hover .main-mm32f-list-content {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.main-right-cotent .main-right-mm32f-list dl dd:hover .main-mm32f-list-content:after {
	height: 100%;
}

.main-right-cotent .main-right-mm32f-list dl dd:hover .main-mm32f-list-content .img {
	background-position-x: 0 !important;
}

.main-right-cotent .main-right-mm32f-list dl dd:hover .main-mm32f-list-content p a {
	color: #fff;
}

.main-right-cotent .main-right-mm32f-list dl dd .main-mm32f-list-content {
	position: relative;
	height: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #e7f2ff;
	/* 浏览器不支持时显示 */
	background-image: -o-linear-gradient(#f2f9ff 40%, #e7f2ff);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #f2f9ff), to(#e7f2ff));
	background-image: linear-gradient(#f2f9ff 40%, #e7f2ff);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 140px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	max-width: 240px;
}

.main-right-cotent .main-right-mm32f-list dl dd .main-mm32f-list-content::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	content: '';
	top: inherit;
	bottom: 0;
	border-radius: 140px;
	background-color: #00479d;
	/* 浏览器不支持时显示 */
	background-image: -o-linear-gradient(#3399ff 40%, #0066cc);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #3399ff), to(#0066cc));
	background-image: linear-gradient(#3399ff 40%, #0066cc);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	height: 0;
	z-index: 5;
}

.main-right-cotent .main-right-mm32f-list dl dd .main-mm32f-list-content .img {
	position: relative;
	width: 120px;
	height: 120px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: url(../images/mm32_icon1.png) no-repeat right center;
	margin-bottom: 30px;
	z-index: 10;
}

.main-right-cotent .main-right-mm32f-list dl dd .main-mm32f-list-content p {
	position: relative;
	color: #00479d;
	text-align: center;
	z-index: 10;
}

.main-right-cotent .main-right-mm32f-list dl dd .main-mm32f-list-content p a {
	color: #00479d;
	font-size: 16px;
}

.main-right-cotent .main-right-mm32f-pro {
	margin-top: 50px;
}

.main-right-cotent .mm32f-table {
	/* background: #f7fbff; */
	display: flex;
	justify-content: center;
}

.main-right-cotent .main-right-mm32f-pro .mm32f-table .mm32f-table-scroll {
	margin-left: auto;
	margin-right: auto;
	background: #f7fbff;
}

.main-right-cotent .main-right-mm32f-pro>h3 {
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	background: url(../images/mm32_tit_bg.png) no-repeat center;
	margin-bottom: 100px;
}

.main-right-cotent .main-right-mm32f-pro .mm32f-table-scroll dl {
	border-bottom: solid 1px #dbe7f5;
	background: #f7fbff;
}

.main-right-cotent .main-right-mm32f-pro .mm32f-table-scroll dl dd {
	float: left;
}

.main-right-cotent .main-right-mm32f-pro dl dd:last-child {
	border-right: 0;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(1) dd {
	height: 240px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(1) dd:nth-of-type(2) {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	/* padding-left: 200px; */
}

/* .main-right-cotent .main-right-mm32f-pro dl:nth-of-type(1) dd:nth-of-type(2) .mm32f-product-item:nth-of-type(1),
.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(1) dd:nth-of-type(2) .mm32f-product-item:nth-of-type(2) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(1) dd:nth-of-type(2) .mm32f-product-item:nth-of-type(1) {
	left: 10px;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(1) dd:nth-of-type(2) .mm32f-product-item:nth-of-type(2) {
	left: 120px;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(1) dd:nth-of-type(2) .mm32f-product-item:nth-of-type(4),
.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(1) dd:nth-of-type(2) .mm32f-product-item:nth-of-type(6) {
	margin-right: 0;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(2) dd {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 135px;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(2) dd .mm32f-product-item {
	border-color: #6daed4;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(2) dd .mm32f-product-item h4 {
	background-color: #6daed4;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(2) dd:nth-of-type(4) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(3) dd {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 135px;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(3) dd .mm32f-product-item {
	border-color: #adc587;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(3) dd .mm32f-product-item h4 {
	background-color: #adc587;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(3) dd:nth-of-type(4) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(3) dd:nth-of-type(4) .mm32f-product-item {
	margin: 0;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(3) dd:nth-of-type(4) .mm32f-product-item:nth-of-type(1) {
	margin-right: 115px;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd {
	height: 240px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd .mm32f-product-item {
	border-color: #e99267;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd .mm32f-product-item h4 {
	background-color: #e99267;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd:nth-of-type(2) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* .main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd:nth-of-type(2) .mm32f-product-item:nth-of-type(2) {
    margin-bottom: 110px;
} */

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd:nth-of-type(3) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd:nth-of-type(4) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

/*
.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd:nth-of-type(4) .mm32f-product-item:nth-of-type(1),
.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd:nth-of-type(4) .mm32f-product-item:last-child {
    position: absolute;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd:nth-of-type(4) .mm32f-product-item:nth-of-type(1) {
    bottom: 125px;
    left: 15px;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(4) dd:nth-of-type(4) .mm32f-product-item:last-child {
    bottom: 125px;
    right: 15px;
} */

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(5) {
	border-bottom: 0;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(5) dd {
	line-height: 40px;
	background-color: #00479d;
	color: #fff;
	border-right-color: #fff;
	text-align: center;
	font-weight: 700;
	border-right-style: solid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-right-cotent .main-right-mm32f-pro dl:nth-of-type(5) dd:nth-of-type(1) {
	background-color: #f3f9ff;
}

.main-right-cotent .main-right-mm32f-pro dl dd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	position: relative;
	border-right: dashed 1px #dbe7f5;
}

.main-right-cotent .main-right-mm32f-pro dl dd .mm32f-product-item {
	position: absolute;
}

.main-right-cotent .main-right-mm32f-pro dl dd:nth-of-type(1) {
	width: 120px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #e6eef7;
	padding: 0 20px 0 10px;
	border-right: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-right-cotent .main-right-mm32f-pro dl dd:nth-of-type(1) span {
	text-align: right;
	color: #00479d;
	font-family: "pm";
}

.main-right-cotent .main-right-mm32f-pro dl dd:nth-of-type(2) {
	width: 460px;
}

.main-right-cotent .main-right-mm32f-pro dl dd:nth-of-type(4) {
	width: 460px;
}

.main-right-cotent .main-right-mm32f-pro dl dd:last-child {
	border-right: 0;
}

.main-right-cotent .main-right-mm32f-pro dl dd:nth-of-type(3) {
	width: 240px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-right-cotent .mm32-table {
	margin-top: 95px;
}

.main-right-cotent .mm32-table ul li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-right: solid 1px #dbe7f5;
	font-size: 18px;
	background-color: #00479d;
	color: #fff;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.main-right-cotent .mm32-table ul li:last-child {
	width: 260px;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	border: 0;
}

.main-right-cotent .mm32-table ul li:nth-of-type(1) {
	width: 125px;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
}

.main-right-cotent .mm32-table dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: solid 1px #dbe7f5;
	border-right: 0;
	border-top: 0;
}

.main-right-cotent .mm32-table dl dt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	color: #00479d;
	border-right: solid 1px #dbe7f5;
	background-color: #f2f6f9;
}

.main-right-cotent .mm32-table dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.main-right-cotent .mm32-table dl dd .mm32-table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #dbe7f5;
}

.main-right-cotent .mm32-table dl dd .mm32-table-row:nth-of-type(even) span {
	background: #f7fbff;
}

.main-right-cotent .mm32-table dl dd .mm32-table-row:last-child {
	border-bottom: 0;
}

.main-right-cotent .mm32-table dl dd .mm32-table-row span {
	height: 50px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	color: #00479d;
	border-right: solid 1px #dbe7f5;
}

.main-right-cotent .mm32-table dl dd .mm32-table-row span:last-child {
	width: 260px;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
}

.main-right-cotent .product-param {
	margin-top: 60px;
	position: relative;
	padding-bottom: 20px !important;
	padding-top: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 110px;
	overflow: auto;
}

.main-right-cotent .product-param-content {
	position: relative;
}

.main-right-cotent .product-param-content .left-title,
.main-right-cotent .product-param-content .right-title {
	position: absolute;
	font-weight: 700;
	color: #00479d;
	line-height: 1;
	z-index: 12;
	font-size: 16px;
}

.main-right-cotent .product-param-content .left-title {
	left: 20px;
	top: 20px;
}

.main-right-cotent .product-param-content .right-title {
	right: 0;
	bottom: 80px;
}

.main-right-cotent .product-param-content .left-menu {
	position: absolute;
	left: 0;
	top: 30px;
	width: 110px;
	z-index: 10;
	background: #fff;
}

.main-right-cotent .product-param-content .left-menu ul li:last-child {
	border-color: #fff;
}

.main-right-cotent .product-param dl dd:nth-of-type(1) {
	display: none !important;
}

.main-right-cotent .product-param dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-left: solid 2px #7aa5e6;
}

.main-right-cotent .product-param dl:nth-of-type(3) dd:nth-of-type(2) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main-right-cotent .product-param dl:last-child dd {
	border-bottom: 0;
}

.main-right-cotent .product-param dl:last-child {
	margin-top: -2px;
}

.main-right-cotent .product-param dl:last-child dd {
	border-right: 0 !important;
	border-bottom: 0 !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px 0 10px;
}

.main-right-cotent .product-param dl:last-child {
	border-top: solid 2px #7aa5e6;
	text-align: center;
	border-left: 0;
}

.main-right-cotent .product-param dl:last-child dd:last-child {
	position: relative;
}

.main-right-cotent .product-param-content .right-down {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	width: 6px;
	right: -3px;
	bottom: 91px;
	height: 12px;
	background: url(../images/p_right.png) no-repeat center;
	background-size: 100% 12px;
}

.main-right-cotent .product-param dl:last-child dd p {
	position: relative;
	font-weight: 700;
	padding: 0 50px;
	color: #00479d;
	display: inline-block;
	font-size: 16px;
}

.main-right-cotent .product-param dl:last-child dd p:after,
.main-right-cotent .product-param dl:last-child dd p:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #00479d;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-right-cotent .product-param dl:last-child dd p:after {
	left: 0;
}

.main-right-cotent .product-param dl:last-child dd p:before {
	right: 0;
}

.main-right-cotent .product-param dl:nth-of-type(1) dd:nth-of-type(1) {
	position: relative;
}

.main-right-cotent .product-param dl:nth-of-type(1) dd:nth-of-type(1):after,
.main-right-cotent .product-param-content .left-menu ul li:nth-of-type(1):after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	width: 12px;
	left: inherit;
	right: -7px;
	top: -3px;
	height: 6px;
	background: url(../images/p_up.png) no-repeat center;
	background-size: 100%;
}

.main-right-cotent .product-param dl:nth-of-type(1) dd:nth-of-type(3) .param-item .disc p:nth-of-type(2n) {
	padding-right: 0;
}

.main-right-cotent .product-param dl dd {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-right-cotent .product-param dl:nth-last-of-type(2) dd {
	border-bottom: 0 !important;
}

.main-right-cotent .product-param dl dd:nth-of-type(1),
.main-right-cotent .product-param-content .left-menu ul li {
	color: #00479d;
	font-weight: 700;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: solid 2px #7aa5e6;
	padding: 0;
	width: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-right-cotent .product-param-content .left-menu ul li {
	font-size: 16px;
	border-right: 0;
}

.main-right-cotent .product-param dl dd:not(:first-child) {
	width: 470px;
	border-bottom: dashed 1px #ccccff;
	border-right: solid 1px #ccccff;
}

.main-right-cotent .product-param dl dd:last-child {
	border-right: 0;
}

.main-right-cotent .product-param dl dd .param-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	max-width: 350px;
}

.main-right-cotent .product-param dl dd .param-item:last-child {
	margin-bottom: 0;
}

.main-right-cotent .product-param dl dd .param-item .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 10px;
	background-color: #e8f1f7;
	margin-right: 20px;
	position: relative;
}

.main-right-cotent .product-param dl dd .param-item .img h4 {
	margin-top: 10px;
}

.main-right-cotent .product-param dl dd .param-item .disc {
	width: calc(100% - 110px);
}

.main-right-cotent .product-param dl dd .param-item .disc p {
	font-size: 14px;
	color: #666;
}

.main-right-cotent .product-param dl dd .param-item .disc p:after {
	background-color: #00479d;
	top: 8px;
}

.main-right-cotent .mm32-super {
	margin: 40px 0;
}

.main-right-cotent .mm32-super .row-span3 ul li:hover .row-span3-txt {
	background-color: #00479d;
	color: #fff;
}

.main-right-cotent .mm32-super .row-span3 ul li:hover .row-span3-txt h3 {
	color: #fff;
}

.main-right-cotent .value-content .product-param dl dd:not(:first-child) {
	border-bottom: 0;
}

.main-right-cotent .value-content .product-param dl {
	border-bottom: solid 1px #ccdaeb;
	position: relative;
}

.main-right-cotent .value-content .product-param dl:last-child dd:not(:first-child) {
	border-top: 0;
}

.main-right-cotent .value-content .product-param dl:last-child {
	border-top: solid 2px #7aa5e6;
	border-bottom: 0;
}

.main-right-cotent .value-content .product-param dl:last-child dd {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 1px !important;
	padding-top: 40px !important;
}

.main-right-cotent .value-content .product-param-content .right-title {
	bottom: 100px;
}

.main-right-cotent .value-content .product-param-content .right-down {
	bottom: 117px;
}

.main-right-cotent .value-content .product-param dl:last-child dd p {
	text-align: center;
	line-height: 1.2;
	padding: 0;
	min-height: 42px;
	font-size: 16px;
}

.main-right-cotent .value-content .product-param dl:last-child dd p:after,
.main-right-cotent .value-content .product-param dl:last-child dd p::before {
	display: none;
}

/* .main-right-cotent .value-content .product-param dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 0 20px;
} */

.main-right-cotent .value-content .product-param dl dd:not(:first-child) {
	border-right: 0 !important;
	width: auto;
	min-height: 1px;
	padding-bottom: 20px;
	padding-top: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.main-right-cotent .value-content .product-param dl dd.last {
	width: 250px;
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
	;
}

.main-right-cotent .value-content .product-param dl dd .value-btn {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	background-color: #e8f1f7;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 16px;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}


.main-right-cotent .value-content .product-param dl dd .value-btn:last-child {
	margin-bottom: 0;
}

.main-right-cotent .value-content .product-param dl dd .value-btn p {
	position: absolute;
	top: -15px;
	font-size: 14px;
	right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 160%;
	height: 25px;
}

.main-right-cotent .value-content .product-param dl dd .value-btn p i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 3px;
	font-weight: 700;
	width: 30px;
}

.main-right-cotent .product-detail-title {
	margin-top: 10px;
	margin-bottom: 40px;
}

.main-right-cotent .product-detail-title ul {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.main-right-cotent .product-detail-title ul li {
	position: relative;
	line-height: 48px;
	padding: 0 15px;
	color: #00479d;
	font-size: 16px;
	font-weight: 700;
	margin-right: 40px;
	cursor: pointer;
}

.main-right-cotent .product-detail-title ul li a {
	color: #00479d;
}

.main-right-cotent .product-detail-title ul li:last-child {
	margin-right: 0;
}

.main-right-cotent .product-detail-title ul li:hover:after,
.main-right-cotent .product-detail-title ul li.active:after {
	display: block;
}



.main-right-cotent .product-detail-title ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	height: 2px;
	top: 100%;
	background-color: #00479d;
	display: none;
}

.main-right-cotent .product-detail-tab>div {
	display: none;
}

.main-right-cotent .product-detail-tab .pro-detail2 .wendang-item {
	margin-bottom: 40px;
}

.main-right-cotent .product-detail-tab .pro-detail2 .wendang-item:last-child {
	margin-bottom: 0;
}

.main-right-cotent .product-detail-tab>div:nth-of-type(1) {
	display: block;
}

.main-right-cotent .product-detail-tab .detail1-left-txt {
	width: 47%;
}

.main-right-cotent .product-detail-tab .detail1-left-txt h3 {
	margin-bottom: 10px;
}

.main-right-cotent .product-detail-tab .detail1-left-txt p {
	line-height: 2;
}

.main-right-cotent .product-detail-tab .detail1-left-txt ul li {
	font-size: 16px;
	line-height: 2;
}

.main-right-cotent .product-detail-tab .detail1-left-txt ul li:after {
	background-color: #a3b2d1;
	top: 15px;
}

.main-right-cotent .product-detail-tab .detail1-right-img {
	width: 42.5%;
}

.main-right-cotent .product-detail-tab .detail1-right-img img {
	width: 100%;
}

.main-right-cotent .pro-detail2 ul li,
.main-right-cotent .pro-detail3 .pro-detail2 ul li {
	padding: 20px;
	background: #F2F6F9;
}

.main-right-cotent .pro-detail2 ul li:nth-of-type(even) {
	background: none;
}

.main-right-cotent .pro-detail2 ul li h4 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-right-cotent .pro-detail2 ul li h4 a img {
	margin-right: 20px;
	max-width: 30px;
}

.main-right-cotent .pro-detail2 ul li h4 .pro-detail2-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-right-cotent .pro-detail2 ul li h4 .pro-detail2-txt span {
	position: relative;
	color: #999;
	padding-right: 20px;
}

.main-right-cotent .pro-detail2 ul li h4 .pro-detail2-txt span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 7px;
	width: 1px;
	left: inherit;
	height: 8px;
	background-color: #ccc;
	right: 10px;
}

.main-right-cotent .pro-detail2 ul li h4 .pro-detail2-txt span:last-child {
	padding-right: 0;
}

.main-right-cotent .pro-detail2 ul li h4 .pro-detail2-txt span:last-child:after {
	display: none;
}

.main-right-cotent .pro-detail2 ul li p {
	margin-top: 10px;
	margin-left: 40px;
	color: #999;
}

.main-right-cotent .pro-detail2 ul li p span {
	font-weight: 700;
	color: #666;
}

.main-right-cotent .pro-detail3 .pro-detail3-item,
.main-right-cotent .pro-detail3 .pro-detail2 {
	margin-bottom: 40px;
}

.main-right-cotent .pro-detail3 .pro-detail3-item:last-child {
	margin-bottom: 0;
}

.main-right-cotent .pro-detail3 ul>li {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background-color: #F2F6F9;
	margin-bottom: 10px;
}

.main-right-cotent .pro-detail3 ul>li:last-child {
	margin-bottom: 0;
}

.main-right-cotent .pro-detail3 ul>li .content .img {
	width: 20%;
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
}

.main-right-cotent .pro-detail3 ul>li .content .img img {
	max-width: 80%;
	max-height: 80%;
}

.main-right-cotent .pro-detail3 ul>li .middle-txt {
	width: 59%;
}

.main-right-cotent .pro-detail3 ul>li .middle-txt h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.main-right-cotent .pro-detail3 ul>li .middle-txt .disc p {
	font-size: 16px;
	color: #999;
}

.main-right-cotent .pro-detail3 ul>li .middle-txt .disc p:after {
	top: 12px;
	background-color: #a3b2d1;
}

.main-right-cotent .pro-detail3 ul#tools>li .middle-txt .disc p:after,
.main-right-cotent .pro-detail3 ul.kfgj-tion>li .middle-txt .disc p:after {
	display: none;
}

.main-right-cotent .pro-detail3 ul#tools>li .middle-txt .disc>*,
.main-right-cotent .pro-detail3 ul.kfgj-tion>li .middle-txt .disc>* {
	padding-left: 0;
	display: inline;
	font-size: 14px;
}

.main-right-cotent .pro-detail3 ul>li .right-more {
	width: 15%;
	text-align: center;
	border-left: solid 1px #ccc;
}

.main-right-cotent .pro-detail4 ul {
	padding-top: 30px;
	border-top: solid 1px #ccc;
}

.main-right-cotent .pro-detail4 ul li {
	position: relative;
	margin-bottom: 10px;
}

.main-right-cotent .pro-detail4 ul li:last-child {
	margin-bottom: 0;
}

.main-right-cotent .pro-detail4 ul li .content>img {
	width: 220px;
	height: 170px;
}

.main-right-cotent .pro-detail4 ul li .right-txt {
	width: calc(100% - 250px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #ccc;
	font-size: 16px;
}

.main-right-cotent .pro-detail4 ul li .right-txt h4 {
	font-size: 18px;
}

.main-right-cotent .pro-detail4 ul li .right-txt p {
	padding-right: 26%;
	color: #666;
	font-size: 16px;
	margin: 10px 0 25px;
}

.main-right-cotent .pro-detail5 .pro5-table {
	overflow: scroll;
	height: 505px;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-table-scroll {
	min-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl {
	white-space: nowrap;
	font-size: 0;
	padding-left: 170px;
	position: relative;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 70px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-right: solid 1px #dbe7f5;
	line-height: 90px;
	font-size: 14px;
	padding: 5px;
	background: #00479d;
	display: inline-block;
	vertical-align: top;
}

.main-right-cotent .pro-detail5 .pro5-table dl dd {
	width: 100px;
	text-align: center;
}

.main-right-cotent .pro-detail5 .pro5-table dl dd:nth-of-type(1) {
	width: 60px;
}

.main-right-cotent .pro-detail5 .pro5-table dl dd:nth-of-type(2) {
	width: 170px;
}

.main-right-cotent .pro-detail5 .pro5-table dl dd:nth-of-type(3) {
	width: 80px;
}

.my-table {
	display: none;
}

.my-table table {
	border: solid 1px #ddd;
	width: 100%;
}

.my-table table th {
	padding: 0 10px;
	height: 60px;
	background: #00479d;
	color: #fff;
	border-right: solid 1px #fff;
	vertical-align: middle;
}

.my-table table th:last-child,
.my-table table td:last-child {
	border-right: 0;
}

.my-table table td {
	vertical-align: middle;
	padding: 0 10px;
	height: 50px;
	text-align: center;
	border-right: solid 1px #ddd;
	border-top: solid 1px #ddd;
	color: #3166AE;
}

.my-table table td a {
	color: #3166AE;
}

.my-table table td a[href]:hover {
	text-decoration: underline;
}

.my-table table tbody tr:nth-of-type(even) td {
	background-color: #F7FAFF;
}

.my-table table tbody tr td.bg {
	background-color: #F2F6F9;
	font-weight: 700;
	color: #00479d;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd span,
.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd h4,
.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd h4,
.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd p {
	height: 60px;
	width: 100%;
	white-space: initial;
	word-break: break-word;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd p span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-right: solid 1px #dbe7f5;
	height: 100%;
	text-align: center;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd h4 {
	border-bottom: solid 1px #dbe7f5;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl {
	white-space: nowrap;
	font-size: 0;
	padding-left: 170px;
	position: relative;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl:nth-of-type(even) dd {
	background-color: #f2f6f9;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd {
	color: #00479d;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: solid 1px #eee;
	position: relative;
	line-height: 50px;
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	border-bottom: solid 1px #ddd;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd:nth-of-type(1),
.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd:nth-of-type(2),
.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd:nth-of-type(1),
.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd:nth-of-type(1),
.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd:nth-of-type(1) {
	z-index: 7;
	display: none;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl:nth-of-type(odd) dd:nth-of-type(1),
.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl:nth-of-type(odd) dd:nth-of-type(2) {
	background: #fff;
}

/* .main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd:nth-of-type(1),
.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd:nth-of-type(1){
	display: none;
} */

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl:nth-of-type(even) dd:nth-of-type(1),
.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl:nth-of-type(even) dd:nth-of-type(2) {
	background: #f2f6f9;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd:nth-of-type(2),
.main-right-cotent .pro-detail5 .pro5-table .pro5-top dl dd:nth-of-type(2) {
	left: 0;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd:nth-of-type(1) img {
	vertical-align: middle;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd.but:hover {
	background-color: #fff;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd.but:hover .console,
.main-right-cotent .selection-detail .left-info>.btn:hover .console {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd .console,
.main-right-cotent .selection-detail .left-info .btn .console {
	position: absolute;
	left: 100%;
	top: 0;
	width: 300px;
	height: 180px;
	z-index: 10;
	display: none;
}

.console .btn {
	width: 220px;
	margin: 5px 0;
}

.console .agent-btn {
	display: none;
}

.login-off {
	max-width: 700px;
	height: 350px;
	display: none;
}

.login-off h3 {
	margin-bottom: 40px;
	margin-top: 0 !important;
}

.login-off .btn {
	width: 180px;
	margin: 0 5px;
}

.login-off .btn:nth-of-type(1) {
	background-color: #f2f6f9;
	color: #999;
}

.apply-console {
	max-width: 1000px;
	padding: 70px 0 60px;
	display: none;
}

.apply-console .btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}

.apply-console .btns .btn {
	width: 180px;
	margin: 0 5px;
}

.apply-console .btns .btn:nth-of-type(1) {
	background-color: #f2f6f9;
	color: #999;
}

.apply-console>h3 {
	margin-bottom: 40px;
	font-size: 24px;
	text-align: center;
}

.apply-console dl {
	font-size: 16px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.apply-console .form-item {
	padding: 0 60px 45px 60px;
	margin-bottom: 70px;
	border-bottom: solid 1px #ccc;
}

.apply-console .form-item h5 {
	font-size: 18px;
	margin-bottom: 15px;
}

.apply-console dl.dl-top dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}

.apply-console dl.dl-top dd.row-span1 {
	width: 100%;
}

.apply-console dl.dl-top dd label {
	width: 130px;
	margin-right: 20px;
	text-align: right;
}

.apply-console dl.dl-top dd p {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: solid 1px #ccc;
	position: relative;
}

.apply-console dl.dl-top dd p input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px 0 0;
	color: #999;
	font-size: 16px;
	width: 100%;
	height: 100%;
}

.apply-console dl.dl-top dd p span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	width: 25px;
	height: 100%;
	left: inherit;
	right: 0;
	background: url(../images/edit.png) no-repeat center;
	cursor: pointer;
}

/* .apply-console dl.dl-bottom {
    margin-right: -10px;
    padding: 0 100px;
} */

.apply-console dl.dl-bottom dd {
	width: 33.33%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	margin-bottom: 15px;
}

.apply-console dl.dl-bottom dd:nth-of-type(4) {
	margin-bottom: 0;
}

.apply-console dl.dl-bottom dd:nth-of-type(3) {
	margin-right: 0;
}

.apply-console dl.dl-bottom dd.row-span1 {
	width: 100%;
}

.apply-console dl.dl-bottom dd label {
	margin-bottom: 10px;
}

.apply-console dl.dl-bottom dd select {
	height: 50px;
	padding: 0 20px;
}

.apply-console dl.dl-bottom dd textarea {
	height: 140px;
	padding: 10px;
}

.apply-console dl.dl-bottom dd select,
.apply-console dl.dl-bottom dd textarea {
	color: #999;
	font-size: 16px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f6f9;
	border-radius: 5px;
}

.apply-console dl dd label {
	display: block;
	font-weight: 700;
	color: #00479d;
	font-size: 16px;
}

.apply-console dl dd p {
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
	font-size: 16px;
}

.agent-console {
	max-width: 1000px;
	padding-top: 75px;
	display: none;
}

.agent-console>* {
	width: 100%;
}

.agent-console>h3 {
	text-align: center;
	margin-bottom: 70px;
	font-size: 24px;
}

.agent-console .agent-top>h4,
.agent-console .agent-top>p {
	padding: 0 60px;
}

.agent-console .agent-top>p {
	color: #999;
	margin-bottom: 35px;
}

.agent-console .agent-top>h4 {
	font-size: 24px;
}

.agent-console .agent-top dl,
.agent-console .agent-top .tips {
	padding: 0 60px;
	border-bottom: solid 1px #ccc;
}

.agent-console .agent-top .tips {
	color: #999;
	text-align: center;
	line-height: 55px;
}

.agent-console .agent-top dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.agent-console .agent-top dl dd {
	width: 25%;
	line-height: 55px;
	color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.agent-console .agent-top .but {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 30px 60px 90px;
}

.agent-console .agent-top .but .btn {
	width: 140px;
	background-color: #ff9900;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
}

.agent-console .agent-bottom .agent-tab .agent-tab-item {
	display: none;
}

.agent-console .agent-bottom .agent-tab .agent-tab-item.active,
.agent-console .agent-bottom .agent-tab .agent-tab-item:nth-of-type(1) {
	display: block;
}

.agent-console .agent-bottom .tips {
	text-align: right;
	line-height: 60px;
	color: #999;
	font-size: 14px;
	margin-right: 60px;
}

.agent-console .agent-bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 60px;
	border-bottom: solid 1px #ccc;
}

.agent-console .agent-bottom ul li {
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #00479d;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.agent-console .agent-bottom ul li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	content: '';
	height: 2px;
	top: inherit;
	bottom: -1px;
	background-color: #00479d;
	display: none;
}

.agent-console .agent-bottom ul li:hover:after,
.agent-console .agent-bottom ul li.active:after {
	display: block;
}

.agent-console .agent-bottom dl {
	margin: 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #ccc;
}

.agent-console .agent-bottom dl dd {
	width: 33.33%;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: #999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.agent-console .agent-bottom dl dd:nth-of-type(2) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.agent-console .agent-bottom dl dd:nth-of-type(3) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 25px;
	color: #333;
}

.agent-console .agent-bottom dl dd:nth-of-type(3) .news-more {
	cursor: pointer;
	font-size: 14px;
}

.agent-console .agent-bottom dl dd:nth-of-type(3) .news-more span {
	margin-left: 10px;
}

.agent-console .agent-bottom dl dd:nth-of-type(3) .news-more:hover {
	color: #ff9900;
}

.agent-console .agent-bottom dl dd:nth-of-type(3) .news-more:hover span {
	background-image: url(../images/right_arrow_yellow.png);
}

.main-right-cotent .pro-detail6 dl dd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-right-cotent .pro-detail6 .pro6-table-list dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f2f6f9;
	border-bottom: solid 2px #fff;
}

.main-right-cotent .pro-detail6 .pro6-table-list dl dd {
	color: #00479d;
	height: 60px;
	font-size: 14px;
	border-right: solid 1px #eee;
}

.main-right-cotent .pro-detail6 .pro6-table-list dl dd:last-child {
	border-right: 0;
}

.main-right-cotent .pro-detail6 .pro6-table-list dl dd:nth-of-type(1) {
	width: 15%;
}

.main-right-cotent .pro-detail6 .pro6-table-list dl dd:nth-of-type(2),
.main-right-cotent .pro-detail6 .pro6-table-list dl dd:nth-of-type(3) {
	width: 12.5%;
}

.main-right-cotent .pro-detail6 .pro6-table-list dl dd:nth-of-type(4) {
	width: 10%;
}

.main-right-cotent .pro-detail6 .pro6-table-list dl dd:nth-of-type(9),
.main-right-cotent .pro-detail6 .pro6-table-list dl dd:nth-of-type(7),
.main-right-cotent .pro-detail6 .pro6-table-list dl dd:nth-of-type(8) {
	width: 13%;
}

.main-right-cotent .pro-detail6 .pro6-table-list dl dd:nth-of-type(5),
.main-right-cotent .pro-detail6 .pro6-table-list dl dd:nth-of-type(6) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.main-right-cotent .pro-detail6 .pro6-table-list dl dd a {
	color: #ff9900;
	text-decoration: underline;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #00479d;
	overflow: hidden;
	text-align: center;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd {
	height: 70px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
	font-weight: 700;
	border-right: solid 1px #f2f6f9;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd:last-child {
	border-right: 0;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd:nth-of-type(1) {
	width: 15%;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd:nth-of-type(2) {
	width: 25%;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd:nth-of-type(3) {
	width: 10%;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd:nth-of-type(6),
.main-right-cotent .pro-detail6 .pro6-table-title dl dd:nth-of-type(7),
.main-right-cotent .pro-detail6 .pro6-table-title dl dd:nth-of-type(8) {
	width: 13%;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd:nth-of-type(4),
.main-right-cotent .pro-detail6 .pro6-table-title dl dd:nth-of-type(5) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd h4,
.main-right-cotent .pro-detail6 .pro6-table-title dl dd p,
.main-right-cotent .pro-detail6 .pro6-table-title dl dd span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd h4 {
	border-bottom: solid 1px #f2f6f9;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd h4,
.main-right-cotent .pro-detail6 .pro6-table-title dl dd p {
	height: 50%;
	width: 100%;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd p span {
	width: 50%;
	height: 100%;
	border-right: solid 1px #f2f6f9;
}

.main-right-cotent .pro-detail6 .pro6-table-title dl dd p span:last-child {
	border-right: 0;
}

.main-right-cotent .channel-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-right-cotent .channel-content ul li {
	width: 49%;
	margin-top: 20px;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-right-cotent .channel-content ul li:nth-of-type(1) {
	background: url(../images/channel_menu1.png) no-repeat right bottom;
	background-size: 18% auto;
}

.main-right-cotent .channel-content ul li:nth-of-type(2) {
	background: url(../images/channel_menu2.png) no-repeat right bottom;
	background-size: 18% auto;
}

.main-right-cotent .channel-content ul li:nth-of-type(3) {
	background: url(../images/channel_menu3.png) no-repeat right bottom;
	background-size: 18% auto;
}

.main-right-cotent .channel-content ul li:nth-of-type(4) {
	background: url(../images/channel_menu4.png) no-repeat right bottom;
	background-size: 18% auto;
}

.main-right-cotent .channel-content ul li:nth-of-type(5) {
	background: url(../images/channel_menu5.png) no-repeat right bottom;
	background-size: 18% auto;
}

.main-right-cotent .channel-content ul li:nth-of-type(6) {
	background: url(../images/channel_menu6.png) no-repeat right bottom;
	background-size: 18% auto;
}

.main-right-cotent .channel-content ul li:nth-of-type(7) {
	background: url(../images/channel_menu7.png) no-repeat right bottom;
	background-size: 18% auto;
}

.main-right-cotent .channel-content ul li:nth-of-type(8) {
	background: url(../images/channel_menu8.png) no-repeat right bottom;
	background-size: 18% auto;
}

.main-right-cotent .channel-content ul li .left-img {
	width: 180px;
	height: 240px;
}

.main-right-cotent .channel-content ul li .right-txt {
	width: calc(100% - 230px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 10px 0;
}

.main-right-cotent .channel-content ul li .right-txt h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.main-right-cotent .channel-content ul li .right-txt h4 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-right-cotent .channel-content ul li .right-txt h4 img {
	margin-right: 10px;
}

.main-right-cotent .channel-content ul li .right-txt .disc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-right-cotent .channel-content ul li .right-txt .disc a {
	width: 50%;
	color: #64798a;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8;
}

.main-right-cotent .channel-content ul li .right-txt .disc a:hover {
	color: #00479d;
}

.main-right-cotent .channel-content ul li .right-txt .disc a:after {
	top: 12px;
	background-color: #a3b2d1;
}

.main-right-cotent .application-list {
	margin-top: 40px;
}

.main-right-cotent .application-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 640px;
	overflow: hidden;
}

.main-right-cotent .application-list ul li {
	position: relative;
	width: 10%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-right-cotent .application-list ul li.active {
	width: 60%;
}

.main-right-cotent .application-list ul li.active .mask {
	display: none;
}

.main-right-cotent .application-list ul li.active h3 {
	width: auto;
	left: 30px;
	bottom: 30px;
}

.main-right-cotent .application-list ul li h3 {
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 30px;
	z-index: 10;
}

.main-right-cotent .application-list ul li .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 5;
}

.main-right-cotent .application-list ul li a {
	z-index: 20;
}

/* .main-right-cotent .selection-content {
	margin-top: -25px;
} */

.main-right-cotent .selection-content .selection-table {
	overflow: scroll;
	/* margin-top: 20px; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.selection-content .append-p {
	width: 200px;
	position: absolute;
	left: 0;
	top: 220px;
	z-index: 10;
}

.selection-content .append-p p:nth-of-type(even) {
	background: #f2f6f9;
}

.main-right-cotent .selection-content .selection-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.main-right-cotent .selection-content .selection-top select,
.select {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 0 30px 0 20px;
	height: 50px;
	font-size: 16px;
	color: #999;
	background: url(../images/down_sj.png) no-repeat 92% center;
	width: 200px;
}

.main-right-cotent .selection-content .selection-top .btn,
body .pdf-btn {
	width: 220px;
	background-color: #ff9900;
	margin-left: 10px;
	font-weight: 700;
	font-size: 18px;
}

body .pdf-btn {
	margin: 20px 0 0 0;
}

.main-right-cotent .selection-content .selection-table dl {
	font-size: 0;
	white-space: nowrap;
	position: relative;
	padding-left: 200px;
}
.main-right-cotent .selection-content .selection-table-title dl {
	height: 60px;
}

.main-right-cotent .selection-content .selection-table dl dd {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 125px;
	white-space: nowrap;
	height: 60px;
	font-size: 14px;
}

.main-right-cotent .selection-content .selection-table .selection-table-title-support dl dd{
	width: 252px;
}
@media (max-width: 767px) {
	.main-right-cotent .selection-content .selection-table .selection-table-title-support dl dd{
		width: 125px;
	}
}


.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(1) {
	width: 200px;
}

.main-right-cotent .selection-content .selection-table .selection-table-item dl dd,
.main-right-cotent .selection-content .selection-table .selection-dl-top dl dd,
.selection-content .append-p p {
	border-right: solid 1px #eee;
}

.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(1) {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	z-index: 5;
}

.main-right-cotent .selection-content .selection-table dl dd.shdow,
.main-right-cotent .pro-detail5 .pro5-table .pro5-list-item dl dd.shdow {
	-webkit-box-shadow: 2px 2px 5px #eee;
	box-shadow: 2px 2px 5px #eee;
}

/* .main-right-cotent .selection-content .selection-table .selection-table-item dl dd:nth-of-type(4),
.main-right-cotent .selection-content .selection-table .selection-dl-top dl dd:nth-of-type(4),
.main-right-cotent .selection-content .selection-table .selection-table-item dl dd:nth-of-type(5),
.main-right-cotent .selection-content .selection-table .selection-dl-top dl dd:nth-of-type(5) {
    width: 143px;
} */

.main-right-cotent .selection-content .selection-table .selection-table-item dl:nth-of-type(even) dd {
	background-color: #f2f6f9;
}

.main-right-cotent .selection-content .selection-table .selection-table-item dl dd,
.selection-content .append-p p {
	color: #00479d;
	font-size: 16px;
	height: 45px;
	padding: 0 15px;
	line-height: 45px;
	text-align: center;
	background: #fff;
}

.main-right-cotent .selection-content .selection-table .selection-dl-top dl dd {
	height: 160px;
	padding: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	background: #f8f8f8;
	padding-right: 5px;
}

.main-right-cotent .selection-content .selection-table .selection-dl-top dl dd .scroll {
	height: 122px;
}

.main-right-cotent .selection-content .selection-table .selection-dl-top dl dd label {
	font-size: 14px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}

.main-right-cotent .selection-content .selection-table .selection-dl-top dl dd p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3px;
	color: #999;
	cursor: pointer;
}

.main-right-cotent .selection-content .selection-table .selection-dl-top dl dd p:last-child {
	margin-bottom: 0;
}

/* .main-right-cotent .selection-content .selection-table .selection-dl-top dl dd p input {
    margin-right: 10px;
} */

.main-right-cotent .selection-content .selection-table .selection-table-title dl dd {
	color: #fff;
	background-color: #00479d;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	border-right: solid 1px #f2f6f9;
}

.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(4),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(4),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(8),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(8),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(9),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(9),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(10),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(10),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(11),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(11),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(12),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(12),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(13),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(13),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(14),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(14) {
	width: 120px;
}

.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(2),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(2)
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(3),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(3),
{
	width: 160px;
}


.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(7),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(7) {
	width: 120px;
}

.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(18),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(18),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(19),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(19),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(17),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(17) {
	width: 120px;
}

.main-right-cotent .selection-content .selection-table .selection-table-title dl dd,
.main-right-cotent .selection-content .selection-table .selection-table-title dl h4,
.main-right-cotent .selection-content .selection-table .selection-table-title dl p,
.main-right-cotent .selection-content .selection-table .selection-table-title dl span {
	color: #fff;
	font-weight: 700;
}

.main-right-cotent .selection-content .selection-table .selection-table-title dl h4 {
	height: 30px;
	line-height: 30px;
}

.main-right-cotent .selection-content .selection-table .selection-table-title dl p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 1px #f2f6f9;
}

.main-right-cotent .selection-content .selection-table .selection-table-title dl p span {
	width: 50%;
	line-height: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: solid 1px #f2f6f9;
}

.main-right-cotent .selection-content .selection-table .selection-table-title dl p span:last-child {
	border-right: 0;
}

.main-right-cotent .selection-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-right-cotent .selection-detail .right-img {
	width: 350px;
	position: relative;
}

.main-right-cotent .selection-detail .left-info {
	width: 54%;
}

.main-right-cotent .selection-detail .left-info h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.main-right-cotent .selection-detail .left-info h5 {
	color: #999;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: solid 1px #ddd;
}

.main-right-cotent .selection-detail .left-info>.btn {
	position: relative;
	background-color: #ff9900;
	font-weight: 700;
	font-size: 18px;
	width: 120px;
	margin-top: 40px;
	display: none;
}

.main-right-cotent .selection-detail .left-info p {
	line-height: 2;
}

.main-right-cotent .selection-detail .left-info p:after {
	background-color: #dbe7f5;
	top: 14px;
}

.main-right-cotent .partner-list ul {
	margin-top: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-right-cotent .partner-list ul li {
	position: relative;
	width: 49.3%;
	margin-top: 20px;
}

.main-right-cotent .partner-list ul li .top-img img {
	width: 100%;
}

.main-right-cotent .partner-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-right-cotent .partner-detail .left-ardess {
	width: 30%;
}

.main-right-cotent .partner-detail .right-txt {
	width: 65%;
	margin-left: 5%;
	padding-top: 25px;
}

.main-right-cotent .partner-detail .right-txt dl {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #ccc;
}

.main-right-cotent .partner-detail .right-txt dl:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

.main-right-cotent .partner-detail .right-txt dl:nth-of-type(1) dt {
	font-size: 20px;
}

.main-right-cotent .partner-detail .right-txt dl:nth-of-type(2) dt {
	font-size: 20px;
	font-weight: 700;
}

.main-right-cotent .partner-detail .right-txt dl dt {
	margin-bottom: 20px;
}

.main-right-cotent .partner-detail .right-txt dl dd,
.main-right-cotent .partner-detail .right-txt dl dd p {
	color: #666699;
	line-height: 2;
}

.main-right-cotent .partner-detail .right-txt dl p:after {
	top: 14px;
}

.main-right-cotent .partner-detail .right-txt dl dd .owl-carousel .owl-dots {
	position: static;
}
.main-right-cotent .partner-detail .right-txt dl dd .owl-carousel .owl-dots .owl-dot {
	background: #00479d;
}

.main-right-cotent .partner-agent ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -30px;
}

.main-right-cotent .partner-agent ul li {
	width: 30%;
	margin-top: 30px;
}

.main-right-cotent .partner-agent ul li .bottom-txt h4 {
	font-size: 18px;
}

.main-right-cotent .partner-agent ul li .bottom-txt dl dd,
.main-right-cotent .partner-agent ul li .bottom-txt dl p {
	font-size: 14px;
	color: #999;
}

.main-right-cotent .partner-agent ul li .top-img img {
	width: 100%;
}

.main-right-cotent .skill-list dl dt,
.main-right-cotent .skill-list dl dd h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 60px;
	padding: 0 40px;
	position: relative;
}

.main-right-cotent .skill-list dl dd h3,
.main-right-cotent .skill-list dl dd .q-content {
	position: relative;
	padding-left: 50px;
}

.main-right-cotent .skill-list dl dd h3 span:nth-of-type(1) i,
.main-right-cotent .skill-list dl dd .q-content i {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	color: #fff;
	left: 10px;
	font-size: 14px;
}

.main-right-cotent .skill-list dl dd .q-content {
	padding: 20px 40px 50px 50px;
	display: none;
}

.main-right-cotent .skill-list dl dd .q-content i {
	background: #00479d;
	top: 20px;
}

.main-right-cotent .skill-list dl dd h3 span:nth-of-type(1) i {
	background: #0066cc;
	top: 18px
}

.main-right-cotent .skill-list dl dt {
	background-color: #00479d;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
}

.main-right-cotent .skill-list dl dd:nth-of-type(even) {
	background-color: #F2F6F9;
}

.main-right-cotent .skill-list dl dd span:nth-of-type(1) {
	width: 70%;
	font-size: 16px;
	color: #00479d;
}

.main-right-cotent .skill-list dl dd span:nth-of-type(2) {
	width: 24px;
}

.main-right-cotent .skill-list dl dd span:nth-of-type(2).active img {
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg)
}

.main-right-cotent .skill-list dl dd span:nth-of-type(2) img {
	vertical-align: middle;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.main-right-cotent .skill-form h4 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}

.main-right-cotent .skill-form dl dd {
	font-size: 16px;
}

.main-right-cotent .skill-form dl dd:not(.flex) input,
.main-right-cotent .skill-form dl dd:not(.flex) textarea {
	width: 100%;
	height: 50px;
	display: block;
	background-color: #f2f6f9;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0 20px;
}

.main-right-cotent .skill-form dl dd:not(.flex) textarea {
	height: 200px;
	padding: 20px;
}

.main-right-cotent .skill-form dl dd:nth-of-type(2) {
	margin: 10px 0 20px;
}

.main-right-cotent .skill-form dl dd.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-right-cotent .skill-form dl dd.flex p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-right-cotent .skill-form dl dd.flex p input {
	width: 410px;
	height: 45px;
	border-bottom: solid 1px #ccc;
	font-size: 16px;
}

.main-right-cotent .skill-form dl dd.flex p img {
	margin: 0 10px;
}

.main-right-cotent .skill-form dl dd.flex p span {
	color: #666699;
	cursor: pointer;
}

.main-right-cotent .skill-form dl dd.flex p span:hover {
	text-decoration: underline;
}

.main-right-cotent .skill-form dl dd.flex .btn {
	width: 180px;
}

.main-right-cotent .skill-bottom {
	margin-top: 80px;
}

.main-right-cotent .skill-bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	margin-top: -20px;
}

.main-right-cotent .skill-bottom ul li {
	width: 25%;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 20px;
}

.main-right-cotent .skill-bottom ul li img {
	width: 100%;
}

.main-right-cotent .skill-bottom ul li a {
	z-index: 5;
}

.main-right-cotent .skill-bottom ul li .ewm {
	position: absolute;
	width: 13%;
	right: 12%;
	bottom: 16%;
	z-index: 10;
}

.main-right-cotent .skill-bottom ul li .ewm p {
	position: absolute;
	top: 0;
	width: 100px;
	right: 105%;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	display: none;
}

.main-right-cotent .skill-bottom ul li .ewm>img {
	opacity: 0;
}

.main-right-cotent .skill-bottom ul li .ewm:hover p {
	display: block;
}

.main-right-cotent .app {
	margin-top: 40px;
}

.main-right-cotent .app ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-right-cotent .app ul li {
	width: 47%;
}

.main-right-cotent .app ul li img {
	width: 100%;
}

.main-right-cotent .company-info {
	width: 62%;
}

.main-right-cotent .company-info h4 {
	font-size: 24px;
	margin-bottom: 25px;
}

.main-right-cotent .company-info p {
	line-height: 2;
	font-size: 16px;
}

.main-right-cotent .company-info p i {
	font-style: normal;
}

.main-right-cotent .company-info dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
}

.main-right-cotent .company-info dl dd {
	margin-right: 120px;
}

.main-right-cotent .company-info dl dd:last-child {
	margin-right: 0;
}

.main-right-cotent .company-info dl dd p {
	line-height: 1;
	min-width: 110px;
}

.main-right-cotent .company-info dl dd p:nth-of-type(1) {
	font-size: 48px;
	font-family: "pr";
	margin-bottom: 20px;
}

.main-right-cotent .company-info dl dd p:nth-of-type(1) span {
	font-size: 24px;
	vertical-align: top;
}

.main-right-cotent .company-info dl dd p:nth-of-type(2) {
	font-size: 16px;
	color: #999;
}

.main-right-cotent .right-bg {
	position: absolute;
	right: 0;
	width: 25%;
	height: 100%;
	top: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.main-right-cotent .news-center .pro-detail4 ul {
	padding-top: 0;
	border-top: 0;
}

.main-right-cotent .news-center .pro-detail4 ul li {
	margin-top: 20px;
	background-color: #F9F9F9;
	position: relative;
}

.main-right-cotent .news-center .pro-detail4 ul li:hover {
	background-color: #00479d;
	color: #fff;
}

.main-right-cotent .news-center .pro-detail4 ul li:hover .right-txt h4,
.main-right-cotent .news-center .pro-detail4 ul li:hover .right-txt p,
.main-right-cotent .news-center .pro-detail4 ul li:hover .right-txt .news-more,
.main-right-cotent .news-center .pro-detail4 ul li:hover .time {
	color: #fff;
}

.main-right-cotent .news-center .pro-detail4 ul li:hover .right-txt .news-more span {
	background-image: url(../images/right_arrow_white.png);
}

.main-right-cotent .news-center .pro-detail4 ul li .right-txt {
	width: 58.6%;
	margin-left: 3.5%;
	border-bottom: 0;
}

.main-right-cotent .news-center .pro-detail4 ul li .right-txt p {
	padding-right: 0;
}

.main-right-cotent .news-center .pro-detail4 ul li .left-img {
	width: 23.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-right-cotent .news-center .pro-detail4 ul li .time {
	color: #00479d;
	font-size: 24px;
	font-family: "pm";
	width: 70px;
	word-break: break-all;
	text-align: center;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: 35px;
}

.main-right-cotent .quality-top {
	margin-bottom: 40px;
}

.main-right-cotent .quality-list ul {
	margin: -20px -10px 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-right-cotent .quality-list ul li {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	width: 25%;
	margin-top: 20px;
}

.main-right-cotent .quality-list ul li .quality-list-item {
	padding: 35px 30px 30px 30px;
	background: #f2f6f9 url(../images/quality_pdf.png) no-repeat right bottom / 140px;
}

.main-right-cotent .quality-list ul li .quality-list-item h4 {
	font-size: 18px;
}

.main-right-cotent .quality-list ul li .quality-list-item .news-more {
	margin-top: 100px;
}

.main-right-cotent .bulletin-content .quality-list ul li {
	position: relative;
	width: 50%;
}

.main-right-cotent .bulletin-content .quality-list ul li .quality-list-item {
	background: #f2f6f9;
}

.main-right-cotent .bulletin-content .quality-list ul li .quality-list-item h4 {
	margin: 5px 0 10px;
	min-height: 58px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main-right-cotent .bulletin-content .quality-list ul li .quality-list-item .news-more {
	margin-top: 0;
}

.main-right-cotent .report-content .quality-list ul li .quality-list-item .time {
	font-size: 16px;
}

.main-right-cotent .report-content .quality-list ul li .quality-list-item h4 {
	line-height: 1.3;
	margin-top: 15px;
	height: 70px;
	overflow: hidden;
}

.main-right-cotent .report-content .quality-list ul li .quality-list-item .news-more {
	margin-top: 80px;
}

.main-right-cotent .service-content .skill-form dl {
	margin-bottom: 25px;
}

.main-right-cotent .service-content .skill-form dl:last-child {
	margin-bottom: 0;
}

.main-right-cotent .service-content .skill-form dl.span3,
.main-right-cotent .service-content .skill-form dl.span2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-right-cotent .service-content .skill-form dl.span3 dd {
	width: 32%;
}

.main-right-cotent .service-content .skill-form dl.span2 dd {
	width: 32%;
}

.main-right-cotent .service-content .skill-form dl.span2 dd:nth-of-type(1) {
	width: 66%;
}

.main-right-cotent .service-content .skill-form dl dd {
	margin: 0;
}

.main-right-cotent .service-content .skill-form dl dd label {
	font-size: 16px;
	color: #00479d;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}

.main-right-cotent .service-content .skill-form dl dd input {
	background: none;
	padding: 0;
	height: 45px;
	border-bottom: solid 1px #ccc;
}

.main-right-cotent .style-content .style-item {
	margin-bottom: 100px;
}

.main-right-cotent .style-content .style-item:last-child {
	margin-bottom: 0;
}

.main-right-cotent .style-content .style-item:nth-of-type(odd) .right-img-tab figure {
	right: 0;
}

.main-right-cotent .style-content .style-item:nth-of-type(even) .right-img-tab {
	float: left;
}

.main-right-cotent .style-content .style-item:nth-of-type(even) .right-img-tab .poster-main {
	margin-left: -240px;
}

.main-right-cotent .style-content .style-item:nth-of-type(even) .right-img-tab figure {
	left: 0;
}

.main-right-cotent .style-content .style-item:nth-of-type(even) .txt-btn {
	float: right;
}

.main-right-cotent .style-content .right-img-tab {
	float: right;
	width: 760px;
	position: relative;
	overflow: hidden;
}

.main-right-cotent .style-content .right-img-tab figure {
	position: absolute;
	top: 0;
	width: 80%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	cursor: pointer;
}

.main-right-cotent .style-content .txt-btn {
	float: left;
	text-align: center;
	padding-top: 5vw;
	padding-left: 7vw;
}

.main-right-cotent .style-content .style-item:nth-of-type(even) .txt-btn {
	padding-left: 0;
	padding-right: 7vw;
}

.main-right-cotent .style-content .txt-btn h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.main-right-cotent .style-content .txt-btn p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-right-cotent .style-content .txt-btn p span {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	cursor: pointer;
}

.main-right-cotent .style-content .txt-btn p .left-btn {
	background: url(../images/left_btn.png) no-repeat center;
	background-size: 100%;
}

.main-right-cotent .style-content .txt-btn p .left-btn:hover {
	background-image: url(../images/left_btn_hover.png);
}

.main-right-cotent .style-content .txt-btn p .right-btn {
	background: url(../images/right_btn.png) no-repeat center;
	background-size: 100%;
}

.main-right-cotent .style-content .txt-btn p .right-btn:hover {
	background-image: url(../images/right_btn_hover.png);
}

.main-right-cotent .jobs-content .main-right-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-right-cotent .jobs-content .main-right-top .left-title {
	font-size: 16px;
	line-height: 2;
	width: 50%;
}

.main-right-cotent .jobs-content .main-right-top .btn {
	background-color: #ff9900;
	font-weight: 700;
	width: 400px;
	font-size: 18px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.main-right-cotent .jobs-content .jobs-btns {
	margin-bottom: 40px;
}

.main-right-cotent .jobs-content .jobs-btns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-right-cotent .jobs-content .jobs-btns ul li {
	width: 240px;
	height: 50px;
	border-radius: 50px;
	background-color: #f1f1f1;
	text-align: center;
	line-height: 50px;
	color: #999;
	margin-right: 10px;
	font-size: 16px;
	cursor: pointer;
}

.main-right-cotent .jobs-content .jobs-btns ul li:hover,
.main-right-cotent .jobs-content .jobs-btns ul li.active {
	background-color: #00479d;
	color: #fff;
}

.main-right-cotent .jobs-content .jobs-list {
	margin-top: 30px;
}

.main-right-cotent .jobs-content .jobs-list .jobs-top dl {
	background-color: #00479d;
	border-radius: 5px;
	overflow: hidden;
}

.main-right-cotent .jobs-content .jobs-list .jobs-top dl dd,
.main-right-cotent .jobs-content .jobs-list .jobs-top dl select,
.main-right-cotent .jobs-content .jobs-list dl:hover:hover dd {
	color: #fff;
}

.main-right-cotent .jobs-content .jobs-list .jobs-bottom dl:nth-of-type(even) {
	background-color: #f2f6f9;
}

.main-right-cotent .jobs-content .jobs-list dl:hover,
.main-right-cotent .jobs-content .jobs-list .jobs-bottom dl:nth-of-type(even):hover {
	background-color: #00479d;
}

.main-right-cotent .jobs-content .jobs-list .jobs-bottom dl dd {
	color: #00479d;
}

.main-right-cotent .jobs-content .jobs-list dl {
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-right-cotent .jobs-content .jobs-list .jobs-bottom .content {
	background-color: #f9f9f9;
	padding: 20px;
	display: none;
	padding-left: 40px;
}

.main-right-cotent .jobs-content .jobs-list dl dd {
	height: 60px;
	width: 23%;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-right-cotent .jobs-content .jobs-list dl dd:last-child {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 50px;
}

.main-right-cotent .jobs-content .jobs-list dl dd:nth-of-type(1) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.main-right-cotent .jobs-content .jobs-list dl dd select {
	display: block;
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px 0 20px;
	background: #3366cc url(../images/job_select.png) no-repeat 93% center;
	border-radius: 40px;
	font-size: 16px;
}

.main-right-cotent .contact-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 100%;
}

.main-right-cotent .contact-content .left-conpamyinfo {
	width: 37%;
	height: calc(100vh - 80px);
	overflow-y: auto;
	overflow-x: hidden;
}

.main-right-cotent .contact-content .left-conpamyinfo ul li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 250px;
	padding: 10px 25px;
	border-bottom: solid 1px #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0.5;
	padding-left: 100px;
}

.main-right-cotent .contact-content .left-conpamyinfo ul li:hover,
.main-right-cotent .contact-content .left-conpamyinfo ul li.active {
	opacity: 1;
}

.main-right-cotent .contact-content .left-conpamyinfo ul li:hover h4,
.main-right-cotent .contact-content .left-conpamyinfo ul li.active h4 {
	color: #00479d;
}

.main-right-cotent .contact-content .left-conpamyinfo ul li:hover p,
.main-right-cotent .contact-content .left-conpamyinfo ul li.active p {
	color: #666699;
}

.main-right-cotent .contact-content .left-conpamyinfo ul li:last-child {
	border: 0;
}

.main-right-cotent .contact-content .left-conpamyinfo ul li h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

.main-right-cotent .contact-content .left-conpamyinfo ul li p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-right-cotent .contact-content .left-conpamyinfo ul li p span:nth-of-type(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 25px;
}

.main-right-cotent .contact-content .left-conpamyinfo ul li p span:nth-of-type(1) img {
	margin-right: 20px;
}

.main-right-cotent .contact-content .left-conpamyinfo ul li p span:nth-of-type(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.main-right-cotent .contact-content .right-map .map {
	position: absolute;
	right: 0;
	top: 0;
	width: 63%;
	height: 100%;
	z-index: 5;
	background-color: #ddd;
}

.main-right-cotent .contact-content .right-map .map img {
	max-width: none;
}

.main-right-cotent .contact-content .right-map .map:nth-of-type(1) {
	z-index: 10;
}

.main-right-cotent .sample-content .main-right-top h3 {
	margin-bottom: 20px;
}

.main-right-cotent .sample-content .pro-detail1 .btn {
	background-color: #ff9900;
	width: 140px;
	font-weight: 700;
	margin-top: 60px;
}

.main-right-cotent .sample-list .pro-detail3-item ul li {
	margin-bottom: 20px;
}

.main-right-cotent .sample-list .pro-detail3-item ul li:last-child {
	margin-bottom: 0;
}

.main-right-cotent .sample-list .pro-detail3-item ul li .right-img {
	width: 23.7%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0;
}

.main-right-cotent .sample-list .pro-detail3-item ul li .right-img img {
	max-width: 80%;
}

.main-right-cotent .sample-list .pro-detail3-item ul li .middle-txt {
	width: 63%;
	margin-left: 2%;
}

.main-right-cotent .sample-list .pro-detail3-item ul li .middle-txt .btn {
	width: 140px;
	margin-top: 20px;
	background-color: #ff9900;
	font-weight: 700;
}

.main-right-cotent .sample-list .pro-detail3-item ul li .middle-txt p {
	font-size: 16px;
	color: #999;
}

.main-right-cotent .center-content .btns {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-right-cotent .center-content .btns .btn {
	margin-right: 30px;
	width: 180px;
}

.main-right-cotent .center-content dl {
	margin-bottom: 25px;
}

.main-right-cotent .center-content dl:last-child {
	margin-bottom: 0;
}

.main-right-cotent .center-content dl.span2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-right-cotent .center-content dl.span2 dd {
	width: 410px;
	margin-right: 20px;
}

.main-right-cotent .center-content dl.span2 dd:last-child {
	margin-right: 0;
}

.main-right-cotent .center-content dl dd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 840px;
}

.main-right-cotent .center-content dl dd label {
	color: #00479d;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}

.main-right-cotent .center-content dl dd input {
	display: block;
	border-radius: 5px;
	background-color: #f2f6f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	height: 50px;
	width: 100%;
	color: #666699;
}


/*登录注册*/

.login-register-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/register_bg.jpg) no-repeat 50% / cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*注册*/
}

.login-register-content .logo2 {
	margin: 3vw 0;
}

.login-register-content .login-form {
	width: 700px;
	height: 420px;
}

.login-register-content .login-form form {
	width: 450px;
}

.login-register-content .login-form form input[type=text],
.login-register-content .login-form form input[type=password] {
	height: 50px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 60px;
	font-size: 16px;
	color: #999;
}

.login-register-content .login-form form dl dd {
	font-size: 16px;
}

.login-register-content .login-form form dl dd:nth-of-type(1),
.login-register-content .login-form form dl dd:nth-of-type(2) {
	border: solid 1px #eee;
}

.login-register-content .login-form form dl dd .btn {
	width: 100%;
	border-radius: 50px;
}

.login-register-content .login-form form dl dd:nth-of-type(1) input {
	background: url(../images/name.png) no-repeat 30px center;
}

.login-register-content .login-form form dl dd:nth-of-type(2) {
	margin: 10px 0;
}

.login-register-content .login-form form dl dd:nth-of-type(2) input {
	background: url(../images/password.png) no-repeat 30px center;
}

.login-register-content .login-form form dl dd:last-child {
	text-align: center;
	color: #999;
}

.login-register-content .login-form form dl dd:last-child a {
	color: #999;
}

.login-register-content .login-form form dl dd:last-child:hover a {
	cursor: pointer;
	color: #333;
	text-decoration: underline;
}

.login-register-content .login-form form dl dd:nth-of-type(4) {
	margin: 30px 0;
}

.login-register-content .login-form form dl dd:nth-of-type(3) input {
	margin-right: 5px;
}

.login-register-content .login-form form dl dd:nth-of-type(3) p {
	color: #999;
}

.login-register-content .login-form form dl dd:nth-of-type(3) p:nth-of-type(2):hover {
	cursor: pointer;
	color: #333;
	text-decoration: underline;
}

.login-register-content .register-form {
	width: 1200px;
	height: 500px;
}

.login-register-content .register-form form {
	width: 1060px;
}

.login-register-content .register-form form h3 {
	color: #00479d;
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}

.login-register-content .register-form form dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.login-register-content .register-form form ul {
	margin-bottom: 35px;
}

.login-register-content .register-form form ul li {
	width: 16%;
	background-color: #f3f3f3;
	font-size: 18px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	cursor: pointer;
	margin: 0 10px;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
}

.login-register-content .register-form form ul li.active,
.login-register-content .register-form form ul li:hover {
	background: #00479d;
	color: #fff;
}

.login-register-content .register-form form dl:nth-of-type(1) dd:nth-of-type(1) input {
	padding-left: 100px;
}

.login-register-content .register-form form dl:last-child dd {
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.login-register-content .register-form form dl:last-child dd .right-btn p {
	margin-top: 10px;
	text-align: right;
}

.login-register-content .register-form form dl:last-child dd .right-btn p a {
	color: #999;
}

.login-register-content .register-form form dl:last-child dd .right-btn p a:hover {
	color: #333;
	text-decoration: underline;
}

.login-register-content .register-form form dl:last-child dd input[type=text] {
	border-radius: 50px;
	width: 300px;
	padding-left: 100px;
}

.login-register-content .register-form form dl:last-child dd .btn {
	border-radius: 50px;
	width: 170px;
}

.login-register-content .register-form form dl.span3 dd {
	width: 32%;
}

.login-register-content .register-form form dl.span2 dd {
	width: 49%;
}

.login-register-content .register-form form dl:nth-of-type(3) dd input[type=text] {
	padding-left: 110px;
}

.login-register-content .register-form form dl:nth-of-type(4) dd:nth-of-type(2) input[type=text] {
	padding-left: 140px;
}

.login-register-content .register-form form dl dd {
	width: 100%;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
}

.login-register-content .register-form form dl dd .left-code {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.login-register-content .register-form form dl dd .left-code span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login-register-content .register-form form dl dd .left-code span:nth-of-type(1) {
	margin: 0 10px;
}

.login-register-content .register-form form dl dd .left-code span:nth-of-type(2) {
	color: #999;
	text-decoration: underline;
	cursor: pointer;
}

.login-register-content .register-form form dl dd .left-code span:nth-of-type(2):hover {
	color: #333;
}

.login-register-content .register-form form dl dd label {
	position: absolute;
	left: 25px;
	top: 0;
	line-height: 50px;
	font-size: 16px;
	color: #999;
}

.login-register-content .register-form form dl dd label i {
	font-style: normal;
	color: red;
	vertical-align: top;
	line-height: 45px;
}

.login-register-content .register-form form dl dd input[type=text],
.login-register-content .register-form form dl dd input[type=password] {
	display: block;
	width: 100%;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 80px;
	background-color: #f3f3f3;
	font-size: 16px;
}

.login-register-content .register-form.new-password {
	width: 800px;
}

.login-register-content .register-form.new-password form {
	width: 700px;
}

.login-register-content .register-form.new-password dl {
	margin-top: 0 !important;
}

.login-register-content .register-form.new-password dd {
	margin-bottom: 20px;
	border-radius: 50px !important;
	overflow: hidden;
	position: relative;
}

.register-form.new-password dd span {
	position: absolute;
	right: 50px;
	line-height: 50px;
	text-decoration: underline;
	color: #999;
	cursor: pointer;
}

.register-form.new-password dd span:hover {
	color: #333;
}

.login-register-content .register-form.new-password dd .btn {
	width: 100% !important;
}

.login-register-content .register-form.new-password dd:last-child {
	margin-bottom: 0;
}

.main-right-contact.main-right-cotent {
	padding: 0;
}

.main-right-contact.main-right-cotent.active {
	padding-left: 0;
}

.main-right-cotent.content-active {
	padding-right: 0;
	position: relative;
}

.mm32f-product-item {
	width: 85px;
	height: 105px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px #4d80b9;
}

.mm32f-product-item h4 {
	line-height: 1.3;
	font-size: 14px;
	color: #fff;
	background-color: #4d80b9;
	text-align: center;
	padding: 5px;
}

.mm32f-product-item p {
	height: 73px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #888;
	padding: 0 5px;
	line-height: 1.3;
	text-align: center;
	font-size: 12px;
}


/*超出显示省略号*/

.nowrp {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.nowrp2 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.nowrp3 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*滚动条颜色*/
body .zl-scrollBar,
body .zl-scrollBar:hover {
	background-color: #00479d;
	cursor: pointer;
}

body .zl-scrollBarBox {
	background-color: #ccc;
	border-radius: 8px;
}

/* *************************** 以下为响应式 **************************** */


/*
@media (max-width: 1600px) {
	.main-right-cotent .value-content .product-param dl dd.last {
		width: 200px;
	}
}

@media (max-width: 1440px) {
	.main-right-cotent .contact-content .left-conpamyinfo ul li h4 {
		font-size: 18px;
	}

	.main-right-cotent .contact-content .left-conpamyinfo ul li p {
		font-size: 14px;
	}

	.main-right-cotent .contact-content .left-conpamyinfo ul li p span:nth-of-type(1) {
		height: 22px;
	}

	.main-right-cotent .style-content .txt-btn {
		padding-top: 7vw;
		padding-left: 0;
	}

	.main-right-cotent .style-content .txt-btn p span {
		width: 30px;
		height: 30px;
	}

	.main-right-cotent .style-content .txt-btn h3 {
		font-size: 22px;
	}

	.main-right-cotent .style-content .style-item:nth-of-type(even) .txt-btn {
		padding-right: 0;
	}

	.main-right-cotent .style-content .right-img-tab {
		width: 660px;
	}

	.main-right-cotent .style-content .style-item:nth-of-type(odd) .right-img-tab .poster-main {
		margin-left: -100px;
	}
} */