.phone-section {
  display: none;
}
.bg {
  background-image: linear-gradient(to right, rgba(37, 191, 241, 1), rgba(75, 154, 253, 1)); 
}
.bg a{
  color: #ffffff !important;
}
.bg2{
background-color: #44a4ef !important;
}
.none{
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 70%;
  margin: 0 auto;
}

@keyframes example {
  0%   { right:-500px; top:0px;}
  100% { right:0px; top:0px;}
}
.move{
  position: relative;
  animation-name: example;
  animation-duration: 1.2s;
}
@keyframes example2 {
  0%   { left:-100px; top:0px;}
  100% { left:0px; top:0px;}
}
.move2{
  position: relative;
  animation-name: example2;
  animation-duration: 1.2s;
}
@keyframes example3 {
  0%   { left:-500px; top:0px;}
  100% { left:0px; top:0px;}
}
.move3{
  position: relative;
  animation-name: example3;
  animation-duration: 1.2s;
}
@keyframes example4 {
  0%   { left:0px; top:200px;}
  100% { left:0px; top:00px;}
}
.move4{
  position: relative;
  animation-name: example4;
  animation-duration: 1.2s;
}
@keyframes example5 {
  0%   { left:0px; top:-200px;}
  100% { left:0px; top:00px;}
}
a {
    color:#768693;
}
.move5{
  position: relative;
  animation-name: example5;
  animation-duration: 1.2s;
}
.header_box {
  background-color: #fafafc;
  height: 132px;
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 99;
}
.header_box .header .header_logo {
  width: 33%;
}
.header_box .header ul {
  width: 70%;
}
.header_box .header ul li {
  font-size: 15px;
  padding: 6% 0;
  position: relative;
}
.header_box .header  ul li a {
  color: #4a5256;
 
}
.nav2{
  display: none;
  position: absolute;
  top: 70%;
  left: -65%;
  width: 100% !important;
  background-color: #fafafc;
  padding: 10% 70%;
}
.nav2 li{
  border-top: 1px solid #dddddf;
  padding: 10px 0 !important;
}
.header_box .header  ul li:hover .nav2 {
  display: block;
}
.header_box .header  ul li a:hover{
  color: #0086bc;
}
.index_news_box .index_news .index_news_title {
  font-size: 30px;
  text-align: center;
  color: #2a2a2a;
  padding: 25px 0 35px;
  line-height: 1.5;
  position: relative;
}
.index_news_box .index_news .index_news_title::before {
  content: "";
  width: 3px;
  height: 35px;
  background-color: #006498;
  position: absolute;
  top: 35%;
  left: 40%;
}
.index_news_box .index_news .index_news_title::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #006498;
  position: absolute;
  top: 50%;
  left: 0%;
}
.index_news_box .index_news .index_news_title span {
  color: #006498;
}
.index_news_box .index_news .index_news_title p:nth-child(2) {
  font-size: 16px;
  color: #989898;
}
.index_news_box .index_news .index_news_title p::before {
  content: "";
  width: 3px;
  height: 35px;
  background-color: #006498;
  position: absolute;
  top: 35%;
  right: 40%;
}
.index_news_box .index_news .index_news_title p::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #006498;
  position: absolute;
  top: 50%;
  right: 0%;
}


.index_news_box .index_news .index_news_body {
  align-items: unset;
  padding-bottom: 50px;
}
.index_news_box .index_news .index_news_body .index_news_body_left {
  width: 38%;
}
.index_news_body_left img {
  transition: all .8s ease .1s;
}
.index_news_body_left img:hover {
    transform: scale(1.2);
}
.index_news_box .index_news .index_news_body .index_news_body_left div p:nth-child(2) {
  font-size: 16px;
  color: #3d2f1b;
  margin: 15px 0;
}
.index_news_box .index_news .index_news_body .index_news_body_left div p:nth-child(3) {
  font-size: 14px;
  color: #7e7e7e;
  margin: 15px 0;
  line-height: 24px;
}
.index_news_box .index_news .index_news_body .index_news_body_right {
  width: 55%;
}
.index_news_box .index_news .index_news_body .index_news_body_right .index_news_body_rbox {
  justify-content: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #cacaca;
  align-items: unset;
}

.index_news_body_rbox:hover .index_news_body_rbox_time{
  background-image: linear-gradient(to right, rgba(37, 191, 241, 1), rgba(75, 154, 253, 1));
  color: #ffffff !important;
}
.index_news_body_rbox:hover .index_news_body_rbox_text p:nth-child(1){
  color: #006498 !important;
}
.index_news_box .index_news .index_news_body .index_news_body_right .index_news_body_rbox .index_news_body_rbox_time {
  background-color: #f0f0f0;
  text-align: center;
  width: 12%;
  border-radius: 10px;
  margin-right: 5%;
  color: #999999;
}

.index_news_box .index_news .index_news_body .index_news_body_right .index_news_body_rbox .index_news_body_rbox_text {
    width: 83%;
}

