* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
}
html {
  background-color: #F0F0F0;
}
#header {
  width: 100%;
  height: 160px;
  background: #FFFFFF;
}
#header .topmap {
  width: 100%;
  height: 40px;
  background: #F0F0F0;
}
#header .topmap .content {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .topmap .content>div{
      width: 1200px;
    height: 100%;
    margin: auto;
      display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .topmap .content>div>p{
      font-size: 12px;
  font-weight: 400;
  color: #666666;
}

#header .topmap .content>div>p>span>a{
  color: #666666;
  padding-right: 20px;
}

#header .topmap .content > p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
#header .topmap .content>div>p:last-child{
      display: flex;
  height: 100%;
  align-items: center;
}
#header .topmap .content>div>p:last-child img{
    margin-right: 8px;
}
#header .topmap .content .map {
  display: flex;
  height: 100%;
  align-items: center;
}
#header .topmap .content .map > a {
  font-size: 14px;
  font-weight: 400;
  color: #EE441F;
  margin-left: 8px;
}
#header > .header {
  width: 1200px;
  height: 120px;
  margin: auto;
  display: flex;
  align-items: center;
}
#header > .header > .logo {
  display: flex;
  height: 100%;
  align-items: center;
}
#header > .header > .logo > .vertical {
  width: 1px;
  height: 40px;
  background: #EE441F;
  margin: 0 20px;
}
#header > .header > .search {
  margin-left: 52px;
  margin-right: 80px;
  margin-top: -5px;
  display: flex;
  flex-direction: column;
}
#header > .header > .search > form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 330px;
  height: 34px;
  margin-top: 5px;
  background: #FFFFFF;
  border: 2px solid #EE441F;
  font-size: 16px;
  font-family: Source Han Serif CN, garamond, serif;
  font-weight: 600;
  color: #333333;
  box-sizing: border-box;
}
#header > .header > .search > form > input {
  width: 70%;
  height: 27px;
  outline: none;
  border: none;
  padding-left: 10px;
  font-size: 14px;
  box-sizing: border-box;
}
#header > .header > .search > form > button {
  width: 80px;
  height: 30px;
  background: #EE441F;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
#header > .header > .search > form > button > img {
  margin-right: 5px;
}
#header > .header > .search > ul {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
#header > .header > .search > ul > li {
  margin-right: 10px;
}
#header > .header > .search > ul > li > a {
  color: #333333;
}
#header > .header > .search > ul > p {
  color: #CC403F;
  position: relative;
  margin: 0 0 0 20px;
}
#header > .header > .search > ul > p > img {
  position: absolute;
  top: 1px;
  left: -18px;
}
#header > .header > .phone_number {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: Microsoft YaHei;
}
#header > .header > .phone_number > p {
  position: relative;
}
#header > .header > .phone_number > p > img {
  position: absolute;
  left: -37px;
  top: 0;
}
#header > .header > .phone_number > p > span {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
#header > .header > .phone_number > span {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
#nav {
  width: 100%;
  height: 80px;
  background: #F15645;
  box-sizing: border-box;
}
#nav > .nav {
  width: 1200px;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#nav > .nav > div {
  display: flex;
  height: 100%;
  box-sizing: border-box;
}
#nav > .nav > div > a {
  flex: none;
  display: inline-block;
  width: 90px;
  height: 100%;
  background: #EE441F;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
#nav > .nav > div > ul {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#nav > .nav > div > ul > li {
  max-width: 56px;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  margin: 0 15px;
  text-align: center;
  white-space: nowrap;
  line-height: 24px;
}
#nav > .nav > div > ul > li > a {
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 14px;
}
#nav > .nav > div:nth-child(2) > ul {
  padding: 0 5px;
}
#body {
  width: 1200px;
  margin: 0 auto 10px;
}
#city{
     width: 1200px;
  margin: auto; 
}
#city .nav {
  display: flex;
  padding: 12px 10px;
  background-color: #fff;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}
