html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol {
  list-style: none;
}
a:focus,
a:active,
a:hover {
  color: #333;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.am-paragraph-default {
  margin: 0;
}
.am-paragraph-default img {
  border: none;
  padding: 0;
  max-width: 100%;
}
.am-close {
  font-size: 24px;
}
/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}
.tac,
.tc {
  text-align: center;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flexbox;
}
.lc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.allc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
i {
  font-style: normal;
}
video {
  display: block;
  background: #000;
}
input,
select {
  outline: none;
  border: none;
}
h4,
h5,
h6 {
  font-weight: normal;
}
.scrollbarActive::-webkit-scrollbar {
  width: 10px !important;
}
.scrollbarActive::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.scrollbarActive::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
.scrollbarActive::-webkit-scrollbar-corner {
  background-color: #ddd;
}
.scrollbarActive::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.scrollbarActive::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
.scrollbarActive::-webkit-scrollbar {
  width: 15px;
}
body,
html {
  min-width: 1200px;
}
.clear {
  clear: both;
}
.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.banner img {
  max-width: 100%;
}
.top {
  background-color: #333333;
}
.top .content {
  height: 42px;
  line-height: 42px;
}
.top .content .left {
  float: left;
}
.top .content .left a {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}
.top .content .left a:hover {
  color: #005cd5;
}
.top .content .right {
  float: right;
}
.top .content .right ul li {
  float: left;
  position: relative;
  margin-left: 26px;
}
.top .content .right ul li:hover .qrcode {
  display: block;
}
.top .content .right ul li:first-child::after {
  display: none;
}
.top .content .right ul li::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
}
.top .content .right ul li .qrcode {
  z-index: 10;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.top .content .right ul li .qrcode img {
  width: 100px;
}
.top .content .right ul li a {
  font-size: 14px;
  color: #ffffff;
}
.top .content .right ul li a:hover {
  color: #005cd5;
}
.header .content {
  height: 110px;
}
.header .content .logo {
  float: left;
  margin-top: 29px;
}
.header .content .logo a {
  display: block;
}
.header .content .logo a .pic {
  float: left;
}
.header .content .logo a .pic img {
  display: block;
  width: 200px;
}
.header .content .logo a .word {
  float: left;
  margin-left: 3px;
}
.header .content .logo a .word h5 {
  font-size: 15px;
  line-height: 1;
  color: #333333;
  margin-bottom: 10px;
}
.header .content .logo a .word h6 {
  font-size: 18px;
  line-height: 1;
  color: #005cd5;
  font-weight: bold;
}
.header .content .nav {
  float: left;
  margin-left: 70px;
  margin-top: 45px;
}
.header .content .nav ul li:last-child{
  margin-right: 0;
}
.header .content .nav ul li {
  float: left;
  margin-right: 50px;
}
.header .content .nav ul li:hover a::after,
.header .content .nav ul li.active a::after {
  display: block;
}
.header .content .nav ul li a {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  position: relative;
}
.header .content .nav ul li a::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -41px;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #005cd5;
  transform: translateX(-50%);
}
.header .content .tel {
  float: right;
  margin-top: 46px;
}
.header .content .tel img {
  position: relative;
  top: -2px;
}
.header .content .tel span {
  font-size:18px;
  line-height: 1;
  color: #005cd5;
}
.hot_search {
  border-bottom: 1px solid #dedede;
}
.hot_search .content {
  height: 60px;
  line-height: 60px;
}
.hot_search .content .left {
  float: left;
}
.hot_search .content .left span {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.hot_search .content .left a {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.hot_search .content .left a:hover {
  color: #005cd5;
}
.hot_search .content form {
  width: 360px;
  float: right;
  margin-top: 13px;
}
.hot_search .content form .txt {
  width: 300px;
  height: 34px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  display: block;
  float: left;
}
.hot_search .content form .sub {
  width: 60px;
  height: 34px;
  background: #005cd5 url(../images/search.png) no-repeat center;
  display: block;
  float: left;
}

.index .title {
  padding: 50px 0 20px;
  text-align: center;
}
.index .title h5 {
  font-size: 36px;
  color: #333333;
  line-height: 1;
}
.index .title h5 span {
  color: #005cd5;
}
.index .item1 .item_nav {
  overflow: hidden;
  width: 220px;
  float: left;
}


.index .item1{
  padding-bottom: 50px;
}

.index .item1 .item_nav .tit{
  height: 100px;
  background:#005cd5;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.index .item1 .item_nav .left_nav{
  border: 1px solid #dedede;
  padding:10px 20px 0;
}

.index .item1 .item_nav .left_nav h5{
  
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}
.index .item1 .item_nav .left_nav h5 a{
  font-size: 18px;
  color: #333;
}

.index .item1 .item_nav .left_nav h5 a:hover{
  color: #005cd5;
}

.index .item1 .item_nav ul {
  margin:10px 0 20px;
}
.index .item1 .item_nav ul li {
  padding-left: 10px;
}

.index .item1 .item_nav ul li a {
  height: 30px;
  background-color: #ffffff;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.index .item1 .item_nav ul li a:hover{
  color: #005cd5;
}


.index .item1 .list {
  /*width: 960px;*/
  /*float: right;*/
}
.index .item1 .list .item_list {
  display: none;
}
.index .item1 .list .item_list:first-child {
  display: block;
}
.index .item1 .list .item_list ul {
  margin: 0 -15px;
}
.index .item1 .list .item_list ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.index .item1 .list .item_list ul li a {
  display: block;
}
.index .item1 .list .item_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item1 .list .item_list ul li a .pic {
  height: 300px;
  border: solid 1px #dddddd;
  text-align: center;
  line-height: 300px;
  overflow: hidden;
}
.index .item1 .list .item_list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item1 .list .item_list ul li a .word {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
}
.index .item2 {
  background: #005cd5;
  position: relative;
  height: 616px;
}
.index .item2 > .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
}
.index .item2 > .pic .pic_list {
  height: 616px;
  display: none;
}
.index .item2 > .pic .pic_list:first-child {
  display: block;
}
.index .item2 > .pic .pic_list img {
  width: 100%;
  height: 100%;
}
.index .item2 .content {
  height: 616px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.index .item2 .content .title h5 span {
  color: #fff;
}
.index .item2 .content .title h6 {
  color: #fff;
}
.index .item2 .content .tit {
  /*margin-top: 50px;*/
}
.index .item2 .content .tit .tit_list {
  display: none;
}
.index .item2 .content .tit .tit_list:first-child {
  display: block;
}
.index .item2 .content .tit .tit_list h5 {
  font-size: 30px;
  color: #ffffff;
}
.index .item2 .content .tit .tit_list .line {
  width: 27px;
  height: 3px;
  background-color: #ffffff;
  margin: 20px 0;
}
.index .item2 .content .tit .tit_list h6 {
  font-size: 16px;
  color: #ffffff;
}
.index .item2 .content .list {
  height: 193px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-top: 50px;
}
.index .item2 .content .list ul li:last-child a::after {
  display: none;
}
.index .item2 .content .list ul li a {
  display: block;
  text-align: center;
  padding-top: 30px;
  position: relative;
}
.index .item2 .content .list ul li a:hover .pic img {
  transform: rotate(360deg);
}
.index .item2 .content .list ul li a::after {
  position: absolute;
  top: 78px;
  right: -78px;
  content: "";
  width: 150px;
  height: 1px;
  border: dashed 1px #cccccc;
}
.index .item2 .content .list ul li a .pic {
  width: 96px;
  height: 96px;
  background-color: #005cd5;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 96px;
}
.index .item2 .content .list ul li a .pic img {
  transition: all 0.5s linear;
}
.index .item2 .content .list ul li a .word {
  margin-top: 10px;
}
.index .item2 .content .list ul li a .word h5 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
}
.index .item2 .content .list ul li a .word h6 {
  font-size: 12px;
  color: #999999;
}
.index .item3 .content {
  padding-bottom: 50px;
}
.index .item3 .content .center {
  overflow: hidden;
  position: relative;
  height: 581px;
}
.index .item3 .content .center .left {
  float: left;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  width: 400px;
}
.index .item3 .content .center .left ul li:hover a,
.index .item3 .content .center .left ul li.active a {
  background-color: #d52d24;
}
.index .item3 .content .center .left ul li:hover a .img_c,
.index .item3 .content .center .left ul li.active a .img_c {
  display: inline-block;
}
.index .item3 .content .center .left ul li:hover a .img,
.index .item3 .content .center .left ul li.active a .img {
  display: none;
}
.index .item3 .content .center .left ul li:hover a span,
.index .item3 .content .center .left ul li.active a span {
  color: #fff;
}
.index .item3 .content .center .left ul li a {
  display: block;
  height: 145px;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #dedede;
  border-bottom: 0 solid #000;
  border-right: 0px solid #000;
  padding-top: 40px;
}
.index .item3 .content .center .left ul li a img {
  position: relative;
  top: -3px;
}
.index .item3 .content .center .left ul li a .img_c {
  display: none;
}
.index .item3 .content .center .left ul li a span {
  font-size: 24px;
  color: #666;
  display: block;
}
.index .item3 .content .center .right {
  float: left;
  width: 800px;
  height: 581px;
  overflow: hidden;
}
.index .item3 .content .center .right .list {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
}
.index .item3 .content .center .right .list .item_list {
  height: 581px;
}
.index .item3 .content .center .right .list .item_list .big {
  position: relative;
}
.index .item3 .content .center .right .list .item_list .big a {
  display: block;
  overflow: hidden;
}
.index .item3 .content .center .right .list .item_list .big a .word {
  width: 562px;
  height: 259px;
  padding: 40px 35px 0 35px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #005cd5;
}
.index .item3 .content .center .right .list .item_list .big a .word h5 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.index .item3 .content .center .right .list .item_list .big a .word h6 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 30px;
}
.index .item3 .content .center .right .list .item_list .big a .word p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
}
.index .item3 .content .center .right .list .item_list .big a .word span {
  font-size: 14px;
  color: #fff;
}
.index .item3 .content .center .right .list .item_list .big a .word span i {
  color: #fff;
}
.index .item3 .content .center .right .list .item_list .big a .pic {
  float: right;
  height: 581px;
  text-align: center;
  overflow: hidden;
}
.index .item3 .content .center .right .list .item_list .big a .pic img {
  width: 800px;
  height: 581px;
  transition: all 0.5s linear;
}
.index .item4 {
  background-color: #f6f6f6;
}
.index .item4 .content {
  height: 700px;
}
.index .item4 .content .list ul li {
  transition: all 0.5s linear;
  width: 240px;
  float: left;
  margin-left: 20px;
}
.index .item4 .content .list ul li.active {
  width: 420px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.index .item4 .content .list ul li.active .word {
  display: none;
}
.index .item4 .content .list ul li.active .cover {
  display: block;
}
.index .item4 .content .list ul li:first-child {
  margin-left: 0;
}
.index .item4 .content .list ul li a {
  display: block;
  position: relative;
}
.index .item4 .content .list ul li a .pic {
  height: 500px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s linear;
}
.index .item4 .content .list ul li a .word {
  position: absolute;
  bottom: 0;
  left: 20px;
  bottom: 30px;
}
.index .item4 .content .list ul li a .word .line {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.index .item4 .content .list ul li a .word h5 {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
}
.index .item4 .content .list ul li a .cover {
  width: 100%;
  height: 130px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  display: none;
}
.index .item4 .content .list ul li a .cover .line {
  width: 24px;
  height: 4px;
  background-color: #d52d24;
}
.index .item4 .content .list ul li a .cover h5 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  font-weight: bold;
  margin: 10px 0;
}
.index .item4 .content .list ul li a .cover p {
  font-size: 14px;
  color: #666666;
}
.index .item5 {
  background: url(../images/index_item5_bg.jpg) no-repeat center;
}
.index .item5 .content {
  height: 776px;
}
.index .item5 .content .title h5 span {
  color: #fff;
}
.index .item5 .content .title h6 {
  color: #fff;
}
.index .item5 .content .slide {
  margin-top: 20px;
  position: relative;
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide {
  padding-top: 10px;
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  border: solid 6px rgba(0, 0, 0, 0);
  transition: all 0.5s linear;
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
  border: solid 6px #333333;
  transform: translateY(-10px);
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word h5 {
  color: #005cd5;
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word span {
  background-color: #005cd5;
  color: #fff;
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  text-align: center;
  overflow: hidden;
  height: 270px;
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 204px;
  padding: 0 15px;
  background: #fff;
  position: relative;
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word h5 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word p {
  font-size: 16px;
  color: #666666;
}
.index .item5 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word span {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 40px;
  border: solid 1px #cccccc;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
}
.index .item5 .content .slide .swiper-button-prev,
.index .item5 .content .slide .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #d52d24;
  border: solid 1px #bbbbbb;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  opacity: 1;
  outline: none;
}
.index .item5 .content .slide .swiper-button-prev i,
.index .item5 .content .slide .swiper-button-next i {
  font-size: 24px;
  color: #fff;
}
.index .item5 .content .slide .swiper-button-prev {
  left: -90px;
}
.index .item5 .content .slide .swiper-button-next {
  right: -90px;
}
.index .item5 .content .slide .swiper-button-next.swiper-button-disabled,
.index .item5 .content .slide .swiper-button-prev.swiper-button-disabled {
  background: #ffffff;
}
.index .item5 .content .slide .swiper-button-next.swiper-button-disabled i,
.index .item5 .content .slide .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index .item6 .content {
  padding-top: 60px;
}
.index .item6 .content .center {
  overflow: hidden;
}
.index .item6 .content .center .word {
  float: right;
  width: 562px;
}
.index .item6 .content .center .word h5 {
  font-size: 30px;
  color: #999999;
  font-weight: bold;
  line-height: 1;
}
.index .item6 .content .center .word h6 {
  font-size: 30px;
  color: #333333;
}
.index .item6 .content .center .word .line {
  width: 30px;
  height: 4px;
  background-color: #e0291b;
  border-radius: 2px;
  margin: 20px 0;
}
.index .item6 .content .center .word p {
  font-size: 14px;
  color: #666666;
}
.index .item6 .content .center .word span {
  width: 124px;
  height: 42px;
  background-color: #e0291b;
  border-radius: 3px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  margin-top: 25px;
}
.index .item6 .content .center .pic {
  float: left;
}
.index .item6 .content .item_nav ul li:hover a,
.index .item6 .content .item_nav ul li.active a {
  background-color: #e0291b;
}
.index .item6 .content .item_nav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background-color: #005cd5;
  color: #ffffff;
}
.index .item7 {
  background: #f6f6f6;
}
.index .item7 .content {
  padding: 30px 0 ;
}
.index .item7 .content .slide {
  position: relative;
  display: none;
}
.index .item7 .content .slide:first-child{
    display: block;
}
.index .item7 .content .slide .swiper-button-prev,
.index .item7 .content .slide .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #e0291b;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: solid 1px #e0291b;
  opacity: 1;
  top: 35%;
  outline: none;
}
.index .item7 .content .slide .swiper-button-prev i,
.index .item7 .content .slide .swiper-button-next i {
  font-size: 24px;
  color: #fff;
}
.index .item7 .content .slide .swiper-button-prev {
  left: -100px;
}
.index .item7 .content .slide .swiper-button-next {
  right: -100px;
}
.index .item7 .content .slide .swiper-button-next.swiper-button-disabled,
.index .item7 .content .slide .swiper-button-prev.swiper-button-disabled {
  border: solid 1px #bbbbbb;
  background: #fff;
}
.index .item7 .content .slide .swiper-button-next.swiper-button-disabled i,
.index .item7 .content .slide .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index .item7 .content .slide .swiper-container {
  padding-bottom: 66px;
}
.index .item7 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.index .item7 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background-color: #005cd5;
  color: #fff;
}
.index .item7 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 240px;
  overflow: hidden;
  text-align: center;
  line-height: 240px;
  background: #fff;
  border-bottom: 1px solid #dedede;
}
.index .item7 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  height: 100%;
}
.index .item7 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 56px;
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
}
.index .item7 .content .slide .swiper-container .swiper-pagination {
  bottom: 0;
}
.index .item7 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: solid 2px #333333;
  background: none;
  opacity: 1;
}
.index .item7 .content .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d52d24;
  border: solid 2px #d52d24;
}
.index .item8 .content .item_nav {
  margin-bottom: 30px;
}
.index .item8 .content .item_nav ul {
  text-align: center;
}
.index .item8 .content .item_nav ul li {
  display: inline-block;
}
.index .item8 .content .item_nav ul li:hover a,
.index .item8 .content .item_nav ul li.active a {
  background-color: #e0291b;
  color: #fff;
}
.index .item8 .content .item_nav ul li a {
  width: 108px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #cccccc;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 42px;
}
.index .item8 .content .list .item_list {
  overflow: hidden;
  display: none;
}
.index .item8 .content .list .item_list:first-child {
  display: block;
}
.index .item8 .content .list .item_list .big {
  width: 455px;
  float: left;
}
.index .item8 .content .list .item_list .big a {
  display: block;
}
.index .item8 .content .list .item_list .big a:hover .pic img {
  transform: scale(1.1);
}
.index .item8 .content .list .item_list .big a:hover .word h5,
.index .item8 .content .list .item_list .big a:hover .word p {
  color: #005cd5;
}
.index .item8 .content .list .item_list .big a:hover .word span {
  color: #005cd5;
}
.index .item8 .content .list .item_list .big a .pic {
  height: 312px;
  overflow: hidden;
  line-height: 312px;
}
.index .item8 .content .list .item_list .big a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.index .item8 .content .list .item_list .big a .word {
  height: 152px;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
.index .item8 .content .list .item_list .big a .word h5 {
  font-size: 20px;
  line-height: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.index .item8 .content .list .item_list .big a .word p {
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 10px;
}
.index .item8 .content .list .item_list .big a .word span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.index .item8 .content .list .item_list ul {
  float: right;
  width: 704px;
}
.index .item8 .content .list .item_list ul li:first-child a {
  padding-top: 0;
}
.index .item8 .content .list .item_list ul li a {
  display: block;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  padding: 20px 0;
}
.index .item8 .content .list .item_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item8 .content .list .item_list ul li a:hover .word h5,
.index .item8 .content .list .item_list ul li a:hover .word p {
  color: #005cd5;
}
.index .item8 .content .list .item_list ul li a:hover .word span {
  color: #005cd5;
}
.index .item8 .content .list .item_list ul li a .pic {
  width: 228px;
  height: 120px;
  float: left;
  text-align: center;
  line-height: 120px;
  overflow: hidden;
}
.index .item8 .content .list .item_list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item8 .content .list .item_list ul li a .word {
  width: 448px;
  float: right;
}
.index .item8 .content .list .item_list ul li a .word h5 {
  font-size: 20px;
  line-height: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.index .item8 .content .list .item_list ul li a .word p {
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 10px;
}
.index .item8 .content .list .item_list ul li a .word span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.index .friend_link .content {
  overflow: hidden;
  padding: 20px 0;
}
.index .friend_link .content span,
.index .friend_link .content a {
  display: block;
  float: left;
  margin-right: 10px;
}
.index .friend_link .content span {
  font-size: 18px;
  color: #333333;
}
.index .friend_link .content a {
  font-size: 18px;
  color: #666666;
}
.index .friend_link .content a:hover {
  color: #005cd5;
}
.footer {
  background: #333;
}
.footer .content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .content .foot_top {
  padding: 30px 0 50px;
  overflow: hidden;
}
.footer .content .foot_top .foot_nav {
  float: right;
}
.footer .content .foot_top .foot_nav ul li {
  float: left;
  margin-right: 60px;
}
.footer .content .foot_top .foot_nav ul li h5 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer .content .foot_top .foot_nav ul li a {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  display: block;
}
.footer .content .foot_top .foot_nav ul li a:hover {
  color: #005cd5;
}
.footer .content .foot_top .qrcode {
  float: right;
  text-align: center;
}
.footer .content .foot_top .qrcode img {
  width: 180px;
}
.footer .content .foot_top .qrcode p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 10px;
}
.footer .content .foot_top .address {
  width: 231px;
  float: left;
}
.footer .content .foot_top .address .logo a {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.footer .content .foot_top .address .logo a img{
  width: 200px;
}

.footer .content .foot_top .address h5 {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
.footer .content .foot_top .address p {
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}
.beian {
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #333;
}
.beian a {
  font-size: 14px;
  color: #999999;
}
.beian a:hover {
  color: #005cd5;
}
