.header{
	width: 100%;
	background: #0159b0;
	height: 40px;
}
.header-part{
	height: 40px;
}
.h-nav>ul>li>a{
	font-size:16px;
	display:inline-block;
	width:100%;
	height:100%;
}
.h-contact ul{
	height: 40px;
	margin-right: 40px;
	display: inline-block;
	float: right;
}
.h-contact ul li{
	float: left;
	height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	line-height: 40px;
	margin-right: 25px;
}
.h-contact ul li a{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	line-height: 40px;
	display: inline-block;
}
.h-contact ul .submenu{
	margin-right: 14px;
}
.wechat-logo{
	width: 23px;
	height: 17px;
	display: inline-block;
	background: url(../img/wechat.png) no-repeat;
	margin-right: 10px;
}
.mobile-logo{
	width: 12px;
	height: 20px;
	display: inline-block;
	background: url(../img/mobile.png) no-repeat;
}
.submenu i{
	position: relative;
	top: 5px;
}
.subcode{
	position: absolute;
	display: none;
	z-index:999
}
.subcode img{
	width:105px;
	height:105px;
}
.submenu :hover .subcode{
	display: block;
} 
.nav-part{
	height: 120px;
}
.com-logo{
	position: absolute;
	top: 17px;
}
.h-nav{
	position:relative;
}
.h-nav ul{
	margin-top: 50px;
	position:absolute;
	right:0;
}
.h-nav ul li{
	float: left;
	width: 105px;
	height: 17px;
	line-height: 17px;
	text-align: center;
}
.h-nav ul li{
	border-right: 1px solid #5a5a5a;
}
.h-nav ul li:last-child{
	border-right: none;
}
ul.suba{
	position: relative;
	z-index: 999;
	display:none;
	margin-top:0 !important;
}
.sub:hover ul.suba{
	display:block;
}
ul.suba li{
	border: none;
	width: 100px;
	height: 46px;
	background: #0159b0;
	text-align: center;
	line-height: 46px;
	border-bottom:2px solid #fff;
}
ul.suba li a{
	color: #fff;
	font-size:14px;
	font-family: "微软雅黑";
}
ul.suba li:hover{
	background: #ffba08;
}
.content-part{
	background: url(../img/conbg.jpg);
}
.com-img{
	display: inline-block;
	float: left;
	margin-right: 13px;
}
.com-about{
	display: inline-block;
	padding: 5px;
	width: 584px;
	height: 414px;
	background: url(../img/about-word.png);
}
.com-about h2{
	font-size: 24px;
	font-weight:bold;
	font-family: "微软雅黑";
	color: #326cb6;
	margin-top: 50px;
	padding-left: 5px;
}
.com-about h3{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #838384;
	margin-top: 10px;
	padding-left: 5px;
}
.com-about a{
	float:right;
	margin-top:30px;
	font-size:16px;
	color:#000;
}
.about-part{
	padding-top: 35px;
}
.about-detail{
	line-height:25px;
	padding-left: 5px;
	font-size: 16px;
	color: #000;
	margin-top: 30px;
	text-indent: 2em;
	overflow: hidden;	
}
.linian{
	color: #263765;
	font-size: 16px;
	margin-top: 30px;
	display: inline-block;
}
.about-us{
	margin-top: 35px;
	padding-left: 5px;
}
.about-us span img{
	display: inline-block;
	width: 137px;
	height: 76px;
}
.about-us a{
	margin-left: 48px;
	display: inline-block;
	width: 96px;
	height: 40px;
	border: 1px solid #efefef;
	background: #f3f3f3;
	line-height: 40px;
	text-align: center;
}
.qualification-part{
	margin-top: 65px;
}
.qua-title,.design-title,.show-title,.fenge,.show-contact,
.case-title{
	text-align: center;
}
.qua-title img{
	display: inline-block;
}
.swiper-container{
	margin-top: 52px;
}
.design-part{
	margin-top: 65px;
}
.design-content{
	width: 286px;
	height: 286px;
	margin-top: 50px;
	display: inline-block;
	margin-right: 13px;
}
.design-content img{
	width:286px;
	height:224px;
}
.design-content:last-child{
	margin-right: 0;
}
.design-content p{
	text-align: center;
	width: 100%;
	height: 36px;
	background: #326cb6;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	margin-top: 6px;
}
.show-part{
	margin-top: 65px;
}
.show-display{
	width: 100%;
	height: 500px;
	position: relative;
}
.show-title{
	margin-bottom: 55px;
}
.show-type{
	width: 212px;
	height: 500px;
	background: #23241f;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
}
.show-type h2{
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 21px;
	margin-bottom: 25px;
}

