@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_brand {
	margin: 30px auto 0;
}

.i_brand_tit {
	background: linear-gradient(to bottom, #FFF 0, #FFF 20%, #4d71e9 20%, #4d71e9 100%);
}

.i_brand_tit h4 {
	background: url(../image/i_brand_tit_bg.jpg) center 3px no-repeat;
	height: 82px;
	text-align: center;
	color: #FFF;
}

.i_brand_tit h4 p {
	font-size: 34px;
	padding-top: 20px;
}

.i_brand_tit h4 span {
	font-size: 18px;
}

.i_brand_img {
	width: 100%;
	margin: 20px auto 0;
}

.i_brand_img img {
	width: 100%;
	height: auto;
}



.i_about {
	background: #f6f7f7;
	width: 100%;
	min-width: 1200px;
	padding: 30px 0;
}

.i_about_tit {
	text-align: center;
	margin-bottom: 20px;
}

.i_about_tit h3 {
	font-size: 38px;
	line-height: 60px;
	color: #0f58d6;
}

.i_about_sub {
	width: 1200px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}

.i_about_con {
	width: 520px;
	padding: 30px;
}

.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_img {
	width: 590px;
}

.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;
}

.i_quick ul li div img {
	width: 100%;
}

.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;
}


#ind_supply {
	width: 100%;
	margin: 0 auto;
	height: 180px;
	background-color: #0e63d0;
	box-sizing: border-box;
	padding: 3rem;
}

#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;
}

#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;
}
.wh {
	width: 1200px;
	margin: 0 auto;
}

.box1 {
	overflow: hidden;
	padding: 35px 0 60px;
}

.b1_index {
	width: 1216px;
	overflow: hidden;
	margin: 25px -8px 0 -8px;
}

.b1ul1 {
	width: 100%;
	text-align: center;
}

.b1ul1 li {
	width: 97px;
	height: 46px;
	background-color: #f5f5f5;
	margin: 0 8.5px;
	text-align: center;
	display: inline-block;
}

.b1ul1 li:hover {
	background-color: #3083ff;
}

.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;
	float: left;
	margin: 0 8px 14px 6px;
	position: relative;
	width: 287px;
	border: solid 1px #e5e5e5;
}

.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%;
	display: block;
}

.b1_index .bd .b1ul2 li .b1con1 {
	width: 100%;
	height: 58px;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 58px;
	font-size: 16px;
	color: #474747;
}

.b1_index .bd .b1ul2 li:hover .b1con1 {
	color: #ffffff;
	background-color: #3083ff;
}

.index_tit h3 {
	font-size: 38px;
	line-height: 1;
	color: #333333;
	margin-bottom: 18px;
}


.kehu1 .swiper {
	width: 100%;
	height: 100%;
}

.kehu1 .swiper-slide {
	font-size: 18px;
	background: #fff;
}

.kehu1 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.kehu1 .swiper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.kehu1 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.kehu1 .mySwiper2 {
	height: 80%;
	width: 100%;
}

