@charset "utf-8";
:root {
  --main-color:#f57726;  /*主要颜色*/
}
a:hover {color:var(--main-color);}

/*分页*/
.pagelist {margin:15px auto; line-height:25px;}
.pagelist .aa, .pagelist .bb, .page_front, .page_back, .page_first, .page_last {font-size:12px; width:25px; height:25px; line-height:26px; overflow:hidden; display:block; text-align:center; margin:0 3px; border-radius:3px;}
.pagelist .aa {color:#fff;}
.pagelist .bb {background:#ffffff; color:#464646; border:1px solid #d2d2d2;}
.pagelist .aa:hover {color:#fff; text-decoration:none;}
.pagelist .bb:hover {color:#fff; text-decoration:none;}
.page_front, .page_back, .page_first, .page_last {width:55px; background:#ffffff; color:#464646; border:1px solid #d2d2d2;}
.page_first, .page_last {font-size:14px; width:32px;}
.pagelist .page_select {min-width:62px; height:27px; border-radius:3px; padding:0 10px 0 10px; border:1px solid #d2d2d2;}
.pagelist .page_front:hover, .pagelist .page_back:hover, .pagelist .page_first:hover, .pagelist .page_last:hover {color:#fff; text-decoration:none;}
.pagelist .aa, .pagelist .aa:hover, .pagelist .bb:hover, .pagelist .page_front:hover, .pagelist .page_back:hover, .pagelist .page_first:hover, .pagelist .page_last:hover {background-color:var(--main-color);}
.pagelist .aa, .pagelist .bb:hover, .pagelist .page_front:hover, .pagelist .page_back:hover, .pagelist .page_first:hover, .pagelist .page_last:hover {border:1px solid var(--main-color);}

.book_input {padding-bottom:10px;}
.book_input .h1 {font-size:14px; padding-bottom:3px;}
.book_input .h2 {position:relative;}
.book_input .h2 .fl {width:100px; position:absolute; top:0; left:0;}
.book_input .h2 .lr {margin-left:110px;}
.book_btn {padding-top:6px;}
.verify {width:100%; height:100%; position:fixed; top:0; left:0; z-index:-1; display:none;}
.verify.on {display:block; z-index:9999;}
.verify_bg {width:100%; height:100%; background:rgba(0,0,0,0.5); position:absolute; top:0; left:0; z-index:1;}
.verify_in {width:320px; height:190px; background:#fff; position:absolute; top:50%; margin-top:-95px; left:50%; margin-left:-160px; z-index:2;}
.verify_pad {padding:20px;}
.verify_tit {font-size:15px; font-weight:bold; padding-top:10px;}
.verify_div {position:relative; height:38px; margin-top:15px;}
.verify_div .ll {position:absolute; top:0; left:0;}
.verify_div .lr {margin-left:112px;}
.vbutton {width:100%; height:40px; background:var(--main-color); color:#fff; font-size:15px; padding:0 40px;}
.verify_close {width:20px; height:20px; background:#ccc; border:2px solid #fff; border-radius:50%; position:absolute; top:-6px; right:-6px; cursor:pointer;}
.verify_close:before, .verify_close:after {content:""; width:12px; height:2px; background:#fff; position:absolute; top:9px; left:4px;}
.verify_close:before {transform:rotate(45deg);}
.verify_close:after {transform:rotate(135deg);}
.verify_close:hover {background:#222;}
@media (max-width: 640px) {
	.book_btn .xbutton {width:100%;}
}

/*******************************************/

html, body {background-color: #f6f6f6;}

.hello {height: 60px; position: relative; z-index: 10;}
.hello_in {padding-top: 27px; padding-bottom: 10px; line-height: 22px; font-size: 13px; border-bottom: 1px solid #817f80; position: relative;}
.sear_i {font-size: 13px; display: inline-block; vertical-align: top; margin-right: 10px; height: 18px; line-height: 18px; cursor: pointer; transform: translateY(1px);}
.sear_i i {font-size: 18px;}
.sear_i span {display: inline-block; vertical-align: middle;}
.lan {display: inline-block; vertical-align: top; height: 18px; line-height: 22px;}
.lan a.on {color: var(--main-color);}
.hello_in .tlink {height: 22px; line-height: 22px; font-size: 13px; display: inline-block; vertical-align: top; margin-right: 10px; position: relative;}
.hello_in .tlink a {color: var(--main-color);}
.hello_in .tapp {width: 360px; padding-bottom: 10px; background-color: #fff; position: absolute; top: 30px; left: 50%; transform: translateX(-50%); text-align: center; display: none;}
.hello_in .tapp.on {display: block;}
.hello_in .tapp .p {width: 160px; margin: 0 5px; text-align: center; vertical-align: top; display: inline-block;}
.hello_in .tapp .p img {width: 160px; height: 160px;}
.hello_in .tapp .p p {height: 20px; line-height: 20px; font-size: 14px;}
.search {height: 30px; display: inline-block; vertical-align: middle; position: absolute; z-index: -1; right: 128px; top: 25px; transform: translateX(-100px); opacity: 0;}
.search_fl {width: 200px; float: left;}
.search_fr {width: 50px; float: left;}
.sear_t {width: 100%; border: 1px solid #ccc; padding: 0 8px; box-sizing: border-box; height: 30px; font-size: 13px;}
.sear_b {background-color: #222; border: 0; color: #fff; font-size: 15px; width: 100%; height: 30px;}
.search.on {transform: translateX(0); z-index: 1; opacity: 1;}

.top_height {height: 66px;}
.top {background-color: #f6f6f6;}
.top_in {position: relative;}
.top_bor {margin-bottom: 20px; border-bottom: 1px solid #0d090a;}
.logo {position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.nav {position: absolute; top: 50%; right: 0; transform: translateY(-50%); height: 36px;}
.nav>ul>li {float: left; margin-left: 22px; height: 36px; line-height: 36px; font-size: 15px;}
.nav>ul>li:first-child {margin-left: 0;}
.nav>ul>li.nav_on>a, .nav>ul>li.nav_onf>a, .nav>ul>li>a:hover {color: var(--main-color);}

.navspage {width: 100%; background-color: #f6f6f6; position: absolute; top: 127px; z-index: 100; display: none;}
.navspage_left {width: 660px; float: left;}
.navspage_right {width: 339px; float: right;}
.navsblock_pad {padding: 26px 0;}
.navsblock {display: none;}
.navstitle {color: #c3c3c3; font-size: 29px; padding-bottom: 15px;}
.navstitle_part {width: 142px; float: left; margin-right: 22px; margin-top: 28px;}
.navstitle_part:nth-child(1), .navstitle_part:nth-child(2), .navstitle_part:nth-child(3), .navstitle_part:nth-child(4) {margin-top: 0;}
.navstitle_part .pic {overflow: hidden;}
.navstitle_part .tit {font-size: 14px; height: 22px; line-height: 22px; margin-top: 5px; color: #222;}
.navstitle_part:hover .pic img {transform: scale(1.1);}
.navstitle_part:hover .tit {color: var(--main-color);}
.navspage_right {padding: 10px 0;}
.navspage_rimg {overflow: hidden;}
.navspage_rimg img {width: 100%;}
.navspage_rimg:hover img {transform: scale(1.04);}
.navspage_xup {text-align: center; padding-top: 20px; font-size: 24px; padding-bottom: 10px;}
.navspage_xup p {display: inline-block; cursor: pointer; color: #999;}

.banner_img img {width: 100%; display: block;}

.footer {padding-bottom: 60px;}
.footer_in {border: 1px solid #332f30; border-width: 1px 0; padding: 40px 0;}
.bpart_fl {width: 710px; float: left;}
.bpart {float: left; margin-right: 69px;}
.bpart:nth-child(4) {margin-right: 0;}
.bpart:last-child {float: right; margin-right: 0;}
.bpart_tit {font-size: 19px; height: 24px; line-height: 24px; margin-bottom: 10px; font-weight: bold;}
.bpart_ul ul li {font-size: 16px; height: 30px; line-height: 30px;}
.bpart_ul ul li.lihide {display: none;}
.bpart_more {display: inline-block; cursor: pointer; font-size: 20px;}
.bpart_fr {width: calc(100% - 730px - 20px); float: right;}
.bpart_fr .fl {width: 120px;}
.bpart_fr .fr {width: calc(100% - 110px - 30px);}
.bqrcode {text-align: center; width: 110px; padding-bottom: 15px;}
.bqrcode:last-child {padding-bottom: 0;}
.bqrcode img {width: 80px;}
.bqrcode p {height: 20px; line-height: 20px; margin-top: 4px;}
.bpart_ftit {padding-bottom: 20px; padding-top: 5px;}
.bpart_ftit .p1 {font-size: 20px; letter-spacing:3px; padding-bottom: 5px;}
.bpart_ftit .p2 {font-size: 12px;}
.btable {width: 100%; font-size: 15px; line-height: 28px;}

.copyright {background-color: #000; padding: 20px 0; color: #fff; font-size: 13px;}
.copyright a {color: #fff;}
.copyi {width: 32px; height: 32px; line-height: 32px; display: inline-block; vertical-align: middle; font-size: 20px; margin-right: 10px; cursor: pointer;}
.copyright .fr {line-height: 32px;}

.position {font-size: 16px; color: #353535; padding-bottom: 60px;}
.position a {color: #353535;}

.cate {padding-bottom: 30px;}
.cate_tit {text-align: center; font-size: 38px; font-weight: bold; color: #9f9f9f; padding-bottom: 24px;}
.cate_li {text-align: center; font-size: 18px;}
.cate_li a {border: 1px solid transparent; font-size: 18px; margin: 0 8px; color: #222; height: 46px; line-height: 46px; display: inline-block; padding: 0 15px;}
.cate_li a.on, .cate_li a:hover {border-color: #070707; color: #222;}

.proj_part .pic {overflow: hidden;}
.proj_part .pic img {width: 100%;}
.proj_part .mar:hover .pic img {transform: scale(1.1);}

.msglist {padding-bottom: 30px;}
.pagelist_max {padding-bottom: 30px;}

.news_part {position: relative; margin-bottom: 70px;}
.news_part a {display: block;}
.news_part .pic {width: 426px; height: 284px; overflow: hidden;}
.news_part_f .pic {float: right;}
.news_part .pic img {width: 100%;}
.news_part .words {position: absolute; top: 0; right: 0; width: calc(100% - 426px - 46px);}
.news_part_f .words {left: 0; right: auto;}
.news_part .words .pad {padding-top: 15px;}
.news_part .words .h1 {font-size: 28px; text-transform: uppercase; margin-bottom: 24px; color: #222; padding-right: 46px;}
.news_part .words .h2 {font-size: 16px; line-height: 28px; color: #222; padding-right: 46px;}
.news_part .words .h3 {padding-top: 40px; text-align: right;}
.news_part_f .words .h1 {padding-left: 46px; padding-right: 0;}
.news_part_f .words .h2 {padding-left: 46px; padding-right: 0;}
.news_part_f .words .h3 {text-align: left;}
.news_part .words .h3 span {display: inline-block; vertical-align: bottom; height: 32px;}
.news_part .words .h3 .span1 {font-size: 16px; color: #222; height: 20px; line-height: 20px; overflow: hidden; margin-right: 2px;}
.news_part .words .h3 .span2 {background-color: #1c1917; color: #fff; font-size: 26px; width: 36px; height: 32px; line-height: 32px; text-align: center;}
.news_part_j {border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px;}
.news_part_j .words {position: static; width: auto;}
.news_part_j .words .h1, .news_part_j .words .h2 {padding: 0;}
.news_part_j .words .h3 {padding-top: 10px; text-align: right;}
.news_part_j .words .h1 {margin-bottom: 10px;}
.news_part:hover .pic img {transform: scale(1.1);}
.news_part:hover .words .h1 {color: var(--main-color);}
.news_part:hover .words .h3 .span2 {background-color: var(--main-color);}
.news_part:hover .words .h1, .news_part:hover .words .h2 {transform: translateX(10px);}
.news_part_f:hover .words .h1, .news_part_f:hover .words .h2 {transform: translateX(-10px);}
.news_part_j:hover .words .h1, .news_part_j:hover .words .h2 {transform: translateX(10px);}

.news_page {background-color: #fff; padding: 70px 60px; margin-bottom: 30px;}
.news_tit {font-size: 26px; font-weight: bold; padding-bottom: 30px; text-align: center;}
.news_mes {font-size: 14px; background-color: #f5f5f5; text-align: center; margin-bottom: 15px; padding: 14px 0; color: #999;}
.news_con {font-size: 15px; line-height: 28px;}

.contact_page {background:url("../images/contact_bg.jpg") no-repeat center top #fff; padding-top: 60px; border-top: 3px solid #9f9f9f;}
.cmap {padding: 20px 0 50px;}

.about_p {padding-bottom: 100px;}
.about_pic img {width: 100%; padding-bottom: 15px;}
.about_note {-webkit-column-count: 2; -webkit-column-gap: 40px; font-size: 17px; line-height: 34px;}
.about_hpic {position: relative; background-color: #000; margin-bottom: 40px;}
.about_hpic img {width: 100%;}
.about_hpic .txt {position: absolute; top: 30px; left: 20px; color: #fff;}
.about_hpic .txt .h1 {font-size: 22px; padding-bottom: 4px;}
.about_hpic .txt .h2 {font-size: 14px; text-transform: uppercase;}
.about_hall {padding-right: 100px; position: relative;}
.about_hall_next {position: absolute; right: 0; bottom: 0; font-size: 50px; cursor: pointer;}
.about_factoty {position: relative;}
.about_factoty_fl {width: 650px;}
.about_factoty_fr {width: calc(100% - 650px - 120px); position: absolute; top: 0; right: 0; height: 100%;}
.about_ftxt {font-size: 17px; line-height: 34px; position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%);}
.about_cerimg {background: url("../images/cerbg.png") no-repeat center bottom; padding-bottom: 150px; text-align: center;}
.about_cerimg img {width: 434px;}

.pro_part {width: 25%; float: left; margin-bottom: 20px;}
.pro_part .mar {margin: 0 8px; border: 1px solid #222; background-color: #fff;}
.pro_part .pic {padding: 8px; overflow: hidden;}
.pro_part .pic img {width: 100%;}
.pro_part .tit {padding: 0 10px; font-size: 14px; line-height: 20px; height: 20px; margin: 12px 0; color: #222;}
.pro_part a {display: block;}
.pro_part .mar:hover {border-color: var(--main-color);}
.pro_part .mar:hover .pic img {transform: scale(1.1);}
.pro_part .mar:hover .tit {color: var(--main-color);}

.protitle {padding-bottom: 10px;}
.protitle .fl {color: #c8c8c8; font-size: 50px; font-weight: bold;}
.protitle .fr {color: #c8c8c8; font-size: 26px; text-align: center;}
.protitle .fr a {color: #c8c8c8;}
.protitle .fr a:hover {color: var(--main-color);}
.proimage {padding-bottom: 30px; min-height: 80vh; position: relative;}
.proimage_fl.on {position: fixed; top: 0;}
.proimage_fl {width: 720px; float: left; min-height: 100vh; background-color: #e6e7e9;}
.proimage_fl img {width: 100%; mix-blend-mode: multiply;}
.proimage_fr {width: calc(100% - 720px - 20px); float: right; background-color: #fff; overflow: hidden;}
.proinfo .tit, .proinfo .con h2 {background-color: #b8b9bb; font-size: 18px; text-align: center; padding: 10px 10px; font-weight: normal; position: relative; z-index: 1;}
.proinfo .con h2:before, .proinfo .con h2:after {content: ""; display: block; width: 42px; height: 100%; position: absolute; top: 0; background-color: #b8b9bb; z-index: 1;}
.proinfo .con h2:before {left: -42px;}
.proinfo .con h2:after {right: -42px;}
.proinfo .con {padding: 20px 20px; font-size: 16px; line-height: 28px;}
.proinfo .con img {max-width: 100%;}
.procase {text-align: center; padding: 60px 0;}
.procase img {max-width: 100%;}

.banner, .iabout, .iproducts, .iprojects, .inews {padding-bottom: 100px;}

.iabout .fl {width: 550px; float: left; padding-top: 10px;}
.iabout .fl .h1 {font-size: 32px;}
.iabout .fl .h2 {font-size: 19px; color: #6f6f6f; text-transform: uppercase; padding-left: 0; padding-top: 6px; padding-bottom:25px;}
.iabout .fr {width: calc(100% - 550px - 60px); float: right;}
.iabout_txt {font-size: 16px; line-height: 28px; padding-bottom: 30px;}

.index_more a {display: inline-block; border: 1px solid #000; height: 44px; line-height: 44px; font-size: 15px; padding: 0 30px;}
.index_more a:hover {background-color: #222; color: #fff;}

.iproducts_con {position: relative;}
.iproducts_part .fl {width: 778px;}
.iproducts_part .fl img {width: 100%;}
.iproducts_part .fr {width: calc(100% - 778px - 90px);}
.iproducts_part .h1 {font-size: 30px; color: #222;}
.iproducts_part .h2 {font-size: 17px; text-transform: uppercase; padding-top: 8px;}
.iproducts_part .txt {padding-bottom: 46px;}
.iproducts_part .note {font-size: 16px; line-height: 30px; padding-bottom: 60px;}
.iproducts_ctrl {position: absolute; bottom: 0; right: 0; z-index: 2; text-align: right;}
.iproducts_ctrl .p {display: inline-block; height: 28px; line-height: 28px; white-space: nowrap; font-size: 20px; color: #666;}
.iproducts_ctrl .p2 {padding: 0 20px; font-size: 18px;}
.iproducts_prev, .iproducts_next {cursor: pointer;}

.inews .fl {width: 694px; float: left;}
.inews_fir {position: relative; overflow: hidden;}
.inews_fir img {width: 100%;}
.inews_fir .tit {background-color: rgba(0, 0, 0, 0.6); position: absolute; bottom: 0; left: 0; padding: 12px 0; color: #fff; font-size: 15px; width: 100%;}
.inews_fir .tit p {padding: 0 24px;}
.inews_fir:hover img {transform: scale(1.03);}
.inews_fir:hover .tit {background-color: rgba(245, 119, 38, 0.8);}
.inews .fr {width: calc(100% - 694px - 32px); float: right;}
.inews_tit {text-align: center; border-bottom: 1px solid #222; margin-bottom: 30px;}
.inews_tit .h1 {font-size: 30px; padding-bottom: 2px;}
.inews_tit .h2 {font-size: 17px; padding-bottom: 2px; color: #666;}
.inews_li {padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #ddd;}
.inews_li .h1 {font-size: 18px; line-height: 22px; height: 22px; margin-bottom: 8px;}
.inews_li .h2 {text-align: right; color: #666; font-size: 15px;}
.inews_more {text-align: right;}
.inews_more a {display: inline-block; border: 1px solid #222; width: 30px; line-height: 30px;  height: 30px; font-size: 18px; text-align: center;}
.inews_more a i {color: #222;}
.inews_more a:hover {background-color: #222; color: #fff;}
.inews_more a:hover, .inews_more a:hover i {color: #fff;}

.iprojects_tit {padding-bottom: 50px;}
.iprojects_tit .h1 {font-size: 44px; padding-bottom: 2px;}
.iprojects_tit .h2 {font-size: 24px; padding-bottom: 2px; color: #666; text-transform: uppercase;}
.iprojects .fl {width: 350px;}
.iprojects .fr {width: 600px;}
.iprojects_ul li {font-size: 28px; line-height: 48px;}
.iprojects_ul li a {display: inline-block; position: relative; color: #666; padding-right: 60px;}
.iprojects_ul li a:after {content: ""; display: block; width: 48px; height: 2px; background-color: #222; position: absolute; top: 50%; right: 0; transform: translateX(100px) translateY(-50%); opacity: 0;}
.iprojects_ul li a:hover {color: #222;}
.iprojects_ul li a:hover:after {transform: translateX(0) translateY(-50%); opacity: 1;}
.iprojects_txt {font-size: 16px; line-height: 30px; padding-bottom: 110px; margin: 0 10px;}
.iprojects_ca {padding-bottom: 8px; font-size: 16px; padding-bottom: 20px; margin: 0 10px;}
.iprojects_part {width: 50%; float: left;}
.iprojects_part .mar {margin: 0 10px;}
.iprojects_part .pic {overflow: hidden;}
.iprojects_part .pic img {width: 100%;}
.iprojects_part .tit {height: 24px; line-height: 24px; color: #222; font-size: 16px; margin-top: 8px;}
.iprojects_part:hover .pic img {transform: scale(1.04);}

.ablist_lefttop {height: 38px; background-color: var(--main-color); line-height: 38px; position: relative; z-index: 10; margin-bottom: 20px; text-indent: 15px; font-size: 15px; color: #fff; display: none;}
.ablist_lefttop .appmore {font-size: 16px; color: #fff; position: absolute; width: 38px; height: 38px; top: 0; right: 0; text-align: center; right: 8px;}

.silidmenu {width:100%; height:100%; position:fixed; top:0; right:0; background-color:rgba(0, 0, 0, 0.3); z-index:1000; display:none;}
.silidmenu.on {display:block;}
.silidmenu_bg {width:100%; height:100%; position:absolute; top:0; left:0; z-index:1;}
.silidmenu_in {width:260px; height:100%; position:absolute; top:0; right:0; background-color:rgba(0, 0, 0, 0.8); transform:translateX(100%); z-index:2;}
.silidmenu.on .silidmenu_in {transform:translateX(0);}
.silidmenu_in {overflow-x:hidden; overflow-y:auto;}
.silidmenu_in::-webkit-scrollbar {width:6px; height:10px;}
.silidmenu_in::-webkit-scrollbar-track {background-color:#fff; box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.2); border-radius:12px;}
.silidmenu_in::-webkit-scrollbar-thumb {background-color:#7f7f7f; border-radius:12px;}
.silidmenu_ul {padding:15px;}
.silidmenu_ul>ul>li {border-bottom:1px solid rgba(255, 255, 255, 0.4); position:relative;}
.silidmenu_ul>ul>li:last-child {border-bottom:0;}
.silidmenu_ul>ul>li>a {line-height:24px; font-size:16px; color:#fff; display:block; padding:8px 0;}
.silidmenu_ul>ul>li.on>a {color:var(--main-color);}
.silidmenu_ul .proleft_dl {display:none; padding-bottom:10px;}
.silidmenu_ul .proleft_dl>dd {position: relative;}
.silidmenu_ul .proleft_dl>dd>a {height:auto; font-size: 14px; line-height:30px; color:#fff; position:relative; display: block; text-indent: 15px;}
.silidmenu_ul .proleft_dl>dd:after {content:""; display:block; width:7px; height:7px; position:absolute; top:11px; left:0; background-color: var(--main-color); border-radius: 50%;}
.silidmenu_ul .proleft_dl>dd.on>a {color: var(--main-color); background:none;}
.silidmenu_ul .proleft_dl>dd .s {display:none;}
.silidmenu_ul .proleft_dl>dd .s2 {content:""; display:inline-block; width:4px; height:4px; background-color:var(--main-color); border-radius:50%; position:absolute; top:13px; left:15px;}
.silidmenu_ul .proleft_dl>dd.on .s2 {background-color:var(--main-color);}
.silidmenu_ul>ul>li .d {display:none !important;}

.catedes {border-bottom: 1px solid #222; margin-bottom: 60px;}
.catedes .pad {width: 500px; max-width: 100%;}
.catedes .h1 {font-size: 29px; font-weight: bold; margin-bottom: 20px;}
.catedes .h1 span {font-size: 14px; font-weight: normal; margin-left: 10px; border: 1px solid #ddd; border-radius: 4px; padding: 0 8px; background-color: #fff;}
.catedes .h2 {font-size: 16px; line-height: 28px; color: #5e5e5e;}
.catedes .h3 {font-size: 18px; text-align: right; padding-top: 30px; padding-bottom: 5px;}
.catelist {padding-bottom: 30px;}
.catelist_part .pic {overflow: hidden; background-color: #ccc;}
.catelist_part .pic img {width: 100%;}
.catelist_part .tit {height: 22px; line-height: 22px; color: #222; font-size: 15px; margin-top: 5px; text-align: center;}
.catelist_part .mar:hover .pic img {transform: scale(1.04);}
.catelist_part .mar:hover .tit {color: var(--main-color);}

.book {padding-bottom: 60px; width: 600px; max-width: 100%; margin:0 auto;}
.joinform {margin-top: 40px; background-color: #f5f5f5;}
.joinform_tit {font-size: 16px; font-weight: bold; background-color: #ddd; margin-bottom: 40px; padding: 10px 20px;}

.ylink {padding-bottom: 40px; height: 26px; line-height: 26px;}
.ylink .fl {width: 100px; font-size: 20px;}
.ylink .fr {width: calc(100% - 100px - 20px); font-size: 14px;}

.aqrcodes {padding-bottom: 30px;}
.aqrcode {text-align: center;}
.aqrcode img {max-width: 100%; width: 300px;}
.aqrcode p {font-size: 15px; height: 24px; line-height: 24px;}

.nodata {text-align:center; padding:80px 0;}
.nodata img {width:250px; max-width:60%;}
.nodata p {padding-top:10px; color:#ccc; font-size:18px;}

.catalog_part {margin-bottom: 35px;}
.catalog_part .pic img {width: 100%;}
.catalog_part .tit {height: 42px; line-height: 21px; font-size: 14px; margin-top: 5px;}
.catalog_part .down {padding-top: 4px;}
.catalog_part .down a {display: inline-block; height: 36px; line-height: 36px; padding: 0 25px; color: #fff; background-color: var(--main-color); border-radius: 6px;}
.catalog_part a {display: block;}

.login_box {width: 600px; max-width: 100%; margin: 0 auto; padding: 60px 0 80px;}
.login_box .h1 {font-size: 20px; font-weight: bold; padding-bottom: 10px;}

@media (max-width: 1250px) {
	.logo img {height: 30px;}
	.nav>ul>li {margin-left: 18px;}

	.iproducts_part .fl {width: 640px;}
	.iproducts_part .fr {width: calc(100% - 640px - 30px);}
	.iprojects_ul li {font-size: 22px; line-height: 40px;}
	.inews .fl {width: 580px;}
	.inews .fr {width: calc(100% - 580px - 32px);}
	.inews_li {padding-bottom: 9px; margin-bottom: 9px;}
	.inews_li .h1 {font-size: 16px;}
	.footer {padding-bottom: 50px;}

	.bpart_fl {width: calc(100% - 450px - 20px);}
	.bpart_fr {width: 450px;}
	.bpart, .bpart:nth-child(4) {margin-right: 82px; margin-bottom: 20px;}
	.bpart:last-child {float: left;}

	.about_factoty_fl {width: 560px;}
	.about_factoty_fr {width: calc(100% - 560px - 60px);}

	.proimage_fl {width: 620px;}
	.proimage_fr {width: calc(100% - 620px - 20px);}

	.news_part .words .h1 {font-size: 24px;}
}
@media (max-width: 1000px) {
		.top {position: fixed; top: 0; z-index: 100;}
		.logo {left: 15px;}
		.top_bor {margin-bottom: 0;}

		.news_part {margin-bottom: 20px;}
    .news_part .pic {width: 150px; height: 120px;}
    .news_part .words {width: calc(100% - 150px - 16px);}
    .news_part .words .pad {padding-top: 0;}
    .news_part .words .h1 {font-size: 24px; height: 48px; line-height: 24px; padding-right: 0; text-transform: none; margin-bottom: 8px;}
    .news_part_f .words .h1 {padding-left: 0;}
    .news_part .words .h2 {display: none;}
    .news_part .words .h3 {padding-top: 10px;}
    .news_part .words .h3 .span1 {font-size: 15px;}

    .banner, .iabout, .iproducts, .iprojects, .inews {padding-bottom: 30px;}
    .iabout .fl, .iabout .fr {width: auto; float: none;}
    .iabout .fl {padding-top: 0; padding-bottom: 15px;}
    .iabout .fl .h1 {font-size: 24px; text-align: center;}
    .iabout .fl .h2 {font-size: 14px; padding-left: 0; text-align: center;}
    .iabout_txt {font-size: 15px; line-height: 26px;}
    .index_more {text-align: center;}
    .index_more a {height: 38px; line-height: 38px;}
    .iproducts {background-color: #fff; padding-top: 30px; margin-bottom: 30px;}
    .iproducts_part .fl, .iproducts_part .fr {width: auto; float: none;}
    .iproducts_part .fl {padding-bottom: 10px;}
    .iproducts_part .h1 {font-size: 20px;}
    .iproducts_part .h2 {font-size: 16px;}
    .iproducts_part .txt {padding-bottom: 20px;}
    .iproducts_part .note {padding-bottom: 20px;}
    .inews .fl, .inews .fr {width: auto; float: none;}
    .copyright {text-align: center;}
    .copyright .fr {line-height: 20px;}

    .position {font-size: 15px; padding:20px 0 20px;}

    .about_p {padding-bottom: 30px;}
    .about_p2 {background-color: #fff; padding-top: 30px; margin-bottom: 30px;}
    .about_note {-webkit-column-count: auto; font-size: 15px; line-height: 26px;}
    .about_hall {padding-right: 50px;}
    .about_hall_next {font-size: 25px;}
    .about_hpic {margin-bottom: 20px;}
    .about_factoty_fl {width: auto; float: none;}
    .about_factoty_fr {position: static; width: auto; height: auto; padding-top: 15px;}
    .about_ftxt {position: static; transform: translateY(0); font-size: 15px; line-height: 26px;}
    .about_cerimg {background: none; padding-bottom: 0;}
    .about_cerimg img {width: 100%;}

    .pro_part {width: 50%;}

    .cate {display: none;}
    .ablist_lefttop {display: block;}

    .protitle .fl, .protitle .fr {float: none; text-align: center;}
    .protitle .fl {font-size: 22px; padding: 15px 0 5px;}
    .protitle .fr {font-size: 16px;}
    .proimage_fr {width: auto; float: none;}
    .proimage {min-height: auto; min-width: auto;}
    .proimage_fl {float: none; width: auto; min-height: auto;}
    .proinfo .tit, .proinfo .con h2 {font-size: 16px;}
    .procase {padding: 0 0 40px;}

    .news_part {margin-bottom: 20px;}
    .news_part .pic {width: 150px; height: 120px;}
    .news_part .words {width: calc(100% - 150px - 16px);}
    .news_part .words .pad {padding-top: 0;}
    .news_part .words .h1 {font-size: 15px; height: 40px; line-height: 20px; padding-right: 0; text-transform: none; margin-bottom: 8px;}
    .news_part_f .words .h1 {padding-left: 0;}
    .news_part .words .h2 {display: none;}
    .news_part .words .h3 {padding-top: 10px;}
    .news_part .words .h3 .span1 {font-size: 15px;}
    .news_page {background-color: transparent; padding: 20px 0 0 0;}
    .news_tit {font-size: 22px; padding-bottom: 15px;}
    .news_mes {padding: 6px 0; background-color: #fff;}
    .cate_tit {padding-bottom: 14px; font-size: 32px;}
    .contact_page {padding-top: 30px;}

    .catelist_part {width: 50%; --marpix: 15px;}
    .catelist_part .mar {transform: translateX(0) !important;}
    .catedes {margin-bottom: 30px;}
    .catedes .h1 {font-size: 24px; margin-bottom: 12px;}

    .msglist, .pagelist_max {padding-bottom: 10px;}
    .cmap {padding-bottom: 20px;}
    .onlinebox {display: none;}
}