.w1240 {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

 
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix1:before,
.clearfix1:after {
  display: table;
  content: "";
  clear: both;
  height: 0;
}
.clearfix1 {
  zoom: 1;
}
a {
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}
a:hover{
  color: #28a7e1;
}

/*公共样式*/
.jz-header-top {
  width: 100%;
  height: 36px;
  background: #eaeef6;
}
.jz-header-top-con {
  font-size: 14px;
  font-family: "微软雅黑";
  height: 36px;
  line-height: 36px;
}
.jz-header-top-con span {
  padding: 0 10px;
}
.jz-header-phone {
  color: #72797f;
}
.jz-header-tel {
  color: #549bcc;
}
/*header-top 结束*/
.jz-header {
  width: 100%;
  height: 80px;
  background: #fff;
}
.jz-header-con {
  height: 80px;
  line-height: 80px;
  position: relative;
}
.jz-header-slogan {
  margin-top: 15px;
}
.jz-header-slogan a {
  display: block;
  width: 274px;
  height: 50px;
}
.jz-header-slogan a img {
  width: 100%;
  height: 100%;
}
.jz-header-nav li {
  font-size: 16px;
  font-family: "微软雅黑";
  width: 68px;
  text-align: center;
  margin-left: 35px;
}
.jz-header-nav li:nth-child(2) {
  margin-left: 19px;
}
.jz-header-nav li a {
  color: #5b6266;
}
.jz-header-nav li a:hover {
  color: #28a7e1;
}
.jz-header-nav li i {
  display: block;
  width: 64px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0px;
}
.jz-header-nav .nav2,
.jz-header-nav .nav3 {
  position: relative;
}
.jz-header-nav .nav2 span,
.jz-header-nav .nav3 span {
  display: block;
  width: 20px;
  height: 12px;
  background: url(../images/jz_imgs/jz_hot.gif) no-repeat 0px 0px;
  position: absolute;
  top: 18px;
  right: -20px;
}
/* .jz-header-tel {
        font-size: 22px;
        color: #555;
        position: relative;
    }
    .jz-header-tel span {
        display: block;
        width: 14px;
        height: 18px;
        background: url(../images/jz_imgs/jz_tel.png) no-repeat;
        position: absolute;
        left: -24px;
        top: 36px;
    }
    .jz-header-tel .line {
        width: 1px;
        height: 18px;
        background: #aaa;
        margin-top: 36px;
        margin-right: 10px;
    }
    .jz-header-nav li a:hover {
        color: #28a7e1;
    } */
/* 下拉弹窗动画开始 */
.dropdown-wrap {
  display: none;
  opacity: 0;
  position: absolute;
  left: 196px;
  top: 0px;
  z-index: 100;
  width: 323px;
  text-align: center;
}
.dropdown-line {
  width: 2px;
  height: 0px;
  margin: 0 auto;
  background-color: #fcc707;
}
.dropdown-window {
  position: relative;
  top: -6px;
  width: 323px;
  height: 266px;
  background: url("../images/jz_imgs/dropdown_window_bg.png");
}
.dropdown-window-close-btn {
  position: absolute;
  top: 10px;
  left: 250px;
  cursor: pointer;
}
.dropdown-window-p1 {
  font: bold 16px/16px "黑体";
  color: #e32d0b;
  padding-top: 92px;
}
.dropdown-window-p2 {
  font: bold 16px/16px "黑体";
  color: #e32d0b;
  padding-top: 35px;
  padding-bottom: 25px;
}
.dropdown-window-small {
  display: none;
  position: relative;
  top: -17px;
  width: 142px;
  height: 66px;
  margin: 0 auto;
  background: url("../images/jz_imgs/dropdown_window_small_bg.png");
  cursor: pointer;
}
/* 下拉弹窗动画结束 */
/*header 结束*/
/*遮罩层样式开始*/
#cover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
}
/*logo左侧新增模块样式*/
.jz-header-con .middle-wrap {
  position: absolute;
  left: 286px;
  top: 28px;
  width: 213px;
  height: 34px;
  background: #c8000b;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #fff;
}
.jz-header-con .middle-wrap p {
  padding-left: 14px;
  letter-spacing: 1px;
  line-height: 14px;
}
.jz-header-con .middle-wrap p:first-child {
  padding-top: 10px;
  padding-bottom: 6px;
}
/*logo左侧新增模块样式 end*/
/* 头部·改 */
.jz-header-new {
  width: 100%;
  height: 118px;
  border-bottom: 1px solid #ebeef4;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.jz-header-new .maskbox {
  position: absolute;
}
.jz-imgs {
  height: 57%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jz-header-logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jz-header-new .jz-header-box {
  height: 79px;
  position: relative;
}
.jz-header-new .jz-header-box .jz-header-logo {
  display: block;
  width: 260px;
  height: 100px;
  /* padding: 21px 0px; */
}
.jz-header-new .jz-header-box .jz-header-logo img {
	width: 229px;
	height: 36px;
}
.jz-header-new .jz-header-nav-new .item {
  width: 70px;
  line-height: 145px;
  height: 100px;
  font-size: 16px;
  color: #5b6267;
  margin-left: 20px;
  text-align: center;
  position: relative;
}
.jznav1{
  margin-left: 50px!important;

}
.jz-header-new .jz-header-nav-new .item a {
  color: #5b6267;
  text-decoration: none;
}
.jz-header-new .jz-header-nav-new .item span {
  display: block;
  width: 20px;
  height: 12px;
  background: url(../images/jz_imgs/jz_hot.gif) no-repeat 0px 0px;
  position: absolute;
  top:50px;
  right: -20px;
}
.jz-header-new .jz-header-nav-new .item:hover a {
  color: #56a4da;
}
.jz-header-new .jz-header-nav-new .item:hover i {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 2px;
  background-color: #56a4da;
}
.jz-header-new .jz-header-nav-new li.phone {
  width: 118px;
  margin-right: 0;
  font-size: 14px;
}
.comsize {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #000000;
}
.comsizes {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #838b8f;
}
.maskbox_right {
  position: absolute;
  width: 260px;
  top: -1px;
  left: 260px;
  height: 419px;
  background-color: #ffffff;
  padding: 41px 25px;
  box-sizing: border-box;
  display: none;
}
.maskbox_right_list1 {
  display: none;
}
.maskbox_right_list2 {
  display: none;
}
.maskbox_right_list3 {
  display: none;
}
.maskbox_right_list1 ul {
  list-style: none;
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
}
.maskbox_right_list1 ul li {
  /* width: 100px; */
  list-style: none;
  border-left: 1px solid #d3d3d3;
  padding-left: 21px;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.maskbox_right_list2 ul {
  list-style: none;
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
}
.maskbox_right_list2 ul li {
  list-style: none;
  border-left: 1px solid #d3d3d3;
  padding-left: 21px;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.maskbox_right_list3 ul {
  list-style: none;
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
}
.maskbox_right_list3 ul li {
  list-style: none;
  border-left: 1px solid #d3d3d3;
  padding-left: 21px;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.box-abso{
  width: 100%;
 
  position: absolute;
  top: 20px;
  z-index: 8;
}
.box-auto{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
 .maskbox {
  padding: 42px 0 40px 0px;
  width: 260px;
  height:336px;
  /* background-color: #222222; */
  z-index: 9;
  background-image: url(../images/common_imgs/banner-select-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* margin-top: 100px; */
   /* position: absolute; */
  /* position: absolute; */
  top: 105px;
  /* left: 0px; */
  /* float: left; */
  display: none;
  /* margin: 100px auto; */
/* box-sizing: border-box; */
/* position: relative; */
}

.tit1 {
  width: 40px;
  height: 40px;
  /* padding-left: 52px; */
  font-size: 15px;
  line-height: 36px;
  color: #ffffff;
  background: url(../images/common_imgs/jz_head_icon1.png) no-repeat left;
  background-size: 36px 36px;
  margin-left: 20px;
}
.tit2 {
  width: 40px;
  height: 40px;
  /* padding-left: 52px; */
  font-size: 15px;
  line-height: 36px;
  color: #ffffff;
  background: url(../images/common_imgs/jz_head_icon2.png) no-repeat left;
  background-size: 36px 36px;
  margin-left: 20px;
}
.tit3 {
  width: 40px;
  height: 40px;
  /* padding-left: 52px; */
  font-size: 15px;
  line-height: 36px;
  color: #ffffff;
  background: url(../images/common_imgs/jz_head_icon3.png) no-repeat left;
  background-size: 36px 36px;
  margin-left: 20px;
}
.ding{
  width: 100%;
  height: 15px;
 }
.citems {
  width: 90%;
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 15px;
  margin-left: 13px;
  position: relative;
}
.citems:hover {
  background-color: #ffffff;
  cursor: pointer;
 	border-radius: 4px;
   opacity: 0.8;
}
.citem1:hover {
  background-color: #ffffff;
  cursor: pointer; 	border-radius: 4px;
  opacity: 0.8;
}
.citem2:hover {
  background-color: #ffffff;
  opacity: 0.8;
  cursor: pointer; 	border-radius: 4px;

}
.ctitss {
  height: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 15px;
}
.citem1 {
  width: 90%;
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 15px;
  margin-left: 13px;
  position: relative;
}
.citem2 {
  width: 90%;
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 15px;
  margin-left: 13px;
  position: relative;
}
.right_icon {
  width: 8px;
  height: 11px;
  background-image: url(../images/index_new_imgs/icon.png);
  position: absolute;
  right: 15px;
}
.jz-header-new .maskbox .citem .ctit {
  /* height: 40px;
      padding-left: 52px;
      font-size: 15px;
      line-height: 36px;
      color: #ffffff;
      background: url(../images/common_imgs/jz_head_icon1.png) no-repeat left;
      background-size: 36px 36px; */
}
.jz-header-new .maskbox .citems div.tit2 {
  background-image: url(../images/common_imgs/jz_head_icon2.png);
}
.jz-header-new .maskbox .citems div.tit3 {
  background-image: url(../images/common_imgs/jz_head_icon3.png);
}
.jz-header-new .maskbox .citems ul li {
  height: 36px;
  float: left;
  /* padding-left: 22px; */
  margin-left: 20px;
  position: relative;
}
.jz-header-new .maskbox .citems ul li a {
  font-size: 15px;
  line-height: 36px;
  color: #666666;
  text-decoration: none;
}
.jz-header-new .maskbox .citems ul li a:hover {
  color: #56a4da;
}
.jz-header-new .maskbox .citems ul li::before {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #d3d3d3;
  position: absolute;
  left: 0;
  top: 11px;
}
.jz-navbox {
  /* margin-top: 23px; */
  color: #fff;
  font-size: 16px;
  position: relative;
  text-align: center;
}
.jz-navbox span {
  cursor: pointer;
  display: block;
  color: #fff;
  line-height: 34px;
  font-size: 14px;
  /* text-indent: 12px; */
  width: 100%;
  height: 40px;
  background-color: #2f2f2f;
}
.jz-navbox i {
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -2px;
  background: #30c8c6;
  background: url(../images/common_imgs/jz_head_top.png) no-repeat center;
  background-size: 100%;
  width: 7px;
  height: 4px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.jz-navbox.selnavbox span {
  background-color: #54aae6;
}
.jz-navbox.selnavbox i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jz-head-zhanwei {
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.navbox-quan {
  width: 260px;
  height: 48px;
  background-color: #3662d9;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.asd{
  width: 100vw;
  height: 1000vh;
  background-color: skyblue;
}
.asdbanner{
  width: 1200px;
  background-color: blue;
  height: 420px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  margin: 0 auto;
  margin-top: 100px;

}
.bbs{
  width: 1200px;
  background-color: red;
  height: 420px;
  margin: 0 auto;
  margin-top: 100px;
 }