@CHARSET "UTF-8";

.container-fluid {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.headt-wrap {
    background: url(../images/head_bg.jpg) no-repeat center center;
    height: 43px;
}

.headt {
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #a2a1a1;
    overflow: hidden;
}

.headtl {
    /*width: 730px;*/
    float: left;
    padding-left: 15px;
}

.headtr {
    /*width: 455px;*/
    float: right;
    text-align: right;
}

.headtr a {
    color: #a2a1a1;
}

.headtr a:hover {
    color: #0c95f6;
}

.head {
    height: 128px;
}

.headl {
    float: left;
    line-height: 128px;
}

.head-wrap{
    position:relative;
}

.head-wrap:before{
    content:'';
    display:block;
    width:1251px;
    height:1px;
    background:rgba(169,170,170,.6);
    position:absolute;
    right:0;
    top:88px;
    z-index: 1;
}

.headr {
    float: right;
    height: 128px;
    font-size: 16px;
    color: #3a3a3a;
    /* position: relative; */
    /* z-index: 2; */
}

/* 搜索 */
.se-wrap {
    height: 50px;
    box-shadow: 0px 0px 8px 2px rgba(87, 86, 86, 0.35);
}

.se {
    height: 50px;
    overflow: hidden;
}

.se h1 {
    width: 600px;
    float: left;
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
    color: #4b4949;
}

.se h1 a {
    padding-right: 20px;
    color: #4b4949;
}

.se h1 a:hover {
    color: #0c95f6;
}

.se form {
    float: right;
    width: 290px;
    height: 27px;
    margin-top: 12px;
}

.se form #keyword {
    width: 190px;
    height: 25px;
    padding: 0 20px 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 10px 0 0 10px;
    border-right: none;
    background: #fff;
    font-size: 14px;
    color: #797878;
    float: left;
    display: block;

}

.se form #s_btn {
    width: 78px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: #797878;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    float: left;
    display: block;
    background: #fff;
    margin-left: -10px;
}

/* 标题 */
.htitle {
    text-align: center;
}

.htitle h2 {
    height: 30px;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
    color: #2b2929;
}

.htitle h2 span {
    color: #0c95f6;
}

.htitle p {
    text-transform: uppercase;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #919191;
    font-family: simsun;
}

.htitle s {
    width: 28px;
    height: 4px;
    background: #0c95f6;
    display: block;
    margin: 10px auto 0;
}

/* 产品介绍 */
.prd {
    padding-top: 32px;
}

.prdt {
    margin-top: 30px;
    overflow: hidden;
}

.prdt {
    position: relative;
}

.prdt ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    height: 476px;
}

.prdt ul.bb li {
    position: absolute;
    display: none;
    overflow: hidden;
    width: 100%;
}

.prdt .num {
    overflow: hidden;
    width: 1220px;
    margin-top: 30px;
}

.prdt .num li {
    width: 252px;
    height: 200px;
    margin-right: 20px;
    float: left;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
}

.prdt .num a.ck{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    color: #fff;
    font-size: 16px;
    width: 112px;
    height: 200px;
    background: #a0a0a0;
    float: left;
}

.prdt .num a.ck .tu{
    width: 100%;
    margin-bottom: 10px;
}

.prdt .num li img {
    width: 250px;
    height: 198px;
    display: block;
}

.prdt .num li:hover {
    border-color: #0c95f6;
}

.prdtl {
    width: 411px;
    height: 474px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    float: left;
}

.prdtl .prdtc {
    width: 324px;
    height: 451px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    display: block;
    margin: 12px auto 0;
    padding: 0px 40px 0 25px;
}

.prdtc h2 {
    height: 18px;
    line-height: 18px;
    padding: 34px 0 15px 10px;
    font-size: 18px;
    color: #4f4e4e;
    font-weight: normal;
    overflow: hidden;
}

.prdtc h3 {
    padding-left: 28px;
    background: url(../images/lin.png) no-repeat left 7px;
    color: #6b6b6b;
    line-height: 25px;
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.prdtc h3 p{
    color: #a0a0a0;
}

.prdtc>p {
    padding-top: 28px;
}

.prdtr {
    width: 771px;
    height: 474px;
    float: right;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}

.prdtr img {
    width: 545px;
    height: 432px;
    display: block;
    margin: 21px auto;
}

.prdb {
    overflow: hidden;
    padding-top: 30px;
}

.prdbc {
    float: left;
    width: 1068px;
    overflow: hidden;
    margin-right: 20px;
}

.prdbc ul {
    overflow: hidden;
}

.prdbc ul li {
    width: 250px;
    height: 198px;
    margin-right: 20px;
    float: left;
    border: 1px solid #cfcfcf;
}

.prdbc ul li img {
    width: 250px;
    height: 198px;
    display: block;
}

#product {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#inproduct {
    float: left;
    width: 800%;
}

