@import url(main2.css);

.title {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 30px;
	text-align: center;
}

.title a {
	color: #0f58d6;
}

.i_pro {
	padding: 40px 0;
	background: #f6f7f7;
}

.i_pro-inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.i_pro_tit {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 30px;
}

.i_pro_tit a {
	color: #0f58d6;
}

.i_pro_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.i_pro_btn {
	position: absolute;
	top: 20px;
	right: 0;
	width: 85px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.i_pro_btn .i_pro-button-next {
	width: 40px;
	height: 40px;
	background: #e1e1e1;
	display: flex;
	align-items: center;
}

.i_pro_btn .i_pro-button-next:after {
	font-size: 24px;
}

.i_pro_btn .i_pro-button-next:hover {
	background: #0f58d6;
}

.i_pro_btn .i_pro-button-prev {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	background: #e1e1e1;
	display: flex;
	align-items: center;
}

.i_pro_btn .i_pro-button-prev:after {
	font-size: 24px;
}

.i_pro_btn .i_pro-button-prev:hover {
	background: #0f58d6;
}

.i_pro_btn .swiper-button-prev,
.i_pro_btn .swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto;
}

.i_pro_btn .swiper-button-next,
.i_pro_btn .swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.i_pro_btn .swiper-button-next:hover,
.i_pro_btn .swiper-button-prev:hover {
	color: #FFF;
}

.i_pro-wrapper {
	display: flex;
	justify-content: space-between;
}

.swiper-slide span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper-slide span img {
	width: 100%;
	transition: .5s;
}

.swiper-slide p {
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	background: #FFF;
	color: #0f58d6;
	transition: .5s;
}

.swiper-slide:hover span img {
	transform: scale(1.2);
	transition: .5s;
}

.swiper-slide:hover p {
	background: #0f58d6;
	color: #FFF;
	transition: .5s;
}



.i_about {
	background: #f6f7f7;
	width: 100%;
	min-width: 1200px;
	padding: 30px 0;
}
.i_about1{
	position:relative;
}
.i_about_tit {
	text-align: center;
	width:500px;
	margin:0 auto;
	overflow:hidden;
}
.i_about_tit3 {
	position: absolute;
	left: calc(50% - 150px);
	background: #f6f7f7;
	border-radius: 0 0 0 50px;
	padding-left: 50px;
}

.i_about_tit h3 {
	font-size: 30px;
	line-height: 60px;
	color: #0f58d6;
}
.i_about_tit3 h3{
	float:left;
}
.i_about_tit2 h3{
	color:#F47B20;
}
.i_about_tit5 h3{
	color:#009843;
}
.i_about_tit div span{
	float:left;
	color:#666;
	margin-top:15px;
}
.i_about_tit div{
	overflow:hidden;
}
.i_about_tit3 img{
	width:20px;
	float:left;
	margin-top:5px;
}
.i_about_tit a img:nth-child(2),.i_about_tit a:hover img:first-child{
	display:none;
}
.i_about_tit a:hover img:nth-child(2){
	display:block;
}
.i_about_tit a span{
	float:left;
}

.hw {
	font-size: 30px;
	line-height: 60px;
	color: #009843;
}


.i_about_sub {
	width: 1200px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}

.i_about_con {
	width: 520px;
	padding: 0px;
}
.i_about_tit3+div .i_about_con{
	margin-top:50px;
}
.i_about_con h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
}

.i_about_con p {
	font-size: 16px;
	line-height: 32px;
}

.i_about_con span {
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	display: block;
}

.i_about_sub .h3 {
	color: #009843;
}

.i_about_img {
	width: 590px;
    margin-top:35px;
}

.i_about_img video {
	width: 100%;
	height: auto;
}

.i_quick {
	width: 1200px;
	margin: 30px auto 0;
}

.i_quick ul {
	display: flex;
	justify-content: space-between;
}

.i_quick ul li {
	width: 24%;
}

.i_quick ul li div {
	width: 100%;
	height: auto;
	background: #485a64;
	overflow:hidden;
}

.i_quick ul li div img {
	width: 100%;
}
.i_quick ul li div:hover img{
	transform: rotate(360deg);
	transition:1s;
}

.i_quick ul li h4 {
	color: #0f58d6;
	font-size: 18px;
	line-height: 40px;
}

.i_quick ul li p {
	font-size: 14px;
	line-height: 28px;
}

.i_quick ul li span {
	font-size: 14px;
	line-height: 28px;
}

.i_news {
	width: 1200px;
	margin: 0px auto 0;
	display: flex;
	justify-content: space-between;
}

