html {
  font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
input {
  outline: none;
  padding: 0;
  margin: 0;
}
button {
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0;
}
p {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cccccc;
  font-size: 18px;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
  font-size: 18px;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
  font-size: 18px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cccccc;
  font-size: 18px;
}
ul li {
  list-style: none;
}
.hide {
  display: none !important;
}
.right {
  float: right;
}
.box-shadow {
  -webkit-box-shadow: 0 0 10px #0CC;
  -moz-box-shadow: 0 0 10px #0CC;
  box-shadow: 0 0 10px #0CC;
}
.main {
	min-width: 1200px;
  margin-top: 100px;
}
.box .content {
  width: 1200px;
  margin: 0 auto;
}
.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 .get {
  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;
}


.cont9{
	padding: 75px 0 55px;
	background: #f8f8f8;
}
.cont9 h2{
	text-align: center;
	font-size: 40px;
	color: #181818;
	font-weight: normal;
}
.cont9 dd{
    float:  left;
    margin: 0;
    text-align: center;
}
.cont9 dd img{
	vertical-align: middle;
}
.cont9 .media{
	width: 1200px;
	margin: 0 auto; 
	padding: 60px 0 ;
	border-radius: 20px;
}
.cont9 .top{
	margin-bottom: 40px;
}
.cont9 .top dd{
	width: 25%;
} 
.cont9 .bot dd{
	width: 20%;
}
.cont9 ul{
	overflow: hidden;
	margin: 40px auto 0;
	width: 1200px;
}
.cont9 ul li{
	float: left;
	/* margin-right: 90px; */
	font-size: 20px;
	margin-bottom: 20px;
	width: 20%;
	overflow: hidden;
}
.cont9 ul li a{
	color: #03080B;
	text-decoration: none;
}
.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;text-decoration: none;}
.certificate a i{width: 70px;font-style: normal;}
.certificate a img{width: 28px;}
.certificate a:nth-child(n+2){margin-left: 15px;}