/*header*/
.container {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.cl {
	clear: both;
}
#gHeader {
	position: relative;
	margin:0 auto;
}
.header {
	margin: 0 auto;
	padding: 20px 0 10px;
	width: 1200px;
	z-index: 100;
}
.header h1 {
	padding-top: 10px;
	float: left;
	width: 15.5%;
}
.header h1 img {
	display: block;
	width: 100%;
}
.header .rBox {
	width: 72.5%;
	float: left;
	padding:2% 0 0 6%;
}
.header .select {
	margin-bottom: 10px;
	text-align: right;
}
.gNavi {
	float: right;
}
.gNavi li {
	float: left;
	width: 148px;
	line-height: 60px;
	margin-left: 10px;
	text-align: center;
}
.gNavi li a {
	display: block;
	font-size: 20px;
}
.gNavi li a:hover, .header ul li .on {
	background: #0065b4;
	color: #fff;
}
.gNavi > li .subNavi {
	padding: 60px 0;
	position: absolute;
	left: 0;
	top: 133px;
	display: none;
	width: 100%;
	background: url(../images/bg_02.png) repeat left top;
}

.gNavi > li .subNavi .ulBox {
	width: 1330px;
	float: right;
}

.gNavi > li .subNavi .ulBox ul {
	width: auto;
	float: left;
	text-align: center;
}

.gNavi > li ul li {
	margin-left: 0;
	padding: 0 20px;
	width: 33.33%;
	text-align: left;
	box-sizing: border-box;
}

.gNavi > li ul li a {
	display: block;
	background: none;
	color: #FFF;
	background: none !important;
}

.menu {
	position: absolute;
	right: 15px;
	top: 0;
	display: none;
	width: 36px;
	height: 27px;
	margin-top: 15px;
	background: url(../images/img_menu.png) no-repeat right 0px;
}
/* .close{
	display: block;
	width: 36px;
	height:27px;
	margin-top: 15px;
	background: url(../img/close_icon.png) no-repeat right 0px;
} */
#showRight {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.01);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 48;
	display: none;
}
#Nav {
	width: 30%;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	right: -30%;
	top: 0px;
	background: url(../images/Nav_bg.png) repeat 0 0;
	z-index: 50;
	box-shadow: -2px -2px 2px rgba(0,0,0,0.5);
}
#Nav ul li {
	width: 100%;
}
#Nav ul li a {
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
}
#main {
	margin-bottom: 3%;
}
/*footer*/
#gFooter {
	padding: 4.6% 0 1%;
	background-color: #2d2d2d;
}
#gFooter .fBox {
	margin: 0 auto 5%;
	padding: 0 30px;
	width: 1420px;
}
#gFooter p {
	color: #FFF;
	font-size: 16px;
}
#gFooter .fBox .subBox {
	padding-right: 6%;
	width: 32%;
	float: left;
	box-sizing: border-box;
}
#gFooter .fBox .subBox .title {
	margin-bottom: 17%;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
#gFooter .fBox .subBox .photo {
	margin-top: -10%;
	float: right;
}
#gFooter .fBox .subBox .txtBox p {
	margin-bottom: 6%;
	color: #fff;
	font-size: 20px;
}
#gFooter .fBox .rBox {
}
#gFooter .fBox .rBox .subBox {
	padding-right: 20%;
	width: 33.33%;
}
#gFooter .fBox .rBox .subBox .title {
	margin-bottom: 9%;
	border-bottom:1px solid #fff;
}
#gFooter .fBox .rBox .subBox li {
	margin-bottom: 4%;
}
#gFooter .fBox .rBox .subBox li a {
	color: #fff;
}
#gFooter .btmBorder {
	padding-top: 1%;
}
#gFooter .btmBorder .pBox {
	margin: 0 auto;
	padding-right: 140px;
	width: 1200px;
	box-sizing: border-box;
}
#gFooter .btmBorder .pBox p {
	float: left;
}
#gFooter .btmBorder .pBox p:last-child {
	float: right;
}
/*select*/
span.customSelect {
	padding: 5px 7px;
	width: 153px;
	height: 43px;
	color: #676767;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background-color: #E7E7E7;
	border: 1px solid #fff;
	border-radius: 22px;
	box-sizing: border-box;
}
span.customSelect.changed {
	background-color: #E7E7E7;
}
.customSelectInner {
	width: 133px !important;
	background: none;
}
/*index*/
.jsBox {
	margin-bottom: 10px;
	position: relative;
}

