@charset "utf-8";

*{margin: 0; padding: 0;}
body{font-size: 14px; font-family: "Microsoft Yahei"; color: #212121;}
a{text-decoration: none; color: #212121;}
a:hover{color: #0055ac;}
li{list-style: none;}
input,button,textarea{outline: none; font-size: 14px; font-family: "Microsoft Yahei";}
img{vertical-align: middle;}

@font-face {
	font-family: 'ImpactMTstd';
	src: url('../font/ImpactMTstd.otf');
}

.whole{margin: 0 auto;}
@media (min-width:1400px) {
	.whole{width: 1400px;}
}
.clear{clear: both;}
.clearboth::after{content: ''; display: table; clear: both;}

.webhead{width: 100%; height: 100px; position: absolute; left: 0; top: 0; z-index: 9;}
.webhead .logo{float: left; text-align: center; line-height: 100px;}
.webhead .search{width: 220px; height: 39px; float: right; background: #fff; box-sizing: border-box; padding: 0 30px 0 16px; border-radius: 15px; margin-top: 18px;}
.webhead .search input{width: 140px; height: 39px; float: left; font-size: 16px; border: none;}
.webhead .search button{width: 24px; height: 39px; float: right; background: url("../images/search.png") center no-repeat; border: none; cursor: pointer;}
.webhead .menu{float: right; margin-top: 10px;}
.webhead .menu ul::after{content: ''; display: table; clear: both;}
.webhead .menu ul li{float: left; line-height: 30px; margin-left: 40px; position: relative;}
.webhead .menu ul li:first-child{margin-left: 0;}
.webhead .menu ul li a{display: block; font-size: 18px; color: #313131; position: relative; padding-bottom: 3px;}
.webhead .menu ul li:hover a::after{width: 100%; height: 2px; content: ''; background: #ff512f; position: absolute; left: 0; bottom: 0;}
.webhead .menu ul li ul{width: max-content; padding: 6px 0; background: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: 33px; display: none;}
.webhead .menu ul li:hover ul{display: block;}
.webhead .menu ul li ul li{float: none; margin: 0;}
.webhead .menu ul li ul li a{font-size: 16px; padding: 6px 20px; text-align: center;}
.webhead .menu ul li ul li a::after{display: none;}
.webhead .menu ul li ul li a:hover{background: rgb(0, 0, 0, 0.1);}

@media (max-width: 1280px) {
	.webhead .menu ul li{margin-left: 30px;}
	.webhead .menu ul li a{font-size: 16px;}
}

.webfoot{background: #022f72;}
.webfoot .fcontact{width: 350px; float: left; padding: 80px 0; color: #fff;}
.webfoot .fcontact .tel{background: url('../images/tel.png') left center no-repeat; padding-left: 32px; margin-top: 20px;}
.webfoot .fcontact .tel p{display: inline-block; font-size: 16px; vertical-align: middle;}
.webfoot .fcontact .tel p.num{font-size: 20px; font-weight: bold;}
.webfoot .fmenu{width: calc(100% - 530px); float: left; box-sizing: border-box; padding: 30px; border-left: solid #264c86 1px; display: flex; justify-content: space-around;}
.webfoot .fmenu h4{font-size: 18px; margin-bottom: 20px; position: relative; padding-bottom: 16px;}
.webfoot .fmenu h4::before{width: 12px; height: 1px; content: ''; background: #fff; position: absolute; left: 0; bottom: 0;}
.webfoot .fmenu h4::after{width: 27px; height: 1px; content: ''; background: #748db2; position: absolute; left: 12px; bottom: 0;}
.webfoot .fmenu h4 a{color: #fff;}
.webfoot .fmenu ul{width: 20%;}
.webfoot .fmenu ul::after{content: ''; display: table; clear: both;}
.webfoot .fmenu ul:first-child{width: 60%;}
.webfoot .fmenu ul:first-child li{width: 50%; float: left; box-sizing: border-box; padding-right: 20px;}
.webfoot .fmenu ul li{line-height: 26px;}
.webfoot .fmenu ul li a{color: #fff;}
.webfoot .fcode{width: 180px; float: right; text-align: center; margin-top: 50px;}
.webfoot .fcode p{font-size: 18px; line-height: 32px; color: #fff; margin-top: 5px;}
.webfoot .copyright{border-top: solid #264c86 1px; padding: 20px 0;}
.webfoot .copyright ul{display: flex; justify-content: space-between; align-items: center;}
.webfoot .copyright p{line-height: 28px; color: #fff;}
.webfoot .copyright p a{color: #fff;}
.flinks{padding: 23px 0; background: #ff512f; line-height: 24px;}
.flinks label{font-size: 20px; color: #fff;}
.flinks a{display: inline-block; font-size: 16px; color: #fff; margin: 0 2px;}

/* 内页公共banner图 */
.commonBanner{overflow: hidden;}
.commonBanner img{width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%);}
.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 15px;}
.commonLeft .leftContact p:last-child{border-bottom: none;}
.commonLeft .leftMessage{margin-bottom: 30px;}
/* 内页产品 */
.commonProducts{}
.commonProducts .productBox{}
.commonProducts .productBox .list{width: 30%; float: left; box-sizing: border-box; border: solid #e5e5e5 1px; margin-right: 5%; margin-bottom: 30px;}
.commonProducts .productBox .list:nth-child(3n){margin-right: 0;}
.commonProducts .productBox .list .picture{border-radius: 5px; 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{padding: 10px; background: #f7f7f7; text-align: center;}
.commonProducts .productBox .list .name h3{font-size: 16px;}
.commonProducts .productBox .list .text{line-height: 22px;}
.productDetails{}
.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 .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%;}
.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 .list{padding: 20px; border-bottom: solid #e3e3e3 1px; transition: all 0.3s; margin-bottom: 40px;}
.commonNews .list::after{content: ''; display: table; clear: both;}
.commonNews .list:hover{background: #fff; box-shadow: 0 0 10px 10px #f8f8f8;}
.commonNews .list .picture{width: 260px; float: left; display: none;}
.commonNews .list .picture img{width: 100%;}
/* .commonNews .list .content{width: calc(100% - 300px); float: right;} */
.commonNews .list .content .date{font-size: 16px;}
.commonNews .list .content .title{margin-top: 10px;}
.commonNews .list .content .title a{font-size: 16px;}
.commonNews .list .content .text{margin-top: 10px; line-height: 22px;}
.commonNews .list .content .more{margin-top: 10px;}
.commonNews .list .content .more a{background: url('../images/arrow_blue.png') right center no-repeat; padding-right: 40px;}

.newsDetails{}
.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{}
.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{}
.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{}
.commonAlbum .list{width: 30%; float: left; margin-right: 5%; box-sizing: border-box; border: solid #e5e5e5 1px; margin-bottom: 30px;}
.commonAlbum .list:nth-child(3n){margin-right: 0;}
.commonAlbum .list img{width: 100%;}
.commonAlbum .list p{padding: 10px; background: #f7f7f7; 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}
