﻿/*title*/
.title {
    width: 100%;
    text-align: center;
    padding: 50px 0 30px 0;
}
.title p {
    font-size: 14px;
    color: #999999;
    line-height: 35px;
}
.title h2 {
    font-size: 40px;
    color: #0893d0;
}
.title h2 span{color: #0893d0;}

/*product*/
.product .product_con{
	/* height: 1111px; */
	overflow: hidden;
	}
.product .product_nav {
  background: #0893d0;
  width: 250px;
  padding-bottom: 30px;
}
.product .product_top{background: #333333;color: #fff;padding: 22px;}
.product .product_top div{border-left: 5px solid #fff;padding-left: 20px;}
.product .product_top h2{font-size: 30px;color: #FFF;}
.product .product_top p{font-size: 14px;}
.product .product_nav ul li {
  height: 53px;
  border-bottom: 1px solid #838383;
  line-height: 53px;
}
.product .product_nav ul li a {
  color: white;
  font-size: 16px;
  padding-left: 23px;
}
.product .product_nav ul li.on{
  width: 250px;
  background:url(../images/nav_bg.png) no-repeat 200px center #333333;
}
.product .product_nav .bottom {
  text-align: center;
  margin-top: 50px;
  color: white;
}
.product .product_nav .bottom .txt1 {
  font-size: 24px;
  margin: 25px 0;
}
.product .product_nav .bottom .txt2 {
  font-size: 30px;
  background:url(../images/tel.png) no-repeat 15px center;
  line-height: 31px;
  padding-left: 40px;
  letter-spacing: -1px;
}
.product_box {
  width: 942px;
  overflow: hidden;
}

.product_list{
  width: 100%;
  position: relative;
}

.product_list ul{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

.product_list ul.on {
  display: block;
}

.product_list ul li {
  float: left;
  margin-left: 27px;
  margin-bottom: 27px;
  border: 1px solid #ccc;
  padding: 1px;
}

.product_list ul li img {
  padding: 1px;
  width: 281px;
  height: 232px;
  display: block;
  cursor: pointer; 
}

.product_list ul li p {
  text-align: center;
  line-height: 54px;
  font-size: 18px;
}

.product_list ul li p {
  color: #333333;
}

.product_list ul li:hover {
  border: 1px solid #0893d0;
}
.product_list ul li:hover p {color: #0893d0;}

/*advert*/
.advert {
    width: 100%;
    height: 220px;
    margin-top: 50px;
    background: url(../images/s1.png) no-repeat center;
}

.advert p {
    text-align: right;
    padding-top: 152px;
    font-size: 30px;
    color: white;
}

/*good*/
.good {
    width: 100%;
    padding-bottom: 50px;
}
.good .title h2 {
    font-size: 50px;
    color: #0893d0;
}
.good .title h2 span{color: #2d2d2d;font-size: 40px;}

.good ul li {
    margin-top: 35px;
}

.good ul li .list {
    width: 715px;
    margin-top: 38px;
}

.good ul li .list .tits {
    width: 105px;
    height: 145px;
    background: url(../images/b2.png) no-repeat center;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    color: white;
    font-family: "SimSun";
    font-weight: 600;
}

.good ul li .list .txt {
    width: 590px;
}

.good ul li .list .txt .txt1 {
    font-size: 30px;
    color: #0893d0;
    line-height: 40px;
    padding-top: 20px;
    font-weight: 500;
}

.good ul li .list .txt .txt2 {
    font-size: 16px;
    color: #666666;
}

.good ul li .list .txt .txt3 {
    padding-left: 35px;
    background: url(../images/b9.png) no-repeat left top;
}

.good ul li .list .txt .txt3 p {
    line-height: 30px;
    font-size: 18px;
    margin-top: 25px;
}

/*about*/
.about {
    width: 100%;
    height: 525px;
    background: url(../images/bg3.jpg) no-repeat top center;
}

.about .txt {
    width: 610px;
}

.about .txt img{margin: 45px 0 25px 0;}

.about .txt p {
    line-height: 30px;
    font-size: 18px;
    color: #ededed;
}

.about .index_more {
    font-size: 18px;
    line-height: 90px;
    padding: 10px 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #ffffff;

}
.about .about_img{ width:522px;margin-top: 78px;}
/*case*/
.case {width: 100%;}
.case .single {
    width: 1200px;
    margin: 0 auto 0;
    position: relative;
}
.case .single .single_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.case .single .single_box ul {
    width: 10000px;
    position: relative;
}
.case .single .single_box ul li {
    width: 278px;
    height: auto;
    float: left;
    margin-right: 24px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #cccccc;
    padding: 1px;
}
.case .single .single_box ul li img {
    width: 100%;
    height: 252px;
    display: block;
    cursor: pointer;
}
.case .single .single_box ul li p{
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 58px;
}
.case .single .single_box ul li:hover p{
    color: #0893d0;
}
.case .single .single_box ul li:hover{border: 1px solid #0893d0;}

.adv ul li{text-align: center;width: 20%;float: left;}
.adv ul li p.txt1{font-size: 24px;color: #666666;line-height: 54px;}
.adv ul li p.txt2{font-size: 16px;color: #666666;height:69px;background: url(../images/advlibg.png) no-repeat top center;padding-top: 35px;}
/*news*/
.news{background: #efefef;padding-bottom: 10px;margin-top: 50px;}
.news .news_list .fl{width: 500px;}
.news .news_list .fl img{width: 500px;height: 317px;}
.news .news_list .fl h2{font-size: 18px;color: #333333; line-height: 60px; font-weight: 500}
.news .news_list .fl li:hover h2{color: #0893d0}
.news .news_list .fl p{font-size: 14px; line-height: 18px;color: #666666;}
.news .news_list .fr{width: 560px;}
.news .news_list .fr ul li{margin-bottom:45px;padding-left:35px;position: relative;border-left: 3px solid #afafaf;height: 76px;}
.news .news_list .fr ul li span{position: absolute;left: -90px;top: 0;font-size: 14px;color: #afafaf;text-align: right}
.news .news_list .fr ul li span b{display: block;font-size: 18px;font-weight: 500}
.news .news_list .fr ul li h2{color: #333333;line-height: 24px;margin-bottom:10px;font-weight: 500}
.news .news_list .fr ul li p{color: #666666;line-height: 18px;}
.news .news_list .fr ul li:hover h2{color: #164799}