.index_news_box .index_news .index_news_body .index_news_body_right .index_news_body_rbox .index_news_body_rbox_time p:nth-child(1) {
  font-size: 36px;
  margin: 5px 0;
}
.index_news_box .index_news .index_news_body .index_news_body_right .index_news_body_rbox .index_news_body_rbox_time p:nth-child(2) {
  font-size: 12px;

  margin: 5px 0;
  line-height: 24px;
}
.index_news_box .index_news .index_news_body .index_news_body_right .index_news_body_rbox .index_news_body_rbox_text p:nth-child(1) {
  font-size: 16px;
  color: #3d3d3d;
  padding: 4px 0;
}
.index_news_box .index_news .index_news_body .index_news_body_right .index_news_body_rbox .index_news_body_rbox_text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  padding: 4px 0;
}
.index_division_box {
  background-color: #f9f9f9;
}
.index_division_box .index_division {
  padding-bottom: 50px;
}
.index_division_box .index_division .index_division_title {
  font-size: 30px;
  text-align: center;
  color: #2a2a2a;
  padding: 25px 0 35px;
  line-height: 1.5;
  position: relative;
}
.index_division_box .index_division .index_division_title::before {
  content: "";
  width: 3px;
  height: 35px;
  background-color: #006498;
  position: absolute;
  top: 35%;
  left: 40%;
}
.index_division_box .index_division .index_division_title::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #006498;
  position: absolute;
  top: 50%;
  left: 0%;
}
.index_division_box .index_division .index_division_title span {
  color: #006498;
}
.index_division_box .index_division .index_division_title p:nth-child(2) {
  font-size: 16px;
  color: #989898;
}
.index_division_box .index_division .index_division_title p::before {
  content: "";
  width: 3px;
  height: 35px;
  background-color: #006498;
  position: absolute;
  top: 35%;
  right: 40%;
}
.index_division_box .index_division .index_division_title p::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #006498;
  position: absolute;
  top: 50%;
  right: 0%;
}
.index_division_box .index_division .index_division_body {
  align-items: unset;
}
.index_division_box .index_division .index_division_body .index_division_bbox {
  width: 28%;
}
.index_division_bbox_img{
  overflow: hidden;
}
.index_division_bbox_img img {
  transition: all .8s ease .1s;
}
.index_division_bbox_img img:hover {
    transform: scale(1.2);
}
.index_division_box .index_division .index_division_body .index_division_bbox .index_division_bbox_text p:nth-child(1) {
  font-size: 18px;
  color: #555555;
  margin: 10px 0;
}
.index_division_box .index_division .index_division_body .index_division_bbox .index_division_bbox_text p:nth-child(2) {
  font-size: 14px;
  color: #a7a9a7;
  margin: 10px 0;
  line-height: 1.8;
  margin-bottom: 25px;
}
.index_division_box .index_division .index_division_body .index_division_bbox .index_division_bbox_text a {
  background-color: #00aef0;
  color: #fff0f8;
  padding: 15px 25px;
}
.index_division_box .index_division .index_division_body .index_division_btext {
  width: 28%;
  background-image: linear-gradient(to right, rgba(37, 191, 241, 1), rgba(75, 154, 253, 1));
  box-sizing: border-box;
  padding: 30px;
}
.index_division_box .index_division .index_division_body .index_division_btext ul {
  align-items: unset;
  flex-wrap: wrap;
}
.index_division_box .index_division .index_division_body .index_division_btext ul li {
  width: 45%;
  font-size: 16px;
  padding: 5px 0;
}
.index_division_box .index_division .index_division_body .index_division_btext ul li a {
  color: #ffffff;
}
.index_division_box .index_division .index_division_body .index_division_btext .index_division_btext_btn {
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 40px;
  background-color: #ffffff;
}
.index_division_box .index_division .index_division_body .index_division_btext .index_division_btext_btn a {
  color: #111;
  font-size: 14px;
}
.index_expert_box .index_expert {
  margin-bottom: 50px;
}
.index_expert_box .index_expert .index_expert_title {
  font-size: 30px;
  text-align: center;
  color: #2a2a2a;
  padding: 25px 0 35px;
  line-height: 1.5;
  position: relative;
}
.index_expert_box .index_expert .index_expert_title::before {
  content: "";
  width: 3px;
  height: 35px;
  background-color: #006498;
  position: absolute;
  top: 35%;
  left: 40%;
}
.index_expert_box .index_expert .index_expert_title::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #006498;
  position: absolute;
  top: 50%;
  left: 0%;
}
.index_expert_box .index_expert .index_expert_title span {
  color: #006498;
}
.index_expert_box .index_expert .index_expert_title p:nth-child(2) {
  font-size: 16px;
  color: #989898;
}
.index_expert_box .index_expert .index_expert_title p::before {
  content: "";
  width: 3px;
  height: 35px;
  background-color: #006498;
  position: absolute;
  top: 35%;
  right: 40%;
}
.index_expert_box .index_expert .index_expert_title p::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #006498;
  position: absolute;
  top: 50%;
  right: 0%;
}
.index_expert_box .index_expert .index_expert_bbox {
  width: 80%;
}
.index_expert_bbox{
  overflow: hidden;
}
.index_expert_bbox img {
  transition: all .8s ease .1s;
}
.index_expert_bbox img:hover {
    transform: scale(1.2);
}
.index_expert_box .index_expert .index_expert_bbox .index_expert_bbox_title {
  background-image: linear-gradient(to right, rgba(37, 191, 241, 1), rgba(75, 154, 253, 1));
  color: #ffffff;
  text-align: center;
}
.index_expert_box .index_expert .index_expert_bbox .index_expert_bbox_title p:nth-child(1) {
  padding-top: 10px;
  font-size: 20px;
}
.index_expert_box .index_expert .index_expert_bbox .index_expert_bbox_title p:nth-child(2) {
  padding: 10px 0;
  font-size: 14px;
}
.index_special_box {
  background-color: #f9f9f9;
}
.index_special_box .index_special .index_special_title {
  font-size: 30px;
  text-align: center;
  color: #2a2a2a;
  padding: 25px 0 35px;
  line-height: 1.5;
  position: relative;
}
.index_special_box .index_special .index_special_title::before {
  content: "";
  width: 3px;
  height: 35px;
  background-color: #006498;
  position: absolute;
  top: 35%;
  left: 40%;
}
.index_special_box .index_special .index_special_title::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #006498;
  position: absolute;
  top: 50%;
  left: 0%;
}
.index_special_box .index_special .index_special_title span {
  color: #006498;
}
.index_special_box .index_special .index_special_title p:nth-child(2) {
  font-size: 16px;
  color: #989898;
}
.index_special_box .index_special .index_special_title p::before {
  content: "";
  width: 3px;
  height: 35px;
  background-color: #006498;
  position: absolute;
  top: 35%;
  right: 40%;
}
.index_special_box .index_special .index_special_title p::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #006498;
  position: absolute;
  top: 50%;
  right: 0%;
}
.index_special_box .index_special .index_special_body {
  align-items: unset;
  justify-content: left;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 25px;
}
.index_special_box .index_special .index_special_body .index_special_body_img {
  width: 30%;
  overflow: hidden;
}
.index_special_body_img img {
  transition: all .8s ease .1s;
}
.index_special_body_img img:hover {
    transform: scale(1.2);
}
.index_special_box .index_special .index_special_body .index_special_body_text {
  width: 70%;
  padding-left: 50px;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tul1 {
  justify-content: left;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tul1 li {
  background-color: #cfcfcf;
  margin: 10px 1px;
  padding: 15px 40px;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tul1 li a {
  color: #ffffff;
  font-size: 14px;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tul2 {
  margin: 10px;
  display: none;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tul2 li {
  font-size: 14px;
  border-bottom: 1px dashed #cacaca;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tul2 li a {
  color: #999999;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tbtn {
  margin: 50px 50px 50px 10px;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tbtn a {
  background-color: #00aef0;
  color: #fff0f8;
  padding: 15px 25px;
}
.index_img_box .index_img {
  margin: 50px auto;
}
.index_img img {
  transition: all .8s ease .1s;
}
.index_img img:hover {
    transform: scale(1.2);
}
.footer_box {
  background-color: #004e72;
}
.footer_box .footer .footer_up {
  margin: 30px auto;
}
.footer_box .footer .footer_up .footer_up_img {
  width: 30%;
}
.footer_box .footer .footer_up .footer_up_nav {
  width: 80%;
  margin-left: 20px;
}
.footer_box .footer .footer_up .footer_up_nav ul li {
  font-size: 16px;
}
.footer_box .footer .footer_up .footer_up_nav ul li a {
  color: #ffffff;
}
.footer_box .footer .footer_down {
  justify-content: left;
  padding-bottom: 50px;
}
.footer_box .footer .footer_down .footer_down_img {
  width: 15%;
  padding: 10px 70px;
}
.footer_box .footer .footer_down .footer_down_text {
  font-size: 14px;
  color: #ffffff;
}
.footer_box .footer .footer_down .footer_down_text p {
  padding: 5px;
}
.profile_box .profile {
  align-items: unset;
}
.profile_box .profile .profile_left {
  width: 18%;
}
.profile_box .profile .profile_left .profile_left_title {
  margin: 50px 0;
}
.profile_box .profile .profile_left .profile_left_title p:nth-child(1) {
  font-size: 24px;
  color: #5b6d7b;
  padding: 5px 0;
  font-weight: bold;
}
.profile_box .profile .profile_left .profile_left_title p:nth-child(2) {
  font-size: 24px;
  color: #4b9afd;
  padding: 5px 0;
}
.profile_box .profile .profile_left .profile_left_nav {
  margin: 40px 0;
}
.profile_box .profile .profile_left .profile_left_nav .profile_left_nav_ul{
flex-direction: column;
position: relative;
}
.profile_box .profile .profile_left .profile_left_nav ul li {
  width: 100%;
  font-size: 14px;
  padding: 13px 0 13px 15px;
  border-bottom: 1px solid #f7f7f7;
}
.profile_box .profile .profile_left .profile_left_nav ul li a {
  color: #333333;
}
.profile_box .profile .profile_right {
  width: 100%;
  background-color: #f7f7f7;
  padding: 50px 0;
}
.profile_box .profile .profile_right .profile_right_location {
  font-size: 14px;
  color: #768693;
  margin-left: 100px;
  margin-bottom: 20px;
}
.profile_box .profile .profile_right .profile_right_text {
  margin: 0 100px;
}
.profile_box .profile .profile_right .profile_right_text p:nth-child(1) {
  font-size: 24px;
  color: #cecece;
  margin-bottom: 10px;
}
.profile_box .profile .profile_right .profile_right_text p:nth-child(2) {
  font-size: 24px;
  color: #768693;
  margin-bottom: 20px;
}
.profile_box .profile .profile_right .profile_right_text p:nth-child(3), .profile_box .profile .profile_right .profile_right_text div{
  font-size: 14px;
  color: #697686;
  margin-bottom: 20px;
  line-height: 36px;
}
.profile_box .profile .profile_right .profile_right_text p:nth-child(4) {
  font-size: 14px;
  color: #697686;
  margin-bottom: 20px;
  line-height: 36px;
}
.profile_box .profile .profile_right .profile_right_text p:nth-child(5) {
  font-size: 14px;
  color: #697686;
  margin-bottom: 20px;
  line-height: 36px;
}
.profile_box .profile .profile_right .profile_right_text p:nth-child(6) {
  font-size: 14px;
  color: #697686;
  margin-bottom: 20px;
  line-height: 36px;
}
.profile_box .profile .profile_right .profile_right_img {
  margin: 50px 100px;
}
.policy_box .policy {
  align-items: unset;
}
.policy_box .policy .policy_left {
  width: 18%;
}
.policy_box .policy .policy_left .policy_left_title {
  margin: 50px 0;
}
.policy_box .policy .policy_left .policy_left_title p:nth-child(1) {
  font-size: 24px;
  color: #5b6d7b;
  padding: 5px 0;
  font-weight: bold;
}
.policy_box .policy .policy_left .policy_left_title p:nth-child(2) {
  font-size: 24px;
  color: #4b9afd;
  padding: 5px 0;
}
.policy_box .policy .policy_left .policy_left_nav {
  margin: 40px 0;
}
.policy_box .policy .policy_left .policy_left_nav ul{
  flex-direction: column;
    position: relative;
}
.policy_box .policy .policy_left .policy_left_nav ul li {
  width: 100%;
  font-size: 14px;
  padding: 13px 0 13px 15px;
  border-bottom: 1px solid #f7f7f7;
}
.policy_box .policy .policy_left .policy_left_nav ul li a {
  color: #333333;
}
.policy_box .policy .policy_right {
  width: 100%;
  background-color: #f7f7f7;
  padding: 50px 0;
}
.policy_box .policy .policy_right .policy_right_location {
  font-size: 14px;
  color: #768693;
  margin-left: 100px;
  margin-bottom: 20px;
}
.policy_box .policy .policy_right .policy_right_text {
  margin: 0 100px;
}
.policy_box .policy .policy_right .policy_right_text p:nth-child(1) {
  font-size: 24px;
  color: #cecece;
  margin-bottom: 10px;
}
.policy_box .policy .policy_right .policy_right_text p:nth-child(2) {
  font-size: 24px;
  color: #768693;
  margin-bottom: 60px;
}
.policy_box .policy .policy_right .policy_right_box {
  margin: 0 100px;
  border-bottom: 1px dashed #cacaca;
}
.policy_right_box:hover  p:nth-child(1){
  color: #006498 !important;
}
.policy_box .policy .policy_right .policy_right_box p:nth-child(1) {
  font-size: 16px;
  color: #111;
  padding: 10px 10px 5px;
}
.policy_box .policy .policy_right .policy_right_box p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  padding: 5px 5px 10px 10px;
  line-height: 24px;
}
.department_box .department {
  align-items: unset;
}
.department_box .department .department_left {
  width: 18%;
}
.department_box .department .department_left .department_left_title {
  margin: 50px 0;
}
.department_box .department .department_left .department_left_title p:nth-child(1) {
  font-size: 24px;
  color: #5b6d7b;
  padding: 5px 0;
  font-weight: bold;
}
.department_box .department .department_left .department_left_title p:nth-child(2) {
  font-size: 24px;
  color: #4b9afd;
  padding: 5px 0;
}
.department_box .department .department_left .department_left_nav {
  margin: 40px 0;
}
.department_box .department .department_left .department_left_nav ul{
  flex-direction: column;
    position: relative;
}
.department_box .department .department_left .department_left_nav ul li {
  width: 100%;
  font-size: 14px;
  padding: 13px 0 13px 15px;
  border-bottom: 1px solid #f7f7f7;
}
.department_box .department .department_left .department_left_nav ul li a {
  color: #333333;
}
.department_box .department .department_right {
  width: 100%;
  background-color: #f7f7f7;
  padding: 50px 0;
}
.department_box .department .department_right .department_right_location {
  font-size: 14px;
  color: #768693;
  margin-left: 100px;
  margin-bottom: 20px;
}
.department_box .department .department_right .department_right_text {
  margin: 0 100px;
}
.department_box .department .department_right .department_right_text p:nth-child(1) {
  font-size: 24px;
  color: #cecece;
  margin-bottom: 10px;
}
.department_box .department .department_right .department_right_text p:nth-child(2) {
  font-size: 24px;
  color: #768693;
  margin-bottom: 20px;
}
.department_box .department .department_right .department_right_text p:nth-child(3),.department_box .department .department_right .department_right_text div {
  font-size: 14px;
  color: #697686;
  margin-bottom: 20px;
  line-height: 36px;
}
.department_box .department .department_right .department_right_text p:nth-child(4) {
  font-size: 14px;
  color: #697686;
  margin-bottom: 20px;
  line-height: 36px;
}
.department_box .department .department_right .department_right_text p:nth-child(5) {
  font-size: 14px;
  color: #697686;
  margin-bottom: 20px;
  line-height: 36px;
}
.department_box .department .department_right .department_right_text p:nth-child(6) {
  font-size: 14px;
  color: #697686;
  margin-bottom: 20px;
  line-height: 36px;
}
.department_box .department .department_right .department_right_img {
  margin: 50px 100px;
}
.news_box .news {
  align-items: unset;
}
.news_box .news .news_left {
  width: 18%;
}
.news_box .news .news_left .news_left_title {
  margin: 50px 0;
}
.news_box .news .news_left .news_left_title p:nth-child(1) {
  font-size: 24px;
  color: #5b6d7b;
  padding: 5px 0;
  font-weight: bold;
}
.news_box .news .news_left .news_left_title p:nth-child(2) {
  font-size: 24px;
  color: #4b9afd;
  padding: 5px 0;
}
.news_box .news .news_left .news_left_nav {
  margin: 40px 0;
}
.news_box .news .news_left .news_left_nav ul{
flex-direction: column;
    position: relative;
}
.news_box .news .news_left .news_left_nav ul li {
 width: 100%;
  font-size: 14px;
  padding: 13px 0 13px 15px;
  border-bottom: 1px solid #f7f7f7;
}
.news_box .news .news_left .news_left_nav ul li a {
  color: #333333;
}
.news_box .news .news_right {
  width: 100%;
  background-color: #f7f7f7;
  padding: 50px 0;
}
.news_box .news .news_right .news_right_location {
  font-size: 14px;
  color: #768693;
  margin-left: 100px;
  margin-bottom: 20px;
}
.news_box .news .news_right .news_right_text {
  margin: 0 100px;
}
.news_box .news .news_right .news_right_text p:nth-child(1) {
  font-size: 24px;
  margin-bottom: 10px;
}
.news_box .news .news_right .news_right_text p:nth-child(2) {
  font-size: 24px;
  margin-bottom: 20px;
}

.news_box .news .news_right .news_right_box {
  justify-content: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cacaca;
  align-items: unset;
  color: #999999;
  
}

.news_right_box:hover .news_right_box_time{
  background-image: linear-gradient(to right, rgba(37, 191, 241, 1), rgba(75, 154, 253, 1));
  color: #ffffff !important;
}
.news_right_box:hover .news_right_box_text p:nth-child(1){
  color: #006498 !important;
}
.news_box .news .news_right .news_right_box .news_right_box_time {
  background-color: #f0f0f0;
  text-align: center;
  width: 9%;
  border-radius: 10px;
  margin-right: 2%;
  padding: 5px;
}.news_box .news .news_right .news_right_box .news_right_box_time {
position: relative;
  animation-name: example2;
  animation-duration: 1.2s;}
.news_box .news .news_right .news_right_box .news_right_box_time p:nth-child(1) {
  font-size: 36px;
  margin: 10px 0;
}
.news_box .news .news_right .news_right_box .news_right_box_time p:nth-child(2) {
  font-size: 12px;
  margin: 10px 0;
}
.news_box .news .news_right .news_right_box .news_right_box_text {
  width: 85%;
}
.news_box .news .news_right .news_right_box .news_right_box_text {
position: relative;
  animation-name: example;
  animation-duration: 1.2s;}
.news_box .news .news_right .news_right_box .news_right_box_text p:nth-child(1) {
  font-size: 16px;
  color: #3d3d3d;
  padding: 4px 0;
  margin-bottom: 0px;
}
.news_box .news .news_right .news_right_box .news_right_box_text p:nth-child(1){
  

}
.news_box .news .news_right .news_right_box .news_right_box_text p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  padding: 4px 0 4px 0;
  line-height: 24px;
  margin-bottom: 0px;
}
.xq_news_box .xq_news {
  align-items: unset;
}
.xq_news_box .xq_news .xq_news_left {
  width: 18%;
}
.xq_news_box .xq_news .xq_news_left .xq_news_left_title {
  margin: 50px 0;
}
.xq_news_box .xq_news .xq_news_left .xq_news_left_title p:nth-child(1) {
  font-size: 24px;
  color: #5b6d7b;
  padding: 5px 0;
  font-weight: bold;
}
.xq_news_box .xq_news .xq_news_left .xq_news_left_title p:nth-child(2) {
  font-size: 24px;
  color: #4b9afd;
  padding: 5px 0;
}
.xq_news_box .xq_news .xq_news_left .xq_news_left_nav {
  margin: 40px 0;
}
.xq_news_box .xq_news .xq_news_left .xq_news_left_nav ul{
  flex-direction: column;
  position: relative;
}
.xq_news_box .xq_news .xq_news_left .xq_news_left_nav ul li {
  width: 100%;
  font-size: 14px;
  padding: 13px 0 13px 15px;
  border-bottom: 1px solid #f7f7f7;
}
.xq_news_box .xq_news .xq_news_left .xq_news_left_nav ul li a {
  color: #333333;
}
.xq_news_box .xq_news .xq_news_right {
  width: 100%;
  background-color: #f7f7f7;
  padding: 50px 0;
}
.xq_news_box .xq_news .xq_news_right .xq_news_right_location {
  font-size: 14px;
  color: #768693;
  margin-left: 100px;
  margin-bottom: 20px;
}
.xq_news_box .xq_news .xq_news_right .xq_news_right_text {
  margin: 0 100px;
}
.xq_news_box .xq_news .xq_news_right .xq_news_right_text p:nth-child(1) {
  font-size: 24px;
  color: #cecece;
  margin-bottom: 10px;
}
.xq_news_box .xq_news .xq_news_right .xq_news_right_text p:nth-child(2) {
  font-size: 24px;
  color: #768693;
  margin-bottom: 20px;
}
.xq_news_box .xq_news .xq_news_right .xq_news_right_text p:nth-child(3),.xq_news_box .xq_news .xq_news_right .xq_news_right_text div {
  font-size: 22px;
  color: #4e4e4e;
  margin-bottom: 20px;
  text-align: center;
}
.xq_news_box .xq_news .xq_news_right .xq_news_right_text p:nth-child(4) {
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 20px;
  text-align: center;
  background-color: #ebebeb;
  padding: 15px 0;
}
.xq_news_box .xq_news .xq_news_right .xq_news_right_text p:nth-child(5),.xq_news_box .xq_news .xq_news_right .xq_news_right_text .div_content {
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 20px;
  line-height: 2.3;
}
.expert_box .expert {
  align-items: unset;
}
.expert_box .expert .expert_left {
  width: 18%;
}
.expert_box .expert .expert_left .expert_left_title {
  margin: 50px 0;
}
.expert_box .expert .expert_left .expert_left_title p:nth-child(1) {
  font-size: 24px;
  color: #5b6d7b;
  padding: 5px 0;
  font-weight: bold;
}
.expert_box .expert .expert_left .expert_left_title p:nth-child(2) {
  font-size: 24px;
  color: #4b9afd;
  padding: 5px 0;
}
.expert_box .expert .expert_left .expert_left_nav {
  margin: 40px 0;
}
.expert_box .expert .expert_left .expert_left_nav ul{
flex-direction: column;
    position: relative;
}
.expert_box .expert .expert_left .expert_left_nav ul li {
  width: 100%;
  font-size: 14px;
  padding: 13px 0 13px 15px;
  border-bottom: 1px solid #f7f7f7;

}
.expert_box .expert .expert_left .expert_left_nav ul li a {
  color: #333333;
}
.expert_box .expert .expert_right {
  width: 100%;
  background-color: #f7f7f7;
  padding: 50px 0;
}
.expert_box .expert .expert_right .expert_right_location {
  font-size: 14px;
  color: #768693;
  margin-left: 100px;
  margin-bottom: 20px;
}
.expert_box .expert .expert_right .expert_right_text {
  margin: 0 100px;
}
.expert_box .expert .expert_right .expert_right_text p:nth-child(1) {
  font-size: 24px;
  color: #cecece;
  margin-bottom: 10px;
}
.expert_box .expert .expert_right .expert_right_text p:nth-child(2) {
  font-size: 24px;
  color: #768693;
  margin-bottom: 20px;
}
.expert_box .expert .expert_right .expert_right_box {
  flex-wrap: wrap;
  padding-left: 5.5%;
}
.expert_box .expert .expert_right .expert_right_box .expert_box {
  width: 24%;
  margin: 0 7.5% 25px 0;
}
.expert_box img {
  transition: all .8s ease .1s;
}
.expert_box img:hover {
    transform: scale(1.2);
}
.expert_box .expert .expert_right .expert_right_box .expert_box .expert_box_title {
  background-image: linear-gradient(to right, rgba(37, 191, 241, 1), rgba(75, 154, 253, 1));
  color: #ffffff;
  text-align: center;
}
.expert_box .expert .expert_right .expert_right_box .expert_box .expert_box_title p:nth-child(1) {
  padding-top: 10px;
  font-size: 20px;
}
.expert_box .expert .expert_right .expert_right_box .expert_box .expert_box_title p:nth-child(2) {
  padding: 10px 0;
  font-size: 14px;
}
.xq_expert_box .xq_expert {
  align-items: unset;
}
.xq_expert_box .xq_expert .xq_expert_left {
  width: 18%;
}
.xq_expert_box .xq_expert .xq_expert_left .xq_expert_left_title {
  margin: 50px 0;
}
.xq_expert_box .xq_expert .xq_expert_left .xq_expert_left_title p:nth-child(1) {
  font-size: 24px;
  color: #5b6d7b;
  padding: 5px 0;
  font-weight: bold;
}
.xq_expert_box .xq_expert .xq_expert_left .xq_expert_left_title p:nth-child(2) {
  font-size: 24px;
  color: #4b9afd;
  padding: 5px 0;
}
.xq_expert_box .xq_expert .xq_expert_left .xq_expert_left_nav {
  margin: 40px 0;
}
.xq_expert_box .xq_expert .xq_expert_left .xq_expert_left_nav ul{
flex-direction: column;
position: relative;
}
.xq_expert_box .xq_expert .xq_expert_left .xq_expert_left_nav ul li {
 width: 100%;
  font-size: 14px;
  padding: 13px 0 13px 15px;
  border-bottom: 1px solid #f7f7f7;
}
.xq_expert_box .xq_expert .xq_expert_left .xq_expert_left_nav ul li a {
  color: #333333;
}
.xq_expert_box .xq_expert .xq_expert_right {
  width: 100%;
  background-color: #f7f7f7;
  padding: 50px 0;
}
.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_location {
  font-size: 14px;
  color: #768693;
  margin-left: 100px;
  margin-bottom: 20px;
}
.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_text {
  margin: 0 100px;
}
.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_text p:nth-child(1) {
  font-size: 24px;
  color: #cecece;
  margin-bottom: 10px;
}
.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_text p:nth-child(2) {
  font-size: 24px;
  color: #768693;
  margin-bottom: 20px;
}
.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_text p:nth-child(3),.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_text div {
  font-size: 22px;
  color: #4e4e4e;
  margin-bottom: 20px;
  text-align: center;
}
.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_text p:nth-child(4) {
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 20px;
  text-align: center;
  background-color: #ebebeb;
  padding: 15px 0;
}
.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_text p:nth-child(6),.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_text .div_content {
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 20px;
  line-height: 2.3;
}
.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_text .xq_expert_right_img {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .center {
    width: 90%;
  }
  .header_box .header .header_logo {
    width: 28%;
  }
  .header_box {
    height: 120px;
  }
  .header_box .header .header_nav ul li {
    font-size: 12px;
  }
  .index_news_box .index_news .index_news_body .index_news_body_right .index_news_body_rbox {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .index_news_box .index_news .index_news_body .index_news_body_right .index_news_body_rbox .index_news_body_rbox_time {
    width: 20%;
    border-radius: 10px;
    margin-right: 2%;
  }
  
  .index_news_box .index_news .index_news_body .index_news_body_right .index_news_body_rbox .index_news_body_rbox_text {
    width: 78%;
  }
  

  .index_division_box .index_division .index_division_body .index_division_btext {
    padding: 20px;
  }
  .index_expert_box .index_expert .index_expert_bbox {
    width: 75%;
  }
  .news_box .news .news_right .news_right_box .news_right_box_time {
    width: 13%;
  }
  .bg {
    width: 13.5%;
  }
}
@media screen and (max-width: 1000px) {
  .header_box {
    display: none;
  }

  .phone-section {
    display: block;
  }

  .phone-logo {
    width: 40%;
  }

  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fafafc;
    /* position: fixed; */
    top: 0;
    left: 0;
  }

  .close {
    background-color: #1e50ae;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .close img {
    width: 30px;
  }

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

  .phonelist-nav {
    width: 100%;
    background-color: #1e50ae;
    line-height: 48px;
  }

  .phonelist-nav a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
  }

  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }

  .phonelist-nav1 a {
    display: block;
  }

  .phonelist-nav {
    border-bottom: 1px solid #ffffff;
  }

  .phonelist-nav:last-child {
    border-bottom: none;
  }

  .phonelist-navtop>a {
    width: 50%;
  }

  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }

  .phonelist-navtop div img {
    width: 16px;
  }

  .phonelist-nav1 {
    display: none;
  }

  .menucl-img2 {
    display: none;
  }

  .index_news_box .index_news .index_news_body {
    display: block;
  }

  .index_news_box .index_news .index_news_body .index_news_body_left {
    width: 100%;
    text-align: center;
  }

  .index_news_box .index_news .index_news_body .index_news_body_right {
    width: 100%;
  }

  .index_division_box .index_division .index_division_body {
    display: block;
  }

  .index_division_box .index_division .index_division_body .index_division_bbox {
    width: 100%;
  }

  .index_division_box .index_division .index_division_body .index_division_bbox .index_division_bbox_img {
    text-align: center;
    margin-top: 20px;
  }
  .index_division_box .index_division .index_division_body .index_division_btext {
    padding: 10px;
    margin-top: 30px;
    width: 100%;
}

.index_special_box .index_special .index_special_body {
  display: block;
}
.index_special_box .index_special .index_special_body .index_special_body_img {
  width: 100%;
  text-align: center;
}
.index_special_box .index_special .index_special_body .index_special_body_text {
  width: 100%;
  padding-left: 0;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tul1 li {

  padding: 15px 30px;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tul2 {
  margin: 0px;
}
.index_special_box .index_special .index_special_body .index_special_body_text .index_special_body_tul2 li {
  font-size: 12px;
}
.footer_box .footer .footer_up .footer_up_img {
  width: 100%;
}
.footer_box .footer .footer_up .footer_up_nav {
  display: none;
}

.footer_box .footer .footer_down .footer_down_img {
 width: 30%;
 padding: 0px;
}
.news_box .news {
  display: block;
}
.news_box .news .news_left {
  width: 100%;
  
}

.news_box .news .news_left .news_left_title {
  display: flex;
}
.news_box .news .news_right {
  width: 100%;
}
.news_box .news .news_right .news_right_location {
  margin-left: 10px;
}
.news_box .news .news_right .news_right_text {
  margin: 0 10px;
}
.news_box .news .news_right .news_right_box .news_right_box_text p:nth-child(1) {
  font-size: 14px;
  padding: 4px 0;
  margin-bottom: 5px;
}
.news_box .news .news_right .news_right_box .news_right_box_text p:nth-child(2) {
  font-size: 12px;
  padding: 4px 0;
  margin-bottom: 10px;
}
.news_box .news .news_right .news_right_box .news_right_box_time p:nth-child(1) {
  font-size: 26px;
}
.news_box .news .news_right .news_right_box .news_right_box_time {
  width: 18%;
  border-radius: 10px;
  margin-right: 2%;
  line-height: 2;
}
.policy_box .policy {
  display: block;
}
.policy_box .policy .policy_left {
  width: 100%;
}
.policy_box .policy .policy_left .policy_left_title{
  display: flex;
}
.policy_box .policy .policy_right {
  width: 100%;
}
.policy_box .policy .policy_right .policy_right_location {

  margin-left: 10px;
}
.policy_box .policy .policy_right .policy_right_text {
  margin: 0 10px;
}
.policy_box .policy .policy_right .policy_right_box {
  margin: 0 10px;
}
.department_box .department {
  display: block;
}
.department_box .department .department_left .department_left_title {
  display: flex;
}
.department_box .department .department_left {
  width: 100%;
}
.department_box .department .department_right {
  width: 100%;
}
.department_box .department .department_right .department_right_location {
  margin-left: 10px;
}
.department_box .department .department_right .department_right_text {
  margin: 0 10px;
}
.expert_box .expert {
  display: block;
}
.expert_box .expert .expert_left {
  width: 100%;
}
.expert_box .expert .expert_left .expert_left_title {
  display: flex;
}
.expert_box .expert .expert_right {
  width: 100%;
}
.expert_box .expert .expert_right .expert_right_location {
  margin-left: 10px;
}
.expert_box .expert .expert_right .expert_right_text {
  margin: 0 10px;
}
.expert_box .expert .expert_right .expert_right_box .expert_box {
  width: 40%;
}
.xq_news_box .xq_news {
  display: block;
}
.xq_news_box .xq_news .xq_news_left {
  width: 100%;
}
.xq_news_box .xq_news .xq_news_left .xq_news_left_title {
  display: flex;
}
.xq_news_box .xq_news .xq_news_right {
  width: 100%;
}
.xq_news_box .xq_news .xq_news_right .xq_news_right_location {
  font-size: 14px;
  color: #768693;
  margin-left: 10px;
}
.xq_news_box .xq_news .xq_news_right .xq_news_right_text {
  margin: 0 10px;
}
.xq_expert_box .xq_expert {
  display: block;
}
.xq_expert_box .xq_expert .xq_expert_left {
  width: 100%;
}
.xq_expert_box .xq_expert .xq_expert_left .xq_expert_left_title {
  display: flex;
}
.xq_expert_box .xq_expert .xq_expert_right {
  width: 100%;
}
.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_location {
  margin-left: 10px;
}
.xq_expert_box .xq_expert .xq_expert_right .xq_expert_right_text {
  margin: 0 10px;
}
.index_expert_box .index_expert .index_expert_bbox .index_expert_bbox_title p:nth-child(1) {
  font-size: 14px;
}
.index_expert_box .index_expert .index_expert_bbox .index_expert_bbox_title p:nth-child(2) {
  font-size: 12px;
}
.bg {
  
  width: 30%;
}
.department_box .department .department_right .department_right_img {
  margin: 0 0px;
}
.index_news_box .index_news .index_news_title::before {
  
  top: 25%;
  left: 30%;
}
.index_news_box .index_news .index_news_title::after {
  width: 30%;
  top: 38%;
}
.index_news_box .index_news .index_news_title p::before {
  top: 25%;
  right: 30%;
}
.index_news_box .index_news .index_news_title p::after {
  width: 30%;
  top: 38%;
}
.index_division_box .index_division .index_division_title::before {
    
  top: 25%;
  left: 30%;
}
.index_division_box .index_division .index_division_title::after {
  width: 30%;
  top: 38%;
}
.index_division_box .index_division .index_division_title p::before {
  top: 25%;
  right: 30%;
}
.index_division_box .index_division .index_division_title p::after {
  width: 30%;
  top: 38%;
}
.index_expert_box .index_expert .index_expert_title::before 
{ top: 25%;
  left: 30%;
}
.index_expert_box .index_expert .index_expert_title::after {
  width: 30%;
  top: 38%;
}
.index_expert_box .index_expert .index_expert_title p::before {
  top: 25%;
  right: 30%;
}
.index_expert_box .index_expert .index_expert_title p::after {
  width: 30%;
  top: 38%;
}
.index_special_box .index_special .index_special_title::before {
  top: 25%;
  left: 30%;
}
.index_special_box .index_special .index_special_title::after {
  width: 30%;
  top: 38%;
}
.index_special_box .index_special .index_special_title p::before {
  top: 25%;
  right: 30%;
}
.index_special_box .index_special .index_special_title p::after {
  width: 30%;
  top: 38%;
}
}
