@charset "utf-8";

.home-top-grid1 {
	background: rgba(11, 100, 143, 0.7);
	transition: 0.5s all;
}

.home-top-grid2 {
	background: rgba(226, 23, 55, 0.5);
	transition: 0.5s all;
}

.home-top-grid3 {
	background: rgba(11, 100, 143, 0.4);
	transition: 0.5s all;
}

@font-face {
	src: url(../fonts/HelveticaInserat.ttf);
}

@font-face {
	font-family: 'FuturistCondensed';
	src: url('../fonts/FuturistCondensed Regular.TTF');
	/* IE9*/
	src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'),
		/* IE6-IE8 */
		/*url('../fonts/FuturistCondensed Regular.woff') format('woff'), */
		/* chrome、firefox */
		url('../fonts/FuturistCondensed Regular.TTF') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'SourceHanSansCN-Regular';
	src: url('../fonts/SourceHanSansCN-Regular.ttf');
	src: url('../fonts/SourceHanSansCN-Regular.TTF') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Regular.TTF') format('truetype'),
		url('../fonts/SourceHanSansCN-Regular.svg#iconfont') format('svg');
}

@font-face {
	font-family: 'Didot-HTF-B16-Bold';
	src: url('../fonts/Didot-HTF-B16-Bold.otf');
	src: url('../fonts/Didot-HTF-B16-Bold.otf') format('embedded-opentype'),
		url('../fonts/Didot-HTF-B16-Bold.otf') format('truetype'),
		url('../fonts/Didot-HTF-B16-Bold.svg#iconfont') format('svg');
}

body {
	font-family: "微软雅黑";
	min-width: 320px;
	color: #666;
	overflow-x: hidden;
	outline: none !important;

}

html,
body {
	height: auto;
}

.iconfont {
	font-family: 'iconfont';
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}

.last {
	margin-right: 0 !important;
}

.tHide {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.blockFull {
	display: block;
	width: 100%;
	position: relative;
}

.relative {
	position: relative;
}

a {
	color: #666;
	text-decoration: non !important;
}

a:hover {
	color: #d80808;
	text-decoration: none !important;
}

a:active {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.container {
	width: 1600px;
}

.container2 {
	width: 1210px;
	margin: 0 auto;
	padding: 0 10px;
}

.pic {
	position: relative;
	overflow: hidden;
}

.pic:after {
	content: "";
	display: block;
}

@media (max-width: 1800px) {
	.container {
		width: 1400px;
	}
}

@media (max-width: 1500px) {
	.container {
		width: 1300px;
	}
}

@media (max-width: 1400px) {
	.container {
		width: 1200px;
	}
}

@media (max-width: 1300px) {
	.container {
		width: 1100px;
	}

}

/*手机版菜单*/
nav.mm-menu_offcanvas {
	display: none;
}


#header a.mm_btn {
	display: none;
	width: 55px;
	height: 55px;
	position: absolute;
	right: 0;
	top: 0;
	background: #0063bf;
	transition: .5s all;
}

@media screen and (max-width: 992px) {
	#header a.mm_btn {
		background: center center no-repeat #0063bf;
		display: block;
		width: 55px;
		height: 55px;
		position: absolute;
		top: -1px;
		right: 0;
		padding: 12.5px;
	}

	#header .mm_btn .menu_bar {
		width: 30px;
		height: 30px;
		position: relative;
		transform: translateZ(0) rotate(0);
		transition: transform .4s cubic-bezier(.4, .01, .165, .99);
	}

	#header .mm_btn .menu_bar_item {
		position: absolute;
		left: -5px;
		top: 4px;
		transform: translateZ(0) rotate(0);
		transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
		-webkit-transform: translateZ(0) rotate(0);
		-webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
		width: 30px;
		height: 30px;
	}

	#header .mm_btn .menu_bar_item .rect {
		width: 30px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
		top: 14px;
		/*transition: transform .2s ease .2s;
      -webkit-transition: -webkit-transform .2s ease .2s;*/
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	#header .mm_btn .menu_bar_item .rect.top {
		transform: translate3d(0, -8px, 0);
		-webkit-transform: translate3d(0, -8px, 0);
	}

	#header .mm_btn .menu_bar_item .rect.mid {
		transform: translate3d(0, 0px, 0);
		-webkit-transform: translate3d(0, 0px, 0);
		transition: 0.5s;
	}

	#header .mm_btn .menu_bar_item .rect.bottom {
		transform: translate3d(0, 8px, 0);
		-webkit-transform: translate3d(0, 8px, 0);
	}

	#header .mm_btn.is_active .menu_bar_item.mid {
		opacity: 0;
	}

	#header .mm_btn.is_active .menu_bar_item .rect {
		transition: transform 0s ease 0s;
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 0s ease 0s;
		-webkit-transform: translate3d(0, 0, 0);
	}

	#header .mm_btn.is_active .menu_bar_item.bottom {
		transform: translateZ(0) rotate(-45deg);
		-webkit-transform: translateZ(0) rotate(-45deg);
	}

	#header .mm_btn.is_active .menu_bar_item {
		transform: translateZ(0) rotate(45deg);
		transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
		-webkit-transform: translateZ(0) rotate(45deg);
		-webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
	}

	/*菜单弹出方向*/
	.mm-menu_offcanvas {
		left: auto !important;
	}

	.mm-menu {
		right: 0 !important;
	}

	.mm-menu_offcanvas.mm-menu_opened {
		z-index: 9 !important;
	}

	.mm-slideout {
		z-index: 10 !important;
	}

	.mm-menu.mm-menu_pageshadow:after {
		content: "";
		display: block;
		width: 20px;
		height: 120%;
		position: absolute;
		right: 100%;
		top: -10%;
		z-index: 99;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}

	/*弹出菜单边阴影*/
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-80vw, 0) !important;
		-ms-transform: translate(-80vw, 0) !important;
		transform: translate(-80vw, 0) !important;
		-webkit-transform: translate3d(-80vw, 0, 0) !important;
		transform: translate3d(-80vw, 0, 0) !important;
		/*transform: translate3d(80vw,0,0)!important;*/
	}

	.mm-wrapper_opened .mm-menu_fx-menu-slide {
		-webkit-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}

	/**/
	#menu {
		color: rgba(0, 0, 0, .8);
	}

	#menu .mm-listview .mm-btn_next:after {
		border-color: rgba(189, 189, 189, 1);
	}

	#menu .mm-btn:after,
	#menu .mm-btn:before {
		border-color: rgba(189, 189, 189, 1);
	}

	#menu .mm-navbar a,
	#menu .mm-navbar>* {
		color: rgba(0, 0, 0, .8);
		font-size: 16px;
	}

	#menu.mm-menu_theme-white .mm-counter {
		color: rgba(0, 0, 0, .6);
	}

	#menu .mm-searchfield input {
		background: rgba(0, 0, 0, .3);
		color: rgba(0, 0, 0, .2);
	}

	#menu .mm-listitem,
	#menu .mm-listitem #menu .mm-btn_next,
	#menu .mm-listitem #menu .mm-btn_next:before,
	#menu .mm-listitem:after,
	#menu .mm-listview {
		border-color: rgba(0, 0, 0, .1);
	}

	#menu .mm-navbars_bottom,
	#menu .mm-navbars_top {
		border-color: rgba(0, 0, 0, .1);
	}

	#menu .mm-listitem a {
		font-size: 16px;
	}
}

