* {
  margin: 0;
  padding: 0;
}

body,
html {
  /*overflow: unset !important;*/
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  /*color: #333333;*/
}

.bg {
  background: #f8f8f8;
}

.w1200 {
  margin: 0 auto;
  width: 1200px;
}

@media screen and (min-width: 320px) {

  body,
  html {
    width: 1300px;
  }
}

@media screen and (min-width: 1300px) {

  body,
  html {
    width: 100%;
    /*overflow-x: hidden;*/
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
}

/*header*/
.index_header {
  height: auto;
  background: #fff;
}

.header_top {
  height: 30px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.header_top_jz {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.top_left {
  width: auto;
  float: left;
}

.top_left p {
  color: #999;
  float: left;
  line-height: 30px;
  font-size: 13px;
}

.top_left p b {
  color: #ff1512;
}

.top_left div {
  float: left;
  line-height: 30px;
  font-size: 13px;
  margin-left: 10px;
}

.top_left div a {
  color: #9f9f9f;
}

.top_left div a:last-child:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #9f9f9f;
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
  margin-left: 5px;
}

.top_right {
  width: auto;
  font-size: 14px;
  color: #ffea00;
  padding: 5px 0;
}

.top_right p b {
  font-size: 18px;
}

.header_bottom {
  height: 80px;
  width: 1200px;
  margin: 0 auto;
}

.header_logo {
  height: auto;
  overflow: hidden;
  float: left;
}

.nav {
  width: auto;
  height: auto;
  line-height: 80px;
}

.rela {
  position: relative;
}

.nav ul li {
  float: left;
  font-size: 16px;
  margin: 0 10px;
}

.nav ul li>a {
  display: block;
}

.nav ul li:last-child {
  margin-right: 0
}

.nav ul li a {
  color: #333333;
  position: relative;
}

.nav ul li:hover a,
.navaction>a {
  color: #e60909 !important;
}

.nav ul li:hover a:before,
.navaction>a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #e60909;
  position: absolute;
  bottom: 15px;
}

.nav ul li .nav_summe {
  height: 256px;
  position: absolute;
  top: 78px;
  z-index: 99;
  width: 101%;
  display: none;
  overflow: hidden;
  margin-left: -60px;
}

.nav ul li .nav_summ {
  width: auto;
  height: 220px;
  position: absolute;
  z-index: 99;
  top: 40px;
  background: rgba(255, 255, 255, 0.9);
  padding-right: 25px;
  padding-left: 20px;
}

.nav ul li:hover .nav_summe {
  display: block;
}

.nav ul li .nav_summ:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 95px;
  top: -5px;
}

.nav ul li:nth-child(3) .nav_summ {
  left: -1px;
}

.nav ul li:nth-child(4) .nav_summ {
  left: 0px;
}

.nav ul li:nth-child(5) .nav_summ {
  left: -2px;
}

.nav ul li:nth-child(6) .nav_summ {
  left: 3px;
}

.nav ul li:nth-child(7) .nav_summ {
  left: -4px;
}

.nav ul li:nth-child(8) .nav_summ {
  left: 1px;
}

.nav ul li:nth-child(9) .nav_summ {
  left: 3px;
  position: relative;
  float: right;
}

.nav ul li:nth-child(9) .nav_summ:before {
  left: auto;
  right: 30px;
}

.summ_left {
  width: auto;
  float: left;
}

.summ_left ul {
  width: auto;
  float: left;
  margin-top: 20px;
  padding: 0;
}

.summ_left ul li {
  line-height: 34px;
  width: auto;
  float: none;
  display: block;
  width: auto;
}

.summ_left ul li a {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  display: block;
}

.summ_left ul li a span {
  font-family: "ËÎÌå";
  color: #e63d3d;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 2px;
}

.summ_left ul li a:hover span {
  opacity: 1 !important;
}

.nav ul li:hover .summ_left ul li a:before {
  width: 0;
  display: none;
}

.nav ul li:hover .summ_left ul li a {
  color: #333 !important;
}

.nav ul li .summ_left ul li a:hover {
  color: #e63d3d !important;
}