.jsBox .span {
	position: absolute;
	left: 20px;
	top: 45px;
	color: #FFF;
	font-size: 17px;
	line-height: 27px;
	font-weight: bold;
	z-index: 100;
}

.jsBox .span span {
	display: block;
	font-size: 21px;
}



.pr_bg {
	background:url(../images/pr_bg.jpg) no-repeat center top;
	width:100%;
	padding:0 0 0 0;
	background-size:100% auto !important;
}


.pr_Box {
	padding:5% 0 0 0 !important;
}


.chanpin_title {
	font-size:30px;
	font-weight: bold;
	color:#fff;
	float: left;
}


.chanpin_title span {
	font-size:18px;
	font-weight: normal;
	display: block;
}


.pr_more a {
	float: right;
	color:#fff !important;
	border:1px solid #fff;
	padding:0 1%;
}


.chanpinBox {
	padding:10% 0 0 0;
}


.chanpinBox ul li  {
	float: left;
	width:30%;
	padding-right:5%;
}

.chanpinBox ul li:nth-child(3) {
	padding-right:0 !important;
}


.chanpinBox ul li:nth-child(6) {
	padding-right:0 !important;
}





.chanpinBox ul li img {
	width:100%;
}


.chanpinBox ul li span {
	display: block;
	text-align: center;
}



.xt_bg {
	
	background:url(../images/xiantiao_bg.png) no-repeat center -400px;
	width:100%;
	padding:3% 0 4% 0;
}


.fahuoBox{
	padding:1% 0 0 0 !important;
}

.fahuoBox li {
	width:23% !important;
	padding-right:2% !important;
}



.fahuoBox ul li:nth-child(3) {
	padding-right:2% !important;
}




.fahuoBox ul li:nth-child(4) {
	padding-right:0 !important;
}



.fh_title {
	text-align: center;
	font-size:1.5rem;
	font-weight: bold;
}


.fh_title  span  {
	font-weight: normal;
	display: block;
	font-size:1.2rem;
}

.menuBox {
	padding:3% 0;
}

.menuBox img {
	width:1200px !important;
}

.caseBox {
	margin-bottom: 5.6% !important;
}
.caseBox, .comImgBox, .newsBox {
	margin: 0 auto;
	width: 1200px;
}
.comH2 {
	margin-bottom: 3.6%;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}
.comH2 span {
	display: block;
	font-size: 36px;
}
.jsBox {
	margin: 0 -35px 8%;
}
.jsBox a {
	margin: 0 35px;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.jsBox a:hover .bgSpan {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/span_bg.png) repeat left top;
}
.jsBox .span {
	margin-left: -170px;
	width: 340px;
	position: absolute;
	left: 50%;
	top: 26%;
	color: #FFF;
	font-size: 18px;
	text-align: center;
}
.jsBox .span .txt {
	margin-bottom: 9%;
	display: block;
	position: relative;
	font-size: 30px;
}
.jsBox .border:before {
	margin-left: -70px;
	width: 140px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: -45px;
	background-color: #FFF;
	content: "";
}
.comImgBox .photoBox {
	width: 49.8%;
}
.comImgBox .textBox {
	width: 47%;
}
.comImgBox .textBox .title {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}
.comImgBox .textBox .txt {
	margin: 5% 0 6.5%;
	font-size: 22px;
}
.comLink {
	margin: 10.3% 0 0 3%;
}
.comLink a {
	padding-left: 72px;
	width: 256px;
	height: 76px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 76px;
	box-sizing: border-box;
	background-color:#e58310;
}
.engineerBox {
	margin-bottom: 3.2%;
	padding-top: 2%;
	background: url(../images/bg.png) no-repeat left top;
	background-size: 100% auto;
}
.engineerBox .comH2 {
	margin-bottom: 4.02%;
	color: #FFF;
}
.engineerBox .comImgBox {
	background-color: #FFF;
}
.engineerBox .comImgBox .photoBox {
	width: 48.8%;
}
.engineerBox .comImgBox .textBox {
	padding: 2.2% 2.5% 0 0;
	box-sizing: border-box;
}
.engineerBox .comImgBox .textBox p {
	font-size: 19px;
	line-height: 2.2;
}
.engineerBox .comImgBox .textBox .title {
	color: #0065b4;
	font-size: 22px;
	line-height: 2.0;
}
.engineerBox .comImgBox .textBox .title span {
	display: block;
	font-size: 36px;
}
.engineerBox .comImgBox .textBox .txt {
	margin: 8.5% 0 0.5%;
	color: #323232;
	font-size: 29px;
}
.engineerBox .comImgBox .textBox .comLink {
	margin-top: 7%;
}
.newsBox .lBox {
	width: 30%;
	float: left;
	margin-right:3%;
}