@media (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate(-440px, 0) !important;
		-ms-transform: translate(-440px, 0) !important;
		transform: translate(-440px, 0) !important;
		-webkit-transform: translate3d(-440px, 0, 0) !important;
		transform: translate3d(-440px, 0, 0) !important;
	}
}

.col-page {
	text-align: center;
	clear: both;
}


.col-banner p {
	position: relative;
	font-size: 24px;
	line-height: 12px;
	color: #ffffff;
	padding-top: 160px;
}

.col-banner span {
	font-size: 36px;
	font-weight: bold;
	line-height: 72px;
	color: #ffffff;
}

.col-banner p:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #f8f8f8;
	bottom: 15px;
	left: 0%;
	bottom: -20px;
}

.col-index-banner {
	position: relative;
	margin-top: 92px;
}


.owl-carousel .owl-item img.big-img {
	display: inline-block !important;
	width: auto !important;
}

.col-index-banner .item {
	text-align: center;
	position: relative;
}

.owl-carousel .owl-item .small-img {
	text-align: center;
}

.owl-carousel .owl-item .small-img img {
	width: auto !important;
	margin-top: -40%;
	margin-left: 48%;
	margin-bottom: 30px;
}

.col-index-banner .item .banner-title {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-top: 15px;
}

.col-index-banner .item .banner-title-en {
	z-index: 99;
	font-family: SourceHanSansCN-Bold;
	text-align: center;
	font-size: 30px;
	line-height: 24px;
	color: #ffffff;
}

.col-index-banner .banner-more {
	text-align: center;
	padding-top: 40px;
}

.col-index-banner .item b {
	font-family: SourceHanSansCN-Regular;
	padding: 9px 45px;
	cursor: pointer;
	border: solid 1px #ffffff;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #0063bf !important;
	background-color: transparent !important;
	border: solid 1px #0063bf !important;
}

.pagination>li>a,
.pagination>li>span {
	margin: 0 7px !important;
	padding: 1px 7px !important;
	border: solid 1px #3b3b3b !important;
	color: #3b3b3b;
	border-radius: 0 !important;
}

/* sbunav */
.subNav {
	background-color: #0063bf;
	padding: 30px 0;
	text-align: center;
}

.subNav a {
	position: relative;
	font-size: 18px;
	line-height: 12px;
	color: #8cadff;
	margin: 0 25px;
	padding: 0 25px;
}

.subNav a:first-child:before {
	left: -25px;
	top: 10px;
	position: absolute;
	content: '';
	width: 14px;
	height: 1px;
	background-color: white;
}

.subNav a:after {
	right: -25px;
	top: 10px;
	position: absolute;
	content: '';
	width: 14px;
	height: 1px;
	background-color: white;
}

.subNav a:hover {
	color: white;
}

/* 顶部电话语言 */

.header-top {
	transition: 0.5s;
	height: 36px;
	background-color: #474747;
	color: #eeeeee;
	font-size: 12px;
	padding-top: 6px;
}

.header-top-left p {
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
}

.header-top-right .header-top-rightTel {
	font-family: SourceHanSansCN-Regular;
	background: url(../images/phone.png) no-repeat;
	background-position-y: 6px;
	padding-left: 20px;
	line-height: 24px;
}


.header-top-right .header-top-rightLang {
	max-width: 130px;
	position: relative;
	font-size: 12px;
}

.header-top-right .header-top-rightLang a {
	padding-left: 10px;
	color: #eeeeee;
}


/* 顶部导航栏 */
.header-banner {
	position: fixed;
	top: 36px;
	z-index: 998;
	height: 110px;
	transition: 0.5s;
}

.header-banner .logo {
	clear: both;
}

.header-banner .logo img {
	margin-top: 24px;
	width: 100%;
	transition: 0.5s;
}

.is-header {
	height: 85px;
	transition: all 0.4s;
	position: fixed;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #eee;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: 0.4s;
}

.is-header .nav ul li {
	line-height: 86px;
}

.is-header .nav .lang-none a {
	line-height: 86px;
}

.is-header .nav ul li a {
	transition: 0.5s;
}

