﻿@charset 'utf-8';
header,
footer,
.header-m,
main,
.i-banner,
.banner {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.kefu-phone-btn {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 555px;
  right: 10px;
  width: 140px;
  height: 48px;
  z-index: 9997;
  font-size: 13px;
  background: url(../images/kefu-phone-btn-bg.png) no-repeat 0 0 / 140px 48px;
  color: #fff;
  border-radius: 30px;
}
.icon-phone-btn-close {
  position: absolute;
  top: -2px;
  right: 0;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/icon-phone-btn-close.png) no-repeat 0 0 / 11px 11px;
}
.icon-phone-btn {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  background: url(../images/icon-phone-btn.png) no-repeat 0 0 / 24px 24px;
}
.header .head-t {
  position: relative;
}
.header .head-t::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(left, #5fb84c, #0064b0);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #5fb84c, #0064b0);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #5fb84c, #0064b0);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #5fb84c, #0064b0);
  /* 标准的语法 */
}
.header .head-t .tel {
  height: 68px;
}
.header .head-t .tel i {
  color: #000;
}
.header .head-t .tel strong {
  font-size: 25px;
  color: #62bb47;
}
.header .head-t .tel .box strong {
  color: #0064b0;
}
.header .logo {
  height: 68px;
  line-height: 68px;
  overflow: hidden;
}
.header .head-con {
  height: 38px;
  background: #e0e1e6;
}
.header nav ul li {
  float: left;
}
.header nav ul li:hover a,
.header nav ul li.cur a {
  color: #fff;
  background: #0064b0;
}
.header nav ul li > a {
  line-height: 38px;
  padding: 0 20px;
}
.header .search {
  width: 227px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  margin-top: 5px;
}
.header .search .txt {
  width: calc(100% - 30px);
  height: 28px;
  font-size: 14px;
  color: #999;
  padding: 0 10px;
}
.header .search .btn {
  width: 30px;
  height: 28px;
  background: url(../images/search.png) no-repeat center;
  font-size: 0;
}
footer {
  background: url(../images/footer_bg.jpg) no-repeat center;
  background-size: cover;
}
footer .foot-t {
  padding-top: .5rem;
  padding-bottom: .3rem;
}
footer .foot-t .box3{
  width: 310px;
  text-align: left;
}
footer .foot-t .box3 .c9.li25{
  font-size: 12px;
  padding-left: 40px;
}
footer .box1 dl {
  float: left;
  margin-right: 45px;
}
footer .box1 dt {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 15px;
text-align: center;
}
footer .box1 dd {
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #999;
}
footer .box2 {
  margin-left: 25px;
  padding: 0 42px;
  border-left: 1px dashed #7f7f7f;
  border-right: 1px dashed #7f7f7f;
}
footer .box2 .img {
  width: 107px;
  height: 107px;
  margin: 0 auto;
}
footer .box2 h3 {
  font-size: 16px;
  color: #ccc;
}
footer .box3 strong {
  font-size: 24px;
}
footer .box3 i {
  font-size: 18px;
}
footer .box3 strong,
footer .box3 i,
footer .box3 img {
  float: left;
  line-height: 29px;
}
footer .copyright {
  padding: .15rem;
  border-top: 1px solid #404040;
  font-size: 12px;
  color: #666;
}
.owl-pagination {
  bottom: 5%;
}
.owl-controls .owl-page span {
  background: rgba(0, 0, 0, 0.4);
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #62bb47;
}
.i-banner .owl-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 1200px;
  margin: 0 auto;
}
.i-banner .owl-controls .owl-buttons div {
  width: 38px;
  height: 38px;
}
.i-banner .owl-pagination {
  bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.i-banner .owl-controls .owl-page span {
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.i-banner .owl-controls .owl-page.active span,
.i-banner .owl-controls .owl-page:hover span {
  width: 16px;
  height: 16px;
  background: #62bb47;
}
.banner {
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.i-main h2 {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  border-bottom: 1px solid #e0e1e6;
  margin-bottom: 15px;
}
.i-main .i-pic li {
  margin-top: .15rem;
}
.i-main .i-pic a:hover .info {
  opacity: 1;
  visibility: visible;
}
.i-main .i-pic .img {
  height: 177px;
}
.i-main .i-pic .info {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  background: url(../images/i_pic_bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
.i-main .i-pic .info h3 {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: transparent;
}
.i-main .i-pro {
  width: calc(100% - 307px);
}
.i-main .i-pro ul {
  margin-left: -0.13rem;
}
.i-main .i-pro li {
  float: left;
  width: 20%;
  padding-left: .13rem;
  margin-bottom: 8px;
}
.i-main .i-pro .img {
  height: 115px;
  border: 1px solid #ccc;
  background: url(../images/i_pro_bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.i-main .i-pro h3 {
  height: 32px;
  line-height: 32px;
}
.i-main .i-service {
  width: 295px;
}
.i-main .i-service li {
  margin-bottom: 12px;
}
.i-main .i-service a {
  position: relative;
  padding-left: 21px;
  height: 67px;
  border: 1px solid #e7e7e7;
  background: #f2f2f2;
}
.i-main .i-service a::after {
  top: 50%;
  right: 27px;
  position: absolute;
  content: '';
  border-left: 5px solid #6e6e6e;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-main .i-service .icon {
  width: 40px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: center;
}
.i-main .i-service .info {
  padding-left: 20px;
  height: 67px;
}
.i-main .i-service .info h3 {
  font-size: 18px;
}
.i-main .i-service .info span {
  font-size: 11px;
}
.i-main .i-service .info .dtcell {
  text-align: left;
}
.i-main .i-guide a:hover h3 {
  display: none;
}
.i-main .i-guide a:hover .info {
  opacity: 1;
  visibility: visible;
}
.i-main .i-guide li {
  padding: 0 7px;
}
.i-main .i-guide .img {
  height: 140px;
}
.i-main .i-guide h3 {
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.i-main .i-guide .info {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 140px;
  background: url(../images/i_guide_bg.png) no-repeat center;
  background-size: cover;
}
.i-main .i-guide .info strong {
  color: #fff;
}
.i-main .i-guide .icon {
  width: 100%;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.i-main .i-guide .owl-pagination {
  display: none;
  bottom: -17%;
}
.i-main .i-guide .owl-controls .owl-page span {
  background: #ccc;
}
.i-main .i-guide .owl-controls .owl-page.active span,
.i-main .i-guide .owl-controls.clickable .owl-page:hover span {
  background: #62bb47;
}
.i-main .i-about .video {
  padding-right: 7px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
}
.i-main .i-about .video a {
  position: relative;
}
.i-main .i-about .video a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/video_icon.png) no-repeat center;
}
.i-main .i-about .info h3 span {
  font-size: 24px;
  color: #0064b0;
}
.i-main .i-about .info h3 i {
  font-size: 12px;
}
.i-main .i-about .info .txt {
  height: 88px;
  overflow: hidden;
}
.i-main .i-about .info .btn a {
  width: 104px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  padding-left: 16px;
  border: 1px solid #ccc;
  color: #333;
  background: url(../images/more_btn.jpg) no-repeat 82px center;
}
.i-main .i-partner {
  padding: 20px 0 15px 0;
  background: #f3f3f3;
}
.i-main .i-partner li {
  padding: 0 8px;
}
.i-main .i-partner a {
  height: 65px;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.i-main .i-partner .owl-pagination {
  display: none;
}
.contact {
  min-height: 400px;
}
.main-nav-p {
  background: #f1f1f1;
  padding: 10px 0;
}
.main-nav-p li {
  float: left;
  margin: 0 10px;
}
.main-nav-p a {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #62bb47;
}
.main-home {
  border-bottom: 1px solid #e5e5e5;
}
.main-home .mauto {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: url(../images/main_home.png) no-repeat center left;
}
.main-l {
  width: 220px;
}
.main-l .t-list {
  border: 1px solid #e0e1e6;
  background: #f2f3f5;
  padding: 7px 23px 22px 23px;
}
.main-l .t-list > li.cur > a,
.main-l .t-list > li:hover > a {
  padding-left: 20px;
  color: #0064b0;
}
    .main-l .t-list li.cur li.cur > a {
        color: #0064b0;
    }
.main-l .t-list > li.cur > a::after,
.main-l .t-list > li:hover > a::after {
  width: 14px;
}
.main-l .t-list > li.cur ul {
  /*display: block;*/
}
.main-l .t-list > li > a {
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-l .t-list > li > a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  background: #0064b0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-l .t-list > li ul {
  padding: 15px 0;
}
.main-l .t-list > li li {
  position: relative;
  padding-left: 30px;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 5px;
}
.main-l .t-list > li li::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 1px;
  background: #676768;
  left: 20px;
  top: 8px;
}
.main-l .t-list > li li a:hover {
  color: #0064b0;
}
.main-l .b-list {
  margin-top: 20px;
  border: 1px solid #e0e1e6;
  background: #f4f5f7;
  padding: 8px 24px 22px 24px;
}
.main-l .b-list .img {
  float: left;
  width: 35px;
  padding-left: 4px;
}
.main-l .b-list img {
  margin: 0 15px 0 5px;
}
.main-l .b-list a {
  color: #000;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e0e1e6;
}
.main-l .b-list a:hover {
  color: #0064b0;
}
.main-r {
  width: calc(100% - 268px);
}
.in-title {
  height: 48px;
  line-height: 48px;
  background: url(../images/join_b_bg.jpg);
}
.about .img {
  width: 340px;
  height: 220px;
}
.about .txt {
  width: calc(100% - 340px);
}
.about .txt h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #0064b0;
}
.about .txt h2 span {
  font-size: 28px;
  color: #0064b0;
}
.about .txt h2 i {
  font-size: 16px;
}
.about .txt h2 em {
  color: #999;
  font-size: 12px;
}
.event {
  border-top: 1px solid #ccc;
}
.event ul {
  position: relative;
}
.event ul::after {
  z-index: -1;
  position: absolute;
  content: '';
  top: -50%;
  left: 20px;
  width: 1px;
  height: 900%;
  background: #e0e1e6;
}
.event li {
  position: relative;
  padding-left: 60px;
  margin-top: .2rem;
}
.event li::after {
  position: absolute;
  content: '';
  z-index: 9999;
  top: 50%;
  left: 11px;
  width: 18px;
  height: 18px;
  background: url(../images/event_icon2.png) no-repeat center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.event li:hover a h3 {
  color: #0064b0;
}
.event .imgs {
  width: 180px;
  height: 120px;
}
.event .info {
  width: calc(100% - 180px);
  height: 120px;
  border-bottom: 1px dashed #ccc;
}
.event .info h3 {
  font-size: 36px;
  color: #999;
  padding: 5px 0;
}
.event .info .els2 {
  height: 50px;
}
.pro-list ul {
  margin-left: -0.25rem;
}
.pro-list li {
  padding-left: .25rem;
  margin-bottom: .15rem;
}
.pro-list li:hover .imgs {
  border-color: #0064b0;
}
.pro-list li:hover h3 {
  color: #0064b0;
}
.pro-list .imgs {
  height: 1.97rem;
  border: 2px solid #d9d9d9;
  background: none;
}
.pro-list .imgs .po-auto {
  /* max-width: 95%;
  max-height: 95%; */
}
.pro-list h3 {
  height: 43px;
  line-height: 43px;
}
.pro-info h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.pro-info h2 strong {
  font-size: 20px;
  color: #0064b0;
}
.pro-info h2 span {
  font-size: 16px;
}
.pro-info .sliders {
  border: 1px solid #e8e8e8;
}
.pro-info .sliders li {
  height: 5.04rem;
  background: url(../images/pro_bg.jpg) repeat-x;
}
.pro-info .sliders li .po-auto {
  max-width: 80%;
  max-height: 80%;
}
.pro-info .tt1 {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  background: #e0e1e6;
}
.pro-info .list a {
  position: relative;
  height: 42px;
  line-height: 41px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 30px;
}
.pro-info .list a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 16px;
  border-left: 5px solid #95a1d1;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pro-info .owl-pagination {
  display: none;
}
.pro-info .owl-controls .owl-buttons div {
  width: 22px;
  height: 42px;
}
.pro-info .owl-controls .owl-buttons .owl-prev {
  left: 3.4%;
  background: url(../images/pro_l.png) no-repeat center;
}
.pro-info .owl-controls .owl-buttons .owl-next {
  right: 3.4%;
  background: url(../images/pro_r.png) no-repeat center;
}
.cace-list ul {
  margin-left: -0.38rem;
}
.cace-list li {
  margin-bottom: .2rem;
  padding-left: .38rem;
}
.cace-list li:hover .img::after {
  width: 100%;
}
.cace-list li:hover .img .box {
  opacity: 1;
  visibility: visible;
}
.cace-list li .img {
  position: relative;
  width: 160px;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f4f4;
}
.cace-list li .img::after {
  left: 0;
  bottom: 0;
  position: absolute;
  content: '';
  width: 0;
  height: 3px;
  background: url(../images/cace_bg.jpg) no-repeat center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cace-list li .img .box {
  opacity: 0;
  visibility: hidden;
}
.cace-list li .info {
  width: calc(100% - 180px);
  height: 140px;
  border-bottom: 1px solid #e8e8e8;
}
.cace-list li .info .dtcell {
  text-align: left;
}
.cace-list li h3 {
  font-size: 18px;
  padding-bottom: 10px;
}
.cace-list li .els2 {
  height: 66px;
  -webkit-line-clamp: 3;
}
.welfare .img {
  width: 320px;
}
.welfare .info {
  width: calc(100% - 320px);
  line-height: 28px;
}
.welfare .btn {
  color: #0064b0;
}
.faq-list li.cur .faq-head h3::after {
  background: url(../images/faq_2.jpg) no-repeat center;
}
.faq-list li.cur .faq-head .btn {
  background: url(../images/faq_btn2.png) no-repeat center;
}
.faq-list .faq-head {
  background: url(../images/faq_bg.jpg);
}
.faq-list .faq-head h3 {
  position: relative;
  height: 64px;
  line-height: 64px;
  width: calc(100% - 100px);
  padding-left: 75px;
}
.faq-list .faq-head h3::after {
  position: absolute;
  content: '';
  top: 0;
  left: 30px;
  width: 22px;
  height: 64px;
  background: url(../images/faq_1.jpg) no-repeat center;
}
.faq-list .faq-head .btn {
  width: 83px;
  height: 64px;
  background: url(../images/faq_btn.png) no-repeat center;
}
.faq-list .faq-body {
  padding: 20px .3rem 20px 75px;
}
.faq-list .faq-body::after {
  position: absolute;
  content: '';
  top: 25px;
  left: 30px;
  width: 22px;
  height: 22px;
  background: url(../images/faq_3.jpg) no-repeat center;
}
.faq-list .faq-body::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: calc(100% - .6rem);
  height: 1px;
  background: #ccc;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news-info h2 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.join-list ul {
  margin-left: -0.25rem;
}
.join-list ul li {
  padding-left: .25rem;
  margin-bottom: .2rem;
}
.join-list ul a {
  padding: .1rem .2rem 0 .2rem;
  border: 1px solid #e5e5e5;
  background: url(../images/join_bg.jpg) repeat-x;
}
.join-list ul a:hover h3 {
  color: #0064b0;
}
.join-list ul a:hover .line::before {
  left: calc(100% - 26px);
  background: #0064b0;
}
.join-list ul a:hover .line::after {
  background: #0064b0;
}
.join-list ul h3 {
  height: 52px;
  line-height: 52px;
}
.join-list ul .line {
  height: 9px;
}
.join-list ul .line::before,
.join-list ul .line::after,
.join-list ul .line i {
  position: absolute;
  content: '';
}
.join-list ul .line::before {
  z-index: 1;
  top: 0;
  left: 0;
  width: 26px;
  height: 100%;
  background: #e5e5e5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.join-list ul .line::after,
.join-list ul .line i {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.join-list ul .box1 {
  height: 43px;
  line-height: 43px;
}
.join-list ul .txt {
  height: 50px;
}
.join-list ul .date {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e5e5e5;
}
.join-info h2 {
  font-size: 24px;
  color: #0064b0;
}
.join-info .txt {
  position: relative;
  border-top: 1px solid #e5e5e5;
}
.join-info .txt::after {
  position: absolute;
  content: '';
  top: -4.5px;
  right: 0;
  width: 26px;
  height: 9px;
  background: #e5e5e5;
}
.join-info .txt2 {
  border-top: 1px solid #e5e5e5;
}
.join-info .join-b ul {
  font-size: 0;
}
.join-info .join-b li {
  display: inline-block;
  margin: 0 .3rem;
}
.join-info .join-b li a:hover {
  color: #0064b0;
}
.join-info .join-b li a:hover .icon {
  background: #0064b0;
}
.join-info .join-b li a:hover .img1 {
  opacity: 0;
  visibility: hidden;
}
.join-info .join-b li a:hover .img2 {
  opacity: 1;
  visibility: visible;
}
.join-info .join-b h3 {
  height: 48px;
  line-height: 48px;
  background: url(../images/join_b_bg.jpg);
}
.join-info .join-b .icon {
  width: 106px;
  height: 106px;
  border: 1px solid #e7e7e7;
}
.join-info .join-b .img2 {
  opacity: 0;
  visibility: hidden;
}
.join-info .join-b h4 {
  height: 40px;
  line-height: 40px;
}
.honor-list ul {
  margin-left: -0.23rem;
}
.honor-list li {
  padding-left: .23rem;
  margin-bottom: .1rem;
}
.honor-list li a:hover .imgs {
  border-color: #0a6ab3;
}
.honor-list li a:hover h3 {
  color: #0064b0;
}
.honor-list .imgs {
  height: 2.68rem;
  border: 1px solid #dadada;
}
.honor-list h3 {
  height: 43px;
  line-height: 43px;
}
.fix-pics {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
.fix-pics.active {
  opacity: 1;
  visibility: visible;
}
.fix-pics .bx-wrapper,
.fix-pics .bx-viewport,
.fix-pics .bxslider,
.fix-pics li {
  height: 100% !important;
}
.fix-pics .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 65px .3rem;
}
.fix-pics h3 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: calc(100% - 85px);
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 16px;
  padding: 0 3%;
}
.fix-pics .bgs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 85px);
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: #282828;
}
.fix-pics .hides {
  position: fixed;
  width: 25px;
  height: 25px;
  padding: 25px;
  right: 5%;
  top: 5%;
  cursor: pointer;
  background: #090908;
  border-radius: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.fix-pics .hides::before,
.fix-pics .hides::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 1px;
  height: 55%;
  background: #fff;
  margin-top: -27.5%;
}
.fix-pics .hides::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fix-pics .hides::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fix-pics .hides:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fix-pics .bx-wrapper .bx-controls-direction a {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.fix-pics .bx-wrapper .bx-controls-direction a:hover {
  background-color: #0064b0;
  border-color: #0064b0;
}
.fix-pics .bx-wrapper .bx-prev {
  left: 5%;
  background-image: url(../images/fix_pics_l.png);
}
.fix-pics .bx-wrapper .bx-next {
  right: 5%;
  background-image: url(../images/fix_pics_r.png);
}
.fix-pics .bx-wrapper .bx-pager {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 85px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #1f1f1f;
}
@media (max-width: 768px) {
  .bx-controls-direction {
    display: none;
  }
}
.contact li {
  margin-bottom: 8px;
}
.contact li.cur .btn a {
  height: 48px;
  line-height: 48px;
  background: url(../images/join_b_bg.jpg);
}
.contact li:nth-child(1) .con {
  display: block;
}
.contact .add {
  width: 400px;
  height: 4rem;
  border: 1px solid #e5e5e5;
  padding: 2px;
}
.contact .add img {
  max-width: inherit;
}
.contact .txt {
  width: calc(100% - 435px);
}
.contact .txt .box .img {
  padding: 6px;
  width: 96px;
  height: 96px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
}
.contact .btn a {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  background: #e9e9e9;
}.message form {
  max-width: 600px;
  margin: 0 auto;
}
.message label {
  display: block;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.message strong {
  font-weight: bold;
  font-size: 20px;
  color: red;
  vertical-align: -15%;
}
.message .txt {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  margin-bottom: 10px;
}
.message textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 10px;
}
.message .btn input {
  width: 80px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #e7e7e7;
}
.message .btn input:hover {
  color: #fff;
  background: #0064b0;
}
.txt-list .in-title .box1 {
  width: 72px;
}
.txt-list li a {
  position: relative;
  padding-left: 30px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #e8e8e8;
}
.txt-list li a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 16px;
  border-left: 5px solid #95a1d1;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.txt-list li a:hover {
  background: #f7f9ff;
}
.txt-list li h3 {
  width: calc(100% - 100px);
}
.dow-list .box1 {
  width: 130px;
}
.dow-list .box2 {
  width: 130px;
  padding-left: 27px;
}
.dow-list .box3 {
  width: 96px;
  padding-left: 10px;
}
.dow-list .box4 {
  width: 68px;
}
.dow-list .file-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  background: url(../images/file_icon1.png) no-repeat center;
}
.dow-list .file-icon.cur {
  background: url(../images/file_icon2.png) no-repeat center;
}
.dow-list .file-icon.cur2 {
  background: url(../images/file_icon3.png) no-repeat center;
}
.dow-list li:nth-child(odd) .box-w {
  background: #fbfbfb;
}
.dow-list li .box-w {
  line-height: 42px;
}
.dow-list li .box-w .box1 {
  cursor: pointer;
}
.dow-list li h3 {
  width: calc(100% - 425px);
}
.dow-list li h3.tt1 {
  position: relative;
  padding-left: 30px;
}
.dow-list li h3.tt1::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 16px;
  border-left: 5px solid #95a1d1;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dow-list li .info {
  padding: 10px 0;
  background: #fcfcfc;
  line-height: 28px;
}
.video-list .box1 {
  width: 177px;
}
.video-list .box2 {
  width: 72px;
  margin-left: 20px;
  margin-right: 20px;
}
.video-list .box3 {
  width: 68px;
}
.video-list li a {
  position: relative;
  padding-left: 30px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #e8e8e8;
}
.video-list li a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 16px;
  border-left: 5px solid #95a1d1;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-list li a:hover {
  background: #f7f9ff;
}
.video-list li h3 {
  width: calc(100% - 370px);
}
.fix-videos {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.48);
}
.fix-videos .box {
  max-width: 880px;
  max-height: 595px;
  margin: 0 auto;
}
.fix-videos .head {
  height: 60px;
  line-height: 60px;
  background: #fff;
}
.fix-videos .head h3 {
  text-align: left;
  width: calc(100% - 80px);
}
.fix-videos .head .btn {
  width: 58px;
  height: 60px;
  background: url(../images/videos_btn.png) no-repeat center;
  cursor: pointer;
}
.fix-videos video {
  width: 100%;
  background: #fff;
}
.search-info h2 {
  font-size: 24px;
  padding: 30px 0 25px 0;
}
.search-info .con {
  background: #e0e1e6;
}
.search-info .con .txt,
.search-info .con .btn {
  height: 42px;
  line-height: 42px;
}
.search-info .con .txt {
  width: calc(100% - 52px);
  padding: 0 15px;
}
.search-info .con .btn {
  font-size: 0;
  width: 52px;
  background: url(../images/search_info_btn.png) no-repeat center;
}
.search-info .con-b {
  line-height: 55px;
}
.search-info .con-b .fr a {
  position: relative;
}
.search-info .con-b .fr a::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #0064b0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-info .con-b .fr a.cur,
.search-info .con-b .fr a:hover {
  color: #0064b0;
}
.search-info .con-b .fr a.cur::after,
.search-info .con-b .fr a:hover::after {
  width: 40px;
}
.search-info .con-b .fr span {
  width: 35px;
  text-align: center;
}
.search-info .list li {
  border-bottom: 1px dashed #ccc;
}
.search-info .list a:hover h3 {
  color: #0064b0;
}
.search-info .list h3 {
  font-size: 24px;
}
.search-info .list h3 span {
  color: #0064b0;
}
.search-info .list h3 span i {
  width: 35px;
  text-align: center;
}
.search-info .list .els2 {
  -webkit-line-clamp: 3;
  max-height: 75px;
}
.fix-wrap {
  display: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.fix-wrap .hide {
  position: fixed;
  width: 25px;
  height: 25px;
  padding: 25px;
  right: 5%;
  top: 5%;
  cursor: pointer;
  background: #090908;
  border-radius: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.fix-wrap .hide::before,
.fix-wrap .hide::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 1px;
  height: 55%;
  background: #fff;
  margin-top: -27.5%;
}
.fix-wrap .hide::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fix-wrap .hide::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fix-wrap .hide:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fix-video .video-wrap {
  display: table;
  max-width: 55%;
  max-height: 55%;
  background: #2d2d2d;
  border: 1px solid #3a3a3a;
  padding: 10px;
  overflow: hidden;
  -webkit-animation: ReturnToNormal .5s both;
  animation: ReturnToNormal .5s both;
}
.fix-video video {
  max-height: 100%;
  max-width: 100%;
}
.fix-pic {
  overflow: auto;
}
.fix-pic img {
  -webkit-animation: zoomIn .5s both;
  animation: zoomIn .5s both;
}
.fix-search {
  padding: 0 2.5%;
  background: #222222;
}
.fix-search:hover .search::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fix-search .search {
  position: relative;
  width: 100%;
  height: 125px;
  color: #555;
  padding-left: 88px;
  font-size: 66px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEE5NEZGREQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEE5NEZGRUQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QTk0RkZCRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0QTk0RkZDRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/Hs+IwAAAVlJREFUeNpi+P//PwMaFgLiJiC+/x8VHATiCCzqMTC6QBKSIc+AeC0QzwXiA0jiT4DYmFhDS6CaNgGxOg4NIUD8E6rOipChcVCFZUR4jwWIj0PVq+EylA2q4AAx4YWEQeAxLkMroAqESTS0D6rPAZuhL4H4NYkGgrAG1NDl2AwFgRVkGMqClBpQ5JgYIOAdA+ngL5TmR5eAGapKhqE8UPo1NkNvAbEtGYaaQOmDGDLAMIiGho0niWEKy2UWuBL/VyD+RYKBFlAD9+PLUTZQRUeAWICAgU5QB4CAIaG8745UaHQCsRkQ8wIxOxCLA7EfEG9HK7kuArEsoVLKHIgf/McPQF72RioaXwGxCD5DYdgXiBcC8S0gfgvEV4B4OhA7IqmRh+ZGELgJxFyEDCUWSwLxVSSDZalhKAhzogWFLiPYZMqBJBBfBGJRIH5ALUNBQBGI5wPxVIAAAwAoIUyRNtFOOQAAAABJRU5ErkJggg==) no-repeat 35px center;
}
.fix-search .search::before,
.fix-search .search::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fix-search .search::before {
  background: #515151;
}
.fix-search .search::after {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.fix-search .txt,
.fix-search .btn {
  color: #555;
  background: transparent;
}
.fix-search .txt {
  width: 100%;
  text-align: center;
  font-size: 66px;
  padding-right: 2%;
}
.fix-search .btn {
  font-size: 24px;
}
.in-page {
  line-height: 35px;
  color: #888;
}
.in-page span {
  padding: 0 15px;
  border: 1px solid #e8e8e8;
}
.in-page a {
  padding: 0 15px;
  border: 1px solid #e8e8e8;
}
.in-page a:hover,
.in-page a.cur {
  border-color: #0064b0;
  background: #0064b0;
  color: #fff;
}
.bd_weixin_popup {
  height: 300px !important;
}
.imgs {
  background: url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==) no-repeat center;
}


@media (max-width: 1024px) {
  .contact .add {
    height: auto;
  }
}


.contact .add {
  /* width: 400px; */
  /* height: 4rem; */
  border: 1px solid #e5e5e5;
  /* padding: 2px; */
  margin-top: 10px;
  height: 300px;
  overflow: hidden;
}

.contact .add img {
  max-width: inherit;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.contact .txt {
  width: calc(100% - 435px);
  overflow: hidden;
}