/* 头部开始 */

body {
    background: #f5f5f5 url("../images/yunceng.png") no-repeat center top;
}

.Top {
    height: 45px;
    line-height: 45px;
    background: url("../images/lantouming.png") repeat;
}

.TopLeft {
    float: left;
}

.TopRight {
    float: right;
    position: relative;
}

.TopRight ul li {
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin-left: 17px;
    padding-left: 29px;
    cursor: pointer;
}

.TopRight ul li a {
    font-size: 14px;
    color: #ffffff;
}

.TopRight ul li.TopRightLi1 {
    background: url("../images/rightli1.png") no-repeat left center;
}

.TopRight ul li.TopRightLi2 {
    background: url("../images/rightli2.png") no-repeat left center;
}

.TopRight ul li.TopRightLi3 {
    background: url("../images/rightli3.png") no-repeat left center;
}

.TopRight ul li.TopRightLi4 {
    background: url("../images/rightli4.png") no-repeat left center;
}

.TopRight ul li.TopRightLi1 img {
    position: absolute;
    right: 200px;
    top: 45px;
    z-index: 9;
    display: none;
}

.TopRight ul li.TopRightLi1:hover img {
    display: block;
}


/* 头部结束 */


/* LoGo部分开始 */

.Lo {
    height: 195px;
    padding-top: 8px;
}

.LoGo {
    float: left;
    width: 624px;
    height: 76px;
    margin-top: 72px;
}

.LoRight {
    float: right;
    width: 396px;
    height: 50px;
    margin-top: 82px;
    padding: 0 80px 0 20px;
    box-sizing: border-box;
    position: relative;
    background: url("../images/searchbj.png") no-repeat center;
}

.LoRight input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    color: #999999;
}

.LoRight button {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 22px;
    height: 22px;
    z-index: 9;
    outline: none;
    border: none;
    background: none;
}


/* LoGo部分结束 */


/* 导航开始 */

.Nav .w1180 {
    height: 50px;
    background: #1b75d4;
}

.Nav ul li {
    float: left;
    line-height: 50px;
}

.Nav ul li>a {
    display: block;
    width: 147.5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    /*padding: 0 37px;*/
}

.Nav ul li.on>a {
    margin-top: -3px;
    background: #135aa5;
    border-top: 3px solid #f7a44d;
}

.Nav ul li:hover>a {
    margin-top: -3px;
    border-top: 3px solid #f7a44d;
}


/* 导航结束 */


/* 头条开始 */

.Tou .w1180 {
    height: 70px;
    background: #e1effd;
}

.TouTiaoImg {
    float: left;
    width: 134px;
    height: 38px;
    margin-top: 17px;
    margin-left: 40px;
}

.Tou h3 {
    float: right;
    width: 930px;
    margin-right: 40px;
    line-height: 70px;
    text-align: center;
}

.Tou h3 a {
    font-size: 28px;
    color: #1b75d4;
    font-weight: normal;
}


/* 头条结束 */


/* 图片切换开始 */

.TabImg {
    padding-top: 20px;
}

.TabImg .TabImgLeft {
    float: left;
    width: 650px;
    padding: 20px;
    background: #ffffff;
    position: relative;
}

.TabImg .TabImgLeft .prev {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    z-index: 9;
    cursor: pointer;
    display: none;
    background: url("../images/left.png") no-repeat center;
}

.TabImg .TabImgLeft .prev:hover {
    background: url("../images/left_1.png") no-repeat center;
}

.TabImg .TabImgLeft .next {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    z-index: 9;
    cursor: pointer;
    display: none;
    background: url("../images/right.png") no-repeat center;
}

.TabImg .TabImgLeft .next:hover {
    background: url("../images/right_1.png") no-repeat center;
}

.TabImg .TabImgLeft:hover .prev {
    display: block;
}

.TabImg .TabImgLeft:hover .next {
    display: block;
}

.TabImg .TabImgLeft .bd ul li {
    float: left;
    width: 650px;
    position: relative;
}