.header-banner .logo img.is-logo {
	transition: 0.6s;
	width: 180px;
	margin-top: 15px;
}

.nav {
	z-index: 2;
}

.nav ul li {
	float: left;
	line-height: 110px;
	font-size: 14px;
	position: relative;
	margin-right: 20px;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li a {
	text-transform: uppercase;
	padding: 45px 28px 46px;
	transition: 0.3s;
	color: #2b2b2b;
}

.nav ul li:hover a {
	color: #0055a5;
}

.nav ul li:hover ul li a {
	color: #0055a5;
}

.nav ul li ul {
	width: 100%;
	position: absolute;
	padding: 10px 0;
	background: #fff;
	display: none;
}

.nav ul li ul li {
	float: none;
	font-size: 14px;
	line-height: 30px;
	border-right: 0;
}

.nav ul li ul li a {
	padding: 0;
	display: block;
	text-align: center;
}

.nav ul li ul li a:hover {
	color: #0055a5;
}

.nav ul li.active a {
	color: #0055a5;
}

/*.nav ul li ul li.active a {
  color: #fff;
  background: #d80808;
  }*/
.nav ul li:last-child {
	border-right: 0;
}

.nav ul,
.nav .lang-none {
	float: left;
}

.nav .lang-none {
	margin-left: 210px;
}

.nav .lang-none a {
	font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	line-height: 110px;
	color: #999999;
}

.nav .lang-none a:first-child {
	position: relative;
	margin-right: 10px;
}

.nav .lang-none a:first-child:after {
	right: -10px;
	content: '';
	top: 50%;
	position: absolute;
	width: 6px;
	height: 1px;
	background-color: #999999;
}

.nav .lang-none a.active {
	font-weight: bold;
	color: #545454;
}

.header-banner {
	position: fixed;
	background-color: white;
	width: 100%;
}

#header {
	display: none;
	width: 65px;
	height: 65px;
	position: absolute;
	right: 0;
	top: 0;
	background: #0063bf;
	transition: .5s all;
}

#header {
	top: 0;
}

/* 首页产品展示 */

.col-index-product {
	padding: 90px 0 100px;
	text-align: center;
}

.title-Big {
	text-align: left;
	font-family: ArialMT;
	font-size: 48px;
	color: #e0e0e0;
	margin-bottom: 0px;
	line-height: 42px;
}

.title-Small {
	font-family: SourceHanSansCN-Regular;
	font-weight: 600 !important;
	text-align: left;
	font-size: 30px;
	color: #0063bf;
	margin-bottom: 50px;
}

.common-O .pull-right a {
	font-size: 14px;
	line-height: 124px;
	color: #545454;
}

.common-O .pull-right a span {
	color: #bfbfbf;
	margin-right: 10px;
}

.common-O .pull-right a:hover i {
	margin-right: 10px;
	color: #0063bf;
}

.common-O .pull-right a:hover {
	color: #0063bf !important;
}

.common-O .pull-right a i {
	transition: 0.5s;
	margin-left: 10px;
	color: #999999;
}

.product-content .item {
	padding-bottom: 23px;
	float: left;

	transition: 0.5s;
}

.product-content .item .product-content-jia {
	opacity: 0;
	transition: 0.5s;
	width: auto;
	margin: auto;
}

/* .product-content .item:last-child {
	margin: 0;
} */

.product-content .item .product-content-titleB {
	position: relative;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #0063bf;
	margin-top: 70px;
	transition: 0.5s;
	margin-bottom: 0;
}

.product-content .item .product-content-titleB:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #0063bf;
	top: -30px;
	left: 45%;
	margin-bottom: 0 !important;
	transition: 0.5s;
}

.product-content .item .product-content-titleS {
	font-family: ArialMT;
	font-size: 14px;
	color: #0063bf;
	text-transform: initial;
	transition: 0.5s;
	margin-bottom: 30px;
}

.product-content .owl-item {
	border: 2px solid transparent;
	transition: 0.5s;
}

.product-content .owl-item:hover {
	background-color: #0063bf;
	border: 2px solid #0063bf;
}

.product-content .owl-item:hover .product-content-titleB,
.product-content .owl-item:hover .product-content-titleS {
	color: white;
}

.product-content .owl-item:hover .product-content-titleB:before {
	background-color: white;
}

.product-content .owl-item:hover .product-content-jia {
	opacity: 1;
}

/* 首页关于我们 */

.about {
	padding: 45px 50px 40px 30px;
}

.col-index-about {
	padding: 100px 0 130px;
	color: #ffffff;
}

.about-content-leftBg {
	height: 520px;
	position: relative;
}

.about .left-title {
	position: relative;
	font-size: 22px;
	line-height: 20px;
	color: #ffffff;
}

.about-all {
	float: right;
}

.about-all-content {
	max-width: 550px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #3b3b3b;
}

.about-all-link {
	margin-top: 80px;
	text-align: center;
	padding: 13px 0;
	border: solid 1px #999999;
	font-size: 14px;
	line-height: 24px;
	color: #3b3b3b;
	width: 180px;
	transition: 0.5s;
}

.about-all-link:hover {
	border: solid 1px #0063bf;
	background-color: #0063bf;
	color: white;
}

/* 实物展示 */
.col-index-show {
	padding: 110px 0 120px;
}

.col-index-show .owl-nav {
	margin-top: 10px !important;
}

.show-content {
	margin-bottom: 50px;
	color: #3b3b3b;
}

.col-index-show .owl-prev:hover,
.col-index-show .owl-next:hover {
	background-color: transparent !important;
	outline: none !important;
}

.col-index-show .owl-prev i,
.col-index-show .owl-next i {
	padding: 0 40px;
	color: #0063bf;
	font-size: 30px;
	transition: 0.5s;
}

