@charset "utf-8";
/* CSS Document */
html{color:#333;background:#FFF;font-family: PingFang SC, Microsoft Yahei, Verdana, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;}
*{margin: 0;padding: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,button,p,blockquote,th,td{-moz-user-select:none; /* Firefox私有属性 */ -webkit-user-select:none; /* WebKit内核私有属性 */ -ms-user-select:none; /* IE私有属性(IE10及以后) */ -khtml-user-select:none; /* KHTML内核私有属性 */ -o-user-select:none; /* Opera私有属性 */ user-select:none; /* CSS3属性 */}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:700;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{outline: none;border: none;}
input[type=button], input[type=submit], input[type=file], button{cursor: pointer;-webkit-appearance: none;}
::-webkit-input-placeholder{color: #666;}
:-moz-placeholder{color: #666;opacity: 1;}
::-moz-placeholder{color: #666;opacity: 1;}
:-ms-input-placeholder{ color: #666;}
i{font-style:normal;}
a{color: #333;text-decoration: none;}
body{overflow-x: hidden;min-width: 1200px;}

/* 头部 */
.header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  background: #ffffff;
  z-index: 20;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
header {
  position: relative;
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  background: #ffffff;
}
header a {
  font-size: 18px;
  color: #666666;
  height: 100px;
  line-height: 100px;
  padding: 0 12px;
  text-decoration: none;
}
header .logo {
  padding-right: 10px;
}
header ul {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  height: 100px;
  line-height: 100px;
}
header ul li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}
header ul li.active a {
  color: #FE7C31;
}
header ul li a:hover {
  color: #FE7C31;
}
header ul li img {
  vertical-align: middle;
}
header ul .slogan {
  position: relative;
}
header ul .slogan h2 {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #999999;
  line-height: 1.2;
  padding: 0 23px 0 10px;
}
header ul .slogan h2 span {
  font-size: 14px;
  color: #999999;
  vertical-align: middle;
}
header .btns {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  line-height: 100px;
}
header .login {
  width: 66px;
  height: 25px;
  line-height: 25px;
  border-radius: 12px;
  color: #666666;
  background: #f8f8f8;
  border: none;
  margin-right: 10px;
}
header .try {
  width: 130px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 15px;
  text-align: center;
  background: linear-gradient(to right, #ff902c, #ff611f);
  color: #ffffff;
  font-size: 16px;
}
.footer-none {
  padding-bottom: 0 !important;
}
.footer {
	min-width: 1200px;
  background: #333333;
  font-size: 0;
  color: #cccccc;
  padding-bottom: 70px;
}
.footer .content {
  margin: 0 auto;
  width: 1200px;
  padding: 0 !important;
}
.footer ul {
  padding: 35px 40px;
}
.footer li {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.footer li p {
  padding: 0 !important;
  line-height: 1.5;
}
.footer .desc {
  width: 328px;
  padding: 0 40px;
}
.footer .desc p {
  padding: 0 !important;
  margin-top: 30px;
}
.footer .url {
  margin-top: 30px;
  width: 300px;
  text-align: center;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.footer .url h2,
.footer .url a {
  color: #cccccc;
  font-size: 16px;
  text-decoration: none;
  line-height: 2.2;
}
.footer .wx {
  width: 208px;
  padding: 0 100px;
  text-align: center;
}
.footer .wx img {
  margin: 14px 0;
}
.footer .wx p {
  padding: 0 !important;
  line-height: 1.5;
}
.fix-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #ff8a2a;
  -webkit-box-shadow: 0 0 5px #ff8a2a;
  -moz-box-shadow: 0 0 5px #ff8a2a;
  box-shadow: 0 0 5px #ff8a2a;
}
.fix-footer .content {
  position: relative;
  padding: 0 !important;
  width: 1200px;
  margin: 0 auto;
}
.fix-footer img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.fix-footer span {
  display: inline-block;
  line-height: 1;
  margin-left: 76px;
  font-size: 26px;
  color: #ffffff;
}
.fix-footer span strong {
  vertical-align: text-bottom;
  font-size: 45px;
}
.fix-footer input {
  margin-top: -13px;
  vertical-align: middle;
  width: 260px;
  height: 42px;
  line-height: 42px;
  border-radius: 25px;
  border: none;
  outline: none;
  padding: 0 10px;
  margin-left: 20px;
}
.fix-footer .toget {
  margin-top: -13px;
  vertical-align: middle;
  width: 156px;
  height: 42px;
  line-height: 42px;
  border-radius: 25px;
  background: #ffffff;
  border: none;
  outline: none;
  color: #ff6600;
  font-size: 20px;
}
.fix-footer .close {
  cursor: pointer;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 0;
}

.copyright{
	 	font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.4;
}
.copyright img{
       vetical-align:middle;
}
.copyright p a {
  color: #ffffff;
}

.w1200{width: 1200px;margin: 0 auto;position: relative;}
.main{margin-top: 100px;position: relative;}
.main img{vertical-align: middle;}
.certificate{display: flex;justify-content: center;margin-bottom: 25px;}
.certificate a{width: 105px;height: 40px;box-shadow: 0 0 5px #eee;font-size: 12px;line-height: 18px;color: #666 !important;border-radius: 5px;box-sizing: border-box;background-color: #e8e6e7;display: flex;justify-content: center;align-items: center;}
.certificate a i{width: 70px;}
.certificate a img{width: 28px;}
.certificate a:nth-child(n+2){margin-left: 15px;}