#city .nav > ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #333333;
}
#city .nav > ul > p {
  font-weight: bold;
}
#city .nav > ul > li {
  font-weight: 400;
  margin-right: 25px;
}
#city .nav > ul > li > a {
  color: #666666;
}
#city .nav > ul > li > a:hover {
  color: #F15645;
}
#city .nav > a {
  flex: none;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#body .center {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#body .center #slide {
  width: 400px;
  height: 246px;
  overflow: hidden;
}
#body .center #slide .swiper-slide p {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  background: #444;
  color: #fff;
  opacity: 0.8;
}
#body .center #slide .swiper-pagination {
  position: absolute;
  right: 5px;
  bottom: 6px;
  width: auto;
  left: auto;
}
#body .center #slide .swiper-pagination-bullet {
  opacity: 0.9;
  background-color: #666;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  margin: 0 1px;
}
#body .center #slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F15645;
}
#body .center > .left .flow {
  width: 400px;
  height: 334px;
  margin-top: 10px;
  background: #FFFFFF;
  padding-bottom: 22px;
  box-sizing: border-box;
}
#body .center > .left .flow > .title {
  width: 100%;
  height: 50px;
  padding-left: 28px;
  box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
#body .center > .left .flow > .title > h2 {
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #F15645;
  position: relative;
}
#body .center > .left .flow > .title > h2::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  width: 4px;
  height: 20px;
  background: #F15645;
}
#body .center > .left .flow > .content {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
#body .center > .left .flow > .content div {
  width: 100%;
  box-sizing: border-box;
}
#body .center > .left .flow > .content div > p {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 35px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background: #F15645;
}
#body .center > .left .flow > .content div > ul {
  display: flex;
  flex-wrap: wrap;
}
#body .center > .left .flow > .content div > ul li {
  height: 32px;
  padding: 0px 12px;
  background: #F2F2F2;
  margin: 10px 10px 0 0;
  min-width: 80px;
  box-sizing: border-box;
  text-align: center;
  line-height: 32px;
}
#body .center > .left .flow > .content div > ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#body .center > .left .flow > .content div > ul li:hover {
  background: #F15645;
}
#body .center > .left .flow > .content div > ul li:hover > a {
  color: #FFFFFF;
}
#body .center > .middle {
  width: 480px;
  height: 590px;
  background: #FFFFFF;
}
#body .center > .middle > .top_title {
  margin: 10px 0 0 10px;
  display: flex;
  align-items: center;
}
#body .center > .middle > .top_title > p {
  width: 81px;
  height: 30px;
  padding-left: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  background: url(/statics/theme/img/content/images/toutiao.png) no-repeat;
  background-size: 100%;
  box-sizing: border-box;
}
#body .center > .middle > .top_title h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-left: 13px;
}
#body .center > .middle > .top_title h2 a{
     font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-left: 13px; 
}
#body .center > .middle > .top_title h2 a:hover{
    color: #F15645;
}
#body .center > .middle > .one_content {
  margin-top: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}
#body .center > .middle > .one_content > li {
  width: 222px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#body .center > .middle > .one_content > li a {
  color: #333333;
}
#body .center > .middle > .one_content > li a:hover {
  color: #F15645;
}
#body .center > .middle > .two_content {
  margin-top: 6px;
  padding: 0 10px;
}
#body .center > .middle > .two_content > h2 {
  font-size: 16px;
  font-weight: bold;
  color: #F15645;
  padding-left: 14px;
  position: relative;
  margin-bottom: 5px;
}
#body .center > .middle > .two_content > h2::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 20px;
  background: #F15645;
}
#body .center > .middle > .two_content > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#body .center > .middle > .two_content > ul > li {
  width: 224px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