.col-index-show .owl-prev:hover i {
	margin-left: -10px;
}

.col-index-show .owl-next:hover i {
	margin-right: -10px;
}

/* 首页新闻 */
.col-index-news {
	padding: 80px 0 60px;
}

.col-index-news .title-Big {
	color: #999999;
}

.col-index-news .title-Small,
.col-index-news .common-O a p,
.col-index-news .common-O a p i {
	color: white;
}

.news-content {
	margin-bottom: 75px;
}

.news-content .item {
	float: left;
	background-color: #f2f2f2;
	padding: 34px 0 0 30px;
}

.news-content .owl-carousel .owl-item img {
	display: initial !important;
}

.news-content .item:last-child {
	margin-right: 0;
}

.news-content .item h2 {
	padding-right: 37px;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #0055a5;
	margin-bottom: 25px;
}

.news-content .item h3 {
	transition: 0.5s;
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
	padding-right: 27px;
	font-weight: bold;
}

.news-content .item:hover h3 {
	color: #0055a5;
}

.news-content .item .news-content-item {
	padding-right: 27px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	margin-bottom: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-content .item p {
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	float: left;
}

.news-content .item a h4 {
	float: right;
	background-color: #0055a5;
	width: 51px;
	text-align: center;
	padding: 15px 0;
}

.news-content .item a h4 img {
	transition: 0.5s !important;
	width: 38% !important;
}

.news-content .item a h4:hover img {
	width: 35% !important;
}

/* 新闻详情页 */
.NewDet {
	margin: 60px 0;
}

.NewDet h1 {
	font-size: 2.2rem;
	color: #323232;
	text-align: center;
	margin: 0 0 20px;
}

.NewDet .date {
	font-size: 1.4rem;
	color: #969696;
	text-align: center;
}


.NewDet .prev-next>a:first-child {
	padding-right: 20px;
}

.NewDet .prev-next>a {
	display: inline-block;
	font-size: 1.4rem;
	color: #969696;
	transition: all .3s;
}

.NewDet .prev-next b {
	color: black;
}

.NewDet .prev-next a:hover {
	color: black;
}

.NewDet-content {
	margin: 30px 0;
}



/* 底部信息 */
.footer {
	background-color: #3b3b3b;
	padding: 40px 0 0;
}

.footer-left {
	max-width: 330px;
}

.footer-left ul li {
	font-family: SourceHanSansCN-Regular;
	margin-bottom: 10px;
	font-size: 14px;
	color: #cccccc;
}

.footer-left ul li em {
	color: #cccccc;
	background-color: #666666;
	border-radius: 50px;
	padding: 6px;
	font-size: 12px;
	margin-right: 14px;
}


.footer-right ul li.footer-right-item {
	float: left;
	margin-right: 70px;
}

.footer-right ul li.footer-right-item a {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #cccccc;
	font-family: SourceHanSansCN-Regular;
}

.footer-right ul li.footer-right-item a:hover {
	color: #0063bf;
}

.footer-right ul li ul {
	margin-top: 10px;
}

.footer-right ul li ul li a {
	font-size: 13px !important;
	font-family: "微软雅黑" !important;
	font-weight: normal !important;
}

.footer-bottom {
	text-align: center;
	margin-top: 50px;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}

#gotoTop i {
	font-size: 31px;
}

#gotoTop p {
	margin-top: -14px;
	font-size: 14px;
	color: #ffffff;
}

#gotoTop {
	z-index: 299;
	width: 60px;
	height: 70px;
	background-color: #0063bf;
	line-height: 36px;
	text-align: center;
	color: white;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

#gotoTop:hover {
	background-color: #0063bf;
}

/* 关于我们 */
.about-title {
	margin: 0 !important;
	font-family: ArialMT;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #d9d9d9;
}

.about-title-en {
	font-weight: bold;
	margin: 0 !important;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	line-height: 25px;
	color: #0063bf;
}

.Com-profile {
	padding: 70px 0 90px;
}


.Com-profile .profile-content {
	font-size: 14px;
	color: #505050;
	margin: 50px 0 60px;
}

.Com-profile .profile-content p,
.Com-equipment .profile-content p,
.about-all-content p {
	margin: 0 !important;
}

/* 企业文化 */
.Com-culture {
	padding-top: 100px;
}

.Com-culture .about-title-en {
	color: #ffffff;
}

.culture-item {
	padding: 0 15px;
	background-color: #ffffff;
	height: 300px;
	padding: 80px 0 100px;
	text-align: center;
}

.Com-culture ul li {
	opacity: 0.85;
}

.Com-culture ul li .title-big {
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
	color: #2e2e2e;
}

.Com-culture ul li .title-small {
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #808080;
	margin-bottom: 25px;
}

.Com-culture ul li .culture-content {
	font-size: 14px;
	line-height: 14px;
	color: #2b2b2b;
}

.Com-culture ul {
	padding: 50px 0 100px;
}

/* 设备车间 */
.Com-equipment {
	padding: 90px 0 100px;
}

.Com-equipment .profile-content {
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.Com-equipment .owl-carousel {
	margin-top: 40px;
}

.owl-dots .active span,
.Com-honor .owl-dots .active span {
	background-color: #0063bf !important;
	border: 4px solid rgba(0, 99, 191, 0.5) !important;
}

.owl-dot span,
.Com-honor .owl-dot span {
	background-color: #0063bf !important;
}

.owl-dot,
.Com-honor .owl-dot {
	outline: none !important;
	position: relative !important;
}

.owl-dot.active:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	top: 2px;
	left: 4px;
	border-radius: 50px;
	background-color: rgba(0, 99, 191, 0.5);
}

.owl-carousel .item,
.Com-honor .owl-carousel .item {
	overflow: hidden;
}

