/* 
@Author: Jmin
*/
*:focus { outline: none; }

.clearfix:after { clear: both; content: ""; display: block; height: 0; visibility: hidden;}
.clear{ clear:both;font-size:0px;}

/* header */
.header{
  width: 1200px;
  margin: 0px auto;
  height: 100px;
  padding:20px 0;
}
.nav-logo{
  width: 210px;
  height: 60px;
  float: left;
}
.nav-search{
  width: 210px;
  height: 60px;
  float: right;
  padding: 15px 0px;
  position: relative;
}
.nav-search input{
  width: 100%;
  height: 30px;
  padding:2px 25px 2px 10px;
  border: 1px solid #0050A1;
  border-radius: 20px;
}
.search-btn{
  position: absolute;
  right: 10px;
  top:20px;
  background: none;
  color: #0050A1;
}
.naver{
  width:720px;
  height: 60px; 
  float: left;
}
.nav{
height: 60px;

}
.nav li a.nav-a{
  margin: 0px;
  line-height: 38px;
  color: #000000;
}
.nav li:hover a.nav-a{
  background-color: #337ab7;
  color: #ffffff;
}
.nav li:hover ul.dropdown-menu{
  display: block;
}

.dropdown-menu{
  margin: 0px;
  border: none;
  background-color: #337ab7;
  color: #ffffff;
  min-width: 144px;
  padding: 0px;
}
.dropdown-menu li{
  height: 54px;
  border: none;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li a{
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  line-height: 50px;
  color: #ffffff;
}
.dropdown-menu li:hover a{
  background-color: #ffffff;
  color:#000000;
}
.dropdown-menu li:first-child{
  border-top:1px solid #ffffff;
}
.dropdown-menu li:last-child{
  border-bottom:none;
}
.classify-i{
  display: none;
}
/* nav END */

.carousel-inner-img{
  width: 100%;
  height: 580px;
}

.myindicators li{
  width: 36px;
  height: 6px;
  border-radius: 6px;
}
.myindicators .active{
  width: 36px;
  height: 6px;
  border-radius: 6px;
}
/* 轮播图 */
.service-main{
  width: 1200px;
  margin: 0 auto;
  height: auto;
  padding: 40px 0px 40px;
}

/*  */
.headline{
    /* widows: 358px; */
    width:1200px;
    height:60px;
    margin: 0 auto;
    text-align: center;
    font-size:35px;
    line-height: 31px;
   
    color: #333333;
}
.headline span:last-child{
  font-size:24px;
  color: #666666;
}
.subtitle{
  width:1200px;
  height:20px;
  font-size: 16px;
  color: #999999;
  text-align: center;
}

/* service-content */
.service-content{
  width: 100%;
  height: auto;
  margin: 20px auto 0px;

}
.service-list{
  width:369px;
  height: 170px;
  float: left;
  margin-left: 45px;
  margin-bottom: 40px;
}
.service-list:first-child,.service-list:nth-child(4){
  margin-left: 0px;
}
.service-li-left{
  width:69px;
  height: 69px;
 /* border:1px solid #008fd7;*/
  position: relative;
 float: left;
 margin-right: 20px;
}

.left-trangle{
  width:0;
  height:0;
  position: absolute;
  right: -10px;
  top:-1px;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:10px solid #008fd7;
}
.service-img{
  width: 69px;
  height: 69px;
  margin: 15px auto;
  display: block;
}
.service-li-right{
  width: 275px;
  height: 100%;
  float: left;
}
.service-li-title{
  width:100%;
  height: 48px;
  line-height: 24px;
  font-size: 20px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.service-li-p{
  width: 100%;
  height:120px ;
  line-height: 24px;
  font-size: 14px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5; 
}
.details-btn{
  width: 180px;
  height:40px;
  display: block;
  margin: 0 auto;
  background-color: #008fd7;
  border-radius: 20px;
  text-align: center!important;
  color: #ffffff;
  line-height: 40px;
  margin-top:20px !important;
}
/*  */
.case-main{
  width: 1200px;
  /* height: auto; */
  padding: 40px 0px 30px;
  margin: 0 auto;
}
.case-content{
width:100%;
margin-top: 20px;

}
.case-content ul {
  display: block;
  width:1220px;
}
.case-content ul li{
  width: 285px;
  height: 200px;
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  position:relative;
  overflow:hidden;
  cursor:pointer;
}
.case-content ul li a { display:block;}
.case-content ul li a img { width:285px; height:200px; display:block;}

.txt{
  width:100%;
  height:40px;
  background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/
  position:absolute;
  left:0;
  bottom:0;
  color:#fff;
  font-family:"宋体";
}

.txt h3{
  font-size:16px;
  font-weight:100;
  height:40px;
  text-align:center;
  line-height:40px;
}
.txt-icon{
  width: 40px;
  height: 40px;
  font-size: 35px;
  float:right;
  background-color: #008fd7;
  opacity: 0.85;
  line-height:40px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.txt p{
  margin: 60px auto 0px;
  width: 45px;
  height: 45px;
  line-height:35px;
  font-size:35px;
  text-align:center;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
/* news */
.news{
  width: 100%;
  background: url(../images/bg-opaticy.png) no-repeat;
  background-size: 100% 100%;
  
}
.news-opacity{
  width: 100%;
  height:100%;
  background-color:rgba(255,255,255,0.4);
  padding: 20px 0px;

}
.news-main{
  width:1200px;
  margin: 20px auto 0px;
}
.news-content{
  width: 100%;
  padding: 40px 0px 0px;

}
.news-content-left{
  width:585px;
  height: 360px;
  float:left;
}
.news-img{
  width:585px;
  height: 360px!important;
}
.news-caption{
 left: 0px!important;
 right: 0px!important;
 bottom: 0px!important;
 background-color: #333333;
 opacity: 0.75;
 padding-left: 20px!important;
 padding-bottom: 20px!important;
 text-align: left;
}
.news-indicators{
  left:420px!important;
  margin-left:0px!important;
  width: 120px!important;
  right:20px!important;
  text-align: right;
}
.news-content-right{
  width: 580px;
  height: 360px;
  float:right; 
}
.news-content-right ul li{
   width: 100%;
   height: 33px;
   line-height:30px;
   font-size: 14px;
   columns: #333333;
}
.news-content-right ul li a:hover{
  text-decoration: underline;
}
.news-right-p{
width: 430px;
float: left;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;

}
.news-right-time{
  font-size: 12px;
  width: 70px;
  float: right;
  color: #999999;
}
/*  */
.company-main{
  width:1200px;
  height: 540px;
  margin: 40px auto 0px;
}
.company-content{
  width:1200px;
  height: 640px;
}
.company-content-detail{
  width: 100%;
  height: 385px;
  padding: 20px 0px;
  margin-top: 220px;
}
.company-content-detail img{
  width: 584px;
  height: 320px;
  display: block;
  float: left; 
}
.company-content-detail p{
  width: 580px;
  height: 320px;

 line-height: 28px;
 overflow: hidden;
 display: block;
 float: left;
 margin-left: 20px;
}
.company-list{
  width: 1200px;
  height: 80px;
  margin:0px;
  display: block;
}
.company-list ul{
  width: 1200px;
  height: 80px;
  display: block;
  margin: 0px !important;
}
.company-list ul li{
  width: 260px;
  line-height: 26px;
}
.company-list ul li:nth-child(3){

/* float: right; */
/* margin-top: -40px; */
}
.company-list ul li:last-child{
  width: 380px;
float: right;
/* margin-top: -40px;*/
} 
.aboutus-main{
  width:1200px;
  height: 540px;
  margin: 20px auto 0px;
}
.aboutus-content{
  width:1200px;
  height: 520px;
  padding:20px 0px;

}
.aboutus-content-left{
  width:600px;
  height: 320px;
  float: left;
  font-size:14px;
  margin-top:20px;
}
.aboutus-content-left p span{
  line-height: 28px;
}
.code-img{

  width: 120px;
    height: 120px;
    margin-left: 20px;
    margin-top: 10px;
}
.aboutus-content-right{
  width:600px;
  height: 320px;
  float: left;
}
.footer{
  width:100%;
  background-color: #008fd7;
}
.copyright{
  width:100%;
  line-height:36px;
  padding: 20px 0px;
  text-align: center;
  color:#ffffff;
}
.footer-nav {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  width: 1200px;
  margin: 0 auto;
  color:#ffffff;	
}
.footer-nav a {
	color:#ffffff;
	margin:0 10px;
	}
#allmap{
  width: 100%; 
  height: 320px;
}
.about-icon{
  font-size: 18px;
  color: #008fd7;
}
.title-right{
  width: 1200px;
    height: auto;
    box-sizing: border-box;
    position: relative;
    right: 0px;
    float: right;
    margin-bottom: 40px;
    margin-top: 0px;
}
.title-right1{
  width: 1200px;
  height: 100px;
  float: left;
  margin-top: -160px;
  box-sizing: border-box;
  display: block;
  float: left;

}
.watch-left{
  margin: 0 auto;
  width: 100%;
  margin-left: 500px;
}
.icon-0{
  width: auto;
  height: 19px;
  margin-top: -2px;
  margin-right: 10px;
}
.news-left{
  margin: 40px 0px 20px;
}
.aboutus-box { background:#fcfcfc;}