* {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei', '微软雅黑';
}
body {
  background-color: #FAFAFA;
}
/*.active {*/
/*  border-bottom: 3px solid #001384;*/
/*}*/
.wai {
  min-width: 1280px;
  display: flex;
  justify-content: center;
  background: linear-gradient(#000469, #000734);
}
.header {
  height: 80px;
  width: 1280px;
  display: flex;
  align-items: center;
}
.header img {
  width: 356px;
  height: 48px;
}
.header .nav {
  padding-left: 51px;
  font-size: 0;
}
.header .nav a {
  font-size: 16px;
  text-decoration: none;
  color: #FFFFFF;
  margin-right: 40px;
}
.header .nav a:hover {
  color: #1790FC;
  /*text-decoration: underline;*/
}
.header .nav a:last-child {
  margin: 0;
}
.header .Sign {
  display: flex;
  margin-left: 123px;
  font-size: 16px;
  align-items: center;
}
.header .Sign img {
  width: 21px;
  height: 21px;
  margin-right: 55px;
}
.header .Sign span {
  cursor: pointer;
  font-size: 16px;
  color: #FFFFFF;
}
.header .Sign p {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #666666;
  margin: 0 20px;
}
.hbottoms {
  background-color: #FFFFFF;
  box-shadow: 0 0px 0.1rem 2px rgba(128, 138, 135, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  min-width: 1280px;
}
.hbottoms .Outside {
  width: 1280px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.hbottoms .hbottom {
  display: flex;
  align-items: center;
}
.hbottoms .hbottom a {
  font-size: 16px;
}
.hbottoms .hbottom p {
  color: #666666;
  font-size: 16px;
}
.hbottoms .hbottom a {
  text-decoration: none;
  color: #001384;
}
.hbottoms .search {
  position: relative;
}
.hbottoms .search input {
  width: 383px;
  height: 32px;
  border: 1px solid #001384;
  border-radius: 16px;
  padding-left: 35px;
  font-size: 14px;
}
.hbottoms .search input:focus {
  outline: 0.01rem solid transparent;
}
.hbottoms .search .line {
  top: 10px;
  right: 58px;
  width: 1px;
  height: 12px;
  background-color: #001384;
  position: absolute;
}
.hbottoms .search img {
  top: 8px;
  right: 25px;
  position: absolute;
  cursor: pointer;
}
.max {
  margin: 0 auto;
  width: 1280px;
  display: flex;
  margin-top: 12px;
}
.max .maxleft {
  margin-right: 20px;
  width: 260px;
  box-shadow: 0 0px 10px 2px rgba(128, 138, 135, 0.3);
}
.max .maxleft .leftbox {
  margin: 20px 30px 0 30px;
}
.max .maxleft .leftbox .Type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  cursor: pointer;
}
.max .maxleft .leftbox .Type h2 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.max .maxleft .leftbox .Type img {
  width: 9px;
  height: 5px;
  cursor: pointer;
}
.max .maxleft .leftbox .Type .title {
  font-size: 14px;
  color: #333333;
}
.max .maxleft .leftbox .Type .num {
  font-size: 14px;
  color: #666666;
}
.max .maxleft .leftbox .more {
  display: flex;
  align-items: center;
}
.max .maxleft .leftbox .more h2 {
  color: #001384;
  font-size: 14px;
  margin-right: 9px;
}
.max .maxleft .leftbox .more img {
  width: 9px;
  height: 5px;
  cursor: pointer;
}
.max .maxright {
  width: 1000px;
  box-shadow: 0 0px 10px 2px rgba(128, 138, 135, 0.3);
}
.max .maxright .rheader {
  height: 54px;
  border-bottom: 1px solid #EEEEEE;
  padding: 0 40px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.max .maxright .rheader .headerl {
  font-size: 14px;
  color: #001384;
  font-weight: bold;
}
.max .maxright .rheader .headerl span {
  color: #FF1D00;
}
.max .maxright .headerr {
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
}
.max .maxright .headerr .select {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  color: #616263;
  overflow: hidden;
  height: 27px;
  width: 53px;
  position: relative;
  display: block;
  margin: 0 10px;
}
.max .maxright .headerr select {
  height: 27px;
  background-color: #ececec;
  border: 0;
  outline: none;
  font-size: 16px;
  width: 53px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 16px;
  color: #001384;
  font-size: 14px;
}
.max .maxright .headerr .select:after {
  content: "▼";
  position: absolute;
  right: 17px;
  top: 6px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
.max .maxright .headerr img {
  margin-left: 17px;
}
.max .maxright .info {
  margin: 0 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #F4F4F4;
  display: flex;
}
.max .maxright .info .infoleft {
  height: 100%;
  margin-top: 20px;
  margin-right: 23px;
  cursor: pointer;
}
.max .maxright .info .infoleft img {
  width: 78px;
  height: 78px;
}
.max .maxright .info .inforight {
  width: 608px;
  margin-top: 20px;
}
.max .maxright .info .inforight .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.max .maxright .info .inforight .top h2 {
  font-size: 18px;
  color: #001384;
  font-weight: bold;
}
.max .maxright .info .inforight .top .topright {
  display: flex;
  color: #001384;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
}
.max .maxright .info .inforight .top .topright .yellow {
  color: #FFC334;
}
.max .maxright .info .inforight .top .topright img {
  width: 15px;
  height: 15px;
  margin-left: 6px;
}
.max .maxright .info .inforight .paragraph {
  margin-top: 22px;
  font-size: 14px;
  color: #333333;
}
.max .maxright .info .inforight .infobottom {
  margin-top: 20px;
  display: flex;
  font-size: 14px;
  align-items: center;
  white-space: nowrap;
}
.max .maxright .info .inforight .infobottom span {
  color: #666666;
  margin-right: 25px;
}
.max .maxright .info .inforight .infobottom p {
  color: #001384;
}
.max .maxright .info .inforight .infobottom img {
  margin-left: 45px;
  width: 15px;
  height: 14px;
  margin-right: 8px;
}
.max .maxright .info .infoline {
  width: 1px;
  height: 80px;
  background-color: #EEEEEE;
  margin-top: 40px;
  margin-left: 35px;
}
.max .maxright .info .Introduction {
  width: 130px;
  height: 51px;
  background-color: #F4F4F4;
  border-radius: 3px;
  margin-top: 55px;
  margin-left: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #001384;
  cursor:pointer;
}
.max .maxright .info .Introduction img {
  margin-right: 12px;
}
.max #demo3 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 90px;
}

li {list-style:none;}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
/*页码*/
/*翻页*/
.f-page { width: 100%; padding: 15px 0; font-size: 13px; color: #505960;margin: 20px 0 10px; align-content: center;text-align: center; /*background-color: #e5e5e5;*/ }
.f-pages-cont { display: inline-block; overflow: hidden; clear: both; }
.f-pages-cont li { float: left; margin-right: 5px;cursor: pointer; }
.f-pages-cont li a { display: block; padding: 9px 12px; border: 1px solid #e5e5e5; color: #7d7d7d; border-radius: 3px; }
.f-pages-cont li a:hover { border: 1px solid #222080; color: #222080; }
.f-pages-cont li:hover{background:#fafdff;}
.f-pages-cont li:hover a{text-decoration: none;}
.f-pages-cont li.on a { border: 1px solid #222080; background: #222080; color: #fff; }


/*弹框遮罩层*/
.ckcest-pop-content{
  width: 500px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  box-shadow:0px 0px 6px 0px rgba(0,0,0,0.5);
}
.ckcest-pop-title{
  line-height: 38px;
  border-radius: 5px 5px 0 0;
  padding: 0 15px;
  font-size: 16px;
}
.ckcest-close-ico{
  display: inline-block;
  width:17px;
  height:17px;
  background: url(/entry/img/close-icon-gray-d330973d5bb833f2.png);
  position: absolute;
  right: 15px;
  top: 10px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  cursor: pointer;
}
.ckcest-close-ico:hover{
  transform: rotate(180deg);
  -webkit-transform:rotate(180deg) ;
}
.ckcest-btn{
  width: 98px;
  text-align: center;
  line-height: 32px;
  background: none;
  color: #222080;
  border-radius: 5px;
  background: #222080;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
}
.ckcest-btn:hover{
  opacity: .8;
}
.ckcest-btn.ckcest-cancle-btn{
  background: #F2F2F2;
  color: #333333;
}


/**二级页面头部开始**/
.header-active{
  color: #1790FC !important;
  /*text-decoration: underline !important;*/
}
.header {
  height: 80px;
  width: 1280px;
  display: flex;
  align-items: center;
}
.header img {
  width: 356px;
  height: 48px;
}
.header .nav {
  padding-left: 51px;
  font-size: 0;
}
.header .nav a {
  font-size: 16px;
  text-decoration: none;
  color: #FFFFFF;
  margin-right: 40px;
}
.header .nav a:hover {
  color: #1790FC;
  /*text-decoration: underline;*/
}
.header .nav a:last-child {
  margin: 0;
}
.header .Sign {
  display: flex;
  margin-left: 123px;
  font-size: 16px;
  align-items: center;
}
.header .Sign img {
  width: 21px;
  height: 21px;
  margin-right: 55px;
}
.header .Sign span {
  cursor: pointer;
  font-size: 16px;
  color: #FFFFFF;
}
.header .Sign p {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #666666;
  margin: 0 20px;
}
/**二级页面头部结束**/


.tip-down-menu {
position: absolute;
top: 57px;
left: 0;
width: 383px;
/*padding:10px 0;*/
/*	background:rgba(40,72,89,.95);*/
background: #FFFFFF;
border-radius: 3px;
z-index: 100;
}

.tip-down-menu li a {
display: block;
height: 28px;
line-height: 28px;
padding-left: 15px;
font-size: 13px;
color: #333;
}

.tip-down-menu li a:hover {
background: rgba(255, 255, 255, .05);
color: #222080;
background: #EEEEEE;
}

.tip-down-menu-a-on {
background: rgba(255, 255, 255, .05);
color: #222080;
background: #EEEEEE;
}

em{font-style: normal;color: #F00;}
a:hover em{text-decoration: underline;}


/**左侧切面**/
.kl-close{
  float: right;
  display: inline-block;
  width:15px;
  height:24px;
  background: url(/entry/img/kl-close-b826d1c25e9992d3.png) no-repeat right center;
  display: none;
  cursor: pointer;
}

.CTGRGUP .Type:hover{
  background: #fafafa;
}
.CTGRGUP .active{
  background: #fafafa;
  padding: 0 5px;
}

/**缩略图模式**/
.max .maxright .campaign {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 40px 0 30px;
}
.max .maxright .campaign .block {
  width: 178px;
  height: 180px;
  box-shadow: 0 0px 10px 2px rgba(173, 216, 230, 0.3);
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-right: 10px;
  margin-bottom: 24px;
}
.max .maxright .campaign .block img {
  margin-top: 20px;
}
.max .maxright .campaign .block img:nth-child(1) {
  width: 78px;
  height: 78px;
}
.max .maxright .campaign .block img:nth-child(4) {
  width: 15px;
  height: 15px;
}
.max .maxright .campaign .block h2 {
  font-size: 18px;
  font-weight: bold;
  color: #001384;
}
.max .maxright .campaign .block a {
  text-decoration: underline;
  font-size: 14px;
  color: #1790FC;
  margin-top: 14px;
}
.max .maxright .campaign .block .Bluecollection {
  position: absolute;
  top: 5px;
  right: 16px;
  cursor: pointer;
}
.max .maxright .campaign .block:nth-child(5n+5) {
  margin-right: 0;
}

/**二级页面注册登录**/
.ctn-loginRegister{
  font-size: 16px;
  width: 300px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ctn-loginRegister>li{
  display: inline-block;
}
.ctn-loginRegister>li>a{
  color: #fff;!important;
}

a {
  text-decoration: none;
}