﻿@charset"uft-8";
#slider{
	width:1902px;
	min-width: 1200px;
	height:600px;
	overflow:hidden;
	position:relative;
}
#slider ul{
	position:absolute;
}
#slider ul li{
	float:left;
	text-align: center;
}
#slider ul li img{
	width:1902px;
	height:600px;
}
#slider .btn{
	position:absolute;
	width:220px;
	height:10px;
	right:47%;
	bottom:30px;
	text-align:right;
}
#slider .btn span{
	display:inline-block;
	width:45px;
	height:10px;
	margin-left:10px;
	cursor:pointer;
	background:#fff;
}
#brand{
	width:100%;
	min-width:1200px;
	height:520px;
	background:url(../img/brand.jpg) no-repeat center;
	overflow:hidden;
}
#brand .container figure{
	width:280px;
	height:160px;
	background:#fff;
	border-radius: 6px;
	text-align: center;
	float:left;
	margin-right:26px;
	margin-top:90px;
}
#brand .container figure a{
	color:#fff;
}
#brand .container figure img{
	width:200px;
	height:68px;
	margin-top:46px;
	transition: transform 0.25s;
	-webkit-transition: transform 0.25s;
	-moz-transition: transform 0.25s;
	-ms-transition:transform 0.25s;
	-o-transition: transform 0.25s;
}
#brand .container figure:hover img{
	transform:scaleX(1.2) scaley(1.2);
	-webkit-transform:scaleX(1.2) scaley(1.2);
	-moz-transform:scaleX(1.2) scaley(1.2);
	-ms-transform:scaleX(1.2) scaley(1.2);
	-o-transform:scaleX(1.2) scaley(1.2);
	transition: transform 0.25s;
	-webkit-transition: transform 0.25s;
	-moz-transition: transform 0.25s;
	-ms-transition:transform 0.25s;
	-o-transition: transform 0.25s;
}
#brand .container figure figcaption{
	margin-top:50px;
}
#brand .container figure:last-child{
	margin-right:0;
}
#index-product{
	width:100%;
	min-width: 1200px;
	height:745px;
	background:url(../img/product.jpg) no-repeat center;
	overflow:hidden;
}
#index-product section{
	margin-bottom:50px;
}
#index-product .subNav{
	overflow: hidden;
}
#index-product .subNav ul{
	margin-left:80px;
}
#index-product .subNav ul li{
	margin:0 10px;
	padding:10px 15px;
	border-radius: 5px;
	border:1px solid #5b95f3;
	float:left;
	color:#fff;
	cursor:default;
}
#index-product .subNav .active{
	background: #5b95f3;
}
#index-product .subNav ul li:hover{
	background: #5b95f3;
}
#index-product .centent{
	width:1200px;
	height:320px;
	margin-top:50px;
	overflow: hidden;
}
#index-product .centent ol{
	margin-left:10px;
}
#index-product .centent ol li{
	width:280px;
	height:320px;
	float:left;
	margin-right:23px;
	position:relative;
	overflow: hidden;
	background: url(../img/jb.png) no-repeat;
	border-radius:10px 10px 0 0;
	text-align: center;
}
#index-product .centent img{
	width:270px;
	position: relative;
    left: 0;
}
#index-product .centent ol li:last-child{
	margin-right:0;
}
#index-product .cover{
	width:280px;
	height:320px;
	text-align: center;
	position:absolute;
	top:0;
	left:0;
	color:#FFF;
	background:rgba(0,0,34,0.8);
	transform: translateY(80%) translateX(0%);
	-webkit-transform: translateY(80%) translateX(0%);
	-moz-transform: translateY(80%) translateX(0%);
	-ms-transform: translateY(80%) translateX(0%);
	-o-transform: translateY(80%) translateX(0%);
	transition: transform 1s;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
}
#index-product ol li:hover .cover{
	border-radius:10px 10px 0 0;
	transform: translateY(0%) translateX(0%);
	-webkit-transform: translateY(0%) translateX(0%);
	-moz-transform: translateY(0%) translateX(0%);
	-ms-transform: translateY(0%) translateX(0%);
	-o-transform: translateY(0%) translateX(0%);
	transition: transform 1s;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
}	
#index-product .cover strong{
	margin-top:20px;
	font-size: 20px;
	font-weight: normal;
	display:block;
	transition: margin-top 1s;
	-webkit-transition: margin-top 1s;
	-moz-transition: margin-top 1s;
	-ms-transition: margin-top 1s;
	-o-transition: margin-top 1s;
}
#index-product .cover:hover strong{
	margin-top:60px;
	font-weight: normal;
	transition: margin-top 1s;
	-webkit-transition: margin-top 1s;
	-moz-transition: margin-top 1s;
	-ms-transition: margin-top 1s;
	-o-transition: margin-top 1s;
}
#index-product .cover p{
	margin-top:30px;
	width:230px;
	height:88px;
	overflow: hidden;
	margin-left:30px;
	text-align: left;
	text-align: justify;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
