body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,img {
  border: 0
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal
}
ol,ul {
  list-style: none
}
caption,th { 
  text-align: left
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal
}
q:before,q:after {
  content:''
}
abbr,acronym { 
  border: 0
}
a{
  text-decoration: none;
}
body {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #fff;
}
table {
  border-collapse: collapse;
}
td {
  padding: 3px;
}
img {
  border: none;
}
input {
  padding: 1px;
  vertical-align: middle;
  line-height: normal;
}
ul {
  clear:both;
  overflow:hidden;
  width: 100%;
}
ul, li {
  list-style:none;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clear {
  height:0px;
  clear:both;
  font-size:0px;
  line-height:0px;
  zoom: 1;
}
.header{
  width: 100%;
  height: 54px;
  background: #2a446b;
}
.header .inner{
  width: 1024px;
  height: 100%;
  margin: 0 auto;
}
.header .logo{
  width: 180px;
  height: 100%;
  line-height: 54px;
}
.header .logo img{
  width: 100%;
  margin-top: 10px;
}
.header .nav{
  width: 800px;
  height: 100%;
  text-align: right;
  line-height: 54px;
}
.header .nav a{
  display: inline-block;
  margin: 0 20px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}
.header .nav a:hover{
  text-decoration: underline;
}
.header .nav .active{
  /* text-decoration: underline; */
  background-color: #c84869;
  padding: 0 5px;
}
.c-btn{
  display: block;
  height: 50px;
  background-color: #c84869;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.footer{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer .inner{
  padding: 50px 0;
  height: auto;
  overflow: hidden;
  background-color: #2a446b;
}
.footer .btn{
  width: 200px;
  margin: 0 auto;
}
.footer .box{
  width: 960px;
  padding-top: 50px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.footer .lt, .footer .rt{
  width: 50%;
}
.footer .lt img{
  width: 100%;
}
.footer .rt{
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.footer .rt a, .footer .copy a{
  color: #fff;
  text-decoration: underline;
}
.footer .copy{
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  color: #333;
}
.footer .copy a{
  color: #333;
}
.m-block{
  padding: 50px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.m-block .inner{
  width: 1024px;
  height: auto;
  margin: 0 auto;
}
.m-block .inner .p1{
  text-align: center;
  font-size: 32px;
  color: #3856b7;
  font-weight: bold;
  padding-bottom: 50px;
}
.pop-hide {
  display: none;
}
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 88;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.pop-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  width: 400px;
  height: 160px;
  background-color: #fff;
  box-shadow: 4px 6px 6px rgba(0,0,0,1);
  overflow: hidden;
}
.pop-box_title {
  height: 40px;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
  background-color: #3856b7;
}
.pop-box_title span {
  padding-left: 20px;
}
.pop-box_inner {
  padding: 20px;
  position: relative;
}
.pop-box_content {
  
}
.pop-box_content_warning {
  padding-bottom: 20px;
  text-align: left;
  font-size: 16px;
  color: red;
  line-height: 26px;
}
.pop-box_content_btn {
  text-align: right;
}
.pop-box_content_btn_sure {
  display: inline-block;
  padding: 10px 35px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #c84869;
}
.pop-news-box {
  height: 200px;
}