.summ_left ul li a.navactions {
  color: #e63d3d !important;
}

.nav ul li:hover .summ_left ul li a.navactions {
  color: #e63d3d !important;
}

.summ_right {
  width: 338px;
  height: 197px;
  float: left;
  margin-left: 0;
  border-left: 1px #e5e5e5 solid;
  margin-top: 30px;
}

.summ_img {
  width: 294px;
  height: 199px;
  margin-left: 20px;
}

.summ_img img {
  width: 294px;
  height: 166px;
}

.summ_img p {
  font-size: 15px;
  float: left;
  line-height: 48px;
}

.nav ul li:hover .summ_img a:before {
  display: none;
}

/*footer*/
.footer {
  background: #2d2d2d;
}

.foot {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 35px;
}

.foot_left {
  float: left;
}

.foot_left ul {
  float: left;
  margin-right: 40px;
  padding: 0;
}

.foot_left ul span {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  display: block;
}

.foot_left ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #b8b8b8;
  line-height: 28px;
  display: block;
}

.foot_left ul li a:hover {
  color: #fff;
}

.foot_right {
  width: auto;
  float: right;
}

.foot_phone {
  width: auto;
  height: auto;
  overflow: hidden;
  float: left;
  color: #ccc;
}

.foot_phone span {
  font-size: 20px;
  color: #fff;
  display: block;
  margin: 5px 0 10px;
}

.foot_phone p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin: 0;
}

.foot_p {
  width: 100%;
}

.foot_rwm {
  width: 98px;
  height: 98px;
  float: right;
}

.foot_rwm img {
  width: 98px;
  height: 98px;
}

.foot_rwm p {
  font-size: 13px;
  text-align: center;
  margin-top: 12px;
}

.foot_bottom {
  text-align: center;
  width: 100%;
  margin: 20px auto 0;
  border-top: 1px #444444 solid;
  line-height: 57px;
}

.foot_bottom p {
  float: left;
  width: auto;
  font-size: 12px;
  color: #6a6a6a
}

.foot_bottom div {
  width: 716px;
  margin: 0 auto;
}

.foot_bottom u {
  width: auto;
  float: right;
  height: auto;
  overflow: hidden;
}

.foot_bottom ul a {
  font-size: 12px;
  color: #6a6a6a;
}

.yxk-main1 {
  position: relative;
}

.yxk-main1 img {
  display: block;
}

.yxk-main1 div {
  width: 336px;
  height: 384px;
  display: block;
  background: #fff;
  position: absolute;
  top: 28px;
  right: 28px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px;
}

.yxk-main1 div h2 {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #222222;
}

.yxk-main1 div h3 {
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  color: #999999;
  margin-bottom: 10px;
}

.yxk-main1 div input[type="text"],
.yxk-main1 div select {
  width: 130px;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 12px;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  color: #333;
  background: transparent;
}

.yxk-main1 div input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}

.yxk-main1 div select,
.yxk-main1 div input[type="text"]:nth-child(6),
.yxk-main1 div input[type="text"]:nth-child(7) {
  margin-right: 0px;
}

.yxk-main1 div input[type="text"]:nth-child(7) {
  width: 100%;
}

.yxk-main1 div input[type="text"]:nth-child(8) {
  width: 145px;
}

.yxk-main1 div input[type="button"] {
  float: left;
  width: 115px;
  height: 40px;
  border: 1px solid #ff4341;
  border-radius: 3px;
  font-size: 14px;
  box-sizing: border-box;
  color: #ff4341;
  background: transparent;
  cursor: pointer;
}

.yxk-main1 div input[type="submit"] {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  background: #ff4341;
  color: #fff;
  cursor: pointer;
}

.yxk-main2 {
  background: #fff;
  height: 150px;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}

.yxk-main2 select,
.yxk-main2 input[type="text"] {
  float: left;
  /*width: 252px;*/
  width: 275px;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  padding: 0 14px;
  color: #333;
}

.yxk-main2 .search_box {
  position: relative;
  display: inline-block;
}