.show-type p{
	width: 180px;
	height: 30px;
	background: #505050;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: left;
	margin-left: 15px;
	border-radius: 5px;	
}
.show-type p:hover{
	background: #f39d0a;
}
.show-type p a{
	color: #fff;
	font-size: 14px;
	display:block;
}
.fenge{
	margin-top: 15px;
}
.showList ul li{
	float:left;
	margin-right:4px;
}
.showList ul li:nth-child(4n){
	margin-right:0;
}
.show-contact{
	margin-top: 16px;
}
.show-content{
	width: 970px;
	height: 500px;
	border: 1px solid #d0d0d0;
	background: #fff;
	display: inline-block;
	padding: 4px 27px;
	position: absolute;
	right: 0;
}
.p-prev{
	width: 56px;
    height: 56px;
    background: url(/public/img/a-prev.png) no-repeat center;
    background-size: cover;
    position: absolute;
    z-index: 10;
	left:-18px;
	top:50%;
	margin-top:-56px;
}
.p-next{
	width: 56px;
    height: 56px;
    background: url(/public/img/a-next.png) no-repeat center;
    background-size: cover;
    position: absolute;
    z-index: 10;
	right:-18px;
	top:50%;
	margin-top:-56px;
}
.display-content{
	width: 225px;
	height: 235px;
	display: inline-block;
	margin-top: 7px;
}
.display-content img{
	border: 1px solid #d0d0d0;
	border-bottom: 2px solid #e9e9e9;
	width:225px;
	height:174px;
}
.display-content p{
	width: 100%;
	height: 25px;
	background: #dfdfdf;
	color: #141414;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin-top: 3px;
}
.advantage{
	width: 100%;
	height: 250px;
	margin-top: 75px;
	background: url(../img/advantage.png) center no-repeat;
}

.case-part{
	margin-top: 65px;
}
.swiper-example{
	height: 360px;
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
	position: relative;
}
.example-content{
	display: inline-block;
	width: 235px !important;
	height: 310px;
}
.example-content:hover p{
	background: #326cb6;
	color: #fff;
}
.example-content:hover a{
	text-decoration: none;
}
.example-content img{
	width:235px;
	height:265px;
}
.example-content p{
	height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	color: #333333;
	line-height: 45px;
	text-align: center;
}

