/* 首页部分 */
.top { background-color: #222; margin: 0px; position: relative; z-index: 999;  }
.top .p1 { line-height: 42px; font-size: 12px; color: #ddd; width: 49%; display: inline-block; letter-spacing: 1px; }
.top .p2 { line-height: 42px; width: 49%; display: inline-block; text-align: right; }
.top .p2 { font-size: 12px; color: #ddd;  }
.top .p2 span { color: #eee; font-size: 16px; font-weight: bold; }
.logo { width: 100%; margin: 0px; height: 116px; position: relative; z-index: 999; background: #fff;  }
.logo .rom { padding: 20px 0px; }
.logo .logo-pic { width: 320px; }
.logo .nav-list { width: 670px; }
.logo .item { width: 82px; float: left; text-align: center; margin-top: 10px; }
.logo .item a { color: #333; line-height: 50px; display: block; text-align: center; font-size: 14px; font-weight: 300; }
.logo .item .line { background-color: #2557ba; width: 0px; margin: 0 auto; height: 1px; transition: all 0.3s ease 0s;}
.logo .item:hover .line { width: 50%; transition: all 0.3s ease 0s; }
.logo .item:hover a { color: #2557ba; transition: all 0.3s ease 0s; }
.logo .lines { width: 1px; background: #ccc; height: 16px; margin-top: 28px; }

.main-tt { margin: 30px 0px; }
.main-tt .cn { text-align: center; font-size: 30px; line-height: 60px; font-weight: bold; color: #333; }
.main-tt .cn span { color: #2557ba; }
.main-tt .sub { text-align: center; color: #333; font-size: 18px; }
.main-tt .en { text-align: center; font-size: 13px; color: #333; }
.main-tt .line { width: 60px; height: 3px; background: #2557ba; margin: 20px auto; }

.range .list { margin-top: 20px; }
.range .list .item { float: left; margin-left: 20px; border-radius: 5px 5px 0px 0px; overflow: hidden; }
.range .list .item:first-child { margin-left: 0px; }
.range .list .info { background: #e2e2e2; padding-top: 26px; padding-bottom: 26px; transition: all 0.3s ease 0s;  }
.range .list .item:hover .info { background: #2557ba; transition: all 0.3s ease 0s;  }
.range .list .info h1 a { color: #333; line-height: 26px; font-size: 17px; font-weight: normal; }
.range .list .item:hover * { color: #fff !important; }
.range .list .info h1 { text-align: center;  }
.range .list .info p { text-align: center; color: #999; font-size: 13px;  }
.range .list .info .line { height: 2px; background: #333; width: 30px; margin: 0 auto; margin-top: 10px; }
.range .list .item:hover .line { background: #fff; }
.range .list .pic { width: 285px; }
.range .list .pic a {position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 70%; }
.range .list img { position: absolute; object-fit: cover; width: 100%; height: 100%; border: 0; vertical-align: middle; }
.range .more { display: block; width: 180px; border: 1px solid #2854b5; color: #2854b5; text-align: center; font-size: 15px; line-height: 36px; margin: 0 auto; margin-top: 36px; transition: all 0.3s ease 0s; }
.range .more:hover { background: #2854b5; color: #fff; transition: all 0.3s ease 0s; }

.product { /*background: url(pro-bg.jpg) left bottom repeat-x; */background-color: #efefef; padding: 30px 0px; margin-bottom: 0px; }
.product .cate-list { width: 840px; margin: 0 auto; }
.product .cate-list li { float: left; width: 192px; border: 1px solid #2557ba; background-color: #2557ba; text-align: center; line-height: 40px; margin-left: 20px; border-radius: 2px; transition: all 0.2s ease 0s;}
.product .cate-list li:first-child { margin-left: 0px; }
.product .cate-list li a { display: block; width: 100%; font-size: 15px; text-align: center; color: #fff; }
.product .cate-list li:hover a { color: #2557ba; }
.product .cate-list li:hover { background-color: #efefef; transition: all 0.2s ease 0s; border: 1px solid #2557ba; }
.product .con-list { padding-top: 40px; }
.product .item { float: left; margin-left: 19px; margin-bottom: 20px; height: 330px; transition: all 0.3s ease 0s; }
.product .item:nth-child(4n+1) { margin-left: 0px; }
.product .item .pic { width: 283px; height: 280px; background: #fff; display: table-cell; vertical-align: middle; border: 1px solid #cecece; position: relative; text-align: center; }
.product .item .pic .focus { width: 100%; height: 0%; overflow: hidden; position: absolute; bottom: 0px; background: rgba(37,87,186,0.6); display: flex; justify-content: center; align-items: center;  transition: all 0.3s ease 0s; }
.product .item img { max-width: 96%; max-height: 96%; transition: all 0.3s ease 0s;}
.product .item .tt { display: block; width: 100%; text-align: center; font-size: 14px; line-height: 45px; color: #333;  transition: all 0.3s ease 0s; }
.product .item:hover .pic { border: 1px solid #2557ba; transition: all 0.3s ease 0s; }
.product .item:hover .tt { color: #2557ba; transition: all 0.3s ease 0s; }
.product .item:hover .pic .focus { height: 100%; transition: all 0.3s ease 0s; }

.honor .list .item { width: 260px; height: 221px; float: left; margin-left: 10px; border: 1px solid #efefef; position: relative; }
.honor .list .item:first-child { margin-left: 0px; }
.honor .list .photo { position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 100%; }
.honor .list img { position: absolute; object-fit: cover; width: 100%; height: 100%; border: 0; vertical-align: middle;}
.honor #scroll-mod { overflow:hidden; width: 1200px; }
.honor #scroll-rom { float: left; width: 2000%; }
.honor #scroll-rom-1 { float: left; }
.honor #scroll-rom-2 { float: left; margin-left: 10px; }
.honor .focus { width: 100%; background: rgba(14,82,181,0.6); height: 0px; position: absolute; bottom: 0px;  transition: all 0.5s ease 0s; overflow: hidden; }
.honor .item:hover .focus { height: 220px; transition: all 0.5s ease 0s; }
.honor .focus a { color: #fff; }
.honor .focus h1, .p1-rom .focus p { text-align: center; font-size: 14px; }
.honor .focus h1 { margin-top: 66px; }
.honor .focus h1 a { font-size: 18px; line-height: 36px; }
.honor .focus p a { display: block; width: 130px; line-height: 32px; font-size: 12px; border: 1px solid #fff; text-align: center; margin: 0 auto; margin-top: 10px; }

.about { background: #f4f4f4; padding: 20px 0px 50px; }
.about .info { width: 560px; padding: 60px 20px 30px 50px; }
.about .tt p { font-size: 28px; color: #222; line-height: 60px; }
.about .tt .line { width: 10%; height: 3px; background: #037ed8; margin: 10px 0px 20px; }
.about .con, .about .con div, .about .con p { font-size: 13px; line-height: 30px; color: #333; }   
.about .layui-btn { width: 300px; margin-top: 5px; background: #037ed8; }
.about .photo { width: 552px; height: 375px; background: url(about-img.jpg) center top no-repeat; margin-top: 70px; }

.project .thumb { width: 100%; background: url(project-img.jpg) center top no-repeat; height: 320px; }
.project .item { width: 280px; float: left; margin-left: 25px; margin-bottom: 20px; }
.project .item:nth-child(4n+1) { margin-left: 0px; }
.project .item a { display: block; width: 100%; line-height: 50px; font-size: 13px; text-align: center; color: #212121; background: #dedede; }
.project .item a:hover { color: #fff; background: #2557ba; }
.brand { margin-bottom: 0px; }
.brand .list { position: relative; }
.brand #swiper-pro { width: 1100px; }
.brand .con-list { padding-top: 10px; }
.brand .item { float: left; margin-bottom: 20px; height: 300px; transition: all 0.3s ease 0s; }
.brand .item .pic { width: 260px; height: 260px; display: table-cell; vertical-align: middle; border: 1px solid #cecece;  text-align: center; overflow: hidden; }
.brand .item img { max-width: 98%; max-height: 98%; transition: all 0.3s ease 0s;}
.brand .item:hover img { margin-top: -10px; transition: all 0.3s ease 0s; }
.brand .swiper-button-next, .brand .swiper-button-prev { top: 40%; }
.news { background-color: #eee; padding: 20px 0px 50px; margin-bottom: 0px; }
.news .cat-list { width: 336px; margin: 0 auto 50px; }
.news .cat-list a { display: block; width: 150px; line-height: 36px; text-align: center; border: 1px solid #2557ba; color: #2557ba; margin-left: 30px; float: left; font-weight: bold; font-size: 16px; }
.news .cat-list a:first-child { margin-left: 0px; }
.news .cat-list a:hover { background: #2557ba; color: #fff; }
.news .pic img { width: 590px; height: 490px; }
.news .conl { float: left; }
.news .conr { float: left; width: 600px; }
.news .item { float: left; border-bottom: 1px dotted #ccc; margin-bottom: 20px; padding-bottom: 19px; margin-left: 30px; }
.news .item:nth-child(5) { border-bottom: none; }
.news .main-tt { margin-bottom: 30px; }
.news .date { width: 70px; background-color: #2557ba; height: 55px; padding-top: 10px; float: left; }
.news .date p { color: #fff; text-align: center; }
.news .day { font-size: 22px; }
.news .month { font-size: 12px; }
.news .con { float: left; width: 470px; padding-left: 30px; }
.news .con .tt a { font-size: 15px; line-height: 32px; }
.news .con .info a { color: #999; font-size: 12px; }
.news .more { display: block; width: 300px; border: 1px solid #2557ba; color: #2557ba; text-align: center; font-size: 15px; line-height: 36px; margin: 0 auto; margin-top: 20px; transition: all 0.3s ease 0s; }
.news .more:hover { background: #2557ba; color: #fff; transition: all 0.3s ease 0s; }

.footer { background: #232323; padding: 50px 0px; margin: 0px; }
.footer .qrcode { width: 500px; }
.footer .contact-footer { width: 400px; }
.footer .service-footer { width: 300px; }
.footer .footer-tt .tt { color: #ddd; font-family: "Georgia"; font-size: 20px; line-height: 40px; }   
.footer .footer-tt .line { width: 40px; height: 1px; background: #999; margin: 10px 0px 40px; }
.footer .qrcode .item { float: left; margin-right: 30px; }
.footer .qrcode .item img { width: 130px; }
.footer .qrcode .item p { font-size: 15px; color: #ddd; line-height: 50px; text-align: center; }
.footer .contact-footer h2 { font-size: 22px; color: #ddd; line-height: 22px; margin-bottom: 30px; }
.footer .contact-footer p, .footer .service-footer p { font-size: 15px; color: #ddd; line-height: 30px; letter-spacing: 1px; }
.footer .service-footer .intro { padding: 3px 0px 0px 20px; }
.footer .more { display: block; width: 240px; border: 1px solid #ddd; color: #ddd; text-align: center; font-size: 15px; line-height: 36px; margin-top: 40px; transition: all 0.3s ease 0s; }
.footer .more:hover { background: #ddd; color: #fff; transition: all 0.3s ease 0s; }

.bottom { background: #000; margin: 0px; }
.bottom p { color: #9f9f9f; text-align: center; font-size: 14px; line-height: 50px; letter-spacing: 2px; }
.bottom a { color: #9f9f9f; }

