body{font-family : 微软雅黑;width: 100%;padding-top: 80px; background:#F7F7F7;}
/*a{color :#666 !important;}*/
li,ul {margin:0;padding:0; list-style:none;}
.margin20 {margin-top: 20px;}
.navbar{padding: 5px 0;background-color:#fff;transition:padding 0.4s;}
.navbar.scrolled{box-shadow: 0 3px 3px rgba(0,0,0,0.1);padding: -8px 0;color:#ED3A3E;}
.navbar {padding: 0;}
.navbar a {}
.navbar ul li a:hover{color:#ED3A3E !important;}
#myNavbar{overflow-x: hidden;}
#myNavbar ul li:last-child a{padding-right: 0;}
.brandStyle{color: #487b83 !important;font-family : Cabin, sans-serif;font-size: 24px;}
.brandStyle img {}
.menustyle{text-transform: uppercase;font-size: 16px; padding-top:18px;}
.menustyle{text-transform: uppercase;font-size: 16px; padding-top:18px;}
.headpicture{background:url(../images/banner.jpg);background-size:cover;background-repeat:no-repeat;width: 100%;height: 600px;}

h1{color: #5a5b5b;font-size:24px;font-weight: bold;margin-top: 150px;font-family : Cabin, sans-serif;}
.socialButtons img{width:36px;opacity:0.6;}
.socialButtons a{display:inline-block;}
.socialButtons a:hover img{opacity:0.8;}
#footerLogoText{line-height:30px;}
.noPadding{padding:0;}
.noBorder{border: 0;}

.Business,.case_shows,.zs_shows{background: #fff; padding: 100px 40px; clear:both; margin-top:30px; overflow:hidden;}
.title_s{ color: #2C3D4F; font-size: 24px; margin-bottom: 20px;}
.title_sub {position: relative;height: 1px;background: #F2F2F2;}
.title_left{position: absolute; left: 0; width: 110px; top:-9px; background: #fff; height: 22px; font-size: 16px; color:#999;}
.title_right{position: absolute; right: 0; width: 60px; top:-9px; background: #fff; height: 22px; text-align: right;}
.title_right a{ color: #3563E0; font-size: 12px;}
.Business_cover{ margin-top: 60px;}
.Business_cover_li{float: left; width: 18.3%; margin-right:2%; text-align:center; position: relative;line-height:200%;}
.Business_cover_li:last-child{ margin-right: 0;}
.Business_cover_li h3{font-size:16px; color:#333;font-weight:bold;}
.Business_cover_li h3:hover {color:#ED3A3E;}
.Business_cover_li a{display: block; text-decoration:none;}
.Business_cover_li a:hover {color:#0064A8;}
.Business_cover_name {text-align: left; color: #666; font-size: 14px;}
.Business_cover_name:hover {color:#999;}
.Business_cover_li a:hover {color:#ccc;border-radius:5px; display:block;}
.news_cover{ margin-top: 60px;}
.business_ico1 {width:104px;height:104px; text-align:center;line-height:104px; border-radius:100%; margin:0 auto;}
.lan {background:#0064A8;}
.hong {background:#ED3A3E;}
.qianlan {background:#1B838B;}
.lv {background:#009E47;}
.chong {background:#360080;}
.business_ico1:hover {background:#1B87FF;}

.news_cover {}
.news_cover_li {float:left; width:50%;padding-bottom:20px;}
.news_img {float:left; width:50%;}
.news_main {float:right; width:50%;}
.news_img {padding-right:6px;}
.news_main .news_title {font-size:20px;color:#000;}
.news_main .news_content {font-size:16px;color:#999; line-height:200%;}
.news_main .news_titme {font-size:16px;color:#ccc;}
.case_example {margin-top: 60px;}
.case_example .case_example_li {float: left;border: 1px solid #F2F2F2;width: 23%;margin-right: 2%;}
.case_example_name {color: #333333;font-size: 20px;font-weight: bold;margin: 10px 20px;}
.case_example_img img {width: 100%;height: 200px;}
.case_go_hover {opacity: 0;position: absolute;top: 0;left: 0;}
.case_example_txt {font-size: 14px;color: #939BA4;padding: 0 20px 15px 20px;border-bottom: 1px solid #F2F2F2;}

.partner_list {margin-top: 60px;}
.partner_list ul {}
.partner_list li {float: left;width: 14.6%;margin:0 1%;padding-bottom:20px; text-align:center;}
.Business_cover_li:last-child{ margin-right: 0;}
.partner_list img {width:95%;}

.zs_list {padding-top:60px;}
.viewport {overflow:hidden; height:236px; width:980px;}
.viewport li,.buttons.prev{float:left; line-height:236px;}
.buttons.next{float:right; line-height:236px;}
.buttons {padding:0 6px;}
.footer {background:#E2E2E2;padding:50px 0; margin-top:50px; color:#333333;}
.footer .f_logo {float:left; line-height:124px;}
.footer .f_logo img {border-right:1px solid #ccc; padding-right:30px; margin-right:30px;}
.footer .f_title {padding-top:20px; line-height:30px;}
.footer .ewm {float:right;padding-left: 10px;text-align: center;}
.footer .ewm img {width:100px;}


/**列表**/

.places {background: #fff; padding: 20px; clear:both; margin-top:30px; overflow:hidden;}
.list_right {float: right;}
.list_left {float: left;}
.information_list_item {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
}
.information_item_left {
    width: 142px;
    height: 100px;
    margin-right: 12px;
}
.information_item_left a {
	text-decoration: none;
}
.information_item_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.information_item_title {
    color: #222;
    font-size: 14px;
}
.information_item_introduction {
    color: #666;
    font-size: 13px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.information_time {
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.information_time_icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;

}
.information_time .time {
    color: #999999;
    font-size: 14px;
}
.pages {text-align: center;}
.pages li {float: left;padding: 0 5px;}
.list_con {background: #fff; padding: 20px;width: 65%;}
.list_con h2,.list_tj h3 {font-size: 20px;}
.list_tj {background: #fff; padding: 20px; width: 30%;}
.article_con {background: #fff; padding: 45px 40px; clear:both; margin-top:30px; overflow:hidden;}
.title {font-size: 20px; text-align: center; padding-bottom: 30px; font-weight: bold;}
.pn {line-height: 30px;padding-top: 20px;}
.pn span {display: block;}

@media (max-width: 992px) {
	body {padding-top:20px;}
	.brandStyle img {width:150px;}
	li{padding-left:8px;}
	h1 {margin-top: 80px;}
	.Business_cover_li a {margin-bottom: 8px;background: #f4f4f4;padding: 12px;}
	.carousel {position: relative;margin-top: 50px;}
	.carousel img {height:150px;}
	.navbar{padding: 8px 0;}
	.headpicture{height: 250px;}
	.navbar-brand {padding:8px 15px;}
	.textStyle{margin-top: 40px;}
	.titleStyle{margin-top: 70px;}
	.Business_cover_li{width: 100%;}
	.case_example .case_example_li {float: left;border: 1px solid #F2F2F2;width: 98%;margin:0 1%;}
	.partner_list li {float: left;width: 48%;padding-bottom:20px; text-align:center;}
	.footer .f_logo {display:none;}
	.footer .f_title {padding-top:20px; line-height:20px;font-size:12px; text-align:center;}
	.footer .ewm {display:block;float:none; text-align:center;}
	.Business_cover,.case_example,.partner_list {margin-top: 45px;}
	.news_cover_li {float:left; width:100%;padding-bottom:20px;}
	.news_img {float:left; width:100%;}
	.news_main {float:right; width:100%;}
	.footer{margin: 40px auto 0;}
	.headpicture{background:url(../images/banner.jpg);background-size:cover;background-repeat:no-repeat;width: 100%;}
	#footerLogoText{text-align: center;}
	.responsiveAlign {text-align: center;padding: 5px ;}
}
/* On bigger screens */ 
@media (min-width: 993px) {.responsiveAlign {float: right;}}

li{list-style:none;}
.one{margin:50px auto 20px;height:230px;overflow:hidden;position:relative; }
.one ul{height:230px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;margin:5px;height:230px;border-radius:5px;position:relative;}
.one ul li a{display:inline-block;height:230px;} 
.one ul li img{border-radius:5px;display:block;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:230px;line-height:230px;font-size:20px;text-align:center;transition:all 0.7s;}