﻿@charset "utf-8";

/* ================================== 【官方网站】技术支持：凡高科技——银灵子==================================== */

body {
	min-width: 1240px;
	margin: 0 auto;
}

body {
	position: relative;
}

.j_body {
	position: relative;
}

.main_box {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.main_box_small {
	margin: 0 auto;
	width: 1115px;
	position: relative;
}

input {
	outline: none;
}


/*================= banne===================*/

#banner {
	position: relative;
	height: 555px;
	overflow: hidden;
	margin: 0 auto;
}

#banner .bd {
	position: relative;
}

#banner .bd a {
	display: block;
	width: 100%;
	height: 555px;
	overflow: hidden;
}

#banner .bnt {
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -25px;
	cursor: pointer;
}

#banner .bnt:hover {}

#banner .prev {
	position: absolute;
	left: -80px;
}

#banner .next {
	position: absolute;
	right: -80px;
}

#banner:hover .prev {
	left: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#banner:hover .next {
	right: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
}


/*==============================--内页开始==============================-*/

#gotop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 1px;
	overflow: hidden;
	width: 45px;
	height: 45px;
	background: url(../images/icon_top.png) center no-repeat;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#gotop:hover {
	bottom: 160px;
}


/*==============================--内页开始==============================-*/

#n_main_box {
	background: #f4f5f7;
	padding-bottom: 60px;
}

#n_content {
	min-height: 300px;
	padding: 50px 0 0px;
	/*background: url(../images/line_n_content.png) 910px top repeat-y;*/
}


/*===================内页banner================*/

#n_banner {
	display: block;
	width: 100%;
	height: 270px;
	position: relative;
	overflow: hidden;
}

#n_banner .main_box {
	display: table;
	height: 270px;
}

#n_banner .title {
	padding-top: 120px;
}

#n_banner .title h1 {
	color: #fff;
	font-size: 38px;
	display: block;
	text-transform: uppercase;
	opacity: .35;
	filter: alpha(opacity=35);
}

#n_banner .title h2 {
	color: #fff;
	font-size: 16px;
	display: block;
}

.n_content {
	min-height: 400px;
	margin-bottom: 50px;
}


/*===================面包屑导航================*/

#n_title {
	position: relative;
	background: #fff;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	margin-bottom: 55px;
}

#n_title .main_box {
	position: relative;
	height: 55px;
}

#n_title h1 {
	padding: 0 0 0px 0px;
	font-size: 16px;
	color: #404041;
	line-height: 55px;
}

#n_title h1 span {
	font-size: 14px;
	color: #404041;
	line-height: 48px;
	font-family: "Arial";
	text-transform: uppercase;
	padding-left: 5px;
	font-weight: normal;
	padding-left: 5px;
}

#position {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 55px;
	height: 55px;
	color: #7b7b7d;
	background: url(../images/icon_home.png) left center no-repeat;
	padding-left: 18px;
}

#position a {
	vertical-align: middle;
	font-size: 12px;
	color: #7b7b7d;
	float: left;
	display: block;
	line-height: 55px;
}

#position i {
	background: url(../images/icon_position_id.png) center no-repeat;
	float: left;
	display: block;
	height: 55px;
	width: 25px;
}

#position span {
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
	color: #d83648;
	font-style: normal;
	float: left;
	display: block;
	line-height: 55px;
}

#position a:hover {
	color: #d83648;
}

#n_un_box {
	min-height: 300px
}


/*===================点击加载================*/

.bnt_more {
	margin-top: 40px;
	background: #f4f5f7;
	border: 1px solid #e7e7e9;
	border-radius: 3px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #969799;
	line-height: 50px;
	width: 100%;
	display: none;
}

.bnt_more {}

.bnt_more img {
	vertical-align: middle;
}

.bnt_more:hover {
	border: 1px solid #e7e7e9;
}

#n_left {
	float: right;
	width: 260px;
}

#n_right {
	float: left;
	width: 880px;
	min-height: 399px;
}


/*=====================联系我们=====================*/

#n_contact .up_box {
	padding-bottom: 50px;
	padding-top: 50px;
}