#index-product .cover a{
	display:block;
	margin-top:40px;
	font-size:20px;
	color:#5b95f3;
}
#strength{
	width:100%;
	height:550px;
	min-width: 1200px;
	background:url(../img/strength.png) no-repeat center;
}

#strength .container section{
	margin-top:60px;
	text-align:center;
}
#strength .box{
	width:1200px;
	margin-top:90px;
}
#strength .box ul li{
	width:280px;
	height:300px;
	float:left;
	margin-right:24px;
}
#strength .box h3{
	font-weight: normal;
	color:#fff;
	line-height:100px;
	margin-left:20px;
}
#strength .box p{
	width:250px;
	margin:auto;
	text-align:justify;
	text-indent:2em;
	margin-top:30px;
}
#strength .box ul li:nth-child(1){
	border:1px solid #5084d8;
	background:url(../img/chanpin.png) no-repeat;
}
#strength .box ul li:nth-child(2){
	border:1px solid #dd3c4c;
	background:url(../img/jishu.png) no-repeat;
}
#strength .box ul li:nth-child(3){
	border:1px solid #efad4c;
	background:url(../img/xiangshou.png) no-repeat;
}
#strength .box ul li:nth-child(4){
	border:1px solid #2fa3ad;
	background:url(../img/shouhou.png) no-repeat;
	margin-right:0;
}
#strength .box ul li{
	border-radius:10px 10px 0 0;

}
#strength .box ul li:hover{
	border-radius:10px 80px 0 0;
	transition: border-radius 0.5s;
	-webkit-transition: border-radius 0.5s;
	-moz-transition: border-radius 0.5s;
	-ms-transition: border-radius 0.5s;
	-o-transition: border-radius 0.5s;

}
#strength .box ul li h3{
	font-size: 25px;
	transition: font-size 0.5s;
	-webkit-transition: font-size 0.5s;
	-moz-transition: font-size 0.5s;
	-ms-transition: font-size 0.5s;
	-o-transition: font-size 0.5s;
}
#strength .box ul li:hover h3{
	font-size:18px;
	transition: font-size 0.5s;
	-webkit-transition: font-size 0.5s;
	-moz-transition: font-size 0.5s;
	-ms-transition: font-size 0.5s;
	-o-transition: font-size 0.5s;
}
#article{
	width:100%;
	height:560px;
	background:url(../img/profile.png) no-repeat left #212b36;
	clear: both;
}
#article .con{
	width:1200px;
	margin:auto;
	color:#fff;
}
#article .profile{
	width:600px;
	overflow: hidden;
	float:left;
}
#article .profile section{
	margin-bottom:60px;
	margin-top:60px;
}
#article .profile p{
	width:550px;
	text-indent: 2em;
	margin-top:35px;
	text-align:justify;
}
#article .news{
	width:600px;
	float:right;
}
#article .news section{
	margin-top:60px;
	margin-left:76px;
	margin-bottom:20px;
}
#article .news ul li{
	width:500px;
	height:60px;
	background:url(../img/arrow.png) no-repeat 450px center #293441;
	float:right;
	margin-bottom:10px;
	line-height:60px;
	padding-left:30px;
	transition: background 0.2s;
}
#article .news a{
	color:#fff;
}
#article .news ul li:hover{
	background:url(../img/arrow.png) no-repeat 505px center #5084d8;
	transition: background 0.5s;
}
#index-contact{
	width:100%;
	height:494px;
	background:url(../img/contact.png) no-repeat center #212b36;
	overflow: hidden;
}
#index-contact .box{
	width:1000px;
	height:260px;
	margin:45px auto;
	background:rgba(0,0,0,0.6);
}
#index-contact .box ul li{
	float:left;
	color:#fff;
	margin:10px 50px 0 130px;
	line-height: 30px;
}
#index-contact .box p{
	margin-top:20px;
	border-bottom:1px dashed #fff;
}
#index-contact img{
	float:left;
	margin:28px 0 0 -30px ;
}
#index-contact .box p a{	
	color:#dadfff;
}
/*-----------product------------*/