.newsBox .lBox  img {
	max-width:300px;
}

.newsBox .lBox .subBox .photo {
	margin-bottom: 5%;
	max-width:350px;
	height:300px;
}
.newsBox .subBox p {
	margin: 0 10px 8%;
	color: #262626;
	font-size: 19px;
}
.newsBox .subBox .title {
	margin-bottom: 4%;
	font-size: 24px;
	font-weight: bold;
}


/*news*/
.bigImg {
	margin-bottom: 50px;
}

.comSection {
	margin: 0 auto;
	width: 1200px;
}

.pagePath {
	margin-bottom: 55px;
	padding-left: 50px;
	background: url(../images/com_img.jpg) no-repeat left center;
}

.pagePath li {
	margin-right: 10px;
	display: inline;
	font-size: 20px;
}

.pagePath li a {
	margin-right: 15px;
}

.pagePath li:first-child {
	margin-right: 0;
}

.tabUl {
	margin-bottom: 118px;
	text-align: center;
}

.tabUl li {
	margin: 0 40px;
	display: inline;
}

.tabUl li a {
	padding: 8px 0 15px;
	min-width: 240px;
	display: inline-block;
	font-size: 20px;
	border: 1px solid #D6D6D6;
}

.tabUl .on a {
	background: #1e2e65;
	color: #fff;
}

.tabBox .imgBox {
	margin-bottom: 4%;
	padding: 3.5% 1% 3.5% 2.8%;
	border: 2px solid #DFDFDF;
	border-radius: 40px;
	box-shadow: 0 0 20px #eee;
}

.tabBox .imgBox .photo {
	width: 20%;
	float: left;
}

.tabBox .imgBox .photo img {
	max-width:300px;

}

.tabBox .imgBox .textBox {
	margin-top: 0.6%;
	width: 69%;
	float: right;
}

.tabBox .imgBox .textBox p {
	margin-bottom: 3%;
	line-height: 1.9;
}

.tabBox .imgBox .textBox .title {
	margin-bottom: 1.3%;
	font-size: 18px;
	font-weight: bold;
}

.tabBox .imgBox .textBox p img {
	margin: -5px 30px 0 0;
	vertical-align: middle;
}

.tabBox .imgBox .textBox .link a {
	width: 200px;
	display: inline-block;
	color: #FFF;
	line-height: 42px;
	text-align: center;
	background-color: #192d65;
	border-radius: 50px;
}

.pageNavi {
	text-align: center;
}

.pageNavi li {
	display: inline;
}

.pageNavi li a {
	padding: 10px 20px;
	display: inline-block;
	color: #5D5D5D;
	font-size: 18px;
	border: 1px solid #D6D6D6;
}

.pageNavi .prev a {
	background-color: #FAFAFA;
}

.pageNavi .on a {
	color: #FFF;
	background-color: #3166AE;
	border: 1px solid #3166AE;
}

.shoenewsBox .lBox {
	width: 70%;
	float: left;
}

.shoenewsBox .lBox p {
	margin: 0 0 30px;
}

.shoenewsBox .lBox .title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.shoenewsBox .lBox .pImg {
	font-size: 20px;
	text-align: center;
} 

.shoenewsBox .lBox .pImg img {
	margin-right: 35px;
	display: inline-block;
	vertical-align: middle;
}

.shoenewsBox .lBox .img {
	margin-bottom: 30px;
	text-align: center;
}

.shoenewsBox .rBox {
	width: 24%;
	float: right;
}

.shoenewsBox .rBox .border {
	margin-bottom: 60px;
	padding: 15px;
	border: 1px solid #C6C6C6;
}

.shoenewsBox .rBox .border p {
	margin-bottom: 30px;
	padding: 0 15px 10px;
	color: #0f0f0f;
	font-size: 24px;
	border-bottom: 1px solid #C6C6C6;
}

.shoenewsBox .rBox .border li {
	margin-bottom: 15px;
	font-size: 18px;
}

