@charset "utf-8";
body {
	background-color: #f7f7f7;
}

.white {
	color: #FFFFFF;
}

.gray {
	color: #fafafa;
}

.black {
	color: #000000;
}

.bg_gray {
	background-color: #fafafa;
}

.bg_01 {
	background-color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #3498db;
	text-decoration: none;
}

.container {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}


/*头部*/

.header_top {
	border-bottom: 1px solid #e7e8ed;
	background: #b3b3b3;
}

.tem_top {
	position: relative;
	z-index: 100;
	height: 35px;
	color: #53555a;
	font-size: 12px;
	line-height: 35px;
}

.tem_top h2 {
	font-weight: normal;
	margin-left: 16px;
}

.tem_top a {
	color: #fff;
}

.tem_top a:hover {
	color: #3498db;
}

.tem_top_nav {
	position: absolute;
	top: 0;
	right: 0;
}

.tem_top_nav ol {
	float: right;
	margin: 0;
	padding: 0;
}

.tem_top_nav ol li {
	float: left;
	list-style: none;
	position: relative;
}

.tem_top_nav ol li.line {
	width: 30px;
	color: #eee;
	text-align: center;
}

.header_top .erweima {
	position: absolute;
	top: 35px;
	right: 20px;
	display: none;
}

.tem_top_nav dl {
	position: relative;
	float: right;
}

.tem_top_nav dl dt i {
	margin-left: 5px;
}

.tem_top_nav dl dd {
	position: absolute;
	top: 35px;
	right: -13px;
	display: none;
	padding: 10px 18px;
	border: 1px solid #e7e8ed;
	background: #b3b3b3;
	white-space: nowrap;
}

.tem_top_nav dl dd a {
	display: block;
	height: 35px;
	line-height: 35px;
}

.tem_top_nav div.line {
	float: right;
	width: 30px;
	color: #eee;
	text-align: center;
}

.tem_head {
	min-height: 100px;
}

.tem_head h1 img,
.tem_head h2 img {
	position: relative;
	z-index: 999;
	visibility: hidden;
	font-size: 0;
}

.tem_head .nav {
	margin-left: 30px;
}

.tem_head .nav ul li {
	float: left;
	position: relative;
}

.nav ul li dl {
	position: absolute;
	left: -8%;
    top: 100px;
    width: 135px;
    text-align: center;
	background-color: #F7F7F7;
	z-index: 99;
	display: none;
}
.nav li dl dd{
	border-bottom: 1px solid #e0e0e0;
	font-size: 12px;
}
.nav li dl dd a {
	padding: 10px 10px!important;
	font-size: 14px!important;
	color: #808080;
}
.nav li dl dd a:hover{
	color: #3498db;
}
.tem_head .nav ul li a.navdown {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 2px solid #3498db;
}

.tem_head .nav ul li a:hover {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 2px solid #3498db;
}

.tem_head .nav ul li a {
	display: block;
	padding: 36px 24px;
	font-size: 16px;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	border-top: 2px solid #f7f7f7;
}


/*头部结束*/


/*底部*/

.bottom_details {
	background-color: #363636;
}

.bottom_details ul {
	float: left;
	margin-top: 20px;
}

.bottom_details ul li {
	float: left;
	padding: 0 18px;
	line-height: 150%;
}

.bottom_details ul li .one {
	font-size: 16px;
	color: #fff;
}

.bottom_details ul li a {
	display: block;
	color: #dbdbdb;
	text-align: center;
	font-size: 12px;
}

.header_top .erweima,
.bottom_details .bottom_erweima {
	background: url(../images/erwei_bg.png) no-repeat top center;
}

.bottom_details .bottom_erweima p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.header_top .erweima img,
.bottom_details .bottom_erweima img {
	margin: 22px;
}

.bottom {
	background-color: #1a1a1a;
}

.bottom .copyright {
	float: left;
	color: #fff;
	font-size: 12px;
	margin: 15px 0 15px 18px;
}

