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: 1274px;
	margin: 0 auto;
}

.index_top {
	width: 100%;
	background: url(../image/nav_top.png) top center repeat-x;
	float: left;
	height: 129px
}

.index_top .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}

.index_top .main span {
	width: 141px;
        color:#fff;
}

.index_top dl {
	width: 250px;
}

.index_top dl dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 36px;
}

.index_top dl dd p {
	width: 226px;
	height: 28px;
	background-color: #ffffff;
	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;
	padding: 0px 10px;
}

.index_top dl dd img {
	width: 20px;

}

.index_top button{border: none; outline: none; position: relative; /*right: 34px;*/ top: 2px; cursor: pointer; background: #fff;}

/*导航*/
.nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: flex;
	float: left;
	background: #104592;
}

.nav ul {
	width: 100%;
	display: flex;
	line-height: 60px;
	height: 60px;
	justify-content: space-between;
	align-items: center;
}

.nav ul li {
	float: left;
	/* width: 100%; */
	text-align: center;
	cursor: pointer;
	display: flex;
	border-right: 1px solid #083373;
	border-left: 1px solid #0052a6;
	padding: 0px 65px;
	position: relative;
}

.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: 17px;
	height: 17px;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 18px;
	font-weight: bold;

}

.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 {

	color: #fff;

}

.nav ul li:hover dl {
	display: block;
}

.nav ul li dl {
	width: 161px;

	position: absolute;
	top: 37px;
	display: none;
	z-index: 9;
	left: 38px;
}

.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;
	;
}

.index1,
.index2,
.index3,
.index4 {
	width: 100%;
	float: left;
	padding-top: 25px;
}

.index1 {
	padding-bottom: 40px;
}

.index2 {
	padding-bottom: 40px;
	padding-top: 40px;;
	background: #f6f6f6;
}

.index1_1,
.index1_2,
.index1_3,
.index2_1,
.index2_2,
.index2_3,
.index3_1,
.index3_2,
.index3_3,
.index4_1,
.index4_2,
.index4_3 {
	float: left;
}

.index_tit {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	height: 40px;
	line-height: 40px;
	align-items: center;
	margin-bottom: 30px;
}

.index_tit b {
	font-size: 24px;
	color: #0061ae;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.index_tit b::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 38px;
	width: 39px;
	height: 3px;
	background-color: #c11601;
}

.index_tit span a {
	font-size: 14px;
	color: #979797;
}
.index_tit span:hover a{
	color: #c11601;;
}
.index1_1,
.index2_1 {
	width: 423px;
}

.index1_2,
.index2_2 {
	width: 371px;
	margin: 0px 40px;
}

.index1_3,
.index2_3,
.index3_3,
.index3_1,
.index3_2 {
	width: 398px;

}
.index3_2{
		margin: 0px 40px;
}

.index1_1conbanner {
	float: left;
	width: 423px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination2,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 90px;
	text-align: left;
	margin-left: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 5px;
}

.swiper-pagination2 .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 14px;
	height: 14px;
	;
	border-radius: 14px;
	margin-right: 0px;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
	opacity: 1;
	width: 14px;
	background: #cc1506;
	height: 14px;
	;
}

.swiper-container2 .swiper-wrapper .swiper-slide p {
	position: absolute;
	left: 0px;
	bottom: 3px;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, .6);
	display: inline-flex;
	align-items: center;
	justify-content: space-between;

}

.swiper-container2 .swiper-wrapper .swiper-slide p b {
	width: 287px;
	margin: 0px 15px 0px 20px;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.swiper-container2 .swiper-wrapper .swiper-slide p i {
	width: 100px;
	text-align: center;
	font-weight: bold;
	line-height: 80px;
	font-size: 24px;
	color: #ffffff;
	background: #c11601;
	display: inline-block;
	float: right;
}

.index1_1con ul {
	margin-top: 25px;
}

ul.index_ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	float: left;
}

