@charset 'utf-8';

/* 内页公共banner图 */
.commonBanner{position: relative; overflow: hidden;}
.commonBanner img{position: relative; left: 50%; transform: translateX(-50%);}
.commonBanner .content{width: 100%; position: absolute; left: 0; top: 120px; text-align: center; color: #fff;}
.commonBanner .content h2{font-size: 52px;}
.commonBanner .content p{font-size: 18px; margin-top: 20px;}
.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: #025098;}
.commonPage span{display: inline-block; padding: 0 8px; margin: 0 10px;}
.commonPage .current{background: #025098; color: #fff; border: solid #025098 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 #025098 1px; background: #2b6fd1; 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 0 28px; position: relative;}
.commonLeft .classification ul li::after{width: 3px; height: 3px; content: ''; background: #2b6fd1; border: solid #d5e5ff 2px; position: absolute; left: 10px; top: 22px; transform: rotate(45deg);}
.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; margin-right: 5%; margin-bottom: 50px;}
.commonProducts .productBox .list:nth-child(3n){margin-right: 0;}
.commonProducts .productBox .list .picture{border: solid #e5e5e5 1px;overflow: hidden;background: #ececec;}
.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: 15px; font-size: 16px; text-align: center;}
.productDetails{padding-bottom: 60px;}
.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: #025098; color: #fff; border-radius: 18px; transition: all 0.3s;}
.productDetails .abstract .consult a:hover{box-shadow: 0 3px 5px #d5e5ff;}
.productDetails .label{border-bottom: solid #e5e5e5 1px; margin-top: 20px;}
.productDetails .label li{display: inline-block; font-size: 15px; font-weight: bold; padding: 0 26px; line-height: 42px;}
.productDetails .label .current{border-bottom: solid #025098 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 .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{}
.commonNews .newsCategory{display: none;}
.commonNews .list{margin-bottom: 50px; border: dashed #e5e5e5 1px; padding: 30px;}
.commonNews .list .picture{width: 35%; float: left; overflow: hidden;}
.commonNews .list .picture img{width: 100%; transition: all 1s;}
.commonNews .list:hover .picture img{transform: scale(1.1);}
.commonNews .list .content{width: 60%; float: right;}
.commonNews .list .title{font-size: 18px; font-weight: bold; color: #025098; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.commonNews .list .date{color: #000; background: url("../images/date_black.png") left center no-repeat; padding-left: 21px; margin: 15px 0;}
.commonNews .list .text{font-size: 16px; color: #6c6c6c; line-height: 28px; height: 84px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis;}
.commonNews .list .content .more{margin-top: 20px;}
.commonNews .list .content .more a{color: #d00000;}
.commonNews .list .content .more a:hover{color: #025098;}
.newsDetails{padding-bottom: 60px;}
.newsDetails .newsTitle{font-size: 20px; font-weight: bold; text-align: center; line-height: 28px; padding: 10px;}
.newsDetails .newsDate{line-height: 32px; border-bottom: dashed #e5e5e5 1px; color: #949494;}
.newsDetails .newsDate p{display: inline-block; margin-right: 20px;}
.newsDetails .newsContent{padding: 20px 0;}
.newsDetails .newsContent img{max-width: 100%;}
.newsDetails .newsContent table{max-width: 100%; border-collapse: collapse;}
.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: 60px;}
.commonAboutus .title{font-size: 30px; text-align: center;}
.commonAboutus .title h3{display: inline-block; color: #025098; position: relative; padding-bottom: 20px;}
.commonAboutus .title h3::after{width: 20px; height: 3px; content: ''; background: #025098; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.commonAboutus .content{margin-top: 30px;}
.commonAboutus .content img{max-width: 100%;}
/* 内页联系我们 */
.commonContactus{padding-bottom: 60px;}
.commonContactus .title{font-size: 30px; text-align: center;}
.commonContactus .title h3{display: inline-block; color: #025098; position: relative; padding-bottom: 20px;}
.commonContactus .title h3::after{width: 20px; height: 3px; content: ''; background: #025098; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.commonContactus .content{margin-top: 30px;}
.commonContactus .content img{max-width: 100%;}
/* 相册公用样式 */
.commonAlbum{}
.commonAlbum .list{width: 31%; float: left; margin-right: 3.5%; margin-bottom: 30px;}
.commonAlbum .list:nth-child(3n){margin-right: 0;}
.commonAlbum .list img{width: 100%; border: solid #e5e5e5 1px;}
.commonAlbum .list:hover img{border-color: #025098;}
.commonAlbum .list p{text-align: center; margin-top: 10px;}
/* 在线留言 */
.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:35px;border:1px solid #cccccc;font-size:14px;margin-right:10px;line-height:35px;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:#025098;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}