/*通用类*/
* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  background: #fff;
  color: #363636;
}
h1,
h2,
h3 {
  font-weight: 500;
}
img {
  border: none;
}
a {
  cursor: pointer;
  color: #363636;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #f60;
}
ul {
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  outline: none;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
}
div {
  box-sizing: border-box;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contain {
  width: 1400px;
  margin: 0 auto;
}
.pulic_head_cont {
  position: relative;
  padding: 25px 0;
  background: url(../i/header_ca.jpg) top center no-repeat;
  background-size: 100% 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pulic_head_cont .header {
  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: 110px;
  padding-top: 0;
  color: #2180FC;
}
.pulic_head_cont .logo {
  padding-left: 89px;
    font-weight: 900;
    background: url(../i/web_logo.png) left center no-repeat;
    background-size: 74px;
    text-shadow: 0px 2px 2px #fff, 0px 2px 2px #fff, 0px 2px 2px #fff, 0px 2px 2px #fff, 0px 2px 2px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pulic_head_cont .logo h2 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 57px;
  font-weight: normal !important;
}
.pulic_head_cont .logo p {
  margin-top: 2px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  font-weight: normal !important;
}
.pulic_head_cont .name {
  position: relative;
  margin-left: 60px;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 4.4px;
  font-weight: normal !important;
}
.pulic_head_cont .name::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 1px;
  height: 70px;
  background: #A9C1E2;
}
.pulic_head_navi {
  width: 100%;
  height: 66px;
  line-height: 66px;
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.75%, #06F), color-stop(97.88%, #0085FF));
  background: linear-gradient(180deg, #06F -1.75%, #0085FF 97.88%);
}
.pulic_head_navi .contain {
  display: flex;
  align-items: center;
}
.pulic_head_navi .contain .li {
  width: calc(100% / 6);
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
}
.pulic_head_navi .contain .li:hover,
.pulic_head_navi .contain .li.hover {
  background: rgba(255, 255, 255, 0.15);
}
.index_pulic_main {
  background: #F8FAFF;
  padding: 30px 0;
}
.pulic_footer_cont{
  width: 100%;
  height: 120px;
}
.pulic_footer_cont {
  padding: 30px 0;
  position: fixed;
  width: 100%;
  bottom:0;
  left:0;

  text-align: center;
  color: #fff;
  background: #142d4a;
}
.pulic_footer_cont .tis_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.pulic_footer_cont .tis_nav .li {
  color: #fff;
  display: inline-block;
  line-height: 22px;
  margin: 0 26px;
}
.pulic_footer_cont .cont_dl {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  justify-content: center;
  margin: 0 auto;
}
.pulic_footer_cont .cont_dl .dd {
  width:100%;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 14px;
}
.index_pulic_content {
  min-height: 630px;
  padding: 30px 40px 50px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_pulic_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
}
.index_pulic_title .title {
  padding-left: 26px;
  background: url(../i/head_title_ico.png) left center no-repeat;
  background-size: 18px 16px;
  font-weight: 600;
}
.index_pulic_title span {
  margin-left: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 10px;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, from(#3386FF), to(rgba(53, 135, 255, 0)));
  background: linear-gradient(90deg, #3386FF 0%, rgba(53, 135, 255, 0) 100%);
}
.sfmx_last_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: 30px;
}
.sfmx_last_cont .list_box {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-top: 40px;
  padding: 0 20px 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#D9F3FF), to(#D3E5FF));
  background: linear-gradient(90deg, #D9F3FF 0%, #D3E5FF 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sfmx_last_cont .list_box:nth-child(2n) {
  margin-right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#D9F3FF), to(#D3E5FF));
  background: linear-gradient(90deg, #D9F3FF 0%, #D3E5FF 100%);
}
.sfmx_last_cont .list_box .tle_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.sfmx_last_cont .list_box .tle_head .tle {
  font-size: 24px;
  font-weight: 700;
  color: #10A9FF;
  background: -webkit-linear-gradient(#10A9FF 11.67%, #4176FF 93.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sfmx_last_cont .list_box .tle_head .en {
  font-family: "Arial";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #4176FF;
  opacity: 0.2;
  background: -webkit-linear-gradient(#10A9FF 11.67%, #4176FF 93.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sfmx_last_cont .list_box .cont_box {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  min-height: 380px;
}
.sfmx_last_cont .list_box .cont_box .dl {
  display: flex;
  margin-bottom: 20px;
}
.sfmx_last_cont .list_box .cont_box .dl:last-child {
  margin-bottom: 0;
}
.sfmx_last_cont .list_box .cont_box .dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 13px;
  color: #fff;
  background: url(../i/row_index.png) no-repeat center;
  background-size: cover;
}
.sfmx_last_cont .list_box .cont_box .dl .dd {
  width: calc(100% - 20px);
  padding-left: 9px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.sfmx_last_cont .list_box .cont_box .contact_det {
  font-size: 16px;
  color: #666;
}
.sfmx_last_cont .list_box .cont_box .contact_det span {
  color: #333;
  font-weight: bold;
}
.jszc_last_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: 30px;
}
.jszc_last_cont .list_box {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-top: 40px;
  padding: 0 20px 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#D9F3FF), to(#D3E5FF));
  background: linear-gradient(90deg, #D9F3FF 0%, #D3E5FF 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jszc_last_cont .list_box:nth-child(2n) {
  margin-right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#D9F3FF), to(#D3E5FF));
  background: linear-gradient(90deg, #D9F3FF 0%, #D3E5FF 100%);
}
.jszc_last_cont .list_box .tle_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.jszc_last_cont .list_box .tle_head .tle {
  font-size: 24px;
  font-weight: 700;
  color: #10A9FF;
  background: -webkit-linear-gradient(#10A9FF 11.67%, #4176FF 93.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jszc_last_cont .list_box .tle_head .en {
  font-family: "Arial";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #4176FF;
  opacity: 0.2;
  background: -webkit-linear-gradient(#10A9FF 11.67%, #4176FF 93.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jszc_last_cont .list_box .cont_box {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.jszc_last_cont .list_box .cont_box .dl {
  display: flex;
  margin-bottom: 20px;
}
.jszc_last_cont .list_box .cont_box .dl:last-child {
  margin-bottom: 0;
}
.jszc_last_cont .list_box .cont_box .dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 13px;
  color: #fff;
  background: url(../i/row_index.png) no-repeat center;
  background-size: cover;
}
.jszc_last_cont .list_box .cont_box .dl .dd {
  width: calc(100% - 20px);
  padding-left: 9px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.jszc_last_cont .list_box .cont_box .contact_det {
  font-size: 16px;
  color: #666;
}
.jszc_last_cont .list_box .cont_box .contact_det span {
  color: #333;
  font-weight: bold;
}
.down_last_cont {
  padding: 40px 0;
}
.down_last_cont .list_dl {
  padding: 12px 0;
  color: #333;
  font-size: 16px;
  line-height: 36px;
  border-bottom: 1px solid #DDD;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.down_last_cont .list_dl .dt {
  width: 700px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.down_last_cont .list_dl .dd {
  display: flex;
  align-items: center;
}
.down_last_cont .list_dl .dd span {
  margin-right: 20px;
}
.down_last_cont .list_dl .dd .down_btn {
  width: 82px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left top, from(#23B0FF), to(#5484FF));
  background: linear-gradient(270deg, #23B0FF 0%, #5484FF 100%);
}
.user_handle_cont {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
.user_handle_cont .handle_list {
  width: calc(50% - 20px);
  /*height: 312px;*/
  margin-right: 40px;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.user_handle_cont .handle_list .bg {
  display: block;
  width: 100%;
}
.user_handle_cont .handle_list .det_cont {
  position: absolute;
  top: 40px;
  left: 50px;
}
.user_handle_cont .handle_list .det_cont .title {
  font-size: 40px;
  color: #2E3C65;
  font-weight: bold;
  text-shadow: 0 0 1px black;
}
.user_handle_cont .handle_list .det_cont .arr {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  background: url(../i/arrow.png) center no-repeat;
  background-size: 28px 28px;
}
.user_handle_cont .handle_list:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
}
.user_handle_cont .handle_list:nth-child(2n) {
  margin-right: 0;
}
.ques_last_cont {
  padding: 20px 0;
}
.ques_last_cont .ques_last {
  padding: 20px;
  border: 1px solid #2E3C65;
  margin-bottom: 14px;
  cursor: pointer;
}
.ques_last_cont .ques_last .dt {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #2b2c36;
}
.ques_last_cont .ques_last .dt .add {
  display: block;
  width: 30px;
  height: 30px;
  background: -webkit-gradient(linear, right top, left top, from(#23B0FF), to(#5484FF));
  background: linear-gradient(270deg, #23B0FF 0%, #5484FF 100%);
  margin-right: 10px;
  position: relative;
}
.ques_last_cont .ques_last .dt .add::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.ques_last_cont .ques_last .dt .add::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.ques_last_cont .ques_last .dd {
  display: none;
  font-size: 17px;
  color: #2b2c36;
  line-height: 26px;
  padding: 20px 0;
}
.ques_last_cont .ques_last:hover {
  background: #ebecfc;
}
.ques_last_cont .ques_last:hover .dt {
  color: #2E3C65;
  font-weight: bold;
}
.ques_last_cont .ques_last.active .dt .add::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.ques_last_cont .ques_last.active .dt .add::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.ques_last_cont .ques_last.active .dd {
  display: block;
}
.ques_last_nav{
  display: flex;
  flex-wrap: wrap;
  padding:20px 0;
}
.ques_last_nav .li{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 30px;
  height: 50px;
  margin-right: 10px;
  background: linear-gradient(180deg, #06F -1.75%, #0085FF 97.88%);
  font-size:16px;
  color:#fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.6s;
  margin-bottom:20px;
}
.ques_last_nav .li.hover{
  transform: translateY(-10px);
  box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
  background: linear-gradient(180deg, #87230b -1.75%, #d7652e 97.88%);
}