﻿/*关于我们*/
.page_about{
	padding: 100px 0;
}
.page_about .shipin video {
	display: block;
	width: 100%;
}
.page_about .profile{
	margin: 40px 0;
}
.page_about .profile .left,
.page_about .profile .right{
	padding: 40px 60px;
	width: 50%;
	display: grid;
    align-content: center;
}
.page_about .profile .left h3{
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 30px;
}
.page_about .profile .left ul li{
	margin: 16px 0;
}
.page_about .profile .left ul li i{
	width: 24px;
	height: 24px;
	background: #9ad41f;
	border-radius: 50%;
}
.page_about .profile .left ul li span{
	width: calc(100% - 34px);
	margin-left: 10px;
	font-size: 18px;
	line-height: 26px;
}
.page_about .profile .right p{
	font-size: 16px;
	line-height: 28px;
	margin: 12px 0;
}
.about-title{
	line-height: 1;
	font-size: 56px;
}
.page_about .categories{
	padding: 80px 0 90px;
}
.page_about .categories ul{
	margin: 60px 0;
}
.page_about .categories ul li{
	width: 25%;
}
.page_about .categories ul li img{
	display: block;
	margin: 0 auto;
	width: 120px;
}
.page_about .categories ul li h3{
	font-size: 32px;
	margin-top: 30px;
}
.page_about .categories .sitebtn {
    display: block;
    padding: 0 30px;
    line-height: 64px;
    margin: 0 auto;
}
.page_about .adver{
	padding: 60px 100px;
}
.page_about .adver h3{
	font-size: 30px;
	margin-bottom: 20px;
}
.page_about .adver{
	margin: 40px 0;
}
.page_about .adver p{
	font-size: 18px;
	line-height: 32px;
}

.page_about .history{
	padding: 80px 0;
	overflow: hidden;
}
.page_about .history .list{
	margin: 50px 0;
	padding: 0 60px;
	position: relative;
}
.page_about .history .list:before{
	content: "";
	width: 100vw;
	height: 2px;
	background: #dbdbdb;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.page_about .history .list li{
	height: 140px;
	position: relative;
}
.page_about .history .list li:nth-child(2n){
	transform: translateX(130px);
}

.page_about .history .list li .pic{
	width: 200px;
	height: 140px;
	margin-right: 30px;
}
.page_about .history .list li .line{
	display: block;
	width: 2px;
	height: 50px;
	background: #11a14a;
	position: absolute;
	left: 100px;
}
.page_about .history .list li .line:before{
	content:"";
	border: 2px solid #11a14a;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.page_about .history .list li:nth-child(2n+1) .line{
	top: 140px;
}

.page_about .history .list li:nth-child(2n) .line{
	bottom: 140px;
}
.page_about .history .list li:nth-child(2n+1) .line:before{
	bottom: -6px;
}
.page_about .history .list li:nth-child(2n) .line:before{
	top: -6px;
}
.page_about .history .list li .content{
	width: 320px;
}
.page_about .history .list li .content h3{
	font-size: 24px;
	margin-bottom: 8px;
}
.page_about .history .list li .content p{
	font-size: 16px;
	line-height: 24px;
}

.page_about .history .switch dd {
	width: 48px;
	height: 48px;
	border-radius: 2px;
	background: #11a14a !important;
}
.page_about .history .list .switch dd.swiper-button-prev{
	margin-right: 10px;
}
.page_about .history .switch dd{
	font-size: 12px;
	margin: 0 5px;
}
.page_about .history .switch dd:hover{
	background: #9ad41f !important;
}



