* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
    position: relative;
}

a {
    text-decoration: none;
}
a:hover {

	-webkit-transition-duration: 0.4s;
	opacity: 1;
}
/* 头部 */

.headerShowBox {
    position: absolute;
    width: 100%;
    height: 629px;
    overflow: hidden;
}

.headerBg {
    width: 100%;
    height: 629px;
    transition: margin-left 1.5s;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#headerBg1 {
    margin-left: 0;
    background-image: url("../images/banner01.jpg");
}

#headerBg2 {
    margin-left: 100%;
    background-image: url("../images/banner02.jpg");
}

#headerBg3 {
    margin-left: -200%;
    background-image: url("../images/banner03.jpg");
}

#headerBg4 {
    margin-left: -100%;
    background-image: url("../images/banner04.jpg");
}

.header {
    width: 100%;
    height: 629px;
    text-align: center;
    position: relative;
    z-index: 11000;
}

.title {
    width: 100%;
    padding-top: 170px;
}

.title img {
    width: 600px;
    height: 77px;
}

.inputBox {
    padding-top: 30px;
}

.inputBox input {
    width: 695px;
    height: 68px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    outline: none;
    padding: 0 15px;
    font-size: 18px;
    vertical-align: top;
}

#sousuo {
    width: 73px;
    height: 68px;
    background-color: #C04625;
    border: 0;
    background-image: url("../images/shousuo.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-left: -5px;
}

.content {
    background-color: #F5F5F5;
}

/* 热点服务 */

.rdfw {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 11001;
}

.rdfwUl {
    height: 290px;
    background-color: white;
    /* padding: 20px 0; */
    box-shadow: 0 0 15px 0 #d6d6d6;
    margin-top: -145px;
    border-radius: 10px;
}
.paddingTop{
    padding-top: 20px;
}
.rdfwUl li {
    display: inline-block;
    float: left;
    width: 199px;
    height: 250px;
    padding: 0 20px;
    border-right: solid 1px #eaeaea;
}

.rdfwUl li:last-child {
    border-right: none;
}

.rdfwUl li a {
    display: block;
    width: 100%;
    height: 250px;
    text-align: center;
    border-radius: 10px;
}

.rdfwUl li a:hover {
    background-color: #EEEEEE;
}

.rdfwUl li a .top-div01{
	width:199px;
	height: 90px;
	overflow: hidden;
	display:table-cell;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 20px;
    padding-top: 10px;
}
.rdfwUl li a .top-div01 img{
	width: auto;
	height: auto;
	vertical-align:middle;
}
.rdfwUl li a .top-div02{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.rdfwUl li a .top-div03{
	font-size: 14px;
	color: #999;
	text-align:left;
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	line-height: 26px;
}

/* 资讯政策 */

.content .zxzc {
    width: 1200px;
    margin: 0 auto;
}

.contentTitle {
    padding: 50px 0;
    text-align: center;
}

.zxzcBoxs {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zxzcBoxs a {
    display: block;
    width: 580px;
    height: 205px;
    background-color: white;
    margin-bottom: 40px;
    box-shadow: 0 0 10px #d6d6d6;
}

.zxzcImg {
    width: 138px;
    height: 165px;
    float: left;
    padding: 20px 0 0 20px;
}

.zxzcImg>img {
    width: 100%;
    height: 100%;
}

.zxzcText {
    position: relative;
    padding-right: 20px;
    height: 100%;
}

.zxzcTitle {
    padding: 25px 0 25px 20px;
    font-size: 20px;
    color: black;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.zxzcNews {
    padding-left: 20px;
    color: #909090;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	height: 65px;
}

.zxzcTimeBox {
    width: 100%;
    color: #666;
    padding-top: 24px;
}

.zxzcTime {
    float: left;
    margin-left: 24px;
}

.zxzcDetail{
    float: right;
    margin-right: 15px;
    color: black;
}

.zxzcBoxs a:hover {
    background-color: #C04625;
}

.zxzcBoxs a:hover .zxzcTitle,.zxzcBoxs a:hover .zxzcNews,.zxzcBoxs a:hover .zxzcTime,.zxzcBoxs a:hover .zxzcDetail{
    color: white;
}

/* 走进泸定 */
.zjld{
    background-color: white;
}
.zjld .zjldBox{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.zjldContent>div{
    display: inline-block;
}
.zjldLeft{
    width: 505px;
    height: 494px;
    float: left;
    background: url("../images/ldjj.png") no-repeat;
    background-size: 100% 100%;
}
.zjldUl{
    float: right;
    width: 210px;
    background-color: rgba(192,70,37,0.89);
}
.zjldUl li a{
    display: block;
    height: 98px;
    line-height: 98px;
    width: 100%;
    text-align: center;
    color:white;
    font-size: 24px;
    border-bottom: solid 1px white;
}
.zjldUl li a:hover{
    color: yellow
}
.zjldUl li:last-child a{
    border-bottom: none;
}
.zjldRight{
    width: 695px;
    height: 454px;
    background-color: #F5F5F5;
    position: relative;
    padding-top: 40px;
}
.zjldRightTitle{
    margin-left: 50px;
}
.zjldRightContent{
    padding:  0 50px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #717171;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
	height: 210px;
}
.zjldRightBtn{
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.zjldRightBtn>a{
    width: 250px;
    height: 50px;
    line-height: 50px;
    background-color: #B82700;
    display: block;
    border-radius: 25px;
    text-align: center;
    color: white;
    font-size: 18px;
    margin: 0 auto;
}
.zjldRightBtn>a:hover{
    background-color: #C04625;
}

/* 主题服务 */

.content .ztfw{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.ztfwUl{
    display: flex;
    justify-content: space-between;
}
.ztfwUl li a{
    display: block;
    width: 280px;
    height: 268px;
    box-shadow: 0 0 10px 0 #bbb;
    border-radius: 10px;
}
.ztfwImg{
    width: 100%;
    height: 162px;
}
.ztfwImg img{
    width: 100%;
    height: 100%;
}
.ztfwText{
    width: 100%;
    height: 106px;
    line-height: 106px;
    text-align: center;
    color: black;
    font-size: 22px;
}


/* .swiper-pagination-bullet{
    width: 6px;
    height: 30px;
    border-radius: 5px;
    margin: 10px 0;
} */