body {
	padding-top: 1.2rem;
	background: #f8f8f8;
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #333;
}

body.on {
	overflow: hidden;
}

a {
	color: #333;
}

img {
	border: 0;
}

input,
select,
textarea {
	font-family: "microsoft yahei";
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

.unsec {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.common_top {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -3.75rem;
	width: 7.5rem;
	height: 1.2rem;
	font-size: 0;
	line-height: 1.2rem;
	background: #ffffff;
	transition: all 0.2s;
	z-index: 100;
}

.common_top.on {
	background: #2a79be;
}

.logo {
	position: relative;
	display: inline-block;
	width: 1.5rem;
	height: 1.2rem;
	vertical-align: middle;
}

.logo img {
	position: absolute;
	top: 50%;
	left: 0.25rem;
	margin-top: -0.49rem;
	width: 0.98rem;
	transition: all 0.3s;
}

.logo img:last-of-type,
.common_top.on .logo img:first-of-type {
	opacity: 0;
}

.common_top.on .logo img:last-of-type {
	opacity: 1;
}

.logo:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.34rem;
	width: 1px;
	height: 0.68rem;
	background: #eeeeee;
	transition: all 0.3s;
}

.common_top.on .logo:before {
	background: #eeeeee;
}

.common_top .title {
	margin-left: 0.26rem;
	display: inline-block;
	font-size: 0.24rem;
	line-height: 0.38rem;
	vertical-align: middle;
	transition: all 0.2s;
}

.common_top.on .title {
	color: #ffffff;
}

.menu_btn {
	display: inline-block;
	width: 1.3rem;
	height: 1.2rem;
	background: #277aca url(../img/menu_icon.png) no-repeat center;
	background-size: 0.48rem;
	vertical-align: middle;
	transition: all 0.2s;
}

.common_top.on .menu_btn {
	background: #353132 url(../img/menu_iconon.png) no-repeat center;
	background-size: 0.43rem;
}

.search_btn {
	margin-right: 0.26rem;
	display: inline-block;
	width: 0.68rem;
	height: 0.68rem;
	background: url(../img/search_btn.png) no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	transition: all 0.2s;
}

.common_top.on .search_btn {
	background: url(../img/search_btnon.png) no-repeat center;
	background-size: 100%;
}

.search_line {
	display: none;
	position: absolute;
	top: 1.23rem;
	left: 0;
	width: 100%;
	height: 1rem;
	padding: 0 0.25rem;
	box-sizing: border-box;
	background: #ffffff;
	line-height: 1rem;
	white-space: nowrap;
	box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.1);
}

.search_line.on {
	display: block;
}

.search_line input {
	width: 5rem;
	height: 0.7rem;
	padding: 0 0.2rem;
	border: 0;
	border-bottom: 1px solid #eeeeee;
	font-size: 0.3rem;
	vertical-align: middle;
}

.search_line button {
	width: 1.6rem;
	height: 0.7rem;
	border: 0;
	background: #044178;
	font-size: 0.3rem;
	color: #ffffff;
	vertical-align: middle;
}

.main {
	margin: auto;
	width: 7.5rem;
}

.banners img,
.prodetbanner img {
	width: 100%;
}

.banners .swiper-pagination,
.prodetbanner .swiper-pagination {
	bottom: 0.2rem;
}

.banners .swiper-pagination-bullet,
.prodetbanner .swiper-pagination-bullet {
	margin: 0 2px !important;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #dbdbdb;
	opacity: 1;
}

.banners .swiper-pagination-bullet-active,
.prodetbanner .swiper-pagination-bullet-active {
	width: 18px;
	background: #f49223;
}

.index_title {
	padding-top: 0.6rem;
	text-align: center;
}

.index_title .eng {
	margin-top: 0.1rem;
	font-size: 0.24rem;
	font-family: arial;
	color: #e4e4e4;
	text-transform: uppercase;
}

.iproct_navline {
	margin-top: 0.3rem;
	padding: 0 0.25rem;
	font-size: 0;
}

.iproct_nav {
	margin: 0 0.2rem 0.2rem 0;
	display: inline-block;
	width: 2.2rem;
	height: 1.4rem;
	padding-top: 0.23rem;
	box-sizing: border-box;
	background: #676767;
	text-align: center;
	vertical-align: top;
}

.iproct_nav:nth-of-type(3n) {
	margin-right: 0;
}

.iproct_nav img {
	width: 0.5rem;
}

