﻿a,a:hover{text-decoration: none;}
ul{padding: 0;}
li{list-style:none;}
.bg_allwhite{background-color: #fff;}
.container-fluid{padding-left: 0;padding-right: 0;}
body{background-color: #F2F2F2;}


nav.navbar{padding:0;}
#head_topnav .nav-item .nav-link{display: block;padding: 32px 12px;margin-right:8px;height: 10;}
#head_topnav a.active{color: #0056B3;}
#head_topnav .nav-item a:hover{background-color: #0056B3;color: #fff;}

.Excellent_swi {
    width: 100%;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    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;
}

.swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    opacity: 0.5;
    background: #FFFFFF;
}
.swiper-pagination-bullet-active {background: #C6A771;}
img.banner {
	display: block;
    width: 100%;
	height: auto;
}


.ser_showbox {overflow: hidden;position: relative;}
.ser_showbox_img{overflow: hidden;}
.ser_showbox:hover {
	cursor: pointer;
	box-shadow: 0px 5px 10px #e0e0e0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.ser_showbox:hover img {
	moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease-in-out;
}
.ser_showbox:hover h5{color: #005CBF;}
.ser_showbox_info{padding: 15px 0;	}
.ser_showbox_info:after {
	content: "";
	display: block;
	position: absolute;
	background: #00c9a1;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}
.ser_showbox:hover .ser_showbox_info::after{width: 100%;}

.caseShow{height:500px;background: url(../image/caseshow_bg2.jpg) #000 top center no-repeat;overflow: hidden;}
#caseShowtab{width:850px;height: 500px;margin:0 auto;}
#caseShowtab ul{display: block;padding: 110px 0 0 0;margin:0;float:left;}
#caseShowtab ul li{padding: 0;margin: 0;width:135px;height: 40px;line-height: 40px;text-align: center;
color:#fff; position: relative;}
#caseShowtab ul li:hover{cursor: pointer;}
li.caseShowbtn:after{
content: "";
width:0px;
height:0;
position: absolute;
right: -30px;
top:0;
border-left:30px solid #0069D9;
border-top:20px solid transparent;
border-bottom:20px solid transparent; 

}
li.caseShowbtn {background:#0069D9;}
.caseShowcnt{float: right;color: #000;padding: 22px 0 0 0;width: 600px;height:auto;color: #fff;}
.con-1 {font-size:13px;display:none;}
.active {display:block;}
.caseShowcnt dl dt{padding: 15px 0;}
.caseShowcnt dl dd a{border: 1px solid #fff;border-radius:3px;color: #fff;padding: 5px;display: inline-block;margin: 20px 0;}
.caseShowcnt dl dd a:hover{background-color: #0000FF;border-color: #0000FF;}


.aboutus p{line-height: 28px;font-size: 0.8rem;}
.aboutus a{color: #2050a4;display: inline-block;padding: 3px 5px;border: #2050a4 solid 1px;border-radius:3px;}
.aboutus a:hover{background-color: #2050a4;border-color:#2050a4;color: white;}

.newsList{margin-top: 10px;}
.newsList dl{display: block;;padding: 3px 15px;box-shadow: 0px 3px 3px #e0e0e0;}
.newsList dl:hover{
	box-shadow: 0px 5px 10px #e0e0e0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}

.newsList dl dt{padding: 10px 0;margin: 0;}
.newsList dl dt a{color: #5b5b5b !important;}
.newsList dl dd{font-size: 0.8rem;color: rgba(0, 0, 0, 0.5);line-height: 1.5rem;padding: 5px 0;}
.newsList dl dd span{float: right;font-size: 1rem;}
.newsList dl dd a{color: #2050a4;display: inline-block;padding: 3px 5px;border: #2050a4 solid 1px;border-radius:3px;}
.newsList dl dd a:hover{background-color: #2050a4;border-color:#2050a4;color: white;}

footer{margin-top:50px;background-color: #333f4d;}
.navAbout{padding-top:25px;color: ghostwhite;}
.navAbout dl{border: 0px solid red;}
.navAbout dl a{color:ghostwhite;font-size: 0.8rem;}
.navAbout dl dt{padding: 10px 0;}
.navAbout dl dt span{color:#FFB800;}
.navAbout dl dt a{font-size: 0.9rem;color: #9ab5cd;}
.itIcon a{display: inline;cursor: pointer;padding: 5px;}
.itIcon i{padding-right: 15px;color: #ffff7f;font-size: 20px;}
.Copyrightbox{padding: 20px 0;background-color: #28313d;color: white;}
.Copyrightbox a{color: white;}

.topBaner img{display: block;}
.breadnav{padding: 30px 0;font-size: 1rem;}
.breadnav a{padding-right: 10px;}
.breadnav span{display: inline;padding-left: 10px;}
ul.casesList {padding: 0;}
ul.casesList li{padding-top:15px;padding-bottom: 15px;}
ul.casesList li a{display: block;height: 220px;overflow: hidden;position: relative;}
ul.casesList li a img{height: 220px;width: 100%;}
ul.casesList li span{display: block;width: 100%;height: 40px;line-height: 40px;text-align: center;
position:absolute;
bottom: -40px;
left: 0;
z-index: 9;background: #55aa7f;visibility: hidden;color: #fff;}
ul.casesList li:hover img{
	moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	transition: all 0.4s ease-in-out;
}
ul.casesList li:hover span{visibility: visible;bottom: 0;transition: all 0.3s ease-in-out;}
ul.casesList li:hover a:after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6 ;
	position: absolute;
	left: 0;
	top: 0;
}

.newsPage div{border: 0px solid red;}
.newsPage dl{display: block;padding:20px;border-radius: 3px;background-color: #fff;}
.newsPage dl dt{padding-bottom: 10px;}
.newsPage dl dd{color: #aaa;}
.newsPage dl dd p{font-size: 14px;line-height: 22px;}
.newsPage dl dd span{display: inline;padding-right: 8px;}
.newsPage dl dd i{padding-right: 8px;}
div.hotNews{border-radius: 5px;}
.hotNews h5{background-color: #fff;color:#007AFF ;height: 45px;line-height: 45px;
font-size: 16px;
font-weight: 600;
text-align: center;}
.hotNews a{color: #aaa;}
.hotNews ul{background-color: #fff;margin-top: 10px;padding: 10px 5px 10px 0;}
.hotNews a:hover{text-decoration: underline;}
.hotNews ul li{padding: 5px 5px 5px 30px;}


.aboutMsg{padding:15px 0;}
.aboutPage img{display: block;width: 100%;}
.aboutMsg article{background-color: #fff;padding: 20px;}
.quickNav {background-color: #fff;padding: 20px;height: auto;}
.quickNav h5{font-size: 16px;font-weight: 600;color:#007AFF ;padding-bottom: 15px;}
.quickNav ul li{padding: 10px 0 10px 15px;border-top: 1px solid #C9C9C9;}
.quickNav ul li a{color: #9f9d9d;}
.quickNav ul li a:hover{color: #007AFF;}
.quickNav ul li.focus_page a{color: #007AFF;}
li.focus_page{border-left: 3px solid #007AFF;}
.msgPage section{display: block;background-color: #fff;padding: 25px;}
.block-heading{width: 350px;margin:0 auto;border-bottom: 3px solid #007AFF;margin-bottom: 20px;}
.msgPage form{width: 350px;margin: 0 auto;}

.artPage article{background-color: #fff;padding:20px;}
.artPage article h1{font-weight: 600;font-size:22px;}
.artPage article img{display: block;width: 100%;height: auto;}
.tit_info{border-bottom: 1px solid #CCCCCC;padding-bottom: 15px;color:#aaa;}
.tit_info span,.tit_info i{display: inline;padding-right: 8px;}
.contenView{padding: 15px 0;}

.faq-page{padding-top: 25px;border: none;}

.errorPage{width: 100%;background-color: #fff;padding: 10px 0;}
.errorPage img{display: block;margin: 0 auto;}
.errorPage p{font-weight: 400;padding: 25px 0;text-align: center;color: #0000FF;}

@media (max-width: 768px) {
	
	#head_topnav .nav-item .nav-link{padding: 12px;}
	
	#caseShowtab{position: relative;}
	#caseShowtab ul{width: 100%;display: block;position: absolute;left: 0;bottom: 0;}
	#caseShowtab ul li{float: left;width:110px;}
	li.caseShowbtn:after{display: none;}
	.caseShowcnt{clear: both;position: absolute;left: 0;top: 0;}
	.caseShowcnt img{width: 100%;}
	
	img.banner {height: 300px;}
	
	.topBaner img{width: 100%;height: 180px;}
}