@charset "utf-8";
.headerbox {
  background: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link.active {
  background: #ffcb3d;
  color: #fff;
}
.banner {
  padding-bottom: 20px;
  background: #FFFFFF;
}
.index_title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.index_title .fonts {
  font-size: 18px;
  letter-spacing: 15px;
  font-weight: 600;
}
.index_title .enfonts {
  font-size: 8px;
  color: #888888;
  font-family: Arial;
  letter-spacing: 5px;
}
.intro_container {
  padding-bottom: 40px;
}
.yellowtitle {
  background: #ffcb3d;
  color: #FFFFFF;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
.tipstitle {
  color: #999999;
  font-size: 8px;
}
.introbox .cons {
  font-size: 10px;
  margin-bottom: 20px;
  color: #555;
}
.introbox .yellowtitle {
  margin-bottom: 10px;
}
.introbox .tipstitle {
  margin-bottom: 15px;
}
.menu_index_icon {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(212, 212, 212, 0.45);
  padding: 10px 20px;
  margin-top: -20px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.menu_index_icon .item {
  flex: 1;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.menu_index_icon .item .imgbox {
  width: 24px;
  height:28px;
  margin: 0 auto;
  margin-bottom: 5px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  background:url(../png/pic2.png) top center;
  background-size: 100%;
}
.menu_index_icon .item:nth-child(2) .imgbox{
	background:url(../png/pic3.png) top center;
	background-size: 100%;
}
.menu_index_icon .item:nth-child(3) .imgbox{
	background:url(../png/pic4.png) top center;
	background-size: 100%;
}
.menu_index_icon .item:nth-child(4) .imgbox{
	background:url(../png/pic5.png) top center;
	background-size: 100%;
}
.menu_index_icon .item:hover .imgbox {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  transform: translate(0, 0);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.menu_index_icon .item:hover .imgbox{
	background-position: bottom;
}
.menu_index_icon .item:hover {
  color: #ffcb3d;
  cursor: pointer;
}
.product_introduce_box .leftimg {
  max-width: 100%;
}
.product_introduce_box .rightbox {
  /* padding-top: 20px; */
}
.product_introduce_text{
	padding-bottom: 5px;
	font-size: 12px;
}
.product_introduce_text1{
	padding-top: 5px;
}
.product_introduce_box .rightbox .yellowtitle {
  margin-bottom: 10px;
}
.product_introduce_box .rightbox .tipstitle {
  margin-bottom: 15px;
}
.product_introduce_box .rightbox .cons {
  font-size: 12px;
  margin-bottom: 20px;
  color: #555;
}
.partysbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}
.partysbox .items {
  flex: 1;
  display: block;
  text-align: center;
}
.partysbox .items img {
  margin: 0 auto;
  width: 60px;
}
.overseas_market_box{
	border: 3px solid #fec529;
}
.overseas_market_box .leftimg {
  
  overflow: hidden;
}
.overseas_market_box .leftimg img {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.overseas_market_box .leftimg:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.overseas_market_box {
  padding-bottom: 30px;
}
.video_home_box {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
}
.video_home_box .playerbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  width: 60px;
  height: 60px;
}
.video_home_box .zezao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.overseas_market_box .f14 {
  color: #555;
}
.footerbox {
  padding-bottom: 30px;
}
.footerbox .logo {
  padding-top: 30px;
}
.footerbox dt {
  font-weight: 400;
}
.footerbox dd a {
  color: #666666;
}
.footerbox dl {
  padding-top: 20px;
}
.footerbox .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  color: #666666;
  min-width: 0;
  flex: 1;
  padding-top: 20px;
}
.phonebox {
  position: relative;
}
.partbox {
  padding-top: 25px;
  padding-bottom: 25px;
}
.introabout .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.introabout {
  background: #313131;
}
.introabout .imgbox img {
  max-width: 100%;
}
.introabout .fonts {
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'siyuanxi';
}
.introabout .fontbox img {
  max-width: 100%;
  padding: 20px 0;
}
.introabout .boxs {
  padding: 30px 0;
}
.haiwaibox {
  padding-top: 40px;
  padding-bottom: 40px;
}
.haiwaibox .title .cn {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
}
.haiwaibox .title .en {
  color: #ffcb3d;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.haiwaibox .fonts {
  color: #555555;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.haiwaibox .rigbox .mapimg {
  max-width: 100%;
  width: 58%;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.culture_container {
  position: relative;
  padding-bottom: 40px;
}
.culture_container .imgbox img {
  max-width: 100%;
}
.culture_container .fontsbox {
  background: #fec529;
  padding: 20px 20px;
}
.culture_container .fontsbox .f16 {
  color: #444;
  letter-spacing: 5px;
}
.culture_container .fontsbox .f14 {
  color: #555;
  line-height: 1.6em;
  letter-spacing: 5px;
}
.block_container {
  padding-bottom: 40px;
}
.historyitem {
  width: 8em;
  position: relative;
  margin-bottom: 10px;
}
.historyitem .date {
  position: absolute;
  left: 2em;
  text-align: center;
  top: 1.5em;
  width: 50%;
  font-size: 15px;
}
.historyitem .cons {
  position: absolute;
  left: 2.2em;
  text-align: center;
  bottom: 1.25em;
  width: 54%;
  height: 3em;
  /* Center slide text vertically */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
}
.historylist {
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.workname {
  background: #ffcb3d;
  display: inline-block;
  color: #FFFFFF;
  padding: 0.2em 0.5em;
  font-size: 15px;
  border-radius: 8px;
  margin-right: 20px;
  margin-left: 10px;
}
.workname2 {
  border: 1px solid #ffcb3d;
  border-radius: 50px;
  font-size: 10px;
  display: inline-block;
  padding: 0 1em;
  font-family: 'siyuanxi';
}
.joinitem {
  background: #f7f7f7;
  padding: 30px 20px;
  margin-bottom: 10px;
}
.joinitem .cons {
  max-height: 11em;
  overflow: auto;
  margin-top: 1em;
  font-size: 13px;
  line-height: 1.6em;
  border-left: 1px solid #ffcb3d;
  border-right: 1px solid #ffcb3d;
  padding: 0 10px;
  font-family: 'siyuanxi';
  color: #434343;
}
.joinlist {
  position: relative;
  padding-bottom: 50px;
}
.joinlist .pos {
  left: 0;
  background: #ffcb3d;
  padding-left: 10px;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position:relative;
}
.joinlist .pos > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  color: #434343;
}
.joinlist .pos > div img {
  width: 1.25em;
  margin-right: 5px;
}
.joinlist .pr{
	padding-bottom: 20px;
}
.contactusbox {
  padding-bottom: 30px;
}
.contactus {
  background: #ffcb3d;
  position: relative;
}
.contactus .fonts {
  padding: 30px 20px;
}
.inputbox {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.inputbox div {
  display: block;
}
.inputbox input[type=text] {
  flex: 1;
  width: 100%;
  min-width: 0;
  border: 0 !important;
  font-family: 'siyuanxi';
}
.inputbox textarea {
  border: 0 !important;
  flex: 1;
  width: 100%;
  min-width: 0;
  padding: 0;
  font-family: 'siyuanxi';
}
.areabox {
	display:block;
}
.btnss {
  background: #FFFFFF;
  text-align: center;
  padding: 5px 10px;
}
.contactus .info {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.contactus .imgbox {
  position: relative;
}
.contactus .imgbox .boxx {
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 5px;
  font-family: 'siyuanxi';
}
.contactus .imgbox .boxx img {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
}
.contactus .info .f08 {
  color: #ffcb3d;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.partbox {
  display: none;
}
.partbox2 {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.partbox2 img {
  margin-bottom: 20px;
}
.pohoneflo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.videobox {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: none;
}
.videobox video {
  max-width: 100%;
  background: #000000;
  margin: 0 auto;
  display: block;
  width: 90%;
}
.videobox .close {
  position: absolute;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: -50px;
  opacity: 1;
}
.contactus .fonts .btnss:hover {
  color: #ffcb3d;
  cursor: pointer;
}
.contactus .fonts .btnss2:hover {
  color: #ffcb3d;
  cursor: pointer;
}
.footerbox dl a:hover {
  color: #fec529;
}
.navbar-light .navbar-nav .nav-link {
  padding-left: 20px;
  padding-right: 20px;
}
.historyitem .date,
.introabout .boxs .imgbox img,
.culture_container img,
.historyitem .cons,
.pohoneflo_container .phonebox img {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.historyitem:hover .date,
.introabout .boxs .imgbox:hover img,
.culture_container:hover img{
  transform: translate(0, 0);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.historyitem:hover .cons {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.Officebox{
	padding-bottom: 30px;
}
.Officebox .swiper-container {
  border: 3px solid #fff;
}
.Officebox .swiper-container:hover {
  border: 3px solid #fec529;
}
.video_home_container:hover {
  cursor: pointer;
}
.video_home_container .zezao {
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.video_home_container:hover .zezao {
  transform: translate(0, 0);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.partysbox .items:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.Officebox .swiper-container .fonts{
	font-size: 12px;
	margin-top: 10px;
}
.resume-div{
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
}
.resume-div span{
	border: 1px solid #000000;
	padding: 0 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#dz_maskbox{
	position: fixed; left: 50%; bottom: -5rem; text-align: center; background: rgba(0, 0, 0, .7); color: rgb(255, 255, 255); font-size: 1rem; opacity: 0; padding: 0.2rem 0.5rem; border-radius: 0.3rem; transition: all 0.5s ease 0s; margin-left: -1.584rem;
}
.maskbox_active{bottom: 2rem !important;opacity: 1 !important;}