header {
	
}

.header {
	position: fixed;
	z-index: 999;
	height: 120px;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: #999 -3px 0 5px;
}

.head .logo {
	width: 333px;
	height: 104px;
	margin-top: 10px;
}

.head .nav {
	width: 856px;
	margin-top: 25px;
}

.head .nav ul li {
	line-height: 54px;
	height: 54px;
	padding: 0 24px;
	font-size: 15px;
	float: left;
	height: 54px;
	transform: translate(0, 0);
	transition: all .2s ease-in 0s;
}

.head .nav ul li a {
	display: inline-block;
	min-width: 42px;
	height: 70px;
	border-bottom: 4px solid transparent;
	text-align: center;
}

.head .nav ul li a:hover {
	color: #b99622;
	border-bottom-color: #b99622;
}

.head .nav ul li a.cur {
	color: #b99622;
	border-bottom-color: #b99622;
}


/**/

#banner {
	width: 100%;
	height: 724px;
	clear: both;
}

#banner>div>img {
	width: 100%;
	height: 724px;
}


/*index_about*/

.index_about {
	overflow: hidden;
	margin-top: 40px !important;
}

.index_about .about_img {
	width: 580px;
	height: 384px;
	display: block;
	overflow: hidden;
}

.index_about .about_img img {
	width: 100%;
	height: 100%;
}

.index_about .about_img:hover img {
	transform: scale(1.06, 1.06);
	transition: all 1s;
}

.about_txt {
	width: 600px;
	margin-left: 20px;
}

.about_txt h4 {
	font-size: 48px;
	color: #000000;
	text-transform: uppercase;
}

.about_txt h5 {
	font-size: 24px;
	color: #686a6b;
	margin-top: 10px;
}

.about_txt .about_cont {
	font-size: 14px;
	color: #666666;
	display: block;
	line-height: 25px;
	height: 180px;
	overflow: hidden;
	margin-top: 10px;
	text-indent: 25px
}

.about_txt .about_more {
	margin-top: 20px;
	width: 140px;
	height: 40px;
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	background: #064ca5;
	color: #fff;
}

.about_txt .about_more:hover {
	background: #c8af55;
}


/*index_pro_box*/

.index_pro_box {
	width: 100%;
	margin-top: 60px;
	height: 925px;
	background: #f6f6f6;
}

.index_pro_nav {
	width: 250px;
	position: relative;
}

.index_pro_nav .index_pro_title {
	width: 230px;
	height: 87px;
	position: absolute;
	top: -30px;
	background: #064ca5;
	padding: 20px;
}

.index_pro_nav .index_pro_title p {
	color: #fff;
	font-size: 20px;
}

.index_pro_nav .index_pro_title p:first-child {
	margin-top: 10px;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url(../img/pro_t.png) no-repeat left center;
}

.index_pro_nav ul {
	height: 786px;
	width: 230px;
	background: #eeeeee;
	overflow: hidden;
	padding: 20px;
	clear: both;
	position: absolute;
	top: 80px;
}

.index_pro_nav ul li {
	height: 52px;
	width: 230px;
	border-bottom: 1px solid #d8d8d8;
}

.index_pro_nav ul li a {
	height: 52px;
	display: block;
	text-align: left;
	line-height: 52px;
	padding-left: 30px;
	font-size: 14px;
	color: #625858;
	background: url(../img/pro_t2.png) no-repeat left center;
}

.index_pro_nav ul li a:hover {
	color: #064ca5;
}

.index_pro_nav ul li.hover a {
	color: #064ca5;
}


/*pro_list_cont*/

.pro_list_cont {
	width: 904px;
	margin-left: 30px;
	padding-top: 30px;
}

.pro_list_cont .pro_list_title {
	height: 30px;
	border-bottom: 1px solid #9f9f9f;
}

.pro_list_cont .pro_list_title p {
	color: #bb992b;
	font-size: 18px;
	height: 30px;
	border-bottom: 3px solid #bb992b;
}

