.shou_banner {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.shou_swiper1 {
	width: 100%;
	min-width: 1200px;
	height: 518px
}
.shou_swiper1 a {
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	height: 518px
}
.swiper-pagination {
	bottom: 10px !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.my-bullet {
	background: rgba(0,0,0,0.5);
	zoom: 1;
	color: #fff;
	margin: 0 5px;
	padding: 3px 8px;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.my-bullet-active {
	background: rgba(255,0,0,0.8);
	color: #fff
}

.mod_tips_pian {
	background: #eee;
	height: 65px;
	line-height: 65px;
	font-size: 16px
}

.tips_pian {
	cursor: pointer;
	padding-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tips_pian img {
	width: 30px;
	margin-right: 10px
}

.tips_pian .more {
	height: 27px;
	line-height: 27px;
	background: #eb0500;
	padding: 0 20px;
	border-radius: 15px;
	color: #fff;
	margin-left: 120px
}

.mod_tips_pian .more:hover {
	background: #ee7b1d
}

.chuz {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 46px 0
}

.chuz a {
	display: block;
	width: 20%;
	text-align: center
}

.chuz a em {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 130px;
	background: url("/assets/images/index/p2.jpg") no-repeat
}

.chuz a b {
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0 0 0
}

.chuz a div {
	margin: 10px auto 0 auto;
	width: 107px;
	height: 33px;
	line-height: 31px;
	color: #fff;
	background: #fd7213;
	border-radius: 17px
}

.chuz .chuz02 em {
	background-position: 0 -130px
}

.chuz .chuz02 div {
	background: #7e5be9
}

.chuz .chuz03 em {
	background-position: 0 -260px
}

.chuz .chuz03 div {
	background: #fe4749
}

.chuz .chuz04 em {
	background-position: 0 -390px
}

.chuz .chuz04 div {
	background: #3cc783
}

.chuz .chuz05 em {
	background-position: 0 -520px
}

.chuz .chuz05 div {
	background: #39a4f2
}

.chuz a.chuz06 em {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 130px;
	background: url("/assets/images/index/p-xc.gif") no-repeat;
    background-position: 0 0;
}
.chuz a.chuz06 div {
	background: #39a4f2
}

.tit_h2 {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	float: initial !important;
	font-weight: 700
}

.tit_h4 {
	text-align: center;
	font-size: 16px;
	color: #777;
	margin-bottom: 21px;
	line-height: 32px
}

.graybg {
	background: #f3f5f6
}

.pp_xs_container {
	padding: 26px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pp_xs1 {
	width: 582px
}

.pp-xs-desc {
	background: #fff;
	padding: 0 12px 17px
}

.pp-xs-desc h3 {
	font-size: 16px;
	line-height: 46px
}

.pp-xs-desc p {
	font-size: 14px;
	line-height: 10px
}

.pp-xs-desc font {
	color: red
}

.pp_xs_r {
	margin-left: 16px
}

.pp_xs_r .xdfjc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	width: 602px
}

.pp_xs_r .xdfjc .xdfjc-item {
	width: 292px;
	margin-right: 18px;
	margin-bottom: 18px
}

.pp_xs_r .xdfjc .xdfjc-item:nth-child(2n) {
	margin-right: 0
}

.pp_xs_r .xdfjc .xdfjc-item:nth-last-child(1),.pp_xs_r .xdfjc .xdfjc-item:nth-last-child(2) {
	margin-bottom: 0
}

.pp_xs_r .xdfjc .xdfjc-item .xdfjc-thumb img {
	display: block;
	width: 100%
}

.pp_xs_r .xdfjc .xdfjc-item .xdfjc-desc {
	position: relative
}

.pp_xs_r .xdfjc .xdfjc-item .xdfjc-desc h4 {
	line-height: 48px;
	background: #fff;
	text-indent: 18px;
	font-size: 16px;
	font-weight: 400
}

.pp_xs_r .xdfjc .xdfjc-item .xdfjc-desc .view-btn {
	position: absolute;
	bottom: 10px;
	right: 16px;
	width: 46px;
	height: 46px;
	background: #fe8101;
	border-radius: 50%
}

.pp_xs_r .xdfjc .xdfjc-item .xdfjc-desc .view-btn img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px
}

.went {
	overflow: hidden;
	cursor: pointer
}

.biaoti_h3 h3 {
	text-align: center;
	font-size: 31px;
	font-weight: normal;
	padding-top: 50px;
	padding-bottom: 10px;
    font-weight: bold;
}

.biaoti_h3 p {
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px
}

.hslqzmk2 {
	padding-top: 20px;
	width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.hslqzmk2 a {
	width: 24%;
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #dcdcdc;
	color: #333;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	text-indent: 0;
	overflow: hidden
}

.hslqzmk2 a:nth-child(4n) {
	margin-right: 0
}

.hslqzmk2 a:hover {
	background-color: #f60;
	color: #fff;
	text-indent: 20px
}

.hslqzmk2 a img {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	left: -33px;
	height: 32px;
	line-height: 38px;
	text-indent: 0
}

.hslqzmk2 a:hover img {
	left: 10px
}

.animate {
	-webkit-transition: 0.4s;
	transition: 0.4s
}

.shou_ad {
	text-align: center
}

.shou_ad img {
	height: 121px;
	width: 1200px;
	margin: 0 auto;
    cursor: pointer;
}

.cgz {
	background: #f1f1f1;
	margin: 20px 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cgz .left {
	position: relative;
	width: 416px;
	height: 92px;
	background: #e70012
}

.cgz .left h4 {
	text-align: center;
	font-size: 28px;
	color: #f0ff00;
	padding: 5px 0
}

.cgz .left ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.cgz .left ul li {
	width: 105px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 15px
}

.cgz .left:after {
	display: block;
	content: "";
	position: absolute;
	top: 30px;
	right: -30px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 30px solid #e70012;
	border-bottom: 15px solid transparent
}

.cgz .right {
	width: 784px;
	font-size: 18px;
	padding: 20px 20px 0 60px
}

.kecheng {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 50px
}

.kecheng li {
	width: 49.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 50px
}
.kecheng li:hover a img{
	box-shadow: 0 2px 14px 1px rgb(0 0 0 / 14%), 0 4px 10px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 30%);
}
.kecheng li a {
	display: block
}

.kecheng li img {
	width: 287px;
	height: 252px
}

.kecheng li div {
	width: 270px;
	padding: 0 20px;
	font-size: 16px;
	text-align: center
}

.kecheng li div a {
	display: block;
	height: 200px
}

.kecheng li div h4 {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #ff7200;
	padding: 20px 0 10px 0
}

.kecheng li div em {
	font-style: normal;
	display: block;
	margin: 0 auto;
	width: 225px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #a5a5a5;
	border-radius: 20px
}

.kecheng li div p {
	padding: 10px 0;
	text-align: left;
}

.kecheng li div span {
	cursor: pointer;
	background: #f8760c;
	display: block;
	margin: 0 auto;
	color: #fff;
	width: 225px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px
}

.shou_jiao {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px
}

.shou_jiao li {
	width: 285px;
	background: #fff
}

.shou_jiao li a {
	display: block
}

.shou_jiao li img {
	width: 285px;
	height: 379px
}

.shou_jiao li .shou_jiao_i {
	color: #222;
	padding: 10px;
    border: 1px solid #ccc;
    height: 130px;
    text-align: justify;
}

.shou_jiao li .shou_jiao_i h6 {
	font-size: 22px;
	padding-bottom: 10px
}

.shou_jiao li .shou_jiao_i h6 em {
	font-weight: normal;
	font-size: 16px;
	margin-left: 0px;
    display:block;
}

.shou_jiao li .shou_jiao_i p {
	font-size: 13px;
	color: #777;
	line-height: 20px;
	overflow: hidden;
	height: 60px
}

.xy-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-bottom: 1px solid #bbb;
	-webkit-box-shadow: 0 1px 1px #d6d6d6;
	box-shadow: 0 1px 1px #d6d6d6;
	padding: 40px 0 10px 0
}

.xy-tab li {
	cursor: pointer;
	width: 175px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border-radius: 26px;
	font-size: 18px
}

.xy-tab .on {
	background: #f8760c;
	color: #fff;
	border-radius: 26px
}

.xy-tuku .xy_tuku {
	display: none
}

.xy-tuku .on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.xy_tuku li {
	padding-top: 28px
}

.xy_tuku li a {
	display: block
}

.xy_tuku li a img {
	width: 100%
}

.cjyfw {
	position: relative;
	padding: 20px 0 0;
	overflow: hidden
}

.tit_h2 {
	text-align: center;
	font-size: 31px;
	line-height: 30px;
	font-weight: 700;
    padding-bottom:10px;
}

.tit_h4 {
	text-align: center;
	font-size: 18px;
	/* line-height: 35px; */
	color: #777;
	margin-bottom: 23px
}

.cjyfw_box {
	overflow: hidden
}

.cjyfw_navs {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 42px
}

.cjyfw_navs li {
	display: block;
	cursor: pointer;
	color: #777;
	border: 1px solid #777;
	padding: 4px 22px;
	margin: 0 20px;
	font-size: 18px;
	font-weight: 400
}

.cjyfw_navs .on {
	color: #fff;
	background: #fc7304;
	border: 1px solid #fc7304
}

.cjyfw_con{ height: 314px;}
.cjyfw_con .tempWrap {
	display: none
}

.cjyfw_con .on .tempWrap {
	display: block !important;
	width: 100% !important
}

.cjyfw_con .cjyfw_jytx_con {
	display: none
}

.cjyfw_con .on .cjyfw_jytx_con {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px
}

.cjyfw_jytx_con>a {
	display: block;
	padding: 10px 10px 18px;
	/* -webkit-box-shadow: 0 3px 10px 2px #ddd;
	box-shadow: 0 3px 10px 2px #ddd; */
	margin-right: 10px;
	color: #2f3133;
    background: #f7f3f3;
}

.cjyfw_jytx_con>a:last-child {
	margin-right: 0
}

.cjyfw_jytx_con>a img {
	width: 272.5px;
	height: 165.3px
}

.cjyfw_jytx_con>a h3 {
	padding-top: 10px;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 18px;
	position: relative;
	padding-left: 3px
}

.cjyfw_jytx_con>a h3::after {
	content: "";
	position: absolute;
	width: 64px;
	height: 4px;
	background: #fc7304;
	left: 4px;
	top: 40px;
	position: absolute
}

.cjyfw_jytx_con>a p {
	font-size: 16px;
	padding: 0 5px;
	line-height: 20px
}

.con-slide {
	display: block;
	width: 286px;
	padding: 10px 10px 0;
	-webkit-box-shadow: 0 3px 10px 2px #ddd;
	box-shadow: 0 3px 10px 2px #ddd;
	margin: 10px 9px 4px 9px;
	text-align: center
}

.con-slide .name {
	font-size: 18px;
	line-height: 44px;
	font-weight: normal
}

.con-slide .name .jc-xz {
	color: #e40112;
	margin-left: 10px
}

.con-slide .jiuzhi {
	font-weight: 400;
	font-size: 16px;
	color: #777;
	padding: 2px 0 16px;
	line-height: 16px
}

.hzqy {
	padding-bottom: 30px
}

.hzqy .hd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #858585;
	font-size: 18px
}

.hzqy .hd li {
	margin-right: 70px;
	cursor: pointer;
	font-weight: bold
}

.hzqy .hd li.on {
	color: #f9760c
}

.hzqy_box {
	overflow: hidden
}

.hzqy_box .hzqy_box_item {
	cursor: pointer;
	display: none
}

.hzqy_box .hzqy_box_item img {
	width: 100%
}

.hzqy_box .on {
	display: block
}

.link {
	margin-top: 15px;
	padding: 19px 0 0 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap
}

.link li {
	width: 126px;
	margin-right: 46px;
	line-height: 14px;
	font-size: 14px;
	margin-bottom: 17px
}

.link li:nth-child(7n) {
	margin-right: 0
}

.swiper-pagination-zhuanye .swiper-pagination-bullet-active{
    background: #f8760c;
}