@charset 'utf-8';
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: '微软雅黑', 'sans-serif', 'Microsoft YaHei';
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style-type: none;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
body,
button,
input,
select,
textarea {
  font: 14px/25px '';
  color: #151515;
}
/*"Open Sans","Hiragino Sans GB","Microsoft YaHei",STHeiti,"WenQuanYi Micro Hei",SimSun,Arial,sans-serif*/
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}
button {
  cursor: pointer;
  outline: 0;
}
mark {
  background-color: transparent;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  _color: #151515;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
::selection {
  color: #fff;
  background: #fff;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  background: #fff;
  text-shadow: none;
}
input::-ms-clear {
  display: none;
}
input[type=password]::-ms-reveal {
  display: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
.no {
  display: none;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
a {
  color: #333;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.ellipsis-1,
.ellipsis-2,
.ellipsis-3,
.ellipsis-4 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-1 {
  -webkit-line-clamp: 1;
}
.ellipsis-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  -webkit-line-clamp: 3;
}
.ellipsis-4 {
  -webkit-line-clamp: 4;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.Dig_scrollys::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.Dig_scrollys::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background-color: #63E5F3;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.C_bannertop {
  min-width: 1200px;
}
.C_bannertop img {
  display: block;
  width: 100%;
}
.C_centerbox {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.C_Box_nav {
  background: #fff;
  height: 80px;
}
.C_Box_nav .Pfixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 40px #eee;
}
.C_Navbox {
  display: flex;
  padding: 20px 0;
}
.C_Navbox li {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.C_Navbox li a {
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
.C_Navbox .yeslab a {
  color: #266FE8;
}
.C_Navbox .yeslab a::after {
  content: '';
  width: 180%;
  height: 4px;
  background: #266FE8;
  position: absolute;
  bottom: -22px;
  left: -40%;
}
.C_cTitlebox {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-top: 20px;
}
.C_cTitlebox span {
  font-size: 48px;
  line-height: 140px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.C_cTitlebox span::after {
  content: '';
  width: 80px;
  height: 20px;
  background: linear-gradient(270deg, #4EA8F5 0%, #266FE8 100%);
  position: absolute;
  left: -40px;
  top: 50%;
  z-index: -1;
}
.C_cTitlebox span::before {
  content: '';
  width: 20px;
  height: 4px;
  background: linear-gradient(270deg, #4EA8F5 0%, #266FE8 100%);
  position: absolute;
  right: -20px;
  top: 40px;
}
.C_cTitlebox em {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 48px;
  color: #F2F2F2;
  transform: translate(-50%, 50%);
  letter-spacing: 2px;
  z-index: -1;
  display: none;
}
.C_cTitlebox a {
  position: absolute;
  top: -50px;
  width: 1px;
  height: 1px;
}
.C_cTitlebox2 span {
  color: #fff;
}
.C_cTitlebox2 em {
  color: rgba(242, 242, 242, 0.1);
}
.C_jsboxs {
  padding: 0 0 40px;
}
.C_jsboxs p {
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
  text-indent: 2em;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: justify;
}
.C_twBdbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 110px 0;
}
.C_twBdbox dl {
  width: 360px;
  margin-bottom: 40px;
}
.C_twBdbox dl dt {
  width: 360px;
  height: 200px;
  overflow: hidden;
  border: 1px solid rgba(225, 225, 225, 0.1);
}
.C_twBdbox dl dt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.C_twBdbox dl dd {
  padding: 15px 0 30px;
  position: relative;
  border-bottom: 1px solid #E1E1E1;
}
.C_twBdbox dl dd h2 {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  height: 55px;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.C_twBdbox dl dd::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #266FE8;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1s;
}
.C_twBdbox dl:hover dd::after {
  width: 100%;
}
.C_hdrcbox {
  background: #F1F2F6 url(../img/C_rcbg.png) no-repeat center center;
  background-size: 100% 100%;
  min-width: 1200px;
}
.C_hdrcbox .C_rclist {
  display: flex;
  padding: 70px 0 140px;
}
.C_hdrcbox .C_rclist > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 1;
}
.C_hdrcbox .C_rclist > div::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 3px;
  background: #333;
  left: 0;
  bottom: 137px;
  z-index: -1;
}
.C_hdrcbox .C_rclist > div > p {
  font-size: 18px;
  text-align: center;
}
.C_hdrcbox .C_rclist > div .C_rc_icc {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 20px 0 30px;
  position: relative;
}
.C_hdrcbox .C_rclist > div .C_rc_icc i {
  width: 8px;
  height: 8px;
  background: #266FE8;
  border-radius: 50%;
  margin: 0 auto;
}
.C_hdrcbox .C_rclist > div .C_rc_icc span {
  width: 2px;
  height: 60px;
  background: #333333;
  margin: 0 auto;
}
.C_hdrcbox .C_rclist > div .C_rc_icc em {
  width: 18px;
  height: 18px;
  background: #266FE8;
  border: 4px solid #F1F2F6;
  border-radius: 50%;
}
.C_hdrcbox .C_rclist > div .C_rc_text {
  width: 220px;
  height: 100px;
  background: linear-gradient(270deg, #266FE8 0%, #4EA8F5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  border-radius: 0 20px 0 20px;
  position: relative;
}
.C_hdrcbox .C_rclist > div .C_rc_text::after {
  content: '';
  position: absolute;
  border: 10px solid #4AA2F4;
  border-left: 20px solid transparent;
  border-top: 0;
  border-right: 0;
  left: 20px;
  top: -10px;
}
.C_hdrcbox .C_rclist > div:nth-child(2n) .C_rc_text {
  background: #fff;
  color: #000;
}
.C_hdrcbox .C_rclist > div:nth-child(2n) .C_rc_text::after {
  border-color: #fff;
  border-left: 20px solid transparent;
}
.C_dxrlbox {
  background: #16398D url(../img/C_Dxqdbg.png) no-repeat center center;
  background-size: 100% 100%;
  min-width: 1200px;
}
.C_dxrlbox .C_dxcenbox {
  background: linear-gradient(180deg, #4EA8F5 0%, #266FE8 100%);
  padding: 20px;
}
.C_dxrlbox .C_dxcenbox > div {
  background: #fff;
  padding: 20px;
}
.C_dxrlbox .C_dxcenbox .C_dxsmtit {
  text-align: center;
  line-height: 50px;
}
.C_dxrlbox .C_dxcenbox .C_dxsmtit span {
  position: relative;
  font-size: 24px;
  z-index: 1;
  font-weight: bold;
}
.C_dxrlbox .C_dxcenbox .C_dxsmtit span::after {
  content: '';
  width: 290px;
  height: 14px;
  background: linear-gradient(270deg, #4EA8F5 0%, #266FE8 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -20%) skew(-45deg);
  opacity: 0.3;
}
.C_dxrlbox .C_dxcenbox .C_dxtoptext p {
  width: 1100px;
  margin: 0 auto;
  text-indent: 2em;
  line-height: 22px;
  padding: 10px 0;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .Cline {
  border-radius: 2px;
  border: 1px dashed #E1E1E1;
  padding: 10px 20px;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .Cline h2 {
  line-height: 18px;
  padding-bottom: 5px;
  text-align: justify;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .Cline p {
  line-height: 20px;
  color: #666;
  text-align: justify;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .Cline p span {
  color: #000;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chTOP {
  padding: 25px 0 100px;
  position: relative;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chTOP ul {
  display: flex;
  flex-wrap: wrap;
  color: #666;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chTOP ul li {
  width: 40%;
  line-height: 20px;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chTOP .Ccent {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: -56px;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chTOP .Ccent p {
  font-size: 16px;
  color: #266FE8;
  font-weight: bold;
  background: linear-gradient(180deg, #4EA8F5 0%, #266FE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40px;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chTOP .Ccent div {
  width: 112px;
  height: 102px;
  background: url(../img/Ctpjt.png) no-repeat;
  background-size: 100%;
  transform: rotate(90deg);
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chBOM {
  display: flex;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chBOM .Cline {
  width: 333px;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chBOM .C_uleft .Ccent {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chBOM .C_uleft .Ccent p {
  font-size: 16px;
  color: #266FE8;
  font-weight: bold;
  text-align: right;
  background: linear-gradient(180deg, #4EA8F5 0%, #266FE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40px;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chBOM .C_uleft .Ccent div {
  width: 112px;
  height: 102px;
  background: url(../img/Ctpjt.png) no-repeat;
  background-size: 100%;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chBOM .C_ucenter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chBOM .C_ucenter div {
  width: 270px;
  height: 310px;
  background: url(../img/Ctpcen.png) no-repeat center center;
  background-size: 100%;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chBOM .C_uright .Ccent {
  display: flex;
  flex-direction: column;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chBOM .C_uright .Ccent p {
  font-size: 16px;
  color: #266FE8;
  font-weight: bold;
  background: linear-gradient(180deg, #4EA8F5 0%, #266FE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40px;
}
.C_dxrlbox .C_dxcenbox .C_chTpbox .C_chBOM .C_uright .Ccent div {
  width: 112px;
  height: 102px;
  background: url(../img/Ctpjt.png) no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
}
.C_dxrlbox .C_dxcenbox .CHbanners {
  padding: 30px;
}
.C_dxrlbox .C_dxcenbox .CHbanners .banner-home-most {
  width: 640px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
.C_dxrlbox .C_dxcenbox .CHbanners .banner-home-most h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.C_dxrlbox .C_dxcenbox .CHbanners .banner-home-most .Ctp1 {
  color: #E87F26;
  display: inline-block;
  line-height: 20px;
  background: rgba(232, 127, 38, 0.1);
  border-radius: 2px;
  border: 1px solid #E87F26;
  padding: 0 5px;
}
.C_dxrlbox .C_dxcenbox .CHbanners .banner-home-most .Ctp2 {
  font-weight: bold;
  margin-top: 10px;
}
.C_dxrlbox .C_dxcenbox .CHbanners .banner-home-most .Ctp3 {
  color: #666;
  line-height: 20px;
  font-size: 14px;
}
.C_dxrlbox .C_dxcenbox .CHbanners .banner-home-most .Ctp4 {
  margin-top: 10px;
  font-weight: bold;
}
.C_dxrlbox .C_dxcenbox .CHbanners .banner-home-most .Ctp4 span {
  font-size: 16px;
  color: #E60012;
}
.C_dxrlbox .C_dxcenbox .CHbanners .banner-home-most::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: rgba(255, 255, 255, 0.6);
}
.C_dxrlbox .C_dxcenbox .CHbanners .swiper-slide-active::after {
  background: transparent;
}
.C_dxrlbox .C_dxcenbox .CHbanners .swiper-button-prev {
  width: 300px;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  display: none;
}
.C_dxrlbox .C_dxcenbox .CHbanners .swiper-button-prev span {
  display: block;
  width: 48px;
  height: 48px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAohJREFUeF7tmzeuFTEUhr+zBQoKOjYADRtgE48MIudHDiIIRBCI/MhZZD3EEmjYACV0SFBRULCEH430kCwEdyzGMz6+vlOfq+vv029r7Dk2Kn+scn4mAiYJcG5A0nJgJ7AY+AK8N7PDqYbtegpIOgWc/gvstJndSiHBrQBJJ4EzIyDnm9mPrhJcCpB0HDjXArfUzD6MnQBJx4DzEWALzOx7RN3IElcJkHQUuBABNWtmKyLqWkvcCJB0BLjYOmL4BEyZ2eeI2tYSFwIkHQIutY42MXzzf9kFSDoAXMkBn12ApP3A1VzwWQVI2gtczwmfTYCkPcCN3PBZBEjaDdz0AD+4AEnNpua2F/hBBUjaAdzxBD+YAEnbgHve4AcRIGkrcN8jfO8CJG0GHnqF71WApE3AI8/wvQmQtAF44h2+FwGS1gNPS4BPLkDSOuBZKfBJBUhaA7woCT6ZAEmrgZelwScRIGkl8LpE+M4CJDXncm9Khe8kQNIyYLZk+P8WIGkKeFs6/ERAl0PRqqfA7+hXvQgGElYBr0pdD5J8F6j6RShIwlrgeWlJSJKAQEK9m6FAQr3b4UDCRuBxCdMh6RQIgas+EguSsAV44DkJvSUgkFDvsXggYTtw12MSek9AIKHeT2OBhF1ATINj0j6gUckbLAGBhGlgxst0GFxAA151g0SQhH3AtdxJyJKAQEK9TVKBhIPA5VxJyJqAQEK9jZKBhHpbZQMJ9TZLBxJi2+UXmtnXiLVjZImLNeDPEUo6AZxtgVtiZh/HUsDcy1LblZl5ZvZzbAXMSfjXpal3ZtZ8nuv8uJwCIdXctbmmvXYR8K3pMTazmOO2KDnuBURRdCiaCOggbyx+Wn0CfgGU2EZQXzWMogAAAABJRU5ErkJggg==
                    ) no-repeat center center;
  background-size: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -24px;
}
.C_dxrlbox .C_dxcenbox .CHbanners .swiper-button-prev span::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 10px 2px rgba(38, 111, 232, 0.2);
  z-index: -1;
}
.C_dxrlbox .C_dxcenbox .CHbanners .swiper-button-prev span:hover::after {
  background: rgba(38, 111, 232, 0.8);
  box-shadow: 0px 2px 10px 2px rgba(38, 111, 232, 0.2);
}
.C_dxrlbox .C_dxcenbox .CHbanners .swiper-button-next {
  width: 290px;
  height: 100%;
  background: transparent;
  top: 0;
  right: 0;
  display: none;
}
.C_dxrlbox .C_dxcenbox .CHbanners .swiper-button-next span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAn9JREFUeF7t2U9LFWEUx/HfASHwpbRzKbZo6wuojZvehit147ZV6zaurFCMLJJE+4NRFEZF4T+KIhEjKYpQlCMDZyWO94zznPOc517v9j7zzPl+7gxcZgg9/qEe78cFgPUVwMz9AIYA9BHRQ+vzNd3f9Apg5kEAtwAMyGAbAEaJ6G7TQa3WWwNMVsEnhmcA14jonlVUk32tAaYAjJwy0JEgzDQZ1mKtNcAwgPmawQ8FYdYiTLunKUA1BDNPV6E1Ax0Iwpx24NTrzAEUCPuCcD91nGY/FwAFwn9BeKAZOuUaNwAFwj9BcP2v4AqgQPgrCI9S/spn7eUOoED4IwiPPRCyACgQfgvCgjVCNgAFwp4gPLFEyAqgQPglCItWCNkBFAg/BWHJAiEEgAJhVxCWUyOEAVAg7AC4TkRPUyKEAlAgbAvC81QI4QAUCD8E4UUKhJAACoTvgrDSFiEsgALhmyC8bIMQGkCB8FUQXp0XITyAAuGLILw+D0IRAAqELUF40xShGAAFwqYgvG2CUBSAAmFdEFa1CMUBKBDWBOGdBqFIAAXCZ0F43wmhWAAFwidB+HAWQukA1fuG6r1D3WeciCa6EoCZW8dXMEVeAaniiwRIGV8cQOr4ogAs4osBsIovAsAyPjyAdXxoAI/4sABe8SEBPOPDAXjHhwLIER8GIFd8CICc8dkBcsdnBYgQnw0gSnwWgEjx7gDR4l0BIsa7AUSNdwGIHG8OwMyXAXxs89y+05udtt+bPhZn5jEA4zVDdnxp0TZOc7w1wG0AN04ZJES8xy1wBcCzEwBh4s0BqhMw81UA1a1wCcBNIrqjuTS91pjeAl4Rbc5zAdBGrxuOPQY20j1QHQYGKAAAAABJRU5ErkJggg==
                    ) no-repeat center center;
  display: block;
  width: 48px;
  height: 48px;
  background-size: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -24px;
}
.C_dxrlbox .C_dxcenbox .CHbanners .swiper-button-next span::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 10px 2px rgba(38, 111, 232, 0.2);
  z-index: -1;
}
.C_dxrlbox .C_dxcenbox .CHbanners .swiper-button-next span:hover::after {
  background: rgba(38, 111, 232, 0.8);
  box-shadow: 0px 2px 10px 2px rgba(38, 111, 232, 0.2);
}
.C_dxrlbox .C_dxcenbox .CHbanners:hover .swiper-button-prev {
  display: block;
}
.C_dxrlbox .C_dxcenbox .CHbanners:hover .swiper-button-next {
  display: block;
}
.C_xmhxBox {
  padding: 30px 0 10px;
}
.C_xmhxBox div {
  width: 800px;
  height: 128px;
  background: linear-gradient(270deg, #43ADF9 0%, #122C77 100%);
  background: url(../img/Cxmhxbg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  margin: 0 auto;
  padding-left: 175px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.C_xmhxBox div img {
  position: absolute;
  width: 140px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.C_xmhxBox div span {
  position: absolute;
  width: 140px;
  display: block;
  line-height: 28px;
  background: linear-gradient(270deg, #4EA8F5 0%, #266FE8 100%);
  background: url(../img/Chxtitbg.png) no-repeat;
  background-size: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  top: -10px;
}
.C_xmhxBox div p {
  color: #fff;
  padding-left: 20px;
}
.C_xmhxBox div p em {
  font-weight: bold;
}
.C_gojrCh {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.C_gojrCh div {
  display: inline-block;
  width: 380px;
  background: #FFFFFF;
  border: 1px solid #266FE8;
  text-align: center;
  color: #266FE8;
  font-weight: bold;
  line-height: 55px;
  margin: 0 auto;
  position: relative;
  transition: box-shadow 0.5s;
  font-size: 20px;
}
.C_gojrCh div::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 15px;
  background: url(../img/C_goBtn.png) no-repeat;
  background-size: 100%;
}
.C_gojrCh div:hover {
  box-shadow: 0 0 30px rgba(38, 111, 232, 0.2);
}
.C_gojrCh p {
  color: #999;
  line-height: 40px;
}
.C_jzklbox {
  background: #F1F2F6 url(../img/Cjzkl.png) no-repeat;
  background-size: 100% 100%;
}
.C_jzklbox .C_Lzbox > p {
  text-indent: 2em;
  line-height: 22px;
  width: 1100px;
  margin: 0 auto;
}
.C_jzklbox .C_kllist {
  display: flex;
  padding: 0 20px;
}
.C_jzklbox .C_kllist > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.C_jzklbox .C_kllist .C_icoo1 {
  flex: none;
  padding: 0 10px;
}
.C_jzklbox .C_kllist .C_icoo2 {
  flex: none;
  padding: 0 10px;
}
.C_jzklbox .C_kllist .C_klbb {
  width: 280px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #266FE8;
  margin: 15px 0;
  box-shadow: 0px 4px 15px 0px rgba(38, 111, 232, 0.2);
}
.C_jzklbox .C_kllist .C_klbb h2 {
  font-size: 18px;
  margin-bottom: 7px;
}
.C_jzklbox .C_kllist .C_klbb h2 span {
  color: #266FE8;
}
.C_jzklbox .C_kllist .C_klbb p {
  color: #666;
  text-align: center;
  line-height: 20px;
}
.C_jzklbox .C_kllist .C_hasbg {
  background: url(../img/Chasbg.png) no-repeat center center;
  background-size: 100%;
}
.C_jzklbox .C_kllist .C_hasbg .C_klbb {
  border: none;
  box-shadow: 0 0 0 transparent;
}
.C_jzklbox .C_kllist .C_hasbg2 .C_klbb {
  width: 320px;
}
.C_jzklbox .C_lzdblist {
  display: flex;
  padding: 50px 0;
  align-items: center;
  justify-content: center;
}
.C_jzklbox .C_lzdblist dl {
  width: 220px;
  height: 360px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  position: relative;
  margin: 0 10px;
}
.C_jzklbox .C_lzdblist dl dt {
  padding: 20px 0 20px;
  overflow: hidden;
  position: relative;
}
.C_jzklbox .C_lzdblist dl dt img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.C_jzklbox .C_lzdblist dl dt p {
  position: absolute;
  height: 26px;
  background: url(../img/Crwbg1.png) no-repeat;
  background-size: auto 100%;
  left: 0;
  bottom: 10px;
  padding-left: 12px;
  width: 100%;
  color: #fff;
}
.C_jzklbox .C_lzdblist dl dd {
  text-align: center;
}
.C_jzklbox .C_lzdblist dl dd p {
  color: #666;
  padding-top: 10px;
  line-height: 20px;
}
.C_jzklbox .C_lzdblist dl dd h2 {
  font-size: 16px;
}
.C_jzklbox .C_lzdblist dl div {
  position: absolute;
  width: 220px;
  height: 360px;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  padding: 15px;
  color: #fff;
  opacity: 0;
  text-align: justify;
  transition: all 1s;
  overflow: auto;
}
.C_jzklbox .C_lzdblist dl div::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.C_jzklbox .C_lzdblist dl div::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background-color: #63E5F3;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.C_jzklbox .C_lzdblist dl div::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background-color: rgba(38, 111, 232, 0.51);
}
.C_jzklbox .C_lzdblist dl:hover div {
  opacity: 1;
}
.C_jzklbox .C_lzdblist dl:nth-child(2) dt p {
  background: url(../img/Crwbg2.png) no-repeat;
  background-size: auto 100%;
}
.C_jzklbox .C_lzdblist dl:nth-child(3) dt p {
  background: url(../img/Crwbg3.png) no-repeat;
  background-size: auto 100%;
}
.C_jzklbox .C_lzdblist dl:nth-child(4) dt p {
  background: url(../img/Crwbg4.png) no-repeat;
  background-size: auto 100%;
}
.C_bmzxbox {
  background: #181818;
  padding: 0 0 100px 0;
  min-width: 1200px;
}
.C_bmzxbox dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.C_bmzxbox dl dt {
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
}
.C_bmzxbox dl dt img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.C_bmzxbox dl dd {
  color: #fff;
  padding-left: 30px;
}
.C_bmzxbox dl dd h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.C_bmzxbox dl dd p {
  font-size: 18px;
}
.C_Rtcxbox {
  background: #02219A url(../img/C_Rtcxbox.png) no-repeat center center;
  background-size: 100% 100%;
}
.C_Rtcxbox .C_rtcbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 40px 0 90px;
}
.C_Rtcxbox .C_rtcbox div {
  position: relative;
  width: 400px;
  height: 180px;
  background: linear-gradient(360deg, rgba(1, 35, 81, 0.7) 0%, rgba(38, 111, 232, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  text-shadow: 0px 2px 4px rgba(12, 75, 178, 0.2);
  font-size: 18px;
}
.C_Rtcxbox .C_rtcbox div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.C_Rtcxbox .C_rtcbox div div {
  position: relative;
}
.C_Rtcxbox .C_rtcbox div div::after {
  content: '';
  width: 116px;
  height: 116px;
  border: 1px dashed #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.C_Rtcxbox .C_rtcbox div div p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.C_Rtcxbox .C_rtcbox div div p::after {
  content: '';
  width: 100px;
  height: 100px;
  border: 1px dashed #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.C_hbjhbox > p {
  text-indent: 2em;
}
.C_hbjhbox .C_hbYbox .C_htopbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 100px;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_pigcen {
  position: relative;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_pigcen > img {
  display: block;
  width: 485px;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_pigcen div {
  display: flex;
  height: 76px;
  align-items: center;
  position: absolute;
  left: -30px;
  top: 15%;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_pigcen div img {
  height: 100%;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_pigcen div span {
  font-weight: bold;
  color: #266FE8;
  line-height: 19px;
  padding: 0 20px;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_pigcen div:nth-child(2) {
  left: -90px;
  top: 190px;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_pigcen div:nth-child(3) {
  left: -40px;
  top: 300px;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_pigcen div:nth-child(4) {
  left: auto;
  right: -30px;
  top: 15%;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_pigcen div:nth-child(5) {
  left: auto;
  right: -90px;
  top: 190px;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_pigcen div:nth-child(6) {
  left: auto;
  right: -40px;
  top: 300px;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_mxlx {
  width: 1000px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 4px rgba(38, 111, 232, 0.06);
  border-radius: 10px;
  position: absolute;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.C_hbjhbox .C_hbYbox .C_htopbox .C_mxlx div {
  width: 300px;
  text-align: center;
  background: url(../img/C_mxlxbg.png) no-repeat center center;
  background-size: auto 100%;
  height: 46px;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.C_rFixedbox {
  position: fixed;
  right: 40px;
  top: 50%;
  display: none;
  transition: all 1s;
  z-index: 20;
}
.C_rFixedbox dl {
  width: 100px;
  height: 100px;
  background: #F7F7F7;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.C_rFixedbox dl dt img {
  display: block;
  width: 32px;
}
.C_rFixedbox dl dd {
  font-size: 16px;
  line-height: 30px;
}
.C_bannertop2 {
  position: relative;
  min-width: 1200px;
}
.C_bannertop2 img {
  display: block;
  width: 100%;
}
.C_bannertop2 p {
  position: absolute;
  width: 1100px;
  left: 50%;
  bottom: 17%;
  margin-left: -550px;
  color: #fff;
  text-indent: 2em;
}
.C_Qdlistbox {
  background: #F1F2F6;
  min-width: 1200px;
}
.C_QdoneList {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 30px 30px;
  position: relative;
}
.C_QdoneList > a {
  position: absolute;
  top: -100px;
}
.C_QdoneList .C_Qtop {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  top: 5px;
}
.C_QdoneList .C_Qtop p {
  height: 35px;
  line-height: 33px;
  background: rgba(232, 127, 38, 0.1);
  border-radius: 2px;
  border: 1px solid #E87F26;
  color: #E87F26;
  margin-right: 20px;
  padding: 0 15px;
  font-size: 18px;
}
.C_QdoneList .C_Qtop h2 {
  font-size: 18px;
  font-weight: bold;
  flex: 1;
}
.C_QdoneList .C_Qtop span {
  color: #E60012;
  font-weight: bold;
  font-size: 18px;
}
.C_QdoneList .C_Qcen .Ctp2 {
  margin-top: 20px;
}
.C_QdoneList .C_Qcen .Ctp3 {
  color: #666;
}
.C_QdoneList .C_Qbtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.C_QdoneList .C_Qbtn div {
  display: inline-block;
  width: 180px;
  background: #FFFFFF;
  border: 1px solid #E60012;
  text-align: center;
  color: #E60012;
  font-weight: bold;
  line-height: 44px;
  margin: 0 auto;
  position: relative;
  transition: box-shadow 0.5s;
}
.C_QdoneList .C_Qbtn div::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/C_gonnt.png) no-repeat;
  background-size: 100%;
}
.C_QdoneList .C_Qbtn div:hover {
  box-shadow: 0 0 30px rgba(38, 111, 232, 0.2);
}
.C_Box_nav2 {
  background: #F1F2F6;
  height: 80px;
}
.C_Box_nav2 .Pfixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 40px #eee;
}
.C_Navbox2 {
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
}
.C_Navbox2 li {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 44px;
  background: #fff;
  margin: 0 5px;
}
.C_Navbox2 li a {
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
.C_Navbox2 .yeslab a {
  color: #266FE8;
}
.C_Navbox2 .yeslab a::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #266FE8;
  position: absolute;
  bottom: -22px;
  left: 0%;
}