#body .center > .middle > .two_content > ul > li > a {
  color: #666666;
}
#body .center > .middle > .two_content > ul > li > a:hover {
  color: #F15645;
}
#body .center > .middle > .three_content > .tab_top {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
#body .center > .middle > .three_content > .tab_top > li {
  /* width: 116px;
  height: 40px;
  background: #EAEAEA;
  line-height: 40px;
  text-align: center; */
}
#body .center > .middle > .three_content > .tab_top > li > a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  width: 116px;
  height: 40px;
  background: #EAEAEA;
  line-height: 40px;
  text-align: center;
  display: block;
}
#body .center > .middle > .three_content > .tab_top > .active {
  position: relative;
}
#body .center > .middle > .three_content > .tab_top > .active a {
  background-color: #F15645;
  color: #FFFFFF;
}
#body .center > .middle > .three_content > .tab_top > .active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F15645;
}
#body .center > .middle > .three_content > .bottom_tab {
  display: none;
  margin-top: 12px;
  padding: 0 10px;
  box-sizing: border-box;
}
#body .center > .middle > .three_content > .bottom_tab > li {
  line-height: 31px;
  display: flex;
  justify-content: space-between;
}

#body .center > .middle > .three_content > .bottom_tab > li > span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#body .center > .middle > .three_content > .bottom_tab > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  padding-right: 20px;
}
#body .center > .middle > .three_content > .bottom_tab > li > a:hover {
  color: #F15645;
}
#body .center > .right h2 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #F15645;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #E3E3E3;
}
#body .center > .right h2 span {
  color: #333333;
}
#body .center > .right > .form {
  width: 300px;
  height: 400px;
  background: #FFFFFF;
}
#body .center > .right > .form > form {
  text-align: center;
}
#body .center > .right > .form > form .input {
  width: 280px;
  height: 40px;
  margin: 12px auto 0;
  padding-left: 14px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#body .center > .right > .form > form .input > label {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
#body .center > .right > .form > form .input > input {
  border: none;
  outline: none;
  font-size: 14px;
}
#body .center > .right > .form > form .input > input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #C8C8C8;
}
#body .center > .right > .form > form .input > select {
  width: 80%;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333333;
}
#body .center > .right > .form > form > button {
  width: 280px;
  height: 40px;
  background: #F15645;
  text-align: center;
  margin: 12px auto 0;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
#body .center > .right > .form > form > .privacy {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
#body .center > .right > .form > form > .privacy > p {
  margin-left: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
#body .center > .right > .form > form > .privacy > p > a {
  color: #F15645;
}
#body .center > .right > .two_box {
  width: 300px;
  height: 180px;
  margin-top: 10px;
  background: #FFFFFF;
}
#body .center > .right > .two_box > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 17px 10px 0;
  box-sizing: border-box;
}
#body .center > .right > .two_box > div > a {
  width: 134px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(193, 193, 193, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
#body .center > .right > .two_box > div > a > span {
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  margin-left: 11px;
}
#body .center > .right > .two_box > div > a:hover > span {
  color: #CC403F;
}
#body .common_title {
  width: 1200px;
  margin: 10px auto;
  height: 50px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding-left: 22px;
  display: flex;
  align-items: center;
  position: relative;
}
#body .common_title > h2 {
  flex: none;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #F15645;
  position: relative;
}
#body .common_title > h2::after {
  content: '';
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: -12px;
  width: 4px;
  height: 20px;
  background: #F15645;
}
#body .common_title > a {
  padding: 0 20px;
  height: 28px;
  background: #FBE8E6;
  font-size: 14px;
  font-weight: 400;
  color: #F15645;
  line-height: 28px;
  margin-left: 20px;
}
#body .common_title .flot_right {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
#body .common_title .flot_right > a {
  color: #333333;
}
#body .common_title .flot_right > a:hover {
  color: #F15645;
}
#body #school {
  width: 1200px;
  padding: 20px 0;
  background: #FFFFFF;
  box-sizing: border-box;
}
#body #school > .top_tab {
  display: flex;
  padding-left: 10px;
}
#body #school > .top_tab li {
  width: 116px;
  height: 40px;
  margin-right: 22px;
  background: #EAEAEA;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  cursor: pointer;
}
#body #school > .top_tab > .active {
  background: #F15645;
  color: #FFFFFF;
  position: relative;
}
#body #school > .top_tab > .active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F15645;
}
#body #school > .school {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}
#body #school > .school li {
  margin-top: 28px;
  margin: 20px 10px 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}
