@charset="utf-8";
img{
	width: 100%;
	height: 100%;
}
body{
	font-size: 14px;
	overflow-x: hidden;
}
.opacity{filter:alpha(opacity:100); opacity:1;-moz-opacity:1;-khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.wrap_auto{
	width: 1200px;
	margin: auto;
}
input, select {
    -webkit-appearance: none;
}
.flex{
	display:flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.flex img{
	width:auto;
}
/* 轮播 */
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}
.swiper-pagination-bullet{
	width:40px;
	height: 4px;
	background: #a0a0a0;
	border-radius: 0;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #FFF;
}
.banner .swiper-button-next, .banner  .swiper-button-prev {
	position: absolute;
	top: 55%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	z-index: 99;
}
.banner{
	height: 600px;
	overflow: hidden;
}
.banner .swiper-button-prev{
	background: url(../images/banner_arrow.png) no-repeat left top;
	left: 60px;
}
.banner .swiper-button-next{
	background: url(../images/banner_arrow.png) no-repeat left bottom;
	right: 60px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: '';
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: '';
}
.banner .swiper-wrapper a{
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.banner .swiper-wrapper img{ 
    width: auto;
    width: 100%\9;
}
/* 头部 */
.header{
	height:90px;
	background:#FFF;
}
.header .logo {
    display: block;
    width: 266px;
    height: 60px;
    margin: 15px 94px 0 0;
}
.nav{
	height: 90px;
}
.nav a{
	float: left;
	display: block;
	width: 140px;
	height: 90px;
	line-height: 90px;
	color:#343434;
	font-size: 18px;
	text-align: center;
	position: relative;
}
.nav a.active{
	background:#0d62bd;
	color:#fff;
	font-weight: bold;
}
.publicTitle{
	width: 320px;
	height: 50px;
	background: url('../images/titleBg.png') no-repeat;
	margin: 83px auto 0; 
	text-align: center;
}
.publicTitle .p1{
	height: 36px;
	line-height: 36px;
	font-weight:bold;
	color:#000;
	font-size: 26px; 
	position: relative;
	top: -18px;
}
.publicTitle .p1 span{
	color:#0d62bd;
}
.publicTitle .p2{
	color:#7f7f7f;
	position: relative;
	bottom: -6px;
}
.productCenter .p1{
	font-size: 20px;
	color: #343434;
	margin:45px 0 58px;
	text-align: center;
}
.productCenter .tab .con .conItem{
	display: none;
}
.productCenter .tab .con .conItem:first-child{
	display: block;
}
.productCenter .tab .list{
	text-align: center;
}
.productCenter .tab .list li{
	display: inline-block;
	width: 153px;
	height: 123px;
	padding-top: 40px;
	background:url('../images/tabBg.png') no-repeat center;
	margin:0 23px;
	color:#555;
	font-size: 16px;
	text-align: left;
	text-indent:26px;
	cursor: pointer;
}
.productCenter .tab .list li:nth-child(2){
	    text-indent: 28px;
}
.productCenter .tab .list li:nth-child(4){
	    text-indent: 11px;
}
.productCenter .tab .list a:nth-child(4) li{
	    text-indent: 11px;
}
.productCenter .tab .list li.active{
	background:url('../images/tabBg1.png') no-repeat center;
	color:#fff;
}
.productCenter .tab .conItem a{
	display: block;
	float: left;
	width:380px;
	height:320px;
	margin-right: 30px;
	margin-top: 30px;
}
.productCenter .tab .conItem a:nth-child(3n){
	margin-right: 0;
}
.productCenter .tab .conItem .photograph{
	width:380px;
	height:280px;
}
.productCenter .tab .conItem .des{
	width: 378px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #cacaca;
	border-top: none;
	color:#343434;
	font-size: 20px;
	text-align: center;
	transition: all 0.3s ease;
	overflow: hidden;
}
.productCenter .tab .conItem a:hover .des{
	background:#0d62bd;
	color:#fff;
	border: 1px solid #0d62bd;
	border-top: none;
}
/* 经营理念 */
.management{
	width:100%;
	height: 600px;
	background: url('../images/management.png') no-repeat center;
	background-size: cover;
	margin-top: 70px;
}
.manageSide{
	width: 1350px;
	margin: auto;
}
.manageSide-l{
	width: 705px;
	margin-top: 87px;
}
.manageSide-l .side{
	width: 640px;
	height: 335px;
	background:#0d62bd;
	position: relative;
	box-shadow: 0 6px 8px #a0b0c0;
}
.manageSide-l .side .sidePic{
	width: 680px;
	height: 360px;
	position: absolute;
	top: -55px;
	left: 25px;
}
.manageSide-l .tit{
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	color:#0d62bd;
	overflow:hidden;
}
.manageSide-l .allDes{
	height: 80px;
	font-size: 16px;
	color:#363636;
	line-height: 27px;
	overflow: hidden;
}
.manageSide-r{
	width: 365px;
	height: 538px;
	padding-left: 145px;
	background:url('../images/management1.png') no-repeat left;
	background-size: 105px 537px;
}
.manageSide-r dl dt{
	font-size: 20px;
	color:#0d62bd;
	margin: 90px 0 16px;
}
.manageSide-r dl dd{
	color:#363636;
	line-height: 22px;
}
.nine_advantage{
	text-align: center;
}
.nine_advantage dl{
	display: inline-block;
	width: 120px;
	text-align: center;
	margin: 0 52px;
	cursor: pointer;
}
.nine_advantage dl dt{
	padding: 9px;
	width:100px;
	height: 100px;
	background:#fafafa;
	border:1px solid #fff;
	border-radius: 50%;
	margin-top: 60px;
	transition: all 0.3s ease;
}
.nine_advantage dl dt .flex{
	width: 100px;
	height: 100px;
	background:#fff;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.nine_advantage dl dt img{
	display: block;
	margin: auto;
	width:auto;
	height: auto;
}
.nine_advantage dl dt .img2{
	display: none;
}
.nine_advantage dl dd{
	font-size: 20px;
	color:#313131;
	margin-top: 24px;
}
.nine_advantage dl:hover dt,.nine_advantage dl.active dt{
	background:#b2cce8;
	border:1px solid #b2cce8;
}
.nine_advantage dl:hover dt .flex,.nine_advantage dl.active dt .flex{
	background:#0d62bd;
}
.nine_advantage dl:hover dt .img1,.nine_advantage dl.active dt .img1{
	display: none;
}
.nine_advantage dl:hover dt .img2,.nine_advantage dl.active dt .img2{
	display: block;
}
/* 案例展示 */
.caseDisplay{
	width: 100%;
	height: 520px;
	padding-top: 40px;
	background:url('../images/case.jpg') no-repeat center;
	background-size: cover;
	margin-top: 70px;
	text-align: center;
	color:#fff;
}
.caseDisplay .p1{
	font-size:36px;
}
.caseDisplay .p2{
	font-size:20px;
	margin-top: 40px;
}

#demo1p {
			width: 1200px;
			height: 325px;
			overflow: hidden;	margin:0 auto;
		}
		#indemo1p {
			float: left;
			width: 800%;
		}
		#demo1p1 {
			float: left;
		}
		#demo1p2 {
			float: left;
    margin-top: 60px;
		} 
