@charset "utf-8";

/* CSS Document*/
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #f1f1f1;

    font-family: "微软雅黑","Arial",Helvetica,"黑体",Arial,Tahoma;

}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal
}

img {
	border: 0;
}

img:hover {
	opacity: 0.9
}

a {
	text-decoration: none;
	color: #666666;
	word-break: break-all;
}

p {
	word-break: break-all;
}

b {
	word-break: break-all;
}

span {
	word-break: break-all;
}



a:hover {
	text-decoration: none;
	color: #ff6600;
	transition: all 0.6s;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.clearboth {
	clear: both;
	border: 0;
	padding: 0;
	margin: 0;
}

.w1200 {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.relative {
	position: relative;
}

.imghover {
	cursor: pointer;
	transition: all 0.6s;
}

.imghover:hover {
	transform: scale(1.2);
}

/*header*/
.header {
	width: 100%;
	height: 100px;
	background: #ffffff;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 9;
}

.header_logo {
	float: left;
	width: 18%;
}

.header_logo img {
	width: 100%;
}

.header_logo .logo {
	margin: 22px 0 0 0;
	display: block;
}

.header_menu {
	float: right;
	z-index: 999;
	position: relative;
}

/*menu*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: auto;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	background: #ffffff;
	margin: 0 30px 0 0;
}

#menu-line {
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 50%;
	height: 3px;
	background: #11315e;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
	float: left;
	height: auto;
	line-height: 100px;
}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu>ul>li>a {
	margin: 20px 0 0 0;
	padding: 25px 32px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	-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>li:hover>a,
#cssmenu>ul>li.active {}

#cssmenu>ul>li.active>a {
	color: #222222;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 20px;
}

#cssmenu>ul>li.has-sub>a::after {
	position: absolute;
	top: 32px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {
	border-color: #11315e;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	height: auto;
}

#cssmenu li:hover>ul {
	left: -34px;
}
#cssmenu .sj_menu{margin-left: 117%;}
#cssmenu.align-right li:hover>ul {
	right: 0;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#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 {
	height: auto;
	line-height: 40px;
	width: 100%;
	/* overflow: hidden; */
}

#cssmenu ul ul li a {
	padding: 0 0px;
	width: 200px;
	height: auto;
	line-height: 36px;
	font-size: 16px;
	background: #11315e;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	text-align: center;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
	background: #006666;
}

#cssmenu ul ul li.has-sub>a::after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
	border-color: #ffffff;
}

/*ibanner*/
.ibanner {
	width: 100%
}

.ibanner .slick-slide img {
	width: 100%
}

.ibanner .slick-prev {
	left: 2%;
	z-index: 9;
}

.ibanner .slick-next {
	right: 2%;
	z-index: 9
}

.ibanner .slick-dots {
	bottom: 5px;
}

.ibanner .slick-dots li button:before {
	color: #cccccc;
}

.ibanner .slick-dots li.slick-active button:before {
	color: #ffffff;
}

.ibanner .slick-prev {
	width: 50px !important;
	height: 50px !important;
	background: url("../images/banner_lico.png") center no-repeat;
	opacity: 0.6
}

.ibanner .slick-next {
	width: 50px !important;
	height: 50px !important;
	background: url("../images/banner_rico.png") center no-repeat;
	opacity: 0.6
}

.ibanner .slick-prev:hover {
	background: url("../images/banner_lico.png") center no-repeat;
	opacity: 1
}

.ibanner .slick-next:hover {
	background: url("../images/banner_rico.png") center no-repeat;
	opacity: 1
}

.ibanner .slick-next:before {
	content: '';
}

.ibanner .slick-prev:before {
	content: '';
}

/*search*/
.i-searchbox {

	position: absolute;
	right: 0;
	padding: 0;
	top: 34px;
	background: #f0f0f0;
	border-radius: 50%;
	z-index: 9999;
}

.i_search_btn {
	display: block;
	width: 12px;
	height: 12px;
	padding: 10px !important;
	float: right;
	cursor: pointer
}