#body #school > .school li > .top {
  width: 220px;
  height: 150px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#body #school > .school li > .top>a> img {
  width: 220px;
  height: 150px;
  transition: all 0.6s;
}
#body #school > .school li > .top >a> img:hover {
  transform: scale(1.3);
}
#body #school > .school li > .top p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: rgba(67, 50, 50, 0.6);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
}
#body #school > .school li > .bottom {
  width: 220px;
  height: 90px;
  padding: 0 14px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
#body #school > .school li > .bottom .estate {
  margin: 13px 0;
  display: flex;
  justify-content: space-between;
}
#body #school > .school li > .bottom .estate p {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
#body #school > .school li > .bottom .estate p span {
  color: #F15645;
}
#body #school > .school li > .bottom .link {
  display: flex;
  justify-content: space-between;
}
#body #school > .school li > .bottom .link a {
  width: 90px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #F15645;
  font-size: 14px;
  font-weight: 400;
  color: #F15645;
  text-align: center;
  line-height: 34px;
  box-sizing: border-box;
}
#body #school > .school li > .bottom .link a:last-child {
  border: 1px solid #45AAF1;
  color: #45AAF1;
}
#body .major {
  width: 1200px;
  margin: auto;
}
#body .major ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#body .major ul li {
  width: 292px;
  height: 120px;
  background: #FFFFFF;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
}
#body .major ul li .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#body .major ul li .item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 17px 0 14px;
}
#body .major ul li .item .item-meta .item-children,
#body .major ul li .item .item-meta {
  display: flex;
  flex-direction: column;
}
#body .major ul li .item .item-meta a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#body .major ul li .item .item-meta a:first-child {
  /* font-size: 16px; */
  /* font-weight: bold;
  color: #333333; */
}
#body .major ul li:hover a .item-meta a {
  color: #EE441F;
}
#body .major ul li:nth-child(4n) {
  margin: 0;
}
#body .major ul li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
#body .special {
  width: 1200px;
  height: 190px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#body .special img {
  cursor: pointer;
}
#body .special > div {
  width: 100%;
  margin: 0 15px;
  display: flex;
}
#body .special > div a {
  margin-right: 35px;
  transition-duration: 0.3s;
}
#body .special > div a:last-child {
  margin-right: 0;
}
#body .special > div img {
  width: 244px;
  height: 152px;
}
#body .special > div a:hover {
  transform: translateY(-5px);
}
#body .categorys {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
#body .categorys .left {
  width: 400px;
  height: 430px;
  background: #FFFFFF;
  box-sizing: border-box;
}
#body .categorys .left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 5px 10px 0;
}
#body .categorys .left ul li {
  margin: 14px 12px 0 0px;
  box-sizing: border-box;
  overflow: hidden;
}
#body .categorys .left ul li > .top {
  width: 184px;
  height: 122px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#body .categorys .left ul li > .top>a{
    display: inline-block;
      width: 184px;
  height: 122px;
  box-sizing: border-box;
}
#body .categorys .left ul li > .top >a img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
#body .categorys .left ul li > .top >a> img:hover {
  transform: scale(1.3);
}
#body .categorys .left ul li > .top p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: rgba(67, 50, 50, 0.6);
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
}
#body .categorys .left ul li > .bottom {
  width: 184px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  margin-top: 7px;
}
#body .categorys .left ul li > .bottom .link {
  display: flex;
  justify-content: space-between;
}
#body .categorys .left ul li > .bottom .link a {
  width: 86px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #F15645;
  font-size: 14px;
  font-weight: 400;
  color: #F15645;
  text-align: center;
  line-height: 34px;
  box-sizing: border-box;
}
#body .categorys .left ul li > .bottom .link a:last-child {
  border: 1px solid #45AAF1;
  color: #45AAF1;
}
#body .categorys .left ul li:nth-child(2n) {
  margin-right: 0;
}
#body .categorys .middle {
  width: 480px;
  height: 430px;
  background: #FFFFFF;
}
#body .categorys .middle .top_tab {
  display: flex;
  justify-content: flex-start;
    background: #f15645;
}
#body .categorys .middle .top_tab li {
  width: 120px;
  height: 40px;
  background: #F15645;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
