@charset "gb2312";
body {
    font-size: 14px;
    font-family: "΢���ź�";
    text-align: left;
    color: #333;
}

li, ol, ul {
    list-style-type: none
}

* {
    margin: 0;
    padding: 0
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

img {
    border: none;
    vertical-align: middle
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #f4f4f4;
}

em, i {
    font-style: normal;
}

h3 {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

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

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main {
    width: 100%;
}

.header {
    height: 110px;
    background: #ab1313;
}

.logo {
    width: 530px;
    height: 70px;
    padding-top: 20px;
    display: block;
}

.header-tel {
    padding-left: 55px;
    background: url(../bgimg/header-ico1.png) left 8px no-repeat;
    margin-top: 20px;
    margin-right: 20px;
}

.header-tel h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.header-tel p {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.header-search {
    padding-top: 20px;
}

.header-search-top {
    text-align: right;
    margin-bottom: 13px;
}

.header-search-top span {
    color: #fff;
    line-height: 16px;
    text-align: right;
    padding-left: 10px;
}

.header-search-top span img {
    vertical-align: middle;
    display: inline-block;
    margin: -2px 5px 0 0;
    width: 16px;
    width: 16px;
}

.hs-text {
    width: 160px;
    height: 27px;
    border: 0;
}

.hs-btn {
    width: 39px;
    height: 27px;
    background: url(../bgimg/header-ico4.png) no-repeat;
    cursor: pointer;
    border: 0;
}

/*nav*/
.nav {
    height: 52px;
    background: #1f1f1f;
}

.navBar {
    position: relative;
    z-index: 1;
    height: 52px;
    line-height: 52px;
    color: #333;
}

.navCon {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    font-size: 14px;
}

.navCon a {
    color: #333;
}

.navCon h3 {
    font-size: 100%;
    font-weight: normal;
}

.navCon .on {
}

.navCon li.nav-m:hover {
    background: #f4f4f4;
    color: #fff;
}

.navCon .cur {
    background: #f4f4f4;
    color: #fff;
}

.navCon .nav-m {
    float: left;
    position: relative;
    z-index: 1;
}

.navCon h3 a {
    display: block;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.navCon .nav-sub {
    display: none; /*Ĭ������*/
    position: absolute;
    left: 0px;
    top: 52px;
    z-index: 1;
    width: 148px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
}

.navCon .nav-sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}

.navCon .nav-sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0;
    height: 28px;
    line-height: 28px;
    color: #666;
}

.navCon .nav-sub li a:hover {
    color: #f4f4f4;
}

/*banner*/
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    display: block;
}

.focusBox {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.focusBox .pic li {
    width: 100%;
    height: 600px;
    display: block;
    background-position: center 0;
    background-repeat: no-repeat;
}

.focusBox .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
    z-index: 3
}

.focusBox .hd li {
    float: left;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    width: 40px;
    height: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    margin-left: 4px;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .hd .on {
    background: #f4f4f4;
    filter: alpha(opacity=100);
    opacity: 1;
}

.focusBox .prev,
.focusBox .next {
    width: 45px;
    height: 99px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 3;
    filter: alpha(opacity=20);
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .prev {
    background-image: url(../bgimg/index.png);
    background-position: -112px 0;
    left: 50%;
    margin-left: -600px;
}

.focusBox .next {
    background-image: url(../bgimg/index.png);
    background-position: -158px 0;
    right: 50%;
    margin-right: -600px;
}

.focusBox .prev:hover,
.focusBox .next:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

/*����*/
.rx-products {
    height: 1059px;
    background: url(../bgimg/ixbg1.jpg) center 0 no-repeat;
}

.products-title {
    padding: 60px 0;
}

.products-title h3 {
    background: url(../bgimg/i-xian.png) center center no-repeat;
    font-weight: bold;
    font-size: 41px;
    font-family: simsun;
    text-align: center;
}

.products-title p {
    text-align: center;
    font-siz: 18px;
    padding: 10px 0;
}

.products-list {
    width: 1200px;
    overflow: hidden;
}

.products-list ul {
    width: 1230px;
}

.products-list ul.pro {
    display: none;
}

.products-list li {
    float: left;
    width: 285px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 70px;
    margin-right: 20px;
}

.products-list li a {
    padding: 20px 20px 30px 20px;
    display: block;
    position: relative;
}

.products-list li a span {
    width: 160px;
    height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 50px;
    background: #f4f4f4;
    border-radius: 6px;
    left: 50%;
    margin-left: -80px;
    bottom: -25px;
}

.products-list li .ixpro-text {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ixpro-text {
    height: 40px;
    overflow: hidden;
}

.products-list li a:hover span {
    background: #f4f4f4;
}

.tj-products {
    height: 1250px;
    background: url(../bgimg/ixbg2.jpg) center 0 no-repeat;
    background-size: cover;
}

.tj-products .products-title h3 {
    color: #333;
    background: url(../bgimg/ix-xian2.png) center center no-repeat;
}

.tj-products .products-title p {
    color: #fff;
}

.tejia-products {
    height: 1059px;
    background: url(../bgimg/ixbg3.jpg) center 0 no-repeat;
}

.pro_nav dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f7f2f2;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 10px;
}

.pro_nav dl dd {
    color: #f4f4f4;
    width: calc(100% / 8);
    text-align: center;
    font-size: 16px;
    line-height: 3;
    cursor: pointer;
    border-radius: 6px;
}

.pro_nav dl dd.on {
    color: #fff;
    background: #f4f4f4;
}

/*��˾*/
.ixcompany {
    height: 600px;
    background: url(../bgimg/ixbg4.jpg) center 0 no-repeat;
}

.ixcompany-con {
    padding: 100px 0 0 0;
    height: 500px;
}

.ixcompany-con img {
    float: left;
    width: 530px;
    height: 385px;
    margin-right: 70px;
}

.ixcompany-con h3 {
    font-size: 36px;
    padding-top: 20px;
}

.ixcompany-con h3 em {
    font-size: 18px;
    color: #999999;
    padding-left: 20px;
}

.ixcompany-text {
    background: #fff;
    padding: 40px 30px 40px 30px;
    width: 690px;
    right: 0;
    top: 220px;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.ixcompany-text p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.ixcompany-text p a {
    width: 170px;
    float: right;
    margin-top: 20px;
    height: 40px;
    text-align: center;
    background: #f4f4f4;
    line-height: 40px;
    display: block;
    border-radius: 6px;
    color: #fff;
}

/*news*/
.ixnews {
    height: 859px;
    background: url(../bgimg/ixbg5.jpg) center 0 no-repeat
}

.ixnewscon {
    padding: 70px 0 70px;
}

.ixnews-title h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.ixnews-title p {
    font-size: 18px;
    text-align: center;
    color: #999999;
}

.ixnews-data {
    width: 120px;
    height: 100px;
    float: left;
    margin-right: 24px;
    background: #f4f4f4;
    padding-top: 20px;
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.ixnews-data em {
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

.ixnewsbox {
    width: 1200px;
    overflow: hidden;
    padding: 65px 0;
}

.ixnewsbox {
    width: 1250px;
}

.ixnewsbox li {
    float: left;
    width: 580px;
    margin-bottom: 25px;
    height: 120px;
    background: #fff;
    margin-right: 40px;
}

.ixnewsbox li h3 {
    font-size: 18px;
    padding: 20px 0 15px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ixnewsbox li p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-right: 10px;
    height: 45px \0;
}

.ixnews-btn a {
    width: 260px;
    height: 70px;
    font-family: simsun;
    text-align: center;
    font-size: 18px;
    line-height: 70px;
    background: #f4f4f4;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}

.ixnews-btn a:hover {
    background: #f4f4f4;
}

.store li h3 {
    font-size: 24px;
    padding: 15px 0 10px;
}

.store li p {
    font-size: 16px;
    color: #666;
}

.fwrx {
    text-align: center;
    font-size: 36px;
    color: #ff0000;
}

/*link*/
.links {
    background: #e1e1e1;
    padding: 15px 0;
    min-height: 70px;
}

.linkscon {
    padding: 30px 0 50px 85px;
    background: url(../bgimg/ixlink.png) left 18px no-repeat;
}

.linkscon a {
    padding: 0 10px 5px;
    display: inline-block;
}

/*footer*/
.footer {
    background: #444444;
    padding: 50px 0 30px;
}

.footerbtm {
    border-top: #505050 solid 1px;
    padding: 30px 0 0;
}

.footerbtm p {
    text-align: center;
    font-size: 14px;
    color: #ccc;
    line-height: 28px;
}

.footerbtm p a {
    color: #eee;
}

.footerbtm p a:Hover {
    text-decoration: underline;
}

.f-left {
    margin-right: 26px;
}

.f-left img {
    width: 140px;
    height: 140px;
}

.foot-tel {
    padding-left: 52px;
    background: url(../bgimg/footer-ico1.png) left center no-repeat;
    margin-bottom: 20px;
}

.foot-tel h3 {
    font-size: 16px;
    color: #fff;
    padding-top: 5px;
}

.foot-tel p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.foot-contact {
    padding-top: 20px;
    border-top: #6d6d6d solid 1px;
}

.foot-contact p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.footer-sort dl {
    float: left;
    margin-right: 40px;
}

.footer-sort dl:last-child {
    margin-right: 0;
}

.footer-sort dl dt a {
    font-size: 18px;
    color: #fff;
}

.footer-sort dl dt {
    margin-bottom: 30px;
}

.footer-sort dl dd a {
    font-size: 14px;
    color: #808080;
    text-align: right;
    display: block;
}

.footer-sort dl a:hover {
    text-decoration: underline;
    color: #fff;
}

.footercon {
    margin-bottom: 30px;
}

/*inner*/
.inner-content {
    padding: 25px 0;
    background: #f6f5f2;
}

.inner-left {
    width: 210px;
    float: left;
}

.inner-lbox {
    margin-bottom: 20px;
}

.inner-ltitle {
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
    font-weight: bold;
    background: #1f1f1f;
    line-height: 50px;
    color: #fff;
}

.inner-lcon-sort {
    background: #fff;
}

.inner-lcon-sort li {
    border-bottom: #d3d0c7 solid 1px;
}

.inner-lcon-sort li h3 {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: #e8e8e8 solid 1px;
}

.inner-lcon-sort li h3 a.on {
    background: #f4f4f4;
    color: #fff;
    padding: 0 5px;
}

.inner-lcon-sort li p {
    padding: 10px 10px 0;
}

.inner-lcon-sort li p a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #666666;
    padding: 0 5px;
}

.inner-lcon-sort li p a:hover {
    color: #f4f4f4;
    text-decoration: underline;
}

.inner-lcon-sort li p a.on {
    background: #f4f4f4;
    color: #fff;
    padding: 0 5px;
}

.inner-lcon-sort li:hover {
    background: #f5f5f5;
}

.inner-lcon-sort li:nth-child(2) p {
    display: flex;
    flex-wrap: wrap;
}

.inner-lcon-sort li:nth-child(2) p a {
    width: 50%;
    padding: 0;
    display: block;
    margin-right: 0;
}

.inner-lcontact {
    background: #fff;
    padding: 10px;
}

.inner-lcontact h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.inner-lcontact p {
    margin-bottom: 5px;
    line-height: 30px;
}

.inner-right {
    width: 950px;
    float: right;
}

.inner-rposition {
    height: 48px;
    border-bottom: #d0ccc3 solid 2px;
    margin-bottom: 20px;
}

.inner-rposition h3 {
    font-size: 24px;
    line-height: 48px;
}

.rpos-con {
    right: 0;
    top: 13px;
    font-size: 16px;
}

.inner-productlist {
    width: 950px;
}

.inner-productlist ul {
    width: 950px;
}

.inner-productlist li {
    float: left;
    width: 222px;
    height: 260px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-right: 8px;
    margin-left: 7px;
}

.inner-productlist li a {
    padding: 10px 10px 10px 10px;
    display: block;
    position: relative;
}

.inner-productlist li a img {
    width: 200px;
}

.inner-productlist li p:first-child {
    height: 200px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.inner-productlist li p:first-child b {
    display: table-cell;
    vertical-align: middle;
}

.products-list li p:first-child {
    height: 245px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.products-list li p:first-child b {
    display: table-cell;
    vertical-align: middle;
}

.products-list li p img {
    width: 245px;
}

.inpro-text {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pages {
    padding: 30px 0;
    text-align: center;
}

.pages a {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 3px;
    background: #d1cec6;
    margin: 0 3px;
}

.pages a.on {
    background: #f4f4f4;
    color: #fff;
}

.pages a:Hover {
    background: #f4f4f4;
    color: #fff;
}

.inright-sort {
    padding: 10px 0 20px
}

.inright-sorttit {
    font-weight: bold;
    padding: 3px 10px 0 0;
    min-width: 98px;
    font-size: 16px;
}

.inright-sortcon {
    width: 820px;
}

.inright-sortcon a {
    margin-right: 5px;
    font-size: 16px;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
}

.inright-sortcon a.on {
    background: #f4f4f4;
    color: #fff;
}

.inright-sortcon a:Hover {
    background: #f4f4f4;
    color: #fff;
}

/*����list*/
.inner-newslist li {
    vertical-align: top;
    min-height: 100px;
    border-bottom: #dedede dotted 1px;
    padding: 10px 0;
}

.inner-newslist li a {
    display: block;
    min-height: 100px;
}

.inner-newslist li h3 {
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    padding-right: 140px;
    position: relative;
}

.inner-newslist li h3 span {
    right: 0;
    top: 10px;
    color: #666;
    font-size: 16px
}

.inner-newslist li h3 span img {
    vertical-align: middle;
    display: inline-block;
    margin: -3px 5px 0 0;
}

.inner-newslist li p {
    line-height: 24px;
    color: #999;
}

.inner-newslist li p span {
    padding: 8px 0;
    display: inline-block;
    color: #ccc;
}

.inner-newslist li:hover {
    background: #eee;
}

.inner-newslist li:hover h3 {
    color: #f4f4f4;
}

/*article*/
.inner-artCon {
    padding: 25px 0px;
}

.article-top h1 {
    font-size: 30px;
    color: #333;
    font-weight: 300;
    padding: 10px 0;
}

.article-top p.tc span {
    padding-right: 10px;
}

.article-con {
    padding: 30px 0;
    font-size: 15px;
    line-height: 32px;
}

.article-top p {
    padding: 10px 0 10px;
    border-bottom: #999 dashed 1px;
    color: #999999;
}

.article-con p {
    line-height: 32px;
    font-size: 15px;
    margin-bottom: 15px;
}

.article-con img {
    max-width: 100%;
}

.article-conShare {
    padding: 5px 10px 15px;
}

.article-page {
    padding: 20px 10px;
    border-top: #999 dashed 1px;
}

.article-page a {
    font-size: 14px;
    display: block;
    line-height: 30px;
}

.article-page a:Hover {
    text-decoration: underline;
    color: #f4f4f4;
}

/*��ҳ*/
.inner-danye {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.inner-danye h3.tit {
    font-size: 30px;
    padding: 20px 0;
}

.inner-danye p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.dwdz img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: auto !important;
}

.pages01 {
    font-size: 14px;
    padding: 1.5em 0;
    text-align: center;
}

.pages01 a {
    font-size: 14px;
    color: #000;
    margin: 0 1px;
    padding: 3px 8px;
    border: 1px #cccccc solid;
}

.pages01 a.active, .pages a:hover {
    color: #fff;
    background-color: #008bdf;
}

/*****************************************************************/
.fy {
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.fy a {
    color: #555;
    text-decoration: none;
    display: block;
}

.bannerx {
    background: url(../bgimg/index1.jpg) no-repeat center;
    height: 150px;
}
