input {
	outline: none;
}

main.homepage {
	margin-top: 80px;
}

main.homepage::before {
	display: block;
	content: "";
	clear: both;
}

main.homepage::after {
	display: block;
	content: "";
	clear: both;
}

.text-center {
	text-align: center;
}

.large-12 {
	width: 100%;
}

main .product-res .show {
	float: left;
	padding-top: 10px;
}

main .product-res .product-res_filter {
	background: #F7F7F7;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #EFEFEF;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1;
}

.new-filter select[multiple] {
	width: auto;
	height: 220px;
	font-size: 12px;
	margin: 0 10px 0 0;
}

@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.woff2");
	src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
		url("../fonts/fontawesome-webfont.woff2") format("woff"),
		url("../fonts/Flaticon.ttf") format("truetype"),
		url("../fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.eot");
	src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Flaticon.woff") format("woff"),
		url("../fonts/Flaticon.ttf") format("truetype"),
		url("../fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}

select {
	height: 2.4375rem;
	padding: 50px;
	border: 1px solid #cacaca;
	margin: 0 0 1rem;
	font-size: 1rem;
	font-family: inherit;
	line-height: normal;
	color: #0a0a0a;
	background-color: #fefefe;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-size: 9px 6px;
	background-position: 100%;
	background-origin: content-box;
	background-repeat: no-repeat;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.new-clear-filter {
	display: block;
	font-size: 12px;
	text-decoration: underline;
}

.new-filter {
	overflow-x: auto;
	white-space: nowrap;
}

.new-filter table td {
	height: 230px;
	vertical-align: top;
}

table tbody,
table tfoot,
table thead {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}

table.dataTable thead th,
table.dataTable thead td {
	background: #3d3d3d;
	color: #fff;
	border-left: 1px solid #ddd;
	padding: 20px 15px 10px;
}

table.dataTable thead th:nth-child(1) {
	border-left: none;
}

#table-products td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#table-products td:nth-child(1) {
	border-left: none;
}

.xfmrs-div-select {
	height: 220px;
	font-size: 12px;
	overflow-y: auto;
	padding-left: 0px;
	width: auto;
	min-width: 120px;
	overflow-x: hidden;
	background-color: #fff;
}

.xfmrs-div-select div {
	padding: 0px 5px;
	line-height: 20px;
}

.xfmrs-div-select a {
	display: block;
	color: #444;
	vertical-align: middle;
}

.xfmrs-div-select input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 0px;
}

.xfmrs-div-select .xfmrs-option-active {
	background-color: #c1c1c1;
}

main .product-res .product-res_filter {
	background: #F7F7F7;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #EFEFEF;
	margin-top: 20px;
}

main .product .prod-img {
	float: left;
	margin-left: 100px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	width: calc(50% - 100px);
	margin-top: 120px;
	position: relative;
	z-index: 10;
}

main .product .prod-info {
	float: left;
	left: 0;
	position: absolute;
	z-index: 3;
	width: 100%;
}

main .product .spec {
	margin: 60px 0 150px;
}

main .product .prod-img img {
	max-width: 300px;
}

main .product .prod-info h3 {
	font-family: "Myriad Pro";
	font-size: 36px;
	color: #2a5245;
	border-bottom: 1px solid #AAAAAA;
	padding-left: 0;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}

main .product .prod-info .prod-info-text {
	margin-top: 15px;
	max-width: 490px;
	float: left;
	padding-right: 30px;
	width: 50%;
}

main .product .prod-info .prod-info-btns {
	display: inline-block;
	border-left: 1px solid #AAAAAA;
	padding-left: 30px;
	margin-top: 20px;
	width: auto;
}

main .product .prod-info .prod-info-text .current {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	color: #2a5245;
	text-decoration: none;
	text-transform: uppercase;
}

main .product .prod-info .prod-info-btns .button {
	display: block;
	position: relative;
	text-transform: uppercase;
	border-radius: 50px;
	color: #fff;
	padding: 15px 30px 15px 65px;
	margin-bottom: 40px;
}

main .product .prod-info .prod-info-btns .green {
	background-color: #2A5245;
}

main .product .prod-info .prod-info-btns .green i {
	color: #2A5245;
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 34px;
	background-color: #fff;
	border-radius: 100%;
	padding: 9px 7px;
	width: 48px;
	height: 48px;

}