.owl-carousel .item .pro-img img,
.Com-honor .owl-carousel .item .pro-img img {
	transition: 0.5s;
}

.owl-carousel .item:hover .pro-img img,
.Com-honor .owl-carousel .item:hover .pro-img img {
	transform: scale(1.09);
}

.Com-honor .owl-carousel .owl-item img {
	width: 100% !important;
}

/* 企业荣誉 */
.Com-honor {
	padding: 60px 0 80px;
	background-color: #f2f2f2;
}

.Com-honor .owl-carousel {
	margin: 60px 0 0;
}


/* 产品中心 */
.col-product .subNav a {
	color: white;
}

.product-title {
	margin-top: 30px;
}

.product-nav {
	border-bottom: 1px solid #cccccc;
	position: relative;
	text-align: center;
}

.product-nav li {
	display: inline-block;
	margin-right: 30px;
}

.product-nav li>a {
	padding: 0 15px 0;
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;
	color: #3b3b3b;
}


.product-nav li.on>a,
.product-nav li>a:hover {
	color: #0063bf;
}

.product-nav li.on>a:after,
.product-nav li>a:hover:after {
	width: 100%;
	left: 0
}

.product-smallnav {
	margin-bottom: 40px;
}

.product-smallnav li a {
	font-size: 14px;
	color: #585858;
	line-height: 50px;
}

.col-product .product-item li .product-img {
	overflow: hidden;
}

.col-product .product-item li .product-img img {
	width: 100%;
	transition: 0.5s;
}

.col-product .product-item li:hover .product-img img {
	transform: scale(1.09);
}

.col-product .product-item li p {
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	color: #3b3b3b;
}

/* 产品详情 */
/* 产品详情页*/
.mbx {
	margin-bottom: 20px;
}

.fancybox-iframe {
	padding: 30px 20px 30px !important;
}
.fancybox-content{
	min-height: 60%!important;
	max-width: 1200px!important;
}
.col-productDec .row {}

.ProductDet-img {
	/* border: 1px solid black; */
}

.ProductDet #img {
	width: 100%;
}

.gallery-top img {
	width: 100% !important;
}

.gallery-contents {
	position: relative;
	padding: 10px 30px;
	background-color: rgba(242, 242, 242, 0.3);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #0063bf !important;
}

.gallery-contents .swiper-button-next,
.gallery-contents .swiper-button-prev {
	outline: none !important;
	position: absolute;
	background-image: none !important;
}

.gallery-contents .swiper-button-next {
	right: 2%;
	width: auto !important;
	font-size: 25px;
	color: #b0b0b0;
	opacity: 1 !important;
}

.gallery-contents .swiper-button-prev {
	left: 2%;
	width: auto !important;
	font-size: 25px;
	color: #b0b0b0;
	opacity: 1 !important;
}

.swiper-slide {
	cursor: pointer;
}

.gallery-contents .swiper-slide {
	border: solid 3px transparent;
	transition: 0.5s;
}

.gallery-contents .swiper-slide-thumb-active {
	border: solid 3px #0063bf;
}



/* 地图 */
.map {
	/* width: 100%; */
	height: 600px;
}

.BMapLabel {
	font-weight: 600 !important;
	font-size: 15px !important;
	top: -8px !important;
	left: 16px !important;
	border: 0 !important;
}

@media (max-width:768px) {
	.ProductDet-all {
		margin-left: 0 !important;
	}

	.ProductDet-content h2,
	.ProductDet-content div {
		padding-left: 0 !important;
	}

	.ProductDet-all {
		margin-left: 20px;
		margin-bottom: 50px;
	}
}

.ProductDet-content h2 {
	margin-top: 30px;
}

.ProductDet-content h2 {
	padding-left: 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 31px;
	color: #000000;
	width: 100%;
}

.ProductDet-content div {
	padding-left: 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 31px;
	color: #000000;
}

.ProductDet-infor-all {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	min-height: 300px;
}

.body-scroll {
	min-width: 0;
	width: 100%;
	margin: auto;
	max-width: 1200px !important;
	overflow-y: hidden;
}

@media (max-width:768px) {
	.ProductDet-content h1 {
		margin-top: 30px;
	}
}

.ProductDet-content p {
	margin-bottom: 20px;
}

.ProductDet-content ul {
	display: block !important;
}

.ProductDet-content ul li {
	float: left;
	margin-right: 23px;
}

.ProductDet-content ul li i {
	cursor: pointer;
	font-size: 24px;
	color: #888888;
	transition: 0.3s;
}

.ProductDet-content ul li i:hover {
	color: black;
}


.owl-carousel .owl-item p a {
	font-size: 16px;
	color: black;
	line-height: 50px;
}

.owl-carousel .owl-item p a:hover {
	color: #888888;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: 70px;
	right: 0;
	width: 100%;
}

.owl-dots,
.owl-nav {
	margin-top: 50px !important;
}





/* 新闻资讯 */
.col-news {
	padding: 100px 0 110px;
}

.col-news .col-news-item {
	margin-top: 40px;
}

.col-news .col-news-item li {
	margin-bottom: 30px;
}

.col-news .col-news-item li .col-news-all {
	padding: 0 40px;
	border: solid 1px #bfbfbf;
}

.col-news .col-news-item li a h4 {
	margin: 20px 0 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #3c3c3c;
}

.col-news .col-news-item li .col-news-time span {
	padding: 5px 9px;
	border-radius: 5px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	background-color: #0063bf;
	margin-right: 10px;
}

.col-news .col-news-item li .col-news-time p {
	font-size: 14px;
	line-height: 28px;
	color: #979797;
}

.col-news .col-news-item li h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #979797;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 20px;
}

.col-news .col-news-item li:hover h4 {
	color: #0063bf;
}