#body .categorys .middle .top_tab li a {
  font-weight: 400;
  color: #FFFFFF;
}
#body .categorys .middle .top_tab .active {
  background: #FFFFFF;
}
#body .categorys .middle .top_tab .active a {
  font-weight: bold;
  color: #F15645;
}
#body .categorys .middle .list {
  box-sizing: border-box;
  padding: 20px 10px 18px;
  display: none;
}
#body .categorys .middle .list .iaccs_one {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
#body .categorys .middle .list .iaccs_one img {
  width: 140px;
  height: 86px;
  margin-right: 13px;
  display: block;
}
#body .categorys .middle .list .iaccs_one > div > a {
  display: block;
  max-width: 296px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#body .categorys .middle .list .iaccs_one > div span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
#body .categorys .middle .list .iaccs_one > div span > a {
  color: #F15645;
}
#body .categorys .middle .list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 13px 0;
}

#body .categorys .middle .list .iaccs_one > a{
    width: 153px;
    overflow: unset;
}
#body .categorys .middle .list li > a {
  color: #999999;
    max-width: 370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#body .categorys .middle .list li > a:hover {
  color: #EE441F;
}
#body .categorys .middle .list li > span {
  color: #999999;
}
#body .categorys .right {
  width: 300px;
  height: 430px;
  background: #FFFFFF;
}
#body .categorys .right .major_icon {
  width: 100%;
  height: 380px;
  padding: 20px 10px;
  box-sizing: border-box;
}
#body .categorys .right .major_icon > .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  margin-bottom: 10px;
}
#body .categorys .right .major_icon > .top > a { 
   height: 95px;
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    box-sizing: border-box;
}
#body .categorys .right .major_icon > .top > a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition-duration: 0.3s;
}
#body .categorys .right .major_icon > .top > a span {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
#body .categorys .right .major_icon > .top > a img:hover {
  transform: translate(0, -5px);
}
#body .categorys .right .major_icon > .top > a:nth-child(4n) {
  margin-right: 0;
}
#body .categorys .right .major_icon > .top_li > ul {
  margin-bottom: 17px;
}
#body .categorys .right .major_icon > .top_li > ul > li > p {
  width: 70px;
  height: 24px;
  background: #F15645;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  position: relative;
  margin: 17px 0 3px 0;
}
#body .categorys .right .major_icon > .top_li > ul > li:first-child > p {
  margin-top: 0;
}
#body .categorys .right .major_icon > .top_li > ul > li > p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid #F15645;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
}
#body .categorys .right .major_icon > .top_li > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
#body .categorys .right .major_icon > .top_li > ul > li > a:hover {
  color: #F15645;
}
#body .categorys .right .major_icon > .colours > .titles {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 3px;
}
#body .categorys .right .major_icon > .colours > .question {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#body .categorys .right .major_icon > .colours > .question a {
  flex: none;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 9px;
}
#body .categorys .right .major_icon > .colours > .question a:nth-child(1) {
  width: 154px;
  height: 44px;
  /*padding-left: 13px;*/
  background: #FFF7FF;
  border: 1px solid #FFCBFE;
  color: #EE80EC;
}
#body .categorys .right .major_icon > .colours > .question a:nth-child(2) {
  width: 120px;
  height: 44px;
  padding: 0 13px;
  color: #A59AF8;
  background: #F7F6FF;
  border: 1px solid #DFDBFF;
}
#body .categorys .right .major_icon > .colours > .question a:nth-child(3) {
  width: 74px;
  height: 44px;
  background: #FFFCF0;
  border: 1px solid #F6E17F;
  color: #CEB12C;
  /*padding: 0 22px;*/
}
#body .categorys .right .major_icon > .colours > .question a:nth-child(4) {
  width: 74px;
  height: 44px;
  background: #F4FFF5;
  border: 1px solid #BADEBD;
  color: #80A783;
  padding: 0 7px;
}
#body .categorys .right .major_icon > .colours > .question a:nth-child(5) {
  width: 120px;
  height: 44px;
  background: #F5F8FF;
  border: 1px solid #BED1FB;
  color: #7D9EE6;
  padding: 0 16px;
}
#body .categorys .right .major_icon > .colours > .question a:nth-child(6) {
  width: 120px;
  height: 50px;
  background: #FFF7F5;
  border: 1px solid #FFD2C7;
  color: #FE7A5A;
  padding: 0 9px;
}
#body .categorys .right .major_icon > .colours > .question a:nth-child(7) {
  width: 74px;
  height: 50px;
  background: #FFF7FF;
  border: 1px solid #FFCBFE;
  color: #EE80EC;
  padding: 0 1px;
}
#body .categorys .right .major_icon > .colours > .question a:nth-child(8) {
  width: 74px;
  height: 50px;
  background: #FFF7F7;
  border: 1px solid #FFCCCC;
  color: #FF7171;
  padding: 0 7px;
}
#body .categorys .right .major_icon > .colours > .question a:nth-child(9) {
  width: 154px;
  height: 44px;
  background: #F7F6FF;
  border: 1px solid #DFDBFF;
  color: #A59AF8;
  padding: 0 32px;
}
#body .categorys .right .major_icon > .colours > .question a:nth-child(10) {
  width: 120px;
  height: 44px;
  background: #FFFCF0;
  border: 1px solid #F6E17F;
  color: #DEC14E;
  padding: 0 20px;
}
#body .categorys .right .major_icon > .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  justify-content: space-between;
}
#body .categorys .right .major_icon > .bottom > a {
  width: 134px;
  height: 40px;
  background: #F7F7F7;
  margin-bottom: 15px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#body .categorys .right .major_icon > .bottom > a:hover {
  background: #FFF1F0;
  color: #F15645;
}
#body .categorys .title {
  height: 40px;
  background: #F15645;
  display: flex;
  align-items: center;
}
#body .categorys .title img {
  margin: 0 10px;
}
#body .categorys .title h2 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
#body .t_categorys > .right > .major_icon > .bottom > a {
  margin-bottom: 11px;
}
#body .last_content {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
#body .last_content .left {
  width: 890px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
