@import url('reset.css');

body {
  color: #666464;
  font-size: 14px;
  line-height: 24px;
  font-family: "宋体", Gadget, sans-serif;
  font: 12px/18px Microsoft Yahei;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
  background-color: #fff;
}

* {
  box-sizing: border-box;  
}

a {
  text-decoration: none;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.img-block {
  position: relative;
}
.img-block>img {
  width: 100%;
}
.img-block>a {
  position: absolute;
}

.top {
  height: 43px;
  background-color: #eeeeee;
}
.top * {
  color: #929292;
}
.top .nav {
  margin: 0 10px;
}
.top .nav:first-child {
  margin-left: 0;
}
.top .nav:last-child {
  margin-right: 0;
}

.header {
  padding: 15px 0;
}
.header .search{
  height: 75px;
  width: 350px;
  background: url(../img/bg-search.jpg) no-repeat center;
  position: relative;
}
.header .search input{
  position: absolute;
  top: 22px;
  left: 20px;
  height: 32px;
  width: 260px;
  border: 0;
  border-radius: 0;
  outline: none;
}
.header .search .submit{
  position: absolute;
  top: 22px;
  left: 280px;
  height: 32px;
  width: 70px;
}

.menu {
  background-color: #c8000b;
}
.menu-list {
  display: flex;
}
.menu-list>a {
  font-size: 20px;
  color: #fff;
  display: block;
  flex: 1;
  text-align: center;
  height: 45px;
  line-height: 45px;
  transition: background-color linear .2s;
  outline: none;
}
.menu-list>a:hover, .menu-list>a.active {
  background-color: #af0714;
}

.banner {
  background: url(../img/banner.jpg) no-repeat center;
  height: 533px;
}

.contact {
  background: url(../img/contact.jpg) no-repeat center;
  height: 135px;
}

.footer {
  background-color: #e7e5e6;
  font-size: 16px;
  padding: 50px 0;
}
.footer .row {
  margin-bottom: 30px;
}
.footer .row:last-child {
  margin-bottom: 0;
}
.footer .row>span {
  color: #2d2d2d;
  margin-right: 30px;
}
.footer .row>a {
  color: #929292;
  margin-right: 20px;
  min-width: 4em;
  display: inline-block;
}
.footer .row>a:last-child {
  margin-right: 0;
}

.bottom {
  background-color: #e7e5e6;
  text-align: center;
  padding-bottom: 40px;
}
.bottom * {
  color: #929292;
  font-size: 14px;
}
.bottom .nav {
  margin-top: 20px;
  margin-bottom: 15px;
}
.bottom .nav>a {
  margin: 0 10px;
}

.section {
  padding: 50px 0;
}
.section.gray {
  background-color: #f8f6f7;
}
.section-title {
  color: #d4000b;
  font-size: 24px;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #d4000b;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
.section-title:after {
  content: '\20';
  position: absolute;
  width: 130px;
  height: 5px;
  background-color: #d4000b;
  bottom: -6px;
  left: 50%;
  margin-left: -65px;
}

.p1-nav {
  display: flex;
  margin-bottom: 40px;
}
.p1-nav>a {
  font-size: 24px;
  color: #000;
  flex: 1;
  margin: 0 60px;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center 10px;
  outline: none;
  transition: background-image linear .2s;
}
.p1-nav>a.nav1 {
  background-image: url(../img/icon-p1-nav1.png);
}
.p1-nav>a.nav2 {
  background-image: url(../img/icon-p1-nav2.png);
}
.p1-nav>a.nav3 {
  background-image: url(../img/icon-p1-nav3.png);
}
.p1-nav>a.nav4 {
  background-image: url(../img/icon-p1-nav4.png);
}
.p1-nav>a.nav1:hover, .p1-nav>a.nav1.active {
  background-image: url(../img/icon-p1-nav1-active.png);
}
.p1-nav>a.nav2:hover, .p1-nav>a.nav2.active {
  background-image: url(../img/icon-p1-nav2-active.png);
}
.p1-nav>a.nav3:hover, .p1-nav>a.nav3.active {
  background-image: url(../img/icon-p1-nav3-active.png);
}
.p1-nav>a.nav4:hover, .p1-nav>a.nav4.active {
  background-image: url(../img/icon-p1-nav4-active.png);
}

.section-subtitle {
  color: #d4000b;
  font-size: 24px;
  display: flex;
  margin-bottom: 40px;
}
.section-subtitle:after {
  content: "\20";
  flex: 1;
  display: block;
  border-bottom: 1px dashed #e7e5e6;
  height: 0;
  margin-top: 10px;
}

.p1-subnav {
  width: 540px;
}
.p1-subnav .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.p1-subnav .row>a {
  display: inline-block;
  font-size: 20px;
  color: #000;
  background-color: #dcdcdc;
  border-radius: 8px;
  padding: 10px 20px;
  width: 255px;
  text-align: center;
  line-height: 1;
  transition: color linear .2s,background-color linear .2s;
}
.p1-subnav .row>a:hover, .p1-subnav .row>a.active {
  color: #fff;
  background-color: #d4000b;
}

.panel {
  box-shadow: 1px 1px 9px 3px #eee7e8;
  background-color: #fff;
}

.p2-panel {
  display: flex;
  height: 445px;
}

.p2-panel .left-block {
  width: 480px;
  height: 100%;
  background-color: #d4000c;
  padding: 30px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p2-panel .nav>.row {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.p2-panel .nav>.row>a {
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  width: 180px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: background-color linear .2s, border-color linear .2s;
}

.p2-panel .nav>.row>a:hover, .p2-panel .nav>.row>a.active  {
  background-color: #f71b27;
  border-color: #f71b27;
}

.p2-panel .list {
  flex: 1;
  height: 100%;
  padding: 20px 30px;
}
.p2-panel .list-scroll {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 10px;
}
.p2-panel .list-scroll li a{
  corlor: black;
}
.p2-panel .list .title {
  font-size: 27px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 25px;
}

.p2-panel .list li {
  color: #262626;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e7e5e6;
  line-height: 1.5;
}

/*修改滚动条样式*/
.p2-panel .list-scroll::-webkit-scrollbar{
  width: 6px;
  height: 10px;
}
.p2-panel .list-scroll::-webkit-scrollbar-track{
  background: #e2e2e2;
  border-radius: 6px;
}
.p2-panel .list-scroll::-webkit-scrollbar-thumb{
  background: #ffb5b9;
  border-radius: 6px;
}
.p2-panel .list-scroll::-webkit-scrollbar-thumb:hover{
  background: #ff777e;
}
.p4-list {
  list-style: disc;
  padding-left: 25px;
}
.p4-list li {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 24px;
  color: #000;
  border-bottom: 1px dashed #b5b5b5;
}
.p4-list li:last-child {
  border-bottom: 0;
}
.p4-list .contet {
  line-height: 1.5;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p4-list .contet>a {
  font-size: 20px;
  color: #807f7f;
  min-width: 100px;
  margin-left: 20px;
}
.p4-footer {
  position: relative;
}
.p4-footer>a {
  color: #d4000b;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.p4-nav {
  text-align: center;
  margin-top: 30px;
}
.p4-nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c2c2c2;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}
.p4-nav a.active {
  background-color: #d4000b;
}

.p3-panel {
  padding-top: 40px;
  padding-bottom: 70px;
}
.p3-header {
  padding: 10px 30px;
  text-align: right;
}
.p3-nav {
  padding: 30px 70px 40px 60px;
  display: flex;
  justify-content: space-between;
}
.p3-nav .item {
  width: 466px;
  height: 202px;
  position: relative;
}
.p3-nav .item:before {
  content: "\20";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12px;
  left: 12px;
  border: 2px solid #d4000b;
  z-index: 1;
}
.p3-nav .item>a {
  z-index: 2;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 10px 5px #eee7e8;
}
.p3-article {
  margin-top: 40px;
  height: 289px;
  background: url(../img/bg-p3-article.jpg) repeat-x;
  position: relative;
}
.p3-article .content {
  margin-left: 420px;
  width: 727px;
  height: 100%;
  background-color: #fff;
  padding: 20px 60px 20px 130px;
  line-height: 1.5;
}
.p3-article .content>.title {
  color: #000;
  font-size: 27px;
  margin-bottom: 30px;
}
.p3-article .content>.sub-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
}
.p3-article .content>.tag {
  color: #b41628;
  font-size: 21.7px;
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #d4000b;
  border-radius: 30px;
  margin-bottom: 20px;
}
.p3-article .content>.text {
  color: #000;
  font-size: 16.65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p3-article > img {
  position: absolute;
  z-index: 1;
  height: 244px;
  width: 345px;
  top: 50%;
  margin-top: -122px;
  left: 180px;
}