.topbar{ padding: 15px 55px; border-bottom: #F3F3F3 1px solid; font-size: 14px;}
.topbar .tel{ font-size: 16px; font-weight: bold; color: #000; display: inline-block; margin-left: 20px;}

header{ padding: 0 55px; }
nav > ul{ margin: 0; padding: 0; }
nav > ul > li{ list-style: none; display: inline-block;}
nav > ul > li > a{ display: inline-block; color: #333; position: relative; font-size: 16px;}
nav > ul > li:not(:last-child) > a:hover{ text-decoration: none; color: #FF0000 }
nav > ul > li:not(:last-child) > a:after{ transition: all 0.5s; }
nav > ul > li:not(:last-child) > a:hover:after{
	position: absolute;
	content:'';
	width: 100%;
	height: 4px;
	background-color: #FF0000;
	bottom: 0;
	left: 0;
}
.language{ text-align: center; }
.language a{ padding: 0; display: inline-block; margin-left: 10px;}
.language a:first-child{ margin-right: 10px; }

/*
下拉菜单
*/
.drop-down{ padding: 20px 40px; text-align: left; background-color: #2d2d2d;}
.drop-down h5{ color: #fff; margin-bottom: 6px; }
.drop-down h5 a{ color: #fff; text-decoration: none; font-size: 16px;}
.drop-down h5 a:hover{ color: #f4f4f4;}
.drop-down ul{ margin:0; padding:0; }
.drop-down ul li{ margin-bottom:5px; }
.drop-down ul li a{ color: #d8d8d8; display: block; font-size: 12px;}
.drop-down .short-line{display: inline-block; width: 70px; height: 2px; background-color: #454545; margin-bottom: 10px;}

/*
手机版头部
*/
.mobile-header{ padding: 15px 0;}
.navbar-icon { color: #000; font-size: 32px; }
.navbar-icon:hover{ color: #000; }
.mobile-navlist > li { border-bottom: #3c3c3c 1px solid; }
.mobile-navlist > li > a{ font-size: 16px!important; color: #f9f9f9!important; }
.mobile-navlist a{ cursor: pointer; }

.banner img{ display: inline-block; }

/*
hot product
*/
.hot-product,.hot-service{ margin: 50px 0; }
.hot-product a h4:hover{ text-decoration: none;}
.section-more{ display: inline-block; padding: 8px 40px; border-radius: 30px; border:#d0cfcf 1px solid; color: #d0cfcf; font-size: 14px; transition: all 0.5s;}
.section-more:hover{ text-decoration: none; color: #333; border:#333 1px solid;}
.hot-product .uk-card{ text-align: center; border:#e8e7e7 1px solid; background-color: #faf9f9; padding-top: 95px; padding-bottom: 85px; transition: all 0.5s;}
.hot-product .uk-card h4{ margin-bottom: 0; }
.hot-product .uk-card h4 a{ color:#333; }
.hot-product .uk-card:hover{ border:#2d2d2d 1px solid!important; background-color: #2d2d2d!important; }
.hot-product .uk-card:hover h4{ color: #fff!important; }
.hot-product .uk-card:hover h4 a{ color: #fff; text-decoration: none; }
.hot-product .uk-card .uk-position-cover{ display: none; }
.hot-product .uk-card:hover .uk-position-cover{ display: block!important; }

/*
hot-service
*/
.hot-service .uk-card h4 { margin:0; padding:15px; }
.hot-service .uk-card h4 i{ margin-top: 6px; transition: all 0.3s;}
.hot-service .uk-card:hover h4 i{ transform: translateX(8px); }
.hot-service .uk-card{ background-color: #FAF9F9; border:#E8E7E7 1px solid; }

/*
hot-news
*/
.hot-news{ background-color: #F0EFEF; padding: 60px 0; }
.news-date{ text-align: center; }
.news-date i{ font-style: normal; font-weight: bold; color: #1d1d1d; font-size: 50px; line-height: 44px;}
.news-date-line{ width: 100%; height: 3px; background-color: #e8e7e7; margin: 5px 0;}
.news-date span{ font-size: 18px; color: #000; display: inline-block; margin-top: 6px; }
.news-box h5{ margin-bottom: 10px; }
.news-box h5 a{ color: #1d1d1d; font-weight: bold; font-size: 18px; }
.news-box h5 a:hover{ text-decoration: none; }
.news-box p{ font-size: 12px; line-height: 1.8em; color: #757575; margin-top: 10px; margin-bottom: 3px;}
.news-box p a{ color: #757575; }
.news-box p a:hover{ text-decoration: none; }
.news-box{ background-color: #fff; padding:40px; transition: all 0.5s;}
.news-box:hover{ box-shadow: 0 5px 15px rgba(0,0,0,0.08); }
.news-box i{ font-size: 12px; color: #999; }

/*
footer
*/
footer{ background-color: #2D2D2D; padding: 60px 0; }
.copyright span{ font-size: 24px; font-weight: bold; display: inline-block; margin-left: 10px; color: #fff;}
.copyright{ border:#454545 1px solid; height: 186px; padding: 10px; }
.copyright p{ margin-bottom: 0; font-size: 12px;}
footer h5{ color: #fff; padding-bottom: 20px; border-bottom: #454545 1px solid; }
footer h6{ color: #fff; padding-bottom: 20px; border-bottom: #454545 1px solid; }
footer .contact-box p{ margin: 10px 0; color: #fff; font-size: 12px; } 
footer .contact-box img{ margin-right: 15px; }

.gototop{ display: block; width: 48px; height: 48px; border-radius: 50%; position: fixed; right: 30px; 
	bottom: 30px; border: #ddd 1px solid; color: #ddd;text-align: center; line-height: 42px; }
.gototop:hover{ color: #999; }

/*
product
*/
.page-title{ font-size: 24px; }
.search-form{ position: relative; }
.search-form input{ width: 100%; font-size: 14px; text-align: center; padding: 15px 0; border:#E8E7E7 1px solid; border-radius: 40px; }
.search-form input:focus{ border:#333 1px solid; outline: none; }
.search-form button{ border:none; background: none; position: absolute; right: 13px; top: 13px; }

.page-body{ border-top:#E8E7E7 1px solid; background-color: #FAF9F9;}
.page-body2{ border-top:#E8E7E7 1px solid; background-color: #FAF9F9; padding: 50px 0; margin-bottom: 50px;}
.product-list figure h5{ margin: 0; padding: 20px; background-color: #fff; transition: all 0.4s; font-weight: bold;}
.product-list figure h5 i{ float: right; transform: translateY(4px); transition: all 0.5s;}
.product-list figure h5 a{ color: #333; }
.product-list figure:hover h5{ background: #FF0000; }
.product-list figure:hover h5 a{ color: #fff; }
.product-list figure:hover h5 i{ transform: translateX(-8px) translateY(4px); }
.page-body2 article p{ margin: 5px 0;}


.pages{text-align: center; }
.pages a{ border:#E8E7E7 1px solid; padding: 8px 36px; color: #333; border-radius: 20px; 
	font-size: 14px; display: inline-block;  transition: all 0.5s; }
.pages a:hover{ background: #2D2D2D; color: #fff; text-decoration: none;}

.page-body2 h1{ margin: 0; font-weight: bold; font-size: 24px; }
article strong{ font-size: 14px; color:#2d2d2d; }
article p { color: #5F6C85; line-height: 2.2em; font-size: 14px; font-weight: 400;}
article h5{ border-top:#FF0000 1px solid; border-bottom: #ff0000 1px solid; padding: 8px 10px; font-size: 16px; }



/*
发展历程
*/
.exp .h-line{ width: 1px; height: 660px; background: #F1F1F1;}
.exp-box  h1{ margin: 0 20px; font-weight: bold; }
.exp-box p{ margin: 0 20px; }
.exp-mobile h3{ margin-top: 15px; font-weight: bold; background: url(../images/exp-icon-right.png) no-repeat right}


/*
加入我们
*/
.join-container a{display: block; font-size: 14px; padding: 20px; font-weight: bold; border:#E4E4E4 1px solid; margin-bottom: 0;}
.join-container table{ background-color: #FCFCFC; border:#E4E4E4 1px solid; margin-top: 0; transform: translateY(-1px);}
.join-container table tr td{ border:#E4E4E4 1px solid; font-size: 14px; color: #000; }
.join-container .uk-accordion-content{ margin-top: 0;}
.join-container dl dt{ width:80px; font-size: 12px; float: left; padding: 5px 10px;}
.join-container dl dd{ margin-left: 85px; padding: 5px 5px;}

.ewm { font-size: 14px; }
.ewm img{ margin-left: 20px; }
.contact p{ margin: 5px 0; }
.contact input,.contact textarea{ color: #222; font-size: 14px;}

.contact input::-webkit-input-placeholder { /* WebKit, Blink, Edge */  color: #000; }
.contact input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #000;; }
.contact input::-moz-placeholder { /* Mozilla Firefox 19+ */  color: #000; }
.contact input:-ms-input-placeholder { /* Internet Explorer 10-11 */  color: #000; }
.contact textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */  color: #000; }
.contact textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #000;; }
.contact textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  color: #000; }
.contact textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */  color: #000; }

.form-btn{ background:#2D2D2D; color: #fff; padding: 20px 110px; font-size: 14px; border-radius:40px; border:none;}
form .uk-margin{ margin-top: 30px!important; }




