main .product .prod-info .prod-info-btns .red i {
	color: #fff;
	position: absolute;
	top: 16px;
	left: 6px;
	font-size: 44px;
	border-radius: 100%;
	padding: 7px 8px;
	width: 48px;
	height: 48px;
}

main .product .prod-info .prod-info-btns .button p {
	font-size: 20px;
	margin: 0;
	line-height: 18px;
}

main .product .prod-info .prod-info-btns .button span {
	font-size: 11px;
}

main .product .prod-info .prod-info-btns .red {
	background-color: #C0392B;
}

main .product .prod-info .prod-info-btns .phone {
	color: #2A5345;
	padding-bottom: 10px;
}

main .product .prod-info .prod-info-btns .phone i {
	font-size: 42px;
	float: left;
	margin-right: 10px;
	margin-top: 13px;
}

.flaticon-question-mark:before {
	font-family: Flaticon;
	font-style: normal;
	content: "\f102";
}

.flaticon-notepad:before {
	font-family: Flaticon;
	font-style: normal;
	content: "\f101";
}

.flaticon-customer-service:before {
	font-family: Flaticon;
	font-style: normal;
	content: "\f100";
}

.product .columns .flex {
	position: relative;
}



main .product .prod-info .prod-info-btns .phone p {
	font-size: 26px;
	line-height: 24px;
	margin-left: 44px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.tabs {
	margin: 0;
	list-style-type: none;
	background: #fefefe;
	border: 1px solid #e6e6e6;
}

main .product .spec .tabs li {
	padding: 0;
	border: none;
}

.tabs-title {
	float: left;
}

main .product .spec .tabs .is-active a {
	background-color: #2A5345;
	position: relative;
}

main .product .spec .tabs li a {
	font-size: 20px;
	color: #fff;
	background-color: #BBBBBB;
}

.medium-4 {
	width: 33.33333%;
}

.tabs-title>a {
	display: block;
	padding: 1.25rem 150px;
	line-height: 1;
	font-size: .75rem;
}

main .product .spec .tabs .is-active a:before {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	bottom: -30px;
	font-size: 50px;
	color: #2A5345;
	left: 50%;
	margin-left: -15px;
}


.row {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border: 1px solid #3d3d3d;
	border-collapse: separate;
}

.has-tip {
	border-bottom: 1px dotted #8a8a8a;
	font-weight: 700;
	position: relative;
	display: inline-block;
	cursor: help;
}

.position {
	font-size: 12px;
	line-height: 30px;
	color: #222;
}

.position a {
	font-size: 15px;
	line-height: 30px;
	color: #222;
	margin: 0px 15px;
}

.position a:nth-child(1) {
	margin-left: 0px;
}

.position label {
	width: 24px;
	height: 30px;
	background-image: url(../images/position_arr.png);
	background-repeat: no-repeat;
	background-position: center 6px;
	background-size: auto 15px;
	margin: 0px 0px;
	vertical-align: middle;
}

main .product-res_filter table tbody tr td:first-child,
main .product-res_filter table tbody tr th:first-child {
	padding-left: 0px;
}

main .product-res .product-res_filter {
	padding: 0px;
	border-radius: 0;
}

main .product-res .product-res_filter td {
	padding: 0px;
	border-left: 1px solid #ddd;
}

main .new-filter label {
	padding: 10px;
	width: 100%;
	background-color: rgb(61, 61, 61);
	color: #ddd;
	margin-bottom: 0px;
	line-height: 20px;
}

main .new-filter table {
	margin: 0px 0px;
}

main .new-filter table .xfmrs-div-select::-webkit-scrollbar,
.new-filter::-webkit-scrollbar,
.xmf-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

main .new-filter table .xfmrs-div-select::-webkit-scrollbar-track,
.new-filter::-webkit-scrollbar-track,
.xmf-list::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #F5F5F5;
}

main .new-filter table .xfmrs-div-select::-webkit-scrollbar-thumb,
.new-filter::-webkit-scrollbar-thumb,
.xmf-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgb(191, 191, 191);
	background-color: #bfbfbf;
}

.dataTables_length {
	padding: 0;
	background-color: #ffffff;
	margin: 30px 0px;
}

