body{
    height: 100%;
    overflow-x: hidden;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    color: #393e49;
}
body a{
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
body a:focus{
    outline: none;
}
@media (min-width: 1366px){
    .container{
        padding-left: 0;
        padding-right: 0;
    }
}
/* 图片自适应 */
img{
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}
@-ms-viewport     { width: device-width;}
@-o-viewport      { width: device-width;}
@viewport         { width: device-width;}


/*宽*/
.w010{ width: 100%;}
.maxw010{ max-width: 100%;}


.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}


.mb45{ margin-bottom: 45px;}
.mb50{ margin-bottom: 50px;}
.mb60{ margin-bottom: 60px;}


.color-ff4a00{ color: #ff4a00;}


/*header*/
.header-custom{
    width: 100%;
    margin-bottom: 0;
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.header-custom .logo{
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-custom .logo img{
    display: block;
}
.header-custom .nav-custom>li>a{
    font-size: 16px;
    color: #393e49;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-custom .nav-custom > li > a:hover,
.header-custom .nav-custom > li > a:focus,
.header-custom .nav-custom > .active > a,
.header-custom .nav-custom > .active > a:hover,
.header-custom .nav-custom > .active > a:focus,
.header-custom .nav-custom>.open>a,
.header-custom .nav-custom>.open>a:hover,
.header-custom .nav-custom>.open>a:focus{
    background-color: inherit;
    color: #ff4a00;
}
.header-custom .dropdown-menu>ul>li>a{
    display: block;
    padding: 5px 30px;
    color: #393e49;
}
.header-custom .dropdown-menu>ul>li>a:hover,
.header-custom .dropdown-menu>ul>li>a.on{
    color: #ff4a00;
}
.header-custom .header-search{
    margin-top: 10px;
    position: relative;
}
.header-custom .header-search .search-btn{
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/icon_1.png") center center no-repeat;
    cursor: pointer;
}
.header-custom .header-search .search-box{
    height: 40px;
    margin-top: -20px;
    background: #eee;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
}
.header-custom .header-search .search-box input[type=text]{
    height: 40px;
    background: none;
    border: none;
    box-shadow: none;
}
.header-custom .header-search .search-box input[type=submit]{
    width: 40px;
    height: 40px;
    background: url("../images/icon_1h.png") center center no-repeat;
    border: none;
    position: absolute;
    top: 0;
}
.header-custom .language-switching{
    display: block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #7a8191;
    border-radius: 3px;
    color: #7a8191;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-custom .language-switching:hover{
    background: #7a8191;
    border: 1px solid #7a8191;
    color: #fff;
}
.header-custom .navbar-toggle{
    margin-top: 13px;
    margin-bottom: 0;
    border-color: #ff4a00;
}
.header-custom .navbar-toggle .icon-bar{
    background: #ff4a00;
}
.header-custom .navbar-toggle:hover,
.header-custom .navbar-toggle:focus{
    background: #ff4a00;
}
.header-custom .navbar-toggle:hover .icon-bar,
.header-custom .navbar-toggle:focus .icon-bar{
    background: #fff;
}


/*footer*/
footer{
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #414650;
    color: #fff;
}
footer .footer-link a{
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
footer .footer-link a:hover{
    color: #999;
}
footer .footer-link span{
    margin-right: 5px;
    margin-left: 5px;
}

.float-right{
    width: 98px;
    margin-top: -200px;
    background: #fff;
    box-shadow: 2px 0 12px rgba(0,0,0,0.12);
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1003;
}
.float-right a{
    display: block;
    height: 94px;
    padding-top: 14px;
    background: url("../images/li_bg1.jpg") center bottom no-repeat;
    font-size: 14px;
    color: #393e49;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.float-right a:last-child{
    background: none;
}
.float-right a img{
    display: block;
    margin: 0 auto 5px auto;
}
.float-right a .E-mail-con,
.float-right a .tel-con{
    width: 220px;
    height: 92px;
    line-height: 92px;
    padding-right: 20px;
    padding-left: 20px;
    background: #eaecef;
    border-right: none;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    color: #ff4a00;
    text-align: left;
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
}
.float-right .weChatCode .img{
    width: 140px;
    height: 140px;
    padding: 6px;
    background: #ff4a00;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
}
.float-right .weChatCode .img img{
    display: block;
    width: 128px;
    height: 128px;
}
.float-right a:hover{

    color: #ff4a00;
}


/*page*/
.pages{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
    text-align: right;
}
.pages a{
    display: inline-block;
    min-width: 38px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #d8dbe1;
    padding: 0 7px;
    margin: 0 4px;
    font-size: 14px;
    color: #3c414b;
    text-align: center;
    transition: all 0.5s;
}
.pages span{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    color: #3c414b;
}
.pages a:hover,.pages a.current{
    background: #ff4a00;
    border: 1px solid #ff4a00;
    color: #fff;
}


/*banner*/
.banner{
    margin-bottom: 76px;
}
.banner .item a{
    display: block;
}
.banner .item a img{
    display: block;
    width: 100%;
}
.banner.owl-carousel .owl-dots{
    font-size: 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
}
.banner.owl-carousel button.owl-dot{
    width: 24px;
    height: 24px;
    margin-right: 4px;
    margin-left: 4px;
    background: url("../images/dot_1.png") center center no-repeat;
    transition: all 0.3s;
}
.banner.owl-carousel button.owl-dot.active{
    background: url("../images/dot_1h.png") center center no-repeat;
}


/*main*/
.index-about .text{
    padding-bottom: 45px;
    background: url("../images/bg_1.png") right bottom #fff no-repeat;
    box-shadow: 3px 0 12px rgba(0,0,0,0.12);
}
.index-about .text .title{
    position: relative;
}
.index-about .text .title .name{
    display: block;
    height: 65px;
    line-height: 64px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e7eb;
    box-sizing: border-box;
    font-size: 24px;
    color: #393e49;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-about .text .title:before{
    content: '';
    width: 72px;
    height: 4px;
    background: #ff4a00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-about .text .content{
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #393e49;
}
.index-about .text .more{
    display: block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    background: #ff4a00;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.index-about.other .text .title:before{
    display: none;
}
.index-title{
    height: 86px;
    line-height: 86px;
    font-size: 36px;
    color: #393e49;
    text-align: center;
    position: relative;
}
.index-title:before{
    content: '';
    width: 70px;
    height: 4px;
    margin-left: 50%;
    background: #ff4a00;
    position: absolute;
    bottom: 0;
    left: -35px;
}
.index-product .owl-stage-outer{
    padding-top: 10px;
    padding-bottom: 15px;
}
.index-product .item .box{
    display: block;
    padding-bottom: 4px;
    border: 1px solid #edeff2;
    font-size: 16px;
    color: #393e49;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.index-product .item .box:before{
    content: '';
    width: 100%;
    height: 4px;
    background: #ff4a00;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-product .item .box img{
    display: block;
    width: 100%;
}
.index-product .item .box span{
    display: block;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-product .item .box:hover{
    box-shadow: 2px 0 12px rgba(0,0,0,0.12);
}
.index-product .item .box:hover:before{
    display: block;
}
.index-product.owl-carousel .owl-nav button.owl-next,
.index-product.owl-carousel .owl-nav button.owl-prev{
    width: 29px;
    height: 55px;
    margin-top: -28px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: 999px;
    overflow: hidden;
    position: absolute;
    top: 42%;
}
.index-product.owl-carousel .owl-nav button.owl-next{
    background-image: url("../images/arrow_1r.png");
    right: 0;
}
.index-product.owl-carousel .owl-nav button.owl-prev{
    background-image: url("../images/arrow_1l.png");
    left: 0;
}
.index-more{
    display: block;
    width: 168px;
    height: 52px;
    padding: 3px;
    border: 1px solid #d8dbe1;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-more span{
    display: block;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    font-size: 16px;
    color: #50545e;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-more:hover{
    border: 1px solid #ff4a00;
}
.index-more:hover span{
    background: #ff4a00;
    color: #fff;
}
.index-case-bg{
    padding-top: 25px;
    padding-bottom: 60px;
    background: url("../images/bg_2.png") center center #fff8f5 no-repeat;
    border-top: 4px solid #ff4a00;
}
.index-case .title{
    text-align: center;
}
.index-case .title .tabs-tit{
    display: inline-block;
    height: 44px;
    line-height: 42px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 5px 5px 5px;
    border: 1px solid #ff4a00;
    border-radius: 3px;
    font-size: 16px;
    color: #ff4a00;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-case .title .tabs-tit.selected{
    background: #ff4a00;
    color: #fff;
}
.index-case .content a{
    display: block;
    height: 380px;
    border: 10px solid #fff;
    box-shadow: 2px 0 12px rgba(0,0,0,0.12);
    color: #fff;
    position: relative;
}
.index-case .content a .name{
    height: 52px;
    line-height: 52px;
    padding-right: 15px;
    padding-left: 15px;
    background: rgba(0,0,0,0.6);
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.index-case .content>div{
    margin-bottom: 15px;
}
.index-case .content>div a .text{
    padding: 15px 30px 0 30px;
    background: rgba(0,0,0,0.6);
    font-size: 14px;
    color: #fff;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.index-case .content>div a .text>span{
    display: block;
    margin-bottom: 10px;
}
.index-case .content>div a .text .t-1{
    height: 67px;
    line-height: 66px;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    color: #ff4a00;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-case .content>div a .text .t-2{
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-case .content>div a .text .t-3{
    height: 108px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.index-case .content>div a .text .t-4{
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.index-news a{
    display: block;
    font-size: 14px;
    color: #393e49;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-news a>span{
    display: block;
}
.index-news a .title{
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news a .date{
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    margin-bottom: 15px;
    background: url("../images/bg_3.png") 90px center no-repeat;
    color: #7a8191;
}
.index-news a img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.index-news a .content{
    height: 66px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index-news a:hover{
    color: #ff4a00;
}
.public-bg-1{
    padding-top: 25px;
    padding-bottom: 50px;
    background: url("../images/bg_4.jpg") left top repeat;
    border-top: 4px solid #ff4a00;
}
.index-recruit>div{
    margin-bottom: 10px;
}
.index-recruit>div .box{
    height: 280px;
    position: relative;
}
.index-recruit>div .box .bg{
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.index-recruit>div .box a{
    height: 80px;
    line-height: 30px;
    margin-top: -40px;
    background: url("../images/bg_5.png") center 16px no-repeat;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
.index-recruit>div .box a img{
    display: block;
    margin: 0 auto 12px auto;
}


/*about*/
.other-banner{
    height: 350px;
}
.address{
    line-height: 22px;
    color: #494d57;
}
.address span{
    color: #e0e2e7;
}
.address a{
    color: #494d57;
}
.about-data{
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
    background: #fff6f2;
    border-top: 4px solid #ff4a00;
    font-size: 14px;
    color: #393e49;
    text-align: center;
}
.about-data .box{
    margin-bottom: 20px;
}
.about-data .box .number{
    margin-bottom: 20px;
    font-size: 48px;
    color: #ff4a00;
}
.about-map-img img{
    display: block;
    width: 100%;
}
.about-country{
    padding: 35px 25px 15px 25px;
    border: 1px solid #edeff2;
}
.about-country .box{
    height: 24px;
    line-height: 24px;
    padding-right: 95px;
    padding-left: 120px;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
}
.about-country .box .icon{
    width: 42px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 0;
}
.about-country .box .icon img{
    display: block;
    width: 42px;
    height: 22px;
}
.about-country .box .name{
    width: 64px;
    color: #000;
    text-align: right;
    position: absolute;
    top: 0;
    left: 42px;
}
.about-country .box .strip{
    height: 24px;
    background: #fff6f2;
    position: relative;
}
.about-country .box .strip span{
    display: block;
    height: 24px;
    background: #ff4a00;
}
.about-country .box .number{
    width: 70px;
    color: #393e49;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
.about-certificate .box{
    display: block;
    padding: 1px;
    border: 2px solid #ffeae2;
}
.about-certificate .box img{
    display: block;
    width: 100%;
}
.about-contact{
    background: #f9f9fa;
    border: 1px solid #edeff2;
}
.about-contact .text{
    line-height: 28px;
    padding: 50px 30px;
    font-size: 16px;
    color: #414650;
}
.about-contact .text>div{
    margin-bottom: 20px;
}
.about-contact .text .tel{
    font-size: 34px;
    color: #ff4a00;
}
.about-contact .map{
    height: 400px;
}


/*product*/
.product-list>div{
    margin-bottom: 30px;
}
.product-list .box{
    display: block;
    padding-bottom: 4px;
    border: 1px solid #edeff2;
    font-size: 16px;
    color: #393e49;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.product-list .box:before{
    content: '';
    width: 100%;
    height: 4px;
    background: #ff4a00;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-list .box img{
    display: block;
    width: 100%;
}
.product-list .box span{
    display: block;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-list .box:hover{
    box-shadow: 2px 0 12px rgba(0,0,0,0.12);
}
.product-list .box:hover:before{
    display: block;
}


/*product-details*/
.product-details .box{
    margin-bottom: 30px;
}
.product-details .box .img{
    border: 1px solid #d8dbe1;
}
.product-details .box .img img{
    display: block;
    width: 100%;
}
.product-details .box .text table{
    border: 1px solid #d8dbe1;
    font-size: 16px;
    color: #393e49;
}
.product-details .box .text table tr td{
    line-height: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
}
.product-details .box .text table tr td:first-child{
    width: 160px;
    border-right: 1px solid #d8dbe1;
}
.product-details .box .text table tr:nth-child(2n+1){
    background: #f7f8f9;
}
.product-details .box .text table tr:first-child{
    background: #d8dbe1;
}
.product-details .box .text table tr:first-child td:first-child{
    border-right: 1px solid #fff;
}
.product-details-list>div{
    margin-bottom: 30px;
}
.product-details-list>div a{
    display: block;
    border: 1px solid #d8dbe1;
    font-size: 16px;
    color: #393e49;
    text-align: center;
}
.product-details-list>div a img{
    display: block;
    width: 100%;
    border-bottom: 1px solid #d8dbe1;
}
.product-details-list>div a span{
    display: block;
    height: 50px;
    line-height: 50px;
}


/*problem*/
.problem-list .box{
    min-height: 40px;
    padding: 15px 15px 15px 45px;
    margin-bottom: 10px;
    border: 1px solid #eaebef;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.problem-list .box .icon{
    position: absolute;
    top: 19px;
    left: 15px;
}
.problem-list .box .title{
    display: block;
    line-height: 28px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #393e49;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.problem-list .box .content{
    line-height: 26px;
    font-size: 14px;
    color: #393e49;
}
.problem-list .box .content .more{
    color: #ff4a00;
}
.problem-list .box:hover{
    box-shadow: 2px 0 12px rgba(0,0,0,0.12);
}
.problem-list .box:hover .title{
    color: #ff4a00;
}


/*news*/
.classification-nav{
    text-align: center;
}
.classification-nav a{
    display: inline-block;
    max-width: 30%;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 3px;
    font-size: 16px;
    color: #393e49;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.classification-nav a:hover,
.classification-nav .on{
    background: #ff4a00;
    color: #fff;
}


/*recruit*/
.recruit-con{
    border-top: 1px solid #edeff2;
}
.recruit-con .text{
    font-size: 16px;
    color: #393e49;
}
.recruit-con .text .title{
    line-height: 32px;
    padding: 15px 120px 15px 30px;
    background: url("../images/li_bg2.png") right 30px center no-repeat;
    border-bottom: 1px solid #edeff2;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.recruit-con .text .title .more{
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 57px;
}
.recruit-con .text .title.on{
    background: url("../images/li_bg2_h.png") right 30px center no-repeat;
}
.recruit-con .text .content{
    line-height: 24px;
    padding: 50px;
    background: #f8f8f8;
    border-bottom: 1px solid #edeff2;
    display: none;
}


/*responsibility*/
.responsibility-list .box{
    padding: 20px 20px 20px 195px;
    margin-bottom: 10px;
    border: 1px solid #eaebef;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.responsibility-list .box .img{
    width: 155px;
    height: 98px;
    border: 1px solid #eaebef;
    position: absolute;
    top: 20px;
    left: 20px;
}
.responsibility-list .box .img img{
    display: block;
    width: 100%;
}
.responsibility-list .box .title{
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #393e49;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.responsibility-list .box .content{
    height: 36px;
    line-height: 18px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #393e49;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.responsibility-list .box .date{
    height: 18px;
    line-height: 18px;
    color: #7a8191;
}
.responsibility-list .box:hover{
    box-shadow: 2px 0 12px rgba(0,0,0,0.12);
}
.responsibility-list .box:hover .title{
    color: #ff4a00;
}


/*website-map*/
.website-map .box{
    min-height: 54px;
    line-height: 34px;
    padding: 10px 0 10px 170px;
    border-bottom: 2px solid #edeef1;
    position: relative;
}
.website-map .box:last-child{
    border-bottom: none;
}
.website-map .box .name{
    width: 170px;
    font-size: 16px;
    color: #393e49;
    position: absolute;
    top: 10px;
    left: 0;
}
.website-map .box a{
    display: inline-block;
    min-width: 160px;
    font-size: 14px;
    color: #4b4f59;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.website-map .box a:hover{
    color: #ff4a00;
}


/*explain*/
.explain-con{
    line-height: 24px;
    color: #4b4f59;
}


/*news-details*/
.news-details .title{
    font-size: 16px;
    color: #4c4f58;
    text-align: center;
}
.news-details .title .name{
    font-size: 30px;
    color: #3b3f4a;
}
.news-details .content{
    line-height: 24px;
}
