@charset "UTF-8";
@import url(./resets.css);

body,
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Adobe 黑体 Std", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Arial, "STHeiti", SimSun, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

/* 公共 */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

a {
	color: #333;
}

a:hover {
	color: #1a8214;
}

img {
	border: none;
	vertical-align: middle;
}

li,
ol,
ul {
	list-style: none;
}

a:active,
a:focus,
a:hover,
a:link,
a:visited {
	-moz-outline-style: none;
	outline: none;
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

.max-w {
	max-width: 100%;
	max-height: 100%;
}

.w-1200 {
	width: 1200px;
	margin: 0 auto;
}

.w-1000 {
	width: 1000px;
	margin: 0 auto;
}

.w-10 {
	width: 10%;
}

.w-15 {
	width: 15%;
}

.w-20 {
	width: 20%;
}

.w-25 {
	width: 25%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-50 {
	width: 50%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-75 {
	width: 75%;
}

.w-80 {
	width: 80%;
}

.w-85 {
	width: 85%;
}

.w-90 {
	width: 90%;
}

.w-100 {
	width: 100%;
}

.m10 {
	margin: 10px;
}

.m20 {
	margin: 20px;
}

.m30 {
	margin: 30px;
}

.m40 {
	margin: 40px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb200 {
	margin-bottom: 200px;
}

.ml0 {
	margin-left: 0;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

.ml60 {
	margin-left: 60px;
}

.ml80 {
	margin-left: 80px;
}

.ml100 {
	margin-left: 100px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr80 {
	margin-right: 80px;
}

.mlr10 {
	margin: 0 10px;
}

.mlr20 {
	margin: 0 20px;
}

.mlr30 {
	margin: 0 30px;
}

.mtb10 {
	margin: 10px 0;
}

.mtb20 {
	margin: 20px 0;
}

.mtb30 {
	margin: 30px 0;
}

.mtb40 {
	margin: 40px 0;
}

.p0 {
	padding: 0;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.p40 {
	padding: 40px;
}

.p50 {
	padding: 50px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
}

.pl60 {
	padding-left: 60px;
}

.pl80 {
	padding-left: 80px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pr50 {
	padding-right: 50px;
}

.pr60 {
	padding-right: 60px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt80 {
	padding-top: 80px;
}

.pt100 {
	padding-top: 100px;
}

.pt120 {
	padding-top: 120px;
}

.pt140 {
	padding-top: 140px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb100 {
	padding-bottom: 100px;
}

.plr2 {
	padding: 0 2px;
}

.plr5 {
	padding: 0 5px;
}

.plr10 {
	padding: 0 10px;
}

.plr20 {
	padding: 0 20px;
}

.plr30 {
	padding: 0 30px;
}

.plr40 {
	padding: 0 40px;
}

.plr50 {
	padding: 0 50px;
}

.ptb2 {
	padding: 2px 0;
}

.ptb5 {
	padding: 5px 0;
}

.ptb10 {
	padding: 10px 0;
}

.ptb20 {
	padding: 20px 0;
}

.ptb30 {
	padding: 30px 0;
}

.ptb40 {
	padding: 40px 0;
}

.ptb50 {
	padding: 50px 0;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.fs24 {
	font-size: 24px;
}

.fs26 {
	font-size: 26px;
}

.fs28 {
	font-size: 28px;
}

.fs30 {
	font-size: 30px;
}

.fs32 {
	font-size: 32px;
}

.fs34 {
	font-size: 34px;
}

.fs36 {
	font-size: 36px;
}

.fs38 {
	font-size: 38px;
}

.fs40 {
	font-size: 40px;
}

.fs50 {
	font-size: 50px;
}

.fs60 {
	font-size: 60px;
}

.fw {
	font-weight: 700;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-default {
	cursor: default;
}

.dis_inline {
	display: inline;
}

.dis_inlineBlock {
	display: inline-block;
}

.dis_block {
	display: block;
}

.dis_none {
	display: none;
}

.vm {
	vertical-align: middle;
}

.vSub {
	vertical-align: sub;
}

.vt {
	vertical-align: top;
}

.vb {
	vertical-align: bottom;
}

.po-re {
	position: relative;
}

.po-ab {
	position: absolute;
}

.po-fixed {
	position: fixed;
}

.overHidden {
	overflow: hidden;
}

.border-radius {
	border-radius: 50%;
}

.margin-auto {
	margin: auto;
}

.red {
	color: #E52B2C !important;
}

.orange {
	color: #EEA857 !important;
}

.green {
	color: #6CD54E !important;
}
.fontb{font-weight: bold;}
/*  加入图标*/
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/glyphicons-halflings-regular.eot");
	src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
	width: 1em;
}

.glyphicon-keyword:before {
	content: "hexvalue";
}

.glyphicon-user:before {
	content: "\e008";
}

.wrap {
	width: 1200px;
	margin: auto;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.MobileHea {
	display: none;
	visible: hidden;
}

.CommonTitle {
	padding-bottom: .8rem;
	border-bottom: 1px solid #c8c8c8;
}

.CommonTitle .FontName {
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: bold;
	color: #042FB3;
	letter-spacing: 2px;
}

.CommonTitle .GraySubTitle {
	font-size: 1.2rem;
	color: #444;
	font-weight: bold;
	margin-left: 10px;
}

.CommonTitle .more {
	float: right;
	color: #555;
	font-size: .8rem;
	text-decoration: none;
	position: relative;
	top: 10px;
}

.CommonTitle.borderNone {
	border-bottom: none;
	padding-top: 1rem;
}

.CommonBtn {
	margin: 2rem auto;
	text-align: center;
}

.CommonBtn .btn {
	width: 12rem;
	border-radius: 0;
}

.SubBanner img {
	width: 100%;
	height: auto;
}

.btn {
	border-radius: 0;
}

.beforscroll {
	overflow: hidden;
	height: 150px;
	background-color: rgba(255, 255, 255, 0);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.header .head-logo {
	float: left;
	line-height: 215px;
	z-index: 100;
	margin-left: 0;
}

.header .head-logo img {
	height: auto;
	vertical-align: middle;
	max-width: 170px;
}

.header #menu-holder {
	width: 100%;
}

.header #menu-holder .nav {
	float: right;
	margin-right: 12px;
	transform: translateY(0);
}

.header #menu-holder .nav a {
	/* color: white; */
	color: #042FB3;
	font-size: 18px;
	margin-left: 50px;
	text-decoration: none;
	display: inline-block;
}

.header #menu-holder .nav .til1 {
	position: relative;
	float: left;
}

.header #menu-holder .nav .til1 a {
	margin-left: 30px;
	max-width: 140px;
}

.header #menu-holder .nav .til1 .line {
	width: 1px;
	height: 15px;
	margin-left: 20px;
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
	/* background: #042FB3; */
	background: #eee;
}

.header #menu-holder .nav .til1 .yiji {
	height: 130px;
	display: block;
	line-height: 235px;
}

.ease06 {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.hidden {
	display: none;
}

.banner_box {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner_cot {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner_list {
	position: relative;
	height: 100%;
}

.banner_list .show {
	left: 0;
	opacity: 1;
}

.page_box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -9999px;
}

.page_box .bg_box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.page_box .bg_box img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.comPanyBox {
	margin: 5rem 0;
}

.ProMainImg {
	width: 100%;
	display: block;
	height: auto;
	max-height: 18rem;
	min-height: 10rem;
	overflow: hidden;
}

.ProMainImg img {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.ProIntro {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #949494;
	padding-top: 1.2rem;
}

.BtnSize {
	width: 8rem;
	margin-top: 2.2rem;
	margin-bottom: 2.2rem;
	display: block;
}

.BtnSize button {
	width: 100%;
	background: #fff;
	color: #042FB3;
	border: none;
	border: 1px solid #042FB3;
}

.BtnSize button.btn-primary:hover {
	background: #042FB3;
	color: #fff;
	border-color: #042FB3;
}

.StrengthBox {
	background-color: #f5f5f5;
	padding: 3rem 0;
}

#StrengSlider {
	padding-top: 1.5rem;
}

#StrengSlider .SliderImg {
	background: #fff;
	margin: auto 1rem;
	overflow: hidden;
	height: 13rem;
	box-sizing: border-box;
}

#StrengSlider .SliderImg a {
	display: block;
	width: 100%;
	text-align: center;
	height: 100%;
}

#StrengSlider .SliderImg a img {
	width: 100%;
	display: block;
	height: 100%;
	transform: scale(1);
	transition: all 1s ease-in-out 0s;
}

#StrengSlider .SliderImg:hover a img {
	transform: scale(1.08);
}

.Boutique {
	padding: 5rem 0;
}

#news-slider {
	padding: 1.5rem 1rem;
}

.post-slide {
	margin: 0 1.5rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 1rem;
	max-width: 380px;
	border: 1px solid #eee;
}

.post-slide a {
	display: block;
	width: 100%;
	height: 14rem;
}

.post-slide a img {
	width: 100%;
	display: block;
	height: 100%;
	margin: auto;
	transform: scale(1);
	transition: all 1s ease-in-out 0s;
}

.post-slide:hover a img {
	transform: scale(1.08);
}

#PanterSlider {
	margin-top: 1rem;
}

.FiveSlide {
	margin: 0 .8rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
	max-width: 300px;
	border: 1px solid #eee;
}

.FiveSlide a {
	display: flex;
	width: 100%;
	height: 8rem;
	align-items: center;
}

.FiveSlide a img {
	width: 80%;
	display: block;
	height: auto;
	align-items: center;
	margin: auto;
	transform: scale(1);
	transition: all 1s ease-in-out 0s;
}

.FiveSlide:hover a img {
	transform: scale(1.08);
}

.IntrudyWrap {
	padding-top: 5rem;
}

.IntrudyBox {
	text-align: center;
}

.IntrudyBox .Circle {
	width: 125px;
	height: 125px;
	background-color: #042FB3;
	margin: auto;
	border-radius: 50%;
	margin-bottom: 2rem;
}

.IntrudyBox .Circle img {
	display: inline-block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-top: 32px;
}

.IntrudyBox .fontDesc {
	color: #959394;
	font-size: 1rem;
	line-height: 35px;
	margin-bottom: 1rem;
}

.IntrudyBox .fontInfo {
	font-size: 1rem;
	line-height: 22px;
	color: #959394;
	max-width: 320px;
	text-align: left;
	margin: auto;
}
.line-height1{line-height: 2;text-indent: 1rem;}
#NewsBanner {
	width: 100%;
	overflow: hidden;
	margin-top: 2rem;
}

#NewsBanner .carousel-item {
	height: 19rem;
	overflow: hidden;
}