.dataTables_length input[type="text"] {
	width: 250px;
	height: 40px;
	padding: 0px 15px;
	float: left;
	border: none;
	font-size: 15px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}


.dataTables_length input[type="submit"] {
	height: 40px;
	padding: 0px 15px;
	float: left;
	border: none;
	background-color: rgb(37, 149, 213);
	color: #fff;
	font-size: 14px;
	background-image: url(../images/ico_search.png);
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
}

.dataTables_length::after {
	display: block;
	content: "";
	clear: both;
}

#table-products tbody tr:nth-child(odd) td {
	background: #eee;
}

.dataTable tr th {
	font-size: 14px;
}

table tbody tr td:nth-child(1) img {
	width: 30px;
	margin-right: 15px;
}

#table-products_paginate {
	padding: 10px;
	margin: 20px 0px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#table-products_paginate li {
	list-style: none;
}

#table-products_paginate a,
#table-products_paginate .pageinfo,
span.page-status {
	display: inline-block;
	border: 1px solid #707070;
	padding: 3px 12px;
	font-size: 14px;
	color: #333;
	margin: 0px 3px;
	border-radius: 4px;
}

#table-products_paginate a.page-num-current {
	background-color: #2595d5;
	border-color: rgb(37, 149, 213);
	color: #fff;
}

#table-products_paginate li.thisclass a {
	background-color: rgb(37, 149, 213);
	border-color: rgb(37, 149, 213);
	color: #fff;
}

.dataTables_length span {
	float: right;
	color: #666;
	font-size: 13px;
	line-height: 40px;
}

.input-label {
	border-bottom: 1px solid #ddd;

}

.input-label input {
	border: none;
	line-height: 24px;
	padding: 0px 20px;
	width: 100%;
}

.prod_ban {
	width: 100%;
	height: 325px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.prod_ban .wid1200 {
	width: 1200px;
	margin: auto;
	text-align: right;
	padding: 80px 0px;
}

.prod_ban .wid1200 .redline {
	display: inline-block;
	width: 150px;
	height: 6px;
	background-color: #ff0000;
	border-radius: 10px 0 10px 0;

}

.prod_ban .wid1200 .texth1 {
	font-size: 50px;
	margin: 20px 0 30px;
	color: #fff;

}

.prod_ban .wid1200 .texth2 {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
}

.apply_main .txt {
	font-size: 15px;
	color: #ff0000;
	display: block;
	margin: 20px 0;
}

.prod_tit {
	display: block;
	width: 100%;
	background: #f6f6f6;
	border-left: 5px solid rgb(0, 114, 206);
}

.apply_inp {
	overflow: hidden;
	margin-bottom: 20px;
}

dl dt {
	display: inline-block;
}

.apply_inp dl {
	overflow: hidden;
	float: left;
	width: 25%;
	margin-top: 20px;
	margin-bottom: 0px;
}

.apply_inp dt {
	line-height: 40px;
	float: left;
	width: 100px;
	text-align: right;
}

.prod_tit h5 {
	width: auto;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0px;
	line-height: 35px;
}

.prod_tit em {
	display: inline-block;
	font-size: 15px;
	color: #ff0000;
	font-style: normal;
}

.apply_inp dt p {

	font-size: 15px;
	color: #666;
	margin-bottom: 0px;
	font-weight: normal;
}

.apply_inp .linhe dt p {
	line-height: 20px;
}

.apply_inp dt {
	line-height: 40px;
	float: left;
	width: 100px;
	text-align: right;
}

.apply_inp dd {
	display: block;
	padding-left: 106px;
}

.apply_inp dd input[type='text'] {
	width: 100%;
	height: 40px;
	border: 1px solid #eaeaea;
	padding-left: 10px;
	font-size: 15px;
}

.apply_inp .linhe dt span {
	line-height: 20px;
	display: block;
	color: #ff0000;
	font-size: 12px;
}

#btnId {
	font-size: 15px;
}

.apply_inp dl1 {
	overflow: hidden;
	float: left;
	width: 50%;
	margin-top: 20px;
}

.apply_inp dl1 i {
	font-size: 14px;
	font-style: normal;
}

.apply_inp dd1 {
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	margin-top: 20px;
	line-height: 40px;
}

#form1 {

	padding-bottom: 40px;
}