ul.index_ul li {
	width: 100%;
}

ul.index_ul li a {
	line-height: 36px;
	font-size: 18px;
	color: #333333;
	width: 95%;
	display: inline-block;
	padding-left: 20px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index2_2 ul.index_ul li a {
	line-height: 32px;
}

ul.index_ul li a::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 15px;
	width: 8px;
	height: 8px;
	background: #b4b4b4;
}

ul.index_ul li:hover a {
	font-weight: bold;
	color: #bf1214;
}

.index1_2con dl dt {
	width: 371px;
	height: 166px;
	overflow: hidden;
}

.index1_2con dl dt img {
	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	-webkit-transition: -webkit-transform .65s;

	-moz-transition: -moz-transform .65s;

	transition: transform .65s;
}

.index1_2con dl dt img:hover {
	webkit-transform: scale(1.3);

	-moz-transform: scale(1.3);

	-ms-transform: scale(1.3);

	-o-transform: scale(1.3);

	transform: scale(1.3);
}

.index1_2con dl dd {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.index1_2con dl dd b {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	color: #444444;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	font-weight: bold;
}

.index1_2con dl dd p {
	width: 100%;
	font-size: 14px;
	color: #747474;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.index1_3con {
	width: 398px;
	height: 440px;
	padding-top: 9px;
	padding-bottom: 5px;

	background:url(../image/index1_3con_bj.png) center center no-repeat;
	color: #fff;
	line-height: 39px;
	;
	/* padding:15px 0px 20px 0px;; */
	float: left;
}

.index1_3con_scroll {
	width: 398px;
	height: 380px;
	overflow-y: scroll;
	;
	float: left;
}

.index1_3con_scroll::-webkit-scrollbar {
	width: 4px;
}

.index1_3con_scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	opacity: 0.2;
	background: fade(@primary-color, 60%);
}

.index1_3con_scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: fade(@primary-color, 30%);
}

.index1_3con dl dt {
	width: 358px;
	padding: 0px 20px;
	line-height: 46px;
	font-size: 18px;
	color: #ffffff;
}

.index1_3con dl dt b,
.index1_3con dl dt i,
.index1_3con dl dt span {
	font-weight: bold;
}

