@charset "utf-8";
body{font-family:"微软雅黑"!important;font:14px Microsoft YaHei!important;line-height: 24px;}
body,div,p,span,ul,li,dl,dd,h1,h2,h3,a,input,img{margin:0;padding:0;}
li,ol{list-style:none;}
a,input,img,textarea{border:none;outline:none;}
i,em{font-style:normal;}
a{text-decoration: none;}
a:focus{text-decoration: none;}
a:focus, a:hover{ text-decoration: none!important; outline: none;outline-offset:0;}
label{font-weight: normal;width:100%;}
a:focus {outline:none;outline-offset:0;}
.cl:after{ content:""; display:block; height:0; clear:both; visibility:hidden;}
img{max-width: 100%;}
body{min-width: 280px;overflow-x: hidden;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.slick-slide:focus,.slick-arrow:focus { outline:none;}/*去除滑动插件slick的蓝色边框*/

.mian_body{position: relative;transition: all .5s;}
.container{padding-left: 0;padding-right: 0;}
/*          导       航1          */
.nav-bg{
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    z-index: 16;
    border: 0;
    transition: all .5s;
}
.nav_bg{
	background-color: #064bc4;
	width: 100%;
	height: 56px;
}
.nav-bg .container{
    /*width: 1400px;*/
    height: 90px;
    margin: auto;
    position: relative;
	padding: 0;
}
.navbar-header{
    display: inline-block;
    margin-top: 0px;
    z-index: 10;
    height: 90px;
    position: relative;
	float: unset;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
}
.navbar-brand{
    padding: 0;
    float: unset;
    width: 100%;
    height: 90px;
}
.navbar-brand img{
    height: 63px;
    max-width: 100%;
    max-height: 100%;
}
.nav-bg .navbar-collapse.collapse{
	display: inline-block!important;
	vertical-align: top;
	float: right;
	padding: 30px 0;
}
.nav-bg  .nav li a{
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	padding: 0px 7px 10px 7px;
	margin: 0 20px;
	position: relative;
	transition: all .5s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	  color: #064bc4;
	  background-color: unset;
	  border-bottom: 2px solid #064bc4;
}
.nav-bg .navbar-collapse .nav li:hover a{
	color: #064bc4;
	border-bottom: 2px solid #064bc4;
}
.navbar-default .navbar-nav > .active > a i{
	display: inline-block;
	border-top: 3px solid #064bc4;
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
	border-right: 3px solid #064bc4;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%,0) rotate(-45deg);
	transition: all .5s;
}
.nav-bg .navbar-collapse .nav li:hover a i{
	display: inline-block;
	border-top: 3px solid #064bc4;
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
	border-right: 3px solid #064bc4;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%,0) rotate(-45deg);
	transition: all .5s;
}


/*手机端弹出式导航*/
.nav_click{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: transparent;
    z-index: 18;
    overflow: inherit;
    /*display: none;*/
    transition: all .5s;
    opacity: 0;
}
.nav_click.hover{
    left: 0;
    background-color: rgba(0,0,0,.5);
    /*display: block;*/
    opacity: 1;
    transition: all .5s;
}
.nav_click .nav_click_content{
    width: 60%;
    height: 100%;
    background-color: #000;
}

.nav_click .nav_click_content .nav_click_nav{
    /* padding:0 10px; */
	height: 80%;
}
.nav_click .nav_click_content .nav_click_nav  li{
    position: relative;
}
.nav_click .nav_click_content .nav_click_nav > li > i,
.nav_click_nav >li.ac_one >.tow >li>i,
.nav_click_nav >li.ac_one >.tow >.ac_tow>.thr>li>i{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(../img/more1.png);
	transition: all .5s;
}
.nav_click .nav_click_content .nav_click_nav > li.ac_one >i,
.nav_click .nav_click_content .nav_click_nav > li.ac_one .tow>.ac_tow>i,
.nav_click .nav_click_content .nav_click_nav> li.ac_one .tow>.ac_tow >.thr>.ac_thr>i{
	background-image: url(../img/more2.png);
	transform: rotate(-90deg);
}
.nav_click .nav_click_content .nav_click_nav li a{
    display: block;
    line-height: 46px;
	font-size: 16pt;
    padding: 0 15px;
    color: #fff;
    transition: all .5s;
	text-align: center;
}
.nav_click .nav_click_content .nav_click_nav li.ac_one,
.nav_click .nav_click_content .nav_click_nav li:hover,
.nav_click .nav_click_content .nav_click_nav li:focus{
    background-color: #064bc4;
}
.nav_click .nav_click_content .nav_click_nav li.ac_one >a,
.nav_click .nav_click_content .nav_click_nav li.ac_one >.tow>.ac_tow>a,
.nav_click .nav_click_content .nav_click_nav li.ac_one >.tow>.ac_tow>.thr>.ac_thr>a,
.nav_click .nav_click_content .nav_click_nav li.ac_one >.tow>.ac_tow>.thr>.ac_thr>.four>.ac_four>a{
	color: #fff;
}
.nav_click .nav_click_content .nav_click_nav li >.tow,
.nav_click .nav_click_content .nav_click_nav li >.tow>li>.thr,
.nav_click .nav_click_content .nav_click_nav li >.tow>li>.thr>li>.four{
	height: 0;
	opacity: 0;
	z-index: -1;
}
.nav_click .nav_click_content .nav_click_nav li.ac_one >.tow{
	padding-left: 15px;
	/* background-color: #f2f2f2; */
}

.nav_click_nav >li.ac_one >.tow >.ac_tow>i{
	
}
.nav_click_nav >li.ac_one >.tow >.ac_tow>.thr{
	padding-left: 15px;
}
.nav_click_nav >li.ac_one >.tow >.ac_tow>.thr>.ac_thr> .four{
	padding-left: 15px;
}


/*轮播*/
.banner{
    margin-top: 90px;overflow: hidden;
}
.carousel1{
	margin-top: 90px;overflow: hidden;
}
.banner img{display: block;margin:0 auto;}
.slick-dotted.slick-slider{margin-bottom:0;}
.banner .slick-arrow{
	display: inline-block;
	width: 46px;
	height: 79px;
	position: absolute;
	top: 50%;
	background-color: unset;
	border: 0;
	font-size: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
	transform: translate(0,-50%);
	transition: all .4s;
}
.banner .slick-prev{
	left: 60px;
	background-image: url(../img/banner_left1.png);
}
.banner .slick-prev:hover,
.banner .slick-prev:focus{
	background-image: url(../img/banner_left2.png);;
}
.banner .slick-next{
	right: 60px;
	background-image: url(../img/banner_right1.png);
}
.banner .slick-next:hover,
.banner .slick-next:focus{
	background-image: url(../img/banner_right2.png);;
}
.banner .slick-dots{position: absolute;bottom:20px;left:0;right:0;text-align: center;}
.banner .slick-dots li button{display: none;}
.banner .slick-dots li{display: inline-block; width:6px;height:6px;background: #fff;border-radius: 50%;margin:0 10px;padding:0;}
.banner .slick-dots li.slick-active{background: #064bc4}

.slick-prev:before, .slick-next:before{display: none;}

/*页面返回顶部或者到达底部*/
.go_some{
	position: fixed;
	top: 65%;
	right: 57px;
	display: inline-block;
	width: 49px;
	height: 49px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ececec;
	cursor: pointer;
	transform: translate(0,-50%);
	z-index: 100;
	transition: all .5s;
}
.go_top{
	background-image: url(../img/go_top.png);
	transition: all .5s;
}
.go_bottom{
	background-image: url(../img/go_bottom.png);
	transition: all .5s;
}


/*侧边导航*/
.Side_navigation{
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 101;
}
.Side_navigation ul li{
    display: block;
    width: 66px;
    height: 66px;
    margin: 2px 0;
    position: relative;
    background-color: #064bc4;
    transition: all .5s;
}
.Side_navigation ul li img{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.Side_navigation ul li:hover{
    background-color: #f18900;
}
.Side_navigation ul li .tel{
    display: block;
    width: 200px;
    padding: 20px;
    position: absolute;
    top: 0;
    right: -300px;
    background-color: #f18900;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
}
.Side_navigation ul li:hover .tel{
    width: 200px;
    opacity: 1;
    right: 66px;
}
.Side_navigation ul li .erweima{
    width: 136px;
    height: 136px;
    position: absolute;
    right: -300px;
    top: 50%;
    transform: translate(0,-50%);
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}
.Side_navigation ul li .erweima img{
    width: 100%;
    height: 100%;
    /*box-shadow: 0 0 10px #aaa;*/
}
.Side_navigation ul li:hover .erweima{
    right: 80px;
    opacity: 1;
}

/*服务范围*/
.service,.case,.about,.news,.cooperate{margin-top: 50px;}
.service_header,.case_header,.about_header,.news_header,.cooperate_header{
	text-align: center;
	margin-bottom: 50px;
}
.service_header h3,.case_header h3,.about_header h3,.news_header h3,.cooperate_header h3{
	line-height: 30px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
}
.service_header h4,.case_header h4,.about_header h4,.news_header h4,.cooperate_header h4{
	line-height: 30px;
	color: #000;
	font-size: 30px;
	margin: 16px 0 10px;
}
.service_header i,.case_header i,.about_header i,.news_header i,.cooperate_header i{
	display: inline-block;
	width: 5em;
	font-size: 30px;
	height: 10px;
	background-image: url(../img/head_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	vertical-align: top;
}
.service_content{font-size: 0;overflow: hidden;}
.service_content .service_content_left{
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.service_content a{
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	transition: all .5s;
	padding: 0;
	/* width: 100%; */
}
/*.service_content a:hover .service_text .service_text_title_en{color: #064BC4;}*/
.service_content a img{
	width: 100%;
	transition: all 1s;
}
.service_content a:hover >img{
	transform: rotate(30deg) scale(3);
}
.service_content a>.service_text{
	position: absolute;
	top: 0;
	left: 0;
	right:0;bottom:0;
}
.service_content a>.service_text .service_text_title_en{
	font-size: 15px;
	line-height: 15px;
	margin:40px 0  12px 0;padding-left:40px;
	transition: all .5s;
}
.service_content a>.service_text .service_text_title{
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 2px solid #fff;
	transition: all .5s;
	margin-left:40px;
}
.service_content a:hover .service_text{
	 background: rgba(6,75,196,.4);
}
.service_content .service_content_right{
	display: inline-block;
	vertical-align: top;
	padding: 0;
}


/*案例精选*/
.case_content{font-size: 0;overflow: hidden;}
.case_content a{
	display: inline-block;
	position: relative;
	vertical-align: top;
	overflow: hidden;
}
.case_content a img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.case_content a >.case_content_content_bg{
	width: 100%;
	height: 100%;
	background-color: rgba(6, 75, 196, .8);
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.case_content a:hover >.case_content_content_bg{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.case_content a >.case_content_content_bg .title{
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.case_content a >.case_content_content_bg .title i{
	display: block;
	width: 40px;
	height: 20px;
	margin:20px auto 0;
	background-image: url(../img/case_more_icon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.case_content .case_content_bottom .case_bottom_left,
.case_content .case_content_bottom .case_bottom_right,
.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top,
.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left,
.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right{
	display: inline-block;
	vertical-align: top;
}
.case_content .case_content_top .case_content_top_left{
		width: 810px;
	}
	.case_content .case_content_top .case_content_top_right{
		width: 590px;
	}
	.case_content .case_content_bottom .case_bottom_left .case_bottom_left_top{
		width: 540px;
		display: block;
	}
	.case_content .case_content_bottom .case_bottom_left .case_bottom_left_bottom{
		width: 540px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_left_top{
		width: 570px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_right_top_top{
		display: block;
		width: 540px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_right_top_bottom{
		display: block;
		width: 540px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right .case_bottom_right_top_right_top{
		display: block;
		width: 320px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right .case_bottom_right_top_right_bottom{
		display: block;
		width: 320px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_bottom{
		display: block;
		width: 860px;
	}


/*公司简介*/
.about{font-size: 0;}
.about .about_left{
	width: 48%;
}
.about .about_right{
	display: inline-block;
	width: 52%;
	vertical-align: top;
	margin-top: 20px;
	padding-left: 70px;
}
.about .about_right .about_text{
	font-size: 14px;
	color: #000;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/*栏目*/
.column{
	width: 100%;
	position: relative;
	margin-top: 50px;
}
.column img{
	width: 100%;
}
.column .column_left{
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translate(0,-50%);
	color: #fff;
}

.column .column_center{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.column .column_center h4{
	font-size: 42px;
	text-align: center;
}
.column .column_center ul{
	overflow: hidden;
	margin-top: 24px;
	text-align: center;
}
.column .column_center ul li{
	display: inline-block;
	font-size: 28px;
	padding: 0 14px;
	border-right: 2px solid #fff;
	line-height: 28px;
}
.column .column_center ul li:last-child{
	border-right: 0;
}

/*最新动态*/
.news_content{
	background-image: url(../img/news_bg.png);
	background-repeat: no-repeat;
	background-position:left top;
	background-size: 1920px 790px;
	overflow: hidden;
	padding: 50px 0 40px;
	position: relative;
}
.news_content .nav-tabs{
	position: absolute;
	top: 50px;
	right: 1300px;
	border: 0;
}
.news_content .nav-tabs>li{
	float: unset;
	text-align: center;
	background-color: #eeeeee;
	font-size: 16px;
	margin-bottom: 10px;
}
.news_content .nav-tabs>li>a{
	color: #8b8b8b;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:focus{
	width: 4em;
	color: #fff;
	font-size: 24px;
	background-color: #064BC4;
	border: 0;
	display: inline-block;
	border-radius: 0;
}
.news_content .tab-content{
	background-color: #fff;
	width: 1300px;
	float: right;
	padding: 40px 225px 30px 40px;
	box-shadow: 0 0 5px #aaa;
}
.news_content .news_text_content .news_text_content_top{
	margin-bottom: 70px;
	font-size: 0;
}
.news_content .news_text_content .news_text_content_top .news_text_content_top_left{
	width: 300px;
}
.news_content .news_text_content .news_text_content_top .news_text_content_top_right{
	width: 730px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
}
.news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_title{
	font-size: 24px;
	color: #000;
	line-height: 24px;height: 24px;
	overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1
}
.news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_title:hover{
	color: #064bc4;
}
.news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_time{
	font-size: 14px;
	line-height: 14px;
	color: #888;
	margin: 12px 0 45px;
}
.news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_text{
	font-size: 14px;
	color: #000;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_text_top_text a{color: #000;}
.news_text_top_text a:hover{color: #064bc4;}
.news_content .news_text_content_bottom{
	font-size: 0;
}
.news_content .news_text_content_bottom >a{
	display: inline-block;
	width: 49%;
	color: #000;
	border:  1px solid #707070;
	padding: 12px 20px 12px 12px;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: all .5s;
}
.news_content .news_text_content_bottom >a:nth-child(2n){margin-right: 0;}
.news_content .news_text_content_bottom >a:hover{border: 1px solid #064bc4;}
.news_content .news_text_content_bottom >a .news_text_content_bottom_left{
	display: inline-block;
	width: 82%;
	border-right: 1px solid #aaa;
	padding-right: 2%;
}
.news_content .news_text_content_bottom >a .news_text_content_bottom_left .news_text_content_bottom_left_title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 12px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.news_content .news_text_content_bottom >a .news_text_content_bottom_left .news_text_content_bottom_left_text{
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 18px;
}
.news_content .news_text_content_bottom >a .news_text_content_bottom_right{
	width: 18%;
	display: inline-block;
	padding-left: 2%;
	vertical-align: top;
}
.news_content .news_text_content_bottom >a .news_text_content_bottom_right .news_text_content_bottom_right_month{
	font-size: 28px;
	margin: 10px 0 5px;
}
.news_content .news_text_content_bottom >a .news_text_content_bottom_right .news_text_content_bottom_right_year{
	font-size: 16px;
	background-image: url(../img/news_icon.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.news_content .news_text_content .more{
	display: block;
	width: 90px;
	margin: auto;
	text-align: center;
	padding: 8px 0;
	border: 1px solid #d3d3d3;
	color: #000;
	transition: all .5s;
}
.news_content .news_text_content .more:hover{color: #064bc4;border: 1px solid #064bc4;}

/*合作企业*/
.cooperate_content{font-size: 0;}
.cooperate_content a{
	width: 20%;
	display: inline-block;
	margin-bottom: 40px;
}
.cooperate_content a .cooperate_content_icon{
	position: relative;
	border: 1px solid #888;
	border-left: 1px solid transparent;
}
.cooperate_content a:nth-child(5n+1) .cooperate_content_icon{border-left: 1px solid #888;}
.cooperate_content a .cooperate_content_icon img{
	width: 100%;
	transition: all .5s;
}
.cooperate_content a .cooperate_content_icon img:nth-child(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.cooperate_content a:hover .cooperate_content_icon img:nth-child(2){
	opacity: 1;
	visibility: visible;
}
.cooperate_content a .cooperate_content_title{
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 20px;
	margin-top: 20px;
}



/*底部*/
.footer_bg{
	width: 100%;
	margin-top: 50px;
	background-color: #484848;
	padding-top: 60px;
}
.footer{
	margin:auto;
	font-size: 0;
	margin-bottom: 50px;
}
.footer_left,.footer_right{
	width: 50%;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	vertical-align: top;
}
.footer_left >img{
	margin-left: 25px;
}
.footer_left .footer_left_address{
	display: inline-block;
	vertical-align: top;
	float: right;
	margin: 10px 40px 0 0;
}
.footer_left .footer_left_address div{
	margin-bottom: 10px;
}
.footer_left .footer_left_address .footer_left_address_title1{
	font-size: 18px;
}
.footer_right .footer_right_left{
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0 40px;
}
.footer_right .footer_right_left div{
	margin-bottom: 10px;
}
.footer_right .footer_right_left .footer_right_tel{
	font-size: 18px;
}
.footer_right .footer_right_right{
	display: inline-block;
	float: right;
	margin-right: 125px;
}
.footer_bottom{
	position: relative;
	text-align: center;
}
.footer_bottom div{
	color: #969696;
	line-height: 14px;
	font-size: 14px;
	padding: 5px 0 25px;
	background-color: #484848;
	position: relative;
	z-index: 1;
	width: 30%;
	margin: auto;
}
.footer_bottom i{
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #969696;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 0;
}


/*手机端拨打电话*/
.phone_tel{
	position: fixed;
	top: 50%;
	right: 25px;
	transform: translate(0,-50%);
	width: 50px;
	height: 50px;
	z-index: 100;
}



/*手机端页面返回按钮*/
/* .mian_body>.return{
	display: inline-block;
	position: fixed;
	bottom: 65px;
	right: 10px;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	padding: 5px 10px;
	border-radius: 25px;
}
.mian_body>.return img{
	width: 16px;
	margin-right: 5px;
	vertical-align: top;
} */

/*新闻列表页*/
.news_column{
	border-bottom: 1px solid #cbcbcb;
}
.news_column .container >div{
	display: block;
	text-align: center;
}
.news_column .container >div >div{
	display: inline-block;
	margin: 0 25px;
}
.news_column .container >div >div a{
	display: inline-block;
	font-size: 20px;
	color: #888;
	line-height: 20px;
	padding: 33px 0;
}
.news_column .container >div >div.on a{
	border-bottom: 2px solid #064BC4;
	color: #064BC4;
}
.news_column .container >div >div:hover a{
	border-bottom: 2px solid #064BC4;
	color: #064BC4;
}
.newslist_content{
	background-color: #f2f2f2;
	padding: 50px 0;
}
.newslist_content .newslist_content_list a{
	font-size: 0;
	display: block;
	margin-bottom: 50px;
	color: #000;
	transition: all .5s;
}

.newslist_content a>img{
	width: 40%;
	/* height: 336px; */
}
.newslist_content a .newslist_content_right{
	width: 60%;
	height: 336px;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 0 40px;
	background-color: #fff;
}
.newslist_content a .newslist_content_right .newslist_content_title{
	font-size: 19px;
	line-height: 19px;
}
.newslist_content a .newslist_content_right .newslist_content_time{
	margin-top: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	line-height: 14px;
	color: #888;
}
.newslist_content a .newslist_content_right .newslist_content_time div{
	display: inline-block;
	margin-right: 20px;
	
}
.newslist_content a .newslist_content_right .newslist_content_text{
	margin-top: 24px;
	font-size: 14px;
	line-height: 24px;
	padding-right: 70px;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newslist_content .newslist_content_list .newslist_content_title:hover{
	color: #064BC4;
}
.newslist_content .newslist_content_list .newslist_content_text:hover{
	color: #064BC4;
}

.newslist_content .page{
    font-size: 16px;
    text-align: center;
}
.newslist_content .page li{
    display: inline-block;
    position: relative;
    vertical-align: top;
	margin: 0 2px;
}
.newslist_content .page li a{
   font-size: 16px;
   color: #7b7b7b;
   display: inline-block;
   padding: 5px 11px;
   border-radius: 50%;
   border: 1px solid #cfcfcf;
   background-color: #fff;
}

.newslist_content .page li:focus a,
.newslist_content .page li:hover a,
.newslist_content .page li.on a{
    color: #fff;
    background-color: #000;
}
.newslist_content .no{text-align: center;margin-top: 10pt;color: #888;}

/*案例列表*/
.newslist_content .caselist_content_list{
	font-size: 0;
}
.newslist_content .caselist_content_list>a{
	display: inline-block;
	width: 32.3%;
	margin-right: 1.5%;
	margin-bottom: 50px;
	color: #000;
	transition: all .5s;
}
.newslist_content .caselist_content_list>a:nth-child(3n){
	margin-right: 0;
}
.newslist_content .caselist_content_list>a >img{
	width: 100%;
	vertical-align: top;
}
.caselist_content_list>a .caselist_content_bottom{
	width: 100%;
	background-color: #fff;
	padding-bottom: 35px;
}
.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_title{
	font-size: 19px;
	line-height: 19px;
	padding-top: 20px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}
.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_grade{
	font-size: 14px;
	line-height: 14px;
	color: #888;
	padding-left: 30px;
	margin-bottom: 15px;
}
.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_time{
	font-size: 12px;
	color: #888;
	line-height: 12px;
	padding-left: 30px;
	margin-bottom: 12px;
}
.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_time div{
	margin-right: 25px;
	display: inline-block;
	vertical-align: top;
}
.caselist_content_list>a .caselist_content_bottom>i{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin-bottom: 10px;
}
.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_text{
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
	padding-right: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_title:hover{
	color: #064BC4;
}
.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_text:hover{
	color: #064BC4;
}



/*新闻详情页*/
.news_det_column{
	/*border-bottom: 1px solid #cbcbcb;*/
	padding: 40px 0 25px;
}
.news_det_column .news_det_column_left{
	display: inline-block;
	font-size: 20px;
}
.news_det_column .news_det_column_left> a{
	color: #000;
	margin: 0 10px;
	transition: all .5s;
}
.news_det_column .news_det_column_left> a:hover{
	color: #064BC4;
}
.news_det_column .news_det_column_right{
	float: right;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
	color: #a0a0a0;
	transition: all .5s;
}
.news_det_column .news_det_column_right:hover{color: #064BC4;}
.news_det_column .news_det_column_right i{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: top;
	background-image: url(../img/news_det_list_icon1.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	transition: all .5s;
}
.news_det_column .news_det_column_right:hover i{background-image: url(../img/news_det_list_icon2.png);}
.news_det_content{
	padding: 42px 0 0;
}
.news_det_content .container{position: relative;}
.news_det_content .news_det_content_border{width: 1200px;}
.news_det_content_header{
	font-size: 30px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
}
.news_det_content_time{
	color: #888;
	font-size: 16px;
	margin-bottom: 50px;
	position: relative;
}
.news_det_content_time >div{
	display: inline-block;
	margin-right: 10px;
}
.news_det_content_content{
	margin-bottom: 60px;
}
.news_det_content_content>img{
	width: 100%;
	margin-bottom: 50px;
}
.news_det_content_content .news_det_content_content_text{
	font-size: 14px;
	color: #000;
	line-height: 24px;
}


/*案例详情*/
.case_det_content{
	
}
.case_det_content .case_det_content_header{

}
.case_det_content .case_det_content_header>div{
	width: 1400px;
	margin: auto;
	color: #000;
}
.case_det_content .case_det_content_header .case_det_content_header_title_en{
	font-size: 32px;
	line-height: 32px;
	margin-top: 35px;
	padding-bottom: 10px;
	/*border-bottom: 2px solid #000;*/
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
}
.case_det_content .case_det_content_header .case_det_content_header_title{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.case_det_content .case_det_content_header .case_det_content_header_time{
	font-size: 16px;
	color: #888;
	line-height: 16px;
	margin-bottom: 35px;
	position: relative;
}
.case_det_content .case_det_content_header .case_det_content_header_time >div{
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}
.share_bnt{
	position: absolute;
	right: -10px;
	top: 0;
	padding: 5px 15px;
	background-color: #e8e8e8;
	margin-right: 0!important;
	border-radius: 20px 0 0 20px;
	cursor: pointer;
}
.share_bnt img{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.case_det_content .container{
	position: relative;
	margin-top: 50px;
}
.case_det_content .container .case_det_content_border{
	width: 1200px;
}
.case_det_content .container .case_det_content_border .case_det_content_content{
	color: #888;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}
.case_det_content .container .case_det_content_border .case_det_content_content .case_det_content_content_text{
	margin-bottom: 50px;
}
.case_det_content .container .case_det_content_border .case_det_content_content >img{
	width: 100%;
	margin-bottom: 20px;
}




/*分享按钮样式*/
.det_page{overflow: hidden;}
.det_page a{display: inline-block;color: #888;font-size: 16px;transition: all .5s;}
.det_page .det_text_next{float: right;vertical-align: top;}
.det_page a:hover{color: #064BC4;}
.bshare-custom{
	position: absolute;
	top: 0;
	right: 0;
}
.bshare-custom .bshare-sinaminiblog,
.bshare-custom .bshare-qqim,
.bshare-custom .bshare-weixin,
.bshare-custom .bshare-qqxiaoyou,
.bshare-custom .weixin,
.bshare-custom .qqxiaoyou{
	display: block!important;
	color: #000;
	font-size: 16px;
	background: unset!important;
	height: 36px;
	line-height: 36px;
	margin-bottom: 15px;
	transition: all .5s;
}
.bshare-custom .bshare-sinaminiblog i,
.bshare-custom .bshare-qqim i,
.bshare-custom .bshare-weixin i,
.bshare-custom .bshare-qqxiaoyou i,
.bshare-custom .weixin i,
.bshare-custom .qqxiaoyou i{
	display: inline-block;
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-right: 10px;
}
.bshare-custom .bshare-sinaminiblog i{
	background-image: url(../img/share_weibo.png);
}
.bshare-custom .bshare-qqim i{
	background-image: url(../img/share_qq.png);
}
.bshare-custom .bshare-weixin i,.bshare-custom .weixin i{
	background-image: url(../img/share_weixin.png);
}
.bshare-custom .bshare-qqxiaoyou i,.bshare-custom .qqxiaoyou i{
	background-image: url(../img/share_pengyouquan.png);
}
.bshare-custom a:hover{color: #064BC4!important;}

.hover_Tips{
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: rgba(0,0,0,.3);
	padding: 20px;
	color: #fff;
	transform: translate(-50%,-50%);
	transition: all .5s;
	z-index: -1;
	opacity: 0;
}



@media (max-width: 767px) {

    .container{
        padding: 0 10px;
    }
    /*导航*/
	.nav-bg{
		position: fixed;
	}
    .nav-bg,.nav-bg .container{
        height: 60px;
    }
    .navbar-header{
        display: block;
        height: 60px;
    }
    .navbar-brand{
        padding: 0;
        float: right;
        width: auto;
        height:auto;
    }
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
		margin-top: 10px;
		margin-right: 10px;
	}
    .navbar-brand img{
        height: 40px;
        max-width: 100%;
        max-height: 100%;
    }
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse.container > .navbar-header,
    .container-fluid > .navbar-header, .container > .navbar-collapse,
    .container-fluid > .navbar-collapse{
        margin: 0;
    }
	
    .navbar-toggle .icon-bar{
        width: 28px;
        height: 3px;
        margin: 5px 0;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #064bc4;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{
        background-color: unset;
    }
    .nav-bg .navbar-header .navbar-toggle{
        margin: 0px;
		position: absolute;
		top: 6.5px;
		left: 5px;
		border-radius: 0;
		border: 0;
    }
	.navbar-default .navbar-collapse{
		width: 100%;
	}
	.nav-bg .navbar-collapse.collapse{
		display: none!important;
	}
    /*轮播图*/
	
	.phone_navname{
		position: fixed;
		top: 60px;
		left: 0;
		background-color: #e8e8e8;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 20pt;
		color: #000;
		width: 100%;
		z-index: 1;
	}
    .banner{
        margin-top: 110px;
    }
	.carousel1{
		margin-top: 110px;
	}
    /*手机端导航*/
    .nav_click{
        display: block;
    }
	/*服务范围*/
	.service, .case, .about, .news, .cooperate{
		margin-top: 0;
	}
	.service_header, .case_header, .about_header, .news_header, .cooperate_header{
		margin-bottom: 15px;
	}
	.service_header h3, .case_header h3, .about_header h3, .news_header h3, .cooperate_header h3{
		font-size: 18px;
		line-height: 18px;
	}
	.service_header h4, .case_header h4, .about_header h4, .news_header h4, .cooperate_header h4{
		font-size: 23px;
		line-height: 23px;
		margin: 10px 0;
	}
	.service_header i, .case_header i, .about_header i, .news_header i, .cooperate_header i{
		font-size: 23px;
		height: 5px;
	}
	.service.visible-xs .swiper-slide{
		width: 65%;
	}
	.service_content a>.service_text{
		/*top: 20px;*/
		/*left: 20px;*/
	}
	.service_content a>.service_text .service_text_title_en{
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 6px;
	}
	.service_content a>.service_text .service_text_title{
		font-size: 14px;
		line-height: 14px;
		padding-bottom: 5px;
		border-bottom: 1px solid #fff;
	}
	/*案例精选*/
	.case_content a .title{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 13px;
		text-align: center;
		line-height: 13px;
		padding: 10px 0;
		background-color: rgba(6, 75, 196, .7);
		color: #fff;
	}
   .case.visible-xs .swiper-slide{
		width: 75%;
   }
   
   /*关于我们*/
   .about .about_left{
	   width: 100%;
   }
   .about .about_right{
	   width: 100%;
	   padding-left: 20px;
	   padding-right: 20px;
	   margin-top:20px;
   }
   .about .about_right .about_text{
	   line-height: 20px;
	   font-size: 12px;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
   }
   
   /*栏目导航*/
   .column{
	   margin-top: 30px;
   }
   .column img{
	   width: 100%;
	   height: 90px;
   }
   .column .column_center h4{
	   font-size: 16px;
	   margin: 0;
   }
   .column .column_center ul{
	   overflow:hidden;
	   	white-space:nowrap;
	   	text-overflow:ellipsis;
		margin-top: 12px;
   }
   .column .column_center ul li{
	   font-size: 12px;
	   padding: 0 7px;
	   line-height: 12px;
	   display: inline-block;
	   float: unset;
   }
   /*最新动态*/
   .news_content{
	   background-image: unset;
   }
   .news_content .nav-tabs{
	   position: unset;
	   padding: 0 15px;
	   font-size: 0;
   }
   .news_content .nav-tabs>li{
	   width: 33.3%;
	   display: inline-block;
	   vertical-align: top;
	   margin-bottom: 0;
   }
   .news_content .nav-tabs>li a{
	   display: inline-block;
	   font-size: 14px;
	   line-height: 14px;
	   width: 100%;
	   margin: 0;
	   color: #000;
   }
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li > a:hover,
	.nav-tabs > li.active > a:focus{
		width: 100%;
	   font-size: 14px;
	   line-height: 14px;
	   color: #fff;
   }
   .news_content{
	   padding: 0;
   }
   .news_content .tab-content{
		width: 100%;
		padding: 20px 20px 0;
		box-shadow: unset;
   }
   .news_content .news_text_content .news_text_content_top{
	   margin-bottom:12px ;
   }
   .news_content .news_text_content .news_text_content_top .news_text_content_top_left{
	   width: 100%;
   }
   .news_content .news_text_content .news_text_content_top .news_text_content_top_right{
	   width: 100%;
	   padding-left: 0;
	   padding-top: 20px;
   }
   .news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_title{
	   font-size: 17px;
	   line-height: 18px;height: 18px;
   }
   .news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_time{
	   font-size: 12px;
	   line-height: 12px;
	   margin: 12px 0;
   }
   .news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_text{
	   font-size: 12px;
	   line-height: 18px;
	   -webkit-line-clamp: 4;
	   padding-top: 12px;
	   border-top: 1px solid #ccc;
	   color: #888;
   }
   .news_content .news_text_content_bottom >a{
	   width: 100%;
	   margin-right: 0;
	   color: #474747;
	   margin-bottom: 10px;
	   padding: 10px;
   }
   .news_content .news_text_content_bottom >a .news_text_content_bottom_left{
	   width: 70%;
	   padding-right: 5%;
   }
   .news_content .news_text_content_bottom >a .news_text_content_bottom_left .news_text_content_bottom_left_title{
	   font-size: 14px;
	   line-height: 14px;
	   overflow:hidden;
	   white-space:nowrap;
	   text-overflow:ellipsis;
   }
   .news_content .news_text_content_bottom >a .news_text_content_bottom_left .news_text_content_bottom_left_text{
	   -webkit-line-clamp: 2;
   }
   .news_content .news_text_content_bottom >a .news_text_content_bottom_right{
	   width: 30%;
	   padding-left: 5%;
	   color: #000;
   }
   .news_content .news_text_content_bottom >a .news_text_content_bottom_right .news_text_content_bottom_right_month{
	   font-size: 20px;
	   margin: 5px 0 2.5px;
   }
   .news_content .news_text_content .more{
	   margin-top: 10px;
	   padding: 6px 0;
   }
	
	/*合作企业*/
	.cooperate_content{
		padding: 0 10px;
	}
	.cooperate_content a{
		width: 33.3%;
		margin-bottom: 10px;
	}
	.cooperate_content a .cooperate_content_title{
		margin-top: 10px;
		font-size: 12px;
		line-height: 12px;
		color: #888;
	}
	.cooperate_content a:nth-child(5n+1) .cooperate_content_icon{
		border-left: unset;
	}
	.cooperate_content a:nth-child(3n+1) .cooperate_content_icon{
		border-left: 1px solid #888;
	}
	
	
	/*底部*/
	.footer_bg{
		margin-top: 20px;
		padding-top: 30px;
	}
	.footer{
		padding: 0 15%;
		color: #fff;
		margin-bottom: 10px;
	}
	.footer_top_left{
		/* width: 50%; */
		margin-right: 5%;
		vertical-align: top;
		/* height: 96px; */
	}
	.footer_top_right{
		width: 40%;
		/* height: 96px; */
	}
	.footer_left_address{
		margin-top: 30px;
		margin-bottom: 12px;
	}
	.footer_left_address .footer_left_address_title1,.footer_right_left .footer_right_tel{
		font-size: 14px;
		line-height: 14px;
	}
	.footer_left_address div,.footer_right_left div{
		font-size: 12px;
		line-height: 12px;
	}
	.footer_left_address .footer_left_address_text1,.footer_right_left .tel1,.footer_right_left .qq{
		margin: 12px 0;
	}
	.footer_bottom div{
		width: auto;
		padding: 20px 15px;
		line-height: 20px;
	}
	/*案例列表*/
	.news_column{
		height: 50px;
	}
	.news_column .container >div{
		font-size: 0;
	}
	.news_column .container >div >div{
		width: 33.3%;
		margin: 0;
	}
	.news_column .container >div >div a{
		font-size: 15px;
		line-height: 15px;
		padding: 16.5px 0;
	}
	.newslist_content{
		padding: 20px 0;
	}
	.newslist_content .caselist_content_list>a{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.newslist_content .caselist_content_list>a:nth-child(3n){
		margin-right: 2%;
	}
	.newslist_content .caselist_content_list>a:nth-child(2n){
		margin-right: 0;
	}
	.caselist_content_list>a .caselist_content_bottom{
		padding-bottom: 10px;
	}
	.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_title{
		font-size: 12pt;
		line-height: 12pt;
		font-weight: 400;
		padding-left: 15px;
		padding-top: 10px;
		margin-bottom: 5px;
	}
	.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_grade{
		font-size: 10pt;
		line-height: 10pt;
		padding-left: 15px;
		margin-bottom: 7px;
	}
	.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_time{
		font-size: 10pt;
		line-height: 10pt;
		padding-left: 15px;
		margin-bottom: 6px;
	}
	.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_time div{margin-right: 5px;}
	.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_time div:first-child{margin-bottom: 5px;}
	.caselist_content_list>a .caselist_content_bottom>i{
		margin-bottom: 5px;
	}
	.caselist_content_list>a .caselist_content_bottom .caselist_content_bottom_text{
		font-size: 10pt;
		line-height: 15pt;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-line-clamp: 3;
	}
	.newslist_content .page{margin-top: 10pt;}
	
	/*案例详情*/
	.case_det_content .case_det_content_header>div{
		width: 100%;
	}
	.news_det_column{
		padding: 15px 0;
		display: none;
	}
	.news_det_column .news_det_column_left{
		vertical-align: top;
		font-size: 17pt;
		line-height: 17pt;
	}
	.news_det_column .news_det_column_left> a{
		margin: 0;
	}
	.news_det_column .news_det_column_right{
		font-size: 12pt;
		line-height: 12pt;
	}
	.case_det_content .case_det_content_header{
		padding: 0 10px;
		border-bottom: 0;
	}
	.case_det_content .case_det_content_header .case_det_content_header_title_en{
		font-size: 16pt;
		line-height: 16pt;
		margin-top: 5px;
		margin-bottom: 5pt;
		padding-bottom: 10px;
	}
	.case_det_content .case_det_content_header .case_det_content_header_title{
		font-size: 15pt;
		line-height: 15pt;
		font-weight: unset;
		margin-bottom: 20pt;
	}
	.case_det_content .case_det_content_header .case_det_content_header_time{
		font-size: 10pt;
		line-height: 10pt;
		margin-bottom: 20pt;
	}
	.case_det_content .container .case_det_content_border{
		width: 100%;
	}
	.case_det_content .container{
		margin-top: 20px;
	}
	.case_det_content .container .case_det_content_border .case_det_content_content{
		color: #000;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10pt;
	}
	.case_det_content .container .case_det_content_border .case_det_content_content .case_det_content_content_text{
		margin-bottom: 20pt;
	}
	.case_det_content .container .case_det_content_border .case_det_content_content >img{
		margin-bottom: 10pt;
	}
	.share_content.visible-xs{
		position: fixed;
		top: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		z-index: 20;
		transition: all .5s;
	}
	.share_content.visible-xs>div{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
	}
	.share_content.visible-xs>div>div{
		text-align: center;
		font-size: 16px;
		padding: 10px 0;
	}
	.share_content.visible-xs>div>.share_content_cancel{
		border-top: 1px solid #ddd;
		cursor: pointer;
	}
	.bshare-custom{
		position: unset;
		padding: 0;
	}
	.bshare-custom .bshare-sinaminiblog,
	.bshare-custom .bshare-qqim,
	.bshare-custom .bshare-weixin,
	.bshare-custom .bshare-qqxiaoyou,
	.bshare-custom .weixin,
	.bshare-custom .qqxiaoyou{
		display: inline-block!important;
		color: #000;
		font-size: 14px;
		text-align: center;
		height: auto;
		line-height: 24px;
		margin-bottom: 0;
	}
	.bshare-custom .bshare-sinaminiblog i,
	.bshare-custom .bshare-qqim i,
	.bshare-custom .bshare-weixin i,
	.bshare-custom .bshare-qqxiaoyou i,
	.bshare-custom .weixin i,
	.bshare-custom .qqxiaoyou i{
		display: block;
		margin-right: 0;
		margin: auto;
		border-radius: 50%;
	}
	.det_page a{
		display: block;
		font-size: 14px;
		line-height:24px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	.det_page .det_text_next{
		float: unset;
		margin-top: 10pt;
	}
	
	/*最新动态列表*/
	.newslist_content .newslist_content_list a{
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	.newslist_content .newslist_content_list a:last-child{
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0px;
	}
	.newslist_content a>img{width: 50%;}
	.newslist_content a .newslist_content_right{
		width: 50%;
		height: auto;
		padding: 7px 0 0 15px;
	}
	.newslist_content a .newslist_content_right .newslist_content_title{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 14px;
		line-height: 20px;
	}
	.newslist_content a .newslist_content_right .newslist_content_time{
		margin-top: 10px;
		border-bottom: 0;
	}
	.newslist_content a .newslist_content_right .newslist_content_time div{
		margin-right: 10px;
	}
	.newslist_content a .newslist_content_right .newslist_content_text{
		display: none;
	}
	
	/*最新动态*/
	.news_det_content{
		padding: 20pt 0 0;
	}
	
	.news_det_content .news_det_content_border{
		width: 100%;
	}
	.news_det_content_header{
		font-size: 14pt;
		line-height: 20pt;
		margin-bottom: 20pt;
		font-weight: normal;
	}
	.news_det_content_time{
		font-size: 10pt;
		line-height: 10pt;
		margin-bottom: 20pt;
	}
	.news_det_content_content{
		margin-bottom:20pt;
	}
	.news_det_content_content>img{
		margin-bottom: 10pt;
	}
	.news_det_content_content .news_det_content_content_text{
		font-size: 12px;
		line-height: 20px;
	}
	
	
}

@media (min-width: 768px) {
    /*导航*/
    .navbar-brand img{
        height: 63px;
    }
	.nav-bg .nav li a{
		margin: 0 6px;
	}
	
	/*服务范围*/
	.service, .case, .about, .news, .cooperate{
		margin-top: 30px;
	}
	.service_header, .case_header, .about_header, .news_header, .cooperate_header{
		margin-bottom: 30px;
	}
	.service_content .service_content_left{
		width: 321px;
	}
	.service_content .service_content_right{
		width: 429px;
	}
	.service_content .service_content_right .service_right_top >a{
		width: 214.5px;
	}
	.service_content .service_content_right .service_right_bottom >a{
		width: 429px;
	}
	
	/*案例精选*/
	.case_content .case_content_top .case_content_top_left{
		width: 433.5px;
	}
	.case_content .case_content_top .case_content_top_right{
		width: 316.5px;
	}
	.case_content .case_content_bottom .case_bottom_left .case_bottom_left_top,
	.case_content .case_content_bottom .case_bottom_left .case_bottom_left_bottom{
		width: 289.5px;
		display: block;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_right_top_top,
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_right_top_bottom{
		width: 289.2px;
		display: block;
	}
	/* .case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_left_top{
		width: 570px;
	} */
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right .case_bottom_right_top_right_top,
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right .case_bottom_right_top_right_top_bottom{
		width: 171.3px;
		display: block;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_bottom{
		width: 460.5px;
		height: 133.9px;
		display: block;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_bottom>a{
		height: 100%;
	}
	/*关于我们*/
	.about .about_right{
		margin-top: 10px;
		padding-left: 50px;
	}
	.about .about_right .about_text{
		-webkit-line-clamp: 3;
	}
	/*栏目*/
	.column .column_left{width: 105px;}
	.column .column_center h4{font-size: 28px;}
	.column .column_center ul{margin-top: 16px;}
	.column .column_center ul li{font-size: 16px;line-height:16px;}
	
	/*公司动态*/
	.news_content .nav-tabs{right: 650px;}
	.news_content .tab-content{
		width: 650px;
		padding: 30px 50px 20px 30px;
	}
	.news_content .news_text_content .news_text_content_top{
		margin-bottom: 40px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_left{
		width: 190px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_right{
		width: 380px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_time{
		margin: 12px 0 15px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_text{
		-webkit-line-clamp: 4;
	}
	.news_content .news_text_content_bottom >a .news_text_content_bottom_left{width: 70%;}
	.news_content .news_text_content_bottom >a .news_text_content_bottom_right{width: 30%;}
	
	/*底部*/
	.footer_left, .footer_right{
		width: 100%;
	}
	.footer_bottom div{width: 55%;}
	/*案例详情页*/
	.case_det_content .case_det_content_header>div{
		width: 750px;
	}
	.case_det_content .container .case_det_content_border{
		width: 630px;
	}
	.det_page a{display: block;}
	.det_page .det_text_next{float: unset;}
	
	/*新闻列表*/
	.newslist_content a .newslist_content_right .newslist_content_text{
		-webkit-line-clamp: 2;
	}
	/*新闻详情页1*/
	.news_det_content .news_det_content_border{width: 630px;}
	
}


@media (min-width: 992px) {
    /*导航*/
    .navbar-brand img{
        height: 63px;
    }
	.nav-bg .nav li a{
		margin: 0 15px;
	}
	/*服务范围*/
	.service, .case, .about, .news, .cooperate{
		margin-top: 40px;
	}
	.service_header, .case_header, .about_header, .news_header, .cooperate_header{
		margin-bottom: 40px;
	}
	.service_content .service_content_left{
		width: 416.16px;
	}
	.service_content .service_content_right{
		width: 553.84px;
	}
	.service_content .service_content_right .service_right_top >a{
		width: 276.92px;
	}
	.service_content .service_content_right .service_right_bottom >a{
		width: 554.84px;
	}
	/*案例精选*/
	.case_content .case_content_top .case_content_top_left{
		width: 561px;
	}
	.case_content .case_content_top .case_content_top_right{
		width: 409px;
	}
	.case_content .case_content_bottom .case_bottom_left .case_bottom_left_top,
	.case_content .case_content_bottom .case_bottom_left .case_bottom_left_bottom{
		width: 374.5px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_right_top_top,
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_right_top_bottom{
		width: 373.85px;
	}
	/* .case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_left_top{
		width: 570px;
	} */
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right .case_bottom_right_top_right_top,
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right .case_bottom_right_top_right_top_bottom{
		width: 221.65px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_bottom{
		width: 595.5px;
		height: auto;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_bottom>a{
		height: auto;
	}
	/*关于我们*/
	.about .about_right{
		margin-top: 15px;
		padding-left: 60px;
	}
	.about .about_right .about_text{
		-webkit-line-clamp: 4;
	}
	/*栏目*/
	.column .column_left{width: 160px;}
	.column .column_center h4{font-size: 32px;}
	.column .column_center ul{margin-top: 20px;}
	.column .column_center ul li{font-size: 20px;line-height: 20px;}
	
	/*公司动态*/
	.news_content .nav-tabs{right: 870px;}
	.news_content .tab-content{
		width: 870px;
		padding: 40px 100px 30px 40px;
	}
	.news_content .news_text_content .news_text_content_top{
		margin-bottom: 50px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_left{
		width: 240px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_right{
		width: 465px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_time{
		margin: 12px 0 20px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_text{
		-webkit-line-clamp: 5;
	}
	.news_content .news_text_content_bottom >a .news_text_content_bottom_left{width: 78%;}
	.news_content .news_text_content_bottom >a .news_text_content_bottom_right{width: 22%;}
	
	/*底部*/
	.footer_left, .footer_right{
		width: 50%;
	}
	.footer_bottom div{width: 45%;}
	
	/*案例详情页*/
	.case_det_content .case_det_content_header>div{
		width: 970px;
	}
	.case_det_content .container .case_det_content_border{
		width: 850px;
	}
	.det_page a{display: inline-block;}
	.det_page .det_text_next{float: right;}
	
	/*新闻列表*/
	.newslist_content a .newslist_content_right .newslist_content_text{
		-webkit-line-clamp: 4;
	}
	
	/*新闻详情页1*/
	.news_det_content .news_det_content_border{width: 850px;}
	
}


@media (min-width: 1200px) {
	.container{
		width: 1200px;
	}
    .nav-bg .nav li a{
    	margin: 0 20px;
    }
	/*服务范围*/
	.service, .case, .about, .news, .cooperate{
		margin-top: 50px;
	}
	.service_header, .case_header, .about_header, .news_header, .cooperate_header{
		margin-bottom: 50px;
	}
	.service_content .service_content_left{
		width: 514px;
	}
	.service_content .service_content_right{
		width: 686px;
	}
	.service_content .service_content_right .service_right_top >a{
		width: 343px;
	}
	.service_content .service_content_right .service_right_bottom >a{
		width: 686px;
	}
	/*案例精选*/
	.case_content .case_content_top .case_content_top_left{
		width: 694px;
	}
	.case_content .case_content_top .case_content_top_right{
		width: 505.4px;
	}
	.case_content .case_content_bottom .case_bottom_left .case_bottom_left_top,
	.case_content .case_content_bottom .case_bottom_left .case_bottom_left_bottom{
		width: 462.4px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_right_top_top,
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_right_top_bottom{
		width: 462.5px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_left_top{
		width: 570px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right .case_bottom_right_top_right_top,
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right .case_bottom_right_top_right_top_bottom{
		width: 274.1px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_bottom{
		width: 735.8px;
	}
	/*关于我们*/
	.about .about_right{
		margin-top: 20px;
		padding-left: 70px;
	}
	.about .about_right .about_text{
		-webkit-line-clamp: 5;
	}
	/*栏目*/
	.column .column_left{width: auto;}
	.column .column_center h4{font-size: 42px;}
	.column .column_center ul{margin-top: 24px;}
	.column .column_center ul li{font-size: 28px;line-height: 28px;}
	
	/*公司动态*/
	.news_content .nav-tabs{right: 1100px;}
	.news_content .tab-content{
		width: 1100px;
		padding: 40px 225px 30px 40px;
	}
	.news_content .news_text_content .news_text_content_top{
		margin-bottom: 60px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_left{
		width: 300px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_right{
		width: 535px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_time{
		margin: 12px 0 45px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_right .news_text_top_text{
		-webkit-line-clamp: 7;
	}
	.news_content .news_text_content_bottom >a .news_text_content_bottom_left{width: 82%;}
	.news_content .news_text_content_bottom >a .news_text_content_bottom_right{width: 18%;}
	
	/*底部*/
	.footer_bottom div{width: 40%;}
	
	/*案例详情页*/
	.case_det_content .case_det_content_header>div{
		width: 1200px;
	}
	.case_det_content .container .case_det_content_border{
		width: 1000px;
	}
	
	/*新闻列表*/
	.newslist_content a .newslist_content_right .newslist_content_text{
		-webkit-line-clamp: 6;
	}
	
	/*新闻详情页1*/
	.news_det_content .news_det_content_border{width: 1080px;}
	
	
}
@media (min-width: 1400px) {
	.container{
		width: 1400px;
	}
	
	/*服务范围*/
    .service_content .service_content_left{
		width: 600px;
	}
	.service_content .service_content_right{
		width: 800px;
	}
	.service_content .service_content_right .service_right_top >a{
		width: 400px;
	}
	.service_content .service_content_right .service_right_bottom >a{
		width: 800px;
	}
	
	/*案例精选*/
	.case_content .case_content_top .case_content_top_left{
		width: 810px;
	}
	.case_content .case_content_top .case_content_top_right{
		width: 590px;
	}
	.case_content .case_content_bottom .case_bottom_left .case_bottom_left_top,
	.case_content .case_content_bottom .case_bottom_left .case_bottom_left_bottom,
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_right_top_top,
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_right_top_bottom{
		width: 540px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_left .case_bottom_left_top{
		width: 570px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right .case_bottom_right_top_right_top,
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_top .case_bottom_right_top_right .case_bottom_right_top_right_top_bottom{
		width: 320px;
	}
	.case_content .case_content_bottom .case_bottom_right .case_bottom_right_bottom{
		width: 860px;
	}
	
	
	/*公司动态*/
	.news_content .nav-tabs{right: 1300px;}
	.news_content .tab-content{
		width: 1300px;
		padding: 40px 225px 30px 40px;
	}
	.news_content .news_text_content .news_text_content_top{
		margin-bottom: 70px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_left{
		width: 300px;
	}
	.news_content .news_text_content .news_text_content_top .news_text_content_top_right{
		width: 730px;
	}
	
	/*底部*/
	.footer_bottom div{width: 30%;}
	
	
	/*案例详情页*/
	.case_det_content .case_det_content_header>div{
		width: 1400px;
	}
	.case_det_content .container .case_det_content_border{
		width: 1200px;
	}
	
	/*新闻列表*/
	.newslist_content a .newslist_content_right .newslist_content_text{
		-webkit-line-clamp: 8;
	}
	
	/*新闻详情页1*/
	.news_det_content .news_det_content_border{width: 1200px;}
	
	
}


@media(max-width:992px){
	.service_content a>.service_text .service_text_title_en{margin-top:20px;padding-left:20px;}
	.service_content a>.service_text .service_text_title{margin-left:20px;}
}





.about,.service,.case,.cooperate,.news{padding-top:90px;}
@media(max-width:768px){
	.about,.service,.case,.cooperate,.news{padding-top:60px;}

}















