.factory{
  background: url(../images/factory_bg.jpg) no-repeat center;
  padding:160px 0 230px 0;
    background-size: auto;
}
@media (max-width:1351px) {
  .factory{
    padding:100px 0 160px 0;
  }
}
@media (max-width:769px) {
  .factory{
    padding:60px 0 80px 0;
  }
}
.factory h1{
  font-family: 'SourceHanSansCN-Medium';
  font-size:50px;
  font-weight: bold;
  color:#000000;
  letter-spacing: 2px;
}
@media (max-width:1351px) {
  .factory h1{
    font-size:40px;
  }
}
@media (max-width:769px) {
  .factory h1{
    font-size:30px;
  }
}
@media (max-width:426px) {
    .factory h1{
        font-size:24px;
    }
}
.factory-form{
  margin:52px auto 0 auto;
  width:949px;
  height:106px;
  position: relative;
  border:1px solid #797677;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #ffffff;
  padding:7px;
  display: flex;
  align-items: center;
}
@media (max-width:1351px) {
  .factory-form{
    margin-top:40px;
    width:680px;
    height:70px;
  }
}
@media (max-width:769px) {
  .factory-form{
    margin-top:30px;
    width:80%;
    height:50px;
  }
}
.factory-form button{
  width:168px;
  height:90px;
  border-radius: 8px;
  background: #00a040;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
  border:0 none;
  font-size:40px;
  color:#ffffff;
}
@media (max-width:1351px) {
  .factory-form button{
    width:120px;
    height:60px;
    font-size:26px;
  }
}
@media (max-width:769px) {
  .factory-form button{
    width:80px;
    height:40px;
    font-size:18px;
  }
}
.factory-form input{
  width:650px;
  height:90px;
  font-size:36px;
  color:#261c19;
  border:0 none;
}
@media (max-width:1351px) {
  .factory-form input{
    width:488px;
    height:60px;
    font-size:22px;
  }
}
@media (max-width:769px) {
  .factory-form input{
    width:calc( 100% - 120px );
    height:40px;
    font-size:18px;
  }
}
@media (max-width:426px) {
      .factory-form input{
    width:calc( 100% - 110px );
  }
}
.factory-form input:focus{
  outline: none;
}
.search_svg{
  width:45px;
  height:45px;
  background: url(../images/search.png) no-repeat center;
  background-size: 100% 100%;
  margin:0 40px 0 45px;
  display: flex;
}
@media (max-width:1351px) {
  .search_svg{
    width:30px;
    height:30px;
    margin:0 20px;
  }
}
@media (max-width:769px) {
  .search_svg{
    width:20px;
    height:20px;
    margin:0 10px;
  }
}
@media (max-width:426px) {
    .search_svg{
        width:18px;
    height:18px;
    margin:0 6px;
  }
}
.factory .newstitle{
  height:140px;
}
@media (max-width:1351px) {
  .factory .newstitle{
    height:120px;
  }
}
@media (max-width:768px) {
  .factory .newstitle{
    height:auto;
    min-height:70px;
  }
}
.factory .newstitle a:first-child{
  background: #16813D;
  color: #fff;
  border: 1px solid #16813D;
}
.factory_result{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.result_box{
  margin:20px 0 16px 0;
  width:700px;
  height:130px;
  background: url(../images/result_box.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 1px 7px 19px #aaaaaa;
}
@media (max-width:1351px) {
  .result_box{
    width:500px;
    background-size: 100% 100%;
  }
}
@media (max-width:769px) {
  .result_box{
    width:80%;
    height:90px;
  }
}
.result_logo{
  margin-left:80px;
  width:102px;
  height:119px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width:1351px) {
  .result_logo{
    margin-left:40px;
  }
}
.result_logo img{
  max-width: 100%;
}
.result_info{
  padding-left:36px;
  width:520px;
}
@media (max-width:1351px) {
  .result_info{
    padding-left:26px;
  }
}
@media (max-width:769px) {
  .result_info{
    width:auto;
    padding-left:16px;
  }
}
.result_info li{
  font-size:18px;
  color:#ffffff;
  width:100%;
  overflow: hidden;
}
@media (max-width:1351px) {
  .result_info li{
    font-size:16px;
  }
}
.result_info li:first-child{
  font-size:30px;
  margin-bottom: 8px;
}
@media (max-width:1351px) {
  .result_info li:first-child{
    font-size:20px;
  }
}
@media (max-width:789px) {
  .result_info li{
    font-size:16px;
  }
  .result_info li:first-child{
    font-size:20px;
  }
}
.result_txt{
  display: flex;
  align-items: center;
  font-size:26px;
  color:#3e3a39;
}
@media (max-width:1351px) {
  .result_txt{
    font-size:20px;
  }
}
.result_txt span{
  font-size:24px;
  color:#16813D;
  position: relative;
  margin-left:35px;
}
@media (max-width:1351px) {
  .result_txt span{
    font-size:18px;
    margin-left:26px;
  }
}
.result_txt span::after{
  content: '';
  width:31px;
  height:31px;
  background: url(../images/duihao.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left:-35px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width:1351px) {
  .result_txt span::after{
    width:20px;
    height:20px;
    left:-20px;
  }
}
.result_img{
  /*display: none;*/
  margin-top:20px;
  width:588px; 
  height:812px;
  overflow: hidden;
}
.result_img img{
  max-width: 100%;
}
.factory_load{
  width:30px;
  height:30px;
  position: relative;
  margin:100px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:1351px) {
  .factory_load{
    width:20px;
    height:20px;
    margin:50px auto;
  }
}
.factory_load img{
  max-width: 100%;
  animation: rotate 2s linear infinite;
	-webkit-animation: rotate 2s linear infinite;
}
@keyframes rotate {
	0% {
		transform: rotate(0) ;
		-webkit-transform: rotate(0) ;
		-moz-transform: rotate(0) ;
		-ms-transform: rotate(0) ;
		-o-transform: rotate(0) ;
}
	50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
  }
}

.staff .result_box{
  width:564px;
  height:201px;
  background: url(../images/result_box2.png) no-repeat center;
  background-size: cover;
}
.staff .result_box .result_info{
  width:360px;
}

@media (max-width:769px) {
  .staff .result_box{
    width:90%;
    margin:10px auto;
    height:140px;
    background-size:100% 100%;
    justify-content: center;
  }
  .staff .result_box .result_info{
    width: calc( 100% - 160px );
    padding-left:16px;
  }
  .newstitle a{
    width: auto !important;
    padding:0 10px;
  }
  .result_logo{
    width:80px;
    height:88px;
    margin-left:20px;
    padding-top:6px;
  }
  .factory_bg .result_logo{
    margin-left:20px;
  }
  .result_img{
    width:90%;
    margin:0 auto;
    height:auto;
  }
}
