/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
	outline: none;
	word-break: break-all;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
div,
p {
	/*字体设置*/
	font-size: 14px;
	/* font-family: "微软雅黑", "Arial", "Microsoft Yahei", sans-serif; */
	/* 去掉列表的原点 */
	list-style: none;
	/* 默认鼠标 */
	cursor: default;
	font-style: normal;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
}

body {
	min-width: 1280px;
}


/*行内块元素*/

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;
}


/*行内元素*/

a {
	/*下划线和颜色*/
	text-decoration: none;
	color: #333;
}

textarea {
	/* 边框清零 */
	border: none;
	/* 轮廓线清零 */
	outline: none;
	/* 避免文本域被随意拖拽 */
	resize: none;
	font-family: "微软雅黑", "Arial", "Microsoft Yahei", sans-serif;
}


/*select行止三角*/

select {
	appearance: none;
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari 和 Chrome */
}

.clearfix:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}

i {
	/*文字样式*/
	font-style: normal;
}

.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;
}

body {
	overflow-x: hidden;
}

/* 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);
}

/*引入字体*/

@font-face {
	font-family: 'pm';
	src: url('/cn/font/Poppins-Medium.eot');
	src: url('/cn/font/Poppins-Medium.woff') format('woff'), url('/cn/font/Poppins-Medium.ttf') format('truetype'), url('/cn/font/Poppins-Medium.svg') format('svg');
}

@font-face {
	font-family: 'pr';
	src: url('/cn/font/Poppins-Regular.eot');
	src: url('/cn/font/Poppins-Regular.woff') format('woff'), url('/cn/font/Poppins-Regular.ttf') format('truetype'), url('/cn/font/Poppins-Regular.svg') format('svg');
}


.f-wrl {
	/* font-family: "wryhl"; */
}

.f-pr {
	/* font-family: "pr"; */
}

.f-pm {
	/* font-family: "pm"; */
}

.f-ar {
	font-family: "Arial";
}


/*自界说class*/

main {
	display: block;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.j-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.j-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.a-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-colu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.box-sizing {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.w1440 {
	max-width: 1440px;
	margin: 0 auto;
	width: 96%;
}

.color {
	color: #00479d;
}

.pr {
	position: relative;
}

.ab {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2, .dot3, .dot4, .dot5, .dot6 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
}
.dot2 {
  -webkit-line-clamp: 2;
}
.dot3 {
  -webkit-line-clamp: 3;
}
.dot4 {
  -webkit-line-clamp: 4;
}
.dot5 {
  -webkit-line-clamp: 5;
}
.dot6 {
  -webkit-line-clamp: 6;
}


/*header*/

header .header-content {
	position: relative;
	height: 80px;
	padding: 0 80px;
	border-bottom: solid 1px #ccc;
}

header .logo {
	line-height: 79px;
}

header .logo img {
	vertical-align: middle;
}

header nav>ul li {
	font-size: 18px;
	line-height: 80px;
	padding: 0 40px;
}

header nav>ul li>a {
	display: block;
	position: relative;
	padding: 0 5px;
}

header nav>ul li>a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #00479d;
	z-index: 10;
	display: none;
}

header nav>ul li:hover>a,
header nav>ul li.active>a {
	color: #00479d;
}

header nav>ul li.active>a:after,
header nav>ul li:hover>a:after {
	display: block;
}

header nav>ul li .down-subnav {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	padding: 40px 0 60px;
	background: #fff;
	z-index: 15;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 10px #ccc;
	box-shadow: 0 5px 10px #ccc;
}

header nav>ul li .down-subnav .down-subnav-content>h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 35px;
}

