@charset "utf-8";

/* 首页 */
.swiper-banner{
	position: relative;
	overflow: hidden;
}
.swiper-banner .swiper-slide{
	position: relative;
	min-height: 350px;
}
.swiper-banner .swiper-slide .ban_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 350px;
	max-height: 100vh;
}
.swiper-banner .swiper-slide .ban_w{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 1.6;
}
.swiper-banner .swiper-slide .ban_h1{
	font-size: 56px;
	text-shadow:2px 3px 2px rgba(0,0,0,0.5);
	font-weight: bold;
}
.swiper-banner .swiper-slide .ban_h2{
	font-size: 18px;
	text-shadow:2px 3px 2px rgba(0,0,0,0.5);
	text-transform: uppercase;
}
.swiper-banner .swiper-slide .ban_h3{
	padding-top: 30px;
}
.swiper-banner .swiper-slide .ban_h3 a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 8px 45px;
	border: 1px solid #fff;
	border-radius: 50px;
}
.swiper-banner .swiper-slide .ban_h3 a:hover{
	background: #fff;
	color: #000;
}
.swiper-notification{
	display: none;
}
.ban_dup,.sban_dup{
	position: absolute;
	bottom: 50px;
	width: 51px;
	height: 51px;
	left: 50%;
	margin-left: -25px;
	text-align: center;
	color: #fff;
	z-index:20;
	cursor: pointer;
}
.ban_dup span,.sban_dup span{
	width: 52px;
	height: 52px;
	background: url(../images/down_ico.png) no-repeat center center;
	animation: downup 1s infinite;
	-webkit-animation: downup 1s infinite;
	display: block;
	background-size: 100%;
}
@keyframes downup{
	from { transform:translate(0,0);}
	60% { transform:translate(0,-15px);}
	to { transform:translate(0,0);}
	}
@-webkit-keyframes downup{
	from { transform:translate(0,0);}
	60% { transform:translate(0,-15px);}
	to { transform:translate(0,0);}
}


.ind_pad{
	max-width: 1612px;
	margin: 0 auto;
}
/* 产品类别 */
.ind_a{
	background: url(../images/ind_abg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4.5%;
}
.ind_tt{
	padding: 4% 0;
	line-height: 1.3;
}
.ind_tt span{
	font-size: 24px;
	position: relative;
}
.ind_tt span::after{
	width: 40px;
	height: 1px;
	position: absolute;
	right: -55px;
	top: 50%;
	content: '';
	background: #000;
}
.ind_tt2 span::after{
	background: #fff;
}
.ind_tt p{
	font-size: 36px;
	text-transform: uppercase;
}

.ind_alist{
	overflow: hidden;
}
.ind_alist .swiper-slide{
	overflow: hidden;
}
.ind_alist .swiper-slide a{
	display: block;
	text-align: center;
}
.ind_alist .swiper-slide img{
	max-width: 98%;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}
.ind_alist .swiper-slide p{
	font-size: 18px;
	padding-top: 8%;
	line-height: 1.3;
}
.ind_alist .swiper-slide a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ind_b{
	background: url(../images/ind_bbg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4.5%;
}
.ind_blist{
	padding: 8% 0;
}
.ind_blist li{
	width: 33.3333%;
	position: relative;
	height: auto;
}
.ind_blist li::after{
	width: 1px;
	height: 70%;
	top: 16%;
	right: 0;
	position: absolute;
	content: '';
	background: rgba(255,255,255,0.5);
}
.ind_blist li:last-child:after{
	display: none;
}
.ind_blist li .padd{
	display: block;
	width:80%;
	margin: 0 auto;
	text-align: center;
	padding:8% 10%;
	box-sizing: border-box;
	height: 100%;
}
.ind_blist li .padd .ico{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	background-size: 100%;
}
.ind_blist li .padd .ico1{
	background-image: url(../images/ind_bico1.png);
}
.ind_blist li .padd .ico2{
	background-image: url(../images/ind_bico2.png);
}
.ind_blist li .padd .ico3{
	background-image: url(../images/ind_bico3.png);
}

.ind_blist li .padd:hover{
	background: rgba(255,255,255,0.9);
	color: #064c91;
}
.ind_blist li .padd:hover .ico{
	transform:rotateY(360deg);
}
.ind_blist li .padd:hover .ico1{
	background-image: url(../images/ind_bico1_hv.png);
}
.ind_blist li .padd:hover .ico2{
	background-image: url(../images/ind_bico2_hv.png);
}
.ind_blist li .padd:hover .ico3{
	background-image: url(../images/ind_bico3_hv.png);
}
.ind_blist li .padd .h3{
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0 16px;
}
.ind_blist li .padd .p{
	font-size: 15px;
}
.indb-pagination{
	text-align: center;
	display: none;
}
.indb-pagination .swiper-pagination-bullet{
	background: rgba(255,255,255,0.5);
	opacity: 1;
}
.indb-pagination .swiper-pagination-bullet-active{
	background: rgba(255,255,255,1);
}
.ind_c{
	overflow: hidden;
	background: #dedede;
}
.ind_c .ind_cli{
	width: 50%;
	position: relative;
	overflow: hidden;
}
.ind_c .ind_cli .img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	min-height: 250px;
	object-fit: cover;
}
.ind_c .ind_cli .ind_ccm{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,47,93,0.2);
	color: #fff;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 4%;
	text-align: center;
}

