﻿
.fixed {
position:fixed
}
.homeTop {
min-width:1200px;
min-height:44px;
background-color:#02b2b5
}
.homeLunbo {
min-width:1200px;

}
.homeTopCenter {
   width: 1200px;
    height: 44px;
    line-height:44px;
    margin:0 auto;

}
.homeTopCenterLeft {
    font-size:18px;
    width:50%;
    padding-left:10px
}
.homeTopCenterRight {
    width:50%;
   font-size:18px;
   font-weight:bold
}
.flBtnDiv {
   height: 44px;
    line-height:44px;
    vertical-align:middle
      /*display: flex;
    justify-content:flex-start;
    align-items:Center;*/
}
 .floatBtn{
    color: rgb(2,150,136);
        width: 93px;
    height: 31px;
    line-height: 31px;
        border-radius: 3px;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    margin: auto;
    top:6px;

background-color:white

}
.homeNav {
    min-width:1200px;
}
.homeNavCenter {
   width: 1200px;
   height:88px;
      line-height:88px;
    margin:0 auto;

}
.homeNavCenterLeft {
    width:30%;
    padding-left:10px
}
.homeNavCenterRight {
    width:70%;
    padding-left:10px
}
#homeNavCenterRight>div {
display:block;
width:12.5%;
float:left;
font-size:16px;

text-align:center
}
#homeNavCenterRight a:hover {
color:#02b2b5
}
.NavSelect {
color:#02b2b5
}
#homeNavCenterRight>div>div {
display:none;
width:100%;
text-align:center;
position:relative;
top:-10px;



}
#homeNavCenterRight>div>div>ul {
    width:100%;
text-align:center;
position:absolute;
top:-10px;
z-index:1001


}
    #homeNavCenterRight > div >div> ul>li {
        line-height:35px;
        background-color:#02b2b5;
    }
        #homeNavCenterRight > div >div> ul>li>a {
        color:white;
        font-size:14px
       
    }
            #homeNavCenterRight > div >div> ul>li>a:hover {
        color:white;
        font-size:14px
       
    }
#homeNavCenterRight>div:hover div {
display:block
}
#homeNavCenterRight > div >div> ul>.topJianTou{
    background-color:transparent
}
.topJianTou>div {
border-bottom:5px solid #02b2b5;
border-left:5px solid transparent;
border-right:5px solid transparent;
height:0px;
width:0px;
line-height:0px;
margin:0 auto
}

.homeBottom {
min-width:1200px;

background-color:#2d2d2d;
color:#b3b3b3;
overflow:hidden;
padding:20px
}
    .homeBottom a {
    
    color:#b3b3b3
    }
.homeBottomCenter {
   width: 1200px;

    margin:0 auto;

}
.homeBottomCenterLeft {
    width:60%;
 
    line-height:44px
}
.homeBottomCenterRight {
    width:40%;
   line-height:200%
}
    .homeBottomCenterRight img {
    border:5px solid white;
    margin:0 auto
    }
    .homeBottomCenterRight > div {
    text-align:center;
    }


    .banner_wrap {
	overflow:hidden;
    height:650px;
	padding-bottom: 0;
	background: #fff;
	background: rgba(255, 255, 255, .86);
	width: 1200px;
	position: relative;

	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	box-shadow: 0 1px 3px rgba(167, 167, 167, .4);
}
.banner_wrap:hover .BannerRight {
	width: 30px;
}
.banner_wrap:hover .BannerLeft {
	width: 30px;
}
        .banner_wrap > ul {
        overflow:hidden
        }
.banner_wrap>ul li {
	position: absolute;
	display: none;
}
.BannerLeft,  .BannerRight {
	position: absolute;
	z-index: 999;
	background: #000;
	opacity: .4;
	cursor: pointer;
	font-weight: bold;
	width: 0px;

	color: #FFFFFF;
	font-size: 30px;
	font-family: "黑体";
	line-height: 40px;
	text-align: center;
	padding: 10px 0;
	top: 150px;
	overflow: hidden;
	-webkit-transition-duration: 0.2s;/* Safari 和 Chrome */
}
.BannerRight {
	right: 14px;
}
.on {
	z-index: 9;
}
.banner_select {
	text-align: center;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	height: 40px;
	position: absolute;
	bottom: 10px;
}
.banner_select>ul {
	width: 100%;
	height: 40px;
	text-align: center;
    
}
.banner_select>ul>li {
	float: left;
	font-size: 12px;
	display: inline-block;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	color: #666;
	cursor: pointer;
	border-bottom: transparent 3px solid;
	position: relative;
}
.banner_select>ul>li a {
	border-right: 1px solid #c0c0c0;
	display: block;
	height: 15px;
	margin-top: 11px;
}
.last {
	border: 0px !important;
}
.J_trigger_line {
	background-color: #e6057d;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 9999;
	height: 3px;
	width: 240px;
	-webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
}
.banner_wrap img {
    width:1200px
}

