*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body{
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;	
	min-width: 1200px;
  font-family: "OPPOSans";
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0
}
a{
    color: #333;
	text-decoration: none;
}
a:hover{
	color: #0f3f9c;
}
.box{
	width: 1200px;
	margin: 0 auto;
}
.header {
  background: url(../images/indexbg1.jpg) no-repeat center;
  background-size: cover;
}
.index-top {
  padding: 36px 0 26px;
  display: flex;
  justify-content: space-between;
}
.logo img {
  width: 100%;
}
.top-wrap {
  display: flex;
  align-items: center;
}
.timedata {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.timedata p {
  font-size: 15px;
  color: #fff;
}
.timedata p a{
  font-size: 15px;
  color: #fff;
}
.timedata span {
  width: 1px;
  height: 16px;
  background: #fff;
  margin: 0 10px;
}
.search {
  width: 180px;
  border-radius: 5px;
  height: 36px;
  padding: 9px 10px 9px 15px;
  background: #fff;
}
.search form {
  display: flex;
  align-items: center;
}
.search input {
  border: none;
  background: none;
  outline: none;
}
.search .inpt {
  width: 137px;
}
.search .inpt::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.search .sub {
  width: 18px;
  height: 18px;
  background: url(../images/search.png) no-repeat center;
}
.nav {
  width: 100%;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul li {
  padding: 17px 20px;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.nav ul li a {
  color: #fff;
}
.nav ul li.on,
.nav ul li:hover {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.2)
  );
  position: relative;
}
.nav ul li.on,
.nav ul li:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 3px;
  background: #ffae00;
}
.nav ul li .nd{
    display: none;
    position: absolute;
    top: 58px;
    left: 0px;
    width: 150px;
    height: 117px !important;
    z-index: 10;
    background: #fff;
    padding: 15px;
    transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;

}
.nav ul li .nd p{
    padding: 10px 0;
}
.nav ul li .nd p a{
    font-size: 16px;
    color: #505050;
}
.nav ul li .nd p:hover{
    background: #F0F5FA; 
}
.nav ul li .nd p:hover a{
    color: #0152AA;
}
.footer{
    background:url(../images/indexbg2.jpg) no-repeat center;
    background-size: 100% 100%;
}
.footer .box{
   display: flex;
   justify-content: space-between;
}
.footbox{
    margin-top: 60px;
    background: url(../images/indexicon2.png) no-repeat left ;
}
.footlogo{
    margin-bottom: 40px;
    width: 453px;
}
.footlogo img{
    width:100%;
}
.foot-icon{
    padding-left: 50px;
    padding-bottom: 69px;
    background: url(../images/indexicon3.png) no-repeat 14px ;
}
.foot-nav{
    display: flex;
    margin-bottom: 15px;    
}
.foot-nav li a{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-right: 25px;
    position: relative;
}
.foot-nav li:not(:last-child) a:after{
    content: ">";
    display: block;
    position: absolute;
    bottom: 0;
    right: -25px;
}

.foot-nav li{
    color: #fff;
    margin-right: 15px;
}
.copyright{
    height: 20px;
    text-align: center;
    color: #fff;  
}
.copyright p{
    display: flex;
    align-items: center;
    font-size: 15px;
}
.copyright p span {
    margin-left: 10px;
    margin-right:20px;
    line-height: 20px;  
}
.footqr{
    margin-top: 60px;
    text-align: center;
}
.footqr .qrimg{
    width: 130px;
    height: 130px;
    border-radius: 4px;
    overflow: hidden;
    border: 6px solid rgba(255, 255, 255, 0.12);
}
.footqr img{
    width: 100%;
    height: 100%;
}
.footqr h2{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-top: 9px;
}