.auto_cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.auto_cut1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.footer_bottom_nav a {
    display: inline;
}
body {
    background-color: #f3f3f3;
}
ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}
.transtion {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:focus {
    outline: none;
}
img {
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
    outline: 0;
}
.content_web {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto 30px;
}

.cur {
    background: #0075C0;
    color: white !important;
}
.col_common {
    color: #0075C0 !important;
}

.group_news {
    width: 100%;
    background: #FFF;
    margin-bottom: 40px;
}
.group_news ul {
    width: 100%;
}
.group_news .news_list li {
    width: 100%;
    height: 180px;
    background: #FFF;
    border-bottom: 1px solid #E5E5E5;
    padding: 40px 80px 20px;
    box-sizing: border-box;
    transition: all linear .25s;
}
.group_news .news_list li:hover {
    box-shadow: 0 2px 30px -5px rgba(133, 139, 144, 0.3);
    border: none;
    position: relative;
    margin-top: -5px;
}
.group_news .news_list li:hover h2, 
.group_news .news_list li:hover .group_news_details {
    color: #0075C0;
}
.group_news .news_list li > a {
    width: 100%;
    height: 100%;
    display: block;
}

.group_news .img_list li {
    width: 100%;
    height: 180px;
    background: #FFF;
    border-bottom: 1px solid #E5E5E5;
    padding: 40px 90px 20px 40px;
    box-sizing: border-box;
    transition: all linear .25s;
}
.group_news .img_list li:hover {
    box-shadow: 0 2px 30px -5px rgba(133, 139, 144, 0.3);
    border: none;
    position: relative;
    margin-top: -5px;
}
.group_news .img_list li:hover h2, 
.group_news .img_list li:hover .group_news_details {
    color: #0075C0;
}
.group_news .img_list li > a {
    width: 100%;
    height: 100%;
    display: block;
}

.group_news_left {
    width: 88%;
}
.group_news_right {  
    font-family: 'dincond-medium', 'HelveticaNeueLTPro';
    font-size: 36px;
    font-weight: 600;
    color: #0075C0;
}
.group_news_right > :nth-child(1) {
    /* margin-top: 30px; */
}
.group_news_right_j {
    line-height: 26px;
    margin-top: 30px;
}
.group_news_right_line {
    width: 40px;
    height: 26px;
    border-left: 1px solid #E5E5E5;
    background: url("../img/icon_h_youjiantou.png") right center no-repeat;
    margin-left: 20px;
}
.group_news .news_list li:hover .group_news_right_line {
    border-left: 1px solid #0075C0;
    background: url("../img/icon_l_youjiantou.png") right center no-repeat;
    margin-left: 20px;
}
.group_news .news_list li:hover .group_news_right > div {
    color: #0075C0;
}
.group_news_title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.sub_pro {clear: both; display: inline-flex;}
.sub_pro li {float: left; width:32%; margin-right:2%;}
.sub_pro li:nth-child(3n) { margin-right:0;}
.sub_pro .listimg { padding-bottom: 25px; border-radius: 7px; overflow: hidden; }
.sub_pro .listimg .img { position: relative; overflow: hidden; }
.sub_pro .listimg .img img { width: 100%; }
.sub_pro .listimg h3 { background-color: #306091; text-align: center; color: #fff; line-height: 50px; font-size: 14px; font-weight: 700; height: 50px; }

.sp .group_news_title {
    font-size: 24px;
}
.group_news .news_list.sp  li {
	padding: 40px 50px 30px;
}
.sp .group_news_left {
	width: 100%;
}
.group_news_details {
    height: 66px;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    margin-top: 20px;
    line-height: 1.8;
}

.active_news {
    border: none;
    box-shadow: 0px 2px 32px -5px rgba(133, 139, 144, 0.3);
    margin-bottom: 20px;
}
.bor_none {
    border-bottom: none !important
}
.inner_content_right {
    padding: 0;
    min-height: 600px;
}
.col-md-6 {
    width: 50%; 
    float: left;
}
.agile-prod1 {}
.agile-prod1:hover {
	cursor: pointer;
	color: #fff;
	background-color: #176bab;
    transition-duration: 0.8s;
}
.agile-prod1:hover .agile-sub h4 a {
    color: #fff;
    transition-duration: 0.8s;
}
.agile-prod, .agile-prod p, .agile-prod span, .agile-prod div {
	font-size: 15px;
	color: #333;
	line-height: 2;
}
.agile-sub:hover, .agile-sub:hover p {	
	color: #fff;
}
.agile-img img {
    width: 100%;
}
.col-md-6.agile-sub {
    width: calc(50% - 100px); 
    padding: 50px;
}
.agile-sub h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.agile-sub:hover h4 a {
    color: #fff;
}
.agile-sub p {
    font-size: 16px;
    line-height: 1.9;
}
.agileits_w3layouts_team_grid {
	position: relative;
	display: block;
	background: #000;
	overflow: hidden;
}
.agileits_w3layouts_team_grid .agileinfo_social_icons {
	width: 100%;
	text-align: center;
	content: '';
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 100px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.agile_team_grid:hover .agileits_w3layouts_team_grid .agileinfo_social_icons {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 0;
}
.agile_team_grid:hover .agileits_w3layouts_team_grid img {
	opacity: 0.8;
}
.agile_team_grid h4 {
	font-size: 1.2em;
	color: #212121;
	margin: 1.5em 0 0.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.agile_team_grid p {
	color: #f6a800;
}
#news_list img {
    display: block;
    margin: 40px auto 0;
    max-width: 100%;
}
@media screen and (max-width: 900px) {
    .content_web {
        width: 100%;
        min-width: auto;
        margin: 0;
    }
    .group_news {
        width: 100%;
    }
    .group_news ul {
        padding: 0 .3rem;
    }
    .group_news #news_list li {
        width: 100%;
        height: auto;
        padding: .2rem 0;
    }
    .group_news_left {
        width: 100%;
    }
    .group_news_title {
        font-size: .34rem;
    }
    .group_news_details {
        font-size: .28rem;
        line-height: .5rem;
        height: 1rem;
        overflow: hidden;
        margin-top: .1rem;
    }
    .group_news_right {
        font-size: .24rem;
        margin-top: .1rem;
    }
    .group_news_right_line {
        display: none;
    }
    .group_news_right_j {
        margin: 0;
    }
}