﻿/*头部样式*/
.sky {
    background-color: #e9e9e9;
    line-height: 30px;
    border-bottom: 1px solid #d6d6d6;
}

.nsky {
    width: 1200px;
    margin: 0 auto;
}

.wel {
    color: #525252;
}

#header {
    width: 1200px;
    margin: 0 auto;
    height: 104px;
}

.top {
}

.logo {
    float: left;
}

.k2 {
    float: right;
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
    background: url(../images/t.png) no-repeat left center;
    padding-left: 42px;
    line-height: 24px;
    margin-top: 33px;
}

.topLink {
    width: 400px;
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

#menu {
    background: url(../images/meun.png) repeat-x;
    height: 52px;
}

/*热门搜索*/
.search {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
}

#formsearch {
    float: right;
    margin-top: 8px;
}

.hotSearch {
    width: 400px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

/*主体样式*/
#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/*关于我们样式*/
.box1 {
    margin-top: 100px;
    background: url(../images/bj1.png) no-repeat top center;
    height: 347px;
}

.pic {
    margin-left: 35px;
    margin-top: -37px;
    width: 596px;
    height: 345px;
    overflow: hidden;
}

.pic img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pic:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.about {
    width: 470px;
    margin-right: 66px;
}

.about_title {
    line-height: 55px;
    font-weight: bold;
    font-family: "微软雅黑";
    margin-top: 13px;
    background: url(../images/abtt.png) no-repeat bottom left;
    font-size: 19px;
    color: #fff;
}

.about .content {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    padding-top: 18px;
}

.about .content p {
    text-indent: 2em;
}

.about a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fff;
    width: 108px;
    line-height: 28px;
    display: block;
    margin-top: 30px;
}

.about a:hover {
    background-color: #28c5a5;
    border-color: #28c5a5;
    color: #fff;
}

/*产品分类样式*/
.box2 {
    margin-top: 108px;
    background: url(../images/bj2.jpg) no-repeat top center;
    height: 706px;
}

.box2 .container {
    background: url(../images/yy.png) no-repeat top center;
    height: 706px;
}

.box2_tt {
    color: #28c5a5;
    font-size: 30px;
    text-align: center;
    padding-top: 60px;
}

.box2_tt span {
    color: #dedede;
    font-size: 12px;
    display: block;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 30px;
}

.box2_tt p {
    color: #fff;
    font-size: 12px;
    font-family: "宋体";
}

.prod {
    width: 698px;
    height: 416px;
    position: relative;
    margin-top: 43px;
    margin-left: 22px;
}

.lb, .rb {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 99999;
}

.lb {
    left: 0;
    background: url(../images/left.png) no-repeat;
}

.rb {
    left: 48px;
    background: url(../images/right.png) no-repeat;
}

.lb:hover {
    left: 0;
    background: url(../images/left2.png) no-repeat;
}

.rb:hover {
    right: 0;
    background: url(../images/right2.png) no-repeat;
}

.fenlei {
    width: 460px;
    margin-right: 11px;
    margin-top: 43px;
}

.fenlei li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    _display: inline;
    position: relative;
}

.fenlei li a.img {
}

.fenlei li a.img img {
    width: 220px;
    height: 132px;
}

.fenlei li h3 {
    background: rgba(0, 0, 0, .7);
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    height: 24px;
    display: none;
}

