/* css 重置 */


@font-face {
  font-family: family;
  src: url("../fonts/Gilroy-Medium-2.eot");
  src: local("☺"), url("../fonts/Gilroy-Medium-2.woff") format("woff"),
    url("../fonts/Gilroy-Medium-2.ttf") format("truetype"),
    url("../fonts/Gilroy-Medium-2.svg") format("svg");
}


body,p,input,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form {  margin: 0;  padding: 0;  list-style: none;  vertical-align: middle;  font-weight: normal;font-family:"Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,Arial, sans-serif;
  }
img {  border: 0; max-width:100%;}
body {  margin: 0;  padding: 0;font-size: 14px;  color: #000;  text-align: left;}
header,section,footer,img {  display: block;  margin: 0;  padding: 0;}
a {  text-decoration: none;  color: #404040;}
a:hover{text-decoration: none;}
li{list-style: none;}
    .clearfix{zoom:1;}
.clearfix::after{content:'';display:block;clear:both;}

.en {
  font-family: family, Tahoma, Geneva, sans-serif
}

body {
    margin: 0 auto;
}

footer {
    background-color: #404040;
}

footer .ft-main {
    padding: 80px 0 7.5%;
	
	max-width: 1480px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

footer .ft-main .top {
    display: flex;
    padding-bottom: 35px;
    color: white;
    align-items: center;
    border-bottom: 1px solid #606060;
    justify-content: space-between;
}

footer .ft-main .top .left-name {
    font-size: 25px;
    font-weight: bold;
}

footer .ft-main .top .right-tel {
    font-size: 20px;
	font-weight:bold;
}

footer .ft-main .top .right-tel .wechat{ float:right; position:relative;}
footer .ft-main .top .right-tel .wechat .hov{ position:absolute; max-width:inherit; z-index:9;top: 30px;left: -50px;opacity:0;}
footer .ft-main .top .right-tel .wechat:hover .hov{ opacity:1;}

footer .ft-main .top .right-tel a{ color:#fff;}

footer .ft-main .top .right-tel img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

footer .ft-main .bttom {
    display: flex;
    padding-top: 50px;
    align-items: flex-start;
    justify-content: space-between;
}

footer .ft-main .bttom .left-nav ul li {
    display: inline-block;
    margin-right: 45px;
    vertical-align: middle;
}

footer .ft-main .bttom .left-nav a {
    color: white;
    font-size: 16px;
}

footer .ft-main .bttom .right-adr {
    line-height: 25px;
    font-size: 15px;
    color: white;
    text-align: right;
}

footer .ft-main .copy-right {
    margin-top: 90px;
    text-align: right;
    font-size: 13px;
    color: white;
}

footer .ft-main .copy-right a {
    color: white;
}

.header1 {
    background-color: white;
}
.header1 .left-logo{ float:left;}
.header1 .menu{ margin-left:15px;width:30px; float:right; display:none}

.header1 .head-main {

    padding: 30px 0;
	max-width: 1480px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header1 .head-main .top {
    display: flex;
    padding-bottom: 35px;
    justify-content: space-between;
    border-bottom: 3px solid #f5f5f5;
}

.header1 .head-main .top .right-tel {
    font-size: 15px;
    font-weight: bold;
	float:right;
}

.header1 .head-main .top .right-tel span {
    font-size: 16px;
    color: #404040;
}

.header1 .head-main .bottom {
    display: flex;
    height: 63px;
    align-items: center;
    justify-content: space-between;
}

.header1 .head-main .bottom ul {
    height: 100%;
    line-height: 63px;
    font-size: 0;
}

.header1 .head-main .bottom li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
}

.header1 .head-main .bottom li a {
    font-size: 15px;
    color: #404040;
}

.header1 .head-main .bottom .icon img,.header1 .head-main .bottom .icon .wechat{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    cursor: pointer;
	position:relative;
}

.header1 .head-main .bottom .icon .wechat .hov{ position:absolute; max-width:inherit; z-index:9;top: 30px;left: -50px;opacity:0;}
.header1 .head-main .bottom .icon .wechat:hover .hov{ opacity:1;}

.oh {
    overflow: hidden;
}

.search-fix {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
  }
  
  .search-fix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .search-fix  input {
      outline: none;
  }
  
  .search-fix .search-content {
       background: #fff;
    max-width: 1850px;
    margin: -300px auto;
    padding: 200px 15px;
    top: 50%;
    position: relative;
    z-index: 1;
  }
  
  .search-fix .search-content .item {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .search-fix .search-content .item .p {
    font-size: 25px;
    text-align: center;
    margin-bottom: 8%;
  }
  
  .search-fix .search-content .item .form {
    position: relative;
    margin: 2.5% 0;
  }
  
  .search-fix .search-content .item .submit {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background: url(../img/search.png) no-repeat;
    background-size: cover;
  }
  
  .search-fix .search-content .item .text {
    border-bottom: solid 1px #d8d8d8;
    font-size: 20px;
    padding: 15px 5% 15px 2.5%;
    color: #808080;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    display: block;
    width: 100%;
  }
  
  
  
  .news-list {
    padding: 40px 0 140px;
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.news-list>.header {
    display: flex;
    margin-bottom: 55px;
    align-items: flex-start;
    justify-content: space-between;
}

.news-list>.header .leftTitle {
    font-size: 25px;
    color: #2c2d32;
    font-weight: bold;
}

.news-list>.header .rightA {
    font-size: 15px;
    color: #2c2d32;
}

.news-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-list li {
    width: 50%;
    max-width: 713px;
    margin-bottom: 20px;
}

.news-list li a {
    display: block;
}

.news-list li .putImg img {
    transition: all .5s;
}

.news-list li:hover .putImg img {
    transform: scale(1.2);
}

.news-list li .putImg {
    overflow: hidden;
}

.news-list li .title {
    margin: 30px 0;
    font-size: 18px;
    color: #404040;
    font-weight: bold;
}

.news-list li .txt {
    display: -webkit-box;
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #777;
}

.news-list li .time {
    margin-top: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #404040;
}


#sidr {
  position: fixed;
  font-size: 17px;
  left: -100%;
  top: 0;
  max-width: 300px;
  text-transform: uppercase;
  height: 100%;
  width: 60%;
  background: #fff;
  z-index: 999;
  overflow-y: scroll;
}

#sidr .menu {
  position: absolute;
  right: 5%;
  top: 2.5%;
}

#sidr ul {
  width: 100%;
  margin-top: 15%;
}

#sidr ul li {
  line-height: 50px;
  border-bottom: solid 1px #ededed;
  display: block;
  text-indent: 10%;
  font-weight: bold;
}

#sidr ul li a{ color:#343434}
#sidr ul li.click {
  background: url(../img/d.png) no-repeat 90% 20px;
}

#sidr ul li .down {
  display: none;
  background:#404040;
  margin: 0;
  text-transform: uppercase;
}