.pro_list_cont .pro_list_title a {
	color: #948f90;
	font-size: 12px;
}

.pro_list_cont .pro_list {
	margin-top: 20px;
}

.pro_list_cont .pro_list ul li {
	float: left;
	width: 258px;
	margin-left: 25px;
	margin-bottom: 25px;
}

.pro_list_cont .pro_list ul li .pro_img {
	display: block;
	width: 258px;
	height: 197px;
	overflow: hidden;
}

.pro_list_cont .pro_list ul li .pro_img img {
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.pro_list_cont .pro_list ul li .pro_img:hover img {
	transform: scale(1.06, 1.06);
}

.pro_list_cont .pro_list ul li .pro_txt {
	height: 40px;
	background: #5a5a5a;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.pro_list_cont .pro_list ul li .pro_txt:hover {
	background: #064ca5;
}


/*index_hy*/

.index_hy {
	overflow: hidden;
	width: 100%;
	background: url(../img/hy_bg.png) no-repeat center;
	height: 625px;
}

.index_hy .title {
	text-align: center;
	padding-top: 60px;
}

.index_hy .title h5 {
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
}

.index_hy .title h5 span {
	color: #bb992b !important;
}

.picMarquee-left {
	overflow: hidden;
	position: relative;
	top: 90px;
}

.picMarquee-left .bd {
	padding: 10px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	width: 295px;
	height: 219px;
	display: block;
	padding: 2px;
	overflow: hidden;
	
}
.picMarquee-left .bd ul li .pic img {
	width: 100%;
	height: 100%;
		transition: all 1s;	
}
.picMarquee-left .bd ul li .pic:hover img {
	transform: scale(1.06, 1.06);
	transition: all 1s;
}

.picMarquee-left .bd ul li .picMarquee_txt {
height: 40px;
background: #fff;
}
.picMarquee-left .bd ul li .picMarquee_txt a {
line-height: 40px;
font-size: 14px;
}
/*新闻中心*/
.news{
	padding: 80px 0;
	overflow: hidden;
}
.news .hd .title3 p:first-child{
	font-size: 40px;
	line-height: 60px;
}
.news .hd .title3 p:last-child{
	font-size: 20px;
	color: #bb992b;
	text-transform: uppercase;
}
.news .hd ul li{
	margin-right: 20px;
	display: inline-block;
	line-height: 80px;
	cursor: pointer;
}
.news .hd ul li div{
	margin-top: 32px;
	margin-right: 5px;
	height: 15px;
	width: 15px;
	border: 1px solid #333;
	border-radius: 50%;
	vertical-align: middle;
}
.news .hd ul li p{
	font-size: 18px;
	vertical-align: middle;
}
.news .hd ul li.hover div{
	border-color: #bb992b;
}
.news .hd ul li.hover p{
	color: #bb992b;
}
.news .hd ul li :hover{
	color: #bb992b;
	border-color: #bb992b;
}

.news .bd{
	margin-top: 20px;
	clear: both;
	overflow: hidden;
}
.new_box {
	margin-top: 60px;
}

.new_box li {
	width: 567px;
	margin-left: 30px;
	margin-bottom: 30px;
	    float: left;

	border: 1px solid #bebebe;
}

.new_box li h3 {
	padding: 20px;
	font-size: 16px;
	color: #666666;
}

.new_box li h3 a:hover {
	color: #145DC4;
}

.new_box li .new_txt {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	color: #666666;
	height: 43px;
	line-height: 20px;
	overflow: hidden;
}

.new_time_box {
	height: 97px;
	margin-top: 20px;
	background: #f5f5f5;
}

.new_time {
	padding: 15px;
}

.new_time p:nth-child(1) {
	font-size: 33px;
	color: #999999;
}

.new_time p:nth-child(2) {
	font-size: 14px;
	color: #999999;
}

.new_time_more {
	margin-top: 20px;
	margin-right: 20px;
}

.new_time_box:hover {
	background: #064ca5;
}

.new_time_box:hover .new_time p {
	color: #FFFFFF;
}

.new_time_box:hover .new_time_more a img {
	background: url(../img/jt2.png) no-repeat;
}
/*footer*/
footer{
	width: 100%;
	height: 361px;
	margin-top: 60px;
	
	background: #333333;
}
.foot{
	padding-top: 40px;
	
}
.foot .foot_nav{
	width: 346px;
	margin-right: 30px;
}
.foot .foot_nav h5{
	color: #fff;
	font-size: 18px;
    height: 40px;
 border-bottom: 1px solid #444444;
}
.foot .foot_nav ul {
	margin-top: 20px;
}
.foot .foot_nav ul li{
	float: left;
	width: 107px;
	height: 40px;
}
.foot .foot_nav ul li a{
	font-size: 14px;
	color: #d3d6d8;
	height: 40px;
}
.foot_cont{
	width: 400px;
}
.foot_cont {
	width: 400px;
}
.foot .foot_cont h5{
	color: #fff;
	font-size: 18px;
    height: 40px;
 border-bottom: 1px solid #444444;
}
.foot .foot_cont ul{
	margin-top: 20px;
}
.foot .foot_cont ul li{

	height: 40px;
}
.foot .foot_cont ul li p{
	display: block;
	height: 40px;
	color: #d3d6d8;
	font-size: 14px;
}
.foot .foot_cont2{
	width: 300px;
	position: relative;
}
.foot_cont2_top{
	height: 141px;
	width: 230px;
position: absolute;
top: -108px;
padding: 20px;
z-index: 333;
background: #064ca5;
}
.foot_cont2_top p{
	color: #fff;
}
.foot_cont2_top p:first-child{
	color: #fff;
	font-size: 28px;
	text-align: center;
	height: 60px;
	border-bottom: 1px solid #fff;
}
.foot_cont2_top p:last-child{
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	height: 40px;
	background: url(../img/tle.png) no-repeat center left;
}
.foot_cont2 ul {
	margin-top: 120px;
}
.foot_cont2 ul li{
	float: left;
	width: 120px;
	margin-right: 20px;
}
.foot_cont2 ul li p{
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	}

.foot_p{
	clear: both;
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
}
.foot_p a{
	
	color: #fff;
}
/*内页*/
.other_box {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 40px !important;
}

.other_nav {
	width: 100%;
	height: 40px;
	background-color: #fff;
	margin-top: 10px;
	border-bottom: 1px dotted #aaa;
	overflow: hidden;
}

.about_location {
	height: 50px;
}

.local_circle {
	margin-top: 7px;
	background: url(../img/circle01.png) no-repeat left;
	padding-left: 40px;
}

.local_circle span {
	font-size: 20px;
	color: #666;
}

.local {
	width: 300px;
	float: right;
	margin-top: -31px;
}

.local_span {
	font-size: 20px;
}

.local_icon {
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}

.local span {
	font-size: 13px;
	color: #666;
}

.nav_bottom_bg {
	width: 100%;
	height: 50px;
	background: #f9f9f9
}

.nav_cell {
	width: 165px;
	height: 50px !important;
	background: url(../img/bnn1.png) no-repeat 100% 50%;
	float: left;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
}

.nav_cell p {
	font-size: 16px;
	line-height: 50px;
	color: #000;
	text-align: center;
}

.nav_cell a {
	display: block;
}

.nav_on2 {
	width: 164px;
	height: 50px !important;
	background: #b99622;
	color: #fff;
	border-left: none;
}

.nav_on2 p {
	color: #fff;
}

.nav_bottom_bg {
	width: 100%;
	height: 50px;
	background: #f9f9f9
}

.nav_cell:hover {
	width: 164px;
	height: 50px !important;
	background: #000000;
	border-left: none;
}

.nav_cell:hover a p {
	color: #fff;
}

.nav_on a p {
	color: #fff !important;
}

.other_title {
	font-size: 22px;
	color: #0f70b5;
	text-align: center;
	background: url(../img/bnn2.png) no-repeat 50% 50%;
	margin: 50px 0px;
	
}

.other_cont {
	padding-bottom: 20px;
}

.about_cont {
	padding: 15px;
}

.other_title {
	margin-top: 30px;
	text-align: center;
}

.other_title h4 {
	font-size: 26px;
	color: #1f3485;
}
/*新闻详情页*/
.other_new_bt {}

.new_xq_bt {
	margin-top: 20px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bolder;
	margin-top: 40px;
}

.nei_title_bottom {
	font-size: 13px;
	color: #999999;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.nei_title_bottom span {
	text-align: center;
}

.nei_title_bottom span:nth-child(1) {
	background: url(../img/fa-calendar.png) no-repeat 0% 50%;
	padding-left: 20px
}

.nei_title_bottom span:nth-child(2) {
	background: url(../img/fa-calendar-copy.png) no-repeat 0% 50%;
	padding-left: 20px
}

.other_txt {
	border-top: 1px solid #dcdcdc;
	padding-bottom: 40px;
	padding-top: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.nei_wen_bottom {
	padding: 25px 0px
}

.wen_bottom_left {
	text-align: left;
}

.wen_bottom_left div {
	padding: 5px 0px
}

.wen_bottom_left div a:hover {
	color: #e4c565;
}

.wen_bottom_right {
	width: 152px;
	    margin-right: 50px;
}

.wen_bottom_right a {
	display: inline-block;
	width: 100%;
	height: 34px;
	border: 1px solid #000000;
	border-radius: 5px;
	line-height: 34px;
	text-align: center;
}

.wen_bottom_right a span {
	padding-right: 8px
}
/*产品列表页*/
.other_pro{
	margin-top: 40px;
}

.other_pro_nav {
	width: 250px;
	
}

.other_pro_nav .other_pro_title {
	width: 230px;
	height: 87px;
	
	background: #064ca5;
	padding: 20px;
}

.other_pro_nav .other_pro_title p {
	color: #fff;
	font-size: 20px;
}

.other_pro_nav .other_pro_title p:first-child {
	margin-top: 10px;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 10px;
	background: url(../img/pro_t.png) no-repeat left center;
}

.other_pro_nav ul {
	height: auto;
	width: 230px;
	background: #eeeeee;
	overflow: hidden;
	padding: 20px;
	clear: both;
padding-bottom: 30px;
}

.other_pro_nav ul li {
	height: 52px;
	width: 230px;
	border-bottom: 1px solid #d8d8d8;
}

.other_pro_nav ul li a {
	height: 52px;
	display: block;
	text-align: left;
	line-height: 52px;
	padding-left: 30px;
	font-size: 14px;
	color: #625858;
	background: url(../img/pro_t2.png) no-repeat left center;
}

.other_pro_nav ul li a:hover {
	color: #064ca5;
}

.other_pro_nav ul li.hover a {
	color: #064ca5;
}
.other_list_cont {
	width: 904px;
	margin-left: 30px;
	padding-top: 30px;
}

.other_list_cont .other_list_title {
	height: 30px;
	border-bottom: 1px solid #9f9f9f;
}

.other_list_cont .other_list_title p {
	color: #bb992b;
	font-size: 18px;
	height: 30px;
	border-bottom: 3px solid #bb992b;
}

.other_list_cont .other_list_title a {
	color: #948f90;
	font-size: 12px;
}

.other_list_cont .other_pro_list {
	margin-top: 20px;
}

.other_list_cont .other_pro_list  ul li {
	float: left;
	width: 258px;
	margin-left: 25px;
	margin-bottom: 25px;
}

.other_list_cont .other_pro_list ul li .pro_img {
	display: block;
	width: 258px;
	height: 197px;
	overflow: hidden;
}

.other_list_cont .other_pro_list ul li .pro_img img {
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.other_list_cont .other_pro_list ul li .pro_img:hover img {
	transform: scale(1.06, 1.06);
}

.other_list_cont .other_pro_list ul li .pro_txt {
	height: 40px;
	background: #5a5a5a;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.other_list_cont .other_pro_list ul li .pro_txt:hover {
	background: #064ca5;
}
/*产品详情页*/
.x_pro {
	float: left !important;
	width: 400px;
	overflow: hidden;
	position: relative;
}

.x_pro .hd {
	height: 6px;
	overflow: hidden;
	position: absolute;
	left: 160px;
	bottom: 12px;
	z-index: 1;
}

.x_pro .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.x_pro .hd ul li {
	text-align: ce
	float: left;
	margin-right: 5px;
	width: 40px;
	height: 6px;
	background: #ebebeb;
	cursor: pointer;
}

.x_pro .hd ul li.on {
	background: #0962b4;
	color: #fff;
}

.x_pro .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.x_pro .bd li {
	zoom: 1;
	vertical-align: middle;
	text-align: center;
}

.x_pro .bd img {
	width: 300px;
	height: 273px;
	/*display: block;*/
	overflow: hidden;
}

.x_t_pro {
	width: 960px;
	height: auto;
	margin: 30px auto;
}

.x_tl {
	width: 500px;
	float: right;
}

.x_tl a:hover {
	color: #fff25c;
	background-color: #38A3DB;
}

.x_tl ul {
	margin: 30px 0;
	overflow: hidden;
}

.x_tl ul li {
	margin-right: 22px;
	line-height: 32px;
	color: #000000;
}

.x_tl i {
	font-style: normal;
	color: #707070;
}

.x_tla {
	font-size: 30px;
	color: #383838;
	margin-top: 20px;
	border-bottom: 1px #dadada dotted;
	padding-bottom: 15px;
}

.cpshuxing p {
	line-height: 28px;
	color: #666;
}

.x_the {
	width: 960px;
	margin: 20px auto;
	background: #fff;
}

.x_the p {
	color: #fff;
	line-height: 50px;
	background: #064ca5;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}

.xx_con {
	line-height: 24px;
	width: 960px;
	margin: 10px auto;
}

.x_tj {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	background: #F4F5F6;
	padding: 15px 0px;
}

.x_tja {
	font-size: 20px;
	border-bottom: 2px solid #2068b0;
	color: #0146AB;
	margin: 0px 15px;
	line-height: 40px;
}

.x_tj ul {
	margin: 20px 0;
}

.x_tj ul li {
	float: left;
	width: 275px;
	float: left;
	margin-left: 13px;
	display: inline;
	margin-right: 10px;
	overflow: hidden;
}

.x_tj ul li img {
	width: 275px;
	height: 204px;
	overflow: hidden;
}

.x_tj ul li a {
	color: #383838;
	line-height: 30px;
	text-align: center;
	display: block;
	font-size: 14px;
}

.x_tj ul li a:hover img {
	transform: scale(1.02, 1.02);
	transition: all 1s;
	opacity: 0.8;
}

.x_tel {
	font-size: 25px;
	color: #0146AB;
}

.x_tel span {
	color: #a41018;
	font-size: 30px;
}
/*工程案例*/
.other_case ul {
	overflow: hidden;
	zoom: 1;
}

.other_case ul li {
	margin: 0 28px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}

.other_case ul li .case_pic {
	text-align: center;
	width: 295px;
	height: 219px;
	display: block;
	padding: 2px;
	overflow: hidden;
}


}
.other_case ul li .case_pic img {
	width: 100%;
	height: 100%;
		transition: all 1s;	
}
.other_case ul li .case_pic:hover img {
	transform: scale(1.06, 1.06);
	transition: all 1s;
}

.other_case ul li .picMarquee_txt {
height: 40px;
background: #f5f5f5;
}
.other_case ul li .picMarquee_txt a {
line-height: 40px;
font-size: 14px;
}
/*联系我们*/
.map{
	width: 100%;
	overflow: hidden;
}