

/*首页样式开始*/
#index_swiper .swiper-button-next{
	background-image: url(../img/index_next.png) !important;
}
#index_swiper .swiper-button-prev{
	background-image: url(../img/index_prev.png) !important;
}
#index_swiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #CCCCCC;
}
#index_swiper .swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	background: #fff;
}
.index_title{
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.index_title h3{
  	font-weight: 700;
}
.index_title p{
	color: #5394ba;
}
.index .row1{
	overflow: hidden;
	width: 90%;
	margin:70px auto;
}
.index .row1 .row1_left{
	width: 49%;
	float: left;
}
.index .row1 .row1_left img{
	max-width: 100%;
}
.index .row1 .row1_right{
	width: 49%;
	float: right;
}
.index .row1 .row1_right .row1_title{
	text-align: right;
	margin-bottom: 20px;
}
.index .row1 .row1_right .row1_title h3{
	color: #e6e8ee;
		font-size: 56px;
}
.index .row1 .row1_right .row1_title p{
	font-size: 48px;
}
.index .row1 .row1_right .row1_title span{
    color: #2677d5;
    width: 50px;
    height: 2px;
    background: #2677d5;
    display: -webkit-inline-box;
    display: inline-block;
}
.index .row1 .row1_center{
	height: 95px;
}
.index .row1 .row1_center p{
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.index .row1 .row1_bottom{
	float: right;
}
.index .row1 .row1_bottom li{
	width: 65px;
	float: left;
	margin-left: 20px;
}
.index .row1 .row1_bottom li span{
	display: block;
	width: 65px;
	height: 65px;
	margin-bottom: 10px;
}
.index .row1 .row1_bottom li .span_1{
	background: url(../img/index_row1_ico1.png)no-repeat;
	background-size: 100%;
}
.index .row1 .row1_bottom li:hover .span_1{
	background: url(../img/index_row1_ico1h.png)no-repeat;
	background-size: 100%;
}
.index .row1 .row1_bottom li .span_2{
	background: url(../img/index_row1_ico2.png)no-repeat;
	background-size: 100%;
}
.index .row1 .row1_bottom li:hover .span_2{
	background: url(../img/index_row1_ico2h.png)no-repeat;
	background-size: 100%;
}
.index .row1 .row1_bottom li .span_3{
	background: url(../img/index_row1_ico3.png)no-repeat;
	background-size: 100%;
}
.index .row1 .row1_bottom li:hover .span_3{
	background: url(../img/index_row1_ico3h.png)no-repeat;
	background-size: 100%;
}
.index .row1 .row1_bottom li .span_4{
	background: url(../img/index_row1_ico4.png)no-repeat;
	background-size: 100%;
}
.index .row1 .row1_bottom li:hover .span_4{
	background: url(../img/index_row1_ico4h.png)no-repeat;
	background-size: 100%;
}
.index .row1 .row1_bottom li .span_5{
	background: url(../img/index_row1_ico5.png)no-repeat;
	background-size: 100%;
}
.index .row1 .row1_bottom li:hover .span_5{
	background: url(../img/index_row1_ico5h.png)no-repeat;
	background-size: 100%;
}
.index .row1 .row1_bottom li p{
	text-align: center;
}
.index .row1 .row1_bottom li:hover p{
	color: #0195dc;
}
.index .row2{
	width: 85%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 40px;
}
.index .row2 ul li{
	width: 24.25%;
	float: left;
	margin-right: 1%;
}
.index .row2 ul li:nth-child(4){
	margin-right: 0;
}
.index .row2 ul li a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.index .row2 ul li a .list_img{
	max-width: 100%;
}
.index .row2 ul li a .row2_text{
	position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    padding: 20px;
    left: 0;
    color: #fff;
}
.index .row2 ul li a .row2_text:hover{
	background: rgba(0,0,0, 0.4);
}
.index .row2 .row2_text_con{
	position: absolute;
	bottom: 20px;
}
.index .row2 ul li a h4{
    margin: 10px 0;
}
.index .row3 {
	width: 95%;
	margin: auto;
	margin-bottom: 50px;
}
.index .row3 .row3_con{
	overflow: hidden;
	background: url(../img/index_row3_bg.jpg)no-repeat 0 50%;
	background-size: 100%;
}
.index .row3 ul{
	overflow: hidden;
	padding: 0 50px;
}
.index .row3 ul li{
	width: 16.666%;
    margin: 5px 0;
    padding: 15px 0;
	float: left;
	text-align: center;
}
.index .row3 ul li:hover{
	box-shadow: darkgrey 0px 0px 5px 1px;
}
.index .row3 ul li a{
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index .row3 ul li a .row3_img img{
	width: 50px;
}
.index .row3 ul li a .display_col p{
    margin-bottom: 5px;
}
.index .row3 ul li a .display_col span{
	color: #979797;
	display: none;
}
.index .row3 ul li:hover a .display_col span{
    display: initial;
	display: -webkit-inline-box;
}

.index .row4 {
    height: 530px;
    width: 100%;
    background: url(../img/index_row4_bg.png)no-repeat;
    background-size: 100% 530px;
}
.index .row4 .row4_title{
    margin-bottom: 20px;
		padding: 40px 6%;
}
.index .row4 .row4_title h3{
	color: #e6e8ee;
	font-size: 46px;
}
.index .row4 .row4_title p{
	font-size: 34px;
}
.index .row4 .row4_title span{
    color: #2677d5;
    width: 50px;
    height: 2px;
    background: #2677d5;
    display: -webkit-inline-box;
    display: inline-block;
}
.index .row4 .swiper-slide{
	background: transparent;
	min-height: 200px;
	text-align: left;
	display: block;
}
.index .row4 .swiper-button-next{
	background-image: url(../img/index_row4_next.png) !important;
	background-size: 100%;
	position: absolute;
	right: -40px;
}
.index .row4 .swiper-button-prev{
	background-image: url(../img/index_row4_prev.png) !important;
	background-size: 100%;
	position: absolute;
	left: -40px;
}
.index .row4 .swiper-button-next:hover{
	background-image: url(../img/index_row4_next2.png) !important;
	background-size: 100%;
}
.index .row4 .swiper-button-prev:hover{
	background-image: url(../img/index_row4_prev2.png) !important;
	background-size: 100%;
}
/*.index .row4 .swiper-slide .border{
	border-right: 1px solid #ccc;
    padding-right: 45px;
}*/
.index .row4 .row4_list .tit{
	margin-bottom: 20px;
}
.index .row4 .row4_list .tit h3{
	color: #4b4b4b;
	font-size: 24px;
}
.index .row4 .row4_list .tit p{
	color: #afafaf;
}
.index .row4 .row4_list .conert {
	margin-bottom:20px;
}
.index .row4 .row4_list .conert p{
	color: #8d8d8d;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.index .row4 .row4_list .but_ico{
    width: 140px;
    height: 35px;
    border: 1px solid #ccc;
    line-height: 32px;
    text-align: center;
}
.index .row4 .row4_list .but_ico span{
	width: 24px;
	height: 33px;
	display: block;
	background: url(../img/index_row3_bottico.jpg)no-repeat center;
	background-size: 100%;
	margin: auto;
}
.index .row4 .row4_list .but_ico:hover span{
	width: 24px;
	height: 33px;
	display: block;
	background: url(../img/index_row2_ico.png)no-repeat center;
	background-size: 100%;
	margin: auto;
}
.index .row4 .row4_list .but_ico:hover{
    background: #2677d5;
}
.index .row5{
	padding: 50px 0;
}
.index .row5 .swiper-wrapper{
	align-items: center;
}
.index .row5 .swiper-button-next{
	background-image: url(../img/you.png) !important;
	background-size: 50%;
  	position: absolute;
	right: -40px;
  	
}
.index .row5 .swiper-button-prev{
	background-image: url(../img/zuo.png) !important;
	background-size: 50%;
  	position: absolute;
	left: -40px;
  	
}
.index .row6{
	overflow: hidden;
}
.row6_title_con{
	overflow: hidden;
	margin-bottom: 20px;
}
.index .row6 .row6_title_left{
	float: left;
}
.index .row6 .row6_title_left p{
	color: #376a87;
}
.index .row6 .row6_title_right{
	float: right;
}
.index .row6 .row6_title_right p{
	float: left;
    margin-right: 5px;
		color: #ccc;
}
.index .row6 .row6_title_right img{
	width: 15px;
	height: 15px;
	margin-top: 2px;
	float: right;
}
.index .row6 .row6_con {
	overflow: hidden;
	margin-bottom: 50px;
}
.index .row6 .row6_con .row6_con_left{
	width: 48%;
	float: left;
}
.index .row6 .row6_con .row6_con_left img{
	width: 100%;
	margin-bottom: 30px;
}
.index .row6 .row6_con .row6_con_left h4{
    margin-bottom: 10px;
    font-size: 20px;
}
.index .row6 .row6_con .row6_con_left p{
	color: #bfbfbf;
}
.index .row6 .row6_con .row6_con_rigth{
	width: 48%;
	float: right;
}
.index .row6 .row6_con .row6_con_rigth li{
	padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b6b6b6;
}
.index .row6 .row6_con .row6_con_rigth li .list{
	margin-bottom: 20px;
}
.index .row6 .row6_con .row6_con_rigth li span{
	margin-right: 10px;
	font-size: 18px;
}
.index .row6 .row6_con .row6_con_rigth li .tit{
	margin-left: 10px;
}
.index .row6 .row6_con .row6_con_rigth li:hover .tit a{
	color: #2677d5;
}
.index .row6 .row6_con .row6_con_rigth li a p{
	color: #b6b6b6;
}
/*首页样式结束*/


/*精英团队开始*/
.team .team_row1{
	overflow: hidden;
}
.team .team_row1 .swiper-slide{
	text-align:left;
	margin-bottom: 50px;
}
.team .team_row1 .swiper-slide .list_2{
	width: 48%;
	height: 400px;
	float: left;
	margin-right: 2%;
}
.team .team_row1 .swiper-slide .list_2:nth-child(2){
	margin-right: 0%;
}
.team .team_row1 .swiper-slide .slide_one .left_img{
	width: 50%;
	float: left;
}
.team .team_row1 .swiper-slide .slide_one .left_img img{
	max-width: 100%;
	height: 400px;
}
.team .team_row1 .swiper-slide .slide_one .right_text{
	width: 50%;
	height: 400px;
	padding: 20px;
	float: left;
	transition: all 1s;
  	position: relative;
}
.team .team_row1 .swiper-slide .slide_one .right_text .absolute{
  	height: 40px;
    width: 100px;
	position:absolute; 
    right: 0;
    bottom: 0; 
    font-size: 14px;
    color: white;
    padding: 10px 20px; 
    background: #2677d5;  
}
.team .team_row1 .right_text h3{
	color: #000000;
	margin-bottom: 5px;
}
.team .team_row1 .right_text h4{
	color: #999;
	font-size: 14px;
}
.team .team_row1 .right_text span{
    width: 30px;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 10px;
}
.team .team_row1 .right_text .p_con{
	margin-top: 20px;
}
.team .team_row1 .right_text p{
	font-size: 15px;
		margin-bottom: 12px;
		color: #999;
}
.team .team_row1 .swiper-slide .list_2:hover .right_text{
	background: #2677d5;
	transition: all 1s;
}
.team .team_row1 .swiper-slide .list_2:hover h3,
.team .team_row1 .swiper-slide .list_2:hover h4,
.team .team_row1 .swiper-slide .list_2:hover p{
	color: #fff !important;
}
.team .slide_two{
	width: 100%;
	overflow: hidden;
}
.team .slide_two li{
	width: 48%;
	height: 200px;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 30px;
	border:1px solid #ddd;
	float: left;
    display: flex;
	flex-direction: row;
	align-items: center;
	transition: all 1s;
}
.team .slide_two li:nth-child(2n){
	margin-right: 0;
}
.team .slide_two li:hover{
	background: #2677d5;
	transition: all 1s;
}
.team .slide_two li:hover a,
.team .slide_two li:hover small{
	color: #fff;
}
.team .slide_two li:hover p{
	color: #c5dfff;
}
.team .slide_two li a{
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.team .slide_two img{
	width: 110px;
	height: 110px;
	border-radius: 100%;
	float: left;
}
.slide_two .text_con{
	float: left;
	margin-left: 20px;
}
.team .slide_two .text_con h1 span{
	margin-right: 7px;
	font-size: 26px;
}
.text_con_more_position{
  	height: 40px;
    width: 100px;
    font-size: 14px;
    color: white;
    padding: 10px 20px;
    background: #2677d5;
    float: right;
}
.team .slide_two .text_con small{
	font-size: 16px;
}
.team .slide_two .text_con p{
	font-size: 14px;
	color: #999;
  	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.team .team_row2{
	overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}
.team .team_row2 .row2_title{
	float: left;
	width: 11%;
	text-align: center;
}
.team .team_row2 .row2_title_r{
	float: left;
	width: 89%;
	padding-left: 20px;
	border-left: 3px solid #2677d5;
	overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.team_row3{
	overflow: hidden;
	margin-bottom: 50px;
}
.team_row3 ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.team_row3 ul li:nth-child(3){
	margin-right: 0;
}
.team_row3 ul li a img{
	max-width: 100%;
}
.team_details .return{
	margin: 50px 0;
	text-align: right;
}
.team_details .return a{
	color: #2677d5;
}
.team_details .team_left_con {
	margin-bottom:40px;
}
.team_details .team_details_left {
	width: 40%;
	float: left;
}
.team_details .team_details_left img{
	width: 100%;
}
.team_details .team_details_right{
	width: 60%;
	float: right;
    padding: 100px 0 0 20px;
}
.team_details .team_details_right .right_con{
	margin-bottom: 50px;

}
.team_details .team_details_right .titt{
	margin-bottom: 20px;
}
.team_details .team_details_right .titt h2{
	margin-bottom: 5px;
}
.team_details .team_details_right h3{
	color: #626262;
	font-size: 14px;
	margin-bottom: 20px;
}
.team_details .team_details_right p{
	color: #626262;
}
/*精英团队结束*/


/*资质荣誉开始*/
.honor .honor_con{
	/*overflow: hidden;*/
}
.honor .honor_con .row1 ul{
 /*overflow: hidden;*/
}
.honor .honor_con .row1 ul li{
	width: 31.333%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	cursor: pointer;
}
.honor .honor_con .row1 ul li:nth-child(3n){
	margin-right: 0;
}
.honor .honor_con .row1 ul li img{
	max-width: 100%;
}
.honor .honor_con .row1 ul li p{
	text-align: center;
    margin-top: 10px;
}
/*资质荣誉结束*/


/*经营战略开始*/
.strategy_con p img{
	max-width:100% !important;
  	height:auto !important;
}
/*经营战略结束*/


/* 货通服务 */
.trade_cont{
  	min-height:235px;
	padding: 28px;
	margin-bottom: 35px;
	border: 1px solid #ccc;
}
.trade_cont:hover{
	box-shadow:#2677d5 0px 0px 7px 1px;
}
.trade_cont .title{
	color: #2677d5;
	font-size: 18px;
	margin-bottom: 25px;
}
.trade_cont .cont{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.trade_cont .trade_button .more{
	color: white;
	padding: 10px 20px;
	background: #2677d5;
	float:right;
	margin-right: 30px;
} 
.trade_cont .trade_button .more a{
	color: white;
}
.trade_bottom_img{
	overflow: hidden;
	margin-bottom: 30px;
}
.trade_bottom_img img{
	max-width: 100%;
}

.trade_button {
    position: absolute;
  	bottom: 17%;
    right: 2%;
}

/* 货通服务 */


/* 物流配送服务 */
/*.logistics_cont{
	margin: 2px;
	background: white;
	padding: 28px;
	margin-bottom: 35px;
	border: 1px solid #ccc;
}
.logistics_cont:hover{
	box-shadow:#2677d5 0px 0px 7px 1px;
}
.logistics_cont .title{
	color: #2677d5;
	font-size: 18px;
	margin-bottom: 25px;
}
.logistics_cont .cont{
	margin-top: 10px;
	margin-bottom: 25px;
	height: 63px;
}
.logistics_cont .logistics_button .more{
	color: white;
	padding: 10px 20px;
	background: #2677d5;
	float:right;
	margin-right: 30px;
} 
.logistics_bottom_img{
	overflow: hidden;
	margin-bottom: 30px;
}
.logistics_bottom_img img{
	max-width: 100%;
}*/
/* 物流配送服务 */

/* 解决方案 */
.programme_cont{
	padding: 28px;
	margin-bottom: 35px;
	border: 1px solid #ccc;
}
.programme_cont:hover{
	box-shadow:#2677d5 0px 0px 7px 1px;
}
.programme_cont .title{
	color: #2677d5;
	font-size: 18px;
	margin-bottom: 25px;
}
.programme_cont .cont{
	margin-top: 10px;
	margin-bottom: 25px;
	height: 45px;
}
.programme_cont .programme_button .more{
	color: white;
	padding: 10px 20px;
	background: #2677d5;
	float:right;
	margin-right: 30px;
} 
/* 解决方案 */


/* 专案优势 */

.case_cont .title{
	color: #2677d5;
	font-size: 18px;
	margin-bottom: 10px;
}

.case_cont .cont{
	padding-top: 15px;
	margin-bottom: 20px;
  	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.case_cont .more{
	color: #2677d5;
}
/* 专案优势 */

/* 电商专案 */
.businesscase{
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CFCFCF;
	
}

.businesscase .back{
	color: #2677d5;
	font-size: 16px;
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;
}

/* 电商专案 */

.layout_con .list{
	margin-bottom: 20px;
}
.layout_con img{
	width: 100%;
}
.layout_con h4{
	padding: 10px 10px;
}
.layout_con p{
	color: #a1a1a1;
  	padding:0 10px;
}
.layout_con .list a {
    overflow: hidden;
    float: left;
}
.layout_con  .list:hover a,.layout_con  .list:hover a p{
  background: #2676d5;
  color:#fff;
}

/* 主要客户 */
.customers_con{
	margin-bottom: 40px;
}
/* 主要客户 */

/* 案列分析 */
.analysis_cont{
	margin: 2px;
	background: white;
	padding: 28px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.analysis_cont:hover{
	box-shadow:#2677d5 0px 0px 7px 1px;
}
.analysis_cont .title{
	color: #2677d5;
	font-size: 18px;
	margin-bottom: 25px;
}
.analysis_cont .cont{
	margin-top: 10px;
	margin-bottom: 25px;
	height: 45px;
}
/* 案列分析 */

/* 团队风采 */
.team_demeanor_cont{
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding: 30px;
	position: relative;
}

.team_demeanor_img{
	width:100%;
	height:250px;
	margin-bottom:20px;
}
.team_demeanor_con{
  	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 2px solid #ccc;
}
.team_demeanor_cont:hover .team_demeanor_con{
	padding-bottom: 15px;
	border-bottom: 2px solid #2677d5;
}
.team_demeanor_con .year{
	font-size:24px;
}
.team_demeanor_con .day{
	color:#C1CDCD;
}
.team_demeanor_con .title{
  	height: 34px;
	font-size:22px;
	margin-bottom:10px;
  	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.team_demeanor_con:hover .title,
.team_demeanor_con:hover .year{
	color: #2677d5;
}
.team_demeanor_con .description{
	color:#C1CDCD;
}
/* 团队风采 */

/* 新闻动态 */
.news_item{
	min-height: 95px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}
.news_item .cont .title{
	padding-top: 10px;
	font-size: 18px;
}
.news_item .cont .description{
	padding-top: 10px;
	color: #ccc;
}
.news_item .month .day{
	line-height: 65px;
	font-size: 25px;
	color: #ccc;
	border-left: 1px solid #ccc;
	margin-top: 20px;
}
.news_select{
	text-align: right;
	margin-bottom: 25px;
}
/* 新闻动态 */


/* 新闻详情 */
.newsdetailas{
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CFCFCF;
}
.newsdetailas .back{
	color: #2677d5;
	font-size: 16px;
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;
}
.newsdetailas_cont .title{
	font-size: 18px;
	margin-bottom: 10px;
}
.newsdetailas_cont .date{
	color: #ccc;
}

.news_more_more,
.news_cont_more_more{
	height: 40px;
    width: 100px;
    font-size: 14px;
    color: white;
    padding: 10px 20px;
    background: #2677d5;
    float: right;
}

/* 新闻详情 */

/* 招贤纳士 */
.recruit{
	margin-top: 20px;
}

.recruit_cont{
	margin: 2px;
	background: white;
	padding: 28px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.recruit_cont:hover{
	box-shadow:darkgray  0px 0px 7px 1px;
}
.recruit_cont .title{
	color: #2677d5;
	font-size: 18px;
	margin-bottom: 25px;
}
.recruit_cont .cont{
	margin-top: 10px;
	margin-bottom: 25px;
	height: 45px;
}
.recruit_cont_p{
	padding: 5px;
}
/* 招贤纳士 */

/* 招贤纳士 详情 */
.recruit_detail{
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CFCFCF;
}

.recruit_detail .back{
	color: #2677d5;
	font-size: 16px;
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;
}

.recruit_detail_cont{
	margin-bottom: 20px;
}

.recruit_detail_title{
	margin-bottom:20px;
	font-size: 18px;
	font-weight: bold;
  	padding: 0 20px;
}

.recruit_detail_img{
	width:20px;
	height:20px
}

.recruit_detail_font {
	line-height: 30px;
}
/* 招贤纳士 详情 */


/* 联系我们 */
.contact{
	margin-top: 30px;
}

.contact_area{
	margin-bottom: 20px;
}

.contact_bottom{
	margin-bottom: 30px;
}
/* 联系我们 */


/* 在线留言 */
.message{
	margin-top: 30px;
}

.message_item{
	margin-bottom: 20px;
}

.message_name{
	line-height: 35px;
}

.message_input{
	background: #F0F0F0;
	border: none;
	width: 80%;
	height: 35px;
}

.message_select{
	margin-top: 7px;
}

.message_font{
	color: #ccc;
}

.message_text{
	width: 80%;
	min-height: 200px;
	background: #F0F0F0;
	border: none;
}

.message_botton{
	width: 54%;
}

.message_submit{
	color: white;
	padding: 10px 20px;
	background: #2677d5;
}
/* 在线留言 */


.team_img{
	display:none;
}

ol ul li{
	list-style:inherit;
}
 ul li{
	list-style:inherit;
}

.list-paddingleft-2 {
    margin-left: 80px;
}

.row5_mobile{
 	display: none; 
}

/*手机端首页轮播*/
#index_swiper2 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #CCCCCC;
}
#index_swiper2 .swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	background: #fff;
}





/*
	手机端样式
*/
@media (max-width: 768px) {
	/*首页*/
	.index .row1 {
	    overflow: hidden;
	    width: 90%;
	    margin: 20px auto;
	}
	.index .row1 .row1_left {
	    width: 100%;
	    float: left;
      	margin-bottom: 10px;
	}
	.index .row1 .row1_left .row1_title {
	    text-align: right;
	    margin: 20px 0;
	}
  	.index .row1 .row1_left .row1_title h3 {
	    color: #e6e8ee;
	    font-size: 24px;
	}
	.index .row1 .row1_left .row1_title p {
	    font-size: 22px;
	}
  	.index .row1 .row1_left .row1_title span {
        color: #2677d5;
        width: 50px;
        height: 2px;
        background: #2677d5;
        display: -webkit-inline-box;
        display: inline-block;
    }
  	.index .row1 .row1_right {
	    width: 100%;
	    float: right;
	}
	.index .row1 .row1_center {
		height: auto;
	    overflow: hidden;
	    margin-bottom: 10px;
	}
	.index .row1 .row1_bottom {
	    float: none;
	    width: 100%;
	    overflow: hidden;
	}
	.index .row1 .row1_bottom ul{
		width: 100%;
		overflow: hidden;
	}
	.index .row1 .row1_bottom li a{
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.index .row1 .row1_bottom li {
	    width: 20%;
	    height: auto;
	    float: left;
	     margin-left: 0px;
	}
	.index .row1 .row1_bottom li span {
	    display: block;
	    width: 50px;
	    height: 50px;
	    margin-bottom: 10px;

	}
	.index .row2 {
	    width: 90%;
	    overflow: hidden;
	    margin: auto;
	    margin-bottom: 30px;
	}
	.index_title {
	    overflow: hidden;
	    margin-bottom: 10px;
	    text-align: center;
	}
	.index_title h3 {
	    font-size: 22px;
	}
	.index .row2 ul li a .row2_text {
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    bottom: 0;
	    padding: 0px;
	    left: 0;
	    color: #fff;
	}
	.index .row2 .row2_text_con {
	    position: absolute;
	    bottom: 10px;
	    left: 5px;
	    right: 5px;
	    top: 10px;
	    padding-top: 20px;
	}
	.index .row2 .row2_text_con p{
		font-size: 12px;
	}
	.index .row2 .row2_text_con h4{
	    margin: 10px 0;
	    font-size: 12px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
	}
	.index .row2 .row2_text_con img{
		width: 20px;
	}
	.index .row3 {
	    width: 97%;
	    margin: auto;
	    margin-bottom: 15px;
	}
	.index .row3 ul {
	    overflow: hidden;
	    padding: 0;
	}
	.index .row3 ul li a {
	    height: 115px;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}
	.index .row3 ul li a .display_col p {
	    margin-bottom: 5px;
	    font-size: 12px;
	}
	.index .row3 ul li a .display_col img{
		width: 15px;
	}
    .index .row4 .swiper-button-next{
      background-image: url(../img/index_row4_next.png) !important;
      background-size: 100%;
      position: absolute;
      right: 0px;
  	}
  	.index .row4 .swiper-button-prev{
      background-image: url(../img/index_row4_prev.png) !important;
      background-size: 100%;
      position: absolute;
      left: 0px;
  	}
	.index .row4 {
      height: auto;
      width: 100%;
      background: url(../img/index_row4_bg.png);
      background-size: 100%;
  	}
    .index .row4 .row4_title {
        margin-bottom: 20px;
        padding: 10px 6%;
    }
  	.index .row4 .row4_list {
        margin-bottom: 45px;
    }
  	.index .row4 .row4_list .tit {
        margin-bottom: 11px;
    }
      .index .row4 .row4_list .tit h3 {
        color: #4b4b4b;
        font-size: 18px;
    }
    .index .row4 .row4_title h3 {
        color: #e6e8ee;
        font-size: 30px;
    }
    .index .row4 .row4_title p {
        font-size: 20px;
    }
  	.index .row4 .row4_list .conert p {
        color: #8d8d8d;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
  	.index .row5 {
        padding: 20px 0;
        margin-bottom: 0px;
    }
  	.index .row5_mobile .swiper-slide img{
      	width: auto !important;
    	height: auto !important;
    }
  	.index .row5 .swiper-button-next{
        background-image: url(../img/you.png) !important;
        background-size: 50%;
        position: absolute;
        right: 10px;

    }
    .index .row5 .swiper-button-prev{
        background-image: url(../img/zuo.png) !important;
        background-size: 50%;
        position: absolute;
        left: 10px;

    }
    .row6_title_con {
        overflow: hidden;
        margin-bottom: 15px;
    }
    .index .row6 .row6_title_left h3{
        font-size: 20px;
    }
  	.index .row6 .row6_con {
        overflow: hidden;
        margin-bottom: 0px;
    }
    .index .row6 .row6_con .row6_con_left {
        width: 100%;
        float: none;
    }
    .index .row6 .row6_con .row6_con_left img {
        width: 100%;
        margin-bottom: 18px;
    }
    .index .row6 .row6_con .row6_con_rigth {
        width: 100%;
        float: none;
    }
    .index .row6 .row6_con .row6_con_left h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
  	.index .row6 .row6_con .row6_con_rigth li {
        padding-bottom: 7px;
        margin-bottom: 25px;
        border-bottom: 1px solid #b6b6b6;
    }
    .index .row6 .row6_con .row6_con_rigth li span {
        margin-right: 10px;
        font-size: 15px;
    }
    .index .row6 .row6_con .row6_con_rigth li .list {
        margin-top: 20px;
        margin-bottom: 0;
    }
  	.index .row6 .row6_con .row6_con_rigth li a p {
        color: #b6b6b6;
      	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
	/*/.首页*/
  
  
  	/* 关于我们 */
  	.team_img{
      display:block;
 	 }
  	.team_row1{
      display: none;
    }
    .team_img h1{
      margin-top: 0;
    }
  	.team_img h1 span{
      font-size: 24px;
      margin-right: 10px;
    }
  	.team_img h1 small{
      font-size: 16px;
    }
  	.team_img p{
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
    }
  
  
  	/*/.关于我们*/
  	
  	/*资质荣誉*/
  	.honor .honor_con .row1 ul li{
        width: 48.5%;
      	height:285px;
        float: left;
        margin-right: 3%;
        margin-bottom: 3%;
        cursor: pointer;
    }
    .honor .honor_con .row1 ul li:nth-child(2n){
        margin-right: 0;
    }
  	/*/.资质荣誉*/
  

	/* 新闻动态 */
	.news_item{
      	/*height: auto; */
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
	}
	.news_item_image{
	}
	.news_item .cont .title{
		padding-top: 0px;
      	font-size: 8px;
      	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
	}
	.news_item .cont .description{
		padding-top: 0px;
		color: #ccc;
		font-size: 8px;
      	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
	}
  .news_item  .month{
    padding-left:0;
  }
	.news_item .month .day{
      	height:50px;
		line-height:50px;
		font-size: 8px;
		color: #ccc;
		border-left: 1px solid #ccc;
		margin-top: 0px;
      	padding-left:5px;
	}
	/* 新闻动态 */

	/* 解决方案 */
	.programme_cont .programme_button .more{
		color: white;
		padding: 10px 20px;
		background: #2677d5;
		float:right;
		margin-right: 0px;
		margin-top: 20px;
	} 
	/* 解决方案 */
  	
  
  /* 公司优势 */
    .one_stop p img, .control p img, .layout p img{
		max-width:100% !important;
      	height:100% !important;
    }
  	.case_cont {
        margin-bottom: 20px;
    }
    .case_cont .cont {
      padding-top: 0;
      margin-bottom: 5px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
  	}
  /* 公司优势 */
  
  
  /* 外综服务 */
      .programme_cont {
        min-height: 235px;
        padding: 28px;
        margin-bottom: 35px;
        border: 1px solid #ccc;
    }
  	.programme_cont .cont {
        margin-top: 10px;
        margin-bottom: 0px;
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
  /* 外综服务 */
  
  /* 动态资讯 */
    .team_demeanor_img {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
  }
    .team_demeanor_con .title {
      height: 20px;
      font-size: 16px;
      margin-bottom: 10px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
  }
    .team_demeanor_con .year {
      font-size: 16px;
  }
  /* 动态资讯 */
  
  
  .team_demeanor_cont {
      margin-bottom: 0;
      padding: 0px;
      padding-bottom: 30px;	
      position: relative;
  }
	.analysis_cont .cont {
      margin-top: 0px;
      margin-bottom: 10px;
      height: 43px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      
	}
  
  .newsdetailas_cont p img{
  	max-width: 100% !important;
    height: auto !important;
  }
  
  .course_con p img,
  .layout_cont p img,
  .project p img
  {
    max-width: 100% !important;
    height: auto !important;
  }
  ol.list-paddingleft-2 {
    margin-left: 0px;
	}
  .team_details .return {
    padding: 15px 0;
    margin:0;
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 1px solid #ccc;
  }
  .team_details .team_details_right {
    width: 60%;
    float: right;
    padding: 0px 0 0 20px;
  }
  .team_details .team_details_right .titt h2 {
    margin-bottom: 0;
    font-size: 24px;
  }
  .message_text {
    width: 80%;
    min-height: 100px;
    background: #F0F0F0;
    border: none;
  }
  .news_more_more,
  .news_cont_more_more,
  .text_con_more_position{
      height: 40px;
      width: 100px;
      font-size: 14px;
      color: white;
      padding: 10px 20px;
      background: #2677d5;
      float: right;
  }
  

}
