@charset "utf-8";

*{margin: 0; padding: 0;}
body{font-size: 14px; font-family: "Microsoft Yahei"; color: #222;}
a{text-decoration: none; color: #222;}
li{list-style: none;}
input,button,textarea{outline: none; font-size: 14px; font-family: "Microsoft Yahei";}
img{vertical-align: middle;}

@font-face {
	font-family: 'hzgb';
	src: url('hzgb.TTF');
}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins.TTF');
}

.whole{margin: 0 auto;}
@media (min-width:1400px) {
	.whole{width: 1400px;}
}
.clear{clear: both;}
.orange{color: #ef8812;}
.blue{color: #0688de;}

.webhead{min-height: 126px; background: #fff;}
.webhead .logo{float: left; margin-top: 26px;}
.webhead .name{float: left; margin-top: 26px; margin-left: 13px;}
.webhead .name h2{font-size: 33px; font-family: 'hzgb'; color: #ef8812; line-height: 42px;}
.webhead .name p{font-size: 22px; color: #2e2e2e; line-height: 28px;}
.webhead .tel{float: right; background: url('../images/tel.png') left center no-repeat; box-sizing: border-box; padding-left: 46px; margin: 30px 0 0 10px;}
.webhead .tel p{font-size: 18px; color: #2e2e2e;}
.webhead .tel p.num{font-size: 24px; font-family: 'hzgb'; color: #ef8812; margin-top: 10px;}
.webhead .menu{float: right; margin-top: 40px;}
.webhead .menu ul::after{content: ''; display: table; clear: both;}
.webhead .menu ul li{float: left; padding: 0 15px; line-height: 40px; position: relative; z-index: 9;}
.webhead .menu ul li a{display: inline-block; font-size: 20px;}
.webhead .menu ul li a:hover{color: #ef8812;}
.webhead .menu ul li .down{width: 15px; height: 8px; display: inline-block; background: url('../images/down.png'); vertical-align: middle; margin: -4px 0 0 3px;}
.webhead .menu ul li ul{width: max-content; display: none; background: #fff; position: absolute; left: 50%; transform: translateX(-50%);}
.webhead .menu ul li:hover ul{display: block;}
.webhead .menu ul li ul li{float: none; text-align: center;}
.webhead .menu ul li ul li a{font-size: 18px;}

.webfoot{padding: 20px 0; background: url('../images/footer.jpg') right no-repeat #222; background-size: auto 100%;}
.webfoot .links{color: #6d6d6d; margin-bottom: 30px;}
.webfoot .links a{display: inline-block; color: #6d6d6d; margin-right: 10px;}
.webfoot .fmenu{width: calc(100% - 450px); float: left;}
.webfoot .fmenu h4{font-size: 20px; line-height: 60px; font-weight: normal;}
.webfoot .fmenu h4 a{color: #fff;}
.webfoot .fmenu ul{width: 20%; float: left;}
.webfoot .fmenu ul li{line-height: 34px;}
.webfoot .fmenu ul li a{color: #6d6d6d;}
.webfoot .fcontact{width: 428px; float: right; margin-top: 20px;}
.webfoot .fcontact img{margin-bottom: 20px;}
.webfoot .fcontact p{line-height: 20px; padding: 7px 0 7px 28px; color: #6d6d6d; position: relative;}
.webfoot .fcontact p::after{width: 20px; height: 20px; content: ''; background: url('../images/contact.png'); position: absolute; left: 0; top: calc(50% - 10px);}
.webfoot .fcontact p.phone::after{background-position: 0 0;}
.webfoot .fcontact p.email::after{background-position: 0 -20px;}
.webfoot .fcontact p.adds::after{background-position: 0 -40px;}
.webfoot .fcontact p a{color: #6d6d6d;}
.webfoot .copyright{padding: 30px 0; text-align: center;}
.webfoot .copyright p{display: inline-block; line-height: 28px; color: #6d6d6d; margin: 0 20px;}
.webfoot .copyright p a{color: #6d6d6d; margin-right: 10px;}

/* 内页公共banner图 */
.commonBanner{overflow: hidden;}
.commonBanner img{width: 100%;}

.crumbs{height: 50px; line-height: 50px; background: #f7f7f7; border-top: solid #e5e5e5 1px; border-bottom: solid #e5e5e5 1px; margin-bottom: 30px;}
.commonLeft{width: 280px; float: left;}
.commonRight{width: calc(100% - 330px); float: right;}
/* 分页器 */
.commonPage{text-align: center; line-height: 26px; font-size: 16px; margin-bottom: 50px;}
.commonPage a{display: inline-block; padding: 0 8px; margin: 0 10px; border: solid #e5e5e5 1px;}
.commonPage a:hover{color: #0055ac;}
.commonPage span{display: inline-block; padding: 0 8px; margin: 0 10px;}
.commonPage .current{background: #0055ac; color: #fff; border: solid #0055ac 1px;}
.commonPage select{height: 28px; margin: 0 10px; border: solid #e5e5e5 1px; outline: none;}
/* 内页通用左边 */
.commonLeft .leftTitle{height: 52px; line-height: 52px; font-size: 20px; font-weight: bold; padding-left: 15px; border: solid #0055ac 1px; background: #0055ac; color: #fff;}
.commonLeft .leftTitle small{font-size: 16px;}
.commonLeft .classification{border: solid #e5e5e5 1px; border-top: none; margin-bottom: 30px;}
.commonLeft .classification ul li{font-size: 16px; line-height: 52px; border-bottom: dashed #ececec 1px; padding: 0 15px;}
.commonLeft .classification ul li:last-child{border-bottom: none;}
.commonLeft .leftNews{border: solid #e5e5e5 1px; border-top: none; margin-bottom: 30px;}
.commonLeft .leftNews ul li{line-height: 52px; border-bottom: dashed #ececec 1px; padding: 0 15px;}
.commonLeft .leftNews ul li:last-child{border-bottom: none;}
.commonLeft .leftNews ul li a{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.commonLeft .leftContact{border: solid #e5e5e5 1px; border-top: none; margin-bottom: 30px;}
.commonLeft .leftContact p{line-height: 22px; border-bottom: dashed #ececec 1px; padding: 13px 10px;}
.commonLeft .leftContact p:last-child{border-bottom: none;}
.commonLeft .leftMessage{margin-bottom: 30px;}
/* 内页产品 */
.commonProducts{padding-bottom: 50px;}
.commonProducts .productBox{}
.commonProducts .productBox .list{width: 32%; float: left; margin-right: 2%; margin-bottom: 30px;}
.commonProducts .productBox .list:nth-child(3n){margin-right: 0;}
.commonProducts .productBox .list .picture{border: solid #e5e5e5 1px; overflow: hidden;}
.commonProducts .productBox .list .picture img{width: 100%; transition: all 0.5s;}
.commonProducts .productBox .list:hover .picture img{transform: scale(1.1);}
.commonProducts .productBox .list .name{width: calc(100% - 150px); float: left; margin-top: 10px;}
.commonProducts .productBox .list .name h3{font-size: 16px; font-weight: normal;}
.commonProducts .productBox .list .name a{display: block; line-height: 38px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.commonProducts .productBox .list .button{float: right; margin-top: 10px;}
.commonProducts .productBox .list .button a{display: block; width: 130px; line-height: 38px; font-size: 12px; box-sizing: border-box; padding-left: 26px; background: #f0f0f0; color: #363636; border-radius: 19px; position: relative; transition: all 0.3s;}
.commonProducts .productBox .list .button a::after{width: 30px; height: 30px; content: ''; background: url('../images/more.png'); position: absolute; top: 4px; right: 4px; transition: all 0.3s;}
.commonProducts .productBox .list .button a:hover{background: #ef8812; color: #fff;}
.commonProducts .productBox .list .button a:hover::after{background: url('../images/more_hover.png');}

.productDetails{padding-bottom: 50px;}
.productDetails .picture{width: 45%; float: left; border: solid #e5e5e5 1px;}
.productDetails .picture img{width: 100%;}
.productDetails .abstract{width: 50%; float: right;}
.productDetails .abstract .name{padding: 20px 0; border-bottom: dashed #e5e5e5 1px;}
.productDetails .abstract .name h1{font-size: 16px;}
.productDetails .abstract .text{margin-top: 20px;}
.productDetails .abstract .text p{color: #717171; line-height: 28px;}
.productDetails .abstract .consult{margin-top: 20px;}
.productDetails .abstract .consult a{width: 150px; height: 36px; display: inline-block; text-align: center; line-height: 36px; background: #0055ac; color: #fff; border-radius: 18px; transition: all 0.3s;}
.productDetails .abstract .consult a:hover{box-shadow: 0 3px 5px #d5e5ff;}
.productDetails .abstract .thumbnail{margin-top: 30px;}
.productDetails .abstract .thumbnail .button{width: 25px; height: 82px; float: left;}
.productDetails .abstract .thumbnail .button a{display: block; text-align: center; line-height: 80px; font-size: 20px; background: #f8f8f8; border: solid #eee 1px;}
.productDetails .abstract .thumbnail .button a:hover{border-color: #0055ac;}
.productDetails .abstract .thumbnail .list{max-width: calc(100% - 60px); float: left; overflow: hidden; box-sizing: border-box; margin: 0 5px;}
.productDetails .abstract .thumbnail .list ul{width: max-content;}
.productDetails .abstract .thumbnail .list li{height: 80px; float: left; margin: 0 5px; border: solid #eee 1px; cursor: pointer;}
.productDetails .abstract .thumbnail .list li img{height: 80px;}
.productDetails .abstract .thumbnail .list li.current{border-color: #0055ac;}
.productDetails .label{border: solid #e5e5e5 1px; margin-top: 20px;}
.productDetails .label li{display: inline-block; font-size: 15px; font-weight: bold; padding: 0 50px; line-height: 42px;}
.productDetails .label .current{border-bottom: solid #0055ac 2px; margin-bottom: -1px;}
.productDetails .content{margin-top: 20px; line-height: 28px;}
.productDetails .content img{max-width: 100%;}
.productDetails .content table{max-width: 100%; border-collapse: collapse;}
.productDetails .content table .firstRow td{padding: 5px 10px;}
.productDetails .content table td{border: solid #e5e5e5 1px; padding: 0 10px;}
.productDetails .productLinks{margin-top: 20px; padding: 10px 0; border-bottom: solid #e5e5e5 1px; color: #7a7a7a;}
.productDetails .prevNext{margin-top: 10px;}
.productDetails .prevNext p{line-height: 28px; color: #7a7a7a;}
/* 内页新闻 */
.commonNews{padding-bottom: 50px;}
.commonNews .list{padding: 20px; color: #2f2f2f; box-shadow: 0 0 10px 10px #f8f8f8; transition: all 0.3s; margin-bottom: 40px;}
.commonNews .list .date{font-size: 14px; margin-top: 10px;}
.commonNews .list .title{margin-top: 10px;}
.commonNews .list .title a{font-size: 16px;}
.commonNews .list .text{margin-top: 10px;}
.commonNews .list .button{margin-top: 20px;}

.newsDetails{padding-bottom: 50px;}
.newsDetails .newsTitle{padding: 10px 0;}
.newsDetails .newsTitle h1{font-size: 18px; text-align: center; line-height: 28px;}
.newsDetails .newsDate{line-height: 32px; border-bottom: dashed #e5e5e5 1px; color: #949494;}
.newsDetails .newsDate p{display: inline-block;}
.newsDetails .newsDate .date{background: url("../images/date.png") left center no-repeat; padding-left: 21px; margin-right: 30px;}
.newsDetails .newsContent{padding: 20px 0;}
.newsDetails .newsContent img{max-width: 100%;}
.newsDetails .newsContent table{max-width: 100%;}
.newsDetails .newsLinks{margin-top: 20px; padding: 10px 0; border-bottom: solid #e5e5e5 1px; color: #7a7a7a;}
.newsDetails .prevNext{margin-top: 10px;}
.newsDetails .prevNext p{line-height: 28px; color: #7a7a7a;}
/* 内页关于我们 */
.commonAboutus{padding-bottom: 50px;}
.commonAboutus .title{text-align: center;}
.commonAboutus .title h3{display: inline-block; font-size: 30px; color: #0055ac; position: relative; padding-bottom: 20px;}
.commonAboutus .title h3::after{width: 20px; height: 3px; content: ''; background: #0055ac; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.commonAboutus .content{margin-top: 30px;}
.commonAboutus .content img{max-width: 100%;}
/* 内页联系我们 */
.commonContactus{padding-bottom: 50px;}
.commonContactus .title{text-align: center;}
.commonContactus .title h3{display: inline-block; font-size: 30px; color: #0055ac; position: relative; padding-bottom: 20px;}
.commonContactus .title h3::after{width: 20px; height: 3px; content: ''; background: #0055ac; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.commonContactus .content{margin-top: 30px;}
.commonContactus .content img{max-width: 100%;}
/* 相册公用样式 */
.commonAlbum{padding-bottom: 50px;}
.commonAlbum .list{width: 32%; float: left; margin-right: 2%; margin-bottom: 30px;}
.commonAlbum .list:nth-child(3n){margin-right: 0;}
.commonAlbum .list img{width: 100%;}
.commonAlbum .list p{padding: 10px; text-align: center;}
/* 右边客服 */
.rightWindow{position: fixed; z-index: 99; right: 10px; bottom: 10%;}
.rightWindow li{margin-bottom: 3px; font-size: 0;width: 57px; height: 57px; right: 0; position: relative;}
.rightWindow li a{width: 57px;	height: 57px; display: block; position: absolute; z-index: 9; right: 0;	top: 0;	overflow: hidden; background: #292e39; -webkit-transition: all .5s ease; transition: all .5s ease; white-space: nowrap;	font-size: 0;}
.rightWindow li .icon-font:after{width: 30px; height: 30px; content: ""; background-image: url("../images/icon_right.png"); background-repeat: no-repeat; position: absolute; left: calc(50% - 15px); top: calc(50% - 15px);}
.rightWindow li .icon-font{display: inline-block; vertical-align: middle; width: 57px; height: 57px; background-color: #d9d9d9; position: relative;}
.rightWindow li .icon-qq:after{background-position: 0 -120px;}
.rightWindow li .icon-phone:after{background-position: 0 -60px;}
.rightWindow li .icon-ewm:after{background-position: 0 0;}
.rightWindow li .icon-message:after{background-position: 0 -90px;}
.rightWindow li .icon-top:after{background-position: 0 -30px;}
.rightWindow li .wz{display: inline-block;	line-height: 57px; font-size: 14px;	color: #fff; vertical-align: middle; padding-left: 10px;}
.rightWindow li.ewm .ewm-box{position: absolute; z-index: 1; padding: 5px; background: #292e39; width: 130px; right: 120%; bottom: 0; opacity: 0; visibility: hidden; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all .7s; transition: all .7s;}
.rightWindow li.ewm .ewm-box p{margin-bottom: 0;}
.rightWindow li.ewm .ewm-box img{max-width: 100%;}
.rightWindow li.ewm .ewm-box:after {content: ''; position: absolute; right: -5px; bottom: 20px;	width: 0; height: 0; line-height: 0; font-size: 0; overflow: hidden; border-width: 5px; cursor: pointer; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #292e39; border-right: none;}
.rightWindow li.ewm:hover .ewm-box{opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0);}
.rightWindow li.backtop{cursor: pointer;}
.rightWindow li.backtop .iconfont{color: #fff; background-color: #292e39;}
.rightWindow li:hover a{width: 200px; background: rgb(59,57,57);}
.rightWindow li:hover .icon-font{background-color: #292e39;}
.rightWindow li:hover .icon-qq:after{background-position: -30px -120px;}
.rightWindow li:hover .icon-phone:after{background-position: -30px -60px;}
.rightWindow li:hover .icon-ewm:after{background-position: -30px 0;}
.rightWindow li:hover .icon-message:after{background-position: -30px -90px;}
.rightWindow li:hover .icon-top:after{background-position: -30px -30px;}
.gotop{display: none;}
/* 在线留言 */
.hs_inquiry_form{width:600px;height:auto;clear:both;margin-top: 20px;}
.hs_inquiry_form_v{width:600px;height:120px;clear:both;margin-top: 20px;}
.hs_inquiry_form_button{width:470px;height:80px;line-height:80px;clear:both;margin-top:5px;padding-left:130px;margin-top: 20px;}
.hs_inquiry_form:after,.hs_inquiry_form_v:after{content:"";display:table;clear:both}
.hs_inquiry_form .hs_lf,.hs_inquiry_form_v .hs_lf{float:left;width:120px;margin-right:15px;text-align:right;height:45px;line-height:45px;font-size:14px;font-weight:bold;color:#666}
.hs_inquiry_form .hs_rf,.hs_inquiry_form_v .hs_rf{float:left;width:auto;height:45px;line-height:45px;}
.hs_inquiry_form .input,.hs_inquiry_form_v .input{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; height:30px;border:1px solid #cccccc;font-size:14px;margin-right:10px;line-height:30px;padding:5px 10px;}
.hs_inquiry_form .input:hover{border:1px solid #1473e6;}
.hs_inquiry_form .input:focus{border:1px solid #1473e6;outline:0}
.hs_inquiry_form_button .button1{border:0;height:35px;line-height:35px;text-align:center;background-color:#0055ac;color:#FFF;text-decoration:none;-webkit-border-radius:5px;
 -moz-border-radius:5px; border-radius:5px;width:120px; cursor: pointer;}
.hs_inquiry_form_button .button1:hover{background-color:#296292;}
.hs_inquiry_form_button .button2{margin-left:15px;border:0;height:35px;line-height:35px;text-align:center;background-color:#d9534f;color:#FFF;text-decoration:none;-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;width:120px;cursor: pointer;}
.hs_inquiry_form_button .button2:hover{background-color:#bb423e;}
.hs_inquiry_form_v .textarea{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; border:1px solid #cccccc;font-size:14px;line-height:25px;padding:5px 10px;margin-top:5px;}
.hs_inquiry_form_v .textarea:hover{border:1px solid #1473e6;}
.hs_inquiry_form_v .textarea:focus{border:1px solid #1473e6;outline:0}
.form-required:before{content: "*"; display: inline-block;margin-right: 4px;line-height: 1;font-family: SimSun;font-size: 12px;color: #ed3f14}
/* 手机端 */
.phonehead{display: none;}
.phonefoot{display: none;}
.phoneFootMenu{display: none;}
@media (max-width: 960px) {
	/* 头部 */
	.webhead{display: none;}
	.phonehead{width: 100%; height: 60px; display: block; background: #fff; border-bottom: solid #e5e5e5 1px; position: fixed; top: 0; left: 0; z-index: 13;}
	.phonehead .phoneName{width: 70%; font-size: 16px; margin: 0 auto; text-align: center; line-height: 60px;}
	.phonehead .phoneName img{max-width: 88%; max-height: 36px; vertical-align: middle; margin-right: 10px;}
	.phonehead .phoneNavbtn{position: absolute; z-index: 10; top: 0; bottom: 0; right: 0; left: 0; margin: auto 0 auto 20px; width: 30px; height: 20px;}
	.phonehead .phoneNavbtn span,
	.phonehead .phoneNavbtn:after,
	.phonehead .phoneNavbtn:before{display: block; height: 2px; width: 100%; background: #333; -webkit-transition: all .5s; transition: all .5s;}
	.phonehead .phoneNavbtn span{margin: 7px 0;}
	.phonehead .phoneNavbtn:after,
	.phonehead .phoneNavbtn:before{content: ''; -webkit-transform-origin: 7.5%; transform-origin: 7.5%;}
	.phonehead .phoneNavbtn.clicked span {-webkit-transform: translateX(-100%); transform: translateX(-100%); opacity: 0;}
	.phonehead .phoneNavbtn.clicked:after{-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
	.phonehead .phoneNavbtn.clicked:before{-webkit-transform: rotate(45deg); transform: rotate(45deg);}
	.phonehead .phoneMenuList{width: 100%; height: calc(100% - 61px); overflow-y: auto; display: none; background: #fff; position: fixed; left: 0; top: 61px;}
	.phonehead .phoneMenuList ul{}
	.phonehead .phoneMenuList ul li{font-size: 16px; line-height: 50px; border-bottom: solid #e5e5e5 1px;}
	.phonehead .phoneMenuList ul li a{display: inline-block; padding: 0px 20px;}
	.phonehead .phoneMenuList ul li i.btn{float: right; border-top: solid #999 12px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: relative; margin: 22px 10px 0 0; transition: all 0.5s;}
	.phonehead .phoneMenuList ul li i.btn::after{content: ''; border-top: solid #fff 12px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; top: -15px; left: -10px;}
	.phonehead .phoneMenuList ul li i.btn.rotate{transform: rotate(180deg);}
	.phonehead .phoneMenuList ul li ul{display: none;}
	.phonehead .phoneMenuList ul li ul li{font-size: 15px; border-top: dashed #e5e5e5 1px; border-bottom: none; padding-left: 16px; position: relative;}
	.phonehead .phoneMenuList ul li ul li::after{content: ''; border-left: solid #666 7px; border-top: solid transparent 5px; border-bottom: solid transparent 5px; position: absolute; left: 20px; top: 21px;}
	/* 搜索框 */
	.phonehead .search{width: 30px; height: 30px; position: absolute; right: 15px; top: 15px;}
	.phonehead .search .searchBtn{width: 30px; height: 30px; background: url("../images/search_black.png") center no-repeat; cursor: pointer;}
	.phonehead .search .searchBox{width: 100%; height: 100%; background: #fff; box-sizing: border-box; padding: 10px; position: fixed; top: 0; right: -100%; opacity: 0; transition: all 0.3s; visibility: hidden; z-index: 11;}
	.phonehead .search .searchBox.show{right: 0; opacity: 1; visibility: visible;}
	.phonehead .search .searchBox input{width: calc(100% - 80px); height: 40px; display: inline-block; vertical-align: middle; font-size: 14px; box-sizing: border-box; padding: 0 20px; border: solid #e5e5e5 1px; border-radius: 20px;}
	.phonehead .search .searchBox button{width: 40px; height: 40px; display: inline-block; vertical-align: middle; background: url("../images/search_black.png") center no-repeat; border: none;}
	.phonehead .search .searchBox .closeBtn{display: inline-block; vertical-align: middle; padding: 0 6px; line-height: 40px; font-size: 22px;}
	/* 热门搜索 */
	
	/* 底部 */
	.webfoot{padding: 20px 15px 90px;}
	.webfoot .links{line-height: 26px; margin: 0;}
	.webfoot .fmenu{display: none;}
	.webfoot .fcontact{width: 100%; float: right; margin-top: 20px;}
	.webfoot .fcontact img{display: block; margin: 0 auto 20px;}
	.webfoot .fcontact p{line-height: 20px; padding: 7px 0 7px 28px; color: #6d6d6d; position: relative;}
	.webfoot .fcontact p::after{width: 20px; height: 20px; content: ''; background: url('../images/contact.png'); position: absolute; left: 0; top: calc(50% - 10px);}
	.webfoot .fcontact p.phone::after{background-position: 0 0;}
	.webfoot .fcontact p.email::after{background-position: 0 -20px;}
	.webfoot .fcontact p.adds::after{background-position: 0 -40px;}
	.webfoot .fcontact p a{color: #6d6d6d;}
	.webfoot .copyright{display: none;}
	
	.phonefoot{display: block; padding: 100px 20px 30px; background: url('../images/webfoot.jpg') center top no-repeat;}
	.phonefoot .mcopyright{font-size: 15px; line-height: 28px; color: #515151;}

	.phoneFootMenu{width: 100%; display: block; background: #222; height: 80px; position: fixed; left: 0; bottom: 0; z-index: 10;}
	.phoneFootMenu ul{display: flex;}
	.phoneFootMenu ul li{width: 25%; text-align: center;}
	.phoneFootMenu ul li a{display: block; padding: 13px 0; color: #fff;}
	.phoneFootMenu ul li i{width: 35px; height: 28px; display: inline-block; background: url("../images/icon.png") no-repeat;}
	.phoneFootMenu ul li.home i{background-position: 0 0;}
	.phoneFootMenu ul li.product i{background-position: -35px 0;}
	.phoneFootMenu ul li.phone i{background-position: -70px 0}
	.phoneFootMenu ul li.contact i{background-position: -105px 0;}
	.phoneFootMenu ul li p{line-height: 22px;}
	.rightWindow{display: none;}
	.gotop{display: block; width: 30px; height: 30px; background: rgb(255, 255, 255, 0.5); border: solid #e5e5e5 1px; position: fixed; right: 6px; bottom: 90px; text-align: center; z-index: 10;}
	.gotop::after{content: ''; border-bottom: solid #0055ac 12px; border-left: solid transparent 8px; border-right: solid transparent 8px; position: absolute; left: 7px; top: 7px;}
		
	/* 内页公共banner图 */
	.commonBanner{margin-top: 61px;}
	/* 公用标题 */
	.crumbs{padding: 0 10px; margin-bottom: 20px;}
	.commonLeft{display: none;}
	.commonRight{width: 100%; float: none; box-sizing: border-box;}
	/* 分页器 */
	.commonPage{font-size: 14px; margin-bottom: 30px;}
	.commonPage a{display: inline-block; padding: 0; margin: 0 8px; border: none;}
	.commonPage span{display: inline-block; padding: 0; margin: 0 8px;}
	.commonPage .current{background: none; color: #0055ac; border: none;}
	.commonPage select{display: none;}
	/* 内页产品 */
	.commonProducts{padding: 0 10px 30px;}
	.commonProducts .productBox{}
	.commonProducts .productBox .list{width: 49%; margin-right: 2%; margin-bottom: 30px;}
	.commonProducts .productBox .list:nth-child(3n){margin-right: 2%;}
	.commonProducts .productBox .list:nth-child(2n){margin-right: 0%;}
	.commonProducts .productBox .list .name{width: 100%;}
	.commonProducts .productBox .list .name h3{font-size: 14px; font-weight: normal;}
	.commonProducts .productBox .list .button{display: none;}
	
	.productDetails{padding: 0 10px 30px;}
	.productDetails .picture{width: 100%;}
	.productDetails .abstract{width: 100%;}
	/* 内页新闻 */
	.commonNews{padding: 0 10px 30px;}
	.commonNews .list{margin-bottom: 20px;}
	.commonNews .list .content{padding: 20px; border: solid #ccc 1px;}
	.commonNews .list:hover .content{border-bottom-color: #ccc;}
	.commonNews .list .content .text a{float: none; display: block; margin-top: 10px;}
	
	.newsDetails{padding: 0 10px 30px;}
	.newsDetails .newsTitle{padding: 10px 0;}
	.newsDetails .newsTitle h1{font-size: 18px; text-align: center; line-height: 28px;}
	.newsDetails .newsDate{line-height: 32px; border-bottom: dashed #e5e5e5 1px; color: #949494;}
	.newsDetails .newsDate p{display: inline-block;}
	.newsDetails .newsDate .date{background: url("../images/date.png") left center no-repeat; padding-left: 21px; margin-right: 30px;}
	.newsDetails .newsContent{padding: 20px 0;}
	.newsDetails .newsContent img{max-width: 100%;}
	.newsDetails .newsContent table{max-width: 100%;}
	.newsDetails .newsLinks{margin-top: 20px; padding: 10px 0; border-bottom: solid #e5e5e5 1px; color: #7a7a7a;}
	.newsDetails .prevNext{margin-top: 10px;}
	.newsDetails .prevNext p{line-height: 28px; color: #7a7a7a;}
	/* 内页关于我们 */
	.commonAboutus{padding: 0 10px 30px;}
	.commonAboutus .title h3{font-size: 18px; padding-bottom: 10px;}
	.commonAboutus .content{margin-top: 20px; line-height: 24px; color: #333;}
	/* 内页联系我们 */
	.commonContactus{padding: 0 10px 30px;}
	.commonContactus .title h3{font-size: 18px; padding-bottom: 10px;}
	.commonContactus .title h3::after{width: 20px; height: 3px; content: ''; background: #0055ac; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
	.commonContactus .content{margin-top: 20px; line-height: 24px; color: #333;}
	.commonContactus .content img{max-width: 100%;}
	/* 相册公用样式 */
	.commonAlbum{padding: 0 10px 30px;}
	.commonAlbum .list{width: 49%; margin-right: 2%; margin-bottom: 30px;}
	.commonAlbum .list:nth-child(3n){margin-right: 2%;}
	.commonAlbum .list:nth-child(2n){margin-right: 0;}
	/* 在线留言 */
	.hs_inquiry_form{width:100%;}
	.hs_inquiry_form_v{width:100%;}
	.hs_inquiry_form_button{width:100%;padding-left:0;margin-top: 20px;text-align: center;}
	.hs_inquiry_form .hs_lf,.hs_inquiry_form_v .hs_lf{width:85px;}
	.hs_inquiry_form .hs_rf,.hs_inquiry_form_v .hs_rf{float:left;width: calc(100% - 100px);}
	.hs_inquiry_form .input,.hs_inquiry_form_v .input{width: 80%;}
	.hs_inquiry_form_v .textarea{width: 80%;}
	.hs_inquiry_form .vcode,.hs_inquiry_form_v .vcode{width: 36%;}
}