﻿* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    min-width: 1200px;
    position: relative;
}

a {
    text-decoration: none;
}
button{
    outline: none;
}
/* 头部 */

.headerShowBox {
    position: absolute;
    width: 100%;
    height: 629px;
    overflow: hidden;
}

.headerBg {
    width: 100%;
    height: 640px;
    transition: margin-left 1.5s;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#headerBg1 {
    margin-left: 0;
    background-image: url("../images/banner1.jpg");
}

#headerBg2 {
    margin-left: 100%;
    background-image: url("../images/banner2.jpg");
}

#headerBg3 {
    margin-left: -200%;
    background-image: url("../images/banner3.jpg");
}

.header {
    width: 100%;
    height: 640px;
    text-align: center;
    position: relative;
    /* background: url("../images/headerBg.png") no-repeat;
    background-size: 100% 100%; */
    z-index: 11111;
}

.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: #C81313;
    border: 0;
    background-image: url("../images/shousuo.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-left: -5px;
}

.content>div {
    padding: 50px 0;
    width: 1200px;
    margin: 0 auto;
}

.contentTitle {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    height: 58px;
    width: 180px;
    margin: 0 auto 50px;
}

/*热门应用*/
.rmyyUl{
    width: 1300px;
    margin-left: -50px;
    margin-bottom: 50px;
    
}
.rmyyUl .swiperUl{
    width: 1200px;
    padding: 20px 50px;
    display: flex;
    justify-content: space-around;
}
.rmyyUl li{
    display: inline-block;
}
.rmyyUl li a{
    display:inline-block;
	text-align: center;
    width: 220px;
    height: 190px;
    border-radius: 10px;
    padding: 10px 5px 0;
}
.rmyyUl li a img{
    width: 100%;
}
.rmyyUl li a:hover{
    box-shadow: 0 0 10px 0 #ccc;
}
.swiperBtn{
    position: absolute;
    outline: none;
    top: 90px;
    cursor: pointer;
    z-index: 999;
}
.swiperRight{
    right: 0;
}

.zjdg>div{
    display: inline-block;
}
.zjdgImgBox{
    width: 555px;
    height: 400px;
    float: left;
}
.textBox{
    width: 525px;
    height: 260px;
    margin-top: 20px;
    background-color: #B53918;
    padding: 50px;
    color: white;
    font-size: 18px;
    line-height: 40px
}
.textBox .textContent{
    text-indent: 2em;
}

.textBtn{
    text-align: center;
    margin-top: 55px;
}
.textBtn a{
    color: white;
    padding: 15px 50px;
    border: solid 1px white;
    border-radius: 30px;
}
.textBtn a:hover{
    background-color: white;
    color: #B53918;
}

/*主题服务*/
.content .ztfw{
    width: 100%;
    margin: 30px 0;
    padding-bottom: 0;
    background: url("../images/ztfwBg.png") no-repeat;
}
.ztfwContent{
    width: 1200px;
    margin: 0 auto;
}
.ztfwUl{
    display: flex;
    justify-content: space-between;
}
.ztfwUl li{
    display: inline-block;
}
.ztfwUl li a{
    display: inline-block;
    width: 250px;
    background-color: #888989;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: white;
}
.ztfwUl li a:hover{
    background-color: #B53918;
}
.ztfwImg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
}
.ztfwTitle{
    font-size: 24px;
}
.ztfwTitle2{
    font-size: 14px;
    margin: 7px 0 25px;
}
.ztfwBtn button{
    padding: 8px 50px;
    border: solid 1px white;
    border-radius: 30px;
    background-color: transparent;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.ztfwBtn{
    margin-bottom: 50px;
}

/*资讯政策*/
.zxzcTextUl>li{
    margin-bottom: 30px;
    padding: 5px;
}
.zxzcTextUl>li:hover{
    background-color: #C81313;
    color: white;
}
.zxzcTextUl>li:hover .zxzcNewsContent{
    color: white;
}
.zxzcTextUl>li:hover a{
    color: white;
}
.zxzcTextUl>li:last-child{
    margin-bottom: 0;
}
.zxzcContent>div{
    display: inline-block
}
.zxzcImgBox{
    width: 555px;
    height: 414px;
    position: relative;
    overflow: hidden;
}
.zxzcImgBox .zxzcImg,.zxzcImgBox .zxzcImg img{
    width: 100%;
    height: 100%;
}
.zxzcImg{
    position: absolute;
    transition:margin-left 1s;
}
.zxzcImgBox .zxzcImg a{
    display: block;
    width: 100%;
    height: 100%;
}
#image1{
    margin-left: 0;
}
#image2{
    margin-left: 100%;
}
#image3{
    margin-left: -100%;
}

#zxzcIconList{
    position: absolute;
    bottom: 11px;
    right: 19px;
    z-index: 7;
}
#zxzcIconList li{
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: white;
    display: inline-block;
}
#zxzcIconList li:nth-child(2){
    margin: 0 5px;
}
.thisLi{
    background-color: #C5340D !important;
}
.zxzcText{
    width: 600px;
    float: right;
}

.zxzcTextUl li>div{
    display: inline-block;
}
.TimeBox{
    width: 110px;
    height: 110px;
    background: url("../images/zxzcBg.png") no-repeat;
    color: #666666;
    text-align: center;
}
.year{
    font-size: 34px;
    margin-top: 16px;
}
.month{
    font-size: 23px;
}
.zxzcNews{
    width: 420px;
    padding: 0 30px;
    float: right;
}
.zxzcTitle{
    font-size: 18px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}
.zxzcNewsContent{
    color: #888;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}
.zxzcLink{
    margin-top: 10px;
}
.zxzcLink a{
    color: #B53918;
}