/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;font-family: "microsoft yahei", Arial, tahoma, arial, simsun;}
body { background:#fff; color:#777777; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; min-width:320px;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
h4{
    display: block;
    font-weight: bold;
}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#777777; text-decoration:none; transition:all .3s;}
a:hover { color:#c8a755;}
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.clear{clear: both;}


body{box-sizing: border-box; padding-top: 100px; background-color: #f5f5f5;}

.commonWrap{
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.head{
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}
.fullWrapHead{
	width: 98%;
	margin: 0px auto;
}
.logo{
	float: left;
}
.logo img{
	display: block;
	height: 100px;
	transition: all .3s;
}
.headRight{
	float: right;
}
.headRight .headUp{
	text-align: right;
	margin-top: 5px;
	height: 20px;
	transition: all .3s;
}
.headRight .headUp .tel{
	display: inline-block;
	line-height: 20px;
	font-size: 12px;
	color: #727272;
}
.headRight .headUp .lang{
	display: inline-block;
	height: 20px;
	color: #727272;
}
.headRight .headUp .lang .langLink{
	display: inline-block;
	border-left: #c8c8c8 1px solid;
	line-height: 20px;
	font-size: 12px;
	padding: 0px 20px;
}
.headRight .headUp .lang .langLink:first-child{border-left: none;}
.headRight .headUp .lang .fa{
	margin-left: 5px;
}
.headRight .headUp .lang .langSub{
	display: none;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #fff;
	z-index: 10;
	padding-top: 5px;
}
.headRight .headUp .lang:hover .langSub{
	display: block;
}
.headRight .headUp .lang .langSub a{
	display: block;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}
.headRight .nav{
	height: 75px;
}
.headRight .nav .navCel{
	display: inline-block;
	padding: 0px 20px;
}
.headRight .nav .navCel .navLink{
	display: block;
	line-height: 57px;
	font-size: 15px;
	color: #777777;
	border-bottom: transparent 3px solid;
	padding: 0px 5px 15px;
}
.headRight .nav .navCel:hover .navLink{
	border-bottom: #c8a755 3px solid;
	color: #c8a755;
}
.headRight .nav .cur .navLink{
	border-bottom: #c8a755 3px solid;
	color: #c8a755;
}
.headRight .nav .navCel .navSub{
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	border-radius: 6px;
    box-shadow: #ccc 0 0 15px;
	padding: 10px;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
}
.headRight .nav .navCel:hover .navSub{
	opacity: 1;
	visibility: visible;
}
.headRight .nav .navCel .navSub .navSubLeft{
	width: 42%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.headRight .nav .navCel .navSub .navSubLeft .navSubLeftTit{
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.headRight .nav .navCel .navSub .navSubLeft .navSubLeftDesc{
	line-height: 25px;
	font-size: 13px;
}
.headRight .nav .navCel .navSub .navSubNav{
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.headRight .nav .navCel .navSub .navSubNav a{
	display: block;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	border-left: 1px dotted rgba(0, 0, 0, .1);
	border-right: 1px dotted rgba(0, 0, 0, .1);

	border-top: 1px dotted rgba(0, 0, 0, .1);
}
.headRight .nav .navCel .navSub .navSubNav a:first-child{
	border-top: none;
}
.headRight .nav .navCel .navSub .navSubNav a:hover{
	background-color: #c8a755;
	color: #fff;
}
.headRight .nav .navCel .navSub .navSubPic{
	width: 33%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.headRight .nav .navCel .navSub .navSubPic img{
	display: block;
	width: 100%;
}

.move{
	height: 60px;
}
.move .logo img{
	height: 60px;
}
.move .headRight .headUp{
	margin-top: -20px;
}
.move .headRight .nav{
	margin-top: 0;
	height: 60px;
}
.move .headRight .nav .navCel .navLink{
	line-height: 57px;
	padding: 0px 5px;
}
.move .headRight .nav .navCel .navSub{
	top: 60px;
}



.mNavBtn{
	display: none;
	width: 30px;
	height: 30px;
	color: #c8a755;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 15px;
}
.mNavBtn .fa{
	line-height: 30px;
	font-size: 20px;
}
.m_menu_box{
	background: #eee;
    overflow: hidden;
    display: none;
	position: fixed;
	width: 100%;
	top: 60px;
	left: 0;
	z-index: 99;
}
.m_menu_box li{
	line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    overflow: hidden;
}
.m_menu_box li a{
	display: block;
    height: 40px;
    padding: 0 10px;
    color: #c8a755;
}
.m_menu_box li .sub{
	background: #f8f8f8;
    padding-left: 20px;
    display: none;
    width: 100%;
}

.swiper-banner{
	overflow: hidden;
	position: relative;
}
.swiper-banner .swiper-wrapper .swiper-slide img{
	display: block;
	width: 100%;
}
.swiper-banner .swiper-pagination{
	bottom: 20px;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #be9c48;
}


.sec{
	margin-top: 30px;
	padding: 60px 0px;
	background-color: #fff;
}

.iF3 .iF3Cel{
	width: 30%;
	float: left;
	margin-right: 5%;
}
.iF3 .iF3Cel:nth-child(3n){
	margin-right: 0;
}
.iF3 .iF3Cel .iF3CelPic img{
	display: block;
	width: 100%;
}
.iF3 .iF3Cel .iF3CelBody{
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px 20px 0px;
}
.iF3 .iF3Cel .iPro a{
	display: block;
	width: 32%;
	float: left;
	margin-right: 2%;
	line-height: 25px;
	font-size: 14px;
}
.iF3 .iF3Cel .iPro a:nth-child(3n){
	margin-right: 0;
}
.iF3 .iF3Cel .iList .iListArc{
	display: block;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.iF3 .iF3Cel .iList .iListLink{
	display: block;
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #c8a755;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}


.fullWrap{
	width: 94%;
	margin: 0px auto;
}
.iCustom .iCustomTit{
	text-align: center;
	margin-bottom: 10px;
}
.iCustom .iCustomTit span{
	display: inline-block;
	line-height: 50px;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	border-top: #000000 3px solid;
}
.iCustom .iCustomDesc{
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.iCustom .iCustomBody .swiper-custom{
	position: relative;
	overflow: hidden;
}
.iCustom .iCustomBody .swiper-custom .swiper-wrapper .swiper-slide img{
	display: block;
	height: 80px;
	max-width: 100%;
	margin: 0px auto;
	cursor: pointer;
	
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%); 
	filter: gray;
}
.iCustom .iCustomBody .swiper-custom .swiper-wrapper .swiper-slide img:hover{
	-webkit-filter: grayscale(0%); 
	-moz-filter: grayscale(0%); 
	-ms-filter: grayscale(0%); 
	-o-filter: grayscale(0%); 
	filter: grayscale(0%); 
	filter: gray;
}

.foot .footCel{
	width: 16%;
	float: left;
	box-sizing: border-box;
	padding: 0px 20px;
}
.foot .fContact{
	width: 36%;
	padding-right: 0;
}
.foot .footCel .footCelTit{
	padding: 20px 0px 0px 10px;
	border-left: #cbcbcb 1px solid;
}
.foot .footCel .footCelTit a{
	display: block;
	line-height: 20px;
	font-size: 16px;
	color: #333;
}
.foot .footCel .footCelTit a:hover{
	color: #c8a755;
}
.foot .footCel .footCelBody{
	overflow: hidden;
	padding-left: 10px;
	margin-top: 16px;
}
.foot .footCel .footCelBody a{
	display: block;
	margin-bottom: 8px;
	line-height: 20px;
	font-size: 13px;
	color: #959595;
}
.foot .footCel .footCelBody a:last-child{
	margin-bottom: 0;
}
.foot .footCel .footCelBody a:hover{
	color: #c8a755;
}
.foot .fContact .fContactRow{
	line-height: 20px;
	font-size: 13px;
	color: #626262;
	margin-bottom: 5px;
}
.foot .fContact .fContactRow:last-child{
	margin-bottom: 0;
}


.copyRight{
	background-color: #f7f7f7;
	padding: 20px 0px !important;
	margin-top: 0;
}
.copyRight .copyRightLeft{
	line-height: 20px;
	font-size: 13px;
	float: left;
}
.copyRight .copyRightRight{
	line-height: 20px;
	font-size: 13px;
	float: right;
	overflow: hidden;
}
.copyRight .copyRightRight a{
	display: block;
	float: left;
	border-right: #959595 1px solid;
	padding: 0px 20px;
}
.copyRight .copyRightRight a:last-child{
	border-right: none;
}


.cover{
	overflow: hidden;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.cover .coverArr{
	display: block;
	width: 64px;
	height: 54px;
	background: url(../images/coverArr.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	bottom: 100px;
	margin-left: -32px;
}
.cover .coverCpy{
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	width: 94%;
	position: absolute;
	bottom: 40px;
	left: 3%;
	color: #b5ac9f;
}


.position{
	background-color: #fff;
	padding: 20px 0px;
	line-height: 20px;
	font-size: 14px;
	color: #c8a755;
}
.position .commonWrap{
	box-sizing: border-box;
	padding: 0px 10px;
}
.position a{
	color: #c8a755;
}
.position a:hover{
	color: #8c702b;
}

.pageMain{
	margin-top: 0;
	padding: 0px 0px 20px !important;
}

.left{
	width: 20%;
	float: left;
	margin-right: 5%;
}
.pageLeftBtn{
	display: none;
    line-height: 20px;
    padding: 10px 20px;
    background-color: #f0f0f0;
}
.pageLeftBtn .fa{
	display: block;
    float: right;
    line-height: 20px;
    font-size: 14px;
}
.left .leftCel{
	margin-bottom: 20px;
}
.left .leftCel .leftType{
	display: block;
	line-height: 40px;
	font-size: 22px;
	border-bottom: 2px solid #c8a755;
	color: #363636;
	margin-bottom: 5px;
}
.left .leftCel .leftType:hover{
	color: #c8a755;
}
.left .leftCel .leftSub{
	display: block;
	line-height: 25px;
	font-size: 18px;
	color: #c8a755;
	padding: 10px 0px;
	border-bottom: #ccc 1px dotted;
}
.left .leftCel .leftSub:hover{
	background-color: #c8a755;
	color: #fff;
	padding-left: 20px;
}
.left .leftCel .cur{
	background-color: #c8a755;
	color: #fff;
	padding-left: 20px;
}

.listProMain{
	width: 75%;
	float: left;
}
.listProMain .listProItem{
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 20px;
	position: relative;
}
.listProMain .listProItem:nth-child(3n){
	margin-right: 0;
}
.listProMain .listProItem:hover .addToCar{
	opacity: 1;
}
.listProMain .listProItem .listProItemPic{
	box-sizing: border-box;
	border: #cccccc 1px solid;
	margin-bottom: 10px;
}
.listProMain .listProItem .listProItemPic img{
	display: block;
	width: 100%;
}
.listProMain .listProItem:hover .listProItemPic{
	border-color: #c8a755;
}
.listProMain .listProItem .listProItemTit{
	line-height: 30px;
	font-size: 14px;
	color: #c8a755;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.listPage{MARGIN: 0px auto 0px; WIDTH: 100%; PADDING: 20px 0px; TEXT-ALIGN: center}
.listPage li{display: inline-block; BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 8px! important; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 8px! important; PADDING-BOTTOM: 4px! important; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #333; PADDING-TOP: 4px! important; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none! important}
.listPage li.thisclass{background-color: #c8a755; border-color: #c8a755; color: #fff;}
.listPage li.thisclass a{color: #fff;}


.listProMain .proPageTop{
	margin-bottom: 20px;
	overflow: hidden;
}
.listProMain .proPageTop .proPagePic{
	width: 400px;
	float: left;
	box-sizing: border-box;
	border: #c8a755 2px solid;
}
.listProMain .proPageTop .proPagePic .coverPic{
	display: block;
	width: 100%;
}

.swiper-Pro{
	overflow: hidden;
	position: relative;
	display: none;
}
.swiper-Pro .swiper-wrapper .swiper-slide img{
	display: block;
	width: 100%;
}
.swiper-Pro .swiper-pagination{
	bottom: 20px;
}
.swiper-Pro .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.swiper-Pro .swiper-pagination .swiper-pagination-bullet-active{
	background: #be9c48;
}

.listProMain .proPageTop .proPageInfo{
	margin-left: 420px;
}
.listProMain .proPageTop .proPageInfo .proPageProTit{
	line-height: 25px;
	font-size: 18px;
	color: #c8a755;
	font-weight: bold;
}
.listProMain .proPageTop .proPageInfo .proPageTit{
	line-height: 25px;
	font-size: 16px;
	padding: 10px 0px;
}
.listProMain .proPageTop .proPageInfo .proPageDesc{
	line-height: 25px;
	font-size: 13px;
	margin-bottom: 20px;
}
.listProMain .proPageTop .proPageInfo .proPageDesc p{
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../images/dot.png) left top no-repeat;
}

.slideTxtBox{ width:100%; text-align:left; }
.slideTxtBox .hd{ height:40px; line-height:40px; background:#f4f4f4; border-bottom:1px solid #c8a755; position:relative; }
.slideTxtBox .hd ul{ width: 100%; position:absolute; height:40px; overflow: hidden;}
.slideTxtBox .hd ul li{ float:left; padding:0 20px; cursor:pointer; box-sizing:  border-box; }
.slideTxtBox .hd ul li.on{ color: #0c3388; font-weight: bold;}
.slideTxtBox .bd .proPageTabCel{ padding:15px; zoom:1; line-height: 180%; text-align: justify;}
.slideTxtBox .bd .proPageTabCel img{ max-width: 100%;}

.proPagePreNxt{
	padding-top: 10px;
	margin-top: 10px;
	border-top: #aeaeae 1px dashed;
}
.proPagePreNxt p{
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #aaa;
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}


#showbox { background:#eee;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}





.basic-grey {
	max-width: 100%;
	background: #F7F7F7;
	padding: 25px 15px 25px 10px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border:1px solid #E4E4E4;
}
.basic-grey h1 {
	font-size: 25px;
	padding: 0px 0px 10px 40px;
	display: block;
	border-bottom:1px solid #E4E4E4;
	margin: -10px -15px 30px -10px;;
	color: #888;
}
.basic-grey h1>span {
	display: block;
	font-size: 11px;
}
.basic-grey label {
	display: block;
	margin: 0px;
}
.basic-grey label>span {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 10px;
	margin-top: 15px;
	color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 70%;
	font-size: 12px;
	line-height:15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
	padding: 12px 3px 3px 5px;
	height:100px;
	resize:none;
}
.basic-grey .button {
	background: #c8a755;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #71540cs;
	cursor: pointer;
}
.basic-grey .button:hover{
	background: #dec37f;
}

.addToCar{display: block; opacity: 0; transition: all .3s; width: 180px; height: 30px; line-height: 28px; font-size: 14px; text-align: center; background-color: #fff; box-sizing: border-box; border: #c8a755 1px solid; color: #c8a755; position: absolute; left: 50%; bottom: 60px; margin-left: -90px;}
.addToCar:hover{background-color: #c8a755; color: #fff;}

.addToCarStatic{
	display: block;
	transition: all .3s;
	width: 180px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	border: #c8a755 1px solid;
	color: #c8a755;
}
.addToCarStatic:hover{
	background-color: #c8a755; color: #fff;
}

.carFloat{
	position: fixed;
	z-index: 50;
	width: 60px;
	right: 40px;
	top: 300px;
	box-sizing: border-box;
	padding: 8px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
.carFloat img{
	display: block;
	width: 100%;
}
.carFloat span{
	position: absolute;
	right: -10px;
	top: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #ff0000;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
}
.carMask{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 110;
	cursor: pointer;
}
.carBox{
	display: none;
    width: 800px;
    height: 450px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -225px;
    z-index: 111;
    background-color: #fff;
	box-sizing: border-box;
	padding: 40px;
}
.carBox .carBoxWrap{
	height: 100%;
	overflow-y: auto;
}
.carBox .carBoxWrap .carBoxTit{
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.carBox .carBoxWrap .carBoxList .carBoxListItem{
	line-height: 30px;
	font-size: 14px;
	position: relative;
	border-bottom: #eaeaea 1px dashed;
	padding: 5px 0px;
}
.carBox .carBoxWrap .carBoxList .carBoxListItem .delectItem{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}
.carBox .carBoxWrap .carBoxBtn{
	margin-top: 20px;
	text-align: center;
}
.carBox .carBoxWrap .carBoxBtn .inquireNow{
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	padding: 8px 25px;
	background-color: #0c3388;
	color: #fff;
	transition: all .3s;
	border-radius: 5px;
	margin: 0px 10px;
}
.carBox .carBoxWrap .carBoxBtn .inquireNow:hover{
	background-color: #1353DF;
}
.carBox .carBoxWrap .carBoxBtn .delectAll{
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	padding: 8px 25px;
	background-color: #434343;
	color: #fff;
	transition: all .3s;
	border-radius: 5px;
	margin: 0px 10px;
}
.carBox .carBoxWrap .carBoxBtn .delectAll:hover{
	background-color: #6F6F6F;
}
.carBox .carBoxClose{
	position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    background: url(../images/close.png) center center no-repeat;
    z-index: 112;
}

.inquireForm{
	display: none;
	height: 100%;
	overflow: auto;
}

.flyImg{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: #fff 5px solid;
	position: fixed;
}


.sNav{
	background-color: #fff;
	position: relative;
}
.sNav .commonWrap{
	margin-top: -30px;
	z-index: 10;
	overflow: hidden;
}
.sNav .sNavLink{
	display: block;
	width: 25%;
	height: 58px;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	color: #c8a755;
	float: left;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
	border-left: none;
	border-top: none;
}
.sNav .sNavLink:nth-child(1){
	border-top: 1px solid #e2e2e2;
}
.sNav .sNavLink:nth-child(2){
	border-top: 1px solid #e2e2e2;
}
.sNav .sNavLink:nth-child(3){
	border-top: 1px solid #e2e2e2;
}
.sNav .sNavLink:nth-child(4){
	border-top: 1px solid #e2e2e2;
}
.sNav .sNavLink:first-child{
	border-left: 1px solid #e2e2e2;
}
.sNav .sNavLink:nth-child(4n+1){
	border-left: 1px solid #e2e2e2;
}
.sNav .sNavLink:hover{
	background-color: #c8a755;
	color: #fff;
}
.sNav .sNavLink.cur{
	background-color: #c8a755;
	color: #fff;
}

.jobNav .sNavLink{
	width: 33.3333%;
}
.jobNav .sNavLink:nth-child(4){
	border-top: none;
}
.jobNav .sNavLink:nth-child(4n+1){
	border-left: none;
}
.jobNav .sNavLink:nth-child(3n+1){
	border-left: 1px solid #e2e2e2;
}

.contactNav .sNavLink{
	width: 50%;
}
.contactNav .sNavLink:nth-child(3){
	border-top: none;
}
.contactNav .sNavLink:nth-child(4){
	border-top: none;
}
.contactNav .sNavLink:nth-child(2n+1){
	border-left: 1px solid #e2e2e2;
}

.pageTit{
	line-height: 35px;
	font-size: 28px;
	color: #c8a755;
	text-align: center;
	margin-bottom: 40px;
}
.pageBody{
	margin-bottom: 40px;
	line-height: 1.8;
	word-break: break-all;
	text-align: justify;
}
.pageBody img{
	max-width: 100%;
	height: auto !important;
}

.group{
	position: relative;
	overflow: hidden;
	padding: 20px;
	z-index: 1;
}
.group .groupLeft{
	width: 57%;
	float: left;
	margin-right: 8%;
}
.group .groupLeft .groupTit{
	margin-bottom: 20px;
	overflow: hidden;
}
.group .groupLeft .groupTit .groupLogo{
	width: 25%;
	float: left;
	margin-right: 5%;
}
.group .groupLeft .groupTit .groupLogo img{
	display: block;
	width: 100%;
}
.group .groupLeft .groupTit .groupName{
	line-height: 35px;
	font-size: 28px;
	color: #363636;
}
.group .groupLeft .groupTxt p{
	line-height: 25px;
	font-size: 14px;
	color: #626262;
	text-indent: 2em;
	padding: 10px 0px;
	text-align: justify;
}
.group .groupRight{
	width: 35%;
	float: left;
}
.group .groupRight img{
	display: block;
	width: 100%;
}
.group .groupBg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../images/about_content_bg.png) right top no-repeat;
	z-index: -1;
}

.company{
	overflow: hidden;
	padding: 20px;
}
.company .companyLeft{
	width: 57%;
	float: left;
	margin-right: 8%;
}
.company .companyLeft .companyTit{
	line-height: 35px;
	font-size: 28px;
	color: #363636;
	border-left: #c8a755 5px solid;
	padding-left: 10px;
	margin-bottom: 20px;
}
.company .companyLeft .companyTxt p{
	line-height: 25px;
	font-size: 14px;
	color: #626262;
	text-indent: 2em;
	padding: 10px 0px;
	text-align: justify;
}
.company .companyRight{
	width: 35%;
	float: left;
}
.company .companyRight .companyRightCel{
	width: 50%;
	float: left;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.company .companyRight .red{
	background-color: #ce0005;
	color: #fff;
}
.company .companyRight .yellow{
	background-color: #dda301;
	color: #fff;
}
.company .companyRight .companyRightCel img{
	display: block;
	width: 100%;
}


.job1{
	overflow: hidden;
}
.job1 .job1Left{
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0px 20px;
}
.job1 .job1Right{
	width: 75%;
	float: left;
	box-sizing: border-box;
	padding: 40px 20px 0px;
}
.job1 .job1Right .job1Tit{
	line-height: 30px;
	font-size: 28px;
	margin-bottom: 10px;
	color: #363636;
}
.job1 .job1Right .job1Txt p{
	padding: 5px 0px;
	text-align: justify;
}

.job2{
	overflow: hidden;
}
.job2 .job2Cel{
	width: 50%;
	background-color: #ececec;
}
.job2 .L{
	float: left;
}
.job2 .R{
	float: right;
}
.job2 .P img{
	display: block;
	width: 100%;
}
.job2 .T{
	box-sizing: border-box;
	padding: 0px 40px;
	overflow: hidden;
}
.job2 .T .job2CelTxtBox span{
	display: block;
	line-height: 30px;
	font-size: 22px;
	color: #363636;
	margin-bottom: 5px;
}

.job3{
	overflow: hidden;
}
.job3 .job3Cel{
	width: 50%;
	float: left;
}
.job3 .job3Cel .job3CelPic{
	text-align: center;
}
.job3 .job3Cel .job3CelTit{
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	color: #363636;
}
.job3 .job3Cel .job3CelLink{
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	color: #363636;
}
.job3 .job3Cel .job3CelLink a{
	color: #363636;
}
.job3 .job3Cel .job3CelLink a:hover{
	color: #c8a755;
}


#dituContent{
	border:#ccc solid 1px;
	width:100%;
	height:350px;
	font-size: 12px;
	box-sizing: border-box;
}
.BMap_bubble_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.BMap_bubble_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.contact{
	position: relative;
}
.contact .contactInfo{
	width: 500px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(203, 183, 133, .9);
	box-sizing: border-box;
	padding:20px;
	color: #fff;
}
.contact .contactInfo .contactInfoTit{
	line-height: 22px;
	font-size: 22px;
	margin-bottom: 10px;
}
.contact .contactInfo .contactInfoRow{
	font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.contact .contactInfo .contactInfoPic{
	margin-top: 15px;
}


.gbook{
	padding: 10px;
}
.gbook .gbookRow{
	padding: 10px 0px;
	overflow: hidden;
}
.gbook .gbookRow .gbookCel{
	width: 31%;
	float: left;
	margin-right: 3.5%;
	position: relative;
}
.gbook .gbookRow .gbookCel:last-child{
	margin-right: 0;
}
.gbook .gbookRow .formInput{
	width: 100%;
	background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 14px;
    padding-left: 45px;
    clear: both;
	box-sizing: border-box;
	outline: none;
    color: #cbb785;
}
.gbook .gbookRow .formInput:focus{
	background: transparent;
	border: 2px solid #cbb785;
}
.gbook .gbookRow i{
	position: absolute;
    left: 0;
    color: #cbb785;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
	font-size: 20px;
    text-align: center;
    z-index: 99;
}

.gbook input::-webkit-input-placeholder{
	color:#cbb785;
}
.gbook input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#cbb785;
}
.gbook input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#cbb785;
}
.gbook input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#cbb785;
}
.gbook textarea::-webkit-input-placeholder{
	color:#cbb785;
}
.gbook textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#cbb785;
}
.gbook textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#cbb785;
}
.gbook textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#cbb785;
}

.gbook .gbookRow .gbookCelTxt{
	position: relative;
}
.gbook .gbookRow .gbookCelTxt .formTxt{
	resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px 10px 10px 45px;
    width: 100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 14px;
	box-sizing: border-box;
	outline: none;
    color: #cbb785;
}
.gbook .gbookRow .gbookCelTxt .formTxt:focus{
	background: transparent;
	border: 2px solid #cbb785;
}
.gbook .vcode{
	width: 100px !important;
	padding: 10px !important;
	text-transform: uppercase;
	margin-right: 10px;
}
.gbook .gbookBtn{
	text-align: center;
}
.gbook .gbookBtn .formBtn{
	background: #cbb785;
    width: 150px;
    border-radius: 50px;
    color: #fff;
    border: 0px;
    height: 45px;
	cursor: pointer;
	outline: none;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.gbook .gbookBtn .formBtn:hover{
	background: transparent;
	border: 2px solid #cbb785;
	color: #cbb785;
}


.baseNum{
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.baseNum .commonWrap{
	overflow: hidden;
	height: 130px;
	margin-top: -130px;
	z-index: 10;
}
.baseNum .baseNumTit{
	width: 285px;
	height: 100%;
	background: url(../images/baseBg1.png) left top no-repeat #fff;
	background-size: contain;
	box-sizing: border-box;
	padding: 35px 0px 0px 35px;
	float: left;
}
.baseNum .baseNumTit .baseNumTitB{
	display: block;
	line-height: 35px;
	font-size: 30px;
	color: #c8a755;
	font-weight: bold;
}
.baseNum .baseNumTit .baseNumTitS{
	display: block;
	line-height: 30px;
	font-size: 24px;
	color: #c8a755;
	text-transform: uppercase;
}
.baseNum .baseNumBody{
	margin-left: 285px;
	height: 130px;
	background-color: #c8a755;
	overflow: hidden;
}
.baseNum .baseNumBody .baseNumCel{
	width: 33.3333%;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding: 25px 35px;
}
.baseNum .baseNumBody .baseNumCel .baseNumCelBorder{
	width: 2px;
	height: 65px;
	background: url(../images/baseBg2.png) left top repeat-y;
	position: absolute;
	left: -1px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.baseNum .baseNumBody .baseNumCel .baseNumCelPic{
	width: 60px;
	float: left;
	text-align: center;
}
.baseNum .baseNumBody .baseNumCel .baseNumCelPic img{
	max-width: 100%;
}
.baseNum .baseNumBody .baseNumCel .baseNumCelRight{
	margin-left: 60px;
	text-align: center;
}
.baseNum .baseNumBody .baseNumCel .baseNumCelRight .baseNumCelRightUp{
	line-height: 50px;
	font-size: 40px;
	font-family: fantasy;
	color: #fff;
	box-sizing: border-box;
	border-bottom: #e1c070 1px solid;
}
.baseNum .baseNumBody .baseNumCel .baseNumCelRight .baseNumCelRightDown{
	line-height: 30px;
	font-size: 24px;
	color: #fff;
}

.base{
	background-color: #fdfdfd;
}
.base .baseTit{
	line-height: 50px;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.base .baseTit .baseTitLine{
	width: 100px;
	height: 1px;
	background-color: #666;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -50px;
}
.base .baseInfo{
	text-align: center;
}
.base .baseInfo .baseInfoCel{
	display: inline-block;
	position: relative;
	line-height: 45px;
	font-size: 16px;
	color: #666;
	padding: 0px 20px;
}
.base .baseInfo .baseInfoCel .fa{
	color: #c8a755;
	font-size: 20px;
	margin-right: 3px;
}
.base .baseInfo .baseInfoCel .baseInfoCelNum{
	font-size: 24px;
	color: #c8a755;
	padding: 0px 3px;
}
.base .baseInfo .baseInfoCel .baseInfoCelLine{
	width: 120px;
	height: 1px;
	background-color: #e3e3e3;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}
.base .bseMap{
	padding: 40px 0px;
	text-align: center;
}
.base .bseMap img{
	max-width: 100%;
}

.baseFull{
	margin-top: 0;
	background: url(../images/baseBg4.png) center center no-repeat;
	background-size: cover;
}
.baseFull .commonWrap{
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.baseFull .baseFullCel{
	width: 47%;
	float: left;
	border-radius: 10px;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	padding: 25px 25px 170px;
	position: relative;
}
.baseFull .mr{
	margin-right: 6%;
}
.baseFull .baseFullCel .baseFullTit{
	line-height: 50px;
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
	border-bottom: #fefefe 2px solid;
}
.baseFull .baseFullCel .baseFullBody{
	height: 140px;
	overflow: hidden;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	text-align: justify;
	padding: 30px 10px 0px;
}
.baseFull .baseFullCel .baseFullCelIco{
	width: 150px;
	height: 150px;
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.baseFull .baseFullCel .baseFullCelIco img{
	display: block;
	width: 100%;
}

.baseList{
	overflow: hidden;
}
.baseList .baseListCel{
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 20px;
}
.baseList .baseListCel:nth-child(3n){
	margin-right: 0;
}
.baseList .baseListCel .baseListCelPic{
	position: relative;
	overflow: hidden;
}
.baseList .baseListCel .baseListCelPic img{
	display: block;
	width: 100%;
}
.baseList .baseListCel .baseListCelPic a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: url(../images/baseListCover.png) center center no-repeat rgba(255,255,255,.6);
	
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.baseList .baseListCel:hover .baseListCelPic a{
	opacity: 1;
	visibility: visible;
}
.baseList .baseListCel .baseListCelTit{
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.baseList .baseListCel:hover .baseListCelTit a{
	color: #c8a755;
}


.arcTit{
	line-height: 30px;
    font-size: 20px;
    color: #c8a755;
    text-align: center;
	margin-bottom: 10px;
}
.arcInfo{
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #999;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: #e0e0e0 1px dashed;
}
.arcInfo .fa{
	margin-right: 5px;
}

.aboutus h3{line-height: 35px;font-size: 20px; font-weight: bold; padding-bottom: 20px; color: #c8a755;margin-bottom: 20px; border-bottom: 1px solid #ddd;}
.aboutus p{ text-indent: 2em; margin-top: 20px; line-height: 150%; font-size: 16px;}
.aboutus p b{ color: #c8a755;}
.aboutus dl{ display: flex; justify-content: space-between; margin-top: 40px;}
.aboutus dl dt{ width: 48%; }
.aboutus dl dd{ width: 50%;}



@media (max-width: 1280px){
	.commonWrap{width: 94%;}
	.foot .footCel{width: 25%; padding: 0px 10px;}
	.foot .fContact{width: 100%; margin-top: 40px;}
	
	.group .groupLeft{width: 60%; margin-right: 5%;}
	.company .companyLeft{width: 60%; margin-right: 5%;}
	
	.job1 .job1Right{padding: 0px 20px;}
	
	.baseNum{padding: 20px 0px; background-color: #fff;}
	.baseNum .commonWrap{margin-top: 0; height: auto;}
	.baseNum .baseNumTit{width: 100%; float: none; margin-bottom: 10px;}
	.baseNum .baseNumBody{margin-left: 0; height: auto;}
	.baseNum .baseNumBody .baseNumCel{padding: 15px;}
}

@media (max-width: 1000px){
	.job1 .job1Left{width: 100%; padding: 0; float: none; text-align: center; margin-bottom: 30px;}
	.job1 .job1Right{width: 100%; padding: 0; float: none;}
	.job1 .job1Right .job1Tit{font-size: 22px;}
	.aboutus dl{ display: flex; justify-content: space-between; flex-direction: column;}
	.aboutus dl dt{ width: 100%;}
	.aboutus dl dd{ width: 100%;}
}

@media (max-width: 960px){
	body{padding-top: 60px;}
	.head{height: 60px;}
	.logo img{height: 60px;}
	.headRight{display: none;}
	.mNavBtn{display: block;}
	.sec{padding: 40px 0px;}
	.iF3 .iF3Cel .iPro a{width: 49%; margin-right: 2%;}
	.iF3 .iF3Cel .iPro a:nth-child(3n){margin-right: 2%;}
	.iF3 .iF3Cel .iPro a:nth-child(2n){margin-right: 0;}
	
	.left{width: 100%; float: none; margin-bottom: 20px; height: 40px; overflow: hidden;}
	.left.on{height: auto;}
	.pageLeftBtn{display: block;}
	.left .leftCel{padding: 10px 20px; margin-bottom: 0;}
	.listProMain{width: 100%; float: none;}
	.listPage .mHid{display: none;}
	
	.sNav{padding: 20px 0px;}
	.sNav .commonWrap{margin-top: 0;}
	.group .groupLeft{width: 100%; margin-right: 0; float: none; margin-bottom: 20px;}
	.group .groupRight{width: 100%; float: none;}
	.group .groupRight img{width: auto; margin: 0px auto; max-width: 100%;}
	
	.company .companyLeft{width: 100%; margin-right: 0; float: none; margin-bottom: 20px;}
	.company .companyRight{width: 100%; float: none;}
	.company .companyRight .companyRightCel{width: 25%;}
	
	.contact .contactInfo{position: initial; width: 100%; margin-top: 20px; height: auto;}
	
	.baseFull .baseFullCel{width: 100%; float: none;}
	.baseFull .mr{margin-right: 0; margin-bottom: 20px;}
	.baseFull .baseFullCel .baseFullBody{height: auto;}
}

@media (max-width: 900px){
	.addToCar { width: 80%; margin: 0px auto; position: initial; opacity: 1;}
	.carFloat{right: 20px; top: auto; bottom: 100px;}
	.carBox{width: 80%; height: 400px; left: 10%; top: 100px; margin: 0; padding: 20px;}
	.carBox .carBoxWrap .carBoxBtn .inquireNow{padding: 8px 15px;}
	.carBox .carBoxWrap .carBoxBtn .delectAll{padding: 8px 15px;}
	.carBox .carBoxClose{width: 40px; height: 40px; top: auto; bottom: -50px; left: 50%; margin-left: -20px;}
}

@media (max-width: 800px){
	.copyRight{padding: 20px 0px !important;}
	.copyRight .copyRightLeft{width: 100%; float: none; text-align: center;}
	.copyRight .copyRightRight{width: 100%; float: none; margin-top: 5px; text-align: center;}
	.copyRight .copyRightRight a{display: inline-block; float: none;}
	.listProMain .proPageTop .proPagePic{margin: 0px auto 10px; float: none; width: 100%;}
	.swiper-Pro{display: block;}
	#showbox{display: none;}
	#showsum{display: none;}
	.showpage{display: none;}
	.listProMain .proPageTop .proPageInfo{width: 100%; margin-left: 0; }
	.listProMain .proPageTop .proPageInfo .proPageProTit{text-align: center;}
	.addToCarStatic{margin: 0px auto;}
	
	.job2 .job2Cel{width: 100%; float: none;}
	.job2 .T{padding: 0px 20px;}
	
	.job3 .job3Cel{width: 100%; float: none;}
	.job3 .job3Cel:first-child{margin-bottom: 40px;}
	
	.baseNum .baseNumBody .baseNumCel .baseNumCelPic{width: 40px;}
	.baseNum .baseNumBody .baseNumCel .baseNumCelRight{margin-left: 40px;}
	.baseNum .baseNumBody .baseNumCel .baseNumCelRight .baseNumCelRightUp{font-size: 30px; line-height: 40px;}
	.baseNum .baseNumBody .baseNumCel .baseNumCelRight .baseNumCelRightDown{font-size: 18px;}
}

@media (max-width: 720px){
	.iF3 .iF3Cel .iPro a{width: 100%; float: none; margin-right: 0;}
	.iF3 .iF3Cel .iPro a:nth-child(3n){margin-right: 0;}
	.foot .footCel{width: 100%; float: none; margin-top: 20px;}
	.foot .footCel:first-child{margin-top: 0;}
	.foot .footCel .footCelBody a{width: 32%; float: left; margin-right: 2%;}
	.foot .footCel .footCelBody a:nth-child(3n){margin-right: 0;}
	.foot .fContact{margin-top: 20px; float: none;}
	
	.iCustom .iCustomBody .swiper-custom .swiper-wrapper .swiper-slide img{-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: gray;}
	
	.gbook .gbookRow{padding: 5px 0px;}
	.gbook .gbookRow .gbookCel{width: 100%; margin-right: 0; float: none; margin-bottom: 10px;}
	.gbook .gbookRow .gbookCel:last-child{margin-bottom: 0;}
	.gbook .gbookBtn{margin-top: 20px;}
}

@media (max-width: 640px){
	.company .companyRight .companyRightCel{width: 50%;}
	
	.baseNum .baseNumBody .baseNumCel{width: 100%; float: none;}
	.baseNum .baseNumBody .baseNumCel .baseNumCelBorder{width: 100%; height: 2px; background: url(../images/baseBg3.png) left top repeat-x; left: 0; top: -1px; transform:none;}
	.baseNum .baseNumBody .baseNumCel .baseNumCelPic{width: 50px; margin-top: 10px}
	.baseNum .baseNumBody .baseNumCel .baseNumCelRight{margin-left: 60px;}
	
	.baseList .baseListCel{width: 48%; margin-right: 4%;}
	.baseList .baseListCel:nth-child(3n){margin-right: 4%;}
	.baseList .baseListCel:nth-child(2n){margin-right: 0;}
	.baseList .baseListCel .baseListCelTit{font-size: 14px;}
}

@media (max-width: 560px){
	.basic-grey label>span{display: block; float: none; width: 100%; text-align: left; margin-bottom: 10px;}
	.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select{width: 100%;}
	
	.sNav .sNavLink{ height: 40px; line-height: 40px; width: 50%; border-top: none;}
	.sNav .sNavLink:nth-child(2n+1){border-left: 1px solid #e2e2e2;}
	.sNav .sNavLink:nth-child(3){border-top: none;}
	.sNav .sNavLink:nth-child(4){border-top: none;}
	.jobNav .sNavLink:nth-child(3n+1){border-left: none;}
	.jobNav .sNavLink:nth-child(2n+1){border-left: 1px solid #e2e2e2;}
	
	.group{padding: 10px;}

	.group .groupLeft .groupTit .groupLogo{width: 100%; margin-right: 0; float: none;}
	.group .groupLeft .groupTit .groupLogo img{width: auto; margin: 0px auto; max-width: 100%;}
	.group .groupLeft .groupTit .groupName{line-height: 30px; font-size: 20px; text-align: center;}
	.group .groupLeft .groupTxt p{padding: 5px 0px;}
	
	.company{padding: 10px;}
	.company .companyLeft .companyTit{line-height: 30px; font-size: 20px;}
	
	.baseFull .commonWrap{padding: 0px;}
	.baseFull .baseFullCel .baseFullTit{font-size: 30px; line-height: 40px;}
	.baseFull .baseFullCel .baseFullBody{line-height: 30px; font-size: 16px;}
}

@media (max-width: 480px){
	.iF3 .iF3Cel{width: 100%; float: none; margin-right: 0; margin-bottom: 40px;}
	.iF3 .iF3Cel:nth-child(3n){margin-bottom: 0;}
	.iF3 .iF3Cel .iPro a{width: 32%; float: left; margin-right: 2%;}
	.iF3 .iF3Cel .iPro a:nth-child(2n){margin-right: 2%;}
	.iF3 .iF3Cel .iPro a:nth-child(3n){margin-right: 0;}
	
	.contact .contactInfo .contactInfoTit{font-size: 20px;
}







