#NewsBanner .carousel-item img {
	width: 100%;
	height: 100%;
}

#NewsBanner .carousel-indicators {
	bottom: 30px;
}

.NewsHome {
	padding: 1rem 0;
}

.NewsHome li {
	padding: .8rem 0;
	border-bottom: 1px solid #F5F5F5;
}

.NewsHome li a {
	float: left;
	color: #555;
	font-size: 1rem;
	display: inline-block;
	width: calc(100% - 8rem);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.NewsHome li .data {
	float: right;
	color: #555;
	font-size: 1rem;
}

.DesFunction {
	background: #f5f5f5;
	padding: 2rem 0;
}

.DesFunction li {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: justify;
	width: 25%;
}

.DesFunction li .box {
	align-items: center;
	justify-content: center;
}

.DesFunction li .arrowImg {
	float: left;
	display: inline-block;
	width: 50px;
}

.DesFunction li .fontMao {
	float: left;
	display: inline-block;
}

.footer {
	background: url(../img/footerBg.jpg) no-repeat 0 0;
	background-size: cover;
	color: #fff;
	padding: 5rem 0;
}

.LinksFoot {
	font-size: 1rem;
}

.LinksFoot h2 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.LinksFoot .infoLine {
	margin: 1.8rem 0;
	font-size: 1.2rem;
	font-weight: 700;
}

.LinksFoot .infoLineSmall {
	color: #9B9B9B;
	font-size: 1rem;
	line-height: 25px;
}

.FootDown {
	font-size: 1rem;
	text-align: center;
	padding: 1.5rem 0;
	color: #767676;
	background: #fff;
}

.ImgFoot {
	float: right;
	display: inline-block;
	margin: 0 1rem;
}

.ImgFoot img {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}

.SubCommonBoxLeft {
	float: left;
	display: inline-block;
	width: 20%;
	margin-right: 5%;
	margin-top: 2rem;
}

.LeftMenu {
	width: 100%;
	height: 3rem;
	background: #042FB3;
}

.LeftMenu h2 {
	color: #fff;
	font-size: 1rem;
	line-height: 3rem;
	font-weight: bold;
	padding-left: 1.5rem;
}

.LeftList {
	border: 1px solid #CBCBCB;
	padding: 1rem 0;
}

.LeftList li {
	border-bottom: 1px solid #f5f5f5;
	padding: 1rem 0;
	margin: 0 1rem;
}

.LeftList li a {
	display: block;
	background: #fff;
	color: #888;
	font-size: 1.1rem;
	white-space: nowrap;
}

.LeftList li a:hover,
.LeftList li a.current {
	color: #042FB3;
}

.MessageBox {
	margin-top: 2rem;
	border: 1px solid #CBCBCB;
	background-color: #f5f5f5;
}

.MessageBox .fontNormal {
	padding: 10px;
	border-bottom: 1px solid #cbcbcb;
	font-size: 1rem;
	color: #888;
}

.arrowML {
	display: inline-block;
	width: 11px;
	height: 14px;
	position: relative;
	left: 12px;
	z-index: 999;
	top: 10px;
}

.FormMessage {
	padding: 10px 5px;
}

.FormMessage .input-group-append {
	width: 0 !important;
}

.FormMessage .input-group {
	margin-bottom: 10px;
}

.FormMessage .form-control {
	width: 100% !important;
	padding-left: 35px;
	font-size: 13px;
}

.FormMessage button {
	width: 100%;
}

.SubCommonBoxRight {
	float: left;
	display: inline-block;
	width: 75%;
	margin-top: 2rem;
}

.breadMenu {
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 10px;
	text-align: right;
}

.breadMenu a {
	color: #333;
	margin: 0 10px;
}

.ImgShowList {
	margin-top: 1rem;
}

.ImgShowList li {
	float: left;
	display: inline-block;
	width: 30%;
	margin: 15px;
	overflow: hidden;
}

.ImgShowList li a {
	display: block;
	width: 100%;
	height: 11rem;
	overflow: hidden;
	border: 1px solid #eee;
}

.ImgShowList li a img {
	display: block;
	width: 100%;
	height: 100%;
}

.ImgShowList.ProductShow li a {
	height: 12rem;
}

.ImgShowList .name {
	height: 35px;
	line-height: 35px;
	font-size: 1rem;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.FieldList {
	overflow: hidden;
	padding-bottom: 40px;
}

.FieldList li {
	float: left;
	display: inline-block;
	width: 30%;
	margin: 15px;
	overflow: hidden;
}

.FieldList li a {
	display: block;
}

.FieldList li .pics {
	height: 12rem;
	position: relative;
	z-index: 1;
	border: 1px solid #eee;
}

.FieldList li .pics:hover .shadow,
.FieldList li .pics:hover .look {
	display: block;
}

.FieldList li .pics:hover .imgbig img {
	transform: scale(1.2);
}

.FieldList li .imgbig {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.FieldList li .imgbig img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.FieldList li h1 a {
	font-size: 1.1rem;
	color: #444;
	line-height: 44px;
	overflow: hidden;
	height: 44px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.FieldList li h1 a:hover {
	color: #006a4d;
}

.FieldList li .shadow {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 12rem;
	background: #000;
	opacity: 0.7;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
	filter: Alpha(opacity=70);
}

.FieldList li .look {
	display: none;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -15px;
	z-index: 1;
	color: #042FB3;
	background-color: #fff;
}

.FieldList li .look:hover {
	color: #fff;
	background-color: #042FB3;
}

.ContactBox .map {
	margin: 2rem 0;
	width: 100%;
	height: 20rem;
	border: 1px solid #eee;
}

.ContactBox .ContactDown {
	color: #333;
	font-size: 1rem;
	line-height: 3rem;
}

.caseDesc {
	color: #333;
	text-indent: 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
}

.caseDesc h3 {
	font-size: 1.5rem;
	text-align: center;
	margin: 1.5rem 0;
}

@media screen and (max-width: 768px) {
	.wrap {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.Hiddex-xs,
	.wp,
	.SubCommonBoxLeft,
	.beforscroll {
		display: none;
		visible: hidden;
	}

	.SubCommonBoxRight {
		width: 100%;
		padding: 0 1rem;
	}

	.MobileHea {
		display: block;
		visible: visible;
		overflow-x: hidden;
	}

	.MobileHea .headerMobile {
		width: 100%;
		background: #000;
		height: 6.2rem;
		padding: 0 0.9rem;
	}

	.MobileHea .headerMobile .logoMobile {
		float: left;
		margin-top: 1.8rem;
	}

	.MobileHea .headerMobile .logoMobile img {
		width: 10rem;
		height: auto;
	}

	.MobileHea .headerMobile .navbtn {
		float: right;
		width: 2.05rem;
		height: 1.25rem;
		margin-top: 2.6rem;
	}

	.MobileHea .nav {
		display: none;
		position: absolute;
		top: 6.2rem;
		z-index: 100;
		background: #222;
		width: 100%;
		height: auto;
		left: 0;
		padding-top: 2.5rem;
	}

	.MobileHea .nav .close {
		float: right;
		margin-right: 2.5rem;
		width: 1.55rem;
		height: 1.7rem;
		background: url(../img/close.png) no-repeat;
		background-size: cover;
	}

	.MobileHea .nav ul {
		clear: right;
	}

	.MobileHea .nav ul li a {
		display: block;
		border-bottom: 1px solid #393939;
		width: 95%;
		line-height: 4rem;
		padding-left: 1.2rem;
		margin: auto;
		font-size: 1.1rem;
		color: #fff;
		cursor: pointer;
	}

	.ProIntro {
		font-size: .8rem;
		line-height: 1.8rem;
		margin-top: 10px;
	}

	.ProRight .BtnSize {
		margin: 2rem auto;
		text-align: center;
	}

	.CommonTitle {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #c8c8c8;
	}

	.CommonTitle .FontName {
		font-size: 1.3rem;
		line-height: 1.5rem;
		font-weight: bold;
		color: #042FB3;
	}

	.CommonTitle .GraySubTitle {
		letter-spacing: 1px;
		font-size: 1rem;
		color: #444;
	}

	.Boutique {
		margin: 0 .3rem;
	}

	#StrengSlider .SliderImg {
		height: auto;
		max-height: 18rem;
	}

	#StrengSlider .SliderImg a {
		height: auto;
	}

	#StrengSlider .SliderImg a img {
		width: 100%;
		height: auto;
	}

	.NewsHome {
		width: 98%;
	}

	.LinksFoot {
		padding-left: 2rem;
	}

	.SubBanner img {
		height: 5rem;
	}

	.ImgShowList li {
		width: 100%;
		margin: 15px 0;
	}

	.ImgShowList li a {
		height: auto;
	}

	.FieldList li {
		width: 100%;
		margin: 15px 0;
	}

	.DesFunction li {
		width: 50%;
		margin-bottom: 10px;
	}

	.DesFunction li .arrowImg {
		width: 40px;
	}

	.DesFunction li .arrowImg img {
		width: 30px;
		height: auto;
		margin-top: 5px;
	}

	.DesFunction li .fontMao {
		font-size: .8rem;
	}

	.FormTalent {
		width: 100%;
	}

	.FormTalent .form-control {
		width: 90%;
	}

	.LinksFoot {
		font-size: 1rem;
	}

	.LinksFoot h2 {
		font-size: 1.5rem;
	}

	.LinksFoot .infoLine {
		margin: 1.3rem 0;
		font-size: 1rem;
	}

	.LinksFoot .infoLineSmall {
		font-size: .8rem;
	}

	.ImgFoot {
		float: left;
		width: 40%;
		margin-top: 15px;
	}

	.IntrudyBox {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.wrap {
		width: 750px;
	}

	.navbox ul li {
		width: 90px;
	}

	.comPanyBox {
		margin: 0 .5rem;
	}

	.ProIntro {
		font-size: .8rem;
		line-height: 1.8rem;
		margin-top: 10px;
	}

	.BtnSize {
		margin-top: 1rem;
	}

	.IntrudyBox {
		margin-bottom: 2rem;
	}

	.ImgShowList li {
		width: 43%;
	}

	.FieldList li {
		width: 43%;
	}

	.DesFunction li {
		width: 50%;
		margin-bottom: 10px;
	}

	.DesFunction li .fontMao {
		font-size: .8rem;
	}
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
	.wrap {
		width: 970px;
	}

	.ImgShowList li {
		width: 44%;
	}

	.FieldList li {
		width: 44%;
	}

	.DesFunction li {
		width: 50%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.navbox ul li.m {
		background: url(../img/arrow-down.png) no-repeat 80px center;
	}

	.header .logo {
		width: 40%;
	}

	.header .logo img {
		width: 100%;
	}
}