* {
    margin: 0;
    padding: 0;
    font-family: 'meiryo';
}
@font-face {
  font-family: 'meiryo';
  src: url(../font/MeiryoUI.ttf);
}
a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #111;
}

ul li {
    list-style-type: none;
}

img {
    border: 0;
}

input:focus {
    border: none;
    /*去默认边框*/
    outline: none;
    /*去默认选中后的蓝色边框*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0);
}
table .MsoNormal{
        padding-left: 10px;
    }
.clear {
    clear: both;
    height: 0px;
    margin: 0;
    padding: 0;
    width: 0;
    border: none;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.all {
    width: 100%;
    margin: 0 auto;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}
.hidden{
    overflow: hidden;
}
.i_pic_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.i_pic {
    position: relative;
    left: 50%;
    margin-left: -1000px;
    width: 2000px;
    text-align: center;
}

.header-bgd {
    width: 100%;
    min-width: 1000px;
    height: 29px;
    background-color: #5c5c5c;
}
.header-top ul {
    width: 320px;
    height: 29px;
    line-height: 24px;
    float: right;
    padding: 0 4px;
    background-color: #c4c4c4;
}

.header-top ul li {
    float: left;
}

.header-top a {
    font-size: 12px;
}

/* nav开始 */
.header-nav {
    height: 77px;
}

.header-nav .logo {
    padding: 10px 0;
}

.header-nav ul {
    max-width: 900px;
    float: right;
}

.header-nav ul li {
    float: left;
        /*width: 100px;*/
        padding: 0 14px;
        /* padding-left: 23px; */
        height: 78px;
        line-height: 78px;
        text-align: center;
}

.header-nav ul li>a {
    height: 78px;
    display: block;
}

.header-nav ul li ul {
    position: relative;
    left: 20px;
    top: -1px;
    width: 50px;
    clear: both;
    display: none;
    z-index: 999;
}

.header-nav ul li ul li {
    width: 50px;
    height: 60px;
    padding-left: 0;
    line-height: 60px;
    text-align: center;
    clear: both;
}

.header-nav ul li ul li a {
    display: block;
    width: 110px;
    height: 60px;
    margin-left: -5px;
    /* background-color: #454545; */
}

.header-nav ul li:hover ul {
    width: 100px;
    text-align: center;
    display: block;
    background-color: #c4c4c4;
    color: #7d7e7f;
    transition: 1s;
}

.header-nav ul li ul li:hover a {
    /* width: 50px; */
    background-color: #b3b3b3;
    color: #7d7e7f;
}

.header-nav a {
    font-size: 14px;
    font-weight: bold;
}

.header-nav a:hover {
    color: #999
}
/* nav结束 */
/* banner开始 */
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 425px;
    height: 34px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 46px;
    height: 3px;
    border-radius: 0px;
}

.swiper-pagination-bullet-active {
    background-color: #fff100;
}

/* banner结束 */
/* body第一部分开始 */
.body-one-ul {
    height: 240px;
    float: left;
    overflow: hidden;
    margin-top: 6px;
    margin-right: -32px;
    margin-bottom: 16px;
    /* margin-bottom: 22px; */
}

.body-one-ul h3 {
    font-size: 16px;
    font-weight: bold;
}

.body-one-ul h3 img {
    float: right;
    margin-top: 3px;
}

.body-one-ul .body-one-img {
    width: 312px;
    /* height: 142px; */
    overflow: hidden;
    transform: scale(1.1);
    transition: all 0.5s;
}

.body-one-ul p {
    height: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
}

.body-one-ul span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 6px;
    color: #a5a5a5;
    float: right;
}

.body-one-ul li {
    width: 328px;
    float: left;
    border-right: 1px solid #e2e2e2;
    margin-right: 15px;
    overflow: hidden;
}

.body-one-ul li:last-child {
    border-right: none;
}
.body-one h4{
        position: absolute;
            left: 130px;
            top: 50px;
            font-size: 24px;
            color: #fff;
}
.body-one h4 span{
            font-size: 16px;
            font-weight: normal;
            color: #fff;
            float: left!important;
}
.dd {
    /* width: 312px; */
    height: 142px;
    overflow: hidden;
    margin: 16px 0 16px 0;
}