#product .banner{
	width:100%;
	min-width:1200px;
	height:400px;
	background:url(../img/product.png) no-repeat center;
}
#product .container{
	width:1200px;
	height:100%;
	min-height:600px;
	background:#fff;
	margin:0 auto;
}
#product .subNav a{
	color:#000;
	font-size:16px;
}
#product .subNav a{
	float:left;
	padding:10px 20px;
	margin:20px 20px 0 0;
}
#product .subNav ul li:first-child{
	margin-left:50px;
}
#product .subNav a:hover,#product .subNav .active a{
	padding:11px 20px;
	background:#5084d8;
	color:#fff;
}
#product .container .pro span{
	color:#999;
}
#product .pro{
	width:1180px;
	margin:20px 20px;
	border-bottom:1px dashed #999;
}
#product .container>span{
	display: block;	
	color:#999;
	margin:20px 40px;
}
#product .pro figuer{
  float:left;
	height:344px;
	text-align: center;
	display:inline-block;
	margin:0 20px 10px 0;
}
#product .pro figuer:last-child{
	margin-right:0;
}
#product .pro .img{
	width:370px;
	height:260px;
	background:#eee;	
}
#product .pro .img img{
	width:300px;
	transition:transform 0.5s;
	-webkit-transition:transform 0.5s;
	-moz-transition:transform 0.5s;
	-ms-transition:transform 0.5s;
	-o-transition:transform 0.5s;
}
#product .pro figuer:hover img{
	transform:scaleX(1.1) scaleY(1.1);
	-webkit-transform:scaleX(1.1) scaleY(1.1);
	-moz-transform:scaleX(1.1) scaleY(1.1);
	-ms-transform:scaleX(1.1) scaleY(1.1);
	-o-transform:scaleX(1.1) scaleY(1.1);
	transition:transform 0.5s;
	-webkit-transition:transform 0.5s;
	-moz-transition:transform 0.5s;
	-ms-transition:transform 0.5s;
	-o-transition:transform 0.5s;
}
#product .pro figcaption{
	width:370px;
	height:64px;
	color:#fff;
	background:#5084d8;
	font-size:20px;
	padding-top: 20px;
	letter-spacing:2px;
}


/*-------------technology-------------------*/

