﻿/*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 {
  width: 100%;
  background: #fff;
  line-height: 108px;
  padding: 0 35px;
}
.nfHead .nfHead-nav {
  display: inline-block;
  display: flex;
  width: 70%;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  text-align: center;
  flex: 1;
  position: relative;
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  position: relative;
}
.nfHead .nfHead-nav li span {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.nfHead .nfHead-nav li .sub {
  background: rgba(0, 102, 166, 0.84);
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  display: none;
  z-index: 1000;
  text-align: center;
}
.nfHead .nfHead-nav li .sub a {
  display: block;
  line-height: 36px;
  color: #fff;
}
.nfHead .nfHead-nav li .sub a:hover {
  background: #ff602f;
}
.nfHead .nfHead-tool {
  position: relative;
}
.nfHead .nfHead-tool .icon_sou {
  display: inline-block;
}
.nfHead .nfHead-tool .icon_sou .icon-sousuo {
  border-radius: 50%;
}
.nfHead .nfHead-tool .icon_sou:hover .sousuo_show {
  z-index: 100;
  top: 100%;
  opacity: 1;
}
.nfHead .nfHead-tool .icon-sousuo {
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  background: #026cc9;
  margin-right: 12px;
}
.nfHead .nfHead-tool .sousuo_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 200px;
  line-height: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tool .sousuo_show input {
  width: 160px;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
.nfHead .nfHead-tool .sousuo_show .icon-sousuo {
  border-radius: 0%;
}
.nfHead .nfHead-tool .sousuo_show .icon-sousuo {
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0;
}
.swiper-in {
  position: relative;
  overflow: hidden;
}
.swiper-in .swiper-slide img {
  width: 100%;
}
.swiper-in .swiper-pagination {
  bottom: 10px;
}
.swiper-in .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #ffffff;
}
.swiper-in .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffe60d;
}
.swiper-in .down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  z-index: 10;
}
.swiper-in .down .im {
  position: relative;
  animation: updown 1s infinite linear;
  -webkit-animation: updown 1s infinite linear;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
@keyframes updown {
  0% {
    bottom: 20px;
    opacity: 1;
  }
  100% {
    bottom: 0px;
    opacity: 0;
  }
}
@-webkit-keyframes updown {
  0% {
    bottom: 20px;
    opacity: 1;
  }
  100% {
    bottom: 0px;
    opacity: 0;
  }
}
.in_one {
  padding: 50px 0;
}
.in_one .img {
  width: 50%;
  padding: 0 15px;
}
.in_one .tex {
  width: 50%;
}
.in_one .tex .h1 {
  font-size: 32px;
}
.in_one .tex .en {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}
.in_one .tex .lis {
  padding: 15px 0;
  font-size: 16px;
  display: flex;
}
.in_one .tex .lis dl {
  flex: 1;
  font-size: 16px;
}
.in_one .tex .lis dl span {
  font-family: Arial;
  font-size: 44px;
}
.in_one .tex .lis dt {
  font-weight: bold;
  color: #026cc9;
}
.in_one .tex .te {
  margin: 15px 0;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.in_one .tex .more {
  display: inline-block;
  width: 140px;
  text-align: center;
  background: #026cc9;
  border-radius: 30px;
  height: 46px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 35px;
}
.in_til {
  padding: 20px 0;
  text-align: center;
}
.in_til .h1 {
  font-size: 36px;
}
.in_til .en {
  font-size: 18px;
  line-height: 30px;
}
.in_til .te {
  font-size: 14px;
  line-height: 30px;
}
.in_pro {
  background: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  padding: 0 50px;
}
.in_pro .swiper-container_inpro {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}
.in_pro .swiper-container_inpro .swiper-slide {
  padding: 0 20px;
  background: #ffffff;
  color: #0b5d53;
}
.in_pro .swiper-container_inpro .swiper-slide:nth-child(4n - 2) {
 // background: #bbf1d1;
}
.in_pro .swiper-container_inpro .swiper-slide:nth-child(4n - 1) {
 // background: #b4d2ec;
}
.in_pro .swiper-container_inpro .swiper-slide:nth-child(4n ) {
 // background: #edbec0;
}
.in_pro .swiper-container_inpro .swiper-slide .im {
  text-align: center;
  overflow: hidden;
  height: 320px;
  line-height: 320px;
  border-bottom: 1px solid #0b5d53;
}
.in_pro .swiper-container_inpro .swiper-slide .tex {
  padding: 15px 0;
  line-height: 35px;
}
.in_pro .swiper-container_inpro .swiper-slide .tex .h1 {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_pro .swiper-container_inpro .swiper-slide .tex .t1 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_pro .swiper-container_inpro .swiper-slide .tex .tex_te {
  font-size: 18px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.in_pro .icon-zuojiantou {
  position: absolute;
  bottom: 80px;
  left: 40%;
  color: #ffffff;
  font-size: 25px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50% ;
  text-align: center;
  border: 1px solid #ffffff;
  cursor: pointer;
  z-index: 100;
}
.in_pro .icon-zuojiantou-copy {
  position: absolute;
  bottom: 80px;
  right: 40%;
  color: #ffffff;
  font-size: 25px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50% ;
  text-align: center;
  border: 1px solid #ffffff;
  cursor: pointer;
  z-index: 100;
}
.in_pro .swiper-pagination {
  bottom: 80px;
display: none;
}
.in_pro .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
}
.in_pro .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffe60d;
}
.in_news {
  background: #f7f8fa;
  padding: 50px 80px;
}
.in_news .in_til .en {
  color: #999999;
}
.in_news .in_til .te {
  color: #999999;
}
.in_news .news_list .li {
  display: inline-block;
  vertical-align: top;
  float: left;
  background: #ffffff;
  width: 18.5%;
  margin-right: 1.5%;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_news .news_list .li:nth-child(4n) {
  margin-right: 0;
}
.in_news .news_list .li.on {
  width: 40%;
}
.in_news .news_list .li.on .tex {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 50px;
  padding-top: 110px;
  position: absolute;
  top: 0;
}
.in_news .news_list .li.on .tex .time {
  color: #ffffff;
}
.in_news .news_list .li.on .tex .h1 {
  color: #ffffff;
}
.in_news .news_list .li.on .tex .te {
  color: #ffffff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 48px;
  -webkit-box-orient: vertical;
}
.in_news .news_list .li.on .tex .more {
  margin-top: 80px;
  color: #ffffff;
  border-radius: 5px;
  background: #be181f;
  width: 152px;
  text-align: center;
}
.in_news .news_list .li.on .tex .more span {
  display: inline-block;
  padding-right: 5px;
}
.in_news .news_list .li .im {
  width: 100%;
  overflow: hidden;
}
.in_news .news_list .li .tex {
  padding: 5px 12px;
}
.in_news .news_list .li .tex .time {
  font-size: 14px;
  line-height: 50px;
  color: #999999;
}
.in_news .news_list .li .tex .h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.in_news .news_list .li .tex .te {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #666666;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.in_news .news_list .li .tex .more {
  display: inline-block;
  line-height: 46px;
  margin-top: 20px;
}
.in_news .news_list .li .tex .more span {
  display: none;
}
.in_news .news_list .li .tex .more .iconfont {
  font-size: 25px;
  vertical-align: middle;
}
.in_lus {
  padding: 85px 80px;
  position: relative;
}
.in_lus .r_im {
  color: #ffffff;
  position: relative;
}
.in_lus .r_im .tex {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.in_lus .r_im .tex .tex_c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.in_lus .r_im .tex .h1 {
  font-size: 48px;
}
.in_lus .r_im .tex .t {
  font-size: 18px;
  line-height: 24px;
}
.in_lus .tex_l {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  width: 42%;
}
.in_lus .tex_l .li {
  width: 50%;
  position: relative;
}
.in_lus .tex_l .li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(233, 21, 11, 0.86);
}
.in_lus .tex_l .li:nth-child(2):after {
  background: rgba(0, 0, 0, 0.6);
}
.in_lus .tex_l .li:nth-child(3):after {
  background: rgba(11, 172, 75, 0.9);
}
.in_lus .tex_l .li:nth-child(4):after {
  background: rgba(2, 108, 201, 0);
}
.in_lus .tex_l .li .tex {
  position: absolute;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
.footBox {
  padding: 0 50px;
  background: url("../images/fbg.jpg");
  background-repeat: no-repeat;
  color: #ffffff;
}
.footBox .f_o {
  padding: 70px 0 50px 0;
}
.footBox .f_o .nav {
  padding: 0 3%;
  display: flex;
  width: calc(100% - 360px);
}
.footBox .f_o .nav .li {
  flex: 1;
  display: inline-block;
  width: 120px;
  vertical-align: top;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
.footBox .f_o .nav .li a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  line-height: 30px;
}
.footBox .f_o .nav .li a:first-child {
  font-size: 18px;
}
.footBox .f_o .code {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
}
.footBox .f_o .code img {
  background: #ffffff;
  width: 145px;
  padding: 2px;
}
.footBox .fo_b {
  padding: 25px 0;
  font-size: 14px;
  line-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.cbanner {
  position: relative;
}
.cbanner img {
  width: 100%;
}
.cbanner .cbanner_list {
  position: absolute;
  bottom: 0;
  left: 0%;
  padding: 0 3%;
  display: flex;
  width: 100%;
}
.cbanner .cbanner_list .li {
  display: inline-block;
  flex: 1;
  text-align: center;
  line-height: 70px;
  background: #ffffff;
  font-size: 18px;
}
.cbanner .cbanner_list .li.on {
  background: #026cc9;
  color: #ffffff;
}
.main_c {
  background: #f6f6f6;
}
.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-size: cover;
  color: #ffffff;
  padding: 10px 0;
  padding-left: 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: 75px;
}
.mai_pro .r-top .top_l {
  width: 56%;
}
.mai_pro .r-top .top_l .h1 {
  font-size: 30px;
  font-weight: bold;
}
.mai_pro .r-top .top_l .h2 {
  display: inline-block;
  margin: 20px 0;
  padding-right: 40px;
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
  background: #f47115;
}
.mai_pro .r-top .top_l .h2 span {
  line-height: 50px;
  display: inline-block;
  background: #2ab0af;
  padding: 0 20px;
}
.mai_pro .r-top .top_l .te {
  font-size: 16px;
  line-height: 24px;
}
.mai_pro .r-top .top_im {
  width: 43%;
}
.mai_pro .table {
  margin-top: 50px;
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 18px;
  font-weight: normal;
}
.mai_pro .table th:first-child {
  background: #eeeeee;
  text-align: left;
min-width: 85px;
}
.mai_pro .table th {
  padding: 5px 4px;
  line-height: 24px;    font-size: 14px;
  font-weight: normal;
}
.mai_pro .table .mor1 {
  display: inline-block;
  background: #f47115;
  line-height: 36px;
  width: 65px;
  border-radius: 36px;
  text-align: center;
  color: #ffffff;
}
.mai_pro .table .mor2 {
  display: inline-block;
  background: #2ab0af;
  line-height: 36px;
  width: 65px;
  border-radius: 36px;
  text-align: center;
  color: #ffffff;
}
.pro_list {
  background: #f6f6f6;
}
.pro_list .li {
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
  padding: 0 30px;
  position: relative;
  font-size: 16px;
}
.pro_list .li.on {
  background: #f47115;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.pro_list .li.on:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #f47115 transparent transparent;
  /*灰 透明 透明 */
}
.cons .con:nth-child(n+2) {
  display: none;
}
.mai_pro_abt {
  padding: 30px 55px;
  background: #ffffff;
}
.mai_pro_abt .r-top .top_l {
  width: 56%;
}
.mai_pro_abt .r-top .top_l .h1 {
  font-size: 30px;
  font-weight: bold;
}
.mai_pro_abt .r-top .top_l .h2 {
  display: inline-block;
  margin: 20px 0;
  font-size: 30px;
  line-height: 50px;
}
.mai_pro_abt .r-top .top_l .te {
  font-size: 16px;
  line-height: 24px;
}
.mai_pro_abt .r-top .swiper-left {
  background: #a0a0a0;
  width: 30px;
  height: 36px;
  line-height: 36px;
  margin-top: 18px;
  color: #ffffff;
  text-align: center;
}
.mai_pro_abt .r-top .swiper-left:hover {
  background: #026cc9;
}
.mai_pro_abt .r-top .swiper-right {
  background: #a0a0a0;
  width: 30px;
  height: 36px;
  line-height: 36px;
  margin-top: 18px;
  color: #ffffff;
  text-align: center;
}
.mai_pro_abt .r-top .swiper-right:hover {
  background: #026cc9;
}
.mai_pro_abt .r-top .top_swi {
  position: relative;
  background: #fafafc;
  padding: 30px;
}
.mai_pro_abt .r-top .top_swi .swiper-slide {
  background: #ffffff;
}
.mai_pro_abt .r-top #swiper-container4 {
  overflow: hidden;
  position: relative;
}
.mai_pro_abt .r-top #swiper-container4 .swiper-slide {
  line-height: 65px;
  padding: 5px;
  position: relative;
  border: 3px solid #ffffff;
}
.mai_pro_abt .r-top #swiper-container4 .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.mai_pro_abt .r-top #swiper-container4 .swiper-slide img {
  max-height: 65px;
}
.mai_pro_abt .r-top #swiper-container4 .swiper-slide.active-nav {
  border: 3px solid #026cc9;
}
.mai_pro_abt .r-top #swiper-container4 .swiper-slide.active-nav:after {
  background: unset;
}
.mai_pro_abt .r-top .top_im {
  width: 40%;
}
.pro_abt_c {
  padding-top: 30px;
}
.pro_abt_c .li {
  padding-top: 25px;
  float: left;
  width: 50%;
  vertical-align: top;
}
.pro_abt_c .li:nth-child(2n) {
  float: right;
}
.pro_abt_c .h1 {
  font-size: 20px;
  line-height: 24px;
}
.pro_abt_c .h1 .t {
  color: #f47115;
  font-size: 16px;
}
.pro_abt_c .tex {
  padding: 20px;
  font-size: 18px;
  line-height: 30px;
}
.pro_abt_c .btns {
  text-align: center;
  padding: 20px 0;
}
.pro_abt_c .btns .btn {
  display: inline-block;
  width: 220px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  background: #026cc9;
}
.pro_abt_c .btns .btn2 {
  margin-left: 15px;
  background: #f47115;
}
.pro_yy {
  padding: 0 8%;
}
.pro_yy .pro_yylist {
  padding-top: 60px;
}
.pro_yy .pro_yylist .li {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  vertical-align: top;
  padding: 25px 0;
  border: 1px solid #e5e5e5;
  float: left;
}
.pro_yy .pro_yylist .li:hover {
  background: #026cc9;
  border: 1px solid #026cc9;
  color: #ffffff;
}
.pro_yy .pro_yylist .li:hover .time {
  color: #ffffff;
}
.pro_yy .pro_yylist .li:hover .tex .te {
  color: #ffffff;
}
.pro_yy .pro_yylist .li:nth-child(2n) {
  margin-right: 0;
}
.pro_yy .pro_yylist .li:nth-child(n+3) {
  margin-top: 40px;
}
.pro_yy .pro_yylist .li .time {
  width: 125px;
  padding-left: 20px;
  color: #999999;
}
.pro_yy .pro_yylist .li .time .t1 {
  font-size: 16px;
}
.pro_yy .pro_yylist .li .time .t2 {
  font-size: 30px;
}
.pro_yy .pro_yylist .li .tex {
  padding: 0 30px;
  width: calc(100% - 125px);
  border-left: 1px solid #e0e0e0;
}
.pro_yy .pro_yylist .li .tex .t1 {
  font-size: 18px;
}
.pro_yy .pro_yylist .li .tex .te {
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_yy .pro_yylist2 {
  padding-top: 60px;
}
.pro_yy .pro_yylist2 .li {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  vertical-align: top;
  padding: 25px 0;
  border: 1px solid #e5e5e5;
  float: left;
}
.pro_yy .pro_yylist2 .li:hover {
  background: #026cc9;
  border: 1px solid #026cc9;
  color: #ffffff;
}
.pro_yy .pro_yylist2 .li:hover .time {
  color: #ffffff;
}
.pro_yy .pro_yylist2 .li:hover .tex {
  color: #ffffff;
}
.pro_yy .pro_yylist2 .li:hover .icon-xiazai {
  color: #ffffff;
}
.pro_yy .pro_yylist2 .li:nth-child(2n) {
  margin-right: 0;
}
.pro_yy .pro_yylist2 .li:nth-child(n+3) {
  margin-top: 40px;
}
.pro_yy .pro_yylist2 .li .time {
  width: 125px;
  padding-left: 30px;
  color: #999999;
    display: none;
}
.pro_yy .pro_yylist2 .li .time .t1 {
  font-size: 16px;
}
.pro_yy .pro_yylist2 .li .time .t2 {
  font-size: 30px;
}
.pro_yy .pro_yylist2 .li .tex {
  padding: 0 30px 0 0;
  width: calc(100% - 225px);
padding: 0 30px 0 20px;
    width: calc(100% - 100px);
  color: #666666;
}
.pro_yy .pro_yylist2 .li .tex .t1 {
  font-size: 18px;
  line-height: 70px;
}
.pro_yy .pro_yylist2 .li .icon-xiazai {
  display: inline-block;
  line-height: 70px;
  width: 100px;
  text-align: center;
  color: #026cc9;
  font-size: 30px;
}
.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;
}
.pro_message {
  text-align: center;
  padding-bottom: 60px;
}
.pro_message .h1 {
  font-size: 30px;
}
.pro_message .t {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
}
.pro_message .input {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #e4e4e4;
  position: relative;
  margin-top: 30px;
}
.pro_message .input:nth-child(n+3) {
  margin-right: 0;
}
.pro_message .input input {
  height: 46px;
  display: inline-block;
  padding-left: 50px;
  width: 100%;
}
.pro_message .input img {
  position: absolute;
  top: 25px;
  left: 25px;
  transform: translate(-50%, -50%);
}
.pro_message .tear {
  width: 100%;
}
.pro_message .tear textarea {
  height: 190px;
  line-height: 46px;
  display: inline-block;
  padding-left: 50px;
  width: 100%;
}
.pro_message .yan {
  width: 100%;
  text-align: left;
}
.pro_message .yan .input {
  display: inline-block;
  width: 150px;
}
.pro_message .yan .input input {
  padding-left: 15px;
}
.pro_message .yan .y_img {
  display: inline-block;
  margin-right: 2%;
  border: 1px solid #e4e4e4;
  width: 150px;
  text-align: center;
  height: 48px;
  vertical-align: middle;
  line-height: 46px;
}
.pro_message .yan .y_img img {
  max-height: 100%;
}
.pro_message .yan .new {
  cursor: pointer;
  display: inline-block;
  width: 150px;
  color: #0d59ab;
  line-height: 46px;
  vertical-align: middle;
  font-size: 14px;
}
.pro_message .yan .btn {
  display: inline-block;
  background: #dc0b10;
  color: #fff;
  width: 194px;
  vertical-align: middle;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.til_2 {
  padding: 40px 0 ;
}
.til_2 .h1 {
  font-size: 30px;
}
/*发展历程*/
.pa_lsa {
  padding: 50px 90px;
  background: url("../images/im12.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
}
.pa_lsa .h1 {
  /* padding-top: 90px;*/
  padding-bottom: 15px;
  text-align: center;
}
.pa_lsa .h1 dt {
  font-size: 30px;
  line-height: 40px;
}
.pa_lsa .h1 .cim {
  padding: 10px 0;
}
.pa_lsa .h1 dd {
  font-size: 14px;
  line-height: 30px;
}
.pa_lsa .pa_lsaswi {
  padding: 0 120px;
  margin-top: 40px ;
  padding-bottom: 60px;
  position: relative;
}
.pa_lsa .pa_lsaswi .swiper-button-white {
  top: auto;
  bottom: 0;
  width: 30px;
  margin: 0;
  height: 30px;
  border: 1px solid #ffffff;
  background-size: 12px;
  background-position: center center;
}
.pa_lsa .pa_lsaswi .swiper-button-prev {
  left: 50%;
  margin-left: -40px;
}
.pa_lsa .pa_lsaswi .swiper-button-next {
  right: 50%;
  margin-right: -40px;
}
.pa_lsa .pa_lsaswi .bor {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 115px;
  top: 166px;
  border-top: 1px dashed #ffffff;
}
.pa_lsa .pa_lsaswi .bor:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -18px;
  background: url("../images/no8.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 36px;
}
.pa_lsa .pa_lsaswi .bor:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -6.5px;
  background: url("../images/no8_r.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 13px;
}
.pa_lsa .swiper-container_inf {
  position: relative;
  overflow: hidden;
}
.pa_lsa .swiper-container_inf .year {
  font-size: 20px;
}
.pa_lsa .swiper-container_inf .te {
  font-size: 24px;
  line-height: 30px;
}
.pa_lsa .swiper-container_inf .swiper-slide:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  border-radius: 50% ;
  left: 0;
  top: 106px;
  top: 157px;
}
.pa_lsa .swiper-container_inf .swiper-slide:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50% ;
  left: 4px;
  /*top: 110px;*/
  top: 161px;
}
.pa_lsa .swiper-container_inf .swiper-slide:nth-child(2n) {
  padding-top: 135px;
  padding-top: 200px;
}
.pa_lsa .swiper-container_inf .swiper-slide:hover .year {
  color: #026cc9;
}
.pa_lsa .swiper-container_inf .swiper-slide:hover:after {
  border: 1px solid #026cc9;
}
.pa_lsa .swiper-container_inf .swiper-slide:hover:before {
  background: #026cc9;
}
/*公司介绍*/
.profile {
  padding-top: 65px;
}
.profile .profile_h1 {
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}
.profile .profile_en {
  font-family: 'Arial';
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.profile .profile_te {
  padding: 60px 6%;
}
.profile .profile_te .te {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.profile .profile_te .h2 {
  color: #026cc9;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 0;
  font-weight: bold;
  margin-top: 12px;
}
.profile .profile_num {
  position: relative;
}
.profile .profile_num .im {
  width: 100%;
}
.profile .profile_num .tex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid rgba(255, 255, 255, 0.8);
  padding: 5px;
}
.profile .profile_num .tex .te {
  width: 750px;
  background: rgba(255, 255, 255, 0.8);
}
.profile .profile_num .lis {
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  display: flex;
}
.profile .profile_num .lis dl {
  flex: 1;
  font-size: 16px;
  padding: 50px 0;
}
.profile .profile_num .lis dl span {
  font-family: Arial;
  font-size: 44px;
}
.profile .profile_num .lis dt {
  font-weight: bold;
  line-height: 60px;
  color: #026cc9;
}
.swiper-comp_y {
  width: 100%;
}
.swiper-comp_y .swiper-button-next {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 25%;
  margin-right: -30px;
}
.swiper-comp_y .swiper-button-prev {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 25%;
  margin-left: -30px;
}
.swiper-comp_y .swiper-slide {
  padding-top: 70px;
  position: relative;
  color: #666666;
  line-height: 70px;
}
.swiper-comp_y .swiper-slide:hover .im img {
  transform: scale(1.08);
}
.swiper-comp_y .swiper-slide .im {
  overflow: hidden;
}
.swiper-comp_y .swiper-slide .im img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-comp_y .swiper-slide .tex {
  opacity: 0;
}
.swiper-comp_y .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-comp_y .swiper-slide-active .tex {
  opacity: 1;
}
.swiper-comp_y .swiper-slide-active:after {
  background-color: rgba(255, 255, 255, 0);
}
/*企业文化*/
.c_culture {
  padding: 50px 90px;
  background: url("../images/im15.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
}
.c_culture .h1 {
  /* padding-top: 90px;*/
  padding-bottom: 15px;
  text-align: center;
}
.c_culture .h1 dt {
  font-size: 30px;
  line-height: 40px;
}
.c_culture .h1 .cim {
  padding: 10px 0;
}
.c_culture .h1 dd {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.culture_te {
  padding: 30px 0;
}
.culture_te .li {
  width: 31%;
  margin-right: 3.5%;
  background-color: #ffffff;
}
.culture_te .li:nth-child(3) {
  margin-right: 0;
}
.culture_te .li:hover .im img {
  transform: scale(1.08);
}
.culture_te .li .im {
  overflow: hidden;
}
.culture_te .li .im img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.culture_te .li .tex {
  text-align: center;
  padding: 15px 0;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
}
/*企业资质*/
.qualification {
  padding: 15px 8%;
}
.qualification .li {
  width: 23%;
  margin-right: 2.66%;
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.qualification .li:nth-child(4n) {
  margin-right: 0;
}
.qualification .li .t {
  line-height: 50px;
}
.qualification .li .im {
  border: 1px solid #cfcfcf;
  text-align: center;
  line-height: 260px;
}
.qualification .li .im img {
  max-height: 260px;
}
/*联系我们*/
.lcus .lcus_t {
  background-color: #f6f6f6;
  text-align: center;
  padding: 30px 0;
}
.lcus .lcus_t dt {
  font-size: 30px;
}
.lcus .map {
  width: 100%;
padding-top: 15px;
}
.lcus .map p{    text-indent: 0!important;    padding-left: 2em;}

.lcus .lcus_lis {
  text-align: center;
  padding: 70px 0;
}
.lcus .lcus_lis .li {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
}
.lcus .lcus_lis .li .t1 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}
.lcus .lcus_lis .li .t2 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.recruit_ul {
  padding: 50px 8%;
  background-color: #f6f6f6;
}
.recruit_ul li {
  width: 23%;
  margin-right: 2.66%;
  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(4n) {
  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: #00428e;
}
.recruit_ul li:hover .more .a {
  background: #00428e;
}
.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: #bc905f;
  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: #026cc9;
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 27px;
  display: inline-block;
}
.al_text .h2 {
  font-size: 18px;
  border-bottom: 2px solid #999999;
  padding-bottom: 20px;
  font-weight: normal;
}
.al_text .al_te {
  margin-top: 30px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  max-height:350px;
  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 #026cc9;
  background: #026cc9;
  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);
}
/*新闻中心*/
.insh {
  padding: 25px 0;
}
.insh .insh_list {
  padding: 50px 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: #0075c1;
}
.insh .insh_list .li:hover .tex .na {
  background-color: #026cc9;
}
.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: #999999;
  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;
}
.cnews_p {
  padding: 50px 8%;
}
.cnews_p .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;
}
.cnews_p .li:nth-child(4n) {
  margin-right: 0;
}
.cnews_p .li:nth-child(n+5) {
  margin-top: 25px;
}
.cnews_p .li .im video {
  width: 100%;
}
.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;
}
/*# sourceMappingURL=index.css.map */
.mai_pro .pro_r .tex_con {
  padding: 15px;
}
.pnews-dateTitle {
  text-align: center;
  padding-top: 20px;
}
.pnews-dateTitle .t {
  font-size: 20px;
}
.pnews-dateTitle .c {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.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;
}
.pnews-datePage a span {
  display: inline-block;
  width: 100px;
  color: #999999;
}
.pnews-datePage a:hover {
  color: #dc0b10;
}
.pnews-datePage a:hover span {
  color: #dc0b10;
}
.pnews-dateInfo {
  padding: 20px 0;
}
.bg {
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.bg_t {
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.in_alert {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  min-width: 60%;
  max-width: 80%;
  min-height: 40%;
  max-height: 80%;
  overflow: hidden;
  padding: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.in_alert .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  background: #0b86cc;
  display: inline-block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.in_login {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 420px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.in_login .li {
  line-height: 45px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
}
.in_login .li .im {
  width: 35px;
  text-align: center;
}
.in_login .li .te {
  font-size: 14px;
  color: #666666;
}
.in_login .li .te input {
  width: 100%;
  display: inline-block;
  height: 45px;
}
.in_login .h1 {
  line-height: 88px;
  font-size: 30px;
  text-align: center;
}
.in_login .btn {
  background: #016dc8;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
  width: 100%;
  margin-top: 20px;
}
.in_login .a_re {
  font-size: 14px;
  line-height: 40px;
  color: #999999;
}
.in_login .a_re a {
  display: inline-block;
  color: #da0c12;
}
.in_login .icon-cuo {
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #717171;
  color: #ffffff;
  border-radius: 50%;
  font-size: 40px;
}
.in_register {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 420px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.in_register .li {
  line-height: 45px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
}
.in_register .li.liyan {
  border: none;
}
.in_register .li.liyan .liyan_l {
  width: 75%;
  border: 1px solid #cccccc;
}
.in_register .li.liyan ._yanim {
  float: right;
  width: 23%;
  background: #c3c3c3;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
}
.in_register .li .im {
  width: 35px;
  text-align: center;
}
.in_register .li .te {
  width: calc(100% - 35px);
  font-size: 14px;
  color: #666666;
}
.in_register .li .te input {
  width: 100%;
  display: inline-block;
  height: 45px;
}
.in_register .h1 {
  line-height: 88px;
  font-size: 30px;
  text-align: center;
}
.in_register .btn {
  background: #016dc8;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
  width: 100%;
  margin-top: 20px;
}
.in_register .a_re {
  font-size: 14px;
  line-height: 40px;
  color: #999999;
}
.in_register .a_re a {
  display: inline-block;
  color: #da0c12;
}
.in_register .icon-cuo {
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #717171;
  color: #ffffff;
  border-radius: 50%;
  font-size: 40px;
}
.in_register_secc {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 420px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  height: 360px;
  text-align: center;
}
.in_register_secc .tex {
  font-size: 22px;
}
.in_register_secc .btn {
  display: inline-block;
  width: 115px;
  margin-top: 15px;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  background: #016dc8;
  font-size: 14px;
  border-radius: 3px;
}
.in_register_secc .secc_c {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.in_register_secc .icon-cuo {
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #717171;
  color: #ffffff;
  border-radius: 50%;
  font-size: 40px;
}
/*# sourceMappingURL=index.css.map */