@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: 0;
}
a {
  color: #666;
  text-decoration: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none;
}
em {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  position: relative;
  min-width: 1366px;
  color: #000;
}
body > div {
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.flNone {
  float: none!important;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.img100 {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxSizing,
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  cursor: pointer;
  /*border-radius:7px;*/
}
.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cursor {
  cursor: pointer;
}
.cursorN {
  cursor: default;
}
.Validform_checktip {
  text-align: left;
}
select {
  border: 1px #ccc solid;
}
.text_center,
.text-center,
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.bgnone {
  background: none!important;
}
.bgFFF {
  background: #fff;
}
.BgBlue {
  background: #33aae7;
  color: #fff;
}
.BgRed {
  background: #d36259;
  color: #fff;
}
.BgGreen {
  background: #3fd3a0;
  color: #fff;
}
.BgGray {
  background: #c1c1c1;
  color: #fff;
}
.font_fff,
.colorf {
  color: #fff;
}
.font_000,
.color0 {
  color: #000;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px  !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.margin0,
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.m20 {
  margin: 20px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.p20 {
  padding: 20px;
}
.p25pb0 {
  padding: 25px 25px 0;
}
.pb20 {
  padding-bottom: 20px;
}
.p020 {
  padding: 0 20px;
}
.p030 {
  padding: 0 30px;
}
.p0,
.padding0 {
  padding: 0px;
}
.bordern {
  border: none;
}
.borderbtmn {
  border-bottom: none !important;
}
.textHide2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textHide3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHide4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
}
.flexLi {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flexAl {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.Animation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*我的变量*/
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.ft-w {
  font-weight: bold;
}
.w50 {
  width: 50% !important;
}
.top-bg {
  display: none;
  position: absolute;
  top: 96px;
  left: 0;
}
.new-header {
  height: 96px;
  background-color: #fff;
  box-shadow: 3px 6px 9px 0px rgba(0, 0, 0, 0.06);
  top: 0;
  border-bottom: 1px solid #f1f2f4;
}
.new-header .container {
  min-width: 1200px;
  height: 100%;
}
.new-header .container .logo {
  padding-top: 20px;
  float: left;
  margin-top: 0 !important;
}
.new-header .container .new-collapse {
  float: right;
  display: inline-block;
}
.new-header .container .new-collapse > ul {
  float: right;
  margin-right: 40px;
  margin-bottom: 0;
  height: 96px;
  line-height: 96px;
}
.new-header .container .new-collapse > ul > li {
  position: relative;
  float: left;
}
.new-header .container .new-collapse > ul > li.active > a,
.new-header .container .new-collapse > ul > li:hover > a {
  color: #000000;
  font-weight: bold;
}
.new-header .container .new-collapse > ul > li.active > a.noAfter:after,
.new-header .container .new-collapse > ul > li:hover > a.noAfter:after {
  display: none;
}
.new-header .container .new-collapse > ul > li.active > .mask,
.new-header .container .new-collapse > ul > li:hover > .mask {
  display: block;
}
.new-header .container .new-collapse > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size:17px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 96px;
  height: 96px;
}
.new-header .container .new-collapse .new-navbar-login {
  padding-top: 20px;
  margin-top: 2px;
  float: right;
}
.new-header .container .new-collapse .new-navbar-login a {
  display: inline-block;
  width: 130px;
  height: 45px;
  background-image: linear-gradient(-57deg, #feb867 0%, #ff5e52 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#feb867,endColorstr=#ff5e52);
  border-radius: 26px;
  text-align: center;
  line-height: 45px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.new-header .container .new-user {
  position: relative;
  float: right;
  padding-top: 18px;
  height: 96px;
  display: inline-block;
}
.new-header .container .new-user .new-user-tx {
  display: block;
}
.new-header .container .new-user:hover .user-mask {
  display: block;
}
.new-header .container .new-user .user-mask {
  display: none;
  position: absolute;
  left: 50%;
  top: 96px;
  margin-left: -160px;
  padding: 30px 37px 0;
  width: 320px;
  height: 340px;
  box-shadow: 0px 1px 23px 1px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  background: #fff;
}
.new-header .container .new-user .user-mask .mask-top {
  margin-bottom: 30px;
  cursor: pointer;
}
.new-header .container .new-user .user-mask .mask-top img {
  float: left;
  margin-left: 20px;
  margin-right: 18px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.new-header .container .new-user .user-mask .mask-top div {
  float: left;
  height: 45px;
  line-height: 45px;
}
.new-header .container .new-user .user-mask .mask-top div h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  line-height: 16px;
  font-weight: bold;
}
.new-header .container .new-user .user-mask .mask-top div p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 16px;
}
.new-header .container .new-user .user-mask .mask-type {
  text-align: center;
  margin-bottom: 34px;
}
.new-header .container .new-user .user-mask .mask-type li {
  display: inline-block;
  margin-right: 50px;
  cursor: pointer;
}
.new-header .container .new-user .user-mask .mask-type li a {
  display: block;
  margin-bottom: 13px;
  font-size: 16px;
  color: #000;
  line-height: 16px;
}
.new-header .container .new-user .user-mask .mask-type li span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 16px;
}
.new-header .container .new-user .user-mask .mask-buy {
  display: block;
  padding-top: 15px;
  width: 246px;
  height: 80px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
}
.new-header .container .new-user .user-mask .mask-buy p {
  /*margin-bottom: 12px;*/
  font-size: 20px;
  line-height: 42px;
  color: #000;
}
.new-header .container .new-user .user-mask .mask-buy span {
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.new-header .container .new-user .user-mask .mask-buy.novip {
  background-color: #94d3ff;
}
.new-header .container .new-user .user-mask .mask-buy.vip {
  background-color: #ffc961;
}
.new-header .container .new-user .user-mask .mask-bottom {
  padding-top: 22px;
  text-align: center;
}
.new-header .container .new-user .user-mask .mask-bottom a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
}
.new-header .container .new-user .user-mask .mask-bottom a img {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.new-header .container .new-user .user-mask .mask-bottom a span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.new-header .container .mask {
  display: none;
  position: absolute;
  left: 50%;
  top: 96px;
  background: #fff;
  box-shadow: 0px 15px 23px 1px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
}
.new-header .container .mask.stencil-mask {
  margin-left: -400px;
  width: 800px;
  height: 560px;
}
.new-header .container .mask.stencil-mask .stencil-mask-type {
  padding: 47px 37px 0;
}
.new-header .container .mask.stencil-mask li {
  float: left;
  margin-right: 34px;
}
.new-header .container .mask.stencil-mask li .type-top {
  display: block;
  margin-bottom: 20px  !important;
  width: 156px;
  height: 82px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 82px;
}
.new-header .container .mask.stencil-mask li .type-top span {
  display: inline-block;
  vertical-align: top;
}
.new-header .container .mask.stencil-mask li .type-top img {
  display: inline-block;
}
.new-header .container .mask.stencil-mask li dl dd {
  position: relative;
  margin-bottom: 22px;
  text-align: center;
}
.new-header .container .mask.stencil-mask li dl dd a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 18px;
  text-align: center;
  z-index: 2;
}
.new-header .container .mask.stencil-mask li dl dd.active a,
.new-header .container .mask.stencil-mask li dl dd:hover a {
  font-weight: bold;
  color: #000;
}
.new-header .container .mask.stencil-mask li dl dd.active:after,
.new-header .container .mask.stencil-mask li dl dd:hover:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -18.5px;
  width: 37px;
  height: 8px;
  background-image: linear-gradient(-57deg, #feb867 0%, #ff5e52 100%);
  border-radius: 4px;
  z-index: 1;
}
.new-header .container .mask.more-mask {
  width: 566px;
  margin-left: -283px;
  height: 465px;
  padding: 30px 53px 0 47px;
}
.new-header .container .mask.more-mask .mask-title {
  margin-bottom: 20px  !important;
  font-size: 18px;
  color: #000;
  line-height: 18px;
  font-weight: bold;
}
.new-header .container .mask.more-mask ul li {
  margin-bottom: 12px;
}
.new-header .container .mask.more-mask ul li a {
  display: block;
  padding: 28px 16px;
  width: 220px;
  height: 115px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.new-header .container .mask.more-mask ul li a h3 {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
}
.new-header .container .mask.more-mask ul li a p {
  font-size: 18px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.new-header .container .mask.more-mask ul li.list-1 {
  background-image: url(../images/xqppt2/more-mask-bg-1.png);
}
.new-header .container .mask.more-mask ul li.list-2 {
  background-image: url(../images/xqppt2/more-mask-bg-2.png);
}
.new-header .container .mask.more-mask ul li.list-3 {
  background-image: url(../images/xqppt2/more-mask-bg-3.png);
}
.main {
  background-color: transparent !important;
}
.main .new-search {
  margin-top: 67px;
  background-color: transparent !important;
}
.main .new-search form {
  position: relative;
  width: 960px;
  height: 54px;
  margin: 0 auto;
  background-color: #edf2f5;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
}
.main .new-search form img {
  width: 16px;
  height: 16px;
  left: 46px;
  top: 18px;
}
.main .new-search form input {
  padding-left: 100px;
  max-width: 950px;
  width: 950px;
  height: 52px;
  background-color: transparent !important;
  font-size: 16px;
  color: #000;
  line-height: 52px;
}
.main .new-tab {
  width: 960px;
  margin: 33px auto 0;
}
.main .new-tab .tab {
  padding-left: 92px;
  margin-left: 0;
}
.main .new-tab .tab li {
  margin-right: 50px;
  line-height: 18px;
}
.main .new-tab .tab li a {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7) !important;
}
@media screen and (max-width: 1220px) {
}
.new-header .container .mask.more-mask .list{
  display: inline-block;
  vertical-align: top;
}
.new-header .container .mask.more-mask .list2{    margin-left: 20px;}

.new-header .container .new-user .user-mask .mask-top div h4{overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;}