.wh100idc_show {display: block;}
.wh100idc_hide {display: none;}
.nav_title a {
	color: #ffffff;
}
.bottom_text a{
    color: #fff;
}
.nav_this {
	color: #FF0000;
}
.nav_font_this {
	background-color: #FFFFFF;
	height: 2px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	display: none;
}
.nav_title ul li:hover .nav_font_this {
	display:block;
}
.wh100idc_show_heid{display: none;}
.nav_title ul li:hover .wh100idc_show_heid {
	display:block;
}
/*index*/
.nav {
	width: 100%;
	position: fixed;
	top: 0;
	height: 80px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#26588B), to(#214A80));
	padding-right: 15%;
	padding-left: 15%;
	display: flex;
	align-items: center;
	z-index: 999;
}
.nav_logo {
	width: 180px;
	float: left;
	height: 45px;
}
.nav_logo img {
	width: 100%;
	height: 100%;
}
.nav_title {
	float: left;
	width: 100%;
	margin-left: 9%;
	color: #FFF;
	font-size: 1.2em;
	height: 25px;
}
.nav_title ul li {
	float: left;
	margin-left: 30px;
	text-align: center;
	line-height: 18px;
}
.nav_title ul li font {
	font-size: 10px;
}
.nav2_box {
	width: 47%;
	background-color: #FFF;
	position: fixed;
	top: 76px;
	left: 28%;
	z-index: 999;
	display: flex;
	padding: 25px;
}
.nav2_box .nav2_box1 {
	width: 94%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav2_box .nav2_box_list {
	width: 47%;
	margin-bottom: 25px;
}
.nav2_box_title {
	border-bottom: solid 1px #DCDCDC;
	color: #252B3A;
	font-weight: bold;
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
	padding-bottom: 8px;
}
.nav2_box_title img {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.nav2_box_cont {
	color: #AAAAAA;
	padding-top: 10px;
	float: left;
}
.banner {
	width: 100%;
}
.banner img{
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-position: center 0;
	overflow: hidden;
	min-height: 37.5vh;
}
.crumbs {
	background-color: #F5F9FC;
	min-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	display:flex;
	align-items:flex-end; 
	padding-bottom: 6px;
	justify-content:flex-end;
	padding-right:15vw;
}
.crumbs i {
	font-size: 12px;
	line-height: 15px;
}

.content{
	width: 96%;
	display: flex;
	justify-content: center;
	padding-right: 2%;
	padding-left: 2%;
}
.content .content_nav{
	position: relative;
	top: -120px;
	padding-right: 30px;
}
.content_nav .content_nav_top{
	background-image: url(../images/about-left.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-position: center 0;
	overflow: hidden;
	height: 180px;
	width: 260px;
	color: #fff;
	font-size: 25px;
	display: flex;
	text-align: left;
	flex-direction: column;
	justify-content: center;
	align-items:stretch;
}
.content_nav_top font {
	padding-left: 40px;
}
.content_nav_top .font_size {
	font-size: 22px;
	padding-top: 12px;
}
.content_nav .content_nav_title{
	color: #6C6C6C;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.content_nav_title ul {
	width:100%;
}
.content_nav_title ul li {
	border-bottom: 1.2px solid #CECECE;
	height: 90px;
	line-height: 30px;
	display: flex;
	align-items: flex-start;
	align-items: center;
	padding-left: 25px;
}

.content_box .content_title {
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-top: 20px;
}
.content_title font {
	font-size: 25px;
	color: #2A2A2A;
	margin-top: 5px;
}
.content_title .font_i {
	width: 40px;
	height: 2.5px;
	background-color: #11192C;
	border-radius: 15px;
	margin-top: 5px;
	margin-bottom: 25px;
}
.content_title .content_font_size {
	font-size: 12px;
	font-weight: bold;
	color: #a7a7a7;
}
.content_box .content_text {
	width: 80vw;
}
.content_box .content_text img {
	height: 100%;
	max-width: 100%!important;
}

.content_text .content_list {
	display: flex;
	flex-direction: row;
}
.content_list_a a:hover {
	display: block;
	background-color: #F3F3F3;
}
.content_list_a a:hover .content_list_title {
	color:#033176;
}

.content_text .content_list img {
	padding: 25px;
}
.content_list .content_list_box{
	padding-top: 20px;
	padding-right: 20px;
}
.content_list_box .content_list_title {
	font-size: 25px;
	font-weight: bold;
}
.content_list_box .content_list_text {
	padding-top: 10px;
	color:#6a6a6a;
}

.bottom {
	background-image: url(../images/bottom.jpg);
	height:300px;
	width: 100%;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	margin-top: 35px;
}
.bottom .bottom_box {
	display: flex;
	justify-content:center;
	color:#ffffff;
}
.bottom_box .bottom_logo {
	width:260px;
	height:190px;
	padding:40px;
}
.bottom_box .bottom_contact{
	padding:40px;
}
.bottom_box .bottom_case{
	padding:40px;
}
.bottom_box .bottom_about{
	padding:40px;
}
.bottom_box .bottom_title{
	font-size: 16px;
	padding-bottom: 10px;
}
.bottom_box .bottom_text{
	font-size: 14px;
	padding-top: 15px;
}
.bottom .bottom_copyright {
	position: relative;
	top: -25px;
	display: flex;
	justify-content: center;
	color: #C8C8C8;
	border-top: 1px solid #C8C8C8;
}
.bottom_copyright font {
	padding-top: 20px;	
}

.content_list_box .content_news_title {
	font-size: 15px;
	padding-bottom:10px;
}
.contact_box {
	width: 85vw;
	display: flex;
	justify-content: space-around;
	margin-top: 25px;
}
.contact_html {
	width: 70vw;
	margin-top: 25px;
}
.contact_list {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #C4C4C4;
	display: flex;
	flex-direction: column;
}
.contact_se {
	width:150px;
	display: flex; 
	justify-content: center;
	align-items: center;
	padding-left:100px;
}
.contact_list font{
	margin-left: 20px;
	margin-bottom: 15px;
}
.contact_list i {
	font-size:45px;
	color:#122F5D;
}
.contact_title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_server {color:#122F5D;}
.contact_act {
	background-color: #1A365E;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;	
	color:#FFF;
}
.content_title img {
	width: 100%;
}

@media(max-width:1440px){}
@media(max-width:1366px){
	.contact_se {
	width:150px;
	padding-left:65px;
}
}
@media(max-width:1280px){
	.crumbs {
		padding-right:10vw;
    }

}
@media(max-width:1080px){
	.contact_se {
	width:150px;
	padding-left:30px;
}
	.nav {
		padding-right: 5%;
	    padding-left: 5%;
	}
	.nav .nav_title {
		width:100%;
	}
	.bottom_box .bottom_logo {
	width:180px;
}
}
@media(max-width:991px){
	.contact_se {
	width:200px;
	padding-right:35px;
}
	.nav {
		padding-right: 0;
	    padding-left: 0;
	}
	.nav_logo {
		width: 100px;
		float: left;
		height: 30px;
    }
	.nav .nav_title {
		width:100%;
		margin-left: 0;
		font-size: 8px;
		height: 20px;
		margin-left: 0;
	}
}
@media(max-width:736px){
	.nav {
		padding-right: 0;
	    padding-left: 0;
		display: flex;
	    justify-content:space-between;
	}
	.nav_logo {
		width: 180px;
		float: left;
		height: 45px;
		margin-left:10px;
    }
	.nav .nav_e_click {
		position: fixed;
		top: 0;
		width:100%;
		height:100%;
		z-index: 1000;
}
	.nav_e_list {
	margin-left: 60%;
	width: 40%;
	display: flex;
	justify-content: center;
	background-color:#06C;
	color:#ffffff;
}
	.nav_e_list a{
	color:#ffffff;
}
	.nav_e_list ul {
	padding: 15px;		
}
    .nav_e_list ul li{
	padding-top: 5px;
	padding-bottom: 5px;
}
	.nav_e i{
	font-size: 45px;
	color: #ccc;
	margin-right:15px;
}
	.nav .nav_title {
		width:85%;
		margin-left: 0;
		font-size: 8px;
		height: 20px;
		margin-left: 0;
	}
	.crumbs {
		padding-right:2vw;
    }

.content_text .content_list {
	display: flex;
	flex-direction:column;
}
.content_list .content_list_box{
	padding-top: 20px;
	padding-right: 20px;
	padding-left:20px;
	padding-bottom:20px;
}
.content_text .content_list img {
	padding: 0;
}
.bottom {
	height:100%;
}
.bottom .bottom_box{
	flex-wrap:wrap;
}
.bottom .bottom_copyright {
	flex-wrap:wrap;	
}
.contact_box {
	width: 90vw;
	display: flex;
	justify-content: center;
	flex-direction:column;
	margin-top: 25px;
}
.contact_html {
	width: 90vw;
}
.contact_html img {
    width: 90%;
    height: 90%;
    margin-left: 5%;
}
	.contact_se {
	width:90vw;
	padding-left:0px;;
}
.contact_list {
	border-left-style: none;
	display: flex;
	flex-direction: column;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C4C4C4;
	margin-bottom:15px;
}
}
@media(max-width:480px){
.banner {
}
.banner img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-position: center 0;
	overflow: hidden;
	min-height: 20vh;
}
.content{
	flex-wrap:wrap;
}
.content .content_nav{
	position: static;
	top: 0;
	padding-right: 0;
}
.content_nav .content_nav_top{
	background-position: 0px;
	height: 120px;
	width: 100vw;
}
.content_box .content_text {
	width: 96vw;
	margin-left: 2vw;
    margin-right: 2vw;
    }
}
@media(max-width:375px){

}
@media(max-width:320px){

}
