a{
    text-decoration: none;
    transition: all 0.35s;
}
.pc_btm dl {
	display: block;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#back-to-top{
	position: fixed;
	bottom: 50px;
	width:60px;
	height:60px;
	right: 2%;
	z-index:9999;
	overflow:hidden;
	border-radius:50%;
	border:2px solid #ffffff;
	background:#01559d;
	text-shadow:0px 4px 10px #ffffff;
	}
#back-to-top img{
  width:60px;
}
.h_top {
	line-height: 40px;
	border-bottom: 1px solid #efefef;
	color: #333333;
	z-index: 88;
	background: #ffffff;
	font-size:15px;
}
.h_top img {
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 4px;
}
.h_top span, .h_top a {
	display: inline-block;
}
.ht_fl {
	float: left;
}
.ht_fr {
	float: right;
}

.h_cen_fr{
        width:13%;
}

.h_cen_fr_one .one_span {
    background: url(../images/net.png) no-repeat 12px center;
    width: calc(100% - 40px);
    float:left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    position: relative;
    border-bottom:1px solid #fff;
}

.h_cen_fr_one .one_span:after{
 content: ' ';
  position: absolute;
  top: 0;
  left: -8px;
  border-width: 18px 8px;
  border-style: solid;
  border-color:#fff transparent transparent transparent;
}

.h_cen_fr_one .two_span {
    background: url(../images/linkxl.png) no-repeat 10px center;
    width: calc((100% - 14px) - 40px);
    float:left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px;
    text-align: left;
    position: relative;
}

.h_cen_fr_one .two_span:after{
content: ' ';
    position: absolute;
    top: 0;
    right: -27px;
    border-width: 22px 13px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
}


.h_cen_fr_one .one_span,
.h_cen_fr_one .two_span {
  font-size: 15px ;
  color: #222222;
  font-weight: bold;

}

.h_cen_fr_one .one_span a,
.h_cen_fr_one .two_span a{
  color:#000026;
  font-weight:normal;
  letter-spacing: 1px;
}
.h_cen_fr_one{
  margin-bottom:8px;
}
.h_cen_fr_two {
  font-size: 16px !important;
  color: #999;
  letter-spacing: 6px;
  padding-top: 8px;
  border-top: 2px solid #9a0004;
}
.h_center .h_cen_fr {
    position: relative;
    top: 5px;
}
.cenbox img{
        display:block;
}
.navml{
margin-left:10px;
}
.xcsp{
	width:100%;
	margin-bottom:30px;
}
.xcsp img {
	width:100%;
	display:block;
}
.btm_right .p {
width:100%;
line-height:26px;
text-align:left;
}
#wp_paging_w4 {
	padding: 20px 0px;
	overflow: hidden;
	color:#333333;
}
#wp_paging_w4 a {
	color:#333333;
}
.wap-hidden{
  display:none;
}
.pc-hidden{
  display:block;
}
.cenbox {
	padding: 20px 0;
	z-index: 99;
	background: url(../images/topbg.png) repeat-x left center, #ffffff;
}
.h_center .h_cen_fl {
	float: left;
}
.h_center .h_cen_fr {
	float: right;
	text-align: center;
}
.h_center .h_cen_fr p {
	text-align: center;
	font-size: 14px;
	color: #999;
        background:#d7e4f4;

}
.road1 {
	background: #5676ba;
	margin-bottom: 2px !important;
}
.road2 {
	background: #ba5656;
	margin-bottom: 2px !important;
}
.road3 {
	background: #4c9d88;
}
.road4 {
	background: #e6bc6b;
}
/*导航下拉*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99999;
}
.one_ul li {
	width: calc(1300px / 11);
}
.oneli:hover {
	background: #026bc6;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	background: #1e4ea0;
        width:100%;
}
#cssmenu ul {
	font-size: 0;
	text-align: center;
}
#cssmenu ul li {
	float: left;
}
#cssmenu ul li a {
	text-align: center;
	padding: 16px 4px;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
/*#cssmenu ul .has-sub a {
  padding-right: 25px;
}*/

/*#cssmenu .has-sub .after_has_a {
  background: url(../images/jiantou.png) no-repeat 90px center;
}*/

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu .has-sub:hover .show_ul {
	left: auto;
}
#cssmenu .show_ul .has-sub:hover ul {
	left: auto;
}
#cssmenu ul ul ul {
	margin-left: 143%;
	top: 0;
}
#cssmenu ul ul li {
	/*height: 0;*/
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
#cssmenu ul li:hover ul li {
	min-height: 48px;
}
#cssmenu ul ul li a {
	min-width: calc(1300px / 10);
	font-size: 13px;
	text-decoration: none;
	color: #dddddd;
	line-height: 16px;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	/*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
	background-color: rgba(30,78,160,.8);
}
#cssmenu ul ul li a:hover {
	background-color: #1e4ea0;
}
#cssmenu ul ul li:hover a, #cssmenu ul ul li a:hover {
	color: #fff;
}
#cssmenu ul .show_ul .has-sub .after_has_a {
	background: url(../images/xiangyou.png) no-repeat 140px center, #333 !important;
}
.addposit {
	display: none;
}
/*导航下拉结束*/

