@charset "utf-8";
html {  
	scroll-behavior: smooth;
	font-size: 100px;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: block;
	max-width: 100%;
	/* width: auto; */
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc{
	text-align: center;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content {
	width: 17.2rem;
	margin: 0 auto;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.fuwu_con{
    text-align:center;
    
}
.fuwu_con img{
      height: 4.5rem;
          margin: auto;
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.phone {
	display: none;
}

[v-cloak]{
	display: none;
}


/*首页*/
.header{
	width: 100%;
	height: 1rem;
	background: #134783;
}
.logo{
	float: left;
	width: 2.5rem;
	margin-top: 0;
	margin-left: -0.18rem;
}
.logo img{
	width: 100%;
}
.menu,.nav02,#menu{
	display: none;
}
.nav{
	float: right;
	margin-right: 0.2rem;
}
.nav li{
	float: left;
	line-height: 1rem;
	padding: 0 0.22rem;
	color: #fff;
	font-size: 0.18rem;
}
.nav a{
	display: block;
	position: relative;
	padding: 0 0.08rem;
}
.nav i{
	width: 100%;
	height: 0.06rem;
	background: #ff7f05;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0,0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.en{
	float: right;
	width: 1.1rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	background: #ff7f05;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 0.16rem;
	margin-top: 0.3rem;
}
.en a{
	display: block;
}
.en i{
	width: 0.08rem;
	height: 0.08rem;
	background: #ff7f05;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.1rem;
}
.ind_top{
	padding: 0.3rem 0;
}
.banner{
	float: left;
	width: 13.05rem;
	height: 3.85rem;
	/* height: 4.6rem; */
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-pagination{
	height: 0.22rem;
	bottom: 0.26rem;
}
.banner .swiper-pagination-bullet{
	width: 0.22rem;
	height: 0.22rem;
	background: url(../images/ind_03.png) no-repeat;
	background-color: #fff;
	background-size: 100% 100%;
	margin: 0 0.1rem;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: url(../images/ind_04.png) no-repeat;
	background-size: 100% 100%;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
	display: none;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	width: 0.69rem;
	height: 0.69rem;
	border-radius: 50%;
	top: auto;
	left: auto;
	bottom: 0.33rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-button-prev img,.banner .swiper-button-next img{
	width: 0.14rem;
	height: 0.1rem;
}
.banner .swiper-button-prev{
	background: rgba(255, 255, 255, 0.3);
	right: 1.38rem;
}
.banner .swiper-button-next{
	background: #ff7f05;
	right: 0.44rem;
}
.bn_box{
	width: 80%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.82rem;
	z-index: 1;
}
.bn_txt{
	color: #fff;
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.2);
	display: inline-block;
	padding-bottom: 0.25rem;
	margin-bottom: 0.32rem;
}
.bn_txt h1{
	font-size: 0.66rem;
	font-weight: normal;
	line-height: 0.84rem;
}
.bn_txt h2{
	font-size: 0.4rem;
	line-height: 0.6rem;
}
.bn_en_box{
	position: relative;
}
.bn_en_box img{
	width: 3.98rem !important;
	height: 0.82rem !important;
}
.bn_en{
	color: #ff7f05;
	font-size: 0.18rem;
	line-height: 0.82rem;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0.12rem;
}

.inquire_bg{
	float: right;
	width: 4rem;
	height: 3.85rem;
	/* height: 4.6rem; */
	background: #f5f5f5;
	padding: 0.1rem 0.2rem 0;
}
.inquire_tit{
	text-align: center;
	/* margin-bottom: 0.32rem; */
	margin-bottom: 0.2rem;
}
.inquire_tit h1{
	color: #134783;
	font-size: 0.26rem;
	line-height: 0.5rem;
	/* font-size: 0.3rem; */
	/* line-height: 0.86rem; */
}
.inquire_tit i{
	width: 1rem;
	height: 0.01rem;
	background: #024b9f;
	display: block;
	margin: 0 auto;
}
.inq_bg{
	width: 100%;
	height: 0.5rem;
	background: #fff;
	border-radius: 0.04rem;
	margin-bottom: 0.16rem;
}
.inq{
	width: 100%;
	height: 0.5rem;
	border: none;
	background: url("../images/ind_07.png") no-repeat scroll 94% center transparent;
  background-size: 0.14rem 0.08rem;
	color: #666;
	font-size: 0.16rem;
	text-indent: 0.2rem;
	appearance: none;
  -webkit-appearance: none;
}
.inq_key{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	background: #fff;
	border: none;
	color: #666;
	font-size: 0.16rem;
	border-radius: 0.04rem;
	padding: 0 0.2rem;
	margin-bottom: 0.16rem;
}
.inq_key::-webkit-input-placeholder{
	color: #666;
}
.inq_ss{
	width: 100%;
	height: 0.5rem;
	background: #ff7f05;
	border: none;
	border-radius: 0.04rem;
	color: #fff;
	font-size: 0.16rem;
	cursor: pointer;
	/* margin-bottom: 0.21rem; */
	margin-bottom: 0.1rem;
}
.inq_txt{
	text-align: center;
	color: #0e4d95;
	font-size: 0.14rem;
	line-height: 0.36rem;
}
.inq_txt a{
	margin: 0 0.16rem;
	font-size: 0.14rem;
}
.inq_txt img{
	width: 0.22rem;
	height: 0.18rem;
	vertical-align: middle;
	margin-right: 0.06rem;
	display: inline-block;
	position: relative;
	bottom: 0.01rem;
}
.wx{
	display: inline-block;
	position: relative;
	font-size: 0.14rem;
}
.wx_code{
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 0.5rem;
	right: 0;
	z-index: 5;
	display: none;
}
.wx:hover .wx_code{
	display: block;
}
.wx_code img{
	width: 100%;
	height: 100%;
}

.gray{
	background: #f5f5f5;
	overflow: hidden;
}
.gray02{
	background: #f5f5f5;
}
.pro_p{
	padding: 0.3rem 0;
	overflow: hidden;
}
.pro_p .content{
	display: flex;
}
.pro_left{
	/* float: left; */
	width: 4rem;
	/* height: 13rem; */
	background: #fff;
	padding: 0 0.27rem;
	overflow: hidden;
	margin-right: 0.15rem;
}
.pro_left_tit{
	border-bottom: solid 0.01rem #eee;
	line-height: 0.6rem;
	color: #134783;
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.08rem;
}
.pro_left_list{
	width: 100%;
	height: 2.34rem;
	
}
.plm{
	margin-bottom: 0.26rem;
}
.plm:last-child{
	margin: 0;
}
.pro_left_list ul{
	margin-right: -5%;
}
.pro_left_list li{
	float: left;
	width: 45%;
	margin-right: 5%;
	color: #666;
	font-size: 0.16rem;
	line-height: 0.44rem;
	height: 0.44rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_left_list li:hover{
	color: #222;
}
.pro_right{
	/* float: right; */
	width: 13.05rem;
	overflow: hidden;
}
.pro_right .pro_left_list{
	display: none;
}
.pro_rbg{
	background: #fff;
	height: 3.3rem;
	padding: 0 0.3rem 0 0.2rem;
}
.pro_rm{
	margin-bottom: 0.2rem;
}
.pro_rm:last-child{
	margin: 0 !important;
}
.pro_rtop{
	height: 0.59rem;
	border-bottom: solid 0.01rem #d0dae6;
	position: relative;
	margin-bottom: 0.2rem;
}
.pro_rtit{
	width: 3.7rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	padding-right: 0.14rem;
	background: url(../images/ind_10.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.24rem;
	position: absolute;
	left: -0.2rem;
	top: 0;
}
.pro_rtit img{
	width: 0.11rem;
	height: 0.16rem;
	display: inline-block;
	vertical-align: middle;
}
.pro_rtit span{
	padding: 0 0.16rem;
}
.pro_r{
	width: 100%;
}
.pro_rpic{
	width: 99.5%;
	/*height: 1.58rem;*/
	height: 1.99rem;
	border: solid 0.01rem #e5e5e5;
	margin: 0 auto;
}
.pro_rpic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_rtxt{
	text-align: center;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.48rem;
	height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_r .swiper-slide:hover .pro_rpic{
	border: solid 0.01rem #134783;
}
.pro_r .swiper-slide:hover .pro_rtxt{
	color: #134783;
}

.about_box{
	padding: 0.51rem 0;
	overflow: hidden;
}
.about_left{
	float: left;
	width: 8.3rem;
}
.about_tit{
	margin-bottom: 0.34rem;
}
.about_tit h1{
	color: #134783;
	font-size: 0.4rem;
	line-height: 0.98rem;
	margin-bottom: 0.15rem;
}
.about_tit i{
	width: 1rem;
	height: 0.02rem;
	background: #134783;
	display: block;
}
.about_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.4rem;
	height: 1.2rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.29rem;
}
.about_list{
	width: 100%;
}
.about_list ul{
	display: flex;
	justify-content: space-between;
}
.about_list li{
	position: relative;
}
.about_list li:last-child i{
	display: none;
}
.about_list i{
	width: 0.01rem;
	height: 0.4rem;
	display: block;
	background: #e5e5e5;
	position: absolute;
	top: 0.23rem;
	right: -0.42rem;
}
.about_list h1 b{
	color: #073e7d;
	font-size: 0.4rem;
}
.about_list h1 span{
	color: #666;
	font-size: 0.16rem;
	font-weight: normal;
	margin-left: 0.08rem;
}
.about_list h2{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.56rem;
	font-weight: normal;
}
.about_pic{
	float: right;
	width: 8.01rem;
	height: 4rem;
	position: relative;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_more{
	width: 0.89rem;
	height: 0.89rem;
	background: rgba(252, 136, 24, 0.9);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.about_more a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_more img{
	width: 0.3rem;
	height: 0.22rem;
}

.kej_bg{
	width: 100%;
	height: 8.7rem;
	background:#f8f8f8;
	/*background: url(../images/ind_16.jpg) no-repeat;*/
	background-size: cover;
	padding: 0.55rem 0;
	overflow: hidden;
}
.kej_box{
	float: left;
	width: 8.4rem;
	height: 7.6rem;
	background: #fff;
	padding: 0.22rem 0.4rem 0.12rem;
}
.fw_box{
	float: right;
	width: 8.4rem;
	height: 7.6rem;
	background: #fff;
	padding: 0.22rem 0.4rem 0.12rem;
}
.fw_box2{
	float: right;
	width: 8.4rem;
	height: 7.6rem;
	background: #fff;
	padding: 0.22rem 0.4rem 0.12rem;
}
.kej_top{
	height: 1.18rem;
	line-height: 1.18rem;
	border-bottom: solid 0.01rem #eee;
}
.kej_tit{
	float: left;
	color: #333;
	font-size: 0.4rem;
	font-weight: bold;
}
.kej_tit i{
	float: left;
	width: 0.14rem;
	height: 0.4rem;
	display: block;
	background: #ff7f05;
	margin: 0.39rem 0.25rem 0 0;
}
.kej_more{
	float: right;
	line-height: 0.34rem;
	color: #666;
	font-size: 0.16rem;
	margin-top: 0.41rem;
}
.kej_more img{
	float: right;
	width: 0.18rem;
	height: 0.12rem;
	margin: 0.11rem 0 0 0.1rem;
}
.kej_type{
	width: 100%;
	margin: 0.34rem 0 0.3rem;
}
.kej_type ul{
	margin-right: -3%;
}
.kej_type li{
	float: left;
	width: 22%;
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
	border: solid 0.01rem #dcdcdc;
	margin-right: 3%;
	box-sizing: border-box;
	color: #666;
	font-size: 0.16rem;
	cursor: pointer;
}
.kej_type .on{
	background: #073e7d;
	color: #fff;
}
.kej_con,.fw_con{
	width: 100%;
}
.kej_t{
	padding-bottom: 0.1rem;
}
.kej_t:hover .kej_r h1{
	color: #073e7d;
}
.kej_pic{
	float: left;
	width: 2.6rem;
	height: 1.5rem;
}
.kej_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kej_r{
	float: right;
	width: 4.75rem;
	margin-top: 0.24rem;
}
.kej_r h1{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.32rem;
	height: 0.64rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.kej_date{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.62rem;
}
.kej{
	width: 100%;
}
.kej li{
	height: 0.67rem;
}
.kej i{
	float: left;
	width: 0.08rem;
	height: 0.08rem;
	background: #dcdcdc;
	border-radius: 50%;
	display: block;
	margin-top: 0.29rem;
}
.kej_txt{
	float: right;
	color: #333;
	font-size: 0.18rem;
	width: 7.24rem;
	height: 0.66rem;
	line-height: 0.66rem;
	border-bottom: solid 0.01rem #eee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kej li:hover i{
	background: #073e7d;
}
.kej li:hover .kej_txt{
	color: #073e7d;
}
.kej li:last-child .kej_txt{
	border: none;
}
.fw{
	width: 100%;
}
.fw li{
	margin-bottom: 0.38rem;
}
.fw li:last-child{
	margin: 0;
}
.fw_date{
	float: left;
	width: 0.98rem;
	border-right: solid 0.01rem #eee;
	line-height: 0.16rem;
	color: #666;
	font-size: 0.18rem;
}
.fw_date h1{
	color: #333;
	font-size: 0.36rem;
	line-height: 0.42rem;
	font-weight: normal;
	margin-bottom: 0.06rem;
}
.fw_r{
	float: right;
	width: 6.4rem;
}
.fw_tt{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.36rem;
	height: 0.36rem;
	margin-bottom: 0.03rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fw_txt{
	color: #888;
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 0.26rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fw li:hover .fw_date{
	color: #073e7d;
}
.fw li:hover .fw_date h1{
	color: #073e7d;
	font-weight: bold;
}
.fw li:hover .fw_tt{
	color: #073e7d;
	font-weight: bold;
}
.fw li:hover .fw_txt{
	color: #073e7d;
}

@charset "utf-8";
html {  
	scroll-behavior: smooth;  
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: block;
	max-width: 100%;
	/* width: auto; */
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc{
	text-align: center;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content {
	width: 17.2rem;
	margin: 0 auto;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.fuwu_con{
    text-align:center;
    
}
.fuwu_con img{
      height: 4.5rem;
          margin: auto;
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.phone {
	display: none;
}

[v-cloak]{
	display: none;
}


/*首页*/
.header{
	width: 100%;
	height: 1rem;
	background: #134783;
}
.logo{
	float: left;
	width: 2.5rem;
	margin-top: 0;
	margin-left: -0.18rem;
}
.logo img{
	width: 100%;
}
.menu,.nav02,#menu{
	display: none;
}
.nav{
	float: right;
	margin-right: 0.2rem;
}
.nav li{
	float: left;
	line-height: 1rem;
	padding: 0 0.22rem;
	color: #fff;
	font-size: 0.18rem;
}
.nav a{
	display: block;
	position: relative;
	padding: 0 0.08rem;
}
.nav i{
	width: 100%;
	height: 0.06rem;
	background: #ff7f05;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0,0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.en{
	float: right;
	width: 1.1rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	background: #ff7f05;
	border-radius: 0.05rem;
	color: #fff;
	font-size: 0.16rem;
	margin-top: 0.3rem;
}
.en a{
	display: block;
}
.en i{
	width: 0.08rem;
	height: 0.08rem;
	background: #ff7f05;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.1rem;
}
.ind_top{
	padding: 0.3rem 0;
}
.banner{
	float: left;
	width: 13.05rem;
	height: 3.85rem;
	/* height: 4.6rem; */
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-pagination{
	height: 0.22rem;
	bottom: 0.26rem;
}
.banner .swiper-pagination-bullet{
	width: 0.22rem;
	height: 0.22rem;
	background: url(../images/ind_03.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0.1rem;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: url(../images/ind_04.png) no-repeat;
	background-size: 100% 100%;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
	display: none;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	width: 0.69rem;
	height: 0.69rem;
	border-radius: 50%;
	top: auto;
	left: auto;
	bottom: 0.33rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-button-prev img,.banner .swiper-button-next img{
	width: 0.14rem;
	height: 0.1rem;
}
.banner .swiper-button-prev{
	background: rgba(255, 255, 255, 0.3);
	right: 1.38rem;
}
.banner .swiper-button-next{
	background: #ff7f05;
	right: 0.44rem;
}
.bn_box{
	width: 80%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.82rem;
	z-index: 1;
}
.bn_txt{
	color: #fff;
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.2);
	display: inline-block;
	padding-bottom: 0.25rem;
	margin-bottom: 0.32rem;
}
.bn_txt h1{
	font-size: 0.66rem;
	font-weight: normal;
	line-height: 0.84rem;
}
.bn_txt h2{
	font-size: 0.4rem;
	line-height: 0.6rem;
}
.bn_en_box{
	position: relative;
}
.bn_en_box img{
	width: 3.98rem !important;
	height: 0.82rem !important;
}
.bn_en{
	color: #ff7f05;
	font-size: 0.18rem;
	line-height: 0.82rem;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0.12rem;
}

.inquire_bg{
	float: right;
	width: 4rem;
	height: 3.85rem;
	/* height: 4.6rem; */
	background: #f5f5f5;
	padding: 0.1rem 0.2rem 0;
}
.inquire_tit{
	text-align: center;
	/* margin-bottom: 0.32rem; */
	margin-bottom: 0.2rem;
}
.inquire_tit h1{
	color: #134783;
	font-size: 0.26rem;
	line-height: 0.5rem;
	/* font-size: 0.3rem; */
	/* line-height: 0.86rem; */
}
.inquire_tit i{
	width: 1rem;
	height: 0.01rem;
	background: #024b9f;
	display: block;
	margin: 0 auto;
}
.inq_bg{
	width: 100%;
	height: 0.5rem;
	background: #fff;
	border-radius: 0.04rem;
	margin-bottom: 0.16rem;
}
.inq{
	width: 100%;
	height: 0.5rem;
	border: none;
	background: url("../images/ind_07.png") no-repeat scroll 94% center transparent;
  background-size: 0.14rem 0.08rem;
	color: #666;
	font-size: 0.16rem;
	text-indent: 0.2rem;
	appearance: none;
  -webkit-appearance: none;
}
.inq_key{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	background: #fff;
	border: none;
	color: #666;
	font-size: 0.16rem;
	border-radius: 0.04rem;
	padding: 0 0.2rem;
	margin-bottom: 0.16rem;
}
.inq_key::-webkit-input-placeholder{
	color: #666;
}
.inq_ss{
	width: 100%;
	height: 0.5rem;
	background: #ff7f05;
	border: none;
	border-radius: 0.04rem;
	color: #fff;
	font-size: 0.16rem;
	cursor: pointer;
	/* margin-bottom: 0.21rem; */
	margin-bottom: 0.1rem;
}
.inq_txt{
	text-align: center;
	color: #0e4d95;
	font-size: 0.14rem;
	line-height: 0.36rem;
}
.inq_txt a{
	margin: 0 0.16rem;
	font-size: 0.14rem;
}
.inq_txt img{
	width: 0.22rem;
	height: 0.18rem;
	vertical-align: middle;
	margin-right: 0.06rem;
	display: inline-block;
	position: relative;
	bottom: 0.01rem;
}
.wx{
	display: inline-block;
	position: relative;
	font-size: 0.14rem;
}
.wx_code{
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	top: 0.5rem;
	right: 0;
	z-index: 5;
	display: none;
}
.wx:hover .wx_code{
	display: block;
}
.wx_code img{
	width: 100%;
	height: 100%;
}

.gray{
	background: #f5f5f5;
	overflow: hidden;
}
.gray02{
	background: #f5f5f5;
}
.pro_p{
	padding: 0.3rem 0;
	overflow: hidden;
}
.pro_p .content{
	display: flex;
}
.pro_left{
	/* float: left; */
	width: 4rem;
	/* height: 13rem; */
	background: #fff;
	padding: 0 0.27rem;
	overflow: hidden;
	margin-right: 0.15rem;
}
.pro_left_tit{
	border-bottom: solid 0.01rem #eee;
	line-height: 0.6rem;
	color: #134783;
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.08rem;
}
.pro_left_list{
	width: 100%;
	height: 2.34rem;
	
}
.plm{
	margin-bottom: 0.26rem;
}
.plm:last-child{
	margin: 0;
}
.pro_left_list ul{
	margin-right: -5%;
}
.pro_left_list li{
	float: left;
	width: 45%;
	margin-right: 5%;
	color: #666;
	font-size: 0.16rem;
	line-height: 0.44rem;
	height: 0.44rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_left_list li:hover{
	color: #222;
}
.pro_right{
	/* float: right; */
	width: 13.05rem;
	overflow: hidden;
}
.pro_right .pro_left_list{
	display: none;
}
.pro_rbg{
	background: #fff;
	height: 3.3rem;
	padding: 0 0.3rem 0 0.2rem;
}
.pro_rm{
	margin-bottom: 0.2rem;
}
.pro_rm:last-child{
	margin: 0 !important;
}
.pro_rtop{
	height: 0.59rem;
	border-bottom: solid 0.01rem #d0dae6;
	position: relative;
	margin-bottom: 0.2rem;
}
.pro_rtit{
	width: 3.7rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	padding-right: 0.14rem;
	background: url(../images/ind_10.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.24rem;
	position: absolute;
	left: -0.2rem;
	top: 0;
}
.pro_rtit img{
	width: 0.11rem;
	height: 0.16rem;
	display: inline-block;
	vertical-align: middle;
}
.pro_rtit span{
	padding: 0 0.16rem;
}
.pro_r{
	width: 100%;
}
.pro_rpic{
	width: 99.5%;
	/*height: 1.58rem;*/
	height: 1.99rem;
	border: solid 0.01rem #e5e5e5;
	margin: 0 auto;
}
.pro_rpic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_rtxt{
	text-align: center;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.48rem;
	height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_r .swiper-slide:hover .pro_rpic{
	border: solid 0.01rem #134783;
}
.pro_r .swiper-slide:hover .pro_rtxt{
	color: #134783;
}

.about_box{
	padding: 0.51rem 0;
	overflow: hidden;
}
.about_left{
	float: left;
	width: 8.3rem;
}
.about_tit{
	margin-bottom: 0.34rem;
}
.about_tit h1{
	color: #134783;
	font-size: 0.4rem;
	line-height: 0.98rem;
	margin-bottom: 0.15rem;
}
.about_tit i{
	width: 1rem;
	height: 0.02rem;
	background: #134783;
	display: block;
}
.about_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.4rem;
	height: 1.2rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.29rem;
}
.about_list{
	width: 100%;
}
.about_list ul{
	display: flex;
	justify-content: space-between;
}
.about_list li{
	position: relative;
}
.about_list li:last-child i{
	display: none;
}
.about_list i{
	width: 0.01rem;
	height: 0.4rem;
	display: block;
	background: #e5e5e5;
	position: absolute;
	top: 0.23rem;
	right: -0.42rem;
}
.about_list h1 b{
	color: #073e7d;
	font-size: 0.4rem;
}
.about_list h1 span{
	color: #666;
	font-size: 0.16rem;
	font-weight: normal;
	margin-left: 0.08rem;
}
.about_list h2{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.56rem;
	font-weight: normal;
}
.about_pic{
	float: right;
	width: 8.01rem;
	height: 4rem;
	position: relative;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_more{
	width: 0.89rem;
	height: 0.89rem;
	background: rgba(252, 136, 24, 0.9);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.about_more a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_more img{
	width: 0.3rem;
	height: 0.22rem;
}

.kej_bg{
	width: 100%;
	height: 8.7rem;
	background:#f8f8f8;
	/*background: url(../images/ind_16.jpg) no-repeat;*/
	background-size: cover;
	padding: 0.55rem 0;
	overflow: hidden;
}
.kej_box{
	float: left;
	width: 8.4rem;
	height: 7.6rem;
	background: #fff;
	padding: 0.22rem 0.4rem 0.12rem;
}
.fw_box{
	float: right;
	width: 8.4rem;
	height: 7.6rem;
	background: #fff;
	padding: 0.22rem 0.4rem 0.12rem;
}
.kej_top{
	height: 1.18rem;
	line-height: 1.18rem;
	border-bottom: solid 0.01rem #eee;
}
.kej_tit{
	float: left;
	color: #333;
	font-size: 0.4rem;
	font-weight: bold;
}
.kej_tit i{
	float: left;
	width: 0.14rem;
	height: 0.4rem;
	display: block;
	background: #ff7f05;
	margin: 0.39rem 0.25rem 0 0;
}
.kej_more{
	float: right;
	line-height: 0.34rem;
	color: #666;
	font-size: 0.16rem;
	margin-top: 0.41rem;
}
.kej_more img{
	float: right;
	width: 0.18rem;
	height: 0.12rem;
	margin: 0.11rem 0 0 0.1rem;
}
.kej_type{
	width: 100%;
	margin: 0.34rem 0 0.3rem;
}
.kej_type ul{
	margin-right: -3%;
}
.kej_type li{
	float: left;
	width: 22%;
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
	border: solid 0.01rem #dcdcdc;
	margin-right: 3%;
	box-sizing: border-box;
	color: #666;
	font-size: 0.16rem;
	cursor: pointer;
}
.kej_type .on{
	background: #073e7d;
	color: #fff;
}
.kej_con,.fw_con{
	width: 100%;
}
.kej_t{
	padding-bottom: 0.1rem;
}
.kej_t:hover .kej_r h1{
	color: #073e7d;
}
.kej_pic{
	float: left;
	width: 2.6rem;
	height: 1.5rem;
}
.kej_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kej_r{
	float: right;
	width: 4.75rem;
	margin-top: 0.24rem;
}
.kej_r h1{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.32rem;
	height: 0.64rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.kej_date{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.62rem;
}
.kej{
	width: 100%;
}
.kej li{
	height: 0.67rem;
}
.kej i{
	float: left;
	width: 0.08rem;
	height: 0.08rem;
	background: #dcdcdc;
	border-radius: 50%;
	display: block;
	margin-top: 0.29rem;
}
.kej_txt{
	float: right;
	color: #333;
	font-size: 0.18rem;
	width: 7.24rem;
	height: 0.66rem;
	line-height: 0.66rem;
	border-bottom: solid 0.01rem #eee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kej li:hover i{
	background: #073e7d;
}
.kej li:hover .kej_txt{
	color: #073e7d;
}
.kej li:last-child .kej_txt{
	border: none;
}
.kej_con{
	width: 100%;
}
.kej_con li{
	margin-bottom: 0rem;
}
.kej_con li:last-child{
	margin: 0;
}
.kej_con_fw_date{
	float: left;
	width: 0.98rem;
	border-right: solid 0.01rem #eee;
	line-height: 0.16rem;
	color: #666;
	font-size: 0.18rem;
}
.kej_con_fw_date h1{
	color: #333;
	font-size: 0.36rem;
	line-height: 0.42rem;
	font-weight: normal;
	margin-bottom: 0.06rem;
}
.kej_con_fw_r{
	float: right;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.kej_con_fw_r2{
	float: right;
	width: 68%;
	height: 1.6rem;
}
.kej_con_fw_l{
	float: left;
	width: 30%;
	height: 1.6rem;
}
.kej_con_fw_l img{
	width: 2rem;
	height: 1.6rem;
}
.kej_con i {
    float: left;
    width: 0.08rem;
    height: 0.08rem;
    background: #dcdcdc;
    border-radius: 50%;
    display: block;
    margin-top: 0.38rem;
    margin-right: 0.1rem;
}
.kej_con_fw_tt{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.36rem;
	height: 0.36rem;
	margin-bottom: 0.03rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.kej_con_fw_txt{
	color: #888;
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 1rem; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.kej_con li:hover .fw_date{
	color: #073e7d;
}
.kej_con li:hover .fw_date h1{
	color: #073e7d;
	font-weight: bold;
}
.kej_con li:hover .fw_tt{
	color: #073e7d;
	font-weight: bold;
}
.kej_con li:hover .fw_txt{
	color: #073e7d;
}

.ind_sys_box{
	width: 100%;
	position: relative;
}
.ind_sys_box .kej_pic{
	float: none;
	width: 100%;
	height: 4.5rem;
}
.ind_sys_box .kej_r{
	width: 100%;
	height: 2rem;
	padding: 1rem 0.5rem 0.1rem;
	float: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
 
}
.ind_sys_box .kej_r h1{
	color: #fff;
	-webkit-line-clamp:1;
	height: 0.32rem;
}
.ind_sys_box .kej_date{
	color: #fff;
	line-height: 0.4rem;
}

.news_box{
	padding: 0.16rem 0 0.49rem;
	overflow: hidden;
}
.news_w{
	width: 8.4rem;
}
.honor_bg{
	width: 8.3rem;
	height: 3.2rem;
	background: url(../images/ind_19.jpg?2) no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 1.46rem;
}
.honor{
	width: 7.7rem;
	padding-bottom: 1.22rem;
	position: absolute;
	top: -1.1rem;
	left: 0.3rem;
	z-index: 1;
}
.honor .swiper-pagination-bullet{
	width: 0.14rem;
	height: 0.14rem;
	border-radius: 50%;
	background: #134783;
	margin: 0 0.09rem;
}
.honor_pic{
	float: left;
	width: 5rem;
	height: 3.7rem;
}
.honor_pic img{
	width: 100%;
	height: 100%;
}
.honor_r{
	float: right;
	width: 2.48rem;
	padding-top: 1.6rem;
}
.honor_r h1{
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.62rem;
}
.honor_r i{
	width: 0.5rem;
	height: 0.03rem;
	background: #ff7f05;
	display: block;
	margin-bottom: 0.1rem;
}
.honor_txt{
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.44rem;
	height: 0.88rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.12rem;
}
.honor_more{
	width: 0.8rem;
	height: 0.36rem;
	border: solid 0.01rem rgba(255, 255, 255, 0.5);
}
.honor_more a{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.honor_more img{
	width: 0.18rem;
	height: 0.12rem;
}
.news{
	width: 100%;
	padding-top: 0.15rem;
}
.news li{
	position: relative;
}
.news_day{
	width: 0.9rem;
	height: 0.98rem;
	line-height: 0.98rem;
	text-align: center;
	background: #f5f5f5;
	color: #666;
	font-size: 0.5rem;
	position: absolute;
	top: 0.15rem;
	left: 0;
	z-index: 1;
	transition: all 0.6s;
}
.news_r{
	width: 7.94rem;
	height: 1.3rem;
	position: relative;
	margin-left: 0.46rem;
	transition: all 0.6s;
}
.news_con{
	width: 6.1rem;
	padding-top: 0.15rem;
	margin-left: 0.78rem;
}
.news_year{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.44rem;
	transition: all 0.6s;
}
.news_year i{
	width: 0.6rem;
	height: 0.01rem;
	background: #bfbfbf;
	display: block;
	float: left;
	margin: 0.22rem 0.27rem 0 0;
	transition: all 0.6s;
}
.news_txt{
	color: #333;
	font-size: 0.18rem;
	height: 0.48rem;
	line-height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.6s;
}
.news a{
	display: none;
}
.news_more{
	width: 0.53rem;
	height: 0.53rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0.37rem;
	right: 0.22rem;
	opacity: 0;
	transition: all 0.6s;
}
.news_more a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_more img{
	width: 0.1rem;
	height: 0.2rem;
}
.news li:hover .news_day{
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.news li:hover .news_r{
	background: #024b9f;
}
.news li:hover .news_year{
	color: #fff;
}
.news li:hover .news_year i{
	background: #fff;
}
.news li:hover .news_txt{
	color: #fff;
}
.news li:hover .news_more{
	opacity: 1;
}

.shop_bg{
	width: 100%;
	height: 7.54rem;
	background: url(../images/ind_22.jpg) no-repeat;
	background-size: cover;
	padding: 0.58rem 0 0.5rem;
	overflow: hidden;
}
.shop_tit{
	width: 100%;
	text-align: center;
	margin-bottom: 0.4rem;
}
.shop_tit h1{
	color: #333;
	font-size: 0.56rem;
	line-height: 0.92rem;
}
.shop_tit h2{
	color: #024b9f;
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 0.44rem;
}
.shop_content{
	width: 16rem;
	margin: 0 auto 0.45rem;
}
.shop_pic{
	float: left;
	width: 5.5rem;
	height: 3.7rem;
	border-radius: 0.04rem;
	overflow: hidden;
}
.shop_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop_right{
	float: right;
	width: 10.27rem;
}
.shop_type{
	width: 100%;
	margin-bottom: 0.25rem;
}
.shop_type ul{
	margin-right: -2%;
}
.shop_type li{
	float: left;
	width: 14.66%;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	border-radius: 0.04rem;
	background: #fff;
	color: #555;
	font-size: 0.18rem;
	margin-right: 2%;
	cursor: pointer;
}
.shop_type .on{
	background: #ff7f05;
	color: #fff;
}
.shop{
	background: #fff;
	border-radius: 0.04rem;
	padding: 0.2rem 0.1rem 0.22rem;
}
.shop_img{
	height: 2.1rem;
}
.shop_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop_txt{
	color: #333;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.42rem;
	height: 0.42rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shop_more{
	width: 1.8rem;
	height: 0.55rem;
	line-height: 0.55rem;
	text-align: center;
	border-radius: 0.6rem;
	border: solid 0.01rem #024b9f;
	color: #084284;
	font-size: 0.16rem;
	margin: 0 auto;
}
.shop_more a{
	display: block;
	width: 100%;
	height: 100%;
}
.shop_more i{
	width: 0.12rem;
	height: 0.12rem;
	background: #084284;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.22rem;
}

.link_bg{
	background: #f8f8f8;
	padding: 0.78rem 0;
}
.link_tit{
	float: left;
	width: 1rem;
	line-height: 0.48rem;
	color: #333;
	font-size: 0.2rem;
	margin-left: 0.6rem;
}
.link{
	float: left;
	width: 15.5rem;
}
.link li{
	float: left;
	padding: 0 0.32rem;
	line-height: 0.48rem;
	color: #333;
	font-size: 0.16rem;
	position: relative;
}
.link i{
	width: 0.01rem;
	height: 0.2rem;
	background: #d2d2d2;
	display: block;
	position: absolute;
	top: 0.14rem;
	right: 0;
}
.link li:last-child i{
	display: none;
}

.foot_bg{
	background: #084284;
	position: relative;
}
.foot_content{
	width: 16rem;
	margin: 0 auto;
}
.foot_left{
	float: left;
	width: 3.2rem;
	padding: 0.66rem 0;
}
.f_logo{
	width: 3.23rem;
    margin-bottom: 0.14rem;
    margin-left: -0.2rem;
}
.f_logo img{
	width: 100%;
}
.hotline{
	color: #fff;
}
.hotline h1{
	line-height: 0.42rem;
	font-size: 0.26rem;
	font-weight: normal;
}
.hotline h2{
	line-height: 0.64rem;
	font-size: 0.3rem;
}
.foot_r{
	float: right;
	width: 12.62rem;
	padding: 0.66rem 0 0.66rem 0.68rem;
	border-left: solid 0.01rem rgba(255, 255, 255, 0.2);
	height: 4rem;
}
.f_nav{
	width: 10.9rem;
	margin-bottom: 0.34rem;
}
.f_nav ul{
	display: flex;
	justify-content: space-between;
}
.f_nav li{
	line-height: 0.58rem;
	color: #fff;
	font-size: 0.16rem;
}
.foot_rb{
	width: 10.9rem;
}
.f_con{
	float: left;
	width: 5.4rem;
	padding-top: 0.04rem;
}
.f_con li{
	line-height: 0.48rem;
	color: #fff;
	font-size: 0.17rem;
}
.f_con img{
	float: left;
	width: 0.18rem;
	height: 0.21rem;
	margin: 0.14rem 0.27rem 0 0;
}
.f_code{
	float: right;
}
.f_code li{
	float: left;
	width: 1.35rem;
	text-align: center;
	margin-left: 0.16rem;
}
.f_code img{
	width: 1.35rem;
	height: 1.35rem;
	margin: 0 auto;
}
.f_code h1{
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.5rem;
	font-weight: normal;
	text-transform: uppercase;
}
.copyright{
	width: 100%;
	padding: 0.15rem 0;
	line-height: 0.3rem;
	background: #003878;
	color:#fff;
	font-size: 0.16rem;
}
.copyright .fr{
	padding-right: 1.6rem;
}
.backtop{
	width: 1.2rem;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 1rem;
	bottom: 12%;
	z-index: 90;
}
.backtop img{
	width: 0.28rem;
	height: 0.16rem;
	margin: 0 auto;
}
.backtop h1{
	color: #fff;
	line-height: 0.58rem;
	font-size: 0.2rem;
	font-weight: normal;
}


/* 走进驰顺 */
.into_p{
	padding: 0.22rem 0 0.78rem;
}
.path{
	background: url(../images/into_01.png) no-repeat left center;
	background-size: 0.2rem 0.24rem;
	padding-left: 0.4rem;
	color: #777;
	font-size: 0.18rem;
	margin: 0 auto 0.29rem;
}
.path span{
	color: #3b3b3b;
}
.into_left{
	float: left;
	width: 3rem;
}
.into_right{
	float: right;
	width: 14rem;
}
.into_right_bg{
	background: #fff;
	padding: 0.21rem 0.5rem 0.54rem;
}
.into_left_tit{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
	background: url(../images/into_02.jpg) no-repeat;
	background-size: 100% 100%;
	padding-left: 0.58rem;
}
.into_type{
	width: 100%;
	background: #fff;
}
.into_type li{
	border-top: solid 0.01rem #eee;
	line-height: 0.8rem;
	font-size: 0.18rem;
	color: #333;
	position: relative;
}
.into_type i{
	display: block;
	float: left;
	width: 0.2rem;
	height: 0.01rem;
	background: #074995;
	margin: 0.39rem 0.2rem;
	opacity: 0;
}
.into_type li h1{
	font-size: 0.2rem;
	font-weight: normal;
	border-bottom: solid 0.01rem #eee;
	cursor: pointer;
}

.into_type li.on i{
	opacity: 1;
}
.into_type li.on{
	color: #074995;
}
.into_type li.defalut,.into_type li.on{
	display: block;
	position: relative;
}

.into_type li.defalut em{
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/sys_03.png) no-repeat center center;
	background-size: 0.09rem 0.16rem;
	display: block;
	position: absolute;
	top: 0.32rem;
	right: 0.32rem;
}
.into_type li.on em{
	width: 0.16rem;
	height: 0.16rem;
	display: block;
	position: absolute;
	top: 0.32rem;
	right: 0.32rem;
	background: url(../images/sys_04.png) no-repeat center center;
	background-size: 0.16rem 0.09rem;
}



.into_type_list{
	width: 2.1rem;
	margin-left: 0.6rem;
	display: none;
	position: relative;
	z-index: 1;
}
.into_type_list li{
	border: none;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #444;
	font-size: 0.16rem;
}
.into_type_list li:hover{
	color: #ff7f05;
	font-weight: bold;
}
.into_type_list li.active{
	color: #ff7f05;
	font-weight: bold;
}
.into_tit{
	height: 0.74rem;
	line-height: 0.74rem;
	border-bottom: solid 0.01rem #eee;
	margin-bottom: 0.24rem;
	position: relative;
}
.into_tit h1{
	color: #074995;
	font-size: 0.24rem;
	position: relative;
	display: inline-block;
}
.into_tit i{
	width: 100%;
	height: 0.02rem;
	background: #134783;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.into{
	color: #444;
	font-size: 0.18rem;
	line-height: 0.4rem;
}
.into img{
	display: inline-block;
	margin: 0;
}
.into_right .about_list{
	padding: 0.5rem 0;
}
.into_right .about_list i{
	right: -1rem;
}
.into_pic{
	margin-bottom: 0.4rem;
}
.intoo{
	width: 100%;
	text-align: center;
	font-size: 0.36rem;
	line-height: 0.5rem;
	font-weight: bold;
	padding: 0.3rem 0;
	border-bottom: solid 0.01rem #eee;
	margin-bottom: 0.2rem;
}


/* 走进驰顺-历程 */
.course_type{
	width: 100%;
	padding-top: 0.1rem;
}
.course_type ul{
	margin-right: -0.33rem;
}
.course_type li{
	float: left;
	width: 3rem;
	text-align: center;
	height: 1rem;
	background: #f5f5f5;
	position: relative;
	margin-right: 0.33rem;
	cursor: pointer;
}
.course_year{
	color: #333;
	font-size: 0.2rem;
	line-height: 1rem;
	margin-left: 0.3rem;
	display: inline-block;
}
.course_stage{
	color: #333;
	font-size: 0.2rem;
	line-height: 1rem;
	display: inline-block;
}
.course_type li.on{
	background: #ff7f05;
}
.course_type li.on .course_year{
	display: block;
	width: 100%;
	color: #fff;
	line-height: 0.4rem;
	font-size: 0.3rem;
	font-weight: bold;
	margin: 0.17rem 0 0 0;
}
.course_type li.on .course_stage{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.3rem;
	position: absolute;
	top: 0.57rem;
	left: 0;
}
.about2-c1{
	width: 100%;
	margin-top: 0.64rem;
}
.about2-c2{
	width: 100%;
	display: none;
}
.about2-c2:first-child{
	display: block;
}
.about2-c3{
	float: left;
	width: 6rem;
	/* height: 4rem; */
}
.about2-c3>div{
	width: 100%;
	height: 100%;
	border-radius: 0.2rem;
	display: none;
	overflow: hidden;
}
.about2-c3 img{
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
}
.about2-c4{
	float: right;
	width: 6.8rem;
	position: relative;
}
.about2-c5{
	width: 100%;
	/* position: absolute;
	top: 0;
	left: 0; */
}
.about2-c6{
	width: 100%;
	height: calc(340px/4);
	position: relative;
}
.about2-c7{
	width: 0.16rem;
	height: 0.25rem;
	background: url(../images/into_05.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0.4rem;
	left: 0;
	opacity: 0;
}
.about2-c6.on .about2-c7{
	opacity: 1;
}
.about2-c8{
	width: 2.14rem;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	top: 0;
	left: 0.4rem;
	font-size: 0.84rem;
	color: #f5f1ec;
	transition: 0.5s;
	cursor: pointer;
}
.about2-c6.on .about2-c8{
	color: #ff7f05;
	transition: 0.5s;
}
.about2-c9{
	width: 4.18rem;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.4rem;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.about2-c6.on .about2-c9{
	display: block;
}






















/* 走进驰顺-荣誉 */
.honor_list{
	width: 100%;
}
.honor_list ul{
	margin-right: -0.2rem;
}
.honor_list li{
	float: left;
	width: 3.1rem;
	margin: 0 0.2rem 0.21rem 0;
}
.honor_list img{
	width: 100%;
	height: 2.5rem;
	object-fit: cover;
}
.honor_list h1{
	color: #333;
	font-size: 0.18rem;
	font-weight: normal;
	text-align: center;
	height: 0.62rem;
	line-height: 0.62rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 公司新闻 */
.news_list{
	width: 100%;
}
.news_list li{
	margin-bottom: 0.2rem;
}
.news_list li:last-child{
	margin: 0;
}
.news_list_pic{
	float: left;
	width: 2.58rem;
	height: 1.78rem;
	border: solid 0.01rem #eee;
}
.news_list_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_list_r{
	float: right;
	width: 10rem;
	padding-top: 0.22rem;
}
.news_list_r h1{
	color: #333;
	font-size: 0.22rem;
	height: 0.36rem;
	line-height: 0.36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list_date{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.44rem;
}
.news_list_txt{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 0.6rem;
}
.page a{
	width: 0.8rem;
	height: 0.46rem;
	line-height: 0.46rem;
	background: #fff;
	border: solid 0.01rem #e5e5e5;
	color: #666;
	font-size: 0.16rem;
	display: inline-block;
	margin: 0 0.12rem;
}
.page a:hover{
	background: #134783;
	color: #fff;
}
.page .on{
	background: #134783;
	color: #fff;
}
.page span a{
	width: 0.46rem;
	margin: 0 0.03rem;
}

.m_news{
	width: 100%;
}
.m_news ul{
	margin-right: -0.35rem;
}
.m_news li{
	float: left;
	width: 4.1rem;
	margin: 0 0.35rem 0.3rem 0;
}
.m_news_pic{
	width: 100%;
	height: 2.6rem;
}
.m_news_pic img{
	width: 100%;
	height: 100%;
}
.m_news_bot{
	border: solid 0.01rem #eee;
	border-top: none;
	padding: 0.14rem 0.3rem;
}
.m_news_tt{
	height: 0.52rem;
	line-height: 0.52rem;
	color: #333;
	font-size: 0.2rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m_news li:hover .m_news_tt{
	color: #ff7f05;
}
.m_news_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 0.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.1rem;
}
.m_news_date{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.38rem;
}

.fanye{
	width: 100%;
	border-top: dashed 0.01rem #dadada;
	padding: 0.3rem 0;
	margin-top: 0.5rem;
}
.fanye li{
	height: 0.4rem;
	line-height: 0.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #5a5a5a;
	font-size: 0.18rem;
}
.fanye li:hover{
	color: #074995;
}
.fanye span{
	color: #074995;
}


/* 公司新闻-招聘 */
.join{
	width: 100%;
}
.join li{
	height: 0.92rem;
	color: #333;
	font-size: 0.18rem;
}
.join li:hover{
	color: #ff7f05;
	font-weight: bold;
}
.join li:hover .join_icon{
	opacity: 1;
}
.join_icon{
	float: left;
	width: 0.12rem;
	height: 0.18rem;
	background: url(../images/join_icon.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 0.38rem 0.24rem 0 0;
	opacity: 0;
}
.join_r{
	float: left;
	width: 95%;
	height: 0.9rem;
	line-height: 0.9rem;
	border-bottom: dashed 0.02rem #e8e8e8;
}
.jr01{
	float: left;
	width: 28%;
}
.jr02{
	float: left;
	width: 20%;
}
.jr03{
	float: left;
}


/* 驰顺实验室 */
.sys{
	width: 100%;
}
.sys ul{
	margin-right: -0.96rem;
}
.sys li{
	float: left;
	width: 6.02rem;
	margin: 0 0.96rem 0.22rem 0;
}
.sys_txt{
	float: left;
	width: 1rem;
	line-height: 0.6rem;
	color: #333;
	font-size: 0.16rem;
}
.sys_txt span{
	width: 0.14rem;
	display: inline-block;
	color: #e30000;
	font-size: 0.2rem;
}
.yuyue_bg{
	float: left;
	width: 5rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border: solid 0.01rem #eee;
	background: #fafafa;
	border-radius: 0.04rem;
}
.yuyue{
	width: 100%;
	height: 100%;
	border: none;
	background: url("../images/sys_01.png") no-repeat scroll 94% center transparent;
  background-size: 0.16rem 0.09rem;
	color: #333;
	font-size: 0.16rem;
	text-indent: 0.3rem;
	appearance: none;
  -webkit-appearance: none;
}
.yy_inp{
	width: 5rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border: solid 0.01rem #eee;
	background: #fafafa;
	color: #333;
	font-size: 0.16rem;
	border-radius: 0.04rem;
	padding: 0 0.3rem;
}
.yy_inp::-webkit-input-placeholder{
	color: #333;
}
.yy_con{
	width: 5rem;
	height: 2.2rem;
	line-height: 0.4rem;
	border: solid 0.01rem #eee;
	background: #fafafa;
	color: #333;
	font-size: 0.16rem;
	border-radius: 0.04rem;
	padding:0.1rem 0.3rem;
}
.yy_con::-webkit-input-placeholder{
	color: #333;
}
.yzm{
	width: 3.73rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border: solid 0.01rem #eee;
	background: #fafafa;
	color: #333;
	font-size: 0.16rem;
	border-radius: 0.04rem;
	padding: 0 0.3rem;
}
.yzm::-webkit-input-placeholder{
	color: #333;
}
.yzm_img{
	float: right;
	width: 0.93rem;
	height: 0.46rem;
	margin-top: 0.06rem;
}
.yzm_img img{
	width: 100%;
	height: 100%;
}
.yy_bt{
	width: 5.9rem;
	height: 0.8rem;
	background: #ff7f05;
	border-radius: 0.04rem;
	border: none;
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
	margin: 0.61rem 0 0 0.14rem;
	cursor: pointer;
}


/* 驰顺实验室-视频 */
.ss_bg{
	width: 3rem;
	height: 0.5rem;
	border: solid 0.01rem #e5e5e5;
	border-radius: 0.5rem;
	position: absolute;
	top: 0;
	right: 0;
}
.ss_bg img{
	width: 0.21rem;
	height: 0.22rem;
	float: left;
	margin: 0.13rem 0.26rem 0 0.4rem;
}
.ss_inp{
	float: left;
	width: 1.9rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border: none;
	background: none;
	color: #999;
	font-size: 0.16rem;
}
.ss_inp::-webkit-input-placeholder{
	color: #999;
}
.video{
	width: 100%;
}
.video ul{
	margin-right: -0.2rem;
}
.video li{
	float: left;
	width: 3.1rem;
	margin: 0 0.2rem 0.33rem 0;
}
.video_pic{
	width: 100%;
	height: 2.2rem;
	border: solid 0.01rem #eee;
	border-radius: 0.06rem;
	overflow: hidden;
	margin-bottom: 0.15rem;
}
.video_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_pic video{
	width: 100%;
	height: 100%;
}
.video_txt{
	color: #333;
	font-size: 0.16rem;
	text-align: center;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}


/* 驰顺实验室-图库 */
.tuku{
	width: 100%;
}
.tuku ul{
	margin-right: -0.2rem;
}
.tuku li{
	float: left;
	width: 2rem;
	margin: 0 0.2rem 0.23rem 0;
}
.tuku_pic{
	width: 100%;
	height: 2rem;
	border: solid 0.01rem #eee;
	margin-bottom: 0.17rem;
}
.tuku_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 服务支持-案例 */
.case{
	width: 100%;
}
.case ul{
	margin-right: -0.2rem;
}
.case li{
	float: left;
	width: 3.1rem;
	margin: 0 0.2rem 0.12rem 0;
}
.case_pic{
	width: 100%;
	height: 2.2rem;
	border-radius: 0.06rem;
	overflow: hidden;
}
.case_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_txt{
	width: 100%;
	text-align: center;
	line-height: 0.64rem;
	height: 0.64rem;
	color: #333;
	font-size: 0.18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 服务支持-文章 */
.article{
	width: 100%;
}
.article li{
	margin-bottom: 0.2rem;
}
.article li:last-child{
	margin: 0;
}
.article_pic{
	float: left;
	width: 2.6rem;
	height: 1.8rem;
}
.article_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article_r{
	float: right;
	width: 10.04rem;
	border-bottom: solid 0.01rem #eee;
	padding-bottom: 0.12rem;
}
.article_r h1{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.45rem;
	height: 0.45rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 0.78rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.article_date{
	color: #999;
	font-size: 0.18rem;
	line-height: 0.66rem;
	height: 0.66rem;
}


/* 服务支持-下载 */
.download{
	width: 100%;
}
.download li{
	border: solid 0.01rem #eee;
	padding: 0.14rem 0.23rem;
	margin-bottom: 0.2rem;
}
.download li:last-child{
	margin: 0;
}
.down_img{
	float: left;
	width: 0.6rem;
	height: 0.5rem;
	border-right: solid 0.01rem #e5e5e5;
	margin-right: 0.22rem;
}
.down_img img{
	width: 0.38rem;
	height: 0.4rem;
	margin: 0.05rem 0;
}
.down_txt{
	float: left;
	width: 60%;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #222;
	font-size: 0.18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.down_right{
	float: right;
	padding-right: 0.16rem;
}
.down{
	float: left;
	line-height: 0.5rem;
	color: #666;
	font-size: 0.18rem;
}
.down i{
	float: right;
	display: block;
	width: 0.18rem;
	height: 0.18rem;
	position: relative;
	margin: 0.16rem 0 0 0.1rem;
}
.img01,.img02{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.img02{
	display: none;
}
.down:hover .img01{
	display: none;
}
.down:hover .img02{
	display: block;
}
.yulan:hover{
	color: #134783;
}
.xiazai:hover{
	color: #da0000;
}
.down_line{
	float: left;
	width: 0.01rem;
	height: 0.2rem;
	background: #bfbfbf;
	margin: 0.15rem 0.46rem;
}


/* 网上商城 */
.shop_box{
	padding-bottom: 0.68rem;
}
.shop_list{
	width: 100%;
	overflow: hidden;
}
.shop_list ul{
	margin-right: -0.4rem;
}
.shop_list li{
	float: left;
	width: 8.4rem;
	height: 4rem;
	background: #f8f8f8;
	padding: 0.5rem 0.4rem 0.5rem 0.3rem;
	margin: 0 0.4rem 0.3rem 0;
}
.shop_list_pic{
	float: left;
	width: 4.16rem;
	height: 3rem;
}
.shop_list_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop_list_r{
	float: right;
	width: 3.17rem;
	padding-top: 0.14rem;
}
.shop_list_r h1{
	color: #333;
	font-size: 0.3rem;
	height: 0.84rem;
	line-height: 0.84rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shop_list_r .shop_more{
	margin: 0;
}
.shop_list_r .shop_more a{
	display: inline-block;
	width: auto;
	height: auto;
}
.shop_list_txt{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.9rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.35rem;
}


/* 联系我们 */
#contact-app .ind_top{
	padding: 0.2rem 0;
}
#contact-app .path{
	margin: 0 auto 0.2rem;
}
.con_p{
	padding: 0.2rem 0 0.36rem;
}
#contact-app .con_p{
	padding: 0.1rem 0 0.3rem;
}
.contact_tit{
	text-align: center;
	color: #024b9f;
	font-size: 0.2rem;
	line-height: 0.52rem;
	margin-bottom: 0.1rem;
}
.contact_tit h1{
	color: #333;
	font-size: 0.56rem;
	line-height: 0.84rem;
}
#contact-app .contact_tit{
	font-size: 0.16rem;
	line-height: 0.4rem;
}
#contact-app .contact_tit h1{
	font-size: 0.32rem;
	line-height: 0.5rem;
}
.white{
	padding: 0 0.6rem 0.4rem 0.3rem;
	background: #fff;
	margin-bottom: 0.3rem;
}
.sales_tit{
	color: #134783;
	/* font-size: 0.24rem;
	line-height: 0.7rem; */
	font-size: 0.22rem;
	line-height: 0.6rem;
	font-weight: bold;
	border-bottom: solid 0.01rem #eee;
	margin-bottom: 0.18rem;
}
.sales{
	width: 15.75rem;
	margin: 0 auto;
	overflow: hidden;
}
.sales ul{
	margin-right: -1.72rem;
}
.sales li{
	float: left;
	width: 4.1rem;
	position: relative;
	margin: 0 1.72rem 0.3rem 0;
}
.sales i{
	display: block;
	width: 0.01rem;
	height: 0.9rem;
	background: #e5e5e5;
	position: absolute;
	top: 0.52rem;
	right: -0.92rem;
}
.sales h1{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.5rem;
}
.sales_code{
	float: left;
	width: 1rem;
	text-align: center;
	margin-top: 0.05rem;
}
.sales_code h1{
	color: #333;
	font-size: 0.14rem;
	line-height: 0.22rem;
	font-weight: normal;
}
.sales_code_pic{
	background: #eee;
	padding: 0.07rem;
	margin-bottom: 0.08rem;
}
.sales_code_pic img{
	width: 0.86rem;
	height: 0.86rem;
}
.sales_right{
	float: right;
	width: 2.6rem;
}
.sales_tel{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.38rem;
}
.sales_tel img{
	float: left;
	width: 0.18rem;
	height: 0.21rem;
	margin: 0.09rem 0.09rem 0 0;
}
.sales_txt{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-top: 0.1rem;
}

.contact_box{
	padding-top: 0.51rem;
}
.contact_box .contact_tit{
	margin-bottom: 0.24rem;
}
.map{
	width: 100%;
	height: 5rem;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.06rem;
}
.BMap_bubble_content{
	color: #999;
	font-size: 0.14rem;
}
.BMap_shadow{
	display: none !important;
}

.mes_box{
	padding: 0.56rem 0 0.62rem;
}
.mes_box .contact_tit{
	margin-bottom: 0.55rem;
}
.mes_box .sys{
	width: 14.4rem;
	margin: 0 auto;
}
.mes_box .sys li{
	width: 6.7rem;
}
.mes_box .yuyue_bg{
	width: 5.7rem;
}
.mes_box .yy_inp{
	width: 5.7rem;
}
.mes_box .yy_con{
	width: 5.7rem;
}
.mes_box .yzm{
	width: 4.2rem;
}
.mes_box .yzm_img{
	margin: 0.06rem 0.19rem 0 0;
}
.mes_box .yy_bt{
	width: 6.6rem;
	margin: 0.61rem 0 0 0.12rem;
}


/* 产品中心 */
.product_p{
	padding-bottom: 0.2rem;
	/* padding-bottom: 0.3rem; */
}
.pro_list_top02{
	display: none;
}
.pro_list_top{
	width: 100%;
	background: #134783;
	position: relative;
}
/* .pro_list_t{
	width: 16.61rem;
	height: 0.6rem;
}
.pro_list_t .swiper-slide{
	width: 2.076rem;
	text-align: center;
	height: 0.6rem;
	line-height: 0.6rem;
	border-right: solid 0.01rem #f5f5f5;
	color: #fff;
	font-size: 0.2rem;
	display: inline-block;
}
.pro_list_top ul{
	height: 0.6rem;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.pro_list_top ul::-webkit-scrollbar {
	display: none;
} */
.pro_list_top li{
	float: left;
	width: 2.076rem;
	text-align: center;
	height: 0.6rem;
	line-height: 0.6rem;
	border-right: solid 0.01rem #f5f5f5;
	color: #fff;
	font-size: 0.2rem;
	display: inline-block;
}
.pro_list_top li:last-child{
	border: none;
}
.pro_list_btn{
	width: 0.59rem;
	height: 0.6rem;
	background: url(../images/pro_01.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
}
.pro_list_btn.on{
	background: url(../images/pro_02.jpg) no-repeat;
	background-size: 100% 100%;
}
.pro_list{
	width: 16.61rem;
	background: #fff;
	display: none;
}
.pro_list li{
	float: left;
	width: 2.076rem;
	min-height: 3.6rem;
	padding: 0.16rem 0;
	text-align: center;
	line-height: 0.4rem;
	border-right: solid 0.01rem #f5f5f5;
	color: #fff;
	font-size: 0.2rem;
}
.pro_list li div{
	color: #666;
	font-size: 0.15rem;
	line-height: 0.4rem;
}

.pro_part{
	padding: 0.3rem 0 1rem;
	overflow: hidden;
	display: flex;
}
.product_left{
	/* float: left; */
	width: 4rem;
	margin-right: 0.2rem;
	background: #f7f7f7;
}
.product_right{
	/* float: right; */
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 0.3rem;
	box-sizing: border-box;
}
.pro_tit{
	width: 100%;
	height: 1rem;
	background: #134783;
	padding: 0.15rem 0 0 0.3rem;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.24rem;
	position: relative;
}
.pro_tit h1{
	line-height: 0.46rem;
	font-size: 0.3rem;
}
.pro_menu {
	position: absolute;
	top: 0.34rem;
	right: 0.4rem;
	width: 0.52rem;
	height: 0.32rem;
	cursor: pointer;
	z-index: 2;
}
.pro_menu img{
	width: 100%;
	height: 100%;
}
.proclass_tm {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
	display: none;
}
.proclass_box{
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	color: #333;
	font-size: 0.3rem;
	position: absolute;
	top: 0.2rem;
	right: 55%;
}
.proclass{
	float: right;
	width: 50%;
	height: 100%;
	padding: 5%;
	overflow-y: scroll;
	background: rgba(0, 33, 71, 0.9);
	position: relative;
	z-index: 99;
}
.proclass li {
	position: relative;
	font-size: 0.28rem;
	line-height: 0.9rem;
	text-indent: 5%;
	color: #fff;
}
.proclass li h1{
	font-size: 0.28rem;
	line-height: 0.8rem;
	font-weight: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
	position: relative;
}
.proclass li i{
	width: 0.09rem;
	height: 0.24rem;
	background: #ff7f05;
	display: block;
	position: absolute;
	top: 0.3rem;
	left: -5%;
	opacity: 0;
}
.proclass li.current i{
	opacity: 1;
}
.proclass_02{
	padding-left: 5%;
	display: none;
}
.proclass_02 li{
	color: rgba(255, 255, 255, 0.8);
}

.protype{
	width: 100%;
	background: #f7f7f7;
}
.protype li{
	color: #222;
	font-size: 0.18rem;
	line-height: 0.8rem;
	text-indent: 0.3rem;
	border-bottom: solid 0.01rem #e5e5e5;
	position: relative;
	cursor: pointer;
}
.protype li:last-child{
	border: none;
}
.protype i{
	width: 0.06rem;
	height: 0.3rem;
	display: block;
	background: #134783;
	position: absolute;
	top: 0.25rem;
	left: 0;
	opacity: 0;
}
.protype li.current i{
	opacity: 1;
}
.protype h1{
	font-weight: normal;
	font-size: 0.18rem;
	background: url(../images/sys_03.png) no-repeat 92% center;
  background-size: 0.09rem 0.16rem;
}
.protype li.current h1 {
	background: url(../images/pro_03.png) no-repeat 92% center;
	background-size: 0.16rem 0.09rem;
	border-bottom: solid 0.01rem #e5e5e5;
}
.protype02{
	display: none;
	padding: 0.1rem 0;
}
.protype02 li{
	color: #444;
	font-size: 0.16rem;
	line-height: 0.4rem;
	height: 0.4rem;
	border: none;
	text-indent: 0.6rem;
}
.protype02 li:hover{
	color: #ff7f05;
	font-weight: bold;
}


.protype-sub{
	padding: 0 0 0.2rem;
	width: 100%;
}
.protype-sub li{
	color: #444;
	font-size: 0.13rem;
	line-height: 0.4rem;
	height: 0.4rem;
	border: none;
	text-indent: 0.6rem;
}
.protype-sub li a:hover, .protype-sub li a.curr{
	color: #ff7f05;
	font-weight: bold;
}

.path_bg{
	width: 100%;
	/* height: 1rem;
	line-height: 1rem; */
	height: 0.6rem;
	line-height: 0.6rem;
	background: #f5f5f5;
	padding-left: 0.36rem;
	/* margin-bottom: 0.8rem; */
	margin-bottom: 0.3rem;
}
.path_bg .path{
	margin: 0;
}
.product{
	width: 100%;
}
.product ul{
	margin-right: -2%;
}
.product li{
	float: left;
	width: 48%;
	margin: 0 2% 0.2rem 0;
}
.product_pic{
	float: left;
	width: 2.18rem;
	height: 2.18rem;
	border: solid 0.01rem #e5e5e5;
}
.product_pic img{
	width: 100%;
	height: 100%;
}
.product_r{
	float: right;
	width: 4rem;
	padding-top: 0.2rem;
	color: #333;
	font-size: 0.16rem;
}
.ptit{
	color: #134783;
	font-weight: bold;
}
.product_txt{
	line-height: 0.24rem;
	margin-bottom: 0.12rem;
}
.product_txt02{
	line-height: 0.24rem;
	height: 0.48rem;
	/*text-align: justify;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.2rem;
}
.product_bq{
	height: 0.82rem;
	overflow: hidden;
}
.product_bq span{
	background: #fcf5ee;
	line-height: 0.32rem;
	padding: 0 0.14rem;
	color: #ff7f05;
	font-size: 0.13rem;
	display: inline-block;
	margin: 0 0.18rem 0.1rem 0;
}


/* 产品详情 */
.proshow_box{
	margin-bottom: 0.4rem;
	overflow: hidden;
}
.proshow_left{
	float: left;
	width: 4.5rem;
	display: none;
}
.proshow_top{
	width: 100%;
	height: 4.5rem;
	border: solid 0.01rem #e5e5e5;
}
.proshow_top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.proshow_bot{
	width: 100%;
	margin-top: 0.2rem;
	position: relative;
}
.proshow_bot .swiper-button-prev,.proshow_bot .swiper-button-next{
	width: 0.3rem;
	height: 0.6rem;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.proshow_bot .swiper-button-prev{
	background: #f5f5f5;
	color: #999;
	left: 0;
}
.proshow_bot .swiper-button-next{
	background: #134783;
	color: #fff;
	right: 0;
}
.proshow_bot .swiper-button-next:after, .proshow_bot .swiper-button-prev:after{
	font-size: 0.1rem;
}
.proshow_bc{
	width: 3.78rem;
	margin: 0 auto;
}
.proshow_bc .swiper-slide{
	border: solid 0.01rem #e5e5e5;
	height: 0.8rem;
}
.proshow_bc img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proshow_right{
	float: right;
	width: 8.4rem;
	padding-top: 0.5rem;
}
.proshow_rtxt{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.32rem;
	text-align: justify;
	margin-bottom: 0.3rem;
}
.proshow_btn{
	width: 100%;
	margin: 0.33rem 0 0.46rem 0;
}
.proshow_btn li{
	float: left;
	width: 1.8rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	border-radius: 0.02rem;
	background: #134783;
	color: #fff;
	font-size: 0.16rem;
	margin-right: 0.17rem;
}
.proshow_btn li:last-child{
	background: #ff7f05;
}
.proshow_btn img{
	width: 0.22rem;
	height: 0.21rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.14rem;
}
.proshow_btn a{
	display: block;
}
.share{
	width: 100%;
}
.share li{
	float: left;
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.06rem;
}
.share img{
	width: 100%;
	height: 100%;
}
.showtab{
	width: 100%;
}
.showtab ul{
	margin-right: -2%;
}
.showtab li{
	float: left;
	width: 14.6%;
	text-align: center;
	line-height: 0.6rem;
	background: #f5f5f5;
	color: #333;
	font-size: 0.18rem;
	margin-right: 2%;
	cursor: pointer;
}
.showtab li.on{
	background: #ff7f05;
	color: #fff;
}
.show_box{
	width: 100%;
	padding: 0.3rem 0 0.4rem;
}
.show_tit{
	color: #134783;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.5rem;
	border-bottom: solid 0.01rem #134783;
	margin: 0.2rem 0;
}
.show_tit:first-child{
	margin: 0 0 0.2rem 0;
}
.show_tit img{
	width: 0.11rem;
	height: 0.12rem;
	display: inline-block;
	margin-left: 0.07rem;
	vertical-align: middle;
}
.show_txt{
	color: #444;
	font-size: 0.16rem;
	line-height: 0.34rem;
	margin-bottom: 0.1rem;
}
.show_txt ul{
	margin-left: 0.2rem;
}
.show_txt ul li{
	list-style-type: disc;
}
.show_txt img{
	display: inline-block;
	height: auto;
}
/* .peijian img{
	width: 0.6rem;
} */
.show_dot{
	color: #134783;
	font-size: 0.26rem;
	font-weight: bold;
	margin-right: 0.2rem;
}
.table_jscs{
	width: 100%;
	border-collapse: collapse;
}
.table_jscs td{
	border: solid 0.01rem #e5e5e5;
	line-height: 0.26rem;
	color: #333;
	font-size: 0.16rem;
	padding: 1% 2%;
}
.t01{
	width: 15%;
}
.t02{
	width: 60%;
}
.img_modal_w{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_n{
    width: 7rem;
    position: relative;
}
.img_modal{
  width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
  z-index: 100;
}
.img_modal_show{
  display: block;
}
.img_modal .img_modal_img{
  width: 100%;
}
.img_modal .img_modal_img img{
  width: 100%;
  background: #fff;
	border: solid 1px #ddd;
}
.img_modal_header{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.1rem;
  right: 0;
}
.img_modal_header img{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.15rem;
}
.img_modal_header img:nth-last-child(1){
  width: 0.4rem;
  cursor: pointer;
}

.table_bzpj{
	width: 100%;
	border-collapse: collapse;
}
.table_bzpj td{
	border: solid 0.01rem #000;
	line-height: 0.26rem;
	color: #333;
	font-size: 0.16rem;
	padding: 0.5%;
}

.xg_box{
	margin-bottom: 0.2rem;
}
.xg_tit{
	width: 100%;
	background: #f5f5f5;
	line-height: 1rem;
	color: #333;
	font-size: 0.26rem;
	font-weight: bold;
	padding-left: 0.39rem;
	margin-bottom: 0.3rem;
}
.xg_tit img{
	float: left;
	width: 0.36rem;
	height: 0.32rem;
	margin: 0.34rem 0.16rem 0 0;
}
.xq_list{
	width: 100%;
}
.xq_pic{
	border: solid 0.01rem #eee;
	height: 1.98rem;
}
.xq_pic img{
	width: 100%;
	height: 100%;
}
.xg_txt{
	text-align: center;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.58rem;
	height: 0.58rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mianze{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.36rem;
	margin-bottom: 0.54rem;
}
.mianze img{
	display: inline-block;
}

.sycase{
	width: 100%;
}
.sycase ul{
	margin-right: -0.2rem;
}
.sycase li{
	float: left;
	width: 2rem;
	margin: 0 0.2rem 0.22rem 0;
}
.sycase_pic{
	height: 2rem;
	margin-bottom: 0.17rem;
}
.sycase_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.show_box .page{
	padding: 0.1rem 0;
}
.show_box .case_pic{
	margin-bottom: 0.15rem;
}
.show_box .article{
	margin-bottom: 0.55rem;
}
.show_box .download{
	margin-bottom: 0.4rem;
}

.fujia_box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}
.fujia_w{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fujia_bg{
	width: 5rem;
	height: 3.2rem;
	background: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
	padding: 0.07rem 0.3rem;
	position: relative;
}
.fujia_close{
	width: 0.14rem;
	height: 0.14rem;
	position: absolute;
	top: 0.32rem;
	right: 0.34rem;
	cursor: pointer;
}
.fujia_close img{
	width: 100%;
	height: 100%;
}
.fujia_tit{
	border-bottom: solid 0.01rem #eee;
	color: #134783;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.62rem;
	margin-bottom: 0.27rem;
}
.fujia_mima{
	width: 100%;
	height: 0.58rem;
	line-height: 0.58rem;
	border: solid 0.01rem #eee;
	background: #f8f8f8;
	border-radius: 0.06rem;
	padding-left: 0.18rem;
	color: #999;
	font-size: 0.18rem;
}
.fujia_mima::-webkit-input-placeholder{
	color: #999;
}
.fujia_txt{
	color: #da0000;
	font-size: 0.16rem;
	line-height: 0.32rem;
	margin: 0.13rem 0 0.21rem;
}
.fujia_btn{
	width: 2rem;
	height: 0.6rem;
	border: none;
	background: #074995;
	color: #fff;
	font-size: 0.18rem;
	border-radius: 0.06rem;
	cursor: pointer;
}



.pages {
	padding: 10px 0;
	width: 100%;
}
.pages ul {
	text-align: center;
}
.pages li {
	display: inline-block;
	margin: 5px;
}
.pages li a{
	padding: 6px 10px;
	border: 1px solid #CCC;
	background: #fff;
	color: #a4a4a4;
	font-size:14px;
}
.pages li a:hover,.pages li.pages_solid a {
	background: #074995;
	border-color: #074995;
	color: #fff;
	text-decoration: none;
}

.result-none{
	padding: 0.2rem;
	text-align: center;
	color:#999
}

.result-none span.red{
	color: red;
}
.yzm_img{
	display: flex;
	align-items: center;
}
#codeImg{
	cursor: pointer;
	width: 80px;
	height: auto;
}