@charset "UTF-8";
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #505050;
}

a {
  color: #767676;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #1296db;
}

em,
i {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

input,
button,
input:focus,
button:focus,
textarea {
  background: none;
  border: 0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

@font-face {
  font-family: "iconfont";
  src: url('../iconfont/iconfont.ttf') format('woff2'),
    url('../iconfont/iconfont.woff') format('woff'),
    url('../iconfont/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dbdbdb;
}

.icon-ai-top:before {
  content: "\e65a";
}

.icon-weixin:before {
  content: "\e602";
}

.icon-youshi:before {
  content: "\e604";
}

.icon-24gf-phoneLoudspeaker:before {
  content: "\e969";
}

.icon-zaixiankefu:before {
  content: "\e634";
}

.icon-lahujisuanqixin:before {
  content: "\e724";
}

.icon-tousujianyi1:before {
  content: "\e62c";
}

.icon-dianhua1:before {
  content: "\e619";
}

.icon-dizhi:before {
  content: "\e601";
}

.icon-shouye:before {
  content: "\e63c";
}

.icon-jisuan:before {
  content: "\e680";
}

.icon-boshimao1:before {
  content: "\e603";
}

.icon-rencaizhongxin:before {
  content: "\e63d";
}

.icon-shijian:before {
  content: "\e8a9";
}

.icon-lanmuguanli:before {
  content: "\e653";
}

.icon-dianhua:before {
  content: "\e64b";
}

.icon-juzhuzhengbanli:before {
  content: "\e665";
}

.icon-guwen:before {
  content: "\e63b";
}

.icon-zice:before {
  content: "\e624";
}

.icon-jisuanqi:before {
  content: "\e613";
}

.icon-gulibiyeshenglahu:before {
  content: "\e629";
}

.icon-yiliaohangyedeICON-:before {
  content: "\e622";
}

.icon-jisuanqi1:before {
  content: "\e61c";
}

.icon-youxiangjiantou:before {
  content: "\e60a";
}

.icon-zuozhe:before {
  content: "\e606";
}

.icon-rencaifuwu:before {
  content: "\e616";
}

.icon-zuoyoujiantou:before {
  content: "\e6d0";
}

.icon-gongjiaoche:before {
  content: "\e68b";
}

.icon-good:before {
  content: "\e62a";
}

.icon-fenxiang:before {
  content: "\e6af";
}

.icon-liulanliang:before {
  content: "\e7a9";
}

.icon-shipinliebiaojuzhuzheng:before {
  content: "\e6f4";
}

.icon-youxiangjiantou1:before {
  content: "\e614";
}

.icon-lahujiedu:before {
  content: "\e707";
}

.icon-tiaojianzice:before {
  content: "\e708";
}

.icon-monisuanfen:before {
  content: "\e709";
}

.icon-tongzhishudaiban:before {
  content: "\e70a";
}

.icon-zuozhe1:before {
  content: "\e63e";
}

.icon-zuoyoujiantou1:before {
  content: "\e600";
}

.icon-rencaipeiyang:before {
  content: "\e610";
}



.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}


.clear{ clear:both;}

header {
  width: 1200px;
  margin: 20px auto;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}

header .header_logo {
  width: 140px;
  height: 76px;
  margin-right: 13px;
}

header .header_logo img {
  display: block;
  width: 100%;
  height: 100%;
}

header .header_content {
  margin-right: 40px;
}

header .header_content p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

header .header_content p:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #1296db;
}

header .header_content p:nth-child(3) {
  font-size: 14px;
  line-height: 21px;
}

header .header_contact {
  width: 360px;
  height: 60px;
  margin-top: 9px;
}

header .header_contact a {
  display: block;
  width: 560px;
  height: 66px;
  background-image: url(../images/head_ad.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

header .header_contact a p {
  font-size: 14px;
  margin-top: 35px;
  margin-left: 100px;
  color: #fff;
  width: 100px;
  height: 20px;
  line-height: 20px;
  background-color: #1296db;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
}

header .header_phoneNumber {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 45px;
  background: url(../images/24phone.png) no-repeat left bottom;
}

header .header_phoneNumber .header_phoneNumber_content p:nth-child(1) {
  font-size: 13px;
  color: #666;
  height: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  padding: 0 15px;
  background: #ffcd32;
  text-align: center;
  border-radius: 12px;
}

header .header_phoneNumber .header_phoneNumber_content p:nth-child(2) {
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  color: #0D4DA1;
  font-weight: bold;
}

nav {
  height: 60px;
  background-color: #1296db;
}

nav .menu {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav .menu li {
  position: relative;
}

nav .menu li:hover .menu_item {
  background-color: #1361c7;
}

nav .menu li:hover .sub_menu {
  display: block;
}

nav .menu li .menu_item {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
}

nav .menu li .sub_menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 99;
}

nav .menu li .sub_menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 97, 199, 0.7);
  -webkit-box-shadow: 3px 4px 16px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 16px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
}

nav .menu li .sub_menu a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  text-align: center;
}

nav .menu li .sub_menu a:hover {
  background-color: #1361c7;
}

.policy {
  width: 1160px;
  margin: 20px auto;
  background-image: url(../images/box1-bg1.png);
  background-size: 100% 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 20px;
  justify-items: center;
}

.policy .policy_item {
  background-color: #fff;
  text-align: center;
}

.policy .policy_item_content h3 {
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 10px;
  background-image: url(../images/index_nav_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.policy .policy_item_content a {
  font-size: 14px;
  position: relative;
}

.policy .policy_item_content a:hover {
  color: #1296db;
}

.policy .policy_item_content a.hot::after {
  content: "Hot";
  width: 20px;
  height: 12px;
  background-color: #DF1A22;
  font-size: 8px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  color: #fff;
  line-height: 12px;
  text-align: center;
}

.policy .policy_item_content ul {
  padding: 0 20px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.news {
  width: 1200px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.news .news_left {
  width: 320px;
  margin-right: 20px;
}

.news .news_left .custom-swiper {
  width: 320px;
  margin-bottom: 20px;
  overflow: hidden;
}

.news .news_left .custom-swiper .swiper-slide {
  position: relative;
}

.news .news_left .custom-swiper .swiper-pagination {
  text-align: right;
  line-height: 30px;
}

.news .news_left .custom-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}

.news .news_left .custom-swiper img {
  width: 100%;
  height: auto;
}

.news .news_left .custom-swiper p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
}

.news .news_left .news_left_bottom {
  width: 318px;
  border: solid 1px #d5d5d5;
  margin-bottom: 20px;
}

.news .news_left .news_left_bottom h3 {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background-color: #1296db;
  color: #fff;
  text-align: center;
}

.news .news_left .news_left_bottom div {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  height: 180px;
}

.news .news_left .news_left_bottom div a {
  width: 135px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  overflow: hidden;
  color: #505050;
  text-align: center;
  font-size: 16px;
  background-image: url(../images/index_bg01.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.news .news_left .news_left_bottom div a:nth-child(3),
.news .news_left .news_left_bottom div a:nth-child(4) {
  background-image: url(../images/index_bg02.jpg);
}

.news .news_left .news_left_bottom div a:nth-child(5),
.news .news_left .news_left_bottom div a:nth-child(6) {
  background-image: url(../images/index_bg03.jpg);
}

.news .news_left .news_left_bottom_ad {
  width: 320px;
  height: 55px;
}

.news .news_left .news_left_bottom_ad img {
  display: block;
  width: 100%;
  height: 55px;
}

.news .news_item_box {
  width: 540px;
  margin-right: 20px;
}

.news .news_item_box h5 {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #DF1A22;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}

.news .news_item_box h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 24px;
  line-height: 24px;
  background-color: #DF1A22;
}

.news .news_item_box .news_item {
  margin-bottom: 10px;
}

.news .news_item_box .news_item h6 {
  width: 540px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 24px;
  color: #DF1A22;
  position: relative;
  padding-left: 50px;
}

.news .news_item_box .news_item h6::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 40px;
  height: 18px;
  background-image: url(../images/new.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.news .news_item_box .news_item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 36px;
}

.news .news_item_box .news_item p span {
  width: 468px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .news_item_box .news_item p a {
  width: 66px;
  color: #1296db;
}

.news .news_item_box .news_item_gif {
  width: 540px;
  margin-bottom: 10px;
}

.news .news_item_box .news_item_gif img {
  display: block;
  width: 100%;
  height: auto;
}

.news .news_item_box .news_item_more {
  width: 540px;
}

.news .news_item_box .news_item_more ul {
  width: 100%;
}

.news .news_item_box .news_item_more ul li {
  line-height: 31px;
}

.news .news_item_box .news_item_more ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 31px;
}

.news .news_item_box .news_item_more ul li a:hover {
  color: #1296db;
}

.news .news_item_box .news_item_more ul li a:hover i {
  color: #1296db;
}

.news .news_item_box .news_item_more ul li a span {
  color: #1296db;
}

.news .news_item_box .news_item_more ul li a i {
  width: 392px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #767676;
}

.news .news_item_box .news_item_more ul li a em {
  color: #767676;
  margin-left: auto;
}

.news .tool {
  width: 300px;
}

.news .tool .index_tool_self_test {
  width: 300px;
  box-shadow: unset;
  background: rgba(130, 130, 130, 0.1);
  padding-bottom: 5px;
}

.news .tool .index_tool_self_test h3 {
  margin-bottom: 5px;
}

.news .tool .index_tool_self_test ul {
  margin: 0 auto;
  width: 300px;
}

.news .tool .index_tool_self_test li {
  width: 260px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 1px;
  margin: 0 auto 5px;
}

.news .tool .index_tool_self_test li:last-child {
  margin-bottom: 0;
}

.news .tool .index_tool_self_test li a {
  margin-left: 112px;
}

.news .tool .index_tool_consult {
  width: 300px;
  margin-top: 5px;
  box-shadow: unset;
}

.news .tool .index_tool_consult .index_tool_consult_content {
  padding: 10px 0;
}

.news .tool .index_tool_consult .index_tool_consult_content img {
  width: 115px;
  height: auto;
  margin-bottom: 5px;
}

.news .tool .index_tool_consult .index_tool_consult_content p {
  font-size: 13px;
  line-height: 22px;
}

.news .tool .index_tool_consult .index_tool_consult_content p:nth-child(3) {
  font-size: 12px;
}

.banner02 {
  width: 1200px;
  margin: 0 auto 20px;
}

.banner02 img {
  display: block;
  width: 100%;
  height: auto;
}

.lxs {
  width: 1160px;
  margin: 0 auto 20px;
  padding:20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.lxs h5 {
  border-bottom: 1px dashed #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 20px;
}

.lxs h5 span {
  color: #1296db;
  position: relative;
  padding-left: 16px;
}

.lxs h5 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 16px;
  background-color: #1296db;
  border-radius: 4px;
}

.lxs h5 a:hover {
  color: #1296db;
}

.lxs_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lxs_item .lxs_item_content h6 {
  border-bottom: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.lxs_item .lxs_item_content .lxs_item_content_up_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d5d5d5;
}

.lxs_item .lxs_item_content .lxs_item_content_up_box img {
  width: 123px;
  height: 80px;
  margin-right: 10px;
}

.lxs_item .lxs_item_content .lxs_item_content_up_box dt,
.lxs_item .lxs_item_content .lxs_item_content_up_box dd {
  font-size: 14px;
  line-height: 22px;
}

.lxs_item .lxs_item_content .lxs_item_content_up_box dt a,
.lxs_item .lxs_item_content .lxs_item_content_up_box dd a {
  color: #1296db;
}

.lxs_item .lxs_item_content .lxs_item_content_up_box dt a:hover,
.lxs_item .lxs_item_content .lxs_item_content_up_box dd a:hover {
  color: #1296db;
}

.lxs_item .lxs_item_content .lxs_item_content_up_box dt a {
  color: #505050;
}

.lxs_item .lxs_item_content .lxs_item_content_up_box dd span,
.lxs_item .lxs_item_content .lxs_item_content_up_box a {
  color: #767676;
}

.lxs_item .lxs_item_content .lxs_item_content_down_box {
  font-size: 14px;
  line-height: 31px;
}

.lxs_item .lxs_item_content .lxs_item_content_down_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lxs_item .lxs_item_content .lxs_item_content_down_box a:hover {
  color: #1296db;
}

.lxs_item .lxs_item_content .lxs_item_content_down_box a i {
  width: 5px;
  height: 5px;
  background-color: #d5d5d5;
  border-radius: 50%;
  margin-right: 5px;
}

.lxs_item .lxs_item_content .lxs_item_content_down_box a span {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lxs_item .lxs_item_content .lxs_item_content_down_box a em {
  margin-left: auto;
  color: #767676;
}

.lxs_item .lxs_item_content .lxs_item_content_down_box_question a {
  line-height: 33px;
}

.lxs_item .lxs_item_content .lxs_item_content_down_box_question a i {
  width: 24px;
  height: 24px;
  background-color: #feeeee;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  line-height: 24px;
  color: #fe5b4c;
}

.lxs_item .lxs_item_content .lxs_item_content_down_box_question a span {
  width: 350px;
}

.tjzx .lxs_item .lxs_item_content h6 {
  border-bottom: 1px dashed #d5d5d5;
  color: #1296db;
}

.tjzx .lxs_item .lxs_item_content h6 a:hover {
  color: #1296db;
}

.video_box ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.video_box ul div {
  position: relative;
  font-size: 14px;
  overflow: hidden;
}

.video_box ul div img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.4, 0.2, 0.99);
  transition: all 0.3s cubic-bezier(0.46, 0.4, 0.2, 0.99);
}

.video_box ul div img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.video_box ul div p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

.video_box ul div p i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
  border: 2px solid #fff;
  position: relative;
}

.video_box ul div p i::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 6px solid transparent;
}

.video_box ul div p em {
  margin-right: 10px;
}

.video_box ul a {
  font-size: 14px;
  line-height: 24px;
}

.video_box ul a:hover {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #1296db;
}

.service {
  width: 1200px;
  margin: 40px auto;
}

.service h1 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.service ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}



