@charset "utf-8";
.home1 {
    width: 100%;
    height: auto;
	margin-top:10px;
	overflow: hidden;
}
@media screen and (max-width: 768px) and (min-width: 320px){
	.home1 {
    width: 100%;
    height: auto;
	margin-top:0px;
	overflow: hidden;
}
}

.home1 a {
    display: block;
    width: calc((100% - 0px) /4);
    float: left;
    padding: 20px 10px;
    color: #fff;
    position: relative;
    transform: scale(1);
    transition: all 0.5s;
    z-index: 1;
}

.home1 a:hover {
    transform: scale(1.1);
    z-index: 100;
	
}

.home1 a:hover h5 {
   color:#fff;
	
}
.home1 a:hover p {
   color:#fff;
	
}

.home1 a h5 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0rem;
}

.home1 a p {
    font-size: 12px;
    opacity: .5;
    text-transform: capitalize;
}

.home1 a img {
   max-width:20px;
}

.home1 a.ha1 {
    background: #e60012;
}

.home1 a.ha2 {
    background: #2b2b29;
}

.home1 a.ha3 {
    background: #434342;
}

.home1 a.ha4 {
    background: #595958;
}

@media screen and (max-width:768px) {
    .home1 a {
        display: block;
        width: calc((100% - 0px) /2);
        float: left;
        padding: 26px;
        height: 100px;
        color: #fff;
        position: relative;
        transform: scale(1);
        transition: all 0.5s;
        z-index: 99;
    }
}






#company {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#company li {
  width: 25%;
  overflow: hidden;
  background: #000;
  position: relative;
  height: 100%;
  transition: all ease .5s;
  max-height: 100vh;
}

#company li:hover {
  background: rgb(0 70 105);
}

#company li>img {
  opacity: 0.7;
  height: clamp(15rem, 4.5rem + 52.5vw, 67.5rem);
  width: 100%;
  object-fit: cover;
}

#company li>a {
  position: absolute;
  transition: all ease .5s;
  width: 100%;
  padding: 0 15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 0;
  right: 0;
  margin-top: 50px;
}

#company li>a img {
  width: clamp(4.625rem, 2.943rem + 8.41vw, 9.25rem);
  display: block;
  margin: 0 auto;
}

#company li>a h3 {
  color: #fff;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.2;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}

#company li>a .list_text {
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #fff;
  font-family: arial;
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  opacity: 0;
  transition: all ease 1s;
  text-align: center;
  margin-top:20px;
}

#company li>a .xqjs {
  text-align: center;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
  color: #fff;
  font-family: arial;
  margin: 0;
  line-height: 1.8;
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
  opacity: 0;
  transition: all ease 1s;
  text-align: center;
}

#company li:hover>a p {
  opacity: 1;
}

#company li:hover>a .xqjs {
  opacity: 1;
}


#company li>a span {
  color: #fff;
  font-size: 14px;
  bottom: 0;
  opacity: 0;
  transition: all ease 1.2s;
  text-align: center;
  display: block;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#company li:hover>a {
  padding-bottom: 30px;
  margin-top: 0;
  transition: all ease 1.2s;
}

#company li:hover>a span {
  opacity: 1;
}

#company li.active1 {
  width: 40%;
}

@media screen and (max-width:768px) {
  #company {
    flex-direction: column;
        background-color: #fff;
  }

  #company li {
    width: 100%;
    margin-bottom: 20px;
  }

  #company li.active1 {
    width: 100%;
  }

  #company li>a img {
    width: 80px;
  }

  #company li>a p {
    margin-bottom: 10px;
    font-size: 15px;
  }

  #company li>a span {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  #company li>a h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}




.jm{width:100%;display:inline-block;height:625px}
.jm .jmcon{width:100%;max-width:1200px;margin:0px auto;display:flow-root;margin-top:40px}
.jmleft {
        margin-left: 0px;
        float: left;
        margin-right: 0px;
        width: 24.552%;
		margin-bottom: 2.6rem;
        margin-top: 8.3rem;
    }
	
.jmleft .lmimg img{width:100%;height:100%;}
.jmleft .lmxian{
	width:100%;
	max-width:10%;
	border-top-color: #fff;
    border-top-width: 2px;
	border-top-style: solid;
	margin-top: 20px;
}

.jmleft .lmmc{
	width:100%;
	font-size:26px;
	color:#fff;
	line-height:1.4;
	font-weight:bold;
	margin-top:10px;
}

.jmleft .lmjs{
	
	color:#fff;
	font-size:14px;
	line-height:2;
	margin-top:20px
	
	}
	