.channel {
	padding: 10px;
	background-color: #f1f1f1;
}

.channel .citem {
	display: inline-block;
	margin-right: 40px;
	color: #222;
	font-size: 16px;
	line-height: 30px;
}

.channel .citem.active {
	border-bottom: 3px solid rgb(0, 114, 206);
}

.menu-card {
	min-height: 30px;
	background-color: #ffffff;
	margin-bottom: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 5px;
	/* width: 200px; */
}

.menu-card a {
	font-size: 16px;
	line-height: 20px;
	display: block;
	padding-left: 15px;
	color: #000000;
	border-left: 2px transparent solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-card a.active {
	background-color: rgb(61, 61, 61);
	color: #ffffff;
}

div.left-menu {
	border-radius: 4px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.content-box-right {
	margin-top: 20px;
	width: 100%;
	min-height: 400px;
	background-color: #fff;
	border-radius: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
}

.content-box-right .content-header {
	padding: 10px 30px;
}

.content-box-right .article-content {
	margin: 10px 30px;
}

.content {
	background-color: #f1f1f1;
	padding-bottom: 50px;
}

.contact h2 {
	font-size: 18px;
	color: rgb(40, 109, 210);
	margin: 15px 0px;
}

.contact p {
	margin-bottom: 5px;
	font-size: 14px;
}

.contact::after {
	display: block;
	content: "";
	clear: both;
}

main .product .spec .tabs-content {
	border: none;
	background-color: #eeeeee;
	padding: 0 10px;
	background: #fefefe;
	transition: all .5s ease;
}

main .product .spec ul {
	padding-left: 0px;
}

.tabs-panel {
	display: none;
	padding: 1rem;
}

.tabs-panel.is-active {
	display: block;
}

main .product .spec .tabs-content table {
	margin: 60px 0px;
	color: #222;
}

main .product .spec .tabs-content table tbody tr td {
	background-color: #EEEEEE;
	border: 1px solid #BEBEBE;
	color: #222;
}

main .product .spec .tabs-content table tbody tr td:first-child {
	width: 250px;
	background-color: #DDDDDD;
	padding-left: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
}

main .product {
	margin-top: 50px;
}

main .product img {
	max-width: 100%;
}

main .product .spec ul::after {
	clear: both;
	content: "";
	display: block;
}

main .product .large-3 {
	width: 25%;
	float: left;
	padding: 0px 10px;
}

main .product .spec .tabs-content {
	border: none;
	background-color: #eeeeee;
	padding: 0 10px;
}

.map {
	margin-top: 50px;
}

.map iframe {
	border: none;
}

.system_li li {
	float: left;
	width: 11.11111%;
	text-align: center;
	padding: 10px 0;
	position: relative;
	border-left: 1px solid #eaeaea;
	list-style-type: none;
}

.recommend_table td .btn {
	background: #999999;
	font-size: 14px;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	padding: 0 20px;
	line-height: 30px;
}

.recommend_table td .btn::after,
.recommend_table td .btn::before {
	content: none;
}

.recommend_table table img {
	max-width: 20px;
	width: 20px;
}

.recommend_table a {
	color: #666;
}

.recommend_table td .btn:hover {
	background-color: #0060BF;
}

.system_main .box img {
	width: 100%;
}

.system_li li:first-child {
	border-left: 0;
}

.system_li li img {
	margin: 0 auto;
}

.system_li li.active img {
	display: none;
	margin-bottom: 5px;
}

.system_li li.active .hide {
	display: block !important;
}

.header-search {
	display: flex;
}

.header-search input[type='text'] {
	height: 30px;
}

.header-search input[type='submit'] {
	height: 30px;
	padding: 0px 10px;
	border: 1px solid rgb(0, 114, 206);
	border-left: none;
	background-color: rgb(0, 114, 206);
	color: #fff;
}

.content-box-right .content-header h4 {
	font-weight: bold;
	color: #222;
}

.apply_main .m-c,
.c_portalResProblem_list-01001 .m-c {
	color: #2595d5;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px;
	font-size: 24px;

}

.apply_main .m-item {
	display: flex;
	cursor: pointer;
	width: 100%;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 15px 0;
	font-size: 0;
	margin-bottom: 15px;
}

.apply_main .m-d {
	display: inline-block;
	vertical-align: middle;
	width: 11%;
	text-align: center;
}

.apply_main .m-e {
	width: 51%;
	display: inline-block;
	vertical-align: middle;
	color: #888888;
	line-height: 35px;
	font-size: 16px;
}

.apply_main .m-f {
	width: 26%;
	display: inline-block;
	vertical-align: middle;
	color: #888888;
	line-height: 35px;
	font-size: 16px;
}

.apply_main .m-gimg1 {
	display: inline-block;
}

.apply_main .m-gimg2 {
	display: none;
}

.apply_main .m-item:hover .m-gimg1 {
	display: none;
}

.apply_main .m-item:hover .m-gimg2 {
	display: block;
}

.c_portalResProblem_list-01001 .p_articles {
	display: inline-block;
	height: auto;
	width: calc((100% - 0px)/1);
	padding: 5px 10px;
	overflow: hidden;
	position: relative;
}

.c_portalResProblem_list-01001 .p_ListConBoxA {
	display: inline-block;
	width: 100%;
	height: auto;
}

.c_portalResProblem_list-01001 .p_headBox {
	width: auto;
	height: auto;
	background-color: #F9FAFB;
	border: 1px solid rgb(228, 228, 228);
	box-sizing: content-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	display: -webkit-box;
}

.c_portalResProblem_list-01001 .p_BottomBox {
	margin: 0;
	width: 236px;
	height: 317px;
	padding: 0;
	border-width: 1px;
	border-style: none;
	border-color: rgba(228, 228, 228, 0);
	background-color: transparent;
	overflow: hidden;
}

.c_portalResProblem_list-01001 .p_switchBox {
	width: auto;
	height: auto;
	padding: 0 10px;
	vertical-align: middle;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.c_portalResProblem_list-01001 .p_leftbox {
	height: auto;
	padding: 10px 0 0 0;
	width: calc(100% - 50px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.c_portalResProblem_list-01001 .p_askeBox {
	width: auto;
	height: auto;
	padding-left: 20px;
	padding-bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -moz-box;
	display: flex;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.c_portalResProblem_list-01001 .p_AssistBox {
	float: right;
	width: auto;
	height: auto;
	padding-bottom: 10px;
	display: flex;
}

.c_portalResProblem_list-01001 .p_ListNomIcon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 18px;
}

.c_portalResProblem_list-01001 .p_Aske {
	display: inline-table;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 13px;
	width: auto;
	height: 20px;
	background-color: rgba(237, 90, 90, 1);
	text-align: center;
	color: rgba(255, 255, 255, 1);
	word-break: break-all;
	white-space: normal;
	padding: 0 5px;
}

.c_portalResProblem_list-01001 .p_ListConBoxA .p_linkA {
	cursor: default;
	margin-left: 10px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	white-space: normal;
}

.c_portalResProblem_list-01001 .p_title {
	padding: 0;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 30px;
	margin-bottom: 0px;
}

.c_portalResProblem_list-01001 .p_Answer {
	display: none;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	border-top: 0px;
}

.c_portalResProblem_list-01001 .p_time {
	font-size: 14px;
}

.flex {
	display: flex;
}

.cs_body_cb_list_ipt_time select {
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border: none;
}

textarea.textarea {
	display: block;
	border: 1px solid #eaeaea;
	padding: 10px;
	width: 100%;
	height: 150px;
	font-size: 13px;
}

.apply_inp dd select {
	width: 100%;
	border: 1px solid #eaeaea;
	height: 40px;
	font-size: 13px;
	padding: 0 10px;
}

.xmf-b {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	padding-bottom: .23rem;
	border-bottom: 1px solid #e9e9e9;
}

.xmf-c {
	display: inline-block;
	vertical-align: bottom !important;
	width: 23.33%;
	margin-right: 2.22%;
	margin-bottom: 17px;
}

.xmf-d {
	color: #333;
	line-height: 1.375;
	padding-bottom: 5px;

}

.s16 {
	font-size: 16px;
}

.xmf-select {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	padding-right: 30px;
	padding-left: 12px;
	white-space: nowrap;
	border: 1px solid #bfbfbf;
	padding-top: 0px !important;
}

.xmf-select .cur {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 2.7em;
	line-height: 2.7em;
	color: #666;
	border: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xmf-list {
	display: none;
	width: 100%;
	max-height: 300px;
	overflow: auto;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 123;
	background-color: #fff;
	outline: 1px solid #bfbfbf;
}

.xmf-select:after {
	display: inline-block;
	content: "";
	border-left: 5px solid transparent;
	border-top: 5px solid #333;
	border-right: 5px solid transparent;
	position: absolute;
	right: 9px;
	top: 50%;
	margin-top: -2px;
	z-index: 1;
}

.xmf-label {
	display: block;
	width: 100%;
	font-size: 0;
	padding-right: 10px;
	padding-left: 34px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	margin: 0px;
	position: relative;
}

.xmf-checkbox {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -7px !important;
}

.xmf-name {
	display: inline-block;
	vertical-align: middle;
	color: #666;
	width: 100%;
	word-break: break-all;
	line-height: 1.5;
	white-space: normal;
	font-weight: normal;
}

.s14 {
	font-size: 14px;
}

.xmf-select.show .xmf-list {
	display: block;
}
#select-position + .col-md-12.columns{
	display: flex;
	flex-wrap: wrap;
}
.xmf-c:nth-child(4n + 1) {
	margin-right: 0;
}

.xmu-table {
	width: 100%;
	border: none;
	table-layout: fixed;
}

.xmu-tr {
	border-bottom: 1px solid #e9e9e9;
	cursor: pointer;
}

.xmu-th {
	background-color: #e9e9e9;
}

.xmu-td {
	border: 1px solid #fff;
	text-align: center;
	color: #333;
	padding: 10px 5px;
	border-bottom-color: #e9e9e9;
	line-height: 20px;
	font-size: 13px;
	background-color: #fff;
	white-space: normal;
	word-wrap: break-word;
}

table tbody tr .xmu-td {
	background-color: #fff;
}

.xmu-td a {
	color: #333;
}

.xmu-th .xmu-td {
	color: #333;
	line-height: 1.4;
	background-color: #e9e9e9 !important;
}

.xmu-tr:hover .xmu-td {
	background-color: #f0f0f0;
}

table .xmu-td img {
	width: auto;
}

.xmu-img {
	width: 55px !important;
}

.system_main #ha.box img {
	max-width: 100%;
	height: auto !important;
}

.xmu-td .bigimg {
	display: none;
	position: absolute;
	width: 400px;
	height: 400px;
	border: 1px solid #ddd;
	margin-left: 200px;
	margin-top: -50px;
	background-color: #fff;
	z-index: 11;
}

.xmu-td .bigimg img {
	width: 100%;
}

.xmu-td:hover .bigimg {
	display: block;
}

.xml-a {
	width: 100%;
	padding-top: 50px;
	padding-bottom: .58px;
	margin-bottom: 50px;
	background-color: #f6f6f6;
}

.xml-b {
	width: 1200px;
	margin: 0 auto;
}

.xml-top {
	width: 100%;
}

.xml-top:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.xml-c {
	float: right;
	font-size: 0;
	margin-bottom: 27px;
}

.xml-form {
	display: block;
	position: relative;
}

.xml-d {
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding-left: 15px;
	width: 290px;
	height: 50px;
	color: #666666;
	background-color: #ffffff;
	border-radius: 4px;
}

.xml-submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #2595d5;
	background-image: url(../images/ico_search.png);
	background-size: 16px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.xml-e {
	float: left;
	font-size: 0;
	margin-bottom: 20px;
	padding-bottom: 8px;
}

.xml-f {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	min-width: 150px;
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
	border-radius: 4px;
}

.xml-f.active {
	background-color: #2595d5;
	color: #feffff;
}

.xml-f.active:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 8px;
	background-image: url('../images/c9-b.png');
	background-size: 16px 8px;
	background-position: center center;
	background-repeat: no-repeat;
}

.xml-cont {
	margin-bottom: 30px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 4px;
	font-size: 0;
}

.xml-g {
	width: 100%;
	font-size: 0;
	padding: 0 10px;
	border-bottom: 2px solid #f6f6f6;
}

.xml-h {
	display: inline-block;
	min-width: 16.6%;
	cursor: pointer;
	text-align: center;
}

.xml-i {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	border-bottom: 2px solid transparent;
	font-size: 14px;
}

.xml-h.active .xml-i {
	border-bottom: 2px solid #2595d5;
	color: #2595d5;
}

.xml-j {
	width: 100%;
	padding: 30px;
}

.xml-j.show {
	display: block;
}

.xml-k {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 425px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
}

.xml-l {
	width: 100%;
}

.xml-m {
	width: 100%;
}

.xml-n {
	display: block;
	cursor: pointer;
	height: 320px;
	line-height: 320px;
	text-align: center;
}

.xml-n img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}

.xml-pagination {
	width: 100%;
	left: 0;
	bottom: 15px;
	text-align: left;
	padding: 0 10px;
}

.xml-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	width: 8px;
	opacity: 1;
	height: 8px;
	background-color: #dcdcdc;
}

.xml-pagination .swiper-pagination-bullet-active {
	background-color: #2595d5;
}

.xml-o {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 425px);
	height: 320px;
	padding-left: 30px;
}

