/*内页banner图样式*/
.sub-banner {
    
}
.sub-banner img {
    display: block;
    width: 100%;
}

/*当前位置*/
.position {
    width: 1200px;
    margin: 0 auto;
    color: #666;
    font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
}
.position .position-link {
    float:left;
    min-width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 32px 0 24px;
}
.position .position-link a:hover,.position .position-link a:last-child {
    color:#2E6FA7;
}
.position ul{
    float:right;
    min-width:200px;
}
.position ul li {
    float: left;
    padding-left: 30px;
    height: 75px;
    display: block;
}
.position ul .cur a{
     color: #2E6FA7;
     border-bottom: 3px solid #2E6FA7;
 }
.position ul li a {
    display: block;
    height: 72px;
    line-height: 69px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #fff;
}


/*分页样式*/
.page {padding:25px 0 35px;text-align:center;overflow:hidden;}
.page ul li{display:inline-block;height:30px;}
.page ul li a{display:block;font-size:12px;line-height:30px;height:30px;padding:0 12px;text-align:center;color:#333;border: 1px solid #e3e3e3;background:#fff;}
.page a:hover{text-decoration:none;}
.thisclass{
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #fff;
    margin-left: 2px;
    background: #2E6FA7;
    color: #fff;
    border: 1px solid #2E6FA7;
}
.page ul li.thisclass a {border: none;background: none;padding: 0;}


/*新闻列表*/
.news-list {
    width:1200px;
    margin:0 auto;
}
.news-list li {
    float:left;
    width:380px;
   
    padding:5px;
    margin:10px;
    box-sizing: border-box;
    border: 1px solid #e4e2e2;
}
.news-list li .photos {
    width:100%;
    height:245px;
    overflow:hidden;
}
.news-list li .photos img {
    width:368px;
    
    transition: all 500ms ease 0s;
}
.news-list li:hover {
    box-shadow: 0 2px 5px #e2dede;
}
.news-list li:hover img {
    transform:scale(1.1);

}
.news-list li .txt {
    padding:5px 10px;
    height:110px;
    color: #666;
}
.news-list li .txt h3 {
    font-size: 18px;
    color:#000;
    max-height: 50px;
    overflow:hidden;

}
.news-list li .txt span {
    display:block;
    padding:6px 0;

}
.news-list li .txt p {
}

/*新闻详情页*/
.news-Box {
    width: 1140px;
    min-height: 800px;
    background: #fff;
    padding: 75px 30px 0;
    margin: 0 auto;
} 
.news-title{
    text-align: center;
    padding-bottom: 52px;
    border-bottom: 1px solid #e5e5e5;
}
.news-title h1 {
    display: block;
    line-height: 40px;
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-title span {
    padding:0 20px;
}
.news-content {
    padding: 50px 0;
    width: 1056px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 15px;
    color: #777;
    overflow: hidden;
}
.news-content img {
    max-width:100% !important;
    height:auto !important;}
.updown {
    width:100%;
    padding: 40px 0;
    border-top: 1px solid #e5e5e5;
}
.updown span {
    display:inline-block;
    width:45%;
}
.updown span a {
    padding-left: 10px;
}
.updown span a:hover {
    color:#ee0718;
}



/*联系我们*/
.contact-txt {}
.contact-txt h1{
    text-align: center;
    font-size: 28px;
    color: #2E6FA7;
    font-weight: bold;
    margin-top: 50px;
}
.contact-txt h3{
    text-align: center;
    font-size: 20px;
    color: #3a3a3a;
    margin-top: 20px;
    font-weight: normal;
}
.contact-txt h4 {
    text-align: center;
    font-size: 20px;
    color: #3a3a3a;
    margin-top: 20px;
}
.contact-txt .contact-box {
    margin:50px 0 0 0;
    text-align:center;
}
.contact-txt .contact-box ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.contact-txt .contact-box li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border-left: dashed 1px #d4d4d4;
}
.contact-txt .contact-box li:last-child {
    border-right: dashed 1px #d4d4d4;
}
.contact-txt .contact-box li i {
    display:block;
    font-size:18px;
    color: #000;
    font-style:normal;
    margin-bottom:20px;
}
.contact-txt .contact-box li span {
    display:block;
    font-size:16px;
}
.contact .map {}
.contact .map .contact-map{
    margin-top:60px;
    width:100%;
    height:400px;
}

/*工程案例列表*/
.case-box {}
.case-list {
    padding-top: 50px;
}
.case-list li {
    float:left;
    width:370px;
    margin:0 45px 45px 0;
}
.case-list li:hover {
    box-shadow: 0 0 2px #ccc;
}
.case-list li:nth-of-type(3n) {
    margin-right: 0;
}
.case-list li .pic {
    width:370px;
    height:246px;
    overflow:hidden;
}
.case-list li .pic img {
    width:370px;
    height:246px;
    transition: all 0.5s;

}
.case-list li:hover .pic img {
    transform:scale(1.28);
}
.case-list li p {
    height:50px;
    line-height: 50px;
    text-align: center;
    background:#f6f6f6;
}

/*荣誉证书列表*/
.honor-box {}
.honor-list {
    padding-top: 50px;
}
.honor-list li {
    float:left;
    width:266px;
    margin:0 45px 45px 0;
}
.honor-list li:hover {
    box-shadow: 0 0 2px #ccc;
}
.honor-list li:nth-of-type(4n) {
    margin-right: 0;
}
.honor-list li .pic {
    width:266px;
    height:200px;
    overflow:hidden;
}
.honor-list li .pic img {
    width:266px;
    height:200px;
    transition: all 0.5s;
}
.honor-list li:hover .pic img {
    transform:scale(1.08);
}
.honor-list li p {
    height:50px;
    line-height: 50px;
    text-align: center;
    background:#f6f6f6;
}

/*栏目内容*/
.content-box {
    padding: 50px 0;
    line-height: 30px;
    font-size: 15px;
    color: #777;
}
.content-box>p {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.8;
    padding: 5px 0;
    text-indent: 2em;
}
.content-box img {
    max-width:100% !important;
    height:auto !important;
}


/*栏目内容- 售后服务*/
.content-box .shfw {
}
/*栏目内容-  项目改造升级*/
.content-box .xmzgsj {
}
.content-box .xmzgsj ul li {
    font-size: 16px;
	padding:5px !important;
}
/*栏目内容-  维护保养服务*/
.content-box .wxby {
}
.content-box .wxby span{
	display:inline-block;
    font-size: 16px;
	margin:10px;
}
/*栏目内容-  服务支持*/
.content-box .fwzc {
}
.content-box .fwzc h1 {
	color: rgb(51, 51, 51);
    font-weight: 700;
    font-size: 18px
}

.content-box .fwzc span {
	display:inline-block;
    font-size: 16px;
	margin:10px;
}
.content-box .fwzc ul li {
    font-size: 16px;
	padding:5px !important;
}


/* 服务支持 一级栏目*/
.fw {
    padding: 50px 0 100px 0;
}
.fw-title {
    padding:30px 0;
    text-align: center;
}
.fw-title .cn {
    font-size: 30px;
    color:#000;
    font-weight: bold;
    padding-bottom: 10px;
}
.fw-title .cn span {
    color:#2E6FA7;
}
.fw-title .en {
    font-size: 14px;
    color:#3a3a3a;
    text-transform: uppercase;
    padding:10px 20px;
}
.fw-box {
    height:392px;
    background: url(../images/service-bg.jpg) no-repeat center left;
}
.fw-box ul {}
.fw-box ul li {
    float:left;
    width:25%;
    height:392px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.fw-box ul li em {
    display:inline-block;
    padding-top: 105px;
}
.fw-box ul li h4 {
    font-size: 24px;
    color: #fff;
    padding:57px 0 40px 0;
}
.fw-box ul li p {
    font-size: 14px;
    color: #fff;
	text-transform: uppercase;
}

.fw-box ul li:hover {
    background: rgba(214, 102, 12, 0.8);
}

.serivcestep {
	background:#fcc707;
}
.serivcestep .step {
    height: 350px;
    box-sizing: border-box;
    padding: 50px 20px 0 0;
	text-align:center;
}
.serivcestep .step h3 {
    font-size: 30px;
    color:#000;
    font-weight: bold;
	
}
.serivcestep .step p {
    font-size: 16px;
    color:#3a3a3a;
	padding-top:20px;
}
.serivcestep .step ul {
    padding-top: 50px;
}
.serivcestep .step ul li {
    float:left;
    width:140px;
    height:50px;
    padding-top: 40px;
    font-size: 14px;
    color:#000;
    text-align: center;
}

.serivcestep .step ul li:nth-of-type(1){
        background: url(../images/01.png) no-repeat top center;
}
.serivcestep .step ul li:nth-of-type(2){
        background: url(../images/02.png) no-repeat top center;
}
.serivcestep .step ul li:nth-of-type(3){
        background: url(../images/03.png) no-repeat top center;
}
.serivcestep .step ul li:nth-of-type(4){
        background: url(../images/04.png) no-repeat top center;
}
.serivcestep .step ul li:nth-of-type(5){
        background: url(../images/05.png) no-repeat top center;
}
.serivcestep .step ul li:nth-of-type(6){
        background: url(../images/06.png) no-repeat top center;
}
.serivcestep .step ul li:nth-of-type(7){
        background: url(../images/07.png) no-repeat top center;
}
.serivcestep .step ul li:nth-of-type(8){
        background: url(../images/08.png) no-repeat top center;
}

.message {
	padding:20px 0;
}
.message .message-title {
	text-align:center;
	padding:20px 0;
}
.message .message-title .cn{
	font-size: 30px;
    color: #000;
    padding-bottom: 10px;
}
.message .message-title .en{
	font-size: 14px;
    color: #3a3a3a;
    text-transform: uppercase;
    padding: 10px 20px;
}
.message .message-title .en span{
	color:#2E6FA7;
}
.diymain {
    border: 1px solid #ccc; 
    margin: 0 0 15px; 
    padding: 30px; 
    overflow:hidden;
}

.diymain .tit {
    font-size:22px;
    margin-bottom:20px;
}

.diymain .tit span:nth-of-type(1) {
    padding-left:10px; 
    font-size:18px;
}

.diymain .tit span:nth-of-type(2) {
    padding-left:10px; 
	color: #2E6FA7;
    font-size:14px;
}

.diymain .tit span:nth-of-type(3) {
    padding-left:200px; 
	color: #a9a4a4;
    font-size:14px;
}

.diymain .tit em {
    padding-left:10px; 
    font-size:12px;
}

.diymain .con {
    overflow:hidden;
}

.diyipt {
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 11px 10px 11px 10px;
    width: 240px;
    margin-right:10px;
    float:left;
}

.diymain select,.msg-list select{ 
    border:1px #ddd solid;color: #6a6a6a;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 120px;
    padding:0 5px;
    float: left;
}
.msg-list select {
    height:36px;
}
.ml90 {
    margin-left:103px;
}

.diymain #show{ 
    color:#3399FF; 
}
.diymain .btn {
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 160px;
    background:#2E6FA7;
    margin-left:20px;
}

/*产品列表*/
.product-list {
    width: 1200px;
    margin:0 auto;
    overflow:hidden;
}
.product-list li {
    float:left;
    width: 24%;
    height: 100%;
    margin: 10px 10px 0 0;
    padding:0 0 30px 0;
    zoom: 1;
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0);
    transition: all .3s;
    box-sizing: border-box;
    position: relative;
    overflow:hidden;
}
.product-list li:nth-child(1){animation-delay: 0.3s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list li:nth-child(2){animation-delay: 0.4s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list li:nth-child(3){animation-delay: 0.5s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list li:nth-child(4){animation-delay: 0.6s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list li:nth-child(5){animation-delay: 0.7s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list li:nth-child(6){animation-delay: 0.8s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list li:nth-child(7){animation-delay: 0.9s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list li:nth-child(8){animation-delay: 1s; animation-duration: 2s; animation-name: fadeInUp; visibility: visible;}
.product-list li:nth-of-type(4n) {
    margin: 10px 0 0 0;
}
.product-list li .pic {
    padding: 38px 0 30px;
}
.product-list li .pic img {
    width:98%;
    border:1px solid #ccc;
	
}
.product-list li .t1 {
    color: #3a3a3a;
    padding: 0 3%;
    transition: all .3s ease-out;
    font-size: 16px;
    margin-bottom: 6px;
}
.product-list li:hover .t1 {
    color: #2E6FA7;
}

/*产品详情页*/
.product-box {
    background:#ebeae8;
}
.product-box .product-top {
    max-width: 1320px;
    margin: 0 auto;
    padding:10px 0  80px 0;
}
.product-box .product-top .product-show-box {
    font-size: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 85px;
    padding-right: 11.13%;
    padding-left: 8.484%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
}
.product-show-box .left {
    vertical-align: text-top;
    display: inline-block;
    width: 49%;
}
.product-show-box .left img {
    width:100%;
}
.product-show-box .right {
    vertical-align: text-top;
    display: inline-block;
    width: 44%;
    margin-left: 5.5%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #cfcfcf;
	
}
.product-show-box .right .tit {
    
}
.product-show-box .right .tit h1 {
    font-size: 26px;
    line-height: 48.01px;
    color: #333;
}
.product-show-box .right .txt-box {
    padding: 18px 0;
	border-top: 1px dashed #cfcfcf;
}
.product-show-box .right .txt-box .li {
    overflow: hidden;
    height: auto;
}
.product-show-box .right .txt-box .li span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    
}
.product-show-box .right .txt-box .li p {
    display: inline-block;
    font-size: 14px;
    color: #888;
    line-height: 34px;
}
.product-show-box .right .btn {
	text-align:center;
	overflow:hidden;
}
.product-show-box .right .btn  a {
    color: #fff;
    cursor: pointer;
    display: block;
	float:left;
    font-size:16px;
    font-weight: bold;
    height:30px;
    line-height:30px;
    margin:0 5%;
    text-align: center;
    width: 140px;
    border: 1px solid #2E6FA7;
}
.product-show-box .right .btn .btn-1 {
    background-color: #fff;
    color: #2E6FA7;
}
.product-show-box .right .btn .btn-2 {
    background-color: #2E6FA7;
}
.product-show-box .right .tel {
    margin: 20px 0;
    padding: 10px 0;
}

.product-show-box .right .tel p {
    font-size: 14px;
}
.product-show-box .right .tel span {
    padding: 20px;
	font-size: 28px;
    color: #2E6FA7;
    font-weight: bold;
}

.product-show-box .right .weixin {

}
.product-show-box .right .weixin img {
    width:120px;
}
.product-content {
    padding:5px 0;
    max-width: 1320px;
    margin: 0 auto;
}
.product-content img{width:100%;}
.product-content .product-li-title {
    width: 100%;
	padding:20px 0;
	border-bottom: solid 1px #2E6FA7;
}
.product-content .product-li-title .cn {
    font-size: 24px;
    color: #000;
    display: inline-block;
    vertical-align: text-bottom;
}
.product-content .product-li-title .en {
    padding-left: 3px;
    font-size: 22px;
    color: #2E6FA7;
    font-family: "Arial";
    display: inline-block;
    vertical-align: text-bottom;
}
.product-content .product-li-details {
    margin-top: 25px;
    width: 100%;
}
.product-content .product-li-details img {
    max-width: 100% !important;
    height: auto !important;
}
.product-content .product-li-details h2 {
	font-size:18px;
	color:#000;
	padding: 10px 0;
	margin:10px 0;
	border-bottom: solid 1px #d9d9d9;
	
}
.product-content .product-li-details p {
    font-size:14px;
	color:#3a3a3a;
	padding: 8px 0;
}
.product-content .product-li-details .item-photo {
	max-width:800px;
	margin:10px auto;
}
.product-content .product-li-details .item-photo img {
    max-width: 100% !important;
    height: auto !important;
}
.bottommenu{display:none;}
.bottomheight{height:80px;display:none;}
@media screen and (max-width: 640px) {
.position .position-link{padding:0;height:auto;line-height:auto;}
.content-box{padding:2%;width:96%;}
.position .position-link{padding:2% 0;}
.position{width:100%;float:none;}
.position ul{width:100%;}
.position ul li{height:40px;line-height:40px;padding:0;margin:0;width:25%;}
.position ul li a{padding:0;margin:0;height:auto;line-height:20px;}
.product-list{width:100%;}
.product-list li .pic img{}
.product-list li .pic{padding:0;}
.product-list li{width:30%;padding:0;}
.product-list li .t1{height:20px;overflow:hidden;}
.news-Box{width:100%;min-height:auto;padding:5% 0;}
.news-content{width:auto;padding:2%;}
.news-title{padding:0;}
.updown span{width:100%;}
.news-list{width:100%;}
.news-list li{width:98%;margin:10px 0;padding:1%;}
.news-list li .txt{height:120px;}
.contact-txt .contact-box li{flex:none;width:50%;border:0;float:left;}
.product-show-box .left{width:100%;margin:0;float:none;}
.product-show-box .right{width:100%;margin:0;float:none;}
.product-box .product-top .product-show-box{padding:2%;margin:0;}
.product-box .product-top{min-width:100%;padding:0;}
.product-content{max-width:96%;padding:2%;}
.product-content img{width:100%;}
.bottomheight{display:block;}
.bottommenu {
  position:fixed;
  left:0;
  bottom:0;
  z-index: 99999;
  width:100%;
 
  padding:5px 0;
  background-color: #2E6FA7;
  display:block;
}
.bottommenu ul {
 
}
.bottommenu ul li{
  float:left;
  width:33.333333%;
 
  text-align: center;
}
.bottommenu ul li a {
  display:block;
  width:100%;
  color:#fff;
}
.bottommenu ul li i {
  display:inline-block;
  width:1.5rem;
  height:1.5rem;
}
.bottommenu ul li span {
  display:block;
  font-size: 1rem;
  color:#fff;
}
.bottommenu ul li:nth-of-type(1) i {background: url(../images/home.png) no-repeat center center/100%;}
.bottommenu ul li:nth-of-type(2) i {background: url(../images/tel.png) no-repeat center center/100%;}
.bottommenu ul li:nth-of-type(3) i {background: url(../images/join.png) no-repeat center center/100%;}
.bottommenu ul li:nth-of-type(4) i {background: url(../images/contact.png) no-repeat center center/100%;}
}
/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px;text-align: center; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #8667F7; color: #8667F7; }
.paging a{color:#333;}