/*input 默认字体*/
/*单行隐藏*/
.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行隐藏*/
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*变化*/
/*上下*/
/*英文数字强制换行*/
.ying {
  display: inline;
  /*解决IE6 双倍水平外边距*/
  word-wrap: break-word;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
  word-break: break-all;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
}
/*.h{
  .Gradient_b(@jb:#80c1e7,@jb2:#213c7c);
}*/
.nfHead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  line-height: 110px;
}
.nfHead .nfHead-logo {
  padding: 0 25px;
}
.nfHead .nfHead-nav {
  display: inline-block;
  padding-left: 10px;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  position: relative;
}
.nfHead .nfHead-nav li a {
  display: inline-block;
  padding: 0 25px;
}
.nfHead .nfHead-nav li:hover,
.nfHead .nfHead-nav li.active {
  background-color: #0861c5;
  font-size: 18px;
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  color: #ffffff;
}
.nfHead .nfHead-nav li span {
  line-height: 30px;
  font-size: 18px;
  color: #666666;
  display: inline-block;
}
.nfHead .nfHead-nav li .sub {
  text-align: center;
  z-index: 100;
  background: rgba(0, 102, 166, 0.84);
  min-width: 100%;
  position: absolute;
  left: 50%;
    transform: translateX(-50%);
  top: 100%;
  padding: 5px 0;
  display: none;
}
.nfHead .nfHead-nav li .sub a {
  display: block;
white-space: nowrap;
  line-height: 36px;
  color: #fff;
    font-size: 16px;
 padding: 0 5px;
}
.nfHead .nfHead-nav li .sub a:hover {
  background: #ff602f;
}
.nfHead_h {
  height: 110px;
  width: 100%;
}
.menuBtns {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.menuBtns .menu-handler {
  width: 110px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  float: right;
  transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
  background-color: #ffffff;
}
.menuBtns .menu-handler .burger {
  width: 48px;
  height: 5px;
  background: #666666;
  display: block;
  position: absolute;
  z-index: 5;
  top: 18px;
  left: 50%;
  margin: 0px 0px 0px -24px;
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transition: all 0.6s cubic-bezier(0.245, 0.145, 1.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
  -ms-transition: all 0.6s cubic-bezier(0.445, 1.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.menuBtns .menu-handler .burger-2 {
  top: 28px;
}
.menuBtns .menu-handler .burger-3 {
  top: 38px;
}
.menuBtn #menu-handler {
  display: none;
}
.menu-handler.active .burger-1 {
  top: 21px;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.menu-handler.active .burger-2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
  top: 21px;
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.menuFigure {
  width: 22%;
  position: fixed;
  left: -25%;
  top: 0;
  height: 100%;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow: hidden;
}
.menuFigure.on {
  opacity: 1;
  left: 0;
}
.menuFigure img {
  max-width: inherit !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 2s;
  -webkit-transition: all 2s;
  transition-delay: 0.5s;
}
.menuFigure.on img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.menuItem {
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  overflow-y: auto;
}
.menuItem.on {
  opacity: 1;
  width: 78%;
}
.menuItem-padd {
  width: 100%;
  height: 100%;
  padding: 50px 9%;
}
.menuItem-close {
  background: #1060a5;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.menuItem-close .iconfont {
  transition: all 0.4s;
  display: inline-block;
  color: #fff;
  font-size: 40px;
}
.menuItem-close:hover .iconfont {
  transform: rotate(180deg);
}
.menuItem-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #1060a5;
  position: relative;
  padding-bottom: 12px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translateY(5%);
}
.menuItem-title.on {
  opacity: 1;
  transform: translateY(0);
}
.menuItem-title .en {
  font-size: 48px;
  color: #cbcbcb;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  vertical-align: -7px;
  padding-left: 15px;
  font-weight: normal;
}
.menuItem-title:before {
  content: '';
  background: #1060a5;
  width: 59px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menuItem-list {
  font-size: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: relative;
  transform: translateY(5%);
}
.menuItem-list.on {
  transform: translateY(0);
  opacity: 1;
}
.menuItem-list dl {
  width: 25%;
  display: inline-block;
  margin-top: 6%;
  vertical-align: top;
}
.menuItem-list dl dt {
  font-size: 24px;
  line-height: 1;
  text-align: left;
  padding-bottom: 18px;
}
.menuItem-list dl dt .num {
  font-size: 18px;
  color: #a5a5a5;
}
.menuItem-list dl dd a {
  display: block;
  line-height: 36px;
  color: #555;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
.menuItem-list dl dd a:before {
  content: '';
  background: #1060a5;
  width: 0;
  height: 1px;
  position: absolute;
  left: 20px;
  top: 21px;
  transition: all 0.4s;
}
.menuItem-list dl dd a:hover {
  padding-left: 40px;
  color: #1060a5;
}
.menuItem-list dl dd a:hover:before {
  width: 14px;
}
.swiper-in .swiper-slide img {
  width: 100%;
}
.swiper-in .swiper-pagination {
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.swiper-in .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  opacity: 1;
}
.swiper-in .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1060a5;
}
.in_usabt {
  background-image: url("../images/inbg1.jpg");
  background-size: cover;
  padding: 75px 7%;
}
/**/
.in_usabt .nlist{width: 40%;}
.in_usabt .nlist .list .a{
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  position: relative;
  padding-left: 15px;

}
.in_usabt .nlist .list .a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #585757;
  border-radius: 50%;
}
.in_usabt .nlist .list .a:hover{color: #0861c5}
.in_usabt .nlist .list .a:hover:after{background: #0861c5}
.in_usabt .nlist .list .a .time{font-size: 14px;color: #8d8d8d;}
.in_usabt .nlist .list .a .t{width: 70%;
  overflow: hidden;
  white-space:  nowrap;
  text-overflow: ellipsis;}

.i_per {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px ;
}
.i_per .i_per_l {
  width: 170px;
  font-size: 24px;
}
.i_per .i_per_img {
  width: calc(100% - 170px);
}
.i_per .i_per_img .swiper-containerin_link{width: 100%;}
.i_per .i_per_img a {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e4;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.i_per .i_per_img a:nth-child(7n) {
  margin-right: 0;
}
.i_per .swiper-containerin_link  a:hover {
  border: 1px solid rgba(24, 56 133, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(24, 56, 133, 0.81);
  -moz-box-shadow: 0px 0px 6px rgba(24, 56, 133, 0.81);
  box-shadow: 0px 0px 6px rgba(24, 56, 133, 0.81);
}

/**/


.swiper-containerin_adww{
  margin: unset;
  margin-top:20px ;
  width: 100%;

}
.swiper-containerin_adww .swiper-slide{position: relative;width: auto}
.swiper-containerin_adww .swiper-slide img{width: 100%;height: 85px;object-fit:cover;
  object-position: center center;}
.swiper-containerin_adww .swiper-slide .na{position: absolute;bottom: 0;width: 100% ;color: #ffffff; padding: 10px;line-height: 30px;overflow: hidden;background: rgba(0, 0, 0, 0.5); white-space:  nowrap;text-overflow: ellipsis;}





.in_usabt .txt {
  width: 55%;
}
.in_usabt .h1 {
  font-size: 40px;
  position: relative;
}
.in_usabt .h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #005cc3;
  width: 75px;
  height: 3px;
}
.in_usabt .en {
  font-size: 32px;
  text-transform: uppercase;
  color: #ababab;
  padding: 10px 0;
}
.in_usabt .txt .h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 35px;
}
.in_usabt .txt .te {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.in_usabt .txt .te a{display: inline-block; color: #005cc3;}
.in_usabt .txt .more {
  display: inline-block;
  background-color: #005cc3;
  color: #ffffff;
  text-align: center;
  width: 220px;
  line-height: 52px;
  margin-top: 25px;
}
.in_usabt .abt_r {
  width: 50%;
  position: relative;
}
.in_usabt .abt_r img {
  width: 100%;
}
.in_usabt .abt_r .lis_a {
  position: absolute;
  left: 0;
  padding: 30px 25px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  color: #ffffff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.in_usabt .abt_r .lis_a .a {
  display: inline-block;
  flex: 1;
  font-size: 16px;
  width: 90px;
}
.in_usabt .abt_r .lis_a .a .t {
  padding: 8px 0;
}
.in_usabt .abt_r .lis_a .a .im {
  width: 70px;
  display: inline-block;
  background-color: #999999;
  line-height: 70px;
  border-radius: 5px;
}
.in_usabt .abt_r .lis_a .a .im img {
  width: auto;
}
.in_usabt .abt_r .lis_a .a:hover .im {
  background-color: #0079c3;
}
.in_til {
  text-align: center;
  padding: 50px 0;
}
.in_til .h1 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.in_til .en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  color: #ebebeb;
  z-index: -1;
}
.in_til .en1 {
  font-size: 18px;
  text-transform: uppercase;
}
.in_til .te {
  font-size: 18px;
  color: #666666;
  line-height: 35px;
}
.in_items{
  padding: 0 7%;
}
.in_items .li {
  width: 24%;
  margin-right: 1.33%;
}
.in_items .li:nth-child(4n) {
  margin-right: 0;
}
.in_items .li:hover .text {
  background-color: #009b4c;
}
.in_items .li:hover .text .ic .im1 {
  display: none;
}
.in_items .li:hover .text .ic .im2 {
  display: inline-block;
}
.in_items .li .img {
  width: 100%;
}
.in_items .li .img img {
  width: 100%;
}
.in_items .text {
  padding: 12px;
  text-align: center;
  background-color: #005cc3;
  color: #ffffff;
}
.in_items .text .t1 {
  font-size: 18px;
  line-height: 30px;
}
.in_items .text .ic {
  line-height: 40px;
}
.in_items .text .ic .im2 {
  display: none;
}
.in_more {
  width: 200px;
  display: block;
  margin: 60px auto;
}
/*客户服务*/
.in_server {
  background-color: #f6f6f6;
}
.in_server .in_server_c {
  position: relative;
  background-image: url("../images/inbg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.in_server .in_server_c .text {
  background-color: rgba(0, 92, 195, 0.85);
  color: #ffffff;
  width: 640px;
  padding: 110px;
  padding-bottom: 280px;
}
.in_server .in_server_c .text .h1 {
  font-size: 30px;
}
.in_server .in_server_c .text .en {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.in_server .in_server_c .text .en:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 5px;
  background-color: #ffffff;
}
.in_server .in_server_c .text .te {
  font-size: 14px;
  line-height: 40px;
  margin: 25px 0;
}
.in_server .in_server_c .text .more {
  display: block;
  line-height: 52px;
  text-align: center;
  width: 220px;
  color: #005cc3;
  background-color: #ffffff;
}
.in_server .in_server_c .server_lis {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  width: 1380px;
  display: flex;
  max-width: 100%;
}
.in_server .in_server_c .server_lis .li {
  padding: 20px 0;
  display: inline-block;
  vertical-align: top;
  flex: 1;
}
.in_server .in_server_c .server_lis .li:hover {
  background: #005cc3;
  color: #ffffff;
}
.in_server .in_server_c .server_lis .li:hover .img .im1 {
  display: none;
}
.in_server .in_server_c .server_lis .li:hover .img .im2 {
  display: inline-block;
}
.in_server .in_server_c .server_lis .li .img {
  width: 130px;
  text-align: right;
}
.in_server .in_server_c .server_lis .li .img .im2 {
  display: none;
}
.in_server .in_server_c .server_lis .li .tex {
  width: calc(100% - 130px);
  padding-top: 20px;
  padding-left: 20px;
  font-weight: bold;
}
.in_server .in_server_c .server_lis .li .tex .h1 {
  font-size: 24px;
}
.in_server .in_server_c .server_lis .li .tex .en {
  font-size: 14px;
}
/*公司资质*/
.in_company {
  padding-bottom: 80px;
}
.in_company.com_li .list .im {
  line-height: 280px;
}
.in_company.com_li .list .im img {
  max-height: 280px;
}
.in_company .list .li {
  width: 32%;
  margin-right: 2%;
}
.in_company .list .li:nth-child(3n) {
  margin-right: 0;
}
.in_company .list .li:nth-child(n+4) {
  margin-top: 20px;
}
.in_company .list .li:hover .h2 {
  background: #005cc3;
}
.in_company .list .li:hover .bg_mo {
  opacity: 1;
}
.in_company .list .im {
  background: #f3f3f3;
  text-align: center;
  line-height: 200px;
  position: relative;
}
.in_company .list .im img {
  max-height: 200px;
}
.in_company .list .h2 {
  background: #a9a9a9;
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
}
.in_company .list .bg_mo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_company .list .bg_mo .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #005cc3;
  color: #ffffff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
}
.in_lasc .li {
  width: 50%;
  position: relative;
}
.in_lasc .li .text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #ffffff;
  transform: translateY(-50%);
}
.in_lasc .li .text .h1 {
  font-size: 40px;
  display: inline-block;
  padding: 0 30px;
}
.in_lasc .li .text .a {
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
}
.in_lpho {
  text-align: center;
  margin: 0   auto;
  padding: 20px 0 ;
  margin-bottom: 20px;
  background: url("../images/inlo13.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.yo_ad{
  line-height: 30px;
  padding-top: 25px;
  font-size: 14px;
  text-align: center;
}
.in_lpho .te {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 66px;
  padding: 0 15px;
}
.in_lpho .te .pho {
  display: inline-block;
  color: #eb0000;
}
.in_lpho .more {
  display: inline-block;
}
.footBox {
  background: #005cc3;
  padding: 30px 0;
}
.footBox .link {
  padding-bottom: 10px;
}
.footBox .link select {
  background-color: #ffffff;
  padding-left: 10px;
  background-image: url("../images/inlo15.png");
  background-position: right top;
  background-repeat: no-repeat;
  line-height: 36px;
  width: 240px;
  background-size: auto 100%;
}
.footBox .fo_bo {
  border-top: 1px solid #ffffff;
  padding: 10px 0 ;
}
.footBox .l_lis {
  padding-top: 15px;
  color: #ffffff;
  line-height: 35px;
}
.footBox .l_lis .im {
  width: 28px;
  display: inline-block;
}
.footBox .code {
  padding-top: 15px;
}
.footBox .code .li {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin-right: 70px;
  line-height: 30px;
  text-align: center;
}
.footBox .code .li .im {
  width: 115px;
}
.footBox .r_tex {
  color: #ffffff;
  line-height: 30px;
  font-size: 14px;
}
.footBox .r_tex .te {
  padding-top: 10px;
}
.c_banner img {
  width: 100%;
}
.mac_ban {
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 70px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.1), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  /*兼容firefox*/
}
.mac_ban .li {
  display: inline-block;
  min-width: 180px;
  text-align: center;
  cursor: pointer;
}
.mac_ban .li.on {
  color: #ffffff;
  background: #005cc3;
  position: relative;
}
.mac_ban .li.on:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #005cc3 transparent transparent;
}
.mac_til {
  padding: 30px 0;
  text-align: center;
}
.mac_til .h1 {
  font-size: 30px;
}
/*公正性声明*/
.statement .text {
  font-size: 16px;
  line-height: 55px;
  padding: 15px 0;
}
.statement .text .h1 {
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0;
}
.pPage {
  text-align: center;
  padding: 80px 0;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}
.pPage a {
  background: #d2d2d2;
  padding: 0 14px;
  vertical-align: top;
  color: #fff;
  display: inline-block;
  margin: 0 8px;
}
.pPage a.act,
.nowpage {
  background: #026cc9;
  color: #fff;
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
}
.pPage a:hover {
  background: #026cc9;
  color: #fff;
}
.insh .insh_list {
  padding: 0px 8%;
}
.insh .insh_list .li {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  width: 23%;
  margin-right: 2.66%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*å…¼å®¹ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*å…¼å®¹firefox*/
}
.insh .insh_list .li:nth-child(4n) {
  margin-right: 0;
}
.insh .insh_list .li:nth-child(n+5) {
  margin-top: 25px;
}
.insh .insh_list .li:hover .im img {
  transform: scale(1.08);
}
.insh .insh_list .li:hover .tex .h1 {
  color: #c8000a;
}
.insh .insh_list .li:hover .tex .na {
  background-color: #c8000a;
}
.insh .insh_list .li .im {
  height: 235px;
  overflow: hidden;
}
.insh .insh_list .li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.insh .insh_list .li .tex {
  padding: 10px 18px ;
}
.insh .insh_list .li .tex .time {
  font-size: 12px;
  color: #999999;
  padding: 5px 0;
}
.insh .insh_list .li .tex .h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.insh .insh_list .li .tex .te {
  font-size: 12px;
  color: #888888;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin: 8px 0;
}
.insh .insh_list .li .tex .la {
  line-height: 32px;
  padding: 5px 0;
}
.insh .insh_list .li .tex .na {
  display: inline-block;
  background: #005cc3;
  width: 84px;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  font-size: 12px;
}
.insh .insh_list .li .tex .iconfont {
  display: inline-block;
  width: 32px;
  line-height: 30px;
  text-align: center;
  color: #999999;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #999999;
}
.insh .insh_list .li_more {
  height: 379px;
  background: #0075c1;
}
.insh .insh_list .li_more .mo_c {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
}
.insh .insh_list .li_more .mo_c i {
  display: inline-block;
  width: 60px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 40px;
  border: 1px solid #ffffff;
}
.about_mai {
  background: #f5f5f5;
  padding: 60px 0;
}
/*风采详情*/
.about_demeanor {
  background: #ffffff;
  padding: 0 35px;
}
.about_demeanor .h1 {
  padding: 40px 0;
  line-height: 30px;
  font-size: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.about_demeanor .time {
  font-size: 14px;
  color: #999999;
  padding: 20px 0;
  line-height: 24px;
}
.about_demeanor .text {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding: 25px 0;
}
.about_demeanor .pnews-datePage {
  padding: 70px 0 ;
}
.about_demeanor .pnews-datePage a {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px solid #e5e5e5;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about_demeanor .pnews-datePage a span {
  display: inline-block;
  width: 100px;
  color: #999999;
}
.about_demeanor .pnews-datePage a:hover {
  color: #dc0b10;
}
.about_demeanor .pnews-datePage a:hover span {
  color: #dc0b10;
}
.synopsis {
  padding-bottom: 40px;
}
.synopsis .synopsis-o .text {
  width: 48%;
}
.synopsis .synopsis-o .h1 {
  font-size: 13px;
  color: #666666;
}
.synopsis .synopsis-o .h1 .t {
  font-size: 30px;
  font-weight: bold;
  font-family: 新宋体;
}
.synopsis .synopsis-o .lis {
  padding: 15px 0;
}
.synopsis .synopsis-o .lis .li {
  width: 33.33%;
  text-align: center;
}
.synopsis .synopsis-o .lis .li .num {
  font-size: 18px;
  color: #00b4aa;
  font-weight: bold;
}
.synopsis .synopsis-o .lis .li .num span {
  font-size: 60px;
}
.synopsis .synopsis-o .lis .li .t {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.synopsis .te {
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 15px 0;
}
.synopsis .imgs {
  width: 100%;
}
.synopsis .imgs img {
  width: 50%;
  float: left;
}
.synopsis .imgs img:nth-child(2) {
  width: 25%;
}
.synopsis .imgs img:nth-child(3) {
  width: 25%;
}
.mai_pro {
  padding: 30px ;
  background: #ffffff;
}
.mai_pro .pro_l {
  width: 265px;
}
.mai_pro .pro_l .pro_l_top {
  background: url("../images/in5.png");
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 10px 0 25px 25px;
}
.mai_pro .pro_l .pro_l_top .en {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.mai_pro .pro_l .pro_l_top .h1 {
  font-size: 24px;
}
.mai_pro .pro_l .pro_l_tw {
  color: #ffffff;
  border-top: 1px solid #ffffff;
  background: #2ab0af;
}
.mai_pro .pro_l .pro_l_tw .li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #ffffff;
}
.mai_pro .pro_l .pro_l_tw .li .li_clist {
  background: #ffffff;
  line-height: 40px;
  color: #666666;
  display: none;
}
.mai_pro .pro_l .pro_l_tw .li .li_top .icon-you {
  color: #ffffffb3;
}
.mai_pro .pro_l .pro_l_tw .li .li_clist .lists_li {
  border-bottom: 1px solid #eeeeee;
  padding: 0px 30px;
  width: 100%;
  display: inline-block;
}
.mai_pro .pro_l .pro_l_tw .li:last-child {
  border-bottom: none;
}
.mai_pro .pro_l .pro_l_tw .li .li_clist .lists_li.on {
  color: #f47115;
}
.mai_pro .pro_l .pro_l_tw .li .li_top {
  padding: 5px 10px 5px 30px;
  line-height: 40px;
  cursor: pointer;
}
.mai_pro .pro_l .pro_l_tw .li .li_top.active .icon-you {
  transform: rotate(90deg);
}
.mai_pro .pro_l .pro_l_tw .li .icon-you {
  font-size: 18px;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.mai_pro .pro_l .pro_l_tw .li .input {
  width: 100%;
  background: #f47115;
  color: #ffffff;
  display: inline-block;
  line-height: 40px;
  border-radius: 40px;
}
.mai_pro .pro_l .pro_l_tw .li .input input {
  background: #f47115;
  color: #ffffff;
  display: inline-block;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 40px;
  width: calc(100% - 35px);
}
.mai_pro .pro_l .pro_l_tw .li .input input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 16px;
}
.mai_pro .pro_l .pro_l_tw .li .input input:-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
}
.mai_pro .pro_l .pro_l_tw .li .input input::-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
}
.mai_pro .pro_l .pro_l_tw .li .input input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 16px;
}
.mai_pro .pro_l .pro_l_tw .li .input .btn {
  display: inline-block;
  line-height: 40px;
  width: 35px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.mai_pro .pro_l .pro_l_tw .li .a {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 40px;
}
.mai_pro .pro_r {
  width: calc(100% - 265px);
  padding-left: 40px;
}
.mai_pro .pro_r .h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
.mai_pro .pro_r .text {
  color: #555555;
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
}
.mai_pro .pro_r .t1 {
  color: #e73a3a;
  font-size: 18px;
}
.entrust {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.entrust .li {
  padding: 10px 0;
}
.entrust .na {
  width: 180px;
  text-align: right;
  padding-right: 20px;
  font-size: 18px;
  line-height: 50px;
}
.entrust .na span {
  color: #de2727;
}
.entrust .tex {
  width: calc(100% - 180px);
}
.entrust .tex input {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding-left: 12px;
  border: 1px solid #e3e3e3;
}
.entrust .tex input.yna {
  width: 300px;
}
.entrust .tex textarea {
  display: inline-block;
  width: 100%;
  height: 180px;
  line-height: 35px;
  padding-top: 10px;
  padding-left: 12px;
  border: 1px solid #e3e3e3;
}
.entrust .tex .im_yan {
  display: inline-block;
  width: 145px;
  line-height: 50px;
}
.entrust .btn {
  display: block;
  margin-top: 30px;
  margin-left: 180px;
  width: 210px;
  cursor: pointer;
  background-color: #ce2020;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 4px;
  font-size: 20px;
}
.download {
  padding-bottom: 120px;
}
.download .a {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  color: #ffffff;
  padding: 0 25px;
  line-height: 80px;
  background-color: #6d6d6d;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.download .a:hover {
  background-color: #005cc3;
}
.download .a .na {
  font-size: 18px;
}
.main_bg {
  background-color: #f5f5f5;
}
.cnews_p {
  padding: 10px ;
}
.cnews_p .li {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  width: 32%;
  margin-right: 2%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cnews_p .li:nth-child(3n) {
  margin-right: 0;
}
.cnews_p .li:nth-child(n+4) {
  margin-top: 20px;
}
.cnews_p .li .im {
  overflow: hidden;
}
.cnews_p .li:hover .im img {
  transform: scale(1.08);
}
.cnews_p .li .im img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cnews_p .li .tex {
  padding: 10px 18px ;
}
.cnews_p .li .tex .h1 {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  height: 28px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit_ul {
  padding: 10px 0;
}
.recruit_ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit_ul li:nth-child(3n) {
  margin-right: 0;
}
.recruit_ul li:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*å…¼å®¹ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*å…¼å®¹firefox*/
}
.recruit_ul li:hover .h1 {
  color: #c8000a;
}
.recruit_ul li:hover .more .a {
  background: #c8000a;
}
.recruit_ul li .h1 {
  padding: 15px 0;
  font-size: 20px;
  line-height: 36px;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit_ul li .t {
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #e9e9e9;
}
.recruit_ul li .te {
  padding: 0 15px;
  margin: 15px 0;
  text-align: left;
  color: #666666;
  font-size: 14px;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.recruit_ul li .more {
  border-top: 1px solid #e9e9e9;
  padding: 30px 0;
}
.recruit_ul li .more .a {
  display: inline-block;
  background: #c4c4c4;
  width: 120px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  border-radius: 32px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.bg {
  display: none;
  background: rgba(0, 0, 0, 0.37);
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.al_text {
  display: none;
  position: fixed;
  z-index: 200;
  left: 20%;
  top: 50%;
  width: 60%;
  transform: translateY(-50%);
  max-height: 80%;
  min-height: 40%;
  background: #fff;
  padding: 45px;
}
.al_text .tex_c {
  max-height: 320px;
  overflow: auto;
}
.al_text .iconfont {
  background: #cd151e;
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
}
.al_text .h2 {
  font-size: 18px;
  border-bottom: 2px solid #cd151e;
  padding-bottom: 20px;
  font-weight: normal;
}
.al_text .al_te {
  margin-top: 30px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  max-height: 300px;
  overflow: auto;
}
.al_text .al_te::-webkit-scrollbar {
  /*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â*/
  display: inline-block;
  width: 10px;
  /*ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚Â®Ã‚Â½ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¥Ã‹â€ Ã‚Â«ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¦Ã‚Â¨Ã‚ÂªÃƒÂ§Ã‚Â«Ã¢â‚¬â€œÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â°Ã‚ÂºÃƒÂ¥Ã‚Â¯Ã‚Â¸*/
  height: 272px;
  background: #dadada;
  border-radius: 10px;
}
.al_text .al_te::-webkit-scrollbar-thumb {
  /*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #cd151e;
  background: #cd151e;
  height: 50%;
}
.al_text .al_te::-webkit-scrollbar-track {
  /*ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã‚Â½Ã‚Â¨ÃƒÂ©Ã‚ÂÃ¢â‚¬Å“*/
  height: 50%;
  -webkit-box-shadow: inset 0 0 5px #999999;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.us_abt .abt_t {
  background-color: #ffffff;
}
.us_abt .abt_t .img {
  width: 50%;
}
.us_abt .abt_t .text {
  width: 50%;
  padding-left: 60px;
  padding-right: 20px;
  padding-top: 35px;
}
.us_abt .abt_t .text .h1 {
  padding: 20px 0;
  line-height: 50px;
  color: #de0011;
  font-size: 30px;
  border-bottom: 1px solid #cccccc;
}
.us_abt .abt_t .text .l_lis {
  line-height: 45px;
  padding-top: 20px;
  color: #666666;
}
.us_abt .abt_t .text .l_lis .im {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.us_abt .map {
  padding: 25px 0;
}
/*# sourceMappingURL=index.css.map */