﻿html,
body,
div,
p,
ul,
li,
ol,
span,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
em,
small,
input,
textarea,
select,
table,
tr,
td,
th,
button {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: Microsoft YaHei;
}

a {
    text-decoration: none;
    color: #3c3c3c;
}

ul,
li,
ol {
    list-style: none;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html,
body {
    background: #f7f7f7;
}
.clearfix {
    clear: both;
}

body {
    background: #f7f7f7;
}

.main-warrp {
    width: 1220px;
    margin: 0 auto;
}

table,
tr,
td {
    border-collapse: collapse;

    margin: 0;
    padding: 0;
}

a {
    color: #333;
}

.white {
    background: #fff;
}

/* header */
.header {
    font-size: 14px;
}
.header .header-top {
    height: 34px;
    background: #f7f7f7;
    line-height: 34px;
}
.header .header-top a {
    color: #666666;
}
.header .header-top .top-box {
    margin: 0 auto;
    color: #666;
}
.header .header-top .left {
    float: left;
}
.header .header-center {
    height: 146px;
    background: #fff;
    width:100%;
    min-width:1220px;
}
.header .icon-list {
    height: 55px;
}
.header .icon-list ul {
    text-align: right;
}
.header .icon-list ul li {
    padding-right: 20px;
    line-height: 55px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.header .icon-list ul li img {
    display: none;
    position: absolute;
    padding: 10px;
    background: #fff;
    left: 0;
    top: 50px;
    border: #dfdfdf solid 1px;
	width:80px;
	height:80px;
}

.header .icon-list ul li:hover img {
    display: block;
}
.header .icon-list ul li.kehuduan {
    background: url(../images/kehuduan.png) no-repeat 0 center;
}
.header .icon-list ul li.weibo {
    background: url(../images/weibo.png) no-repeat 0 center;
}
.header .icon-list ul li.weixin {
    background: url(../images/weixin.png) no-repeat 0 center;
}
.header .icon-list ul li.youxian {
    background: url(../images/youxian.png) no-repeat 0 center;
}
.header .text-input {
    width: 255px;
    height: 34px;
	line-height:34px;
    border: 1px solid #c2c2c2;
    padding-left: 6px;
}

.header .input-button {
    width: 90px;
    height: 36px;
    background: #1a56a8 url(../images/search.png) no-repeat 20px center;
    padding:0;
    padding-left: 26px;
    color: #fff;
    border: 0;
    line-height: 36px;
    cursor: pointer;
}
.header .logo {
    padding-top: 25px;
}
.header .hot-box {
    color: #333;
    padding-top: 10px;
}

.header .nav {
    height: 50px;
    background: #1a56a8;
    width:100%;
    min-width:1220px;
}
.header .nav>ul>li {
    float: left;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;

}
.header .nav>ul>li>a {
    display: block;
    width: 203.33px;
    height: 50px;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
	box-sizing:border-box;
    border-right: 1px #fff solid;
}
.header .nav>ul>li.active {
    background: #eee;
}
.header .nav>ul>li.active a {
    color: #1a56a8;
}
.nav>ul>li>a:hover{
    background: #eee;
    color: #1a56a8;
}
/*头部导航下拉*/
.menu02{
    width: 551px;
    height: 150px;
    padding: 40px 10px 10px 40px;
    border: 1px solid rgb(172,183,199);
    border-radius: 0 0 20px 20px;
    border-top: 0;
    position: absolute;
    left: 200px;
    top: 50px;
    z-index: 999;
    background: #e9edf6;
    display: none;
}
.menu02 img {width: 26px;vertical-align:middle;}
.menu02 li{
    float: left;
    width: 160px;
    height: 49px;
    /* text-align: center; */
    line-height: 49px;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 20px;
}
.menu02 li a{
    display: block;
    width: 100%;
    height: 100%;
    color: rgb(19,89,145);
    font-size: 14px;
}
.nav>ul>li:hover .menu02{
    display: block;
}
/*友情链接link*/
.h-link {
    background: #eff9fe;
    margin-top: 24px;
	border-top: 1px solid #0055AE;
	padding-bottom:10px;
}

.h-link__top {
    height: 40px;
}

.h-link__top ul li {
    width: 148px;
    height: 40px;
    font-size: 16px;
    color: #1a56a8;
    font-weight: bold;
    float: left;
    text-align: center;
    line-height: 40px;
    position: relative;
}

.h-link__top ul li em {
    position: absolute;
    border-width: 7px;
    border-color: #0055ae transparent transparent transparent;
    border-style: solid;
    top: 18px;
    right: 10px;
}

.h-link__top ul li.active {
    background: #fff;
}

.h-link__bottom {
    padding: 20px 20px;
    background: #fff;
	min-height:42px;
	padding-bottom:0px;
}

.h-link__bottom ul li {
    float: left;
    padding: 0 25px;
    font-size: 16px;
	margin-bottom:20px;
}

/* footer */
.footer {
    width:100%;
    min-width:1220px;
    height: 150px;
    background: #ffffff;
    border-top: #0055ae solid 6px;
    font-size: 14px;
    line-height: 23px;
}
.footer-left {
    padding-top: 30px;
    position: absolute;
    width: 30%;
    text-align: right;
    left: 0px;
}
.footer-left img{
	display:inline-block;
	vertical-align:middle;
}
.footer-right {
    padding-top: 30px;
}
.footer-link {
    margin-bottom: 10px;
    margin-left: -10px;
}
.footer-link a {
    padding: 0 10px;
    color: #1a56a8;
}
/* index-content */
.r-fiexd {
    width: 60px;
    height: 100%;
    background: #949494;
    /*opacity: 0.4;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;*/
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}
.r-fiexd-content {
    width: 60px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}

.r-fiexd-content ul {
    height: 100%;
    position: absolute;
    top: 30%;
    width: 100%;
}

.r-fiexd-content ul li {
    position: relative;
}

.r-fiexd-content ul li p {
    display: block;
    position: absolute;
    left: -255px;
    text-align:center;
    top: 100px;
    background: #DDD;

}

.r-fiexd-content ul li p a {
    padding: 2px ;
    display: block;

}

.r-fiexd-content ul li a {
    padding: 10px 0;
    display: block;
}
.r-fiexd-content ul li .xlimg a{
padding-top:0px;
}
.r-fiexd-content ul li .xlimg img{
width:154px;
}
.r-fiexd-content ul li >a:hover {
    background: #1a56a8;
}

.r-fiexd-content ul li a img {
    display: block;
    margin: 0 auto;
}

.r-fiexd-content ul li > img,.r-fiexd-content ul li > div {
    position: absolute;
    left: -154px;
    padding: 0px;
    background: #fff;
    display: none;
    top: 0;
	width:154px;
}

.r-fiexd-content ul li > div{
    width: 154px;
    min-height: 40px;
    left: -154px;
}

.r-fiexd-content ul li:hover > img,.r-fiexd-content ul li:hover > div{
    display: block;
}

.r-fiexd-content ul li:hover > img {
    display: block;
}
.fiexdsm{
	text-align: center;
    background: #A9D6FB;
    padding: 5px;
    font-size: 18px;
}
/*列表样式*/
.common-new-box {
    padding: 20px;
    width: 570px;
}

.common-new-box__top {
    height: 45px;
    line-height: 45px;
    border-bottom: #eae8e8 solid 1px;
    overflow: hidden;
    margin-bottom: 6px;
    font-weight: bold;
	display: inline-block;
    width: 100%;
}

.common-new-box__top ul li {
	float: left;
    margin-right: 38px;
    color: #333;
    font-size: 22px;
    position: relative;
    line-height: 1;
    cursor: pointer;
    height: 42px;
}

.common-new-box__top ul li a{
    font-size: 22px;
}

.common-new-box__top ul li.active {
    color: #1369c0;
}

.common-new-box__top ul li.active a {
    color: #1369c0;
}

.common-new-box__top ul li.active em {
    width: 100%;
    height: 3px;
    background: #1369c0;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.common-new-box__list ul li {
    line-height: 36px;
    height: 36px;
}

.margin-right-sm {
    margin-right: 20px;
}
.index-content{
	padding-bottom:20px;
}
/*专题滚动*/
.main05 {
    width: 1220px;
    height: 80px;
    margin-top: 20px;
    text-align: center;
    /* position: relative; */
}

.riding_lantern {
    width: 1180px;
    height: 80px;
    overflow: hidden;
    position: relative;
	margin:auto;
	margin-left:20px;
}
.riding_lantern .next{
	position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 36px;
    background: url(../images/slidenext.png);
    margin-top: -18px;
	z-index:888;
}
.riding_lantern .prev{
	position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 36px;
    background: url(../images/slideprev.png);
    margin-top: -18px;
	z-index:888;
}
.riding_lantern_main {
    width: 7000px;
    height: 90px;
}

.riding_lantern_main>div {
    float: left;
    width: 220px;
    margin-right: 20px;
}

.prev_,
.next_ ,
.next_none{
    width: 34px;
    height: 66px;
    cursor: pointer;
}

.prev_ {
    position: absolute;
	display:none;
    z-index: 999;
}

.next_,.next_none{
    position: absolute;
    right: -10px;
    top: 25px;
    z-index: 999;
}
.next_none{
    display: none;
}
.padding-sm {
    padding: 20px;
}
.white {
    background: #fff;
}

.picture_move {
    width: 580px;
    height: 182px;
    overflow: hidden;
    /* background: #E0EAF5; */
    position: relative;
}

.Trapezoid {
    width: 304px;
    height: 182px;
    background: url(../images/Rectangle.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
}


.picture_move>div {
    background: #E0EAF5;
	width:49%;
}

.picture_move>div>div {
    position: relative;
}

.move_img {
    width: 3000px;
    height: 182px;
    /* position: relative; */
    position: absolute;
    left: 0;
}

.move_img>div {
    width: 580px;
    height: 182px;
    float: left;
}

.move_img img {
    width: 395px;
    height: 182px;
    float: left;
}

.move_img p {
    width: 185px;
    height: 70px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    float: right;
    margin-right: 20px;
    margin-top: 55px;
}

.move_img a {

    color: #000;

}
*{
outline:none;
}
.cot {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 999;
}

.cot .cot_active {
    background: #1369c0;
    color: #fff;
}

.cot li {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    text-align: center;
    line-height: 16px;
    background: #ffffff;
    margin-right: 10px;
    float: left;
    font-size: 12px;
}
.dynamic-box{
 padding:5px 0px;
 border-bottom:#e6e6e6 solid 1px;
 color:#999;
 text-align:center;
}
.dynamic-box .fl{
    color: #999;
    font-size: 14px;
    float: none;
    padding-right: 30px;
}
.bdsharebuttonbox{
	vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}
 input::-webkit-input-placeholder{
	color:#666;
}

input::-moz-input-placeholder{
	color:#666;
}
input::-ms-input-placeholder{
	color:#666;
}
.footer-warrp{
	padding-left: 32%;
    box-sizing: border-box;
    position: relative;
	width: 1220px;
    margin: 0 auto;
}