﻿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 { 
  background: #000;
  margin:0 auto;
}
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: #eeeeee;
}
.top .content {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.top .content .left {
  float: left;
}
.top .content .left a {
  font-size: 14px;
  color: #999999;
}
.top .content .left a:hover {
  color: #0056b8;
}
.top .content .right {
  float: right;
}
.top .content .right ul li {
  float: left;
  margin-right: 30px;
  position: relative;
}
.top .content .right ul li::after {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #cccccc;
  transform: translateY(-50%);
}
.top .content .right ul li a {
  font-size: 14px;
  color: #999999;
}
.top .content .right ul li a:hover {
  color: #0056b8;
}
.header .content {
  overflow: hidden;
  height: 100px;
}
.header .content .logo {
  float: left;
  overflow: hidden;
}
.header .content .logo a {
  display: block;
  float: left;
  margin-top: 20px;
}
.header .content .logo .word {
  margin-top: 24px;
  margin-left: 10px;
  padding: 0 0 5px 10px;
  border-left: 1px solid #dedede;
  float: left;
}
.header .content .logo .word h5 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.header .content .logo .word h6 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
}
.header .content .tel {
  margin-top: 22px;
  float: right;
  padding: 3px 0 3px 60px;
  background: url(img/tel.png) no-repeat left center;
}
.header .content .tel h5 {
  font-size: 14px;
  color: #999999;
}
.header .content .tel h6 {
  font-size: 28px;
  line-height: 1;
  color: #0056b8;
  font-weight: bold;
}
.pro_tag {
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    line-height: 40px;
    margin-top: 20px;
}

.pro_tag span {
  font-size: 14px;
  color: #333;
}
.pro_tag a {
  font-size: 11px;
  color: #666;
  padding-right: 15px;
}
.pro_tag a:hover {
  color: #036aac;
}
.showarea {
    padding: 15px 0;
}
.showarea h3 {
  padding-bottom: 10px;
  font-size: 16px;
  color: #036aac;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}
.showarea h3 span {
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
}
.showarea .list {
      overflow: hidden;
    margin-top: 20px;
}
.showarea .list a {
    display: block;
    margin-right: 17px;
    font-size: 14px;
    float: left;
    margin-bottom: 12px;
}
.showarea .list a:hover {
  color: #036aac;
}

.flink {
  margin-top: 50px;
  width: 100%;
}

.flink .flink_tit {
  width: 100%;
  position: relative;
}

.flink .flink_tit p {
  height: 12px;
  width: 100%;
  background: url(../img/dian.png);
  position: absolute;
  top: 15px;
}

.flink .flink_tit span {
  height: 42px;
  background: #fff;
  color: #1C4587;
  font-size: 14px;
  border: 1px solid #1C4587;
  position: relative;
  z-index: 9;
  display: block;
  width: 115px;
  text-align: center;
  line-height: 42px;
  margin-left: 0px;
}

.flink .flink_list {
  width: 100%;
  margin-top: 20px;
  margin-left: 0px;
}

.flink .flink_list ul li {
  float: left;
  margin-right: 28px;
  margin-bottom: 8px;
}

.flink .flink_list ul li a {
  font-size: 12px;
  color: #5a5a5a;
}

.flink .flink_list ul li a:hover {
  color: #036aac;
}


.nav {
  background:#0056b8;
  position: relative;
}
.nav > .content > ul > li:hover > a,
.nav > .content > ul > li.active > a {
  background: url(img/nav_li_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.nav > .content > ul > li:hover .pro_nav {
  display: block;
}
.nav > .content > ul > li .pro_nav {
  padding: 30px 0 60px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
.nav > .content > ul > li .pro_nav .content {
  padding: 0 150px;
}
.nav > .content > ul > li .pro_nav .content .left {
  width: 550px;
  float: left;
}
.nav > .content > ul > li .pro_nav .content .left h5 {
  font-weight: bold;
  font-size: 18px;
  color: #0056b8;
  margin-bottom: 20px;
}
.nav > .content > ul > li .pro_nav .content .left ul li a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  font-family: STHeiti;
  font-weight: 600;
}

.nav > .content > ul > li .pro_nav .content .left ul li a span{
    overflow: hidden;
}
.nav > .content > ul > li .pro_nav .content .left ul li a span img{
    position: relative;
    top: -2px;
}

.nav > .content > ul > li .pro_nav .content .left ul li a span i{
    
}



.nav > .content > ul > li .pro_nav .content .left ul li a:hover span {
  color: #0056b8;
}
.nav > .content > ul > li .pro_nav .content .right {
  width: 350px;
  float: right;
  text-align: center;
}
.nav > .content > ul > li .pro_nav .content .right img {
  width: 350px;
  height: 233px;
}
.nav > .content > ul > li .pro_nav .content .right h5 {
  margin-top: 10px;
}
.nav > .content > ul > li .pro_nav .content .right h5 a {
  font-size: 18px;
  color: #000;
}
.nav > .content > ul > li > a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
}
.bread_nav {
  background: #f6f6f6;
}
.bread_nav .content {
  height: 50px;
  max-width: 1200px;
  line-height: 50px;
}
.bread_nav .content .icon {
  display: inline-block;
  width: 20px;
  height: 50px;
  background: url(img/location_icon.png) no-repeat center;
  float: left;
  margin-right: 10px;
}

.bread_nav .content a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333333;
}
.page_nav {
  background: #f6f6f6;
}
.page_nav .content {
  padding-bottom: 35px;
}
.page_nav .content ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.page_nav .content ul li:last-child {
  margin-right: 0;
}
.page_nav .content ul li:last-child::after {
  display: none;
}
.page_nav .content ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  width: 1px;
  height: 14px;
  background: #ccc;
  transform: translateY(-50%);
}
.page_nav .content ul li:hover a,
.page_nav .content ul li.active a {
  background-color: #0056b8;
  color: #fff;
}
.page_nav .content ul li a {
  display: block;
  width: 128px;
  height: 42px;
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #333333;
}
.case_list {
  background: #f6f6f6;
  padding-bottom: 100px;
}
.case_list .content .big {
  /*height: 440px;*/
  background-color: #ffffff;
  padding: 20px 20px 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.case_list .content .big:hover .pic img {
  transform: scale(1.1);
}
.case_list .content .big .pic {
  width: 420px;
  height: 247px;
  float: left;
  overflow: hidden;
  text-align: center;
}
.case_list .content .big .pic img {
  transition: all 0.5s linear;
  width: 100%;
}
.case_list .content .big .word {
  width: 700px;
  height: 247px;
  float: left;
  margin-left: 30px;
}
.case_list .content .big .word h5 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  margin-top: 10px;
}
.case_list .content .big .word .line {
  width: 28px;
  height: 3px;
  background-color: #0056b8;
  margin:10px 0;
}
.case_list .content .big .word p {
  font-size: 16px;
  color: #333333;
}
.case_list .content .big .word span {
  font-size: 16px;
  color: #0056b8;
  font-weight: bold;
  display: block;
  margin: 30px 0;
}
.case_list .content .big .word a {
  display: block;
  width: 120px;
  height: 42px;
  background-color: #0056b8;
  border-radius: 3px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}

.case_list .content{
    overflow: hidden;
}
.case_list .content .list {
  overflow: hidden;
  /*margin-top: 30px;*/
}
.case_list .content .list ul {
  margin: 0 -15px;
}
.case_list .content .list ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.case_list .content .list ul li a {
  display: block;
  position: relative;
  transition: all .5s linear;
  background-color: #FFF;
}
.case_list .content .list ul li a:hover{
    box-shadow: 10px 10px 20px #dedede;
}


.case_list .content .list ul li a .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    display:none;
}