.col-news .col-news-item li a p {
	font-size: 16px;
	line-height: 20px;
	color: #0063bf;
	margin-bottom: 20px;
	transition: 0.4s;
}

.col-news .col-news-item li a:hover p {
	margin-left: 10px;
}

.col-news .col-news-item li a p i {
	margin-left: 5px;
}


/* 实物展示 */
.col-physical-item {
	padding: 110px 0 0px;
}

.col-physical-item .owl-carousel {
	margin-top: 50px;
}

/* 联系我们 */
.contact {
	padding: 80px 0 150px;
}

.contact .row {
	margin-top: 50px;
}

.contact .contact-right h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #505050;
}

.contact .contact-right h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	margin-bottom: 50px;
}

.contact .contact-right h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #505050;
}

.contact .contact-right h5 {
	font-size: 18px;
	font-weight: bold;
	color: #505050;
}

.contact .contact-right ul li {
	position: relative;
	margin-top: 20px;
}

.contact .contact-right ul li p:first-child {
	padding-top: 20px;
}

.contact .contact-right ul li p:first-child:before {
	position: absolute;
	content: '';
	width: 14px;
	height: 2px;
	top: 0;
	background-color: #f57c00;
}

.contact .contact-right ul li p {
	font-size: 14px;
	color: #505050;
}

.map {
	height: 400px;
	width: 97%;
}

/* 人才招聘 */
.col-recruit {
	padding-top: 50px;
}

.Recruit-talent {
	padding: 100px 0 0;
}

.talent-con-all {
	position: relative;
}

.talent-content {
	padding: 50px 70px 60px 60px;
	width: 50%;
	background-color: #f2f2f2;
	box-shadow: -3px 4px 10px 0px rgba(7, 0, 2, 0.2);
	font-size: 14px;
	line-height: 24px;
	color: #3d3d3d;
	margin-top: 80px;
}

.talent-content-img {
	bottom: 40px;
	right: 0;
	position: absolute;
	width: 60%;
	z-index: -1;
}

/* 招聘信息 */
.Recruit-infor {
	margin: 160px 0 100px;
}

.infor-item {
	margin-top: 60px;
}

.infor-item ul li {
	margin-bottom: 50px;
}

.infor-all {
	background-color: #f2f2f2;
	padding: 10%;
}

.infor-all h3 {
	font-size: 18px;
	line-height: 24px;
	color: #242424;
	margin-bottom: 5px;
}

.infor-all h4 {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
}

.infor-all h5 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #404040;
}

.infor-all .Recruit-item {
	font-size: 14px;
	color: #404040;
}

.infor-all a p {
	font-size: 14px;
	line-height: 24px;
	color: #cc2936;
	margin: 70px 0 30px;
}

.infor-all a p:hover {
	color: #0063bf;
}

/* 招聘 */
.col-jobform {
	margin-top: 50px;
}

.job_message li {
	margin: 20px 0;
	line-height: 35px;
}

.job_message li span {
	width: 15%;
	display: inline-block;
	text-align: center;
	padding: 0 5px;
	float: left;
	line-height: 35px;
}

.job_message li input[type="text"] {
	outline: none;
	margin-bottom: 20px;
	width: 75%;
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
	background: #FFF;
}

.job_message li textarea {
	outline: none;
	width: 75%;
	height: 120px;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
	background: #FFF;
}

.job_message .code {
	margin: 20px 0;
}

.job_message .code span {
	width: 15%;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	float: left;
	line-height: 35px;
}

.job_message .code input[type="text"] {
	outline: none;
	width: 25%;
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
}

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

.job_message .sub {
	margin-bottom: 60px;
}

.job_message .sub input {
	margin-bottom: 50px;
	display: inline-block;
	padding: 7px 30px;
	font-size: 1.4rem;
	color: #fff;
	background: #0063bf;
	margin: 0 10px;
	border: 0;
	transition: all .3s;
	border-radius: 5px;
}

/* 联系方式 */
.col-contact {
	padding-top: 100px;
}

.col-contact .about-title {
	font-family: Didot-HTF-B16-Bold;
	font-size: 29px;
	line-height: 29px;
	color: #bfbfbf;
}

.col-contact h2 {
	font-size: 30px;
	font-weight: bold;
	color: #0063bf;
	margin: 40px 0 20px;
}

.col-contact .contact-content {
	font-size: 14px;
	line-height: 16px;
	color: #2b2b2b;
	margin-top: 25px;
}

.contact-content ul li {
	float: left;
}

.contact-content ul li:first-child {
	margin-right: 100px;
}

.contact-map {
	margin-top: 30px;
}

/* 在线留言 */
.Message {
	width: 100%;
	margin: 120px 0 80px;
}

.Message .about-title {
	font-family: Didot-HTF-B16-Bold;
	font-size: 29px;
	line-height: 29px;
	color: #bfbfbf;
}

.MessageAll {
	margin-top: -80px;
}

