@charset "utf-8";

*{ font-family: "微软雅黑"; font-size: 14px; line-height: 1.8; margin: 0 auto; padding: 0px;}
ul,li,ol{ list-style: none;}
/*a{color: #666;}*/
a,a:hover,a:link,a:active,a:visited{ text-decoration: none;}
img{ max-width: 100%; height: auto;}
em{font-style: normal;font-weight: normal;}
.clear{ clear: both;}

.zhong{ background: #ddd; line-height: 35px; font-size: 14px;}

.logo{margin-top: 22px; margin-bottom: 22px;}
.logo_name{color: #1ca8ea; font-size: 32px; padding-bottom: 4px;font-weight: 100; letter-spacing: 1px;}
.logo_des{font-size: 16px; margin-top: 5px;}

.tel{ padding: 3px 0 0 70px;font-size: 14px;color: #333;overflow: hidden;background: url(../images/hd_tel.png) left top no-repeat;margin-top: 35px;}
.tel b{font-size: 28px;color: #1ca8ea;display: block;}

/*导航*/
.navbar{ margin-bottom: 0px; border: 0px;background: -webkit-linear-gradient(top, #29bff9, #1ca8ea);height: 50px; z-index: 999; border-radius: 0px;}
.navbar .navbar-brand{ background: #f47f00;}

.navbar .navbar-header a,.navbar .navbar-header a:hover{ color: #fff; display: inline-block; }
.navbar .nav li a,.navbar .nav li a:hover{ color: #fff; font-size: 16px;display: inline-block;}
.navbar .nav li a:hover,.navbar .navbar-header a:hover{ background: #f47f00;}
.navbar .nav ul.second { background: #1ca8ea;}
.navbar .nav ul.second li a{ display: inline-block; width: 100%; line-height: 30px; text-align: left;background: none;}
.navbar .nav ul.second li:hover{ background: #f47f00 !important;border-bottom:1px solid #FFF;background: none;}

@media only screen and (max-width: 992px) {
	.nav>li>a{padding: 10px;}

}
@media only screen and (min-width: 992px) {
	.navbar .navbar-brand{ width: 113px; text-align: center;}
	.navbar .nav > li a{ width: 113px;text-align: center;}
	.dropdown-menu{min-width: 113px!important;}
}

@media only screen and (min-width: 1200px) {
	.navbar .navbar-brand{ width: 138px; text-align: center;}
	.navbar .nav > li a{ width: 138px;text-align: center;}
	.dropdown-menu{min-width: 138px!important;}
}

@media only screen and (max-width: 767px) {
	.nav>li{ text-align: right;}
	.navbar-nav{ background: #1ca8ea;margin-top: 0px;}
	.navbar-nav li:hover,.navbar .nav > li a:hover{ background: #1e2b49;}
	.navbar .nav > li a{ color: #fff; display: inline-block; width: 100%; text-align: left;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{ color: #fff; background: #1e2b49;}
	.navbar .nav ul.second li:hover{ background: #1E2B49;}
	.navbar .nav ul.second li a:hover{ background: #1ca8ea;}
	
}

.second li{ position: relative; }
.second li .third{ position: absolute;left: 100%;min-width: 138px;top: 0px;background: #1ca8ea;}