/*----- 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;
}

.w1920 {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    position: relative;
}

.w1200 {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    position: relative;
}

.w1100 {
    width: 1100px;
    left: 50%;
    margin-left: -550px;
    position: relative;
}


/*头部样式*/

.head {
    background: url(../images/head.jpg) repeat-x center top;
    padding-bottom: 12px;
}

#header {
    width: 1200px;
    margin: 0 auto;
}

.wel {
    color: #999;
    line-height: 37px;
}

.k1 {
    color: #999;
    line-height: 37px;
}

.k1 a {
    color: #999
}

.k1 a:hover {
    color: #ff6621
}

.logo {
    margin-top: 26px;
    float: left;
}

.topLink {
    width: 800px;
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
    display: none
}

.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;
}

.topLink .k2 {
    padding-left: 22px;
    background: url(../images/phone.jpg) no-repeat left center;
    float: right;
    margin-top: 13px;
}

#menu {
    margin-top: 5px;
}


/*搜索和热门搜索*/

.ss {
    background: #f0f0f0;
    line-height: 53px;
}

.search {
    width: 1150px;
    margin: 0 auto;
}

#formsearch {
    float: right;
    width: 300px;
    line-height: 31px;
    background: url(../images/ss.jpg) no-repeat 0px center;
    margin-top: 10px;
}

.hotSearch {
    float: left;
    font-weight: normal;
    color: #333;
}

.hotSearch a {
    margin-right: 6px;
    color: #333;
}

.hotSearch a:hover {
    color: #ff6621;
}

#formsearch input {
    height: 31px;
    background: none;
    border: none;
    line-height: 31px;
    float: left;
}

#formsearch input#keyword {
    height: 31px;
    line-height: 31px;
    padding-left: 10px;
    color: #666;
    width: 214px;
}

#formsearch input#s_btn {
    width: 76px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
}

#search-type {
    float: left;
    width: 100px;
    height: 31px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*主体样式*/

#container {
    width: 1150px;
    margin: 0 auto;
    margin-top: 10px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.ctitle {
    color: #999;
    font: 600 30px "宋体";
    text-align: center;
    text-transform: uppercase;
}

.ctitle span {
    display: block;
    color: #111;
    font-family: "微软雅黑";
    margin: 3px 0 16px;
}

.ctitle a {
    display: block;
    font: 400 12px/25px "微软雅黑";
    background: url(../images/more.png) no-repeat center center;
}

.ctitle i {
    display: block;
    font: 400 18px/25px "微软雅黑";
    background: url(../images/ibg.png) no-repeat center center;
    color: #666666;
}

.service {
    margin-top: 30px;
}

.service .content {
    margin-top: 42px;
}

.service li {
    width: 222px;
    float: left;
    border: 1px solid #e0e0e0;
    margin-right: 22px;
    border-top: 3px solid #ff9972;
    padding: 18px 18px;
    text-align: center;
    box-sizing: border-box;
    height: 230px;
}

.service li:nth-child(2) {
    border-top: 3px solid #85bb59;
}

.service li:nth-child(3) {
    border-top: 3px solid #63a5ff;
}

.service li:nth-child(4) {
    border-top: 3px solid #85bb59;
}

.service li:last-child {
    margin-right: 0;
    border-top: 3px solid #ff764d;
}

.service li a {
    display: block;
    color: #111;
    font-size: 18px;
}

.service li h3 {
    font: 400 12px/18px "微软雅黑";
    height: 36px;
}

.service li a.inquiry {
    width: 92px;
    height: 28px;
    border: 1px solid #ff8659;
    border-radius: 6px;
    line-height: 28px;
    color: #ff8659;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 18px;
    transform: scale(0.8);
}