.iproct_nav.on {
	background: #277aca;
}

.iproct_content {
	margin: 0 0.25rem;
	padding: 0.25rem;
	background: #f5f5f5;
	box-shadow: 0 0.04rem 0.07rem rgba(0, 0, 0, 0.14);
}

.iproct_type {
	display: none;
}

.iproct_type .img {
	height: 6.5rem;
}

.iproct_type .img img {
	width: 100%;
	height: 100%;
}

.icase_box {
	margin-top: 0.67rem;
	background: #277aca;
}

.icase_content {
	padding: 0.34rem 0.5rem 0.56rem;
}

.icase_first,
.inews_first {
	position: relative;
	display: block;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid #e9e9e9;
}

.icase_first .img,
.inews_first .img {
	height: 2.58rem;
}

.icase_first .img img,
.inews_first .img img {
	width: 100%;
	height: 100%;
}

.icase_first .date,
.inews_first .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.1rem;
	padding: 0.1rem 0;
	background: #00adef;
	color: #ffffff;
	text-align: center;
}

.icase_first .date .day,
.inews_first .date .day {
	font-size: 0.72rem;
	line-height: 0.72rem;
}

.icase_first .date .y-m,
.inews_first .date .y-m {
	margin-top: 0.03rem;
	font-size: 0.2rem;
}

.icase_first .title,
.inews_first .title {
	margin-top: 0.3rem;
	width: 20em;
	font-size: 0.28rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 0.44rem;
}

.inews_first .title {
	color: #333333;
}

.icase_first .msg,
.icase_type .msg,
.inews_first .msg,
.inews_type .msg {
	margin-top: 0.15rem;
	height: 1.2rem;
	font-size: 0.26rem;
	color: #ffffff;
	line-height: 0.4rem;
	opacity: 0.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.inews_first .msg,
.inews_type .msg {
	color: #333333;
}

.icase_type,
.inews_type {
	display: block;
	padding: 0.3rem 0;
	border-bottom: 1px solid #e9e9e9;
}

.icase_type .date,
.inews_type .date {
	display: inline-block;
	width: 1.08rem;
	color: #ffffff;
	vertical-align: top;
}

.inews_type .date {
	color: #bbbbbb;
}

.icase_type .date .day,
.inews_type .date .day {
	font-size: 0.72rem;
	line-height: 0.72rem;
}

.icase_type .date .y-m,
.inews_type .date .y-m {
	margin-top: 0.03rem;
	font-size: 0.2rem;
}

.icase_type .right,
.inews_type .right {
	display: inline-block;
	width: 5.25rem;
	vertical-align: top;
}

.oneline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inews_box {
	padding: 0 0.5rem 0.5rem;
}

.inews_content {
	margin-top: 0.32rem;
}

.inews_type:last-of-type {
	border-bottom: 0;
}

.common_footer {
	margin: auto;
	width: 7.5rem;
	padding: 0.5rem 0.5rem 0;
	box-sizing: border-box;
	background: #2a79be;
	font-size: 0;
}

.f_logo {
	display: inline-block;
	width: 1.45rem;
	height: 1.62rem;
	border-right: 1px dashed rgba(255, 255, 255, 0.2);
	line-height: 1.62rem;
	vertical-align: middle;
}

.f_logo img {
	margin-left: -0.2rem;
	width: 1.3rem;
	vertical-align: middle;
}

.common_footer .msg_container {
	position: relative;
	right: -0.3rem;
	display: inline-block;
	width: 4.95rem;
	vertical-align: middle;
}

.common_footer .msg_container .name {
	position: relative;
	padding-bottom: 0.26rem;
	font-size: 0.3rem;
	color: #ffffff;
}

.common_footer .msg_container .name:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: -50%;
	width: 200%;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
	transform: scale(0.5);
}

.common_footer .msg_container .msgline {
	line-height: 0.45rem;
}

.common_footer .msg_container .msgline .icon {
	display: inline-block;
	width: 0.55rem;
	vertical-align: middle;
}

.common_footer .msg_container .msgline .icon img {
	vertical-align: middle;
}

.common_footer .msg_container .msgline span,
.common_footer .msg_container .msgline a {
	font-size: 0.24rem;
	color: #ffffff;
	opacity: 0.4;
	vertical-align: middle;
}

.footer_navbox {
	position: relative;
	margin-top: 0.43rem;
}

.footernav_li {
	position: relative;
}