.ind_c .ind_cli:hover .img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ind_c .ind_ca{
	background: #064c91;
	display: flex;
	justify-content: flex-end;
	padding-left: 3.5%;
	box-sizing: border-box;
}
.ind_capad{
	max-width: 806px;
	width: 100%;
	padding: 4% 0 8%;
}
.swiper-new{
	margin-right: 5%;
	margin-top: 2%;
}
.swiper-new .h3{
	line-height: 1.2;
}
.swiper-new .p{
	line-height: 2.2;
}
.swiper-new .m{
	text-align: right;
}
.swiper-new .m a{
	background: #1969b8;
	color: #fff;
	display:inline-block;
	padding: 7px 20px;
}
.swiper-new .m a:hover{
	background: #fff;
	color:#1969b8;
}
.swiper-new .new-prev,.swiper-new .new-next{
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-color: #fff;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin-right: 20px;
}
.swiper-new .new-prev{
	background-image: url(../images/ind_nl.png);
}
.swiper-new .new-next{
	background-image: url(../images/ind_nr.png);
}


/* 子页面 */
.sub_ban{
	overflow: hidden;
	position: relative;
}
.sub_ban .sban_img{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 350px;
	object-fit: cover;
	max-height: 100vh;
}
.sub_ban .s_bancm{
	position: absolute;
	z-index: 10;
	left: 11.35%;
	right: 11.35%;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}
.sub_ban .s_bancm2{
	align-items: center;
	left:3.5% !important;
	right:3.5% !important;
}
.sub_ban .s_bancm .h3{
	font-weight: bold;
	font-size: 40px;
	line-height: 1.5;
	padding-bottom: 20px;
}
.sub_ban .s_bancm2 .h3{
	font-size: 60px;
}
.sub_ban .s_bancm .i i{
	width: 1px;
	height: 40px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	margin-left:22px;
	display: block;
}
.sub_ban .s_bancm2 .i i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	height: 2px !important;
	margin-left: 0 !important;
	width: 80px;
}
.sub_ban .s_bancm .p{
	font-size: 18px;
	line-height: 2;
	padding-top:2.5%;
}
.sub_ban .s_bancm2 .p{
	padding-top:1%;
	font-size: 30px;
}

.s_bancp{
	position: absolute;
	z-index: 10;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	color: #fff;
}
.s_bancp .s_bancpr{
	width: 50%;
	height: 100%;
}
.s_bancp .s_bancpr .h3{
	align-items: flex-end;
}
.s_bancp .s_bancpr .h3 span{
	display: inline-block;
	vertical-align: top;
	line-height: 1.1;
	padding-right: 5px;
	font-size: 110px;
}
.s_bancp .s_bancpr .h3 strong{
	line-height: 1.5;
}
.s_bancp .s_bancpr .i{
	width: 100%;
	height: 1px;
}
.s_bancp .s_bancpr .i i{
	width: 40px;
	height: 2px;
	background: #fff;
	display: block;
}