.yxk-main2 input.sx-btn {
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  line-height: 40px;
  width: 45px;
  font-size: 0px;
  background: #e61818 url(../images/icon-search.png) no-repeat center center;
  border-radius: 0 5px 5px 0;
}

.yxk-main2 input.sx-btn:hover {
  background: #ff4341 url(../images/icon-search.png) no-repeat center center;
}

.yxk-main2 input.schoolName {
  background: url(../images/icon-ck.png) no-repeat top 14px right 10px;
}

.yxk-main2 select:nth-child(4n),
.yxk-main2 input[type="text"]:nth-child(4n) {
  margin-right: 0px;
}

.yxk-main2 input[type="text"]::-webkit-input-placeholder {
  color: #999;
}

.yxk-main2 input[type="submit22"] {
  width: 90px;
  height: 90px;
  background: #fff;
  border: 2px solid #ff4341;
  border-radius: 3px;
  color: #ff4341;
  font-size: 16px;
  line-height: 26px;
  box-sizing: border-box;
  font-weight: bold;
  padding: 0 26px;
  white-space: inherit;
  cursor: pointer;
}

.yxk-main2 input[type="submit22"]:hover {
  background: #ff4341;
  color: #fff;
}

.jzrq-input {
  position: absolute;
  left: 30px;
  background: transparent;
  top: 80px;
}

.yxk-main2 input[type="text"].jzrq-input::-webkit-input-placeholder {
  color: #333;
}

.yxk-main3 {
  padding-bottom: 25px;
  padding-top: 25px;
}

.yxk-main3 .title {
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  color: #222222;
  padding: 50px 0;
}

.yxk-main3 .title::after {
  content: "";
  display: block;
  margin: 24px auto 0;
  width: 80px;
  height: 3px;
  background: #e61818;
}

.yxk-main3-ul {
  width: 100%;
}

.yxk-main3-ul li {
  float: left;
  background: #fff;
  width: 280px;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  transition: all .3s;
}

.yxk-main3-ul li:hover {
  transition: all .3s;
  box-shadow: 1px 1px 5px 0px #edbab7;
}

.yxk-main3-ul li:nth-child(4n) {
  margin-right: 0;
}

.yxk-main3-ul li img {
  width: 130px;
  height: 130px;
  display: block;
  margin: 16px auto 0;
}

.yxk-main3-ul li h2 {
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  color: #333333;
  margin-top: 18px;
}

.yxk-main3-ul li div.yxk-list {
  margin-top: 12px;
}

.yxk-main3-ul li div.yxk-list p {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
  float: left;
  width: 50%;
}

.yxk-main3-ul li div.yxk-list p:last-child,
.yxk-main3-ul li div.yxk-list p:nth-last-child(2) {
  width: 100%;
}

.btn-lql,
.btn-ckxq {
  width: 115px;
  height: 36px;
  text-align: center;
  border: 1px solid #d7d7d7;
  display: inline-block;
  line-height: 34px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  margin-top: 14px;
  transition: all .3s;
}

.btn-lql:hover,
.btn-ckxq:hover {
  border: 1px solid #ff4341;
  color: #ff4341;
  transition: all .3s;
}

.btn-lql span,
.btn-ckxq span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 10px;
  transition: all .3s;
}

.btn-lql {}

.btn-lql span {
  background: url("../images/icon-lq.png") no-repeat;
}

.btn-lql:hover span {
  background: url("../images/icon-lq-on.png") no-repeat;
}

.btn-ckxq {
  float: right;
}

.btn-ckxq span {
  background: url("../images/icon-ck.png") no-repeat;
}

.btn-ckxq:hover span {
  background: url("../images/icon-ck-on.png") no-repeat;
}

.yxk-main3-ul li .pm {
  display: block;
  width: 36px;
  height: 51px;
  background: url("../images/yxk-bg.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 20px;
}

.yxk-main3-ul li .pm h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 8px;

  font-size: 20px;
  line-height: 29px;
}

/* .yxk-main3-ul li .pm p {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #fff;
} */

