* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
html {
  overflow-x: hidden;
}
body,
html {
  font-family: "å¾®è½¯é›…é»‘";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* å…¬å…±æ ·å¼ */
.common-w {
  width: 1260px;
  margin: -222px auto 0;
  box-sizing: border-box;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-center {
  text-align: center;
}
img{
	max-width: 100%;
}
/* ======  clearfix  ====== */
.clear {
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	*zoom:1;
}
body{
    display: block;
    width: 100%;
    height: 100%;
    background: #95c6e7;
}

.footer-copyright {
    height: 96px;
    padding: 25px 0;
    background: #0d6cba;
    box-sizing: border-box;
}
.footer-copyright p {
   font-size: 14px;
   line-height: 24px;
   color: #fff;
}
.footer-copyright a{
	color: #fff;
}




.head{
    display: block;
    width: 100%;
    height: 387px;
    background: #95c6e7 url(../img/topBg.png) no-repeat center;
    background-size: 100% 387px;
}
.head div{
	position: relative;
	width: 1260px;
	margin: auto;
}
.head a{
	display: inline-block;
	width: 1260px;
	margin: 20px auto;
	position: relative;
	z-index: 99;
	top: 0;
	vertical-align: middle;
}
.head .icon{
	position: absolute;
	right: -15%;
	top: -18px;
	vertical-align: middle;
}
@media screen and (max-width: 1500px) {
    .head .icon{
    	right: -60px;
    }
}
.indexBox{
    width: 1260px;
    padding: 55px 50px 50px 50px;
    box-sizing: border-box;
    background: #FFf url(../img/boxBg.png) no-repeat;
    background-size: 100% auto;
}
.index-banner{
	overflow: hidden;
}
.header-menu{
	background-color: #cd001b;
	color: #fff;
	font-size: 16px;
	padding-left: 50px;
	box-sizing: border-box;
	line-height: 40px;
	height: 40px;
}
.header-menu ul li {
    position: relative;
    text-align: center;
    padding: 0 17px;
    transition: all 0.3s linear;
    display: inline-block;
    white-space: nowrap;
   
    box-sizing: border-box;
}
.header-menu ul li:hover,
.header-menu ul li.cur {
  background: #bc0007;
}
.header-menu ul li:hover a,
.header-menu ul li.cur a {
  color: #fff;
  font-weight: bold;
}
.header-menu ul li a {
  display: block;
  color: #fff;
}
.header-menu ul li:hover .sub-menu {
  display: block;
}
.header-menu ul li .subBox{
	position: absolute;
	left: 0;
	top: 35px;
	height: 50px;
	width: 100%;
}
.header-menu ul li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 999;
    font-size: 16px;
    border-radius: 5px;
    padding: 0 12px;
    height: 54px;
}
.header-menu ul li .sub-menu:before{
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	position: absolute;
	border-bottom-color: #0b6fba;
	left: 50px;
}
.header-menu ul li .sub-menu ul{
	height: 39px;
	line-height: 38px;
	background: #0b6fba;
	border-radius: 5px;
	margin-top: 10px;
 
}

.header-menu ul li .sub-menu li {
  cursor: pointer;
  padding: 0 11px;
}
.header-menu ul li .sub-menu li:last-child {
  border-bottom: 0 !important;
}
.header-menu ul li .sub-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.header-menu ul li .sub-menu li:hover a {
  color: #fff;
  font-weight: bold;
}
.header-menu ul li .sub-menu li:hover {
  background: transparent;
}

.index-list {
	margin-top: 50px;
}
.index-list .title{
	display: block;
	width: 100%;
	height: 33px;
	line-height: 33px;
	padding-left: 88px;
	box-sizing: border-box;
	background: url(../img/headBg.png) no-repeat;
	background-size: auto 100%;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.index-list .listInfo{
	padding: 60px;
	box-sizing: border-box;
	background-color: #eef8fd;
	cursor: pointer;
}
.index-list .listInfo a{
	display: flex;
}
.index-list .listInfo .btn{
	width: 163px;
}
.index-list .listInfo .info{
	-webkit-flex: 1;
    flex: 1;
    padding: 0 30px 0 38px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    line-height: 36px;
    margin-top: -10px;
    text-align: justify;
}
.index-list .listInfo .info span{
	display: block;
	width: 142px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.yellow {
	background-color: #eb9c00;
}
.purple {
	background-color: #71328f; 
}
.green {
	background-color: #008e43;
}
.red {
	background-color: #e60137;
}
.blue {
	background-color: #0f6fb9;
}
.index-list .listInfo .pic{
	width: 287px;
	height: 204px;
	overflow: hidden;
}
.index-list .listInfo .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.index-list .listInfo a:hover .pic img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index-list .listInfo a:hover .info span{
	font-weight: bold;
}
.detail-list{
	margin-top: 0;
}
 
.detailInfo{
	font-size: 16px;
	line-height: 27px;
	color:#333;
}

.swiper-pagination-bullet{
    width: 15px;
    background-color: #f9bfc8;
    border-radius: 5px;
    height: 4px;
}
.swiper-pagination-bullet-active{
	background-color: #ff334a;
}