.i-search {
	width: 260px;
	height: 40px;
	overflow: hidden;
	float: right;
	/* margin: 0 30px 0 0; */
	border-radius: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 9;
	background: #fff;
}

.i-search .search-txt {
	width: 200px;
	padding-left: 10px;
	height: 38px;
	line-height: 38px;
	color: #666666;
	border: none;
	background: #ffffff;
	outline: none;
}

.i-search .search-btn {
	width: 48px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border: none;
	background: url(../images/ico_search2.png) center no-repeat #333333;
	cursor: pointer;
	color: transparent;
}

.i-search .search-btn:hover {
	background: url("../images/ico_search2.png") center no-repeat #ff9900;
}

/*newinfo_box*/
.newinfo_box {
	margin: 20px auto;
	width: 1300px;
	height: auto;
	overflow: hidden
}

/*new_box*/
.new_box {
	width: 960px;
	float: left;
	background: #ffffff;
	height: 333px;
	overflow: hidden;
	padding: 15px;
}

/*inewsbox*/
.inewsbox {
	width: 490px;
	float: right;
	margin: 0 5px 0 0
}

.news_pic {
	width: 440px;
	height: auto;
	float: left;
}

.news_pic .slick-slide img {
	width: 440px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.news_pic .slick-prev {
	left: 2%;
	z-index: 9;
}

.news_pic .slick-next {
	right: 2%;
	z-index: 9
}

.news_pic .slick-slide .image {
	   position: relative;
	   display: block;
	   height: 0;
	   width: 100%;
	   padding-top: 75%;
	   overflow:hidden;
}
	position: relative
}

.news_pic .slick-slide .image h2 {
	position: absolute;
	width: 98%;
	bottom: 0;
	left: 0;
	padding: 0 0 0 2%;
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: url("../images/title_bg.png")
}

.news_pic .slick-dots {
	bottom: 10px;
}

.news_pic .slick-dots li button:before {
	color: #cccccc;
}

.news_pic .slick-dots li.slick-active button:before {
	color: #ffffff;
}

.news_pic .slick-dots {
	width: 80px;
	right: 0;
}

.news_pic .slick-dots li {
	width: 10px;
	height: 10px;
	line-height: 10px;
}

.news_pic .slick-dots li button {
	width: 10px;
	height: 10px;
	line-height: 10px;
}

.news_pic .slick-dots li button:before {
	width: 10px;
	height: 10px;
	line-height: 10px;
}

/*newinfo_box_right*/
.ixtlink_box {
	float: right;
	width: 290px;
	height: 363px;
	background: url("../images/xt_bg.jpg") center no-repeat;
	background-size: cover;
}

.ixtlink_box ul {
	padding: 10px 0 0 0;
}

.ixtlink_box li {}

.ixtlink_box li a {
	width: 224px;
	height: 36px;
	line-height: 36px;
	display: block;
	margin: 2px auto;
	background: #ffffff;
	border-radius: 10px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	text-align: left;
}

.ixtlink_box li a:hover {
	background: #ffeedc
}

.ixtlink_box li a span {
	display: block;
	float: left;
	width: 4px;
	height: 20px;
	text-align: center;
	margin: 6px 0 10px 15px;
}

.ixtlink_box li a span img {
	width: 32px;
	height: 32px;
}

.ixtlink_box li:hover span {
	transition: all 0.6s;
}

/*qt_box*/
.qt_box {
	width: 1300px;
	margin: 0 auto -10px auto;
	height: auto;
	overflow: hidden;
}

.qt_box .qt_box_l {
	width: 420px;
	float: left;
	background: url("../images/qtboxbg_01.jpg") top center no-repeat #ffffff;
	border-top: #11315e 2px solid;
	padding: 5px 15px 0 15px;
	box-sizing: border-box;
}

.qt_box .qt_box_c {
	width: 420px;
	float: left;
	margin: 0 0 0 20px;
	background: url("../images/qtboxbg_02.jpg") top center no-repeat #ffffff;
	border-top: #11315e 2px solid;
	padding: 5px 15px 0 15px;
	box-sizing: border-box;
}

