﻿/*CSS样式重写*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
pre {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background: #fff;
}

a {
  color: #333;
  transition: .3s;
  text-decoration: none;
}

a:hover {
  color: #2E77DC;
  text-decoration: none;
}

input,
button {
  outline: 0;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  transition: .3s;
}

table {
  border-collapse: collapse;
}

/*通用样式*/
.lf {
  float: left;
}

.rt {
  float: right;
}

.active {
  display: block;
}

.container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.container:before,
.container:after {
  content: '';
  display: table;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*头部*/
header {
    position: relative;
    background: url(../images/header.jpg) no-repeat center top;
	background-size:cover;
  
}

header .top {
    overflow: hidden;
	background: url(../images/flower.png) no-repeat right 0px;
}

header .top .lf {
  	height: 170px;
	display: flex;
	align-items: center;
}


header .top .rt{
    text-align: right;
	display: flex;
	align-items: center;
		height: 170px;
}

header .top .rt a{
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    padding-left: 25px;
    background: url(../images/login.png) no-repeat left center;
	position: absolute;
	right: 0;
	top:0;
}

header .top .rt a:hover{
    color: #e18e30;
}

header .top .rt p{
 padding-right: 120px;
}

/*导航栏*/
header .navbar {
    height: 58px;
  	background: #2a63cb;
}

header .navbar>ul {
    display: flex;
    width: 1300px;
  	margin: 0 auto;
}

header .navbar>ul>li {
    position: relative;
    flex-grow: 1;
    text-align: center;
}

header .navbar>ul>li>a {
    display: block;
    line-height: 58px;
    color: #fff;
    font-size: 20px;
}

header .navbar>ul>li>a:hover {
    color: #2E77DC;
    background: #fff;
  	text-decoration: none;
}

header .navbar>ul>li:hover {
    display: block;
}

header .sub-menu {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    background: #2E77DC;
    display: none;
    z-index: 99;
}

header .sub-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

header .sub-menu li a:hover {
    color: #2E77DC;
    background: #fff;
}

/* 尾部 */
footer {
    padding: 25px 0;
    margin-top: 30px;
    background: #f8f8f8;
    border-top: 3px solid #2E77DC;
}

footer .container{
    padding: 0 30px;
}

footer .container>p {
    line-height: 1.75em;
    text-align: center;
  	font-size: 14px;
}
footer .container>p:first-of-type{
    margin-top: 15px;
}

footer p span{
    color: #1c3170;
}

footer .rt{
    margin: 0 5px;
}
footer .rt p{
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

@media screen and (max-width: 1380px){
    .container,
    header .navbar>ul {
      width: 1280px;
    }
    header, footer {
        min-width: max-content;
    }
	header .top .lf img{width:750px ;}
	header .top .rt p{
		padding-right: 50px;
	}
	header .top .rt p img{
		width: 310px;
	}
}

/*温馨提示*/
.reminder{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 650px;
    padding: 20px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #F9F9F9;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.reminder p{
    text-indent: 2em;
    text-align: justify;
    margin: 5px 0;
}
.reminder .red{
    color: red;
}
.reminder .btn{
    margin: 15px 0 5px;
    text-align: center;
    clear: both;
}
.reminder button{
    color: #fff;
    padding: 8px 25px;
    border: none;
    background: #2E77DC;
    cursor: pointer;
    border-radius: 3px;
}
.reminder button:hover{
    opacity: .8;
}
.reminder .rt{
    margin: 20px 0 30px;
    text-indent: 0;
    text-align: center;
}
.reminder h2{
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

/*IE兼容性*/
.ietip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    display: block;
}

.ietip h1 {
    font-size: 40px;
    line-height: 80px;
    font-weight: 100;
    margin-bottom: 10px;
}

.ietip h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 100;
    margin: 10px 0;
}

.ietip em {
    color: red
}

.ietip p {
    margin-bottom: 10px;
    color: #666666
}

.ietip hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #dadada
}

.ietip span {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.ietip .clean {
    clear: both;
}

.ietip .browser {
    padding: 10px;
}

.ietip .browser li {
    width: auto;
    padding: 0 80px 0 40px;
    margin-top: 30px;
    height: 34px;
    line-height: 22px;
    float: left;
    list-style: none;
    background: url(../images/59d352ac500449cb9da816483d4617b8.gif) no-repeat;
}

.ietip .browser .browser-firefox {
    background-position: 0 -34px
}

.ietip .browser .browser-ie {
    background-position: 0 -68px;
    margin-left: 0;
}

.ietip .browser .browser-360 {
    background-position: 0 -170px;
    margin-left: -27px
}

.ietip .browser-360-js {
    margin-top: 30px;
    width: 557px;
    height: 162px;
    padding: 10px 10px 10px 40px;
    background: url(../images/e7d6ee0ee6164adc8769704f38e04504.gif)no-repeat;
}