.message-BLeft p,
.message-Left p {
	margin-top: 60%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

.Message .message-Left {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	background-color: #eeeeee;
}

.your_info {
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #bfbfbf;
}

.your_info .row {
	margin-left: 2px;
	margin-right: 0;
	background-color: #eeeeee;
}

.message-TRight {
	background-color: white;
}

.your_info .message_list0 {
	padding: 40px 0 40px 0;
}

.your_info .message_list0 li {
	float: left;
	width: 29%;
	margin: 0 0 15px;
	position: relative;
	margin-right: 2%;
}

.your_info .message_list0 li:nth-child(3) {
	clear: both;
}

.your_info .message_list0 li:nth-child(even) {
	margin-right: 0;
}

.your_info .message_list0 li input[type="text"],
.your_info .message_list0 li select {
	outline: none;
	width: 100%;
	height: 44px;
	border: 1px solid #c9c9c9;
	padding: 0 15px;
	background: none;
	font-size: 1.4rem;
	color: #333;
}

.your_info .message_list0 li select {
	padding: 0 35px;
	position: relative
}

.your_info .message_list0 li.li1:before {
	content: '';
	width: 10px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 2;
	margin: -4px 0 0
}

.your_info .message_list0 li.li4 {
	width: 60%;
}

.mess_info {
	border-bottom: 1px solid #1b1b1b;
}

.mess_info .row {
	margin-left: 2px;
	margin-right: 0;
	background-color: #eeeeee;
}

.message-BRight {
	background-color: white;
}

.mess_info .message_list1 {
	padding: 40px 0 40px 0
}

.mess_info .message_list1 li {
	margin: 0 0 15px;
}

.mess_info .message_list1 li.li5 input[type="text"] {
	width: 90%;
	height: 44px;
	border: 1px solid #c9c9c9;
	padding: 0 17px;
	background: none;
	font-size: 1.4rem;
	color: #333
}

.mess_info .message_list1 li input {
	outline: none;
	width: 90%;
	height: 44px;
	border: 1px solid #c9c9c9;
	padding: 15px;
	background: none;
	font-size: 1.4rem;
	color: #333
}

.mess_info .message_list1 li textarea {
	outline: none;
	width: 90%;
	height: 132px;
	border: 1px solid #c9c9c9;
	padding: 15px;
	background: none;
	font-size: 1.4rem;
	color: #333
}

.mess_info .message_list1 li.verify_code input {
	width: 240px;
	height: 44px;
	border: 1px solid #c9c9c9;
	background: #f8f8f8;
	padding: 0 20px;
	font-size: 1.4rem;
	color: #333
}

.mess_info .message_list1 li.verify_code span {
	color: red;
	font-size: 1.4rem;
	padding: 0 10px;
}

.mess_info .message_list1 li.verify_code a {
	font-size: 1.4rem;
	color: #c7c7c7;
	text-decoration: underline;
	padding-left: 20px
}

.btn_message {
	margin: 38px 0 0;
	text-align: center;
}

.btn_message input {
	width: 172px;
	height: 47px;
	border: 2px solid white;
	font-size: 1.4rem;
	color: #575757;
	background: #eeeeee;
	margin: 0 8px;
	transition: all .3s
}

.btn_message input:hover {
	color: #0063bf;
}

.btn_message input:first-child {
	background-color: #0063bf;
	color: #FFF;
	border-color: white;
}

.btn_message input:first-child:hover {
	background: white;
	color: #0063bf;
	border: 2px solid #0063bf;
}

@media (max-width: 1200px) {
	.Product-title ul li {
		margin: -20px 1.5% !important;
	}

	.container {
		width: 1100px;
	}

	.col-index-banner .item .banner-title span {
		font-size: 20px !important;
	}

	.Recruit-talent img {
		bottom: 35%;
	}

	.talent-content {
		width: 60%;
	}

	.Product-title ul li {
		margin: 0 20px;
	}

	.Product-title ul li:nth-child(4) a:nth-child(2) {
		margin: 0 40px 0 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}

@media (max-width: 1500px) {
	.nav .lang-none {
		margin-left: 100px !important;
	}
}

@media (max-width: 1400px) {
	.nav .lang-none {
		margin-left: 10px !important;
	}

	.nav ul li a {
		padding: 45px 20px 46px;
	}

	.owl-carousel .owl-item .small-img img {
		margin-left: 47%;
	}

	.footer-right ul li.footer-right-item {
		margin-right: 45px;
	}
}

@media (max-width: 1150px) {
	.nav ul li a {
		padding: 45px 10px 46px;
	}

	.footer-left {
		width: 100%;
		float: none !important;
		margin-bottom: 30px;
	}

	.footer-right {
		float: none !important;
	}
}

@media (max-width: 1100px) {

	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}


@media (max-width:991px) {
	.Product-title ul li {
		margin: -20px 1.5%;
	}

	.your_info .message_list0 li {
		width: 49%;
	}

	.adv-content {
		margin: 0 4%;
	}

	.your_info .message_list0 li.li4,
	.mess_info .message_list1 li.li5 input[type="text"],
	.mess_info .message_list1 li textarea {
		width: 100%;
	}

	.message-BLeft p,
	.message-Left p {
		margin-top: 10px;
	}

	.btn_message input {
		width: 150px;
	}

	.mess_info .message_list1 li.verify_code input {
		width: 160px;
	}

	.about-content-leftBg h6 {
		padding: 20px 0 0 0;
	}

	.nav,
	.header-top {
		display: none;
	}

	#header {
		display: block;
	}

	.header-banner {
		height: 65px;
		top: 0;
	}

	.col-index-banner {
		margin-top: 65px;
	}

	.header-banner .logo img {
		transition: 0.5s;
		width: 180px;
		margin-top: 10px;
	}

	.header-banner .logo img.is-logo {
		width: 155px;
		margin-top: 10px;
	}

	.owl-carousel .owl-item .small-img img {
		margin-left: 46%;
	}

	.col-index-banner .item .banner-title-en {
		font-size: 24px;
	}

	.col-index-banner .item .banner-title,
	.col-index-banner .item b {
		font-size: 12px;
	}

	.col-index-banner .banner-more {
		padding-top: 20px;
	}
}

@media (max-width:991px) {
	.is-header {
		transition: none;
	}

	.talent-content-img {
		width: 65%;
	}

	.talent-content {
		padding: 20px 20px 30px 30px;
	}

	.banner-img {
		height: 390px !important;
	}

	.Com-culture ul li {
		margin-bottom: 20px;
	}

	.banner-img {
		margin-top: 65px !important;
	}

	.subNav a {
		margin: 0 15px;
		padding: 0 15px;
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.product-nav li {
		margin-right: 10px;
	}

	.product-nav li>a {
		font-size: 12px;
		line-height: 40px;
	}

	.Product-title ul {
		display: none;
	}

	.talent-content {
		width: 100%;
		margin-top: 30px;
	}

	.infor-item {
		margin-top: 30px;
	}

	.Recruit-infor {
		margin: 70px 0 30px;
	}

	.Recruit-talent {
		padding: 0;
	}

	.infor-all a p {
		margin: 30px 0;
	}

	.talent-content-img {
		margin-top: 10px;
		width: 100%;
		position: initial;
	}

	.culture-item {
		height: 270px;
	}

	.title-Big {
		font-size: 25px;
	}

	.Com-equipment {
		padding: 50px 0 0px;
	}

	.contact-right {
		padding-left: 15px !important;
		margin-top: 30px;
	}

	.contact {
		padding-bottom: 30px;
	}

	.about-equipment,
	.about-develop {
		padding: 10px 15px 0 0;
	}

	.about-honor,
	.about-culture {
		padding: 10px 15px;
	}

	.about-content-leftBg {
		height: 200px;
	}

	.about-content-leftBg h6 {
		margin-top: 50px;
	}

	.about {
		padding: 45px 10px 0px 10px !important;
	}

}

@media (max-width:1300px) {
	.about {
		padding: 45px 20px 40px 30px;
	}
}

@media (max-width:750px) {
	.footer-right ul li.footer-right-item {
		margin: 0 20px;
	}

	.footer-right ul li ul li {
		display: none;
	}

	.owl-carousel .owl-item .small-img {
		display: none;
	}

	.col-index-banner .item .banner-title-en {
		margin-top: -35%;
	}

	.owl-theme .owl-dots,
	.owl-theme .owl-nav {
		margin-top: 20px !important;
	}

	.banner-img {
		height: 250px !important;
	}

	.col-banner p {
		font-size: 22px;
		padding-top: 90px;
	}

	.Com-honor {
		padding: 60px 0 10px;
		margin-top: 30px;
	}

	.Com-culture ul {
		padding: 50px 0 50px;
	}

	.Com-culture {
		padding-top: 60px;
	}

	.Com-profile .profile-content {
		margin: 10px 0 30px;
	}

	.subNav a {
		margin: 0 14px;
		padding: 0 7px;
		font-size: 14px;
	}
}

@media (max-width:600px) {

	.product-nav {
		display: none;
	}

	.culture-item {
		padding: 50px 0 100px;
	}

	#allmap {
		/* width: 100%; */
		height: 300px;
	}

	.infor-item ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.subNav {
		padding: 20px 0;
	}

	.subNav a:after,
	.subNav a:first-child:before {
		position: static;
	}

	.subNav a {
		display: inline-block;
	}

	.tempro_cntlist p {
		font-size: 12px;
		line-height: 20px;
	}

	.col-news .col-news-item li h3 {
		margin: 10px 0;
	}

	.contact {
		padding: 40px 0 0px;
	}

	.contact .row {
		margin-top: 20px;
	}

	.col-index-product {
		padding: 35px 0 0;
	}

	.title-Small {
		margin-bottom: 20px;
	}


	.tempro_cntlist p {
		margin: 20px auto 20px;
	}

	.tempro_cntlist h6 {
		margin: 10px auto 0;
	}

	.col-index-about {
		padding: 40px 0 30px;
		color: #ffffff;
	}

	.about .left-title {
		font-size: 20px;
	}

	.about .left-content {
		line-height: 15px;
		margin-top: 10px;
		font-size: 12px;
	}

	.Com-profile {
		padding: 50px 0;
	}

	.Com-profile .profile-title-big {
		margin: 20px 0 20px;
		font-size: 20px;
	}

	.Com-honor .owl-carousel {
		margin: 40px 0 60px;
	}


	.contact .contact-right h3 {
		margin-bottom: 10px;
	}

	.Message {
		margin: 100px 0;
	}

	.col-contact h2 {
		margin: 20px 0;
	}

	.col-contact {
		padding-top: 50px;
	}

	.your_info .message_list0,
	.mess_info .message_list1 {
		padding: 10px 0 10px 0;
	}

	.message-BLeft p,
	.message-Left p {
		font-size: 14px;
		line-height: 14px;
	}

	.about-title {
		font-size: 25px !important;
	}

	.about-title-en {
		font-size: 18px;
	}

	.contact .contact-right ul li {
		float: left;
		margin-right: 40px;
	}

	.map {
		height: 250px !important;
	}

	.news-content {
		margin-bottom: 0;
	}

	.col-index-news {
		padding: 40px 0 50px;
	}

	.about-all-link {
		margin-top: 30px;
	}

	.footer {
		padding: 50px 0;
	}

	.col-news {
		padding: 50px 0;
	}

	.col-physical-item {
		padding: 50px 0 0px;
	}

	.col-news .col-news-item li .col-news-all {
		padding: 0 20px;
	}

	.contact-map {
		margin-top: 0;
	}

	.col-index-show {
		padding: 40px 0 50px;
	}
}

@media (max-width:500px) {
	.ProductDet img {
		width: auto !important;
	}

	.job_message li span,
	.job_message .code span {
		width: 20%;
	}

	.col-index-banner .item .banner-title-en {
		font-size: 14px;
		margin-top: -39%;
	}

	.col-index-banner .banner-more {
		padding-top: 0;
	}

	.col-index-banner .item b {
		padding: 4px 30px;
	}

	.common-O .pull-right a span {
		display: none;
	}

	.title-Big {
		font-size: 22px;
	}

	.title-Small {
		font-size: 20px;
	}

	.col-banner p {
		font-size: 20px;
	}

	.col-banner span {
		font-size: 32px;
	}
}
