﻿
/*页面顶部*/
.wrap{
	width: 100%;
}
.header_main{
	height: 135px;
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
}

/*页面搜索*/

.search {
	width: 100%;
	padding-bottom: 10px;
}

.search_main {
	margin: 0px auto;
	width: 1200px;
}

.search_main_left {
	float: left;
}

.search_main_right {
	float: right;
}

.search_main_right div {
	float: left;
}
.ninputs{
	padding-right: 10px;
}
.searchbox_txt {
	padding-left: 15px;
	float: left;
	background-color: #ffffff;
	width: 232px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #666;
	font-weight: normal;
	line-height: 35px;
	height: 35px;
	vertical-align: middle;
	border: #d9d9d9 1px solid;
	outline: none;
	display: block;
}
#searched{
	float:left;
}
.searchbox_btn {
	background: #1c4587;
	font-family: Microsoft YaHei;
	font-weight: normal;
	border: #fff 0px solid;
	width: 70px;
	height: 37px;
	line-height: 37px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
}


/*关于*/

.aboutus {
	border-top: #66AFE9 1px solid;
	width: 100%;
	height: 123px;
}

.aboutus_main {
	width: 1200px;
	margin: 0px auto;
}

.aboutus_center {
	margin: 0px auto;
	text-align: center;
	width: 322px;
	height: 123px;
	background-image: url(../image/02.png);
	background-size: 100% 100%;
}

.aboutus_center div {
	display: inline-block;
}

.text-left {
	margin: 0px auto;
}


/*公司简介*/

.companyus {
	width: 100%;
	height: 350px;
}

.companyus_main {
	margin: 0px auto;
	width: 1200px;
}

.companyus_left {
	float: left;
}

.companyus_right {
	float: right;
	width: 500px;
	height: 260px;
}

.companyus_right_top1 {
	width: 500px;
	height: 130px;
}