.case_list .content .list ul li a .cover span {
  width: 120px;
  height: 42px;
  background-color: #0056b8;
  border-radius: 3px;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s linear;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform:translateX(-50%);
}

.case_list .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}

.case_list .content .list ul li a:hover .cover{
    display: block;
}



.case_list .content .list ul li a .pic {
  height: 340px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  line-height: 340px;
  text-align: center;
}
.case_list .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.case_list .content .list ul li a .word {
  /*height: 200px;*/
  padding: 20px 20px 0;
  background: #fff;
}
.case_list .content .list ul li a .word h5 {
  font-size: 18px;
  line-height: 1;
  color: #0056b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  
}
.case_list .content .list ul li a .word p {
  font-size: 16px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
  margin: 10px 0;
  text-indent: 1em;
}
.case_list .content .list ul li a .word .data{
    border-top: 1px solid #dedede;
    display: flex;
    justify-content:space-between;
    align-items: center;
    /*margin-top: 35px;*/
    padding: 10px 0;
}
.case_list .content .list ul li a .word .data span{
    font-size: 14px;
    color: #333;
}

.news_list {
  background: #f6f6f6;
  padding-bottom: 100px;
}
.news_list .content .list {
  overflow: hidden;
}
.news_list .content .list ul {
  margin: 0 -15px;
}
.news_list .content .list ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.news_list .content .list ul li a {
  display: block;
  background-color: #FFF;
}
.news_list .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.news_list .content .list ul li a .pic {
  height: 380px;
  overflow: hidden;
  text-align: center;
  line-height: 380px;
}
.news_list .content .list ul li a .pic img {
  width: 100%;
  transition: all 0.5s linear;
  height: 100%;
}
.news_list .content .list ul li a .word {
  padding: 20px;
  background: #fff;
}
.news_list .content .list ul li a .word h5 {
  font-size: 18px;
  /*line-height: 1;*/
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
}
.news_list .content .list ul li a .word p {
  font-size: 16px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  max-height: 60px;
  margin: 10px 0;
}
.news_list .content .list ul li a .word p i{
    color: #666;
}
.news_list .content .list ul li a .word p i:last-child{
    float: right;
    color: #999;
}

.news_list .content .list ul li a .word span {
  width: 150px;
  height: 42px;
  background-color: #0056b8;
  border-radius: 21px;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s linear;
  margin: 0 auto;
}
.video_list {
  background: #f6f6f6;
  padding-bottom: 100px;
}
.video_list .content .list {
  overflow: hidden;
}
.video_list .content .list ul {
  margin: 0 -15px;
}
.video_list .content .list ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.video_list .content .list ul li a {
  display: block;
  background-color: #FFF;
}
.video_list .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.video_list .content .list ul li a:hover .pic .cover {
  opacity: 1;
}
.video_list .content .list ul li a:hover .word h5 {
  color: #0056b8;
}
.video_list .content .list ul li a .pic {
  height: 380px;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 380px;
}
.video_list .content .list ul li a .pic .cover {
  transition: all 0.5s linear;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 32, 136, 0.5);
  text-align: center;
  line-height: 260px;
}
.video_list .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.video_list .content .list ul li a .word {
  height: 55px;
  padding: 0 20px;
  background: #fff url(img/video_arrow.png) no-repeat right 20px center;
  line-height: 55px;
}
.video_list .content .list ul li a .word h5 {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact_us .item1 {
  background: #fff;
}
.contact_us .item1 .content {
  padding: 30px 0;
  overflow: hidden;
}
.contact_us .item1 .content .pic {
  float: left;
}
.contact_us .item1 .content .pic img {
  width: 600px;
  height: 480px;
}
.contact_us .item1 .content .word {
  width: 600px;
  float: left;
  padding-right: 20px;
}
.contact_us .item1 .content .word h5 {
  font-size: 30px;
  line-height: 30px;
  color: #0056b8;
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.contact_us .item1 .content .word p {
  height: 73px;
  line-height: 73px;
  border-bottom: 1px solid #dedede;
}
.contact_us .item1 .content .word p:last-child {
  border-bottom: 0 solid #000;
}
.contact_us .item1 .content .word p span {
  width: 35px;
  height: 35px;
  background-color: #0056b8;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-right: 15px;
  border-radius: 50%;
}
.contact_us .item1 .content .word p i {
  font-size: 18px;
  color: #333333;
}

.contact_us .item3 .content {
  padding: 0 0 30px;
}
.contact_us .item3 .content ul{
    border-top: 1px dashed #dedede;
    padding-top: 20px;
}
.contact_us .item3 .content ul li {
  /*padding: 0 30px;*/
  margin-bottom: 15px;
}
.contact_us .item3 .content ul li h5 {
  color: #0056b8;
  font-size: 24px;
  margin-bottom: 5px;
}

.contact_us .item3 .content ul li h5 span{
    width: 35px;
    height: 35px;
    background-color: #0056b8;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}


.contact_us .item3 .content ul li p {
  font-size: 14px;
  color: #333;
  padding-left: 40px;
}
.contact_us .item2 {
  background: #f6f6f6;
}
.contact_us .item2 .content .tit {
  text-align: center;
  padding: 60px 0 30px;
}
.contact_us .item2 .content .tit h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  margin-bottom: 5px;
}
.contact_us .item2 .content .tit h6 {
  font-size: 16px;
  line-height: 1;
  color: #666666;
}
.contact_us .item2 .content .form {
  padding-bottom: 60px;
}
.contact_us .item2 .content .form form div {
  overflow: hidden;
}
.contact_us .item2 .content .form form div input {
  width: 580px;
  height: 60px;
  border: solid 1px #dedede;
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  display: block;
  float: left;
}

.contact_us .item2 .content .form form div input:last-child {
  float: left;
}
.contact_us .item2 .content .form form textarea {
  display: block;
  width: 100%;
  height: 250px;
  border: solid 1px #dedede;
  outline: none;
  resize: none;
  padding: 20px;
  font-size: 16px;
  color: #333333;
  margin: 20px 0;
}
.contact_us .item2 .content .form form .sub {
  width: 360px;
  height: 60px;
  background-color: #0056b8;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
}
.jishu_list {
  background: #f6f6f6;
}
.jishu_list .content .list {
  overflow: hidden;
  padding-bottom: 140px;
}
.jishu_list .content .list ul li {
  margin-bottom: 30px;
  display: block;
  height: 230px;
  background-color: #ffffff;
  padding: 20px 20px 30px;
}
.jishu_list .content .list ul li:hover .pic img {
  transform: scale(1);
}
.jishu_list .content .list ul li .pic {
  width: 550px;
  height: 180px;
  background-color: #ffffff;
  text-align: center;
  line-height: 180px;
  overflow: hidden;
  float: left;
}
.jishu_list .content .list ul li .pic img {
  /*max-width: 62%;*/
  transition: all 0.5s linear;
}
.jishu_list .content .list ul li .word {
  width: 550px;
  margin-left: 50px;
  float: left;
  height: 200px;
  position: relative;
}
.jishu_list .content .list ul li .word h5 {
  font-size: 32px;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #dedede;
  padding: 10px 0 20px;
  margin-bottom: 50px;
}
.jishu_list .content .list ul li .word span {
  display: inline-block;
}
.jishu_list .content .list ul li .word span a {
  width: 159px;
  height: 42px;
  background-color: #0056b8;
  border-radius: 3px;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
}
.pro_list {
  background: #f6f6f6;
}
.pro_list .content .list {
  overflow: hidden;
  padding-bottom: 0px;
}
.pro_list .content .list ul li {
  margin-bottom: 30px;
}
.pro_list .content .list ul li a {
  display: block;
  height: 370px;
  background-color: #ffffff;
  padding: 6px 20px 6px;
}
.pro_list .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.pro_list .content .list ul li a .pic {
  width: 550px;
  height: 358px;
  background-color: #ffffff;
  text-align: center;
  line-height: 320px;
  overflow: hidden;
  float: left;
}
.pro_list .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.pro_list .content .list ul li a .word {
  width: 550px;
  margin-left: 50px;
  float: left;
  height: 320px;
  position: relative;
}
.pro_list .content .list ul li a .word h5 {
  font-size: 32px;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #dedede;
  padding: 10px 0 20px;
}
.pro_list .content .list ul li a .word .text {
  padding-top: 20px;
}
.pro_list .content .list ul li a .word .text p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  background: url(img/jishu_arrow.png) no-repeat left top 10px;
  padding-left: 15px;
}
.pro_list .content .list ul li a .word span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 159px;
  height: 42px;
  background-color: #0056b8;
  border-radius: 3px;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
}
.about_us .title {
  text-align: center;
  padding: 60px 0 30px;
}
.about_us .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
.about_us .title h6 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin: 10px 0;
}
.about_us .title .line {
  width: 33px;
  height: 3px;
  background-color: #0056b8;
  margin: 0 auto;
}
.about_us .item1 .content {
  padding-top: 35px;
}
.about_us .item1 .content .word {
  width: 100%;
  float: left;
}
.about_us .item1 .content .word .title {
  text-align: center;
  padding-top: 22px;
}
.about_us .item1 .content .word .title h5 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #0056b8;
}
.about_us .item1 .content .word .title h6 {
  color: #666666;
}
.about_us .item1 .content .word .title .line {
  margin: 0;
}
.about_us .item1 .content .word .tit {
  font-size: 22px;
  line-height: 1;
  color: #333333;
  margin-bottom: 30px;
}
.about_us .item1 .content .word p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #666666;
}
.about_us .item1 .content .pic {
  float: right;
}
.about_us .item1 .content .list {
  padding: 50px 0 60px;
}
.about_us .item1 .content .list ul li {
  border-right: 1px dashed #dedede;
}
.about_us .item1 .content .list ul li:last-child {
  border-right: none;
}
.about_us .item1 .content .list ul li a {
  text-align: center;
  display: block;
}
.about_us .item1 .content .list ul li a span {
  font-size: 70px;
  line-height: 1;
  color: #0056b8;
}
.about_us .item1 .content .list ul li a i {
  font-size: 20px;
  line-height: 1;
  color: #333;
}


