@charset "utf-8";

.top_24h_box{ width:180px; float:right; overflow:hidden; margin-left:10px; margin-top:25px}
.top_24h_haoma{font-size:18px;color: #01519a;line-height:34px;letter-spacing: 0px; border:#CCCCCC 1px solid; border-radius:50px; padding:1px 5px; text-align:center; font-family:'AVGBBT'; font-weight:600}
.top_24h_haoma i{ margin-right:3px}


.time_box{float:left; max-width:190px; line-height:33px; font-size:12px; color:#333; display:block}
.t_xlm{ float:right; width:auto; line-height:33px; background:url(../images/400_tel.svg)no-repeat left 4px; background-size:24px 24px; padding-left:20px;}
.t_xlm span{ margin-right:4px; margin-left:4px;}
.t_xlm span a:hover{ color:#FFBA00}
.t_xlm span a{ color:#333; font-size:16px}

.t_xlm1{ float:right; width:auto; line-height:29px;}
.t_xlm1 span{ margin-right:10px;}
.t_xlm1 span a:hover{ color:#FFBA00}
.t_xlm1 span a{ color:#006DC1; font-size:14px}
@media only screen and (max-width: 1250px) {
	.top_24h_box{ display:none}
}

@media only screen and (max-width: 450px) {
.t_xlm1{ float:right; width:auto; line-height:29px; display:none}
.t_xlm span a{  font-size:12px}
.t_xlm1 span a{ font-size:12px}

.t_xlm{ float:right; width:auto; line-height:29px; background:url(../images/400_tel.svg)no-repeat left center; background-size:20px 20px; padding-left:16px}

}

@media only screen and (max-width: 410px) {
.t_xlm span a{font-size:14px}
.t_xlm{ float:right; width:auto; line-height:29px; background:url(../images/400_tel.svg)no-repeat left center; background-size:24px 24px; padding-left:20px}
.t_xlm1 span a{ font-size:14px}
}

@media only screen and (max-width: 360px) {
.time_box{ display: none}
}




.t_box{ background:#F6F6F6; height:34px; border-bottom:#F6F5F5 1px solid; font-size:14px; line-height:33px;}
.top_bg{ width:100%;background:#ffffff;position: fixed; top:0; z-index:99; height:auto; box-shadow: 0 0 3px rgba(81, 136, 136, 0.2);}
.container{ padding:0px;max-width:1600px; width:94%;  margin:0 auto; position:relative; height:auto;}



.logo{width:auto; float:left; overflow:hidden; text-align:left; line-height:50px; margin-top:15px;}

.logo1{ float:left; margin:0px; padding:0px; overflow:hidden;}

.logo1 img{ max-height:60px; height:auto; width:auto;vertical-align: top}
@media only screen and (max-width:1125px) {
.logo{ width:auto; height:40px; float:left; overflow:hidden;margin-top:5px}
.logo1 img{height:40px; width:auto; }
}

.kong_top{height:90px; overflow:hidden; margin:0px; padding:0px}
@media only screen and (max-width:1125px) {
.kong_top{height:50px; }
.top_bg{ width:100%;height:50px; position:fixed; top:0px;padding-top:0px; z-index:99; background:#ffffff}
}



/*导航栏*/
.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family:"Microsoft YaHei"; font-size:16px
}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #0D60AE;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
 line-height: 1;
display:block; float: right; width:65%;
}
@media only screen and (max-width:1600px) {
.nav_menu3 {width:64%;}	
	
}
@media only screen and (max-width:1450px) {
.nav_menu3 {width:64%;}		
}
@media only screen and (max-width:1310px) {
.nav_menu3 {width:62%;}		
}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #2D5C94;
  -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_menu3 > ul > li {
  float: left; width:12.5%; text-align:center; font-size:16px;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {
  padding: 0px 0px 0px 0px; line-height:90px;
  text-decoration: none;
  text-transform: uppercase;
  color: #222;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-right:0px solid #2D5C94; font-size:16px
}
.nav_menu3 > ul > li:hover > a {
  color:#01519a; 

}
.nav_menu3 > ul > li.nav-has-sub > a {
  padding-right: 16px;
}


@media only screen and (max-width:1310px) {

.nav_menu3 > ul > li.nav-has-sub > a {
  padding-right: 12px;
}

.nav_menu3 > ul > li > a {font-size:14px}
}


@media only screen and (max-width:1310px) {

.nav_menu3 > ul > li.nav-has-sub > a {
  padding-right:8px;
}
}
.nav_menu3 > ul > li.nav-has-sub > a::after {
  position: absolute;
  top: 43px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #01519a;
  border-right: 1px solid #01519a;
  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;
}
@media only screen and (max-width:1310px) {
.nav_menu3 > ul > li.nav-has-sub > a::after {right: 4px;}
}

.nav_menu3 > ul > li.nav-has-sub:hover > a::after {
  border-color: #3cb3be;
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px; float:left; margin-left:-15px;
}
.nav_menu3 > ul > li > ul {    
  border-top: 0px solid #FFF;
}
.nav_menu3 li:hover > ul {
  left: auto;
}
.nav_menu3.align-right li:hover > ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left:0;
  margin-right: 100%;
}
.nav_menu3 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_menu3 ul li:hover > ul > li {
  height:50px; line-height:50px 
}
.nav_menu3 ul ul li a {
  padding: 1px 10px;
  width: 150px;
  background: #01519a;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; line-height:50px;
  font-size:14px; border-top: 1px solid #074279;
}
.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #01519a;
  background: #F6F6F6;
}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  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_menu3.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #01519a;
}

@media only screen and (max-width: 1125px) {
.nav_menu3{display: none}
.top_24h_box{display: none}
}