.news-part,.problem-part{
	display: inline-block;
}
.news-part{
	width: 815px;
	height: 470px;
}
.problem-part{
	width: 345px;
	height: 470px;
	float: right;
}
.news-title,.problem-title{
	font-size: 26px;
	color: #131313;
	display: inline-block;
}
.news-top span{
	display: inline-block;
}
.news-top .more,.problem-top .more{
	font-size: 14px;
	color: #326cb6;
}
.news-line{
	width: 425px;
	height: 13px;
	background: url(../img/line02.png) repeat;
}
.company-news{
	padding-right: 10px;
	width: 80px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-right: 2px solid #67686a;
	font-size: 14px;
	color: #222222;
}
.industry-news{
	width: 80px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin-right: 45px;
	font-size: 14px;
	color: #222222;
}
.news-banner{
	width: 350px;
	height: 235px;
	float: left;
	margin-top: 30px;
	margin-right: 15px;
	position: relative;
}
.banner-box{
	position: relative;
	width: 350px !important;
	height: 235px !important;
}
.banner-box p{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 13px;
	padding-left: 10px;
}
.banner-box img{
	width:350px;
	height:235px;
}
.news-list{
	width: 450px;
	height: 235px;
	display: inline-block;
	margin-top: 30px;
	overflow:hidden;
}
.news-img{
	width: 168px;
	height: 113px;
	float: left;
}
.news-img img{
	width:168px;
	height:113px;	
}
.news-word{
	display: inline-block;
	width: 270px;
	height: 113px;
	margin-left: 8px;
}
.news-list .news-list-detail{
	height:115px;
	overflow:hidden;
}
.news-list .news-list-detail:first-child{
	margin-bottom: 10px;
}
.news-word h3{
	font-size: 14px;
	font-weight: bold;
	color: #222;
	margin-top: 9px;
}
.news-word p{
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
	margin-top: 14px;
	line-height: 28px;
}
.news-bottom{
	width: 100%;
	height: 168px;
	overflow: hidden;
}
.news-word p:hover{
	color:#326cb6;	
}
.news-bottom-detail{
	width: 390px;
	height: 135px;
	margin-top: 34px;
	display: inline-block;
	float:right;
}
.news-bottom,.news-bottom-detail:first-child{
	margin-right: 10px;
	float:left;
}
.news-bottom-detail h2{
	font-size: 14px;
	font-weight: bold;
	color: #222;
}
.news-bottom-detail p{
	font-size: 14px;
	color: #333;
	line-height: 28px;
	overflow: hidden;
	margin-top: 20px;
	height:90px;
}
.news-bottom-detail p:hover{
	color:#326cb6;
}
.news-bottom-detail a:hover{
	text-decoration: none;
}
.news-bottom-detail p span{
	display: inline-block;
	float: right;
	color: #326cb6;
	font-size: 14px;
}
.problem-part{
	width: 350px;
	height: 470px;
	float: right;
}
.problem-line{
	display: inline-block;
	width: 168px;
	height: 13px;
	background: url(../img/line02.png) repeat;
}
.problem-detail{
	width: 100%;
	height: 270px;
	background: #fff;
	padding: 28px 18px 36px;
}
.problem-detail a:hover{
	text-decoration: none;
}
.up,.down{
	text-align: center;
	width: 100%;
	height: 40px;
	background: #e3e3e3;
	line-height: 40px;
}
.up{
	margin: 30px 0 10px;
}
.down{
	margin-top: 16px;
}
.down:hover{
	background: #326cb6;
	cursor: pointer;
}
.up:hover{
	background: #326cb6;
	cursor: pointer;
}
.problem-detail h2{
	font-size: 18px;
	color: #131313;
}
.problem-detail .date{
	font-size: 16px;
	color: #838383;
	margin-top: 16px;
	margin-bottom: 28px;
}
.problem-detail .problem-jianjie{
	font-size: 16px;
	color: #838383;
	line-height: 25px;
}
.problem-detail .problem-jianjie span{
	display: inline-block;
	color: #326cb6;
	font-size: 12px;
}
.custome-one{
	height: 180px;
	margin-bottom: 48px;
	margin-top:45px;
}
.custome-title h2{
	display: inline-block;
	font-size:24px;
	font-weight:bold;
	color:#326cb6;
}
.custome-title .custome-line{
	width: 830px;
	height: 11px;
	display: inline-block;
	background: url(../img/line02.png) repeat;
}
.custome-content{
	margin-top: 30px;
}
.custome-content .news-slide{
	width: 206px !important;
	height: 140px !important;
}
.footer{
	background: #11182b;
	height: 320px;
}
.footer-content{
	text-align: center;
}
.footer-content ul{
	height: 60px;
	margin: 0 40px;
	border-bottom: 1px solid #222837;
}
.footer-content ul li{
	float: left;
	height: 60px;
	width: 110px;
	text-align: center;
	line-height: 60px;
	margin-right: 30px;
}
.footer-content ul li:last-child{
	margin-right: 0;
}
.footer-content ul li a{
	font-size: 16px;
	color: #cacaca;
	display: block;
}
.footer-content ul li a:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}
.footer-content>div{
	display: inline-block;
	margin-top: 95px;
}
.footer-contact{
	width: 350px;
	height: 120px;
	margin-left: 90px;
}
.footer-contact p{
	float: left;
	color: #a1a2a2;
	font-size: 14px;
	margin-bottom: 22px;
	
}
.footer-code>div{
	display: inline-block;
}
.service-phone{
	position: relative;
	float: left;
	margin-left: 38px;
}
.phone-icon{
	width: 38px;
	height: 41px;
	display: inline-block;
	background: url(../img/footer-phone.png) no-repeat;
	position: absolute;
	left: -55px;
}
.service-phone h3{
	text-align: left;
	color: #A1A2A2;
	font-size: 14px;
	margin-bottom: 16px;
}
.service-phone h2{
	font-size: 20px;
	text-align: left;
	color: #faaa06;
}
.footer-code{
	float: right;
	margin-right: 78px;
}
.footer-code img{
	width:105px;
	height:105px;
}
.footer-code p{
	color: #717275;
	font-size: 14px;
}
.wechat-code{
	margin-right: 29px;
}
.footer-bottom{
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #080c15;
}
.footer-bottom p{
	font-size: 14px;
	color: #717275;
}
.footer-bottom p a{
	color: #717275;
}
.prev1,.next1{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #b0b0b0;
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.prev1{
	margin-left: 20px;
	margin-right: 19px;
}
.prev1:hover{
	background: #326cb6;
}
.next1:hover{
	background: #326cb6;
}
.prev2,.next2{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #b0b0b0;
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.prev2{
	margin-left: 20px;
	margin-right: 19px;
}
.prev2:hover{
	background: #326cb6;
}
.next2:hover{
	background: #326cb6;
}
.news-slide a img:hover{
	border:1px solid #326cb6;	
}
tbody{background:#fff;}

.honour-slide img{
	max-width:100%;
}