.qt_box .qt_box_r {
	width: 420px;
	float: right;
	margin: 0 0 0 0;
	background: url("../images/qtboxbg_03.jpg") top center no-repeat #ffffff;
	border-top: #11315e 2px solid;
	padding: 5px 15px 0 15px;
	box-sizing: border-box;
}

.i_title {
	width: 100%;
	height: 46px;
	position: relative;
	border-bottom: #e1e1e1 1px solid
}

.i_title h2 {
	font-size: 20px;
	line-height: 45px;
	padding: 0 6px;
	font-weight: bold;
	color: #050000;
	border-bottom: #11315e 3px solid;
	float: left
}

.i_title h2 i {
	color: #ca4b27;
	font-style: normal
}

.i_title .i_more {
	display: block;
	position: absolute;
	right: 2px;
	top: 14px
}

.i_title .i_more:hover {
	right: 0;
}

/*list*/
.i_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 12px 0
}

.i_list ul {}

.i_list li {
	width: 100%;
	font-size: 14px;
	color: #a0a0a0;
	line-height: 36px;
	overflow: hidden;
}

.i_list li:hover {
	color: #11315e;
}

.i_list li:hover a {
	color: #ff6600;
	transition: all 0.4s !important;
	padding: 0 0 0 15px
}

.i_list li a {
	padding-left: 10px;
	color: #3b3b3b;
	font-size: 16px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 82%;
	background: url("../images/ico_001.png") left center no-repeat;
}

.i_list li span {
	float: right;
	color: #666666;
}

/*list2*/

.i_list2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0
}

.i_list2 ul {
	background: url("../images/list_fzbg.png") 6px 26px no-repeat;
}

.i_list2 li {
	width: 100%;
	font-size: 14px;
	color: #a0a0a0;
	line-height: 36px;
	overflow: hidden;
	background: url("../images/list_ico.png") 0 0 no-repeat;
}

.i_list2 li:hover {
	background: url("../images/list_ico.png") 0 -34px no-repeat;
	transition: all 0.4s !important;
	color: #11315e;
	padding: 0 0 0 5px
}

.i_list2 li:hover a {
	color: #ff6600;
}

.i_list2 li a {
	padding-left: 6px;
	color: #3b3b3b;
	font-size: 16px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 82%
}

.i_list2 li span {
	float: left;
	margin: 0 0 0 17px;
	color: #666666;
	font-weight: bold;
}

/*friendlink*/
.friendlink {
	width: 1300px;
	margin: 0 auto;
	border: #ebebeb 1px solid;
	background: #ffffff;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	bottom: -25px;
}

.friendlink_ico {
	font-size: 14px;
	float: left;
	width: 155px;
}

.friendlink_ico span {
	background: #ebebeb;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	padding: 10px;
	margin: 10px 10px 10px 15px;
	float: left
}

.friendlink_ico h2 {
	font-size: 18px;
	line-height: 60px;
	color: #333333;
	font-weight: bold;
	float: left
}

.friendlink_list {
	width: 1120px;
	float: right;
	height: auto;
	overflow: hidden
}

.friendlink_list ul {
	width: 1100px;
}

.friendlink_list li {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	width: auto;
	padding: 0 9%;
	float: left;
	text-align: left;
}

.friendlink_list li a {}

/*list*/
.lm-right {
	width: 940px;
	float: right;
	margin-right: 0;
	border: #eaeaea 1px solid;
	background: #ffffff;
	min-height: 400px;
}

.this-name {
	border-bottom: #e6e6e6 1px solid;
	line-height: 0px;
	height: 55px;
	padding: 0 0;
	margin: 10px 20px 0 20px
}

.this-name h1 {
	color: #11315e;
	font-size: 20px;
	font-weight: bold;
	line-height: 54px;
	padding: 0 10px 0 10px;
	float: left;
	border-bottom: #11315e 3px solid;
}

.this-name span {
	float: right;
	color: #666;
	font-size: 14px;
	background: url("../images/this_ico.png") left 16px no-repeat;
	padding: 0 0 0 20px;
	height: 55px;
	line-height: 50px;
}