.about_us .item1 .content .list ul li a p {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin-top: 10px;
}
.about_us .item2 {
  background: url(img/about_02_bg.jpg) no-repeat center;
}
.about_us .item2 .content {
  height: 620px;
}
.about_us .item2 .content .slide {
  margin-top: 90px;
  background: url(img/about_line.png) no-repeat top 60px center;
}
.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  text-align: center;
  padding: 0 50px;
  position: relative;
}
.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover span {
  color: #0056b8;
}
.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover::after {
  background: url(img/about_arrow_c.png) no-repeat center;
}
.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a::after {
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translateX(-50%);
  content: '';
  width: 19px;
  height: 19px;
  background: url(img/about_arrow.png) no-repeat center;
}
.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a span {
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
}
.about_us .item2 .content .slide .swiper-container .swiper-wrapper .swiper-slide a p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 66px;
}
.about_us .item2 .content .slide .swiper-container .swiper-button-next,
.about_us .item2 .content .slide .swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #0056b8;
  text-align: center;
  line-height: 60px;
  opacity: 1;
  border-radius: 50%;
  top: 25%;
}
.about_us .item2 .content .slide .swiper-container .swiper-button-next i,
.about_us .item2 .content .slide .swiper-container .swiper-button-prev i {
  font-size: 16px;
  color: #fff;
}
.about_us .item2 .content .slide .swiper-container .swiper-button-next {
  right: 0;
}
.about_us .item2 .content .slide .swiper-container .swiper-button-prev {
  left: 0;
}
.about_us .item2 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.about_us .item2 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
  background: #0056b8;
}
.about_us .item2 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled i,
.about_us .item2 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.about_us .item3 .content {
  padding-bottom: 60px;
}
.about_us .item3 .content .title h5 {
  color: #333;
}
.about_us .item3 .content .title h6 {
  color: #666;
}
.about_us .item3 .content .item_nav {
  margin-bottom: 30PX;
}
.about_us .item3 .content .item_nav ul {
  text-align: center;
}
.about_us .item3 .content .item_nav ul li {
  display: inline-block;
}
.about_us .item3 .content .item_nav ul li:hover a,
.about_us .item3 .content .item_nav ul li.active a {
  background-color: #0056b8;
  color: #fff;
}
.about_us .item3 .content .item_nav ul li a {
  display: block;
  width: 160px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 21px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  color: #333333;
}
.about_us .item3 .content .slide .slide_list {
  display: none;
}
.about_us .item3 .content .slide .slide_list:first-child {
  display: block;
}
.about_us .item3 .content .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.about_us .item3 .content .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
  transform: scale(1.1);
}
.about_us .item3 .content .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a:hover .word {
  background-color: #0056b8;
  color: #fff;
}
.about_us .item3 .content .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 390px;
  background-color: #f6f6f6;
  border-radius: 3px;
  text-align: center;
  line-height: 390px;
  overflow: hidden;
}
.about_us .item3 .content .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.about_us .item3 .content .slide .slide_list .swiper-container .swiper-wrapper .swiper-slide a .word {
  height: 56px;
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  color: #666666;
  transition: all 0.5s linear;
}
.about_us .item3 .content .slide .slide_list .swiper-container .arrow {
  margin-top: 30px;
  text-align: center;
}
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-next,
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-prev {
  position: static;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #0056b8;
  text-align: center;
  line-height: 60px;
  opacity: 1;
  border-radius: 50%;
  border: solid 1px #bbbbbb;
  margin: 0;
}
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-next i,
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-prev i {
  font-size: 16px;
  color: #fff;
}
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-next {
  right: 0;
}
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-prev {
  left: 0;
}
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-next.swiper-button-disabled,
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-next.swiper-button-disabled i,
.about_us .item3 .content .slide .slide_list .swiper-container .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.about_us .item4 {
  background: #0056b8;
}
.about_us .item4 .content {
  height: 545px;
}
.about_us .item4 .content .tit {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 30px;
}
.about_us .item4 .content .slide .swiper-container {
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
}
.about_us .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s linear;
}
.about_us .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
  transform: translateY(-10px);
}
.about_us .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 130px;
  background-color: #f6f6f6;
  border-radius: 3px;
  text-align: center;
  line-height: 130px;
  overflow: hidden;
}
.about_us .item4 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
}
.about_us .item4 .content .slide .swiper-container .swiper-button-next,
.about_us .item4 .content .slide .swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #0056b8;
  text-align: center;
  line-height: 60px;
  opacity: 1;
  border-radius: 50%;
  border: solid 1px #bbbbbb;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_us .item4 .content .slide .swiper-container .swiper-button-next i,