.index1_3con dl b {
	width: 126px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.index1_3con dl i {
	width: 100px;
	margin: 0px 15px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index1_3con dl span {
	width: 90px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index1_3con_scroll p {
	width: 100%;
	float: left;
	height: 38px;
	;
}

.index1_3con_scroll p a {
	width: calc(100% - 40px);
	padding: 0px 20px;
	display: inline-block;
	color: #fff;
	line-height: 38px;
	font-size: 16px;
}

.index1_3con_scroll p a {}

.index1_3con_scroll p:hover a {
	background: rgba(2, 17, 207, .6);
}

.index2_1con dl,
.index2_2con dl {
	width: 100%;
	float: left;
	margin-bottom: 27px;
}
.index2_2con dl{
	margin-bottom: 24px;
}
.index2_1con dl dt,
.index2_2con dl dt {
	width: 119px;
	height: 136px;
	overflow: hidden;
	float: left;
}

.index2_1con dl dd {
	width: 285px;
	float: right;
}

.index2_2con dl dd {
	width: 225px;
	float: right;
}

.index2_1con dl dd b,
.index2_2con dl dd b {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	font-weight: bold;
	/* 	text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: bold; */
}

.index2_1con dl dd p,
.index2_2con dl dd p {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	color: #5a5a5a;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index2_1con dl dt img,
.index2_2con dl dt img {
	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	-webkit-transition: -webkit-transform .65s;

	-moz-transition: -moz-transform .65s;

	transition: transform .65s;
}

.index2_1con dl dt img:hover,
.index2_2con dl dt img:hover {
	webkit-transform: scale(1.3);

	-moz-transform: scale(1.3);

	-ms-transform: scale(1.3);

	-o-transform: scale(1.3);

	transform: scale(1.3);
}

.index2_1con ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.index2_1con ul li {
	width: 119px;
	height: 129px;
	overflow: hidden;
	position: relative;
}

.index2_1con ul li span {
	width: 119px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	font-size: 14px;
	color: #ffffff;
}

.index2_1con ul li b img {
	-moz-transform: scale(1);

	-ms-transform: scale(1);

	-o-transform: scale(1);

	-webkit-transition: -webkit-transform .65s;

	-moz-transition: -moz-transform .65s;

	transition: transform .65s;
}

.index2_1con ul li b img:hover {
	webkit-transform: scale(1.3);

	-moz-transform: scale(1.3);

	-ms-transform: scale(1.3);

	-o-transform: scale(1.3);

	transform: scale(1.3);
}
.index_ulnew{
	width: 100%;
	float: left;
	margin-top: -20px;
}
.index_ulnew li{
	width: 100%;
	float: left;border-bottom: 1px dashed #949494;
}

.index_ulnew li a{
	width: 100%;
	float: left;	height: 78px;
	padding: 0px 16px;
	display: inline-flex;justify-content: space-between;
	
	align-items: center;
	
}
.index_ulnew li a p{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	width: 60px;
}
.index_ulnew li a p b{
		font-size: 24px;	color: #183883;line-height: 24px;
}
.index_ulnew li a span{
	display: flex;
	flex-direction: column;
		width: 320px;	font-size: 18px;	line-height: 24px;	color: #333333;display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
}
.index_ulnew li:hover a span,.index_ulnew li:hover a p b,.index_ulnew li:hover a i{
		color: #c11601;
		font-weight: bold;
}
.index_titbot{
	width: 100%;
	display: flex;
	height: 60px;
	line-height: 24px;

	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom:20px;
	border-bottom: 2px solid #e7ebee;
}
.index_titbot  p{
		font-size: 24px;	color: #0061ae;
		font-weight: bold;
		text-indent: 15px;
		position: relative;
}
.index_titbot  p::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3px;
		height: 25px;
		background-color: #c11601;

}
.index_titbot span a{
		font-size: 14px;color: #979797;
}
.swiper-container3 .swiper-slide{
		width: 305px;
		text-align: center;	font-size: 18px;	color: #444444;	line-height: 24px;
}
.swiper-button-prev3, .swiper-container-rtl .swiper-button-next{
	background: url(../image/btn-l.png) center center no-repeat;	width: 46px;
	height: 81px;
	left: 0px;
	margin-top: -40px;
}
.swiper-button-next3, .swiper-container-rtl .swiper-button-prev{
	background: url(../image/btn-r.png) center center no-repeat;	width: 46px;
	height: 81px;	margin-top: -40px;
	right: 0px;
}
.index4{
	padding-bottom: 70px;
}
.index4 a:hover span{
	color: #c11601;;
}
.index5{
	width: 100%;
	height: 140px;
	border-bottom: 10px solid #c11601;
	background: #183883;
	float: left;
	color: #fff;
	
}
.index5 .main{
		height: 140px;
	display: flex;align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.index5 dl{
		width: 371px;
		padding-right:80px;
		height: 98px;
		float: left;
		display: flex;align-items: center;
		justify-content: center;
		background:url(../image/logo2.png) left center no-repeat;
}
.index5 dl dt p{
	width: 140px;
	float: left;	line-height: 36px;	font-size: 18px;
}
.index5 a{
	color: #fff;
}
.index5 ul{
	width: 800px;
	float: left;	line-height: 36px;	font-size: 16px;
}
.index5 ul li{
	float: left;
}
.index5 ul li b {
	width: 40px;
	float: left;
}
.index5 ul li  p{
	width: 450px;
	float: right;
}
.code{	width: 133px;
	float: right;
	position: relative;top: -30px;	font-size: 14px;	color: #ffffff;line-height: 30px;
	text-align: center;
}