.bottom .bottom_right {
	float: right;
	margin: 15px 25px 15px 0;
}

.bottom .bottom_right span {
	color: #fff;
}

.bottom .bottom_right a {
	font-size: 12px;
	color: #fff;
}


/*底部结束*/


/*banner*/
.banner{
	background-color: #fff;
}
.swiper-container {
	width: 1200px;
	height: 100%;
	position: relative;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}

.swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
}


/*banner end*/


/*关于我们*/

.nytitle {
	padding: 50px 0 30px;
	text-align: center;
}

.nytitle .ct-title span {
	font-size: 36px;
	height: 35px;
	line-height: 35px;
	color: #333333;
	margin: 0 20px;
	vertical-align: middle;
}

.nytitle p {
	font-size: 18px;
	color: #666666;
	padding-top: 20px;
	width: 1080px;
	margin: 0 auto;
}

.nytitle .details {
	line-height: 150%;
}

.nytitle ul {
	margin: 50px -40px 0 0;
}

.nytitle ul li {
	float: left;
	width: 370px;
	height: 260px;
	margin-right: 45px;
}
.bg_01 .nytitle ul li:nth-child(3n){
	margin-right: 0;
}
.pull-right {
	float: right;
	margin: 50px 0 20px;
}

.pull-right a {
	text-indent: 10px;
	margin-right: 10px;
}


/*关于我们-End*/


/*产品展示*/

.index_product {
	background-color: #fafafa;
}

.index_product .parts {
	margin: 30px -50px 50px 60px;
}

.index_product .parts li {
	float: left;
	width: 140px;
	height: 50px;
	overflow: hidden;
	margin-right: 40px;
	border: 2px solid #3498db;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.index_product .parts li a {
	display: block;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
}

.index_product .parts li a:hover {
	color: #fff;
	background-color: #3498db;
}


/**/

.picMarquee-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	margin: 0 -40px 0 0;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin-right: 12px;
	width: 290px;
	height: 300px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 293px;
	height: 170px;
	display: block;
	padding: 2px;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
	margin-top: 16px;
}

.picMarquee-left .bd ul li .title p {
	width: 240px;
	font-size: 16px;
	padding-top: 10px;
}


/**/

.index_product .entrance {
	margin: 60px 0 50px 0;
}