#body .last_content .left > .category {
  width: 440px;
  height: 370px;
  background: #FFFFFF;
}
#body .last_content .left > .category > .list {
  box-sizing: border-box;
  padding: 20px 10px 18px;
}
#body .last_content .left > .category > .list > .iaccs_one {
  display: flex;
  align-items: center;
  margin: 0;
}
#body .last_content .left > .category > .list > .iaccs_one img {
  width: 140px;
  height: 86px;
  margin-right: 13px;
}
#body .last_content .left > .category > .list > .iaccs_one > div > a {
  display: block;
  max-width: 255px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#body .last_content .left > .category > .list > .iaccs_one > div span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
#body .last_content .left > .category > .list > .iaccs_one > div span > a {
  color: #F15645;
}
#body .last_content .left > .category > .list > li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 14px 0;
}
#body .last_content .left > .category > .list > li > a {
  color: #999999;
}
#body .last_content .left > .category > .list > li > a:hover {
  color: #EE441F;
}
#body .last_content .left > .category > .list > li > span {
  color: #999999;
}
#body .last_content .title {
  width: 100%;
  height: 40px;
  background: #F15645;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#body .last_content .title img {
  margin: 0 10px;
}
#body .last_content .title h2 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
#body .last_content .title .left_title {
  height: 100%;
  display: flex;
  align-items: center;
}
#body .last_content .title .right_href {
  margin-right: 19px;
  font-size: 14px;
  font-weight: 400;
  color: #FECCC6;
}
#body .last_content .right {
  width: 300px;
  height: 750px;
  background: #FFFFFF;
}
#body .last_content .right > ul {
  width: 100%;
  box-sizing: border-box;
}
#body .last_content .right > ul > li {
  width: 100%;
  box-sizing: border-box;
  padding: 17px 10px;
  border-bottom: 1px solid #EAEAEA;
}
#body .last_content .right > ul > li > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#body .last_content .right > ul > li > a img {
  margin-right: 12px;
}
#body .last_content .right > ul > li > a > .number {
  font-size: 16px;
  font-weight: 400;
  color: #FF8F3C;
  margin-right: 12px;
}
#body .last_content .right > ul > li:nth-child(-n+4) > a > .number {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
  font-style: italic;
}
#body .last_content .right > ul > li:last-child {
  border-bottom: none;
}
#body .last_content .right > ul > li:hover a {
  color: #EE441F;
}
#body .last_content .right > .ckgd {
  display: block;
  width: 150px;
  height: 40px;
  margin: 10px auto 0;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #F15645;
  background: #FFF1EF;
  border: 1px solid #F0A49B;
}
#footer {
  width: 100%;
  /*height: 350px;*/
  padding-bottom: 30px;
  background: #333333;
}
#footer > .footer {
  width: 1200px;
  margin: auto;
  padding-top: 48px;
  box-sizing: border-box;
}
#link{
    width: 100%;
    margin-top: 10px;
    background: #333333;
    overflow: hidden;
}
#link>.link{
    width: 1200px;
    margin: 30px auto;
}
#link>.link > p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
#link>.link > ul {
  display: flex;
  padding-top: 14px;
    flex-wrap: wrap;
}
#link>.link > ul li {
  margin-top: 4px;
  margin-right: 15px;
}
#link>.link > ul li > a {
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}
#link > hr {
  width: 1200px;
  height: 1px;
  margin: auto;
  background: #626262;
}
#footer{
    margin-top: 0;
}

#footer > .footer > .footer_bottom {
  display: flex;
  justify-content: space-between;
}
#footer > .footer > .footer_bottom > .left > ul {
  display: flex;
  margin-bottom: 34px;
}
#footer > .footer > .footer_bottom > .left > ul > li {
  margin-right: 40px;
}
#footer > .footer > .footer_bottom > .left > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
#footer > .footer > .footer_bottom > .left > p {
  line-height: 29px;
  font-size: 14px;
  font-weight: 400;
  color: #929292;
}
#footer > .footer > .footer_bottom > .left > p >a{
      color: #929292;
}
#footer > .footer > .footer_bottom > .left > p >img{
    width: 21px;
    margin: 0 10px 0;
}
#footer > .footer > .footer_bottom > .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#footer > .footer > .footer_bottom > .center > img {
  width: 100px;
  height: 100px;
  margin-bottom: 13px;
}
#footer > .footer > .footer_bottom > .center > p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
#footer > .footer > .footer_bottom > .right p {
  font-size: 14px;
  font-weight: 400;
  color: #929292;
  line-height: 30px;
}
#footer > .footer > .footer_bottom > .right p span {
  color: #F1C745;
}


.index_mian_hotTools_toolList {
  
}