.service ul img {
  width: 64px;
  height: auto;
}

.service ul a:hover {
  color: #1296db;
}
.service_list{
  width: 1116px;
}
.service_list li {
  width: 278px;
  border-right: 1px solid #d5d5d5;
  text-align: center;
}

.service_list li:last-child {
  border-right: none;
}

.service_list a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_list_svg {
  font-size: 32px;
  margin-right: 14px;
}

.footer_box {
  background-color: #353535;
}

.footer {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 20px 0;
}

.footer .fast_navigation {
  margin-right: 40px;
}

.footer .fast_navigation h6 {
  width: 200px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
}

.footer .fast_navigation .fast_navigation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .fast_navigation .fast_navigation_list a {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.footer .fast_navigation .fast_navigation_list a:hover {
  color: #1296db;
}

.footer .second h6 {
  width: 160px;
}

.footer .weixin {
  width: 147px;
  text-align: center;
}

.footer .weixin img {
  width: 80px;
  height: auto;
}

.footer .weixin p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}

.footer .weixin p:nth-child(2) {
  padding-top: 6px;
  font-size: 16px;
  line-height: 22px;
}

.footer .footer_contact {
  margin-left: auto;
}

.footer .footer_contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer .footer_contact li img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

.footer .footer_contact li p {
  color: #fff;
}

.footer .footer_contact li p:nth-child(1) {
  font-size: 34px;
  margin-right: 10px;
}

.footer .footer_contact li p.custom_fontsize {
  font-size: 28px;
}

.footer .footer_contact li p.free_call {
  font-size: 16px;
  line-height: 16px;
}

.footer .footer_contact li p.free_call_number {
  font-size: 22px;
  line-height: 22px;
  padding-top: 4px;
}

.footer .footer_contact li p.complaint {
  font-size: 14px;
  line-height: 20px;
}

.footer .footer_contact li p.complaint_number {
  font-size: 20px;
  line-height: 28px;
}

.footer .footer_contact li p.company_address {
  font-size: 14px;
  line-height: 20px;
}

.footer .footer_contact li p.company_address_detail {
  font-size: 16px;
  line-height: 28px;
}

.beian {
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #232121;
  color: #fff;
  font-size: 12px;
}

.beian a {
  color: #fff;
}

.beian img {
  margin: 0 5px 0 10px;
}

.footer_bottom {
  height: auto;
  background-color: #535353;
}

.footer_bottom p {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
}

.footer_bottom p a {
  color: #a2a1a1;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #a2a1a1;
}

.right_box {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 160px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
}