#n_contact .up_box .main_box {
	height: 275px;
	position: relative;
	background: url(../images/bg_map.png) right bottom no-repeat #fff;
}

#n_contact .up_box .pic_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 455px;
	overflow: hidden;
	height: 275px;
}

#n_contact .up_box .pic_box img {
	width: 455px;
	height: 275px;
}

#n_contact .up_box .text_box {
	padding-left: 505px;
	height: 275px;
	display: table;
}

#n_contact .up_box .text_box .ar_article {
	padding-top: 5px;
	display: table-cell;
	vertical-align: middle;
}

#n_contact .up_box .text_box .ar_article p {
	padding-bottom: 5px;
}

#bnt_map {
	position: absolute;
	right: 53px;
	display: block;
	bottom: 50px;
	width: 23px;
	height: 35px;
}


/*=====================联系我们=====================*/

#n_contact .un_box {
	padding: 60px 0 80px 0;
	background: #fff;
	margin-bottom: -60px;
}

#n_contact .un_box .bd {
	overflow: hidden;
	height: 230px;
}

#n_contact .un_box ul {
	margin-right: -35px;
}

#n_contact .un_box li {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 35px;
	width: 378px;
	height: 210px;
	border: 1px solid #dadadd;
	overflow: hidden;
	background: #f4f5f7;
}

#n_contact .un_box li .text_box {
	padding: 25px 20px;
	text-align: center;
	position: relative;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#n_contact .un_box li .text_box span {
	color: #78787b;
	font-weight: 700;
	display: block;
	font-size: 13px;
}

#n_contact .un_box li .text_box h1 {
	position: relative;
	display: block;
	text-align: left;
	border-bottom: 1px solid #dfe0e2;
	padding-bottom: 22px;
	font-size: 16px;
	color: #525354;
	margin-bottom: 15px;
}

#n_contact .un_box li .text_box .line {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 36px;
	background: #155ac2;
}

#n_contact .un_box li .text_box p {
	font-size: 13px;
	color: #757576;
	display: block;
	line-height: 24px;
	text-align: left;
}

#n_contact .un_box li:hover {
	background: #fff;
}

#n_contact .un_box .bnt {
	position: absolute;
	top: 50%;
	width: 38px;
	height: 38px;
	z-index: 3;
	margin-top: -19px;
	cursor: pointer;
}

#n_contact .un_box .bnt:hover {}

#n_contact .un_box .prev {
	position: absolute;
	left: -85px;
	background: url(../../img/contact-us/bnt_contact_prev.png) center no-repeat;
}

#n_contact .un_box .next {
	position: absolute;
	right: -85px;
	background: url(../../img/contact-us/bnt_contact_next.png) center no-repeat;
}

#n_contact .un_box:hover .prev {
	opacity: 1;
	filter: alpha(opacity=100);
}

#n_contact .un_box:hover .next {
	opacity: 1;
	filter: alpha(opacity=100);
}


/*===================================j_pop====================================*/

#j_pop {
	display: block;
	z-index: 9;
	position: fixed;
	bottom: 80px;
	right: 0%;
}

#j_pop .box {
	position: relative;
}

#j_pop .box a {
	display: block;
}

#j_pop .box img {
	display: block;
}

#bnt_close_pop {
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#bnt_close_pop:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}


/*===================================j_pop====================================*/

#j_pop1 {
	display: block;
	z-index: 9;
	position: fixed;
	bottom: 210px;
	right: 0%;
}

#j_pop1 .box {
	position: relative;
}

#j_pop1 .box a {
	display: block;
}

#j_pop1 .box img {
	display: block;
}

#bnt_close_pop1 {
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#bnt_close_pop1:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

@media (max-width: 1400px) {
	#n_contact .un_box .prev {
		left: -50px;
	}
	#n_contact .un_box .next {
		right: -50px;
	}
}
@media (max-width: 1023px) {
	#n_contact .un_box li {
		margin-left: 15px;
    	width: 301px;
	}
	#n_contact .un_box .prev {
	    left: -21px;
	}
	#n_contact .un_box .next {
	    right: 844px;
	}
}