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;
}
.banner a img {
  width: 100%;
}
.content {
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
}
.header .content .header_top {
  height: 45px;
  border-bottom: 1px solid #dedede;
  line-height: 45px;
}
.header .content .header_top h5 {
  float: left;
  font-size: 16px;
  color: #333333;
}
.header .content .header_top span {
  font-size: 14px;
  color: #333333;
  float: right;
}
.header .content .header_top span img {
  position: relative;
  top: -2px;
}
.header .content .header_main {
  height: 100px;
  overflow: hidden;
}
.header .content .header_main .logo {
  margin-top: 30px;
  float: left;
}
.header .content .header_main .logo a {
  display: block;
}
.header .content .header_main .nav {
  float: right;
  margin-top: 35px;
}
.header .content .header_main .nav ul li {
  float: left;
  margin: 0 0;
}
.header .content .header_main .nav ul li.active a,
.header .content .header_main .nav ul li:hover a {
  background: linear-gradient(to right, #2d3c59 0%, #39305c 100%);
    color: #fff;
}
.header .content .header_main .nav ul li a {
  font-size: 14px;
  color: #666666;
  min-width: 85px;
padding: 0 10px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 15px;
display: block;
}
.header .content .header_main .form {
  margin-left: 30px;
  float: right;
  margin-top: 33px;
}
.header .content .header_main .form form {
  border-radius: 17px;
  border: solid 1px #dedede;
  overflow: hidden;
  width: 205px;
}
.header .content .header_main .form form .txt {
  width: 150px;
  height: 35px;
  float: left;
  font-size: 14px;
  color: #333;
  padding-left: 15px;
}
.header .content .header_main .form form .sub {
  float: right;
  width: 35px;
  height: 35px;
  background: url(../images/search.png) no-repeat center;
}
.footer {
  background: #fff;
}
.footer .content {
  padding: 60px 0 30px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.footer .content .left {
  float: left;
}
.footer .content .left .logo {
  margin-bottom: 30px;
}
.footer .content .left .logo a {
  display: block;
}
.footer .content .left ul li {
  float: left;
  margin-right: 20px;
}
.footer .content .left ul li a {
  font-size: 14px;
  color: #333333;
}
.footer .content .left ul li a:hover {
  color: #423c64;
  font-weight: bold;
}
.footer .content .right {
  float: right;
}
.footer .content .right .tel {
  float: left;
  text-align: right;
  margin-top: 40px;
}
.footer .content .right .tel h5 {
  font-size: 14px;
  color: #333333;
  line-height: 1;
}
.footer .content .right .tel p {
  font-size: 30px;
  color: #333333;
  line-height: 1;
}
.footer .content .right .qrcode {
  margin-left: 30px;
  float: right;
}
.beian .content {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.beian .content a {
  font-size: 14px;
  color: #999999;
}
.beian .content a:hover {
  color: #333;
}
.area  .content{
    border-top:1px solid #dedede ;
}

.area  .content .link {
  padding: 20px 0;
}
.area  .content .link a {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
  margin-bottom: 5px;
}
.area  .content .link a:hover {
  color: #2d3c59;
}








.index .item_top {
  padding: 60px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .item_top .title h5 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5px;
  color: #333333;
}
.index .item_top .title h6 {
  font-size: 18px;
  line-height: 1;
  color: #999999;
}
.index .item_top .item_nav ul li {
  float: left;
  margin-left: 35px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.index .item_top .item_nav ul li:last-child a::after {
  display: none;
}
.index .item_top .item_nav ul li:hover,
.index .item_top .item_nav ul li.active {
  border-bottom: 2px solid #38305c;
}
.index .item_top .item_nav ul li:hover a,
.index .item_top .item_nav ul li.active a {
  font-weight: bold;
  color: #38305c;
}
.index .item_top .item_nav ul li a {
  font-size: 14px;
  color: #333333;
  position: relative;
}
.index .item_top .item_nav ul li a::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -18px;
  color: #dedede;
}
.index .item1 {
  background: #e5e5e5;
}
.index .item1 .content {
  padding-bottom: 68px;
}
.index .item1 .content .list ul li {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.index .item1 .content .list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 294px;
  background: #fff;
  padding: 38px;
  transition: all 0.5s linear;
}
.index .item1 .content .list ul li a:hover {
  box-shadow: 0px 0px 27px 0px rgba(56, 48, 92, 0.39);
  background: url(../images/index_item1_01.jpg) no-repeat center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 74px;
}
.index .item1 .content .list ul li a:hover .tit {
  display: none;
}
.index .item1 .content .list ul li a:hover span,
.index .item1 .content .list ul li a:hover .word {
  display: block;
}
.index .item1 .content .list ul li a span {
  font-size: 16px;
  color: #ffffff;
  display: none;
}
.index .item1 .content .list ul li a .tit {
  text-align: center;
}
.index .item1 .content .list ul li a .tit h5 {
  font-size: 30px;
  color: #38305c;
}
.index .item1 .content .list ul li a .tit h6 {
  font-size: 16px;
  color: #999999;
}
.index .item1 .content .list ul li a .tit h6 i {
  font-weight: bold;
}
.index .item1 .content .list ul li a .word {
  display: none;
}
.index .item1 .content .list ul li a .word h5 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 5px;
}
.index .item1 .content .list ul li a .word p {
  font-size: 16px;
  color: #ffffff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 20px;
  max-height: 80px;
}
.index .item2 {
  border-bottom: 1px solid #dedede;
}
.index .item2 .content {
  padding-bottom: 20px;
}
.index .item2 .content .list .item_list {
  display: none;
  overflow: hidden;
}
.index .item2 .content .list .item_list:first-child {
  display: block;
}
.index .item2 .content .list .item_list ul {
  margin: 0 -14px;
}
.index .item2 .content .list .item_list ul li {
  padding: 0 14px;
  margin-bottom: 28px;
}
.index .item2 .content .list .item_list ul li a {
  display: block;
  transition: all .5s linear;
}
.index .item2 .content .list .item_list ul li a:hover{
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.index .item2 .content .list .item_list ul li a:hover .pic img {
  transform: scale(1.1);
}
.index .item2 .content .list .item_list ul li a .pic {
  overflow: hidden;
}
.index .item2 .content .list .item_list ul li a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.index .item2 .content .list .item_list ul li a .word {
  overflow: hidden;
  line-height: 48px;
  padding: 0 10px;
}
.index .item2 .content .list .item_list ul li a .word h5 {
  font-size: 16px;
  color: #333333;
  float: left;
}
.index .item2 .content .list .item_list ul li a .word span {
  display: block;
  float: right;
  font-size: 14px;
  color: #999999;
}
.index .item3 {
  background: #fff;
}
.index .item3 .content {
  padding-bottom: 50px;
}
.index .item3 .content .center {
  overflow: hidden;
}
.index .item3 .content .center .left {
  width: 27%;
  float: left;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.index .item3 .content .center .left ul li:hover a,
.index .item3 .content .center .left ul li.active a {
  background-image: linear-gradient(45deg, #2d3c59, #453c66);
}
.index .item3 .content .center .left ul li:hover a .pic .img_c,
.index .item3 .content .center .left ul li.active a .pic .img_c {
  display: inline-block;
}
.index .item3 .content .center .left ul li:hover a .pic .img,
.index .item3 .content .center .left ul li.active a .pic .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 {
  height: 164px;
  background-color: #ffffff;
  border-left: solid 1px #dedede;
  border-bottom: 1px solid #dedede;
  display: block;
  padding-top: 44px;
  text-align: center;
}
.index .item3 .content .center .left ul li a .pic {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
.index .item3 .content .center .left ul li a .pic .img_c {
  display: none;
}
.index .item3 .content .center .left ul li a span {
  font-size: 16px;
  color: #666666;
}
.index .item3 .content .center .right {
  width: 73%;
  float: right;
}
.index .item3 .content .center .right .item_list {
  display: none;
  height: 493px;
}
.index .item3 .content .center .right .item_list:first-child {
  display: block;
}
.index .item3 .content .center .right .item_list .word {
  width: 316px;
  height: 328px;
  background-image: linear-gradient(45deg, #2d3c59, #453c66);
  padding: 38px;
}
.index .item3 .content .center .right .item_list .word h5 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
}
.index .item3 .content .center .right .item_list .word h6 {
  font-size: 24px;
  color: #ffffff;
}
.index .item3 .content .center .right .item_list .word p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 20px 0;
}
.index .item3 .content .center .right .item_list .word a {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.index .item3 .content .list {
  background: #f1f1f1;
  height: 242px;
}
.index .item3 .content .list ul li:last-child a::after {
  display: none;
}
.index .item3 .content .list ul li a {
  position: relative;
  display: block;
  padding-top: 50px;
  text-align: center;
}
.index .item3 .content .list ul li a::after {
  position: absolute;
  top: 107px;
  right: 0;
  content: "";
  transform: translateX(50%);
  width: 29px;
  height: 29px;
  background: url(../images/index_item3_arrow.png);
}
.index .item3 .content .list ul li a .pic {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 15px;
}
.index .item3 .content .list ul li a h5 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 3px;
}
.index .item3 .content .list ul li a h6 {
  font-size: 14px;
  color: #999999;
}
.index .item3 .content .list ul li a span {
  font-size: 14px;
  color: #333333;
}
.index .item4 {
  background: url(../images/index_item4_bg.png) no-repeat center;
}
.index .item4 .content {
  height: 654px;
}
.index .item4 .content .item_top .title h5 {
  color: #fff;
}
.index .item4 .content .list ul {
  margin: 0 -5px;
}
.index .item4 .content .list ul li {
  padding: 0 5px;
}
.index .item4 .content .list ul li a {
  display: block;
}
.index .item4 .content .list ul li a .num {
  height: 320px;
  background-image: linear-gradient(45deg, rgba(45, 60, 89, 0.8), rgba(69, 60, 102, 0.8));
  text-align: center;
  line-height: 320px;
}
.index .item4 .content .list ul li a .num span {
  font-size: 130px;
  color: #ffffff;
}
.index .item4 .content .list ul li a .word {
  text-align: center;
  margin-top: 36px;
}
.index .item4 .content .list ul li a .word h5 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
.index .item4 .content .list ul li a .word h6 {
  font-size: 18px;
  color: #ffffff;
}
.index .item5 {
  background: #f1f1f1;
}
.index .item5 .content {
  padding-bottom: 60px;
}
.index .item5 .content .list .item_list {
  display: none;
  overflow: hidden;
}
.index .item5 .content .list .item_list:first-child {
  display: block;
}
.index .item5 .content .list .item_list ul {
  margin: 0 -10px;
}
.index .item5 .content .list .item_list ul li {
  padding: 0 10px;
}
.index .item5 .content .list .item_list ul li .big a {
  background: #fff;
  border: 1px solid #fff;
  display: block;
  height: 567px;
  padding: 30px;
  transition: all 0.5s linear;
}
.index .item5 .content .list .item_list ul li .big a .data {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  color: #333333;
}
.index .item5 .content .list .item_list ul li .big a .pic {
  margin: 10px 0;
  overflow: hidden;
  height: 65%;
}
.index .item5 .content .list .item_list ul li .big a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.index .item5 .content .list .item_list ul li .big a .word h5 {
  font-size: 18px;
  color: #333333;
  margin: 20px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item5 .content .list .item_list ul li .big a .word p {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 20px;
}
.index .item5 .content .list .item_list ul li .big a .word span {
  font-size: 14px;
  line-height: 24px;
  color: #2d3c59;
}
.index .item5 .content .list .item_list ul li .big a:hover {
  border: 1px solid #2d3c59;
}
.index .item5 .content .list .item_list ul li .big a:hover .pic img {
  transform: scale(1.1);
}
.index .item5 .content .list .item_list ul li .big a:hover .word h5,
.index .item5 .content .list .item_list ul li .big a:hover .word p {
  color: #2d3c59;
}
.index .item5 .content .list .item_list ul li .list_two a {
  transition: all 0.5s linear;
  display: block;
  height: 274px;
  background: #fff;
  border: 1px solid #fff;
  padding: 0 40px;
  margin-bottom: 20px;
}
.index .item5 .content .list .item_list ul li .list_two a:hover {
  border: 1px solid #2d3c59;
}
.index .item5 .content .list .item_list ul li .list_two a:hover .word {
  border-bottom: 1px solid #2d3c59;
}
.index .item5 .content .list .item_list ul li .list_two a:hover .word h5 {
  color: #2d3c59;
}
.index .item5 .content .list .item_list ul li .list_two a .word {
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
}
.index .item5 .content .list .item_list ul li .list_two a .word h5 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .item5 .content .list .item_list ul li .list_two 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;
}
.index .item5 .content .list .item_list ul li .list_two a .data {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .item5 .content .list .item_list ul li .list_two a .data span {
  font-size: 18px;
  color: #333333;
}
.index .item5 .content .list .item_list ul li .list_three a {
  transition: all 0.5s linear;
  border: 1px solid #fff;
  margin-bottom: 21.5px;
  display: block;
  height: 175px;
  background: #fff;
}
.index .item5 .content .list .item_list ul li .list_three a:hover {
  border: 1px solid #2d3c59;
}
.index .item5 .content .list .item_list ul li .list_three a:hover .data {
  border-right: 1px solid #2d3c59;
}
.index .item5 .content .list .item_list ul li .list_three a:hover .word h5 {
  color: #2d3c59;
}
.index .item5 .content .list .item_list ul li .list_three a .data {
  float: left;
  height: 100%;
  border-right: 1px solid #dedede;
  text-align: center;
  width: 20%;
  padding-top: 60px;
}
.index .item5 .content .list .item_list ul li .list_three a .data i {
  font-size: 30px;
  line-height: 1;
  color: #666666;
}
.index .item5 .content .list .item_list ul li .list_three a .data p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.index .item5 .content .list .item_list ul li .list_three a .word {
  width: 80%;
  float: left;
  padding: 35px 35px 0;
}
.index .item5 .content .list .item_list ul li .list_three a .word h5 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.index .item5 .content .list .item_list ul li .list_three a .word p {
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
  color: #666666;
}

.index .item6 {
  background: #f1f1f1;
}
.index .item6 .content .link {
  padding: 25px 0;
}
.index .item6 .content .link span {
  font-size: 14px;
  color: #666666;
}
.index .item6 .content .link a {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
  margin-bottom: 5px;
}
.index .item6 .content .link a:hover {
  color: #2d3c59;
}













.service_page .item1 {
  padding: 56px 0 20px;
  background: #f1f1f1;
}
.service_page .item1 .content .one {
  background: #fff;
}
.service_page .item1 .content .one .word {
  overflow: hidden;
}
.service_page .item1 .content .one .word .left {
  width: 50%;
  padding: 90px 0;
  text-align: center;
  float: left;
}
.service_page .item1 .content .one .word .left h5 {
  font-size: 60px;
  line-height: 1;
  color: #333333;
}
.service_page .item1 .content .one .word .left h5 span {
  font-weight: bold;
}
.service_page .item1 .content .one .word .left h6 {
  font-size: 30px;
  color: #dedede;
}
.service_page .item1 .content .one .word .right {
  padding: 108px 60px 0;
  width: 50%;
  float: right;
}
.service_page .item1 .content .one .word .right h5 {
  font-size: 24px;
  color: #333333;
}
.service_page .item1 .content .one .pic {
  height: 530px;
  background: url(../images/service_01.jpg) no-repeat center;
}
.service_page .item1 .content .two {
  margin-top: 30px;
  background: #fff;
  padding: 50px;
  overflow: hidden;
  text-align: center;
}
.service_page .item1 .content .two h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
}
.service_page .item1 .content .two ul {
  margin: 0 -17.5px;
}
.service_page .item1 .content .two ul li {
  padding: 0 17.5px;
}
.service_page .item1 .content .two ul li a {
  height: 140px;
  display: block;
  text-align: center;
  line-height: 140px;
  font-size: 24px;
  color: #ffffff;
  background: #333;
}
.service_page .item1 .content .two p {
  font-size: 24px;
  line-height: 36px;
  color: #999999;
}
.service_page .item2 .content h5 {
  font-size: 36px;
  color: #333333;
  padding: 60px 0 50px;
  text-align: center;
}
.service_page .item2 .content .list {
  overflow: hidden;
}
.service_page .item2 .content .list ul {
  margin: 0 -14px;
}
.service_page .item2 .content .list ul li {
  padding: 0 14px;
  margin-bottom: 28px;
}
.service_page .item2 .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.service_page .item2 .content .list ul li a .pic {
  overflow: hidden;
}
.service_page .item2 .content .list ul li a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.service_page .item2 .content .list ul li a .word {
  height: 48px;
  line-height: 48px;
}
.service_page .item2 .content .list ul li a .word span {
  font-size: 14px;
  color: #333333;
}
.service_page .item2 .content .list ul li a .word i {
  font-size: 14px;
  color: #999999;
  float: right;
}
.service_page .item2 .content .link {
  text-align: center;
  padding: 19px 0 47px;
}
.service_page .item2 .content .link a {
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #f1f1f1;
  display: inline-block;
  padding: 0 35px;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  margin: 0 3px;
  transition: all 0.5s linear;
}
.service_page .item2 .content .link a:hover {
  background: #423c64;
  color: #fff;
}
.program_page {
  background: #f1f1f1;
  padding: 57px 0;
}
.program_page .content .list {
  overflow: hidden;
}
.program_page .content .list ul {
  margin: 0 -0.5px;
}
.program_page .content .list ul li {
  padding: 0 0.5px;
  margin-bottom: 1px;
}
.program_page .content .list ul li a {
  display: block;
}
.program_page .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.program_page .content .list ul li a:hover .word h5 {
  color: #2d3c59;
}
.program_page .content .list ul li a .pic {
  overflow: hidden;
}
.program_page .content .list ul li a .pic img {
  transition: all 0.5s linear;
  width: 100%;
}
.program_page .content .list ul li a .word {
  min-height: 254px;
  padding: 40px;
  background: #fff;
}
.program_page .content .list ul li a .word h5 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
}
.program_page .content .list ul li a .word p {
  font-size: 14px;
  color: #666666;
  margin: 20px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  max-height: 72px;
}
.program_page .content .list ul li a .word span {
  width: 45px;
  height: 45px;
  border: solid 1px #f1f1f1;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}
.program_page .content .list ul li a .word span i {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.program_detail .item1 {
  background: #f1f1f1;
  padding: 130px 0 12px;
}
.program_detail .item1 .content .one {
  height: 530px;
  background: url(../images/program_detail01.jpg) no-repeat center;
  position: relative;
}
.program_detail .item1 .content .one .word {
  position: absolute;
  top: -70px;
  left: 0;
  width: 772px;
  height: 286px;
  background: #2d3c59;
  padding: 90px 0 0 85px;
}
.program_detail .item1 .content .one .word h5 {
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
}
.program_detail .item1 .content .one .word h5 span {
  font-weight: bold;
}
.program_detail .item1 .content .one .word h6 {
  font-size: 30px;
  color: #ffffff;
}
.program_detail .item1 .content .list {
  overflow: hidden;
  margin-top: 35px;
}
.program_detail .item1 .content .list ul {
  margin: 0 -17.59px;
}
.program_detail .item1 .content .list ul li {
  padding: 0 17.5px;
  margin-bottom: 35px;
}
.program_detail .item1 .content .list ul li a {
  display: block;
  height: 300px;
  background: #fff;
  text-align: center;
  padding: 30px 65px 0;
}
.program_detail .item1 .content .list ul li a span {
  font-size: 18px;
  color: #dedede;
  line-height: 1;
}
.program_detail .item1 .content .list ul li a .pic {
  height: 86px;
  line-height: 86px;
}
.program_detail .item1 .content .list ul li a h5 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin: 20px 0;
}
.program_detail .item1 .content .list ul li a p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.program_detail .item2 .content h5 {
  font-size: 36px;
  color: #333333;
  padding: 60px 0 50px;
  text-align: center;
}
.program_detail .item2 .content .list {
  overflow: hidden;
}
.program_detail .item2 .content .list ul {
  margin: 0 -14px;
}
.program_detail .item2 .content .list ul li {
  padding: 0 14px;
  margin-bottom: 28px;
}
.program_detail .item2 .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.program_detail .item2 .content .list ul li a .pic {
  overflow: hidden;
}
.program_detail .item2 .content .list ul li a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.program_detail .item2 .content .list ul li a .word {
  height: 48px;
  line-height: 48px;
}
.program_detail .item2 .content .list ul li a .word span {
  font-size: 14px;
  color: #333333;
}
.program_detail .item2 .content .list ul li a .word i {
  font-size: 14px;
  color: #999999;
  float: right;
}
.program_detail .item2 .content .link {
  text-align: center;
  padding: 19px 0 47px;
}
.program_detail .item2 .content .link a {
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #f1f1f1;
  display: inline-block;
  padding: 0 35px;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  margin: 0 3px;
  transition: all 0.5s linear;
}
.program_detail .item2 .content .link a:hover {
  background: #423c64;
  color: #fff;
}
.case_page {
  background: #f1f1f1;
}
.case_page .content {
  overflow: hidden;
}
.case_page .content .slide {
  margin: 50px 0 0;
  position: relative;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide {
  height: 520px;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 62%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .pic h4 {
  font-size: 48px;
  line-height: 1;
  color: #ffffff;
  display: none;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .pic h5 {
  font-size: 30px;
  line-height: 30px;
  margin: 5px 0;
  color: #ffffff;
  font-weight: bold;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .pic p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .pic .line {
  width: 1px;
  height: 158px;
  opacity: 0.7;
  background: #fff;
  margin: 10px;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .word {
  width: 38%;
  height: 100%;
  background: #fff;
  float: right;
  padding: 70px;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .word h5 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .word h6 {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  margin: 10px 0;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .word p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 50px 0 100px;
}
.case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .word a {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.case_page .content .slide .swiper-pagination {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 35px;
  left: 70px;
}
.case_page .content .slide .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background: none;
  width: 58px;
  height: 58px;
  margin-right: 18px;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  color: #999999;
  opacity: 1;
  transition: all 0.5s linear;
}
.case_page .content .slide .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 3px #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.case_page .content .slide .arrow {
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: 150px;
  height: 35px;
}
.case_page .content .slide .arrow .swiper-button-next,
.case_page .content .slide .arrow .swiper-button-prev {
  outline: none;
  background: none;
  opacity: 1;
  margin: 0;
  width: 75px;
  height: 35px;
  float: left;
  position: static;
  background: #fff;
  text-align: center;
  line-height: 35px;
}
.case_page .content .slide .arrow .swiper-button-next i,
.case_page .content .slide .arrow .swiper-button-prev i {
  font-size: 24px;
}
.case_page .content .slide .arrow .swiper-button-next.swiper-button-disabled,
.case_page .content .slide .arrow .swiper-button-prev.swiper-button-disabled {
  background: #2d3c59;
}
.case_page .content .slide .arrow .swiper-button-next.swiper-button-disabled i,
.case_page .content .slide .arrow .swiper-button-prev.swiper-button-disabled i {
  color: #fff;
}


.case_page .content .item_nav {
  padding: 20px 0;
}
.case_page .content  .item_nav ul li {
  display: inline-block;
  margin-right: 25px;
}
.case_page .content  .item_nav ul li:hover a,
.case_page .content  .item_nav ul li.active a {
  color: #fff;
  background: linear-gradient(to right, #2d3c59 0%, #39305c 100%);
}
.case_page .content  .item_nav ul li a {
      display: block;
    min-width: 85px;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    border-radius: 15px;
}

.case_page .content .list {
  overflow: hidden;
}
.case_page .content .list ul {
  margin: 0 -14px;
}
.case_page .content .list ul li {
  margin-bottom: 28px;
  padding: 0 14px;
}
.case_page .content .list ul li a {
  transition: all 0.5s linear;
  display: block;
}
.case_page .content .list ul li a:hover {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
}
.case_page .content .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.case_page .content .list ul li a:hover .word .title .text h5 {
  color: #2d3c59;
}
.case_page .content .list ul li a:hover .word .title span {
  background: #2d3c59;
}
.case_page .content .list ul li a:hover .word .title span i {
  color: #fff;
}
.case_page .content .list ul li a .pic {
  overflow: hidden;
}
.case_page .content .list ul li a .pic img {
  transition: all 0.5s linear;
  width: 100%;
}
.case_page .content .list ul li a .word {
  background: #fff;
  padding: 0 35px;
}
.case_page .content .list ul li a .word .title {
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 0;
  overflow: hidden;
}
.case_page .content .list ul li a .word .title .text {
  float: left;
  width: 70%;
}
.case_page .content .list ul li a .word .title .text h5,
.case_page .content .list ul li a .word .title .text h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_page .content .list ul li a .word .title .text h5 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-bottom: 15px;
}
.case_page .content .list ul li a .word .title .text h6 {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.case_page .content .list ul li a .word .title span {
  float: right;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border: solid 1px #dedede;
  border-radius: 50%;
}
.case_page .content .list ul li a .word .title span i {
  font-size: 12px;
  color: #333;
}
.case_page .content .list ul li a .word .data {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666666;
}
.page {
  padding: 50px 0;
}
.page ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page ul li:hover a,
.page ul li.active a {
  background-color: #2d3c59;
  color: #fff;
}
.page ul li a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  border-radius: 50%;
  margin: 0 5px;
}
.news_page {
  background: #f1f1f1;
}
.news_page .content {
  padding-top: 70px;
}
.news_page .content .item1 {
  overflow: hidden;
}
.news_page .content .item1 .left {
  width: 70%;
  height: 415px;
  padding: 10px;
  background: #fff;
  float: left;
}
.news_page .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 395px;
}
.news_page .content .item1 .right {
  width: 28%;
  float: right;
  height: 415px;
  background: #fff;
  padding: 30px;
}
.news_page .content .item1 .right h5 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}
.news_page .content .item1 .right ul {
  margin-top: 10px;
}
.news_page .content .item1 .right ul li:first-child a i {
  background-color: #ff0000;
}
.news_page .content .item1 .right ul li:nth-child(2) a i {
  background-color: #ffa200;
}
.news_page .content .item1 .right ul li:nth-child(3) a i {
  background-color: #d27700;
}
.news_page .content .item1 .right ul li a {
  display: block;
  line-height: 30px;
}
.news_page .content .item1 .right ul li a:hover span {
  color: #2d3c59;
}
.news_page .content .item1 .right ul li a i {
  width: 15px;
  height: 15px;
  background-color: #2d3b59;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #ffffff;
}
.news_page .content .item1 .right ul li a span {
  font-size: 14px;
  color: #333;
}
.news_page .content .item1 .right ul li a b {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  float: right;
}


.news_page .content .item2 .item_nav {
  padding: 20px 0;
}
.news_page .content .item2  .item_nav ul li {
  display: inline-block;
  margin-right: 25px;
}
.news_page .content .item2  .item_nav ul li:hover a,
.news_page .content .item2  .item_nav ul li.active a {
  color: #fff;
  background: linear-gradient(to right, #2d3c59 0%, #39305c 100%);
}
.news_page .content .item2  .item_nav ul li a {
      display: block;
    min-width: 85px;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    border-radius: 15px;
}


.news_page .content .item2 .list ul li {
  margin-bottom: 20px;
}
.news_page .content .item2 .list ul li:last-child {
  margin-bottom: 0;
}
.news_page .content .item2 .list ul li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  height: 255px;
  background: #fff url(../images/swiper-right.png) no-repeat right 70px center;
}
.news_page .content .item2 .list ul li a:hover {
  background: #2d3c59 url(../images/swiper-right_white.png) no-repeat right 70px center;
}
.news_page .content .item2 .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.news_page .content .item2 .list ul li a:hover .word h4,
.news_page .content .item2 .list ul li a:hover .word h5 {
  color: #fff;
}
.news_page .content .item2 .list ul li a:hover .word .tags span {
  color: #fff;
}
.news_page .content .item2 .list ul li a:hover .word .tags i {
  background: #f1f1f1;
  color: #333;
}
.news_page .content .item2 .list ul li a:hover .word .tags i:hover {
  background: #fff;
  color: #333;
}
.news_page .content .item2 .list ul li a:hover .word p {
  color: #fff;
}
.news_page .content .item2 .list ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 160px;
  height: 100%;
  width: 1px;
  background: #f1f1f1;
}
.news_page .content .item2 .list ul li a .pic {
  float: left;
  width: 24%;
  height: 100%;
  overflow: hidden;
}
.news_page .content .item2 .list ul li a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.news_page .content .item2 .list ul li a .word {
  padding-left: 44px;
  width: 57%;
  float: left;
}
.news_page .content .item2 .list ul li a .word h4 {
  font-size: 18px;
  line-height: 48px;
  color: #333333;
}
.news_page .content .item2 .list ul li a .word h5 {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  max-height: 72px;
}
.news_page .content .item2 .list ul li a .word .tags span {
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}
.news_page .content .item2 .list ul li a .word .tags i {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  border-radius: 13px;
  background: #f1f1f1;
  font-size: 12px;
  color: #333333;
}
.news_page .content .item2 .list ul li a .word .tags i:hover {
  background: #2d3c59;
  color: #fff;
}
.news_page .content .item2 .list ul li a .word p {
  font-size: 18px;
  line-height: 48px;
  color: #333333;
  font-weight: bold;
}
.newsdetail_page {
  background: #f1f1f1;
}
.newsdetail_page .content {
  padding: 50px 0;
}
.newsdetail_page .content .item1 {
  padding: 0 40px;
  background: #fff;
}
.newsdetail_page .content .item1 .title {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #dedede;
}
.newsdetail_page .content .item1 .title h5 {
  font-size: 30px;
  color: #333333;
}
.newsdetail_page .content .item1 .title p span {
  font-size: 14px;
  color: #999999;
}
.newsdetail_page .content .item1 .word {
  padding: 20px 0;
}
.newsdetail_page .content .item1 .word p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.newsdetail_page .content .item1 .word img {
  max-width: 100%;
  height: auto !important;
}
.newsdetail_page .content .up_next {
  background: #fff;
  border-top: 1px solid #dedede;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsdetail_page .content .up_next a {
  width: 50%;
  display: block;
  height: 102px;
  text-align: center;
  line-height: 102px;
  border-left: 1px solid #dedede;
}
.newsdetail_page .content .up_next a:hover span {
  color: #2d3c59;
}
.newsdetail_page .content .up_next a:first-child {
  border-left: 0 solid #000;
}
.newsdetail_page .content .up_next a i,
.newsdetail_page .content .up_next a span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.newsdetail_page .content .item2 {
  margin-top: 20px;
}
.newsdetail_page .content .item2 .title {
  text-align: center;
  padding: 50px 0 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px;
}
.newsdetail_page .content .item2 .title h5 {
  font-size: 30px;
  line-height: 1;
  color: #000000;
}
.newsdetail_page .content .item2 .title h6 {
  font-size: 14px;
  line-height: 1;
  color: #999999;
  margin: 10px 0;
}
.newsdetail_page .content .item2 .title .line {
  width: 10px;
  height: 2px;
  background: #2d3c59;
  margin: 0 auto;
}
.newsdetail_page .content .item2 .center {
  padding: 0 0 50px;
  overflow: hidden;
}
.newsdetail_page .content .item2 .center .left {
  width: 50%;
  float: left;
}
.newsdetail_page .content .item2 .center .left a {
  display: block;
}
.newsdetail_page .content .item2 .center .left a:hover .pic img {
  transform: scale(1.1);
}
.newsdetail_page .content .item2 .center .left a .pic {
  float: left;
  width: 35%;
  overflow: hidden;
}
.newsdetail_page .content .item2 .center .left a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.newsdetail_page .content .item2 .center .left a .word {
  width: 60%;
  float: left;
  padding: 0 20px;
}
.newsdetail_page .content .item2 .center .left a .word h5 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin: 20px 0;
}
.newsdetail_page .content .item2 .center .left a .word h6 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 20px 0 30px;
}
.newsdetail_page .content .item2 .center .left a .word span {
  font-size: 14px;
  line-height: 24px;
  color: #2d3c59;
  font-weight: bold;
}
.newsdetail_page .content .item2 .center .right {
  width: 50%;
  float: right;
  padding-top: 10px;
}
.newsdetail_page .content .item2 .center .right .list {
  padding-left: 20px;
}
.newsdetail_page .content .item2 .center .right .list ul {
  margin: 0 -25px;
}
.newsdetail_page .content .item2 .center .right .list ul li {
  padding: 0 25px;
}
.newsdetail_page .content .item2 .center .right .list ul li a:hover span {
  color: #2d3c59;
}
.newsdetail_page .content .item2 .center .right .list ul li a span {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.newsdetail_page .content .item2 .center .right .list ul li a i {
  float: right;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.casedetail_page {
  background: #f1f1f1;
  padding: 50px 0;
}
.casedetail_page .content .item1 {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.casedetail_page .content .item1 .left {
  height: 294px;
  padding: 50px 40px;
  width: 50%;
}
.casedetail_page .content .item1 .left h5 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
}
.casedetail_page .content .item1 .left h6 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 30px 0 ;
}
.casedetail_page .content .item1 .left a {
  display: block;
  width: 135px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #f1f1f1;
  text-align: center;
  line-height: 40px;
}
.casedetail_page .content .item1 .left a i {
  font-size: 14px;
  color: #333;
}
.casedetail_page .content .item1 .left a span {
  font-size: 14px;
  color: #333333;
}
.casedetail_page .content .item1 .right {
  height: 294px;
  width: 50%;
  padding: 60px;
  background: #f8f8f8;
}
.casedetail_page .content .item1 .right p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.casedetail_page .content .item1 .right p span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin: 10px 0 20px;
}
.casedetail_page .content .item1 .right .btn {
  box-sizing: content-box;
  display: block;
  width: 135px;
  height: 40px;
  background-color: #2d3c59;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.5s linear;
  border: 2px solid #2d3c59;
  border-radius: 30px;
}
.casedetail_page .content .item1 .right .btn:hover {
  background: #fff;
  color: #2d3c59;
  border: 2px solid #2d3c59;
}
.casedetail_page .content .item2 {
  height: 986px;
  background: #fff;
  margin: 20px 0;
  overflow: hidden;
}
.casedetail_page .content .item2 .pic {
  width: 990px;
  height: 803px;
  margin: 97px auto 0;
  background: url(../images/casedetail_page01.png) no-repeat center;
  padding-top: 41px;
}
.casedetail_page .content .item2 .pic .box {
  width: 908px;
  height: 511px;
  margin: 0 auto ;
}
.casedetail_page .content .item2 .pic .box .swiper-container {
  width: 100%;
  height: 100%;
}
.casedetail_page .content .item2 .pic .box .swiper-container .swiper-slide {
  height: auto;
}
.casedetail_page .content .item2 .pic .box .swiper-container .swiper-slide img {
  width: 100%;
}
.casedetail_page .content .item3 {
  background: #fff;
  margin-top: 20px;
}
.casedetail_page .content .item3 .title {
  text-align: center;
  padding: 77px 0 30px;
}
.casedetail_page .content .item3 .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
}
.casedetail_page .content .item3 .title h6 {
  font-size: 36px;
  line-height: 1;
  color: #dedede;
}
.casedetail_page .content .item3 .title2 {
  padding: 60px 0;
}
.casedetail_page .content .item3 .center {
  padding: 0 150px;
}
.casedetail_page .content .item3 .center .pic img {
  width: 100%;
}
.casedetail_page .content .item3 .up_next {
  padding: 0 40px;
  border-top: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.casedetail_page .content .item3 .up_next a.more {
  width: 212px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.casedetail_page .content .item3 .up_next a.more img {
  position: relative;
  top: -3px;
}
.casedetail_page .content .item3 .up_next a.more span {
  font-size: 18px;
  color: #333333;
}
.casedetail_page .content .item3 .up_next a i {
  font-size: 18px;
  color: #333;
}
.casedetail_page .content .item3 .up_next a span {
  font-size: 18px;
  color: #333333;
}
.casedetail_page .content .item3 .up_next a:hover i,
.casedetail_page .content .item3 .up_next a:hover span {
  color: #2d3c59;
}
.casedetail_page .content .item4 .title {
  padding: 20px 0;
}
.casedetail_page .content .item4 .title h5 {
  font-size: 24px;
  color: #333333;
}
.casedetail_page .content .item4 .list {
  padding: 0px 0 30px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
.casedetail_page .content .item4 .list ul {
  margin: 0 -30px;
}
.casedetail_page .content .item4 .list ul li {
  padding: 0 30px;
}
.casedetail_page .content .item4 .list ul li:last-child {
  margin-bottom: 0;
}
.casedetail_page .content .item4 .list ul li a {
  display: block;
}
.casedetail_page .content .item4 .list ul li a:hover .pic img {
  transform: scale(1.1);
}
.casedetail_page .content .item4 .list ul li a:hover .word {
  background: #2d3c59;
}
.casedetail_page .content .item4 .list ul li a:hover .word .name h5,
.casedetail_page .content .item4 .list ul li a:hover .word .name h6 {
  color: #fff;
}
.casedetail_page .content .item4 .list ul li a:hover .word .name .icon {
  background: #fff;
  color: #333;
}
.casedetail_page .content .item4 .list ul li a:hover .word .data p {
  color: #fff;
}
.casedetail_page .content .item4 .list ul li a .pic {
  overflow: hidden;
}
.casedetail_page .content .item4 .list ul li a .pic img {
  width: 100%;
  transition: all 0.5s linear;
}
.casedetail_page .content .item4 .list ul li a .word {
  background: #fff;
  padding: 0 35px;
  overflow: hidden;
  transition: all 0.5s linear;
}
.casedetail_page .content .item4 .list ul li a .word .name {
  position: relative;
}
.casedetail_page .content .item4 .list ul li a .word .name .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  border: solid 1px #dedede;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}
.casedetail_page .content .item4 .list ul li a .word .name .icon i {
  color: #333;
}
.casedetail_page .content .item4 .list ul li a .word .name h5 {
  font-size: 24px;
  color: #333333;
  margin: 10px 0 0 ;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
  max-height: 30px;
}
.casedetail_page .content .item4 .list ul li a .word .name h6 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 20px;
  max-height: 20px;
}
.casedetail_page .content .item4 .list ul li a .word .data {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #dedede;
}
.casedetail_page .content .item4 .list ul li a .word .data p {
  font-size: 14px;
  color: #666666;
}
.casedetail_page .content .item5 .title {
  padding: 20px 0;
}
.casedetail_page .content .item5 .title h5 {
  font-size: 24px;
  color: #333333;
}
.casedetail_page .content .item5 form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.casedetail_page .content .item5 form .txt {
  width: 28%;
  height: 70px;
  background-color: #ffffff;
  padding-left: 23px;
  font-size: 16px;
  color: #333;
}
.casedetail_page .content .item5 form .sub {
  width: 197px;
  height: 70px;
  background: #2d3c59;
  font-size: 18px;
  color: #ffffff;
}
.casedetail_page .content .item5 p {
  font-size: 14px;
  line-height: 48px;
  color: #999999;
}
.about_page {
  background: #f1f1f1;
  padding: 60px  00;
}
.about_page .item1 {
  margin-bottom: 20px;
}
.about_page .item1 .content {
  background: #fff;
  padding: 0 80px 50px;
}
.about_page .item1 .content .title {
  text-align: center;
  padding: 50px 0;
}
.about_page .item1 .content .title h5 {
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 1;
  color: #333333;
}
.about_page .item1 .content .title h6 {
  font-size: 18px;
  line-height: 1;
  color: #999999;
}
.about_page .item1 .content p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-indent: 32px;
}
.about_page .item2 .content {
  border-bottom: 1px solid #f1f1f1;
  height: 450px;
  background: #fff url(../images/form_bg.jpg) no-repeat right center;
  padding: 50px;
}
.about_page .item2 .content .title {
  text-align: left;
}
.about_page .item2 .content .title h5 {
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 1;
  color: #333333;
}
.about_page .item2 .content .title h6 {
  font-size: 18px;
  line-height: 1;
  color: #999999;
}
.about_page .item2 .content .form {
  margin-top: 10px;
}
.about_page .item2 .content .form div {
  margin-bottom: 10px;
}
.about_page .item2 .content .form div input {
  margin-right: 5px;
  width: 318px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0);
  padding-left: 15px;
  font-size: 14px;
  color: #333;
}
.about_page .item2 .content .form div input:focus {
  border: solid 1px #4c0ecb;
}
.about_page .item2 .content .form div textarea {
  font-size: 14px;
  color: #333;
  padding: 15px;
  width: 646px;
  height: 160px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0);
  background: #f1f1f1;
  resize: none;
  outline: none;
}
.about_page .item2 .content .form div textarea:focus {
  border: solid 1px #4c0ecb;
}
.about_page .item2 .content .form .sub {
  width: 150px;
  height: 50px;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  padding-left: 50px;
  background: #4c0ecb url(../images/mes.png) no-repeat left 18px center;
}
.about_page .item3 .content {
  padding: 50px 50px 80px 50px;
  background: #fff;
}
.about_page .item3 .content h5 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 60px;
}
.about_page .item3 .content .list ul {
  overflow: hidden;
}
.about_page .item3 .content .list ul li {
  float: left;
  border-left: 1px solid #f1f1f1;
}
.about_page .item3 .content .list ul li:first-child {
  width: 20%;
  border-left: 0 solid #000;
}
.about_page .item3 .content .list ul li:nth-child(2) {
  padding: 0 100px;
  width: 30%;
}
.about_page .item3 .content .list ul li:last-child {
  width: 50%;
  padding-left: 100px;
}
.about_page .item3 .content .list ul li .word {
  margin-bottom: 20px;
}
.about_page .item3 .content .list ul li .word h5 {
  font-size: 18px;
  line-height: 1;
  color: #999999;
  margin-bottom: 10px;
}
.about_page .item3 .content .list ul li .word h6 {
  font-size: 22px;
  line-height: 1;
  color: #333333;
}
.about_page .item4 .content .map img {
  width: 100%;
}
.am-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dedede;
  display: none;
}
.am-header .back {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.am-header .back a img {
  width: 10px;
}
.am-header h1 {
  margin: 0 !important;
  height: 100%;
}
.am-header h1 a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  box-sizing: content-box;
  color: #2e3d5a !important;
}
.am-header h1 a img {
  max-width: 30%;
}
.am-header .am-btn {
  outline: none;
  background: #fff;
  color: #3f80d5;
}
.am-header .am-btn i {
  font-size: 24px !important;
  color: #333;
}
.bread_nav {
  border-bottom: 1px solid #dedede;
  background: #fff;
}
.bread_nav .content {
  overflow: hidden;
  line-height: 60px;
}
.bread_nav .content span {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #dedede;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
}
.bread_nav .content span i {
  font-size: 20px;
  color: #979797;
}
.bread_nav .content p {
  margin-left: 25px;
  float: left;
  font-size: 14px;
  color: #333333;
}
.bread_nav .content p a {
  color: #0e50cb;
}
.am-offcanvas-bar {
  background: #fff;
}
.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
  content: "\f105";
}
.am-offcanvas-bar .am-icon-angle-left:before {
  content: "\f105";
}
.am-offcanvas-bar .am-menu-nav > li > a {
  height: 70px;
  line-height: 70px;
}
.am-offcanvas-bar .am-menu-nav > .am-parent > a:after {
  top: 50% !important;
  transform: translateY(-50%);
}
.am-offcanvas-bar .morenav.active span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.am-offcanvas-bar .am-nav > li > a {
  padding-left: 0;
}
.am-offcanvas-bar:after {
  background: #fff;
}
.am-offcanvas-bar .am-menu-sub {
  background: #3f80d5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.am-offcanvas-bar .am-menu-sub a {
  color: #fff;
  font-size: 14px;
}
.am-offcanvas-bar .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.am-offcanvas-bar .am-menu-nav > .am-open > a {
  background-color: #3f80d5 !important;
  color: #fff !important;
}
.am-offcanvas-bar .am-menu-nav > li:first-child a {
  border-top: 1px solid none;
  border-top: none;
}
.am-offcanvas-bar .am-menu-nav > li > a {
  color: #666;
  text-shadow: none;
  -webkit-text-shadow: none;
  font-size: 1.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  font-size: 14px;
}
.am-offcanvas-bar .am-menu-nav > li > a:hover {
  background: #fff;
  color: #666;
}
.am-offcanvas-bar .am-menu-nav > .am-open > a {
  background: #fff;
  color: #666;
}
.am-offcanvas-bar .aside {
  position: absolute;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 3rem;
  right: 1rem;
  font-size: 1.4rem;
}
.am-offcanvas-bar .aside a {
  color: #3f80d5;
}
.bottom_nav {
  display: none;
  background: #2d3b59;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 20;
}
.bottom_nav ul li a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.bottom_nav ul li:first-child a::after {
  display: none;
}
.bottom_nav ul li a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #fff;
}
@media screen and (max-width: 1410px) {
  .content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1199px) {
    .side_nav{
        display: none;
    }
  body {
    padding-top: 49px;
  }
  .header {
    display: none;
  }
  .am-header {
    display: block;
  }
  .footer {
    display: none;
  }
  .beian .content {
    flex-direction: column;
  }
  .beian .content a {
    text-align: center;
  }
  .bread_nav {
    display: none;
  }
  .index .item_top {
    padding: 20px 0;
  }
  .index .item_top .title {
    padding: 0 ;
  }
  .index .item_top .title h5 {
    font-size: 24px;
    margin: 10px 0;
  }
  .index .item_top .title h6 {
    font-size: 16px;
  }
  .index .item5 .content .list .item_list ul li {
    width: 50%;
  }
  .index .item5 .content .list .item_list ul li .big {
    display: none;
  }
  .case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .pic {
    width: 100%;
    background-size: cover;
  }
  .case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .word {
    display: none;
  }
  .case_page .content .slide .arrow {
    bottom: 10px;
  }
  .case_page .content .slide .swiper-pagination {
    display: none;
  }
  .case_page .content .list ul li a .word {
    padding: 0 10px;
  }
  .case_page .content .list ul li a .word .name h5 {
    font-size: 18px;
  }
  .casedetail_page .content .item1 {
    align-items: flex-start;
  }
  .casedetail_page .content .item1 .left,
  .casedetail_page .content .item1 .right {
    height: auto;
    padding: 20px;
  }
  .casedetail_page .content .item2 {
    display: none;
  }
  .casedetail_page .content .item3 .center {
    padding: 0 50px;
  }
  .casedetail_page .content .item4 .list ul li a .word {
    padding: 0 10px;
  }
  .casedetail_page .content .item4 .list ul li a .word .name h5 {
    font-size: 18px;
  }
  .casedetail_page .content .item5 form .txt {
    width: 25%;
  }
  .program_page .content .list ul li a .word {
    padding: 10px;
    min-height: auto;
  }
  .program_page .content .list ul li a .word h5 {
    font-size: 18px;
  }
  .program_page .content .list ul li a .word p {
    margin: 10px 0;
  }
  .program_detail .item1 {
    padding: 10px 0;
  }
  .program_detail .item1 .content .one .word {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0;
    text-align: center;
  }
  .service_page .item1 {
    padding-top: 10px;
  }
  .service_page .item1 .content .one .word {
    display: flex;
    flex-direction: column;
  }
  .service_page .item1 .content .one .word .left,
  .service_page .item1 .content .one .word .right {
    width: 100%;
    padding: 30px  20px ;
    text-align: center;
  }
  .news_page .content {
    padding-top: 10px;
  }
  .news_page .content .item1  {
    display: none;
  }
  .news_page .content .item2 .item_nav ul li {
    margin-right: 5px;
  }
  .news_page .content .item2 .item_nav ul li a {
    font-size: 16px;
  }
  .news_page .content .item2 .list ul li a {
    background: #fff;
    height: auto;
  }
  .news_page .content .item2 .list ul li a::after {
    display: none;
  }
  .news_page .content .item2 .list ul li a .pic {
    width: 40%;
  }
  .news_page .content .item2 .list ul li a .word {
    width: 60%;
  }
  .newsdetail_page .content {
    padding-bottom: 10px;
  }
  .newsdetail_page .content .item1 {
    padding: 0 10px;
  }
  .newsdetail_page .content .item1 .title {
    padding: 20px 0;
  }
  .newsdetail_page .content .item1 .title h5 {
    font-size: 20px;
  }
  .newsdetail_page .content .item2 .title {
    padding: 10px 0 0;
    margin-bottom: 10px;
  }
  .newsdetail_page .content .item2 .title h5 {
    font-size: 20px;
  }
  .newsdetail_page .content .item2 .center {
    padding-bottom: 0;
  }
  .newsdetail_page .content .item2 .center .left {
    display: none;
  }
  .newsdetail_page .content .item2 .center .right {
    width: 100%;
  }
  .about_page {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .case_page .content .slide {
    margin: 10px 0;
  }
  .casedetail_page .content .title {
    padding: 20px 0 10px;
  }
  .casedetail_page .content .item1 {
    flex-direction: column;
    text-align: center;
  }
  .casedetail_page .content .item1 .left,
  .casedetail_page .content .item1 .right {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .casedetail_page .content .item1 .left h6 {
    margin: 10px 0;
  }
  .casedetail_page .content .item1 .left a {
    margin: 0 auto;
  }
  .casedetail_page .content .item1 .right {
    padding-top: 20px;
  }
  .casedetail_page .content .item1 .right .btn {
    margin: 0 auto;
  }
  .casedetail_page .content .item3 .title {
    padding: 20px;
  }
  .casedetail_page .content .item3 .title h5 {
    font-size: 24px;
  }
  .casedetail_page .content .item3 .title h6 {
    display: none;
  }
  .casedetail_page .content .item3 .center {
    padding: 0;
  }
  .casedetail_page .content .item3 .up_next {
    flex-direction: column;
    padding: 0;
  }
  .casedetail_page .content .item3 .up_next a {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .casedetail_page .content .item3 .up_next a.more {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 0 solid #000;
    border-right: 0;
  }
  .casedetail_page .content .item5 form {
    flex-direction: column;
  }
  .casedetail_page .content .item5 form .txt {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
  .casedetail_page .content .item5 form .sub {
    height: 40px;
  }
  .index .item1 .content .list ul li a {
    padding: 38px 10px;
  }
  .index .item3 .content .center .left {
    width: 100%;
    float: none;
  }
  .index .item3 .content .center .left ul li.active a {
    background: #fff;
  }
  .index .item3 .content .center .left ul li.active a span {
    color: #666;
  }
  .index .item3 .content .center .left ul li.active a .pic .img {
    display: inline-block;
  }
  .index .item3 .content .center .left ul li.active a .pic .img_c {
    display: none;
  }
  .index .item3 .content .center .right {
    display: none;
  }
  .index .item3 .content .list {
    height: auto;
  }
  .index .item3 .content .list ul li a {
    padding: 20px 0;
  }
  .index .item3 .content .list ul li a::after {
    display: none;
  }
  .index .item3 .content .list ul li a h6,
  .index .item3 .content .list ul li a span {
    display: none;
  }
  .index .item4 .content {
    height: auto;
  }
  .index .item4 .content .list {
    padding: 0 0 50px;
  }
  .index .item4 .content .list ul li a .num {
    display: none;
  }
  .index .item4 .content .list ul li a .word h5 {
    margin-bottom: 10px;
  }
  .about_page .item1 .content .title {
    padding: 20px 0;
  }
  .about_page .item2 .content {
    padding: 10px 0;
    height: auto;
  }
  .about_page .item2 .content .title {
    text-align: center;
    padding: 10px 0;
  }
  .about_page .item2 .content .form div {
    text-align: center;
  }
  .about_page .item2 .content .form .sub {
    margin: 0 auto;
    display: block;
  }
  .about_page .item3 .content {
    padding: 20px 0;
  }
  .about_page .item3 .content h5 {
    text-align: center;
    margin-bottom: 20px;
  }
  .about_page .item3 .content .list ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about_page .item3 .content .list ul li {
    width: 33% !important;
    padding: 0 10px !important;
  }
  .about_page .item3 .content .list ul li .word {
    text-align: center;
  }
  .about_page .item3 .content .list ul li .word h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 45px;
  }
  .bottom_nav {
    display: block;
  }
  .index .item1 .content {
    padding-bottom: 10px;
  }
  .index .item1 .content .list ul li a {
    pointer-events: none;
    padding: 38px 10px;
    height: 160px;
  }
  .index .item1 .content .list ul li a .tit h5 {
    font-size: 20px;
  }
  .index .item2 .content .item_top {
    flex-direction: column;
    text-align: center;
  }
  .index .item2 .content .item_top .item_nav {
    margin-top: 10px;
  }
  .index .item2 .content .item_top .item_nav ul li {
    margin-left: 0;
    margin-right: 5px;
    padding-bottom: 5px;
  }
  .index .item2 .content .list .item_list ul li {
    width: 100%;
  }
  .index .item3 .content .list ul li a {
    padding: 10px 0 10px;
  }
  .index .item3 .content .list ul li a .pic img {
    width: 30px;
  }
  .index .item3 .content .list ul li a h5 {
    font-size: 16px;
  }
  .index .item4 .content .list ul li a .word {
    margin-top: 0;
  }
  .index .item4 .content .list ul li a .word h5 {
    font-size: 18px;
  }
  .index .item4 .content .list ul li a .word h6 {
    display: none;
  }
  .index .item5 .content .item_top {
    flex-direction: column;
    text-align: center;
  }
  .index .item5 .content .item_top .item_nav {
    margin-top: 10px;
  }
  .index .item5 .content .item_top .item_nav ul li {
    margin-left: 0;
    margin-right: 5px;
    padding-bottom: 5px;
  }
  .index .item5 .content .list .item_list ul li {
    width: 100%;
  }
  .index .item5 .content .list .item_list ul li .list_two a {
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .index .item5 .content .list .item_list ul li .list_three {
    display: none;
  }
  .case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide {
    height: 300px;
  }
  .case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .pic {
    padding: 20px;
  }
  .case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .pic h4 {
    font-size: 20px;
  }
  .case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .pic h5 {
    font-size: 26px;
    font-weight: normal;
  }
  .case_page .content .slide .swiper-container .swiper-wrapper .swiper-slide .pic .line {
    display: none;
  }
  .case_page .content .list ul li {
    width: 100%;
  }
  .case_page .content .page {
    padding: 15px 0;
    overflow: hidden;
  }
  .page {
    padding: 15px 0;
    overflow: hidden;
  }
  .page ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .case_page .content .page ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .casedetail_page .content .item2 {
    padding: 0px;
  }
  .casedetail_page .content .item2 .center {
    padding-left: 15px;
  }
  .casedetail_page .content .item2 .center .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .casedetail_page .content .item4 .list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .casedetail_page .content .item4 .list ul li a .word {
    border-bottom: 1px solid #dedede;
  }
  .program_page .content .list ul li {
    width: 100% !important;
  }
  .program_detail .item1 .content .one {
    height: 400px;
  }
  .program_detail .item1 .content .one .word h5,
  .program_detail .item1 .content .one .word h6 {
    font-size: 24px;
    line-height: 1;
    margin: 10px 0;
  }
  .program_detail .item1 .content .list ul li a {
    padding: 10px;
    height: 160px;
  }
  .program_detail .item1 .content .list ul li a .pic img {
    width: 50px;
  }
  .program_detail .item1 .content .list ul li a h5 {
    font-size: 20px;
    margin: 0;
  }
  .program_detail .item1 .content .list ul li a p {
    display: none;
  }
  .program_detail .item2 .content h5 {
    padding: 15px 0;
    font-size: 24px;
  }
  .program_detail .item2 .content .list ul li {
    width: 100%;
  }
  .program_detail .item2 .content .link {
    padding: 10px 0;
  }
  .program_detail .item2 .content .link a {
    width: 200px;
    padding: 0;
    text-align: center;
    margin: 10px 0;
  }
  .service_page .item1 .content .one .word .left h5,
  .service_page .item1 .content .one .word .right h5,
  .service_page .item1 .content .one .word .left h6,
  .service_page .item1 .content .one .word .right h6 {
    font-size: 20px;
  }
  .service_page .item1 .content .one .word .left {
    padding-bottom: 0;
  }
  .service_page .item1 .content .two {
    padding: 30px ;
  }
  .service_page .item1 .content .two h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .service_page .item1 .content .two p {
    font-size: 16px;
    line-height: 20px;
  }
  .service_page .item2 .content h5 {
    padding: 15px 0;
    font-size: 20px;
  }
  .service_page .item2 .content .list ul li {
    width: 100%;
  }
  .service_page .item2 .content .link {
    padding: 10px 0;
  }
  .service_page .item2 .content .link a {
    width: 200px;
    padding: 0;
    text-align: center;
    margin: 10px 0;
  }
  .news_page .content .item2 .list ul li a {
    padding: 10px;
    flex-direction: column;
  }
  .news_page .content .item2 .list ul li a .pic {
    width: 100%;
  }
  .news_page .content .item2 .list ul li a .word {
    width: 100%;
    padding-left: 0;
  }
  .news_page .content .item2 .page {
    padding: 15px 0;
    overflow: hidden;
  }
  .news_page .content .item2 .page ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .newsdetail_page .content .up_next {
    display: flex;
    flex-direction: column;
  }
  .newsdetail_page .content .up_next a {
    width: 100%;
    border-left: 0 solid #000;
    height: 40px;
    line-height: 40px;
  }
  .about_page .item2 .content .form div {
    margin-bottom: 0;
  }
  .about_page .item2 .content .form div input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .about_page .item2 .content .form div textarea {
    width: 100%;
    margin-bottom: 10px;
  }
  .about_page .item2 .content .form .sub {
    margin: 0 auto;
    display: block;
  }
  .about_page .item3 .content {
    padding: 10px 0;
  }
  .about_page .item3 .content .list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .about_page .item3 .content .list ul li {
    border-left: 0 solid #000;
    float: none;
    width: 100% !important;
    padding: 0 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about_page .item3 .content .list ul li .word {
    width: 50%;
    text-align: center;
  }
  .about_page .item3 .content .list ul li .word h6 {
    font-size: 16px;
  }
}

.side_nav {
  transition: all .5s ease;
  position: fixed;
  bottom: 0;
  right: -126px;
  color: #fff;
  z-index: 99;
  top:12%;
}
.side_nav.active {
  transition: all .5s ease;
  right: 5px;
}
.side_nav.active ul .qr_code a {
  height: 200px;
}
.side_nav ul .gotop {
  background: #2d3c59 url(https://www.zhimalink.com/statics/images/zhima/side_bg.png) no-repeat 0 0px;
  border-radius: 3px;
  transition: all .5s ease;
  display: block;
  height: 53px;
  line-height: 53px;
  font-size: 16px;
  color: #fff;
  text-indent: 55px;
  width: 180px;
  cursor: pointer;
}
.side_nav ul .phone {
  background: #2d3c59 url(https://www.zhimalink.com/statics/images/zhima/side_bg.png) no-repeat 0 -57px;
}
.side_nav ul .qq {
  background: #2d3c59 url(https://www.zhimalink.com/statics/images/zhima/side_bg.png) no-repeat 0 -113px;
}
.side_nav ul .qr_code {
  background: #2d3c59 url(https://www.zhimalink.com/statics/images/zhima/side_bg.png) no-repeat 0 -169px;
}
.side_nav ul li {
  margin-bottom: 3px;
  overflow: hidden;
}
.side_nav ul li a {
  border-radius: 3px;
  transition: all .5s ease;
  display: block;
  height: 53px;
  line-height: 53px;
  font-size: 16px;
  color: #fff;
  text-indent: 55px;
  width: 180px;
}
.side_nav ul li a img {
  padding: 0 29px 25px 29px;
}

/* 小火箭css */
#gotop1 {
    width: 80px;
    position: fixed;
    bottom: 90px;
    cursor: pointer;
    z-index: 99998;
    right: 5%;
    /*margin-right: -620px;*/
}

/* 小火箭悬停特效 */

#gotop1:hover {
    animation: rubberBand 1s;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

/* end 小火箭 */