body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
table,
td,
ul {
	margin: 0;
	padding: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

a {
	cursor: pointer;
}

body,
html {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif, "微软雅黑";
}

img {
	border: none;
	display: inline-block;
}

li {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
	border: none;
}

input::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

input:-moz-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

input::-moz-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

input:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 16px;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #333;
}

b,
em,
h1,
h2,
h3,
h4,
h5,
i,
strong {
	font-style: normal;
	font-weight: normal;
}


.main {
	width:1448px;
	margin: 0 auto;
}

/* 
.main {
	width:1400px;
	margin: 0 auto;
} */
.index_top {
	width: 100%;
	background: url(../image/nav_top.png) top center repeat-x;
	float: left;
	height: 115px;
}

.index_top .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
height: 115px;
}

.index_top .main span {
	padding: 0px 10px;
}

.index_top dl {
	width: 270px;float: right;
}

.index_top dl dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
		color: #fff;
	/*line-height: 36px;*/
}

.index_top dl dd p {
	width: 246px;
	height: 28px;
		background-color: #fff;
		border-radius: 14px;
	border-radius: 50%;
	overflow: hidden;
	border-radius: 14px;
	padding: 0px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.index_top dl dd input {
	/*width: 200px;color: #fff;*/
	padding: 0px 10px;background: transparent;
}

.index_top dl dd img {
	width: 20px;

}

/*导航*/
.nav {
	width: 100%;
	height: 58px;
	line-height: 58px;
	display: flex;
	float: left;
	background-color: #fff;
}

.nav ul {
	width: 100%;
	display: flex;
	line-height: 58px;
	height:58px;
	justify-content: space-between;
	align-items: center;
}

.nav ul li {
	float: left;
	/* width: 100%; */
	text-align: center;
	cursor: pointer;line-height: 58px;
	height:58px;
	display: flex;

	position: relative;width: 100%;
}

.nav ul li:first-child {
	padding-left: 0px;
	border-left: none;
}

.nav ul li:last-child {
	padding-right: 0px;
	border-right: none;
}

.nav ul li>a {
	display: inline-block;
	float: left;
line-height: 58px;
	height:58px;
	text-align: center;
	color: #c4161f;
	width: 100%;
		font-size: 20px;padding:0px 35px;
	font-weight: bold;display: block;

}

.nav ul li img {
	width: 24px;
	vertical-align: middle;
	margin-right: 9px;
	margin-top: -3px;
}

.nav ul li:hover>a,
.nav ul li.active>a {
	background-color: #c4161f;;
	color: #fff;

}

.nav ul li:hover dl {
	display: none;
}

.nav ul li dl {
	width: 160px;

	position: absolute;
	top: 57px;
	display: none;
	z-index: 9;
	left:0px;
}

.nav ul li dl::before {
	content: "";
	position: absolute;
	top: -28px;
	left: 63px;
	border: 15px solid rgba(193, 22, 1, .8);
	border-color: transparent transparent rgba(193, 22, 1, .8) transparent;
}

.nav ul li dl dd {
	height: 59px;
	height: 59px;
	width: 100%;
}

.nav ul li dl dd a {
	height: 59px;
	line-height: 59px;
	width: 100%;
	background-color: rgba(193, 22, 1, .8);
	display: inline-block;
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	/* border: none; */
}

.nav ul li dl dd:last-child a {
	border: none;
}

.nav ul li dl dd a:hover {
	background: #731503
}

/*banner切换*/
.banner {
	width: 100%;
	float: left;
}


.swiper-container1 {
	position: relative;
	top: 0px;
	float: left;
	width: 100%;
}

.swiper-container1 img {
	width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 5px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 17px;
	height: 17px;
	;
	border-radius: 12px;
	margin-right: 0px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	width: 72px;
	background: #cc1506;
	height: 17px;
	;
}
.banner .main{
	position: relative;top: -250px;
}
.swiper-button-prev1{
	background: url(../image/btnr.png) center center no-repeat;
	width: 47px;
	height: 47px;background-size: 100%;
	left: 100px;
	/* background: none; */
}

.swiper-button-next1{
	background: url(../image/btnl.png) center center no-repeat;
	width: 47px;
	height: 47px;background-size: 100%;
	right: 100px;
	/* background: none; */
}
.swiper-button-prev2{
	background: url(../image/btnl1.png) center center no-repeat;
	width: 28px;
	height: 52px;background-size: 100%;
	left: 0px;
}

.swiper-button-next2{
	background: url(../image/btnr1.png) center center no-repeat;
	width:28px;
	height: 52px;background-size: 100%;
	right:0px;
}
.index1 {
	width: 100%;background: url(../image/index1.png) center center no-repeat;height: 820px;float: left;
margin-top: -5px;
}

.index1_1conbanner {
	float: left;
	width: 720px;height: 600px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination2,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20px;
	text-align: right;width: 95%;
	margin-right: 50px;
}



.swiper-pagination2 .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
	;
	border-radius: 10px;
	margin-right: 0px;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
	opacity: 1;
	width: 10px;
	background: #cc1506;
	height: 10px;
	;
}

