/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* base */
*,
::before,
::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body {
  font: 12px/1 Arial, 'Microsoft Yahei', sans-serif;
  color: #202020;
  background-color: #fff;
}
a {
  color: #202020;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img {max-width: 100%;}
button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}
input,
textarea,
select {
  outline: 0;
}
.scroll-y-auto {overflow:auto;width:100%;}
.scroll-y-auto > table {min-width:800px;}
.ues-flex {display: flex;display: -webkit-flex;flex-wrap: wrap;}
.ues-flex .ues-flex-item {display: flex;flex-direction: column;height: 100%;}
.ues-flex .ues-flex-item .ues-flex-item-h {flex: 1;}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  display: none;
}
.no-border {
  border: 0 !important;
}
.ls-n {
  padding: 0;
  margin: 0;
  list-style: none;
}
.o-h {
  overflow: hidden;
}
.animated {
  visibility: visible !important;
}
.tb {
  display: table;
  width: 100%;
  height: 100%;
}
.tb .tbc {
  display: table-cell;
  vertical-align: middle;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    width: auto;
  }
}
@media (max-width: 1365px) {
  .pcshow {
    display: none !important;
  }
}
.wapshow {
  display: none !important;
}
@media (max-width: 1365px) {
  .wapshow {
    display: initial !important;
  }
}
.icon1 {
  background-image: url('../images/icon1.png');
}
.icon2 {
  background-image: url('../images/icon2.png');
}
.icon3 {
  background-image: url('../images/icon3.png');
}
.icon4 {
  background-image: url('../images/icon4.png');
}
.icon5 {
  background-image: url('../images/icon5.png');
}
.icon6 {
  background-image: url('../images/icon6.png');
}
.icon7 {
  background-image: url('../images/icon7.png');
}
.icon8 {
  background-image: url('../images/icon8.png');
}
.icon9 {
  background-image: url('../images/icon9.png');
}
.icon10 {
  background-image: url('../images/icon10.png');
}
.icon11 {
  background-image: url('../images/icon11.png');
}
.icon12 {
  background-image: url('../images/icon12.png');
}
.icon13 {
  background-image: url('../images/icon13.png');
}
.icon14 {
  background-image: url('../images/icon14.png');
}
.icon15 {
  background-image: url('../images/icon15.png');
}
.icon16 {
  background-image: url('../images/icon16.png');
}
.icon17 {
  background-image: url('../images/icon17.png');
}
.icon18 {
  background-image: url('../images/icon18.png');
}
.icon19 {
  background-image: url('../images/icon19.png');
}
.icon20 {
  background-image: url('../images/icon20.png');
}
.icon21 {
  background-image: url('../images/icon21.png');
}
.icon22 {
  background-image: url('../images/icon22.png');
}
.icon23 {
  background-image: url('../images/icon23.png');
}
.icon24 {
  background-image: url('../images/icon24.png');
}
.icon25 {
  background-image: url('../images/icon25.png');
}
.icon26 {
  background-image: url('../images/icon26.png');
}
.icon27 {
  background-image: url('../images/icon27.png');
}
.icon28 {
  background-image: url('../images/icon28.png');
}
.icon29 {
  background-image: url('../images/icon29.png');
}
.icon30 {
  background-image: url('../images/icon30.png');
}
.icon31 {
  background-image: url('../images/icon31.png');
}
.icon32 {
  background-image: url('../images/icon32.png');
}
.icon33 {
  background-image: url('../images/icon33.png');
}
.icon34 {
  background-image: url('../images/icon34.png');
}
.icon35 {
  background-image: url('../images/icon35.png');
}
.icon36 {
  background-image: url('../images/icon36.png');
}
@media (max-width: 750px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
.header {
  position: relative;
  z-index: 998;
}
.header.float .bd {
  position: absolute;
  right: 0;
  left: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.28);
}
.header .hd {
  height: 47px;
  line-height: 47px;
  background-color: #000;
}
.header .hd .txt {
  font-size: 14px;
}
.header .hd .txt a {
  position: relative;
  padding-left: 27px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
}
.header .hd .txt a:first-child {
  padding-right: 15px;
  margin-right: 14px;
}
.header .hd .txt a:first-child::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #6b6b6b;
  content: '';
}
.header .hd .lang {
  position: relative;
  z-index: 999;
  margin-right: 30px;
  cursor: pointer;
}
.header .hd .lang:hover ul {
  display: block;
}
.header .hd .lang p {
  height: 47px;
  line-height: 47px;
  overflow: hidden;
  padding-left: 27px;
  margin: 0;
  background: url('../images/icon1.png') no-repeat left center;
}
.header .hd .lang p span {
  display: block;
  padding-right: 22px;
  color: #fff;
  background: url('../images/icon2.png') no-repeat right center;
}
.header .hd .lang ul {
	overflow-y: auto;
	width: 360px;
    max-height: 80vh;
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  padding: 5px 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background-color: #000;
}
.header .hd .lang ul li {
	float: left;
	width:33%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 10px;
  color: #fff;
}
.header .hd .lang ul li a {
	color: #FFF;
}
.header .hd .lang ul li a img {
	vertical-align: middle;
	margin-right: 4px;
}
.header .hd .icon {
  display: block;
  width: 30px;
  height: 47px;
  background-repeat: no-repeat;
  background-position: center;
}
.header .bd {
  border-bottom: 4px solid #f7c51d;
  background-color: #202020;
}
.header .bd .logo {
  width: 208px;
  margin-top: 20px;
}
.header .bd .logo img {
  display: block;
  max-width: 100%;
  max-height: 60px;
}
.header .bd .btn-menu {
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url('../images/menu.png') no-repeat center / 90%;
}
.header .bd .btn {
  display: block;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  padding: 0 30px;
  margin: 23px 0 0 93px;
  font-size: 13px;
  background-color: #f7c51d;
  text-transform:uppercase;
}
.header .bd .nav ul li {
  float: left;
}
.header .bd .nav ul li:not(:first-child) {
  margin-left: 54px;
}
.header .bd .nav ul li a {
  display: block;
  height: 93px;
  line-height: 93px;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.header .bd .nav ul li a:hover,
.header .bd .nav ul li a.active {
  color: #f7c51d;
}
@media (max-width: 1280px) {
  .header .hd {
    padding: 0 30px;
  }
  .header .bd {
    padding: 0 30px;
  }
  .header .bd .logo {
    width: 180px;
    margin-top: 7px;
  }
  .header .bd .btn {
    margin: 7px 0 0 60px;
  }
  .header .bd .nav ul li:not(:first-child) {
    margin-left: 40px;
  }
  .header .bd .nav ul li a {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .header .hd {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  .header .hd .txt a {
    display: inline-block;
    height: 19px;
    font-size: 0;
  }
  .header .hd .lang {
    margin-right: 15px;
  }
  .header .hd .lang p {
    height: 30px;
    line-height: 30px;
  }
  .header .hd .icon {
    height: 30px;
  }
  .header .bd {
    padding: 10px;
  }
  .header .bd .logo {
    width: 118px;
    margin-top: 0;
  }
  .header .bd .btn-menu {
    display: block;
  }
  .header .bd .btn {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin: 0;
    font-size: 12px;
	margin-right: 40px;
  }
  .header .bd .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 90vw;
    height: 100vh;
    padding-top: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header .bd .nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header .bd .nav ul li {
    float: none;
  }
  .header .bd .nav ul li:not(:first-child) {
    margin-left: 0;
  }
  .header .bd .nav ul li a {
    padding: 0 20px;
  }
  .header .bd .logo img {max-height: 30px;}
}

.top-sns-box {display: inline-block;}
.top-sns-box a {margin-right: 5px;}

.footer {
  padding: 56px 30px 0px;
  background: url('../images/bg6.jpg') no-repeat center / cover;
}
.footer .hd .logo img {
  max-width: 200px;
  max-height: 100px;
  margin-bottom: 30px;
}
.footer .hd p {
  margin: 16px 0 25px;
  color: #cecece;
  line-height: 180%;
}
.footer .hd .link {
  font-size: 0;
}
.footer .hd .link a {
  margin-right: 13px;
}
.footer .hd .form {
  position: relative;
  width: 263px;
  padding-right: 54px;
  margin-top: 26px;
  border: 1px solid #393939;
}
.footer .hd .form input {
  display: block;
  width: 100%;
  height: 43px;
  padding: 0 13px;
  border: 0;
  color: #fff;
  background: transparent;
}
.footer .hd .form button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 54px;
  height: 43px;
  padding: 0;
  border: 0;
  font-size: 20px;
  background-color: #f7c51d;
  color: #fff;
}
.footer dl {
  float: left;
  margin: 0 0 0 65px;
  width: 20%;
}
.footer dl dt {
  padding-right: 68px;
  margin-bottom: 10px;
  border-bottom: 1px solid #393939;
  font-size: 18px;
  color: #fff;
}
.footer dl dt strong {
  display: inline-block;
  padding: 15px 0;
  border-bottom: 2px solid #f7c51d;
  text-transform: uppercase;
}
.footer dl dd {
  margin: 0;
  font-size: 15px;
  color: #c6c6c6;
}
.footer dl dd a {
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding-left: 14px;
  color: #c6c6c6;
  background: url('../images/icon22.png') no-repeat left center;
}
.footer dl dd a:hover {
	color: #FFF;
}
.footer dl dd p {
  line-height: 34px;
  padding-left: 30px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: left center;
}

.footer-btm {
	padding: 10px 0;
}
.footer-btm .foot-nav {
	float: left;
	width: 40%;
	line-height: 60px;
	padding-left: 0;
	margin: 0;
}

.footer-btm .foot-nav li {
	float: left;
	list-style-type: none;
	font-size: 14px;
	padding: 0 5px;
}

.footer-btm .foot-nav li a {
	font-size: 14px;
	color: #c6c6c6;
}
.footer-btm .foot-nav li a:hover {
	color: #FFF;
}
.footer-btm .foot-copyright {
	color: #c6c6c6;
	line-height: 60px;
	float: left;
	width:60%;
	font-size: 14px;
}
.footer-btm .foot-copyright a {
	color: #c6c6c6;
}
.footer-btm .foot-copyright a:hover {
	color: #FFF;
}

@media (max-width: 1024px) {
  .footer {
    padding: 30px 10px;
  }
  .footer dl {
    margin-left: 30px;
  }
  .footer dl dt {
    padding-right: 30px;
    font-size: 16px;
  }
  .footer dl dd {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .footer .hd {
    float: none;
    text-align: center;
  }
  .footer .hd .form {
    margin: 20px auto 0;
  }
  .footer dl {
    margin: 0;
  }
  .footer dl:nth-child(2),
  .footer dl:nth-child(3) {
    width: 50%;
  }
  .footer dl:last-child {
    width: 100%;
  }
}
@media (max-width: 750px) {
	.footer-btm .foot-nav {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer-btm .foot-nav li {
		width: 20%;
	}
	.footer-btm .foot-copyright {
		clear: both;
		float: none;
		width: 100%;
		text-align: center;
		line-height: 180%;
	}
}
.main-title::after {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #f7c51d;
  content: '';
}
.main-title.center {
  text-align: center;
}
.main-title.center::after {
  margin: 0 auto;
}
.main-title.center h3::after {
  margin: 20px auto 3px;
}
.main-title.white h3 span {
  color: #fff;
}
.main-title h3 {
  margin: 0;
  font-size: 32px;
  color: #f7c51d;
}
.main-title h3::after {
  display: block;
  width: 45px;
  height: 1px;
  margin: 20px 0 3px;
  background-color: #f7c51d;
  content: '';
}
.main-title h1 {
  margin: 0;
  font-size: 32px;
  color: #f7c51d;
}
.main-title h1::after {
  display: block;
  width: 45px;
  height: 1px;
  margin: 20px 0 3px;
  background-color: #f7c51d;
  content: '';
}
.main-title h1 span {
  color: #202020;
}
@media (max-width: 1024px) {
  .main-title.center h3::after {
    margin: 10px auto 3px;
  }
  .main-title h3 {
    font-size: 20px;
  }
  .main-title h3::after {
    margin: 10px 0 3px;
  }
}
.news-recomment {
  overflow: hidden;
}
.news-recomment ul {
  margin-right: -27px;
}
.news-recomment ul li {
  float: left;
  width: 33.333333%;
  padding: 0 27px 33px 0;
}
.news-recomment ul li .item {
  position: relative;
  display: block;
  padding: 25px;
  border-width: 3px 1px 1px;
  border-style: solid;
  border-color: #f7c51d #dfdfdf #dfdfdf;
}
.news-recomment ul li .item .thumb-pic {
	margin-bottom: 15px;
}
.news-recomment ul li .item .thumb-pic img {
	max-width: 100%;
}
.news-recomment ul li .item.news::before {
  position: absolute;
  top: 0;
  right: 13px;
  display: block;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  padding: 0 4px;
  font-weight: bold;
  background-color: #f7c51d;
  content: 'NEWS';
}
.news-recomment ul li .item:hover {
  border-color: #f7c51d;
}
.news-recomment ul li .item:hover h3 {
  display: none;
}
.news-recomment ul li .item:hover .more {
  display: inline-block;
}
.news-recomment ul li .item h3 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin: 0 0 10px;
  font-size: 20px;
}
.news-recomment ul li .item time {
  display: block;
  margin-bottom: 15px;
  color: #b3b3b3;
}
.news-recomment ul li .item p {
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  color: #8b8b8b;
}
.news-recomment ul li .item .more {
  display: none;
  padding-right: 27px;
  margin-top: 19px;
  font-size: 13px;
  color: #f7c51d;
  text-decoration: none;
  background: url('../images/icon10.png') no-repeat right center;
}
.header h1{margin: 0;}
.ues-hide{display: none !important;}
@media (max-width: 1024px) {
  .news-recomment ul {
    margin-right: -10px;
  }
  .news-recomment ul li {
    width: 50%;
    padding: 0 10px 15px 0;
  }
}
@media (max-width: 750px) {
  .news-recomment ul {
    margin: 0;
  }
  .news-recomment ul li {
    width: 100%;
    padding: 0 0 10px;
  }
}

.links-list ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin-top: 30px;
}

.links-list li {
	width: 31.33333333%;
	margin: 0 1%;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0 10px;
	list-style-type: none;
}

.links-list li a {
	color: #666;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
	.links-list li {
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	.links-list li {
		width: 98%;
	}
}


[data-col='2'] li {
  width: 50% !important;
}
@media (max-width: 1024px) {
  [data-col='2'] li {
    width: auto !important;
  }
}
[data-col='3'] li {
  width: 33.33333333% !important;
}
@media (max-width: 1024px) {
  [data-col='3'] li {
    width: auto !important;
  }
}
.link a {color: #f7c51d !important;}
.icon-whatsapp:before {
  color: #f7c51d !important;
}
.icon-youtube:before {
  color: #f7c51d !important;
}
.icon-skype:before {
  color: #f7c51d !important;
}
.icon-google-my-business:before {
  color: #f7c51d !important;
}
.icon-twitter:before {
  color: #f7c51d !important;
}
.icon-Facebook:before, .icon-facebook:before {
  color: #f7c51d !important;
}

.btn {padding: 0;}