#demo1p2  a{
	display: block;
	float: left;
	width: 270px;
	height: 250px;
	padding: 4px;
	border: 1px solid #fff;
	margin-right: 26px;
}
#demo1p2  a:nth-child(4n){
	margin-right: 0;
}
#demo1p2  a .photo{
	width: 270px;
	height: 208px;
}
#demo1p2  a .des{
	height: 42px;
	background:#fff;
	line-height: 42px;
	overflow: hidden;
	text-align: center;
	color:#666;
	font-size: 16px;
	transition: all 0.3s ease;
}

.caseDisplay .caseList{
	height: 260px;
	margin-top: 60px;
}
.caseDisplay .caseList a{
	display: block;
	float: left;
	width: 270px;
	height: 250px;
	padding: 4px;
	border: 1px solid #fff;
	margin-right: 26px;
} 
.caseDisplay .caseList a .photo{
	width: 270px;
	height: 208px;
}
.caseDisplay .caseList a .des{
	height: 42px;
	background:#fff;
	line-height: 42px;
	overflow: hidden;
	text-align: center;
	color:#666;
	font-size: 16px;
	transition: all 0.3s ease;
}
.case_page_show{
	background:none;
	height: auto;
	padding-top: 0;
	margin-top: 0;
}
.case_page_show .caseList{
	margin-top: 0;
	height: auto;
}
.case_page_show .caseList a{
	margin-bottom: 40px;
}
.case_page_show .caseList a:hover{
	border: 1px solid #0d62bd;
}
.case_page_show .caseList a:hover .des{
	background:#0d62bd;
	color:#fff;
}
.case_page_show .seeMore{
	margin-top: 0;
}
/* 获取报价 */
.get_quote{
	width: 100%;
	height: 320px; 
	padding-top: 55px;
	background: url('../images/getBJ.jpg') no-repeat center;
	background-size: cover;
	margin-top: 70px;
}
.chooseBest{
	width: 437px;
	height: 248px;
	padding: 30px 75px 0 75px;
	background: rgba(255,255,255,.6);
	text-align: center;
}
.chooseBest .p_tit{
	text-align: center;
	font-size:20px;
	color:#0d62bd;
}
.chooseBest .p_type{
	height: 40px;
	margin: 24px 0;
}
.chooseBest .p_type span{
	display: block;
	float: left;
	width: 98px;
	height: 38px;
	border: 1px solid #eeeeee;
	font-size: 16px;
	color:#787878;
	text-align: center;
	line-height: 38px;
	cursor:pointer;
	margin-right: 12px;
	border-radius:4px;
}
.chooseBest .p_type span:last-child{
	margin-right: 0;
}
.chooseBest .p_type span.active{
	background:#0d62be;
	border: 1px solid #0d62be;
	color:#fff;
}
.chooseBest input[type=text]{
	width:403px;
	height: 38px;
	background:#fff;
	padding: 0 15px;
	border:1px solid #eee;
	font-size: 16px;
	color:#757575;
}
.chooseBest input[type=button]{
	width:160px;
	height: 40px;
	background:none;
	border:1px solid #0d62be; 
	text-align: center;
	color:#0d62be;
	border-radius: 20px;
	margin-top: 30px;
	cursor: pointer;
}
/* 新闻资讯 */
.newsInfoCenter{
	margin-top: 60px;
}
.newsInfoLeft{
	width: 604px;
}
.newsInfoLeft dl{
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}
.newsInfoLeft dl:first-child{
	padding-top: 0;
}
.newsInfoLeft dl .date{
	width: 80px;
	height: 64px;
	padding-top: 16px;
	background: #eee;
	text-align: center;
	transition: all 0.4s ease;
}
.newsInfoLeft dl .date .p1{
	font-size: 28px;
	color: #333;
}
.newsInfoLeft dl .date .p2{
	font-size: 14px;
	color: #343434;
	margin-top: 8px;
}
.newsInfoLeft dl .des{
	width: 500px;
}
.newsInfoLeft dl .des .a1{
	display: block;
	font-size: 18px;
	color: #343434;
	height:34px;
	line-height: 34px;
	overflow:hidden;
}
.newsInfoLeft dl .des .inf{
	font-size: 14px;
	color: #848484;
	height: 66px;
    line-height: 22px;
    overflow: hidden;
}
.newsInfoLeft dl:hover .date{
	background:#0d62bd;
}
.newsInfoLeft dl:hover .date .p1,.newsInfoLeft dl:hover .date .p2{
	color:#fff;
}
.newsInfoLeft dl:hover .des .a1{
	color:#0d62bd;
}
.newsInfoRight{
	width: 550px;
}
.newsInfoRight .picWord{
	display: block;
	width: 550px;
	height: 260px;
	position: relative;
}
.newsInfoRight .picWord:first-child{
	margin-bottom: 33px;
}
.newsInfoRight .picWord .p1{
	width: 550px;
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.newsInfoRight .picWord .p1 img{
	height: auto;
}
.newsInfoRight .picWord .p2{
	position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.65);
    line-height: 50px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    padding: 0 15px;
	box-sizing: border-box;
}
.seeMore{
	display: block;
	width: 180px;
	height: 50px;
	border: 1px solid #0d62bd;
	font-size: 18px;
	color:#0d62bd;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	margin: 40px auto 0;
}
/* 底部 */
.footer{
	margin-top: 70px;
	height: 314px;
	background:#606060;
}
.footerTop{
	height: 235px;
	color:#fff;
}
.footerTop .f-l{
	padding-left: 50px;
	width: 390px;
	position: relative;
}
.footerTop .f-l:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 164px;
	background:#afafaf;
	right: 0;
	top: 25px;
}
.footerTop .f-l dl{
	margin-top: 40px;
	margin-right: 60px;
}
.footerTop .f-l dl dt{
	font-size: 16px;
	position: relative;
	margin-bottom: 50px;
}
.footerTop .f-l dl dt:after{
	content: '';position: absolute;
	width: 50px;
	height: 1px;
	background:#fff;
	left:0;
	right: 0;
	margin: auto;
	bottom: -20px;
}
.footerTop .f-l dl dd{
	margin-bottom: 16px;
}
.footerTop .f-l dl dd a{
	color:#fff;
}
.footerTop .f-c{
	padding-left:80px;
	width: 360px;
}
.footerTop .f-c dl dt:after{
	margin-left:0;
}
.footerTop .f-c:after{
	display:none;
}
.footerTop .f-c dl{
	margin-right:0;
}
.footerTop .f-r{
	width: 212px;
	margin:48px 0 0 58px;
}
.footerTop .f-r .phone{
	width: 73px;
	height: 108px;
}
.footerTop .f-r dl{
	width: 114px;
	margin-left: 24px;
	text-align: center;
}
.footerTop .f-r dl dt{
	width: 114px;
	height:114px;
}
.footerTop .f-r dl dd{
	margin-top: 8px;
	color:#b3b3b3;
}
.footer .copyRight{
	width: 100%;
	border-top: 1px solid #afafaf;
	text-align: center;
	padding-top: 11px;
	height:66px;
}
.footer .copyRight p{
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}
.footer .copyRight p a{
	color: #fff;
}
/* 产品中心 */
/* 产品中心 */
/* 产品中心 */
.public_headPic {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.public_headPic img {
    width: auto;
}
.current_location{
	margin: 25px 0 40px;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color:#343434;
}
.current_location .en{
	font-size: 18px;
	color:#717171;
}
.current_location .line{
	margin: 0 4px;
	position:relative;
	top: -2px;
}
.current_location .na{
	position: relative;
	font-size: 24px;
	display: inline-block;
	height: 49px;
}
.current_location .na:after{
	content:'';
	width: 100px;
	height: 4px;
	background:#0d62bd;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.current_location .p-r a{
	color:#343434;
}
.pageNum{
	text-align: center;
	margin-top: 40px;
}
.newsList_btm dl{
	padding: 25px 0 32px;
	border-bottom: 1px solid #eee;
	color:#828282;
}
.newsList_btm dl:last-child{
	border-bottom: none;
}
.newsList_btm dl dt{
	height: 45px;
	line-height: 45px;
}
.newsList_btm dl dt a{
	display: block;
	width: 955px;
	height: 45px;
	overflow: hidden;
	font-size: 18px;
	color:#333;
}
.newsList_btm dl dd{
height: 45px;
	line-height: 24px;
	overflow: hidden;
}
.newsList_btm dl:hover dt a{
	color:#1e50ae;
}
/* 关于我们 */
/* 关于我们 */
/* 关于我们 */
.about_management{
	background:none;
	height: 390px;
	margin-top: 0;
}
.about_management .manageSide-l{
	margin-top: 55px;
}
.manageSide-rig{
	width: 450px;
	margin-left: 35px;
}
.manageSide-rig .tit{
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	margin: 40px 0 25px;
	color:#0d62bd;
	overflow:hidden;
}
.manageSide-rig .allDes{
	height: 192px;
	font-size: 16px;
	color:#363636;
	line-height: 27px;
	overflow: hidden;
}
/* 联系我们 */
/* 联系我们 */
/* 联系我们 */
.page_contactUs{
	height: 485px;
	background:#fff;
	box-shadow: 0 5px 10px #f0f0f0;
}
.page_contactUs .map{
	height: 485px;
	width: 735px;
}
.contact_method{
	width:388px;
	height:411px;
	padding: 74px 0 0 77px;
}
.contact_method dt{
	font-size: 20px;
	margin-bottom: 96px;
	position: relative;
}
.contact_method dt:after{
	content: '';
	width: 70px;
	height: 2px;
	background:#0d62bd;
	position: absolute;
	left: 0;
	bottom:-22px;
}
.contact_method dd{
	font-size: 16px;
	color:#343434;
	margin-bottom: 24px;
}
/* 产品详情 */
.products_introduction{
	height: 472px;
	margin-bottom: 25px;
}
.products_introduction .productPic{
	width: 601px;
	height: 472px;
}
.products_introduction .productsDes{
	width: 540px;
	margin-left: 50px;
}
.productsDes .l1{
	font-size: 20px;
	color:#343434;
}
.productsDes .l2{
	margin-top: 35px;
	height: 30px;
}
.productsDes .l2 span{
	display: inline-block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background:#71a0d3;
	font-size: 16px;
	color:#fff;
	border-radius: 15px;
	margin-right: 28px;
}
.productsDes .l2 span:last-child{
	margin-right: 0;
}
.productsDes .editCon{
	    height: 273px;
    overflow: hidden;
    margin-top: 20px;
}
.productsDes .editCon p{
	color:#8d8d8d;
	font-size: 15px;
	line-height: 24px;
}
.productsDes .inquiry{
	margin-top: 40px;
	width: 150px;
	height:50px;
	border-radius: 4px;
	background:#cf4751;
	font-size: 20px;
	color:#fff;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 5px 10px #f4e2e3;
	cursor: pointer;
}
.prevNext_art{
	height: 70px;
	line-height: 70px;
}
.prevNext_art a{
	display: block;
	width: 500px;
	height: 70px;
	overflow: hidden;
	font-size: 20px;
	color:#343434;
}
.related_photo{
	height: 280px;
}
.related_photo a{
	float:left;
	width: 380px;
	height:280px;
margin-right: 30px;	
}
.related_photo a:nth-child(3n){
	margin-right: 0;
}
.newsDetail_page .articalTit{
	text-align: center;
	font-size: 20px;
	color:#000;
}
.newsDetail_page .faB{
	text-align: center; 
	color:#cacaca;
	margin: 24px 0 30px;
}
.newsDetail_page .faB span{
	margin: 0 18px;
}
.newsDetail_page .editContent{
	margin-bottom: 45px;
}
.newsDetail_page .editContent p{
	color:#343434!important;
	font-size: 16px!important;
	line-height: 30px;
	text-indent: 2em;
}


.gray{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 1110;
	display: none;
}
.boxCode{
	width: 300px;
	height: 300px;
	background:#ccc;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	z-index: 1111;
	display: none;
}
.boxCode .code{
	width: 300px;
	height: 300px;
	overflow: hidden;
}
.boxCode .close {
    font-size: 25px;
    color: #000;
    width: 25px;
    height: 25px;
	line-height: 25px;
	text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: -25px;
    background: #fff;
	cursor: pointer;
}
.pageNum{
	text-align: center;
    height: 38px;
    line-height: 38px;
    margin-bottom: 100px;
}
.pageNum ul, .pageNum ul li {
    display: inline-block;
}
.pageNum ul li {
    padding: 0 15px;
    border: 1px solid #e0e0e0;
    margin: 0 3px;
    font-size: 15px;
}
.pageNum ul li a, .pageNum ul li span {
    color: #848484;
}
.pageNum ul li.active {
    background: #0d62bd;
    border: 1px solid #0d62bd;
}
.pageNum ul li.active span{
	color: #FFF;
}


