.footer_navbox:before,
.footernav_li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -50%;
	width: 200%;
	height: 1px;
	background: rgba(233, 233, 233, 0.2);
	transform: scale(0.5);
}

.footernav_li:before {
	top: auto;
	bottom: 0;
}

.ffirst_nav {
	display: block;
	height: 0.88rem;
	background: url(../img/footer_jt.png) no-repeat right center;
	background-size: 0.12rem;
	font-size: 0.28rem;
	color: #ffffff;
	line-height: 0.88rem;
}

.fnav_second {
	display: none;
	padding-bottom: 0.2rem;
}

.fnav_second a {
	display: block;
	font-size: 0.26rem;
	color: #ffffff;
	opacity: 0.4;
	line-height: 0.7rem;
}

.fnav_second a:before {
	content: "-";
	margin-right: 0.15rem;
}

.footer_bottom {
	margin: 0.47rem -0.5rem 0;
	padding: 0.2rem 0.5rem;
	background: #1a69ad;
}

.footer_bottom p {
	font-size: 0.22rem;
	color: #ffffff;
	line-height: 0.38rem;
	opacity: 0.4;
}

.footer_bottom a {
	color: #ffffff;
}

.common_navbox {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -3.75rem;
	width: 7.5rem;
	height: 100%;
	padding: 1.2rem 0.5rem;
	box-sizing: border-box;
	background: #ffffff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 99;
}

.commonnav_li {
	position: relative;
}

.commonnav_li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: -50%;
	width: 200%;
	height: 1px;
	background: #e9e9e9;
	transform: scale(0.5);
}

.cfirst_nav {
	display: block;
	height: 1rem;
	background: url(../img/cnav_jt.png) no-repeat right center;
	background-size: 0.16rem;
	font-size: 0.3rem;
	line-height: 1rem;
}

.cfirst_nav.on {
	background: url(../img/cnav_jton.png) no-repeat right center;
	background-size: 0.29rem;
}

.cnav_second {
	display: none;
	padding-bottom: 0.2rem;
}

.cnav_second a {
	display: block;
	font-size: 0.26rem;
	color: #999999;
	line-height: 0.8rem;
}

.cnav_second a:before {
	content: "-";
	margin-right: 0.15rem;
}

.common_banner {
	font-size: 0;
}

.common_banner img {
	width: 100%;
}

.second_navline {
	position: relative;
	background: #277aca;
	z-index: 10;
}

.second_first {
	height: 0.88rem;
	padding: 0 0.3rem;
	background: url(../img/second_jt.png) no-repeat right 0.3rem center;
	background-size: 0.12rem;
	font-size: 0.28rem;
	color: #ffffff;
	line-height: 0.88rem;
}

.second_navline .content {
	display: none;
	position: absolute;
	top: 0.88rem;
	left: 0;
	width: 100%;
	padding: 0 0.3rem 0.3rem;
	box-sizing: border-box;
	background: #277aca;
}

.second_navline .content.on {
	display: block;
}

.second_navline .content a {
	position: relative;
	display: block;
	height: 0.88rem;
	background: url(../img/second_jt.png) no-repeat right center;
	background-size: 0.12rem;
	font-size: 0.28rem;
	color: #ffffff;
	line-height: 0.88rem;
}

.second_navline .content a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: -50%;
	width: 200%;
	height: 1px;
	background: #e9e9e9;
	transform: scale(0.5);
}

.product_container {
	font-size: 0;
	padding-bottom: 0.1rem;
}

.product_type {
	display: block;
	margin-bottom: 0.1rem;
	background: #ffffff;
}

.product_type .img {
	position: relative;
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	vertical-align: middle;
}

.product_type .img img {
	width: 100%;
	height: 100%;
}

.product_type .img:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -50%;
	width: 1px;
	height: 200%;
	background: #f0f1f2;
	transform: scale(0.5);
}

.product_type .right {
	margin-left: 0.3rem;
	display: inline-block;
	width: 4.75rem;
	vertical-align: middle;
}