#product1 {
    float: left;
}

#product2 {
    float: left;
}

.prdb a.more {
    width: 112px;
    background: url(../images/prd_more.png) no-repeat center 63px #a0a0a0;
    padding-top: 100px;
    display: block;
    height: 100px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: left;
}

.prdc {
    padding-top: 30px;
    height: 54px;
    padding-bottom: 50px;
}

.prdc h2 {
    width: 172px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    float: left;
    background: #0c95f6;
}

.prdc ul {
    width: 978px;
    height: 54px;
    overflow: hidden;
    height: 54px;
    text-align: center;
    line-height: 54px;
    float: left;
    font-size: 16px;
    background: #eee;
}

.prdc ul li {
    width: 163px;
    float: left;
}

.prdc ul li a {
    display: block;
    color: #777676;
}

.prdc ul li a:hover {
    color: #0c95f6;
}

.prdc .more {
    width: 50px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
    color: #fff;
    float: left;
    display: block;
    background: #0c95f6;
    text-transform: uppercase;
}

/* 走进雄毅华 */
.ab-wrap {
    background: url(../images/ab_bg.jpg) no-repeat top center / 100% 100%;
    /*height: 755px;*/
    margin-top: 20px;
}

.ab {
    padding-top: 50px;
}

.abc {
    overflow: hidden;
}

.abl {
    width: 600px;
    height: 405px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.46);
    overflow: hidden;
    border-radius: 5px;
    /* margin-right: 30px; */
    float: left;
}

.abl img {
    width: 600px;
    height: 405px;
    display: block;
}

.abr {
    width: 593px;
    padding-top: 26px;
    float: right;
    margin-right: -34px;
}

.abr dd{
    color: #fbf6f6;
    font-size: 14px;
    line-height: 36px;
}

.abr h2 {
    height: 38px;
    line-height: 38px;
    font-size: 38px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 24px;
    overflow: hidden;
}

.abr h3 {
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 41px;
}

.abr a.more {
    width: 110px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 12px;
    color: #fff;
    font-family: '宋体';
    border: 2px solid rgba(255, 255, 255, 0.46);
    display: block;
    margin-top: 35px;
}

.abb {
    padding: 20px 0 0 30px;
}

.abb h2 {
    padding-left: 35px;
    height: 24px;
    padding-bottom: 10px;
    font-size: 21px;
    color: #fff;
    font-weight: normal;
}

.abb h2 a {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 15px;
    background: url(../images/ab_more.png) no-repeat;
    vertical-align: middle;
}

.abb p {
    padding-left: 75px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: url(../images/ab_bg1.png) no-repeat left top 17px;
}

/* 优势 */
.adv {
    padding: 30px 0 46px;
}

.adv ul {
    width: 1200px;
    overflow: hidden;
    padding-top: 16px;
}

.adv ul li {
    width: 224px;
    height: 293px;
    overflow: hidden;
    margin-right: 16px;
    float: left;
    background: url(../images/adv_bg.png) no-repeat;
}

.adv ul li h2 {
    padding-top: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #cfe9fb;
    overflow: hidden;
    border-bottom: 1px solid #0e6bad;
    margin-bottom: 15px;
}

.adv ul li p {
    width: 190px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
    color: #e0f8ea;
}

.adv .htitle s {
    background: #0c95f6;
}

/* */
.co-wrap {
    background: url(../images/co_bg.jpg) no-repeat center center;
    height: 415px;
}

.co {
    padding-top: 50px;
    text-align: center;
}

.co .htitle h2 {
    color: #4b4949;
    opacity: 0.88;
}

.co .htitle p {
    /* color: #595858; */
}

.co .htitle s {
    background: #0c95f6;
}

.co .coc {
    padding: 20px 0 30px;
    overflow: hidden;
}

.co .coc ul {
    overflow: hidden;
}

.co .coc ul li {
    width: 267px;
    height: 200px;
    margin-right: 20px;
    float: left;
}

.co .coc ul li img {
    width: 267px;
    height: 200px;
    display: block;
}

.co a.more {
    font-size: 22px;
    color: #595858;
    text-transform: uppercase;
    margin-left: 40px;
    font-family: simsun;
}

#company {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#incompany {
    float: left;
    width: 800%;
}

#company1 {
    float: left;
}

#company2 {
    float: left;
}

/* 新闻 */
.ne {
    padding: 52px 0 5px;
    overflow: hidden;
}

.nel {
    width: 362px;
    margin-right: 48px;
    float: left;
}