.about_us .item4 .content .slide .swiper-container .swiper-button-prev i {
  font-size: 16px;
  color: #fff;
}
.about_us .item4 .content .slide .swiper-container .swiper-button-next {
  right: 0;
}
.about_us .item4 .content .slide .swiper-container .swiper-button-prev {
  left: 0;
}
.about_us .item4 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.about_us .item4 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.about_us .item4 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled i,
.about_us .item4 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index_banner .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.index_banner .slide .swiper-container .swiper-button-next,
.index_banner .slide .swiper-container .swiper-button-prev {
  width: 38px;
  height: 72px;
  background: #0056b8;
  text-align: center;
  line-height: 72px;
  opacity: 1;
  top: 50%;
  z-index: 5;
}
.index_banner .slide .swiper-container .swiper-button-next i,
.index_banner .slide .swiper-container .swiper-button-prev i {
  font-size: 16px;
  color: #fff;
}
.index_banner .slide .swiper-container .swiper-button-next {
  right: 5%;
}
.index_banner .slide .swiper-container .swiper-button-prev {
  left: 5%;
}
.index_banner .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.index_banner .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
  background: #fff;
  pointer-events: auto;
}
.index_banner .slide .swiper-container .swiper-button-next.swiper-button-disabled i,
.index_banner .slide .swiper-container .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1;
}
.index_banner .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #0056b8;
}
.index .title {
  text-align: center;
  padding: 60px 0 30px;
}
.index .title h5 {
  font-size: 50px;
  line-height: 1;
  color: #e9e9e9;
}
.index .title h6 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  position: relative;
  top: -30px;
}
.index .title p {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin-top: -20px;
}
.index .item1 {
  padding-bottom: 60px;
}
.index .item1 .content .center {
  overflow: hidden;
  position: relative;
  height: 801px;
}
.index .item1 .content .center .left {
  float: left;
  border-bottom: 1px solid #dedede;
}
.index .item1 .content .center .left ul li:hover a,
.index .item1 .content .center .left ul li.active a {
  background-color: #0056b8;
}
.index .item1 .content .center .left ul li:hover a .img_c,
.index .item1 .content .center .left ul li.active a .img_c {
  display: inline-block;
}
.index .item1 .content .center .left ul li:hover a .img,
.index .item1 .content .center .left ul li.active a .img {
  display: none;
}
.index .item1 .content .center .left ul li:hover a span,
.index .item1 .content .center .left ul li.active a span {
  color: #fff;
}
.index .item1 .content .center .left ul li a {
  display: block;
  width: 200px;
  height: 80px;
  background-color: #ffffff;
  text-align: center;
  line-height: 80px;
  border: 1px solid #dedede;
  border-bottom: 0 solid #000;
}
.index .item1 .content .center .left ul li a img {
  position: relative;
  top: -3px;
}
.index .item1 .content .center .left ul li a .img_c {
  display: none;
}
.index .item1 .content .center .left ul li a span {
  font-size: 24px;
  color: #333333;
}
.index .item1 .content .center .right {
  float: left;
  width: 1000px;
  border-top: 4px solid #0056b8;
  padding-left: 20px;
  overflow: hidden;
}
.index .item1 .content .center .right .list {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
}
.index .item1 .content .center .right .list .item_list {
  height: 801px;
  overflow: hidden;
}
.index .item1 .content .center .right .list .item_list .big {
  margin-bottom: 20px;
}
.index .item1 .content .center .right .list .item_list .big a {
  display: block;
  padding-top: 10px;
  overflow: hidden;
}
.index .item1 .content .center .right .list .item_list .big a:hover .word h5 {
  color: #0056b8;
}
.index .item1 .content .center .right .list .item_list .big a:hover .pic img {
  transform: scale(1.1);
}
.index .item1 .content .center .right .list .item_list .big a .word {
  width: 526px;
  float: left;
}
.index .item1 .content .center .right .list .item_list .big a .word h5 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin: 8px 0 15px;
}
.index .item1 .content .center .right .list .item_list .big a .word .line {
  width: 30px;
  height: 3px;
  background-color: #0056b8;
  border-radius: 2px;
  margin-bottom: 5px;
}
.index .item1 .content .center .right .list .item_list .big a .word p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 15px;
}
.index .item1 .content .center .right .list .item_list .big a .word span {
  font-size: 14px;
  color: #666666;
}
.index .item1 .content .center .right .list .item_list .big a .word span i {
  color: #0056b8;
}
.index .item1 .content .center .right .list .item_list .big a .pic {
  float: right;
  width: 420px;
  height: 247px;
  text-align: center;
  overflow: hidden;
  line-height: 247px;
}
.index .item1 .content .center .right .list .item_list .big a .pic img {
  width: 100%;
  transition: all 0.5s linear;
  height: 247px;
}
.index .item1 .content .center .right .list .item_list ul {
  margin: 0 -10px;
}
.index .item1 .content .center .right .list .item_list ul li {
  padding: 0 10px;
  margin-bottom: 5px;
}
.index .item1 .content .center .right .list .item_list ul li a {
  display: block;
}
.index .item1 .content .center .right .list .item_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item1 .content .center .right .list .item_list ul li a:hover .word {
  color: #0056b8;
}
.index .item1 .content .center .right .list .item_list ul li a .pic {
  width: 229px;
  height: 229px;
  text-align: center;
  /*line-height: 229px;*/
  overflow: hidden;
}
.index .item1 .content .center .right .list .item_list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item1 .content .center .right .list .item_list ul li a .word {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  width: 220px;
}
.index .item2 {
  background-color: #f9f9f9;
}
.index .item2 .content {
  height: 971px;
}
 