.xml-p {
	width: 100%;
	padding-top: 15px;
	padding-right: 30px;
}

.xml-q {
	width: 100%;
	font-size: 0;
}

.xml-r {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 15px;
	min-width: 25%;
}

.xml-rspan {
	display: inline-block;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid transparent;
}

.xml-r:hover .xml-rspan {
	border-bottom: 1px solid #2595d5;
	color: #2595d5;
}

.xml-s {
	width: 100%;
	margin-top: 15px;
	color: #2595d5;
	margin-bottom: 20px;
	font-size: 20px;
}

.xml-t {
	color: #555555;
	line-height: 2;
}

.xml-t * {
	max-width: 100%;
	color: #555555;
	line-height: 2;
}

.xml-u {
	width: 100%;
	padding: 28px 40px 8px;
	background-color: #ffffff;
	border-radius: 4px;
}

.xml-v {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	padding-right: 10px;
	min-width: 2rem;
	color: #555555;
	margin-bottom: 20px;
}

.xml-v:hover {
	color: #2595d5;
}

.xml-list {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	max-height: 300px;
	overflow: auto;
	z-index: 123;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.xml-list.show {
	display: block;
}

.xml-classify {
	word-break: break-all;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	width: 100%;
	line-height: 1.5;
	color: #555555;
}

.xml-classify:hover {
	color: #2595d5;
}

@media(max-width:750px) {
	.xml-b {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.xml-p{
	    padding-top: 0px; 
        padding-right: 0px;
	}

	.xml-e {
		width: 100%;
		white-space: nowrap;
		overflow: auto;
	}

	.xml-g {
		width: 100%;
		display: block;
		white-space: nowrap;
		overflow: auto;
	}

	.xml-h {
		margin-right: .25rem;
	}

	.xml-k {
		display: block;
		width: 450px;
		max-width: 100%;
		margin: 0 auto;
	}

	.xml-n {
		    height: auto;
    line-height: 100%;
	}
	.xml-f{
	width: 47%;
    margin: 5px;
    float: left;
	}

	.xml-o {
		width: 100%;
		margin-top: 0px;
		height: auto;
        padding-left: 0px;
	}

	.xml-v {
		min-width: 1rem;
		margin-right: 15px;
	}
	.footer .footer-top .footerItem:nth-child(2),
	.footer .footer-top .footerItem:nth-child(3),
	.footer .footer-top .footerItem:nth-child(4) {
		display: none;
	}
	.footer .footer-top{
		width: 100% !important;
		display: flex ;
		flex-direction: column ;
	}
	.mrvll-navigation .mrvll-nav-icon:nth-child(3){
		width: 50px;
	}
	.language{
		display: none;
	}
	.prod_ban .wid1200{
		max-width: 100%;
	}
	.aboutus-commonWidth{
		width: 100%;
	}
	.aboutus_misn_list{
		display: flex;
		flex-direction: column;
	}
	.aboutus_wrap_main_nav_li{
		margin-left: 20px;
	}
	.aboutus_culture_txtbox{
		padding: 32px 20px 34px;
	}
	.aboutus_news_list{
		display: flex;
		flex-direction: column;
		padding: 0px 15px;
	}
	.aboutus_news_rtMian{
		padding: 0;
	}
	.aboutus_news_listRt{
		width: 100%;
	}
	.aboutus_news_rtTxtbox{
		width: 100%;
	}
	.footer,.header{
		width: 100% !important;
		display: block !important;
	}
	.aboutus_history_list{
		padding: 0px 20px;
	}
	.apply_inp dl{
		width: 100%;
	}
	.recommend_table td .btn{
		min-width: 90px;
	}
	.xmf-c{
		width: 47.33%;
	}
	.dataTables_scrollBody{
		overflow-x: auto;
	}
	.dataTables_scrollBody .xmu-table{
		width: 1000px;
	}
	main .product .prod-info{
		position: unset;
	}
	main .product .prod-img{
		margin-left: 0px;
		width: 100%;
		align-items: center;
	}
	.product .columns .flex{
		display: flex;
		flex-direction: column-reverse;
	}
	main .product .large-3{
		width: 50%;
	}
	.tabs-title>a{
		padding: 20px 15px;
		text-align: center;
	}
	.community-cn-box{
		width: 100%;
	}
	.community-cn-technology-ul li{
		width: 100%;
	    margin: 20px;
	}
	
	.container .col-md-12{
		padding: 0px;
	}
	#content .contact .flex{
		display: flex;
		flex-direction: column-reverse;
	}
	#content .contact .flex>div{
		width: 100% !important;
	}
	#content .contact  .col-sm-4{
		padding: 0 !important;
	}
	.aboutus_contact_list li{
		width: calc((100% - 30px)/1) !important;
	}
	.cates-box ul.cates-list>li{
		width: 100% !important;
		margin-right: 0px !important;
	}
	
	.mrvll-hero .item .mrvll-hero-image,.mrvll-hero .item .mrvll-hero-text{
		max-width: 100%;
	}
	.mrvll-hero .item .item-wrapper{
		display: flex;
		flex-direction: column-reverse;
	}
	
}