.service li a.img {
    height: 72px;
    line-height: 72px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.service li:nth-child(2) a.inquiry,
.service li:nth-child(4) a.inquiry {
    color: #85ba59;
    border-color: #85ba59;
}

.service li:nth-child(3) a.inquiry {
    color: #63a5ff;
    border-color: #63a5ff;
}

.service li:nth-child(5) a.inquiry {
    color: #ff764d;
    border-color: #ff764d;
}

.service li:hover a.inquiry {
    background: #ff8659;
    color: #fff;
}

.service li:nth-child(2):hover a.inquiry,
.service li:nth-child(4):hover a.inquiry {
    background: #91c269;
}

.service li:nth-child(3):hover a.inquiry {
    background: #72aeff;
}

.service li:nth-child(5):hover a.inquiry {
    background: #ff835e;
}

.service li:hover {
    box-shadow: -2px 0 7px #e0e0e0, 2px 0 7px #e0e0e0, 0 0 0 #e0e0e0, 0 2px 7px #e0e0e0;
}

.c2 {
    background: url(../images/c2.jpg) no-repeat 49% top;
    padding-top: 28px;
    height: 1120px;
    margin-top: 68px;
}

.menu_cate {
    width: 159px;
    float: left;
    border-right: 1px solid #e6e6e6;
    background: linear-gradient(#fff, #d7d7d7);
    padding: 20px 18px;
    margin-top: 53px;
    margin-left: 22px;
}


/*产品推荐*/

.recommend_product {
    width: 945px;
    float: right;
    margin-top: 40px;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}

.ht1 {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.ys {
    margin-top: 52px;
    margin-bottom: 80px;
}

.yimg {
    width: 582px;
}

.yword {
    width: 505px;
}

.yword .ytitle {
    width: 45px;
}

.yword .ycontent {
    width: 435px;
    font: 400 14px/26px "微软雅黑";
}

.yword .ycontent h3 {
    border-bottom: 1px dashed #dbdbdb;
    color: #333;
    font: 600 20px/45px "微软雅黑";
    margin-bottom: 8px;
}

.yword .ycontent h3 i {
    padding-left: 5px;
    color: #b1b1b1;
    font-family: "宋体";
    text-transform: uppercase;
    font-weight: 500;
}

.mb28 {
    height: 28px;
}

.mb60 {
    height: 60px;
}

.yword1 {
    margin-bottom: 52px;
}

.zixun {
    display: block;
    float: left;
    width: 136px;
    margin-top: 27px;
}

.phone {
    padding-left: 55px;
    background: url(../images/phone1.png) no-repeat 0% 100%;
    color: #5b6575;
    float: left;
    margin-left: 26px;
    margin-top: 16px;
}

.process {
    margin-top: 50px;
}

.process .content {
    width: 1150px;
    margin: 0 auto;
    margin-top: 32px;
}

.process li {
    width: 109px;
    float: left;
    padding-right: 39px;
    background: url(../images/sdot1.jpg) no-repeat 126px center;
}

.process li:last-child {
    padding-right: 0;
    background: none
}

.c3 {
    background: url(../images/c3.png) no-repeat center 120px;
    padding-bottom: 13px;
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
}

.about {
    margin-top: 58px;
}

.about .content1 {
    width: 480px;
    float: left;
    margin-top: 58px;
}

.about .content {
    width: 697px;
    float: right;
    background: url(../images/about.png) no-repeat center top;
    padding: 56px 96px 0 40px;
    font: 400 14px/30px "微软雅黑";
    position: relative;
    height: 343px;
    margin-top: 75px;
    box-sizing: border-box;
}

.about .content h3 {
    color: #111;
    font: 400 22px "微软雅黑";
    margin-bottom: 30px;
}

.about .content a {
    display: block;
    color: #fff;
    background: #ff6621;
    font: 400 12px/26px "微软雅黑";
    width: 84px;
    text-align: center;
    position: absolute;
    right: 97px;
    bottom: 39px;
}

.atitle {
    color: #fff;
    font-size: 22px;
    line-height: 42px;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 75px;
    width: 1150px;
}

.atitle span {
    padding-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.atitle a {
    position: absolute;
    right: 0;
    top: 0;
}

.album {
    position: relative;
    width: 1240px;
    left: 50%;
    margin-left: -620px;
}

.album .product_list2 {
    margin-top: 24px;
}

.l_btn,
.r_btn {
    position: absolute;
    top: 37%;
    cursor: pointer;
}

.l_btn {
    left: 0;
}

.r_btn {
    right: 0;
}

.customer {
    position: relative;
    width: 1240px;
    left: 50%;
    margin-left: -620px;
}

.customer .product_list3 {
    margin-top: 45px;
}

.l_btn1,
.r_btn1 {
    position: absolute;
    top: 41%;
    cursor: pointer;
}

.l_btn1 {
    left: 0;
}

.r_btn1 {
    right: 0;
}


/*首页新闻*/

.news {
    margin-top: 80px;
}

.news_company {
    width: 350px;
    margin-right: 56px;
}

.news1_title {
    border-bottom: 1px solid #e5e5e5;
    font: 400 22px/50px "微软雅黑";
    color: #111;
    position: relative;
}

.news1_title span {
    padding-left: 12px;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}

.news1_title a {
    position: absolute;
    right: 0;
    top: 0;
}

.news_company .content {
    padding-top: 20px;
}

.cate_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;
}

.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;
}


/*工程案例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_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;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}


/*友情链接*/

.f_link {
    width: 1150px;
    margin: 0 auto;
    line-height: 80px;
    background: url(../images/link.png) no-repeat 10px center;
    height: 80px;
    overflow: hidden;
    text-indent: 165px;
}

.f_link a {
    padding: 0 12px;
}

#gotop0 {
    position: fixed;
    display: none;
    height: 100px;
    width: 61px;
    background: url(../images/top.png) no-repeat;
    right: 100px;
    bottom: 130px;
    cursor: pointer;
}


/*页面底部*/

.logox {
    margin-left: -30px;
}

.foot {
    padding-top: 95px;
    background: url(../images/foot.jpg) #293038 no-repeat center top;
    margin-top: 55px;
    padding-bottom: 10px;
}

#footer {
    width: 1150px;
    margin: 0 auto;
    padding-top: 32px;
}

.nav_foot {
    width: 350px;
    float: left;
}

.code1 {
    width: 118px;
    float: left;
    text-align: center;
    line-height: 35px;
    margin-left: 164px;
    margin-top: 33px;
}

.contact {
    width: 350px;
    float: right;
    color: #333;
    font: 400 14px/28px "微软雅黑";
    margin-top: 40px;
}

.copyright {
    color: #7d8288;
    font: 400 12px/24px "微软雅黑";
    margin-top: 16px;
    margin-left: -600px;
    position: relative;
    width: 1200px;
    left: 50%;
    text-align: center;
}

.copyright a {
    color: #7d8288;
}

.copyright a:hover {
    color: #ff6621;
}

.nav1 {
    margin-top: 26px;
}

.nav1 a {
    padding-left: 18px;
    color: #333;
    font: 400 14px/32px "微软雅黑";
    background: url(../images/ndot1.jpg) no-repeat 0% 50%;
    width: 85px;
    display: block;
    float: left;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 38px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #ff6621;
    font-size: 14px;
    color: #fff;
}

.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;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.n_banner img {
    width: 1920px;
    margin: 0 auto
}

.left {
    width: 225px;
    float: left;
}

.sort_menu {}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    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: 900px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    padding-right: 10px;
    background: #ff6621;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 38px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    color: #fff;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 38px;
    color: #fff;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.sitemp .site a {
    color: #fff;
}