/* 首页部分 */
.top { background-color: #f5f5f5; border-bottom: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0; margin: 0px; }
.top .p1 { line-height: 32px; font-size: 12px; color: #666; width: 49%; display: inline-block; }
.top .p2 { line-height: 32px; width: 49%; display: inline-block; text-align: right; }
.top .p2 a { font-size: 12px; color: #666;  }
.top .p2 a span { color: #de0000; }
.logo { padding: 10px 0px 10px; margin: 0px; }
.nav { background-color: #333; margin: 0px; }
.nav .item { width: 150px; float: left; text-align: center; }
.nav .item a { color: #fff; line-height: 45px; }
.nav .item:hover { background-color: #037ed8; }

.main-tt { margin: 30px 0px; }
.main-tt .cn, .main-tt .en, .main-tt .line-1, .main-tt .line-2 { text-align: center; }
.main-tt .cn { font-size: 30px; color: #121212; line-height: 32px; letter-spacing: 1px; font-weight: bold; }
.main-tt .cn span { color: #037ed8; }
.main-tt .en { font-size: 20px; color: #ccc; line-height: 20px; font-family: "Georgia"; }
.main-tt .line { width: 1200px; margin: 10px auto; position: relative; height: 3px; }
.main-tt .line-1 { width: 100%; height: 1px; background: #ddd; position: absolute; top: 1px; z-index: 1; }
.main-tt .line-2 { width: 60px; height: 3px; background: #ff9800; margin: 0 auto; z-index: 99; position: relative; }

.product .cate { width: 280px; float: left; background: #eee; }
.product .cate-top { background: #037ed8; padding: 15px 0px 20px; }
.product .cate-top p { font-size: 22px; line-height: 32px; color: #fff; text-align: center; }
.product .cate-top .sub { font-size: 13px; line-height: 18px; color: #62bdff; }
.product .cate-list li { line-height: 39px; margin: 10px 0px; }
.product .cate-list a { font-size: 15px; color: #333; display: block; width: 260px; margin: 0 auto; text-indent: 26px; background: #fff; border-radius: 2px; }
.product .cate-list a span { font-size: 12px; }
.product .cate-list a:hover { background: #037ed8; color: #fff; }

.product .con { float: left; width: 890px; margin-left: 30px; }
.product .con-list .item { width: 210px; float: left; margin-left: 10px; margin-bottom: 20px; border: 1px solid #eee; }
.product .item:nth-child(4n+1) { margin-left: 0px; }
.product .con-list .pre-pic { position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 70%; }
.product .con-list img { position: absolute; object-fit: cover; width: 100%; height: 100%; border: 0; vertical-align: middle; transition: all 0.3s ease 0s; }
.product .con-list .tt { margin-top: 5px; }
.product .con-list .tt a { display: block; text-align: center; line-height: 42px; font-size: 12px; color: #fff; background: #037ed8; transition: all 0.3s ease 0s; }
.product .con-list .item:hover a { background: #f37c57; transition: all 0.3s ease 0s; }
.product .con-list .item:hover img { -webkit-transform: scale(1.5); transform: scale(1.5); transition: all 0.5s ease 0s; }
.product .more-btn { text-align: center; margin-top: 20px; }
.product .layui-btn { width: 280px; background: #ff9818; line-height: 45px; height: 45px; }


.about .rom { background: url(about-bg.png) top center no-repeat; height: 585px; }
.about .info { width: 660px; padding: 30px 20px 0px 20px; }
.about .info h1 { font-size: 30px; font-weight: bold; line-height: 60px; }
.about .info .line { height: 3px; width: 80px; background: #037ed8; margin-bottom: 10px; }
.about .info div, .about .info span, .about .info p { font-size: 13px; line-height: 26px; color: #555; }
.about .info .layui-btn { width: 200px; background: #037ed8; }


.reason .reason-1 { background: url(reason-bg-1.jpg) center top no-repeat; width: 100%; height: 214px; }
.reason .reason-2 { background: url(reason-bg-2.jpg) center top no-repeat; width: 100%; height: 275px; }
.reason .reason-3 { background: url(reason-bg-3.jpg) center top no-repeat; width: 100%; height: 260px; }
.reason .reason-4 { background: url(reason-bg-4.jpg) center top no-repeat; width: 100%; height: 420px; }

.news { background: #efefef; padding: 10px 0px 50px; margin-bottom: 0px; }
.news .cons { padding-top: 20px; }
.news .conl { float: left; }
.news .conr { float: left; width: 620px; }
.news .item { float: left; margin-bottom: 23px; padding-bottom: 16px; margin-left: 30px; background: #fff; padding-top: 16px; }
.news .item:nth-child(3) { border-bottom: none; }
.news .date { width: 90px; height: 74px; padding-top: 16px; float: left; }
.news .date p { color: #333; text-align: center; }
.news .day { font-size: 30px; }
.news .month { font-size: 14px; }
.news .con { float: left; width: 470px; padding-left: 20px; padding-right: 10px; }
.news .con .tt a { font-size: 18px; line-height: 40px; color: #333; }
.news .con .info a { color: #999; }
.news .item:hover { background: #037ed8; }
.news .item:hover p, .news .item:hover a { color: #fff; }
.news .pic { position: relative; }
.news .pic .info { width: 580px; height: 0px; position: absolute; bottom: 0px; background-color: rgba(3, 126, 216, 0.8); overflow: hidden; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease 0s; }
.news .pic:hover .info { height: 412px; transition: all 0.3s ease 0s; }
.news .pic .info h1 a { color: #fff; font-size: 23px; line-height: 50px; font-weight: normal; }
.news .pic .info p span { color: #fff; font-size: 13px; line-height: 36px; }
.news .pic .info p a { color: #fff; font-size: 14px; line-height: 26px; margin-top: 10px; }
.news .pic .info .more { display: block; width: 200px; line-height: 50px; background-color: #fff; color: #037ed8; text-align: center; margin-top: 60px; }
.news .pic .info .con { width: 420px; height: 252px; margin: 0 auto; }
.news .pic img { width: 580px; height: 412px; }


.navf { background-color: #333; margin: 0px; }
.navf .rom { text-align: center; }
.navf .item { display: inline-block; width: 145px; }
.navf .item a { display: block; width: 100%; text-align: center; color: #eee; line-height: 50px; font-size: 15px; }
.navf .item:hover a { display: block; width: 100%; text-align: center; color: #eee; line-height: 50px; font-size: 15px; background-color: #037ed8; }
.footer { background: url(footer-bg.jpg) center top no-repeat; margin-top: 60px; padding-top: 32px; padding-bottom: 32px; margin: 0px; }
.footer .pp-1 { width: 580px; }
.footer .pp-1 h1, .footer .pp-2 h1, .footer .pp-3 h1 { font-size: 18px; color: #efefef; line-height: 32px; margin-bottom: 36px; }
.footer .pp-1 p { font-size: 15px; color: #ddd; line-height: 20px; margin-bottom: 20px; }
.footer .pp-2 { width: 260px; }
.footer .pp-2 img { width: 130px; }
.footer .pp-3 { width: 340px; }
.footer .pp-3 h1 { margin-bottom: 0px; }
.footer .pp-3 h2 { font-size: 13px; color: #7d7d7d; font-weight: normal; margin-bottom: 20px; }
.footer .pp-3 .tels, .footer .pp-3 .info { background: none; border: 1px solid #c5c5c5; line-height: 36px; font-size: 12px; text-indent: 12px; width: 280px; margin-bottom: 5px; color: #efefef; }
.footer .pp-3 #dosubmit { background: #c5c5c5; width: 70px; line-height: 32px; text-align: center; border: none; border-radius: 3px; color: #333; margin-top: 10px; cursor: pointer; }
.bottom { background-color: #1f1f1f; margin: 0px; }
.bottom p, .bottom a { text-align: center; color: #ddd; font-size: 14px; line-height: 50px; }