.companyus_right_top2 {
	float: right;
	width: 250px;
	height: 130px;
	background-color: #0B67C5;
	line-height: 130px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

.companyus_right_top2 a{
	
	color: #FFFFFF;
}

.companyus_right_top2:hover {
	float: right;
	width: 250px;
	height: 130px;
	background-color: orangered;
	line-height: 130px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
}

.companyus_right_bottom1 {
	width: 500px;
	height: 130px;
}

.companyus_right_bottom2 {
	text-align: center;
	float: left;
	width: 250px;
	height: 130px;
	line-height: 130px;
	background-color: #0B67C5;
	font-size: 20px;
	font-weight: normal;
}
.companyus_right_bottom2 a{	
	color: #FFFFFF;
}
.companyus_right_bottom2:hover {
	text-align: center;
	float: left;
	width: 250px;
	height: 130px;
	line-height: 130px;
	background-color: orangered;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	cursor: pointer;
}


/*品牌中心*/

.signcenter {
	width: 100%;
	height: 850px;
	background: #E1E1E1;
}

.signcenter_main {
	margin: 0px auto;
	width: 1200px;
}

.signcenter_main_top {
	text-align: center;
}

.signcenter_main_top div {
	display: inline-block;
}

.signcenter_main_top_left {
	color: #1267C4;
}

.signcenter_main_top_right {
	text-align: left;
	color: #1267C4;
}

.signcenter_main_center {
	text-align: center;
}

.signcenter_main_center_ul {
	width: 846px;
	height: 45px;
	margin: 0px auto;
}
.signcenter_main_center ul li {
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	width: 140px;
	height: 45px;
	border-right: 1px solid #FFFFFF;
	background: #1267C4;
	float: left;
}

.signcenter_main_center_ul li a {
	color: #FFFFFF;
}

.signcenter_main_center ul li:hover {
	text-align: center;
	line-height: 45px;
	width: 140px;
	height: 45px;
	border-right: 1px solid #FFFFFF;
	background-color: orangered;
	float: left;
}
.signcenter_cons{
	overflow: hidden;
}
.signcenter_cons div{
	float: left;
}
.signcenter_main_bottom{
	display: none;
}
.signcenter_main_bottom {
	cursor: pointer;
	margin-top: 30px;
	text-align: center;
	position: absolute;
}
.signcenter_main_bottom_ul {
	display: block;
	text-align: center;
	margin: 0px auto;
	width: 1200px;
	height: 600px;
}

.signcenter_main_bottom_ul li {
	padding: 10px;
	width: 270px;
	height: 270px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.signcenter_main_bottom_ul li:hover {
	padding: 10px;
	width: 270px;
	height: 270px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid orangered;
}

.signcenter_main_bottom_ul li a:last-child{
	display: block;
	color: #000000;
	margin-top: 20px;
	background-color: #FFFFFF;
}

.signcenter_main_bottom_ul li a:last-child:hover {
	display: block;
	margin-top: 20px;
	background-color: orangered;
	color:#FFFFFF;
}

.signcenter_main_bottom_btn {
	margin: 20px auto;
	width: 150px;
	height: 50px;
	border-radius: 5px 5px 5px 5px;
	background-color: #1267C4;
	outline: none;
}

.signcenter_main_bottom_btn:hover {
	width: 150px;
	height: 50px;
	border-radius: 5px 5px 5px 5px;
	background-color: orangered;
	outline: none;
}

.signcenter_main_bottom_btn a {
	color: #FFFFFF;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
}


/*新闻动态*/

.newsactive {
	width: 100%;
	background: #08468F;
	height: 600px;
}

.newsactive_main {
	margin: 0px auto;
	width: 1200px;
}

.newsactive_main h2 {
	color: #FFFFFF;
}

.newsactive_main_bottom>div {
	display: inline-block;
}

.newsactive_main_bottom_left {
	position: relative;
	width: 526px;
	height: 404px;
	overflow: hidden;
}

/***************************/
.spanmain{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	padding-left: 10px;
	position: absolute;bottom: 0px;
	width: 526px;
	height: 40px;
	background-color: #444444;
	opacity: 0.8;
}
.spanmain_p{
	color: #FFFFFF;
	display: none;
	position: absolute;
	width: 330px;
	height: 40px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.newsactive_main_bottom_left_btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.newsactive_main_bottom_left_btn1{
	outline: none;
	border: 1px solid maroon;
	width: 25px;
	height: 25px;
	color: orangered;
	background: #FFFFFF;
}
.newsactive_main_bottom_left_btn1:hover{
	outline: none;
	border: 1px solid maroon;
	width: 25px;
	height: 25px;
	color: #FFFFFF;
	background: orangered;
}
/**********************/


/**********************/
.newsactive_main_bottom_right {
	float: right;
	width: 640px;
	height: 410px;
}
.newsactive_main_bottom_right_ul li {
	width: 640px;
	height: 83px;
	border-bottom: 1px #FFFFFF dashed;
	padding: 4px 0px;
	height: 74px;
}

.newsactive_main_bottom_right_ul li span {
	padding-top: 13px;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	background: #198ede;
	width: 70px;
	height: 60px;
	float: left;
	text-align: center;
	margin-left: 30px;
	color: #fff;
}

.conts {
	width: 500px;
	height: 20px;
	float: right;
	padding: 10px 0px;
}

.conts_title {
	width: 350px;
	height: 30px;
	line-height：41px;
	color: #1c4587;
	font-size: 20px;
}

.articleid {
	width: 350px;
	height: 30px;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	color: #76E8FF;
	display:block;
}

.articleid:hover {	
	color: #FFFFFF;	
}

.abstract {
	width: 500px;
	height: 20px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow:hidden;
	font-size: 14px;
	color: #FFECDA;
}
/*******/

/*联系公司*/

.connectus {
	width: 100%;
	height: 450px;
}

.connectus_main {
	margin: 0px auto;
	width: 1200px;
}

.navs_left {
	float: left;
}

.connectus_main_left {
	width: 350px;
}

.connectus_main_left_img {
	margin: 0px auto;
	width: 243px;
	height: 104px;
}

.connectus_main_center {
	width: 430px;
}

.connectus_main_right {
	padding-left:30px;
	width: 350px;
}

.connectus_main_right_bottom {
	margin: 0px auto;
}
.connectus_main_right_bottom_form p{
	font-size: 14px;
	width: 390px;
	height: 60px;
}
.connectus_main_right_bottom_inp{
	width: 300px;
	height: 35px;
}
.connectus_main_right_bottom_inper{
	width: 300px;
	height: 50px;
}
.connectus_main_left_bottom {
	padding-top: 30px;
	font-size: 14px;
	margin: 0px auto;
	width: 250px;
}
.connectus_main_left_bottom h4{
	margin-bottom: 10px;
	font-style: normal;
	color: #787878;
}
.connectus_main_left_bottom_img {
	width: 20px;
	height: 20px;
}

#connectus_main_right_bottom_btn {
	margin-left: 70px;
	background-color: #EC971F;
	border-style: solid;
	border-width: 0;
	line-height: 40px;
	height: 40px;
	width: 305px;
	border-radius: 3px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
}
#connectus_main_right_bottom_btn:hover{
	margin-left: 70px;
	background-color: #f60;
	border-style: solid;
	border-width: 0;
	line-height: 40px;
	height: 40px;
	width: 305px;
	border-radius: 3px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
}
.connectus_main_center_bottom{
	margin-top: 30px;
	width: 430px;
	height: 310px;
}
/*友情链接*/
.friLink{
	padding: 20px 0px;
	border-top: 1px solid #31708F;
	width: 100%;
}
.friLink_main{
	margin: 0px auto;
	width: 1200px;
}
.friLink_main_ul li{
	float: left;
}
.friLink_main_ul li a{
	color: #0F0F0F;
}

.friLink_main_ul li a:hover{
	color:#0B67C5;
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.signcenter {
	width: 1200px;
}
	.signcenter_main{
		width: 1200px;
	}
	.signcenter_main_bottom{
		width: 1200px;
	}
	.newsactive {
	width: 1200px;
}
	.newsactive_main{
		width: 1200px;
	}
	.friLink{
	width: 1200px;
}
.friLink_main{
	width: 1200px;
}
}




