﻿/*---------------------------------//top导航-----------------------------------*/
#header { width:100%;  background:#e4e4e4;}
#header:after,.navMain:after,.topMain:after,.topbar:after{ content:"";display: block;clear:both;}

.topMain{ width:100%; height:40px; background:#e4e4e4;}
.topbar{ max-width:1200px; width:100%; margin:0 auto; position:relative;}
.topbar ul{ float:left; width:100%; }
.topbar ul li{ float:left; color:#000; line-height:1.6; width:33.3%;padding:6px 30px; box-sizing: border-box; text-align: center;}
.topbar ul li:first-child{  text-align: left; }
.topbar ul li:last-child{ text-align:right;}
.topbar ul li a{ color:#000;  }



#toper {
  width: 100%;
  position: relative;
  z-index: 99999;
  background: #fff;
}
.btn_nav {
  display: none
}
#header {
  width: 100%;
  position: relative;
  z-index: 99999;
}
.inline {
  box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.15);
  position: fixed !important;
  background: #fff;
}
#header:after, .navMain:after {
  content: "";
  display: block;
  clear: both;
}
.navMain {padding-top:10px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.navMain .logo {
  float: left;
}
.navMain .logo a {
  display: block;
  float: left;
  padding-right: 10px;
}
.navMain .logo a IMG {
  width: 250px;
}
.navMain .logo span {
  display: block;
  float: left;
  font-weight: bold;
  color: #fff;
  padding-top: 16px;
}
.inline .navMain .logo span {
  color: #3858c8;
}
.navMain .logo span p:nth-child(1) {
  font-size: 22px;
  line-height: 30px;
}
.navMain .logo span p:nth-child(2) {
  font-size: 16px;
  line-height: 30px;
}
.top_fr {
  float: right;
}
.top_right {
  width: 350px;
  transition: all ease-out 0.3s;
  box-sizing: border-box;
  padding-top: 20px;
  float: right;
  position: relative;
}
.yuyuan {
  display: block;
  float: right;
  color: #091D3E;
  margin-left: 20px;
  padding: 0px 6px !important;
  line-height: 30px;
}
.yuyuan.on {
  color: rgb(23, 40, 96);
  font-weight: bold;
}
.top_right .frcon {
  float: right;
  width: 100%;
  display: block;
  color: #fff;
  text-align: right;
  height: 50px;
}
.top_right a {
  color: #fff;
}
.top_form {
  float: right;
  transition: all ease-out 0.3s;
  z-index: 99999;
}
.top_form .txtBox {
  box-sizing: border-box;
  font-size: 14px;
  background: #0f243d;
  border: solid 1px #0f243d;
  float: left;
  width: 290px;
  line-height: 40px;
  height: 42px;
  padding-left: 10px;
  border-right: none;
  color: #fff;
  transition: all ease-out 0.3s;
  z-index: 99999;
}
input, button {
  outline: none;
  border: none;
}
.top_form .submit {
  box-sizing: border-box;
  border: solid 1px #0f243d;
  cursor: pointer;
  text-align: center;
  float: right;
  background: #0f243d;
  width: 40px;
  font-size: 16px !important;
  line-height: 40px;
  border-left: none;
  color: #fff;
  transition: all ease-out 0.3s;
}
.top_form:hover .txtBox {
  background: #07121f;
}
.top_form:hover .submit {
  background: #07121f;
}
/* 一级导航 */
.nav{ float:right; width:calc(100% - 360px); padding-top:15px;}
.nav span {
  display: none;
}
.nav ul {}
.nav li {
  float: left;
  position: relative;
  margin-right: 1px;
}
.nav > ul > li > a {
  display: block;
  font-size: 18px;
  line-height: 50px;
  padding: 0 30px;
  position: relative; color:#000;transition: all ease-out 0.6s;   outline: none !important;

}
.nav > ul > li > a:hover,.nav > ul > li > a.on{ font-weight: bold;transition: all ease-out 0.6s;  outline: none !important; }
/*.nav > ul > li:nth-child(2) > a:after {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: FontAwesome;
  font-style: normal;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  right: 0;
  overflow: hidden;
  vertical-align: middle;
  content: "\f107";
}*/
.nav li ul {
  display: none;
  position: absolute;
  z-index: 9;
  top: 50px;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  border: solid 1px #000;
}
.nav li li {
  float: none;
  margin-right: 0;
}
.nav li li a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 8px 20px;
  color: #e70811;
}
.nav li li a:before {
  display: none;
}
/*	.nav li li a:after{content:'';display:block;position:absolute;top:50%;right:30px;width:7px;height:7px;border-top:1px solid #ccc;border-right:1px solid #ccc;transform:rotate(45deg) translateY(-50%);transition:all ease-out 0.3s;}*/
.nav li li a:hover {
  background: #c52525;
  background-position: right 15px top 10px;
  color: #fff;
}
.nav li li a:hover:after {
  right: 35px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.nav li li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 350px;
  width: 625px;
}
.nav li li ul ul {
  display: none;
}
@media screen and (max-width:1370px) {}
@media screen and (max-width:1030px) {
/*  .navMain {
    width: 96%;
    margin: 0 2%;
  }*/
}
@media screen and (max-width:800px) {
	.topbar ul li{ padding:6px 20px; display: table; width:auto;}
	
	
	.top_right {
    display: none;
  }
  .navMain .logo a IMG {
    width: 150px;padding-left: 20px;
  }
  .navMain .logo {
    float: left;
    padding: 10px 0 5px;
  }
  .nav span {
    position: absolute;
    z-index: 3;
   
    right: 20px;
    display: block;
    width: 30px;
  }
  .nav span i {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #c52525;
    margin: 6px 0;
    transition: all 0.3s ease-out 0.1s;
  }
  .nav span.on i:nth-of-type(1) {
    transform: translateY(8.5px) rotate(45deg);
  }
  .nav span.on i:nth-of-type(2) {
    opacity: 0;
  }
  .nav span.on i:nth-of-type(3) {
    transform: translateY(-8.5px) rotate(-45deg);
  }
  .nav ul {
    display: none;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
  }
	.nav > ul > li > a{color:#fff;}
  .nav ul.on {
    display: block; top:76px;
  }
  .nav ul li {
    width: 100%;
    border-bottom: 1px solid #fafafa;
    background: #000;
  }
  .nav ul li i {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 46px;
    height: 50px;
    background: #c52525;
    text-align: center;
    line-height: 50px;
    font-style: normal;border-left: solid 1px #c52525;
    font-size: 20px;
    color: #fff;
  }
  .nav li a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }

  .nav li ul {
    position: static;
    background: #f4f4f4;
    box-shadow: none;
  }
  .nav li li a {
    color: #c52525;
  }
  .nav li li li {
    float: left;
    width: 50%;
    background: #eee;
  }
  .nav ul li ul li {
    background: #e4e4e4;
  }
	.nav li li ul{ display:none !important;}

	
}