/*header*/
.container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#gHeader {
	position: relative;
}
.header {
	margin: 0 auto;
	padding: 20px 0;
	width: 1480px;
	z-index: 100;
}
.header h1 {
	float: left;
}
.header h1 img {
	display: block;
	width: 220px;
}
.header .rBox {
	margin-top: 12px;
	width: calc(100% - 220px);
	float: right;
}
.header .select {
	margin-bottom: 10px;
	text-align: right;
}
/* .gNavi {
	float: right;
} */
.gNavi li {
	float: left;
	width: 140px;
	line-height: 50px;
	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: 20px 0 !important;
	position: absolute;
	left: 0;
	top: 125px;
	display: none;
	width: 100%;
	background: url(../images/bg_02.png) repeat left top;
}
.gNavi > li .subNavi .ulBox {
	margin: 0 auto;
	width: 680px;
}
.gNavi > li ul li {
	margin-left: 0;
	padding: 0 20px;
	width: 33.33%;
	text-align: center;
	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: #0065B4;
	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: 30px 0 10px;
	background-color: #0065B4;
	overflow: hidden;
}
#gFooter .fBox {
	margin: 0 auto 30px;
	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: 22px;
	font-weight: bold;
	border-bottom: 1px solid #5C9CCD;
}
#gFooter .fBox .subBox .photo {
	margin-top: -10%;
	float: right;
}
#gFooter .fBox .subBox .txtBox p {
	margin-bottom: 6%;
	color: #afdcff;
	font-size: 18px;
}
#gFooter .fBox .rBox {
	width: 67%;
	float: right;
}
#gFooter .fBox .rBox .subBox {
	padding-right: 13%;
	width: 33.33%;
}
#gFooter .fBox .rBox .subBox .title {
	margin-bottom: 9%;
}
#gFooter .fBox .rBox .subBox li {
	margin-bottom: 4%;
}
#gFooter .fBox .rBox .subBox li a {
	color: #afdcff;
	font-size: 18px;
}
#gFooter .btmBorder {
	padding-top: 1%;
	border-top: 1px solid #5C9CCD;
}
#gFooter .btmBorder .pBox {
	margin: 0 auto;
	padding-right: 140px;
	width: 1480px;
	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*/
.banner {
	margin-bottom: 3.8%;
	position: relative;
	z-index: -1;
}
.banner .txt {
	margin: -90px 0 0 -550px;
	width: 1100px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFF;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}
.banner .txt span {
	margin-top: 5%;
	display: block;
	font-size: 30px;
	font-weight: normal;
}
.caseBox {
	margin-bottom: 5.6% !important;
}
.caseBox, .comImgBox, .newsBox {
	margin: 0 auto;
	width: 1480px;
}
.comH2 {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}
.comH2 span {
	display: block;
	font-size: 32px;
}
.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 p {
	font-size: 16px;
}
.comImgBox .textBox .title {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
}
.comImgBox .textBox .txt {
	margin: 5% 0 6.5%;
	font-size: 20px;
}
.comLink {
	margin: 10.3% 0 0 3%;
}
.comLink a {
	padding-left: 72px;
	width: 256px;
	height: 70px;
	display: inline-block;
	color: #00909E;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
	border: 1px solid #00909E;
	box-sizing: border-box;
	border-radius: 50px;
	background: url(../images/img_icon01.png) no-repeat 72% center;
}
.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: 16px;
	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: 32px;
}
.engineerBox .comImgBox .textBox .txt {
	margin: 8.5% 0 0.5%;
	color: #323232;
	font-size: 26px;
}
.engineerBox .comImgBox .textBox .comLink {
	margin-top: 7%;
}
.newsBox .lBox {
	width: 62%;
	float: left;
}
.newsBox .lBox .subBox {
	width: 48.8%;
	float: left;
}
.newsBox .lBox .subBox .photo {
	margin-bottom: 5%;
}
.newsBox .subBox p {
	margin: 0 10px 8%;
	color: #262626;
	font-size: 16px;
}
.newsBox .subBox .title {
	margin-bottom: 4%;
	font-size: 22px;
	font-weight: bold;
}
.newsBox .lBox .subBox:last-child {
	float: right;
}
.newsBox .lBox .subBox .link a {
	padding-right: 20px;
	display: inline-block;
	color: #999;
	font-size: 18px;
	background: url(../images/img_icon02.png) no-repeat right center;
}
.newsBox .rBox {
	width: 36%;
	float: right;
}
.newsBox .rBox .subBox {
	margin-bottom: 25px;
	padding-bottom: 25px;
	width: 100%;
	float: none;
	display: inline-table;
	border-bottom: 1px solid #E1E1E1;
}
.newsBox .rBox .subBox:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.newsBox .rBox .subBox .photo {
	padding-right: 4%;
	width: 38%;
	display: table-cell;
	vertical-align: middle;
}
.newsBox .rBox .subBox .txtBox {
	width: 55%;
	display: table-cell;
	vertical-align: middle;
}
.newsBox .rBox .subBox .txtBox .title {
	margin-bottom: 4.5%;
}
.newsBox .rBox .subBox .txtBox .txt {
	margin-bottom: 0;
	height: 68px;
	overflow: hidden;
}
/*news*/
.bigImg {
	margin-bottom: 50px;
}
.comSection {
	margin: 0 auto;
	width: 1480px;
}
.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: 58px;
	text-align: center;
}
.tabUl li {
	margin: 0 40px;
	display: inline;
}
.tabUl li a {
	padding: 16px 0 19px;
	min-width: 280px;
	display: inline-block;
	font-size: 24px;
	border: 1px solid #D6D6D6;
}
.tabUl .on a, .tabUl li a:hover {
	background: #0065b4;
	color: #fff;
}
.tabBox .imgBox {
	margin-bottom: 4%;
	padding: 3.5% 1% 3.5% 2.8%;
	border: 2px solid #DFDFDF;
	background: url(../images/news_img03.png) no-repeat 97% 88%;
	border-radius: 40px;
	box-shadow: 0 0 20px #eee;
}
.tabBox .imgBox .photo {
	width: 28%;
	float: left;
}
.tabBox .imgBox .photo img {
	width: 100%;
	height: auto;
}
.tabBox .imgBox .textBox {
	/* margin-top: 0.6%; */
	width: 69%;
	float: right;
}
.tabBox .imgBox .textBox p {
	margin-bottom: 2.8%;
	line-height: 1.9;
}
.tabBox .imgBox .textBox .title {
	margin-bottom: 1.3%;
	font-size: 24px;
	font-weight: bold;
}
.tabBox .imgBox .textBox p img {
	margin: -5px 30px 0 0;
	vertical-align: middle;
}
.tabBox .imgBox .textBox .link a {
	width: 228px;
	display: inline-block;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	background-color: #2690f6;
	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: #0065b4;
	border: 1px solid #0065b4;
}
.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: 4%;
}
.contactBox li {
	width: 33.33%;
	float: left;
}
.contactBox li img {
	margin-right: 15px;
	float: left;
	width: 90px;
}
.contactBox li .span {
	margin-top: 10px;
	width: calc(100% - 110px);
	float: right;
}
.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: 18px;
}
#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.box a.phone-display img {
	width: 444px;
	height: 389px;
}
ul.small-img-ul li.img img {
	width: 131px;
	height: 117px;
}
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 p {
	font-size: 16px;
}
#main .comInfo .rBox .rSub {
	width: 55%;
	float: right;
}
#main .comInfo .rBox .rSub p {
	margin-bottom: 220px;
	color: #606060;
	font-size: 16px;
}
#main .comInfo .rBox .rSub .txt {
	margin-bottom: 30px;
	;
	padding-bottom: 10px;
	color: #0065b4;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 5px solid #0065b4;
}
#main .comInfo .rBox .rSub .link a {
	padding: 13px 40px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	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: 26px;
	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;
	width: 100%;
	height: 100%;
	border: 1px solid #D4D4D4;
	box-sizing: border-box;
}
#main .aboutBox .title {
	margin-bottom: 30px;
	color: #2d2c2c;
	font-size: 24px;
	text-align: center;
}
#main .aboutBox .title span {
	margin-bottom: 20px;
	display: block;
	color: #0065b4;
	font-size: 28px;
	font-weight: bold;
}
#main .aboutBox p {
	margin-bottom: 30px;
	color: #686868;
	font-size: 16px;
	line-height: 30px;
}
#main .linkUl {
	margin: 0 -20px 30px;
}
#main .linkUl li {
	padding: 0 20px;
	width: 25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