.kehu1 .mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.kehu1 .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.kehu1 .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.kehu1 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kehu{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.kehu>p{
	text-align:center;
	font-size:38px;
	margin-top:70px;
    color:#0e63d0;
}
.kehu>span{
	display:block;
	color:#999;
	font-size:16px;
	margin-top:10px;
	text-align:center;
}
.kehu1{
	overflow:hidden;
}
.kehu1 .mySwiperaa{
	width:100%;
	margin:10px auto;
	border:1px solid #2961c9;
	overflow:hidden;
	box-sizing: border-box;
}
.kehu1 .mySwiper2aa img{
	width:40%;
	float:left;
}
.mySwiper2aa{
	background:#fff;
}
.mySwiper2aa a{
	width:55%;
	left:45%;
	background:#f9f9f9;
	cursor: pointer;
	height:100%;
	position:absolute;
	height:100%;
}
.mySwiper2aa .swiper-slide{
	margin:20px 0;
}
.mySwiper2aa .swiper-slide p{
	background:none;
}
.mySwiper2aa .swiper-slide:hover p{
	color:#2961c9;
}
.mySwiper2aa span{
	display:block;
	width:90%;
	margin:10px auto;
	color:#666;
}
.mySwiper2aa a div{
	background:#2961c9;
	color:#fff;
	width:100px;
	height:40px;
	line-height:40px;
	margin-left:5%;
	border-radius:5px;
	text-align:center;
	font-size:14px;
}
.mySwiperaa p{
	position:relative;
	overflow:hidden;
	cursor: pointer;
}
.mySwiperaa p:hover{
	transition:1s;
}
.mySwiperaa p::after{
	width:50%;
	height:200%;
	content:'';
	left:-100%;
	background:rgba(255,255,255,0.3);
	top:-30px;
	position:absolute;
	transform: rotate3d(1, 1, 1, 145deg);
	transition:1s;
}
.mySwiperaa p:hover:after{
	left:100%;
	transition:1s;
}
.mySwiperaa .swiper-slide{
	border-right:1px solid #2961c9;
}

.a7_b1{
    width: 1260px;
    padding: 40px 10px 35px;
    background: #fbfbfb;
    margin: 0 auto;
    margin-top: 30px;
}
.a7_c1{
    width: 590px;
	float:left;
	padding:0 19px;
}
.a7_c1:last-child{
	float:right;
	border-left:1px solid #ddd;
}
.a7_c1 .fl{
	float:left;
}
.a7_c1 .fr{
	float:right;
}
.a7_c1 img{
	width:100%;
}
.tit_xw1 h2{
    color: #333;
    font:500 22px/30px "Microsoft YaHei";
    padding-left: 36px;
}
.xw_tit1 h2{
  background: url(../images/jjja1.png) no-repeat left center;
}
.xw_tit2 h2{
  background: url(../images/jjja2.png) no-repeat left center;
}
.xw_tit3 h2{
  background: url(../images/jjja3.png) no-repeat left center;
}
a.xw_more1{
    display: block;
    color: #ff6a00;
    font:500 12px/30px "Microsoft YaHei";
     text-transform: uppercase;
}
.a7_c1 i{
    display: block;
    margin-top: 9px;
}
.xw_a1 li{
    font:500 12px/48px "Microsoft YaHei";
    border-bottom: 1px dashed #c9c9c9;
    background: url(../images/hhav1.png) no-repeat left center;
    padding-left: 16px;
}
.xw_a1 li:hover a,.xw_a1 li:hover span{
    color: #0c55d8;
}

.i_news {
    max-width: 100%;
    margin: 30px auto 0;
    background:#ffffff;
    margin-top:30px;
    padding-bottom:30px;
}

.i_news_first {
    width: 55%;
    float: right;
}
.i_news_first div{
    overflow:hidden;
}
.i_news_first div span{
    float:left;
    color:#333;
}
.i_news_first div p{
    float:right;
    color:#666;
}
.i_news_img {
    margin-top: 10px;
    margin-bottom: 15px;
}
.i_news_first .i_news_list>div{
    float:left;
    margin-top: 12px;
}
.i_news_first .i_news_list>div img{
    width:160px;
    height:100px;
    float:left;
}
.i_news_first .i_news_list>div>div{
    float:left;
    margin-left:10px;
    width:calc(100% - 190px);
}
.i_news_first .i_news_list>div>div span{
    display:block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width:60%;
    padding-right:40%;
}
.i_news_first .i_news_list>div>div span i{
    margin-right:-105px;
    font-size:22px;
    color:#333;
    font-style:normal;
    margin-top:-30px;
}
.i_news_first .i_news_list>div>div a{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width:100%;
}
.i_news_first .i_news_list>div>div>div{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width:100%;
    line-height:20px;
    color:#999;
    font-size:12px;
}
.b{
    overflow:hidden;
}
.b span{
    float:left;
    color:#000;
    font-size:16px;
}
.b a{
    float:right;
}
.i_news_img span {
    float: left;
    background: #eb0424;
    display: block;
    width: 213px;
    height: 128px;
    padding-top: 45px;
    text-align: center;
    color: #ffdfd1;
    font-size: 16px;
}

.i_news_img span font {
    color: #FFF;
    font-size: 30px;
}

.i_news_img p {
    color: #ffffff;
}

.i_news_img img {
    float: left;
}

.i_news_sub h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.i_news_sub p {
    color: #CCC;
    font-size: 12px;
    line-height: 20px;
}

.i_news_sub b {
    display: block;
    width: 178px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.i_news_sub b a {
    color: #666;
}

.i_news_list {
    width: 40%;
    float: left;
    margin-top: 23px;
}

.i_news_first .i_news_list {
    width: 100%;
}
.brand_in>div{
    background:#fff;
}
.i_news_list li {
    height: 51px;
    line-height: 40px;
}

.i_news_list li h3 {
    float: left;
    font-weight: 500;
    font-size:14px;
    width:65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.i_news_list .inner{
    padding-bottom:18px;
}
.i_news_list li h3 a:hover {
    color: #eb0424;
}

.i_news_list li span {
    float: right;
}
.xinwen{
	display:block;
}