#technology .banner{
	width:100%;
	height:400px;
	background:url(../img/technology.png) no-repeat center;
}
#technology .container{
	width:1200px;
	height:800px;
	margin:0 auto;
	background:#fff;
}
#technology  .mainNav{
	height:60px;
	border-bottom:1px solid #000;
}
#technology  .mainNav ul li{
	float:left;
	margin:30px 40px 0 40px;
}
#technology  .mainNav ul li:first-child{
	margin-left:64px;
}
#technology  .mainNav a{
	color:#000;
	font-size:20px;
}
#technology .mainNav a:hover,#technology .mainNav .active a{
	color:#5084d8;
	border-bottom:3px solid #5084d8;
	padding-bottom:4px;
}
#technology .form{
	width:500px;
	height:630px;
	margin-top:20px;
	float:left;
	border-right: 1px solid #999;
}
#technology .form p{
	margin:20px 0 0 50px;
}
#technology .form select{
	width:100px;
	height:30px;
	font-size: 16px
}
#technology .form .problem{
	display: block;
	float:left;
}
#technology .form input[type="text"]{
	width:240px;
	height:30px;
	padding-left:10px;
}
#technology .form button{
	width:160px;
	height:40px;
	font-size:20px;
	border-radius:6px;
	margin-left:200px;
	margin-top:30px;
	background:#5084d8;
	color:#fff;
	font-size:20px;
	letter-spacing:10px;
}
#technology .aside-right{
	width:654px;
	height:630px;
	margin-left:20px;
	float:left;
}
#technology .aside-right .faq{
	width:614px;
	color:#000;
	margin:0 auto;
	margin-top:16px;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
#technology .aside-right .faq h2{
	font-size:20px;
	color:#5084d8;
	letter-spacing:2px;
	margin-bottom:10px;
}
#technology .aside-right .faq  p{
	font-size:14px;
}
#technology .dow{
	height:500px;
}
#technology .download{
	width:430px;
	height:50px;
	margin:50px 0 0 80px;
	font-size:20px;;
	letter-spacing:2px;
	padding-left:60px;
	padding-top:20px;
	background: url(../img/dsp.png) no-repeat 0px center ;
	border-bottom:1px solid #999;
}
#technology .download p{
	display:inline-block;
}
#technology .download a{
	display:inline-block;
	width:80px;
	height:35px;
	text-align: center;
	line-height: 35px;
	background: #ccc;
	margin-left: 80px;
	border:1px solid #999;
	color:#222;
}

/*----------------------refitting-case---------------------------*/

#refitting-case .banner{
	width:100%;
	height:400px;
	background:url(../img/refitting-case.png) no-repeat center;
}
#refitting-case .container{
	width:1200px;
	height:2180px;
	background:#fff;
	margin:0 auto;
	overflow: hidden;
}
#refitting-case  .mainNav{
	height:60px;
	border-bottom:1px solid #000;
}
#refitting-case  .mainNav ul{
	overflow: hidden;
}
#refitting-case  .mainNav ul li{
	height: 40px;
	margin:30px 40px 0 50px;
	color:#5084d8;
}
#refitting-case  .mainNav a{
	color:#5084d8;
	font-size:20px;
}
#refitting-case .subNav{
	width:280px;
	height:1208px;
	text-align:center;
	border:1px solid #999;
	margin-top:40px;
	display: inline-block;
}
#refitting-case .subNav ol li{
	height:38px;
	line-height: 38px;
	border-bottom:1px solid #999;
}
#refitting-case .subNav ol li a{
	color:#000;
}
#refitting-case .subNav ol li:nth-child(2n){
	background:#eee;
}
#refitting-case .subNav ol li:hover,#refitting-case .subNav .active{
	background: #5084d8 !important;
}
#refitting-case .subNav ol li:hover a,#refitting-case .subNav .active a{
	color:#fff;
}
#refitting-case .case{
	width:860px;
	float:right;
	margin-top:40px;
	margin-right:30px;
}
#refitting-case .case .ca{
	width:860px;
	margin-bottom:30px;
	padding-bottom:80px;
	border-bottom:1px solid #999;
}
#refitting-case .case .ca img{
	width:200px;
	height:200px;
	float:left;
	margin-right:20px;
}
#refitting-case .case .ca a{
	font-size:22px;
	color:#000;
}
#refitting-case .case .ca p{
	width:640px;
	display: inline-block;
	font-size:14px;
	color:#666;
	margin-top:20px;
}
#refitting-case .case .ca span{
	font-size:12px;
	color:#999;
	float:right;
	margin-top:58px;
}
/*--------------------------news------------------------*/
#news .banner{
	height:400px;
	background:url(../img/news.png) no-repeat center;
}
#news .container{
	width:1200px;
	min-height: 480px;
	background:#fff;
	margin:0 auto;
}
#news .container .industry-news ul{
	margin-top:40px;
	margin-left:80px;
}
#news .container .industry-news ul li{
	width:1060px;
	height:26px;
	border-bottom:1px solid #999;
	margin-bottom:15px;
	list-style: square;
	color: #0099ff;
}
#news .container .industry-news ul li:hover{
	color:#ff6900;
}
#news .container .industry-news a:hover{
	color:#ff6900;
}
#news .container .industry-news ul li a{
	color:#222;
}
#news .container .industry-news span{
	font-size:12px;
	color:#999;
	float:right;
	margin-top:10px;
}