.TabImg .TabImgLeft .bd ul li>a {
    display: block;
    width: 650px;
    height: 385px;
    overflow: hidden;
}

.TabImg .TabImgLeft .bd ul li>a img {
    width: 650px;
    height: 385px;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}

.TabImg .TabImgLeft .bd ul li:hover>a img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}

.TabImg .TabImgLeft .bd ul li h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 21px;
    padding-right: 239px;
    box-sizing: border-box;
    background: url("../images/touming.png") repeat;
}

.TabImg .TabImgLeft .bd ul li h3 a {
    font-size: 18px;
    color: #ffffff;
}

.TabImg .TabImgLeft .hd {
    position: absolute;
    right: 30px;
    bottom: 42px;
    z-index: 9;
}

.TabImg .TabImgLeft .hd ul li {
    float: left;
    width: 33px;
    height: 5px;
    cursor: pointer;
    margin-left: 4px;
    background: #e6e6e6;
}

.TabImg .TabImgLeft .hd ul li.on {
    background: #2672a9;
}

.TabImgRight {
    float: right;
    width: 470px;
    height: 425px;
    padding: 0 20px;
    background: #ffffff;
    box-sizing: border-box;
}

.TabImgRight .hd {
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #e6e6e6;
}

.TabImgRight .hd ul {
    width: 490px;
}

.TabImgRight .hd ul li {
    float: left;
    margin-right: 29px;
}

.TabImgRight .hd ul li h2 a {
    display: block;
    font-size: 20px;
    color: #333333;
}

.TabImgRight .hd ul li.on h2 a {
    color: #1b75d4;
}

.TabImgRight .bd ul {
    padding-top: 10px;
}

.TabImgRight .bd ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #e6e6e6;
}

.TabImgRight .bd ul li h3 a {
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding-left: 13px;
    background: url("../images/heidian.png") no-repeat left center;
}

.TabImgRight .bd ul li span {
    float: right;
    font-size: 15px;
    color: #999999;
}

.TabImgRight .bd ul li h3 a:hover {
    color: #1b75d4;
    background: url("../images/landian.png") no-repeat left center;
}

.TabImgRight .bd ul li.TabImgRightLi {
    height: auto;
    overflow: hidden;
    border-bottom: 0;
    padding: 12px 0;
    line-height: inherit;
}

.TabImgRight .bd ul li.TabImgRightLi .TabImgRil {
    float: left;
    width: 86px;
    height: 65px;
    padding-right: 0;
    text-align: center;
    box-sizing: border-box;
    font-family: "Arial";
    background: url("../images/lankuai.png") no-repeat center;
}

.TabImgRight .bd ul li.TabImgRightLi .TabImgRil em {
    display: block;
    font-size: 36px;
    color: #ffffff;
}

.TabImgRight .bd ul li.TabImgRightLi .TabImgRil i {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-top: -5px;
}

.TabImgRight .bd ul li.TabImgRightLi .TabImgRir {
    float: right;
    width: 331px;
}

.TabImgRight .bd ul li.TabImgRightLi .TabImgRir h3 {
    padding-top: 5px;
}

.TabImgRight .bd ul li.TabImgRightLi .TabImgRir h3 a {
    float: none;
    font-size: 20px;
    color: #1b75d4;
    padding-left: 0;
    background: none;
}


/* 图片切换结束 */


/* 专题开始 */

.Ti {
    padding: 20px 0;
}

.Ti .w1180 {
    height: 130px;
    background: #ffffff;
}

.TiImg {
    float: left;
    width: 60px;
}

.TiTab {
    float: left;
    width: 1080px;
    height: 90px;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
}

.TiTab .bd ul li {
    width: 1080px;
    height: 90px;
}