.index_tit {
width: 100%;	font-size: 36px;
padding: 50px 0px 30px;position: relative;
}
.index_tit p{display: table;margin: 0px auto;}
.index_tit span {
	color: #c4161f;
}
.index_tit i{
	color: #242424;
}
.index_tit  em{
	float: right;
	position: absolute;right: 0px;top: 60px;	font-size: 18px;	color: #c4161f;
}
.index_tit  em a{
	color: #c4161f;
}
.index_tit  em::before{
	position: absolute;
	content: "";
	right: 0px;top: 28px;	background: url(../image/tit_more.png) center center no-repeat;
	width: 50px;
	height: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination2, .swiper-pagination-custom, .swiper-pagination-fraction{
	position: relative;top: -168px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	line-height: 50px;
	background: url(../image/banner1.png) center center no-repeat;border-radius: 0px;
color: transparent;
	

width: 31px;height: 42px;

;}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: url(../image/banner2.png) center center no-repeat;border-radius: 0px;
	width: 31px;	line-height: 50px;text-align: center;
	height: 42px;color: #fff;
}
.index1_l_t{


	left: 40px;
	
	margin-top: -45px;position: relative;
	z-index: 999;
	width: 680px;
}

.index1_l_tl{
		width: 106px;
		height: 128px;background: #b71513;float: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
}
.index1_l_tl span {
	display: flex;
	flex-direction: column;justify-content: flex-end;align-items: flex-end;
}
.index1_l_tl b{
		font-size: 52px;color: #fff;
}
.index1_l_tl span{
		font-size: 16px;	line-height: 24px;color: #fff;
}
.index1_l_tr {
	width: 540px;
	float: right;margin-top: 70px;
}
.index1_l_tr  p{
		font-size: 18px;	color: #333333;margin-bottom: 10px;
font-weight: bold;
	display: inline-flex;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;width: 90%;}