.sub_intro{
	overflow: hidden;
	width: 100%;
	position: relative;
    background: #fafafa;
}
.sub_intro .s_img{
	display: block;
	width: 100%;
	height: 100%;
	/* min-height: 350px; */
	max-height: 100vh;
	object-fit: cover;
}
.sub_intro .s_introcm{
	position: absolute;
	right:9%;
	left: 9%;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sub_intro .s_introcm .h3{
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 12px;
	max-width: 600px;
}
.sub_intro .s_introcm .i i{
	width: 40px;
	height: 2px;
	background: #333333;
	display: block;
}
.sub_intro .s_introcm .p{
	line-height: 1.8;
	padding-top:2.5%;
	max-width: 600px;
	width:50%;
}
.sub_intro .s_introcm .d{
	width:56%;
}
.sub_intro .s_introcm .d ul li{
	padding: 8px 8px 8px 0;
}
.sub_intro .intro-bot{
	position: absolute;
	bottom:35px;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 15;
}
.sub_intro .intro-botinl{
	display: inline-block;
	padding: 0 80px;
	position: relative;
}
.sub_intro .intro-bot .swiper-pagination-bullet{
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: 1px solid transparent;
	border-radius: 50%;
	color: #666;
	font-size: 14px;
	background: none;
	margin: 0 10px;
	opacity: 1;
}
.sub_intro .intro-bot .swiper-pagination-bullet-active{
	border-color: #064c91;
	font-weight: bold;
	color: #064c91;
}
.sub_intro .intro-bot .intro-prev,.sub_intro .intro-bot .intro-next{
	position: absolute;
	top: 0;
	width: 50px;
	height: 36px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.sub_intro .intro-bot .intro-prev{
	left: 0;
	background-image: url(../images/s_ban_l.png);
}
.sub_intro .intro-bot .intro-next{
	right: 0;
	background-image: url(../images/s_ban_r.png);
}
.sub_jqral{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.sub_jqral .al_img{
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	min-height: 350px;
	object-fit: cover;
}
.jqral-bot{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 18;
}
.jqral-botinl{
	width: 93%;
	max-width: 800px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	line-height: 70px;
	text-align: center;
	padding: 0 100px;
	box-sizing: border-box;
}
.jqral-title{
	width: 100%;
	font-size: 20px;
}
.jqral-bot .jqral-prev,.jqral-bot .jqral-next{
	position: absolute;
	top: 0;
	width: 34px;
	height: 70px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.jqral-bot .jqral-prev{
	left: 5%;
	background-image: url(../images/s_ban_l.png);
	background-position: left center;
}
.jqral-bot .jqral-next{
	right: 5%;
	background-image: url(../images/s_ban_r.png);
	background-position: right center;
}

/* 案例 */
.anli_padd{
	padding: 0 8.333333%;
	padding-bottom: 3%;
}
.al_tit{
	font-size: 22px;
	text-align: center;
	padding: 30px 0;
}
.al_apad{
	background: #fff;
	padding: 24px;
}
.al_apad li{
	padding: 6px;
	width: 12.5%;
	box-sizing: border-box;
}
.al_apad li a{
	display: block;
	border: 1px solid #e3e3e3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	max-height: 80px;
	box-sizing: border-box;
}
.al_apad li a img{
	max-width: 99%;
	max-height: 99%;
	object-fit: cover;
}

.anli_b{
    padding-top: 10px;
	padding-bottom: 30px;
}
.al_blist{
	overflow: hidden;
}
.al_blist ul{
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}
.al_blist ul li{
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}
.al_blist ul li .a{
	background: #fff;
	align-items: center;
}
.al_blist ul li .img{
	width: 64%;
}
.al_blist ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.al_blist ul li .albr{
	width: 36%;
	padding: 3%;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
}
.al_blist ul li .albr .lg{
	max-width: 60%;
	border: 1px solid #dedede;
	display: inline-block;
	border-radius:5px;
	overflow: hidden;
}
.al_blist ul li .albr .lg img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: 100%;
	max-height: 140px;
	object-fit: cover;
}
.al_blist ul li .albr .p{
	font-size: 18px;
	padding-top:15%;
	line-height: 1.4;
}

/* 关于我们 */
.sub_ab_a{
	border-bottom: 1px solid #dddddd;
}
.sub_ab_a .sub_ab_al{
	width:54%;
	max-width:600px;
}
.sub_ab_a .sub_ab_al .h3{
	line-height: 1.2;
}
.sub_ab_a .sub_ab_ar{
	width: 30%;
	max-width: 338px;
}
.sub_ab_a .sub_ab_ar dl{
	padding: 3% 0;
	border-bottom: 1px solid #dddddd;
}
.sub_ab_a .sub_ab_ar dl:last-child{
	border-bottom: 0;
}


/* 联系 */
.sub_cont{
	max-width: 1400px;
	margin: 0 auto;
}
.cont_p ul{
	padding: 0 3%;
}
.cont_p li{
	flex: 1;
	padding: 2% 1.5%;
}
.cont_p li img{
	max-width: 16%;
}
.cont_p li .h3{
	padding: 5px 0 0;
}
.cont_p li .p{
	line-height: 1.3;
	padding-top: 5px;
}

.cont_map{
	height: 600px;
	margin-top: 30px;
}

/* 新闻 */
.new_padd{
	padding-top: 10px;
	padding-bottom: 60px;
	max-width: 1400px;
	margin: 0 auto;
}
.new_list{
	padding-bottom: 4%;
	padding-top: 2%;
}
.new_list li{
	padding: 3% 0;
	border-bottom: 1px solid #d6d6d6;
	justify-content: space-between;
	align-items: center;
}
.new_list li .new_l{
	width: 20%;
}
.new_list li .new_l .imgs{
	display: block;
	padding-bottom: 71.42%;
}
.new_list li .new_r{
	width: 74.8%;
}
.new_list li .new_r .m{
	display: inline-block;
	padding-right: 30px;
	background: url(../images/m_ico1.png) no-repeat right center;
	color: #064c91;
}
.new_list li .new_r .m:hover{
	color: #D9251B;
}


.pages{
	text-align: center;
}
.pages ul{
	font-size: 0;
}
.pages ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.pages ul li a{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #353535;
	line-height: 26px;
	border: 1px solid #d4d4d4;
	padding: 0 8px;
}
.pages ul li a:hover{
	border-color: #064c91;
	color: #064c91;
}
.pages ul li a.on{
	background: #064c91;
	border-color: #064c91;
	color: #fff;
}
.pages ul li a.pre,.pages ul li a.next{
	width:22px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 26px;
}
.pages ul li a.pre{
	background-image: url(../images/pre_ico.png);
}
.pages ul li a.next{
	background-image: url(../images/next_ico.png);
}
.pages ul li a.pre:hover{
	background-image: url(../images/pre_ico_hv.png);
}
.pages ul li a.next:hover{
	background-image: url(../images/next_ico_hv.png);
}

/* 新闻详情 */
.art_ntit{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 10px;
	line-height: 1.2;
}
.art_ntm{
	text-align: center;
	color: #8f8f8f;
}
.art_nbody{
	padding: 20px 0 4%;
	border-bottom: 1px solid #D6D6D6;
	overflow: hidden;
	min-height: 200px;
	line-height: 1.9;
}
.art_nbody img{
	max-width: 100% !important;
	height: auto !important;
}
.art_npn{
	padding-top: 25px;
}
.art_npn .p{
	width: 48%;
	box-sizing: border-box;
	padding:15px 38px 15px 15px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
}
.art_npn .p p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.art_npn .p a{
	color: #666;
	font-weight: normal;
	display: inline;
}
.art_npn .p:hover{
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.art_npn .p i{
	width: 8px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 30px;
	background: url(../images/art_nico.png) no-repeat center center;
	transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	opacity: 0;
}
.art_npn .p:hover i{
	right: 20px;
	opacity: 1;
}
.art_nfh{
	text-align: center;
} 
.art_nfh a{
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-radius: 4px;
	border: 1px solid #064c91;
	padding: 4px 30px;
	color: #064c91;
}

.art_nfh a:hover{
	background: #064c91;
	color: #fff;
}


.sub_ban .ly_ban{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	max-height: initial;
}
.sub_lypos{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 7% 3.5% 5%;
}
.sub_lycom{
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.sub_lycom .flex{
	flex-wrap: nowrap;
}
.sub_lycom .ly_maxw{
	width:55%;
	padding-top: 5%;
}
.sub_lycom .ly_h3{
	font-size: 20px;
}
.sub_lycom .ly_p{
	font-size:16px;
	padding-bottom: 3%;
}
.sub_lycom .ly_ul li{
	padding: 1% 0;
}
.sub_lycom .ly_ul li .p{
	background: #FFFFFF;
	border-radius: 3px;
	padding: 8px 15px;
	align-items: center;
}
.sub_lycom .ly_ul li .ly_ulnr{
	align-items: flex-start;
}
.sub_lycom .ly_ul li .p span{
	font-size: 15px;
	color: #232323;
	white-space:nowrap;
}
.sub_lycom .ly_ul li .ly_txt,.sub_lycom .ly_ul li .ly_nr{
	flex: 1;
	border: none;
	background: none;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.sub_lycom .ly_ul li .ly_nr{
	line-height: 30px;
	height: 85px;
}
.sub_lycom .ly_ul.ly_w2{
	justify-content: space-between;
}
.sub_lycom .ly_ul.ly_w2 li{
	width: 49%;
}
.sub_lycom .ly_ul .ly_btn{
	width: 150px;
	text-align: center;
	line-height: 42px;
	border-radius: 3px;
	background: #226eba;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	border:none;
	margin-right: 15px;
}
.sub_lycom .ly_ul .ly_res{
	background: #fff;
	color: #064c91;
}
.sub_lycom .ly_ul.ly_last{
	padding-top: 1%;
}
.sub_lycom .form-control{
	height: 30px;
	line-height: 30px;
	flex: 1;
	border: 0;
	font-size: 14px;
	color: #666;
	background: #fff;
}

@media screen and (max-width:1366px) {
	.sub_ban .s_bancm2 .h3{
		font-size: 50px;
	}
	.s_bancp .s_bancpr .h3 span{
		font-size: 96px;
	}
}

@media screen and (max-width:1280px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 50px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 18px;
	}
	.swiper-banner .swiper-slide .ban_h3 a{
		font-size: 16px;
		padding: 6px 40px;
	}
	.ban_dup span,.sban_dup span{
		background-size: 45px;
	}
	
	.ind_tt span{
		font-size: 20px;
	}
	.ind_tt p{
		font-size: 32px;
	}
	
	.ind_blist li .padd{
		padding: 7% 6%;
	}
	.ind_blist li .padd .ico{
		background-size: 50px;
	}
	.ind_blist li .padd .h3{
		font-size: 20px;
	}
	.ind_blist li .padd .p{
		font-size: 14px;
	}
	.swiper-new .new-prev,.swiper-new .new-next{
		width: 40px;
		height: 40px;
	}
	.swiper-new .m a{
		padding: 6px 20px;
	}
	.s_bancp{
		width: auto;
		left: 3.5%;
		right: 3.5%;
		margin-left: 0;
	}
	.s_bancp .s_bancpr .h3 span{
		font-size:88px;
	}
	.sub_ban .s_bancm .h3,.sub_intro .s_introcm .h3{
		font-size: 35px;
	}
	.sub_ban .s_bancm2 .h3{
		font-size: 42px;
	}
	.sub_ban .s_bancm .p{
		font-size: 16px;
	}
	.sub_ban .s_bancm2 .p{
		font-size:28px;
	}
	.sub_ban .s_bancm .i i{
		height: 34px;
	}
	.sub_intro .s_introcm .i i{
		width: 34px;
	}
	.sub_intro .intro-bot{
		bottom: 28px;
	}
	.sub_intro .intro-bot .swiper-pagination-bullet{
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
		margin: 0 8px;
	}
	.sub_intro .intro-bot .intro-prev, .sub_intro .intro-bot .intro-next{
		height: 28px;
		background-size: 24px;
	}
	
	.jqral-botinl{
		line-height: 60px;
	}
	.jqral-title{
		font-size: 18px;
	}
	.jqral-bot .jqral-prev,.jqral-bot .jqral-next{
		width: 32px;
		height:60px;
	}
	
	
	.anli_padd{
		padding-left: 5%;
		padding-right: 5%;
	}
	.al_apad li{
		width: 16.6666%;
	}
	
	.al_blist ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.al_blist ul li .albr .lg img{
		max-height: 100px;
	}
	.al_blist ul li .albr .p{
		font-size: 16px;
	}
	.al_blist ul li{
		padding: 10px;
	}
	
	
	.cont_map{
		height: 500px;
	}
	
}

@media screen and (max-width:1080px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 42px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 17px;
	}
	.swiper-banner .swiper-slide .ban_h3 a{
		font-size: 15px;
		padding: 6px 35px;
	}
	.ban_dup span,.sban_dup span{
		background-size: 40px;
	}
	.ind_tt span{
		font-size: 18px;
	}
	.ind_tt p{
		font-size: 28px;
	}
	
	.ind_alist .swiper-slide p{
		font-size: 16px;
	}
	.ind_blist li .padd .ico{
		background-size: 45px;
	}
	.ind_blist li .padd .h3{
		font-size:18px;
	}
	.ind_blist li .padd .p{
		font-size: 13px;
	}
	.swiper-new .new-prev,.swiper-new .new-next{
		width:35px;
		height: 35px;
	}
	.swiper-new .m a{
		padding: 5px 18px;
	}
	.s_bancp .s_bancpr .h3{
		font-size: 26px;
	}
	.s_bancp .s_bancpr .h3 span{
		font-size:78px;
	}
	.sub_ban .s_bancm .h3,.sub_intro .s_introcm .h3{
		font-size: 30px;
	}
	.sub_ban .s_bancm2 .h3{
		font-size: 35px;
	}
	.sub_ban .s_bancm .p{
		font-size: 15px;
	}
	.sub_ban .s_bancm2 .p{
		font-size: 24px;
	}
	.sub_ban .s_bancm .i i{
		height: 30px;
	}
	.sub_intro .s_introcm .i i{
		width: 30px;
	}
	
	.al_blist ul li .albr .lg img{
		max-height: 80px;
	}
	.al_blist ul li .albr .p{
		font-size: 14px;
	}
	
	.new_list li .new_r .m{
		background-size: 18px;
		padding-right: 26px;
	}
	
	.sub_lycom .ly_maxw{
		width: 60%;
	}
	.sub_lycom .ly_ul li .p{
		padding: 5px 12px;
	}
	.sub_lycom .ly_ul li .p span{
		font-size: 14px;
	}
	.sub_lycom .ly_ul .ly_btn{
		width: 120px;
		line-height: 36px;
	}
	
}

@media screen and (max-width:960px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 38px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 16px;
	}
	.swiper-banner .swiper-slide .ban_h3 a{
		font-size: 14px;
	}
	.ban_dup,.sban_dup{
		bottom: 28px;
	}
	.ban_dup span,.sban_dup span{
		background-size: 40px;
	}
	
	.ind_tt span{
		font-size: 18px;
	}
	.ind_tt p{
		font-size: 26px;
	}
	
	.ind_alist .swiper-slide p{
		font-size: 15px;
	}
	.ind_blist li .padd .ico{
		background-size:40px;
	}
	.ind_blist li .padd .h3{
		font-size:17px;
		line-height: 1.4;
	}	
	
	
	.sub_ban .s_bancm .h3,.sub_intro .s_introcm .h3{
		font-size: 28px;
	}
	.sub_ban .s_bancm2 .h3{
		font-size:32px;
	}
	.sub_ban .s_bancm .p{
		font-size: 14px;
	}
	.sub_ban .s_bancm2 .p{
		font-size: 22px;
	}
	.sub_ban .s_bancm .i i{
		height: 28px;
	}
	.sub_intro .s_introcm .i i{
		width: 28px;
	}
	.sub_ban .s_bancm2 .i i{
		width: 65px !important;
	}
	.cont_map{
		height: 450px;
	}
	.sub_lycom .ly_maxw{
		width: 70%;
	}
}

@media screen and (max-width:810px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 32px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 16px;
	}
	.swiper-banner .swiper-slide .ban_h3 a{
		font-size: 14px;
		padding: 5px 30px;
	}
	.ban_dup,.sban_dup{
		bottom: 20px;
	}
	.ban_dup span,.sban_dup span{
		background-size: 32px;
	}
	.ind_tt{
		padding: 30px 0;
	}
	.ind_tt span{
		font-size: 17px;
	}
	.ind_tt p{
		font-size: 25px;
	}
	
	.ind_alist .swiper-slide p{
		font-size: 15px;
	}
	.pad_08{
		padding:0 4%;
	}
	.ind_blist li .padd .ico{
		background-size:34px;
	}
	.ind_blist li .padd .h3{
		font-size:16px;
		line-height: 1.2;
	}
	.ind_blist li .padd .p{
		font-size: 12px;
	}
	.indb-pagination{
		display: block;
	}
	.ind_blist li .padd:hover{
		background: none;
		color: #fff;
	}
	.ind_blist li .padd:hover .ico1{
		background-image: url(../images/ind_bico1.png);
	}
	.ind_blist li .padd:hover .ico2{
		background-image: url(../images/ind_bico2.png);
	}
	.ind_blist li .padd:hover .ico3{
		background-image: url(../images/ind_bico3.png);
	}
	.swiper-new .new-prev,.swiper-new .new-next{
		width:32px;
		height: 32px;
		margin-right: 15px;
	}
	.swiper-new .m a{
		padding: 4px 16px;
	}
	.s_bancp .s_bancpr{
		width: auto;
	}
	.s_bancp .s_bancpr .h3{
		font-size: 24px;
	}
	.s_bancp .s_bancpr .h3 span{
		font-size:72px;
	}
	.s_bancp .s_bancpr .p{
		font-size: 14px;
	}
	.sub_ban .s_bancm .h3,.sub_intro .s_introcm .h3{
		font-size: 24px;
		padding-bottom: 16px;
	}
	.sub_ban .s_bancm2 .h3{
		font-size: 28px;
	}
	.sub_intro .s_introcm .h3{
		padding-bottom: 10px;
	}
	.sub_ban .s_bancm .p{
		font-size: 13px;
	}
	.sub_ban .s_bancm2 .p{
		font-size: 20px;
	}
	.sub_ban .s_bancm .i i{
		height: 26px;
	}
	.sub_intro .s_introcm .i i{
		width: 26px;
	}
	.sub_ban .s_bancm2 .i i {
	    width: 45px !important;
		height: 1px !important;
	}
	.sub_intro .intro-bot{
		bottom: 22px;
	}
	.sub_intro .intro-bot .swiper-pagination-bullet{
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		margin: 0 5px;
	}
	.sub_intro .intro-bot .intro-prev, .sub_intro .intro-bot .intro-next{
		height: 24px;
		width: 32px;
		background-size: 20px;
	}
	.sub_intro .intro-botinl{
		padding: 0 50px;
	}
	.sub_intro .intro-bot .intro-prev{
		background-position: left center; 
	}
	.sub_intro .intro-bot .intro-next{
		background-position: right center; 
	}
	.sub_intro .swiper-slide{
		padding: 50px 0;
	}
	
	.jqral-botinl{
		line-height: 50px;
	}
	.jqral-title{
		font-size: 16px;
	}
	.jqral-bot .jqral-prev,.jqral-bot .jqral-next{
		width: 30px;
		height:50px;
	}
	.anli_padd {
	    padding-left: 3.5%;
	    padding-right: 3.5%;
	}
	.al_apad li{
		width: 20%;
	}
	.al_apad li a{
		max-height: 60px;
	}
	.al_blist ul li .albr .lg img{
		max-height: 60px;
	}
	.al_blist ul li .albr .p{
		font-size: 12px;
	}
	
	
	.cont_map{
		height: 400px;
	}
	
	
	
	.pages ul li{
		padding: 0 4px;
	}
	.pages ul li a{
		line-height: 22px;
		padding:0 8px;
	}
	.pages ul li a.pre, .pages ul li a.next{
		height: 22px;
		width: 10px;
		background-size: 6px;
	}
	.art_npn .p{
		width: 100%;
		box-shadow:0 0 5px rgba(0,0,0,0.1);
		margin-bottom: 15px;
	}
	.art_npn .p i{
		opacity: 1;
		right: 20px;
	}
	
	.art_ntit{
		font-size: 20px;
		line-height: 1.2;
	}
	
}
@media screen and (max-width:600px) {
	.swiper-banner .swiper-slide .ban_h1{
		font-size: 28px;
	}
	.swiper-banner .swiper-slide .ban_h2{
		font-size: 14px;
	}
	.swiper-banner .swiper-slide .ban_h3 a{
		font-size: 12px;
		padding: 4px 22px;
	}
	.ban_dup,.sban_dup{
		bottom: 15px;
	}
	.ban_dup span,.sban_dup span{
		background-size: 32px;
	}
	
	.ind_tt span{
		font-size: 15px;
	}
	.ind_tt p{
		font-size: 18px;
	}
	
	.ind_alist .swiper-slide p{
		font-size: 13px;
	}
	.ind_blist{
		padding: 6% 0 5%;
	}
	.ind_blist li::after{
		display: none;
	}
	.ind_c .ind_cli{
		width: 100%;
	}
	.ind_c .ind_cli .img{
		min-height: auto;
	}
	.s_bancp .s_bancpr{
		width: auto;
	}
	.s_bancp .s_bancpr .h3{
		font-size: 20px;
	}
	.s_bancp .s_bancpr .p{
		font-size: 12px;
	}
	.s_bancp .s_bancpr .h3 span{
		font-size:52px;
	}
	.s_bancp .s_bancpr .i i {
	    width: 30px;
	    height: 1px;
	}
	.sub_ban .s_bancm{
		left: 4%;
		right: 35%;
	}
	.sub_ban .s_bancm .h3,.sub_intro .s_introcm .h3{
		font-size: 18px;
		padding-bottom: 14px;
	}
	.sub_intro .s_introcm .h3{
		padding-bottom: 8px;
	}
	.sub_ban .s_bancm2 .h3{
		font-size: 22px;
	}
	.sub_ban .s_bancm .p{
		font-size: 12px;
	}
	.sub_ban .s_bancm2 .p{
		font-size: 18px;
	}
	.sub_ban .s_bancm .i i{
		height: 22px;
		margin-left: 16px;
	}
	.sub_intro .s_introcm .i i{
		width: 22px;
		height: 1px;
	}
	.sub_intro .intro-bot {
		bottom: 15px;
	}
	.sub_intro .intro-bot .swiper-pagination-bullet{
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		margin: 0 5px;
	}
	.sub_intro .intro-bot .intro-prev, .sub_intro .intro-bot .intro-next{
		height: 20px;
		width: 25px;
		background-size: 16px;
	}
	.sub_intro .intro-botinl{
		padding: 0 30px;
	}
	.sub_intro .s_introcm{
		left: 5%;
		right: 5%;
		justify-content: flex-start;
		padding-top: 30px;
	}
	.sub_intro .swiper-slide{
		padding: 200px 0 50px;
	}
	.sub_intro .s_introcm .p{
		width: 100%;
	}
	.sub_intro .s_img{
		margin-left: -18%;
	}
	
	.sub_ab_b{
		padding: 20px 0;
	}
	
	.jqral-botinl{
		line-height: 40px;
		padding: 0 65px;
	}
	.jqral-title{
		font-size: 14px;
	}
	.jqral-bot .jqral-prev,.jqral-bot .jqral-next{
		width: 25px;
		height:40px;
	}
	.al_tit{
		padding: 25px 0 15px;
		font-size: 18px;
	}

	.al_apad{
		padding: 12px;
	}
	.al_apad li {
	    width: 33.333%;
	}
	.al_apad li a{
		max-height: 50px;
	}
	.al_blist ul li{
		width: 100%;
	}
	.new_padd{
		padding-bottom: 30px;
	}
	.new_list{
		padding-bottom: 20px;
	}
	.new_list .new_l{
		display: none;
	}
	.new_list li .new_r{
		width: 100%;
	}
	.new_list li .new_r .m {
	    background-size: 15px;
	    padding-right: 20px;
	}
	
	.sub_cont{
		padding-top: 10px;
	}
	.cont_p li{
		flex: auto;
		padding: 3% 1.5%;
		width:50%;
		box-sizing: border-box;
	}
	.cont_p li:first-child{
		width: 100%;
	}
	.cont_p li img{
		max-width:30px;
	}
	.cont_map{
		height: 300px;
	}
	
	.sub_lycom .ly_maxw{
		width: 100%;
	}
	.sub_lypos{
		padding: 50px 3.5% 40px;
	}
	.sub_lycom .flex{
		flex-wrap: wrap;
	}
	.sub_lycom .ly_ul.ly_w2 li{
		width: 100%;
	}
	.sub_lycom .ly_ul li{
		padding: 5px 0;
	}
	.sub_lycom .ly_p{
		font-size: 14px;
	}
	
}