#sidr ul li .down li {
  border-top: solid 1px #fff;
  font-size: 14px;
  margin: 0;
  border-bottom: none;
  font-weight: normal;
}

#sidr ul li .down li a {
  color: #fff;
}

.sidr-open .sidr-bg {
  background: #000;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


@media (max-width:1366px){
.news-list li:nth-child(even){ margin-left:1%;}
.news-list li:nth-child(odd){ margin-right:1%;}
.news-list li{ width:49%;}

}




@media (max-width:1024px){
.header1 .head-main .bottom{ display:none}
.header1 .head-main{ padding-bottom:0; overflow:hidden;}
.header1 .head-main .top{ padding-bottom:30px; display:block; overflow:hidden;}
.header1 .menu{ display:block}
}


@media (max-width:640px){
footer .ft-main .top,footer .ft-main .bttom{ display:block;}
footer .ft-main .top .right-tel{ margin-top:10px;}
footer .ft-main .bttom .right-adr{ text-align:left; margin-top:5%;}
footer .ft-main .bttom .left-nav a,footer .ft-main .bttom .right-adr{ font-size:14px;}
footer .ft-main .copy-right{ text-align:left;}
footer .ft-main{ padding:10% 15px 15% 15px;}
footer .ft-main .top .left-name{ font-size:20px;}
footer .ft-main .top .right-tel{ font-size:16px;}
}



@media (max-width:480px){


.search-fix .search-content{ padding-top:150px; padding-bottom:150px; margin-top:-210px;}

.search-fix .search-content .item .p{ font-size:18px;}

.search-fix .search-content .item .text{ font-size:16px;}

#sidr {font-size: 15px;}
#sidr ul li .down li {font-size: 14px;}
.header1 .head-main .top .right-tel{ display:none;}
.header1 .head-main .top{ padding-bottom:25px;}
.header1 .menu{width:30px; margin-top:7px;}


.partTwo .list .swiper-slide a .name{ font-size:16px !important;}
.news-list li{ width:100%; margin-left:0 !important; margin-right:0 !important; margin-bottom:10% !important}
.news-list li .title{ font-size:16px;}
}

@media (max-width:320px){

.search-fix .search-content{ padding-top:125px; padding-bottom:125px; margin-top:-160px;}

.search-fix .search-content .item .p{ font-size:16px;}

.search-fix .search-content .item .text{ font-size:14px;}





}