header nav>ul li .down-subnav .down-subnav-content>h2 a {
	color: #00479d;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list {
	margin: 0 -20px;
	max-width: none;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	width: 25%;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dt {
	font-size: 22px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: solid 1px #ccc;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd {
	padding-bottom: 10px;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd h3 {
	cursor: pointer;
	font-size: 18px;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd h3:hover,
header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dt a:hover {
	color: #00479d;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd h3 span {
	font-family: "宋体";
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: none;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd h3.active span {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd:last-child {
	margin-bottom: 0;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd .links {
	display: none;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd .links a {
	color: #888;
	font-size: 16px;
	margin: 5px 0;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd a {
	display: block;
	font-size: 18px;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd a:hover {
	color: #00479d;
}

header nav>ul li .down-subnav .down-subnav-content .down-subnav-list dl dd a:last-child {
	margin-bottom: 0;
}

header .language{display: block;font-size: 14px;width: 25px;height: 25px;text-align: center;color: #333;line-height: 23px;border-radius: 25px;
	background: url(/cn/images/language.png) no-repeat 0 0/100%;
	cursor: pointer;
}
header .language:hover{
	background-position-y: -25px;
}
header .nav-icon {
	margin-left: 20px;
}

header .nav-icon dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header .nav-icon dl dd {
	line-height: 80px;
	position: relative;
	margin: 0 17px;
}

header .nav-icon dl dd img {
	vertical-align: middle;
}

header .nav-icon dl dd:nth-of-type(1) {
	margin-left: 0;
	font-size: 14px;
}

header .nav-icon dl dd:nth-of-type(1) a {
	line-height: 30px;
	display: inline-block;
}

header .nav-icon dl dd:nth-of-type(1) a img {
	margin-right: 10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	vertical-align: middle;
}

header .nav-icon dl dd:nth-of-type(2) {
	padding-right: 0;
	cursor: pointer;
}

/* header .nav-icon dl dd:nth-of-type(1).active:hover>div {
    display: block !important;
} */

header .nav-icon dl dd .content-form {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 15;
	border-radius: 0;
	display: none;
}

header .nav-icon dl dd .content-form form {
	border-radius: 0;
	border: solid 3px #0066cc;
	width: 420px;
}

header .nav-icon dl dd .up-box {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 15;
	display: none;
	width: 110px;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px #ccc;
	box-shadow: 0 2px 5px #ccc;
	border: solid 1px #ddd;
}

header .nav-icon dl dd .up-box a {
	display: block;
	line-height: 35px;
	text-align: center;
	border-bottom: solid 1px #ccc;
}

header .nav-icon dl dd .up-box a:hover {
	color: #00479d;
}

header .nav-icon dl dd .up-box a:last-child {
	border-bottom: 0;
}


/*首页banner*/

.banner .item {
	position: relative;
}

.banner .item video {
	display: none;
}

.banner .item img {
	width: 100%;
}

.banner .item .ban-content {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	color: #fff;
}

.banner .item .ban-content .w1440 {
	height: 100%;
}

.banner .item .ban-content h2 {
	font-size: 3vw;
	color: #fff;
	font-style: italic;
	line-height: 1;
	letter-spacing: 2px;
}

.banner .item .ban-content h3 {
	color: #fff;
	margin-top: 10px;
	font-style: italic;
	letter-spacing: 3px;
}


/*more*/

.more {
	width: 180px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #fff;
	background: rgba(51, 51, 102, 0.3);
	color: #fff;
	font-size: 18px;
	margin-top: 45px;
}
.banner .swiper-slide .more{
	position: absolute;bottom: 15%;left: 0;right: 0;margin: 0 auto;
}
/* 第九张banner图 审查更多 控制
.banner .swiper-slide:nth-of-type(9) .more {
	position: absolute;
	left: 47%;
	bottom: 14%;
}
第八张banner图 审查更多 控制
.banner .swiper-slide:nth-of-type(8) .more {
	position: absolute;
	left: 31%;
	bottom: 20%;
}
第七张banner图 审查更多 控制
.banner .swiper-slide:nth-of-type(7) .more {
	position: absolute;
	left: 30%;
	bottom: 20%;
}

第六张banner图 审查更多 控制
.banner .swiper-slide:nth-of-type(6) .more {
	position: absolute;
	left: 30%;
	bottom: 20%;
}

第五张banner图 审查更多 控制
.banner .swiper-slide:nth-of-type(5) .more {
	position: absolute;
	left: 35.5%;
	bottom: 20%;
}

第四张banner图 审查更多 控制
.banner .swiper-slide:nth-of-type(4) .more {
	position: absolute;
	left: 30%;
	bottom: 20%;
}

第三张banner图 审查更多 控制
.banner .swiper-slide:nth-of-type(3) .more {
	position: absolute;
	left: 24%;
	bottom: 20%;
}

第二张banner图 审查更多 控制
.banner .swiper-slide:nth-of-type(2) .more {
	position: absolute;
	left: 24%;
	bottom: 20%;
}

第一张banner图 审查更多 控制
.banner .swiper-slide:nth-of-type(1) .more {
	position: absolute;
	left: 39.5%;
	bottom: 20%;
} */

/*转动图圆点*/

.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	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;
}

.owl-carousel .owl-dots .owl-dot,
.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	margin: 0 10px;
	opacity: 0.6;
}

.owl-carousel .owl-dots .owl-dot.active,
.banner .swiper-pagination-bullet-active {
	opacity: 1;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 25px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}


/*首页三大菜单*/

.home-menu {
	margin-top: 30px;
}

.home-menu ul {
	margin: 0 -15px;
}

.home-menu ul li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	width: 33.33%;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

.home-menu ul li:nth-of-type(2) {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.home-menu ul li:nth-of-type(3) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.home-menu ul li.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.home-menu ul li .line {
	top: 100%;
	display: block;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.home-menu ul li:hover .line {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.home-menu ul li:nth-of-type(1) .line {
	background-color: #00479d;
	/* 不支持线性的时间显示 */
	background-image: -o-linear-gradient(left, #00479d 50%, #0066cc);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00479d), to(#0066cc));
	background-image: linear-gradient(to right, #00479d 50%, #0066cc);
}

.home-menu ul li:nth-of-type(2) .line {
	background-color: #996633;
	/* 不支持线性的时间显示 */
	background-image: -o-linear-gradient(left, #996633 50%, #ff9900);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #996633), to(#ff9900));
	background-image: linear-gradient(to right, #996633 50%, #ff9900);
}

.home-menu ul li:nth-of-type(3) .line {
	background-color: #660099;
	/* 不支持线性的时间显示 */
	background-image: -o-linear-gradient(left, #660099 50%, #6600cc);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #660099), to(#6600cc));
	background-image: linear-gradient(to right, #660099 50%, #6600cc);
}

.home-menu ul li .home-menu-content {
	height: 240px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px;
	position: relative;
}

.home-menu ul li .home-menu-content h2 img {
	max-height: 3.5vw;
}

.home-menu ul li .home-menu-content .home-menu-txt {
	margin-top: 45px;
}

.home-menu ul li .home-menu-content .home-menu-txt h3 {
	font-size: 24px;
	color: #fff;
	text-shadow: 0 0 10px #333;
}

.home-menu ul li .home-menu-content .home-menu-txt h3 span {
	font-size: 18px;
	color: #fff;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: 10px;
}

.home-menu ul li .home-menu-content .home-menu-txt p {
	color: #fff;
	margin-top: 5px;
	min-height: 50px;
	text-shadow: 0 0 10px #333;
}


/*全局线*/

.line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	display: none;
}

.tion>* {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.tion>*:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}


/*首页资讯*/

.home-news {
	margin: 75px 0 150px;
}

.home-news .home-news-list ul {
	margin: 0 -10px;
}

.home-news .home-news-list ul li {
	width: 25%;
	padding: 0 10px;
}

.home-news .home-news-list ul li .home-news-item {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #F9F9F9;
}

.home-news .home-news-list ul li .home-news-item>img {
	width: 100%;
}

.home-news .home-news-list ul li .home-news-txt {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 40px 20px;
}

.home-news .home-news-list ul li .home-news-txt h3 {
	font-size: 26px;
}

.home-news .home-news-list ul li .home-news-txt .desc {
	position: relative;
	min-height: 100px;
	margin: 15px 0 25px;
	color: #666;
}

.home-news .home-news-list ul li .home-news-txt .desc:after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(255, 255, 255, 0.2);
	left: 0;
	bottom: 0;
}

.home-news .home-news-list ul li:hover .desc:after {
	width: 100%;
}

.home-news .home-news-list ul li:hover .home-news-item {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.home-news .home-news-list ul li:hover .home-news-txt {
	background-color: #00479d;
}

.home-news .home-news-list ul li:hover .home-news-txt h3 {
	color: #ff9900;
}

.home-news .home-news-list ul li:hover .home-news-txt p {
	color: #fff;
}

.home-news .home-news-list ul li:hover .home-news-txt .news-more span {
	left: calc(100% - 20px);
	background-image: url(/cn/images/right_arrow_white.png);
}

.title {
	margin-bottom: 30px;
}

.title h2 {
	font-size: 24px;
}

.title h3 {
	font-size: 30px;
}

.title .title-more {
	line-height: 1;
	-ms-flex-item-align: end;
	align-self: flex-end;
	padding-right: 15px;
	background: url(/cn/images/more.png) no-repeat right bottom;
	margin-bottom: 10px;
}

.news-more {
	position: relative;
}

.news-more span {
	position: absolute;
	left: 60px;
	width: 14px;
	height: 5px;
	background: url(/cn/images/right_arrow.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*footer底部*/

footer {
	background-color: #f2f6f9;
	padding: 25px 0 15px;
	position: relative;
	z-index: 15;
}

footer .ft-logo {
	margin-right: 80px;
}

footer .left-nav {
	width: calc(100% - 180px);
}

footer .ft-nav {
	width: calc(100% - 235px);
}

footer .ft-nav ul li {
	font-size: 15px;
	font-weight: 700;
	margin-right: 15px;
	padding-right: 15px;
	border-right: solid 1px #999;
	line-height: 1;
}

footer .ft-nav ul li a:hover {
	text-decoration: underline;
}

footer .ft-nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: 0;
}

footer .ft-nav p {
	color: #666699;
	margin-top: 15px;
}

footer .ft-nav p span {
	text-align: center;
}

footer .ft-share a {
	position: relative;
	margin: 5px;
	cursor: pointer;
	display: inline-block;
}

footer .ft-share a>img {
	width: 30px;
}

footer .ft-share a span {
	position: absolute;
	bottom: 40px;
	width: 120px;
	border: solid 5px #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	display: none;
}

footer .ft-share a:hover span {
	display: block;
}


/*产品*/

.main-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-left-nav {
	position: relative;
	margin-left: 0;
	width: 230px;
	left: -300px;
	opacity: 0;
	border-right: solid 1px #ccc;
	-webkit-box-shadow: 0 5px 20px #eee;
	box-shadow: 0 5px 20px #eee;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	background-color: #fff;
	z-index: 10;
}

.main-left-nav.active {
	margin-left: -230px;
}

.main-left-nav .open-left-nav {
	position: absolute;
	left: 100%;
	font-size: 14px;
	width: 24px;
	background: #2d5ab3;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	padding: 10px 0;
	cursor: pointer;
}

.main-left-nav-content {
	overflow-y: auto;
	height: 100%;
}

.main-left-nav .main-left-nav-top {
	height: 90px;
	padding: 0 30px;
	background-color: #F8F8F8;
}

.main-left-nav .main-left-nav-top h2 {
	line-height: 1;
	font-size: 28px;
}

.main-left-nav .main-left-nav-top h3 {
	font-weight: 700;
	font-size: 24px;
	color: #a3b2d1;
	display: none;
}

.main-left-nav .main-left-item.main-left-style-item dl dd h4 a {
	font-weight: 700;
}

.main-left-nav .main-left-item.main-left-style-item dl dd ul li {
	margin-left: 0;
	padding-left: 30px;
	line-height: 50px;
}

.main-left-nav .main-left-item.main-left-style-item dl dd ul li a {
	color: #999;
	line-height: 50px;
}

.main-left-nav .main-left-item.main-left-style-item dl dd ul li h5 {
	padding-right: 20px;
	font-size: 16px;
}

.main-left-nav .main-left-item.main-left-style-item dl dd ul li .sheer-nav {
	display: none;
}

.main-left-nav .main-left-item.main-left-style-item dl dd ul li.active .sheer-nav {
	display: block;
}

.main-left-nav .main-left-item.main-left-style-item dl dd ul li .sheer-nav a {
	line-height: 35px;
	border-top: solid 1px #ccc;
	text-indent: 10px;
	font-size: 14px;
}

.main-left-nav .main-left-item dl dt,
.main-left-nav .main-left-item dl dd h4 {
	height: 45px;
	line-height: 45px;
	padding: 0 20px 0 30px;
}

.main-left-nav .main-left-item dl dt {
	font-size: 16px;
	font-weight: 700;
	border-top: solid 1px #ccc;
	background-color: #F8F8F8;
	border-right: solid 2px transparent;
}

.main-left-nav .main-left-item dl dt.active {
	border-right-color: #00479d;
}

.main-left-nav .main-left-item dl dd.active ul {
	display: block;
}

.main-left-nav .main-left-item dl dd.active h4 {
	border-right-color: #00479d;
}

.main-left-nav .main-left-item dl dd.active h4 a,
.main-left-nav .main-left-item dl dd ul li h5.active a {
	color: #00479d;
}

.main-left-nav .main-left-item dl dd.active h4 span:before,
.main-left-nav .main-left-item dl dd ul li h5.active span:before {
	height: 0;
}

.main-left-nav .main-left-item dl dd.active h4 span:after,
.main-left-nav .main-left-item dl dd ul li h5.active span:after {
	background-color: #00479d;
}

.main-left-nav .main-left-item dl dd ul {
	border-top: solid 1px #ccc;
	display: none;
}

.main-left-nav .main-left-item dl dd ul li {
	line-height: 40px;
	margin-left: 40px;
	border-bottom: solid 1px #ccc;
	border-right: solid 2px transparent;
}

.main-left-nav .main-left-item dl dd ul li:hover,
.main-left-nav .main-left-item dl dd ul li.active {
	border-right-color: #00479d;
}

.main-left-nav .main-left-item dl dd ul li a:hover,
.main-left-nav .main-left-item dl dd ul li a.active,
.main-left-nav .main-left-item dl dd ul li.active>a {
	color: #00479d;
}

.main-left-nav .main-left-item dl dd ul li:hover:after,
.main-left-nav .main-left-item dl dd ul li.active:after {
	background-color: #00479d;
}

.main-left-nav .main-left-item dl dd ul li:last-child {
	border-bottom: 0;
}

.main-left-nav .main-left-item dl dd ul li a {
	color: #888;
	line-height: 40px;
	display: block;
}

.main-left-nav .main-left-item dl dd ul li:after {
	top: 17px;
}

.main-left-nav .main-left-item dl dd h4 {
	font-size: 16px;
	color: #888;
	border-top: solid 1px #ccc;
	border-right: solid 2px transparent;
}

.main-left-nav .main-left-item dl dd h4 a {
	color: #888;
}

.main-left-nav .main-left-item dl dd h4 span,
.main-left-nav .main-left-item dl dd ul li h5 span {
	position: relative;
	width: 30px;
	height: 50px;
	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;
	cursor: pointer;
}

.main-left-nav .main-left-item dl dd h4 span:after,
.main-left-nav .main-left-item dl dd h4 span:before,
.main-left-nav .main-left-item dl dd ul li h5 span:after,
.main-left-nav .main-left-item dl dd ul li h5 span:before {
	position: absolute;
	content: '';
	background-color: #ddd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

.main-left-nav .main-left-item dl dd h4 span:after,
.main-left-nav .main-left-item dl dd ul li h5 span:after {
	width: 10px;
	height: 2px;
}

.main-left-nav .main-left-item dl dd h4 span:before,
.main-left-nav .main-left-item dl dd ul li span:before {
	width: 2px;
	height: 10px;
	top: 20px;
	right: 4px;
}

.main-right-cotent {
	position: relative;
	padding: 50px 0 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 11.7%;
	padding-left: 120px;
	width: calc(100% - 230px);
	min-height: 90vh;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	left: 300px;
	opacity: 0;
	/*产品*/
	/*MM32F*/
	/*MM32F超值型*/
	/*产品详情页(概述)*/
	/*产品详情页(文档)*/
	/*产品详情页(工具和软件)*/
	/*产品详情页(参考设计)*/
	/*产品详情页(选型和购置)*/
	/*产品信息*/
	/*应用频道页*/
	/*应用列表页*/
	/*支持-产品选型*/
	/*支持-开发工具详情页*/
	/*支持-生态相助同伴列表页*/
	/*支持-生态相助同伴详情页*/
	/*支持-代理商*/
	/*支持-在线手艺支持*/
	/*支持-移动应用*/
	/*公司信息-ka电子简介*/
	/*公司信息-ka电子要闻*/
	/*公司信息-质量系统*/
	/*公司信息-通告信息*/
	/*公司信息-按期报告*/
	/*公司信息-投资者效劳*/
	/*公司信息-员工风范*/
	/*公司信息-社会招聘*/
	/*公司信息-联系ka电子*/
	/*样品申请-详情页*/
	/*样品申请*/
	/*小我私家中心*/
}

.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(/cn/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(/cn/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(/cn/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(/cn/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(/cn/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(/cn/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:last-of-type {
	border-bottom: 0;
}

.main-right-cotent .main-right-mm32f-pro dl:last-of-type 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:last-of-type 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 10px 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: center;
	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(/cn/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(/cn/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:nth-child(2){display: none;}*/

.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 {
	vertical-align: middle;
	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(/cn/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(/cn/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(/cn/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(/cn/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(/cn/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(/cn/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(/cn/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(/cn/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(/cn/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(/cn/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(/cn/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 dl dd {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 150px;
	white-space: nowrap;
	height: 60px;
	font-size: 14px;
}

.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(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),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(15),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(15),
.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(16),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(16){
	width: 120px;
}

.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){
	width: 280px;
}

.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(5),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(5){
	width: 160px;
}

.main-right-cotent .selection-content .selection-table .selection-table-title dl dd:nth-of-type(6),
.main-right-cotent .selection-content .selection-table dl dd:nth-of-type(6),
.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),
.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(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: 130px;
}

.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(/cn/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(/cn/images/left_btn.png) no-repeat center;
	background-size: 100%;
}

.main-right-cotent .style-content .txt-btn p .left-btn:hover {
	background-image: url(/cn/images/left_btn_hover.png);
}

.main-right-cotent .style-content .txt-btn p .right-btn {
	background: url(/cn/images/right_btn.png) no-repeat center;
	background-size: 100%;
}

.main-right-cotent .style-content .txt-btn p .right-btn:hover {
	background-image: url(/cn/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(/cn/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(/cn/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(/cn/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: 100px;
	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;
}


/*pages*/

.Pages {
	margin-top: 40px;
	line-height: 18px;
	zoom: 1;
	overflow: hidden;
	text-align: center;
}

.Pages span {
	padding: 0px 3px;
	display: inline-block;
}

.Pages a {
	display: inline-block;
	border-radius: 5px;
	background-color: #f2f6f9;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #999;
}

.Pages a.active,
.Pages a:hover {
	background-color: #00479d;
	color: #fff;
}


/*.Pages .p_cur{ float:left;}*/

.Pages .p_cur b {
	color: #F00;
}


/*.Pages .p_count{ float:left;}*/

.Pages .p_count b {
	color: #F00;
}


/*.Pages .p_total { float:left;}*/

.Pages .p_total b {
	color: #F00;
}


/*.Pages .p_page{ float:right;}*/

.Pages .p_page em {
	font-style: normal;
	font-family: Arial;
}

.Pages .p_page em a {
	margin: 0 5px;
	width: 50px;
}

.Pages .p_page em a.a_cur {
	color: #fff;
	border: solid 1px #00479d;
	background: #00479d;
}

.Pages .p_page b {
	font-weight: normal;
}

.Pages .i_text {
	width: 30px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	border: inset 1px #ddd;
	background: #fff;
}

.Pages .a_prev,
.Pages .a_next {
	width: 100px;
}

.Pages .a_prev {
	margin-right: 20px;
}

.Pages .a_next {
	margin-left: 20px;
}

.Pages .i_button {
	position: relative;
	top: 5px;
	width: 32px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: url(/cn/css/page_goto.jpg) no-repeat;
}


/*pages end*/


/*内页搜索*/

.content-form {
	margin-bottom: 25px;
}

.content-form form {
	width: 600px;
	height: 50px;
	position: relative;
	overflow: hidden;
	border-radius: 50px;
}

.content-form form .submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 80px;
	background: url(/cn/images/search.png) no-repeat center;
	z-index: 5;
	cursor: pointer;
}

.content-form form input {
	width: 100%;
	height: 100%;
	background-color: #f2f6f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0 80px 0 30px;
	font-size: 16px;
}


/*相助同伴横向*/

.partner-x-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background-color: #f2f6f9;
	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;
}

.partner-x-item .left-img {
	width: 39%;
}

.partner-x-item .right-txt {
	width: 56%;
}

.partner-x-item .right-txt h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.partner-x-item .right-txt p {
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}


/*相助同伴纵向*/

.partner-y-item {
	padding: 10px 10px 50px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f6f9;
}

.partner-y-item .bottom-txt {
	padding: 0 8px;
}

.partner-y-item .bottom-txt h4 {
	font-size: 20px;
	margin: 25px 0 20px;
}

.partner-y-item .bottom-txt dl dd {
	font-size: 16px;
	color: #666699;
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.partner-y-item .bottom-txt dl dd:last-child {
	margin-bottom: 0;
}

.partner-y-item .bottom-txt dl dd span:nth-of-type(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.5;
}

.partner-y-item .bottom-txt dl dd span:nth-of-type(1) {
	margin-right: 15px;
	line-height: 20px;
}

.partner-y-item .bottom-txt dl dd span:nth-of-type(1) img {
	vertical-align: middle;
}

.partner-y-item .bottom-txt dl dd .contact-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 27px);
}

.partner-y-item .bottom-txt dl dd .contact-txt .left {
	width: 70px;
}

.partner-y-item .bottom-txt dl dd .contact-txt .right {
	width: calc(100% - 70px);
}

.partner-detail .partner-y-item .bottom-txt dl dd {
	display: block;
}

.partner-detail .partner-y-item .bottom-txt dl dd p {
	line-height: 30px;
}

.partner-detail .partner-y-item .bottom-txt dl dd p img {
	width: 15px;
	vertical-align: middle;
	margin-right: 10px;
}

.partner-detail .partner-y-item .bottom-txt dl dd ol li {
	padding-left: 22px;
	position: relative;
	font-size: 14px;
	display: flex;
}

.partner-detail .partner-y-item .bottom-txt dl dd ol li:after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666699;
	left: 5px;
	top: 9px;
}

.partner-detail .partner-y-item .bottom-txt dl dd ol li span:nth-of-type(1) {
	line-height: 1.5;
	/* position: absolute;
	left: 2px;
	top: 0; */
}

.partner-detail .partner-y-item .bottom-txt dl dd ol:nth-of-type(1) {
	margin-bottom: 15px;
}

.partner-detail .partner-y-item .bottom-txt dl dd ol li span,
.partner-detail .partner-y-item .bottom-txt dl dd ol li a {
	font-size: 16px;
}

.partner-detail .partner-y-item .bottom-txt dl dd ol li a:hover {
	text-decoration: underline;
}

/* .partner-detail .partner-y-item .bottom-txt dl dd ol.inter-ol li {
	padding-left: 2px;
} */


/*转动条颜色*/

body .zl-scrollBar,
body .zl-scrollBar:hover {
	background-color: #00479d;
	cursor: pointer;
}

body .zl-scrollBarBox {
	background-color: #ccc;
	border-radius: 8px;
}


/*大弹框*/

.console-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	overflow: auto;
	display: none;
}

.console-fixed .mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	z-index: 5;
	background: rgba(255, 255, 255, 0.6);
}

.console-fixed .console {
	position: relative;
	z-index: 10;
	margin: 145px auto 0;
}


/*弹框*/

.console {
	-webkit-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
	border-radius: 10px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-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;
}

.console.flex,
.main-right-cotent .pro-detail5 .login-off.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.console.block {
	display: block;
}


/*按钮*/

.btn {
	border-radius: 5px;
	height: 50px;
	color: #fff;
	background-color: #00479d;
	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;
	cursor: pointer;
}


/*3列*/

.row-span3 ul {
	margin: 0 -20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px;
}

.row-span3 ul li {
	position: relative;
	padding: 0 20px;
	width: 33.33%;
	margin-top: 20px;
}

.row-span3 ul li .row-span3-img {
	position: relative;
}

.row-span3 ul li .row-span3-img img {
	width: 100%;
}

.row-span3 ul li .row-span3-txt {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 20px;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}

.row-span3 ul li .row-span3-txt h3 {
	font-size: 18px;
	font-weight: 700;
}


/*问题*/

.tle {
	color: #00479d;
	font-weight: 700;
	font-size: 24px;
}

.tle.mb {
	margin-bottom: 20px;
}

.tle a {
	float: right;
	font-size: 16px;
	color: #666699;
	font-weight: 400;
	padding-right: 20px;
	background: url(/cn/images/tle_more.png) no-repeat right center;
}


/*相关视频*/

.videos {
	margin-top: 40px;
}

.videos>h3 {
	margin-bottom: 20px;
}

.videos ul li:hover .row-span3-txt .line {
	width: 100%;
}

.videos ul li .row-span3-img span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	background: url(/cn/images/play.png) no-repeat center;
	background-size: 100% 100%;
}

.videos ul li .row-span3-txt {
	padding: 30px 20px;
}

.videos ul li .row-span3-txt .line {
	position: static;
	width: 60px;
	height: 1px;
	background-color: #666;
	display: block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 10px 0;
}

.videos ul li .row-span3-txt p {
	color: #666;
}

.videos ul li .row-span3-txt h3 {
	font-weight: 400;
	color: #333;
}


/*视频/图片弹窗*/

.max-video-img {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999;
	border: solid 2px #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	display: none;
}

.max-video-img video,
.max-video-img iframe {
	min-width: 1200px;
	max-width: 100%;
	min-height: 500px;
	max-height: 90vh;
}

.max-video-img>img {
	max-width: 90vw;
	max-height: 90vh;
	display: none;
}

.max-video-img .close {
	position: absolute;
	width: 30px;
	right: -15px;
	top: -15px;
	cursor: pointer;
}


/*前面带点的元素*/

.disc>* {
	padding-left: 15px;
	position: relative;
}

.disc>*:after {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	left: 0;
	top: 0;
	background: #666699;
}


/* 应用详情 */

.application-detail {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.application-detail>img {
	width: 100%;
}

.application-detail .scroll-line {
	position: absolute;
	z-index: 5;
}

.application-detail .line-diagnosis {
	width: 29.5%;
	height: 42%;
	left: 36%;
	top: 38.5%;
}

.application-detail .line-bicycle {
	width: 31.7%;
	height: 48.1%;
	left: 21.7%;
	top: 37.8%;
}

.application-detail .line-cycling {
	width: 30.6%;
	height: 43.2%;
	left: 34.3%;
	top: 40.6%;
}

.application-detail .line-skate {
	width: 31.7%;
	height: 48.1%;
	left: 21.7%;
	top: 37.8%;
}

.application-detail .line-serve {
	width: 34.3%;
	height: 50.9%;
	left: 23.8%;
	top: 33%;
}

.application-detail .line-door.scroll-line1 {
	width: 23.3%;
	height: 32.9%;
	left: 21%;
	top: 10.5%;
}

.application-detail .line-door.scroll-line2 {
	width: 23%;
	height: 34.8%;
	left: 55.6%;
	top: 36.2%;
}

.application-detail .line-door.scroll-line3 {
	width: 23.3%;
	height: 33.1%;
	left: 21%;
	top: 58.5%;
}

.application-detail .line-tag {
	width: 31.4%;
	height: 44%;
	left: 34.8%;
	top: 38.48%;
}

.application-detail .line-lighting {
	width: 29.8%;
	height: 42.2%;
	left: 34.4%;
	top: 42.3%;
}

.application-detail .line-building.scroll-line1 {
	width: 47.2%;
	height: 59.6%;
	left: 7.8%;
	top: 25.5%;
}

.application-detail .line-building.scroll-line2 {
	width: 32.2%;
	height: 59.6%;
	left: 59.8%;
	top: 25.5%;
}

.application-detail .line-num {
	width: 35.05%;
	height: 47.7%;
	left: 36.75%;
	top: 45.8%;
}

.application-detail .line-machine {
	width: 35.1%;
	height: 49%;
	left: 32.3%;
	top: 26.9%;
}

.application-detail .line-electric {
	width: 31.7%;
	height: 48.5%;
	left: 22.2%;
	top: 33.4%;
}

.application-detail .line-internet {
	width: 28.96%;
	height: 41.2%;
	left: 35.1%;
	top: 28.9%;
}

.application-detail .line-refrigerator.scroll-line1 {
	width: 26%;
	height: 32.5%;
	left: 31.8%;
	top: 18%;
}

.application-detail .line-refrigerator.scroll-line2 {
	width: 26.1%;
	height: 32.4%;
	left: 30.6%;
	top: 66.8%;
}

.application-detail .line-conditioner.scroll-line1 {
	width: 27.7%;
	height: 35.1%;
	left: 25.3%;
	top: 13.5%;
}

.application-detail .line-conditioner.scroll-line2 {
	width: 27.7%;
	height: 40%;
	left: 25.3%;
	top: 52.9%;
}

.application-detail .line-washing {
	width: 31.6%;
	height: 49%;
	left: 26%;
	top: 38%;
}

.application-detail .line-frying {
	width: 30.6%;
	height: 50.4%;
	left: 34.1%;
	top: 35.9%;
}

.application-detail .line-arrangement {
	width: 30.1%;
	height: 49.3%;
	left: 35%;
	top: 36.1%;
}

.application-detail .line-station {
	width: 32.5%;
	height: 52.4%;
	left: 32.8%;
	top: 35.45%;
}

.application-detail .line-charge {
	width: 37.6%;
	height: 41.9%;
	left: 30.9%;
	top: 40%;
}

.application-detail .line-audio {
	width: 30.7%;
	height: 42.7%;
	left: 42.3%;
	top: 38.3%;
}

.application-detail .line-yuntai {
	width: 34.5%;
	height: 52.5%;
	left: 30.3%;
	top: 31.3%;
}

.application-detail .line-book {
	width: 30.5%;
	height: 50.6%;
	left: 41.7%;
	top: 32.1%;
}

.application-detail .line-competition {
	width: 42.9%;
	height: 60.8%;
	left: 29.55%;
	top: 19.7%;
}

.application-detail .line-printing.scroll-line1 {
	width: 28.6%;
	height: 28%;
	left: 65.6%;
	top: 17.5%;
}

.application-detail .line-printing.scroll-line2 {
	width: 40.75%;
	height: 46.6%;
	left: 22.55%;
	top: 36.5%;
}

.application-detail .line-bluetooth {
	width: 34.8%;
	height: 43.8%;
	left: 32.9%;
	top: 44.4%;
}

.application-detail .line-oximeter {
	width: 34.4%;
	height: 46.5%;
	left: 32.2%;
	top: 38%;
}

.application-detail .line-monitor {
	width: 41.75%;
	height: 52.9%;
	left: 29.5%;
	top: 22.6%;
}

.application-detail .line-respirator.scroll-line1 {
	width: 27.22%;
	height: 40.7%;
	left: 18.55%;
	top: 29.2%;
}

.application-detail .line-respirator.scroll-line2 {
	width: 25.7%;
	height: 40.75%;
	right: 17.75%;
	top: 29.3%;
}

.application-detail .line-elevator {
	width: 34.8%;
	height: 53.1%;
	left: 32.6%;
	top: 31.8%;
}

.application-detail .line-vacuumcleaner {
	width: 31.6%;
	height: 49%;
	left: 26%;
	top: 38%;
}

.application-detail .line-hairdryer.scroll-line1 {
	width: 28.8%;
	height: 31.4%;
	left: 25.1%;
	top: 17.45%;
}

.application-detail .line-hairdryer.scroll-line2 {
	width: 28.8%;
	height: 31.4%;
	left: 25.1%;
	top: 66.5%;
}

.application-detail .line-seatv{
	width: 35.1%;
	height: 49%;
	left: 32.3%;
	top: 26.9%;
}

.application-detail .line-hvacflap {
	width: 35.1%;
	height: 49%;
	left: 32.3%;
	top: 26.9%;
}

.application-detail .line-waterpump.scroll-line1 {
	width: 28.3%;
	height: 29.9%;
	left: 27.7%;
	top: 18.9%;
}

.application-detail .line-waterpump.scroll-line2 {
	width: 28.3%;
	height: 30%;
	left: 27.7%;
	top: 66.5%;
}

.application-detail .line-dimming {
	width: 31%;
	height: 44.1%;
	left: 34%;
	top: 42.1%;
}

.application-detail .line-chargerpm {
	width: 31%;
	height: 44.1%;
	left: 34%;
	top: 42.1%;
}

.application-detail .line-autosc {
	width: 31%;
	height: 44.1%;
	left: 34%;
	top: 42.1%;
}

.application-detail .line-48vbms {
	width: 23%;
	height: 40.9%;
	left: 23.4%;
	top: 27.5%;
}

.application-detail .line-refrigeratorc.scroll-line1 {
	width: 26.1%;
	height: 31.6%;
	left: 27.9%;
	top: 15.2%;
}

.application-detail .line-refrigeratorc.scroll-line2 {
	width: 26.1%;
	height: 31.6%;
	left: 27.9%;
	top: 64.1%;
}

.application-detail .line-indoorfan{
	width: 28.8%;
	height: 49%;
	left: 25.6%;
	top: 34%;
}

.application-detail .line-hood{
	width: 28.8%;
	height: 49%;
	left: 25.6%;
	top: 34%;
}

.application-detail .line-garden.scroll-line1 {
	width: 28.1%;
	height: 30.8%;
	left: 25.4%;
	top: 15.3%;
}

.application-detail .line-garden.scroll-line2 {
	width: 28.1%;
	height: 30.8%;
	left: 25.4%;
	top: 63.1%;
}

.application-detail .line-cellingfan.scroll-line1 {
	width: 28%;
	height: 30.6%;
	left: 25.4%;
	top: 12%;
}

.application-detail .line-cellingfan.scroll-line2 {
	width: 28%;
	height: 30.6%;
	left: 27.5%;
	top: 66.1%;
}

.application-detail .line-lowvoltagefan{
	width: 31.6%;
	height: 49%;
	left: 22.2%;
	top: 33%;
}

.application-detail .line-fasciagun{
	width: 31.6%;
	height: 49%;
	left: 22.2%;
	top: 33%;
}

.application-detail .line-waterheater{
	width: 31.6%;
	height: 49%;
	left: 22.2%;
	top: 33%;
}

.application-detail-content {
	width: 1070px;
}

.application-detail .btn-one {
	width: 200px;
	line-height: 40px;
	color: #00479d;
	font-size: 18px;
	font-weight: 700;
	margin-left: 485px;
	background-color: #E6EEF7;
	border-radius: 5px;
	text-align: center;
}

.application-detail .middle {
	margin: 30px 0 10px;
	height: 390px;
	background: url(/cn/images/application_bg.png) no-repeat right bottom;
}

.application-detail .middle .btn-two {
	width: 180px;
	height: 60px;
	background-color: #F2F6F9;
	border-radius: 5px;
	font-size: 18px;
	color: #00479d;
	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;
	text-align: center;
	line-height: 1.2;
}

.application-detail .middle .two1 {
	margin-left: 495px;
	margin-bottom: 50px;
}

.application-detail .middle .two2 {
	width: 120px;
	margin-right: 60px;
}

.application-detail .middle-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.application-detail .middle2 {
	height: 260px;
	background: url(/cn/images/applocation_bottom_bg.jpg) no-repeat right bottom;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.application-detail .middle2 .middle-item {
	margin-right: 100px;
}

.application-detail .btn-fore2 {
	margin-right: 105px;
}

.application-detail .btn-fore a {
	display: block;
	width: 180px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	background-color: #F2F6F9;
	color: #00479d;
	margin-bottom: 20px;
}

.application-detail .btn-fore3 a {
	margin-bottom: 10px;
}

.application-detail .btn-fore a:last-child {
	margin-bottom: 0;
}

.application-detail .middle-item .btn-sheer {
	position: relative;
	width: 340px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 10px 20px;
	background-color: #F2F6F9;
	border-radius: 10px;
}

.application-detail span.top,
.application-detail span.left,
.application-detail span.bottom,
.application-detail span.right {
	position: absolute;
	background: red;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	z-index: 12;
}

.application-detail span.top {
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
}

.application-detail span.left {
	left: 0;
	top: 0;
	width: 3px;
	height: 0;
}

.application-detail span.bottom {
	bottom: 0;
	right: 0;
	width: 0;
	height: 3px;
}

.application-detail span.right {
	right: 0;
	width: 3px;
	bottom: 0;
	height: 0;
}

.application-detail .scroll-line:hover span.right,
.application-detail .scroll-line:hover span.left {
	height: 100%;
}

.application-detail .scroll-line:hover span.top,
.application-detail .scroll-line:hover span.bottom {
	width: 100%;
}


/* .application-detail .middle-item .btn-sheer:hover {
    background: #00479d;
}

.application-detail .middle-item .btn-sheer:hover p a {
    background: #2167bd;
    color: #fff;
} */

.application-detail .btn-sheer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.application-detail .btn-sheer p {
	width: 80px;
}

.application-detail .btn-sheer p:nth-of-type(2) {
	width: 120px;
}

.application-detail .btn-sheer p a {
	display: block;
	height: 80px;
	margin-bottom: 10px;
	background-color: #E6EDF4;
	font-size: 14px;
	line-height: 1.2;
	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: #00479d;
	text-align: center;
}


/* .application-detail .btn-sheer p a:hover,
.application-detail .btn-fore a:hover {
    background-color: #00479d;
    color: #fff;
} */

.application-detail .btn-sheer2 {
	margin-left: 120px;
}

.application-detail .btn-sheer4 p:nth-of-type(1) a,
.application-detail .middle2 .btn-sheer4 p:last-child a {
	height: 50px;
}

.application-detail .btn-sheer p:last-child a {
	height: 170px;
}

.poster-main {
	width: 1000px;
	height: 500px;
	position: relative;
	margin: 0 auto;
}

.poster-main a,
.poster-main img {
	display: block;
}

.poster-main .poster-list {
	width: 1000px;
	height: 500px;
}

.poster-main .poster-list .poster-item {
	width: 640px;
	height: 360px;
	position: absolute;
	left: 0;
	top: 0;
}


/* 放大镜 */

.one {
	width: 350px;
	height: 350px;
}

.one span {
	width: 175px;
	height: 175px;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.one:hover span {
	display: block;
	background: rgba(0, 0, 0, .1) url(../images/mask.png) repeat;
	cursor: move;
}

.the {
	width: 400px;
	height: 400px;
	position: absolute;
	right: 100%;
	top: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	display: none;
	background: #fff;
}

.the img {
	position: absolute;
	display: block;
	width: 800px;
	max-width: none;
}

/* 通告单页 */

.public-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0;
	min-height: calc(100vh - 200px);
}

.public-content>h3 {
	font-size: 28px;
	text-align: center;
	color: #00479d;
}

.progress dl dt,
.progress dl dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.progress dl .span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 20%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
}

.progress dl {
	background-color: #f2f6f9;
	margin-top: 50px;
}

.progress dl dt {
	border-radius: 5px;
	overflow: hidden;
	background-color: #00479d;
}

.progress dl dt .span {
	height: 100px;
	font-weight: 700;
	color: #fff;
	border-right: solid 1px #6a96cb;
}

.progress dl dd {
	border-bottom: solid 2px #fff;
}

.progress dl dd:last-child {
	border-bottom: 0;
}

.progress dl dd .span {
	min-height: 60px;
	border-right: solid 1px #d9dde0;
	color: #00479d;
}

.progress dl .span:last-child {
	width: 260px;
}

.progress dl dd div,
.progress dl dd button,
.progress dl dd div.span p {
	font-size: 14px;
}

.progress dl dt .span:last-child,
.progress dl dd .span:last-child {
	border-right: 0;
}

.progress dl dd div.span {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.progress dl dd div.span button {
	width: 75px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background-color: #00479d;
	text-align: center;
	margin-left: 15px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 5px;
}

.progress dl dd div.span button:hover {
	opacity: .8;
}

.progress dl dd div.span button.chexiao {
	background-color: #e00707;
}

.progress dl dd .span .txt {
	color: #f2950f;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.progress dl dd div.span p {
	color: #999;
}

.inquire-logistics {
	position: fixed;
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .6);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0;
	display: none;
}

.inquire-content {
	position: relative;
	width: 540px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px;
	padding-bottom: 80px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px #eee;
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	margin: 0 auto;
}

.inquire-content .close {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #00479d url(../images/off.png) no-repeat center/20px;
	right: -10px;
	top: -10px;
	border-radius: 50%;
}

.inquire-content ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.8;
	margin-bottom: 30px;
}

.inquire-content ol li:last-child {
	margin-bottom: 0;
}

.inquire-content ol li .tips {
	color: #00479D;
	font-size: 16px;
	width: 90px;
}

.inquire-content ol li .txt {
	width: calc(100% - 90px);
	color: #666666;
	font-size: 16px;
	position: relative;
}

.inquire-content ol li .txt .wuliu-list {
	height: 200px;
	overflow: hidden;
}

.wuliu-list p:nth-of-type(1) {
	color: #00479D;
}

.wuliu-list p:nth-of-type(1):before {
	background-color: #00479D;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0 0 5px #00479D;
	box-shadow: 0 0 5px #00479D;
}

.wuliu-list p {
	position: relative;
	padding-left: 20px;
	margin-bottom: 25px;
}

.wuliu-list p:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 20px;
	width: 2px;
	height: 90%;
	background: #eee;
}

.wuliu-list p:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #eee;
}

.wuliu-list p:last-child:after {
	display: none;
}

.wuliu-list p:last-child {
	margin-bottom: 0;
}

.wuliu-list p span {
	display: block;
	margin-top: 10px;
	color: #999;
	font-size: 14px;
}

.inquire-content ol li .txt .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .5);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(#ffffff));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), #ffffff);
	background-image: linear-gradient(rgba(255, 255, 255, .5), #ffffff);
	cursor: pointer;
	color: #00479D;
}

.inquire-content ol li .txt .mask.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inquire-content ol li .txt .mask img {
	width: 25px;
}

.application-info {
	/* width: 1280px; */
	margin: 40px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.application-info .item {
	width: 33.33%;
	background-color: #e7f2ff;
	/* 不支持线性的时间显示 */
	background-image: -webkit-gradient(linear, left top, right bottom, from(#e7f2ff), to(#ffffff));
	background-image: -o-linear-gradient(top left, #e7f2ff, #ffffff);
	background-image: linear-gradient(to bottom right, #e7f2ff, #ffffff);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 45px 70px 30px;
}

.application-info .item h3 {
	font-size: 24px;
	color: #00479d;
	margin-bottom: 30px;
}

.application-info .item dl dd {
	margin-bottom: 35px;
}

.application-info .item dl dd:last-child {
	margin-bottom: 0;
}

.application-info .item dl dd strong {
	color: #00479d;
	font-size: 16px;
}

.application-info .item dl dd p {
	color: #64798a;
	font-size: 14px;
}

.load-more {
	width: 180px;
	height: 45px;
	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: 30px auto 0;
	background: #F2F6F9;
	cursor: pointer;
}

.load-more span {
	display: block;
	width: 10px;
	height: 5px;
	background: url(/cn/images/up_more.png) no-repeat;
	margin-left: 5px;
}

.load-more:hover {
	background-color: #00479d;
	color: #fff;
}

.load-more:hover span {
	background-position: center -8px;
}

.pro-detail2.pro-pgkfb dl dt,
.pro-detail2.pro-pgkfb dl dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pro-detail2.pro-pgkfb dl dt {
	border-radius: 5px;
	overflow: hidden;
	background-color: #00479D;
	color: #fff;
}

.pro-detail2.pro-pgkfb dl span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	min-height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: solid 1px #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pro-detail2.pro-pgkfb dl dt span {
	min-height: 60px;
}

.pro-detail2.pro-pgkfb dl span:nth-of-type(2n) {
	border: 0;
}

.pro-detail2.pro-pgkfb dl dd:nth-of-type(odd) {
	background-color: #F2F6F9;
}

.pro-detail2.pro-pgkfb dl span a {
	color: #00479D;
}

.pro-detail2.pro-pgkfb dl a:hover {
	text-decoration: underline;
}

.kfgj-table .pro-detail2.pro-pgkfb dl span:nth-of-type(2n) {
	border-right: solid 1px #fff;
}

.kfgj-table .pro-detail2.pro-pgkfb dl dd {
	border: solid 1px #e1e1e1;
	background: none;
	border-top: 0;
}

.kfgj-table .pro-detail2.pro-pgkfb dl dd .name {
	width: 33.33%;
	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-right: solid 1px #fff;
}

.kfgj-table .pro-detail2.pro-pgkfb dl dd .name a {
	font-size: 18px;
	color: #00479D;
}

.kfgj-table .pro-detail2.pro-pgkfb dl dd .span-list {
	width: 66.66%;
}

.kfgj-table .pro-detail2.pro-pgkfb dl dd .span-list p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.kfgj-table .pro-detail2.pro-pgkfb dl dd .span-list p span {
	border-right: solid 1px #fff;
}

.kfgj-table .pro-detail2.pro-pgkfb dl dd .span-list span:nth-of-type(2n) {
	border-right: 0;
}

.kfgj-table .pro-detail2.pro-pgkfb dl dd .span-list p:nth-of-type(odd) {
	background-color: #F2F6F9;
}

/* 修改css */
.language-down{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 14px 80px;
	z-index: 5;
	box-sizing: border-box;
	text-align: right;
	padding-right: 240px;
	background: #f5f5f5;
	display: none;
}
.language-down a{
	margin-left: 30px;
}
.language-down a:hover {
	color: #00479d;
}

/*20230721*/
.Ispic {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.dot {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*视频专区*/
.video-area .content-form{background-color: #f2f6f9;-webkit-box-sizing: border-box;box-sizing: border-box;display:flex;padding:10px 20px;font-size: 16px; margin:0;border-radius: 50px;}
.content-form form input{ display:block; font-size:14px;}
.video-area-top {
	margin-bottom: 30px;
}
.main-right-cotent .main-right-top .video-area-top h3 {
	font-size: 24px;
}
.video-area-top .content-form form {
	width: 360px;
}
.video-area-top .content-form form input::-webkit-input-placeholder {
	color: #888;
}
.select-box .item:not(:last-child) {
	margin-right: 50px;
}
.select-box .item {
	display: flex;
	align-items: center;
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
}
.select-box .item i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border-radius: 3px;
	border:1px solid #00479d;
}
.select-box .item.on {
	color: #00479d;
}
.select-box .item.on i {
	background: url("/cn/images/select_on.png") no-repeat center #00479d;
}

.select-radio .item:not(:last-child) {
	margin-right: 50px;
}
.select-radio {
	margin-bottom: 25px;
	padding: 20px 30px;
	background-color: #f2f6f9;
}
.select-radio .item {
	display: flex;
	align-items: center;
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
}
.select-radio .item i {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border-radius: 50%;
	border:1px solid #00479d;
}
.select-radio .item.on {
	color: #00479d;
}
.select-radio .item.on i:after {
	position: absolute;
	content:'';
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 50%;
	background-color: #00479d;
}

.select-cate .select-box {
	background-color: #f2f6f9;
}
.select-cate .select-box:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}
.select-cate .name {
	flex-shrink: 0;
	width: 124px;
	line-height: 50px;
	padding-right: 28px;
	font-size: 16px;
	color: #fff;
	text-align: right;
	background-color: #00479d;
	box-sizing: border-box;
}
.select-cate .name+div {
	padding-left: 28px;
}
.select-cate .item {
	width: 160px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #555555;
}

.select-cate .item:not(:last-child) {
	margin-right: 0;
}

.video-list ul {
	flex-wrap: wrap;
}
.video-list li {
	width: 30.149%;
	margin-right: 4.7765%;
	padding-bottom: 30px;
	margin-top: 60px;
	border-bottom: 1px solid #dbdbdb;
	transition: .3s;
}
.video-list li:nth-child(3n) {
	margin-right:0;
}
.video-list li .pic {
	position: relative;
	overflow: hidden;
}
.video-list li .pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	bottom:0;
	left:0;
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.9));
}
.video-list li .pic .innerBox{
	position: absolute;
	width: 100%;
	bottom:0;
	left:0;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}
.video-list li .pic .innerBox i{
	display: block;
	width: 28px;
	height: 28px;
	background: url("/cn/images/play_btn.svg") no-repeat center/contain;
}
.video-list li .pic .innerBox .time{
	font-size: 18px;
	color:#fff;
}
.video-list li figure {
	padding-bottom: 59.4%;
}
.video-list li aside {
	margin: 20px 0;
	font-size: 22px;
}
.video-list li p {
	font-size: 15px;
	color: #999999;
}
.video-list li:hover {
	border-bottom: 1px solid #00479d;
	transform: translateY(-10px);
}
.video-list li:hover .pic {
	cursor: pointer;
}
.video-list li:hover aside {
	color: #00479d;
}

.video-info h3.tit {
	font-size: 24px;
	color: #00479d;
}
.video-info article {
	margin-top: 30px;
}
.video-info article > * {
	color: #64798a;
	font-size: 16px;
	line-height: 2;
}
.video-info article .video_shell {
	padding-top: 30px;	
}
.video-info article .video {
	width:100%;
	height:590px;
	background-color: #000;
	display:block;
}
.video-info .goback {
	display: block;
	width: 160px;
	line-height: 50px;
	margin: 50px auto 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	background-color: #094b9f;
	transition: .3s;
}
.video-info .goback:hover {
	background-color: #f39800;
}


/* 视频倍数控件 */
.video_shell{ position:relative;}
.video_shell .consoles{ display:flex;justify-content: space-between;height:35px;font-size:14px;color:#fff; position:absolute; right:10em; bottom:2.2em;}
.video_shell .group1,
.video_shell .group2 {display: flex;padding: 10px;align-items: center;}
.video_shell .group1>* {margin-right: 10px;}
.video_shell .group2>* {margin-right:10px;}
.video_shell .speed-box {position: relative;}
.video_shell .speed-box .speed-list{ position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:80px; display:none; padding-bottom:32px; z-index:8;}
.video_shell .speed-box:hover .speed-list{display: block;}
.video_shell .speed-box .speed-content {border: solid 1px #333;background: #000;}
.video_shell .speed-box .speed-content div {line-height: 30px;text-align: center;cursor: pointer;color: #fff;}
.video_shell .speed-box .speed-content div:hover{background: rgba(255, 255, 255, .6);}
.video_shell .cur-speed{ color:#fff;}



/*生态专区*/
.ecology-list ul {
	flex-wrap: wrap;
}
.ecology-list li {
	width: 30.149%;
	padding: 15px;
	padding-bottom: 30px;
	margin-top: 60px;
	background-color: #f2f6f9;
	transition: .3s;
	box-sizing: border-box;
	margin-right:4.76666666%;
}
.ecology-list li:nth-child(3n){ margin-right:0;}
.ecology-list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.ecology-list li figure {
	padding-bottom: 64.17%;
}
.ecology-list li aside {
	margin: 22px 0;
	height: 64px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
}

.ecology-list li .date {
	padding-left: 30px;
	font-size: 16px;
	background: url("/cn/images/icon_date.png") no-repeat left center;
}
.tag-state {
	display: block;
	width: 80px;
	line-height: 30px;
	color:#fff;
	text-align: center;
	border-radius: 30px;
	background-color: #2d5ab3;
}
.tag-state.ing {
	background-color: #70ad47;
}
.tag-state.end {
	background-color: #bfbfbf;
}
.ecology-list li:hover {
	box-shadow: 0 7px 10px 0 #ccc;
	transform: translateY(-10px);
}
.ecology-list li:hover aside {
	color: #2d5ab3;
}

.ecology-detail {
	display: flex;
	justify-content: space-between;
}
.ecology-detail .left-ardess {
	width: 33.43%;
}
.ecology-detail .left-ardess-top {
	padding: 20px;
	background-color: #f2f6f9;
	box-sizing: border-box;
}
.ecology-detail .left-ardess-top .tit {
	padding: 25px 0;
	font-size: 20px;
	font-weight: bold;
}
.ecology-detail .left-ardess-top .date {
	margin-bottom: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dddddd;
}
.ecology-detail .left-ardess-top aside {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #555;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.ecology-detail .left-ardess-top aside img{width: 20px;margin-right: 10px;}
.ecology-detail .left-ardess-top p {
	padding-left: 30px;
	line-height: 2.22;
	font-size: 18px;
	color: #00479d;
}
/* .ecology-detail .left-ardess-top .date aside {
	background-image: url("/cn/images/icon_time.png");
}
.ecology-detail .left-ardess-top .info aside {
	background-image: url("/cn/images/icon_person.png");
} */
.ecology-detail .left-ardess .buy {
	position: relative;
	display: block;
	width: 160px;
	line-height: 50px;
	margin: 44px auto 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	background-color: #f39800;
	transition: .3s;
}
.ecology-detail .left-ardess .buy:before {
	content:'';
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 15px;
	vertical-align: middle;
	background: url("/cn/images/icon_cart.png") no-repeat center;
}
.ecology-detail .left-ardess .buy:hover {
	background-color:#00479d;
}
.ecology-detail .right-txt {
	width: 62.68%;
}
.ecology-detail .right-txt .info {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #eeeeee;
}
.ecology-detail .right-txt .info p {
	line-height: 2;
	color: #64798a;
	font-size: 16px;
}
.ecology-detail .right-txt .info .date {
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 16px;
	color: #666;
	background: url("/cn/images/icon_date.png") no-repeat left center;
}

.ecology-detail-download {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #eeeeee;
}
.ecology-detail-download ul li {
	padding: 30px 20px;
	background: #F2F6F9;
}

.ecology-detail-download ul li:nth-of-type(even) {
	background: none;
}

.ecology-detail-download ul li h4 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
}

.ecology-detail-download ul li h4 a img {
	margin-right: 20px;
	max-width: 34px;
}

.ecology-detail-download 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;
}

.ecology-detail-download ul li h4 .pro-detail2-txt span {
	position: relative;
	color: #999;
	padding-right: 20px;
}

.ecology-detail-download ul li h4 .pro-detail2-txt span:after {
	content: '';
	position: absolute;
	z-index: 10;
	top: 7px;
	width: 1px;
	left: inherit;
	height: 8px;
	background-color: #ccc;
	right: 10px;
}

.ecology-detail-download ul li h4 .pro-detail2-txt span:last-child {
	padding-right: 0;
}

.ecology-detail-download ul li h4 .pro-detail2-txt span:last-child:after {
	display: none;
}

.ecology-detail-download ul li p {
	margin-top: 10px;
	margin-left: 40px;
	color: #999;
}

.ecology-detail-download ul li p span {
	font-weight: 700;
	color: #666;
}
.ecology-detail-imgGallery {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #eeeeee;
}
.ecology-detail-imgGallery .owl-nav {
	text-align: center;
}
.ecology-detail-imgGallery .owl-nav > div {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin:0 5px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ecology-detail-imgGallery .owl-nav > div.owl-prev {
	background-image: url("/cn/images/left_btn.png");
}
.ecology-detail-imgGallery .owl-nav > div.owl-prev:hover {
	background-image: url("/cn/images/left_btn_hover.png");
}
.ecology-detail-imgGallery .owl-nav > div.owl-next {
	background-image: url("/cn/images/right_btn.png");
}
.ecology-detail-imgGallery .owl-nav > div.owl-next:hover {
	background-image: url("/cn/images/right_btn_hover.png");
}

.ecology-detail-videos .row-span3 ul li {
	width: 50%;
}

/*ka电子质量治理*/
.quality-img-list {
	padding-bottom: 60px;
}
.quality-img-list .text {
	width: 46.26%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}
.quality-img-list li:first-of-type .text{
	border-top:1px solid #eaeaea;
}
.quality-img-list li:last-of-type .text{
	border-bottom:1px solid #eaeaea;
}
.quality-img-list li:nth-child(even) .text {
	padding-right: 50px;
}
.quality-img-list .pic {
	width: 50%;
}
.quality-img-list .text h4{
	margin-bottom: 24px;
	font-size: 20px;
	color: #00479d;
}
.quality-img-list .text p {
	position: relative;
	line-height: 1.875;
	font-size: 16px;
	color: #666666;
}
.quality-img-list .text .p {
	padding-left: 23px;
	background: url("/cn/images/line-s.png") no-repeat left 14px/10px;
}
.quality-img-list .text .p:before {
	position: absolute;
	content: '';
	display:none;
	top: 14px;
	left:0;
	width: 10px;
	height: 2px;
	background-color: #00479d;
	box-sizing: border-box;
}

.quality-wp .quality-list:not(:last-of-type) {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #eeeeee;
}
.quality-wp .quality-list h3 {
	font-size: 20px;
}
.quality-wp .quality-list ul {
	margin: -20px -20px 0 -20px;
}
.quality-wp .quality-list ul li {
	padding: 0 20px;
}
.quality-wp .quality-list ul li .quality-list-item{
	padding: 35px 44px 30px 30px;
}
.quality-wp .quality-list ul li .quality-list-item h4 {
	height: 58px;
	overflow: hidden;
}
.quality-wp .quality-list ul li .quality-list-item .news-more {
	margin-top: 70px;
}

/*汽车芯片实验室*/
.chipLab .chipLab-item1 {
	position: relative;
	margin-bottom: 60px;
}
.chipLab .chipLab-item1 .text {
	position: absolute;
	width: 37.31%;
	top: 50%;
	right: 0;
	padding-right: 5.9%;
	transform: translateY(-50%);
	color: #fff;
	box-sizing: border-box;
}
.chipLab .chipLab-item1 .text h4{
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
.chipLab .chipLab-item1 .text p {
	font-size: 16px;
	line-height: 1.875;
	color: #fff;
	text-align: justify;
}

.chipLab .chipLab-item2 h3 {
	margin-bottom: 35px;
	font-size: 20px;
	text-align: center;
}
.chipLab .chipLab-item2 .owl-carousel {
	padding: 0 70px;
	box-sizing: border-box;
}
.chipLab .chipLab-item2 .item {
	padding: 35px 40px;
	text-align: center;
	background-color: #f2f6f9;
}
.chipLab .chipLab-item2 .item img {
	max-width: 68px;
	margin: 0 auto 10px;
}
.chipLab .chipLab-item2 .item p {
	height: 60px;
	line-height: 1.875;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
}
.chipLab .chipLab-item2 .info {
	padding: 50px 0;
	text-align: center;
}
.chipLab .chipLab-item2 .info p {
	line-height: 1.875;
	font-size: 16px;
	color: #666666;
}
.chipLab .chipLab-item3 {
	margin: 0 auto;
}
.chipLab .chipLab-item3 .poster-btn {
	position: absolute;
	width: 231px;
	height: 100%;
	top: 0;
	cursor: pointer;
	z-index: 10;
}
.chipLab .chipLab-item3 .poster-btn.poster-prev-btn {
	left: 0;
}
.chipLab .chipLab-item3 .poster-btn.poster-next-btn {
	right: 0;
}

.chipLab .owl-nav {
	text-align: center;
}
.chipLab .owl-nav > div {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	top:50%;
	margin-top: -20px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.chipLab .owl-nav > div.owl-prev {
	left: 0;
	background-image: url("/cn/images/left_btn.png");
}
.chipLab .owl-nav > div.owl-prev:hover {
	background-image: url("/cn/images/left_btn_hover.png");
}
.chipLab .owl-nav > div.owl-next {
	right: 0;
	background-image: url("/cn/images/right_btn.png");
}
.chipLab .owl-nav > div.owl-next:hover {
	background-image: url("/cn/images/right_btn_hover.png");
}

/* *************************** 以下为响应式 **************************** */

@media (max-width: 1700px) {
	header .header-content {
		padding: 0 2%;
	}

	.home-menu ul li .home-menu-content {
		padding: 0 20px;
	}

	.home-news .home-news-list ul li .home-news-txt h3 {
		font-size: 22px;
	}

	footer .left-nav {
		width: 78%;
	}

	.banner .item .ban-content h3 {
		letter-spacing: 1px;
	}

	.more {
		width: 150px;
		height: 40px;
	}

	.main-right-cotent {
		padding-right: 5%;
		padding-left: 5%;
	}

	.main-right-cotent.active {
		padding-left: 5%;
	}

	.main-right-cotent .jobs-content .main-right-top .btn {
		width: 40%;
		font-size: 16px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
}

@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;
	}
	
	.chipLab .chipLab-item2 .item {
		padding: 12%;
	}
	.chipLab .chipLab-item2 .item p {
		height: 90px;
	}
}

<!--耗时1760136391.6844秒-->