.fenlei li h3 a {
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

.fenlei li:hover h3 {
    display: block;
}

.fenlei li a.img {
    display: block;
}

.fenlei li a.img:hover {
    border-color: #e87518;
}

/*优势样式*/
.box3 {
    background: url(../images/bj3.jpg) no-repeat top center;
    height: 645px;
}

.box3_tt {
    color: #28c5a5;
    font-size: 30px;
    text-align: center;
    padding-top: 75px;
}

.box3_tt span {
    color: #999999;
    font-size: 12px;
    display: block;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 30px;
}

.box3_tt p {
    color: #999999;
    font-size: 12px;
    font-family: "宋体";
}

.box3 .content {
    padding: 66px 60px 0;
}

.box3 .content li {
    width: 270px;
    float: left;
    text-align: center;
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.box3 .content li a {
    position: relative;
    width: 142px;
    height: 118px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.box3 .content li a img {
    position: absolute;
    top: 0;
    left: 0;
}

.box3 .content li a:hover img {
    top: -118px;
}

.box3 .content li h3 {
    color: #333333;
    font-size: 18px;
    font-family: "é?‘??“";
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 106px;
}

.box3 .content li p {
    padding: 0 46px;
    color: #666666;
    font-size: 14px;
    line-height: 21px;
}

.box4 {
    background: #929292;
    height: 514px;
}

.box4 .container {
    background: url(../images/yy2.png) no-repeat top center;
    height: 514px;
}

.process {
    width: 535px;
    padding-left: 65px;
}

.box4_tt {
    background: url(../images/tt.png) no-repeat left center;
    height: 45px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-top: 75px;
    line-height: 24px;
    padding-left: 15px;
}

.box4_tt span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Arial";
}

.lc {
    padding-top: 28px;
}

.ly {
    width: 545px;
    padding-left: 55px;
}

/*成功案例样式*/

.box5 {
    margin-top: 40px;
}

.box5_tt {
    color: #28c5a5;
    font-size: 30px;
    text-align: center;
    background: url(../images/ctt.jpg) no-repeat center center;
    height: 130px;
    padding-top: 50px;
}

.box5_tt span {
    color: #999999;
    font-size: 12px;
    display: block;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 30px;
}

.box5_tt p {
    color: #999999;
    font-size: 12px;
    font-family: "宋体";
}

.box5 .content {
    padding: 0 5px;
}

.box5 .content li {
    float: left;
    margin-right: 20px;
    position: relative;
}

.box5 .content li:nth-child(5) {
    margin-right: 0;
}

.box5 .content li a img {
    cursor: pointer;
    transition: all 0.6s;
    width: 100%;
}

.box5 .content li a img:hover {
    transform: scale(1.4);
}

.box5 .content li h3 {
    background: rgba(58, 51, 43, .5);
    line-height: 34px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.box5 .content li h3 a {
    color: #e5e5e5;
    font-size: 14px;
    font-weight: normal;
}

.box5 .content li:nth-child(1) {
    width: 464px;
    height: 334px;
    overflow: hidden;
}

.box5 .content li:nth-child(2) {
    position: relative;
    width: 464px;
    height: 156px;
    overflow: hidden;
}

.box5 .content li:nth-child(3) {
    position: relative;
    width: 222px;
    height: 156px;
    overflow: hidden;
    margin-top: 20px;
}

.box5 .content li:nth-child(4) {
    position: relative;
    width: 222px;
    height: 156px;
    overflow: hidden;
    margin-top: 20px;
}

.box5 .content li:nth-child(5) {
    position: relative;
    width: 223px;
    height: 334px;
    overflow: hidden;
    float: right;
    margin-top: -335px;
}

.box5 .content li:nth-child(1) h3 {
    background: rgba(58, 51, 43, .5);
    height: 64px;
    padding-top: 18px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: left;
    text-indent: 25px;
    line-height: 24px;
}

.box5 .content li:nth-child(1) h3 a {
    color: #e5e5e5;
    font-size: 20px;
    font-weight: bold;
}

.box5 .content li:nth-child(1) h3 span {
    color: #e5e5e5;
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.cm a {
    width: 178px;
    line-height: 40px;
    border: 2px solid #bcbcbc;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 43px;
    color: #333333;
    font-size: 16px;
}

.cm a:hover {
    color: #fff;
    background-color: #28c5a5;
    border-color: #28c5a5;
}

/*首页新闻*/
.box6 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-top: 87px;
}

.add {
    width: 50%;
}

.news_company {
    width: 50%;
    background-color: #dedede;
    float: right;
    padding-bottom: 17px;
}

.news1_title {
    line-height: 31px;
    text-align: center;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nstt.png) no-repeat center bottom;
    font-size: 24px;
    color: #28c5a5;
    padding-bottom: 30px;
}

.news_company .content {
    width: 560px;
    margin-left: 40px;
    padding-top: 30px;
}

.news_listt1 {
    padding-top: 15px;

}

.news_listt1 .news_list1 {
    margin-bottom: 30px;
}

.news_listt1 .news_list1:hover {

}

.news_listt1 .news_list1:hover dd {
    color: #fff;
    background: #28c5a5;
}

.news_listt1 .news_list1:hover dd span {
    color: #fff;
}

.news_listt1 .news_list1:hover dt {
    color: #fff;
    background: #28c5a5;
}

.news_listt1 .news_list1:hover dt span {
    color: #fff;
}

.news_listt1 .news_list1:hover dt span a {
    color: #000;
}

.news_listt1 .news_list1:hover dt a {
    color: #fff;
}

.news_list1 dd {
    width: 90px;
    background-color: #f3f3f3;
    text-align: center;
    font: 600 42px "arial";
    color: #999999;
    float: left;
    height: 75px;
    padding-top: 15px;

}

.news_list1 dd span {
    display: block;
    font: 500 14px "arial";
    color: #999999;
}

.news_list1 dt {
    width: 400px;
    padding-left: 24px;
    padding-right: 34px;
    padding-top: 5px;
    padding-bottom: 10px;
    float: right;
    border-left: none;
    background-color: #f3f3f3;

}

.news_list1 dt a {
    color: #333333;
    font: 400 14px/33px Microsoft YaHei;
}

.news_list1 dt span {
    display: block;
    color: #333333;
    font: 400 12px/21px Microsoft YaHei;
}

.news_list1 dt span a {
    color: rgb(51, 51, 51);
    display: inline;
    font: 400 12px/24px Microsoft YaHei;
    float: right;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*友情链接*/
.f_link {
    background-color: #292929;
    margin: 0 auto;
    text-align: center;
    line-height: 70px;
    color: #e4e4e4;
}

/*页面底部*/
#footer {
    background: #3c3c3c;
}

.foot {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.lx {
    width: 316px;
}

.foot_tt {
    color: #e4e4e4;
    font-size: 14px;
    margin-bottom: 10px;
}

.lx .content {
    color: #e4e4e4;
    line-height: 24px;
}

.nav_foot {
    width: 157px;
}

.nav_foot ul li {
    float: left;
    margin-right: 30px;
    line-height: 23px;
}

.nav_foot ul li:nth-child(even) {
    float: right;
}

.Copyright {
    width: 370px;
    margin-left: 60px;
    text-align: left;
    color: #e4e4e4;
    line-height: 24px;
}

.ewm {
    margin-right: -20px;
    margin-top: 10px;
}

.foot a {
    color: #e4e4e4;
}

.foot a:hover {
    color: #e87518;
    text-decoration: none;
}

/*------------内页-------------------*/
.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.left {
    width: 225px;
    float: left;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    font-weight: normal;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 940px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    background: url(../images/nav.png) no-repeat 0% 100%;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    color: #000;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}