.index .item2 .content .one .item_nav ul li:hover a,
.index .item2 .content .one .item_nav ul li.active a {
  background-color: #0056b8;
  color: #fff;
}
.index .item2 .content .one .item_nav ul li:hover a::after,
.index .item2 .content .one .item_nav ul li.active a::after {
  display: none;
}
.index .item2 .content .one .item_nav ul li:last-child a::after {
  display: none;
}
.index .item2 .content .one .item_nav ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #efefef;
  position: relative;
}
.index .item2 .content .one .item_nav ul li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #0056b8;
  transform: translateY(-50%);
}
.index .item2 .content .one .list {
  background: #fff;
  padding: 30px 0;
}
.index .item2 .content .one .list .item_list {
  display: none;
}
.index .item2 .content .one .list .item_list:first-child {
  display: block;
}
.index .item2 .content .one .list .item_list ul li a {
  display: block;
}
.index .item2 .content .one .list .item_list ul li a:hover .pic img {
  transform: scale(1);
}
.index .item2 .content .one .list .item_list ul li a .pic {
  height: 260px;
  text-align: center;
  line-height: 260px;
  overflow: hidden;
  margin: 0 auto;
}
.index .item2 .content .one .list .item_list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item2 .content .one .list .item_list ul li a .word {
    width:100%;height:40px;line-height:40px;color:#000;font-size:16px;text-align:center;
    
}
.index .item2 .content .one .list .item_list ul li a .miao{width:80%;margin-left:10%;height:50px;line-height:25px;text-align:left;font-size:14px;color:#787878; overflow:hidden;}
.index .item2 .content .two .item_nav ul li:hover a,
.index .item2 .content .two .item_nav ul li.active a {
  background-color: #0056b8;
  color: #fff;
}
.index .item2 .content .two .item_nav ul li:hover a::after,
.index .item2 .content .two .item_nav ul li.active a::after {
  display: none;
}
.index .item2 .content .two .item_nav ul li:last-child a::after {
  display: none;
}
.index .item2 .content .two .item_nav ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #efefef;
  position: relative;
}
.index .item2 .content .two .item_nav ul li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #0056b8;
  transform: translateY(-50%);
}
.index .item2 .content .two .list {
  background: #fff;
  padding: 30px 0;
}
.index .item2 .content .two .list .item_list {
  display: none;
}
.index .item2 .content .two .list .item_list:first-child {
  display: block;
}
.index .item2 .content .two .list .item_list ul li a {
  display: block;
}
.index .item2 .content .two .list .item_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item2 .content .two .list .item_list ul li a .pic {
  height: 260px;
  text-align: center;
  line-height: 260px;
  overflow: hidden;
  margin: 0 auto;
}
.index .item2 .content .two .list .item_list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item8 .content .one .item_nav ul li:hover a,
.index .item8 .content .one .item_nav ul li.active a {
  background-color: #0056b8;
  color: #fff;
}
.index .item8 .content .one .item_nav ul li:hover a::after,
.index .item8 .content .one .item_nav ul li.active a::after {
  display: none;
}
.index .item8 .content .one .item_nav ul li:last-child a::after {
  display: none;
}
.index .item8 .content .one .item_nav ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #efefef;
  position: relative;
}
.index .item8 .content .one .item_nav ul li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #0056b8;
  transform: translateY(-50%);
}
.index .item8 .content .one .list {
  background: #fff;
  border: 1px solid #dedede;
  border-top: 0 solid #000;
}
.index .item8 .content .one .list .item_list {
  display: none;
}
.index .item8 .content .one .list .item_list:first-child {
  display: block;
}
.index .item8 .content .one .list .item_list ul {
  padding: 10px 0;
}
.index .item8 .content .one .list .item_list ul li {
  padding: 0 10px;
}
.index .item8 .content .one .list .item_list ul li a {
  display: block;
}
.index .item8 .content .one .list .item_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item8 .content .one .list .item_list ul li a .pic {
  height: 260px;
  text-align: center;
  line-height: 260px;
  overflow: hidden;
  margin: 0 auto;
}
.index .item8 .content .one .list .item_list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item3 .content .list {
  overflow: hidden;
  padding-bottom: 50px;
}
.index .item3 .content .list ul {
  margin: 0 -10px;
}
.index .item3 .content .list ul li {
  margin-bottom: 10px;
  padding: 0 10px;
}
.index .item3 .content .list ul li a {
  display: block;
}
.index .item3 .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item3 .content .list ul li a:hover .pic .cover {
  opacity: 1;
}
.index .item3 .content .list ul li a .pic {
  height: 196px;
  text-align: center;
  line-height: 196px;
  overflow: hidden;
  position: relative;
}
.index .item3 .content .list ul li a .pic .cover {
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 32, 136, 0.8);
  text-align: center;
  line-height: 196px;
  opacity: 0;
}
.index .item3 .content .list ul li a .pic .cover span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 1px #0056b8;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  color: #0056b8;
  border-radius: 50%;
}
.index .item3 .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item3 .content .list ul li a .word {
  height: 42px;
  background-color: #0056b8;
  text-align: center;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #ffffff;
}
.index .item4 {
  background: #0056b8;
  position: relative;
  height: 580px;
}
.index .item4 > .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
}
.index .item4 > .pic .pic_list {
  height: 580px;
  display: none;
}
.index .item4 > .pic .pic_list:first-child {
  display: block;
}
.index .item4 > .pic .pic_list img {
  width: 100%;
  height: 100%;
}
.index .item4 .content {
  height: 580px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.index .item4 .content .title {
  text-align: left;
  padding-bottom: 0;
}
.index .item4 .content .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 10px;
}
.index .item4 .content .title h6 {
  position: static;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.index .item4 .content .tit {
  margin-top: 50px;
}
.index .item4 .content .tit .tit_list {
  display: none;
}
.index .item4 .content .tit .tit_list:first-child {
  display: block;
}
.index .item4 .content .tit .tit_list h5 {
  font-size: 30px;
  color: #ffffff;
}
.index .item4 .content .tit .tit_list .line {
  width: 27px;
  height: 3px;
  background-color: #ffffff;
  margin: 20px 0;
}
.index .item4 .content .tit .tit_list h6 {
  font-size: 16px;
  color: #ffffff;
}
.index .item4 .content .list {
  height: 193px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-top: 20px;
}
.index .item4 .content .list ul li.active a .pic .img_c {
  display: inline-block;
}
.index .item4 .content .list ul li.active a .pic .img {
  display: none;
}
.index .item4 .content .list ul li:last-child a::after {
  display: none;
}
.index .item4 .content .list ul li a {
  display: block;
  text-align: center;
  padding-top: 30px;
  position: relative;
}
.index .item4 .content .list ul li a:hover .pic .img_c {
  display: inline-block;
}
.index .item4 .content .list ul li a:hover .pic .img {
  display: none;
}
.index .item4 .content .list ul li a::after {
  position: absolute;
  top: 78px;
  right: -98px;
  content: "";
  width: 150px;
  height: 2px;
  border: solid 1px #cccccc;
}
.index .item4 .content .list ul li a .pic {
  width: 96px;
  height: 96px;
  background-color: #0056b8;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 96px;
}
.index .item4 .content .list ul li a .pic .img_c {
  display: none;
}
.index .item4 .content .list ul li a .word {
  margin-top: 10px;
}
.index .item4 .content .list ul li a .word h5 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
}
.index .item4 .content .list ul li a .word h6 {
  font-size: 12px;
  color: #999999;
}
.index .item5 .content {
  padding: 60px 0;
}
.index .item5 .content .center {
  overflow: hidden;
}
.index .item5 .content .center > .pic {
  float: left;
}
.index .item5 .content .center > .pic img {
  width: 600px;
  height: 390px;
}
.index .item5 .content .center > .word {
  width: 565px;
  float: right;
  padding-top: 15px;
}
.index .item5 .content .center > .word h5 {
  font-size: 36px;
  line-height: 1;
  color: #999999;
}
.index .item5 .content .center > .word h6 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin: 10px 0 20px;
}
.index .item5 .content .center > .word .line {
  width: 30px;
  height: 4px;
  background-color: #0056b8;
  border-radius: 2px;
  margin-bottom: 20px;
}
.index .item5 .content .center > .word p {
  font-size: 14px;
  color: #666666;
}
.index .item5 .content .center > .word ul {
  margin: 20px -35px 0;
}
.index .item5 .content .center > .word ul li {
  padding: 0 35px;
}
.index .item5 .content .center > .word ul li a {
  display: block;
  text-align: center;
}
.index .item5 .content .center > .word ul li a:hover .pic img {
  transform: rotateY(360deg);
}
.index .item5 .content .center > .word ul li a .pic {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border: solid 2px #0056b8;
  margin: 0 auto;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
}
.index .item5 .content .center > .word ul li a .pic img {
  transition: all 0.5s linear;
}
.index .item5 .content .center > .word ul li a .word {
  font-size: 16px;
  color: #333333;
}
.index .item6 {
  background: #f6f6f6;
}
.index .item6 .content {
  padding-bottom: 60px;
}
.index .item6 .content .slide .swiper-container {
  margin-top: 20px;
  text-align: center;
  padding-top: 10px;
}
.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s linear;
}
.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover {
  transform: translateY(-10px);
}
.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 130px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 130px;
  overflow: hidden;
}
.index .item6 .content .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  max-width: 100%;
}
.index .item6 .content .slide .swiper-container .swiper-button-next,
.index .item6 .content .slide .swiper-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #0056b8;
  text-align: center;
  line-height: 60px;
  opacity: 1;
  border-radius: 50%;
  border: solid 1px #bbbbbb;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index .item6 .content .slide .swiper-container .swiper-button-next i,
