.maximum{
    padding-bottom:70px;
}
.industry {
    width: 96%;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 10px;
}
.Region{
    width: 100%;
    overflow: hidden;
}
.nav{
    width: 100%;
    overflow: hidden;
    padding:5px 0px;
    background: #fff;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 9999;
}
.nav .open{
    width: 6%;
    float: left;
    margin-top: 13px;
    margin-left: 5%;
}
.nav div img{
    width: 100%;
    height: auto;
}
.nav .logo {
    width: 54%;
    float: left;
    margin-left: 7%;
    /*margin-top: 10px;*/
}
.nav div img {
    width: 100%;
    height: auto;
}

.nav .login{
    width: 19%;
    float: right;
    margin-right: 3%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.nav .login a{
    font-size: 16px;
    color: #2dbb55;
}
nav {
    overflow: hidden;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    transform: translateX(0px);
    box-shadow: 1px 2px 3px #eaeaea;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);

}
nav.nav-open {
    transform: translateX(-1100px);
    border-radius: 0% 0% 0% 0%;
    background: rgba(255, 255, 255, 0.6);
}
nav .nav-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 900ms cubic-bezier(0.9, 0, 0.33, 1);
    padding-top: 55px;
}
nav .nav-links.fade-in {
    opacity: 1;
    transform: translateX(0px);
}
nav .nav-links .link {
    padding: 1rem 0;
    text-decoration: none;
    font-family: sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
}
/*流程图*/
.shurff {
    width: 100%;
    /*padding-top: 59px;*/
}
.swiper-slide img{
    width: 100%;
    height: 205px;
}
.swiper-pagination span{
    width: 5px;
    height: 5px;
}
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.6 !important;
    margin: 0px 4px !important;
}
.swiper-pagination-bullet-active{
    background: white !important;
    opacity: 1 !important;
}
.search {
    margin-left: 3%;
    margin-top: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.search h4 {
    font-weight: 100;
    width: 153px;
    border: 1px solid #aaaaaa;
    border-right: none;
    overflow: hidden;
    float: left;
}
.search h4 span {
    display: block;
    width: 143px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    /*background: url(../images/xjt.png) no-repeat;*/
    background-position: center right;
    background-size: 12% 12%;
    color: #737373;
    font-size: 28px;
}
.search .inp {
    width: 67%;
    height: 33px;
    line-height: 33px;
    padding: 0px 0px !important;
    border: 1px solid #2dbb55;
    background-color: #fff;
    border-right: none;
    float: left;
    text-indent: 1em;
    font-size: 12px;
    padding-right: 30px !important;
    color: #bf6ee7;
    outline: none;
}
.search .but {
    width: 19%;
    height: 35px;
    line-height: 35px;
    background-color: #2dbb55;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50% 70%;
    color: #fff;
    font-size: 14px;
    margin-left: -1px;
    border: 1px solid #2dbb55;
    border-left: none;
}
.nav_img {
    width: 100%;
}
.nav_img ul {
    width: 96%;
    overflow: hidden;
    margin: 0px auto;
    padding-top: 0px;
}

.nav_img ul li {
    width: 19%;
    margin: 0px 3%;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.nav_img ul li a {
    display: block;
    position: relative;
}

.nav_img ul li img {
    width: 93%;
    height: 67px;
}

.nav_img ul li p {
    bottom: 25px;
    left: 31px;
    font-size: 14px;
    color: #656265;
}
.adv a{
    display: block;
	width: 100%;
	height: 19vw;
}
.adv a img{
    display: block;
    width: 100%;
    height: 100%;
}
.auto-tit{
	height: 38px;
	    line-height: 38px;
	    border-bottom: 2px solid #2dbb55;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
}
.auto-tit div{
	width: 70%;
}
.auto-tit div p{
	display: inline-block;
	    font-size: 17px;
	    padding-left: 108px;
		position: relative;
}
.auto-tit div p:before{
	content: "";
	    background-image: url(../images/bg.jpg);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: 100% 100%;
	    width: 105px;
	    height: 38px;
	    position: absolute;
	    left: 2px;
	    top: 0px;
}
.auto-tit div i {
    display: inline-block;
    margin-left: 1%;
    font-size: 11px;
	color: #2DBB55;
}
.sup-img{
	display: flex;
	flex-wrap: wrap;
}
.sup-img a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
	margin-top: 5px;
}
.sup-img a:nth-child(3n+1) {
    margin-left: 0px;
}
.sup-img a img{
    border: 1px solid #cccccc;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
}
.sup-xx li a{
	font-size: 15px;
	    display: block;
	    height: 30px;
	    line-height: 30px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -o-text-overflow: ellipsis;
	    -webkit-text-overflow: ellipsis;
	    -moz-text-overflow: ellipsis;
	    white-space: nowrap;
}
.uls li {
	margin-top: 15px;
  display: block;
  transition: all .3s linear;
  box-shadow: 0px 0px 10px rgba(100, 100, 100, 0.6);
  transition: all .3s linear;
}
.uls li a {
  font-size: 14px;
  color: #666666;
}
.uls li a span {
  display: block;
  width: 100%;
  height: 47vw;
}
.uls li a span img {
  display: block;
  height: 100%;
  width: 100%;
}
.uls li a p {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: 1px solid #e6e6e6;
  padding: 10px 10px;
}
.uls li a p strong {
  height: 20px;
  line-height: 20px;
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.uls li a p strong:hover {
  text-decoration: underline;
}
.uls li a p small {
  font-size: 14px;
      display: block;
      width: 100%;
      height: 50px;
      line-height: 25px;
      overflow: hidden;
	  color: #ccc;
}
.adv-two{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.adv-two a{
    width: 49%;
	height: 27vw;
	display: block;
}
.adv-two a img{
    display:block;
    width: 100%;
    height: 100%;
}
.tou-two li a{
	position: relative;
	    padding-left: 5%;
	    font-size: 15px;
	    display: block;
	    height: 45px;
	    line-height: 45px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -o-text-overflow: ellipsis;
	    -webkit-text-overflow: ellipsis;
	    -moz-text-overflow: ellipsis;
	    white-space: nowrap;
}
.tou-two li a:before{
	content: "";
	    background-color: #d9d9d9;
	    border-radius: 10px;
	    width: 10px;
	    height: 10px;
	    position: absolute;
	    top: 18px;
	    left: 3px;
}
.ral-adv a{
	display: block;
	width: 100%;
	height: 40vw;
}
.ral-adv a img{
	display: block;
	width: 100%;
	height: 100%;
}
.ral-xx li a{
	position: relative;
	    padding-left: 5%;
	    font-size: 15px;
	    display: block;
	    height: 45px;
	    line-height: 45px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -o-text-overflow: ellipsis;
	    -webkit-text-overflow: ellipsis;
	    -moz-text-overflow: ellipsis;
	    white-space: nowrap;
}
.ral-xx li a:before{
	content: "";
	    background-color: #346cb7;
	    border-radius: 10px;
	    width: 5px;
	    height: 5px;
	    position: absolute;
	    top: 21px;
	    left:7px;
}
.exh-img{
    display: flex;
    flex-wrap: wrap;

}
.exh-img a{
    display: block;
    width: 32.4%;
    margin-left: 1.33333%;
}
.exh-img a:nth-child(3n+1) {
    margin-left: 0px;
}
.exh-img a img{
/*    border: 1px solid #cccccc; */
    box-sizing: border-box;
    width: 100%;
    height: 100px;
}
.exh-img a p{
	font-size: 15px;
	    height: 25px;
	    line-height: 25px;
	    width: 100%;
	    text-align: center;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -o-text-overflow: ellipsis;
	    -webkit-text-overflow: ellipsis;
	    -moz-text-overflow: ellipsis;
	    white-space: nowrap;
}
.one-tit{
	height: 40px;
	line-height: 40px;
}
.one-tit em{
	display: inline-block;
	    font-size: 17px;
}
.one-tit i{
	display: inline-block;
	    margin-left: 1%;
	    font-size: 14px;
	    color: #2DBB55;
}

.exh-xx a{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #CCCCCC;
}
.exh-xx a img{
    display: block;
    width: 29%;
    height: 100px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.exh-xx a div{
    width: 69%;
}
.exh-xx a div p{
   font-size: 16px;
       height: 38px;
       line-height: 38px;
       width: 100%;
       overflow: hidden;
       text-overflow: ellipsis;
       -o-text-overflow: ellipsis;
       -webkit-text-overflow: ellipsis;
       -moz-text-overflow: ellipsis;
       white-space: nowrap;
}

.exh-xx a div span{
   display: block;
       font-size: 14px;
       height: 30px;
       line-height:30px;
       overflow: hidden;
	   color: #727272;
}
.tra-center li a{
	position: relative;
	    padding-left: 5%;
	    font-size: 15px;
	    display: block;
	    height: 42px;
	    line-height: 42px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -o-text-overflow: ellipsis;
	    -webkit-text-overflow: ellipsis;
	    -moz-text-overflow: ellipsis;
	    white-space: nowrap;
}
.tra-center li a:before{
	content: "";
	    background-color: #2dbb55;
	    width: 5px;
	    height: 5px;
	    position: absolute;
	    top: 20px;
	    left: 7px;
}
/*底部*/
.footer {
    background-color: #f1f1f1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.footer ul {
    display: flex;
    justify-content: space-around;
}
.footer ul li {
    list-style: none;
}
.footer ul li p {
    text-align: center;
}
.footer ul li p a {
    color: #555555;
    font-size: 14px;
    display: block;
}