.jmright{
        width: 74.44800000000001%;
        margin-left: 1%;
        margin-right: 0px;
        clear: none;
		margin-bottom: 2.6rem;
        margin-top: 2.3rem;
		float:right;
    }
	
.jmright .jmlist .jmitems{
        
        float: left;
        margin-right: 0;
        width: 32%;
		margin-left: 1.2%;
		margin-top: 1.2%;
    }
.jmright .jmlist .jmitems:li:first-child{
        
		margin-left: 0px;
    }
	
.jmright .jmlist .jmitems:li:first-child{
        
		margin-left: 0px;
    }
	
.jmright .jmlist .jmitems:nth-child(1n) {
        margin-right: 0;
    }
	
.jmright .jmlist .jmitems{
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 0px;
    box-shadow: 0 0 20px 0px #0000000a;
    padding: 26px 0px;
}
.jmright .jmlist .jmitems .jmimg{
    width:100%;
	max-width:105px;
	margin:0px auto;
}

.jmright .jmlist .jmitems .jmbt{
    width:100%;
	color:#fff;
	font-size:16px;
	line-height:1.6;
	text-align:center
}

.jmright .jmlist .jmitems .jmxq{
    width:80%;
	color:#fff;
	font-size:14px;
	line-height:1.8;
	text-align:center;
	margin:0px auto
}

@media screen and (max-width:768px) {
.jm{width:100%;display:inline-block;height:auto}
.jmleft {
        margin-left: 5%;
        float: none;
        margin-right: 0px;
        width: 80%;
		margin-bottom: 2.6rem;
        margin-top: 5.3rem;
    }
.jmright{
        width: 90%;
        margin-left: 10%;
        margin-right: 0px;
        clear: none;
		margin-bottom: 2.6rem;
        margin-top: 2.3rem;
		float:none;
		margin:0px auto
    }	
	
.jmright .jmlist .jmitems{
        
        float: none;
        margin-right: 0;
        width: 100%;
		margin-bottom: 30px;
    }
	
}




#banner .fl {
    margin-top: 115px;
}


.btn {
    position: relative;
    width: 220px;
    cursor: pointer;
    margin-top: 62px;
    margin-left: 20px;
    height: 40px;
    background: #c42f21;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: none;
}

.btn:hover {
    background: #f2272c;
}

.btn p {
    display: block;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 30px; 
    outline: none;
}


.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

#banner .fl {
    margin-top: 115px;
	float:left;
}

#article_content img {
    height: auto !important;
    max-width: 100%;
}

.mobile {
    display: none;
}

.titlss {
    float: right;
    width: 380px;
    height: 350px;
    background: #fff;
    box-shadow: 0 0 20px 2px rgba(153, 153, 153, .5);
    margin-top: 80px;
    margin-right: 50px;
    opacity: .95;
}

.pc{display:block}
.titlss .tith3 {
    font-size: 24px !important;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
    /* padding-left: 40px; */
    text-align: center !important;
}
#titlsses {
    margin-left: 40px;
    padding-bottom: 30px;
}
#titlsses .outline {
    position: relative;
    width: 300px;
    height: 40px;
    line-height: 40px;
	    margin-bottom: 10px;
}

.titlss input {
    display: block;
    width: 100%;
    padding: 24px 0 4px 18px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    font-size: 18px;
    font-family: Arial, "微软雅黑";
}

.titlss .inputTitle {
    position: absolute;
    top: 16px;
    left: 10px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #333;
}

.titlss .inputTitle {
    pointer-events: none;
}
.titlss .inputTitle {
    margin-bottom: 4px;
    font-size: 20px;
}
.inputTitle .fa {
    display: none;
    margin-left: 4px;
    color: #ffa800;
    font-size: 14px;
}

.titlss #submit_a {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 9px 48px;
    margin: 0 auto;
    line-height: 1.5;
    display: block;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    border: none;
    border-radius: 6px;
    width: 300px;
}

.titlss .inputTitle.focus {
    top: 0;
    font-size: 16px;
    color: #3798e4;
}

.titlss .inputTitle.focus .requiredHint {
    color: #3798e4;
}


.titlss input:focus {
    outline: none;
}

.titlss input.noInput+.inputTitle .fa {
    display: inline-block;
}



@media (max-width: 768px) {
    #banner {
    
        background-size: cover;
        overflow: hidden;
		background: url({$WwwUpUrl}/{$get.102.1.tupian}) no-repeat center center;
    }
	 
}

