

.service_box {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

.service {
  width: 1200px;
  margin: 0 auto;
}

.service_container {
  width: 100%;
}



.service_content {
  padding-top: 60px;
}

/* .service_main {
  width: 299px;
  height: 430px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #fff;
  float: left;
  cursor: pointer;
}

.service_main:hover {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  margin-top: -10px;
}

.service_main_title {
  width: 299px;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
}

.service_img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}

.service_img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 50%;
}

.service_img_black {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  display: none;
}

.service_img:hover .service_img_black {
  display: block;
}

.service_img_black_text {
  height: 58px;
  margin: 71px 0;
}

.service_img_black_text span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.service_main_text {
  margin: 0 auto;
  margin-top: 16px;
  width: 240px;
}

.service_main_text span {
  display: block;
  text-align: center;
}

.service_main_text span:first-child {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.service_main_text span:last-child {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.service_detail {
  width: 164px;
  height: 40px;
  background: linear-gradient(0deg, #00467F, #003967);
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 13px;
} */

.about {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.about_content {
  width: 1200px;
  padding-top: 33px;
  padding-bottom: 79px;
  overflow: hidden;
}

.about_l {
  width: 523px;
  height: 393px;
  float: left;
}

.about_l img {
  width: 100%;
  height: 100%;
  display: block;
}

.about_shu {
  width: 4px;
  height: 393px;
  background: #00467F;
  float: left;
  margin-left: 8px;
}

.about_r {
  float: right;
  padding-right: 209px;
}

.about_title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #00467F;
  margin-top: 58px;
}

.about_title::after {
  content: '';
  width: 120px;
  height: 2px;
  background: #CCCCCC;
  display: block;
  margin-top: 29px;
}

.about_text {
  width: 359px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  margin-top: 30px;
}

.about_detail {
  width: 164px;
  height: 40px;
  background: linear-gradient(0deg, #00467F, #003967);
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 63px;
}

.property_box {
  width: 100%;
  min-width: 1200px;
  height: 300px;
  background: url('../image/propertyBack.jpg')center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.property_back {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.property {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 75px 0;
  padding-left: 140px;
}

.property_main_box {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  float: left;
  margin-right: 107px;
}

.property_main_box:hover .property_main_big {
  border: none;
  background: #00467F;
}

.property_main_big {
  width: 150px;
  height: 150px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
}

.property_main_small {
  width: 130px;
  height: 130px;
  border: 0.5px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  margin: 10px;
  padding: 18px 0;
}

.property_main_small span {
  display: block;
}

.property_name {
  width: 75px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
}

.property_text {
  width: 85px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
}

.programme_box {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  padding-bottom: 62px;
}

.programme {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.programme_content {
  width: 1200px;
  height: 600px;
  position: relative;
  margin-top: 60px;
}

.programme_content_img {
  width: 1200px;
  height: 600px;
  display: block;
  position: absolute;
}

.programme_content_text {
  width: 1200px;
  height: 110px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 12px 62px 12px 42px;
}

.programme_content__name1 {
  width: 62px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 31px 0;
  float: left;
}

.programme_content_content {
  float: left;
}

.programme_content_content1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  margin-left: 36px;
  float: left;
}

.programme_content_content1 li {
  list-style: disc;
}

.fangan {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  float: left;
  margin-left: 49px;
}

.fangan li::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #FFFFFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin-right: 6px;
}

.buck {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  float: left;
  margin-left: 43px;
}

.buck li {
  list-style: disc;
}

.programme_content_content_more {
  width: 190px;
  height: 46px;
  border: 1px solid #FFFFFF;
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  margin-left: 54px;
  margin-top: 38px;
}

.programme_container {
  width: 100%;
  padding-top: 30px;
  overflow: hidden;
}

.programme_main {
  width: 590px;
  height: 400px;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 20px;
}

.programme_container .programme_main:last-child {
  margin: 0;
}

.programme_main:hover .programme_main_text {
  display: none;
}

.programme_main:hover .programme_main_hide {
  display: block;
}

.programme_main_img {
  width: 590px;
  height: 400px;
  position: absolute;
}

.programme_main_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.programme_main_text {
  width: 590px;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 14px 0px 14px 36px;
}

.programme_main_text_title {
  width: 61px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  float: left;
}

.programme_main_text_content {
  float: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  margin-left: 57px;
}

.programme_main_text_content li {
  list-style: disc;
}

.programme_main_hide {
  width: 100%;
  height: 100%;
  background: rgba(0, 70, 127, 0.6);
  position: absolute;
  padding-top: 88px;
  display: none;
}

.programme_main_hide_title {
  width: 178px;
  height: 40px;
  background: url('../image/title_back.png') no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
}

.programme_main_hide_title span {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}

.hidden_fangan {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.hidden_fangan::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #FFFFFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.hidden_fangan_text {
  width: 296px;
  margin: 0 auto;
  margin-top: 19px;
}

.hidden_fangan_text ul li {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  list-style: disc !important;
}

.programme_main_detail {
  width: 190px;
  height: 46px;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 31px;
}

.agent_box {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background: url('../image/index-agent-back.jpg') no-repeat;
  background-size: cover;
  display: none;
}

.agent {
  width: 1200px;
  height: 699px;
  margin: 0 auto;
}

.agent_main_box {
  padding-top: 53px;
  position: absolute;
}

.agent_main {
  width: 380px;
  height: 506px;
  float: left;
  margin-right: 30px;
  cursor: pointer;
}

.agent_main:hover .agent_top {
  background: #00467F;
}

.agent_main:hover .agent_bottom {
  background: #00467F;
}
.agent_main:hover .agent_text1 {
  color:#ffffff;
}
.agent_main:hover .agent_detail {
  background: #FFFFFF;
  border-radius: 20px;
}

.agent_top {
  height: 422px;
  background: #fff;
  border-bottom: 1px solid#CCCCCC;
}

.agent_img {
  width: 380px;
  height: 312px;
}

.agent_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.agent_title {
  padding: 13px 0px 0px 31px;
}

.agent_title img {
  display: block;
}

.agent_text1 {
  width: 313px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin: 0 auto;
  padding-top: 11px;
}

.agent_bottom {
  height: 83px;
  line-height: 83px;
  text-align: center;
}

.agent_detail {
  display: inline-block;
  width: 160px;
  height: 40px;
  border: 1px solid #00467F;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00467F;
  text-align: center;
  line-height: 40px;
}

.mode_box {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background: url('../image/index_mode_back.jpg') no-repeat;
  position: relative;
  display: none;
}

.mode_back {
  width: 100%;
  height: 437px;
  background: #000000;
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 99;
}

.mode {
  width: 1200px;
  height: 1101px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.mode_container {
  padding-top: 51px;
}

.mode_main_box {
  width: 570px;
  height: 380px;
  background: #000000;
  position: relative;
  float: left;
  display: inline;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mode_main_box img {
  width: 100%;
  height: 100%;
  display: block;
}

.mode_main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 10px;
}

.mode_kuang {
  width: 550px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.mode_title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 95px;
}

.mode_text {
  width: 277px;
  height: 124px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.mode_main_box:hover .mode_kuang {
  border: 1px solid #FFFFFF;
}

.mode_main_box:hover .mode_main {
  background: rgba(0, 70, 114, 0.5);
}

.mode_detail {
  width: 160px;
  height: 40px;
  border: 1px solid #00467F;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #00467F;
  margin: 0 auto;
  margin-top: 20px;
}

.news_box {
  width: 100%;
  background: url('../image/index-news-back.jpg') no-repeat;
  background-size: cover;
}

.news {
  width: 1200px;
  height: 666px;
  margin: 0 auto;
}

.news_container {
  height: 445px;
  margin-top: 48px;
}

.news_l {
  width: 800px;
  height: 445px;
  float: left;
  background: #fff;
}

.news_contant_l {
  width: 344px;
  padding-top: 30px;
  padding-bottom: 25px;
  position: relative;
  float: left;
}

.news_nav {
  width: 300px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
}

.news_nav a:first-child .news-navigation:first-child {
  margin-right: 33px;
}

.news-navigation {
  width: 130px;
  height: 40px;
  border-radius: 21px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00467F;
  line-height: 41px;
  text-align: center;
  border: 1px solid #CCCCCC;
  float: left;
}

.news-navigation:hover {
  border: none;
  background: linear-gradient(0deg, #00467F, #003967);
  color: #fff;
}

.news_banner {
  width: 297px;
  /* height: 206px; */
  margin: 0 auto;
  margin-top: 19px;
}

.news-prev, .news-next {
  width: 23px;
  height: 126px;
  position: absolute;
  text-align: center;
  line-height: 126px;
  cursor: pointer;
}

.news-prev {
  background: url('../image/left_03.jpg');
  top: 222px;
  z-index: 100;
  transform: translate(0, -42%);
}

.news-next {
  width: 24px;
  background: url('../image/right_03.jpg');
  top: 222px;
  right: 0;
  z-index: 100;
  transform: translate(0, -42%);
}

.news_text {
  width: 297px;
  height: 124px;
  background: #F9F9F9;
  margin: 0 auto;
  padding: 14px 0 14px 21px;
}

.news_title {
  width: 252px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-indent: -7px;
}

.news_contant {
  width: 252px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-top: 4px;
}

.news_detail {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00467F;
}

.news_contant_r {
  width: 456px;
  height: 100%;
  float: left;
  padding-top: 44px;
  padding-right: 35px;
}

.news_more, .news_more span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00467F;
  text-align: right;
}

.news_main {
  overflow: hidden;
  margin-bottom: 40px;
}

.news_time {
  width: 80px;
  height: 80px;
  background: #CCCCCC;
  text-align: center;
  float: left;
}

.day {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.year {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.news_list {
  margin-top: 29px;
}

.news_list_main {
  float: right;
}

.news_list_main .news_title {
  width: 318px;
}

.news_list_main .news_contant {
  width: 318px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.news_main:hover .news_time {
  background: #00467F;
}

.tuijian {
  background: url('../image/tuijian_03.jpg');
}

.news_main_tuijian:hover .tuijian {
  background: url('../image/tuijian_03.jpg');
}

.news_r {
  width: 390px;
  height: 445px;
  float: left;
  margin-left: 10px;
  padding: 30px 16px 25px 22px;
  background: #fff;
}

.product_know {
  width: 130px;
  height: 40px;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 21px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00467F;
  line-height: 40px;
  text-align: center;
}

.product_know:hover {
  background: linear-gradient(0deg, #00467F, #003967);
  color: #fff;
}

.news_r_list_box {
  width: 100%;
  height: 329px;
  margin-top: 19px;
  overflow-y: scroll;
}

.news_r_box {
  width: 100%;
  height: 100%;
  padding-right: 19px;
}

.news_r_list_box::-webkit-scrollbar {
  width: 3px;
  height: 329px;
  background: #fff;
  border: 1px solid #F8F8F8;
  border-radius: 2px;
}

.news_r_list_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #69DCE0;
}

.news_r_main {
  width: 100%;
  height: 100px;
  padding: 15px 11px 15px 10px;
  border: 1px solid #F8F8F8;
  margin-bottom: 15px;
}

.news_r_main:hover {
  background: #00467F;
}

.news_r_main:hover .news_r_title, .news_r_main:hover .news_r_contant {
  color: #fff;
}

.news_num {
  width: 18px;
  height: 18px;
  background: #69DCE0;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  float: left;
}

.news_r_text {
  width: 282px;
  float: right;
}

.news_r_title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-indent: -7px;
}

.news_r_contant {
  width: 282px;
  height: 41px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 13px;
}

.download_box {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background: url('../image/index_down_back_16.jpg') no-repeat;
  background-size: cover;
}

.download {
  width: 1200px;
  margin: 0 auto;
  height: 660px;
}

.download_container {
  margin-top: 54px;
}

.download_contant_l {
  width: 760px;
  float: left;
}

.download_l_top {
  overflow: hidden;
}

.down_title {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
}

.down_title::before {
  content: '';
  width: 6px;
  height: 24px;
  background: #69DCE0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

.down_detail {
  width: 140px;
  height: 36px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  float: right;
}

.download_l_bottom {}

.down_text {
  width: 748px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  margin-top: 32px;
}

.down_text_img {
  width: 760px;
  height: 239px;
}

.down_text_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 41px;
}

.download_r {
  width: 340px;
  height: 412px;
  float: left;
  margin-left: 99px;
  padding-bottom: 84px;
  padding-top: 93px;
}

.download_btn {
  width: 340px;
  height: 100px;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  text-align: center;
  padding: 20px 64px 20px 72px;
  margin-bottom: 20px;
}

.down_name {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  float: left;
  margin-top: 20px;
}

.down_name::before {
  content: '';
  width: 4px;
  height: 15px;
  background: #69DCE0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
}

.down_yuan {
  width: 60px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  float: left;
  position: relative;
  margin-left: 39px;
}

.down_yuan img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.download_btn:hover {
  background: linear-gradient(0deg, #00467F, #003967);
}

.download_btn:hover .down_name::before {
  content: '';
  width: 4px;
  height: 15px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
}

.download_btn:hover .down_yuan {
  background: #fff;
}

.partner_box {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

.partner {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
}

.partner_container {
  width: 100%;
  height: 100%;
  margin-top: 47px;
}

.partner_main {
  width: 211px;
  height: 91px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  position: relative;
  float: left;
  margin-right: 29px;
  margin-bottom: 30px;
}

/* .partner_main:nth-child(5n){
  margin-right: 0;
} */

.partner_container a:nth-child(5n) .partner_main {
  margin-right: 0;
}

.partner_main img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 156px;
  height: auto;
}

.contact_box {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

.contact {
  width: 100%;
  margin: 0 auto;
}

.contact_back {
  width: 100%;
  height: 528px;
  background: url('../image/contact_06.jpg') no-repeat;
  background-size: cover;
  margin-top: 62px;
}

.contact_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 48px 0px 50px 0px;
}

.contact_l {
  width: 733px;
  height: 430px;
  background: url('../image/contact-l.png') no-repeat;
  background-size: cover;
  position: relative;
  float: left;
}

.contact_name {
  width: 122px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  padding: 0 25px;
  text-align: justify;
  text-align-last: justify;
}

.contact_name span {
  display: inline-block;
  width: 100%;
}

.contact_input {
  width: 420px;
}

.contact_input input {
  width: 100%;
  padding: 14px 0 10px 0px;
  outline: none;
  border-bottom: 1px solid #ccc;
}

.xuqiu {
  outline: none;
  width: 420px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  max-width: 420px;
  max-height: 100px;
  resize: none;
}

.tishi {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E61212;
  line-height: 36px;
  text-align: center;
}

.contant_form {
  width: 543px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tijiao {
  width: 120px;
  height: 36px;
  background: linear-gradient(0deg, #00467F, #003967);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  margin-left: 100%;
  transform: translate(-100%);
}

.contact_r {
  width: 467px;
  height: 430px;
  background: rgba(0, 70, 127, 0.8);
  float: left;
  padding: 56px 48px 52px 46px;
}

.company_name {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.company_info {
  width: 256px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  clear: both;
}

.ewm_box {
  padding: 28px 0px 0px 0px;
  margin: 0 auto;
  width: 100px;
}

.ewm_main {
  float: left;
}

.ewm_box .ewm_main:first-child {
  margin-right: 33px;
}

.ewm {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 6px;
}

.ewm img {
  width: 100%;
  height: 100%;
  display: block;
}

.ewm_main_text {
  width: 98px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}

.news2{
  display: none;
}