body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/xl.png) no-repeat scroll right center transparent;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: black;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: white;
  cursor: default;
  margin: 0em;
  font: 400 13.3333px Arial;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #a9a9a9;
  border-image: initial;
}
select::-ms-expand {
  display: none;
}
body {
  background: #fff;
  font-size: 14px;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
* {
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/* 字体引入 */
@font-face {
  font-family: firstFont;
  src: url(../font/Roboto-Regular.ttf);
  font-weight: bold;
}
@font-face {
  font-family: twoFont;
  src: url(../font/RobotoCondensed-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: threeFont;
  src: url(../font/Roboto-Regular.ttf);
}
@font-face {
  font-family: fourFont;
  src: url(../font/RobotoCondensed-Regular.ttf);
}
/* 头部区域样式 */
header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}
header .layout {
  width: 1700px;
  margin: 0 auto;
  position: relative;
}
header .layout .r-link {
  position: absolute;
  top: 78px;
  right: 0px;
  overflow: hidden;
  width: 160px;
}
header .layout .r-link a {
  float: left;
  margin-left: 30px;
}
header .layout .r-link a img {
  width: 100%;
}
header .layout .r-link a:nth-child(1) {
  margin-left: 0;
}
header .layout .logo {
  width: 950px;
  display: block;
  position: relative;
  top: 64px;
  margin: 0 auto;
}
header .layout .logo img{

}
header .nav_list {
  width: 1060px;
  position: relative;
  left: 18%;
  top: 216px;
}
header .nav_list li {
  float: left;
  width: 20%;
  text-align: center;
  height: 50px;
  position: relative;
}
header .nav_list li a {
  color: #fff;
  font-family: twoFont;
  font-size: 30px;
}
header .nav_list li .dropdown {
  overflow: hidden; 
  position: absolute;
  top: 50px;
  width: 180px;
  z-index: 100;
  left: 20px;
}
header .nav_list li .dropdown a {
  text-align: center;
  width: 100%;
  display: block;
  font-family: fourFont;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #ced1d2;
  transition: all 0.25s ease-in-out;
}
.nav_list .dropdown a:hover {
  background-color: #003f88 !important;
  color: #fff !important;
}
footer {
  width: 100%;
  background: url(../images/foot-bg.png) no-repeat center center / cover;
  height: 262px;
  overflow: hidden;
}
footer .layout {
  width: 1324px;
  padding-top: 36px;
  margin: 0 auto;
  overflow: hidden;
}
footer .layout .link {
  width: 16.7%;
  float: left;
}
footer .layout .link h4 {
  width: 157px;
  height: 43px;
  line-height: 43px;
  font-size: 24px;
  color: #fff;
  font-family: twoFont;
  padding-left: 10px;
  margin-bottom: 20px;
}
footer .layout .link ul {
  overflow: hidden;
}
footer .layout .link ul li {
  background: url(../images/white_circle.png) no-repeat left;
  width: 100%;
  float: left;
  padding-left: 16px;
  line-height: 34px;
}
footer .layout .link ul li a {
  color: #fff;
  font-size: 16px;
  font-family: threeFont;
}
footer .layout .contact {
  width: 37.6%;
  float: left;
  padding: 0 10px;
}
footer .layout .contact h4 {
  width: 148px;
  height: 43px;
  line-height: 43px;
  font-size: 24px;
  color: #fff;
  font-family: twoFont;
  padding-left: 10px;
  margin-bottom: 26px;
}
footer .layout .contact .info li {
  position: relative;
  margin-bottom: 12px;
}
footer .layout .contact .info li .pre {
  font-size: 18px;
  color: #fffeff;
  font-family: threeFont;
  position: absolute;
  left: 0;
  width: 60px;
  text-align: right;
}
footer .layout .contact .info li .next {
  display: block;
  width: 100%;
  padding-left: 66px;
  font-size: 16px;
  color: #fffeff;
  font-family: threeFont;
  line-height: 23px;
}
footer .layout .stay_con {
  width: 18.5%;
  float: left;
position:relative;
}
footer .layout .stay_con h4 {
  width: 173px;
  height: 43px;
  line-height: 43px;
  font-size: 24px;
  color: #fff;
  font-family: twoFont;
  padding-left: 10px;
  margin-bottom: 30px;
}
footer .layout .stay_con .img {
  overflow: hidden;
}
footer .layout .stay_con .wechat{
display:none;
position:absolute;
width:105px;
top:-33px;
right:0px;
z-inde:10;
}
footer .layout .stay_con .img li {
  float: left;
  margin-right: 28px;
  margin-bottom: 18px;
}

footer .layout .end {
  width: 27.2%;
  float: left;
}
footer .layout .end img {
  width: 92%;
}
footer .layout .end p {
  font-size: 16px;
  color: #fffeff;
  font-family: threeFont;
  line-height: 26px;
  margin-top: 20px;
}
footer .layout .end .login {
  display: block;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  font-family: threeFont;
  border: 1px solid #5982d1;
  margin-top: 16px;
}
/* 搜索框开始 */
.model-search{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5; 
  background-color: rgba(0,0,0,.5);
  z-index: 9998;
}
/* footer结束 */
.find{
  position: fixed;
  top: -200px;
  left: 50%;
  z-index: 9999;
  display: block;
  transition: all 0.8s ease-in-out;
  transform: translateX(-50%);
}
.find input{
  width: 420px;
  height: 50px;
  border: none;
  padding-left: 10px;
  font-size: 16px;
  line-height: 50px;
  color: #959595;
 /*  background: url(../images/search_md.png) no-repeat 98%; */
  background-color: #ffffff;
  outline: none;
}
.find form button {
  border: none;
  outline: none;
  background-color: #fff;
  margin-top: 10px;
  position: absolute;
  right: 8px;
  top: 0;
}
/* 搜索框结束 */

/* 手机端导航栏样式 */
.mobile_header {
  width: 100vw;
  height: 100vh;
  z-index: 999;
}
.mobile_header {
  width: 100%;
}
.mobile_content {
  width: 100%;
  padding: 15px 10px;
  overflow: hidden;
  background-color: #003f88 !important;
}
.mobile_head .wenzi_con {
  float: left;
  width: 81%;
}
.mobile_head .wenzi_con img {
  width: 100%;
}
.mobile_head .nav_icon {
  float: right;
}
.nav_headerMain {
  display: none;
}
.navHeader_btn li:nth-child(2) {
  width: 30px;
  height: 5px;
}
.active {
  display: block !important;
}
.navHeader_left {
  position: fixed;
  top: 0;
  left: -1200px;
  z-index: 888;
  float: left;
  height: 100%;
  width: 60%;
  padding: 20px 0;
  background-color: #f5f5f5;
  -webkit-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.navHeader_left .search_icon {
  float: right;
  margin-top: 20px;
}
.navHeader_left .icon {
  width: 46px;
  /*   padding: 0 5px; */
  margin-top: 1px;
  color: #003f88;
  display: block;
  float: right;
  line-height: 11px;
}
.navHeader_left .wenzi {
  margin-right: 10px;
}
.navHeader_left .search_icon .wenzi a {
  font-weight: bold;
  font-size: 18px;
  /*  border-right: 2px solid #003f88; */
  padding-right: 10px;
  line-height: 18px;
  display: inline-block;
  margin-left: 4px;
}
.wenzi a {
  text-decoration: none;
  color: #003f88;
}
.navHeader_left .icon img {
  height: 26px;
  margin-top: 5px;
}
.navHeader_right {
  position: fixed;
  display: none;
  top: 0;
  left: 60%;
  z-index: 777;
  float: left;
  width: 40%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.wenzi li {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
}
.wenzi li a {
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  color: #003f88;
  font-family: twoFont;
}
.wenzi li .drop {
  display: none;
}
.wenzi li .drop a {
  width: 100%;
  display: block;
  height: 50px;
  color: #003f88;
  border-top: 1px solid #eee;
  padding-left: 30px;
}


@media screen and (max-width: 1699px) {
  header .layout {
    width: 100%;
  }
}
@media screen and (max-width:1400px){
  header .nav_list {
    position: relative;
    left: 16%;
    top: 120px;
}
}
@media screen and (max-width:1323px){
  footer .layout{
    width: 100%;
  }
}
@media screen and (max-width:1300px){
  header .nav_list{
    left: 10%;
  }
}
@media screen and (max-width: 1170px){
header .nav_list {
    left: 4%;
}
}
@media screen and (max-width:1168px){
  footer .layout .stay_con .img li{
    margin-right: 18px;
    margin-left: 18px;
  }
  footer{
    height: auto;
    padding-bottom: 20px;
    background: url(../images/foot-bg.png)no-repeat center center / cover;
  }
}

@media screen and (max-width:1070px){
  header .layout .logo img{
    width: 100%;
  }
  header .layout .logo {
    width: 610px;
}
.nav_list {
  width: 100%;
  left: 0;
}
}
@media screen and (max-width:980px){
  footer .layout .link{
    width: 35.7%;
  }
  footer .layout .contact{
    width: 60%;
  }
  footer .layout .stay_con{
    width: 37%;
  }
  footer .layout .end{
    width: 60%;
  }
  footer .layout .end img {
    width: 50%;
}
footer .layout {
  padding-left: 7%;
}
}
@media screen and (max-width:820px){
  header .layout .r-link {
    top: 30px;
}
header .layout .logo {
  width: 500px;
}
}
@media screen and (max-width:650px){
  header .layout .logo {
    width: 315px;
    display: block;
    position: relative;
    top: -4px;
    margin:0;
}
.nav_list{
  display: none;
}
header .layout .r-link {
  top: 48px;
  width: 130px;
}
header .layout .r-link a {
  float: left;
  margin-left: 14px;
}
}
@media screen and (max-width:540px){
  footer .layout .link{
    width: 100%;
  }
  footer .layout .contact{
    width: 100%;
  }
  footer .layout .stay_con{
    width: 100%;
  }
  footer .layout .end{
    width: 100%;
  }
  footer .layout .end img {
    width: 50%;
}
footer .layout {
  padding: 37px 20px 0;
}
footer .layout .contact{
  padding: 0;
}
footer .layout .end img{
  width: 78%;
}
.find{

}
.find input{
  width: 300px;
}
}

@media screen and (max-width:475px){
  header .layout .logo {
    width: 240px;
    left: -16px;
}
header .layout .r-link {
  top: 36px;
  width: 106px;
}
header .layout .r-link a {
  float: left;
  margin-left: 6px;
}
header .layout .r-link a img{
  width: 80%;
}
}
footer .layout .stay_con .img li:nth-child(3):hover footer .layout .stay_con .wechat{
display:block;
}