.jzgd-btn {
  width: 100%;
  background: #fff;
  display: block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

.jzgd-btn:hover {
  color: #ff4341;
}

.yxkxq-main1 {
  width: 100%;
  height: 450px;
  position: relative;
}

.yxkxq-main1>img {
  width: 1920px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 450px;
  margin-left: -960px;
  z-index: 1;
}

.yxkxq-main1>div {
  position: relative;
  z-index: 9;
}

.top {
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}

.top img {
  vertical-align: top;
  margin-top: 13px;
  margin-right: 5px;
}

.top a {
  color: #fff;
}

.yxkxq-main1>div .right {
  background: #fff;
  width: 300px;
  height: 390px;
  box-sizing: border-box;
  padding: 10px;
}

.yxkxq-main1>div .right img {
  width: 280px;
  height: 370px;
  display: block;
}

.yxkxq-main1>div .left {
  height: 390px;
  width: 890px;
  background: #fff;
  box-sizing: border-box;
  padding: 38px;
}

.fx-main .fx {
  background-image: url(../images/fx.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 3px;
  padding-left: 0;
}

.fx-main {
  margin-top: 20px;
}

.fx-main p {
  display: inline-block;
  line-height: 42px;
  font-size: 14px;
  color: #555555;
}

.fx-main div {
  display: inline-block;
  vertical-align: top;
}

.fx-main .fx:nth-child(1) {
  background-position: 0px 0px;
}

.fx-main .fx:nth-child(2) {
  background-position: -32px 0px;
}

.fx-main .fx:nth-child(3) {
  background-position: -64px 0px;
}

.fx-main .fx:nth-child(4) {
  background-position: -96px 0px;
  display: inline-block;
}

.fx-main .fx:nth-child(5).bds_more {
  background-image: url(../images/fx.png);
  background-position: -129px 0px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 3px;
  padding-left: 0;
}

.yxkxq-main1>div .left>div {
  display: inline-block;
  vertical-align: top;
}

.yxkxq-main1>div .left>div>img {
  max-width: 236px;
  width: 236px !important;
  height: 236px;
}

.yxkxq-top {
  margin-left: 60px;
  width: 460px;
  position: relative;
}

.yxkxq-top h1 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}

.yxkxq-top h3 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 15px;
}

.pm-xq {
  float: right;
  position: absolute;
  top: 0;
  right: -20px;
}

.pm-xq h2 {
  font-size: 20px;
  line-height: 24px;
  color: #ef0200;
  font-weight: bold;
}

.pm-xq h2 img {
  vertical-align: top;
  margin-right: 5px;

}

.pm-xq p {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  /*text-align: right;*/
  margin-left: 20px;
}

.yxkxq-xq {
  margin-top: 20px;
}

.yxkxq-xq p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  width: 50%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.yxkxq-xq p:nth-child(odd) {
  box-sizing: border-box;
  padding-right: 25px;
}

.wysq-btn,
.cslql-btn {
  width: 120px;
  height: 40px;
  display: inline-block;
  border: 1px solid #ff4341;
  text-align: center;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 14px;
  margin-top: 28px;
  border-radius: 3px;
  margin-right: 15px;
  color: #ff4341;
  background: #fff;
}

.wysq-btn,
.cslql-btn:hover {
  background: #ff4341;
  color: #ffffff;
}

.yxkxq-main2 {}

.yxkxq-main2>.left {
  width: 890px;
  background: #fff;
  margin: 10px 0;
}

.yxkxq-main2>.left>ul {
  width: 100%;
  border-top: 1px solid #ff4341;
  border-bottom: 1px solid #ff4341;
  border-left: 1px solid #ff4341;
  box-sizing: border-box;
}

.yxkxq-main2>.left>ul li {
  float: left;
  height: 38px;
  width: 12.5%;
  border-right: 1px solid #ff4341;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
  color: #fe2826;
  font-size: 14px;
  cursor: pointer;
}

.yxkxq-main2>.left>ul li a {
  color: #fe2826;
  display: black;
  width: 100%;
  height: 100%;
}

.yxkxq-main2>.left>ul li:hover,
.yxkxq-main2>.left>ul li.on {
  color: #fff;
  background: #ff4341;
}