.this-name span a {
	color: #666
}

.lm-right .lm_list {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 20px;
	min-height: 600px
}

.lm-right .lm_list {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 20px;
}

.lm-right .lm_list li {
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	color: #999999;
	text-align: right;
	padding: 0 10px;
	border-bottom: #e0e0e0 1px dashed;
}

.lm-right .lm_list li a {
	color: #4a4a4a;
	float: left;
	padding-left: 15px;
	background: url("../images/ico_002.png") left center no-repeat;
	text-align: left;
	white-space: nowrap;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lm-right .lm_list li:hover {
	background: #ececec;
	color: #11315e
}

.lm-right .lm_list li a:hover {
	background: url("../images/ico_002.png") left center no-repeat #ececec;
	color: #11315e
}

.lm-right .list-fy {
	text-align: center;
	margin: 0px auto 20px auto;
	min-height: 40px;
}

/*listsub*/
.listmain {
	height: auto;
	position: relative;
	padding: 0 0 0 0;
	width: 1200px;
	margin: 15px auto;
}

.lm-left {
	width: 236px;
	float: left;
	background: #ffffff;
	padding: 0 0 0 0;
}

.lm-left .left-lmname {
	background: #11315e;
	position: relative;
	height: 80px;
	line-height: 60px;
	padding: 7px;
	box-sizing: border-box;
	overflow: hidden;
}

.lm-left .left-lmname h1 {
	color: #ffffff;
	font-size: 24px;
	line-height: 80px;
	padding: 0 0 0 0;
	z-index: 999;
	text-align: center;
	border: ##11315e 1px solid;
}

.lm-left .left-lmname span {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}

.lm-left .list-sub {
	height: auto;
	overflow: hidden;
	width: 234px;
	padding: 0 0;
	border: #e9e9e9 1px solid;
}

.lm-left .list-sub a {
	display: block;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	cursor: pointer;
	color: #333333;
	text-align: center;
	border-bottom: #d7ecef 1px solid;
}

.lm-left .list-sub a:last-child {
	border-bottom: none
}

.lm-left .list-sub a:hover {
	background: #dff1f1;
	color: #11315e;
}

.lm-left .list-sub #this-on {
	background: #c8d8ef;
	font-weight: bold;
	color: #11315e;
}

/*listbanner*/

.list_banner {
	width: 100%;
	text-align: center;
	background: #eff3f6;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.list_banner img {
	width: 100%;
}

/*content*/
.c-content {
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 30px auto 40px auto;
	padding: 0 20px;
}

.c-content .c-title {
	font-size: 28px;
	color: #000000;
	line-height: 50px;
	text-align: center
}

.c-content .other-s {
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #222222;
	background: #f7f7f7;
	margin: 15px auto 0 auto;
	position: relative;
}

.c-content .other-s .sjfx {
	position: absolute;
	right: 10px;
	top: 10px;
}