.TiTab .hd {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.TiTab .hd ul li {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #2672a9;
    font-weight: bold;
    text-align: center;
    margin-left: 2px;
    background: #ffffff;
}

.TiTab .hd ul li.on {
    color: #ffffff;
    background: #2672a9;
}


/* 专题结束 */


/* 一堆开始 */

.Dui {
    padding-bottom: 20px;
}

.DuiLeft {
    float: left;
    width: 800px;
}

.DuiLeftOne {
    height: 191px;
    padding: 0 20px;
    background: #ffffff;
}

.DuiLeftOnes {
    height: 61px;
    line-height: 61px;
}

.DuiLeftOnes h2 a {
    float: left;
    font-size: 18px;
    color: #1b75d4;
}

.DuiLeftOnes h2 a img {
    float: left;
    display: inline;
    max-width: inherit;
    margin-top: 17px;
    margin-right: 10px;
}

.DuiLeftOnes h2 a span {
    float: left;
}

.DuiLeftOnes>a {
    float: right;
    font-size: 14px;
    color: #999999;
}

.DuiLeftOnes>a:hover {
    color: #1b75d4;
}

.DuiLeftOnex ul {
    width: 815px;
}

.DuiLeftOnex ul li {
    float: left;
    width: 182px;
    height: 50px;
    line-height: 48px;
    margin-right: 11px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
}

.DuiLeftOnex ul li a {
    display: block;
    font-size: 16px;
    color: #666666;
    padding-left: 37px;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.DuiLeftOnex ul li span {
    position: absolute;
    left: -246px;
    top: 0;
    width: 246px;
    height: 50px;
    z-index: 9;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.DuiLeftOnex ul li.DuiLi1 span {
    background: #e46f72;
}

.DuiLeftOnex ul li.DuiLi2 span {
    background: #68ba97;
}

.DuiLeftOnex ul li.DuiLi3 span {
    background: #4cadc5;
}

.DuiLeftOnex ul li.DuiLi4 span {
    background: #f3b266;
}

.DuiLeftOnex ul li.DuiLi5 span {
    background: #68a3ec;
}

.DuiLeftOnex ul li.DuiLi6 span {
    background: #7e95bf;
}

.DuiLeftOnex ul li.DuiLi1 {
    border-left: 5px solid #e46f72;
}

.DuiLeftOnex ul li.DuiLi2 {
    border-left: 5px solid #68ba97;
}

.DuiLeftOnex ul li.DuiLi3 {
    border-left: 5px solid #4cadc5;
}

.DuiLeftOnex ul li.DuiLi4 {
    border-left: 5px solid #f3b266;
}

.DuiLeftOnex ul li.DuiLi5 {
    border-left: 5px solid #68a3ec;
}

.DuiLeftOnex ul li.DuiLi6 {
    border-left: 5px solid #7e95bf;
}

.DuiLeftOnex ul li:hover span {
    left: 0;
}

.DuiLeftOnex ul li.DuiLi1 a {
    background: url("../images/duili1.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi1:hover a {
    background: url("../images/duili1_1.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi2 a {
    background: url("../images/duili2.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi2:hover a {
    background: url("../images/duili2_1.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi3 a {
    background: url("../images/duili3.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi3:hover a {
    background: url("../images/duili3_1.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi4 a {
    background: url("../images/duili4.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi4:hover a {
    background: url("../images/duili4_1.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi5 a {
    background: url("../images/duili5.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi5:hover a {
    background: url("../images/duili5_1.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi6 a {
    background: url("../images/duili6.png") no-repeat 9px center;
}

.DuiLeftOnex ul li.DuiLi6:hover a {
    background: url("../images/duili6_1.png") no-repeat 9px center;
}

.DuiLeftOnex ul li:hover a {
    color: #ffffff;
}

.DuiLeftTwo {
    padding: 20px 0;
    overflow: hidden;
}

.DuiLeftTwol {
    float: left;
    width: 390px;
    height: 313px;
    padding: 14px 20px 0;
    box-sizing: border-box;
    background: #ffffff;
}

.DuiLeftTwol .hd {
    height: 38px;
    line-height: 38px;
}

.DuiLeftTwol .hd ul {
    float: left;
}

.DuiLeftTwol .hd ul li {
    float: left;
    margin-right: 29px;
}

.DuiLeftTwol .hd ul li h2 a {
    display: block;
    font-size: 18px;
    color: #666666;
    padding-left: 36px;
}

.DuiLeftTwol .hd ul li.DuiTwoLi1 h2 a {
    background: url("../images/duitwoli1.png") no-repeat left center;
}

.DuiLeftTwol .hd ul li.DuiTwoLi1.on h2 a {
    background: url("../images/duitwoli1_1.png") no-repeat left center;
}

.DuiLeftTwol .hd ul li.DuiTwoLi2 h2 a {
    background: url("../images/duitwo2.png") no-repeat left center;
}

.DuiLeftTwol .hd ul li.DuiTwoLi2.on h2 a {
    background: url("../images/duitwo2_1.png") no-repeat left center;
}

.DuiLeftTwol .hd ul li.on h2 a {
    color: #1b75d4;
}

.DuiLeftTwol .hd .more {
    float: right;
}

.DuiLeftTwol .hd .more a {
    display: block;
    font-size: 14px;
    color: #999999;
}

.DuiLeftTwol .hd .more a:hover {
    color: #1b75d4;
}

.DuiLeftTwol .bd ul {
    height: 257px;
}

.DuiLeftTwol .bd ul li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #e6e6e6;
}

.DuiLeftTwol .bd ul li h3 a {
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding-left: 13px;
    background: url("../images/heidian.png") no-repeat left center;
}

.DuiLeftTwol .bd ul li span {
    float: right;
    font-size: 15px;
    color: #999999;
}

.DuiLeftTwol .bd ul li h3 a:hover {
    color: #1b75d4;
    background: url("../images/landian.png") no-repeat left center;
}

.DuiLeftTwor {
    float: right;
}

.DuiLeftThree {
    height: 293px;
    padding: 0 20px;
    background: #ffffff;
}

.DuiLeftThrees {
    height: 61px;
}

.DuiLeftThrees h2 a {
    float: left;
    font-size: 18px;
    color: #1b75d4;
    line-height: 61px;
}

.DuiLeftThrees h2 a img {
    float: left;
    display: inline;
    max-width: inherit;
    margin-top: 17px;
    margin-right: 10px;
}

.DuiLeftThrees .hd {
    float: right;
}

.DuiLeftThrees .hd ul li {
    float: left;
    line-height: 61px;
    margin-left: 30px;
}

.DuiLeftThrees .hd ul li a {
    font-size: 16px;
    color: #333333;
}

.DuiLeftThrees .hd ul li.on a {
    color: #1b75d4;
}

.DuiLeftThree .bd ul {
    width: 790px;
}

.DuiLeftThree .bd ul li {
    float: left;
    width: 101px;
    height: 101px;
    background: #f5f5f5;
    text-align: center;
    margin-right: 9px;
    margin-bottom: 10px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.DuiLeftThree .bd ul li a {
    display: block;
    width: 101px;
    height: 101px;
    padding-top: 55px;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.DuiLeftThree .bd ul li.BanLi1 a {
    background: url("../images/banli1.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi1:hover a{
    background: url("../images/banli1_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi2 a {
    background: url("../images/banli2.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi2:hover a{
    background: url("../images/banli2_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi3 a {
    background: url("../images/banli3.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi3:hover a{
    background: url("../images/banli3_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi4 a {
    background: url("../images/banli4.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi4:hover a{
    background: url("../images/banli4_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi5 a {
    background: url("../images/banli5.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi5:hover a{
    background: url("../images/banli5_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi6 a {
    background: url("../images/banli6.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi6:hover a{
    background: url("../images/banli6_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi7 a {
    background: url("../images/banli7.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi7:hover a{
    background: url("../images/banli7_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi8 a {
    background: url("../images/banli8.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi8:hover a{
    background: url("../images/banli8_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi9 a {
    background: url("../images/banli9.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi9:hover a{
    background: url("../images/banli9_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi10 a {
    background: url("../images/banli10.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi10:hover a{
    background: url("../images/banli10_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi11 a {
    background: url("../images/banli11.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi11:hover a{
    background: url("../images/banli11_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi12 a {
    background: url("../images/banli12.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi12:hover a{
    background: url("../images/banli12_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi13 a {
    background: url("../images/banli13.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi13:hover a{
    background: url("../images/banli13_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi14 a {
    background: url("../images/banli14.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi14:hover a{
    background: url("../images/banli14_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi15 a {
    background: url("../images/banli15.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi15:hover a{
    background: url("../images/banli15_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi16 a {
    background: url("../images/banli16.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi16:hover a{
    background: url("../images/banli16_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi17 a {
    background: url("../images/banli17.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi17:hover a{
    background: url("../images/banli17_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi18 a {
    background: url("../images/banli18.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi18:hover a{
    background: url("../images/banli18_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi19 a {
    background: url("../images/banli19.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi19:hover a{
    background: url("../images/banli19_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi20 a {
    background: url("../images/banli20.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi20:hover a{
    background: url("../images/banli20_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi21 a {
    background: url("../images/banli21.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi21:hover a{
    background: url("../images/banli21_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi22 a {
    background: url("../images/banli22.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi22:hover a{
    background: url("../images/banli22_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi23 a {
    background: url("../images/banli23.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi23:hover a{
    background: url("../images/banli23_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi24 a {
    background: url("../images/banli24.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi24:hover a{
    background: url("../images/banli24_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi25 a {
    background: url("../images/banli25.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi25:hover a{
    background: url("../images/banli25_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi26 a {
    background: url("../images/banli26.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi26:hover a{
    background: url("../images/banli26_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi27 a {
    background: url("../images/banli27.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi27:hover a{
    background: url("../images/banli27_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li.BanLi28 a {
    background: url("../images/banli28.png") no-repeat center 26px;
}


/*.DuiLeftThree .bd ul li.BanLi28:hover a{
    background: url("../images/banli28_1.png") no-repeat center 26px;
}*/

.DuiLeftThree .bd ul li:hover {
    /*background: #1b75d4;*/
}

.DuiLeftThree .bd ul li:hover a {
    color: #1b75d4;
}

.DuiLeftThree .bd ul.BanUl li {
    float: left;
    width: 118px;
    height: 64px;
    line-height: 64px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.DuiLeftThree .bd ul.BanUl li a {
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding-top: 0;
}

.DuiRight {
    float: right;
    width: 360px;
    height: 837px;
    padding: 0 20px;
    background: #ffffff;
    box-sizing: border-box;
}

.DuiRightTop {
    height: 61px;
    line-height: 61px;
    border-bottom: 1px solid #dddddd;
}

.DuiRightTop h2 a {
    float: left;
    font-size: 18px;
    color: #1b75d4;
    line-height: 61px;
}

.DuiRightTop h2 a img {
    float: left;
    display: inline;
    max-width: inherit;
    margin-top: 17px;
    margin-right: 10px;
}

.DuiRightTop h2 a span {
    float: left;
}

.DuiRightTop>a {
    float: right;
    font-size: 14px;
    color: #999999;
}

.DuiRightTop>a:hover {
    color: #1b75d4;
}

.DuiRightList {
    height: 301px;
}

.DuiRightList ul li {
    line-height: 43px;
}

.DuiRightList ul li a {
    font-size: 16px;
    color: #666666;
}

.DuiRightList ul li span {
    font-size: 16px;
    color: #999999;
}

.DuiRightList ul li:hover a {
    color: #1b75d4;
}

.DuiRightList ul li:hover span {
    color: #1b75d4;
}

.DuiRightDu {
    padding: 15px 0 6px;
}

.DuiRightDu ul li {
    float: left;
    width: 160px;
    height: 93px;
    text-align: center;
    background: #e6e6e6;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.DuiRightDu ul li a {
    display: block;
    width: 160px;
    height: 93px;
    font-size: 16px;
    color: #333333;
    padding-top: 52px;
    box-sizing: border-box;
}

.DuiRightDu ul li.DuiRightDuLi1 a {
    background: url("../images/jiedubj1.png") no-repeat center 19px;
}

.DuiRightDu ul li.DuiRightDuLi2 a {
    background: url("../images/jiedubj2.png") no-repeat center 19px;
}

.DuiRightDu ul li.DuiRightDuLi2 {
    background: #f5f5f5;
}

.DuiRightDu ul li:hover {
    z-index: 2;
    -webkit-transform: translate3D(0, -3px, 0);
    -moz-transform: translate3D(0, -3px, 0);
    -ms-transform: translate3D(0, -3px, 0);
    transform: translate3D(0, -3px, 0);
    -webkit-box-shadow: 3px 3px 5px #ddd;
    -moz-box-shadow: 3px 3px 5px #ddd;
    -ms-box-shadow: 3px 3px 5px #ddd;
    box-shadow: 3px 3px 5px #ddd;
}

.DuiRightDu ul li a:hover {
    color: #1b75d4;
}

.DuiRightSix {
    padding-top: 16px;
}

.DuiRightSix ul li {
    float: left;
    width: 155px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.DuiRightSix ul li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 61px;
}

.DuiRightSix ul li.DuiRightSixLi1 {
    background: url("../images/hudongbj1.png") no-repeat center;
}

.DuiRightSix ul li.DuiRightSixLi2 {
    background: url("../images/hudongbj2.png") no-repeat center;
}

.DuiRightSix ul li.DuiRightSixLi3 {
    background: url("../images/hudongbj3.png") no-repeat center;
}

.DuiRightSix ul li.DuiRightSixLi4 {
    background: url("../images/hudongbj4.png") no-repeat center;
}

.DuiRightSix ul li.DuiRightSixLi5 {
    background: url("../images/hudongbj5.png") no-repeat center;
}

.DuiRightSix ul li.DuiRightSixLi6 {
    background: url("../images/hudongbj6.png") no-repeat center;
}

.DuiRightSix ul li:hover {
    z-index: 2;
    -webkit-transform: translate3D(0, -3px, 0);
    -moz-transform: translate3D(0, -3px, 0);
    -ms-transform: translate3D(0, -3px, 0);
    transform: translate3D(0, -3px, 0);
    -webkit-box-shadow: 3px 3px 5px #ddd;
    -moz-box-shadow: 3px 3px 5px #ddd;
    -ms-box-shadow: 3px 3px 5px #ddd;
    box-shadow: 3px 3px 5px #ddd;
}


/* 一堆结束 */


/* 走进清水河开始 */

.Go {
    height: 409px;
    border-top: 5px solid #1b75d4;
    background: url("../images/gobj.jpg") no-repeat center bottom;
}

.Gosl {
    float: left;
    width: 800px;
}

.Goslx {
    overflow: hidden;
    padding-top: 15px;
}

.Goslxl {
    float: left;
    width: 390px;
}

.Gosl .Goslxls {
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: url("../images/gobj1.jpg") no-repeat center;
}

.Goslxls h2 a {
    font-size: 20px;
    color: #ffffff;
}

.Goslxl .Goslxlx {
    height: 120px;
    background: #f5f5f5;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 20px 19px 0;
}

.Goslxl .Goslxlx ul {
    width: 380px;
}

.Goslxl .Goslxlx ul li {
    float: left;
    width: 103px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #2672a9;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    margin-right: 21px;
    margin-bottom: 9px;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.Goslxl .Goslxlx ul li a {
    display: block;
    font-size: 14px;
    color: #2672a9;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.Goslxl .Goslxlx ul li:hover {
    background: #2672a9;
}

.Goslxl .Goslxlx ul li:hover a {
    color: #ffffff;
}

.Goslxr {
    float: right;
}

.Goslxr .Goslxlx {
    padding: 20px 71px 0;
}

.Goslxr .Goslxlx ul {
    width: 290px;
}

.Goslxr .Goslxlx ul li {
    margin-right: 41px;
}

.Gosr {
    float: right;
    width: 360px;
    height: 277px;
    box-sizing: border-box;
    background: #1b75d4;
    padding: 20px;
}

.Gosrs {
    height: 41px;
    border-bottom: 1px solid #dddddd;
}

.Gosrs h2 a {
    float: left;
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
}

.Gosrs h2 a img {
    float: left;
    display: inline;
    max-width: inherit;
    margin-right: 10px;
}

.Gosrx {
    width: 320px;
    height: 180px;
    padding-top: 15px;
    position: relative;
}

.Gosrx>a {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 9;
    width: 320px;
    height: 180px;
    background: url("../images/touanniu.png") no-repeat center;
}

.Gox {
    height: 92px;
    padding-top: 20px;
}

.GoxLeft {
    float: left;
    width: 60px;
    height: 92px;
}

.GoxRight {
    float: left;
    width: 1120px;
    height: 92px;
    box-sizing: border-box;
    background: #f5f5f5;
    padding-top: 20px;
    padding-left: 19px;
    overflow: hidden;
}

.GoxRight ul li {
    float: left;
    width: 145px;
    height: 52px;
    margin-right: 10px;
}


/* 走进清水河结束 */


/* 底部开始 */

.Bottom {
    height: 122px;
    background: #05213e;
}

.BottomOne {
    float: left;
    width: 110px;
    height: 122px;
    padding-top: 16px;
    box-sizing: border-box;
    background: url("../images/xuxian.png") no-repeat right center;
}

.BottomOne ul li {
    float: left;
    width: 100%;
    line-height: 30px;
}

.BottomOne ul li a {
    float: left;
    font-size: 14px;
    color: #869198;
}

.BottomOne ul li a:hover {
    color: #ffffff;
}

.BottomTwo {
    width: 439px;
    padding-left: 46px;
}

.BottomTwo p {
    font-size: 14px;
    color: #869198;
    line-height: 30px;
}

.BottomTwo p a {
    font-size: 14px;
    color: #869198;
}

.BottomTwo p a:hover {
    color: #ffffff;
}

.BottomTwo .GaBa {
    padding-left: 30px;
    background: url(../images/gaba.png) left center no-repeat;
}

.BottomThree {
    width: 373px;
    padding-left: 53px;
}

.BottomFour {
    float: right;
    width: 191px;
    background: url("../images/hua.png") no-repeat 50px bottom;
}

.BottomFour a {
    float: left;
}

.BottomFour img {
    max-width: inherit;
}

.JiGuan {
    margin-top: 10px;
}

.JiuCuo {
    margin-top: 15px;
    margin-left: 22px;
}


/* 底部结束 */

.tp-weather-widget * {
    color: #ffffff !important;
}


/*首页头条下方横幅开始*/

.ea-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wlghp-slider-box {
    width: 1180px;
    height: 100px;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}

.wlghp-slider-box .wlghp-slider-hd {
    position: absolute;
    height: 10px;
    bottom: 10px;
    right: 22px;
    z-index: 99;
}

.wlghp-slider-box .wlghp-slider-hd ul {
    height: 10px;
    text-align: left;
}

.wlghp-slider-box .wlghp-slider-hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    vertical-align: top;
}

.wlghp-slider-box .wlghp-slider-hd ul li:hover {
    background-color: #C7191C;
}

.wlghp-slider-box .wlghp-slider-hd ul li.on {
    background-color: #C7191C;
}

.wlghp-slider-box .wlghp-slider-bd {
    width: 1180px;
    height: 100px;
    overflow: hidden;
}

.wlghp-slider-box .wlghp-slider-bd ul {
    height: 100px;
}

.wlghp-slider-box .wlghp-slider-bd ul li {
    float: left;
    width: 1180px;
    height: 100px;
}

.wlghp-slider-box .wlghp-slider-bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}


/*首页头条下方横幅结束*/