.index .item6 .content .slide .swiper-container .swiper-button-prev i {
  font-size: 16px;
  color: #fff;
}
.index .item6 .content .slide .swiper-container .swiper-button-next {
  right: 0;
}
.index .item6 .content .slide .swiper-container .swiper-button-prev {
  left: 0;
}
.index .item6 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled,
.index .item6 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled {
  background: #fff;
}
.index .item6 .content .slide .swiper-container .swiper-button-next.swiper-button-disabled i,
.index .item6 .content .slide .swiper-container .swiper-button-prev.swiper-button-disabled i {
  color: #333;
}
.index .item7 .content .item_nav {
  margin-bottom: 30px;
}
.index .item7 .content .item_nav ul {
  text-align: center;
}
.index .item7 .content .item_nav ul li {
  display: inline-block;
}
.index .item7 .content .item_nav ul li:hover a,
.index .item7 .content .item_nav ul li.active a {
  background-color: #0056b8;
  color: #fff;
}
.index .item7 .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 .item7 .content .list .item_list {
  overflow: hidden;
  display: none;
}
.index .item7 .content .list .item_list:first-child {
  display: block;
}
.index .item7 .content .list .item_list .big {
  width: 455px; 
  float: left;
}
.index .item7 .content .list .item_list .big a {
  display: block;
}
.index .item7 .content .list .item_list .big a:hover .pic img {
  transform: scale(1.1);
}
.index .item7 .content .list .item_list .big a:hover .word h5,
.index .item7 .content .list .item_list .big a:hover .word p {
  color: #0056b8;
}
.index .item7 .content .list .item_list .big a:hover .word span {
  color: #0056b8;
}
.index .item7 .content .list .item_list .big a .pic {
  height: 455px;
  overflow: hidden;
  line-height: 455px;
}
.index .item7 .content .list .item_list .big a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item7 .content .list .item_list .big a .word {
  height: 152px;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
.index .item7 .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 .item7 .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 .item7 .content .list .item_list .big a .word span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.index .item7 .content .list .item_list ul {
  float: right;
  width: 704px;
}
.index .item7 .content .list .item_list ul li:first-child a {
  padding-top: 0;
}
.index .item7 .content .list .item_list ul li a {
  display: block;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  padding: 20px 0;
}
.index .item7 .content .list .item_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item7 .content .list .item_list ul li a:hover .word h5,
.index .item7 .content .list .item_list ul li a:hover .word p {
  color: #0056b8;
}
.index .item7 .content .list .item_list ul li a:hover .word span {
  color: #0056b8;
}
.index .item7 .content .list .item_list ul li a .pic {
  width: 228px;
  height: 228px;
  float: left;
  text-align: center;
  line-height: 228px;
  overflow: hidden;
}
.index .item7 .content .list .item_list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.index .item7 .content .list .item_list ul li a .word {
  width: 448px;
  float: right;
}
.index .item7 .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 .item7 .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 .item7 .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: 14px;
  color: #666666;
}
.index .friend_link .content a:hover {
  color: #0056b8;
}
.footer {
  background: #333;
}
.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: 40px;
}
.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: #0056b8;
}
.footer .content .foot_top .qrcode {
  float: right;
  text-align: center;margin-left:20px;
}
.footer .content .foot_top .qrcode img {
  width: 120px;
}
.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 h5 {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
}
.footer .content .foot_top .address p {
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}
.beian {
  padding-top: 15px;padding-bottom: 15px;
  line-height: 25px;
  text-align: center;
  background: #0056b8;color: #fff;
}
.beian a {
  font-size: 14px;
  color: #fff;
}
.beian a:hover {
  color: #0056b8;
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 96px;
  padding: 60px 0;
}
.page .prev,
.page .next {
  font-size: 18px;
  color: #333333;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  margin: 0 5px;
}
.page ul li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  font-size: 16px;
  color: #333333;
}
.page ul li a:hover {
  background: #0056b8;
  color: #fff;
}
.page ul li.active a {
  background: #0056b8;
  color: #fff;
}
.about_us_page {
  background: #f6f6f6;
  padding-bottom: 35px;
}
.about_us_page .content .center_right .item1 {
  background: #fff;
  overflow: hidden;
}
.about_us_page .content .center_right .item1 .center {
  padding: 20px;
}
.content_center .content .center_right .title {
  text-align: center;
  margin-bottom: 20px;
}
.content_center .content .center_right .title h5 {
  font-size: 24px;
  line-height: 24px;
  color: #0056b8;
  font-weight: bold;
  height: 90px;
  line-height: 90px;
  position: relative;
}
.content_center .content .center_right .title h5::after,
.content_center .content .center_right .title h5::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.content_center .content .center_right .title h5::after {
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}
.content_center .content .center_right .title h5::before {
  width: 25px;
  height: 2px;
  background: #0056b8;
}
.content_center .content .center_right .page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 96px;
  border-top: 1px solid #dedede;
  padding: 0 60px;
}
.content_center .content .center_right .page .prev,
.content_center .content .center_right .page .next {
  font-size: 18px;
  color: #333333;
}
.content_center .content .center_right .page ul {
  text-align: center;
}
.content_center .content .center_right .page ul li {
  display: inline-block;
  margin: 0 5px;
}
.content_center .content .center_right .page ul li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  font-size: 16px;
  color: #333333;
}
.content_center .content .center_right .page ul li.active a {
  background: #0056b8;
  color: #fff;
}
.content_center .content .center_right .page ul li a:hover {
  background: #0056b8;
  color: #fff;
}
.content_center .content .center_right .small_ad {
  height: 199px;
  margin-top: 13px;
  background: #fff;
  overflow: hidden;
}
.content_center .content .center_right .small_ad .pic {
  margin-top: 20px;
  float: left;
  margin-left: 75px;
}
.content_center .content .center_right .small_ad .pic img {
  width: 260px;
}
.content_center .content .center_right .small_ad .word {
  float: right;
  margin-right: 100px;
  margin-top: 30px;
}
.content_center .content .center_right .small_ad .word h5 {
  font-size: 30px;
  color: #0056b8;
}
.content_center .content .center_right .small_ad .word h6 {
  font-size: 18px;
  line-height: 24px;
  color: #0056b8;
}
.content_center .content .center_right .small_ad .word a {
  display: block;
  float: left;
  width: 140px;
  height: 40px;
  background-color: #0056b8;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin: 20px 0;
}
.content_center .content .center_right .small_ad .word a span {
  margin-left: 20px;
}
.content_center .content .center_right .small_ad .word .tel {
  float: left;
  margin: 20px 0;
  margin-left: 50px;
}
.content_center .content .center_right .small_ad .word .tel .num {
  float: right;
  margin-left: 5px;
}
.content_center .content .center_right .small_ad .word .tel .num h5 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
}
.content_center .content .center_right .small_ad .word .tel .num h6 {
  font-size: 18px;
  color: #0056b8;
  font-weight: bold;
}
.news_detail {
  background: #f6f6f6;
  padding-bottom: 35px;
}
.news_detail .content .center_right .item1 {
  background: #fff;
}
.news_detail .content .center_right .item1 .center {
  padding: 20px;
}
.news_detail .content .center_right .item1 .center .tit h5 {
  font-size: 30px;
  color: #333333;
  margin: 10px 0 0;
}
.news_detail .content .center_right .item1 .center .tit .share {
  padding-right: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  line-height: 40px;
}
.news_detail .content .center_right .item1 .center .tit .share span {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}
.news_detail .content .center_right .item1 .center .tit .share .share_btn {
  float: right;
}
.news_detail .content .center_right .item1 .center .tit .share .share_btn > div {
  float: right;
}
.news_detail .content .center_right .item1 .center .tit .share .share_btn .wechat-qrcode {
  top: 100%;
}
.news_detail .content .center_right .item1 .center .tit .share .share_btn .wechat-qrcode::after {
  display: none;
}
.news_detail .content .center_right .item1 .center .word {
  padding: 10px 0;
}
.news_detail .content .center_right .item1 .center .word img {
  max-width: 100%;
  height: auto;
}
.news_detail .content .center_right .item1 .up_next {
  overflow: hidden;
  border-top: 1px solid #dedede;
  position: relative;
}
.news_detail .content .center_right .item1 .up_next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #dedede;
}
.news_detail .content .center_right .item1 .up_next a {
  display: block;
  width: 50%;
  float: left;
  height: 64px;
  text-align: center;
  line-height: 64px;
  font-size: 16px;
  color: #000000;
}
.news_detail .content .center_right .item2 {
  background: #fff;
  margin-top: 13px;
}
.news_detail .content .center_right .item2 h5 {
  font-size: 18px;
  color: #0056b8;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #dedede;
  padding-left: 25px;
}
.news_detail .content .center_right .item2 .list {
  padding: 30px;
}
.news_detail .content .center_right .item2 .list ul {
  overflow: hidden;
  position: relative;
  margin: 0 -30px;
}
.news_detail .content .center_right .item2 .list ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #dedede;
}
.news_detail .content .center_right .item2 .list ul li {
  padding: 0 30px;
}
.news_detail .content .center_right .item2 .list ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.news_detail .content .center_right .item2 .list ul li a:hover {
  color: #0056b8;
}
.show_pro .item1 {
  background: #f6f6f6;
}
.show_pro .item1 .content .center {
  overflow: hidden;
}
.show_pro .item1 .content .center .pic {
  width: 600px;
  float: left;
}
.show_pro .item1 .content .center .pic .slide {
  background: #fff;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 480px;
  text-align: center;
  line-height: 480px;
  overflow: hidden;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-wrapper .swiper-slide a img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-prev,
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-next {
  width: 35px;
  height: 50px;
  background: #0056b8;
  text-align: center;
  line-height: 45px;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-prev i,
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-next i {
  font-size: 24px;
  color: #fff;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-prev {
  left: 0;
}
.show_pro .item1 .content .center .pic .slide .swiper-container .swiper-button-next {
  right: 0;
}
.show_pro .item1 .content .center .pic .small_slide {
  position: relative;
  padding: 0 45px;
}
.show_pro .item1 .content .center .pic .small_slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 80px;
  text-align: center;
  line-height: 80px;
  overflow: hidden;
}
.show_pro .item1 .content .center .pic .small_slide .swiper-container .swiper-wrapper .swiper-slide a img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.show_pro .item1 .content .center .pic .small_slide .swiper-container .swiper-wrapper .swiper-slide.active a img {
  border: 1px solid #0056b8;
}
.show_pro .item1 .content .center .pic .small_slide .swiper-button-prev,
.show_pro .item1 .content .center .pic .small_slide .swiper-button-next {
  width: 35px;
  height: 50px;
  background: #0056b8;
  text-align: center;
  line-height: 45px;
}
.show_pro .item1 .content .center .pic .small_slide .swiper-button-prev i,
.show_pro .item1 .content .center .pic .small_slide .swiper-button-next i {
  font-size: 24px;
  color: #fff;
}
.show_pro .item1 .content .center .pic .small_slide .swiper-button-prev {
  left: 0;
}
.show_pro .item1 .content .center .pic .small_slide .swiper-button-next {
  right: 0;
}
.show_pro .item1 .content .center .word {
  width: 600px;
  float: right;
  height: 680px;
  padding-left: 48px;
  position: relative;
}
.show_pro .item1 .content .center .word > h5 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}
.show_pro .item1 .content .center .word p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.show_pro .item1 .content .center .word .video{
    height: 270px;
}
.show_pro .item1 .content .center .word .video video{
    display: block;
    /*width: 100%;*/
    height: 100%;
}

