body {
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
    font-size: 0px;
    list-style: none;
}

a {
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
}

li {
    list-style: none!important;
}

.out-top {
    max-width: 1920px;
    min-width: 1200px;
    height: 100px;
    margin: 0 auto;
    background-color: #004B8D;
    background-repeat: repeat-x;
}

.top {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.search_img{
    position: absolute;
    right: 40px;
    top: 38px;
    cursor: pointer;
}

.pop_box_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  cursor: pointer;
}
.pop_box {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.pop_box.on {
  display: block;
}
.pop_box_bg .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6%;
  top: 10%;
  background: url(../images/close.png) center / contain;
}
.ser {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: calc(100% - 4rem);
  width: 40rem;
  height: 4rem;
}
.search {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  z-index: 999;
}
.search input.notxt {
  position: absolute;
  width: calc(100% - 12rem);
  height: 100%;
  color: #666;
  left: 0rem;
  top: 0;
  padding: 0;
  margin: 0rem;
  outline: none;
  font-size: 16px;
  z-index: 3;
  padding: 0 0 0 2rem;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-family: inherit;
}
.search input.notxt1 {
  position: absolute;
  width: 8rem;
  height: 100%;
  border: none;
  background: none;
  right: 0;
  cursor: pointer;
  z-index: 3;
  font-size: 0;
  bottom: 0;
  background: url(../images/search_2.png) center no-repeat #000;
  box-sizing: border-box;
}
.search input.notxt1 {
  background-image: url(../images/search_2.png);
  background-color: #004b8d;
  background-size: 1.8rem;
}


.top-left,
.top-middle,
.top-right {
    display: inline-block;
    height: 100px;
    vertical-align: top;
}

.top-left img {
    width: 374px;
    margin-top: 15px;
    height: auto;
}
.top-left{
    width: 374px;
}

.top-middle img {
    margin-top: 35px;
    margin-left: 570px;
    width: 114px;
    height: auto;
}
.nav {
    min-width: 700px;
    display: inline-block;
    margin-top: 10px;
    line-height: 50px;
    height: 50px;
    width: 700px;
    margin: 0 auto;
    margin-left: 120px;
}

.nav>ul {
    padding: 0;
    margin: 0;
}

.nav>ul>li {
    font-size: 18px;
    text-align: center;
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    line-height: 50px;
    margin-top: 25px;
}
.nav>ul>li.active{
    border-bottom: 2px solid #fff;
}
.nav>ul>li>a {
    text-decoration: none;
    color: #eee;
}
.nav>ul>li:hover{
    border-bottom: 2px solid #fff;
}
.main-nav {
    position: relative;
}

.child-nav {
    position: absolute;
    top: 50px;
    text-align: center;
    z-index: 30;
    width: 100%;
    font-size: 16px;
    list-style: none;
    display: none;
    padding: 0;
    margin: 0;
    background-color: rgba(148, 30, 56, 0.85);
}

.child-nav li:hover {
    background-color: #004B8D!important;
}


.main-nav:hover,.current {
    background-color: #004B8D;
}

.main-nav:hover a,.current a{
    color: #fff;
}

.main-nav:hover .child-nav {
    display: block;
}
.child-nav li{
    line-height: 40px;
}
.child-nav li a{
    color: #ffffff;
    font-size: 15px;
}
.content {
    min-height: 400px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.img{
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.out-content{
    margin-bottom: 50px;
}
.con-left,
.con-right {
    display: inline-block;
    vertical-align: top;
}

.con-left {
    position: relative;
    width: 268px;
    min-height: 570px;
    background-color: #004B8D;
}

.con-left-title {
    margin-left: 34px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
}

.con-left>ul {
    position: absolute;
    min-height: 600px;
    top: 70px;
    width: 248px;
    left: 20px;
    z-index: 30;
    color: rgba(51, 51, 51, 1);
    background-color: rgba(249, 249, 249, 1);
    background-image: url("../images/nav-bg.png");
    background-size: 100%;
}

.con-left>ul>li {
    border-bottom: solid 1px rgba(238, 238, 238, 1);
}
.con-list1 {
    line-height: 64px;
    font-size: 16px;
    font-weight: 400;
    color: #208696;
}


.con-list1:hover .a-text,
.active .a-text{
    color: #ffffff !important;
}

.con-list1 .a-text {
    width: 100%;
    display: inline-block;
    line-height: 64px;
    margin-left: 30px;
    color: rgba(51, 51, 51, 1);
}


.line {
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1020px;
    background-color: #EEEEEE;
    margin: 0;
    border: none;
}

.line-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 400;
    margin-left: 10px;
    color: #333333;
    opacity: 1;
    color: #004B8D;
}

.line1 {
    position: absolute;
    top: 35px;
    right: -328px;
    width: 320px;
    height: 1px;
    background-color: #004B8D;
    margin: 0;
    border: none;
}
.footer {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background-image: url('../images/bk_footer_bg.png');
    height: 254px;
    width: 100%;
    
}
.foot {
    width: 1200px;
    margin: 0 auto;
}

.foot-top{
    width: 374px;
    margin: 0 auto;
}
.foot-top img{
    margin-top: 30px;
}
.foot-title{
    font-size: 15px;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    border: 1px solid #ccc;
    padding: 0 20px;
    margin:40px 0;
    background-color: rgba(255, 255,255, 0.2);
}
.foot-middle{
    text-align: center;
}
.foot-text {
    color: #EEEEEE;
    font-size: 15px;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    margin:30px 0 30px 20px;
    background-color: rgba(255, 255,255, 0.2);
}
.foot-copy{
    text-align: center;
    color: #fff;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#vsb_content_2 P{
  font-size:16px !important;
}