#main .linkUl li a {
	padding: 15px;
	display: block;
	color: #000;
	font-size: 18px;
	background-color: #daefff;
	border-radius: 15px;
}
#main .linkUl .on a, #main .linkUl li a:hover {
	color: #FFF;
	background-color: #0065b4;
}
#main .linkUl li a img {
	margin-right: 10px;
	vertical-align: middle;
}
#main .aboutBox .img {
	text-align: center;
}
#main .aboutBox .imgBox {
	margin-top: 30px;
	display: inline-table;
}
#main .aboutBox .imgBox .photo {
	padding-right: 20px;
	width: 770px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#main .aboutBox .imgBox .txtBox {
	width: calc(100% - 790px);
	display: table-cell;
	vertical-align: middle;
}
#main .aboutBox .imgBox .txtBox p {
	color: #000;
	line-height: 35px;
}
#main .aboutBox .imgBox .txtBox .text {
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
}
.ueditor_baidumap {
	height: 400px !important;
}
#bdshare {
	margin: 0 auto;
	width: 200px;
	overflow: hidden;
	text-align: center !important;
	float: none !important;
}
#bds_more {
	padding-top: 3px !important;
}
table {
	width: 100%;
	border-collapse: collapse;
}
td {
	font-size: 16px;
	border: 1px solid #F0F0F0;
}
.solutionDetail .imgBox {
	margin-bottom: 30px;
	width: 100%;
	display: inline-table;
	background-color: #F5F5F5;
}
.solutionDetail .imgBox .photo {
	width: 520px;
	padding-right: 80px;
	display: table-cell;
	vertical-align: middle;
}
.solutionDetail .imgBox .photo img {
	width: 520px;
}
.solutionDetail .imgBox .textBox {
	width: calc(100% - 600px);
	display: table-cell;
	vertical-align: middle;
}
.solutionDetail .imgBox .textBox h2 {
	margin-bottom: 20px;
	text-align: left;
}
.solutionDetail .imgBox .textBox p {
	font-size: 18px;
	line-height: 40px;
}
/* 本例子css */
.slideBox {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	position: relative;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: 480px;
	display: block;
}
.slideBox .bd li span {
	padding: 15px 0;
	width: 100%;
	color: #FFF;
	font-size: 18px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: url(../images/span_bg02.png) repeat left top;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}

#main .solutionDetail .linkUl li {
	width: 16.66%;
	text-align: center;
}

#main .solutionDetail .linkUl li img {
	margin: 0 auto 10px;
	display: block;
}

