* {
  margin: 0px;
  padding: 0px;
  margin: auto;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
body {
  font-family: '微软雅黑 Regular';
}
.page{
    /*float:right;*/
    /*width: 600px;*/
    /*height: 60px;*/
    /*line-height: 50px;*/
    float: right;
    width: 1060px;
    height: 60px;
    line-height: 50px;
    margin-top: 15px;
	}
	.pagination{
		overflow: hidden;

	}
	.pagination li{
        /*border:1px solid #c1c1c1;*/
        width: 60px;
        height: 48px;
		/*float: left;*/
	    /*padding: 5px 10px;*/
	    text-align: center;
	    cursor: pointer;
	    margin-right: 10px;
	    /*border: 1px solid #E9E9E9;*/
	    border-radius: 5px;
	    color: #424242;
	}
	.pagination li a{
		color: #424242;
	}
	.pagination .disabled{
		color: #c1c1c1;
	}
		.pagination .active{
			color: #c1c1c1;
			/*background: #E50003;*/
		}
.index {
  position: relative;
  min-width: 1200px;
}
.footer {
  width: 100%;
  height: 370px;
  background-color: #262626;
}
.footer .footer-top {
  width: 1200px;
  height: 224px;
  overflow: hidden;
  border-bottom: 1px solid #4E4E4E;
}
.footer .footer-top .footer-left {
  width: 612px;
  float: left;
}
.footer .footer-top .footer-left .footer-left1 {
  margin-top: 38px;
  width: 153px;
  float: left;
}
.footer .footer-top .footer-left .footer-left1 p {
  margin-left: -16px;
  text-align: center;
  font-size: 16px;
  color: #8F8F8F;
  margin-bottom: 10px;
}
.footer .footer-top .footer-left .footer-left1 p:hover {
  color: #108CEE;
}
.footer .footer-top .footer-left .footer-left1 ul {
  width: 82px;
  border-top: 1px solid #545454;
}
.footer .footer-top .footer-left .footer-left1 ul li a {
  font-size: 12px;
  color: #4A4A4A;
}
.footer .footer-top .footer-left .footer-left1 ul li a:hover {
  color: #108CEE;
}
.footer .footer-top .footer-right {
  width: 530px;
  float: left;
  margin-top: 40px;
  margin-left: 58px;
}
.footer .footer-top .footer-right .footer-right1 {
  width: 130px;
  margin-right: 15px;
  text-align: center;
  float: left;
}
.footer .footer-top .footer-right .footer-right1 img {
  width: 130px;
}
.footer .footer-top .footer-right .footer-right1 p {
  font-size: 16px;
  line-height: 30px;
  color: #959595;
}
.footer .footer-top .footer-right .footer-right2 {
  width: 130px;
  margin-right: 15px;
  text-align: center;
  float: left;
}
.footer .footer-top .footer-right .footer-right2 img {
  width: 130px;
}
.footer .footer-top .footer-right .footer-right2 p {
  font-size: 16px;
  line-height: 30px;
  color: #959595;
}
.footer .footer-top .footer-right .footer-right3 {
  width: 175px;
  text-align: center;
  float: left;
}
.footer .footer-top .footer-right .footer-right3 img {
  width: 56px;
}
.footer .footer-top .footer-right .footer-right3 p {
  font-size: 18px;
  line-height: 22px;
  color: #585858;
}
.footer .footer-top .footer-right .footer-right3 .kerx {
  font-size: 24px;
  line-height: 24px;
  color: #585858;
}
.footer .footer-top .footer-right .footer-right3 span {
  font-size: 12px;
  line-height: 14px;
  color: #585858;
}
.footer .footer-bottom {
  width: 1000px;
  text-align: center;
  margin-top: 20px;
}
.footer .footer-bottom p {
  font-size: 12px;
  line-height: 48px;
  color: #5F5F5F;
}
.footer .footer-bottom span {
  font-size: 12px;
  line-height: 20px;
  color: #5F5F5F;
}



input::-webkit-input-placeholder {
  color: #aaa !important;
}

input::-moz-placeholder {
  color: #aaa !important;
}

input:-ms-input-placeholder {
  color: #aaa !important;
}