.shoenewsBox .rBox .border li a {
	padding-left: 20px;
	background: url(../images/img_icon02.png) no-repeat left center;
}

.shoenewsBox .naviUl {
	margin: 228px 10% 0;
}

.shoenewsBox .naviUl li {
	float: left;
}

.shoenewsBox .naviUl li:last-child {
	float: right;
}

.contactBox {
	margin-bottom: 5%;
}

.contactBox li {
	width: 33.33%;
	float: left;
}

.contactBox li img {
	margin-right: 5%;
	float: left;
	width:25%;
}

.contactBox li .span {
	margin-top: 5px;
}

.contactBox li .span span {
	display: block;
	font-weight: bold;
	font-size: 20px;
} 

/* 产品详情 */
#main .comInfo .lBox {
	width: 23%;
	float: left;
}

#main .comInfo .lBox p {
	padding: 20px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	background-color: #0065B4;
}

#main .comInfo .lBox p span {
	font-size: 24px;
	display: block;
}

#main .comInfo .lBox ul {
	margin-bottom: 60px;
	border: 1px solid #D4D4D4;
}

#main .comInfo .lBox li {
	border-bottom: 1px solid #D4D4D4;
}

#main .comInfo .lBox li:last-child {
	border-bottom: none;
}

#main .comInfo .lBox li a {
	padding: 20px 60px;
	display: block;
	color: #626262;
	font-size: 22px;
}

#main .comInfo .lBox li a:hover {
	font-weight: bold;
}

#main .comInfo .rBox {
	width: 73%;
	float: right;
}

#main .comInfo .infoSection {
	margin-bottom: 60px;
}

#main .comInfo .jsInfo {
	height: 530px;
	float: left;
}

div.box {
	width: 446px;
	height: 391px;
	border: 1px solid #CCC;
	box-sizing:border-box;
}

div.box a.phone-display {
	display: block;
	position: relative;
	height: 100%;
}

div.bottom-nav{
	margin-top: 20px;
}

div.tab-btn:hover{
	opacity: .6;
}

div.bottom-nav div.bottom-center-nav{
	position: relative;
	height: 119px;
	overflow: hidden;
}
div.bottom-center-nav ul.small-img-ul {
	margin: 0 -11px;
	overflow: hidden;
	width: 100vh !important;
}
ul.small-img-ul li {
	margin: 0 11px;
	float: left;
}
ul.small-img-ul li.img {
	width: 133px;
	height: 119px;
	float: left;
	position:relative;
	cursor: pointer;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

ul.small-img-ul li.img:after {
	width: 131px;
	height: 117px;
	left: -1px;
	top: -1px;
	position: absolute;
	content: "";
	border: 1px solid transparent;
}

ul.small-img-ul li.img.active:after{
	border-color: rgb(160, 27, 27);
}

#main .comInfo .rBox .rSub {
	width: 55%;
	float: right;
}

#main .comInfo .rBox .rSub p {
	margin-bottom: 220px;
	color: #606060;
	font-size: 20px;
}

#main .comInfo .rBox .rSub .txt {
	margin-bottom: 30px;;
	padding-bottom: 10px;
	color: #0065b4;
	font-size: 33px;
	font-weight: bold;
	border-bottom: 5px solid #0065b4;
}

#main .comInfo .rBox .rSub .link a {
	padding: 13px 40px;
	display: inline-block;
	color: #FFF;
	font-size: 23px;
	background-color: #0065b4;
}

#main .showproducts .text {
	margin: 0 40px;
	line-height: 83px;
}

#main .showproducts .title {
	margin-bottom: 20px;
	padding: 10px 40px;
	color: #0065b4;
	font-size: 32px;
	font-weight: bold;
	background-color: #F0F0F0;
}

#main .listLink {
	margin: 0 -25px 80px;
}

#main .listLink li {
	padding: 0 25px 35px;
	width: 33.33%;
	float: left;
	font-size: 23px;
	text-align: center;
	box-sizing: border-box;
}

#main .listLink li img {
	margin-bottom: 35px;
	border: 1px solid #D4D4D4;
	max-width:280px;
}


.about_zw {
	width:1200px; 
	margin:0 auto;
	overflow: hidden;
}


.about_photo {
	width:35%;
	float: right;
	padding-left:3%;
}

about_photo img {
	width:100% !important;
}


.about_text {
	width:60% !important;
	float: left;
	font-size:17px;
}

.about_text p {
	margin-bottom:15px;
	line-height:2;
}