.show_pro .item1 .content .center .word .contact {
  position: absolute;
  bottom: 0;
  left: 48px;
}
.show_pro .item1 .content .center .word .contact a {
  display: block;
  float: left;
  width: 160px;
  height: 50px;
  background-color: #0056b8;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
}
.show_pro .item1 .content .center .word .contact a span {
  font-size: 18px;
  color: #fff;
}
.show_pro .item1 .content .center .word .contact .tel {
  float: left;
  background: url(img/tel.png) no-repeat left center;
  padding: 10px 0 10px 65px;
  margin-left: 20px;
}
.show_pro .item1 .content .center .word .contact .tel h5 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
}
.show_pro .item1 .content .center .word .contact .tel p {
  font-size: 24px;
  line-height: 1;
  color: #0056b8;
}
.show_pro .item1 .content .small_nav {
  margin-top: 30px;
  background: #fff;
}
.show_pro .item1 .content .small_nav ul li:hover a,
.show_pro .item1 .content .small_nav ul li.active a {
  background-color: #0056b8;
}
.show_pro .item1 .content .small_nav ul li a {
  display: block;
  height: 60px;
  background-color: #a6a6a6;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  border-left: 1px solid #fff;
}
.show_pro .item2 {
  background: #f4f4f4;
}
.show_pro .item2 .content {
  background: #fff;
  padding: 35px;
}
.show_pro .item2 .content .list .item_list {
  display: none;
}

.show_pro .item2 .content .list .item_list .center{
    overflow: hidden;
    padding: 10px 0;
    border-bottom:1px dashed #dedede;
    /*height: 250px;*/
}
.show_pro .item2 .content .list .item_list .center:last-child{
    border-bottom:none;
}
.show_pro .item2 .content .list .item_list .center .pic{
    float: left;
    width: 50%;
    height: 250px;
    overflow: hidden;
}

.show_pro .item2 .content .list .item_list .center .word{
    float: left;
    width: 50%;
    word-wrap:break-word;
    height: 250px;
}

.show_pro .item2 .content .list .item_list:first-child {
  display: block;
}
.show_pro .item2 .content img {
  max-width: 100%;
  height: auto !important;
  /*display: block;*/
  margin: 0 auto;
}
.show_pro .item3 {
  background: #f4f4f4;
  overflow: hidden;
}
.show_pro .item3 .content .title {
  border-bottom: 1px solid #dedede;
  margin-top: 40px;
  padding-bottom: 15px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}
.show_pro .item3 .content .title h5 {
  position: relative;
  float: left;
  font-size: 18px;
  color: #333333;
}
.show_pro .item3 .content .title h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #0056b8;
  content: "";
}
.show_pro .item3 .content .title h5 span {
  color: #0056b8;
  font-weight: bold;
}
.show_pro .item3 .content .title a {
  float: right;
  font-size: 14px;
  color: #999999;
}
.show_pro .item3 .content .title a:hover {
  color: #0056b8;
}
.show_pro .item3 .content .list ul {
  margin: 0 -11px;
}
.show_pro .item3 .content .list ul li {
  margin: 22px 0;
  padding: 0 11px;
}
.show_pro .item3 .content .list ul li a {
  display: block;
  text-align: center;
}
.show_pro .item3 .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.show_pro .item3 .content .list ul li a:hover p {
  color: #0056b8;
}
.show_pro .item3 .content .list ul li a .pic {
  border: 1px solid #dedede;
  height: 288px;
  text-align: center;
  line-height: 288px;
  background: #fff;
  overflow: hidden;
}
.show_pro .item3 .content .list ul li a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.show_pro .item3 .content .list ul li a p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  margin: 10px 0;
}
.show_pro .item4 {
  background: #f4f4f4;
  overflow: hidden;
  padding-bottom: 40px;
}
.show_pro .item4 .content .title {
  border-bottom: 1px solid #dedede;
  margin-top: 40px;
  padding-bottom: 15px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}