.yxkxq-main2>.left>ul li:hover a,
.yxkxq-main2>.left>ul li.on a {
  color: #fff;
}

.yxkxq-main2>.left .yxkxq-main2-list p {
  font-size: 14px;
  line-height: 28px;
  min-height: 28px;
  color: #333;
  margin-bottom: 10px;
}


.yxkxq-main2>.right {
  width: 300px;
  margin-bottom: 10px;
}

.yxkxq-main2>.right>div {
  background: #fff;
  margin-top: 10px;
}

.yxkxq-right1 div {
  position: static;
  width: 100%;
  border-radius: 0;
  padding: 30px 20px;
  height: auto;
}

.yxkxq-right1 div input[type="text"],
.yxkxq-right1 div select {
  width: 125px;
  height: 40px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 12px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #333;
  background: transparent;
}

.yxkxq-right1 div select {
  margin-right: 0;
}

.yxkxq-right1 div input[type="text"]:nth-child(8) {
  width: 140px;
}

.yxkxq-right1 div input[type="button"] {
  width: 110px;
}

.yxkxq-right2 {}

.yxkxq-right2 h2,
.yxkxq-right3>h2,
.yxkxq-right4 h2 {
  width: 100%;
  height: 40px;
  line-height: 39px;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
}

.yxkxq-right2 h2 img,
.yxkxq-right3 h2 img,
.yxkxq-right4 h2 img {
  vertical-align: top;
  margin-top: 12px;
  margin-right: 10px;
}

.yxkxq-right2 ul {
  padding: 14px 20px;
}

.yxkxq-right2 ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
}

.yxkxq-right2 ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #cdcdcd;
  margin-right: 8px;
  vertical-align: top;
  margin-top: 14px;
}

.yxkxq-right2 ul li:hover::before {
  background: #ff4341;
}

.yxkxq-right2 ul li a {
  color: #333333;
}

.yxkxq-right2 ul li:hover a {
  color: #ff4341;
}

.yxkxq-right3 ul {
  padding: 0 20px;
}

.yxkxq-right3 ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}

.yxkxq-right3 ul li:last-child {
  border-bottom: 1px solid transparent;
}

.yxkxq-right3 ul li .left {
  width: 80px;
  height: 80px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}

.yxkxq-right3 ul li .right {
  width: 165px;
}