.itemCenter {
    width: 100%;
    height: 66px;

    margin: 5px auto;
}
.itemCenterHr {
    background-color:#ccc;
    height:1px;
    width:100%;
    overflow:hidden;
    position:relative;
    z-index:1;
}
.itemCenterHrScroll {
    background-color:white;
    height:1px;
    width:100%;
    overflow:hidden;
    position:relative;
    z-index:1;
}
.itemCenterBgBlock {
   background-color:#02b2b5;
    height:4px;
    width:90%;

    position:relative;
   bottom:-2px;
    z-index:2;

}
.itemCenterC {
color:#02b2b5;
font-size:22px;
line-height:44px
}
.itemCenterE {
    color:#666;
font-size:18px;
line-height:44px;

}
.scrollCenter {
      
 
      background-color:#ccc;
    margin: 5px auto;

}
.divMain {
   width: 100%;
   /*margin:20px auto;*/
   overflow:hidden;
}
.serviceItem {
  
    width:100%;
text-align:center;
padding:10px;
transition:width 0.5s;
-moz-transition: width 0.5s; /* Firefox 4 */
-webkit-transition: width 0.5s; /* Safari 和 Chrome */
-o-transition: width 0.5s; /* Opera */
}
    .serviceItem img {
        width:100%;

    }
    .serviceItem:hover {
width:100%
    }
    .serviceItem a {
    font-size:18px;
 
    }
#maq a {
 display:block;
}
    #maq{
        width:1200px;
   height:200px;
        overflow:hidden;
    }
#m1 td, #m2 td {
width:240px;
    font-size:18px;
text-align:center;
line-height:150%

}
.homeBlock {
border:1px solid #ccc;

width:100%;
line-height:150%
}
.blockTitle {
    height:44px;
    line-height:44px;
    border-bottom:1px solid #ccc;
    color:#02b2b5
}
    .blockTitle a {
     color:#02b2b5
    }
.bTitle {
font-size:20px;
margin-left:10px;
}
.bMore {
    font-size: 16px;
    margin-right: 10px;
}
#news li{
border-bottom:1px dotted #ccc;
line-height:44px
}
#news li:first-child{
border-bottom:1px dotted #ccc;
line-height:150%;
height:150px;
text-indent:0px
}

#banner img {
 width:100%
}
.leftTitle {
border-radius:8px 8px 0px 0px;
 background-color:#02b2b5;
 color:white;
 line-height:22px;
 padding:10px;
 font-size:18px
}
.leftBottom {

     border:1px solid rgba(0,0,0,0.2);
     border-top-width:0px;
     line-height:200%;
     font-size:16px;
}
    .leftBottom li {
             padding-left:10px;
    border-bottom:1px dashed rgba(0,0,0,0.2);
    line-height:200%;
    height:40px
    }
      .leftBottom li a {
       display:block;
    height:40px
    }
    .leftBottom p {
    padding-left:10px;
    margin-bottom:5px
    }
.SubNav {
    background-color:#EEE
}
.SubNav a{

}
.rightTop {
border:1px solid #ccc;
background-image:url('/img//rightTop.jpg');
background-repeat:no-repeat;
background-position:top right;
height:40px;
background-color:#f4f4f4;
line-height:40px;
padding-left:16px;
color:rgb(3,168,170);
font-size:14px;
width:100%
}
    .rightTop a {
    color:black
    }
    /***/
    .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
    /***/
.newsRow {
    display:block;
width:100%;
margin:0 auto;
border-bottom:1px dashed #EEE;

}
.newsRowItem {
width:95%;
margin:10px;
}
.newsDate {
color:#666666;
background: #f2f2f2;
vertical-align: middle;

font-size:18px;
padding:5px
}
.newsTitle {
font-weight:bold;
font-size:18px;
line-height:200%

}
.newsContent {
color:#666
}

.PicDesRow {
    display:block;
width:100%;
margin:0 auto;
border-bottom:1px dashed rgba(0,0,0,0.2);

}
.PicDesRowItem {
width:95%;
margin:10px;

}
.PicDesDate {
color:#666666;
background: #f2f2f2;
height: 100px;
vertical-align: middle;
text-align:center;
font-size:18px;
padding-top:25px
}
.PicDesTitle {
font-weight:bold;
font-size:18px;
line-height:200%

}
.PicDesContent {
color:#666
}



.DetailsTitle {
font-weight:bold;
font-size:22px;
line-height:60px
}
.DetailsDate {
color:#666;
line-height:44px;
border-bottom:1px dashed #CCC;
margin-bottom:10px
    
}
.ProductItem {

   display:block;
    border-bottom:1px dashed #CCC;
    margin-bottom:10px
}
.ProductImg {
text-align:center;
padding:10px ;
border:1px solid #CCC;
 width:100%;
}

.ProductDetailsImg {

    text-align:center;
padding:10px;
border:1px solid #CCC;
 width:322px;

}
.ProductName {
    padding:10px 0px;
    font-size:20px;
    font-weight:bold
}
.pDetailsGeLeft {
border:1px solid #02b2b5;
line-height:44px;
border-bottom-width:0px;
}
.pDetailsGeRight {
border-bottom:1px solid #02b2b5;
height:44px
}
#Contents {
margin-top:10px;
padding:5px;
}
.mImg {
width:100%
 }
.-dropdown {
padding-left:40px
}