* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.dgwhln{width:100%; float:left; margin-top:90px;}
.footer{    z-index: 99999999999;
    position: inherit;}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}
/* Write your styles */
.logo.l {float: left;    margin-left: 00px;}
.logo img{ margin-top:20px;}
.l {
	float: none;
}
.r {
	float: right;
}
.box {
	width: 1200px;
	text-align:center;
	margin: 0 auto;
}
.boxn {
	width: 1200px;
	text-align:center;
	margin: 0 auto;
}
.nav{float: right;}
.nav li{display: inline-block;vertical-align: top;margin-right: 10px;}
.nav a {font-size: 15px;color: #2b2b2b; text-align:center;position: relative; display:block; height:37px;}
.nav a:after{content: '';display: block;width: 100%;height: 2px;background: #377bb4;position: absolute;left: 0;bottom: 0px;transition: 0.3s ease-out;transform: scaleX(0);}
.nav .c_nav_nav_li2 a:after{content: '';display: block;width: 100%;left: 0;bottom: 0px; display:none;}
.nav li:hover a,.nav li.active a,.nav li:hover a span.en,.nav li.active a span.en{color:#377bb4;}
.nav li:hover a:after,.nav li.active a:after{transform: scaleX(1);}
.nav li:nth-child(1){ }
/*.nav li:nth-child(1){transition: 0.2s ease-out .1s; }
.nav li:nth-child(2){transition: 0.2s ease-out .2s; }
.nav li:nth-child(3){transition: 0.2s ease-out .3s; }
.nav li:nth-child(4){transition: 0.2s ease-out .4s; }
.nav li:nth-child(5){transition: 0.2s ease-out .5s; }
.nav li:nth-child(6){transition: 0.2s ease-out .6s; }
.nav.active li{transform: translateY(0px);opacity: 1;}*/
@media (max-width:1366px){
	.box{
		width: 100%;
	}
}
@media (max-width:414px) {
	.boxn{
		width: 100%;
	}
}