.right_box .right_list {
  width: 160px;
  background-image: url(../images/right_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 80px;
}

.right_box .right_list .right_list_top {
  width: 100px;
  margin: 0 auto 20px;
}

.right_box .right_list .right_list_top img {
  display: block;
  width: 100%;
  height: auto;
}

.right_box .right_list .right_list_top h6 {
  font-size: 14px;
  line-height: 24px;
  color: #1296db;
}

.right_box .right_list .right_list_top p {
  font-size: 12px;
  line-height: 20px;
  color: #1296db;
}

.right_box .right_list .right_list_item {
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}

.right_box .right_list .right_list_item .online_consult .online_consult_icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-image: url(../images/right_icon02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.right_box .right_list .right_list_item .online_consult p {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.right_box .right_list .right_list_item .online_consult:hover {
  background-color: #1296db;
  border-radius: 10px;
}

.right_box .right_list .right_list_item .online_consult:hover p {
  color: #fff;
}

.right_box .right_list .right_list_item .online_consult:hover div {
  background-image: url(../images/right_icon02_hover.png);
}

.right_box .right_list .right_list_item .online_consult:hover .online_consult_hover {
  display: block;
}

.right_box .right_list .right_list_item .online_consult_hover {
  display: none;
  position: absolute;
  width: 160px;
  top: 0;
  left: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.right_box .right_list .right_list_item .online_consult_hover img {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 auto;
}

.right_box .right_list .right_list_item .online_consult_hover span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.right_box .right_list .right_list_item .phone_consult .phone_consult_icon {
  background-image: url(../images/right_icon01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.right_box .right_list .right_list_item .phone_consult:hover div {
  background-image: url(../images/right_icon01_hover.png);
}

.right_box .right_list .right_list_item .phone_consult:hover .online_consult_hover {
  width: 160px;
  left: 0;
}

.right_box .right_list .right_list_item .phone_consult:hover .online_consult_hover span {
  display: block;
  line-height: 70px;
}

.right_box .right_list .right_list_item .public_account .public_account_icon {
  background-image: url(../images/right_icon03.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.right_box .right_list .right_list_item .self_test .self_test_icon {
  background-image: url(../images/right_icon04.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.right_box .right_list .right_list_item .self_test:hover div {
  background-image: url(../images/right_icon04_hover.png);
}

.right_box .right_list .right_list_item .service_advantage .service_advantage_icon {
  background-image: url(../images/right_icon05.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.right_box .right_list .right_list_item .service_advantage:hover div {
  background-image: url(../images/right_icon05_hover.png);
}

.right_box .right_list .right_list_item .back_top .back_top_icon {
  background-image: url(../images/right_icon06.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.right_box .right_list .right_list_item .back_top:hover div {
  background-image: url(../images/right_icon06_hover.png);
}

/*map.html*contact.html**/
.map_banner {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: url(../images/map_banner.jpg) no-repeat 50% #e1dfef;
  background-size: 1920px;
}

.breadcrumbs {
  width: 1200px;
  margin: 20px auto;
  font-size: 14px;
  line-height: 20px;
  color: #505050;
}

.breadcrumbs a {
  color: #505050;
}

.breadcrumbs a:last-child {
  color: #1296db;
}

.map_content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map_content .map_left_nav {
  width: 200px;
  height: 100%;
  border: 1px solid #d5d5d5;
}

.map_content .map_left_nav li {
  padding: 0 20px;
  font-size: 18px;
  line-height: 80px;
  border-bottom: 1px solid #d5d5d5;
}

.map_content .map_left_nav li:last-child {
  border-bottom: none;
}

.map_content .map_left_nav li.active {
  background-color: #1296db;
}

.map_content .map_left_nav li.active a {
  color: #fff;
}

.map_content .map_left_nav li.active a span {
  color: #fff;
}

.map_content .map_left_nav li:hover {
  background-color: #1296db;
}

.map_content .map_left_nav li:hover a {
  color: #fff;
}

.map_content .map_left_nav li:hover a span {
  color: #fff;
}

.map_content .map_left_nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #505050;
}

.map_content .map_right_content {
  border: 1px solid #d5d5d5;
  margin-left: -1px;
  padding: 20px;
  width: 1136px;
  /***privacy.html**/
}

.map_content .map_right_content h1 {
  width: 956px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
}

.map_content .map_right_content h1 img {
  width: 36px;
  height: auto;
}

.map_content .map_right_content h1 span {
  font-size: 26px;
  line-height: 60px;
  color: #505050;
  margin-left: 10px;
  margin-right: 10px;
}

.map_content .map_right_content .map_right_content_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /***contact.html**/
}

.map_content .map_right_content .map_right_content_list .map_right_content_item {
  padding: 0 20px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.map_content .map_right_content .map_right_content_list .map_right_content_item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d5d5d5;
}

.map_content .map_right_content .map_right_content_list .map_right_content_item h4 span {
  width: 4px;
  height: 20px;
  background-color: #1296db;
  border-radius: 4px;
}

.map_content .map_right_content .map_right_content_list .map_right_content_item h4 em {
  font-size: 16px;
  line-height: 50px;
  padding-left: 30px;
  color: #1296db;
}

.map_content .map_right_content .map_right_content_list .map_right_content_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.map_content .map_right_content .map_right_content_list .map_right_content_item ul li {
  margin-right: 20px;
  line-height: 30px;
  font-size: 14px;
}

.map_content .map_right_content .map_right_content_list .map_right_content_item ul li a {
  color: #505050;
}

.map_content .map_right_content .map_right_content_list .map_right_content_item ul li a:hover {
  color: #1296db;
}

.map_content .map_right_content .map_right_content_list .map_right_content_contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  line-height: 55px;
}

.map_content .map_right_content .map_right_content_list .map_right_content_contact li i {
  font-size: 24px;
  color: #1296db;
  margin-right: 10px;
}

.map_content .map_right_content .map_right_content_list .map_right_content_contact li div.fisrt_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #d5d5d5;
}

.map_content .map_right_content .map_right_content_list .map_right_content_contact li div.fisrt_div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.map_content .map_right_content .map_right_content_list .map_right_content_contact li .first_p {}

.map_content .map_right_content .privacy_content h4,
.map_content .map_right_content .privacy_content h6 {}

.map_content .map_right_content .privacy_content h4,
.map_content .map_right_content .privacy_content h6,
.map_content .map_right_content .privacy_content p {
  text-align: left;
  color: #505050;
  line-height: 28px;
}

.map_content .map_right_content .privacy_content p {
  font-size: 14px;
}

.map_content .map_right_content .privacy_content h4 {
  padding-top: 30px;
  font-size: 16px;
  padding-bottom: 6px;
}

.map_content .map_right_content .privacy_content h6 {
  font-size: 14px;
}

.map_content .map_right_content .wenxintishi {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.map_content .map_right_content .wenxintishi span {
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #505050;
  background: #edecf3;
  margin-left: 50px;
  margin-right: 50px;
}

.map_content .map_right_content .wenxintishi em {
  font-size: 14px;
  color: #1296db;
}

.map_content .map_right_content .about_right_content_item {
  text-align: left;
}

.map_content .map_right_content .about_right_content_item p {
  color: #505050;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 10px;
}

.map_content .map_right_content .about_right_content_item h6 {
  font-size: 18px;
  line-height: 28px;
  color: #1296db;
}

.map_content .map_right_content .about_right_content_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.map_content .map_right_content .about_right_content_desc h1 {
  text-align: center;
  font-size: 28px;
  color: #505050;
  line-height: 28px;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_desc_item {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_desc_item .about_right_content_desc_item_content {
  width: 450px;
  height: 200px;
  -webkit-box-shadow: 0 0 5px 1px hsla(0, 0%, 83%, 0.98);
          box-shadow: 0 0 5px 1px hsla(0, 0%, 83%, 0.98);
  border-radius: 5px;
  overflow: hidden;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_desc_item .about_right_content_desc_item_content h2 {
  background-color: #1296db;
  color: #fff;
  font-size: 1px;
  line-height: 60px;
  font-size: 20px;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_desc_item .about_right_content_desc_item_content ul {
  padding: 30px 0;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  font-size: 16px;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_desc_item .about_right_content_desc_item_content ul li div {
  color: #fff;
  border-radius: 16px;
  padding: 4px;
  width: 110px;
  height: 80px;
  border: 1px dashed #1296db;
  background: #fff !important;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_desc_item .about_right_content_desc_item_content ul li div p {
  width: 110px;
  height: 70px;
  border-radius: 16px;
  line-height: 28px;
  padding-top: 11px;
  background: #1296db;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_desc_item .about_right_content_desc_item_content ul li div .about_right_content_desc_item_content_p {
  line-height: 60px;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_advantage {
  margin-top: 40px;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_advantage h2 {
  font-size: 28px;
  line-height: 33px;
  text-align: center;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_advantage p {
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_advantage div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_advantage div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 490px;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px #cbcbcc;
  box-shadow: 0 0 5px 1px #cbcbcc;
  border-radius: 5px;
  margin-bottom: 20px;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_advantage div dl dt {
  background: #1296db;
  font-size: 18px;
  color: #fff;
  height: 80px;
  line-height: 80px;
  border-radius: 5px 0 0 5px;
  width: 120px;
  text-align: center;
}

.map_content .map_right_content .about_right_content_desc .about_right_content_advantage div dl dd {
  width: 310px;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 30px;
}

/***news_list.html**/
.news_swiper img {
  width: 100%;
  height: auto;
}

.news_swiper .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 1px;
  opacity: 1;
  background: #d5d5d5;
  margin: 0 2.5px;
  position: relative;
}

.news_swiper .swiper-pagination-bullet-active {
  background-color: #1296db;
}

.news_list {
  width: 1200px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.news_list .news_list_left {
  width: 870px;
}

.news_list .news_list_left h1 {
  font-size: 24px;
  line-height: 64px;
  color: #1570c6;
  text-align: center;
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 20px 0;
  border-top: 1px solid #d5d5d5;
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item .news_list_left_content_item_img {
  width: 224px;
  height: 130px;
  margin-right: 20px;
  overflow: hidden;
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item .news_list_left_content_item_img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.4, 0.2, 0.99);
  transition: all 0.3s cubic-bezier(0.46, 0.4, 0.2, 0.99);
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item .news_list_left_content_item_img img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item .news_list_left_content_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item .news_list_left_content_item_content h4 {
  font-size: 18px;
  line-height: 28px;
  color: #505050;
  padding-bottom: 10px;
  font-weight: normal;
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item .news_list_left_content_item_content p {
  width: 626px;
  overflow: hidden;
  font-size: 12px;
  line-height: 24px;
  color: #767676;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item .news_list_left_content_item_content .news_list_left_content_item_content_time {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  color: #767676;
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item .news_list_left_content_item_content .news_list_left_content_item_content_time div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-right: 20px;
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item .news_list_left_content_item_content .news_list_left_content_item_content_time div i {
  margin-right: 5px;
  color: #767676;
}

.news_list .news_list_left .news_list_left_content .news_list_left_content_item .news_list_left_content_item_content .news_list_left_content_item_content_time div:last-child {
  margin-left: auto;
}

.news_list .news_list_right {
  width: 290px;
  margin-left: auto;
}

.news_list .news_list_right .news_list_right_settle_mode {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.news_list .news_list_right .news_list_right_settle_mode h3 {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  background-image: url(../images/news_list_bg01.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
}

.news_list .news_list_right .news_list_right_settle_mode ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px;
}

.news_list .news_list_right .news_list_right_settle_mode ul li {
  width: 130px;
  height: 60px;
  background-image: url(../images/news_list_bg02.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.news_list .news_list_right .news_list_right_settle_mode ul li:hover {
  opacity: 0.8;
}

.news_list .news_list_right .news_list_right_settle_mode ul li:hover a {}

.news_list .news_list_right .news_list_right_settle_mode ul li a {
  display: block;
  color: #1296db;
  font-size: 14px;
  padding: 0 10px;
}

.news_list .news_list_right .news_list_right_settle_mode ul li a span,
.news_list .news_list_right .news_list_right_settle_mode ul li a em {
  display: block;
  line-height: 30px;
}

.news_list .news_list_right .news_list_right_settle_mode ul li a em {
  width: 40px;
  height: 18px;
  font-size: 12px;
  border-radius: 23px;
  background-color: #1296db;
  color: #fff;
  line-height: 18px;
  text-align: center;
}

.news_list .news_list_right_bottom_ad {
  width: 270px;
  margin: 60px auto 0;
}

.news_list .news_list_right_bottom_ad img {
  display: block;
  width: 270px;
  height: auto;
}

.news_list_right_consult {
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.news_list_right_consult h3 {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  background-color: #1296db;
  text-align: center;
}

.news_list_right_consult h3 i {
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}

.news_list_right_consult .news_list_right_consult_content {
  margin: 0 auto;
  padding: 20px 0;
  background-color: #f2f2f2;
}

.news_list_right_consult .news_list_right_consult_content img {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto 20px;
}

.news_list_right_consult .news_list_right_consult_content p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.news_list_right_consult .news_list_right_consult_content .news_list_right_consult_content_p1 {
  font-size: 16px;
  color: #1296db;
}

.news_list_right_self_test {
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.news_list_right_self_test h3 {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  background-color: #1296db;
  text-align: center;
  margin-bottom: 10px;
}

.news_list_right_self_test ul {
  width: 270px;
  margin: 0 auto;
}

.news_list_right_self_test ul li {
  width: 270px;
  height: 62px;
  line-height: 62px;
  font-size: 14px;
  background-image: url(../images/tool1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.news_list_right_self_test ul li:nth-child(2) {
  background-image: url(../images/tool2.png);
}

.news_list_right_self_test ul li:nth-child(3) {
  background-image: url(../images/tool3.png);
}

.news_list_right_self_test ul li:nth-child(4) {
  background-image: url(../images/tool4.png);
}

.news_list_right_self_test ul li:nth-child(5) {
  background-image: url(../images/tool5.png);
}

.news_list_right_self_test ul li:nth-child(6) {
  background-image: url(../images/tool6.png);
}

.news_list_right_self_test ul li:hover {
  opacity: 0.8;
}

.news_list_right_self_test ul li:hover a {}

.news_list_right_self_test ul li a {
  color: #1296db;
  margin-left: 120px;
}

.news_list_right_bottom {
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.news_list_right_bottom h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 10px;
}

.news_list_right_bottom h3 i {
  width: 4px;
  height: 16px;
  background-color: #1296db;
  margin-right: 10px;
  border-radius: 4px;
}

.news_list_right_bottom h3 span {
  font-size: 16px;
  line-height: 36px;
  color: #1296db;
}

.news_list_right_bottom .news_list_right_bottom_content {
  width: 270px;
  margin: 0 auto;
}

.news_list_right_bottom .news_list_right_bottom_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 10px;
}

.news_list_right_bottom .news_list_right_bottom_content a div {
  width: 80px;
  height: auto;
  overflow: hidden;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
}

.news_list_right_bottom .news_list_right_bottom_content a div img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_list_right_bottom .news_list_right_bottom_content a div img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news_list_right_bottom .news_list_right_bottom_content a p {
  width: 180px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 24px;
  color: #767676;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.news_list_right_bottom .news_list_right_bottom_content a p:hover {
  color: #1296db;
}

.news_list_right_bottom:last-child .news_list_right_bottom_content a {
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
}

.news_list_right_bottom:last-child .news_list_right_bottom_content a i {
  width: 0;
  height: 0;
  border-left: 5px solid #d5d5d5;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 10px;
}

.news_list_right_bottom:last-child .news_list_right_bottom_content a p {
  width: 260px;
}

/**service.html**/
.service_banner {
  width: 100%;
  height: 555px;
}

.service_banner a {
  display: block;
  width: 100%;
  height: 555px;
  background-image: url(../images/fuwuyoushi_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.service_banner_01 {
  width: 100%;
  margin-bottom: 30px;
}

.service_banner_01 a {
  display: block;
  width: 1200px;
  margin: -30px auto 0;
}

.service_banner_01 a img {
  width: 100%;
  height: auto;
}

.service_banner_02 {
  width: 100%;
  height: 249px;
  background: url(../images/fuwuyoushi_pic02.jpg) no-repeat center;
  position: relative;
}

.service_banner_02 .service_banner_02_content {
  width: 1200px;
  height: 249px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.service_banner_02 .service_banner_02_content div {
  width: 285px;
}

.service_banner_02 .service_banner_02_content div p:nth-child(1) {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  padding-top: 66px;
}

.service_banner_02 .service_banner_02_content div p:nth-child(2) {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  padding-top: 4px;
}

.service_banner_02 .service_banner_02_content div a {
  display: block;
  margin-top: 16px;
}

.service_banner_02 .service_banner_02_content div a img {
  display: block;
  width: 191px;
  height: 62px;
}

.service_zixun {
  width: 100%;
  text-align: center;
  background: #f1f4f9;
  padding-top: 66px;
  padding-bottom: 68px;
}

.service_zixun .service_zixun_content h1 {
  font-size: 48px;
  color: #044b8e;
}

.service_zixun .service_zixun_content p:nth-child(2) {
  font-size: 24px;
  color: #505050;
  margin-top: 14px;
}

.service_zixun .service_zixun_content p:nth-child(3) {
  font-size: 20px;
  color: #000000;
  margin-top: 56px;
  line-height: 36px;
}

.service_zixun .service_zixun_content p:nth-child(3) span {
  font-size: 36px;
  color: #000000;
}

.service_zixun .service_zixun_content a {
  display: block;
  font-size: 24px;
  color: #024585;
  width: 394px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  margin: 32px auto 0;
  text-decoration: none;
  background-image: url(../images/flgw1con3bg01.png);
}

.service_zhuanyeguwen {
  width: 100%;
}

.service_zhuanyeguwen .service_zhuanyeguwen_title {
  width: 100%;
  text-align: center;
  padding-top: 48px;
}

.service_zhuanyeguwen .service_zhuanyeguwen_title h3 {
  font-size: 28px;
  color: #024585;
  text-align: center;
}

.service_zhuanyeguwen .service_zhuanyeguwen_title p {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}

.service_zhuanyeguwen .service_zhuanyeguwen_title img {
  display: block;
  width: 143px;
  height: 3px;
  margin: 0 auto;
}

.service_zhuanyeguwen .service_zhuanyeguwen_content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 13px;
  position: relative;
}

.service_zhuanyeguwen .service_zhuanyeguwen_content img {
  display: block;
  width: 600px;
  height: 457px;
  margin: 0 auto;
}

.service_zhuanyeguwen .service_zhuanyeguwen_content li {
  width: 190px;
  height: 148px;
  padding-top: 68px;
  text-align: center;
  font-size: 18px;
  color: #024585;
  position: absolute;
  padding-right: 26px;
}

.service_zhuanyeguwen .service_zhuanyeguwen_content li em,
.service_zhuanyeguwen .service_zhuanyeguwen_content li span {
  display: block;
}

.service_zhuanyeguwen .service_zhuanyeguwen_content li em {
  font-size: 24px;
}

.service_zhuanyeguwen .service_zhuanyeguwen_content .first {
  left: 41px;
  top: -20px;
  background-image: url(../images/fuwuyoushi04.png);
}

.service_zhuanyeguwen .service_zhuanyeguwen_content .second {
  left: 308px;
  top: 109px;
  background-image: url(../images/fuwuyoushi05.png);
}

.service_zhuanyeguwen .service_zhuanyeguwen_content .third {
  left: 78px;
  top: 194px;
  background-image: url(../images/fuwuyoushi06.png);
}

.service_zhuanyeguwen .service_zhuanyeguwen_content .fourth {
  left: 879px;
  top: 2px;
  background-image: url(../images/fuwuyoushi07.png);
}

.service_zhuanyeguwen .service_zhuanyeguwen_content .five {
  left: 731px;
  top: 190px;
  background-image: url(../images/fuwuyoushi08.png);
}

.service_zhuanyeguwen .service_zhuanyeguwen_content .six {
  left: 1010px;
  top: 109px;
  background-image: url(../images/fuwuyoushi09.png);
}

@-webkit-keyframes flgw1Con7Opacity {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes flgw1Con7Opacity {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.service_tengood {
  width: 100%;
  background: #ffcd32;
  padding-bottom: 185px;
  padding-top: 48px;
}

.service_tengood h1 {
  font-size: 28px;
  color: #024585;
  text-align: center;
}

.service_tengood h1 em {
  font-size: 38px;
  font-weight: bold;
}

.service_tengood p {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
}

.service_tengood img {
  display: block;
  width: 143px;
  height: 3px;
  margin: 0 auto;
}

.service_tengood .service_tengood_content {
  width: 100%;
  margin: 147px auto 0;
  position: relative;
}

.service_tengood .service_tengood_content i {
  height: 1px;
  width: 100%;
  background: #024585;
  top: 34px;
  position: absolute;
  left: 0;
}

.service_tengood .service_tengood_content .service_tengood_content_list {
  width: 1200px;
  margin: 0 auto;
}

.service_tengood .service_tengood_content .service_tengood_content_list .service_tengood_content_list_desc {
  width: 100%;
}

.service_tengood .service_tengood_content .service_tengood_content_list .service_tengood_content_list_desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service_tengood .service_tengood_content .service_tengood_content_list .service_tengood_content_list_desc ul li {
  width: 72px;
  height: 72px;
  margin-left: 44px;
  position: relative;
}

.service_tengood .service_tengood_content .service_tengood_content_list .service_tengood_content_list_desc ul li:nth-child(2n) span {
  background: url(../images/fuwuyoushi33.png) no-repeat center bottom;
  position: relative;
  z-index: 2;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  animation: flgw1Con7Opacity 1s ease-out infinite;
  -moz-animation: flgw1Con7Opacity 1s ease-out infinite;
  -webkit-animation: flgw1Con7Opacity 1s ease-out infinite;
}

.service_tengood .service_tengood_content .service_tengood_content_list .service_tengood_content_list_desc ul li:nth-child(2n) i {
  top: 62px;
  background: #0082ff;
}

.service_tengood .service_tengood_content .service_tengood_content_list .service_tengood_content_list_desc ul li:nth-child(2n) p {
  top: 102px;
}

.service_tengood .service_tengood_content .service_tengood_content_list .service_tengood_content_list_desc ul li span {
  display: block;
  width: 72px;
  height: 72px;
  font-size: 18px;
  color: #fff;
  background: url(../images/fuwuyoushi33.png) no-repeat center top;
  line-height: 72px;
  text-align: center;
}

.service_tengood .service_tengood_content .service_tengood_content_list .service_tengood_content_list_desc ul li i {
  display: block;
  background: #024585;
  width: 1px;
  height: 37px;
  position: absolute;
  top: -27px;
  left: 36px;
  z-index: 1;
}

.service_tengood .service_tengood_content .service_tengood_content_list .service_tengood_content_list_desc ul li p {
  width: 234px;
  line-height: 28px;
  font-size: 18px;
  color: #024585;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -117px;
  top: -86px;
}

.service_compare {
  width: 100%;
  padding-top: 48px;
}

.service_compare h1 {
  font-size: 28px;
  color: #024585;
  text-align: center;
}

.service_compare p {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
  text-align: center;
}

.service_compare img {
  display: block;
  width: 143px;
  height: 3px;
  margin: 0 auto;
}

.service_compare .service_compare_content {
  width: 1200px;
  margin: 50px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.service_compare .service_compare_content .service_compare_content_left {
  margin-right: 73px;
}

.service_compare .service_compare_content .service_compare_content_left h3 {
  width: 560px;
  height: 118px;
  background: url(../images/fuwuyoushi10.png) no-repeat center;
  color: #3b382e;
  font-weight: normal;
  font-size: 40px;
  text-indent: 80px;
  line-height: 105px;
}

.service_compare .service_compare_content .service_compare_content_left ul {
  width: 416px;
  margin: 0 auto;
  background: #024585;
  padding: 0 50px 0 70px;
  padding-bottom: 30px;
}

.service_compare .service_compare_content .service_compare_content_left ul li {
  width: 416px;
  height: 73px;
  line-height: 73px;
  border-bottom: 1px solid #356a9d;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}

.service_compare .service_compare_content .service_compare_content_right h3 {
  width: 560px;
  height: 118px;
  background: url(../images/fuwuyoushi34.png) no-repeat center;
  color: #3b382e;
  font-weight: normal;
  font-size: 40px;
  text-indent: 80px;
  line-height: 105px;
}

.service_compare .service_compare_content .service_compare_content_right ul {
  width: 416px;
  margin: 0 auto;
  padding: 0 50px 0 70px;
  padding-bottom: 30px;
}

.service_compare .service_compare_content .service_compare_content_right ul li {
  width: 416px;
  height: 73px;
  line-height: 73px;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
  color: #666666;
  vertical-align: middle;
  display: inline-block;
}

.service_compare .service_compare_content .service_compare_content_vs {
  position: absolute;
  width: 135px;
  height: 73px;
  top: 25px;
  left: 518px;
}

.service_compare .service_compare_content .service_compare_content_vs_list li {
  width: 230px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  position: absolute;
  left: 484px;
  font-size: 19px;
  color: #000000;
}

.service_compare .service_compare_content .service_compare_content_vs_list li:nth-child(1) {
  top: 132px;
}

.service_compare .service_compare_content .service_compare_content_vs_list li:nth-child(2) {
  top: 206px;
}

.service_compare .service_compare_content .service_compare_content_vs_list li:nth-child(3) {
  top: 280px;
}

.service_compare .service_compare_content .service_compare_content_vs_list li:nth-child(4) {
  top: 353px;
}

.service_compare .service_compare_content .service_compare_content_vs_list li:nth-child(5) {
  top: 427px;
}

.service_items {
  width: 100%;
  padding-top: 92px;
}

.service_items h1 {
  font-size: 28px;
  color: #024585;
  text-align: center;
}

.service_items p {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
  text-align: center;
}

.service_items img {
  display: block;
  width: 143px;
  height: 3px;
  margin: 0 auto;
}

.service_items .service_items_content {
  width: 1200px;
  margin: 44px auto 0;
}

.service_items .service_items_content ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}

.service_items .service_items_content ul li {
  width: 179px;
  height: 121px;
  border-radius: 50%;
  padding-top: 58px;
  text-align: center;
  margin-bottom: 15px;
  background-color: #014584;
}

.service_items .service_items_content ul li:nth-child(2n) {
  background-color: #ffcc32;
}

.service_items .service_items_content ul li:nth-child(2n) p {
  color: #024585;
}

.service_items .service_items_content ul li:nth-child(2n) p:first-child i {
  background-color: #024585;
}

.service_items .service_items_content ul li p {
  font-size: 24px;
  color: #fff;
  margin-top: 0px;
}

.service_items .service_items_content ul li p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_items .service_items_content ul li p:first-child i {
  width: 44px;
  height: 1px;
  background: #fff;
  margin: 0 8px;
  position: relative;
}

.service_items .service_items_content ul li p:first-child span {
  line-height: 24px;
}

.service_items .service_items_content ul li p:last-child {
  margin-top: 15px;
}

.service_flow h1 {
  padding-top: 85px;
  font-size: 28px;
  color: rgb(255, 0, 0);
  text-align: center;
}

.service_flow p {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
  text-align: center;
}

.service_flow .service_flow_content {
  width: 100%;
  margin: 32px auto 0;
  position: relative;
  padding-bottom: 107px;
}

.service_flow .service_flow_content i {
  width: 100%;
  display: block;
  height: 1px;
  background: #ececec;
  position: absolute;
  top: 145px;
  left: 0;
}

.service_flow .service_flow_content ul {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.service_flow .service_flow_content ul li {
  width: 175px;
  height: 254px;
  border-radius: 100px;
  padding-top: 60px;
  background-color: #f3f3f3;
  text-align: center;
  margin-right: 6px;
  position: relative;
}

.service_flow .service_flow_content ul li span,
.service_flow .service_flow_content ul li em,
.service_flow .service_flow_content ul li img {
  display: block;
}

.service_flow .service_flow_content ul li span {
  font-size: 20px;
  color: #505050;
}

.service_flow .service_flow_content ul li em {
  font-size: 20px;
  color: #024585;
  margin-top: 5px;
}

.service_flow .service_flow_content ul li img {
  display: block;
  width: 141px;
  height: 141px;
  margin: 44px auto 0;
  border-radius: 50%;
}

.service_zixunguocheng {
  width: 100%;
  padding-top: 55px;
  background: url(../images/fuwuyoushi27.jpg) no-repeat center;
  height: 610px;
}

.service_zixunguocheng h1 {
  font-size: 28px;
  color: #024585;
  text-align: center;
}

.service_zixunguocheng>p {
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
  text-align: center;
}

.service_zixunguocheng>img {
  display: block;
  width: 143px;
  height: 3px;
  margin: 0 auto;
}

.service_zixunguocheng .service_zixunguocheng_content {
  width: 1200px;
  margin: 45px auto 0;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box {
  width: 1200px;
  height: 370px;
  position: relative;
  overflow: hidden;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item {
  width: 100%;
  height: 370px;
  display: none;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0D4DA1;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(1) img {
  width: 600px;
  height: 370px;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(1) dd {
  padding: 33px;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(1) dd h3 {
  font-size: 20px;
  color: #fff;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(1) dd p {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 9px;
  text-transform: uppercase;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(1) dd p:nth-child(3) {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-top: 24px;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(1) dd a {
  display: block;
  width: 109px;
  height: 32px;
  margin-top: 26px;
  background-image: url(../images/fuwuyoushi36.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(2) dl {
  background-color: #fff;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(2) dt {
  width: 462px;
  aspect-ratio: auto 462/370;
  height: 370px;
  background-image: url(../images/fuwuyoushi18.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(2) dt p {
  width: 188px;
  padding: 31px 33px 0;
  height: 217px;
  background: url(../images/fuwuyoushi37.png);
  position: absolute;
  top: 61px;
  right: 26px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(2) dd {
  margin: 3px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(3) img {
  width: 100%;
  height: 370px;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(4) dt {
  width: 623px;
  height: 370px;
  aspect-ratio: auto 623/370;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(4) dt img {
  display: block;
  width: 100%;
  height: 100%;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(4) dd {
  width: 514px;
  height: 314px;
  padding: 56px 40px 0 23px;
  background: #024585;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(4) dd h3 {
  font-size: 20px;
  color: #fff;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(4) dd p {
  font-size: 13px;
  color: #fff;
  display: block;
  margin-top: 9px;
  text-transform: uppercase;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .service_zixunguocheng_content_box_item:nth-child(4) dd p:nth-child(3) {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-top: 24px;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_box .show {
  display: block;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list {
  width: 575px;
  margin: 0 auto 90px;
  position: relative;
  top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li {
  width: 125px;
  height: 90px;
  overflow: hidden;
  position: relative;
  padding-top: 36px;
  text-align: center;
  background: url(../images/fuwuyoushi35.png) no-repeat left top;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li i {
  display: block;
  margin: 4px auto 0;
  width: 34px;
  height: 36px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li:nth-child(1) i {
  background-image: url(../images/fuwuyoushi24_hover.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li:nth-child(2) i {
  background-image: url(../images/fuwuyoushi25_hover.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li:nth-child(3) i {
  background-image: url(../images/fuwuyoushi26_hover.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li:nth-child(4) i {
  background-image: url(../images/fuwuyoushi27_hover.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li:hover {
  background-position: left bottom;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li:hover span {
  font-weight: bold;
  color: #3b382e;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li:hover:nth-child(1) i {
  background-image: url(../images/fuwuyoushi24.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li:hover:nth-child(2) i {
  background-image: url(../images/fuwuyoushi25.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li:hover:nth-child(3) i {
  background-image: url(../images/fuwuyoushi26.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li:hover:nth-child(4) i {
  background-image: url(../images/fuwuyoushi27.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li.active {
  background-position: left bottom;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li.active span {
  font-weight: bold;
  color: #3b382e;
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li.active:nth-child(1) i {
  background-image: url(../images/fuwuyoushi24.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li.active:nth-child(2) i {
  background-image: url(../images/fuwuyoushi25.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li.active:nth-child(3) i {
  background-image: url(../images/fuwuyoushi26.png);
}

.service_zixunguocheng .service_zixunguocheng_content .service_zixunguocheng_content_list li.active:nth-child(4) i {
  background-image: url(../images/fuwuyoushi27.png);
}

.service_placeholder {
  height: 70px;
}

.service_hot_line {
  width: 1134px;
  margin: 60px auto 0;
  background: url(../images/fuwuyoushi38.jpg) no-repeat center;
  padding: 22px 33px;
  height: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_hot_line .service_hot_line_left {
  width: 143px;
  height: 148px;
  background-image: url(../images/wx_code.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.service_hot_line .service_hot_line_right {
  margin-top: 46px;
  padding-left: 54px;
  background: url(../images/fuwuyoushi38.png) no-repeat left 10px;
}

.service_hot_line .service_hot_line_right p {
  font-size: 16px;
  color: #3b382e;
}

.service_hot_line .service_hot_line_right span {
  font-size: 26px;
  color: #3b382e;
  font-weight: bold;
  display: block;
}

/**
 * 新闻详情页
 */
.news_details .news_details_left h3 {
  text-align: left;
  color: #505050;
  font-weight: normal;
  margin-bottom: 10px;
}

.news_details .news_details_left .news_list_left_content_item_content_time {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  color: #767676;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
}

.news_details .news_details_left .news_list_left_content_item_content_time div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-right: 20px;
}

.news_details .news_details_left .news_list_left_content_item_content_time div i {
  margin-right: 5px;
  color: #767676;
}

.news_details .news_details_left .news_details_ad {
  width: 870px;
  margin: 0 auto 20px;
}

.news_details .news_details_left .news_details_ad img {
  display: block;
  width: 100%;
  height: auto;
}

.news_details .news_details_left .news_details_content {
  margin-bottom: 20px;
}

.news_details .news_details_left .news_details_content p {
  font-size: 14px;
  color: #505050;
  line-height: 24px;
}

.news_details .news_details_left .news_details_content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.news_details .news_details_left .news_details_content_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.news_details .news_details_left .news_details_content_btn a {
  width: 180px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
  padding: 0 20px;
  line-height: 38px;
  border-radius: 28px;
  border: 1px solid transparent;
  display: block;
  -webkit-text-decoration: auto !important;
  text-decoration: auto !important;
  color: #ff534f !important;
  border-color: #ff534f;
  background: #fff;
  text-align: center;
}

.news_details .news_details_left .news_details_content_btn a:nth-child(1) {
  margin-right: 20px;
}

.news_details .news_details_left .news_details_content_btn a:nth-child(2) {
  background-color: #ff534f;
  color: #fff !important;
}

.news_details .news_details_left .news_details_content_btn a:hover {
  background-color: #c01734;
  border-color: #c01734;
  color: #fff !important;
}

.news_details .news_details_left .news_details_content_sm {
  padding: 15px;
  margin: 25px 0 25px;
  font-size: 15px;
  font-size: 0.825rem;
  line-height: 2;
  color: #999;
  background: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 3px;
}

.news_details .news_details_left .news_details_content_xianglin .news_details_content_xianglin_huati {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  color: #767676;
  margin-bottom: 20px;
}

.news_details .news_details_left .news_details_content_xianglin .news_details_content_xianglin_huati i {
  color: #767676;
}

.news_details .news_details_left .news_details_content_xianglin .news_details_content_xianglin_huati a {
  margin-left: 10px;
}

.news_details .news_details_left .news_details_content_xianglin_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.news_details .news_details_left .news_details_content_xianglin_box .news_details_content_xianglin_box_item {
  display: block;
  width: 410px;
  height: 36px;
  position: relative;
  background-image: url(../images/news_details_img01.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px;
}

.news_details .news_details_left .news_details_content_xianglin_box .news_details_content_xianglin_box_item::before {
  position: absolute;
  content: "";
  width: 430px;
  height: 56px;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.news_details .news_details_left .news_details_content_xianglin_box .news_details_content_xianglin_box_item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 410px;
  height: 36px;
  padding: 10px;
}

.news_details .news_details_left .news_details_content_xianglin_box .news_details_content_xianglin_box_item a p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.news_details .news_details_left .news_details_content_xianglin_box .news_details_content_xianglin_box_item a p i {
  font-size: 12px;
}

.news_details .news_details_left .news_details_content_xianglin_box .news_details_content_xianglin_box_item:nth-child(2) {
  background-image: url(../images/news_details_img02.jpg);
}

.news_details .news_details_left .news_details_content_xianglin_box .news_details_content_xianglin_box_item:nth-child(2) p {
  text-align: right;
}

.news_details .news_details_left .news_details_content_new_news {
  width: 870px;
}

.news_details .news_details_left .news_details_content_new_news .news_details_content_new_news_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-left: 40px;
}

.news_details .news_details_left .news_details_content_new_news .news_details_content_new_news_box .news_details_content_new_news_list {
  width: 420px;
}

.news_details .news_details_left .news_details_content_new_news .news_details_content_new_news_box .news_details_content_new_news_list p {
  width: 400px;
}

.news_details_like {
  padding-top: 50px;
  width: 1200px;
  margin: 0 auto 50px;
}

.news_details_like h3 {
  font-size: 16px;
  line-height: 36px;
  color: #505050;
  font-weight: normal;
  margin-bottom: 10px;
}

.news_details_like ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.news_details_like li:hover {
  margin-top: -5px;
  transition: all 0.3s ease;
  cursor: pointer
}

.news_details_like li {
  transition: all 0.3s ease;
}

.news_details_like ul li a {
  padding: 20px;
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news_details_like ul li img {
  display: block;
  width: 245px;
  height: auto;
}

.news_details_like ul li p {
  width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 24px;
  color: #505050;
  margin-top: 10px;
}

.news_details_like ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  color: #767676;
}

.news_details_like ul li div span {
  margin-right: 10px;
}

/**
 * 视频列表页
 */
.video_list_content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.video_list_content .video_list_content_left {
  width: 238px;
  border: solid 1px #d5d5d5;
  margin-right: 20px;
  height: 100%;
  border-radius: 5px 5px 0 0;
}

.video_list_content .video_list_content_left dt {
  line-height: 50px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #1296db;
  background-size: cover;
  text-align:center;
}



.video_list_content .video_list_content_left dd {
 
}

.video_list_content .video_list_content_left dd a {
  display: block;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 50px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../images/iconjt01.png") 200px center / 10px no-repeat;
}



.video_list_content .video_list_content_left dd a i {
  font-size: 14px;
  margin-right: 10px;
  color: #767676;
}

.video_list_content .video_list_content_left dd a:hover {
  color: #fff;
  background: url("../images/iconjt01.png") 200px center / 10px no-repeat #1296db;
}

.video_list_content .video_list_content_left dd a:hover::after {
  height: 100%;
  top: 0;
}

.video_list_content .video_list_content_left dd a:hover i {
  color: #1296db;
}

.video_list_content .video_list_content_left dd a.active {
 background: url("../images/iconjt01.png") 200px center / 10px no-repeat #1361c7;
  color: #fff;
}

.video_list_content .video_list_content_left dd a.active::after {
  height: 100%;
  top: 0;
}

.video_list_content .video_list_content_left dd a.active i {
  color: #1296db;
}

.video_list_content .video_list_content_right {
  width: 898px;
  border: solid 1px #d5d5d5;
  padding: 20px;
}

.video_list_content .video_list_content_right h3 {
  font-size: 26px;
  line-height: 36px;
  color: #1296db;
  text-align: center;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 20px;
}

.video_list_content .video_list_content_right .video_list_content_right_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.video_list_content_right_list_item .video_list_content_right_list_item_img {
  overflow: hidden;
}

.video_list_content_right_list_item .video_list_content_right_list_item_img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video_list_content_right_list_item .video_list_content_right_list_item_img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video_list_content_right_list_item .video_list_content_right_list_item_content {
  padding: 10px;
  background: #f9f9f9;
}

.video_list_content_right_list_item .video_list_content_right_list_item_content a {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video_list_content_right_list_item .video_list_content_right_list_item_content a:hover {
  color: #1296db;
}

.video_list_content_right_list_item .video_list_content_right_list_item_content .video_list_content_right_list_item_content_time {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  color: #767676;
}

.video_list_content_right_list_item .video_list_content_right_list_item_content .video_list_content_right_list_item_content_time div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-right: 20px;
}

.video_list_content_right_list_item .video_list_content_right_list_item_content .video_list_content_right_list_item_content_time div i {
  margin-right: 5px;
  color: #767676;
}

.video_list_content_right_list_item .video_list_content_right_list_item_content .video_list_content_right_list_item_content_time div:last-child {
  margin-left: auto;
}

/**
 * 视频详情页
 */
.video_details {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.video_details .video_details_left {
  margin-right: 20px;
  width: 880px;
}

.video_details .video_details_left h3 {
  font-size: 16px;
  line-height: 56px;
  color: #1296db;
  text-align: left;
}

.video_details .video_details_left .video_details_left_time {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  color: #767676;
}

.video_details .video_details_left .video_details_left_time div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-right: 20px;
}

.video_details .video_details_left .video_details_left_time div i {
  margin-right: 5px;
  color: #767676;
  font-size: 14px;
}

.video_details .video_details_left .video_details_left_content {
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.video_details .video_details_left .video_details_left_content_text {
  line-height: 30px;
  font-size: 14px;
  color: #505050;
  padding: 20px;
}

.video_details .video_details_left .news_list_left_content_recommended {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.video_details .video_details_left .news_list_left_content_recommended .news_list_left_content_recommended_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 20px;
}

.video_details .video_details_left .news_list_left_content_recommended .news_list_left_content_recommended_title h4 {
  font-size: 16px;
  line-height: 36px;
  color: #1296db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_details .video_details_left .news_list_left_content_recommended .news_list_left_content_recommended_title h4 i {
  width: 4px;
  height: 15px;
  background: #1296db;
  border-radius: 4px;
  margin-right: 10px;
}

.video_details .video_details_left .news_list_left_content_recommended .news_list_left_content_recommended_title a {
  color: #d5d5d5;
}

.video_details .video_details_left .news_list_left_content_recommended .news_list_left_content_recommended_title a:hover {
  color: #1296db;
}

.video_details .video_details_left .news_list_left_content_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}

.video_details .video_details_left .news_list_left_content_video {
  padding-top: 100px;
}

.video_details .video_details_left .news_list_left_content_video .news_list_left_content_video_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_details .video_details_right {
  width: 300px;
  padding-top: 83px;
}

.video_details .video_details_right .video_details_right_self_test h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 56px;
  background-color: #1296db;
  color: #fff;
}

.video_details .video_details_right .video_details_right_self_test h3 i {
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
}

.video_details .video_details_right .video_details_right_self_test .video_details_right_self_test_content {
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  border: solid 1px #d5d5d5;
}

.video_details .video_details_right .video_details_right_self_test .video_details_right_self_test_content li a:hover i {
  background-color: #1296db;
  color: #fff;
}

.video_details .video_details_right .video_details_right_self_test .video_details_right_self_test_content li a:hover p {
  color: #1296db;
}

.video_details .video_details_right .video_details_right_self_test .video_details_right_self_test_content li i {
  display: block;
  width: 60px;
  height: 60px;
  background: #d8eef9;
  font-size: 30px;
  color: #1296db;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}

.video_details .video_details_right .video_details_right_self_test .video_details_right_self_test_content li p {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #505050;
}

.video_details .video_details_right .video_details_right_list {
  padding-top: 20px;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item {
  width: 300px;
  height: 100px;
  margin-top: 10px;
  background-image: url(../images/video_details_img03.jpg);
  background-size: contain; 
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:hover {
  opacity: 0.8;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:hover div {
  background: #0e66c4;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:hover div span {
  color: #fff;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(2) {
  background-image: url(../images/video_details_img04.jpg);
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(2) a {
  color: #dd9243;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(2) span {
  color: #dd9243;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(2):hover div {
  background: #dd9243;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(3) {
  background-image: url(../images/video_details_img05.jpg);
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(3) a {
  color: #515b95;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(3) span {
  color: #515b95;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(3):hover div {
  background: #515b95;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(4) {
  background-image: url(../images/video_details_img06.jpg);
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(4) a {
  color: #bd6b61;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(4) span {
  color: #bd6b61;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(4):hover div {
  background: #bd6b61;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(5) {
  background-image: url(../images/video_details_img07.jpg);
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(5) a {
  color: #495ba8;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(5) span {
  color: #495ba8;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(5):hover div {
  background: #495ba8;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(6) {
  background-image: url(../images/video_details_img08.jpg);
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(6) a {
  color: #129960;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(6) span {
  color: #129960;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item:nth-child(6):hover div {
  background: #129960;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item a {
  display: block;
  padding: 14px 20px 0;
  color: #0e66c4;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item a h5 {
  font-size: 16px;
  line-height: 22px;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item a p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item a div {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 20px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  line-height: 20px;
}

.video_details .video_details_right .video_details_right_list .video_details_right_list_item a div span {
  color: #0e66c4;
}

.news_list_left_content_recommended_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.news_list_left_content_recommended_list a {
  overflow: hidden;
}

.news_list_left_content_recommended_list a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.news_list_left_content_recommended_list a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news_list_left_content_recommended_list a p {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
}

.news_list_left_content_recommended_list a p:hover {
  color: #1296db;
}

/**视频频道样式**/
.video_channel_content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.video_channel_content .video_channel_content_item {
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.video_channel_content .video_box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 20px;
}

.video_channel_content .video_box_item ul {
  margin-right: 20px;
  grid-template-columns: unset;
  margin-bottom: unset;
}

.video_channel_content .video_box_item .video_box_item_big {
  width: 468px;
  height: 251px;
}

.video_channel_content .video_box_item .video_box_item_big img {
  display: block;
  width: 100%;
  height: auto;
}

.video_channel_content .video_box_item .video_box_item_big p {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.video_channel_content .video_box_item .video_box_item_big p i {
  margin-right: 5px;
}

.video_channel_content .video_box_item .video_box_item_big p em {
  margin-left: auto;
}

.video_channel_content .video_box_item .video_channel_item_list {
  width: 712px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.video_channel_content .video_box_item .video_channel_item_list .video_list_content_right_list_item_img {
  margin-bottom: 10px;
}

.video_channel_content .video_box_item .video_channel_item_list .video_list_content_right_list_item_img a {
  display: block;
  overflow: hidden;
}

.video_channel_content .video_box_item .video_channel_item_list .video_list_content_right_list_item_img a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video_channel_content .video_box_item .video_channel_item_list .video_list_content_right_list_item_img a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video_channel_content .video_box_item .video_channel_item_list .video_list_content_right_list_item_content {
  height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video_channel_content .video_box_item .video_channel_item_list .video_list_content_right_list_item_content a {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video_channel_content .video_box_item .video_channel_item_list .video_list_content_right_list_item_content a:hover {
  color: #1296db;
}

.video_channel_content .video_box_item .video_channel_item_list .video_list_content_right_list_item_content .video_list_content_right_list_item_content_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  color: #767676;
}

.video_channel_content .video_box_item .video_channel_item_list .video_list_content_right_list_item_content .video_list_content_right_list_item_content_time div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.video_channel_content .video_box_item .video_channel_item_list .video_list_content_right_list_item_content .video_list_content_right_list_item_content_time div i {
  margin-right: 5px;
  font-size: 12px;
  color: #767676;
}

.video_channel_content .news_list_left_content_recommended_list {
  grid-template-columns: repeat(5, 1fr);
}

.video_channel_subnav {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_channel_subnav .video_channel_subnav_item {
  width: 160px;
  background-color: #eae9e9;
}

.video_channel_subnav .video_channel_subnav_item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 40px;
  font-size: 14px;
  color: #505050;
}

.video_channel_subnav .video_channel_subnav_item p i {
  margin-left: 10px;
  margin-right: 20px;
  color: #505050;
  font-size: 12px;
}

.video_channel_subnav .video_channel_subnav_list {
  width: 1040px;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
}

.video_channel_subnav .video_channel_subnav_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 39px;
  font-size: 14px;
  border-bottom: dashed 1px #d5d5d5;
}

.video_channel_subnav .video_channel_subnav_list ul:last-child {
  border-bottom: none;
}

.video_channel_subnav .video_channel_subnav_list ul li {
  margin-left: 40px;
}

.video_channel_subnav .video_channel_subnav_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_channel_subnav .video_channel_subnav_list ul li a span {
  margin-right: 5px;
}

.video_channel_subnav .video_channel_subnav_list ul li a i {
  width: 30px;
  height: 16px;
  line-height: 16px;
  background: rgba(255, 83, 79, 0.1);
  border-radius: 8px;
  text-align: center;
  color: #DF1A22;
  font-size: 12px;
}

.video_channel_subnav .video_channel_subnav_list ul li a:hover span {
  color: #DF1A22;
}

.video_channel_subnav .video_channel_subnav_list ul li a:hover i {
  background: #DF1A22;
  color: #fff;
}

/**分页样式**/
.news_list_left_content_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}
.news_list_left_content_page .pagination li { display:inline-block; }
.news_list_left_content_page a {
  background-color: #fff;
  border: 0 none;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 9px;
  text-decoration: none;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e3e3e3;
  padding: 0 12px;
  color: #505050;
}

.news_list_left_content_page a:hover {
  border: 1px solid #505050;
  background-color: #505050;
  color: #FFF;
}
.news_list_left_content_page .pagination li.active a,
.news_list_left_content_page a.active {
  border: 1px solid #505050;
  background-color: #505050;
  color: #FFF;
}

/**新闻频道样式**/
.news_channel_left {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.news_channel_left_bottom {
  height: 291px;
  padding: 0 20px;
}

.news_channel_left_bottom h3 {
  font-size: 16px;
  line-height: 40px;
  border-bottom: solid 1px #d5d5d5;
}

.news_channel_left_bottom h3 span {
  display: inline-block;
  line-height: 40px;
  border-bottom: solid 2px #1296db;
  margin-bottom: -1px;
}

.news_channel_left_bottom .news_channel_left_bottom_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 10px;
}

.news_channel_left_bottom .news_channel_left_bottom_top p {
  width: 113px;
  height: 70px;
  margin-right: 10px;
  overflow: hidden;
}

.news_channel_left_bottom .news_channel_left_bottom_top p img {
  width: 113px;
  height: auto;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_channel_left_bottom .news_channel_left_bottom_top p img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news_channel_left_bottom .news_channel_left_bottom_top a:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_channel_left_bottom .news_channel_left_bottom_top a:nth-child(2):hover {
  color: #1296db;
}

.news_channel_left_bottom .news_channel_left_bottom_bottom a {
  font-size: 14px;
  line-height: 28px;
  position: relative;
  padding-left: 14px;
  color: #2d2d2d;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
}

.news_channel_left_bottom .news_channel_left_bottom_bottom a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #1296db;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news_channel_left_bottom .news_channel_left_bottom_bottom a:hover {
  color: #1296db;
}

.news_channel_right {
  width: 200px;
  padding: 0 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.news_channel_right .news_channel_right_item {
  padding-top: 13px;
}

.news_channel_right .news_channel_right_item dl {
  padding: 17px 0 16px;
  border-bottom: dashed 1px #d5d5d5;
}

.news_channel_right .news_channel_right_item dl:last-child {
  border-bottom: none;
}

.news_channel_right .news_channel_right_item dl dt {
  padding: 0 10px;
  line-height: 21px;
  border-radius: 5px;
  background: #d8eef9;
  font-size: 12px;
  color: #1296db;
  display: inline-block;
}

.news_channel_right .news_channel_right_item dl dd {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
}

.news_channel_right .news_channel_right_item dl dd a {
  color: #2d2d2d;
}

.news_channel_right .news_channel_right_item dl dd a:hover {
  color: #1296db;
}

h3.news_channel_title {
  font-size: 18px;
  line-height: 40px;
  border-bottom: solid 1px #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

h3.news_channel_title a.more_read {
  width: 25px;
  height: 25px;
  background-image: url(../images/more_read.png);
}

h3.news_channel_title a.more_read:hover {
  background-image: url(../images/more_read1.png);
}

h3.news_channel_title p {
  display: flex;
  align-items: center;
  justify-content: left;
}

h3.news_channel_title i {
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background-color: #1296db;
  margin-right: 10px
}

h3.news_channel_title span {
  display: inline-block;
  line-height: 40px;
}

.news_channel_center {
  width: 580px;
  padding: 0 20px;
  margin-right: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.news_channel_center .news_channel_center_item {
  padding: 30px 0 19px;
  text-align: center;
}

.news_channel_center .news_channel_center_item h1 {
  width: 500px;
  display: block;
  font-size: 24px;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0 auto;
}

.news_channel_center .news_channel_center_item h1 a {
  color: #505050;
}

.news_channel_center .news_channel_center_item h1 a:hover {
  color: #1296db;
}

.news_channel_center .news_channel_center_item .news_channel_center_item_subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 19px;
}

.news_channel_center .news_channel_center_item .news_channel_center_item_subheading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  font-size: 14px;
  color: #767676;
}

.news_channel_center .news_channel_center_item .news_channel_center_item_subheading a:hover {
  color: #1296db;
}

.news_channel_center .news_channel_center_item .news_channel_center_item_subheading a:hover em {
  color: #1296db;
}

.news_channel_center .news_channel_center_item .news_channel_center_item_subheading a em {
  width: 200px;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
}

.news_channel_center .news_channel_center_item .news_channel_center_item_content {
  padding: 20px 0 10px;
  border-top: solid 1px #d5d5d5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}

.news_channel_center .news_channel_center_item .news_channel_center_item_content a {
  width: 280px;
  color: #505050;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
}

.news_channel_center .news_channel_center_item .news_channel_center_item_content a:hover {
  color: #1296db;
}

.news_channel_list{
  width: 1200px;
  box-shadow:unset;
  padding:unset;
}

.news_channel_list .lxs_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.news_channel_list .lxs_item .lxs_item_content {
  width: unset;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.news_channel_list .lxs_item .lxs_item_content .lxs_item_content_up_box {
  padding: 30px 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.news_channel_list .lxs_item .lxs_item_content .lxs_item_content_up_box .lxs_item_content_up_box_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_channel_list .lxs_item .lxs_item_content .lxs_item_content_up_box .lxs_item_content_up_box_left>a {
  display: block;
  width: 113px;
  height: 70px;
  margin-right: 10px;
  overflow: hidden;
}

.news_channel_list .lxs_item .lxs_item_content .lxs_item_content_up_box .lxs_item_content_up_box_left>a img {
  width: 113px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_channel_list .lxs_item .lxs_item_content .lxs_item_content_up_box .lxs_item_content_up_box_left>a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news_channel_list .lxs_item .lxs_item_content .lxs_item_content_up_box .lxs_item_content_up_box_left .lxs_item_content_up_box_left_text a {
  width: 142px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_channel_list .lxs_item .lxs_item_content .lxs_item_content_up_box .lxs_item_content_up_box_left .lxs_item_content_up_box_left_text a:hover {
  color: #1296db;
}

.news_channel_list .lxs_item .lxs_item_content .news_channel_down_box a span {
  width: 500px;
}

.news_channel_shipindayi {
  width: 1160px;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.news_channel_shipindayi_content {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/**评测系统样式**/
.evaluation_channel {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.evaluation_channel_list {
  width: 580px;
  height: 360px;
  margin-bottom: 25px;
}

.evaluation_channel_list:hover .evaluation_channel_content_box p:nth-child(3) {
  background: #007afc;
}

.evaluation_channel_list:nth-child(2) h1 {
  background-image: url(../images/evaluation_channel_bg02.png);
}

.evaluation_channel_list:nth-child(2) .evaluation_channel_content_box p:nth-child(3) {
  background: #fdc846;
}

.evaluation_channel_list:nth-child(2):hover .evaluation_channel_content_box p:nth-child(3) {
  background: #ff912c;
}

.evaluation_channel_list:nth-child(3) h1 {
  background-image: url(../images/evaluation_channel_bg03.png);
}

.evaluation_channel_list:nth-child(3) .evaluation_channel_content_box p:nth-child(3) {
  background: #2fcd8c;
}

.evaluation_channel_list:nth-child(3):hover .evaluation_channel_content_box p:nth-child(3) {
  background: #02b161;
}

.evaluation_channel_list:nth-child(4) h1 {
  background-image: url(../images/evaluation_channel_bg04.png);
}

.evaluation_channel_list:nth-child(4) .evaluation_channel_content_box p:nth-child(3) {
  background: #fd4f2a;
}

.evaluation_channel_list:nth-child(4):hover .evaluation_channel_content_box p:nth-child(3) {
  background: #fb8e41;
}

.evaluation_channel_list:nth-child(5) h1 {
  background-image: url(../images/evaluation_channel_bg05.png);
}

.evaluation_channel_list:nth-child(5) .evaluation_channel_content_box p:nth-child(3) {
  background: #fa265a;
}

.evaluation_channel_list:nth-child(5):hover .evaluation_channel_content_box p:nth-child(3) {
  background: #be2b7a;
}

.evaluation_channel_list:nth-child(6) h1 {
  background-image: url(../images/evaluation_channel_bg06.png);
}

.evaluation_channel_list:nth-child(6) .evaluation_channel_content_box p:nth-child(3) {
  background: #6e6bfd;
}

.evaluation_channel_list:nth-child(6):hover .evaluation_channel_content_box p:nth-child(3) {
  background: #4b7fff;
}

.evaluation_channel_content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.evaluation_channel_content:hover {
  margin-top: -5px;
}

.evaluation_channel_content h1 {
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #fff;
  background-image: url(../images/evaluation_channel_bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding-left: 31px;
  padding-top: 35px;
}

.evaluation_channel_content_box {
  background: #fff;
  height: 220px;
  padding: 15px 20px 0 30px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.evaluation_channel_content_box p:nth-child(1),
.evaluation_channel_content_box p:nth-child(2) {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-size: 20px;
  color: #505050;
  line-height: 32px;
}

.evaluation_channel_content_box p:nth-child(2) {
  line-height: 20px;
  color: #767676;
}

.evaluation_channel_content_box p:nth-child(3) {
  width: 120px;
  border-radius: 28px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 21px;
  background: #00aafb;
}

.evaluation_channel_content_box p:nth-child(3) a {
  color: #fff;
}

/**资料下载样式**/
.datadown_channel {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.datadown_channel_list {
  padding: 0 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.datadown_channel_list h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 56px;
  border-bottom: dashed 1px #d5d5d5;
  margin-bottom: 20px;
}

.datadown_channel_list h3 p:nth-child(1) {
  font-size: 16px;
  color: #1296db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.datadown_channel_list h3 p:nth-child(1) i {
  width: 4px;
  height: 15px;
  background-color: #1296db;
  border-radius: 4px;
  margin-right: 5px;
}

.datadown_channel_list h3 p:nth-child(2) {
  font-size: 14px;
}

.datadown_channel_list h3 p:nth-child(2) a {
  color: #8d8d8d;
}

.datadown_channel_list h3 p:nth-child(2) a:hover {
  color: #1296db;
}

.datadown_channel_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.datadown_channel_list_content .datadown_channel_list_content_img {
  display: block;
  width: 46px;
  height: 38px;
  margin-right: 20px;
}

.datadown_channel_list_content .datadown_channel_list_content_img img {
  display: block;
  width: 100%;
  height: auto;
}

.datadown_channel_list_content .datadown_channel_list_content_box {
  cursor: pointer;
}

.datadown_channel_list_content .datadown_channel_list_content_box:hover {
  background-color: #f9f9f9;
}

.datadown_channel_list_content .datadown_channel_list_content_box:hover .datadown_channel_list_content_right {
  background-color: #1296db;
  color: #fff;
}

.datadown_channel_list_content .datadown_channel_list_content_box a {
  width: 484px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.datadown_channel_list_content .datadown_channel_list_content_box a .datadown_channel_list_content_left p:nth-child(1) {
  font-size: 14px;
  color: #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.datadown_channel_list_content .datadown_channel_list_content_box a .datadown_channel_list_content_left p:nth-child(1) i {
  font-size: 12px;
  width: 30px;
  height: 14px;
  line-height: 14px;
  background: #e92916;
  border-radius: 7px;
  margin: 3px 6px 0 0;
  text-align: center;
  color: #fff;
}

.datadown_channel_list_content .datadown_channel_list_content_box a .datadown_channel_list_content_left p:nth-child(2) {
  font-size: 12px;
  line-height: 20px;
  color: #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.datadown_channel_list_content .datadown_channel_list_content_box a .datadown_channel_list_content_left p:nth-child(2) em {
  margin-right: 30px;
}

.datadown_channel_list_content .datadown_channel_list_content_box a .datadown_channel_list_content_right {
  margin-left: auto;
  width: 80px;
  height: 24px;
  line-height: 24px;
  border-radius: 20px;
  border: 1px solid #1296db;
  text-align: center;
  font-size: 12px;
  color: #1296db;
}








/**
 * 下载列表
 */
.datadown_list {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.datadown_list .datadown_list_content_left {
  width: 238px;
  border: solid 1px #d5d5d5;
  margin-right: 20px;
  height: 100%;
   border-radius: 5px 5px 0 0;
}

.datadown_list .datadown_list_content_left dt {
  line-height: 50px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #015eea;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  text-align:center;
}


.datadown_list .datadown_list_content_left dd {
 
}

.datadown_list .datadown_list_content_left dd a {
  display: block;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 50px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background:url(../images/iconjt01.png) no-repeat 200px center;
  background-size:10px;
}
.datadown_list .datadown_list_content_left dd a:hover{  background:url(../images/iconjt01.png) no-repeat 200px center #1296db; color:#FFF !important; background-size:10px;}

.datadown_list .datadown_list_content_left dd .active{ background:url(../images/iconjt02.png) no-repeat 200px center #1296db; background-size:10px; color:#FFF;}

.datadown_list .datadown_list_content_left dd a::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 0;
  background: #1296db;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50%;
  left: 0;
}

.datadown_list .datadown_list_content_left dd a i {
  font-size: 14px;
  margin-right: 10px;
  color: #767676;
}
.datadown_list .datadown_list_content_right {
  width: 898px;
  border: solid 1px #d5d5d5;
  padding: 20px;
}

.datadown_list .datadown_list_content_right h3 {
  font-size: 26px;
  line-height: 36px;
  color: #1296db;
  text-align: center;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 20px;
  padding-bottom:20px;
}

.datadown_list .datadown_list_content_right .datadown_list_content_right_list {}
.datadown_list .datadown_list_content_right .datadown_list_content_right_list ul{ width:100%;}
.datadown_list .datadown_list_content_right .datadown_list_content_right_list ul li{ padding:20px 0; border-bottom:1px dashed #ebebeb; width:100%;}
.down_img{ float:left; width:80px; margin-right:15px;}
.down_desc{ float:left; width:500px; text-align:left;}
.down_desc h6{ font-size:16px; margin-bottom:10px; padding-top:3px; overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:1;}
.down_desc h6 i{ float:left; background:#F00; color:#FFF; font-size:12px; padding:2px 10px; border-radius:20px; margin-right:10px;}
.down_desc p{ font-size:14px; color:#999;}
.down_desc p em{ margin-right:20px;}
.down_btn{ float:right; padding-top:10px;}
.down_btn a{ width:180px; padding:10px 0; border:1px solid #1296db; color:#1296db; border-radius:20px; display:inline-block; text-align:center; }
.down_btn a:hover{ background:#1296db; color:#fff;cursor:pointer;}







.layer_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

.layer_box_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 520px;
  z-index:999;
}

.layer_box_content .layer_box_content_top {
  height: 78px;
  text-align: center;
  background: url(../images/datadown_channel_img02.jpg) no-repeat top;
  background-size: cover;
  position: relative;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  padding-top: 22px;
  border-radius: 5px 5px 0 0;
}

.layer_box_content .layer_box_content_top a {
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 24px;
  z-index: 10;
  color: #fff;
}

.layer_box_content .layer_box_content_top h3 {
  font-size: 24px;
  line-height: 24px;
}

.layer_box_content .layer_box_content_top p {
  font-size: 18px;
  line-height: 1;
  padding-top: 14px;
}

.layer_box_content .layer_box_img {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
}

.layer_box_content .layer_box_img img {
  display: block;
  width: 290px;
  height: 290px;
  margin: 0 auto;
}

.layer_box_content .layer_box_img p {
  color: #888;
  font-size: 18px;
  line-height: 1;
  padding-top: 12px;
  text-align: center;
}

.show {
  display: block;
}

/**业务频道样式**/
.business_channel {
  width: 1200px;
  margin: 0 auto;
}

.business_channel_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  color: #505050;
}

.business_channel_title img {
  width: 43px;
  height: 45px;
}

.business_channel_title span {
  margin: 0 10px;
}

.business_channel_subheading {
  border-radius: 5px;
  border: 1px dashed #1296db;
  background: #fbfbfb;
  position: relative;
  padding: 26px 60px 26px 305px;
  margin-top: 30px;
}

.business_channel_subheading .business_channel_subheading_img {
  position: absolute;
  left: 78px;
  top: -17px;
}

.business_channel_subheading .business_channel_subheading_img img {
  display: block;
  width: 169px;
  height: auto;
}

.business_channel_subheading .business_channel_subheading_content p:nth-child(1) {
  font-size: 16px;
  color: #505050;
  line-height: 24px;
}

.business_channel_subheading .business_channel_subheading_content p:nth-child(2) {
  font-size: 18px;
  line-height: 25px;
  margin-top: 15px;
  color: #505050;
}

.business_channel_subheading .business_channel_subheading_content p:nth-child(2) em {
  color: #1296db;
}

.business_channel_tips {
  height: 60px;
  background: #fbfbfb;
  padding: 10px 0 10px 50px;
  line-height: 40px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.business_channel_tips em {
  width: 130px;
  height: 40px;
  text-align: center;
  background: #edecf3;
  border-radius: 5px;
  font-size: 16px;
  color: #505050;
}

.business_channel_tips span {
  font-size: 14px;
  color: #888;
  padding-left: 50px;
}

.business_channel_second {
  margin-top: 50px;
  margin-bottom: 50px;
}

.business_channel_second_subtitle {
  font-size: 16px;
  color: #a6a6a6;
  line-height: 22px;
  padding: 2px 0 30px;
  text-align: center;
}

.business_channel_second_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.business_channel_second_content_item {
  height: 218px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.business_channel_second_content_item h3 {
  background-color: #1296db;
  position: relative;
  z-index: 2;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  position: relative;
  margin-bottom: 16px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.business_channel_second_content_item h3 em {
  position: absolute;
  left: -2px;
  bottom: -21px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  /*border-right: 16px solid #1296db;*/
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.business_channel_second_content_item .business_channel_second_content_item_content {
  padding: 5px 15px 15px 15px;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  text-align: justify;
}

.business_channel_second_content_item .business_channel_second_content_item_content span {
  color: #1296db;
}

.business_channel_third {
  background-image: url(../images/business_channel_img03.jpg);
  background-size: cover;
  background-position: center;
  /*background-size: 1920px;*/
  padding: 30px 0 0;
  height: 518px;
}

.business_channel_third_content {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 30px 0;
}

.business_channel_third_content .business_channel_third_content_item {
  border: 1px dashed #1296db;
  background-color: #fff;
  width: 187px;
  height: 190px;
  padding: 14px 15px 0 20px;
  position: relative;
}

.business_channel_third_content .business_channel_third_content_item p {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}

.business_channel_third_content .business_channel_third_content_item p:nth-child(2) {
  font-size: 14px;
  line-height: 22px;
  color: #1296db;
  margin-top: 10px;
}

.business_channel_third_content .business_channel_third_content_item p:nth-child(3) {
  font-size: 14px;
  line-height: 22px;
  color: #1296db;
}

.business_channel_third_content .business_channel_third_content_item em {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  width: 60px;
  height: 20px;
  border-radius: 15px 15px 0 0;
  color: #fff;
  background: #1296db;
  padding-top: 10px;
}

.business_channel_third_footer {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business_channel_third_footer .business_channel_third_footer_left {
  width: 890px;
  height: 158px;
  position: relative;
}

.business_channel_third_footer .business_channel_third_footer_left img {
  display: block;
  width: 100%;
  height: auto;
}

.business_channel_third_footer .business_channel_third_footer_left a {
  position: absolute;
  right: 480px;
  bottom: 38px;
  padding: 0 22px;
  color: #fff;
  background-color: #ff843d;
  border-radius: 23px;
  font-size: 18px;
  line-height: 45px;
}

.business_channel_third_footer .business_channel_third_footer_left:hover img {
  opacity: 0.8;
}

.business_channel_third_footer .business_channel_third_footer_left:hover a {
  background-color: #db5a00;
}

.business_channel_third_footer .business_channel_third_footer_right a div {
  position: relative;
  width: 280px;
  height: 158px;
  font-size: 14px;
  overflow: hidden;
}

.business_channel_third_footer .business_channel_third_footer_right a div img {
  display: block;
  width: 280px;
  height: 158px;
  -webkit-transition: all 0.3s cubic-bezier(0.46, 0.4, 0.2, 0.99);
  transition: all 0.3s cubic-bezier(0.46, 0.4, 0.2, 0.99);
}

.business_channel_third_footer .business_channel_third_footer_right a div img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.business_channel_third_footer .business_channel_third_footer_right a div p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

.business_channel_third_footer .business_channel_third_footer_right a div p i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
  border: 2px solid #fff;
  position: relative;
}

.business_channel_third_footer .business_channel_third_footer_right a div p i::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 6px solid transparent;
}

.business_channel_third_footer .business_channel_third_footer_right a div p em {
  margin-right: 10px;
}

.business_channel_fourth {
  width: 1200px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  margin: 50px auto;
}

.business_channel_fourth .swiper-button-next,
.business_channel_fourth .swiper-button-prev {
  color: #1296db;
}

.business_channel_fourth .second {
  margin-top: 10px;
}

.business_channel_fourth_swiper_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  justify-items: center;
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0 23px 4px;
}

.business_channel_fourth_swiper_slide_left {
  width: 120px;
  height: 120px;
  background: #a6a8b3;
  border-radius: 30%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  margin-top: 20px;
}

.business_channel_fourth_swiper_slide_right {
  width: 950px;
}

.business_channel_fourth_swiper_slide_right p {
  margin-top: 10px;
  color: #505050;
  line-height: 24px;
}

.business_channel_fourth_footer {
  width: 1200px;
  height: 150px;
  margin: 35px auto 50px;
  background-image: url(../images/business_channel_img05.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.business_channel_fourth_footer:hover img {
  opacity: 0.8;
}

.business_channel_fourth_footer:hover a {
  background-color: #d8583b;
}

.business_channel_fourth_footer img {
  display: block;
  width: 100%;
  height: auto;
}

.business_channel_fourth_footer a {
  position: absolute;
  right: 185px;
  bottom: 36px;
  padding: 0 22px;
  color: #fff;
  background-color: #b23114;
  border-radius: 23px;
  font-size: 18px;
  line-height: 45px;
}

.business_channel_fifth {
  background-image: url(../images/business_channel_img06.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.business_channel_fifth .business_channel_tips {
  width: 1150px;
  margin: 30px auto 0;
  background-color: #fff;
}

.business_channel_fifth .business_channel_tips em {
  height: 50px;
  line-height: 25px;
  padding: 3px 0;
}

.business_channel_fifth .business_channel_tips span {
  width: 920px;
  line-height: 22px;
}

.business_channel_fifth_content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.business_channel_fifth_content_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business_channel_fifth_content_item ul li:nth-child(1) {
  width: 20px;
  height: 20px;
  background: rgba(18, 150, 219, 0.1);
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.business_channel_fifth_content_item ul li:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #1296db;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}

.business_channel_fifth_content_item ul li:nth-child(2) {
  line-height: 20px;
  font-size: 14px;
  color: #1296db;
  margin-right: 10px;
}

.business_channel_fifth_content_item ul li:nth-child(3) {
  width: 131px;
  height: 12px;
}

.business_channel_fifth_content_item ul li:nth-child(3) img {
  display: block;
  width: 100%;
  height: auto;
}

.business_channel_fifth_content_item_content p {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}

.business_channel_fifth_content_item_content p:nth-child(1) {
  padding: 10px 0 0 20px;
}

.business_channel_fifth_content_item_content p:nth-child(2) {
  padding: 10px 35px 0 20px;
}

.business_channel_fifth_content_item_content a {
  display: block;
  margin: 20px 0 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 180px;
  border-radius: 18px;
  border: 1px solid #1296db;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #1296db;
}

.business_channel_fifth_content_item_content a:hover {
  background-color: #1296db;
  color: #fff;
}

.business_channel_sixth {
  width: 1200px;
  margin: 40px auto;
  position: relative;
}

.business_channel_sixth:hover img {
  opacity: 0.8;
}

.business_channel_sixth:hover a {
  background-color: #f85b5b;
}

.business_channel_sixth img {
  display: block;
  width: 100%;
  height: auto;
}

.business_channel_sixth a {
  position: absolute;
  right: 50px;
  bottom: 56px;
  padding: 0 22px;
  background-color: #e90c0c;
  color: #fff;
  border-radius: 23px;
  font-size: 18px;
  line-height: 45px;
}

.business_channel_seventh {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

.business_channel_seventh ul {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.business_channel_seventh ul li h6 {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background: #5a8cea;
  border-radius: 5px 5px 0 0;
  font-weight: normal;
  text-align: center;
}

.business_channel_seventh ul li p {
  font-size: 16px;
  color: #2d2d2d;
  line-height: 28px;
  border: 1px dashed #5a8cea;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  text-align: center;
}

.business_channel_seventh>p {
  font-size: 16px;
  color: #2d2d2d;
  line-height: 55px;
  border-radius: 28px;
  background: #ececec;
  margin-top: 20px;
  text-align: center;
}

.business_channel_seventh>a {
  width: 310px;
  margin: 20px auto 0;
  display: block;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  min-width: 80px;
  color: #fff;
  background-color: #1296db;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 0;
  font-size: 18px !important;
  line-height: 33px !important;
  border-radius: 23px;
}

.business_channel_seventh>a:hover {
  background-color: #0D4DA1;
}

.business_channel_eighth {
  width: 1200px;
  background: #fff;
  color: #505050;
  margin: 50px auto 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 10px;
}

.business_channel_eighth h1 {
  width: 1140px;
  margin: 0 auto;
  height: 50px;
  line-height: 49px;
  border-bottom: 1px solid #e2e2e2;
  font-weight: normal;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.business_channel_eighth h1 a {
  font-size: 16px;
}

.business_channel_eighth p {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 50px;
  line-height: 49px;
}

.business_channel_eighth i {
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background-color: #1296db;
  margin-right: 10px;
}

.business_channel_eighth span {
  /* color: #1296db; */
}

.business_channel_eighth ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 30px;
}

.business_channel_eighth ul li {
  width: 551px;
  padding: 19px 0;
  border-bottom: 1px dashed #d5d5d5;
}

.business_channel_eighth ul li:nth-child(5),
.business_channel_eighth ul li:nth-child(6) {
  border-bottom: none;
}

.business_channel_eighth ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business_channel_eighth ul li a:hover {
  background: #fafafa;
}

.business_channel_eighth ul li a:hover .business_channel_eighth_item_footer {
  background-color: #c01734;
  color: #fff;
}

.business_channel_eighth ul li a .business_channel_eighth_item_footer {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #595959;
  background: rgba(104, 102, 102, 0.1);
  border-radius: 18px;
  font-size: 14px;
}

.business_channel_eighth_item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
  margin-bottom: 10px;
}

.business_channel_eighth_item p span {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  background: #ff534f;
  margin-right: 10px;
}

.business_channel_eighth_item p em {
  color: #505050;
  font-size: 16px;
  line-height: 22px;
  max-width: 408px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

}

.business_channel_eighth_item p:nth-child(2) span {
  background: #1296db;
}

.business_channel_eighth_item p:nth-child(2) em {
  color: #767676;
}

.business_channel_ninth {
  margin-top: 50px;
  height: 360px;
  background: url(../images/business_channel_img09.jpg) no-repeat 50% #fff;
  background-size: 1920px;
}

.business_channel_ninth .business_channel_ninth_content {
  width: 1200px;
  margin: 0 auto;
  height: 360px;
  position: relative;
}

.business_channel_ninth .business_channel_ninth_content a {
  position: absolute;
  right: 430px;
  bottom: 81px;
  padding: 5px 32px;
  font-size: 18px !important;
  line-height: 33px !important;
  border-radius: 23px;
  color: #fff;
  background-color: #f01c1c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  min-width: 80px;
}

.business_channel_ninth .business_channel_ninth_content a:hover {
  background-color: #db5a00;
}

.business_channel_eleventh {
  width: 1160px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.business_channel_eleventh_content_box h6 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business_channel_eleventh_content_box h6 p i {
  width: 4px;
  height: 15px;
  background: #1296db;
  border-radius: 4px;
  margin-right: 10px;
}

.more_read {
  width: 25px;
  height: 25px;
  background: url(../images/more_read.png) no-repeat center;
  background-size: 100% 100%
}

.more_read:hover {
  background: url(../images/more_read1.png) no-repeat center;
}

.business_channel_eleventh_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.business_channel_eleventh_content a {
  overflow: hidden;
}

.business_channel_eleventh_content img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.business_channel_eleventh_content img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.business_channel_eleventh_content p {
  font-size: 12px;
  color: #505050;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.sidebar-box {
  width: 160px;
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.sidebar-box .area-1 {
  width: 160px;
  height: 240px;
  background: url(../images/home-img9.jpg) no-repeat top;
  background-size: cover;
  padding: 92px 10px 0;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-box .area-1 .sidebar-chat {
  width: 140px;
  height: 140px;
  padding: 5px;
  background: #fff;
  box-sizing: border-box
}

.sidebar-box .area-1 .sidebar-chat img {
  width: 100%;
  height: 100%
}

.sidebar-box .area-2 {
  width: 70px;
  background: #fff;
  border: 1px solid #e7eff6;
  margin: 20px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-box .area-2 .left-box {
  position: absolute;
  left: -140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 140px;
  background: #fff;
  border: 1px solid #e7eff6;
  padding: 10px 0;
  display: none;
  box-sizing: border-box
}

.sidebar-box .area-2 .left-box img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto
}

.sidebar-box .area-2 .left-box p.blue {
  padding: 5px 0 4px;
  font-size: 14px;
  line-height: 14px
}

.sidebar-box .area-2 .left-box p.gray {
  font-size: 12px;
  line-height: 12px;
  color: #888
}

.sidebar-box .area-2 .left-box .tel-box {
  font-size: 0;
  padding-top: 4px
}

.sidebar-box .area-2 .left-box .tel-box>p {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #276bb1
}

.sidebar-box .area-2 .left-box .tel-box .iconfont {
  padding-right: 5px
}

.sidebar-box .area-2 .item {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 12px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box
}

.sidebar-box .area-2 .item:hover,
.sidebar-box .area-2 .item:hover:after {
  background: #276bb1
}

.sidebar-box .area-2 .item:hover>p,.sidebar-box .area-2 .item:last-child:hover .txt {
  color: #fff !important
}

.sidebar-box .area-2 .item:hover .left-box {
  display: block
}

.sidebar-box .area-2 .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 56px;
  height: 1px;
  background: #e7eff6
}

.sidebar-box .area-2 .item:last-child:after {
  height: 0
}

.sidebar-box .area-2 .item:last-child .iconfont {
  color: #ccc
}

.sidebar-box .area-2 .item:last-child .txt {
  color: #888
}

.sidebar-box .area-2 .txt {
  font-size: 14px;
  padding-top: 8px;
  line-height: 14px;
  color: #505050
}

.sidebar-box .area-2 .iconfont {
  font-size: 24px;
  line-height: 24px;
  color: #276bb1
}


.map_content .map_right_content .about_right_content_desc h1.about_right_content_desc_h1{
  border-bottom: none;
}



.liIcon01{background:url(../images/footicon01.png) no-repeat left center; background-size:30px; width:40px; height:30px;}
.liIcon02{background:url(../images/footicon02.png) no-repeat left center; background-size:30px;width:40px; height:30px;}
.liIcon03{background:url(../images/footicon03.png) no-repeat left center; background-size:30px;width:40px; height:30px;}
.liIcon04{background:url(../images/footicon04.png) no-repeat left center; background-size:30px;width:40px; height:30px;}
.about_right_content{ line-height: 36px;}
.about_right_content p{ margin: 10px 0}