.pc_banner {
	width: 100%;
}
.pc_banner img {
	width: 100%;
	vertical-align: bottom;
}
.move_show {
	display: none;
}
.ad {
	margin-bottom: 50px;
	z-index: 233;
}
.twofrbox2 ul {
	margin: 0 auto;
	width: 95%;
}
.twofrbox2 ul li {
	float: left;
	margin: 6px;
	width: calc(45% - 4px);
	height: 63px;
}
.twofrbox2 ul li img {
	width: 100%;
}
.pc_btm, .move_btm {
	background: #01559d;
	color: #fff;
	text-align: center;
	overflow: hidden;
	/*padding: 34px 0;*/

}
.btm_left{
float:left;
padding-right:20px;
}
.btm_right{
    float: left;
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    text-align: left;
}
.mbxnav {
	line-height: 60px;
	background: #f0f0f0;
	padding: 0 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.neirongye {
	color: #151515;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 30px;
	font-family:"微软雅黑";
}
.neirongye h2 {
	text-align: center;
	margin: 0;
}
.neirongye .shijian {
	text-align: center;
	color: #aaaaaa;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
}
.contquyu {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
}
.contstart .leftlist {
	float: left;
	width: 28%;
	border-right: 1px solid #e6e6e6;
	padding-bottom: 100px;
}
.contstart .rightcont {
	float: right;
	width: 68%;
	/*padding-bottom: 30px;*/
}
.contstart .leftlist ul .bigtit {
	background: url(../images/listitbg.png) no-repeat left center;
	line-height: 46px;
	height: 58px;
	color: #fff;
	font-size: 20px;
	padding-right: 30px;
	text-align:center;
	font-weight:bold;
}
.contstart .leftlist ul .movemargin {
	width: 62%;
}
.contstart .leftlist ul .movemargin {
	background: #f6f6f6;
	line-height: 58px;
	height: 58px;
	color: #555;
	width: 54%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top: 8px;
	margin-left: 20px;
	padding-left: 20px;
}
.contstart .leftlist ul .movemargin:hover {
	background: #fff0f0;
	color: #222;
}
.contstart .rightcont ul li .datetz {
	font-size: 14px;
	color: #01559d;
}
.contstart .rightcont ul li a .ptit {
	font-size: 16px !important;
	color: #333 !important;
	width: 60%;
}
.contstart .rightcont ul li a .ptit, .contstart .rightcont ul li a .describe {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contstart .rightcont ul p {
	margin: 12px 0;
}
.sp_header, .sjj_nav {
	display: none;
}
.move_btm {
	display: none;
}
.fristbox {
	margin-bottom: 50px;
}
.fristbox .cen h2 {
	color: #5a5a5a;
	background: url(../images/line1.png) no-repeat center center;
	margin: 0;
	font-size: 32px;
	letter-spacing: 2px;
}
.secondbox .cen h2{
	color: #5a5a5a;
	background: url(../images/line1.png) no-repeat center center;
	margin: 0;
	font-size: 32px;
	letter-spacing: 2px;
}

.fourbox .cen h2{
	color: #5a5a5a;
	background: url(../images/line1.png) no-repeat center center;
	margin: 0;
	font-size: 32px;
	letter-spacing: 2px;
}
.cen {
	text-align: center;
}
.cen p {
	color: #c2c2c2;
	font-size: 16px;
	margin: 16px 0;
}
.newsbox a, .newsbox img {
	display: block;
}
.newsbox .one_newbox, .newsbox .thr_newbox {
	float: left;
	width: calc(100% / 3 - 14px);
}
.thr_newbox0 {
	width: 100%;
}
.one_newbox :hover {
	color: #01559d;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.one_newbox:hover .addbor {
	border-bottom: 3px solid #01559d;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.one_newbox .one_p {
	font-weight: bold;
	padding: 4px 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.one_newbox:hover .one_p {
	padding: 4px 0;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.one_newbox .addbor {
	border-bottom: 3px solid #dedede;
	padding: 0 0 10px 0;
}
.one_newbox .addbor .time {
	width: 100%;
	display: inline-block;
	color: #a3a3a3;
	background: url(../images/into0.png) no-repeat right center;
	font-size: 14px;
}
.one_newbox:hover .addbor .time {
	padding-left: 10px;
	color: #01559d;
	background: url(../images/into.png) no-repeat 94% center;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.one_newbox, .two_newbox {
	margin-right: 20px;
}
.one_newbox .saveimg, .two_newbox .saveimg {
	overflow: hidden;
	height: 238px;
}
.one_newbox .saveimg {
	background-size: 100%;
}
.one_newbox:hover .saveimg {
	cursor: pointer;
	background-size: 120%;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.two_newbox .saveimg {
	background: url(../images/img2.jpg) no-repeat center center;
	background-size: 100%;
}
.two_newbox:hover .saveimg {
	cursor: pointer;
	background: url(../images/img2.jpg) no-repeat center center;
	background-size: 120%;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.thr_newbox ul li, .thr_newbox0 ul li {
	border: 1px solid #dedede;
	padding: 11px;
}
.clear1 {
	margin-bottom: 20px;
}
.thr_newbox ul li .title .spanfl, .thr_newbox0 ul li .title .spanfl {
	width: 70%;
	font-size: 15px;
	float: left;
	color: #525252;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/titlebg.png) no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.thr_newbox ul li .title .spanfl:hover, .thr_newbox0 ul li .title .spanfl:hover {
	color: #01559d;
}
.thr_newbox ul li .title .spanfr, .thr_newbox0 ul li .title .spanfr {
	float: right;
	font-size: 14px;
	color: #01559d;
}
.pfr {
	color: #a2a2a2;
	padding: 8px 0 0 0;
}
.thr_newbox .miaoshu, .thr_newbox0 .miaoshu {
	font-size: 14px;
	color: #a2a2a2;
	padding: 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.button {
	width: 62.5%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 0 0;
}
.button a {
	width: 180px;
	height: 40px;
	display: inline-block;
	border-radius: 30px;
	background: #01559d;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border:1px solid #01559d;
}
.button a:hover {
	width: 180px;
	height: 40px;
	display: inline-block;
	border-radius: 30px;
	background: #ffffff;
	color: #01559d;
	text-align: center;
	line-height: 40px;
	border:1px solid #01559d;
}
.tzggbox {
	padding: 66px 0 36px 0;
	background: url(../images/tzggbg.jpg) no-repeat top center;
}
.tzggbox ul li {
	padding: 58px 30px 0px 30px;
}
.tzggbox ul li .add_tit {
	color: #333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	margin-bottom: 20px;
}
.tzggbox ul li .add_position {
	font-size: 16px;
	color: #666666;
	word-wrap: break-word;
	word-break: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
}
.tzggbox1 {
	width: 33.33%;
	height: 348px;
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 36px;
}
.tzggbox1 li:hover a p, .tzggbox2 li:hover a p, .tzggbox3 li:hover a p {
	display: block;
	color: #d99140;
	word-wrap: break-word;
	word-break: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tzggbox2 {
	width: 33.33%;
	height: 348px;
	background: rgba(250, 250, 250, 0.9);
	margin-bottom: 36px;
}
.tzggbox3 {
	width: 33.33%;
	height: 348px;
	margin-bottom: 36px;

	background: rgba(255, 255, 255, 0.9);
}
.tzggbox1, .tzggbox2, .tzggbox3 {
	word-wrap: break-word;
	word-break: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	float: left;
}
.secondbox, .thrbox {
	margin-bottom: 30px;
}
.fourbox {
	margin-bottom: 0px;
}
.thrbox_1 dl {
	background: url(../images/tit3.png) no-repeat 0px center, #ffffff;
}
.thrbox_2 dl {
	background: url(../images/tit2.png) no-repeat 0px center, #ffffff;
}
.thrbox_3 dl {
	background: url(../images/tit7.png) no-repeat 0px center, #ffffff;
}
.thrbox_1 dl, .thrbox_2 dl, .thrbox_3 dl {
	line-height: 60px;
	padding: 0 0 0 55px;
	color: #5a5a5a;
	margin: 0;
	border-bottom: 2px solid #1e4ea0;
}
.thrbox .thrbox_1 {
	width: calc(34% - 43px);
	float: left;
	margin-right: 2%;
	border: 1px solid #efefef;
	box-shadow: 0px 4px 10px #efefef;
	padding:0px 20px;
}
.thrbox .thrbox_2 {
	width: calc(34% - 43px);
	float: left;
	margin-right: 2%;
	border: 1px solid #efefef;
	box-shadow: 0px 4px 10px #efefef;
	padding:0px 20px;
}
.thrbox .thrbox_3 {
	width: calc(28% - 40px);
	float: right;
	border: 1px solid #efefef;
	box-shadow: 0px 4px 10px #efefef;
	padding:0px 20px;
}
.thrbox .thrbox_1 dl, .thrbox .thrbox_2 dl {
	border-right: 0;
}
.thrbox .thrbox_2 ul {
	border: 0;
}
.thrbox dl dt {
	float: left;
	font-size: 22px;
	font-weight: bold;
}
.thrbox_3 dl dt {
}
.thrbox dl dd {
	float: right;
}
.thrbox dl dd a {
	color: #5a5a5a;
	font-size: 16px;
	font-weight: bold;
}
.thrbox dl dd a:hover {
	color: #1e4ea0;
}
/*.thrbox div {
	float: left;
}*/
.thrbox div ul, .addbgcolor {
	padding: 20px;
	border-top: 0;
	text-align: center;
}
.fivbox {
	margin-bottom: 30px;
}
.fivbox_1 dl {
	background: url(../images/tit1.png) no-repeat 0px center, #ffffff;
}
.fivbox_2 dl {
	background: url(../images/tit2.png) no-repeat 0px center, #ffffff;
}
.fivbox_4 dl {
	background: url(../images/tit3.png) no-repeat 0px center, #ffffff !important;
}
.fivbox_5 dl {
	background: url(../images/tit4.png) no-repeat 0px center, #ffffff !important;
}
.fivbox_1 dl, .fivbox_2 dl, .fivbox_3 dl {
	line-height: 60px;
	padding: 0 0 0 46px;
	color: #5a5a5a;
	margin: 0;
}
.fivbox .fivbox_1 {
	width: calc(49% - 44px);
	float: left;
	border: 1px solid #efefef;
	box-shadow: 0px 4px 10px #efefef;
	padding: 0px 20px;
}
.fivbox .fivbox_2 {
	width: calc(49% - 44px);
	float: right;
	border: 1px solid #efefef;
	box-shadow: 0px 4px 10px #efefef;
	padding: 0px 20px;
}
.fivbox .fivbox_3 {
	width: 34%;
}
.fivbox .fivbox_1 dl {
	border-bottom: 2px solid #e89f1a;
}
.fivbox .fivbox_2 dl {
	border-bottom: 2px solid #43a2e5;
}
.fivbox .fivbox_4 dl {
	border-bottom: 2px solid #9a0004;
}
.fivbox .fivbox_5 dl {
	border-bottom: 2px solid #007456;
}
.fivbox .fivbox_2 ul {
	border: 0;
}
.fivbox dl dt {
	float: left;
	font-size: 22px;
	font-weight: bold;
}
.fivbox_3 dl dt {
	width: 69%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fivbox dl dd {
	float: right;
}
.fivbox dl dd a {
	color: #5a5a5a;
	font-size: 16px;
	font-weight: bold;
}
.fivbox dl dd a:hover {
	color: #1e4ea0;}
/*.fivbox div {
	float: left;
}*/
.fivbox div ul, .addbgcolor {
	padding: 5px 0px;
	border-top: 0;
	text-align: left;
}
.fivbox div ul li {
	line-height: 50px;
	border-bottom: 1px dashed #dedede;
	background: url(../images/dot0.png) no-repeat left center;
	padding-left: 0px;
}
.fivbox div ul li:nth-last-child(1) {
	border-bottom: 0px;
}
.fivbox div ul li:hover {
	background: url(../images/dot.png) no-repeat left center;
}
.fivbox div ul li:hover .fiv_span_fl, .fivbox div ul li:hover .fiv_span_fl {
	color: #d99140;
}
.fivbox div ul li .fiv_span_fl {
	float: left;
	color: #515151;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.thrbox div ul li .fiv_span_fr {
	float: right;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.addbgcolor {
	padding: 20px 0px !important;
}
.addbgcolor img,.addbgcolor a {
	width:100%;
	display:block;
}
.thrbox div ul li {
	line-height: 52px;
	border-bottom: 1px dashed #dedede;
	background: url(../images/dot0.png) no-repeat left center;
	padding-left: 0px;
}
.thrbox div ul li:nth-last-child(1) {
	border-bottom: 0px;
}
.thrbox div ul li:hover {
	background: url(../images/dot.png) no-repeat left center;
}
.thrbox div ul li:hover .thr_span_fl, .thrbox div ul li:hover .thr_span_fr {
	color: #d99140;
}
.thrbox div ul li .thr_span_fl {
	float: left;
	color: #515151;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.thrbox div ul li .thr_span_fr {
	float: right;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fourbox {
	padding: 70px 0;
	background: url(../images/linkbg.jpg) no-repeat center center;
}
.linkfloat .linkbox1 {
	float: left;
	width: calc(30% - 60px);
	padding: 0 0 0 30px;
}
.linkfloat .linkbox2 {
	float: left;
	width: calc(30% - 60px);
	padding: 0 0 0 30px;
}
.linkfloat .linkbox3 {
	float: left;
	width: calc(40% - 30px);
	padding: 0 0 0 30px;
}
.linkbox3, .linkbox2 {
	border-left: 1px solid #bfbfbf;
}
.linkbox1 p, .linkbox2 p, .linkbox3 p {
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 26px;
}
.linkbox1 p i, .linkbox2 p i, .linkbox3 p i {
	font-style: normal;
	color: #01559d;
}
.linkfloat .linkbox1 li, .linkfloat .linkbox2 li, .linkfloat .linkbox3 li {
	line-height: 42px;
}
.linkfloat .linkbox1 li a:hover, .linkfloat .linkbox2 li a:hover, .linkfloat .linkbox3 li a:hover {
	color: #01559d;
}
.linkfloat .linkbox1 ul {
	width: 50%;
}
.linkfloat .linkbox2 ul {
	width: 50%;
}
.linkfloat .linkbox3 ul {
	width: calc(100% / 3);
}
.linkfloat .linkbox1 ul, .linkfloat .linkbox2 ul, .linkfloat .linkbox3 ul {
	float: left;
}
.thrbox .thrbox_2 ul, .thrbox .thrbox_1 ul {
	padding: 6px 0px;
}
.thr_newbox0 {
	display: none;
}
.movelinkfloat {
	display: none;
}
/*.pc_btm .btmbox1,.pc_btm .btmbox2,.pc_btm .btmbox3{
    float:left;
    width:calc(33% - 5%);
    text-align: left;
    padding-right:5%;
  }*/
  
  .pc_btm dl dd{
    margin-left:0;
  }
  .pc_btm .btmbox1 img{
    width:110px;
    height:110px;
    margin-bottom:24px;
  }
  .pc_btm .btmbox1{
    text-align: center;
  }
  .box_p1{
    font-size:24px;
    margin-bottom:12px;
  }
  .box_p2{
    font-size:14px;
    margin-bottom:12px;
  }
  .btmbox2 dt,.btmbox3 dt{
    border-bottom:1px solid #fff;
    padding-bottom:20px;
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
  }
  .btmbox3 dd{
    margin-bottom:16px;
  }
  .btmbox2 dd{
    margin-bottom:19px;
  }
  
  .btmbox3 .erweima img{
    width:74px;
  }
  .shortbor{
    /*width:80px;
    background:#fff;*/
    height:1px;
  }
.pc_btm {
  height: 128px;
}

.pc_btm .btmbox1,
.pc_btm .btmbox2 {
  float: left;
  text-align: left;
  padding-right: 10%;
  color: #e3f1fd;
}
.btmbox2{
  padding-top:40px;
}
.pc_btm .btmbox3 {
  float: right;
  color: #e3f1fd;
  padding-top:15px;
}

.pc_btm dl dd {
  margin-left: 0;
}

.pc_btm .btmbox1 img {
  width: 90px;
  height: 90px;
  padding-top: 20px;
}

.pc_btm .btmbox1 {
  text-align: center;
}

.box_p1 {
  font-size: 24px;
  margin-bottom: 12px;
}

.box_p2 {
  font-size: 14px;
  margin-bottom: 12px;
}

.btmbox2 dt,
.btmbox3 dt {
  border-bottom: 1px dashed #fff;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.btmbox3 dd {
  margin-bottom: 8px;
  font-size: 14px !important;
}
.btmbox2 dd {
  margin-bottom: 17px;
  font-size: 16px !important;
}

.btmbox2 dd img {
  width: 16px;
  float: left;
  padding-top:0px;
  margin-right: 10px;
}

.cancelpad img {
  padding: 0 !important;
}

.btmbox2 dd span {
  float: left;
}

.shortbor {
  width: 80px;
  background: #fff;
  height: 1px;
}

.pc_btm_btm {
  border-top: 1px solid #3483c7;
  text-align: left;
  line-height: 40px;
  font-size: 15px;
  color: #e3f1fd;
}

.leftimg,
.btmbox3 dd,
.btmbox3 dt {
  text-align: center;
}

.erweima img {
  width: 74px;
}
@media only screen and (max-width:1320px) {
.bigbox {
	width: 96%;
}
.one_ul li {
	width: calc(100% / 12);
}
.thrbox_3 dl dt {
	width: 68%;
}
#cssmenu ul li a {
	padding: 16px 0;
}
.thrbox .thrbox_2 ul, .thrbox .thrbox_1 ul {
	padding: 8px;
}
}
/* .thrbox div ul li{
  line-height:32px !important;
} */
.wfl {
	float: left;
	width: 20%;
}
.wfr {
	width: 80%;
	float: right;
}
@media only screen and (max-width:1318px) {
.thrbox div ul li {
	line-height: 53px;
}
@media only screen and (max-width:1309px) {
 .thrbox div ul li {
 line-height:53px;
}
}
@media only screen and (max-width:1300px) {
.h_cen_fr {
    width: 16%;
}
.bigbox {
	width: 90%;
}
.thrbox div ul li {
	line-height: 49px;
}
.linkfloat .linkbox1 li, .linkfloat .linkbox2 li, .linkfloat .linkbox3 li {
	width: 163px;
}
#cssmenu .oneli {
	width: calc(100% / 12);
}
#cssmenu ul li a {
	padding: 20px 0;
}
#cssmenu .has-sub .after_has_a {
	background: url(../images/jiantou.png) no-repeat 68px center;
}
.tabs_default .horizontal li {
	width: 80px;
}
.twofrbox2 ul li {
	height: 53px;
}
}
 @media only screen and (max-width:1295px) {
.news_list .right li {
	margin-bottom: 2px;
}
.linkfloat .linkbox2 {
	width: calc(30% - 42px);
	padding: 0 16px 0 26px;
}
}
 @media only screen and (max-width:1280px) {
.mbxnav {
	font-size: 14px;
}
.tabs_default .horizontal li {
	width: 72px;
}
}
@media only screen and (max-width:1271px) {

.thrbox div ul li {
	line-height: 48px;
}
}
@media only screen and (max-width:1270px) {
.thrbox_3 dl dt, .thrbox_2 dl dt, .thrbox_1 dl dt {
	font-size: 20px;
}
.thrbox_3 dl dt {
	width: 67%;
}
}
@media only screen and (max-width:1250px) {
.twofrbox2 ul li {
	height: 51px;
}
}
@media only screen and (max-width:1239px) {
.twofrbox2 ul li {
	height: 51px;
}
.thrbox div ul li {
	line-height: 50px;
}
.thrbox_3 dl dt {
	width: 65%;
}
.thr_newbox ul li .title .spanfl, .thr_newbox0 ul li .title .spanfl {
	width: 69%;
}
@media only screen and (max-width:1218px) {
 #cssmenu ul {
 display:block !important;
}
}
@media only screen and (max-width:1200px) {
  .erweima {
    margin-bottom: 12px !important;
  }

  .pc_btm_btm {
    border-top: 1px solid #e3f1fd;
  }
  .leftimg,
  .btmbox3 dd,
  .btmbox3 dt {
    text-align: left;
  }
  .btmbox1 {
    display: none;
  }

  .move_btm {
    padding: 0;
  }

  .move_btm span {
    display: block;
    padding: 10px 0;
    border-bottom: 0;
  }

  .btmbox2 dd,
  .btmbox3 dd {
    margin-bottom: 0;
  }

  .btmbox2 dd img {
    padding-top: 12px;
  }

  .cancelpad img {
    padding-top: 11px !important;
  }
.fourbox {
	padding: 0;
}
.movelinkfloat .linkbox1 ul, .movelinkfloat .linkbox2 ul, .movelinkfloat .linkbox3 ul {
	margin-bottom: 20px;
}
.linkbox3, .linkbox2 {
	border-left: 0;
}
.movelinkfloat .linkbox1 ul li,  .movelinkfloat .linkbox2 ul li,  .movelinkfloat .linkbox3 ul li {
	width: calc(50% - 2px);
	line-height: 32px;
	border-bottom: 1px dashed #dedede;
	float: left;
}
.movelinkfloat p {
	font-size: 18px;
	background: #1874c1;
	color: #fff;
	margin: 0;
	padding: 8px;
}
.linkfloat {
	display: none;
}
.movelinkfloat {
	display: block;
}
.button {
	padding: 0;
}
.linkfloat .linkbox1 {
	width: 100%;
	padding: 0;
}
.linkfloat .linkbox2 {
	width: 100%;
	padding: 0;
	border: 0;
}
.linkfloat .linkbox3 {
	width: 100%;
	padding: 0;
	border: 0;
}
.thrbox .thrbox_1, .thrbox .thrbox_2 {
	width: 100%;
	margin-bottom: 36px;
}
.thrbox .thrbox_3 {
	width: 100%;
}
.fivbox .fivbox_1, .fivbox .thrbox_2 {
	width: 100%;
	margin-bottom: 36px;
}
.fivbox .fivbox_3 {
	width: 100%;
}
.thr_newbox0 {
	display: block;
}
.tzggbox {
	display: none;
}
.bigbox {
	width: 96%;
}
#cssmenu {
	display: none;
}
.h_cen_fr {
	display: none;
}
.pc_btm {
	display: none;
}
.move_btm {
	display: block;
}
.move_btm span {
	display: block;
	padding: 10px 0;
	border-bottom: 1px dashed #6c8dd2;
}
.sp_header,  .sjj_nav {
	display: block;
}
.h_top {
	display: none;
}
.leftactive {
	display: none;
}
.tzbigbox {
	margin: 0 auto;
	padding: 0 10px;
}
.leftlist {
	display: none;
}
.rightcont {
	float: none !important;
	width: calc(100% - 40px) !important;
}
.neirongye {
	color: #666666;
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 30px;
}
.move_tab {
	display: block;
	height: 36px;
}
.cssmenu {
	display: none;
}
.ht_fl {
	display: none;
}
.ht_fr {
	float: left;
}
.h_center img {
	width: 100%;
}
.sp_header {
	height: 50px;
	/* background: #5676ba; */
	position: absolute;
	z-index: 10;
	width: 100%;
}
.sp_nav {
	width: 100px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: -74px;
}
.sp_nav span {
	display: block;
	background: #5676ba;
	width: 66px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
	top: 0px
}
.sp_nav span:nth-of-type(2) {
	top: 10px
}
.sp_nav span:nth-of-type(3) {
	top: 20px
}
.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}
.sp_nav_se span:nth-of-type(2) {
	width: 0
}
.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}
.sjj_nav {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 700px;
	font-size: 14px;
	line-height: 40px;
	top: -2000%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
	background: #fff;
}
.nav_show {
	top: 120px;
	border-top: 1px solid #5676ba;
}
.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}
.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}
.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}
.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}
.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}
.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
	display: none
}
.sjj_nav ul li a {
	color: #666;
	width: 80%
}
.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}
.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}
.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
.move_show {
	display: block;
}
.pc_show {
	display: none;
}
.pc_btm {
	font-size: 14px;
}
.pc_btm span {
	line-height: 32px;
}
.ad {
	margin-bottom: 36px;
}
.h_center {
	padding: 12px;
	width: calc(100% - 24px);
}
.h_center img {
	width: 74%;
}
/*.newsbox .one_newbox, .newsbox .thr_newbox {
	width: 100%;
	margin-bottom: 36px;
}*/
.fivbox .fivrbox_2 ul {
	border: 1px solid #bfbfbf;
}
    .move_btm{
      padding:34px 0 0 0 ;
    }
    .move_btm .btmbox1{
      padding-bottom:12px;
      border-bottom:1px solid #fff;
      margin-bottom:4px;
    }
    .move_btm .btmbox1,.move_btm .btmbox2,.move_btm .btmbox3{
      width:100%;
      text-align: center;
    }
   .move_btm .btmbox2,.move_btm .btmbox1{
       margin-bottom:22px;
   }
   .move_btm .btmbox2 dt,.move_btm .btmbox3 dt{
    padding-bottom: 10px;
   }
    .move_btm .btmbox1 .fl img{
      width:100px;
  
    }
    .move_btm .fr .one{
      font-size:22px;
      border-bottom:0;
      padding:8px 0 0 0 ;
  
    }
    .move_btm .btmbox3 .erweima img {
      width: 96px;
  }
    .move_btm .fr .two{
      font-size:14px;
      border-bottom:0;
    }
    .move_btm dd{
      margin-left:0;
	  text-align:center;
    }
    .move_btm .btmbox2{
      border-bottom: 1px solid #e3f1fd;
    }
	.sp_nav {
		width: 60px !important;
		margin-top: -66px;
	}
	.sp_nav span {
		width: 36px;
	}
	.nav_show {
		top: 106px;
	}
	.thr_newbox ul li, .thr_newbox0 ul li {
		border: 1px solid #eaeaea;
		padding: 10px;
		margin-bottom:10px;
	}
	.thr_newbox0 ul li:nth-last-child(1) {
		margin-bottom:0px;
	}
	.bigbox {
		width: 94%;
	}
	.fristbox .cen h2, .secondbox .cen h2, .fourbox .cen h2 {
		font-size: 26px;
	}
	.cen p {
		font-size: 14px;
	}
	.fivbox .fivbox_1 {
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		padding: 0px;
	}
	.fivbox_1 dl {
		background: url(../images/tit4.png) no-repeat 10px center, #ffffff;
	}
	.fivbox_2 dl {
		background: url(../images/tit6.png) no-repeat 10px center, #ffffff;
	}
	.fivbox dl dt {
		float: left;
		font-size: 20px;
		font-weight: bold;
	}
	.fivbox dl dd a{
		font-size:16px;
		padding-right:10px
	}
	.secondbox, .thrbox {
		margin-bottom: 30px;
	}
	.fivbox .fivbox_2 {
		width: 96%;
		float: left;
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		padding: 0px 2%;
	}
	.fivbox .fivbox_1, .fivbox .thrbox_2 {
		padding: 0px 2%;
		width: 96%;
		margin-bottom: 30px;
	}
	.thrbox .thrbox_1 {
		width: 100%;
		float: left;
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		margin-right:0px;
		padding: 0px;
	}
	.thrbox_1 dl {
		background: url(../images/tit3.png) no-repeat 10px center, #ffffff;
	}
	.thrbox_2 dl {
		background: url(../images/tit2.png) no-repeat 10px center, #ffffff;
	}
	.thrbox dl dd {
		padding-right:10px;
	
	}.thrbox .thrbox_1, .thrbox .thrbox_2 {
		margin-bottom: 30px;
	}
	.fristbox {
		margin-bottom: 30px;
	}
	.thrbox .thrbox_2 ul, .thrbox .thrbox_1 ul {
		padding: 6px 20px;
	}
	.thrbox .thrbox_2 {
		width: 100%;
		float: left;
		margin-right: 0;
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		padding: 0px;
	}
	.thrbox .thrbox_3 {
		width: 100%;
		float: left;
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		padding: 0px;
	}
	.thrbox_3 dl {
		background: url(../images/tit7.png) no-repeat 10px center, #ffffff;
	}
	.movelinkfloat p {
		text-align:center;
	}
	.movelinkfloat .linkbox1 ul li, .movelinkfloat .linkbox2 ul li, .movelinkfloat .linkbox3 ul li {
		text-align:center;
		color:#555555;
	}
	.linkbox1 a,.linkbox2 a,.linkbox3 a{
		color:#555555;	
	}
	.move_btm span {
		display: block;
		padding: 10px 0;
		border-bottom: 0;
	}
	.h_center img {
		width: 82%;
	}
	.wap-hidden{
		display:block;
	}
	.pc-hidden{
		display:none;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		left: 46% !important;
	}
	.wfl {
		float: left;
		width: 20%;
		margin-right:2%;
	}
	.wfr {
		width: 78%;
		float: right;
		overflow:hidden;
		white-space: normal;
		text-overflow:ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient:vertical;
	}
	.wp_article_list .list_item .pr_fields {
		width: 70% !important;
	}
	.xcsp{
		width: 94%;
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		margin: 0px 3% 30px 3%;
	}
	.neirongye img{
		width:100% !important;
	}
	.newsbox .one_newbox, .newsbox .thr_newbox {
		width: 100%;
		margin-bottom: 20px;
	}
	.sudynews_rili_1.rili .news_list li.news .news_title a {
		font-size: 15px !important;
	}
	.btmbox2 {
		padding-top: 0px;
	}
	.move_btm {
		padding: 10px 0px;
	}
	.pc_btm_btm {
		border-top: 0px;
		text-align: center;
	}
}
 @media only screen and (max-width:863px) {
	.sp_nav {
		width: 80px !important;
		margin-top: -69px;
	}
	.sp_nav span {
		width: 46px;
	}
	.nav_show {
		top: 120px;
	}
}