.yxkxq-right3 ul li .right h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yxkxq-right3 ul li .right h3 {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yxkxq-right3 ul li .right p,
.yxkxq-right3 ul li .right p a {
  font-size: 12px;
  line-height: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yxkxq-right3 ul li:hover .right p a,
.yxkxq-right3 ul li .right h2:hover {
  color: #fe2826;
}

.yxkxq-main2-list {}

.yxkxq-main3 {
  display: none;
  box-sizing: border-box;
  padding: 0 35px 16px;
}

.yxkxq-main3.on {
  display: block;
}

.yxkxq-main3>h2 {
  display: block;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
  padding: 35px 0;
  text-align: center;
}

.yxkxq-main3:first-child .content1 p {
  font-size: 14px;
  line-height: 28px;
  min-height: 28px;
  color: #333;
  margin-bottom: 10px;
}

.swiper-container1 {
  width: 100%;
  margin-top: 38px;
  height: 555px;
}

.swiper-slide1 img {
  display: block;
  width: 820px;
  height: 491px;
}

.swiper-slide1 p {
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.next1,
.prev1 {
  position: absolute;
  top: 216px;
  width: 27px;
  height: 57px;
  margin-top: 0;
  z-index: 10;
}

.prev1 {
  background: url("../images/icon-left.png") no-repeat;
  left: 0;
}

.next1 {
  background: url("../images/icon-right.png") no-repeat;
  right: 0;
}

.content2 {}

.content2 p {
  font-size: 14px;
  line-height: 30px;
  min-height: 30px;
  color: #333;
}



.yxkxq-main3:nth-child(3) {}

.yxkxq-main3:nth-child(3)>ul {
  position: sticky;
  position: -webkit-sticky;
  top: 0;

}

.yxkxq-main3:nth-child(3)>ul li {
  background: #ff4341;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  float: left;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}

.yxkxq-main3:nth-child(3)>ul li:nth-child(odd) {
  width: 290px;
}

.yxkxq-main3:nth-child(3)>ul li:nth-child(2) {
  width: 111px;
  border-right: 1px solid #ff7c7a;
  border-left: 1px solid #ff7c7a;
}

.yxkxq-main3:nth-child(3)>ul li:nth-child(4) {
  width: 129px;
  padding-right: 18px;
  border-left: 1px solid #ff7c7a;
}



.content3 {}

.content3 p {
  display: inline-block;
  font-size: 14px;
  color: #333;
}

.content3 p:first-child {
  width: 290px;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}

.content3 p:first-child::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ff4341;
  margin-right: 12px;
  vertical-align: top;
  margin-top: 18px;
  border-radius: 100%;
}

.content3 p:nth-child(2) {
  width: 110px;
  float: right;
  text-align: center;
}

.content3 li {
  height: 40px;
  line-height: 40px;
  width: 400px;
  border-bottom: 1px dashed #ffcdcd;
}

.content3 li:first-child {
  background: #fff2f2;
  border-bottom: 1px solid transparent;
}

.content3 li:first-child p {
  color: #ff4341;
  font-weight: bold;
}

.content3 li:first-child p:first-child::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #ff4341;
  margin-right: 12px;
  vertical-align: top;
  margin-top: 20px;
  border-radius: 0;
}

.yxkxq-main3:nth-child(4) {}

.yxkxq-main3:nth-child(4)>ul.top-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding-right: 18px;
  box-sizing: border-box;
  background: #ff4341;
}

.yxkxq-main3:nth-child(4)>ul.top-nav li {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  float: left;
  box-sizing: border-box;
  font-size: 14px;
  width: 20%;
  border-right: 1px solid #ff7c7a;
}

.yxkxq-main3:nth-child(4)>ul.top-nav li:last-child {
  border-right: 1px solid transparent;
}

.content4 {
  border-left: 1px solid #ff4341;
  border-right: 1px solid #ff4341;
  border-bottom: 1px solid #ff4341;
  box-sizing: border-box;
  overflow-y: scroll;
}

.content4 li {
  /*padding-right: 19px;*/
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #ff4341;

}

.content4 li:last-child {
  border-bottom: 0px solid transparent;
}

.content4 li p {
  float: left;
  width: 20%;
  text-align: center;
  height: 37px;
  line-height: 37px;
  box-sizing: border-box;
  font-size: 14px;
  border-right: 1px solid #ff4341;
}

.content4 li p:last-child {
  border-right: 1px solid transparent;
}

.content5 {
  width: 100%;
  border-bottom: 1px solid #ff4341;
  border-left: 1px solid #ff4341;
  border-right: 1px solid #ff4341;
}

.content5 li p {
  width: 25%;
  float: left;
  height: 50px;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  border-right: 1px solid #ff4341;
  border-bottom: 1px solid #ff4341;
  box-sizing: border-box;
}

.content5 li p:first-child {
  text-align: left;
  padding: 0 16px;
}

.content5 li:last-child p {
  border-bottom: 0px solid transparent;
}

.content5 li p:last-child,
.content5 li:first-child p:last-child {
  border-right: 0px solid transparent;
}

.content5 li:first-child {
  background: #ff4341;
}

.content5 li:first-child p {
  border-right: 1px solid #ff7c7a;
  color: #fff;
  font-weight: bold;
}

.content5 li:last-child p {
  background: #feeded;
}

.content5 li:first-child p:first-child {
  position: relative;
}

.content5 li:first-child p:first-child::before {
  display: block;
  content: "";
  width: 212px;
  height: 1px;
  background: #ff7c7a;
  position: absolute;
  left: -4px;
  bottom: 23px;
  transform: rotate(13deg);
}

.content5 li:first-child p:first-child span {
  line-height: 14px;
}

.content5 li:first-child p:first-child span:first-child {
  position: absolute;
  left: 18px;
  bottom: 13px;
}

.content5 li:first-child p:first-child span:last-child {
  position: absolute;
  top: 13px;
  right: 15px;
}

.content6 {
  border-bottom: 1px solid #ff4341;
  border-right: 1px solid #ff4341;
  box-sizing: border-box;
}

.content6 li {
  float: left;
  width: 50%;
  border-top: 1px solid #ff4341;
}

.content6 li p {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}

.content6 li p:first-child {
  float: left;
  width: 260px;
  border-left: 1px solid #ff4341;
  border-right: 1px solid #ff4341;
  box-sizing: border-box;
  background: #fff2f2;
}

.content6 li p:last-child {
  width: 149.5px;
  float: right;
}

.content6 li:first-child p,
.content6 li:nth-child(2) p {
  background: #ff4341;
  color: #fff;
  font-weight: bold;
}

.content6 li:first-child p:first-child,
.content6 li:nth-child(2) p:first-child {
  border-left: 1px solid #ff7c7a;
  border-right: 1px solid #ff7c7a;
}

.yxkxq-main3:nth-child(7) {
  padding: 0 30px 16px;
}

.content7 {}

.content7 li {
  width: 264px;
  float: left;
  height: 330px;
  margin-right: 19px;
  margin-bottom: 20px;
  position: relative;
}

.content7 li:nth-child(3n) {
  margin-right: 0;
}

.content7 li img.content7-img1 {
  display: block;
  width: 248px;
  height: 252px;
  border: 8px solid #e3e3e3;
}

.content7 li div {
  width: 100%;
  text-align: right;
  height: 60px;
  background: #ff4341;
}

.yxkxq-main2>.left .content7>li div p {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  vertical-align: top;
  margin-bottom: 0;
}

.content7 li div span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #de2826;
  font-size: 26px;
  margin-right: 10px;
  margin-left: 12px;
  font-family: "宋体";
  transition: all .1s;
}

