/* 首页部分 */
.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: 20px 0px; margin: 0px; }
.nav { background-color: #076cdf; margin: 0px; }
.nav .item { width: 150px; float: left; text-align: center; }
.nav .line { background: #999; height: 24px; width: 1px; margin-top: 13px; float: left; }
.nav .item a { color: #fff; line-height: 50px; }
.nav .item:hover { background-color: #232323; }
.nav .item:hover .line, .nav .item:hover+.item .line { height: 100%; }

.main-tt .en { font-size: 50px; color: #dedede; font-weight: bold; line-height: 50px; text-align: center; letter-spacing: 5px; }
.main-tt .cn { font-size: 36px; color: #222; line-height: 32px; text-align: center; }
.product { padding: 30px 0px; }
/*.product .cate-list { width: 670px; margin: 30px auto 0px auto; }
.product .cate-list li { float: left; width: 150px; border: 1px solid #076cde; background-color: #076cde; text-align: center; line-height: 36px; 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: 13px; text-align: center; color: #fff; }
.product .cate-list li:hover a { color: #076cde; }
.product .cate-list li:hover { background-color: #fff; transition: all 0.2s ease 0s; border: 1px solid #076cde; }*/

.product .cate-list ul {
	display: flex;
	justify-content: space-around;
	flex-flow: row;
	margin: 50px 0px 20px;
}

.product .cate-list li { 
	width: 150px; 
	border: 1px solid #076cde; 
	background-color: #076cde; 
	text-align: center; 
	line-height: 36px;
	border-radius: 2px; 
	transition: all 0.2s ease 0s;
}

.product .cate-list li a { 
	display: block; 
	width: 100%; 
	font-size: 13px; 
	text-align: center; 
	color: #fff; 	
}

.product .cate-list li:hover a { color: #076cde; }

.product .cate-list li:hover { 
	background-color: #fff; 
	transition: all 0.2s ease 0s; 
	border: 1px solid #076cde; 
}

.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(7,108,222,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 #076cde; transition: all 0.3s ease 0s; }
.product .item:hover .tt { color: #076cde; transition: all 0.3s ease 0s; }
.product .item:hover .pic .focus { height: 100%; transition: all 0.3s ease 0s; }

.about { background: url(about_bg.jpg) center top no-repeat; height: 420px; padding-top: 100px; }
.about .en, .about .cn { color: #fff; }
.about .content { margin-top: 50px; }
.about .content *, .about .content { color: #fff; font-size: 20px; line-height: 50px; letter-spacing: 0px; text-align: center; }

.case .list { margin: 50px 0px 80px; }
.case .list .item { width: 280px; float: left; margin-left: 10px; border: 1px solid #efefef; position: relative; }
.case .list .item:first-child { margin-left: 0px; }
.case .list .thumb { position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 75%; }
.case .list img { position: absolute; object-fit: cover; width: 100%; height: 100%; border: 0; vertical-align: middle; }
.case .item .focus { width: 100%; background: rgba(7,108,222,0.6); height: 0px; position: absolute; bottom: 0px;  transition: all 0.5s ease 0s; overflow: hidden; }
.case .item:hover .focus { height: 220px; transition: all 0.5s ease 0s; }
.case .focus h1, .case .focus p { text-align: center; font-size: 14px; color: #fff; }
.case .focus h1 { margin-top: 66px; font-size: 18px; line-height: 36px; }
.case .focus p { display: block; width: 130px; line-height: 32px; font-size: 12px; border: 1px solid #fff; text-align: center; margin: 0 auto; margin-top: 10px; }
.case #scroll-mod { overflow:hidden; width: 1200px; }
.case #scroll-rom { float: left; width: 2000%; }
.case #scroll-rom-1 { float: left; }
.case #scroll-rom-2 { float: left; margin-left: 10px; }
.ex01 { background: url(ex01_bg.jpg) center top no-repeat; height: 226px; }

.equipment .list { position: relative; }
.equipment #swiper-pro { width: 1100px; }
.equipment .con-list { padding-top: 50px; }
.equipment .item { float: left; margin-bottom: 20px; height: 300px; transition: all 0.3s ease 0s; }
.equipment .item .pic { width: 260px; height: 210px; display: table-cell; vertical-align: middle; border: 1px solid #cecece;  text-align: center; overflow: hidden; }
.equipment .item img { max-width: 96%; max-height: 96%; transition: all 0.3s ease 0s;}
.equipment .item .tt { display: block; width: 262px; text-align: center; font-size: 14px; background-color: #333; line-height: 60px; color:#fff;  transition: all 0.3s ease 0s; }
.equipment .item:hover img { margin-top: -10px; transition: all 0.3s ease 0s; }
.equipment .item:hover .tt { background: #026cbf; transition: all 0.3s ease 0s; }

.news { background: url(news_bg.jpg) center top no-repeat; padding: 50px 0px; margin-bottom: 0px; }
.news .content { padding-top: 50px; }
.news .box-1 { width: 730px; }
.news .item { background-color: #fff; margin-bottom: 5px; }
.news .item .date { width: 90px; height: 98px; padding-top: 20px; float: left; }
.news .item .day { font-size: 30px; color: #0049af; text-align: center;}
.news .item .month { font-size: 14px; color: #0049af; text-align: center; }
.news .item:hover .date { background: #0049af; }
.news .item:hover .day, .news .item:hover .month { color: #fff; }
.news .item:hover .con .tt a, .news .item:hover .con .info a { color: #0049af; }
.news .con { float: left; width: 570px; padding: 15px 20px; }
.news .con .tt a { font-size: 18px; line-height: 40px; color: #333; }
.news .con .info a { color: #999; }
.news .pic { position: relative; }
.news .pic .info { width: 470px; height: 0px; position: absolute; bottom: 0px; background-color: rgba(0, 73, 175, 0.8); overflow: hidden; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease 0s; }
.news .pic .info h1 a { color: #fff; font-size: 18px; line-height: 36px; 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: rgb(0, 73, 175); text-align: center; margin-top: 60px; }
.news .pic .info .con { width: 420px; height: 252px; padding-top: 20px; margin: 0 auto; }
.news .pic img { width: 470px; height: 365px; }
.news .pic:hover .info { height: 365px; transition: all 0.3s ease 0s; }
.news .more { display: block; width: 180px; border: 1px solid #0049af; color: #0049af; text-align: center; font-size: 15px; line-height: 36px; margin: 0 auto; margin-top: 30px; transition: all 0.3s ease 0s; }
.news .more:hover { background: #0049af; 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: 180px; 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; }
.bottom a { color: #9f9f9f; }