*{border:0;padding:0;margin:0;text-decoration:none;}
body {
	font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
	color:#666;
    margin:0px;
    padding:0px;
	position: relative;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;
    border:none;
    list-style:none;
}
input {border:none;}
.left  {float:left;}
.right  {float:right;}
.clear  {clear:both;}
div:after,ul:after,li:after{content:"";display:block;clear:both;}
a{text-decoration:none;color:#666;}
a:hover{text-decoration: none;}
a:hover, a:focus{color: #333;}
.none{display: none;}
img{max-width: 100%; max-height: 100%;}

:root {--color: #00BFFE;}
.container{max-width: 1200px; padding: 0 15px; margin: 0 auto;}

@media (min-width: 768px){
	.container {width: auto;}
}
@media (max-width:480px) {
	.container{padding: 0 10px;}
}
.tempWrap{z-index: -1;}
.product_detail_images{text-align: center;}
.slideTxtBox2{display: inline-block;}

.menu_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	transition: all 0.3s linear;
	z-index: 9999;
}
.menu_box .container{font-size: 14px; padding: 10px 15px; transition: all 0.6s;}

.logo{width: 25%; transition: all 0.6s;}

/*nav*/
.nav-box {float: right; line-height: 50px; height: 50px; transition: all 0.05s; width: 70%;}
.nav-box .nav-menu{float: right;}
.nav-box .nav-menu li {float: left;padding: 0 25px}
.nav-box .nav-menu li a {position: relative;display: block; font-size: 16px;transition: .5s; color: #fff;}
.nav-box .nav-menu li a:after {position: absolute;bottom: 0;left: 0;content: "";width: 0;height: 2px;background: var(--color);transition: all .5s ease 0s}
.nav-box .nav-menu li.active>a{color: var(--color);}
.nav-box .nav-menu li.active>a:after{width: 100%;}

.nav-box .nav-menu li.dropdown {display: inherit;position: relative}
.nav-box .nav-menu li.dropdown .dropdown_menu {display: none;position: absolute; top: 40px; width: 100%;background: rgba(255,255,255,.8);box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);width: 120%;left: -10%}
.nav-box .nav-menu li.dropdown .dropdown_menu a {font-size: 14px;color: #666;padding: 0 10px;line-height: 40px;text-align: center;background: #fff;margin-bottom: 1px}
.nav-box .nav-menu li.dropdown:hover .dropdown_menu {display: block;background: #f3f3f3;transition: .5s; z-index: 99;}
.nav-box .nav-menu li.dropdown:hover .dropdown_menu a {color: #666}
.nav-box .nav-menu li.dropdown:hover .dropdown_menu a:hover {color: #fff;background: var(--color);}
.nav-box .nav-menu li.dropdown:hover::before{display: block;}

.nav-box .nav-menu li a:hover{color: var(--color)}
.nav-box .nav-menu li a:hover:after {width: 100%}

.nav-box.on {background: #fff;border-bottom: 1px solid #ccc}
.nav-box.on .nav-menu li a {color: #333}
.nav-box.on .nav-menu li:hover a {color: #ff4500}

@media screen and (max-width:1000px) {
	.logo{width: 35%;}
	.nav-box {line-height: 40px; height: 40px; width: 65%;}
	.nav-box .nav-menu li {padding: 0 15px; }
	.nav-box .nav-menu li a{font-size: 14px;}
}

@media screen and (max-width:768px) {
	.nav-box {display: none;}
	.logo{width: 40%;}
}

/*  */
#head{position: relative;}
#head .go{transition: all 0.3s linear;}
#head .go .nav-box{line-height: 40px;}

/*navToggle*/
#navToggle {display: none;}
@media screen and (max-width:768px) {
	#navToggle {float: right;display: inline-block;height: 100%; padding: 16px 5px; margin-top: 3px;}
	#navToggle span {position: relative;width: 25px;height: 2px;}
	#navToggle span:before,
	#navToggle span:after {content: '';position: relative;width: 100%;height: 2px;left: 0}
	#navToggle span,
	#navToggle span:before,
	#navToggle span:after {transition: .3s;display: block;background: #fff;}
	#navToggle span:before {top: 8px}
	#navToggle span:after {bottom: 10px}
	#navToggle.open span:before {top: 10px;transform: translateY(-11px) rotate(-45deg)}
	#navToggle.open span:after {bottom: 12px;transform: translateY(10px) rotate(45deg)}
	#navToggle.open span {background: 0 0}
	#navToggle.open span:before,
	#navToggle.open span:after {background: #333}
}
@media screen and (max-width:480px) {
	#navToggle {padding: 16px 5px; zoom: .75; margin-top: 0;}
	
}

.mobile-window {position: fixed;top: 0;width: 100%;height: 100%;background: #fff;transition: all ease .5s;-webkit-transition: all ease .5s;z-index: 10000;opacity: 1;visibility: visible;margin-top: 0;overflow-y: auto;transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;top: 0;transform: translateX(100%); overflow: hidden;}
#close-navbar {width: 50px;height: 50px; line-height: 50px; transform: rotate(45deg); font-size: 50px; vertical-align: middle;float: right; cursor: pointer; margin: 10px 10px 0 0;}

.mobile-box ul {margin-top: 60px}
.mobile-box ul li {padding: 0 20px;border-bottom: 1px solid #f5f5f5;transform: translateY(0);transform: translateY(100%);transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;opacity: 0}
.mobile-box ul li:nth-child(1) {transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms}
.mobile-box ul li:nth-child(2) {transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms}
.mobile-box ul li:nth-child(3) {transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms}
.mobile-box ul li:nth-child(4) {transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms}
.mobile-box ul li:nth-child(5) {transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms}
.mobile-box ul li:nth-child(6) {transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms}
.mobile-box ul li a {display: block;text-decoration: none;color: #333;font-size: 16px; height: 44px;line-height: 44px; width: 100%}
.mobile-box ul li .dropdown_menu {display: none; transition: none;}
.mobile-box ul li.dropdown.active .dropdown_menu {display: block}
.mobile-box ul li .dropdown_menu a {display: block;height: 40px;line-height: 40px; padding: 0 22px ;box-sizing: border-box;border-bottom: 1px solid #f5f5f5; font-size: 14px; color: #777; position: relative;}
.mobile-box ul li .dropdown_menu a::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../picture/dot.png) no-repeat left 5px center; 
	opacity: .6;
	z-index: -1;
}
.mobile-box ul li .dropdown_menu a:last-child {border: none}

.mobile-window.open {transform: translateX(0)}
.mobile-window.open ul li {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0)}

/*banner*/
.banner .swiper-slide a{display: block;}
.banner .swiper-slide a picture{display: block;}
.banner .swiper-slide img{ width:100%;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px !important;}
.banner .swiper-pagination-bullet {position: relative;width: 14px;height: 14px; border-radius: 40px!important;margin-right: 12px;background:#fff; opacity: .6; border-radius: 0; outline: none;}
.banner .swiper-pagination-bullet-active{ opacity: 1;}
@media (max-width:996px) {
	.banner .swiper-pagination-bullet {position: relative;width: 12px;height: 12px;}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 10px !important;}
}
@media (max-width:480px) {
	.banner .swiper-pagination-bullet {width: 10px; height: 10px;}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 5px !important;}
}

/* title */
.title-box{padding: 40px 0 0; text-align: center; color: #333333;}
.title-ch{font-size: 24px;}
.title-ch:after{
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #ddd;
	margin: 8px auto;
}
.title-en{font-size: 16px; text-transform: uppercase;}
@media (max-width:480px) {
	.title-ch{font-size: 20px;}
	.title-en{font-size: 12px; color: #999;}
	.title-ch:after{display: none;}
}
/* product */
.product-content{
	margin: 20px 0;
	display: flex; 
	flex-wrap: wrap; 
	justify-content:space-between; 
	align-items: stretch;
	justify-content: flex-start;
}
.product-content>div{width: 33.33%; padding: 10px; overflow: hidden;}
.product-content>div a{
	width: auto !important;
	height: 100% !important;
	display: block;
	text-align: center;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-content>div img{transition: all .8s; height: auto; }
.product-content>div:hover img{	transform: scale(1.2);}
.product-title{
	width: 100%;
	height: 100%;
	background: rgba(0,15,57,.7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100;
	font-size: 18px;
	color: #fff;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-content>div:hover .product-title{opacity: 1;}

@media (max-width:480px) {
	.product-content { margin: 20px 0 0;}
	.product-content>div{width: 50%; padding: 7px;}
	.product-title{font-size: 16px;}
}

/* news */
.news-list{background-color: #fff; padding: 15px 0;font-size: 14px;	margin-top: 20px;display: flex; justify-content: center;}
.news-list-pic{width: 50%; padding-right: 35px;}
.news-list-pic h5{font-size: 16px;  margin: 20px 0px 10px; color: #333;}
.news-list-pic:hover h5{color: #264393;}
.news-list-pic p{font-size: 12px; color: #666; line-height: 22px;}
.news-list-pic img{width: 100%; border-radius: 3px;}

.news-list-con{width: 50%;}
.news-list ul>li{line-height: 45px;	border-bottom: 1px dashed #C3C3C3;	padding: 0 0 0 20px; background: url(../picture/dot.png) no-repeat left center;}
.news-list ul>li a{display: flex;align-items: center;justify-content: space-between;}
.news-list ul>li span{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:70%;}
.news-list ul>li p{ padding-right: 10px; font-size: 12px;}
.news-list ul>li:hover{background-color: #00BFFE; }
.news-list ul>li:hover a{color: #fff;}
.news-list-more a{
	display: block;
	width: 110px;
	text-align: center;
	padding: 5px 0px;
	margin: 0 auto;
	color: #666;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin-top: 20px;
}
.news-list-more a:hover{background-color: #264393; color: #fff;}

@media (max-width:768px) {
	.news-list{display: block; margin-top: 0;}
	.news-list-con,.news-list-pic{width: 100%;}
	.news-list-pic{padding-right:0;}
	.news-list-pic{border-bottom: 1px dashed #C3C3C3; padding-bottom: 10px;}
	.news-list-more a{margin-top: 10px;}
}

/*  */
.company{margin-top: 30px;}
.i-about{display: flex; align-items: center; padding: 70px 0;}
#about-us .title-box{color: #fff;}
.company-meassage{color: #fff;	padding-left: 5%;}
.company-meassage h1{font-size: 20px; font-weight:bold;	margin-bottom: 20px;}
.company-meassage p{text-indent: 24px;	line-height: 30px;height:120px; overflow:hidden;}
.company-meassage a{
	display: block;
	width: 95px;
	text-align: center;
	padding: 5px 0;
	color: #ccc;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin-top: 26px;
}
.company-meassage a:hover{background-color: #264393;}
.i-about img{border-radius: 5px; }

@media (max-width:768px) {
	.i-about{padding: 40px 0 60px;}
}

/* contact */
.i-contact{padding: 30px 0; display: flex; justify-content: space-between; align-items: center;}
.i-contact-pic{width: 55%;}
.i-contact-pic img{border-radius: 3px;}
.i-contact-txt{width: 45%;}
.i-contact-meassage{width: 90%; float: right;}
.i-contact-meassage h2{
	background: #264393 url(../picture/tel.png) no-repeat left 20px center;
	margin: 0 auto;
	color: #fff;
	font-size:26px; 
	padding: 12px 0 12px 70px;
	border-bottom: 2px dashed #fff;
	border-radius: 3px 3px 0 0 ;
}
.i-contact-meassage p{margin: 0 auto; color:#333; line-height: 30px; background-color: #f6f6f6; padding: 15px 20px;}

@media (max-width:768px) {
	.i-contact-pic,.i-contact-txt{width: 50%;}
	.i-contact-meassage h2{font-size:20px;}
	.i-contact-meassage p{line-height: 24px;}
	.i-contact-meassage{width: 95%;}
}
@media (max-width:600px) {
	.i-contact{display: block; padding: 15px 0;}
	.i-contact-pic,.i-contact-txt{width: 100%; margin-bottom: 15px;}
	.i-contact-meassage{width: 100%; float: none;}
}

/* link */
.i-link{margin: 40px 0; display: flex; justify-content: space-between; align-items: center; }
.i-link-tt{width: 15%; padding-right: 15px; padding-top: 10px;}
.i-link-tt a{display: block; padding: 10px ; position: relative; color: #fff;}
.i-link-tt a img{width: 100%; height: 36px;}
.i-link-tt a span{position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 16px;}
.i-link-con{width: 85%;}
.i-link-con a{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0; }
.i-link-con a img{max-width: 80%;}
.i-link-con .swiper-container {width: 100%; height: 100%;}
.i-link-con .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.i-link{display: block; margin: 0;}
.i-link-tt{width: 160px;}
.i-link-con{width: 100%; padding-bottom: 50px;}

/* aside */
.aside{	position: fixed;right: 0;top: 30%;	z-index: 1000;}
.aside li{
	width: 60px;
	line-height: 56px;
	background-color: var(--color);
	text-align: center;
	margin-bottom:1px; 
	cursor: pointer;
	position: relative;
	z-index: 100;
}
.aside li.aside_search{	line-height: 0;}
.aside li>p{
	position: relative;
	z-index: 100;
	background-color: var(--color);
	line-height: 56px;
}
.aside li img{	vertical-align: middle;}
.ewm{
	position: absolute;
	top: -20px;
	right: 60px;
	width: 100px;
	height: 100px;
	display: none;
}
.phone_meassage{
	position: absolute;
	right: -240px;
	top: 0;
	width: 180px;
	background-color: var(--color);
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.black_cloth{
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
} 




/* foot */
#foot{
	padding: 10px 0;
	background-color: #525252;
	position: relative;
}
#foot p{
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
#foot a{color: #fff;}

.top{position: absolute; right: 10px;bottom: 25%;}

/* 内页 */

/* 位置 */
.location{
	color: #fff;
	background-color: #264393;
	font-size: 14px;
	margin-top: 0px;
	padding: 12px 0;
	margin-bottom: 30px;
}
.location .right{margin-right: 15px;}
.location .right a{color: #fff;}

/* 侧边导航 */
.menu_list{width: 20%; float: left; margin-bottom: 40px;}
.menu_list_head{padding: 25px;	color: #fff;background-color: #333;	font-size: 20px;}

/*  */
.product_meassage{width: 80%; float: right; margin-bottom: 30px; padding-left: 20px;}

.menu_list_body li.sub1{ width:100%; margin-top:1px; }
.menu_list_body li.sub1 a.sub1_a{ width:100%; display:block; background:#666; line-height:22px; color:#fff; position:relative;  color:#fff; font-size:14px; padding:10px 10% 12px 25%;  margin-left:0%; position:relative; font-weight:bold}
.menu_list_body li.sub1 a.sub1_a em{ position:absolute; left:15%; top:18px;background:url(../picture/sub1_ico.jpg) no-repeat; display:block; width:7px; height:7px;}
.menu_list_body li.sub1 a.sub1_a:hover,.menu_list_body li.sub1 a.sub1_a.cur{background:var(--color);}
.menu_list_body li.sub1 ul.sub2{ display:none}

.menu_list_body li.sub1 ul.sub2 li a.sub2_a{ position:relative;  width:95%;   margin:auto;color:#666; line-height:20px; padding:5px 0 5px 12%; display:block; font-size:14px;}
.menu_list_body li.sub1 ul.sub2 li a.sub2_a em{background:url(../picture/sub2.jpg) no-repeat;position:absolute; left:5%; top:12px;display:block; width:6px; height:6px; }
.menu_list_body li.sub1  ul.sub2 li a.sub2_a:hover{ color:#f00}
.menu_list_body li.sub1 ul.sub3 li a.sub3_a{ background:none; width:86%; line-height:18px; padding:3px 0;padding-left:8%;  margin:auto;color:#666; display:block; line-height:30px;font-size:14px;}
.menu_list_body li.sub1 ul.sub3 li a.sub3_a:hover{ color:#f00}
.menu_list_body li.current ul.sub2{
	display: block;
}
.menu_list_body li.current a.sub1_a{background:url(../picture/sub1_hover.png) no-repeat right bottom;}
.menu_list_body a.current{	color: red !important;	text-decoration: underline;}

/* 侧联系 */
.menu_list_foot{margin-top: 20px;padding: 0px 0 10px; border: 1px solid #eee;}
.menu_list_foot .about_meassage{padding:0 6px;font-size:14px ;}
.menu_list_foot .about_meassage p{	margin-top: 8px;}
.menu_list_foot .one_level{
	width: 100%;
	background-color: #333;
	color: #fff;
	margin-left: 0%;
	font-size: 16px;
	padding: 14px 0;
	cursor: pointer;
}
.menu_list_foot .one_level .square{
	float: left;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 8px 6% 0 16%;
}


/* mob-nav */
.job-list{display: none;}
.job-list dt {line-height: 40px; cursor: pointer; background-color: #264393; color: #fff; border-radius: 3px; }
.job-name,
.job-add{ font-size: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.job-name{width: 50%;padding-left: 35px; font-size: 16px; font-weight: normal;}
.job-add{width: 50%; color: #666;  padding-right: 25px;}

.job-title{position: relative;}
.job-title span{position: absolute; top: 57%; right: 35px; margin-top: -6px; display:block; width: 9px; height: 9px; transition: all .3s;}
.job-title span:before,
.job-title span:after{position: absolute;top: 4px ; z-index: 1; content: ''; width: 9px; height: 1px; background-color: #fff;}
.job-title span:before{ right: -3px;  transform: rotate(-45deg);}
.job-title span:after{ left: -3px; transform: rotate(45deg);}

.jobsub {display: none; padding:0px; padding-bottom: 40px; }
.jobsub div{background-color: #F7F7F7; padding: 5px; margin-top: 1px;}
.jobsub a{display: block; color: #666; padding: 5px 0 5px 22px; position: relative;}
.jobsub a em{position: absolute; left: 9px; top: 12px; background: rgba(0,0,0,0.5); display: block; width: 5px; height: 5px;}
.jobsub div:hover{background-color: var(--color);}
.jobsub div:hover a{color: #fff;}
.jobsub div:hover a em{background: rgba(255,255,255,1);}

#open .job-title span{transform: rotate(-180deg);}
		
@media(max-width:768px){
	.job-list{margin-top: 15px;}
	.job-list dt { line-height: 30px;}
	.job-name,
	.job-add{ font-size: 14px;}
	.job-name{width: 50%;padding-left: 15px;}
	.job-add{width: 50%; color: #666; padding-right: 25px;}
	.job-title span{right: 15px;}
}

@media(max-width:996px){
	.menu_list{width: 30%;}
	.product_meassage{width: 70%;}
}

@media(max-width:640px){
	.menu_list{display: none;}
	.product_meassage {width: 100%; padding: 0;}
	.location{display: none;}
	.job-list{display: block;}
}

.pc-main{margin-top: 20px;}

/* 关于 */
.about-us{padding: 10px 0 10px 30px; font-size: 16px; line-height: 30px;}
@media(max-width:640px){
	.about-us{padding: 20px 0; font-size: 14px; line-height: 24px;}
}

/* 资质 */
.honor{display: flex; flex-wrap: wrap; align-items: stretch;}
.honor li{width: 33.33%; padding: 15px; text-align: center; }
.honor li a {display: block; width: 100%; height: 100%;}
.honor li a .pic{border: 1px solid #eee; height: 265px; display: flex; align-items: center; justify-content: center;}
.honor li a .txt{margin-top: 10px;}
@media(max-width:1000px){
	.honor li a .pic{height: 200px;}
}
@media(max-width:768px){
	.honor{margin: 20px 0;}
	.honor li{padding: 10px;width: 50%;} 
}
@media(max-width:640px){
	.honor li a .pic{height: 180px;}
}

/* news */
.li-news{margin-top: -15px;}
.li-news li{border-bottom: 1px dashed #ddd; padding: 20px 0;}
.li-news-pic{width: 15%;float: left; color: #fff; text-align: center; background-color: #264393; padding: 10px 0;}
.li-news-pic .day{font-size: 38px;line-height: 50px;font-weight: bold;}
.li-news-pic .month{font-size: 14px;line-height: 22px;}

.li-news-txt{width: 85%; padding-left: 20px; float: right;}
.li-news-txt h5{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
}
.li-news-txt p{	line-height: 22px; padding: 10px 0 0; display:-webkit-box; overflow:hidden; text-overflow:ellipsis;-webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical ; }

.li-news li:hover a h5{color: var(--color);}
@media(max-width:992px){
	.li-news-pic{width: 30%;}
	.li-news-txt{width: 70%;}
}
@media(max-width:415px){
	.li-news-pic{width: 20%; padding: 5px 0;}
	.li-news-txt{width: 80%;}
	.li-news-pic .day{font-size: 30px;line-height: 40px;font-weight: bold;}
	.li-news-txt{padding-left: 10px; }
	.li-news-txt h5{font-size: 14px; line-height: 22px;}
	.li-news-txt p{font-size: 12px; padding-top: 3px; line-height: 22px;}
}

/* show-news */
.news_detail_title{margin-bottom: 15px; border-bottom: 1px dashed #CACACA; padding-bottom: 10px;}
.news_detail_title h3{font-size: 26px; text-align: center; color: #333;}
.news_detail_title p{font-size: 14px; text-align: center; margin-top: 10px; color: #999;}
.news_detail_content{line-height: 26px;}

/* list-product */
.list-product{
	margin-top: -10px;
	display: flex; 
	flex-wrap: wrap; 
	justify-content:space-between; 
	align-items: stretch;
}
.list-product>div{width: 33.33%; padding: 6px; overflow: hidden; }
.list-product>div a{
	width: auto !important;
	height: 100% !important;
	display: block;
	text-align: center;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-product>div img{transition: all .8s; height: auto; }
.list-product>div:hover img{transform: scale(1.2);}
.list-product-title{
	width: 100%;
	height: 100%;
	background: rgba(0,15,57,.7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100;
	font-size: 18px;
	color: #fff;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-product>div:hover .list-product-title{opacity: 1;}

@media (max-width:480px) {
	.list-product { margin: 20px 0 0;}
	.list-product>div{width: 50%; padding: 7px;}
	.list-product-title{font-size: 16px;}
}

/* contact */
#map{height: 350px;}
#map label{max-width: initial;}
#map img{max-width: inherit; max-height: inherit;}
.BMapLabel{left: -95px !important; top: 43px !important;}
@media (max-width:480px) {
	#map{height: 280px;}
}


/* message */
.fen-form{padding: 0 50px;}
.fen-box{display: flex; flex-wrap: wrap;}
.fen-box>div{width: 100%; padding: 10px;}
.fen-box .fen{width: 33.33%; padding: 0 10px;}
.fen-box>div input{
	border:1px solid #CCCCCC;
	border-radius:3px;
	height: 32px;
	width: 100%; 
	padding-left: 10px;
	background-color: transparent;
	line-height: 32px;
	outline: none;
}
.fen-box>div textarea{
	border:1px solid #CCCCCC;
	border-radius:5px;
	height: 100px;
	width: 100%; 
	padding-left: 10px;
	padding-top: 8px;
	outline: none;
}
.feedback_button{padding: 10px;}
.feedback_button input{
	width: 100px;
	border-radius: 3px;
	border: none;
	padding: 6px 0;
	text-align: center;
	color: #fff;
}
.feedback_button .feedback_submit{
	background-color: #264393;
}
/* .feedback_button .feedback_reset{
	background-color: #999;
} */











/* page-code */
.page-code{margin-top: 30px; border-top: 1px solid #eee; padding-top: 10px;}

/* paging */
.paging{margin-top: 30px; font-size: 14px; text-align: center;}
.paging a{min-width: 28px; height: 28px; line-height: 30px; background-color: #eee; display: inline-block; text-align: center; color: #666; margin-right: 3px;}
.paging span{min-width: 28px; height: 28px; line-height: 30px; background-color: #264393; display: inline-block; text-align: center; color: #fff; margin-right: 3px;}
.paging a:hover{background-color: #264393; color: #fff;}

@media(max-width:480px){
	.paging span,.paging a{min-width: 22px; height: 22px; line-height: 24px;}
}

/* 
.news_detail_content1,.product_detail_content1{height: 34px;position: relative;margin-bottom: 10px; border-bottom:solid 1px #ddd}
.news_detail_content1 p,.product_detail_content1 p{padding: 4px 6px;font-size: 16px;}
.news_detail_content1 p,.product_detail_content1 img{ max-width:100%; height:auto !important;}
.product_detail_title{padding-bottom: 10px;}



.product_detail_content{padding: 0 10px;}
 */



/* .product_meassage>div dd{
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product_meassage dl dt{
	border: 1px solid #ddd;
	position: relative;
}
.product_meassage dl dt span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.product_meassage dl dt img{
	max-height: 100%;
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */



/* 
@media(max-width:768px){
	.pad{display: block;}
}

.phone_location{
	font-size: 14px;
	line-height: 30px;
	border-bottom:1px dashed #C1C1C1;
	padding-left: 2%; 
	margin-top: 10px;
}

.menu_icon{
	margin: 12px 12px 0 0;
	cursor: pointer;
}
.small_menu{
	width: 250px;
    background-color: #1C202C;
    position: fixed;
    top: 0px;
    left: -250px;
	height: 100%;
	z-index: 10000001;
	overflow-y: scroll;
}
.small_menu li:nth-child(2) a {
    font-size: 18px;
    font-weight: bold;
    background: rgba(255,255,255,0.3);
}
.small_menu p {
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}
.small_menu li.menu_close {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    border-bottom: none;
    z-index: 1000;
}
.small_menu li{
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}
.small_menu li a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: Uppercase;
	color: #fff;
    background: rgba(255,255,255,0.1);
    padding: 10px 15px;
}
.small_menu li .small_menu_2 a {
    display: block;
    background: none;
    color: rgba(255,255,255,0.8);
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.small_menu_2{
	display: none;
}
.small_menu_2 a{
	display: block;
	color: #fff;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
}
.small_menu_2 a i{
	float: left;
	width: 4px;
    height: 4px;
    background-color: #fff;
    margin: 13px 10px 0 5px;
}
.small_menu_2 a span{float: left;width: 175px;}








.feedback{
	padding:0 10px;
}
.feedback >div{
	border: 1px solid #C1C1C1;
	padding: 0;
	margin-top: 20px;
}
.feedback_meassage{
	border-bottom: 1px solid #C1C1C1;
	background-color: #F7F7F7;
}
.feedback_name{
	float: left;
	width: 53%;
	border-right:1px solid #C1C1C1;
	padding-left:1%;
	line-height: 30px;  
}
.feedback_time{
	float: left;
	width: 45%;
	padding-left: 1%;
	line-height: 30px;  
}
.lyb{
	font-size: 16px;
	color: #AC1100;
}
.feedback_content{
	line-height: 25px;
	padding: 0 1% 10px 1%;
	background-color: #F7F7F7;
}
.feedback_content h5{
	line-height: 25px;
	font-size: 12px;
}
.admin{
	color: #FE6600;
	padding: 4px;
	border: 1px dashed #FE6600;
}
.remind{
	line-height: 25px;
	padding-left: 1%;
	background-color: #F7F7F7;
	border-bottom: 1px solid #C1C1C1;
}
.feedback_list{
	margin-top: 10px;
}
.feedback_list input{
	height: 24px;
	border: 1px solid #CACACA;
	border-radius: 5px;
	width: 100%;
	padding: 4px 0;
}
.feedback_list .ewm{
	width: 40%;
	margin-right: 5px;
}
.feedback_list_title{
	text-align: right;
	line-height: 24px;
	width: 25%;
	float: left;
}
.feedback_list_input{
	padding-left: 10px;
	width: 50%;
	float: left;
}
.feedback_list textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #CACACA;
	border-radius: 5px;
}
.submit{
	padding: 10px 0 0 25%;
}
.submit input{
	padding: 5px 10px;
	border: 1px solid #CACACA;
	background: -webkit-linear-gradient(#fff, #EEE); 
	background: -o-linear-gradient(#fff, #EEE); 
	background: -moz-linear-gradient(#fff, #EEE); 
	background: linear-gradient(#fff, #EEE); 
	margin-left: 10px;
}
.submit input:hover{
	border: 1px solid #000;
}
.product_detail_title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


.wrap_search_input{
	position: fixed;
	bottom: 70px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	background-color: #525252;
	padding: 8px 2%;
}
.wrap_search_input input{
	float: left;
	background-color: #1C202C;
	width: 80%;
	border-radius: 4px;
	height: 26px;
	padding-left: 5px;
	color: #fff;
}
.wrap_search_input p{
	float: left;
	padding: 5px 15px;
	background-color: #1C202C;
	color: #fff;
	margin-left: 5px;
	border-radius:5px; 
}
.wrap_search_input ::-webkit-input-placeholder{
	color: #fff;
}
@media(max-width:1200px){
	
	.map_meassage>h2{
		font-size:38px; 
	}
	.menu{
		margin-top: 2.8%;
	}
}
@media(max-width:992px){
	
	.map_meassage>h2{
		font-size:33px; 
	}
	.map_meassage {
    	padding: 2% 0 30px 0;
	}
	.map_yy {
    	margin-top: 4%;
	}
	.menu{
		margin-top: 3.4%;
	}
	 
	
}




.kuzx{
	position: absolute;
	top: 0;
	right: -127px;
	width: 187px;
	padding: 0 20px 0 15px;
	background-color: #8B979E;
	color: #fff;
	display: none;
}
.kuzx_1{
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	color: #FBCA33;
}
.kuzx_2_box{
	margin-top: 11px;
}
.kuzx_2{
	line-height: 35px;
}
.kuzx_2 a{
	color: #fff;
}
.kuzx_2 i{
	float: left;
	margin-top: -17px;
}
.kuzx_2 span{
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}
.fx{
	position: absolute;
	top: 0;
	right: -127px;
	width: 187px;
	background-color: #8B979E;
}
.fx>div{
	margin-left: 24px;
}
.ss{
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	background-color: #8B979E;
	text-align: center;
	padding: 12px 23px;
}
.ss .search_input_box{
	background-color: #6A757C;
	width: 220px;
	height: 36px;
	position: relative;
}
.search_input_box span{
	position: absolute;
	top: 18px;
	left: 10px;
}
.ss input{
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	color: #fff;
	padding-left: 10px;
	line-height: 30px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.ss ::-webkit-input-placeholder{
	color: #fff;
}
.search_card{
	border: 1px solid #C1C1C1;
	padding: 20px 2%;
}
.search_card_title{
	font-size: 14px;
	margin-bottom: 10px;
}
.search_card_meassage{
	line-height: 20px;
}
.search_card_more{
	float: right;
}
.search_card_more a{
	display: block;
	padding: 4px 15px;
	background-color: #006886;
	color: #fff;
	margin-top: 10px;
}
.wrap_foot{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #1C202C;
	padding: 10px 0;
}
.wrap_foot dl{
	width: 20%;
	float: left;
	text-align: center;
}
.wrap_foot dt{
	height: 33px;
}
.wrap_foot dd{
	color: #fff;
}
.share_box{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    display: none;
}
.share_box_parent{
    overflow-y: auto;
}
.share_box_children{
    background-color: #F5F5F5;
    padding: 15px 0;
}
.share_box_children>a{
    float: left;
    text-align: center;
    font-size: 0.9rem;
    color: #ADADAD;
}
.cancel{
    text-align: center;
    background-color: #E9E9E9;
    font-size: 0.8rem;
    line-height: 2rem;
}
.share_box dd{
	font-size: 14px;
}
.placeholder_s{
	color: #999;
	position: absolute;
	top: 8px;
	left: 11px;
	z-index: -1;
}
.yzm{
	position: relative;
}




@media(max-width:360px){
	.feedback_list_title {
		width: 30%;
	}
	.submit{
		padding-left: 30%;
	}
}
@media(max-width:330px){
	.map_meassage>h2 {
    font-size: 28px;
}
}
.two-level>div{
	line-height: 30px;
}
.carousel-indicators li{
	width: 8px;
	height: 8px;
	background-color: #B49C7E;
	border: none;
}
.carousel-indicators .active{
	width: 10px;
	height: 10px;
	background-color: #007AFF;
}

@media(min-width:640px){
	.menu_box {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
}



.ss_placeholder{
	color: #fff;
	position: absolute;
	top: 30px;
    left: 32px;
}
@media(max-width:768px){
	padding-right: 0;
}
}
.yzm input{
	width: 100px;
}
*/