* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

html,
body {
    width: 100%;
    font-family:  var(--themefont);
    background-color: #fff;
    color: #333;
    font-size: 65.5%;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.background-gray {
    background-color: #f5f5f5;
}

.hidden {
    display: none;
}

.container {
    width: 1200px;
    margin: auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/select-btn.gif") no-repeat right center;
    cursor: pointer;
}

input,
textarea,
select {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    padding-left: 15px;
    margin: 8px 0;
    box-sizing: border-box;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

button {
    border: 0;
    outline: none;
}

/* 头部 */
.pc-header {
    height: 50px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.pc-header .container {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc-header .des p {
    font-size: 1.4rem;
    color: #999;
}

.pc-header .tel-and-mail {
  display: flex;
}
.pc-header .tel-and-mail p {
  height: 50px;
  display: flex;
  align-items: center;
  border-left: 1px solid #f0f0f0;
  padding: 0 10px;
  color: #646464;
}

.pc-header .tel-and-mail p:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
}
.pc-header .tel-and-mail .tel:before {
  background-position: 0 0;
}
.pc-header .tel-and-mail .mail:before {
  background-position: -30px 0;
}
/* 导航 */
.web-nav {
  height: 90px;
  position: relative;
  align-items: center;
}
.web-nav ul {
width: 65%;
align-items: center;
}

.web-nav ul li {
  height: 90px;
  line-height: 90px;
  text-align: center;
  float: left;
  position: relative;
  border-bottom: 2px solid transparent;
}
.web-nav ul li::after {
content: '';
display: none;
width: 0px;
height: 0px;
border-bottom: 8px solid var(--themecolor);
border-left: 8px solid transparent;
border-right: 8px solid transparent;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.web-nav ul li.level::before {
content: '';
display: block;
width: 0px;
height: 0px;
border-top: 6px solid #444;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
position: absolute;
bottom: 0;
top: 0;
right: 5px;
margin: auto;
}
.web-nav ul li:hover.level::before {
border-top-color: var(--themecolor);
}
.web-nav ul li:hover::after,
.web-nav ul li.hover::after {
display: block;
}
.web-nav ul li:hover,
.web-nav ul li.hover {
border-bottom-color: var(--themecolor);
}
.web-nav ul li>a {
  padding: 0 25px;
  display: block;
  color: #676767;
  font-size: 1.6rem;
  font-weight: bold;
}
.web-nav ul li.hover>a,
.web-nav ul li:hover>a {
  color: var(--themecolor);
}
.web-nav .sub-nav {
position: absolute;
left: 0;
z-index: 99;
background-color: #fff;
padding: 10px 0;
display: none;
}
.web-nav .sub-nav dl dd {
width: 100%;
height: 42px;
line-height: 42px;
text-align: left;
}
.web-nav .sub-nav dl dd a {
padding: 0 10px;
display: block;
font-size: 1.4rem;
color: #343434;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
border-bottom: 1px solid #f0f0f0;
}
.header-search {
width: 33%;
height: 48px;
position: relative;
}

.header-search .nav-input {
width: 100%;
height: 48px;
background-color: #fff;
border-radius: 5px;
padding: 0 40px 0 20px;
color: #000;
border: 2px solid #dcdcdc;
margin: 0;
}

.header-search .button-box  {
width: 46px;
height: 44px;
position: absolute;
right: 2px;
top: 2px;
background-color: var(--themecolor);
border-radius: 2px;
border-left: 2px solid #dcdcdc;
text-align: center;
}
.header-search .nav-button {
width: 30px;
height: 30px;
background: url(../images/icon.png) -60px 0;
margin-top: 7px;
cursor: pointer;
}
.header-search p {
height: 28px;
line-height: 28px;
padding: 0 10px;
font-size: 1.2rem;
color: #040000;
background-color: #dcdcdc;
position: absolute;
top: 0;
bottom: 0;
left: 10px;
margin: auto;
}

/* 手机端头部 */
.mobole-top {
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  padding: 0 2%;
  display: none;
}
.mobole-top .header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobole-top .home,
.hamburger{
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon.png);
}
.mobole-top .home {
  background-position: 0 -130px;
}
.hamburger {
  cursor: pointer;
  background-position: -60px -130px;
}
.mobile-search {
  width: 60%;
}

.mobile-nav {
    width: 210px;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 20px;
    box-shadow: 0 0 2px 3px #dfdfdf;
    right: 10px;
    top: 90px;
    display: none;
}

.mobile-nav:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 12px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -12px;
    right: 15px;
}

.mobile-nav ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #e9e9ef;
}

.mobile-nav ul li a {
    display: block;
    font-size: 1.8rem;
    color: #333;
}
.lang{
	position: relative;
	    border-left: 1px solid #f0f0f0;
	    padding-left: 10px;
}
.sdown-lang {
	background: #fff;
		padding: 10px 20px;
		position: absolute;
		z-index: 22;
		left: -34px;
		width: 100px;
		box-shadow: 0 0 10px #ccc;
		display: none;
		top: 45px;
}
.sdown-lang a{
	display: block;
	color: #333;
	margin: 10px 0;
}
.sdown-lang a:hover{
	color: var(--themecolor);
}
/* 底部 */
footer {
    background: #323232;
    margin-top: 50px;
}

.footer-con {
    padding: 70px 0 40px;
}
.footer-con-list li {
    width: 26%;
}
.footer-con-list .li-wechat {
    width: 13%;
}
.footer-con-list .li-wechat img {
  width: 100%;
}

.footer-con-list li p {
    color: #fff;
    font-size: 1.8rem;
    height: 40px;
}

.footer-con-list li a,
.footer-con-list li span {
    display: block;
    color: #bebebe;
    font-size: 1.4rem;
    line-height: 1.8;
}

.footer-con-list li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer-con-list li a:hover {
  color: #fff;
    text-decoration: underline;
}

.footer-con-list li span {
    margin-bottom: 8px;
    position: relative;
    display: flex;
    align-items: center;
}

.footer-con-list li .social-share a {
    display: inline-block;
    margin: 0 10px;
}

.footer-con-list .li-contact span:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.footer-con-list .li-contact .email:before {
    background-position: -180px 0;
}

.footer-con-list .li-contact .phone:before {
    background-position: -210px 0;
}

.footer-con-list li.footer-nav {
  display: none;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  color: #fff;
}
.footer-con-list li.footer-nav a {
  padding: 10px;
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.footer-con-list li.footer-nav a::after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  margin-left: 20px;
}
.footer-con-list li.footer-nav a:last-child:after {
  display: none;
}

.follow-us {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.follow-us p {
  font-size: 1.6rem;
  color: #999;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
}
.footer-share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background-image: url(../images/icon.png);
}
.footer-share a.youtube {
  background-position: 0 -190px;
}
.footer-share a.facebook {
  background-position: -40px -190px;
}
.footer-share a.linkedin {
  background-position: -80px -190px;
}
.footer-share a.twitter {
  background-position: -120px -190px;
}
.footer-share a.pinterest {
  background-position: -160px -190px;
}
.footer-share a.youtube:hover {
  background-position: 0 -230px;
}
.footer-share a.facebook:hover {
  background-position: -40px -230px;
}
.footer-share a.linkedin:hover {
  background-position: -80px -230px;
}
.footer-share a.twitter:hover {
  background-position: -120px -230px;
}
.footer-share a.pinterest:hover {
  background-position: -160px -230px;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 1160px;
    }
    .web-nav ul li>a {
      padding: 0 15px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .container {
        width: 970px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .container {
        width: 740px;
        margin: auto;
    }
    .web-nav ul {
      width: 100%;
    }
    nav .header-search {
      display: none;
    }

    .footer-con-list li:last-child {
        display: none;
    }

    .footer-con-list li {
        width: 28%;
    }

    .footer-con-list .li-contact {
        width: 40%;
    }
}

@media screen and (max-width:768px) {
	#code{
		width: 50% !important;
	}
	
  .contactfix{
	  display: none;
  }
  .mobole-top {
    display: block;
  }
  .pc-header,
  .web-nav,
  .footer-con-list li {
      display: none;
  }
  .container {
      width: 96%;
  }
  footer {
    margin-top: 30px;
  }
  .footer-con {
    padding: 50px 0 40px;
  }
  .footer-con-list li.footer-nav,
  .footer-con-list li.li-wechat {
    display: flex;
  }
  .footer-con-list .li-wechat p {
    display: none;
  }
  .footer-con-list li.footer-nav {
    width: 78%;
  }
  .footer-con-list li.li-wechat {
    width: 20%;
  }
  .follow-us {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
    footer {
        margin-top: 30px;
    }
    .footer-con-list li.footer-nav {
      width: 68%;
    }
    .footer-con-list li.li-wechat {
      width: 30%;
    }
    .footer-con-list .li-wechat img {
      width: 120px;
      height: 120px;
    }
    .footer-con-list li.footer-nav a {
      padding: 5px;
    }
    .footer-con-list li.footer-nav a::after {
      margin-left: 5px;
    }
}

@media screen and (max-width: 414px) {
  .footer-con-list {
    flex-wrap: wrap;
  }
  .footer-con-list li.li-wechat,
  .footer-con-list li.footer-nav {
    width: 100%;
  }
  .footer-con-list li.li-wechat img {
    margin: auto;
  }
}

@media screen and (max-width: 360px) {}