.content{max-width: 1200px; box-sizing: border-box;  margin: 0px auto;width:100%;}
.content2{max-width: 1400px;box-sizing: border-box;margin: 0px auto;}
.maodian{height: 0px;transform: translateY(-128px);}

.pub_nav.on{visibility: visible; transform: translateX(-50%);}
.pub_nav{visibility: hidden; z-index: 999999; width: 100%;height: 100vh;overflow-y: auto; padding: 30px 0px;box-sizing: border-box; background: #f4f4f4;position: fixed;top: 0;left: 50%; transform: translateX(-50%) translateY(-100%);transition: all linear 320ms; }
.pub_nav .content{position: relative;height: 100%;}
.pub_nav .menu_btn_box{cursor: pointer; display: flex;align-items: center; position: absolute;top: 24px;right: 0px;}
.pub_nav .menu_btn_box .btn{position: relative; cursor: pointer; width: 60px;height: 60px;display: flex;border-radius: 50%;background: #013f78;margin-right: 15px;}
.pub_nav .menu_btn_box .btn i{width:35px;height: 3px;border-radius: 3px;position: absolute;top: 50%;left: 50%;background: #fff;transform: translate(-50%,-50%);}
.pub_nav .menu_btn_box .btn i:first-child{transform: translate(-50%,-50%) rotate(45deg);}
.pub_nav .menu_btn_box .btn i:last-child{transform: translate(-50%,-50%) rotate(-45deg);}

.pub_nav .logo{margin-bottom: 60px; font-family: Arial;color: #e7e7e7;font-weight: bold;line-height: 1em;text-align: center;}
.pub_nav .search_box{position: relative; margin: 0px auto;margin-bottom: 90px;  width: 730px;height: 78px;box-sizing: border-box;line-height: 78px;border-radius: 78px;background: #013f78;}
.pub_nav .search_box .stxt{font-size: 18px;color: #c0c0c0; border: none;outline: none;width: 100%;height: 100%;background: none;height: 73px;padding-left: 45px;padding-right: 100px; box-sizing: border-box;}
.pub_nav .search_box .stxt::placeholder{color: #c0c0c0;font-size: 18px;}
.pub_nav .search_box .sbtn{width: 75px;height: 75px;background: url(../images/search2.png) center no-repeat;position: absolute;top: 0px;right: 5px;border: none;outline: none;cursor: pointer;}
.pub_nav .nav_box{display: flex;justify-content: left;background: url(../images/dorp_logo2.png) right bottom no-repeat;margin-bottom: 60px;}
.pub_nav .nav_box .nav_img{display: flex;align-items: center;margin-right: 25px;}

.pub_nav .nav_box .nav_list{display: flex; justify-content: center;width: 100%;}
.pub_nav .nav_box .nav_list ul{padding: 0px 120px;}
.pub_nav .nav_box .nav_list ul li{margin: 40px 0px;}
.pub_nav .nav_box .nav_list ul li a{display: flex;flex-wrap: wrap;align-items: center;}
.pub_nav .nav_box .nav_list ul li .no{width: 110px;font-size: 20px;color: #333333;}
.pub_nav .nav_box .nav_list ul li .title_box{font-size: 60px;line-height: 60px;color: #333333;_font-weight: bold;position: relative;display: inline-block;}
.pub_nav .nav_box .nav_list ul li .title_box .title{position: absolute;bottom: 0px;left: 0px;z-index:2;}
.pub_nav .nav_box .nav_list ul li.on .title_box::after{content: "";border-radius: 10px; width: 100%;height: 10px;background: #013f78;position: absolute;bottom: -5px;left: 0px;z-index: 0;}

.pub_nav .nav_box .nav_list ul li .tel{font-size: 16px;color: #013f78;margin-left: 100px;padding-top: 20px;}
/* 头部 */
.pub_top{
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 99999;
	height: 124px;
	background: #f9f9f9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 220ms linear; 
}
.pub_top .content{height: 100%;display: flex;justify-content: space-between;align-items: center;}

.pub_top .logo img:first-child{display: none;}
.pub_top .logo img:last-child{display: block;}
.pub_top .right_box{display: flex;align-items: center;}
.pub_top .right_box .nav_box ul{display: flex;}
.pub_top .right_box .nav_box ul li{width: 80px;text-align: center;}
.pub_top .right_box .nav_box ul li>a{font-size: 18px;color: #333;font-weight: bold;}
.pub_top .right_box .nav_box ul li:hover > a { color: #013f78; }
.pub_top .right_box .nav_box ul li.on > a{color: #013f78;}
.pub_top .right_box .search_btn{margin-left: 20px;margin-right: 40px;cursor:pointer;}
.pub_top .right_box .search_btn img{display: block;}
.pub_top .menu_btn_box {cursor: pointer; display: flex;align-items: center;}
.pub_top .menu_btn_box .btn{cursor: pointer; display: flex;justify-content: center;align-items: center;  background: #db2518;width: 60px;height: 60px;border-radius: 50%;margin-right: 15px;}
.pub_top .menu_btn_box .btn i{width: 27px;height: 3px;background: #fff;border-radius: 3px;margin-bottom: 5px; display: block;}
.pub_top .menu_btn_box .btn i:last-child{margin-bottom: 0px;}
.pub_top .menu_btn_box .tit{font-size: 18px;color: #333333;font-weight: bold;}

.pub_top.index{background: transparent;}
.pub_top.index .logo img:first-child{display: block;}
.pub_top.index .logo img:last-child{display: none;}

.pub_top.index .menu_btn_box .btn{background: #013f78;}
.pub_top.index .menu_btn_box .tit{color: #fff;}
.pub_top.index .menu_btn_box .btn i{background: #fff;}

.pub_top.on{background: #f9f9f9;}
.pub_top.on .logo img:first-child{display: none;}
.pub_top.on .logo img:last-child{display: block;}
.pub_top.on .menu_btn_box .btn{background: #013f78;}
.pub_top.on .menu_btn_box .btn i{background: #fff;}
.pub_top.on .menu_btn_box .tit{color: #333333;}


.pub_top.on{}

.pub_top .logo{
	
}
.fixed_space{margin-top: 128px;}

.x_hhh {position:relative;}
.x_hhh .swiper-slide{position: relative;}
.x_hhh .swiper-pagination{bottom: 32px;}
.x_hhh .swiper-pagination span.swiper-pagination-bullet{width:14px;height:14px;opacity: 1;background: #bcc6cb;margin: 0px 9px;}
.x_hhh .swiper-pagination span.swiper-pagination-bullet-active{background: #013f78;}

/* 产品服务 */
.in_pro{background: #eaf2f8;padding-bottom:50px;}
.in_pro .top_box{padding-top: 60px;text-align: center;}
.in_pro .top_box .en_title{color: #b4b4b4;font-size: 14px;line-height: 1em;margin-bottom: 20px;}
.in_pro .top_box .title{color: #333;font-size: 40px;line-height: 1em;margin-bottom: 50px;}

.pro_item{background: #fff;overflow:hidden;}
.pro_item .con_box{text-align: center;padding-top: 40px;}
.pro_item .con_box .category{font-size: 16px;color: #013f78;font-weight: bold;line-height: 1em;margin-bottom: 18px;}
.pro_item .con_box .title{font-size: 23px;color: #333333;font-weight: bold;line-height: 1em;margin-bottom: 30px;}
.pro_item .con_box .more{display: inline-block;font-size: 14px;color: #666;line-height: 26px;border-bottom: 1px solid #666666;}
.pro_item .img_box{overflow: hidden;}
.pro_item .img_box img{width: 100%;display: block;}

.pro_item :hover .con_box .category{color: #333333;}
.pro_item :hover .con_box .title{color: #013f78;}
.pro_item :hover .con_box .more {color: #333;border-bottom: 1px solid #333;}

#in_pro_swiper .swiper-pagination{position: static;padding-top:50px;}
#in_pro_swiper .swiper-pagination span.swiper-pagination-bullet{width:14px;height:14px;opacity: 1;background: #bcc6cb;margin: 0px 9px;}
#in_pro_swiper .swiper-pagination span.swiper-pagination-bullet-active{background: #013f78;}

/* 关于我们 */

.in_about{
	height: 748px;
	background: url(../images/in_about_bg.jpg) center no-repeat;
	background-size: auto 100%;
}
.in_about .content{height: 100%;overflow: hidden;}
.in_about .con_box{
	margin-top: 196px;
	height: 552px;width: 778px;
	padding-top: 58px;box-sizing: border-box;
}
.in_about .con_box .en_title{color: #b4b4b4;font-size: 14px;margin-bottom: 24px;line-height: 1em;}
.in_about .con_box .title{color: #333;font-size: 40px;margin-bottom: 38px;line-height: 1em;}
.in_about .con_box .slogan{color: #333;font-size: 22px;margin-bottom: 35px;line-height: 1em;}
.in_about .con_box .line{height: 1px;width: 100%;background: #e2e2e2;margin-bottom: 40px;}
.in_about .con_box .summary{font-size: 15px;color: #333333;line-height: 34px;margin-bottom: 60px;}
.in_about .con_box .more{font-size: 14px;color: #333333;}

/* 客户案例 */
.in_cases{
	padding: 70px 0px;
	background: url(../images/in_case_bg.jpg) center no-repeat;
	background-size: cover;
}
.in_cases .case_layout{
	display: flex;
	width: 100%;
	justify-content: space-between;
	position: relative;
	margin-bottom: 60px;
}
.case_layout .title_box{width: 270px;}
.case_layout .list_box{width: calc(100% - 270px);}
.case_layout .title_box .en_title{
	margin-top: 50px;
	font-size: 14px;color: #ffffff;line-height: 1em;margin-bottom: 30px;
}
.case_layout .title_box .title{font-size: 40px;color: #ffffff;margin-bottom: 190px;}
.case_layout .title_box .btn_box{display: flex;align-items: center;}
.case_layout .title_box .btn_box div{
	width: 56px;height: 56px;background: url(../images/prev_1.png) center no-repeat;background-size: 100%;cursor: pointer;outline: none;
}
.case_layout .title_box .btn_box div:hover{background: url(../images/prev_1_on.png) center no-repeat;background-size: 100%;}
.case_layout .title_box .btn_box div.btn_next{transform: rotateY(180deg);margin-left: 60px;}
.case_layout .name{position: absolute;font-size: 100px;color: #fff;opacity: 0.5;bottom: 0px;left: 0px;line-height: 1em;z-index: 2;transform: translateY(-20px);}

#in_cases_swiper .img_box img{width: 100%;display: block;}
#in_cases_swiper .title{font-size: 29px;color: #fff;margin-top: 20px;line-height: 1.3em;text-align: right;}

.in_cases .more{position: relative; padding: 0px 42px;box-sizing: border-box; display: block;margin: 0px auto;width: 320px;background: #fff;height: 68px;line-height: 68px;border-radius: 68px;}
.in_cases .more .title{font-size: 20px;color: #333;}
.in_cases .more .icon{position: absolute;top: 50%;right: 14px;transform: translateY(-50%);}

/* 内页案例 */
.about_cases{
	background: #f0f4f8;
}
.about_cases .case_layout .title_box .en_title{color: #b4b4b4;}
.about_cases .case_layout .title_box .title{color: #333333;}
.about_cases .more .title{color: #fff;}
.about_cases .more{background: #013f78;}
.about_cases .case_layout .title_box .btn_box div{
	background: url(../images/prev_3.png) center no-repeat;background-size: 100%;cursor: pointer;outline: none;
}
.about_cases .case_layout .title_box .btn_box div:hover{background: url(../images/prev_3_on.png) center no-repeat;background-size: 100%;}
.about_cases .case_layout .name{color: #dbdbdb;}
.about_cases #in_cases_swiper .title{color: #333;}
/* 新闻资讯 */
.in_news{
	background: #eaf2f8;
	padding-bottom:50px;
}
.in_news .top_box{padding-top: 55px;text-align: center;}
.in_news .top_box .en_title{color: #b4b4b4;font-size: 14px;line-height: 1em;margin-bottom: 20px;}
.in_news .top_box .title{color: #333;font-size: 40px;line-height: 1em;margin-bottom: 50px;}


.news_item .img_box{display: block; overflow: hidden;width: 100%;margin-bottom: 32px;}
.news_item  .img_box img{width: 100%;display: block;transition: all 320ms linear;}
.news_item:hover .img_box img{transform: scale(1.1);}
.news_item  .con_box .title{font-size: 20px;color: #333333;line-height: 1.5em;font-weight: bold;margin-bottom: 20px;}
.news_item  .con_box .desc{font-size: 14px;line-height: 1em;color: #666;margin-bottom: 38px;}
.news_item  .con_box .line{width: 100%;height: 1px; background: #013f78;}
.news_item .con_box .tools{height: 70px;display: flex;align-items: center;justify-content: space-between;}
.news_item .con_box .tools .time{font-size: 16px;color: #767676;}
.news_item  .con_box .tools .more{display: flex;align-items: center;  color: #013f78;font-size: 16px;}
.news_item  .con_box .tools .more .tit{margin-right: 30px;}
.news_item  .con_box .tools .more .arrow{display: block;}


#in_news_swiper .tools_box { position: relative; height: 64px; margin-top: 60px; margin-bottom: 37px; }
#in_news_swiper .swiper-pagination { border-radius: 2px; background: #d4dade; position: absolute; top: 50%; transform: translateY(-50%); overflow: hidden; z-index: 1; }
#in_news_swiper .swiper-pagination .swiper-pagination-progressbar-fill{background: #013f78;border-radius: 2px;display: block;}
#in_news_swiper .tools_box .btn_box{display: grid;grid-template-columns: 1fr 1fr; width: 64px;height: 64px;background: #fff;border-radius: 50%;position: absolute;top: 50%;left: 100px;z-index:2;transform: translateY(-50%);}
#in_news_swiper .tools_box .btn_box div{width: 32px;height: 64px;}

#in_news_swiper .tools_box .btn_box .btn_prev{background: url(../images/prev_2.png) left no-repeat;}
#in_news_swiper .tools_box .btn_box .btn_next{background: url(../images/prev_2.png) right no-repeat;}

/* 联系我们 */
.contact_layout{
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 700px;
}
.contact_layout .info_box{
	background: #013f78;
	display: flex;align-items: center;justify-content: center;
	color: #fff;
}
.contact_layout .info_box a{color: #fff;}

.contact_layout .map_box{
	display: flex;align-items: center;justify-content: center;
	background: url(../images/map_img.jpg) center no-repeat;background-size: cover;
}

.contact_layout .info_box .en_title{font-size: 14px;margin-bottom: 30px;}
.contact_layout .info_box .title{font-size: 40px;margin-bottom: 80px;}
.contact_layout .info_box .name{font-size: 26px;font-weight: bold; margin-bottom: 60px;}
.contact_layout .info_box .info_item{display: flex;align-items: center;justify-content: left;margin: 25px 0px;}
.contact_layout .info_box .info_item .icon{margin-right: 15px;}
.contact_layout .info_box .info_item .desc{flex: auto;}
.contact_layout .info_box .info_item .desc .value{font-size: 16px;opacity: 0.8;margin-bottom: 12px;line-height: 1em;}
.contact_layout .info_box .info_item .desc .tit{font-size: 14px;opacity: 0.5;line-height: 1em;}


.pub_foot .box1{
	display: grid;
	grid-template-columns: auto 170px;
	padding-top: 100px;padding-bottom: 100px;
}
.pub_foot{background: #333333;color: #fff;border-bottom: 1px solid #fff;}
.pub_foot .qrcode div{display: inline-block;}
.pub_foot .qrcode img{display: block;}
.pub_foot .qrcode .tit{text-align: center;width: 100%;font-size: 16px;color: #fff;opacity: 1;line-height: 2em;}
 
.pub_foot .nav_box{width: 820px;}
.pub_foot .nav_box ul{display: flex;}
.pub_foot .nav_box ul li {width: 100px;margin-right: 20px;}
.pub_foot .nav_box ul li .title{font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 40px;display: block;}
.pub_foot .nav_box ul li .sub a{display: block;font-size: 14px;color: #fff;opacity: 0.5;line-height: 33px;}
.pub_foot .nav_box ul li .sub a:hover{opacity: 1;}

.pub_foot2{background: #333333;color: #fff;padding: 40px 0px;font-size: 16px;line-height: 1.5em;}
.pub_foot2 .box2{display: flex;align-items: center;justify-content: space-between;}
.pub_foot2 a{color: #fff;}
/* 留言 */
.message_box .title_box{text-align: center;padding: 60px 0px;}
.message_box .title_box .title{margin-bottom: 10px;}
.message_box .title_box .desc{font-size: 16px;color: #333333;opacity: 0.5;}
.message_box .tips{font-size: 16px;line-height: 2em;padding-bottom: 35px;border-bottom: 1px solid #e9e9e9;margin-top: 18px;margin-bottom: 30px;}
.message_box .type_title{font-size: 18px;color: #333333;line-height: 24px;margin-bottom: 15px;font-weight: bold;}
.message_box .select{width: 100%;}
.category_select .el-select{width: 100%;}

.el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner { border-color: #013f78!important; }
.el-select .el-input__inner:focus { border-color: #013f78 !important; }
.el-select-dropdown__item.selected{color: #013f78!important;}
.el-input.is-active .el-input__inner, .el-input__inner:focus { border-color: #013f78!important; }
.el-textarea__inner:focus { border-color: #013f78!important; }

.message_box{padding-bottom: 60px;}
.message_box .el-input__inner{height: 52px;line-height: 52px;}
.message_box .el-col{padding-right: 20px;box-sizing: border-box;}
.message_box .type_title2{font-size: 16px;line-height: 24px;color: #333333;margin-top: 35px;margin-bottom: 20px;}
.message_box .product_select_box{margin-bottom: 30px;display: flex;justify-content: left;flex-wrap: wrap;}
.message_box .product_select_box .item{ cursor: pointer; font-size: 14px;color: #666666;margin-bottom: 10px;line-height: 48px;height: 48px;padding: 0px 45px;background: #f7f7f7;margin-right: 20px;}
.message_box .product_select_box .item.on { background-image: linear-gradient(260deg, #013f78 0%, #013f78 100%), linear-gradient( #1e257d, #1e257d); color: #fff; }
		
.message_box .btn_box{display: flex;justify-content: space-between;}
.message_box .btn_box div{width: calc(50% - 17px);text-align: center;line-height: 70px;font-size: 22px;color: #fff;cursor: pointer;}
.message_box .btn_box div.form_submit{background-image: linear-gradient(260deg, 
		#87b844 0%, 
		#47b9ce 100%), 
	linear-gradient(
		#1e257d, 
		#1e257d);}
.message_box .code_input {box-sizing: border-box;}
.message_box .code_input  .el-input__inner{height: 70px;line-height: 70px;}
.message_box .btn_box div.form_reset{background:#b3b3b3;}
.message_box .codeImg{height: 70px;width: 140px;border-radius: 5px;}

/* 内页 */
.ny_ban{height: 555px;display: flex;justify-content: center;align-items: center;background-size: cover;background-position: center;}

.ny_ban .box { text-align: center; }
.ny_ban .title_box{position: relative;}
.ny_ban .title_box .big_tit{
	font-size: 136px;font-weight: bold;
	line-height: 1em;
	background-image: linear-gradient(to bottom,rgba(51,51,51,0.08) 0%,rgba(51,51,51,0) 100%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.ny_ban .title_box .title{width: 100%;position: absolute;top: 50%;left: 0px;transform: translateY(-50%);}
.ny_ban .title_box .title .tit{font-size: 36px;color: #333333;font-weight: bold;line-height: 1em;margin-bottom: 15px;}

.ny_sub_nav{padding: 35px 0px;background: #f1f1f1;}
.ny_sub_nav ul{display: flex;justify-content: center;}
.ny_sub_nav ul li a{font-size: 22px;color: #333333;padding: 0px 25px;display: block;}
.ny_sub_nav ul li.on a{color: #b71e13;}
.ny_sub_nav ul li:hover a{color: #b71e13;}

/* 关于我们 */
.about_zc{padding: 66px 0px;}
.about_zc .title_box .en_title{font-size: 14px;letter-spacing: 0px;color: #b4b4b4;margin-bottom: 10px;}
.about_zc .title_box .title{font-size: 40px;color: #333333;font-weight: bold;margin-bottom: 60px;}
.about_zc .company{font-size: 22px;color:#333;margin-bottom: 60px;}
.about_zc .summary{font-size: 16px;color:#333;line-height: 45px;margin-bottom: 89px;}

.about_img_swiper .content .swiper-pagination{position: static;margin-top: 60px;height: 11px;background-color: #e6e6e6;border-radius: 11px;}
.about_img_swiper .content .swiper-pagination .swiper-pagination-progressbar-fill{height: 11px;background-color: #013f78;border-radius: 11px;}

/* 产品 */
.ny_pro_nav{background: #f9f9f9;padding-bottom:37px;}
.ny_pro_nav .box { display: flex; justify-content: center; align-content: center; }
.nav_select { margin: 0px 10px; }

.el-input__inner { height: 73px!important;padding-left:30px!important;font-size:16px!important; }
.el-input__suffix { right:20px!important;}

.el-select .el-input .el-select__caret{color:#333!important;font-size:18px!important;}

.ny_main { padding: 44px 0px; background: #f9f9f9; position: relative; }
.ny_main #main{transform:translateY(-150px);}
.ny_main .txt_cent{min-width:1200px;}
.ny_pro_list { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }


.case_item_box{background: #fff;padding: 40px 24px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.case_item_box .con_box{width: 400px;padding-left: 48px;box-sizing: border-box;display: flex;align-items: center;}
.case_item_box .con_box .title{font-size: 26px;color: #333333;font-weight: bold;margin-bottom: 160px;line-height:1.5em; }
.case_item_box .con_box .more{
	display: block;
	width: 243px;
	height: 57px;
	background-color: #eeeeee;
	border-radius: 29px; position: relative;}
.case_item_box .con_box .more .tit{
	font-size: 16px;
	color: #333333;
	line-height: 58px;
	padding-left: 43px;
}
.case_item_box .con_box .more .icon{width: 36px;height: 36px;display: block;position: absolute;top: 11px;right: 11px;}
	

.case_item_box .img_box{display: block;flex: auto;}

.case_item_box:nth-child(even){flex-direction: row-reverse;}
.case_item_box:nth-child(even) .con_box{padding-right: 48px;padding-left: 0px;}

/* 下拉选择 */
.j_select {
	margin:0;padding:0;cursor:pointer;position: relative;background:#fff;display:inline-block;
}
.j_select .current_select {
	margin:0;padding:0;height:30px;line-height:30px;text-indent:1em;border:1px solid #ccc;box-shadow:1px 1px 2px #ccc;
	outline:none;
}
.j_select .current_select .select_icon {
	margin:0;padding:0;position:absolute;right:5px;top:5px;
}
.j_select ul {
	margin:0;padding:0;border:1px solid #eee;border-radius:2px;display:none;box-shadow:1px 1px 2px #ccc;background:#fff;
	position:absolute;width:calc(100% - 2px) !important;max-height:302px;overflow:auto;outline:none;z-index:99 !important;
}
.j_select ul li {
	margin:0;padding:0;line-height:30px;text-indent:1em;list-style:none;
}
.j_select ul li:hover {
	background:#013f78;color:#fff;cursor:default;
}
.j_select ul li.current_item {
	background:#013f78;color:#fff;cursor:default;
}

/* 在线咨询 */
.ny_contact_box{
	display: flex;justify-content: space-between;
	padding: 30px 0px;
}
.ny_contact_box .info_box{padding: 76px 56px;box-sizing: border-box; width: 50%;background: url(../images/contact_left_bg.jpg) center no-repeat;background-size: cover;}
.ny_contact_box .info_box .title{font-size: 14px;opacity: 0.5;color: #ffffff;margin-bottom: 25px;}
.ny_contact_box .info_box .name{font-size: 30px;color: #ffffff;font-weight: bold;margin-bottom: 30px;}
.ny_contact_box .info_box .info_item{display: flex;align-items: center;margin: 40px 0px;}
.ny_contact_box .info_box .info_item .icon{margin-right: 25px;}
.ny_contact_box .info_box .info_item .desc .tit{font-size: 14px;opacity: 0.5;color: #ffffff;}
.ny_contact_box .info_box .info_item .desc .value{font-size: 16px;color: #ffffff;}
.ny_contact_box .info_box .info_item .desc .value a{font-size: 16px;color: #ffffff;}

.ny_contact_box .message_box{padding: 76px 50px;box-sizing: border-box;width: 50%;background: #fff;}
.ny_contact_box .message_box .en_title{font-size: 14px;color: #333333;margin-bottom: 30px;}
.ny_contact_box .message_box .title{font-size: 30px;color: #333333;margin-bottom: 35px;font-weight: bold;}

.form_line.line2{display: grid;grid-template-columns: repeat(2,1fr); gap: 8px;}
.form_item{background-color: #f5f5f5;border-radius: 10px;margin-bottom: 10px;position: relative;overflow: hidden;}
.form_item .form_input{height: 68px;line-height: 68px;padding-left: 65px;background: transparent;border: none;outline: none;box-sizing: border-box;padding-right: 24px;}
.form_item .icon{position: absolute;top: 50%;left: 29px;transform: translateY(-50%);}
.form_item.no_icon .form_input{padding-left: 25px;}
.form_item .form_input.textarea{width: 100%;height: 100px; padding-top: 30px;padding-bottom: 30px;line-height: 1.5em;font-size: 14px;}
.form_item.content{padding-bottom: 20px;padding-right: 24px; box-sizing: border-box;}
.form_item.content .icon{top: 30px;transform: initial;}
.form_other img { height: 68px; width: 140px; border-radius: 8px; background: #f5f5f5;padding:10px;box-sizing:border-box;}
.form_line .btn { margin-top: 10px; height: 68px; line-height: 68px; border-radius: 10px; border: none; width: 100%; font-size: 18px; color: #ffffff; font-weight: bold; }
.form_line .btn.btn_submit{background: #013f78;}
.form_line .btn.btn_reset{background: #333333;}

.pro_top{
	display: flex;justify-content: space-between;
	margin-bottom: 85px;
}
.pro_big{width: 50%;background: #fff;display: flex;justify-content: center;align-items: center;}
.pro_info{width: 50%;box-sizing: border-box;padding-left: 26px;}
.pro_big_swiper .swiper-slide{text-align: center;}

.pro_info .category{padding: 5px 14px;background: #013f78;color: #fff;font-size: 16px;display: inline-block;margin-top: 20px;margin-bottom: 25px;}
.pro_info .title{font-size: 23px;color: #013f78;font-weight: bold;margin-bottom: 23px;}
.company_info{background: #fff;padding: 36px 30px;}
.company_info .name{font-size: 22px;color: #333333;margin-bottom: 15px;}
.company_info .info_item{display: flex;align-items: center;margin-top: 15px;}
.company_info .info_item .icon{display: block;margin-right: 10px;}
.company_info .info_item .value{flex: auto;}
.pro_info .btn_box{display: grid;grid-template-columns: repeat(2,1fr);gap: 15px;margin-top: 30px;margin-bottom: 39px;}
.pro_info .btn_box .btn{width: 100%;height: 68px;box-sizing: border-box;border-radius: 68px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.pro_info .btn_box .btn .tit{font-size: 22px;color: #fff;font-weight: bold;margin-left: 15px;}
.pro_info .btn_box .btn.btn_inquiry{background: #013f78;}
.pro_info .btn_box .btn.btn_back{background: #fff;border: 2px solid #c5c5c5;}
.pro_info .btn_box .btn.btn_back .tit{color: #c5c5c5;}

.pro_small{display: flex;align-items: center;justify-content: space-between;}
.pro_small .btn{width: 45px;height: 45px;background: url(../images/prev_1_on.png) center no-repeat;background-size: 100%;cursor: pointer;}
.pro_small .btn.btn_next{transform:rotateY(180deg);}

.pro_small .btn:hover{background: url(../images/prev_3_on.png) center no-repeat;background-size: 100%;}
.pro_small .swiper{margin: 0px 20px;flex: auto;width: 443px;}
.pro_small .swiper .swiper-slide.on{box-sizing: border-box;border: 2px solid #013f78;}

.pro_title{border-bottom: 2px solid #f0f0f0;display: flex;justify-content: center;align-items: center;margin-bottom: 65px;}
.pro_title .title{font-size: 40px;color: #333333;padding-bottom: 30px;position: relative;}
.pro_title .title::after{content: "";width: 100%;height: 2px;background: #013f78;position: absolute;bottom: -2px;left: 0px;}

.content_box{
	font-size: 16px;line-height: 2em;color: #333;
}
.pro_other{margin-top: 70px;}
.pro_other_title{font-size: 18px;color: #013f78;margin-bottom: 35px;position: relative;font-weight: bold;padding-bottom: 10px;}
.pro_other_title::after{content: "";width: 27px;height: 2px;background: #013f78;position: absolute;bottom: 0px;left: 0px;}

.pn_box{
	padding: 40px 30px;margin-top: 50px;
	background: #fff;display: flex;justify-content:space-between;align-items: center;
}
.pn_box a{font-size: 16px;color: #b8b8b8;}
.pn_box a:hover{color: #666;}
/* 新闻 */
.ny_news_list{padding: 60px 0px;display: grid;grid-template-columns: repeat(3,1fr);gap: 20px;}


/* 产品详情 */
.ny_pro_show{padding: 80px 0px;}
.pro_info_box{display: flex;justify-content: space-between;margin-bottom: 80px;}
.pro_info_box .pro_big{width: 50%;box-sizing: border-box;padding-right: 30px;}
#pro_big_swiper{background: #f1efe5;height: 535px;}
#pro_big_swiper .swiper-slide{display: flex;align-items: center;justify-content: center;}
#pro_big_swiper .swiper-slide img{max-width: 100%;max-height: 100%;display: block;}
.pro_info_box .r_box{width: 50%;display: flex;flex-wrap: wrap;}
.pro_info_box .info_box .no{margin-top: 20px;margin-bottom: 24px; line-height: 33px;color: #fff;font-size: 27px;background: #0052cd;padding: 0px 9px;display: inline-block;}
.pro_info_box .info_box .title{height: 170px; font-size: 36px;font-weight: bold;color: #333;}
.pro_info_box .info_box .btn_box{display: flex;justify-content: left;}
.pro_info_box .info_box .btn_box .btn{width: 320px; line-height: 75px;border: 2px solid #c5c5c5;display: flex;justify-content: center;align-items: center;border-radius: 75px;margin-right: 35px;}
.pro_info_box .info_box .btn_box .btn span{font-size: 22px;font-weight: bold;margin-left: 15px;}

.pro_info_box .info_box .btn_box .btn.inquiry{background: #b71e13;border-color: #b71e13;}
.pro_info_box .info_box .btn_box .btn.inquiry span{color: #fff;}

.pro_info_box .info_box .btn_box .btn.back span{color: #c5c5c5;}
.pro_info_box .pro_small{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.pro_info_box .pro_small .btn_prev,.pro_info_box .pro_small .btn_next{cursor: pointer; flex-shrink: 0; width: 59px;height: 59px;background: url(../images/swiper_btn_1.png) center no-repeat;background-size: 100%;}
.pro_info_box .pro_small .btn_next{transform: rotateY(180deg);}
.pro_info_box .pro_small .btn_prev:hover,.pro_info_box .pro_small .btn_next:hover{background: url(../images/swiper_btn_1_on.png) center no-repeat;background-size: 100%;}
.pro_info_box .pro_small .btn_prev{margin-right: 20px;}
.pro_info_box .pro_small .btn_next{margin-left: 20px;}
.pro_info_box .pro_small .swiper_box{width: calc(100% - 160px);}

#pro_small_swiper .swiper-slide{background: #f1efe5;box-sizing: border-box;cursor: pointer;}
#pro_small_swiper .swiper-slide.on{border: 2px solid #b71e13;}

.pro_detail .title_box{border-bottom: 2px solid #f0f0f0;text-align: center;}
.pro_detail .title_box .title{font-size: 40px;color: #333;font-weight: bold;padding-bottom: 28px;position: relative;}
.pro_detail .title_box .title::after{content: "";width: 230px;height: 2px;background: #b71e13;position: absolute;bottom: -2px;left: 50%;transform: translateX(-50%);}

.pro_detail .detail_box{padding: 30px 0px;min-height: 300px;}
.pro_detail .pn_box{background: #f7f7f7;padding: 33px;display: flex;justify-content: space-between;align-items: center;}
.pro_detail .pn_box a{font-size: 16px;color: #b8b8b8;}


.pro_related{background: #f7f7f7;padding-bottom: 45px;}
.pro_related .content>.title_box{padding: 45px 0px;text-align: center;}
.pro_related .content>.title_box .title{font-size: 40px;color: #333;font-weight: bold;}

.pro_related .pro_item .title_box{padding-top: 28px;padding-bottom: 8px;}
.pro_related .pro_item .title_box .no{font-size: 20px;line-height: 25px;}
.pro_related .pro_item .title_box .title{font-size: 23px;}

#pro_related_swiper .swiper-pagination{position: static;bottom: initial;left: initial;}
#pro_related_swiper .swiper-pagination span{width: 15px;height: 15px;background: #d9d9d9;opacity: 1;margin: 0px 9px;}
#pro_related_swiper .swiper-pagination span.swiper-pagination-bullet-active{background: #b71e13;}

/* 产品分类 */
.pro_ctg{padding-bottom: 60px;}
.pro_ctg .ctg_box{padding-top: 60px;display: flex;justify-content: space-between;}
.pro_ctg .ctg_box .ctg_pros{width: 1050px;padding-left: 20px;box-sizing: border-box;}
.pro_ctg .ctg_box .ctg_pros ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.pro_ctg .ctg_box .ctg_pros ul li{width: calc(50% - 10px);}
.pro_ctg .ctg_box .ctg_pros ul li .pro_item{margin-bottom: 20px;}
.pro_ctg .ctg_box .ctg_pros ul li:nth-child(3) .pro_item{margin-bottom: 0px;}
.pro_ctg .ctg_box .ctg_pros ul li:nth-child(4) .pro_item{margin-bottom: 0px;}
.pro_ctg .ctg_box .ctg_img{text-align: center; width: calc(100% - 1050px);background-size: cover;background-position: center;display: flex;align-items: center;justify-content: center;}
.pro_ctg .ctg_box .ctg_img .title{font-size: 44px;color: #fff;font-weight: bold;height: 180px;}
.pro_ctg .ctg_box .ctg_img .more{display: block;line-height: 68px;border: 1px solid #fff;padding: 0px 85px;font-size: 20px;color: #fff;}

.pro_ctg .ctg_box:nth-child(even){flex-direction: row-reverse;}
.pro_ctg .ctg_box:nth-child(even) .ctg_pros{padding-left: 0px;padding-right: 20px;}

.ny_nav{
	display:flex;justify-content:center;
}
.ny_nav_item { padding: 15px 25px; background: #e0e0e0; display: flex; margin: 5px 10px; color: #333; }
.ny_nav_item .tit{font-size:16px;}
.ny_nav_item:hover,.ny_nav_item.on{ background: #013f78; color: #fff; }

.service_list { width: 1200px; margin: 0 auto; overflow: hidden; margin-top: 35px; }
.service_list li { background: #f7f7f7; margin-top: 1px; padding-left: 40px; padding-right: 40px; }
.service_list li a { display: flex; align-items: center; height: 58px; }
.service_list li a > div { float: left; font-size: 16px; }
.service_list li .service_list_1 { color: #333333; width: 380px; margin-right: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.service_list li .service_list_2 { width: 260px; margin-right: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.service_list li .service_list_3 { width: 280px; margin-right: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.service_list li .service_list_4 { width: 62px; height: 45px; /* border:1px solid #0a67d9; */ border-radius: 50px; line-height: 45px; padding-left: 56px; color: #0a67d9; background: url(../images/lan1.png) no-repeat left 31px center; }
.service_list li:hover .service_list_4 { background:#0a67d9 url(../images/bai1.png) no-repeat left 31px center;  color: #fff; }
.service_list2 { margin-top: 0px; }
.service_list2 li { background: #ffffff; margin-top: 20px; padding-left: 40px; padding-right: 40px; }
.service_list2 li a { display: flex; align-items: center; height: 98px; }
.service_list2 li a > div { float: left; font-size: 16px; }
.service_list2 li .service_list_1 { color: #0a67d9; width: 380px; margin-right: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.service_list2 li .service_list_2 { width: 260px; margin-right: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.service_list2 li .service_list_3 { width: 280px; margin-right: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.service_list2 li .service_list_4 { width: 62px; height: 45px; border: 1px solid #0a67d9; border-radius: 50px; line-height: 45px; padding-left: 56px; background: url(../images/lan1.png) no-repeat left 31px center; }
.service_list2 li:hover .service_list_4 { background: #0a67d9 url(../images/bai1.png) no-repeat left 31px center; color: #fff; }
/* 新闻内页 */
.ny_news_show { width: 100%; }
.about-content{padding: 20px 0px;}
.ny-news-tit { width: 100%; height: auto; overflow: hidden; line-height: 35px; color: #000; font-size: 1.5em; font-weight: bold; text-align: center; }
.ny-author { width: 100%; height: auto; line-height: 30px; overflow: hidden; color: #393939; border-bottom: 1px solid #f0f0f2; padding: 10px 0px 10px 0px; margin-bottom: 30px; text-align: center; }
.news-author { height: auto; overflow: hidden;font-size: 14px; }

.updown-div { width: 100%; line-height: 2; overflow: hidden; margin: 0 auto;margin-top: 30px; padding: 20px 0px 20px 0px;border-top: 1px solid #f0f0f0; }
.updown-div a{display: block;}
#newsnr { font-size: 14px; line-height: 26px; }


.fd_pro_tb { width: 95%; margin: 0 auto; border-left: 1px solid #E8E8E8; border-top: 1px solid #E8E8E8; margin-bottom: 20px; }
.fd_pro_tb th, .fd_pro_tb td { border-right: 1px solid #E8E8E8; border-bottom: 1px solid #E8E8E8; }
.fd_pro_tb th { background: #F5F5F5; height: 40px; line-height: 40px; font-weight: normal; }
.fd_pro_tb td { text-align: center; padding: 10px 0; }
.fd_pro_tb td input { border: 1px solid #E8E8E8; width: 80px; padding: 0 10px; height: 22px; line-height: 22px; text-align: right; }
.fd_pro_tb .del { color: #F00; cursor: pointer; }
.jn_box { clear: both; padding-bottom: 20px; overflow: hidden; width: 520px; margin: 0px auto; }
.jn_lt { float: left; width: 100px; padding: 0 5px 0 0; line-height: 30px; text-align: right; font-size: 14px; font-weight: bold; }

.jn_rt { float: left; width: 360px; }
.jn_box .txt { width: 325px; height: 28px; line-height: 28px; border: 1px solid #DBDBDB; color: #444; padding: 0 10px; font-size: 13px; border-radius: 3px; outline: none; }
.jn_box input:focus { border: 1px solid #d8212f; }
.jn_box textarea:focus { border: 1px solid #d8212f; }
.jn_box .cod { width: 70px; height: 28px; line-height: 28px; border: 1px solid #DBDBDB; color: #444; padding: 0 15px; font-size: 13px; border-radius: 3px; outline: none; }
.jn_box .txtarea { width: 325px; height: 120px; padding: 10px; font-size: 13px; border: 1px solid #DBDBDB; border-radius: 3px; outline: none; }
.jn_box .btn { width: 95px; height: 32px; text-align: center; line-height: 30px; border: 0px; background: #666; color: #FFF; font-size: 15px; font-weight: bold; border-radius: 3px; cursor: pointer; }
.jn_box .btn:hover { background: #013f78; }

@media screen and (max-width:1680px) {

	
}

@media screen and (max-width:1440px) {
	
}

@media screen and (max-width:1366px) {


}

@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:1024px) {

}

@media screen and (max-width:900px) {
	
}

@media screen and (max-width:768px) {
	
}

@media screen and (max-width:640px) {
	.content { padding-left: 0.2rem; padding-right: 0.2rem; }
	.x_hhh .swiper-pagination { bottom: 0.15rem; }
	.x_hhh .swiper-pagination span.swiper-pagination-bullet { width: 0.14rem; height: 0.14rem; margin: 0px 0.1rem; }
	.in_pro { padding-bottom: 0.5rem; }
	.in_pro .top_box { padding-top: 0.6rem; }
	.in_pro .top_box .en_title { font-size: 0.2rem; margin-bottom: 0.2rem; }
	.in_pro .top_box .title { font-size: 0.46rem; margin-bottom: 0.5rem; }
	.pro_item .con_box { padding-top: 0.4rem; }
	.pro_item .con_box .category { display: none; }
	.pro_item .con_box .title { font-size: 0.3rem; margin-bottom: 0.2rem; padding: 0px 0.2rem; }
	.pro_item:hover .con_box .title { color: #013f78; }
	.pro_item .con_box .more { font-size: 0.2rem; line-height: 0.26rem; }
	#in_pro_swiper .swiper-pagination { padding-top: 0.5rem; }
	#in_pro_swiper .swiper-pagination span.swiper-pagination-bullet { width: 0.14rem; height: 0.14rem; margin: 0px 0.1rem; }

	.in_about { height: auto; padding-top: 2rem; background: url(../images/wap_about_bg.jpg) center no-repeat; }
	.in_about .content { background: rgba(255,255,255,0.9); }
	.in_about .con_box { width: 100%; height: auto; padding-top: 0.55rem; margin-top: 0px; }
	.in_about .con_box .en_title { font-size: 0.2rem; margin-bottom: 0.2rem; }
	.in_about .con_box .title { font-size: 0.4rem; margin-bottom: 0.4rem; }
	.in_about .con_box .slogan { font-size: 0.26rem; margin-bottom: 0.35rem }
	.in_about .con_box .line { margin-bottom: 0.4rem; }
	.in_about .con_box .summary { font-size: 0.2rem; line-height: 2em; margin-bottom: 0.6rem; }
	.in_about .con_box .more { font-size: 0.24rem; margin-bottom: 0.5rem; display: block; }

	.in_cases { padding-top: 0.65rem; padding-bottom: 0.65rem; }
	.in_cases .case_layout { flex-wrap: wrap; margin-bottom: 0.6rem; position: relative; }
	.case_layout .title_box { width: 100%; text-align: center; margin-bottom: 0.45rem; }
	.case_layout .title_box .en_title { margin-top: 0px; margin-bottom: 0.25rem; font-size: 0.2rem; }
	.case_layout .title_box .title { font-size: 0.46rem; margin-bottom: 0px; }
	.case_layout .list_box { width: calc(100% - 1.4rem); margin: 0px auto; box-sizing: border-box; margin-bottom: 0.6rem; z-index: 1; }
	.case_layout .name { font-size: 0.8rem; width: 100%; text-align: center; opacity: 0.5; transform: initial; color: rgba(255,255,255,0.5); font-weight: bold; }
	#in_cases_swiper .title { display: none; }
	.case_layout .title_box .btn_box div { position: absolute; top: 250%; left: 0px; width: 0.56rem; height: 0.56rem; z-index: 999999; }
	.case_layout .title_box .btn_box div.btn_next { right: 0px; left: initial; }
	.in_cases .more { width: 3.2rem; height: 0.68rem; line-height: 0.68rem; border-radius: 0.68rem; padding: 0px 0.42rem; }
	.in_cases .more .icon { right: 0.14rem; width: 0.52rem; }
	.in_cases .more .title { font-size: 0.24rem; }

	.in_news { padding-bottom: 0.5rem; }
	.in_news .top_box { padding-top: 0.5rem; }
	.in_news .top_box .en_title { font-size: 0.2rem; margin-bottom: 0.2rem; }
	.in_news .top_box .title { font-size: 0.46rem; margin-bottom: 0.5rem; }

	#in_news_swiper .tools_box { height: 0.64rem; margin-top: 0.6rem; margin-bottom: 0.37rem; }
	#in_news_swiper .tools_box .btn_box { left: 1rem; width: 0.64rem; height: 0.64rem; }
	#in_news_swiper .tools_box .btn_box div { width: 0.32rem; height: 0.64rem; background-size: 100%; }
	#in_news_swiper .tools_box .btn_box .btn_next { background-size: auto 100%; }
	#in_news_swiper .tools_box .btn_box .btn_prev { background-size: auto 100%; }
	.news_item .con_box .title { font-size: 0.24rem; line-height: 1.5em; height: 3em; margin-bottom: 0.2rem; }
	.news_item .con_box .desc { font-size: 0.2rem; margin-bottom: 0.38rem; }
	.news_item .con_box .tools { height: 0.67rem; }
	.news_item .con_box .tools .more { font-size: 0.2rem; }
	.news_item .con_box .tools .more .tit { margin-right: 0.3rem; }
	.news_item .con_box .tools .more .arrow { height: 0.18rem; }
	.news_item .con_box .tools .time { font-size: 0.2rem; }
	.news_item .img_box { margin-bottom: 0.25rem; }
	.contact_layout { height: auto; grid-template-columns: 1fr; }
	.contact_layout .info_box { width: 100%; }
	.contact_layout .map_box { display: none; }

	.contact_layout .info_box{padding:0.6rem 0px;}

	.pub_foot { display: none; }
	.pub_foot2{display:none;}
	.service_list{width:100%;}
	.ny_main .txt_cent { min-width: 6rem; }
	.ny_main { padding: 0.44rem 0px; }
	.ny_nav_item{margin:0.05rem 0.1rem;padding:0.15rem 0.25rem;}
	.ny_nav_item .tit{font-size:0.2rem;}
	.ny_ban { height: 3.2rem; }
	.ny_ban .title_box .big_tit{font-size:1rem;padding-bottom:0.15rem;}
	.ny_ban .title_box .title .tit{font-size:0.4rem;margin-bottom:0.15rem;}

	.ny_news_list{padding:0.6rem 0px;gap:0;grid-template-columns:1fr;}
	.ny_news_list .news_item{margin-bottom:0.3rem;}
	.ny_pro_nav{padding-bottom:0.37rem;}
	.ny_pro_nav .box { flex-wrap: wrap; }
	.nav_select { margin: 0px 0.1rem;width:100%;margin-bottom:0.15rem }
	.el-select{width:100%;}
	.el-input__inner { height: 0.73rem !important; padding-left: 0.3rem !important; font-size: 0.2rem !important; }
	.el-input__suffix { right: 20px !important; }

	.ny_pro_list{gap:0.15rem;grid-template-columns:1fr 1fr;}

	.case_item_box{padding:0.4rem 0.24rem;margin-bottom:0.2rem;flex-wrap:wrap;}
	.case_item_box .img_box{width:100%;}
	.case_item_box .con_box { width: 100%;padding-left:0px;justify-content:center; }
	.case_item_box .con_box .title{font-size:0.36rem;margin-bottom:0.3rem;text-align:center;}
	.case_item_box .con_box .more { width: 3.2rem; height: 0.68rem; line-height: 0.68rem; border-radius: 0.68rem;margin:0px auto; }
	.case_item_box .con_box .more .icon { right: 0.14rem; width: 0.52rem;height:0.52rem;top:0.1rem; }
	.case_item_box .con_box .more .tit { font-size: 0.24rem; height: 0.68rem; line-height: 0.68rem; padding-left: 0.4rem; }
	.case_item_box:nth-child(even) .con_box{padding-right:0px;}

	.ny_contact_box{flex-wrap:wrap;padding:0.3rem 0px;}
	.ny_contact_box .info_box{width:100%;padding:0.5rem 0.4rem;}
	.ny_contact_box .message_box{width:100%;padding:0.5rem 0rem;}
	.ny_contact_box .info_box .title{margin-bottom:0.25rem;}
	.ny_contact_box .info_box .name{font-size:0.36rem;margin-bottom:0.3rem;}
	.ny_contact_box .info_box .info_item{margin:0.4rem 0px;}
	.ny_contact_box .info_box .info_item .icon{margin-right:0.25rem;}

	.ny_contact_box .message_box .en_title{margin-bottom:0.3rem;}
	.ny_contact_box .message_box .title{font-size:0.36rem;margin-bottom:0.35rem;}
	.form_line.line2{grid-template-columns:1fr;gap:0;}
	.form_line .btn{height:0.78rem;line-height:0.78rem;}

	.form_item .form_input { height: 0.8rem; line-height: 0.8rem; padding-left: 0.65rem; padding-right: 0.24rem; }
	.form_item .icon{left:0.25rem;}
	.form_other img{height:0.8rem;width:1.4rem;}
	.form_item.content{padding-right:0.24rem;padding-bottom:0.2rem;}
	.form_item.content .icon{top:0.3rem;}
	.form_item .form_input.textarea { padding-top: 0.3rem; padding-bottom: 0.3rem; padding-left:0.5rem; }


	.contact_layout .info_box .en_title{font-size:0.2rem;margin-bottom:0.3rem;}
	.contact_layout .info_box .title{font-size:0.46rem;margin-bottom:0.7rem;}
	.contact_layout .info_box .name{font-size:0.3rem;margin-bottom:0.6rem;}
	.contact_layout .info_box .info_item{margin:0.25rem 0px;}

	.about_zc{padding:0.66rem 0px;}
	.about_zc .title_box .en_title{font-size:0.2rem;margin-bottom:0.1rem;}
	.about_zc .title_box .title { font-size:0.46rem;margin-bottom:0.6rem; }
	.about_zc .company{font-size:0.26rem;margin-bottom:0.6rem;}
	.about_zc .summary{font-size:0.22rem;line-height:2em;margin-bottom:0.8rem;}
	.about_img_swiper .content .swiper-pagination { margin-top: 0.6rem; border-radius: 0.12rem; height: 0.1rem; }
	.about_img_swiper .content .swiper-pagination .swiper-pagination-progressbar-fill{height:0.1rem;border-radius:0.12rem;}


	.pro_top{margin-bottom:0.6rem;flex-wrap:wrap;}
	.pro_big{width:100%;}
	.pro_info{width:100%;padding-left:0px;}
	.pro_info .category{padding:0.05rem 0.14rem;font-size:0.2rem;margin-top:0.2rem;margin-bottom:0.25rem;}
	.pro_info .title{font-size:0.26rem;margin-bottom:0.24rem;}
	.company_info{padding:0.32rem;}
	.company_info .name{font-size:0.26rem;margin-bottom:0.15rem;}
	.company_info .info_item .value{font-size:0.2rem;}
	.pro_info .btn_box .btn { height: 0.78rem; border-radius: 0.78rem; }
	.pro_info .btn_box .btn .icon{width:0.4rem;}
	.pro_info .btn_box .btn .tit{font-size:0.26rem;margin-left:0.1rem;}
	.pro_small{display:none;}

	.pro_title{margin-bottom:0.6rem;}
	.pro_title .title{font-size:0.4rem;padding-bottom:0.3rem;}
	.pro_other{margin-top:0.5rem;}

	.pro_other_title{font-size:0.26rem;margin-bottom:0.36rem;}
	.pn_box{padding:0.3rem 0.25rem;margin-top:0.3rem;flex-wrap:wrap;display:block;}
	.pn_box a{font-size:0.2rem;display:block;}
	.pn_box a:nth-child(2){display:none;}

	.fd_pro_tb{width:100%;}
	.jn_box { width: 100%; padding-bottom: 0.2rem; }
	.jn_lt{text-align:left;}

	.wap_tab_space{height:1.32rem;}
	.wap_tab { width: 100%; height: 1.32rem; background: #333333;position:fixed;bottom:0px;left:50%;transform:translateX(-50%);}
	.wap_tab ul{display:flex;justify-content:space-between;height:100%;}
	.wap_tab ul li{width:25%;height:100%;position:relative;}
	.wap_tab ul li a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
	.wap_tab ul li a .box{text-align:center;}
	.wap_tab ul li a .icon{width:0.48rem;display:block;margin:0px auto;}
	.wap_tab ul li a .tit { color: #fff;font-size:0.26rem; }
	.wap_tab ul li::after { content: ""; width: 1px; height: 100%; background: #434343;position:absolute;right:0px;top:0px;}
	.wap_tab ul li:last-child::after{display:none;}
}