@charset "UTF-8";

@font-face {
    font-family: 'hiragino_sans_gbw3';
    src: url('../fonts/HIRAGINO_SANS_GB_W3.eot');
    src: url('../fonts/HIRAGINO_SANS_GB_W3.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HIRAGINO_SANS_GB_W3.woff2') format('woff2'),
         url('../fonts/HIRAGINO_SANS_GB_W3.woff') format('woff'),
         url('../fonts/HIRAGINO_SANS_GB_W3.ttf') format('truetype'),
         url('../fonts/HIRAGINO_SANS_GB_W3.svg#hiragino_sans_gbw3') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hiragino_sans_gbw6';
    src: url('../fonts/HIRAGINO_SANS_GB_W6.eot');
    src: url('../fonts/HIRAGINO_SANS_GB_W6.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HIRAGINO_SANS_GB_W6.woff2') format('woff2'),
         url('../fonts/HIRAGINO_SANS_GB_W6.woff') format('woff'),
         url('../fonts/HIRAGINO_SANS_GB_W6.ttf') format('truetype'),
         url('../fonts/HIRAGINO_SANS_GB_W6.svg#hiragino_sans_gbw6') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	margin:0px;
	padding:0px;
}
html{}
body{
	font-size:16px;
	font-family:'hiragino_sans_gbw3 hiragino_sans_gbw6';
	font-weight:normal;
	width:100%;
	margin:0px auto;
	background-color:#fff;
}
ul{
	list-style-type:none;
}
a,a:hover{
	text-decoration:none;
}
img{
	border:none;
}
.w{
	margin:auto;
	width:1200px;
}
.c{
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

/*首页*/
.header {}
.header-top {
	background-color: #2f3841;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.nav {
	height: 80px;
	line-height: 80px;
	background-color: #0378C9;
}
.nav ul {
	width: 1200px;
}
.nav ul li {
	float: left;
	height: 80px;
	line-height: 80px;
	width: 145px;
	text-align: right;
}
.nav ul li a {
	color: #fff;
	font-size: 18px;
}
.nav ul li:nth-child(1) {
	width: 326px;
}
.nav ul li:nth-child(1) a {
	font-size: 23px;
}
.banner {
	width: 100%;
	height: 500px;
	background: url(../images/banner.png) no-repeat;
	background-size: cover;
}
.banner-contact {
	width: 100%;
	height: 360px;
	background: url(../images/banner-contact.png) no-repeat;
	background-size: cover;
}
.banner-test {
	width: 100%;
	height: 360px;
	background: url(../images/banner-test.png) no-repeat;
	background-size: cover;
}
.banner-news {
	width: 100%;
	height: 360px;
	background: url(../images/banner-news.png) no-repeat;
	background-size: cover;
}
.banner-weixiu {
	width: 100%;
	height: 360px;
	background: url(../images/banner-weixiu.png) no-repeat;
	background-size: cover;
}
.banner-zulin {
	width: 100%;
	height: 360px;
	background: url(../images/banner-zulin.png) no-repeat;
	background-size: cover;
}
/*container*/
.container {
	margin-top: 47px;
}
.company-title {
	width: 492px;
}
.title-box .sub-title {
	font-size: 40px;
	color: #dcdcdc;
}
.title-box h2 {
	font-family: 'hiragino_sans_gbw6';
	color: #252525;
	font-size: 32px;
	margin-top: 26px;
}
.title-box .space-line {
	width: 60px;
	border-bottom: 3px solid #0378C9;
	margin-top: 33px;
}
.title-box p {
	margin-top: 63px;
	font-size: 16px;
	color: #666;
	line-height: 36px;
}
.company-info {
	width: 565px;
}
.company-pic {
	width: 503px;
}
.company-pic img {
	width: 100%;
}
.hot-pros {
	margin-top: 60px;
}
.title-center {
	text-align: center;
	margin: 0 auto;
}
.brands {
	width: 100%;
	height: 245px;
	margin-top: 30px;
    background: -webkit-linear-gradient(#1083d3, #0461a2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1083d3, #0461a2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1083d3, #0461a2); /* Firefox 3.6 - 15 */
    background: linear-gradient(#1083d3, #0461a2); /* 标准的语法（必须放在最后） */
}
.brandslist {
	position: relative;
	width: 1320px;
	margin: 0 auto;
	padding-top: 60px;
}
.swiper2 {
	width: 1200px;
}
.brandslist .sprev2 {
	background: url(../images/left.png) no-repeat center center;
	color: transparent;
}
.brandslist .snext2 {
	background: url(../images/right.png) no-repeat center center;
	color: transparent;
}
.brandslist .swiper-slide {
	/*width: 270px;
	margin-right: 40px;*/
}
.brandslist .swiper-slide a {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.rent-box {
	display: flex;
	margin-top: 40px;
}
.rentitem {
	width: 380px;
	height: 400px;
	position: relative;
}
.rent-bg1 {
	background: url(../images/rent1.png) no-repeat;
}
.rent-bg2 {
	margin: 0 30px;
	background: url(../images/rent2.png) no-repeat;
}
.rent-bg3 {
	background: url(../images/rent3.png) no-repeat;
}
.rentitem > a {
	font-size: 22px;
	color: #fff;
	position: absolute;
	top: 189px;
	left: 96px;
}
.rentitem > p {
	display: none;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 173px;
	left: 73px;
	width: 235px;
}
.rentitem > p > a {
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	border-radius: 2px;
	padding: 5px 10px;
}
.test-list {
	width: 1020px;
	margin: 40px auto 0px auto;
	display: flex;
	flex-wrap: wrap;
}
.testitem {
	width: 320px;
	height: 260px;
	position: relative;
}
.testitem-bg1 {
	margin-bottom: 30px;
	background: url(../images/test1.png) no-repeat;
}
.testitem-bg2 {
	margin: 0 30px 30px 30px;
	background: url(../images/test2.png) no-repeat;
}
.testitem-bg3 {
	margin-bottom: 30px;
	background: url(../images/test3.png) no-repeat;
}
.testitem-bg4 {
	background: url(../images/test4.png) no-repeat;
}
.testitem-bg5 {
	margin: 0 30px;
	background: url(../images/test5.png) no-repeat;
}
.testitem-bg6 {
	background: url(../images/test6.png) no-repeat;
}
.testitem > a {
	width: 220px;
	height: 54px;
	color: #fff;
	font-size: 18px;
	background: url(../images/title-bg.png) no-repeat;
	position: absolute;
	top: 181px;
	left: 50px;
	text-align: center;
	line-height: 54px;
}
.news-list {
	margin-top: 40px;
}
.news-list li{
	float: left;
	width: 528px;
	height: 128px;
	background: #F1F1F1;
	padding: 26px;
	margin-bottom: 20px;
}
.news-list li:nth-of-type(even){
	/*margin-left: 40px;*/
	float: right;
}
.news-list li span {
	color: #606060;
	font-size: 20px;
}
.news-list li p {
	color: #777777;
	margin-top: 10px;
}
/*contact*/
.about {
	padding-top: 39px;
}
.about h2 {
	color: #007DDD;
	font-size: 24px;
	text-align: center;
}
.about p {
	color: #8C8C8C;
	font-size: 18px;
	margin-top: 28px;
	line-height: 35px;
	text-indent: 2em;
}
.information {
	background: #F6F6F6;
	margin-top: 60px;
	padding-bottom: 50px;
}
.information-title {
	text-align: center;
	padding-top: 40px;
}
.information-title span {
	line-height: 40px;
}
.information-title span:nth-child(2) {
	font-size: 22px;
	color: #333;
}
.information-title span:nth-child(1),.information-title span:nth-child(3) {
	color: #0369c4;
	font-size: 30px;
	position: relative;
	top: 10px;
}
.information-left {
	width: 600px;
	margin-top: 24px;
}
.information-left input {
	height: 58px;
	margin-bottom: 30px;
	background-color: #fff;
	outline-style: none;
	border: 1px solid #cdcdcd;
}
.information-left input:nth-child(1) {
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 524px;
	padding-left: 56px;
}
.information-left input:nth-child(2) {
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	width: 524px;
	padding-left: 56px;
}
.information-right {
	width: 600px;
	margin-top: 24px;
}
.information-right textarea {
	width: 560px;
	float: right;
	height: 130px;
	padding: 10px;
	outline-style: none;
	border: 1px solid #cdcdcd;
}
.btn {
	background: #0369c4;
	color: #fff;
	outline: none;
	border: none;
	font-size: 20px;
	float: right;
	width: 100px;
	height: 35px;
	margin: 30px 20px 0px 0px;
}
.information-contact {
	position: relative;
	width: 100%;
	height: 206px;
	border-bottom: 1px dashed #999;
}
.information-contact-left img {
	width: 43px;
	height: 42px;
	position: absolute;
	top: 82px;
	left: 0;
}
.information-contact-left p {
	position: absolute;
	top: 50px;
	left: 91px;
	font-size: 18px;
	line-height: 36px;
}
.information-contact-right img {
	width: 39px;
	height: 30px;
	position: absolute;
	top: 88px;
	left: 672px;
}
.information-contact-right p {
	position: absolute;
	top: 65px;
	left: 764px;
	font-size: 18px;
	line-height: 36px;
}
/*test*/
.test-list2 {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
.test2item {
	width: 360px;
	height: 360px;
	margin-bottom: 50px;
}
.test2item:nth-child(2),.test2item:nth-child(5) {
	margin: 0 60px;
}
.test2item a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.test2item img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.test2item a:nth-child(2) {
	text-align: center;
	color: #585858;
	font-size: 18px;
	width: 358px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #D6D6D6;
}

/*products*/
.breadcrumb, .breadcrumb a, .breadcrumb span {
	color:#999;
}
.breadcrumb {
	margin-top: 15px;
	line-height: 30px;
	border-bottom: 1px solid #036eb8;
}
.type-list {}
.type-list ul li {
	width: 270px;
	float: left;
	background: #f0f0f0;
	margin-top: 40px;
	margin-left: 40px;
}
.type-list ul li:first-of-type {
	margin-left: 0px;
}
.type-list ul li a {
	width: 100%;
	display: block;
	padding: 30px 0px;
}
.type-list ul li a img {
	float: left;
	width: 30%;
	margin-left: 25px;
}
.type-list ul li a span {
	display: block;
	float: left;
	width: 55%;
	margin-left: 5px;
	color: #666;
}
.type-list ul li a span:nth-child(2) {
	margin-top: 10px;
	font-size: 20px;
}
.type-list ul li a span:nth-child(3) {
	margin-top: 5px;
}
/*left menu*/
.left-menu {
	width: 270px;
	margin-top: 40px;
}
.left-menu-header {
	height: 95px;
	background: #036eb8;
}
.left-menu-header span {
	display: block;
	color: #fff;
	text-align: center;
}
.left-menu-header span:nth-child(1) {
	font-size: 26px;
	padding-top: 13px;
}
.left-menu-header span:nth-child(2) {
	padding-top: 10px;
}
.left-menu-middle{
	width: 246px;
	border-left: 2px solid #036eb8;
	border-right: 2px solid #036eb8;
	padding: 20px 10px;
}
.left-menu-middle > ul > li {
	margin-bottom: 10px;
}
.left-menu-middle > ul > li > a{
 	padding-left: 18px;
 	color: #666; 
 	font-size:18px; 
 	display: block; 
 	font-weight:bold; 
 	height:36px;
 	line-height: 36px;
 	position: relative;
 	background:url(../images/add.jpg) no-repeat 220px center;
 	background-color: #f0f0f0;
}
 .left-menu-middle > ul > li > a.active{
 	padding-left: 18px;
 	color: #fff; 
 	font-size:18px; 
 	display: block; 
 	font-weight:bold; 
 	height:36px;
 	line-height: 36px;
 	position: relative;
 	background:url(../images/plus.jpg) no-repeat 220px center;
 	background-color: #036eb8;
}
/*.left-menu-middle > ul > li > a.inactive{ 
 	background:url(../images/add.jpg) no-repeat 220px center;
}
.left-menu-middle > ul > li > a.inactives{
 	background:url(../images/plus.jpg) no-repeat 220px center;
} */
 .left-menu-middle > ul > li > ul{
 	display: none;
 }
 .left-menu-middle > ul > li > ul > li {

 }
 .left-menu-middle > ul > li > ul > li > a{ 
 	padding-left:25px;
 	color: #999;
 	line-height: 30px;
 }
 .left-menu-middle > ul > li > ul > li > a:hover{ 
 	padding-left:25px;
 	color: #036eb8;
 	line-height: 30px;
 }
 .left-menu-footer {
 	height: 102px;
 	width: 270px;
 	background: #036eb8;
 	text-align: center;
 	padding-top: 13px;
 }
 .left-menu-footer span {
 	display: block;
 	color: #fff;
 }
 .left-menu-footer span:nth-child(3) {
 	font-size: 22px;
 }
 .right-list {
 	margin-left: 40px;
	margin-top: 40px;
 }
 .product-type {
 	color: #036eb8;
 	font-size: 26px;
 	line-height: 50px;
 	border-bottom: 1px solid #d6d6d6;
 }
  .product-list {
  	width: 890px;
  }
 .product-list ul li {
 	float: left;
 	width: 270px;
 	height: 332px;
 	margin-left: 40px;
 	margin-top: 30px;
 }
 .product-list ul li:nth-child(3n+1) {
 	margin-left: 0px;
 }
 .product-list ul li a {
 	display: block;
 	width: 268px;
 }
  .product-list ul li a:nth-child(1) {
 	display: block;
 	width: 268px;
 	border: 1px solid #c7c7c7;
 }
  .product-list ul li a:nth-child(1):hover {
  	border: 1px solid #036eb8;
  }
 .product-list ul li a:nth-child(1) img {
 	width: 100%;
 	vertical-align:top;
 }
  .product-list ul li a:nth-child(2) {
 	display: block;
 	width: 270px;
 	text-align: center;
 	color: #666;
 	margin-top: 20px;
 }
 .product-list ul li a:nth-child(2):hover {
 	color: #036eb8;
 }
 .pagnition {
 	margin: 45px 0px 75px 0px;
 }
 /*products-brand*/
 .brand-list {}
 .brand-list ul li {
	width: 270px;
	height: 140px;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}
.brand-list ul li:nth-child(4n+1) {
	margin-left: 0px;
}
.brand-list ul li a {
	width: 268px;
	display: block;
}
.brand-list ul li a img {
	width: 100%;
 	vertical-align:top;
}
  .brand-list ul li a:nth-child(1) {
 	display: block;
 	width: 268px;
 	border: 1px solid #c7c7c7;
 }
  .brand-list ul li a:nth-child(1):hover {
  	border: 1px solid #036eb8;
  }
.brand-list ul li a:nth-child(2) {
 	display: block;
 	width: 270px;
 	text-align: center;
 	color: #666;
 	margin-top: 20px;
 }
.brand-list ul li a:nth-child(2):hover {
 	color: #036eb8;
 }

 /*brand-info*/
 .brand-info {
 	width: 1140px;
 	background: #65c0ff;
 	height: 330px;
 	padding: 0px 40px 0px 20px;
 }
.brand-left {
	width: 270px;
	margin-top: 40px;
}
.brand-left img {
  	width: 100%;
 }
 .brand-left a {
 	display: block;
 	text-align: center;
 	color: #fff;
 	margin-top: 15px;
 }
 .brand-right {
 	width: 835px;
 	margin-left: 35px;
 	margin-top: 30px;
 	color: #fff;
 }
  .brand-right p {
  	font-size: 18px;
  	line-height: 30px;
  }
  .product-title {
  	color: #036eb8;
  	font-size: 26px;
  	margin-top: 40px;
  }
  .product-list2 {
  	
  }
 .product-list2 ul li {
 	float: left;
 	margin-left: 40px;
 	margin-top: 30px;
 }
 .product-list2 ul li:nth-child(4n+1) {
 	margin-left: 0px;
 }
 .product-list2 ul li a {
 	display: block;
 	width: 268px;
 }
  .product-list2 ul li a:nth-child(1) {
 	display: block;
 	width: 268px;
 	border: 1px solid #c7c7c7;
 }
  .product-list2 ul li a:nth-child(1):hover {
  	border: 1px solid #036eb8;
  }
 .product-list2 ul li a:nth-child(1) img {
 	width: 100%;
 	vertical-align:top;
 }
  .product-list2 ul li a:nth-child(2) {
 	display: block;
 	width: 270px;
 	text-align: center;
 	color: #666;
 	margin-top: 20px;
 }
 .product-list2 ul li a:nth-child(2):hover {
 	color: #036eb8;
 }
/*news*/
.news ul li{
	width: 100%;
	height: 300px;
	margin-top: 30px;
}
.news-list-left {
	width: 140px;
	height: 300px;
	padding-right: 50px;
	background: #036eb8;
}
.news-list-left span {
	color: #fff;
	display: block;
	text-align: right;
	width: 100%;
}
.news-list-left span:nth-child(1) {
	font-size: 46px;
	margin-top: 68px;
}
.news-list-left span:nth-child(2) {
	font-size: 22px;
	margin-top: 15px;
}
.news-list-left span:nth-child(3) {
	border-bottom: 2px solid #fff;
	width: 35px;
	float: right;
	margin: 20px 0px;
}
.news-list-right {
	width: 1010px;
	height: 300px;
	background:#f6f5f5;
}
.news-list-right a {
	width: 930px;
	height: 270px;
	display: block;
}
.news-list-right a {
	padding: 30px 25px 0px 55px;
}
.news-list-right a span:nth-child(1) {
	color: #2e2e2e;
	font-size: 28px;
	display: block;
}
.news-list-right a p {
	margin-top: 30px;
	color: #646363;
	line-height: 30px;
}
.news-list-right a span:nth-child(3) {
	color: #9f9d9d;
	display: block;
	margin-top: 25px;
}
/*news-info*/
.news-info {
	margin-top: 30px;
}
.news-info h1 {
	font-size: 26px;
	color: #333;
	text-align: center;
}
.news-time {
	padding: 0px 20px;
	color: #666;
	background: #ececec;
	line-height: 35px;
	margin: 30px 0px 25px 0px;
}
.news-time span {
	margin-right: 20px;
}
.news-content {
	/*line-height: 30px;*/
}
.news-ralation {
	border-top: 1px solid #ececec;
	padding-top: 30px;
	margin-top: 50px;
	color: #999;
}
.news-ralation div {
	margin-bottom: 10px;
}
.news-ralation span, .news-ralation a {
	color: #999;
}
.contact-title {
	margin-top: 40px;
}
.contact-title div {
	width: 50%;
	float: left;
}
.contact-title div span {
	display: block;
	font-size: 32px;
	color: #0369c4;
	line-height: 60px;
}
.contact-title div:nth-child(1) span {
	width: 100px;
	float: right;
	border-bottom: 2px solid #070707;
	text-align: right;
}
.contact-title div:nth-child(2) span {
	width: 100px;
	float: left;
	border-bottom: 2px solid #005ace;
	text-align: left;
}
.contact-sub-title {
	color: #999;
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
}
.contact-style {
	width: 580px;
	float: left;
	padding: 0px 20px 0px 0px;
	margin-top: 40px;
}
.contact-style-left {
	width: 432px;
}
.contact-style-left span {
	display: block;
	text-align: right;
	/*color: #0369c4;*/
	color: #333;
}
.contact-style-left span.tl {
	display: block;
	text-align: left;
	/*color: #0369c4;*/
	color: #333;
}
.contact-style-left span:nth-child(1) {
	font-size: 24px;
}
.contact-style-left span:nth-child(2),.contact-style-left span:nth-child(3) {
	font-size: 18px;
	margin-top: 15px;
}
.contact-style-right {
	width: 120px;
}
.contact-style-right img {
	width: 100%;
}
/*friend link*/
.flink {
	margin-top: 40px;
}
.flink-title {
	font-size: 22px;
	color: #007DDD;
}
.flink-list ul li {
	float: left;
	margin-left: 20px;
	color: #363636;
	margin-top: 10px;
}
.flink-list ul li a {
	color: #363636;
}
/*footer*/
.footer {
	height: 290px;
	background: #263541;
	margin-top: 35px;
}
.footer p {
	color: #fff;
	line-height: 55px;
	padding: 30px 0px 30px 0px;
	text-align: center;
	font-size: 18px;
}
.footer p span {
	font-size: 22px;
}
.paging {
 	
 	overflow:hidden;
 }
.pagination {
	float: left;
	position: relative;
	left: 50%;
	margin-top: 110px;
}
.pagination li {
	float: left;
	position: relative;
	right: 50%;
	border: 1px solid #e5e5e5;
	
	margin: 0px 5px;
}
.pagination li a,.pagination li span {
	display: block;
	color: #9d9d9d;
	padding: 10px 15px;
}
.pagination li a:hover {
	color: #fff;
	background: #036eb8;
}
.pagination li.disabled {
	background: #f0f0f0;
}
.pagination li.active {
	background: #036eb8;
}
.pagination li.active span {
	color: #fff;
}