.c-content .nr-info {
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: left
}
.c-content .nr-info img{
	max-width:500px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.c-content .nr-info p {
	line-height: 32px;
	margin: 15px 0;
	text-indent: 2em;
	text-align: left;
	color: #000000;
	/* font-size: 16px !important; */
	font-weight: normal;
	text-decoration: none;
	font-size: 18px !important;
	line-height: 34px;
	font-family: "微软雅黑","Arial",Helvetica,"黑体",Arial,Tahoma;
	text-indent: 2em;
}

.wz_fj {}

.wz_fj p {
	line-height: 36px;
	color: #11315e;
	font-size: 16px;
	background: url("../images/ico_fj2.png") left center no-repeat;
	padding: 0 0 0 20px
}

.wz_fj a {
	line-height: 36px;
	font-size: 16px;
}

.wzclose-relative {
	text-align: center;
	margin-top: 30px;
}

.wzclose-relative span {
	margin: 0 15px;
}

.i-sxt {
	border-top: #e4e4e4 1px solid;
	margin: 20px auto;
	padding: 20px 0;
}

.i-sxt p {
	display: block;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.i-sxt a {
	color: #555555;
	font-size: 16px;
	line-height: 36px;
}

.i-sxt a:hover {
	color: #ff6600;
}

.pic-list {
	width: 900px;
	overflow: hidden;
	height: auto;
	margin: 20px auto;
}

.pic-list ul {
	width: 925px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.pic-list li {
	margin-right: 25px;
	float: left;
	margin-bottom: 0;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}

.list_img {
	width: 260px;
	height: 175px;
	padding: 10px;
	border: #cccccc 1px solid;
	overflow: hidden;
	display: block;
}

.list_txt {
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: block
}

.pic-list li img {
	width: 260px;
	height: 175px;
}

.pic-list li img:hover {}

.pic-list li a {}

.pic-list li a:hover {
	color: #000;
}

.pic-list li span {
	text-align: center;
	width: 100%;
	line-height: 40px;
	color: #666;
	display: block
}

/*LINK*/
.cont_yxbm_rigB {
	width: 896px;
	margin: 0 auto;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	padding: 20px 20px;
	overflow: hidden;
}

.cont_yxbm_rigB h2 {
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	border-left: 3px solid #ff6600;
	background: #f1f1f1;
	margin-bottom: 10px;
	font-size: 18px;
}

.cont_yxbm_rigB ul {
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
	width: 110%;
}

.cont_yxbm_rigB ul li {
	width: 19%;
	height: 34px;
	float: left;
	text-align: left;
	line-height: 34px;
	border: 1px solid #f1f1f1;
	padding: 0 10px;
	margin: 5px 2.1% 5px 0;
	display: inline;
	font-size: 14px;
}

.cont_yxbm_rigB ul li.curr {
	background: #6699cc;
	color: #FFF;
}

.cont_yxbm_rigB ul li.curr a {
	color: #FFF;
}

.cont_yxbm_rigB ul li:hover {
	background: #6699cc;
	color: #FFF;
}

.cont_yxbm_rigB ul li:hover a {
	color: #FFF;
}

/*footer*/
.footer {
	padding: 50px 0 20px 0;
	background: url("../images/footer_bg.png") center center #11315e no-repeat;
	background-size: cover
}

.copright {
    width: 1300px;
    margin: 0 auto;
}

.copright p {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center
}

.rdzt {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top:50px;
}

.img-slikk {
    /* margin: 0 -10px; */
    touch-action: auto;
    width: 100%;
}

.img-slikk .slick-prev {
    width: 36px;
    height: 60px;
    background: url(../images/left.png)center no-repeat;
    left: 20px;
    top: 42%;
    z-index: 9999;
}

.img-slikk .slick-next {
    width: 36px;
    height: 60px;
    background: url(../images/right.png)center no-repeat;
    right: 20px;
    top: 42%;
}

.rdzt a {
    display: block;
    margin: 0 10px;
}

.rdzt a:hover p {
    color: #24a6b5;
}

.rdzt-img {
    display: block;
    position: relative;
    /* padding-top: 62%; */
    overflow: hidden;
    margin-bottom: 18px;
}

.rdzt-img img {
    display: block;
    /* position: absolute; */
    left: 0;
    /* object-fit: contain; */
    top: 0;
    width: 100%;
    height: 224px;
}




.rdzt a p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
 .fg-img{

display: block;

/* position: relative; */

/* padding-top: 150%; */

/* margin-top: 35px; */

overflow: hidden;

/* margin-bottom: 18px; */
}

 .fg-img p{
	  font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
 }
 .fg-img img {
    display: block;
    /* position: absolute; */
    left: 0;
    /* object-fit: contain; */
    top: 0;
    width: 433px;
    height: 223px;
    /* transition: 0.5s all; */
    /* transform: scale(1, 1); */
}

 .fg-img:hover img {
    transform: scale(1.05, 1.05);
}


 .gzzd {
 
width: 100%;
 
display: block;
 
margin-bottom: 20px;
 
margin-top: 50px;
}
 .box{
 display:flex;
 }