@charset "UTF-8";

/* CSS Document */

body {
    font-family: "微软雅黑";
    color: #474747;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    background: url(../images/bg1.jpg) repeat-x;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

img {
    border: none;
}

a:link,
a:visited {
    color: #474747;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}


/*顶部*/

.head {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.top {
    width: 940px;
    height: 70px;
    margin: 0 auto;
}

.top img {
    float: left;
}

.top span {
    float: right;
}

.top_right {
    float: right;
    z-index: 9999;
    display: block;
    left: 1160px;
    position: absolute;
    z-index: 9999
}

.top_right p {
    text-align: right;
}

.top_right p a {
    color: #FFF;
}


/*导航*/

.nav {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/nav-bg.gif) repeat-x;
}

.subnavs {
    width: 960px;
    height: 41px;
    margin: 0px auto;
}

.subnavs li {
    height: 41px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-weight: bold;
    font-size: 15px;
}
.subnavs ul {display:flex;}
.subnavs li {
    flex: 1;
}
.subnavs li a:link,
.subnavs li a:visited {
    /*width: 106px;*/
    color: #fff;
    text-decoration: none;
    display: block;
}

.subnavs li a:hover {
    color: #fff;
    text-decoration: none;
    background: #09F;
}

.subnavs li ul {
    display: none;
    position: absolute;
    padding-left: 20px;
}


/*banner*/

.bannertab {
    width: 960px;
    height: 350px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.bannertab iframe {
    width: 960px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -720px
}


/*首页共用*/

.wrapper {
    width: 960px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    background: #FFF;
}

.title {
    height: 30px;
    line-height: 30px;
    background: url(../images/nav-bg.gif) repeat-x;
    padding: 0px 10px;
}

.title span {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
}

.title img {
    float: right;
    margin-top: 12px;
}

.w-left {
    width: 240px;
    height: 100%;
    float: left
}

.w-right {
    width: 720px;
    float: left
}

.map {
    width: 220px;
    height: 180px
}


/*产品列表*/

.pro_tit {
    width: 240px;
    float: left;
}

.pro_tit_nr {
    width: 220px;
    height: 180px;
    overflow: hidden;
    padding: 10px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.pro_tit_nr ul {
    width: 220px;
}

.pro_tit_nr li {
    width: 210px;
    height: 30px;
    line-height: 30px;
    background: url(../images/ic03.gif) no-repeat left;
    border-bottom: 1px #c0c0c0 dashed;
    padding-left: 10px;
}


/*首页新闻*/

.new {
    width: 240px;
    height: 190px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden
}

.new_nr {
    width: 220px;
    padding: 10px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.new_nr ul {
    width: 220px;
}

.new_nr ul li {
    width: 210px;
    height: 28px;
    line-height: 28px;
    background: url(../images/ic.gif) no-repeat left;
    border-bottom: 1px #c0c0c0 dashed;
    padding-left: 10px;
}


/*首页关于我们*/

.abouts {
    width: 710px;
    height: 200px;
    float: left;
    margin: 0 10px
}

.sy_abouts {
    width: 690px;
    height: 140px;
    padding: 10px;
    background-color: #f9f9f9;
    overflow: hidden;
    margin-bottom: 10px;
}

.abouts_pic {
    width: 134px;
    height: 104px;
    float: left;
}

.abouts_pic img {
    border: 1px solid #ccc;
    padding: 1px
}

.abouts_nr {
    width: 440px;
    height: 168px;
    float: right;
}


/*首页联系我们*/

.con {
    width: 240px;
    float: left;
    background-color: #efefef;
    margin-bottom: 10px;
}

.sy_contact {
    width: 220px;
    background: url(../images/c_bg.jpg) no-repeat right bottom;
    background-color: #EEE;
}


/*首页产品中心*/

.chanpin {
    float: right;
    width: 710px;
    height: 450px;
    background: #fcfbfb;
}

.cp_p {
    width: 710px;
    height: 550px;
    padding-top: 20px;
    background-color: #f5f5f5;
    text-align: center;
    float: left
}

.cp_p .pro2 {
    float: left;
    width: 146px;
    height: 175px;
    margin: 0 0 20px 25px;
}

.cp_p .pro2 img {
    border: 1px solid #dfdfdf;
    width: 140px;
    height: 100px;
    margin-bottom: 5px;
    padding: 3px
}

.cp_p .pro2 a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cp_p .pro2 a:hover {
    color: #c1392b;
}

.pro {
    width: 960px;
    height: 205px;
    margin-top: 10px
}

.pro_pro {
    width: 960px;
    overflow: hidden;
    margin-top: 15px;
}

.pro_pro ul li {
    width: 140px;
    height: 130px;
    border: #CCC solid 1px;
    padding: 1px;
    float: left;
    margin-left: 15px;
}

.pro_pro ul li img {
    width: 140px;
    height: 130px;
}

.pro .title {
    width: 938px;
    line-height: 32px;
    background: url(../images/t_bg.jpg) repeat-x;
    padding: 0px 10px;
    border-left: 1px #cecca6 solid;
    border-right: 1px #cecca6 solid;
}

.pro .title span {
    color: #dc261c;
    float: left
}

.sy_product {
    width: 958px;
    height: 145px;
    padding: 10px 0px;
    border: 1px #cecca6 solid;
    border-top: none;
}

.sy_product .pro2 {
    width: 140px;
    height: 142px;
    float: left;
    text-align: center;
    border: 1px #ccc solid;
    margin: 0 0 0 22px;
}

.sy_product .pro2 img {
    width: 140px;
    height: 100px;
    padding-bottom: 5px
}


/*首页案例*/

.anli1 {
    width: 960px;
    height: 190px;
    margin: 10px auto
}

.anli1_nr {
    width: 960px;
    height: 140px;
    padding: 10px 0;
    background: #f3f3f3
}

.pro3 {
    float: left;
    width: 200px;
    height: 140px;
    margin: 0 5px 0 30px;
}

.pro3 img {
    border: 1px solid #dfdfdf;
    width: 198px;
    height: 138px;
}

.anli {
    width: 460px;
    height: 190px;
    margin-bottom: 10px;
    float: right;
}

.anli_nr {
    width: 460px;
    height: 130px;
    padding: 10px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.anli_banner {
    width: 710px;
    height: 130px;
    margin: 20px 0 10px;
    float: right
}

.zykt {
    width: 230px;
    height: 130px;
    float: left;
    border: 1px solid #CCC
}

.kqn {
    width: 230px;
    height: 130px;
    float: left;
    border: 1px solid #CCC;
    margin: 0 7px
}

.nt {
    width: 230px;
    height: 130px;
    float: left;
    border: 1px solid #CCC
}


/*首页文章*/

.wenzhang {
    width: 960px;
    height: 190px;
    margin: auto;
    overflow: hidden
}

.jishu {
    width: 320px;
    height: 190px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden
}

.jishu_nr {
    width: 320px;
    padding: 10px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.jishu_nr ul {
    width: 320px;
}

.jishu_nr ul li {
    width: 300px;
    height: 28px;
    line-height: 28px;
    background: url(../images/ic.gif) no-repeat left;
    border-bottom: 1px #c0c0c0 dashed;
    padding-left: 10px;
}

.ziliao {
    width: 320px;
    height: 190px;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
}

.ziliao_nr {
    width: 320px;
    padding: 10px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.ziliao_nr ul {
    width: 320px;
}

.ziliao_nr ul li {
    width: 300px;
    height: 28px;
    line-height: 28px;
    background: url(../images/ic.gif) no-repeat left;
    border-bottom: 1px #c0c0c0 dashed;
    padding-left: 10px;
}

.shouhou {
    width: 320px;
    height: 190px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden
}

.shouhou_nr {
    width: 320px;
    padding: 10px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.shouhou_nr ul {
    width: 320px;
}

.shouhou_nr ul li {
    width: 300px;
    height: 28px;
    line-height: 28px;
    background: url(../images/ic.gif) no-repeat left;
    border-bottom: 1px #c0c0c0 dashed;
    padding-left: 10px;
}


/*首页友情链接*/

.friendlink_title {
    width: 960px;
    height: 20px;
    color: #dc261c;
    font: bold 14px "微软雅黑";
    background: url(../images/ic04.gif) no-repeat 70px 13px;
    border-bottom: 3px #ddd solid;
    padding: 10px 0 0
}

.friendlink_nr {
    width: 938px;
    padding: 10px 11px 0px;
    overflow: hidden;
}

.friendlink_nr li {
    width: 134px;
    height: 41px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}


/*首页版权*/

.bottom_link {
    width: 960px;
    height: 28px;
    line-height: 28px;
    background: url(../images/nav-bg.gif) repeat-x;
    text-align: center;
    color: #FFFFFF;
    margin: 0px auto;
    margin-top: 10px;
}

.bottom_link a:link,
.bottom_link a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.bottom_link a:hover {
    color: #FFFF00;
    text-decoration: underline;
}

.bottom {
    width: 960px;
    margin: 0px auto;
    padding: 15px 0px;
    background: url(../images/bottom_bg.jpg) repeat-x bottom;
    text-align: center;
}


/*子页共用*/

.w_left {
    width: 240px;
    float: left;
    margin-right: 20px
}

.w_right {
    width: 700px;
    float: right;
}

.pro_tit {
    width: 240px;
    float: left;
}

.right_title {
    width: 700px;
    height: 20px;
    color: #dc261c;
    font: bold 14px "微软雅黑";
    border-bottom: 3px #ddd solid;
    padding: 10px 0 0
}

.right_title span {
    float: right;
    font: normal 12px "微软雅黑"
}

.next {
    width: 680px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0px auto;
    clear: both;
}


/*子页关于我们*/

.aboutCate {
    width: 700px;
}

.aboutCate_nr {
    width: 680px;
    padding: 10px;
    line-height: 24px
}


/*子页产品中心*/

.product {
    width: 712px;
    padding: 10px 0px;
}

.product li {
    width: 178px;
    height: 176px;
    float: left;
    text-align: center;
    list-style: none;
}

.product li img {
    width: 140px;
    height: 100px;
}

.cp {
    width: 700px;
    height: 260px;
    padding: 10px 0 20px 10px;
}

.cp_pic {
    width: 310px;
    height: 230px;
    border: 1px #c0c0c0 solid;
    float: left;
}

.cp_nr {
    width: 370px;
    height: 260px;
    float: right;
}

.cp_title {
    width: 370px;
    font-size: 14px;
    font-weight: bold;
}

.xx {
    width: 700px;
    height: 28px;
    line-height: 28px;
    background-color: #E6E4E5;
    border-bottom: 1px #B40500 solid;
    padding-left: 10px;
    font-size: 14px;
}

.pro_nr {
    padding: 10px 20px
}

.back {
    width: 700px;
    height: 24px;
    margin: 10px 0;
}

.pro_list {
    width: 220px;
    padding: 10px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.pro_list .ConMenu {
    width: 210px;
    height: 100%;
    line-height: 28px;
    background: url(../images/ic.gif) no-repeat left;
    border-bottom: 1px #c0c0c0 dashed;
    padding-left: 10px;
}

.pro_list .ConMenu a:link,
a:visited {
    color: #333;
    text-decoration: none
}

.pro_list .ConMenu a:hover {
    text-decoration: underline
}

.pro_list .SubMenu {
    width: 200px;
    float: left;
    background: #f0f0f0;
    padding: 5px 8px 5px 12px;
}

.pro_list .SubMenu ul li {
    width: 170px;
    height: 24px;
    float: left;
    text-align: left;
    line-height: 24px;
    border-bottom: #d6d6d6 1px dotted;
    padding-left: 12px;
    list-style-type: none;
}


/*子页联系我们*/

.contact {
    width: 700px;
}

.contact_nr {
    padding: 20px 50px;
    float: left;
    height: 100%;
}


/*子页招商加盟*/

.coop {
    width: 700px;
}

.coop_nr {
    padding: 20px 20px;
    line-height: 24px;
    font: 12px
}


/*子页资质荣誉*/

.hooner {
    width: 682px;
    padding-top: 10px;
}

.hooner li {
    width: 341px;
    height: 280px;
    float: left;
    text-align: center;
}

.hooner_pic {
    width: 310px;
    height: 230px;
    border: 1px #c0c0c0 solid;
    margin: 0px auto 5px;
}


/*子页新闻中心*/

.news {
    width: 680px;
    padding: 10px
}

.news li {
    width: 670px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px #c0c0c0 dashed;
    padding-left: 12px;
    background: url(../images/ic03.gif) no-repeat left;
    list-style: none;
}

.news li span {
    float: right;
}

.news li a {
    float: left;
}

.news_body {
    width: 700px;
    padding-top: 10px
}

.news_title {
    background: #eee;
    text-align: center;
    height: 20px;
    font-size: 14px;
    padding: 10px
}

.news_time {
    padding: 0 10px;
}

.news_nr {
    padding: 10px;
}


/*子页人才招聘*/

.job_title {
    width: 700px;
    height: 28px;
    line-height: 28px;
    background-color: #E6E4E5;
    border-bottom: 1px #B40500 solid;
    margin: 10px 0;
}

.job_title li {
    width: 170px;
    height: 28px;
    float: left;
    text-align: center;
    font-weight: bold;
}

.job_nr {
    width: 700px;
    height: 28px;
    line-height: 28px;
}

.job_nr li {
    width: 170px;
    height: 28px;
    float: left;
    text-align: center;
}

.zwms {
    width: 660px;
    margin: 10px auto;
}

.zwms_title {
    width: 650px;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    border-bottom: 1px #c0c0c0 dashed;
}

.zwms_title span {
    float: left;
}

.zwms_title img {
    float: right;
    padding-top: 3px;
}

.zwms_nr {
    width: 650px;
    margin: 10px auto;
}

.hooner1 {
    list-style: none;
    display: block;
    text-decoration: none;
}

.hooner1 li {
    list-style: none;
    display: block;
    margin: 8px 8px 0 25px;
    float: left;
    text-align: center;
    width: 310px;
    height: 260px;
}

.hooner1 li img {
    list-style: none;
    border: 1px solid;
    color: #116aa9;
    width: 310px;
    height: 230px;
}

.hooner1 li span {
    line-height: 25px;
    font-family: "微软雅黑";
    font-size: 12px;
    text-decoration: none;
    color: #333;
}

.tcdPageCode a {
    display: inline-block;
    color: #333;
    display: inline-block;
    min-width: 35px;
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 0px;
    vertical-align: middle;
    margin-top: -15px !important;
}