.content7 li:hover div span {
  background: #ffc341;
  transition: all .1s;
}

.content7 li img.content7-img2 {
  display: block;
  width: 263px;
  height: 268px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .3s;
}

.content7 li:hover img.content7-img2 {
  opacity: 1;
  transition: all .3s;
}

.ckgd-btn {
  width: 100%;
  height: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  background: #f7f7f7;
}

.bg-main {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}

.ceshi-main,
.cg-main {
  position: fixed;
  width: 336px;
  height: 384px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-top: -192px;
  margin-left: -167px;
  z-index: 12;
  border-radius: 5px;
  display: none;
}

.ceshi-main>div {
  position: unset;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.cg-main h2 {
  text-align: center;
  line-height: 22px;
  font-size: 22px;
  color: #333333;
  margin-top: 35px;
}

.cg-main .cg-img {
  display: block;
  margin: 55px auto 0;
}

.cg-main p {
  display: block;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  padding: 30px 26px 0;
}

.cg-main a {
  display: block;
  width: 274px;
  height: 40px;
  margin: 55px auto 0;
  background: #ff4341;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
}

table {
  width: 100%;
  border-right: 1px solid #ff4341;
  border-bottom: 1px solid #ff4341;
  table-layout: fixed;
  margin-bottom: 20px;
}

table tr {
  background-color: #fff;
}

table tr:hover {
  background-color: #f5f5f5;
}

table td {
  padding: 8px;
  border-left: 1px solid #ff4341;
  border-top: 1px solid #ff4341;
  width: auto !important;
  text-align: center !important;
}

table th {
  background: #ff4341;
  color: #fff;
  padding: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  width: auto !important;
  text-align: center !important;
}


.offer-main {
  width: 526px;
  height: 536px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -263px;
  margin-top: -268px;
  z-index: 19;
  display: none;
}

.offer-main .img {
  display: block;
  width: 100%;
  height: 100%;
}

.close2 {
  position: absolute;
  right: -50px;
  top: -50px;
  cursor: pointer;
}


.siftbox {
  /*width: 100%;*/
  background: #fff;
  margin-top: 10px;
  color: #333;
  /*height: 40px;*/
  height: auto;
  min-height: 40px;
  box-sizing: border-box;
  padding: 0 20px 4px;
}

.siftbox .label {
  float: left;
  font-size: 18px;
  /*font-weight: 800;*/
  color: #333;
  line-height: 40px;
  margin-right: 10px;
}

#close_cx {
  float: right;
}

