/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Arial,Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.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: 1200px;
  margin: 0 auto;
}
.pulic_head_cont {
  padding: 24px 0;
  position: relative;
  z-index: 11;
}
.pulic_head_cont .contain {
  display: flex;
  align-items: center;
}
.pulic_head_cont .logo {
  display: flex;
  align-items: center;
  width: 120px;
  height: 80px;
}
.pulic_head_cont .logo img {
  display: block;
  max-width: 100%;
}
.pulic_head_cont .r_cont {
  width: calc(100% - 120px);
}
.pulic_head_cont .tis_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.pulic_head_cont .tis_search .serach_int {
  width: 164px;
  height: 36px;
}
.pulic_head_cont .tis_search .serach_int input {
  width: 100%;
  height: 100%;
  border: 1px solid #bfbfbf;
  padding-left: 30px;
  box-sizing: border-box;
  background: #fff url(../i/ico_1.png) no-repeat 10px center;
  background-size: 13px;
  font-size: 14px;
}
.pulic_head_cont .navi_cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pulic_head_cont .navi_cont .nav_dl {
  display: flex;
  align-items: center;
}
.pulic_head_cont .navi_cont .nav_dl .dl {
  position: relative;
  padding: 0 15px;
}
.pulic_head_cont .navi_cont .nav_dl .dl .dt {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #151515;
}
.pulic_head_cont .navi_cont .nav_dl .dl .dt .arr {
  display: block;
  margin-left: 3px;
  width: 12px;
}
.pulic_head_cont .navi_cont .nav_dl .dl .dd {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  padding: 5px 0;
  display: none;
  background: #fff;
}
.pulic_head_cont .navi_cont .nav_dl .dl .dd .li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #333;
}
.pulic_head_cont .navi_cont .nav_dl .dl .dd .li:hover {
  background: #f00000;
  color: #fff;
  border-bottom: 1px solid #f00000;
}
.pulic_head_cont .navi_cont .nav_dl .dl .dd .li:last-child {
  border-bottom: 0;
}
.pulic_head_cont .navi_cont .nav_dl .dl:hover .dd {
  display: block;
}
.pulic_head_cont .navi_cont .now_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 46px;
  background: #f00000;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.index_baner_cont {
  position: relative;
  overflow: hidden;
}
.index_baner_cont .bg {
  display: block;
  width: 100%;
}
.index_baner_cont .det_cont {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
.index_baner_cont .det_cont .cont {
  width: 50%;
  opacity: 0;
  transition: all 0.6s;
  transform: translateY(40px);
}
.index_baner_cont .det_cont .title {
  font-size: 75px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
}
.index_baner_cont .det_cont .txt {
  display: flex;
  flex-wrap: wrap;
}
.index_baner_cont .det_cont .txt img {
  display: block;
  max-width: 100%;
}
.index_baner_cont .det_cont .bit_btn {
  display: flex;
  margin-top: 30px;
}
.index_baner_cont .det_cont .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 65px;
  background: #ff0000;
  margin-right: 15px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.index_baner_cont .swiper-slide-active .cont {
  opacity: 1;
  transform: translateY(0);
}
.index_baner_cont .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  margin: 0 10px;
  background: #fff;
}
.index_case_1 {
  padding: 60px 0;
  background: #f9f9f9;
}
.index_case_1 .title_head {
  text-align: center;
  margin-bottom: 48px;
}
.index_case_1 .title_head h2 {
  font-size: 42px;
  color: #333333;
  font-weight: bold;
}
.index_case_1 .title_head .line {
  display: block;
  width: 64px;
  height: 3px;
  background: #f00000;
  margin: 12px auto;
}
.index_case_1 .title_head .txt {
  font-size: 18px;
  color: #999999;
  width: 60%;
  margin: 0 auto;
}
.index_case_1 .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.index_case_1 .last_cont .list {
  width: 32%;
  margin-right: 2%;
  padding: 20px 14px;
  background: #fff;
  border-radius: 10px;
}
.index_case_1 .last_cont .list:nth-child(3n) {
  margin-right: 0;
}
.index_case_1 .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.index_case_1 .last_cont .list .tis_i img {
  display: block;
  width: 100%;
  height: 252px;
  border-radius: 10px;
}
.index_case_1 .last_cont .list .det_cont {
  padding: 15px 0;
}
.index_case_1 .last_cont .list .det_cont h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  height: 30px;
}
.index_case_1 .last_cont .list .det_cont p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 20px;
  height: 100px;
}
.index_case_1 .last_cont .list .det_cont .pri {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}
.index_case_1 .last_cont .list .det_cont .pri s {
  font-size: 18px;
  font-weight: normal;
  color: #999999;
}
.index_case_1 .last_cont .list .det_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #ff0000;
  border-radius: 5px;
  font-size: 20px;
  color: #ffffff;
}
.index_case_1 .bit_more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 56px;
  background: #3362ab;
  margin: 40px auto 0;
  font-size: 20px;
  color: #ffffff;
}
.index_case_2 {
  padding: 120px 0 60px;
}
.index_case_2 .tis_cont {
  display: flex;
  margin-bottom: 50px;
}
.index_case_2 .tis_cont .l_title {
  width: 420px;
}
.index_case_2 .tis_cont .l_title h2 {
  font-size: 52px;
  color: #272626;
}
.index_case_2 .tis_cont .l_title .line {
  display: block;
  width: 64px;
  height: 3px;
  background: #f00000;
}
.index_case_2 .tis_cont .r_det {
  width: calc(100% - 420px);
}
.index_case_2 .tis_cont .r_det .dl {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.index_case_2 .tis_cont .r_det .dl:last-child {
  margin-bottom: 0;
}
.index_case_2 .tis_cont .r_det .dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
}
.index_case_2 .tis_cont .r_det .dl .dt img {
  display: block;
  width: 100%;
}
.index_case_2 .tis_cont .r_det .dl .dd {
  width: calc(100% - 74px);
  padding-left: 10px;
}
.index_case_2 .tis_cont .r_det .dl .dd h2 {
  font-size: 24px;
  color: #272626;
  margin-bottom: 14px;
}
.index_case_2 .tis_cont .r_det .dl .dd p {
  font-size: 17px;
  color: #141414;
  line-height: 24px;
}
.index_case_2 .bit_cont {
  display: flex;
}
.index_case_2 .bit_cont .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 405px;
  height: 290px;
}
.index_case_2 .bit_cont .l_img img {
  display: block;
  width: 100%;
}
.index_case_2 .bit_cont .r_cont {
  width: calc(100% - 405px);
  padding-left: 80px;
}
.index_case_2 .bit_cont .r_cont p {
  font-size: 17px;
  color: #000000;
  line-height: 25px;
}
.index_case_2 .bit_cont .r_cont .bit_btn {
  display: flex;
  margin-top: 30px;
}
.index_case_2 .bit_cont .r_cont .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 65px;
  border: 1px solid #ff0000;
  margin-right: 20px;
  font-size: 20px;
  color: #ff0000;
}
.index_case_2 .bit_cont .r_cont .bit_btn .btn:hover {
  background: #ff0000;
  color: #fff;
}
.index_case_3 {
  padding: 120px 0;
  background: url(../i/index_bg_1.png) no-repeat center;
  background-size: cover;
}
.index_case_3 .contain {
  display: flex;
}
.index_case_3 .l_video {
  width: 640px;
}
.index_case_3 .l_video img,
.index_case_3 .l_video video {
  display: block;
  width: 100%;
}
.index_case_3 .r_cont {
  width: calc(100% - 640px);
  padding-left: 70px;
}
.index_case_3 .r_cont .title_head {
  margin-bottom: 50px;
}
.index_case_3 .r_cont .title_head h2 {
  font-size: 42px;
  color: #ffffff;
}
.index_case_3 .r_cont .title_head .line {
  display: block;
  width: 64px;
  height: 3px;
  background: #fff;
}
.index_case_3 .r_cont .dl {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.index_case_3 .r_cont .dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 81px;
  height: 81px;
}
.index_case_3 .r_cont .dl .dt img {
  display: block;
  width: 100%;
}
.index_case_3 .r_cont .dl .dd {
  width: calc(100% - 81px);
  padding-left: 26px;
  font-size: 22px;
  color: #ffffff;
  text-align: left;
}
.index_case_3 .r_cont .dl:last-child {
  margin-bottom: 0;
}
.index_case_4 {
  padding: 100px 0 140px;
  background: #eff4fc;
}
.index_case_4 .contain {
  display: flex;
  justify-content: space-between;
}
.index_case_4 .l_cont {
  width: 550px;
}
.index_case_4 .l_cont .title_head {
  margin-bottom: 40px;
}
.index_case_4 .l_cont .title_head h2 {
  font-size: 42px;
  color: #333333;
  margin-bottom: 14px;
}
.index_case_4 .l_cont .title_head .line {
  display: block;
  width: 64px;
  height: 3px;
  background: #f00000;
}
.index_case_4 .l_cont .det_cont h3 {
  font-size: 27px;
  color: #000000;
  margin-bottom: 14px;
}
.index_case_4 .l_cont .det_cont p {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 10px;
}
.index_case_4 .l_cont .det_cont p:last-child {
  margin-bottom: 0;
}
.index_case_4 .l_cont .det_cont .bit_btn {
  display: flex;
  justify-content: space-between;
}
.index_case_4 .l_cont .det_cont .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 65px;
  background: #ff0000;
  font-size: 20px;
  color: #ffffff;
}
.index_case_4 .r_cont {
  width: 50%;
}
.case4_tis_baner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  height: 404px;
}
.case4_tis_baner img {
  display: block;
  width: 100%;
  height: 100%;
}
.case4_bit_baner {
  width: 88%;
  position: relative;
  overflow: hidden;
  height: 100px;
}
.case4_bit_baner img {
  display: block;
  width: 100%;
  height: 100%;
}
.case4_bit_baner .swiper-slide {
  background: #000;
}
.case4_bit_baner .swiper-slide img {
  opacity: 0.65;
}
.case4_bit_baner .swiper-slide-thumb-active {
  border: 2px solid #3362ab;
}
.case4_bit_baner .swiper-slide-thumb-active img {
  opacity: 1;
}
.case4_bit_arrow {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bit_baner_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_case_5 {
  padding: 130px 0;
}
.index_case_5 .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_case_5 .l_cont {
  width: 40%;
}
.index_case_5 .l_cont img {
  display: block;
  max-width: 100%;
}
.index_case_5 .l_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 65px;
  background: #ff0000;
  font-size: 20px;
  color: #ffffff;
  margin-top: 40px;
}
.index_case_5 .r_cont {
  width: 40%;
  height: 390px;
  background: #000;
}
.index_case_5 .r_cont img,
.index_case_5 .r_cont video {
  display: block;
  width: 100%;
}
.pulic_footer_cont {
  padding-top: 80px;
  background: #3362ab;
}
.pulic_footer_cont .tis_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
}
.pulic_footer_cont .tis_content .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
}
.pulic_footer_cont .tis_content .logo img {
  max-width: 100%;
}
.pulic_footer_cont .tis_content .r_cont {
  width: calc(100% - 110px);
  display: flex;
  justify-content: space-between;
  padding-left: 120px;
}
.pulic_footer_cont .tis_content .r_cont .nav_cont {
  margin: 0 30px;
  width: 220px;
}
.pulic_footer_cont .tis_content .r_cont .nav_cont .tle {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
.pulic_footer_cont .tis_content .r_cont .nav_cont .li {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
.pulic_footer_cont .tis_content .r_cont .nav_cont .li img {
  margin-right: 5px;
  width: 9px;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont {
  width: 356px;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .tis_cont {
  width: 100%;
  margin-bottom: 20px;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .tis_cont .title {
  margin-bottom: 20px;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .tis_cont .title h2 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 5px;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .tis_cont .title h3 {
  font-size: 18px;
  color: #ffffff;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .tis_cont .txt {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .inf_form_cont {
  display: flex;
  flex-wrap: wrap;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .inf_form_cont .dl {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .inf_form_cont .dl:nth-child(2n) {
  margin-right: 0;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .inf_form_cont .dl .dt {
  width: 100%;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .inf_form_cont .dl .dt em {
  display: block;
  font-size: 16px;
  margin-left: 5px;
  color: #790000;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .inf_form_cont .dl .dd {
  width: 100%;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .inf_form_cont .dl .dd input {
  width: 100%;
  height: 50px;
  padding-left: 5px;
  box-sizing: border-box;
  border: 1px solid #dcdada;
  font-size: 14px;
}
.pulic_footer_cont .tis_content .r_cont .contact_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 54px;
  background: #ff0000;
  border: 1px solid #fff;
  font-size: 18px;
  color: #ffffff;
}
.pulic_footer_cont .bit_cont {
  padding: 30px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #4d76b6;
}
.pulic_footer_cont .bit_cont .tle {
  font-size: 18px;
  color: #ffffff;
}
.pulic_footer_cont .bit_cont .dd {
  font-size: 17px;
  color: #ffffff;
}
.user_content {
  padding: 50px 0;
  background: #f9f9f9;
}
.user_content .title_head {
  text-align: center;
  padding: 40px 0;
  font-size: 35px;
  color: #333333;
}
.user_content .user_infor_cont {
  display: flex;
  align-items: center;
  padding: 46px 60px;
  background: #fff;
}
.user_content .user_infor_cont .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  overflow: hidden;
}
.user_content .user_infor_cont .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_content .user_infor_cont .det_cont {
  width: calc(100% - 86px);
  padding-left: 10px;
}
.user_content .user_infor_cont .det_cont .name {
  font-size: 35px;
  color: #101010;
  font-weight: bold;
  margin-bottom: 16px;
}
.user_content .user_infor_cont .det_cont .inf_dl {
  display: flex;
  align-items: center;
}
.user_content .user_infor_cont .det_cont .inf_dl .dl {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #222121;
  margin-right: 70px;
}
.user_content .user_order_cont .tis_nav {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.user_content .user_order_cont .tis_nav .li {
  padding: 14px 0;
  position: relative;
  font-size: 20px;
  color: #333333;
  margin-right: 10px;
  cursor: pointer;
}
.user_content .user_order_cont .tis_nav .li::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #f00000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.user_content .user_order_cont .tis_nav .li:hover,
.user_content .user_order_cont .tis_nav .li.hover {
  color: #333333;
}
.user_content .user_order_cont .tis_nav .li:hover::after,
.user_content .user_order_cont .tis_nav .li.hover::after {
  width: 49px;
}
.user_content .user_order_cont .bit_cont .cont {
  padding: 42px 48px;
  background: #fff;
}
.user_content .user_order_cont .bit_cont .tab_cont {
  width: 100%;
  padding: 10px;
  border: 1px solid #dcdbdb;
}
.user_content .user_order_cont .bit_cont .tab_cont .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.user_content .user_order_cont .bit_cont .tab_cont .dl .dt {
  font-size: 18px;
  color: #141414;
}
.user_content .user_order_cont .bit_cont .tab_cont .dl .dd {
  font-size: 17px;
  color: #45494f;
}
.user_content .user_order_cont .bit_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 272px;
  height: 62px;
  background: #f00000;
  border-radius: 5px;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
}
.cont_baner_cont {
  position: relative;
}
.cont_baner_cont img {
  display: block;
  width: 100%;
}
.cont_baner_cont .contain {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cont_baner_cont .txt {
  width: 60%;
  padding: 90px 90px;
  background: rgba(0, 0, 0, 0.42);
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.cont_baner_cont .txt h2 {
  text-align: left;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.cont_baner_cont .txt p {
  font-size: 20px;
  color: #fff;
  text-align: left;
}
.about_case_1 {
  padding: 100px 0 60px;
}
.about_case_1 .tis_cont {
  text-align: center;
  margin-bottom: 160px;
}
.about_case_1 .tis_cont h2 {
  font-size: 42px;
  color: #333333;
  margin-bottom: 30px;
}
.about_case_1 .tis_cont p {
  font-size: 20px;
  color: #333333;
}
.about_case_1 .bit_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_case_1 .bit_cont .l_cont {
  width: 580px;
}
.about_case_1 .bit_cont .l_cont h2 {
  font-size: 42px;
  color: #333333;
  margin-bottom: 18px;
}
.about_case_1 .bit_cont .l_cont p {
  font-size: 18px;
  color: #333333;
}
.about_case_1 .bit_cont .r_cont {
  width: 40%;
  height: 327px;
  background: #000;
}
.about_case_2 {
  padding: 80px 0 40px;
  background: #5b81bc;
  text-align: center;
}
.about_case_2 h2 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 24px;
}
.about_case_2 p {
  font-size: 24px;
  color: #ffffff;
}
.about_case_3 {
  padding: 90px 0 30px;
  background: #eff4fc;
}
.about_case_3 .contain {
  display: flex;
  flex-wrap: wrap;
}
.about_case_3 .list {
  width: 32%;
  margin-right: 2%;
}
.about_case_3 .list:nth-child(3n) {
  margin-right: 0;
}
.about_case_3 .list .tis_i {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.about_case_3 .list .tis_i img {
  display: block;
  width: 100%;
}
.about_case_3 .list .title_head {
  margin-bottom: 14px;
}
.about_case_3 .list .title_head h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 12px;
}
.about_case_3 .list .title_head h3 {
  font-size: 25px;
  color: #000000;
}
.about_case_3 .list p {
  font-size: 17px;
  line-height: 26px;
  color: #000000;
}
.about_case_4 {
  padding: 70px 0;
}
.about_case_4 .title_head {
  margin-bottom: 40px;
}
.about_case_4 .title_head h2 {
  text-align: center;
  font-size: 42px;
  color: #333333;
  margin-bottom: 30px;
}
.about_case_4 .title_head p {
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.about_case_4 .img_last {
  display: flex;
  flex-wrap: wrap;
}
.about_case_4 .img_last .li {
  width: 49%;
  height: 325px;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about_case_4 .img_last .li:nth-child(2n) {
  margin-right: 0;
}
.about_case_4 .img_last .li img {
  display: block;
  width: 100%;
}
.about_case_5 {
  padding: 40px 0;
  background: #fbfbfb;
}
.about_case_5 .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_case_5 .l_cont {
  width: 50%;
}
.about_case_5 .l_cont h2 {
  font-size: 42px;
  color: #333333;
  margin-bottom: 20px;
}
.about_case_5 .l_cont p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.about_case_5 .r_cont {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_case_5 .r_cont img {
  max-width: 100%;
}
.about_case_6 {
  padding: 40px 0;
}
.about_case_6 .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_case_6 .l_cont {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_case_6 .l_cont img {
  max-width: 100%;
}
.about_case_6 .r_cont {
  width: 50%;
}
.about_case_6 .r_cont h2 {
  font-size: 42px;
  color: #333333;
  margin-bottom: 20px;
}
.about_case_6 .r_cont p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.about_case_7 {
  background: #eff4fc;
  display: flex;
  align-items: center;
}
.about_case_7 .l_img {
  width: 50%;
}
.about_case_7 .l_img img {
  display: block;
  width: 100%;
}
.about_case_7 .r_cont {
  width: 600px;
  padding-left: 40px;
}
.about_case_7 .r_cont .title_txt {
  margin-bottom: 40px;
}
.about_case_7 .r_cont .title_txt h2 {
  font-size: 42px;
  color: #333333;
}
.about_case_7 .r_cont .title_txt p {
  font-size: 18px;
  line-height: 29px;
  color: #333333;
}
.about_case_7 .r_cont .infor_tab_cont .tle {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.about_case_7 .r_cont .infor_tab_cont .dl_last {
  display: flex;
  flex-wrap: wrap;
}
.about_case_7 .r_cont .infor_tab_cont .dl_last .dl {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.about_case_7 .r_cont .infor_tab_cont .dl_last .dl:nth-child(2n) {
  margin-right: 0;
}
.about_case_7 .r_cont .infor_tab_cont .dl_last .dl .dt {
  padding: 8px 0;
  font-size: 22px;
  color: #333333;
}
.about_case_7 .r_cont .infor_tab_cont .dl_last .dl .dt em {
  color: #ef3434;
}
.about_case_7 .r_cont .infor_tab_cont .dl_last .dl .dd {
  width: 100%;
}
.about_case_7 .r_cont .infor_tab_cont .dl_last .dl .dd input {
  width: 100%;
  height: 50px;
  background: #fff;
  padding-left: 10px;
  border: 1px solid #eae8e8;
  font-size: 14px;
  color: #333;
}
.about_case_7 .r_cont .infor_tab_cont .dl_last .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 54px;
  background: #ff0000;
  font-size: 18px;
  color: #ffffff;
  margin-top: 40px;
}
.resign_cont {
  padding: 60px 0 80px;
}
.resign_cont .title_head {
  padding: 40px 0;
  text-align: center;
  font-size: 42px;
  color: #1c1c1c;
}
.resign_cont .detail_cont {
  width: 100%;
  padding: 36px 40px;
  background: #f9f9f9;
}
.resign_cont .detail_cont .tis_cont .tle {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 24px;
}
.resign_cont .detail_cont .tis_cont p {
  font-size: 14px;
  color: #464646;
  line-height: 26px;
}
.resign_cont .tab_infor_cont {
  padding: 40px 0;
}
.resign_cont .tab_infor_cont .int_last {
  display: flex;
  flex-wrap: wrap;
}
.resign_cont .tab_infor_cont .int_last .dl {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.resign_cont .tab_infor_cont .int_last .dl:nth-child(2n) {
  margin-right: 0;
}
.resign_cont .tab_infor_cont .int_last .dl.w100 {
  width: 100%;
  margin-right: 0;
}
.resign_cont .tab_infor_cont .int_last .dl .dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000000;
  padding: 15px 0;
}
.resign_cont .tab_infor_cont .int_last .dl .dd {
  width: 100%;
}
.resign_cont .tab_infor_cont .int_last .dl .dd input {
  width: 100%;
  height: 52px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}
.resign_cont .tab_infor_cont .int_last .dl .dd .ava_up_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  background: #eeeeee;
  border-radius: 10px;
  position: relative;
}
.resign_cont .tab_infor_cont .int_last .dl .dd .ava_up_cont .tis_up_i {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: auto;
}
.resign_cont .tab_infor_cont .int_last .dl .dd .ava_up_cont:after {
  content: "Drop Your Service Dog photo";
  position: absolute;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.resign_cont .tab_infor_cont .int_last .dl .dd .ava_up_cont.active:after {
  content: "";
}
.resign_cont .tab_infor_cont .int_last .dl .dd .ava_up_cont input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.resign_cont .tab_infor_cont .int_last .dl .dd .ava_up_cont img {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.resign_cont .tab_infor_cont em {
  font-size: 23px;
  color: #f00000;
}
.resign_cont .tab_infor_cont .rad_int {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-size: 18px;
  color: #000000;
}
.resign_cont .tab_infor_cont .rad_int input {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  margin: 0 5px;
}
.resign_cont .tab_infor_cont .pro_last {
  display: flex;
  align-items: center;
  justify-content: center;
}
.resign_cont .tab_infor_cont .pro_last .list {
  width: 178px;
  margin: 0 10px;
  border-radius: 10px;
  background: #fff;
}
.resign_cont .tab_infor_cont .pro_last .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  background: #000;
}
.resign_cont .tab_infor_cont .pro_last .list .tis_i img {
  display: block;
  width: 100%;
}
.resign_cont .tab_infor_cont .pro_last .list .det_cont {
  padding: 12px 14px;
}
.resign_cont .tab_infor_cont .pro_last .list .det_cont h2 {
  font-size: 19px;
  color: #000000;
}
.resign_cont .tab_infor_cont .pro_last .list .det_cont p {
  font-size: 28px;
  color: #000000;
}
.resign_cont .tab_infor_cont .btn_cont {
  padding: 40px 0;
}
.resign_cont .tab_infor_cont .btn_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 322px;
  height: 72px;
  border-radius: 10px;
  background: #f00001;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 10px auto;
}
.resign_cont .bit_cont {
  text-align: center;
}
.resign_cont .bit_cont h2 {
  font-size: 62px;
  color: #272626;
}
.resign_cont .bit_cont p {
  padding: 30px 0 15px;
  font-size: 14px;
  color: #464646;
}
.resign_cont .bit_cont img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.pulic_service_content {
  padding: 60px 0 50px;
  background: #f2f7fe;
}
.pulic_service_content .contain {
  display: flex;
  align-items: center;
}
.pulic_service_content .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 368px;
  height: 240px;
}
.pulic_service_content .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.pulic_service_content .r_cont {
  width: calc(100% - 368px);
  padding-left: 50px;
}
.pulic_service_content .r_cont .tle {
  margin-bottom: 10px;
}
.pulic_service_content .r_cont .tle b {
  font-size: 60px;
  font-weight: bold;
  color: #272626;
}
.pulic_service_content .r_cont .tle span {
  font-size: 36px;
  font-weight: bold;
  color: #f00001;
}
.pulic_service_content .r_cont p {
  font-size: 18px;
  color: #3a3939;
}
.contact_tips_cont {
  padding: 24px 0;
  background: #3362ab;
}
.contact_tips_cont .contain {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_tips_cont .dl {
  display: flex;
  align-items: center;
  margin: 0 100px;
}
.contact_tips_cont .dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
}
.contact_tips_cont .dl .dt img {
  display: block;
  width: 100%;
}
.contact_tips_cont .dl .dd {
  width: calc(100% - 58px);
  padding-left: 20px;
}
.contact_tips_cont .dl .dd p {
  font-size: 18px;
  color: #ffffff;
}
.contact_contain {
  padding: 90px 0;
}
.contact_contain .title_head {
  text-align: center;
  margin-bottom: 60px;
  font-size: 42px;
  color: #333333;
}
.contact_contain .contact_form_cont {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.contact_contain .contact_form_cont .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 14px;
}
.contact_contain .contact_form_cont .int_dl {
  display: flex;
  flex-wrap: wrap;
}
.contact_contain .contact_form_cont .int_dl .dl {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.contact_contain .contact_form_cont .int_dl .dl:nth-child(2n) {
  margin-right: 0;
}
.contact_contain .contact_form_cont .int_dl .dl .dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  height: 40px;
}
.contact_contain .contact_form_cont .int_dl .dl .dd input {
  width: 100%;
  height: 50px;
  padding-left: 6px;
  box-sizing: border-box;
  border: 1px solid #3a434d;
  font-size: 16px;
}
.contact_contain .contact_form_cont em {
  color: #a40000;
}
.contact_contain .contact_form_cont .rad_tle {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.contact_contain .contact_form_cont .rad_int {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 12px;
  color: #333;
}
.contact_contain .contact_form_cont .rad_int input {
  width: 13px;
  margin-right: 5px;
}
.contact_contain .contact_form_cont .next_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 48px;
  background: #f00000;
  font-size: 14px;
  color: #333;
}
.pro_main_cont {
  padding: 50px 0 60px;
}
.pro_main_cont .tis_title {
  margin-bottom: 46px;
}
.pro_main_cont .tis_title h2 {
  font-size: 42px;
  color: #1c1c1c;
  margin-bottom: 24px;
}
.pro_main_cont .tis_title p {
  font-size: 17px;
  line-height: 26px;
  color: #1c1c1c;
}
.pro_main_cont .pro_last {
  display: flex;
  flex-wrap: wrap;
}
.pro_main_cont .pro_last .list {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 60px;
}
.pro_main_cont .pro_last .list:nth-child(3n) {
  margin-right: 0;
}
.pro_main_cont .pro_last .list .tis_i {
  display: block;
  width: 100%;
  height: 258px;
  overflow: hidden;
  border-radius: 10px;
}
.pro_main_cont .pro_last .list .tis_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.pro_main_cont .pro_last .list .det_cont {
  padding: 24px 0 0 0;
}
.pro_main_cont .pro_last .list .det_cont h2 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 12px;
  height: 40px;
}
.pro_main_cont .pro_last .list .det_cont p {
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  height: 110px;
}
.pro_main_cont .pro_last .list .det_cont .bit_pri {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ff0000;
  border-radius: 5px;
  margin-top: 10px;
}
.pro_main_cont .pro_last .list .det_cont .bit_pri .pri {
  padding-left: 10px;
}
.pro_main_cont .pro_last .list .det_cont .bit_pri .pri b {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}
.pro_main_cont .pro_last .list .det_cont .bit_pri .pri s {
  font-size: 18px;
  color: #999999;
  font-weight: bold;
  margin-left: 5px;
}
.pro_main_cont .pro_last .list .det_cont .bit_pri .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 60px;
  background: #ff0000;
  font-size: 16px;
  color: #ffffff;
  padding: 5px;
}
.pro_detail_tips {
  padding: 60px 0 50px;
  background: #fbfbfb;
}
.pro_detail_tips .contain {
  position: relative;
  text-align: center;
  font-size: 42px;
  color: #333333;
}
.pro_detail_tips .return_btn {
  display: flex;
  align-items: center;
  width: 130px;
  height: 56px;
  background: #eeeeee;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 18px;
  color: #453f3f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_detail_tips .return_btn img {
  margin-right: 5px;
}
.pro_detail_main .case_1 {
  padding: 80px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pro_detail_main .case_1 .l_img {
  width: 574px;
  height: 370px;
}
.pro_detail_main .case_1 .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.pro_detail_main .case_1 .r_cont {
  width: 45%;
}
.pro_detail_main .case_1 .r_cont h2 {
  font-size: 52px;
  font-weight: bold;
  color: #272626;
  margin-bottom: 30px;
}
.pro_detail_main .case_1 .r_cont p {
  font-size: 18px;
  color: #272626;
  line-height: 32px;
}
.pro_detail_main .case_1 .r_cont .pri {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.pro_detail_main .case_1 .r_cont .pri b {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
.pro_detail_main .case_1 .r_cont .pri s {
  font-size: 18px;
  color: #999999;
}
.pro_detail_main .case_1 .r_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 78px;
  background: #f00000;
  border-radius: 5px;
  font-size: 22px;
  color: #ffffff;
  margin-top: 20px;
}
.pro_detail_main .case_2 {
  padding: 50px 0 100px;
  text-align: center;
}
.pro_detail_main .case_2 h2 {
  font-size: 42px;
  color: #333333;
  margin-bottom: 30px;
}
.pro_detail_main .case_2 p {
  font-size: 20px;
  line-height: 32px;
  color: #272626;
}
.pro_detail_main .case_3 {
  padding: 90px 0;
  background: #f6f6f6;
}
.pro_detail_main .case_3 .contain {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pro_detail_main .case_3 .l_cont {
  width: 45%;
}
.pro_detail_main .case_3 .l_cont .txt_dl {
  margin-bottom: 50px;
}
.pro_detail_main .case_3 .l_cont .txt_dl h2 {
  font-size: 42px;
  color: #333333;
  margin-bottom: 20px;
}
.pro_detail_main .case_3 .l_cont .txt_dl p {
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}
.pro_detail_main .case_3 .r_img {
  width: 570px;
  border-radius: 10px;
  overflow: hidden;
}
.pro_detail_main .case_3 .r_img img {
  display: block;
  width: 100%;
}
.query_cont_baner {
  position: relative;
}
.query_cont_baner .bg {
  display: block;
  width: 100%;
}
.query_cont_baner .contain {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
.query_cont_baner .cont {
  width: 100%;
}
.query_cont_baner .title {
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 14px;
}
.query_cont_baner .title_txt {
  text-align: center;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 32px;
}
.query_cont_baner .search_int {
  width: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, 0.42);
}
.query_cont_baner .search_int .tle {
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
}
.query_cont_baner .search_int .tle em {
  color: #f00000;
}
.query_cont_baner .search_int input {
  width: 100%;
  height: 74px;
  padding-left: 50px;
  background: #fff url(../i/ico_5.png) no-repeat 10px center;
  background-size: 30px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.query_cont_baner .search_int .bits_btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #f00000;
}
.query_cont_baner .search_int .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 74px;
  background: #f00000;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
  margin-left: 10px;
}
.det_card_cont {
  position: relative;
}
.det_card_cont img {
  display: block;
  width: 100%;
}
.det_card_cont .txt {
  position: absolute;
  text-align: center;
  font-size: 22px;
  color: #ff0000;
}
.det_card_cont .txt.txt1 {
  top: 446px;
  left: 50%;
  transform: translateX(-50%);
}
.det_card_cont .txt.txt2 {
  top: 523px;
  left: 50%;
  transform: translateX(-50%);
}
.det_card_cont .txt.txt3 {
  top: 595px;
  left: 50%;
  transform: translateX(-50%);
}
.det_card_cont .txt.txt4 {
  top: 694px;
  left: 180px;
  width: 240px;
}
.det_card_cont .txt.txt5 {
  top: 694px;
  right: 180px;
  width: 240px;
}
.national_main {
  padding: 70px 0 80px;
}
.national_main .tis_title {
  text-align: center;
  margin-bottom: 200px;
}
.national_main .tis_title h2 {
  font-size: 42px;
  color: #1c1c1c;
}
.national_main .tis_title p {
  font-size: 17px;
  color: #1c1c1c;
}
.national_main .tis_title .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 514px;
  height: 414px;
  margin: 30px auto 0;
  background: #000;
}
.national_main .tis_title .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.national_main .bits_txt {
  text-align: center;
}
.national_main .bits_txt .tab_cont {
  width: 100%;
  padding: 10px;
  border: 1px solid #dcdbdb;
}
.national_main .bits_txt .tab_cont .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.national_main .bits_txt .tab_cont .dl .dt {
  font-size: 18px;
  color: #141414;
}
.national_main .bits_txt .tab_cont .dl .dd {
  font-size: 17px;
  color: #45494f;
}
.national_main .bits_txt .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 272px;
  height: 62px;
  background: #f00000;
  border-radius: 5px;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
}
.national_main .bits_txt h2 {
  font-size: 42px;
  color: #1c1c1c;
}
.national_main .bits_txt .bits {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 730px;
  height: 56px;
  background: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  padding-left: 20px;
  font-size: 14px;
  color: #8a6d46;
  margin: 0 auto;
}
.apply_main {
  padding: 80px 0;
  min-height: 1200px;
  text-align: center;
}
.apply_main .tis_title {
  font-size: 42px;
  color: #1c1c1c;
  margin-bottom: 32px;
}
.apply_main .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 630px;
  height: 370px;
  margin: 0 auto 50px;
  background: #000;
}
.apply_main .pri {
  font-size: 32px;
  color: #1c1c1c;
}
.apply_main .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 344px;
  height: 74px;
  margin: 40px auto 0;
  background: #f00000;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
}
/*****phone*****/
.phone_show {
  display: none;
}
/**********/
@media (max-width: 720px) {
  .contain {
    width: 100%;
    padding: 0 1rem;
  }
  .phone_show {
    display: block;
  }
  .pulic_head_cont {
    padding: 1rem 0;
  }
  .pulic_head_cont .logo {
    width: 7rem;
    height: auto;
  }
  .pulic_head_cont .logo img {
    display: block;
    width: 100%;
  }
  .pulic_head_cont .r_cont {
    display: flex;
    width: calc(100% - 7rem);
    justify-content: flex-end;
  }
  .pulic_head_cont .r_cont .navi_cont {
    display: none;
  }
  .pulic_head_cont .r_cont .phone_menu_btn {
    width: 3rem;
    height: 2.4rem;
    position: relative;
  }
  .pulic_head_cont .r_cont .phone_menu_btn .line {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background: #3362ab;
    position: absolute;
    transition: all 0.8s;
  }
  .pulic_head_cont .r_cont .phone_menu_btn .line:nth-child(1) {
    top: 0;
    left: 0;
  }
  .pulic_head_cont .r_cont .phone_menu_btn .line:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .pulic_head_cont .r_cont .phone_menu_btn .line:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .pulic_head_cont .r_cont .phone_menu_btn.active .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-226deg);
  }
  .pulic_head_cont .r_cont .phone_menu_btn.active .line:nth-child(2) {
    width: 0;
  }
  .pulic_head_cont .r_cont .phone_menu_btn.active .line:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(226deg);
  }
  .phone_mene_bg {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 14;
    transition: all 0.8s;
  }
  .phone_mene_bg.active {
    right: 0;
  }
  .phone_mene_cont {
    display: block;
    position: fixed;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100vh;
    background: #fff;
    padding: 1rem;
    overflow-y: scroll;
    z-index: 15;
    transition: all 0.8s;
  }
  .phone_mene_cont .li {
    padding: 1rem;
  }
  .phone_mene_cont .li .tle {
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
  }
  .phone_mene_cont .bit_dl {
    padding-left: 2rem;
  }
  .phone_mene_cont .bit_dl .dd {
    display: block;
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
  .phone_mene_cont.active {
    left: 0;
  }
  .index_baner_cont {
    width: 100%;
  }
  .index_baner_cont .det_cont .cont {
    width: 100%;
  }
  .index_baner_cont .det_cont .title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .index_baner_cont .det_cont .bit_btn {
    margin-top: 1rem;
  }
  .index_baner_cont .det_cont .bit_btn .btn {
    width: auto;
    padding: 0 0.6rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .index_case_1 {
    padding: 2rem 0;
  }
  .index_case_1 .title_head {
    margin-bottom: 1rem;
  }
  .index_case_1 .title_head h2 {
    font-size: 1.8rem;
  }
  .index_case_1 .title_head .line {
    width: 3rem;
    margin: 0.4rem auto;
  }
  .index_case_1 .title_head p {
    font-size: 1.4rem !important;
  }
  .index_case_1 .last_cont .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .index_case_1 .last_cont .list .tis_i img {
    height: auto;
  }
  .index_case_1 .last_cont .list .det_cont {
    padding: 1rem 0;
  }
  .index_case_1 .last_cont .list .det_cont h2 {
    font-size: 1.5rem;
    height: auto;
  }
  .index_case_1 .last_cont .list .det_cont p {
    font-size: 1.2rem;
    height: auto;
    margin-bottom: 1rem;
  }
  .index_case_1 .last_cont .list .det_cont .pri {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
  .index_case_1 .last_cont .list .det_cont .sub_btn {
    height: 4rem;
    font-size: 1.4rem;
  }
  .index_case_1 .bit_more_btn {
    width: 16rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .index_case_2 {
    padding: 2rem 0;
  }
  .index_case_2 .tis_cont {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  .index_case_2 .tis_cont .l_title {
    width: 100%;
  }
  .index_case_2 .tis_cont .l_title h2 {
    font-size: 2.4rem;
  }
  .index_case_2 .tis_cont .l_title .line {
    width: 3rem;
  }
  .index_case_2 .tis_cont .r_det {
    width: 100%;
    padding: 1rem 0;
  }
  .index_case_2 .tis_cont .r_det .dl {
    margin-bottom: 1rem;
    align-items: flex-start;
  }
  .index_case_2 .tis_cont .r_det .dl .dt {
    width: 3rem;
    height: 3rem;
  }
  .index_case_2 .tis_cont .r_det .dl .dd {
    width: calc(100% - 3rem);
    padding-left: 0.4rem;
  }
  .index_case_2 .tis_cont .r_det .dl .dd h2 {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
  }
  .index_case_2 .tis_cont .r_det .dl .dd p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .index_case_2 .bit_cont {
    flex-wrap: wrap;
  }
  .index_case_2 .bit_cont .l_img {
    width: 100%;
    height: auto;
  }
  .index_case_2 .bit_cont .r_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .index_case_2 .bit_cont .r_cont p {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .index_case_2 .bit_cont .r_cont .bit_btn {
    margin-top: 1rem;
  }
  .index_case_2 .bit_cont .r_cont .bit_btn .btn {
    width: 48%;
    height: 4rem;
    font-size: 1.4rem;
    margin: 0 1%;
  }
  .index_case_3 {
    padding: 2rem 0;
  }
  .index_case_3 .contain {
    flex-wrap: wrap;
  }
  .index_case_3 .l_video {
    width: 100%;
  }
  .index_case_3 .r_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .index_case_3 .r_cont .title_head {
    margin-bottom: 2rem;
  }
  .index_case_3 .r_cont .title_head h2 {
    font-size: 1.8rem;
  }
  .index_case_3 .r_cont .title_head .line {
    width: 3rem;
  }
  .index_case_3 .r_cont .dl {
    margin-bottom: 1rem;
    align-items: flex-start;
  }
  .index_case_3 .r_cont .dl .dt {
    width: 3rem;
    height: 3rem;
  }
  .index_case_3 .r_cont .dl .dd {
    width: calc(100% - 3rem);
    padding-left: 0.4rem;
  }
  .index_case_4 {
    padding: 2rem 0;
  }
  .index_case_4 .contain {
    flex-wrap: wrap;
  }
  .index_case_4 .l_cont {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_case_4 .l_cont .title_head {
    margin-bottom: 2rem;
  }
  .index_case_4 .l_cont .title_head h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .index_case_4 .l_cont .det_cont h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .index_case_4 .l_cont .det_cont .bit_btn .btn {
    width: 48%;
    height: 3rem;
    font-size: 1.4rem;
  }
  .index_case_4 .r_cont {
    width: 100%;
  }
  .case4_tis_baner {
    height: 26rem;
  }
  .case4_bit_baner {
    height: 11rem;
  }
  .index_case_5 {
    padding: 2rem 0;
  }
  .index_case_5 .contain {
    flex-wrap: wrap;
  }
  .index_case_5 .l_cont {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_case_5 .l_cont .sub_btn {
    width: auto;
    height: 3rem;
    font-size: 1.2rem;
    margin-top: 1rem;
    padding: 0 1rem;
  }
  .index_case_5 .r_cont {
    height: auto;
    width: 100%;
  }
  .pulic_footer_cont {
    padding: 2rem 0;
  }
  .pulic_footer_cont .tis_content {
    flex-wrap: wrap;
  }
  .pulic_footer_cont .tis_content .logo {
    width: 100%;
  }
  .pulic_footer_cont .tis_content .logo img {
    width: 6rem;
  }
  .pulic_footer_cont .tis_content .r_cont {
    width: 100%;
    padding: 2rem 0 0;
    flex-wrap: wrap;
  }
  .pulic_footer_cont .tis_content .r_cont .nav_cont {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .pulic_footer_cont .tis_content .r_cont .contact_cont {
    width: 100%;
  }
  .pulic_footer_cont .tis_content .r_cont .contact_cont .tis_cont {
    margin-bottom: 1rem;
  }
  .pulic_footer_cont .tis_content .r_cont .contact_cont .tis_cont .title {
    margin-bottom: 1rem;
  }
  .pulic_footer_cont .tis_content .r_cont .contact_cont .sub_btn {
    width: 12rem;
    height: 3rem;
    font-size: 1.2rem;
  }
  .pulic_footer_cont .bit_cont {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .pulic_footer_cont .bit_cont .tle {
    width: 100%;
  }
  .pulic_footer_cont .bit_cont .dd {
    width: 100%;
  }
  .cont_baner_cont .txt {
    padding: 1rem;
  }
  .cont_baner_cont .txt h2 {
    font-size: 1.8rem;
  }
  .cont_baner_cont .txt p {
    font-size: 1.4rem;
  }
  .about_case_1 {
    padding: 2rem 0;
  }
  .about_case_1 .tis_cont {
    margin-bottom: 2rem;
  }
  .about_case_1 .tis_cont h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .about_case_1 .bit_cont {
    flex-wrap: wrap;
  }
  .about_case_1 .bit_cont .r_cont {
    width: 100%;
    height: auto;
    order: 1;
  }
  .about_case_1 .bit_cont .l_cont {
    width: 100%;
    order: 2;
  }
  .about_case_1 .bit_cont .l_cont h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .about_case_2 {
    padding: 1rem 0;
  }
  .about_case_2 h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .about_case_2 p {
    font-size: 1.2rem;
  }
  .about_case_3 {
    padding: 2rem 0;
  }
  .about_case_3 .list {
    width: 100%;
    margin: 0 auto 1rem;
  }
  .about_case_3 .list .tis_i {
    margin-bottom: 1rem;
  }
  .about_case_3 .list .title_head {
    margin-bottom: 1rem;
  }
  .about_case_3 .list p {
    font-size: 1.2rem;
  }
  .about_case_4 {
    padding: 2rem 0;
  }
  .about_case_4 .title_head {
    margin-bottom: 2rem;
  }
  .about_case_4 .title_head h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .about_case_4 .img_last .li {
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
  }
  .about_case_5 {
    padding: 2rem 0;
  }
  .about_case_5 .contain {
    flex-wrap: wrap;
  }
  .about_case_5 .l_cont {
    width: 100%;
    order: 2;
  }
  .about_case_5 .l_cont h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .about_case_5 .r_cont {
    width: 100%;
    order: 1;
  }
  .about_case_5 .r_cont img {
    width: 15rem;
  }
  .about_case_6 .contain {
    flex-wrap: wrap;
  }
  .about_case_6 .l_cont {
    width: 100%;
  }
  .about_case_6 .l_cont img {
    width: 15rem;
  }
  .about_case_6 .r_cont {
    width: 100%;
  }
  .about_case_6 .r_cont h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .about_case_7 {
    flex-wrap: wrap;
    padding: 2rem;
  }
  .about_case_7 .l_img {
    width: 100%;
  }
  .about_case_7 .r_cont {
    width: 100%;
    padding: 1rem 0 0 0;
  }
  .about_case_7 .r_cont .title_txt {
    margin-bottom: 1rem;
  }
  .about_case_7 .r_cont .title_txt h2 {
    font-size: 1.8rem;
  }
  .about_case_7 .r_cont .infor_tab_cont .dl_last .sub_btn {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
  }
  .pro_main_cont {
    padding: 2rem 0;
  }
  .pro_main_cont .tis_title {
    margin-bottom: 2rem;
  }
  .pro_main_cont .tis_title h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .pro_main_cont .pro_last .list {
    width: 100%;
    margin: 0 auto 1rem;
  }
  .pro_main_cont .pro_last .list .tis_i {
    height: auto;
  }
  .pro_main_cont .pro_last .list .det_cont {
    padding: 1rem 0 0 0;
  }
  .pro_main_cont .pro_last .list .det_cont .bit_pri .pri b {
    font-size: 1.6rem;
  }
  .pro_main_cont .pro_last .list .det_cont .bit_pri .btn {
    font-size: 1.4rem;
  }
  .pro_main_cont img {
    max-width: 100%;
  }
  .pulic_service_content {
    padding: 2rem 0;
  }
  .pulic_service_content .contain {
    flex-wrap: wrap;
  }
  .pulic_service_content .l_img {
    width: 100%;
    height: 16rem;
  }
  .pulic_service_content .r_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .pulic_service_content .r_cont .tle b {
    font-size: 2.4rem;
  }
  .pulic_service_content .r_cont .tle span {
    font-size: 1.8rem;
  }
  .pulic_service_content .r_cont p {
    font-size: 1.6rem;
  }
  .query_cont_baner {
    height: 32rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .query_cont_baner .bg {
    width: 300%;
    height: 100%;
  }
  .query_cont_baner .title {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
  .query_cont_baner .title_txt {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
  .query_cont_baner .search_int {
    padding: 1rem;
  }
  .query_cont_baner .search_int input {
    height: 4rem;
    background-size: 2rem;
    padding-left: 3rem;
    font-size: 1.2rem;
    border-radius: 5px;
  }
  .query_cont_baner .search_int .btn {
    width: 8rem;
    height: 4rem;
    font-size: 1.2rem;
    border-radius: 5px;
  }
  .national_main {
    padding: 2rem 0;
  }
  .national_main .bits_txt h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .national_main .bits_txt .bits {
    width: 100%;
    height: 4rem;
  }
  .contact_tips_cont .dl {
    margin: 0 1rem;
  }
  .contact_tips_cont .dl .dt {
    width: 5rem;
    height: 5rem;
  }
  .contact_tips_cont .dl .dd {
    width: calc(100% - 5rem);
  }
  .contact_contain {
    padding: 2rem 0;
  }
  .contact_contain .title_head {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .contact_contain .contact_form_cont {
    width: 100%;
  }
  .contact_contain .contact_form_cont .title {
    font-size: 1.6rem;
  }
  .contact_contain .contact_form_cont .next_btn {
    width: 100%;
    height: 4rem;
  }
  .resign_cont {
    padding: 2rem 0;
  }
  .resign_cont .title_head {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
  .resign_cont .detail_cont {
    padding: 1rem;
  }
  .resign_cont .tab_infor_cont {
    padding: 1rem 0;
  }
  .resign_cont .tab_infor_cont .int_last .dl {
    margin-bottom: 1rem;
  }
  .resign_cont .tab_infor_cont .int_last .dl .dt {
    padding: 0.5rem 0;
    font-size: 1.4rem;
    min-height: 5rem;
  }
  .resign_cont .tab_infor_cont .int_last .dl .dd input {
    height: 3.5rem;
    font-size: 1.2rem;
  }
  .resign_cont .tab_infor_cont .btn_cont {
    padding: 2rem 0;
  }
  .resign_cont .tab_infor_cont .btn_cont .btn {
    width: 100%;
    height: 4rem;
    font-size: 1.4rem;
  }
}