.body-one {
    width: 312px;
    margin-top: 6px;
}

.body-one a {
    width: 100%;
    height: 250px;
    display: block;
}

.body-one a:hover h3 {
    color: #000;
}

.body-one a:hover .body-one-img {
    overflow: hidden;
    transform: scale(1.2);
}

.body-one a:hover p {
    color: #000;
}

.body-one a:hover span {
    /* color: rgb(119, 119, 119); */
}

/* body第一部分结束 */
/* body第二部分开始 */
.body-two-hr {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    clear: both;
    height: 263px;
}

.body-two-ul {
    height: 225px;
    float: left;
    margin-right: -32px;
    overflow: hidden;
    padding: 24px 0 24px 0;
}

.body-two-ul li {
    width: 498px;
    height: 225px;
    float: left;
    margin-right: 16px;
    overflow: hidden;
}

.body-two-ul li:first-of-type {
    border-right: 2px solid #d2d2d2;
}

.body-two-ul h3 {
    font-size: 16px;
    font-weight: bold;
}

.body-two-ul h3 img {
    float: right;
    margin-top: 3px;
}

.body-two-ul .body-two {
    width: 484px;
    height: 210px;
    margin-top: 8px;
}

.body-two-ul p {
    font-size: 14px;
    line-height: 24px;
    color: #454545;
}

.body-two-ul span {
    font-size: 12px;
    line-height: 24px;
    color: #a5a5a5;
    float: right;
}

.body-two-mar {
    position: relative;
    margin: 15px 0 2px 0;
    
}
.body-two-img {
    background-color: rgba(0, 0, 0, 0.2);
    /* background-color: transparent; */
    z-index: 1;
    position: relative;
    width: 484px;
    height: 143px;
}
.body-two-mar img{
    position: absolute;
    top: 0;
    width: 484px;
    height: 143px;
}
.body-three-ul li a img{
    position: relative;
        top: -143px;
    width: 484px;
    height: 143px;
}
.body-three-text{
    position: relative;
        top: -212px;
        left: 7%;
        color: #fff;
        margin-top: -27px;
        z-index: 2;
}
.body-two-text {
    position: absolute;
        top: 50%;
        left: 7%;
        color: #fff;
        margin-top: -27px;
        z-index: 2;
}
.body-two-text h5,
.body-three-text h5{
    font-size: 24px;
}
.body-two-text p,
.body-three-text p{
    color: #fff;
    font-size: 16px;
}
/* .dd{width:312px;height: 142px;overflow: hidden;margin:15px 0 20px 0;} */
.body-two {}

.body-two a {
    width: 484px;
    height: 210px;
    display: block;
}

.body-two a:hover h3 {
    color: #000;
}

.body-two a:hover .body-two-img {}

.body-two a:hover span {
    color: rgb(119, 119, 119);
}

/* body第二部分结束 */
/* body第三部分开始 */
.body-three-ul {
    margin: 26px 0 30px 0;
    margin-right: -32px;
    overflow: hidden;
    position: relative;
}

.body-three-ul li {
    width: 498px;
    height: 158px;
    padding-top: 16px;
    margin-right: 16px;
    overflow: hidden;
    float: left;
}
.body-three-ul li a img{
    height: 143px;
}

.body-three-ul li:first-of-type {
    border-right: 2px solid #d2d2d2;
}

/* .body-three-ul li{flex:1;} */
/* .body-three-ul li:nth-child(2){border: 1px solid #d1d1d1;} */
/* .body-three-ul li:first-of-type{border-right: 1px solid #d1d1d1;} */
/* body第三部分结束 */
/* footer第一部分开始 */
.footer-one-bgd {
    width: 100%;
    min-width: 1000px;
    height: 265px;
    background-color: #222;
}

.footer-one-logo {
    pointer-events: none;
    float: right;
    position: relative;
    top: 66px;
}

.footer-one-ul {
    /* height: 226px; */
    margin-top: 48px;
    margin-right: 40px;
    float: left;
}