.page_about .factory{
	margin-top: 40px;
	padding: 80px 60px 90px;
}
.page_about .factory .list{
	margin: 50px 0;
}
.page_about .factory ul li{
	border-radius: 4px;
	cursor: pointer;
	height: 600px;
}
.page_about .factory ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_about .factory ul li:hover img{
	transform: scale(1.1);
}
.page_about .factory ul li:hover:before{
	opacity: 1;
}
.page_about .factory ul li:hover i{
	transform: translate(-50%,-50%);
	opacity: 1;
}
.page_about .factory .switch .swiper-scrollbar {
	width: 400px;
	height: 1px;
	background: #dbdbdb;
}
.page_about .factory .switch .swiper-scrollbar .swiper-scrollbar-drag {
	height: 3px;
	background: #11a14a;
	margin-top: -1px;
	cursor: move;
}
.page_about .factory .switch .swiper-scrollbar .swiper-scrollbar-drag:before{
	content: "";
	width: 100%;
	height: 21px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page_about .factory .switch dl dd {
	width: 48px;
	height: 48px;
	border-radius: 2px;
	background: #11a14a !important;
}
.page_about .factory .switch dl dd.swiper-button-prev{
	margin-right: 10px;
}
.page_about .factory .switch dl dd{
	font-size: 12px;
}
.page_about .factory .switch dl dd:hover{
	background: #9ad41f !important;
}

/*联系我们*/
.page_contact{
	padding: 90px 0 100px;
}
.page_contact .left{
	width: 540px;
}
.page_contact .left .list{
	margin-top: 40px;
}
.page_contact .left .list ul li{
	width: 50%;
	margin-top: 24px;
}
.page_contact .left .list ul li:first-child{
	width: 100%;
	margin-top: 0;
}
.page_contact .left .list ul li i{
	width: 42px;
	height: 42px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
}
.page_contact .left .list ul li a{
	width: calc(100% - 60px);
	font-size: 18px;
	margin-left: 12px;
}
.page_contact .right{
	width: calc(100% - 620px);
}
.page_contact .right form input{
	display: block;
	width: calc((100% - 50px) / 2);
	border-bottom: 1px solid #dbdbdb;
	line-height: 60px;
	font-size: 16px;
	margin-bottom: 30px;
}
.page_contact .right form textarea{
	display: block;
	width: 100%;
	height: 140px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 24px;
	font-size: 16px;
	padding: 10px 0;
}
.page_contact .right form button{
	width: fit-content;
	padding: 0 30px;
	line-height: 60px;
	font-size: 16px;
	border-radius: 4px;
	margin-top: 50px;
	cursor: pointer;
}
#mapContainer{
	height: 560px;
}
/*地图*/
#mapContainer .info {
	width: max-content;
}
#tip {
	height: 30px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 14px;
	right: 10px;
	bottom: 20px;
	border-radius: 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}
div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
}

div.info-top div {
	display: block;
	color: #1a1a1a;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	text-align: left;
	font-family: "LexendDeca-Regular";
}
div.info-top img {
	position: absolute;
	top: 16px;
	right: 15px;
	transition-duration: 0.25s;
}
div.info-middle {
	height: auto;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.info-middle img {
	float: none !important;
	margin: 0 15px 0 0 !important;
	display: none;
}
div.info-middle p {
	font-size: 14px;
	line-height: 26px;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
	left: 46%;
}
.contact_link{
	padding: 5% 0;
	background: url(../images/conbg.jpg) no-repeat center;
	background-size: cover;
}
.contact_link h3{
	width: calc(100% - 400px);
	font-size: 42px;
	line-height: 56px;
}
.contact_link .link{
	width: 360px;
}
.contact_link .link a{
	margin-left: 10px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 18px;
	border-radius: 4px;
}

/*新闻资讯*/
.page_news{
	padding: 100px 0;
}
.page_news .left{
	width: calc(100% - 480px);
}
.page_news .right{
	width: 440px;
	position: sticky;
	top: 120px;
}
.newslist ul{
	margin: -20px;
}
.newslist ul li{
	width: 50%;
	padding: 20px;
}
.newslist ul li a .pic{
	height: 280px;
	border-radius: 8px 8px 0 0;
}
.newslist ul li a .summary{
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.06);
	padding: 0 30px;
	height: 160px;
	transition: all 0.4s ease;
}
.newslist ul li a .summary h3{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}
.newslist ul li a .summary i{
	margin-right: 10px;
	transform: translateY(-1px);
}
.newslist ul li a .summary .date{
	line-height: 1;
	transition: all 0.4s ease;
}
.newslist ul li a:hover .pic img{
	transform: scale(1.1);
}
.newslist ul li a:hover .summary{
	background: #11a14a;
}
.newslist ul li a:hover .summary h3,
.newslist ul li a:hover .summary .date{
	color: #fff;
}
.newslist ul li a:hover .summary .date i svg path{
	fill: #ffffff;
}