#close_cx a {
  color: #333;
  display: inline-block;
  line-height: 40px;
}

#close_cx a:hover {
  color: #d93c32;
}

#condition {
  height: auto;
  padding-bottom: 3px;
}

.siftbox .inbtn {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  margin: 7px 8px 0px 0;
  float: left;
  background-position: 0 0;
  padding: 0 10px 0 10px;
  background: #ffefee;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #ffefee;
}

.siftbox .inbtn:hover {
  background-position: 0 -17px;
  text-decoration: none;
  border: 1px solid #d93c32;
  line-height: 26px;
}

.siftbox .inbtn span {
  background-position: 100% 0;
  display: block;
  float: left;
  padding: 0 25px 0 0;
  box-sizing: border-box;
  background: url(../images/closelabel.png) right 6px no-repeat;
}

.siftbox .inbtn span:hover {
  background: url(../images/closelabel2.png) right 6px no-repeat;
}

.inbtn span b {
  font-weight: normal;
  color: #333;
}

.inbtn span em {
  color: #d93c32;
  font-style: normal;
}

.main_tab {
  display: flex;
  width: 600px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 50px;
}

.main_tab>div {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  background-color: #ececec;
  border-radius: 10px;
  overflow: hidden;
}

/* .main_tab>div:hover{
  color: #ffffff ;
  background-color: #ff4341 ;
} */
.tabtopClick {
  background-color: #e61818 !important;
  color: #ffffff !important;
}

.arDeInLDown {
  width: 824px;
  height: 152px;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 20px;
  margin-top: 25px;
}

.arDeInLDown .arDeInLDownTitle {
  width: 46.5%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #f14545;
  margin-bottom: 17px;
  box-sizing: border-box;
  padding-left: 10px;
}

.arDeInLDown .arDeInLDownTitle img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.arDeInLDown .arDeInLDownCont {
  display: flex;
}

.arDeInLDown .arDeInLDownCont .arDeInLDownConItem {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}

.arDeInLDown .arDeInLDownCont .arDeInLDownConItem a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.arDeInLDown .arDeInLDownCont .arDeInLDownConItem .arDownConItemL {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: transparent transparent transparent #333333;
}

.arDeInLDown .arDeInLDownCont .arDeInLDownConItem:hover a {
  color: #f14545;
  transition: 0.3s;
}

.arDeInLDown .arDeInLDownCont .arDeInLDownConItem:hover .arDownConItemL {
  border-color: transparent transparent transparent #f14545;
  transition: 0.3s;
}

.arDeInLDown .arDeInLDownCont .arDeInLDownConL {
  border-right: 1px solid #e8e8e8;
  padding: 0 39px 0 10px;
  width: 375px;
}

.arDeInLDown .arDeInLDownCont .arDeInLDownConR {
  padding: 0 10px 0 39px;
  width: 375px;
}

.arDeInLDown .arDeInLDownCont .arDeInLDownConL,
.arDeInLDown .arDeInLDownCont .arDeInLDownConR {
  height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.switchTab {
  width: 486px;
  height: 45px;
  display: flex;
  margin: 17px auto 30px auto;
  justify-content: space-between;

}

.switchTab a {
  width: 227px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 19px;
  font-weight: 400;
  color: #261D20;
  line-height: 45px;
  text-align: center;
  position: relative;
}

.switchTab a:hover {
  background: #FF4341 !important;
  color: #FFFFFF !important;
  font-weight: bold !important;
}

.switchTabActive {
  background: #FF4341 !important;
  color: #FFFFFF !important;
  font-weight: bold !important;
}

.switchTabActive::before {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border: 9px solid;
  border-color: #FF4341 transparent transparent transparent;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
}
/* 查看更多 */
.more{
    width: 25%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 35px;
    border-radius: 5px;
    line-height: 40px;
    background: #FF4848;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
}
.more a {
    color: #fff;
}