/*-----------------aboutus-------------*/
#aboutus .banner{
	height:400px;
	background:url(../img/aboutus.png) no-repeat center;
}
#aboutus .container{
	width:1200px;
	background:#fff;
	margin:0 auto;
}
#aboutus .company{
	width:1100px;
	height:370px;
	margin:40px auto 0 auto;

}
#aboutus .company p{
	margin-top:50px;
	text-indent: 2em;
	text-align:justify;
}
#aboutus .culture{
	height:450px;
}
#aboutus .culture ul{
	margin-left:50px;
	margin-top:50px ;
}
#aboutus .culture ul li{
	width:1060px;
	height:60px;
	background:#f5f5f5;
	border:1px solid #dedede;
	margin:20px;
	line-height:60px;
}
#aboutus .culture p{
	display:inline-block;
	background: #5084d8;
	width:140px;
	color:#fff;
	text-align:center;
	float:left;
}
#aboutus .culture e{
	display:inline-block;
	width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 45px solid #5084d8;
    border-bottom: 30px solid transparent;
    float:left;
}
#aboutus .culture span{
	margin-left:100px;
}
#aboutus .strategy {
	padding-bottom:20px;
}
#aboutus .strategy ul{
	height:660px;
	border-left:1px solid #999;
	margin:40px 0 40px 100px;
	padding-top:1px;
}
#aboutus .strategy ul li{
	margin:35px 0px;

}
#aboutus .strategy ul span{
  color:#fff;
	display: inline-block;
	width:11px;
	height:11px;
	background: #999;
	border-radius:10px;
	margin-left:-6px;
	margin-right:20px;
}
#aboutus .strategy ul li:first-child span{
	width:30px;
	height:30px;
	background: #fff;
	border-radius:25px;
	border:2px solid #5084d8;
	margin-left:-18px;
	float:left;
    color:#fff;
}
#aboutus .strategy ul storng{
	font-weight: bold;
}
#aboutus .strategy ul p{
	display:inline-block;
	margin-left:10px;
}
#aboutus .strategy ul li:first-child p{
	margin-top:10px;
}

/*---------------contact------------*/
#contact .banner{
	height:400px;
	background:url(../img/contact-ba.png) no-repeat center;
}
#contact .container{
	width:1200px;
	height:650px;
	margin:0 auto;
	background: #fff;
}
#contact .gzh{
	width:900px;
	height:420px;
	margin:50px auto;
}
#contact .gzh .top{
	height:220px;
	border-bottom:1px solid #666;
}
#contact .gzh .top ul{
	float:left;
}
#contact .gzh .top ul li,#contact .gzh .bottom ul li{
	margin-left:60px;
	line-height:60px;
	font-size:20px;
}
#contact .gzh .top ul li span,#contact .gzh .bottom span{
	color:#666;
}
#contact .gzh .top img{
	margin-right:40px;
	float:right;
}
#contact .gzh .bottom{
	margin-top:30px;
}