.footer-one-ul li {
    font-size: 12px;
    line-height: 30px;
}

.footer-one-ul li:first-of-type {
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
}

.footer-one-ul a {
    color: #fff;
}

.footer-one-ul a:hover {
    color: #d2d2d2;
}

/* footer第一部分结束 */
/* footer第二部分开始 */
.footer-two-bgd {
    width: 100%;
    min-width: 1000px;
    height: 34px;
    background-color: #1b1b1b;
}

.footer-two-ul-left {
    width: 500px;
    float: left;
    line-height: 34px;
}

.footer-two-ul-left li {
    float: left;
    padding: 0 10px 0 0;
}

.footer-two-ul-left li a {
    color: #7d7e7f;
    font-size: 12px;
}

.footer-two-ul-left li a:hover {
    color: #fff;
    font-size: 12px;
}

.footer-two-ul-right {
    width: 500px;
    float: right;
    line-height: 34px;
}

.footer-two-ul-right li {
    color:#7d7e7f ;
    font-size: 12px;
    float: right;
    padding: 0 0 0 10px;
}

.footer-two-ul-right li a {
    color: #7d7e7f;
    font-size: 12px;
}

.footer-two-ul-right li a:hover {
    color: #fff;
    font-size: 12px;
}

/* footer第二部分结束 */


/*分页*/
.pagelink {
    padding: 30px 0;
}

.pagelink ul {
    text-align: center;
    font-size: 0;
}

.pagelink ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px;
    margin: 0 5px;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.pagelink ul li>* {
    display: block;
    min-width: 35px;
    padding: 0 10px;
}

.pagelink ul li:first-child>*,
.pagelink ul li:last-child>* {
    min-width: 60px;
    text-indent: -9999px;
}

.pagelink ul li:first-child>*:before,
.pagelink ul li:last-child>*:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
}

.pagelink ul li:first-child>*:before {
    content: '上一页';
}

.pagelink ul li:last-child>*:before {
    content: '下一页';
}

.pagelink ul li.disabled {
    color: #b9b9b9;
    border-color: #eee;
}

.pagelink ul li.active {
    background: #FF8F15;
    color: #fff;
    border-color: #FF8F15;
}

/*内页*/
/*.articledetail{background: #f8f8f8;}
.articledetail .right_con{border-radius: 10px;background: #fff;padding-bottom: 25px;margin-top: 22px;
-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.05);
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}*/
.artPage {
    overflow: hidden;
    position: relative;
    border-top: 1px solid #f1f1f1;
    padding: 15px 0 15px 0;
}

.artPage p {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    padding: 3px 0px;
}

.artPage p em {
    display: block;
    overflow: hidden;
    background: #ededed;
    width: 110px;
    height: 30px;
    text-align: center;
    float: left;
    font-style: normal;
}

.artPage p a {
    color: #999;
    margin-left: 10px;
    font-size: 14px;
}

.artPage p a:hover {
    color: #d7292b;
}

.goBack {
    display: block;
    width: 110px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    background: #ededed;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    display: none;
}

.detail_title {
    position: relative;
    margin:10px 30px;
    width: 940px;
    border-bottom: 2px solid #5c5c5c;
}

/*.articledetail .page_header{padding: 40px 100px 40px;}*/
.detail_title h1 {
    font-size: 14px;
    color: #454545;
    /* text-align: center; */
    font-weight: bold;
    line-height: 30px;
}

/*.articledetail .page_header h1{color:#333;}*/
.page_header_info {
    text-align: center;
    color: #878787;
    line-height: 1.2;
    padding: 0 0 25px;
    border-bottom: 1px solid #ddd;
}

.page_header_info span {
    margin: 0 5px;
}
.page_con p{
    font-size: 12px;
}
.page_con p strong{
    font-size: 14px;
}
.page_con,
.ke-content {
    padding: 30px;
    line-height: 1.7;
    color: #454545;
    font-size: 14px;
    overflow: hidden;
    text-align: justify;
}

/*.articledetail .page_con{background:url(../images/article_tit_bg.png) repeat-x top;}*/
/*.about_page_con{line-height: 1.88;color:#656565;}*/