.index1_l_tr  span{
		font-size: 14px;	color: #686868;margin-bottom: 10px;line-height: 26px;	display: inline-flex;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;}
.index1_r{
	width: 700px;
	float: right;
}
.index1_r ul {
	width: 100%;
}
.index1_r ul li {
	width: 100%;
	display: flex;	height: 116px;
}
.index1_r ul li a {
	width: 100%;
	display:inline-flex;height: 116px;align-items: center;
	flex-direction: row;justify-content: space-between;
}
.index1_r ul li a p {
	display: flex;height:111px;align-items:center;margin-top: 5px;
	flex-direction: row;	width: 501px;border-bottom: 1px solid #dddddd;
}

.index1_r ul li a p b{
	width: 80px;margin-right: 20px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;justify-content: center;border-right: 1px solid #dedede;
	
}
.index1_r ul li a p b .text1{
		font-size: 30px;	color: #c4161f;
}
.index1_r ul li a p b .text2{
		font-size: 14px;	color: #7f7f7f;line-height: 30px;
}

.index1_r ul li a p  span{
		font-size: 18px;	color: #333333;	width: 406px;display: flex;   flex-grow: 1;
		line-height: 30px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
}
.index1_r ul li a em{
		width: 149px;
		height: 93px;margin-right: 10px;
}

.index1_r ul li a em img {
	width: 100%;
}
.index1_r ul li:hover a{
	background: #b71513;
	color: #fff;
}
.index1_r ul li:hover a i,.index1_r ul li:hover a span,.index1_r ul li:hover a p b .text1,.index1_r ul li:hover a p b .text2 {
	color: #fff;
}


.index2{
	width: 100%;
	background: url(../image/index2.png) center center no-repeat;float: left;height: 575px;
}
.index3,.index4{
	width: 100%;
	float: left;
}
.index4{
	background: url(../image/index4_bj.png) center center no-repeat;
	height: 640px;
	display: flex;
}

	.index4 .concon2_con ul li{
		margin-bottom: 5px;
	}

.index3 .main,.index4 .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.concon1_tit {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;height: 40px;margin-top: 40px;margin-bottom: 50px;
}
.concon1_tit p{
	font-size: 36px;font-weight: bold;
}
.concon1_tit p i {
	font-weight: bold;
}
.concon1_tit ul li {
	float: left;margin-right: 20px;	font-size: 36px;	color: #242424;font-weight: bold;
}
.concon1_tit ul li.hover a{
		color: #c4161f;
}
.concon1_tit  em{
	float: right;	font-size: 18px;
	color: #c4161f;position: relative;
}
.concon1_tit  em a{
	color: #c4161f;
}
.concon1_tit  em::before{
	position: absolute;
	content: "";
	right: 0px;top: 28px;	background: url(../image/tit_more.png) center center no-repeat;
	width: 50px;
	height: 10px;
}

.concon1_con1{
	width: 100%;
}
.index3{
	background: url(../image/index3_bj.png) center center no-repeat;
	height: 706px;
	display: flex;
}
.index3 .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.concon{
	width: 710px;float: left;
}
.concon1_con {
	width: 100%;
	float: left;
}
.concon1_con ul{
	width: 100%;float: left;
display: none;
height:513px;
}
.concon1_con ul:first-child{
	display:block
}
.concon1_con ul li{
		width: 346px;float: left;
		height: 156px;display: flex;
		flex-direction: column;margin-right: 10px;
		align-items: center;justify-content: flex-start;margin-bottom: 15px;
		
}
.concon1_con ul li:nth-child(2n){
	margin-right: 0px;float: right;
}
.concon1_con ul li a{
	display: inline-flex;
		height: 116px;padding: 20px 30px;
	flex-direction: column;	width: 288px;
	align-items: flex-start;justify-content:center;
	background: #f3f3f3;
}
.concon1_con ul li a b{
		font-size: 16px;		color: #505656;;line-height: 28px;
}
.concon1_con ul li a p{
		font-size: 16px;	color: #060606;line-height: 30px;
}
.concon1_con ul li:hover a,.concon1_con ul li.hover a{
		background: #b71513;
	
}
.concon1_con ul li:hover a b,.concon1_con ul li:hover a p{
	color: #fff;
	
}
.concon1_con ul li i img{
	width: 22px;

height: 7px;}
.concon1_con ul li i img:nth-child(2) {display: none;}
.concon1_con ul li:hover img:nth-child(2) {display: inline-block;}
.concon1_con ul li:hover img:nth-child(2n-1) {display: none;}

.concon2_con{
	width: 100%;
}
.concon2_con ul {
	width: 100%;display: none;
}
.concon2_con ul:first-child{
	display: block;
}
.concon2_con ul li {
	width: 100%;
	display: flex;	height: 87px;margin-bottom: 15px;
}
.concon2_con ul li a {
	width: 100%;
	display:inline-flex;	height: 87px;align-items: center;
	flex-direction: row;justify-content: space-between;background: #f3f3f3;
}
/* .concon2_con ul li a p {
	display: flex;height:111px;align-items:center;margin-top: 5px;
	flex-direction: row;	width: 501px;border-bottom: 1px solid #dddddd;
}
 */
.concon2_con ul li a  b{
	width: 140px;margin-right: 25px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;justify-content: center;border-right: 1px solid #dedede;
	
}
.concon2_con ul li a  b .text1{
		font-size: 30px;	color: #c4161f;
}
.concon2_con ul li a  b .text2{
		font-size: 14px;	color: #7f7f7f;line-height: 30px;
}

.concon2_con ul li a  span{
		font-size: 18px;	color: #333333;	width: 366px;display: flex;   flex-grow: 1;
		line-height: 30px;padding-right: 40px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
}
.concon2_con ul li:hover a{
		background: #b71513;
	
}
.concon2_con ul li:hover a i,.concon2_con ul li:hover a span{
	color: #fff;
	
}
.link{
	width: 100%;
background: url(../image/link_bj.png) center center no-repeat;height: 243px;
float: left;color: #fff;


}
.link .main {
	height: 198px;
	display: flex;
	align-items: center;justify-content:center;flex-direction: row;
}
.tctext{
	display: table;margin: 0pc auto;	font-size: 16px;	color: #ffffff;	line-height: 30px;height: 30px;
}

.linkl{
		width: 125px;	font-size: 30px;	color: #ffffff;	line-height: 30px;float: left;font-weight: bold;
}

.linkc{
	width: 50px;
	float: left;
}
.linkr{
		width: 1223px;float: right;
}
.linkr dl dt{
	line-height: 60px;	font-size: 16px;margin-right: 10px;
}
.linkr dl,.linkr dl dt,.linkr dl dd{
	float: left;
}
.linkr dl dd {
	width: 175px;
	float: left;margin-right: 20px;margin-top: 10px;
}
.linkr dl dd:last-child{
	margin-right: 0px;
}
.linkr dl dd a{
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;background: #fff;display: inline-block;	font-size: 16px;	color: #838383;
}
.linkr dl dd a:hover{
	color: #333;
}


 .swiper-container3 {
        width: 500px;
        height: 500px;
        margin: 20px auto;
    }
    .swiper-slide3 {
        text-align: center;
        font-size: 18px;
        background: #fff;
        line-height: 300px;
    }



.swiper-container3 .swiper-slide{
	width: 336px;
	height: 237px;float: left;
}
.swiper-container3 
{
		width: 100%
}

.swiper-container3 .swiper-wrapper{
	width: 336px;
	height: 237px;
}


.index2_cont{
	width: 336px;
	height: 237px;


	display: flex;

}
.index2_cont dl {
	width: 100%;	height: 237px;
display: flex;align-items: center;justify-items: center;justify-content: center;
flex-direction: column;	background: #fff;
position: relative;cursor: pointer;
}
.index2_cont dl dt {
	position: absolute;
	display: flex;
	flex-direction: column;	width: 288px;
padding: 0px 15px;justify-content: center;
}
.index2_cont dl dt i{	font-size: 18px;	color: #b71513;line-height:44px;font-weight: bold;}
.index2_cont dl dt b{	font-size: 18px;		color: #000000;line-height:34px;padding-bottom: 20px;}
.index2_cont dl dt span{	width: 290px;
	height: 1px;
	background-color: #ffffff;display: inline-block;}
.index2_cont dl dt a img {
	margin-right: 10px;vertical-align: middle;
}
.index2_cont dl dt a img:nth-child(2){
	display: none;
}

.index2_cont dl dt a{
		font-size: 16px;	color: #b71513;line-height: 30px;height: 30px;
}

.index2_cont dl:hover,.index2_cont dl.hover{
	background: url(../image/index2_contbj.png) center center no-repeat;
}
.index2_cont dl:hover dd,.index2_cont dl.hover dd{
		background-color: #c5ae73;
}
.index2_cont dl:hover i,.index2_cont dl:hover b,.index2_cont dl:hover span,.index2_cont dl:hover a,
.index2_cont dl.hover i,.index2_cont dl.hover b,.index2_cont dl.hover span,.index2_cont dl.hover a
{
	color: #fff;
}
.index2_cont dl:hover dt a img:nth-child(2n-1),.index2_cont dl.hover dt a img:nth-child(2n-1){
	display: none;
}
.index2_cont dl:hover dt a img:nth-child(2n),.index2_cont dl.hover dt a img:nth-child(2n){
	display: inline-block;
}



.index2_cont dl dd {
	position: absolute;
	bottom: -24px;right:55px;display: inline-flex;
	align-items: center;justify-content: center;
		width: 48px;line-height: 40px;
		height: 48px;border-radius: 50%;text-align: center;
		background-color: #b71513;
}
.index2_cont dl dd img {
	vertical-align: middle;
}

.index2_cont dl:hover dd b,.index2_cont dl.hover dd b{
	width: 40px;border-radius: 50%;display: inline-block;
	height: 40px;border: 2px dashed #fff;
}

.swiper-button-prev3,.swiper-button-next3{
	top: 334px;
}
.swiper-button-prev3{
	width: 60px;
	height: 60px;left: 0px;

background: url(../image/btnr.png) center center no-repeat;}
.swiper-button-next3{
	width: 60px;
	height: 60px;right: 0px;

background: url(../image/btnl.png) center center no-repeat;}


.swiper-container3.swiper-container-horizontal>.swiper-pagination-progressbar
{
margin-top: 340px;	height: 6px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #c5ae73;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #bb0000 !important;;
    background-color: #bb0000 !important;;
}

