.footer {
	background: #333;
}

.footer .footer-top {
	padding: 30px 0;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}

@media(min-width:1000px) and (max-width:1200px) {
	.footer .footer-top {
		width: 960px;
		box-sizing: border-box
	}
}

.footer .footerItem:first-child img {
	margin-bottom: 8px;
	margin-top: -5px
}

.footer .footerItem:last-child img {
	margin-top: 3px
}

.footer .footerItem .subscription {
	border-top: 0;
	padding: 15px 0;
	background: 0
}

.footer .footerItem .subscription .el-input-group__append {
	border: 0;
	color: #FFF
}

.footer .footerItem .social-share .social-share-icon {
	margin-bottom: 10px
}

.footer .footerItem p.title {
	color: #fff;
	line-height: 24px;
	margin: 0 0 12px;
	text-align: left;
	font-size: 16px;
	font-weight: bold
}

.footer .footerItem li a {
	color: #b3b3b3;
	line-height: 24px;
	font-size: 15px;
}

.footer .footerItem li a:hover {
	color: var(--red)
}

.footer .footerItem>img {
	width: 120px;
	height: 40px
}

.footer .footerItem>p {
	color: #fff;
	line-height: 24px
}

.footer .footerItem>p a {
	color: #fff;
	font-size: initial;
}

.footer-copy {
	font-size: initial;
}

.footer .footerItem>p i {
	display: inline-block;
	margin: 10px 9px 18px 0;
	font-size: 32px
}

.footer .footerItem>p a.phone-b {
	font-size: 16px;
	color: #fff
}

.footer .footerItem ul.qr-code {
	display: flex
}

.footer .footerItem ul.qr-code li {
	position: relative
}

.footer .footerItem ul.qr-code li i {
	display: inline-block;
	margin-right: 16px;
	width: 32px;
	height: 32px;
	font-size: 22px;
	color: #fff
}

.footer .footerItem ul.qr-code li .qr-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden
}

.footer .footerItem ul.qr-code li:hover .qr-img {
	position: absolute;
	top: -156px;
	left: 0;
	width: 132px;
	height: 156px;
	background-color: #fff
}

.footer .footerItem ul.qr-code li:hover .qr-img img {
	display: block;
	width: 132px;
	height: 132px
}

.footer .footerItem ul.qr-code li:hover .qr-img p {
	text-align: center
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

#select-position{
	position: absolute;
	top: -200px;
	
}