@charset "utf-8";
/* CSS Document */
.nav{width:100%; position:relative; z-index:50;}
.nav .logo{width:17%; overflow: hidden; transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s;}
.nav .tel{width:9%; font-size: 14px; overflow: hidden; transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s;}
.nav .tel i{margin-right:5px}
.nav .lang{width:5%; font-size: 14px; margin-top: 30px; text-align: right;transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s;}
.nav .nav_menu{width:68%;transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s;}


.dowebok .header {position: fixed; left: 0; top: 0; width: 100%; z-index:10000;}
.dowebok .inner { margin: 0 auto; overflow: hidden; zoom: 1;}

.dowebok .nav_menu {list-style-type: none;}
.dowebok .nav_menu li {width: 14%}
.dowebok .nav_menu a {float: left; text-decoration: none;}
.dowebok .nav_menu em{font-size:16px;display: block;height: 26px; padding:28px 25px; text-align: center}
.dowebok .nav_menu li a:hover em,.dowebok .nav_menu li a:hover i{color: #FFFFFF;}
.dowebok .nav_menu i{font-size:14px; text-transform: uppercase; display: block;}
.dowebok .nav_menu ul ul a i{float: right; padding-right: 5px;}

.dowebok .large .inner {overflow: hidden; padding: 0 0;}
.dowebok .large .logo{background:url(../images/logo.png) no-repeat; height:60px; margin-top: 40px;}
.dowebok .large .tel{color:#FFFFFF; margin-top: 60px;}
.dowebok .large .nav_menu{margin-top:30px;}
.dowebok .large .nav_menu em{color: #fff;}
.dowebok .large .lang{color: rgba(255,255,255,.5);margin-top: 60px;}
.dowebok .large .lang a{color: rgba(255,255,255,.5);}
.dowebok .large .lang .lah{color:#ffffff}
.dowebok .large .box{margin-top: 100px;}

.dowebok .small .inner {background:#ffffff; overflow: hidden; padding: 0 0;box-shadow: 0 0 10px rgba(0,0,0,.2)}
.dowebok .small .logo{ background:url(../images/logo2.png) no-repeat;  height:60px; margin-top: 10px}
.dowebok .small .tel{ margin-top: 30px;}
.dowebok .small .nav_menu{margin-top:0;}
.dowebok .small .lang{color:#dadada; margin-top: 30px;}
.dowebok .small .lang a{color: #999999}
.dowebok .small .lang .lah{color:#e61414}
.dowebok .small .box{margin-top: 80px;}

.dowebok .header, .dowebok .inner, .dowebok a, .dowebok img, .dowebok li { transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s;}

.nah{background:#e61414; color: #FFFFFF; box-shadow: 4px 4px 8px rgba(0,0,0,0.2);}


.nav_menu,
.nav_menu ul,
.nav_menu ul li,
.nav_menu ul li a,
.nav_menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	/*position: relative;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav_menu #menu-button { 
    position: absolute;
    z-index: 99999;
}
.nav_menu:after,
.nav_menu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.nav_menu #menu-button {
  display: none;
}
.nav_menu {
	width: auto; z-index: 99999;
}
#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.nav_menu > ul > li {
	float: left;
	text-align: left;
}
.nav_menu.align-center > ul {
	font-size: 0;
}
.nav_menu.align-center > ul > li {
	display: inline-block;
	float: none;
}
.nav_menu.align-center ul ul {
	 text-align: left;
}
.nav_menu.align-right > ul > li {
	float: right;
}
.nav_menu.align-right ul ul {
  text-align: right;
}
.nav_menu > ul > li > a {
	text-decoration: none;
	/*-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;*/
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s ;
}
.nav_menu > ul > li:hover > a {}
.nav_menu > ul > li:hover > a em{background: #e61414; color: #FFFFFF; box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	transition: all 0.5s ;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.nav_menu > ul > li.nav-has-sub > a {
	padding-right: 25px;
}
.nav_menu > ul > li.nav-has-sub > a::after {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
.nav_menu > ul > li.nav-has-sub:hover > a::after {
	border-color: #444;
}
.nav_menu ul ul {
	position: absolute;
	left: -9999px;box-shadow: 4px 4px 8px rgba(0,0,0,0.2);width:114px;background:rgba(255,255,255,0.95);
	margin-top: 80px;
}
.nav_menu > ul > li > ul {    
	/*border-top: 1px solid #000;*/
}
.nav_menu li:hover > ul {
	left: auto;
}
.nav_menu.align-right li:hover > ul {
	right: 0;
}
.nav_menu ul ul ul {
	margin-left: 100%;
	top: 0;
}
.nav_menu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
.nav_menu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
.nav_menu ul li:hover > ul > li {
	height: auto;
}
.nav_menu ul ul li a {
	width:114px; line-height: 20px; text-align: left; display:block; font-size: 12px; padding: 9px 15px 9px 10px; background: url(../li1.png) no-repeat right center;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.nav_menu ul ul li:hover > a,
.nav_menu ul ul li a:hover {
	background: url(../li1.png) no-repeat right center #eaeaea; color: #444444; display:block; padding: 9px 15px 9px 15px; 
	transition: all 0.2s ;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.nav_menu ul ul li.nav-has-sub > a::after {
	position: absolute;
	top: 25px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #505050;
	border-right: 1px solid #505050;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
.nav_menu.align-right ul ul li.nav-has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #505050;
	border-left: 1px solid #505050;
}
.nav_menu ul ul li.nav-has-sub:hover > a::after {
	/*border-color: #ff8eac;*/
}
.nav_menu li span {font-size:12px; text-transform: uppercase}

@media screen and (max-width: 1425px){
	.dowebok .nav_menu em{padding:28px 10px;}
}