.i_news_tit {
	margin-bottom: 10px;
	border-bottom: 2px solid #909090;
	display: flex;
	justify-content: space-between;
}

.i_news_tit h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
}

.i_news_tit h4 a {
	color: #0f58d6;
}

.i_news_tit span {
	font-size: 14px;
	line-height: 40px;
}

.i_news_tit span a {
	color: #ccc;
}

.i_news_left {
	width: 46%;
}

.i_news_right {
	width: 46%;
}

.i_news_list li {
	border-bottom: 1px dashed #999;
	height: 40px;
	line-height: 40px;
	background: url(../image/i_news_icon.jpg) 5px center no-repeat;
	padding-left: 20px;
}

.i_news_list li a {
	color: #606060;
}

#ind_supply {
	width: 100%;
	margin: 0 auto;
	height: 250px;
	background-color: #0f58d6;
	box-sizing: border-box;
	padding: 4rem;
}
.ind_supply1#ind_supply{
	background:#F47B20;
}

#ind_supply h3 {
	float: left;
	font-size: 1.0rem;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 2.2;
	border-bottom: 2px solid #fff;
	margin: 0 1.5rem;
}

#ind_supply li {
	float: left;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	width: 19%;
	line-height: 3;
	cursor:pointer;
}

#ind_supply li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	transition: all ease-out .5s;
	-webkit-transition: all ease-out .5s;
}
#ind_supply li:hover img{
	transform:rotate(360deg);
	transition:1s;
}
#ind_supply.ind_supply1 li img:last-child,#ind_supply.ind_supply1 li:hover img:first-child{
	display:none;
}
#ind_supply.ind_supply1 li:hover img:last-child{
	display:block;
}
.wh {
	width: 1200px;
	margin: 0 auto;
}

.box1 {
	overflow: hidden;
	padding: 35px 0 60px;
}

.b1_index {
	width: 1216px;
	overflow: hidden;
	margin: 25px -8px 0 -8px;
	text-align:center;
}

.b1ul1 {
	display:inline-block;
}

.b1ul1 li {
	width: 100px;
	height: 46px;
	background-color: #f5f5f5;
	margin: 10px;
	text-align: center;
	display: inline-block;
	float:left;
}
.b1ul3 li {
	width: calc(33% - 20px);
}
.b1ul1 li:hover {
	background-color: #0f58d6;
}
.b1ul3 li:hover {
	background-color: #F47B20;
}
.b1ul5 li:hover {
	background-color: #009843;
}
.b1ul6 li:hover {
	background-color: #006db8;
}
.b1ul1 li a {
	display: block;
	width: 100%;
	line-height: 46px;
	font-size: 15px;
	color: #474747;
}

.b1ul1 li:hover a {
	color: #ffffff;
}

.b1_index .bd {
	margin-top: 47px;
	width: 100%;
	overflow: hidden;
}

.b1_index .bd .b1ul2 {
	width: 100%;
	overflow: hidden;
}

.b1_index .bd .b1ul2 li {
	float: left;
	margin: 0 8px 14px 8px;
	position: relative;
	width: calc(25% - 20px);
	border: solid 1px #e5e5e5;
	position:relative;
}
.b1_index .bd .b1ul5 li {
	width: calc(33% - 15px);
}

.b1_index .bd .b1ul2 li:hover {
	box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 19%);
}

.b1_index .bd .b1ul2 li .b1img1 {
	width: 100%;
	position: relative;
}

.b1img1 img {
	width: 100%;
	height: 100%;
	display: block;
}

.b1_index .bd .b1ul2 li .b1con1 {
	width: 100%;
	height: 60px;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #474747;
}
.b1_index .bd .b1ul2 li:after{
	content:'';
	width:0;
	height:60px;
	position:absolute;
	left:0;
	bottom:0;
	background:#0f58d6;
}
.b1_index .bd .b1ul2 li:hover:after{
	width:100%;
	transition:1s;
}
.b1_index .bd .b1ul2 li:hover .b1con1 {
	color: #ffffff;
	transition:1s;
	background:none;
	position:relative;
	z-index:99;
}
.b1_index .bd .b1ul2 li:hover .b1con2{
	background:#F47B20;
}
.b1_index .bd .b1ul2 li:hover .b1con5{
	background:#009843;
}
.b1_index .bd .b1ul2 li:hover .b1con6{
	background:#006db8;
}
.index_tit h3 {
	font-size: 38px;
	line-height: 1;
	color: #333333;
	margin-bottom: 18px;
}