.page_con h4,
.page_con h3,
.page_con h2,
.page_con h1,
.ke-content h4,
.ke-content h3,
.ke-content h2,
.ke-content h1 {
    margin-bottom: 15px;
}
 .acolor:hover {
     color: #000!important;
 }
.page_con p,
.ke-content p {
    /* margin: 0 0 15px !important; */
    /* text-indent: 2em; */
        line-height: 2;
}

.page_con img,
.ke-content img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.page_con p img:first-child,
.ke-content p img:first-child {
    /*margin-left: -2em;*/
}

.page_con video,
.ke-content video {
    max-width: 100%;
}

.page_con object {
    display: block;
    margin: 0 auto;
}

.ke-content {
    padding: 10px;
    min-width: 500px;
    overflow: auto;
}
/*position*/
.depth_box {
    background: #F8F8F8;
}

.depth {
    padding: 20px 0;
    line-height: 28px;
    background: url(../images/icon_wz.png) no-repeat left center;
    padding-left: 20px;
    overflow: hidden;
    font-size: 12px;
}

.depth span,
.depth i,
.depth a {
    float: left;
    color: #767676;
}

.depth i {
    margin: 0 5px;
    font-style: normal;
    font-family: serif;
}

.sub_cates {
    text-align: center;
}

.sub_cates a {
    display: inline-block;
    width: 170px;
    line-height: 68px;
    height: 68px;
    font-size: 16px;
    color: #767676;
    text-align: center;
}

.sub_cates a:hover,
.sub_cates a.on {
    color: #FF8F15;
}

/*product*/
.product_center {
    padding-top: 15px;
}

.product_center ul {
    overflow: hidden;
}

.product_center li {
    float: left;
    width:48%;
    padding: 10px;
}

.product_center li a {
    display: block;
    color: #312D29;
}

.product_center li .pic {
    display: block;
    position: relative;
    height: 330px;

    /* padding-bottom: 122%; */
    overflow: hidden;
    -webkit-box-shadow: 0 5px 13px rgba(5, 0, 0, 0.3);
    box-shadow: 0 5px 13px rgba(5, 0, 0, 0.3);
}

.product_center li .pic img {
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product_center li .tit {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*news*/
.news_list {
    padding-top: 25px;
}

.news_list ul {
    overflow: hidden;
}

.news_list li {
    padding: 1.6%;
    width: 30%;
    float: left;
}
.news_list li a {
    display: block;
}

.news_list .img {
    position: relative;
    /* padding-bottom: 65.7%; */
    padding-bottom: 60%;
    overflow: hidden;
}

.news_list .img img {
    transition: all .3s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.news_list .img:hover img {
    transform: scale(1.1);
}

.news_list .con_box {
    /* height: 216px; */
    background: #EDEDED;
    padding: 25px 15px 50px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news_list .con {}

.news_list .con h4 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #312D29;
    line-height: 1.5;
    max-height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_list .con h4 a {
    color: #312D29;
}

.news_list .con p {
    font-size: 14px;
    color: #312D29;
    line-height: 24px;
    max-height: 72px;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_list .con p a {
    color: #312D29;
}

.news_list .con .more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #656565;
    font-size: 14px;
}

/*case*/
.case_list {
    padding-top: 15px;
}

.case_list ul {
    overflow: hidden;
}

.case_list li {
    float: left;
    width: 33.333%;
    padding: 15px;
}

.case_list li a {
    display: block;
    color: #312D29;
}

.case_list li .pic {
    display: block;
    position: relative;
    padding-bottom: 135%;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 13px rgba(5, 0, 0, 0.3);
    box-shadow: 0 5px 13px rgba(5, 0, 0, 0.3);
}

.case_list li .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.case_list li .tit {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner_pic {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    text-align: center;
}
.banner_pic img{
    width: 1000px;
}
.table span{
    margin-left: 10px;
}
.websiteMap dl dd{
    font-size:12px!important;
}
/*关于我们编辑器*/
/*关于我们编辑器*/
.usp{
    width: 500px;
    float: left;
}
.usimg img{
    width: 250px;
}