.index_product .entrance a {
	font-size: 28px;
	color: #fff;
	padding: 18px 120px;
	background-color: #3498db;
	border: 1px solid #3498db;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}


/*产品展示-End*/

.tiao {
	height: 150px;
}


/*联系我们*/

.ditu {
	background-color: #FFFFFF;
}

.ditu .lxnei {
	width: 473px;
	position: absolute;
	z-index: 10;
	top: -100px;
}

.ditu .dttitle {
	width: 473px;
	padding: 20px 0;
	background: #f2f2f2;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.ditu .dtbt {
	width: 473px;
	padding: 20px 0;
	line-height: 30px;
	background: #3498db;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}

.ditu ul {
	width: 473px;
	background: #f2f2f2;
}

.ditu ul li {
	padding: 30px 0;
	border-bottom: #b3b3b3 1px solid;
	padding-left: 65px;
	font-size: 18px;
}

.ditu ul .lxwm1 {
	background: url(../images/qytal.jpg) no-repeat 15px center;
}

.ditu ul .lxwm2 {
	background: url(../images/qyzb.jpg) no-repeat 15px center;
}

.ditu ul .lxwm2 p {
	width: 300px;
	margin-right: 50px;
}

.ditu ul .lxwm3 {
	background: url(../images/qyeml.jpg) no-repeat 15px center;
}

.ditu ul .lxwm4 {
	background: url(../images/qycz.jpg) no-repeat 15px center;
}

#allmap {
	width: 100%;
	height: 477px;
}


/*新闻页*/


/*banner*/

.news_banner {
	font-size: 0;
}

.news_banner img {
	width: 100%;
}


/*内容*/


/*左*/

.news_aside {
	position: relative;
	float: left;
	width: 230px;
}

.news_aside h2 {
	font-size: 34px;
	text-align: center;
	padding: 42px 20px;
	background-color: #3498db;
	color: #fff;
}

.news_aside .news_aside_list ul li,
.news_aside .news_aside_list ul li dd {
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	border-top: 1px solid #cccccc;
}

.news_aside .news_aside_list ul li a {
	display: block;
	padding: 15px 10px 15px 40px;
}

.news_aside .news_aside_list ul li a:hover {
	background: url(../images/youquan.png) no-repeat 197px center;
}

.navej a {
	font-size: 12px;
	padding-left: 60px !important;
}

.news_aside_list dl {
	display: none;
}

.contact_way {
	margin-top: 20px;
}

.contact_way h4 {
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #3498db;
	color: #fff;
}

.contact_way ul {
	background-color: #fff;
	padding-bottom: 15px;
}

.contact_way ul li {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 13px;
}

.news_search {
	position: relative;
	margin-top: 20px;
	margin-bottom: 120px;
	padding: 10px 20px;
	display: block;
	background-color: #3498DB;
	line-height: 2.5rem;
	font-size: 1.2rem;
}

.news_search .search_box {
	width: 200px;
	padding-left: 10px;
	font-size: 14px;
	border: none;
	border-left: 1px solid #dbdbdb;
}

.news_search input {
	position: absolute;
	top: 25%;
	right: 10%;
}

.news_search i {
	color: #3498db;
	position: absolute;
	top: 40%;
	right: 10%;
}


/*右*/

.new_content .news_article {
	float: left;
	width: 930px;
	margin-left: 25px;
}

.new_content .news_article .news_article_head {
	position: relative;
	margin: 20px 0;
}

.new_content .news_article_head p {
	font-size: 24px;
	float: left;
}

.new_content .news_article_head .title_right {
	float: right;
	font-size: 18px;
}

.news_article .news_list {
	background-color: #fff;
	padding: 26px 55px 35px 35px;
}

.news_article .news_list ul li {
	font-size: 16px;
	padding: 10px 25px 10px 0;
	border-bottom: 1px solid #d4d4d4;
}

.news_article .news_list ul li:hover {
	background-color: #f0f0f0;
}

.news_list .article-title {
	padding-left: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	color: #666666;
	border-left: 4px solid #3498db;
}

.news_list li span {
	float: right;
	text-align: right;
	color: #999999;
}


/*分页*/

.fenye {
	margin-top: 50px;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 10px;
	font-size: 14px;
}

.fenye b {
	padding: 5px 10px;
	color: #fff;
	display: inline-table;
	background: #3498db;
	border: 1px solid #ccc;
}

.fenye a {
	padding: 5px 10px;
	color: #232323;
	background: #e6e6e6;
	display: inline-table;
	border: 1px solid #ccc;
}

.fenye a:hover {
	color: #232323;
	background: #ffffff;
	border: 1px solid #3498db;
}


/*新闻详情页*/

.new_content .news_article_head ul {
	margin-top: 16px;
}

.new_content .news_article_head ul li {
	float: left;
	font-size: 16px;
	color: #999999;
	margin-right: 5px;
}

.news_article .news_editor {
	background-color: #fff;
	line-height: 22px;
	padding: 26px 55px 35px 35px;
}

.news_article .news_editor_delails {
	font-size: 14px;
	text-indent: 2em;
	color: #666666;
}

.news_article .news_editor_title {
	margin-top: 25px;
	font-size: 14px;
	text-indent: 2em;
	color: #242424;
}

.news_article .news_editor .news_tools {
	margin: 45px 0;
}

.news_article .news_tools .news_tools_left ul li {
	float: left;
	margin-right: 10px;
}

.news_article .news_tools .news_tools_right ul li {
	font-size: 12px;
	margin-left: 30px;
}

.news_article .news_tools .news_tools_right ul li a {
	color: #3498db;
}

.news_article .news_tools_right .news_up {
	float: left;
}

.news_article .news_tools_right .news_next {
	float: right;
}