.newsxq .ctitle{
	font-size: 24px;
	line-height: 42px;
}
.newsxq .content{
	margin: 15px 0 35px;
}
.newsxq .content p{
	line-height: 28px;
	margin: 5px 0;
}
.newsxq .content p img{
	width: auto;
	max-width: 100%;
	margin: 20px auto;
}
.newsxq .state{
	padding: 20px 0;
	border-top: 1px dashed #dbdbdb;
	border-bottom: 1px dashed #dbdbdb;
}
.newsxq .state .info li{
	margin-right: 20px;
}
.newsxq .state .info li i{
	transform: translateY(-1px);
	margin-right: 8px;
}
.newsxq .state .paging i{
	display: block;
	width: 1px;
	height: 12px;
	background: #ccc;
	margin: 0 15px;
}
.newsxq .state .paging a:hover{
	color: #11a14a;
}
.hotnews .list{
	margin-top: 40px;
}
.hotnews .list li a{
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px dashed #dbdbdb;
}
.hotnews .list li:last-child a{
	margin-bottom: 0;
}
.hotnews .list li a .summary{
	width: calc(100% - 160px);
}
.hotnews .list li a .summary h3{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}
.hotnews .list li a .summary i{
	margin-right: 6px;
	transform: translateY(-1px);
}
.hotnews .list li a .summary .date{
	font-size: 14px;
	line-height: 1;
	transition: all 0.4s ease;
}
.hotnews .list li .pic{
	width: 140px;
	height: 100px;
	border-radius: 4px;
}
.hotnews .list li a:hover{
	border-color: #11a14a;
}
.hotnews .list li a:hover .summary h3{
	color: #11a14a;
}
.hotnews .list li a:hover .pic img{
	transform: scale(1.05);
}
.hotkey{
	margin-top: 50px;
}
.hotkey .content{
	margin-top: 30px;
}
.hotkey .content span{
	display: block;
	line-height: 38px;
	border: 1px solid #DBDBDB;
	padding: 0 12px;
	font-size: 14px;
	border-radius: 4px;
	margin-right: 10px;
	margin-top: 10px;
}

/*搜索结果*/
.page_search{
	padding: 90px 0 100px;
}
.page_search h3{
	font-size: 42px;
	margin-bottom: 50px;
}
.page_search .list ul{
	margin: -15px;
}
.page_search .list ul li{
	width: calc((100% - 60px) / 2);
	margin: 15px;
	border-radius: 4px;
}
.page_search .list ul li .pic{
	padding: 30px;
	width: 50%;
}
.page_search .list ul li .pic img{
	mix-blend-mode: darken;
}
.page_search .list ul li .summary{
	width: 50%;
	padding: 40px;
}
.page_search .list ul li .summary .title{
	display: block;
	font-size: 24px;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;

}
.page_search .list ul li .summary p{
	font-size: 15px;
	margin: 30px 0 50px;
}
.page_search .list ul li .summary .link{
	display: block;
	padding: 0 20px;
	font-size: 14px;
	line-height: 45px;
}
.page_search .list ul li:hover{
	background: #fff;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.06);
}
.page_search .list ul li:hover .pic img{
	transform: scale(1.05);
}
.page_search .list ul li .summary .title:hover{
	color: #11a14a;
}
.page_search .list ul li .summary p a:hover{
	color: #9ad41f;
}