.nel .nelt h2 {
    background: #626262;
    height: 56px;
    line-height: 56px;
    padding-left: 15px;
    font-size: 30px;
    color: #e6e6e6;
}

.nel .nelt img {
    width: 361px;
    height: 244px;
    display: block;
}

.nelb {
    padding-top: 25px;
}

.nelb h2 {
    line-height: 25px;
    font-size: 14px;
    height: 25px;
    color: #4f4f4f;
    padding-bottom: 10px;
    overflow: hidden;
    font-weight: 500;
}

.nelb p {
    font-size: 14px;
    line-height: 25px;
    color: #4f4f4f;
    height: 75px;
    overflow: hidden;
}

.nelb a {
    margin-top: 30px;
    width: 145px;
    height: 39px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #0c95f6;
    border-radius: 8px;
    font-size: 14px;
    color: #5d5d5d;
    display: block;
}

.ner {
    width: 790px;
    float: left;
}

.ner h3 {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #4b4949;
    background: url(../images/news_bg.png) no-repeat 155px center;
    overflow: hidden;
    margin-bottom: 30px;
}

.ner h3 a {
    float: right;
    margin-bottom: 15px;
    font-size: 22px;
    color: #5d5d5d;
    font-weight: normal;
    font-family: simsun;
}

.ner ul li {
    overflow: hidden;
    padding-right: 150px;
    position: relative;
    margin-bottom: 45px;
}

.ner ul li h2 a {
    display: block;
    height: 25px;
    font-size: 14px;
    color: #5d5d5d;
    overflow: hidden;
    padding-bottom: 10px;
    font-weight: 500;
}

.ner ul li p {
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #5d5d5d;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding-bottom: 22px;
}

.ner ul li span {
    width: 120px;
    height: 116px;
    background: #bfbfbf;
    font-size: 42px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-weight: bold;
}

.ner ul li span s {
    display: block;
    text-decoration: none;
    font-size: 22px;
    line-height: 25px;
}

.ner ul li:hover span {
    background: #0c95f6;
}

.ner ul li:hover h2 a {
    color: #0c95f6;
}

.flink {
    font-size: 14px;
    line-height: 25px;
    padding: 20px 0;
    color: #1a1a1a;
}

.flink a {
    color: #1a1a1a;
}

.flink a:hover {
    color: #0c95f6;
}

/* 底部 */
.foot-wrap {
    background: #f5f5f5;
}

.foot {
    padding: 40px 0 30px;
}

.footc {
    overflow: hidden;
}

.footl {
    width: 415px;
    padding-left: 25px;
    float: left;
}

.footr {
    width: 680px;
    padding: 10px 0 0 80px;
    background: url(../images/foot_bg.png) no-repeat;
    font-size: 14px;
    line-height: 30px;
    color: #1a1a1a;
    float: left;
}

.footb {
    font-size: 14px;
    padding: 20px 25px 0;
    color: #1a1a1a;
    line-height: 30px;
    text-align: center;
}

.footb a {
    color: #1a1a1a;
}

.footb a:hover {
    color: #0c95f6;
}

/*头部样式*/
#header {
    width: 1200px;
    margin: 0 auto;
}

.top {
}

.logo {
    float: left;
}

.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;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    margin-top: 5px;
}

/*热门搜索*/
/*.search {*/
/*text-align: left;*/
/*height: 24px;*/
/*padding: 0px 0px 10px 0px;*/
/*}*/

/*#formsearch {*/
/*width: 225px;*/
/*float: right;*/
/*}*/

/*.hotSearch {*/
/*width: 400px;*/
/*float: left;*/
/*height: 24px;*/
/*line-height: 24px;*/
/*color: #333333;*/
/*font: 500 12px/24px "微软雅黑";*/
/*}*/

/*主体样式*/
#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.menu_cate {
    width: 220px;
    float: left;
}

.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;
}

.about {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.about_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;
}

.about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.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;
}

/*首页新闻*/
.news_company {
    width: 280px;
    float: right;
}

.news1_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;
}

.news_company .content {
    padding: 5px;
}

/*首页左侧联系我们*/
.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact_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;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}

/*工程案例*/
.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;
}

/*产品推荐*/
.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

.recommend_product .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;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}

/*友情链接*/
.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 20px;
}

/*页面底部*/
#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #eee;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #0c95f6;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

.copyright {
    text-align: center;
    line-height: 24px;
}

/*------------内页-------------------*/
.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: #0c95f6;
    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;
    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: 930px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    background: #0c95f6;
    color: #fff;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: left;
    text-indent: 15px;
    color: #fff;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}

.sitemp .site a {
    color: #fff;
}

.sitemp .site a:hover {
    color: #0c95f6;
}

.right .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}