/* 大图标 */
.sprite-lg {display: inline-block; vertical-align: middle;}
.sprite-lg {background-image: url(../img/sprite-lg.png); background-position: left center; background-repeat: no-repeat;}
.sprite-lg.arrow_b_png {background-position: 0 0; width: 85px; height: 85px;}
.sprite-lg.arrow_r_png {background-position: 0 -86px; width: 85px; height: 85px;}
.sprite-lg.gem_b_png {background-position: 0 -172px; width: 85px; height: 85px;}
.sprite-lg.gem_r_png {background-position: 0 -258px; width: 85px; height: 85px;}
.sprite-lg.gurd_b_png {background-position: 0 -344px; width: 68px; height: 68px;}
.sprite-lg.gurd_r_png {background-position: 0 -413px; width: 68px; height: 68px;}
.sprite-lg.help_b_png {background-position: 0 -482px; width: 68px; height: 68px;}
.sprite-lg.help_r_png {background-position: 0 -551px; width: 68px; height: 68px;}
.sprite-lg.light_b_png {background-position: 0 -620px; width: 85px; height: 85px;}
.sprite-lg.light_r_png {background-position: 0 -706px; width: 85px; height: 85px;}
.sprite-lg.love_b_png {background-position: 0 -792px; width: 85px; height: 85px;}
.sprite-lg.love_r_png {background-position: 0 -878px; width: 85px; height: 85px;}
.sprite-lg.m_location_g_png {background-position: 0 -964px; width: 49px; height: 49px;}
.sprite-lg.m_location_r_png {background-position: 0 -1014px; width: 49px; height: 49px;}
.sprite-lg.money_b_png {background-position: 0 -1064px; width: 68px; height: 68px;}
.sprite-lg.money_r_png {background-position: 0 -1133px; width: 68px; height: 68px;}
.sprite-lg.truck_b_png {background-position: 0 -1202px; width: 68px; height: 68px;}
.sprite-lg.truck_r_png {background-position: 0 -1271px; width: 68px; height: 68px;}
/* 小图标 */
.sprite-sm {display: inline-block; vertical-align: middle;}
.sprite-sm {background-image: url(../img/sprite-sm.png); background-position: left center; background-repeat: no-repeat;}
.sprite-sm.sm_date_png {background-position: 0 0; width: 20px; height: 20px;}
.sprite-sm.sm_fax_png {background-position: 0 -21px; width: 26px; height: 26px;}
.sprite-sm.sm_global_png {background-position: 0 -48px; width: 15px; height: 15px;}
.sprite-sm.sm_home_r_png {background-position: 0 -64px; width: 16px; height: 14px;}
.sprite-sm.sm_location_png {background-position: 0 -79px; width: 26px; height: 26px;}
.sprite-sm.sm_phone_png {background-position: 0 -106px; width: 26px; height: 26px;}
.sprite-sm.sm_search_png {background-position: 0 -133px; width: 10px; height: 10px;}
.sprite-sm.sm_user_g_png {background-position: 0 -144px; width: 20px; height: 20px;}
.animated{
  visibility: hidden;
}
@media screen and (max-width:1269px){
  .animated{
    visibility: visible;
  }
}
.header-top{
  background-color: #333;
  color: #ccc;
}
.header-top>div>div{
  width: 320px;
  height: 30px;
}
.top-r>div:first-child{
  border-radius: 10px;
  padding: 1px 12px;
  background-color: #eee;
  display: flex;
  align-items: center;
}
.top-r>div:first-child input{
  border: none;
  outline: none;
  width: 120px;
  background-color: #eee;
}
.top-r>div:first-child button{
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.top-r>div:first-child span{
  margin-left: 4px;
}
.top-select{
  display: flex;
  align-items: center;
}
.top-select select{
  outline: none;
  width: 70px;
  margin-left: 8px;
}
.top-select a{
  color: #ccc;
  margin-left: 10px;
}
.nav a{
  color: #333;
  display: inline-block;
  line-height: 95px;
  padding: 0 12px;
}
.nav a:hover{
  color: #fff;
  background-color: #FF010C;
}
.index-banner{
  height: 600px;
  /* background: url(../img/banner-index.jpg) no-repeat center; */
  text-align: center;
}
.index-banner-en{
  background: url(../img/banner-index.jpg) no-repeat center;
}
.swiper{
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.index-banner h1{
  padding-bottom: 120px;
  font-size: 48px;
  letter-spacing: 4px;
}
.index-banner>h1 span{
  color: #FF010C;
}
.index-title{
  font-size: 36px;
  padding: 64px 0 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-title::before,.index-title::after{
  content: '';
  width: 48px;
  height: 0;
  display: block;
  border: 1px solid #000;
}
.index-news{
  padding-bottom: 60px;
}
.index-news li{
  cursor: pointer;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 16px 0;
}
.index-news li>div{
  display: flex;
  align-items: center;
}
.index-news li img{
  width: 230px;
  height: 180px;
  margin-right: 24px;
}
.index-news .li-r>h3{
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
.index-news .li-r>span{
  color: #666;
  display: inline-block;
  margin: 16px 0;
}
.index-news .li-r>p{
  color: #666;
  height: 44px;
  overflow: hidden;
}
.index-news ul>li:hover{
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  background-color: #f1f1f1;
}
.index-news ul>li:hover h3{
  color: #FF010C;
}
.index-about{
  height: 595px;
  background: url(../img/index-about-bg.jpg)no-repeat center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
}
.index-about>div{
  display: flex;
  justify-content: flex-end;
}
.index-about>div>div{
  width: 620px;
}
.index-about>div>div>div{
  width: 48px;
  margin: 32px 0;
  border: 1px solid #FF010C;
}
.index-about>div>div>h2{
  font-size: 36px;
}
.index-about>div>div>p{
  font-size: 20px;
  line-height: 1.8em;
}
.index-culture{
  padding-bottom: 80px;
}
.index-culture ul{
  margin-top: 32px;
}
.index-culture li{
  text-align: center;
  width: 24%;
  background-color: #f1f1f1;
  padding: 32px 0;
  align-items: center;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.index-culture li>span{
  display: inline-block;
  width: 85px;
  height: 85px;
  margin-bottom: 24px;
}
.index-culture li:first-child>span{
  background: url(../img/lg/arrow-b.png);
}
.index-culture li:nth-child(2)>span{
  background: url(../img/lg/light-b.png);
}
.index-culture li:nth-child(3)>span{
  background: url(../img/lg/gem-b.png);
}
.index-culture li:nth-child(4)>span{
  background: url(../img/lg/love-b.png);
}
.index-culture li>div{
  border: 1px solid #FF010C;
  width: 24px;
  margin: 16px auto;
}
.index-culture li>p{
  height: 42px;
}
.index-culture li:hover{
  background-color: #fff;
  border: 1px solid #FF010C;
}
.index-culture li:hover>h3,.index-culture li:hover>p{
  color: #FF010C;
}
.index-culture li:first-child:hover>span{
  background: url(../img/lg/arrow-r.png);
}
.index-culture li:nth-child(2):hover>span{
  background: url(../img/lg/light-r.png);
}
.index-culture li:nth-child(3):hover>span{
  background: url(../img/lg/gem-r.png);
}
.index-culture li:nth-child(4):hover>span{
  background: url(../img/lg/love-r.png);
}
.index-exhibit{
  cursor: pointer;
  height: 286px;
  background: url(../img/ban-exhibit.jpg)no-repeat center;
}
.index-exhibit-en{
  cursor: pointer;
  height: 286px;
  background: url(../img/ban-exhibit-en.jpg)no-repeat center;
}
.index-contact{
  height: 705px;
  background: url(../img/index-contact-bg.jpg)no-repeat center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-contact>div{
  background-color: #fff;
  height: 580px;
  padding: 40px;
}
.contact-l{
  flex-grow: 1;
  padding: 36px;
}
.contact-l>h3{
  font-size: 36px;
}
.contact-l>div{
  border: 1px solid #333;
  margin: 36px 0;
  width: 72px;
}
.contact-l li{
  margin-top: 72px;
  font-size: 18px;
}
.contact-r{
  background-color: #f1f1f1;
  padding: 60px;
  width: 570px;
}
.contact-r li{
  color: #888;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.contact-r li>span{
  line-height: 51px;
  margin-right: 16px;
}
.contact-r input,.contact-r textarea{
  font-size: 18px;
  padding: 16px 0 4px 0;
  flex-grow: 1;
  outline: none;
  border: none;
  background-color: #f1f1f1;
  margin-bottom: 16px;
}
.contact-r textarea{
  resize: none;
  font-family: "微软雅黑";
}
.contact-r button{
  color: #fff;
  background-color: #333;
  border: none;
  outline: none;
  height: 40px;
  padding: 0 48px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 24px;
}
.contact-r button.disabled{
  background-color: #ccc;
  color: #fff;
}
.footer{
  background-color: #f1f1f1;
  border-top: 3px solid #FF010C;
}
.footer>ul{
  height: 100px;
  border-bottom: 1px solid #ccc;
}
.footer>ul li{
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid #ccc;
}
.footer>ul li:last-child{
  border: none;
}
.footer a{
  color: #333;
}
.footer a:hover{
  color: #FF010C;
}
.footer>div:nth-of-type(1){
  height: 120px;
}
.f-ul-link{
  margin-bottom: 32px;
}
.f-ul-link li{
  margin-right: 32px;
}
.f-ul-link a{
  color: #999;
}
.f-ul-1{
  flex-grow: 1;
}
.f-ul-2 li{
  padding-right: 48px;
  margin-right: 48px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.f-ul-2 li:last-child{
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.f-contact{
  width: 400px;
  padding-left: 100px;
}
.f-contact select{
  outline: none;
  padding: 4px;
  width: 150px;
}
.f-contact>div{
  text-align: center;
}
.footer>div:last-of-type{
  background-color: #f9f9f9;
  line-height: 60px;
  border-top: 1px solid #FF010C;
  text-align: center;
}
/* 内页 */
.banner{
  height: 313px;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
}
.nav-2{
  background-color: #f1f1f1;
}
.nav-2 ul{
  height: 75px;
}
.nav-2 li{
  background-color: #f1f1f1;
  padding: 0 24px;
}
.nav-2 li a{
  color: #333;
  line-height: 73px;
  display: block;
  border-bottom: 2px solid #f1f1f1;
}
.nav-2 li.active>a{
  color: #FF010C;
  border-bottom: 2px solid #FF010C;
}
.crumb>p{
  display: flex;
  align-items: center;
}
.crumb>p>span:last-child{
  color: #FF010C;
}
.pagination{
  text-align: center;
  margin-top: 36px;
}
.pagination a{
  display: inline-block;
  padding: 2px 8px;
  margin-right: 4px;
  border-radius: 4px;
  color: #333;
  background-color: #f1f1f1;
}
.pagination a.active{
  color: #fff;
  background-color: #FF010C;
}
/* 文章列表 */
.news-list{
  padding: 80px 0;
}
.news-list.search-page{
  padding-top: 0;
}
.news-list li{
  cursor: pointer;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 16px 0;
}
.news-list li img{
  width: 230px;
  height: 180px;
  margin-right: 24px;
}
.news-list .li-r{
  flex-grow: 1;
}
.news-list .li-r>h3{
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
.news-list .li-r>span{
  color: #666;
  display: inline-block;
  margin: 16px 0;
}
.news-list .li-r>p{
  color: #666;
  height: 44px;
  overflow: hidden;
}
.news-list ul>li:hover{
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  background-color: #f1f1f1;
}
.news-list ul>li:hover h3{
  color: #FF010C;
}
/* 栏目内容 */
.about{
  min-height: 600px;
  color: #666;
  padding: 40px 0;
}
.about img{
  max-width: 90%;
}
.event{
  min-height: 600px;
  padding: 60px 0;
}
.event>h2{
  color: #FF010C;
  text-align: center;
}
.event>h2::after{
  content: '';
  display: block;
  width: 120px;
  border-bottom: 3px solid #FF010C;
  margin: 0 auto;
  margin-top: 16px;
}
.event>ul{
  margin-top: 64px;
}
.event li{
  position: relative;
  width: 50%;
  padding: 0 32px;
  border-left: 2px solid #ccc;
  margin-left: 50%;
  cursor: pointer;
  margin-top: -24px;
}
.event li:last-child{
  border: #fff;
}
.event li:nth-child(even){
  margin-left: 0;
  border-left: none;
  border-right: 2px solid #ccc;
}
.event li:nth-child(odd)>h3>span{
  position: absolute;
  left: -26px;
}
.event li:nth-child(even)>h3{
  text-align: right;
}
.event li:nth-child(even)>h3>span{
  position: absolute;
  right: -26px;
}
.event li>div{
  margin-top: 8px;
  padding: 12px;
  font-size: 14px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}
.event li:hover{
  color: #FF010C;
}
.event li:hover>h3>span{
  background-position: 0 -1014px; width: 49px; height: 49px;
}
.about-honor{
  display: flex;
  flex-wrap: wrap;
}
.about-honor>li{
  width: 33.33%;
  padding: 12px;
}
.about-honor>li>div{
  cursor: pointer;
}
.about-honor>li>div:hover{
  box-shadow: 0 0 10px 1px #ccc;
}
.honor-image{
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.honor-image img{
  max-height: 100%;
  max-width: 100%;
}
.about-honor>li p{
  background-color: #f1f1f1;
  height: 4em;
  text-align: center;
  padding-top: 10px;
}
/* 产品相关 */
.product{
  padding: 80px 0;
}
.product-tab{
  padding-bottom: 48px;
}
.product-tab li{
  background-color: #eee;
  padding: 0 24px;
  line-height: 32px;
  border-radius: 16px;
  margin-right: 24px;
  cursor: pointer;
}
.product-tab li:last-child{
  margin-right: 0;
}
.product-tab li.active{
  color: #fff;
  background-color: #FF010C;
}
.product-list{
  display: flex;
  flex-wrap: wrap;
}
.product-list li{
  width: 25%;
  text-align: center;
  padding: 12px;
}
.product-list li img{
  max-width: 100%;
}
/* 文章内容 */
.article{
  padding: 80px 0;
  min-height: 600px;
  max-width: 924px;
}
.article-head h2{
  text-align: center;
}
.article-head p{
  margin-top: 24px;
}
.article-content{
  color: #666;
  margin-top: 40px;
  min-height: 400px;
  padding-bottom: 64px;
}
.article-content img{
  max-width: 90%;
  margin-top: 5px;
}
.article-comment{
  background-color: #f1f1f1;
  padding: 12px;
}
.article-comment>b{
  display: block;
  padding-bottom: 12px;
}
.article-comment>ul{
  border-radius: 6px;
  background-color: #fff;
  padding: 0 12px;
  padding-bottom: 0;
  margin-bottom: 12px;
}
.article-comment li{
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.article-comment li:first-child{
  padding-top: 12px;
}
.article-comment li:last-child{
  border: none;
}
.article-comment li>p>span:first-child{
  display: inline-block;
  margin-right: 24px;
}
.article-comment li>div{
  flex-grow: 1;
  border-radius: 6px;
  padding-left: 32px;
  padding: 12px;
}
.article-comment li>div>p{
  margin-bottom: 12px;
}
.article-comment .br-line{
  border-top: 2px solid #999;
}
.my-comment>input{
  padding: 8px;
  outline: none;
  border: none;
  width: 240px;
  margin-top: 12px;
}
.my-comment>input:nth-of-type(2){
  margin-left: 10px;
  width: 370px;
}
.my-comment>textarea{
  padding: 8px;
  outline: none;
  border: none;
  width: 640px;
  margin-top: 12px;
}
.my-comment button{
  cursor: pointer;
  outline: none;
  border: none;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: #ccc;
  margin-top: 12px;
}
.address{
  margin: 80px 0;
  height: 550px;
  background: url(../img/map.jpg)no-repeat center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.address.lang-en{
  background: url(../img/map-en.jpg)no-repeat center;
}
.addr-card{
  background-color: rgba(255, 255, 255, 0.9);
  width: 360px;
  height: 440px;
  margin-right: 32px;
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.resource{
  min-height: 600px;
  padding: 60px 0;
}
.resource>ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.resource li{
  width: 33.33%;
  padding: 12px;
}
.job-card{
  height: 100%;
  padding: 24px 20px;
  background-color: #f1f1f1;
}
.job-card>h3{
  color: #FF010C;
  font-size: 24px;
}
.job-card>span{
  display: inline-block;
  margin: 12px 0;
}
.job-card>div{
  line-height: 2em;
}
.resource>div{
  line-height: 2em;
}
/* 英文版 */
.index-product{
  padding-bottom: 80px;
}
.index-product>p{
  text-align: center;
  margin-bottom: 24px;
}
.index-product>p>span{
  display: inline-block;
  background-color: #eee;
  padding: 4px 24px;
  border-radius: 14px;
  cursor: pointer;
}
.index-product>p>span:first-child{
  margin-right: 48px;
}
.index-product>p>span.active{
  background-color: #FF010C;
  color: #fff;
}
.index-product>div>.ul-1>li{
  margin-left: 48px;
  padding: 4px 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.index-product>div>.ul-1>li:first-child{
  margin-left: 0;
}
.index-product>div>.ul-1>li.active{
  color: #FF010C;
  border-bottom: 1px solid #FF010C;
}
.productDiv.hide{
  display: none;
}
.product-table>ul.hide{
  display: none;
}
.product-table>.ul-2{
  display: flex;
  flex-wrap: wrap;
  height: 700px;
}
.product-table>.ul-2.hide{
  display: none;
}
.product-table>.ul-2>li{
  width: 25%;
  padding: 0 8px;
  text-align: center;
  margin-top: 24px;
}
.product-table>.ul-2>li>div:hover{
  cursor: pointer;
  box-shadow: 0 0 5px 1px #ccc;
}
.product-table>.ul-2>li>div>div{
  width: 286px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product-table>.ul-2>li img{
  max-width: 286px;
  max-height: 260px;
}
.product-table>.ul-2>li p{
  margin-top: 12px;
  padding: 0 12px 12px 12px;
  white-space: nowrap;
  overflow: hidden;
}
.product-en{
  display: flex;
}
.product-l{
  width: 280px;
  min-width: 280px;
}
.product-l>ul{
  background-color: #f1f1f1;
  padding: 12px 0;
  margin-top: 12px;
}
.product-l>ul a{
  color: #333;
}
.product-l>ul>li{
  cursor: pointer;
}
.product-l>ul>li>a{
  display: block;
  padding: 12px 16px;
}
.product-l>ul>li:hover{
  background-color: #fff;
}
.product-l>ul>li.active>a{
  color: #FF010C;
}
.product-l>ul>ul{
  background-color: #f9f9f9;
  padding-left: 40px;
}
.product-l>ul>ul a{
  display: block;
  color: #999;
  padding-bottom: 4px;
}
.product-l>ul>ul>li.active>a{
  color: #FF010C;
}
.product-l>ul>ul.hide{
  display: none;
}
.product-r{
  flex-grow: 1;
  min-height: 600px;
  padding-left: 16px;
  padding-bottom: 64px;
}
.product-r>ul{
  display: flex;
  flex-wrap: wrap;
}
.product-r>ul li{
  width: 33.33%;
  padding:24px;
  padding-bottom: 0;
}
.product-r>ul li>div>div{
  height: 162px;
  text-align: center;
  padding-top: 12px;
}
.product-r>ul li img{
  max-height: 150px;
  max-width: 100%;
}
.product-r>ul li p{
  text-align: center;
  padding: 16px 0;
}
.product-r>ul li>div:hover{
  box-shadow: 0 0 5px 1px #ccc;
  cursor: pointer;
}
/* 搜索 */
.search-info{
  height: 80px;
}
.search-info input{
  outline: none;
  padding: 4px;
  border: 1px solid #ccc;
  border-right: none;
  width: 240px;
}
.search-info button{
  padding: 3px 6px;
  border: none;
  background-color: #ccc;
  cursor: pointer;
  color: #444;
}
/* 飘窗 */
.float-img{
  position: absolute;
  top: 100px;
  z-index: 80;
}
.float-img>div{
  position: absolute;
  cursor: pointer;
  animation: move-img 15s linear infinite alternate;
}
.float-img>div:hover{
  animation-play-state: paused;
}
.float-img>div img{
  /* width: 360px !important;
  height: 180px !important; */
}
.float-img>div>div{
  position: absolute;
  padding: 4px 8px;
  top: 0px;
  right: -26px;
  color: #fff;
  background-color: #333;
}
@keyframes move-img {
  0%{left: 1260px;top: 60px;}
  100%{left:100px; top:500px;}
}