* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666;
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
}

.row1 {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top {
	background: url(../imgs/top.png) no-repeat;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.header {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #ddd;
}

.header .main {
	width: 1280px;
	margin: 0 auto;
}

i {
	font-style: normal;
}

.header .main span {
	font-size: 14px;
	color: #666666;
	line-height: 35px;
	margin-right: 18px;
	display: inline-block;
}

.header .main span i {
	color: #F49240;
}

.header .main span.jion {
	background-position: 0 11px;
	text-indent: 20px;
}

.header .main span.line {
	font-size: 12px;
	color: #7D7D7D;
}

.header .main span.home {
	background-position: -110px 11px;
	text-indent: 20px;
}

.logoBox {
	width: 1280px;
	height: 140px;
	margin: 0 auto;
}

.logo {
	margin: 28px 178px 0 0;
	width: 288px;
}

.serachMain {
	width: 568px;
	height: 44px;
	border: 1px solid #F49240;
	border-radius: 3px;
	margin-top: 34px;
}

.serachMain select {
	border: none;
	width: 93px;
	outline: none;
	font-size: 16px;
	height: 22px;
	margin: 12px 0 0 23px;
}

.serachMain input {
	width: 400px;
	outline: none;
	height: 44px;
	color: #919191;
	border: none;
	text-indent: 26px;
}

.searchBtn {
	padding: 14px 10px 10px 10px;
	cursor: pointer;
}

.tip {
	font-size: 16px;
	padding-top: 12px;
	padding-left: 66px;
}

.tip a {
	color: #4B4B4C;
	display: inline-block;
	padding-right: 4px;
}

.tip span {
	display: inline-block;
	padding: 0 4px;
}

.menu {
	width: 100%;
	height: 50px;
	background: #F49240;
}

.menuBox {
	width: 1280px;
	margin: 0 auto;
}

.menuBox li {
	float: left;
	line-height: 50px;
}

.menuBox li a {
	display: block;
	color: white;
	padding: 0 40px;
}

.menuBox li.active a {
	background: #AE5308;
}

.menuBox li:hover {
	background: #AE5308;
}

.bannerBox {
	width: 100%;
	height: 487px;
	padding-top: 87px;
	background: url(../imgs/banner.png) no-repeat 100% 100%;
}

.bannerMain {
	width: 1280px;
	height: auto;
	margin: 0 auto;
}

.bannerNav {
	width: 608px;
	height: 44px;
	background: #FFFFFF;
	opacity: 0.8;
	border-radius: 22px;
	color: #333333;
	line-height: 44px;
	margin: 0 auto 14px;
}

.bannerNav li {
	float: left;
	width: 152px;
	cursor: pointer;
	text-align: center;
}

.bannerNav li:hover {
	background: #AE5308;
	color: white;
	border-radius: 22px;
}

.bannerNav li.active {
	background: #AE5308;
	color: white;
	border-radius: 22px;
}

.recommend {
	width: 1280px;
	height: 327px;
	background: #B9906E;
	opacity: 0.6;
	border-radius: 23px;
	margin: 0 auto;
}

.recommend .title {
	width: 116px;
	height: 259px;
	margin-top: 31px;
	border-right: 1px solid rgba(255, 255, 255, .3);
}

.recommend .title img {
	display: block;
	margin: 27px auto 12px;
}

.recommend .title p {
	font-size: 26px;
	color: #FFFFFF;
	width: 26px;
	margin: 0 auto;
}

.hot {
	height: 473px;
	width: 100%;
	padding-top: 44px;
	background: #f5f5f5;
}

.hotMain {
	width: 1283px;
	height: 280px;
	margin: 0 auto;
}

.hoteLf {
	width: 414px;
	height: 280px;
	background: #FFFFFF;
	box-shadow: 0px 6px 16px 0px rgba(4, 0, 0, 0.14);
}

.hotMenu {
	width: 100%;
	height: 42px;
	background: #F49240;
}

.hotMenu li {
	line-height: 42px;
	width: 33.3333%;
	float: left;
	text-align: center;
	cursor: pointer;
	color: white;
}

.hotMenu li.active {
	background: #AE5308;
}

.hotMenu li:hover {
	background: #AE5308;
	transform: .3s;
}

.news {
	padding-top: 12px;
	display: none;
}

.news li {
	padding-left: 23px;
	line-height: 38px;
	box-sizing: border-box;
}

.specialty {
	width: 420px;
	margin: 0 14px 0 20px;
}
.list_ul_new_li
{
	padding-left: 23px;
	line-height: 48px;
       border-bottom:1px dashed #000;

}
.list_ul_new_li .title_div
{
    font-size:16px;
}

.list_ul_new_li .intro_div
{
    font-size:14px;
}
.list li {
	float: left;
	width: 202px;
	height: 136px;
	position: relative;
	margin: 0 8px 8px 0;
}


.list li img {
	width: 202px;
	height: 136px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.list li p {
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
	z-index: 10;
	position: relative;
	padding: 22px 0 0 14px;
}

.list li p::after {
	content: '';
	position: absolute;
	width: 14px;
	height: 2px;
	display: block;
	bottom: -8px;
	background: white;
}

.list li a {
	display: block;
}

.list li span {
	display: block;
	margin-top: 30px;
	position: relative;
	z-index: 10;
	margin-left: 14px;
}

.specialtyBg {
	background: url(../imgs/specialy.png) no-repeat;
}

.spe {
	width: 26px;
	height: 30px;
	background-position: 0 0;
}

.feel {
	width: 32px;
	height: 28px;
	background-position: -33px 0;
}

.history {
	width: 35px;
	height: 24px;
	background-position: -71px 0;
}

.regional {
	width: 32px;
	height: 28px;
	background-position: -116px 0;
}

.into li {
	width: 50%;
}

.item {
	display: none;
	padding-top: 15px;
}

.item li {
	width: 50%;
	float: left;
}

.item li a {
	display: block;
}

.imgBox {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	margin: 0 0 24px 17px;
	background: url(../imgs/reader.png) no-repeat;
}

.warkInto {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	margin: 0 0 24px 17px;
	background: url(../imgs/into.png) no-repeat;
}

.book {
	background-position: 0 0;
}

.book1 {
	background-position: -208px 0;
}

.book2 {
	background-position: 0 -78px;
}

.book3 {
	background-position: -208px -78px;
}

.book4 {
	background-position: 0 -156px;
}

.book5 {
	background-position: -208px -156px;
}

.book6 {
	background-position: 0 0;
}

.book7 {
	background-position: -208px 0;
}

.book8 {
	background-position: 0 -78px;
}

.book9 {
	background-position: -208px -78px;
}

.book10 {
	background-position: 0 -156px;
}

.book11 {
	background-position: -208px -156px;
}

.item li h4 {
	font-size: 18px;
	color: #333;
	margin-left: 89px;
	font-weight: 600;
	padding: 3px 0 0 0;
}

.item li p {
	font-size: 16px;
	color: #999;
	margin-left: 89px;
}

.resources {
	width: 1280px;
	height: 104px;
	background: #FFFFFF;
	margin: 26px auto 0;
	box-shadow: 0px 10px 32px 0px rgba(4, 0, 0, 0.06);
}

.resources .name p {
	font-size: 22px;
	color: #333;
	padding-top: 28px;
	padding-left: 15px;
}

.resources .name p span {
	color: #AE5308;
}

.resources .name img {
	margin-left: 86px;
}

.type {
	margin-left: 50px;
}

.type p {
	font-size: 18px;
	color: #333333;
	margin-top: 9px;
}

.typeBox {
	background: url(../imgs/sourceIcon.png) no-repeat;
}

.type1 {
	width: 26px;
	height: 29px;
	margin-left: 24px;
	margin-top: 21px;
	background-position: 0 0;
}

.type2 {
	width: 28px;
	height: 26px;
	margin-left: 20px;
	margin-top: 21px;
	background-position: -45px 0;
}

.type3 {
	width: 28px;
	height: 29px;
	margin-left: 4px;
	margin-top: 21px;
	background-position: -92px 0;
}

.type4 {
	width: 28px;
	height: 28px;
	margin-left: 20px;
	margin-top: 21px;
	background-position: -139px 0;
}

.type5 {
	width: 26px;
	height: 26px;
	margin-left: 14px;
	margin-top: 21px;
	background-position: -186px 0;
}

.type6 {
	width: 24px;
	height: 26px;
	margin-left: 14px;
	margin-top: 21px;
	background-position: -234px 0;
}

.type7 {
	width: 33px;
	height: 31px;
	margin-left: 58px;
	margin-top: 21px;
	background-position: -276px 0;
}

.type8 {
	width: 30px;
	height: 27px;
	margin-left: 30px;
	margin-top: 21px;
	background-position: -325px 0;
}

.type9 {
	width: 30px;
	height: 28px;
	margin-left: 20px;
	margin-top: 21px;
	background-position: -370px 0;
}

.newsInfo {
	width: 1280px;
	height: 342px;
	margin: 56px auto 62px auto;
}

.newsMenu {
	width: 100%;
	height: 56px;
	background: #F49240;
	position: relative;
}

.newsMenu li {
	padding: 0 31px;
	line-height: 56px;
	float: left;
	color: white;
	cursor: pointer;
}

.newsMenu li.active {
	background: #AE5308;
}

.detail {
	border: 1px solid #B9B9B9;
	border-top: none;
	padding-top: 20px;
	box-shadow: 0px 10px 32px 0px rgba(4, 0, 0, 0.06);
}
.detail ul{
	display: none;
}
.detail li {
	width: 50%;
	padding-left: 24px;
	float: left;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.detail li .time {
	width: 60px;
	height: 60px;
	border: 1px solid #B1B1B1;
	border-radius: 2px;
}

.detail li .time p {
	font-size: 26px;
	color: #AE5308;
	text-align: center;
}

.detail li .time span {
	font-size: 14px;
	color: #999;
	text-align: center;
	display: block;
}

.detail li h5 {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	display: inline-block;
	width: 500px;
	margin: 4px 0 6px 20px;
}

.detail li .deacription {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	width: 500px;
	margin-left: 20px;
}

.activeBox {
	height: 389px;
	background: #E8DFD7;
}

.activeBox .main {
	width: 1280px;
	padding-top: 51px;
	margin: 0 auto;
}

.dynamicBox {
	width: 418px;
}

.dynamic {
	width: 194px;
	height: 132px;
	background: #FFFFFF;
	margin: 0 15px 15px 0;
}

.dynamic span {
	display: block;
}

.dynamic p {
	font-size: 18px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #333333;
	text-align: center;
}

.dynamicBg {
	background: url(../imgs/gongxiang.png) no-repeat;
}

.classification {
	width: 46px;
	height: 46px;
	margin: 27px auto 16px;
	background-position: 0 0;
}

.act {
	width: 414px;
	height: 280px;
	margin: 0 24px 0 10px;
	position: relative;
}

.consulting {
	width: 414px;
	height: 130px;
	background: #FFFFFF;
}

.online {
	display: block;
	height: 65px;
	line-height: 65px;
	text-align: center;
	border-bottom: 1px dashed #343434;
}

.onlneBg {
	background: url(../imgs/zixun.png) no-repeat;
}

.online span {
	width: 29px;
	height: 28px;
	display: inline-block;
	background-position: 0 0;
	position: relative;
	left: -4px;
	top: 7px;
}

.reference {
	border-bottom: none;
}

.online span.onlneBg2 {
	width: 26px;
	height: 28px;
	display: inline-block;
	background-position: 0 -34px;
	position: relative;
	left: -4px;
	top: 7px;
}

.code {
	width: 414px;
	height: 135px;
	background: #FFFFFF;
	margin-top: 16px;
}

.code li {
	width: 33.33%;
	height: 90px;
	position: relative;
	float: left;
}

.code li::after {
	content: '';
	width: 1px;
	height: 101px;
	background: #BFBFBF;
	position: absolute;
	right: 0;
	top: 18px;
}

.code li:last-child::after {
	width: 0;
}

.code li img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	padding: 18px 0 9px;
	display: block;
	margin: auto;
}

.code li p {
	font-size: 14px;
	color: #333333;
	text-align: center;
}

.link {
	width: 1280px;
	height: 68px;
	margin: 33px auto 44px;
}

.link li {
	width: 220px;
	height: 68px;
	float: left;
	border-right: 1px solid #BFBFBF;
}

.link li:last-child {
	border-right: none;
}

.link .name {
	width: 164px;
}

.link .name p {
	font-size: 22px;
	color: #333;
	padding-top: 4px;
}

.link .name p span {
	color: #AE5308;
}

.link .name img {
	float: right;
	margin-top: 4px;
	margin-right: 50px;
}

.link li.list img {
	display: block;
	margin: 0 auto;
	height: 36px;
	max-width: 190px;
	padding-top: 16px;
}

.back {
	height: 60px;
	background: #F49240;
}

.backMain {
	width: 1280px;
	margin: 0 auto;
}

.backMain span {
	line-height: 60px;
	font-size: 20px;
	font-family: PingFangSC;
	font-weight: 600;
	color: #FFFFFF;
}

.backMain .backBtn {
	width: 110px;
	height: 38px;
	border: 1px solid #F2F2F2;
	border-radius: 2px;
	line-height: 38px;
	font-size: 14px;
	margin-top: 14px;
	display: inline-block;
	float: right;
	text-align: center;
	cursor: pointer;
}

.backMain .backBtn img {
	margin-right: 4px;
}

.footer {
	height: 120px;
	background: #EBEBEB;
}

.footerMain {
	width: 1280px;
	margin: 0 auto;
	font-size: 16px;
	color: #4E4E4E;
	padding-top: 32px;
}

.footerMain p {
	padding-bottom: 10px;
}

.footerMain p span {
	float: right;
}

.swiperBox {
	position: relative;
	width: 906px;
	float: left;
	height: 266px;
	margin-left: 116px;
	margin-top: 31px;
	display: none;
}

.bgRow {
  cursor: pointer;
  outline: none;
	background: url(../imgs/qiehuan.png) no-repeat;
}

.swiper-next {
	position: absolute;
	left: -80px;
	top: 106px;
	background-position: 0 0;
	z-index: 10;
	width: 29px;
	height: 48px;

}

.swiper-prev {
	position: absolute;
	right: -80px;
	top: 106px;
	background-position: -40px 0;
	z-index: 10;
	width: 29px;
	height: 48px;
}


}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	
}
.news-container .swiper-slide{
	width: 414px;
	height: 280px;
}
.news-container .swiper-slide img{
	height: 232px;
	width: 414px;
	display: block;
}
.news-container .swiper-slide p{
background: #FFFFFF;
opacity: 0.7;
height: 48px;
line-height: 48px;
padding-left: 14px;
box-sizing: border-box;
}
.swiper-pagination{
	text-align: right;
	left: auto !important;
	right: 44px;
}

.swiper-pagination-bullet{
background: white;
border: 2px solid #A4A4A4;
border-radius: 50%;
}
.swiper-pagination-bullet-active{
	background: #A4A4A4;
	opacity: 1;
	border: 2px solid  #A4A4A4;
}

.bg3{
	outline: none;
  background: url(../imgs/qiehuan2.png) no-repeat;	
}
.act-next{
	width: 20px;
	height: 20px;
	bottom: 10px;
	right: 110px;
	position: absolute;
	cursor: pointer;
	background-position: 0 0;
	z-index: 20;
}
.act-prev{
	width: 20px;
	height: 20px;
	cursor: pointer;
	bottom: 10px;
	right: 16px;
	position: absolute;
	background-position: -73px 0;
	z-index: 20;
}
.moreDeta{
	right: 16px;
	top: 21px;
	position: absolute;
}

.swiperBox img{
width:190px;
height:266px;
}