/*-------------------partner----------------------*/

#partner .banner{
	width:100%;
	min-width:1200px;
	height:400px;
	background:url(../img/partner.png) no-repeat center;
}
#partner .container{
	width:1200px;
	height:500px;
	margin:auto;
	background: #fff;
}

/*--------------------product-details------------------*/

.product-details{
	width:1200px;
	height:795px;
	background-color: #fff;
	margin:85px auto 0 auto;
}
.product-details{
	overflow: hidden;
}
.product-details .position{
	width:1140px;
	height:80px;
	margin:0 auto;
	margin-top:20px;
	border-bottom:1px solid #999;
}
.product-details .position p{
	margin-bottom:22px;
}
.product-details .position a{
	color:#999;
}
.product-details .position strong{
	font-weight: normal;
	font-size:28px;
}
.product-details .container{
	width:1140px;
	height:550px;
	margin:25px auto;
}
.product-details .container .gallery{
	float:left;
}
.product-details .booth{
	width:400px;
	height:400px;
	border:2px solid #999;
}
.tb-tumb-warp{
	height:400px;
	width:400px;
	border:2px solid #666;
	padding:10px;
	text-align:center;
}
.tb-tumb-warp img{
	width:390px;
}
#thumblist li{
	width:75px;
	height:70px;
	border:1px solid #999;
	text-align: center;
	background:none repeat scroll 0 0 transparent;
	float:left;
	margin-right: 10px;
	margin-top:10px;
}
#thumblist li img{
	width:60px;
	margin-top:5px;
}
#thumblist li:last-child{
	margin-right:0;
}
.product-details .container .detail{
	float:left;
	margin-left:40px;
}
.product-details .container .detail h2{
	font-size: 30px;
	font-weight:normal;
}
.product-details .container .detail h3 {
    font-size: 22px;
    font-weight: normal;
}
.product-details .container .detail p{
	width:640px;
	margin:20px 0 30px 0;
}
.product-details .container .detail ul{
	float:left;
	margin-right:100px;
}
.product-details .container .detail ul li,.product-details .container .detail ol li{
	margin-top:10px;
}
.product-details .container .detail span{
	color:#666;
}

/*-----------------------------news-article----------------------*/