.show_pro .item4 .content .title h5 {
  position: relative;
  float: left;
  font-size: 18px;
  color: #333333;
}
.show_pro .item4 .content .title h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #0056b8;
  content: "";
}
.show_pro .item4 .content .title h5 span {
  color: #0056b8;
  font-weight: bold;
}
.show_pro .item4 .content .title a {
  float: right;
  font-size: 14px;
  color: #999999;
}
.show_pro .item4 .content .title a:hover {
  color: #0056b8;
}
.show_pro .item4 .content .center {
  background: #fff;
  padding: 40px;
  overflow: hidden;
}
.show_pro .item4 .content .center .left {
  width: 50%;
  float: left;
}
.show_pro .item4 .content .center .left a {
  display: block;
  overflow: hidden;
}
.show_pro .item4 .content .center .left a:hover .pic img {
  transform: scale(1.1);
}
.show_pro .item4 .content .center .left a:hover .word h5 {
  color: #0056b8;
}
.show_pro .item4 .content .center .left a .pic {
  width: 220px;
  height: 170px;
  text-align: center;
  line-height: 170px;
  overflow: hidden;
  float: left;
}
.show_pro .item4 .content .center .left a .pic img {
  max-width: 100%;
  transition: all 0.5s linear;
}
.show_pro .item4 .content .center .left a .word {
  padding: 5px 20px;
  width: 300px;
  float: left;
}
.show_pro .item4 .content .center .left a .word h5 {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_pro .item4 .content .center .left a .word p {
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  max-height: 72px;
  color: #666666;
  margin: 10px 0;
}
.show_pro .item4 .content .center .left a .word .data span {
  font-size: 14px;
  color: #666666;
}
.show_pro .item4 .content .center .left a .word .data i {
  color: #dedede;
  float: right;
}
.show_pro .item4 .content .center .right {
  width: 50%;
  float: right;
}
.show_pro .item4 .content .center .right ul li a {
  display: block;
  overflow: hidden;
}
.show_pro .item4 .content .center .right ul li a:hover span {
  color: #0056b8;
}
.show_pro .item4 .content .center .right ul li a span {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show_pro .item4 .content .center .right ul li a i {
  float: right;
  font-size: 14px;
  color: #999999;
}

/*??????*/
.met_pager{margin-top:20px;text-align:center;display:table;margin:auto;display: flex;
    justify-content: center;
    align-items: center;
    height: 96px;
    padding: 60px 0;}
.met_pager *{display:inline-block;float:left;line-height:30px;transition:color 0.5s;-moz-transition:color 0.5s;-webkit-transition:color 0.5s;-o-transition:color 0.5s}
.met_pager a{width:auto;padding:9px 15px;color:#5e7387;border:1px solid #eee;border-right:none;border-left:none;text-decoration:none;background:#fff}
.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover{text-decoration:none}
.met_pager a:not(.Ahover){color:#2a333c;border: 1px solid #eee;border-right:none;}
.met_pager a:not(.Ahover):hover{color:#0056b8}
.met_pager a:not(.Ahover).NextA:hover,
.met_pager a:not(.Ahover).PreA:hover{background:#fff}
.met_pager a.Ahover{background:#0056b8;border:1px solid #0056b8;color:#fff;cursor:default}
.met_pager .PreSpan,
.met_pager .NextSpan,
.met_pager a.NextA,
.met_pager a.PreA{width:auto;padding:9px 15px;border:1px solid #eee;background:#fff;color:#999}
.met_pager .PreSpan,
.met_pager .NextSpan{cursor:default}
.met_pager .firstPage,
.met_pager .lastPage{min-width:40px}
.met_pager .PageText{margin-left:10px;color:#aaa;display:none}
.met_pager input{display:none}

/*????????????*/
.case_nav {
  position: fixed;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  border-bottom: 1px solid #ccc;
}
.case_nav ul li:hover a,
.case_nav ul li.active a {
  background: #0056b8;
  color: #fff;
}
.case_nav ul li a {
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  border-bottom: 0 solid #000;
}







.filter{
    background: #f6f6f6;
    overflow: hidden;
}

.filter .content {
  padding: 15px 0 0;
  position: relative;
  background: #fff;
  margin-bottom: 30px;
}
.filter .content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 140px;
  width: 1px;
  height: 100%;
  background: #f1f1f1;
}

.filter .content .down_list .son_pro > .item_nav > li.active {
  
}
.filter .content .down_list .son_pro > .item_nav > li .item_list {
  position: absolute;
  top: 50px;
  left: 25px;
  width: 100%;
  display: none;
}
.filter .content .down_list .son_pro > .item_nav > li .item_list ul {
  overflow: hidden;
}
.filter .content .down_list .son_pro > .item_nav > li .item_list ul li {
  margin: 0 10px 10px 0;
  float: left;
}
.filter .content .down_list .son_pro > .item_nav > li .item_list ul li:hover a,
.filter .content .down_list .son_pro > .item_nav > li .item_list ul li.active a {
  color: #FFF;
  background: #0056b8;
}
.filter .content .down_list .son_pro > .item_nav > li .item_list ul li a {
  height:30px;
  line-height: 30px;
  border-radius: 3px;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.filter .content .choose {
  overflow: hidden;
}
.filter .content .choose .name {
  padding: 0 0;
  width: 140px;
  float: left;
  text-align: center;
}
.filter .content .choose .name span {
  font-size: 14px;
  color: #999999;
}
.filter .content .choose .son_pro {
  padding: 0 25px 0;
  width: 1060px;
  float: left;
  position: relative;
}
.filter .content .choose .son_pro  a {
  margin-right: 10px;
  float: left;
  color: #666666;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.filter .content .choose .son_pro  a:hover,
.filter .content .choose .son_pro   a.active {
  background-color: #0056b8;
  color: #fff;
}
.filter .content .choose .son_pro   .item_nav {
  overflow: hidden;
}
.filter .content .choose .son_pro  .item_nav  li {
  margin: 0 10px 10px 0;
  float: left;
}

.filter .content .choose .son_pro   .item_nav   li.active  a {
  background-color: #0056b8;
  color: #fff;  
}

.filter .content .choose .son_pro  .item_nav   li.active .item_list {
  display: block;
}
.filter .content .choose .son_pro   .item_nav  li a {
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
 
.filter .content .choosing {
  border-top: 1px solid #f1f1f1;
  padding-top: 10px;
  overflow: hidden;
}
.filter .content .choosing .name {
  padding: 0 0;
  width: 140px;
  float: left;
  text-align: center;
}
.filter .content .choosing .name span {
  font-size: 14px;
  color: #999999;
}
.filter .content .choosing .son_pro {
  padding: 0 25px 0;
  width: 1060px;
  float: left;
}
.filter .content .choosing .son_pro > .item_nav {
  overflow: hidden;
}
.filter .content .choosing .son_pro > .item_nav li {
  margin: 0 10px 10px 0;
  float: left;
}
.filter .content .choosing .son_pro > .item_nav li:hover a i {
  color: #007e69;
}
.filter .content .choosing .son_pro > .item_nav li a {
  border: 1px solid #f1f1f1;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.filter .content .choosing .son_pro > .item_nav li a i {
  margin-left: 8px;
  font-size: 16px;
}
.bread_nav .content .left {
  float: right;
}
.bread_nav .content .left form {
  width: 432px;
  height: 35px;
  border-radius: 20px;
  border: solid 1px #dedede;
  overflow: hidden;
  margin-top: 8px;
  background: #fff;
}
.bread_nav .content .left form .txt {
  display: block;
  float: left;
  width: 350px;
  height: 35px;
  padding-left: 15px;
  font-size: 14px;
  color: #333;
}
.bread_nav .content .left form .sub {
  width: 50px;
  height: 35px;
  float: right;
  display: block;
  background:#fff url("img/search.png") no-repeat center;
}

body > div.show_pro > div.item1 > div > div.center > div.word > div.video > p:nth-child(1) > iframe{
    width: 552px!important;
    height: 270px!important;
}