/*技术支持*/
.page_tech{
	padding: 100px 0;
}
.page_tech .side_catalog{
	width: 360px;
	position: sticky;
	top: 120px;
}
.page_tech .side_content{
	width: calc(100% - 430px);
}
.page_tech .side_catalog .category{
	padding: 40px;
	border-radius: 4px;
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.06);
	margin-bottom: 30px;
}
.page_tech .side_catalog .category h2{
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.page_tech .side_catalog .category .list a{
	padding: 0 20px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.page_tech .side_catalog .category .list a h3{
	font-size: 16px;
	line-height: 60px;
}
.page_tech .side_catalog .category .list a:hover,
.page_tech .side_catalog .category .list a.on{
	background: #11a14a;
}
.page_tech .side_catalog .coninfo{
	padding: 40px;
	border-radius: 4px;
}
.page_tech .side_catalog .coninfo dl dt{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.page_tech .side_catalog .coninfo dl dd{
	font-size: 15px;
	line-height: 25px;
}
.page_tech .side_catalog .coninfo .btn{
	padding: 0 20px;
	border-radius: 4px;
	margin: 60px 0 20px;
}
.page_tech .side_catalog .coninfo .btn h3{
	line-height: 60px;
	font-size: 16px;
}
.page_tech .side_catalog .tel i{
	transform: translateY(8px);
	margin-right: 10px;
}
.page_tech .side_catalog .tel p a{
	display: block;
	font-size: 20px;
	margin: 5px 0;
}
.page_tech .side_catalog .coninfo .btn:hover{
	background: #9ad41f;
}
.page_tech .side_catalog .coninfo .btn:hover h3{
	color: #fff;
}
.page_tech .side_catalog .coninfo .btn:hover i svg path{
	fill: #ffffff;
}

/*视频*/
.videolist ul{
	margin: -15px;
}
.videolist ul li{
	width: 50%;
	padding: 15px;
}
.videolist ul li a .pic{
	position: relative;
	z-index: 0;
	height: 280px;
	border-radius: 4px;
}
.videolist ul li a .pic i{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.7);
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
}
.videolist ul li a .pic i svg{
	margin-left: 1px;
}
.videolist ul li a h3{
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.5;
}
.videolist ul li a:hover .pic img{
	transform: scale(1.05);
}
.videolist ul li a:hover h3{
	color: #11a14a;
}
.videolist ul li a:hover .pic i{
	border: 2px solid #9ad41f;
	background: #9ad41f;
}
.videoxq video{
	display: block;
	width: 100%;
}
.videoxq .title{
	font-size: 32px;
	margin: 40px 0 15px;
	line-height: 1.3;
}
.videoxq .content p {
    line-height: 28px;
    margin: 5px 0;
}

/*应用*/
.applist ul li{
	margin-top: 60px;
}
.applist ul li:first-child{
	margin-top: 0;
}
.applist ul li .pic{
	height: 520px;
	border-radius: 4px;
	position: relative;
	z-index: 0;
}
.applist ul li .pic:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(19,29,46,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.4s ease;
}
.applist ul li .pic i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	z-index: 1;
	opacity: 0;
}
.applist ul li .title{
	display: block;
	font-size: 32px;
	margin-top: 24px;
}
.applist ul li p{
	line-height: 28px;
	margin: 20px 0 40px;
}
.applist ul li .more{
	padding: 0 20px;
	line-height: 54px;
	width: fit-content;
	border-radius: 4px;
}
.applist ul li .more span{
	direction: block;
	margin-right: 25px;
	font-size: 15px;
}
.applist ul li .pic:hover img{
	transform: scale(1.1);
}
.applist ul li .pic:hover:before{
	opacity: 1;
}
.applist ul li .pic:hover i{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.applist ul li .more:hover{
	background: #11a14a;
}
.applist ul li .more:hover span{
	color: #fff;
}
.applist ul li .more:hover i svg path{
	fill: #ffffff;
}
.appxq .title{
	font-size: 42px;
}
.appxq .content{
	margin-top: 20px;
}
.appxq .content h3{
	font-size: 24px;
    line-height: 1.5;
    font-family: 'LexendDeca-Regular';
    margin-bottom: 5px;
    color: #11a14a;
}
.appxq .content p{
	line-height: 28px;
}
.appxq .content table{
	width: 100%;
}
.appxq .content table td {
    width: 50%;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    color: #333;
    font-family: "LexendDeca-Regular";
    border: 1px solid #dbdbdb;
    word-break: break-word !important;
}
.appxq .content table td img{
	width: 100%;
	border-radius:4px ;
}

/*证书查询*/
.qa_query .title h2{
	font-size: 36px;
	margin-bottom: 20px;
}
.qa_query .title p{
	font-size: 18px;
}
.qa_query form{
	margin: 40px 0 20px;
}
.qa_query form input{
	font-size: 16px;
	display: block;
	width: calc(100% - 60px);
	height: 60px;
	padding: 0 20px;
	border-radius: 4px 0 0 4px;
}
.qa_query form button{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 0 4px 4px 0;
}
.qa_list{
	padding: 50px 50px 60px;
	border-radius: 4px;
}
.qa_list h3{
	font-size: 28px;
	margin-bottom: 30px;
}
.qa_list .pic img{
	width: 100%;
}

/*产品*/
.page_pro{
	padding: 100px 0;
}
.page_pro .procate {
	width: 360px;
	position: sticky;
	top: 120px;
}
.page_pro .prolist,
.page_pro .proxq{
	width: calc(100% - 430px);
}
/*产品分类*/
.page_pro .procate .top{
	padding: 30px;
	border-radius: 4px 4px 0 0;
}
.page_pro .procate .top h2{
	font-size: 28px;
}
.page_pro .procate .top i{
	display: none;
}
.page_pro .procate .bottom{
	padding: 30px 25px 30px 30px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.06);
}
.page_pro .procate .bottom .list li{
	margin-top: 30px;
}
.page_pro  .procate .bottom .list li:first-child{
	margin-top: 0;
}
.page_pro .procate .bottom .list li h3 a{
	font-size: 18px;
	text-transform: capitalize;
}
.page_pro .procate .bottom .list li h3 i{
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
}
.page_pro .procate .bottom .list li h3 i:before,
.page_pro .procate .bottom .list li h3 i:after{
	content: "";
	background: #04061e;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.page_pro .procate .bottom .list li h3 i:before{
	width: 10px;
	height: 2px;
}
.page_pro .procate .bottom .list li h3 i:after{
	width: 2px;
	height: 10px;
}
.page_pro .procate .bottom .list li h3 i.on{
	transform: rotate(135deg);
}
.page_pro .procate .bottom .list li .sublist{
	display: none;
	margin-top: 20px;
}
.page_pro .procate .bottom .list li .sublist a{
	display: block;
	padding-left: 16px;
	position: relative;
	margin-top: 15px;
	font-family: "LexendDeca-Light";
	text-transform: capitalize;
}
.page_pro .procate .bottom .list li .sublist a:first-child{
	margin-top: 0;
}
.page_pro .procate .bottom .list li .sublist a:before{
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
	transition: all 0.4s;
}
.page_pro .procate .bottom .list li h3 a:hover,
.page_pro .procate .bottom .list li h3 a.on{
	color: #11a14a;
}
.page_pro .procate .bottom .list li .sublist a:hover,
.page_pro .procate .bottom .list li .sublist a.on{
	color: #1a1a1a;
	font-family: "LexendDeca-Regular";
}
.page_pro .procate .bottom .list li .sublist a:hover:before,
.page_pro .procate .bottom .list li .sublist a.on:before{
	border-color: #131d2e;
	background: #131d2e;
}

/*产品列表*/
.page_pro .prolist .list ul{
	margin: -10px;
}
.page_pro .prolist .list ul li{
	width: calc(100% / 3);
	padding: 10px;
}
.page_pro .prolist .list ul li a{
	display: block;
	height: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.page_pro .prolist .list ul li a .pic{
	padding: 20px;
}
.page_pro .prolist .list ul li a .pic img{
	mix-blend-mode: darken;
}
.page_pro .prolist .list ul li a .summary{
	padding: 0 30px 30px;
}
.page_pro .prolist .list ul li a .summary h3{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;

}
.page_pro .prolist .list ul li a .summary p{
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient:vertical;

}
.page_pro .prolist .list ul li a:hover .pic img{
	transform: scale(1.05);
}
.page_pro .prolist .list ul li a:hover{
	border-color: #FFFFFF;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.06);
}
.page_pro .prolist .list ul li a:hover .summary h3{
	color: #11a14a;
}

/*产品详情*/
.page_pro .proxq .left{
	width: 460px;
	position: sticky;
	top: 120px;
}
.page_pro .proxq .left .large{
	margin-bottom: 10px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
}
.page_pro .proxq .left .large ul li{
	height: 460px;
}
.page_pro .proxq .left ul li img{
	mix-blend-mode: darken;
}
.page_pro .proxq .left .small ul li{
	border: 1px solid #dbdbdb;
	background: #f5f5f5;
	transition: all 0.4s ease;
	height: 84px;
	border-radius: 4px;
}
.page_pro .proxq .left .small ul li.swiper-slide-thumb-active{
	border-color: #11a14a;
}

.page_pro .proxq .right{
	width: calc(100% - 510px);
}
.page_pro .proxq .right h3.title {
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.page_pro .proxq .right .content h4{
	font-family: "LexendDeca-Regular";
    color: #11a14a;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 18px;
}
.page_pro .proxq .right .content p{
	line-height: 26px;
}
.page_pro .proxq .right .info{
	margin: 25px 0 30px;
}
.page_pro .proxq .right .info p{
	margin: 12px 0;
	text-transform: capitalize;
}
.page_pro .proxq .right .info p a,
.page_pro .proxq .right .info p span{
	color: #999;
}
.page_pro .proxq .right .info p a:hover{
	color: #11a14a;
}
.page_pro .proxq .right .xqbtn a{
	width: calc((100% - 10px) / 2);
	border-radius: 4px;
	line-height: 56px;
	padding: 0 20px;
}
.page_pro .proxq .right .xqbtn a:first-child:hover{
	background: #9ad41f;
}
.page_pro .proxq .right .xqinquiry{
	margin-top: 40px;	
}
.page_pro .proxq .right .xqinquiry h2{
	font-size: 24px;
}
.page_pro .proxq .right .xqinquiry .form{
	margin-top: 10px;
}
.page_pro .proxq .right .xqinquiry .form dl dd{
	width: calc((100% - 20px) / 2);
	border-bottom: 1px solid #dbdbdb;
	margin-top: 15px;
}
.page_pro .proxq .right .xqinquiry .form dl dd.name{
	width: 100%;
	margin-top: 0;
}
.page_pro .proxq .right .xqinquiry .form dl dd span{
	display: block;
	width: 70px;
	font-size: 14px;
	line-height: 55px;
}
.page_pro .proxq .right .xqinquiry .form dl dd input{
	display: block;
	width: calc(100% - 70px);
	font-size: 14px;
	line-height: 55px;
	color: #666;
}
.page_pro .proxq .right .xqinquiry .form dl dd.info{
	width: 100%;
	margin-top: 30px;
}
.page_pro .proxq .right .xqinquiry .form dl dd.info span{
	display: block;
	width: 100%;
	line-height: 1.5;
}
.page_pro .proxq .right .xqinquiry .form dl dd.info textarea{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	height: 140px;
	padding: 10px 0;
	color: #666;
}
.page_pro .proxq .right .xqinquiry .form dl dt button{
	border-radius: 4px;
	width: 135px;
	font-size: 14px;
	line-height: 50px;
	cursor: pointer;
}