.product_type .right .msg {
	margin-top: 0.25rem;
	height: 1.08rem;
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.36rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.prodet_msgbox {
	margin-top: 0.2rem;
	background: #ffffff;
	padding: 0.5rem 0.35rem;
}

.prodet_msgbox .title {
	font-size: 0.38rem;
	font-weight: bold;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid #e9e9e9;
}

.prodet_msgbox .content {
	margin-top: 0.45rem;
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.54rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.prodet_content {
	margin: 0.2rem 0;
	padding: 0.5rem 0.35rem;
	background: #ffffff;
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.42rem;
}

.prodet_content img {
	max-width: 100%;
}

.about_box {
	padding: 0.5rem 0.35rem;
}

.about_box .content {
	margin-top: 0.5rem;
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.42rem;
}

.about_box .content img {
	width: 100%;
}

.contact_box {
	padding: 0.5rem 0.25rem;
}

.contact_top {
	padding-bottom: 0.3rem;
	font-size: 0;
}

.contact_type {
	margin-bottom: 0.3rem;
}

.contact_type img {
	margin-top: 0.1rem;
	width: 0.6rem;
	vertical-align: top;
}

.contact_type .right {
	display: inline-block;
	width: 6.2rem;
	font-size: 0.32rem;
	color: #666666;
	line-height: 0.54rem;
	vertical-align: top;
}

.contact_map {
	height: 5rem;
	padding: 0.1rem;
	background: #ffffff;
}

.contact_map #map {
	height: 100%;
}

.news_container {
	font-size: 0;
	padding-bottom: 0.1rem;
}

.news_type {
	margin-bottom: 0.1rem;
	display: block;
	background: #ffffff;
}

.news_type .date {
	position: relative;
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	vertical-align: middle;
}

.news_type .date:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -50%;
	width: 1px;
	height: 200%;
	background: #f0f1f2;
	transform: scale(0.5);
}

.news_type .date .in {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

.news_type .date .in .day {
	font-size: 0.8rem;
	line-height: 0.8rem;
}

.news_type .date .in .y-m {
	margin-top: 0.05rem;
	font-size: 0.26rem;
}

.news_type .right {
	margin-left: 0.28rem;
	display: inline-block;
	width: 4.75rem;
	vertical-align: middle;
}

.news_type .title {
	font-size: 0.28rem;
}

.news_type .msg {
	margin-top: 0.2rem;
	font-size: 0.24rem;
	color: #323232;
	line-height: 0.38rem;
	opacity: 0.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.newsdet_box {
	margin: 0.2rem 0;
	background: #ffffff;
}

.newsdet_top {
	padding: 0.5rem 0.35rem 0.3rem;
	border-bottom: 1px solid #e9e9e9;
}

.newsdet_top .msgline {
	margin-top: 0.3rem;
}

.newsdet_top .msgline span {
	display: inline-block;
	margin: 0 0.15rem;
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.42rem;
}

.newsdet_content {
	padding: 0.35rem;
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.45rem;
}

.newsdet_content img {
	max-width: 100%;
}

.advmsg_box {
	font-size: 0;
	margin-top: 0.5rem;
}

.lh48 {
	line-height: 0.48rem;
}

.advmsg_line {
	margin-bottom: 0.2rem;
	height: 1rem;
	padding: 0 0.25rem;
	background: #e6e8eb;
	line-height: 1rem;
}

.advmsg_line input {
	margin-left: 0.1rem;
	width: 5rem;
	height: 1rem;
	border: 0;
	background: transparent;
	font-size: 0.28rem;
	vertical-align: middle;
}

.advmsg_labelline {
	padding: 0.3rem 0.25rem;
	background: #e6e8eb;
}

.advmsg_label {
	position: relative;
	margin-right: 0.5rem;
	display: inline-block;
	height: 0.8rem;
	padding-left: 0.6rem;
	box-sizing: border-box;
	background: url(../img/radio_nor.png) no-repeat left center;
	background-size: 0.36rem;
	line-height: 0.8rem;
	vertical-align: top;
}

.advmsg_label.on {
	background: url(../img/radio_on.png) no-repeat left center;
	background-size: 0.36rem;
}

.advmsg_label input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.advmsg_label:last-of-type {
	margin-right: 0;
}

.advmsg_detmsg {
	margin-top: 0.2rem;
	padding: 0.3rem 0.25rem;
	background: #e6e8eb;
}

.advmsg_detmsg textarea {
	margin-top: 0.15rem;
	width: 100%;
	height: 3rem;
	font-size: 0.28rem;
	border: 0;
	background: transparent;
}

.advmsg_submit {
	margin: 0.3rem auto 0.6rem;
	display: block;
	width: 6.9rem;
	height: 0.88rem;
	border: 0;
	background: #277aca;
	font-size: 0.3rem;
	color: #ffffff;
}