/*导航结束*/
@media only screen and (max-width:768px) {
	.sp_nav {
		width: 60px !important;
		margin-top: -66px;
	}
	.sp_nav span {
		width: 36px;
	}
	.nav_show {
		top: 106px;
	}
	.thr_newbox ul li, .thr_newbox0 ul li {
		border: 1px solid #eaeaea;
		padding: 10px;
		margin-bottom:10px;
	}
	.thr_newbox0 ul li:nth-last-child(1) {
		margin-bottom:0px;
	}
	.bigbox {
		width: 94%;
	}
	.fristbox .cen h2, .secondbox .cen h2, .fourbox .cen h2 {
		font-size: 26px;
	}
	.cen p {
		font-size: 14px;
	}
	.fivbox .fivbox_1 {
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		padding: 0px;
	}
	.fivbox_1 dl {
		background: url(../images/tit4.png) no-repeat 10px center, #ffffff;
	}
	.fivbox_2 dl {
		background: url(../images/tit6.png) no-repeat 10px center, #ffffff;
	}
	.fivbox dl dt {
		float: left;
		font-size: 20px;
		font-weight: bold;
	}
	.fivbox dl dd a{
		font-size:16px;
		padding-right:10px
	}
	.secondbox, .thrbox {
		margin-bottom: 30px;
	}
	.fivbox .fivbox_2 {
		width: 96%;
		float: left;
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		padding: 0px 2%;
	}
	.fivbox .fivbox_1, .fivbox .thrbox_2 {
		padding: 0px 2%;
		width: 96%;
		margin-bottom: 30px;
	}
	.thrbox .thrbox_1 {
		width: 100%;
		float: left;
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		margin-right:0px;
		padding: 0px;
	}
	.thrbox_1 dl {
		background: url(../images/tit3.png) no-repeat 10px center, #ffffff;
	}
	.thrbox_2 dl {
		background: url(../images/tit2.png) no-repeat 10px center, #ffffff;
	}
	.thrbox dl dd {
		padding-right:10px;
	
	}.thrbox .thrbox_1, .thrbox .thrbox_2 {
		margin-bottom: 30px;
	}
	.fristbox {
		margin-bottom: 30px;
	}
	.thrbox .thrbox_2 ul, .thrbox .thrbox_1 ul {
		padding: 6px 20px;
	}
	.thrbox .thrbox_2 {
		width: 100%;
		float: left;
		margin-right: 0;
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		padding: 0px;
	}
	.thrbox .thrbox_3 {
		width: 100%;
		float: left;
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		padding: 0px;
	}
	.thrbox_3 dl {
		background: url(../images/tit7.png) no-repeat 10px center, #ffffff;
	}
	.movelinkfloat p {
		text-align:center;
	}
	.movelinkfloat .linkbox1 ul li, .movelinkfloat .linkbox2 ul li, .movelinkfloat .linkbox3 ul li {
		text-align:center;
		color:#555555;
	}
	.linkbox1 a,.linkbox2 a,.linkbox3 a{
		color:#555555;	
	}
	.move_btm span {
		display: block;
		padding: 10px 0;
		border-bottom: 0;
	}
	.h_center img {
		width: 82%;
	}
	.wap-hidden{
		display:block;
	}
	.pc-hidden{
		display:none;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		left: 30% !important;
	}
	.wfl {
		float: left;
		width: 20%;
		margin-right:2%;
	}
	.wfr {
		width: 78%;
		float: right;
		overflow:hidden;
		white-space: normal;
		text-overflow:ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient:vertical;
	}
	.wp_article_list .list_item .pr_fields {
		width: 70% !important;
	}
	.xcsp{
		width: 94%;
		border: 1px solid #efefef;
		box-shadow: 0px 4px 10px #efefef;
		margin: 0px 3% 30px 3%;
	}
	.neirongye img{
		width:100% !important;
	}
	.newsbox .one_newbox, .newsbox .thr_newbox {
		width: 100%;
		margin-bottom: 20px;
	}
}
 @media only screen and (max-width:414px) {
	.nav_show {
		top: 100px;
	}
	.sp_nav {
		margin-top: -63px !important;
	}
}
 @media only screen and (max-width:375px) {
	.nav_show {
		top: 94px;
	}
	.sp_nav {
		width: 54px;
	}
}
 @media only screen and (max-width:320px) {
	.hid {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.thrbox div ul li .thr_span_fr {
		font-size: 14px;
	}
	.thrbox div ul li .thr_span_fl {
		width: 65%;
	}
	.thr_newbox ul li .title .spanfl, .thr_newbox0 ul li .title .spanfl {
		width: 66%;
	}
	.sp_nav {
		margin-top: -40px;
		top: 5px;
	}
	.nav_show {
		top: 90px;
	}
}