.news-article{
	width:1200px;
	margin:0 auto;
	background: #fff;
}
.news-article .container{
	width:1120px;
	margin:85px auto 0 auto;
	padding:20px;
}
.news-article .container .subNav a{
	color:#999;
}
.news-article .container .news-titel{
	width:1000px;
	height:130px;
	margin:60px auto;
	text-align: center;;
	border-bottom:1px solid #999;
}
.news-article .container .news-titel strong{
	display: inline-block;
	margin:5px 0 5px 0 ;
	font-size:30px;
	font-weight: normal;
}
.news-article .container .news-titel span{
	font-size:14px;
	color:#999;
}
.news-article .container .content{
	width:900px;
	margin:0 auto;
}
.news-article .container .content p{
	color:#222;
	text-indent: 2em;
	margin:8px;
}
#refitting-case-article{
	width:1200px;
	margin:85px auto 0 auto;
	background: #fff;
}
#refitting-case-article{
	overflow:hidden;
}
#refitting-case-article .subNav{
	margin:20px 0 0 40px;
}
#refitting-case-article .subNav a{
	color:#999;
}
#refitting-case-article .re-titel{
	width:1000px;
	height:150px;
	text-align:center;
	margin:70px auto 0 auto;
	border-bottom:1px solid #999;
}
#refitting-case-article .re-titel h2{
	font-weight:normal;
}
#refitting-case-article .re-titel span{
	display:inline-block;
	color:#999;
	font-size: 14px;
	margin-top:10px;
}
#refitting-case-article .re-article{
 	width:900px;
  min-height:600px;
 	margin:50px auto;
	
}
#refitting-case-article .re-article p{
	text-indent:2em;
	margin-top:20px;
}
#refitting-case-article .re-article p img{
	width:800px;
	height:400px;
	margin:0 auto;
}
/*媒体查询，参考部分Bootstrap框架*/
/*当页面大于1366px时，大屏幕，主要pc端*/
@media(min-width: 0px) and (max-width: 1366px){
	/*------------------顶部导航-----------------------*/
	#product .container,#partner .container,#news .container,#aboutus .container,#contact .container,#article .con{
    width: 1000px;
	}

	#slider{
	width:1349px;
	height:500px;
	overflow:hidden;
	position:relative;
	}
	#slider ul li{
	text-align: center;
	}
	#slider ul li img{
	width:1349px;
	height:500px;
	margin:0 auto;
	}
	#brand{
	height:400px;
	}
	#brand .container figure {
    width: 220px;
    height: 130px;
    margin-top:50px;
	}
	#brand .container figure img{
	width:155px;
	height:64px;
	margin-top:30px;
	}
	#brand .container figure figcaption{
	margin-top:40px;
	}
	#index-product {
    width: 100%;
    min-width: 1000px;
    height: 580px;
	}
	#index-product .centent {
   	width: 1000px;
   	height: 270px;
   	margin-top: 50px;
	}
	#index-product .subNav ul li {
	font-size:14px;
    margin: 0 10px;
    padding: 6px 10px;
	}
	#index-product .centent ol li {
    width: 230px;
    height: 270px;
    }
    #index-product .cover{
    width: 230px;
    height: 270px;
    }
    #index-product .centent img {
    width: 220px;
	}
    #index-product .cover strong {
    margin-top: 10px;
    font-size: 25px;
	}
	#index-product .cover:hover strong{
	margin-top:30px;
	}
	#index-product .cover p {
	font-size:14px;
    width: 180px;
	}
	#strength {
    height: 490px;
    min-width: 1000px;
	}
	#strength .box {
    width: 1000px;
    margin-top: 41px;
	}
	#strength .box ul li {
    width: 240px;
    height: 270px;
    margin-right: 10px;
	}
	#strength .box p {
    width: 220px;
    font-size: 14px;
    margin-top: 20px;
	}
	#strength .box ul li h3 {
    font-size: 22px;
	}
	#strength .box ul li:hover{
	border-radius:10px 50px 0 0;
	}
	#article {
    height: 500px;
    background: url(../img/profile-1.png) no-repeat;
	}
	#article .profile {
    font-size: 14px;
    width: 500px; 
	}
	#article .profile p {
    width: 450px;
	}
	#article .profile section {
    margin-top: 40px;
	}
	
	#article .news {
    width: 500px;
	}
	#article .news section {
    margin-top: 40px;
    margin-bottom:35px;
	}
	#article .news ul li {
    width: 400px;
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    background-position: 350px;
	}
	#article .news ul li:hover{
	background-position: 396px;
	}
	#index-contact {
    height: 420px;
	}
	#index-contact .box {
    width: 800px;
    margin: 40px auto;
    font-size: 14px;
	}
	#index-contact .box ul li {
    margin: 10px 0px 0 100px;
	}
	
	/*--------------------产品中心-------------------*/
	#product .pro .img img {
    width: 270px;
	}
	.product-details {
    width: 1000px;
    margin: 65px auto 0 auto;
	}
	.product-details .position {
    width: 960px;
    height: 68px;
    margin-top: 10px;
    font-size: 12px;
	}
	.product-details .position p {
    margin-bottom: 12px;
	}
	.product-details .position strong {
    font-size: 26px;
	}
	.product-details .container {
    width: 1000px;
	}
	.product-details .container .gallery {
    margin-left: 20px;
	}
	.tb-tumb-warp {
    height: 370px;
    width: 370px;
	}
	.tb-tumb-warp img {
    width: 350px;
	}
	#thumblist li {
    width: 69px;
    height: 60px;
	}
	#thumblist li img {
    width: 55px;
	}
	.product-details .container .detail h2 {
    font-size: 26px;
	}
	.product-details .container .detail p {
    width: 550px;
    font-size:14px;
    margin: 10px 0 20px 0;
	}
	.product-details .container .detail {
    margin-left: 20px;
	}
	/*---------------------技术支持-----------------*/
	#technology .container {
    width: 1000px;
    height:720px;
	}
	#technology .aside-right {
    width:470px;
    margin-left: 10px;
	}
	#technology .form {
    width: 490px;
	}
	#technology .aside-right {
    width: 490px;
	}
	#technology .aside-right .faq {
    width: 480px;
	}
	#technology .aside-right .faq h2 {
    font-size: 16px;
	}
	#technology .aside-right .faq p {
    font-size: 12px;
	}
	#technology .form p {
    margin: 20px 0 0 20px;
	}
	#technology .mainNav {
    height: 45px;
	}
	#technology .mainNav ul li:first-child {
    margin-left: 20px;
	}
	#technology .mainNav ul li {
    margin: 20px 40px 0 20px;
	}
	#technology .mainNav a {
    font-size: 16px;
	}
	#technology .download {
    margin: 30px 0 0 25px;
	}
	/*----------------改装案例-------------*/
	#refitting-case .container {
    width: 1000px;
    height: 1980px;
	}
	#refitting-case .mainNav {
    height: 45px;
	}
	#refitting-case .mainNav a {
    font-size: 16px;
	}
	#refitting-case .mainNav ul li {
    margin: 21px 40px 0 60px;
	}
	#refitting-case .subNav {
    width: 210px;
	}
	#refitting-case .subNav {
    margin-top: 30px;
    float: left;
	}
	#refitting-case .case {
    width: 740px;
    margin-top:30px;
	}
	#refitting-case .case .ca p {
    width: 520px;
    text-align: justify;
	}
	#refitting-case .case .ca {
    width: 740px;
    padding-bottom: 40px;
	}
	#refitting-case .case .ca span {
    margin-top: 20px;
	}

	/*--------------------新闻资讯------------------*/
	#news .container .industry-news ul {
    margin-left: 55px;
	}
	#news .container .industry-news ul li {
    width: 900px;
	}
	#aboutus .company {
    width: 900px;
	}
	#aboutus .culture ul li {
    width: 915px;
	}
	#aboutus .culture ul {
    margin-left: 20px;
	}

	/*--------------联系我们-----------*/
	#contact .mainNav ul li {
    padding-bottom: 3px;
	}

	#refitting-case-article {
    width: 1000px;
    margin: 65px auto 0 auto;
	}
	#refitting-case-article .subNav {
    margin: 15px 0 0 20px;
	}
	#refitting-case-article .re-titel {
    width: 900px;
    height: 120px;
    margin: 50px auto 0 auto;
	}
	#refitting-case-article .subNav a {
    font-size: 14px;
	}
	#refitting-case-article .re-article {
    width: 800px;
	}
	#refitting-case-article .re-article p img {
    width: 750px;
	}
	.news-article {
    width: 1000px;
    height: 100%;
	}
	.news-article .container {
    width: 900px;
    margin:65px auto;
	}
	.news-article .container .news-titel {
    width: 800px;
    height: 120px;
	}
	.news-article .container .content {
    width: 750px;
	}
}
.detail li{margin-top:0 !important;line-height:36px;}
.detail li i{font-style:normal;}
.pagination-wrapper .pagination li{float:left;list-style:none;margin:5px;}
.pagination-wrapper{padding:10px 0;  margin: 5px;}