body {
    background: #fff;
    font-family: microsoft yahei;
    line-height: 2;
    font-size: 13px;
    color: #333;
}

.header {
    width: 100%;
    position: fixed;
    height: 70px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background: #0c1113;
    top: 0;
    z-index: 2;
}

.header .header-in {
    width: 1220px;
    margin: auto;
}

.header .header-in .logo {
    float: left;
    padding:0;
    color: #f88130;
    height: 70px;
    font-weight: bold;
}

.header .header-in .logo img {
    height: 70px;
}

.header .header-in .search {
    float: right;
    padding: 20px 0;
}

.header .header-in .search input {
    width: 150px;
    float: left;
    background: #212c34;
    outline: none;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    border: none;
    color: #fff;
}

.header .header-in .search button {
    width: 30px;
    float: left;
    background: #f88130;
    outline: none;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    border: none;
    color: #fff;
}

.header .header-in .phone {
    float: right;
    line-height: 70px;
    font-size: 18px;
    color: #f88130;
}

.home-swiper {
    height: 500px;
    position: fixed;
    width: 100%;
    top: 70px;
}

.home-swiper ~ .content {
    position: relative;
    background: #fff;
    margin-top:673px;
}

.banner {
    height: 150px;
    background: #393D49 url("images/banner.jpg");
    margin-top: 70px;
    font-size: 30px;
    line-height: 150px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}



.c-in {
    width: 1220px;
    margin: auto;
    padding: 20px;
}

.sc-in {
    width: 1220px;
    margin: auto;
    padding: 20px;
    min-height: 500px;
}

.nav {
    position: relative;
    font-size: 14px;
    height: 70px;
    float: right;
}

.nav h3 {
    font-weight: normal;
    line-height: 70px;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1;
}

.nav h3 a {
    display: block;
    width: 130px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.nav .sub {
    display: none; /*默认隐藏*/
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 1;
    width: 128px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
}

.nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}

.nav .sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0;
    height: 28px;
    line-height: 28px;
    color: #666;
}

.nav .sub li a:hover {
    color: #FE7700;
}

.nav .block {
    height: 3px;
    width: 130px;
    background: #f88130;
    position: absolute;
    left: 0;
    top: 67px;
    overflow: hidden;
}

.hbg-g {
    background: #f0f0f0;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.home-t {
    text-align: center;
}

.home-t span {
    font-size: 30px;
    color: #e6e6e6;
    display: block;
    font-family: impact;
    line-height: 35px;
}

.home-t b {
    font-size: 25px;
    color: #337FE5;
    line-height: 30px;
    display: block;
    position: relative;
}

.home-t b:before, .home-t b:after {
    content: "";
    height: 1px;
    width: 45%;
    border-bottom: 1px solid #e6e6e6;
    top: 50%;
    position: absolute;
}

.home-t b:before {
    left: 0;
}

.home-t b:after {
    right: 0;
}

.home-more {
    border: 1px solid #eee;
    line-height: 20px;
    text-align: center;
    display: block;
    width: 100px;
    background: #fff;
    margin: auto;
    margin-top: 10px;
    border-radius: 20px;
}

.home-about {
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 5px;
}

.home-about p {
    text-indent: 2em;
}

.ic-list {
    overflow: hidden;
    width: 1240px;
}

.ic-list a {
    width: 288px;
    margin: 10px 20px 10px 0;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;

}

.ic-list a img {
    width: 288px;
    transition: all 0.6s;
}

.ic-list a:hover img {
    transform: scale(1.2);
}

.ic-list a:hover span {
    color: #f88130;
}

.ic-list a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .5);
    color: #333;
    font-size: 16px;
    padding: 5px 10px;
}

.f-contact {
    background: url("images/contactbg.jpg") top no-repeat;
    background-size: cover;
    height: 320px;
}

.f-contact form {
    float: right;
    width: 600px;
}

.f-contact .map {
    float: right;
    width: 600px;
}

.f-contact form input, .f-contact form textarea, .f-contact form button {
    background: rgba(0, 0, 0, .1);
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    height: 40px;
    line-height: 40px;
    padding: 5px;
    color: #fff;
    margin-bottom: 20px;
    float: left;
}

.f-contact form textarea {
    height: 100px;
    overflow: auto;
    resize: none;
    line-height: 2;
}

.f-contact form button {
    height: 40px;
    background: #f88130;
    line-height: 20px;
    font-size: 15px;
    width: 20%;
    border: none;
}

.f-contact form input:focus, .f-contact form textarea:focus {
    border: 1px solid #f88130;
}

.f-contact .text {
    width: 600px;
    float: left;
    color: #fff;
}

.f-contact .text .t {
    font-size: 25px;
    color: #337FE5;
    padding-bottom: 20px;
}

.footer {
    background: #22252d;
    border-top: 2px solid #f88130;
    overflow: hidden;
    height:100px;
}

.footer .copyright {
    line-height: 20px;
    float: left;
    font-size: 12px;
    color: #999;
    padding:10px 0;
}

.footer .icon-list {
    float: right;
}

.footer .icon-list li {
    float: left;
    width: 80px;
    text-align: center;
}

.footer .icon-list li a i {
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: block;
    border-radius: 50%;
    border: 1px solid #666;
    color: #666;
    margin: auto;
    box-sizing: border-box;
    font-size: 16px;
}

.footer .icon-list li a span {
    color: #666;
}

.footer .icon-list li a:hover i {
    color: #f88130;
    border: 1px solid #f88130;
}

.footer .icon-list li a:hover span {
    color: #f88130;
}

.news-list {
    width: 1220px;
    margin: auto;
    overflow: hidden;
}

.news-list ul {
    width: 1240px;
}

.news-list ul li {
    overflow: hidden;
    width: 580px;
    margin: 10px 20px 10px 0;
    height: 100px;
    float: left;
    padding: 9px;
    border: 1px solid #eee;
    background: #fff;
}

.news-list ul li img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right:10px;
}

.news-list ul li span {
    color: #999;
    display: block;
    height:25px;
    line-height:25px;
    overflow:hidden;
}

.news-list ul li b {
    font-size: 14px;
    height:25px;
    line-height:25px;
    overflow:hidden;
    display: block;
}

.news-title{
    font-size:16px;
    font-weight: bold;
    text-align: center;
}
.news-info{
    color: #999;
    border-bottom:1px dotted #f1f1f1;
    text-align: center;
    padding-bottom:10px;
    margin-bottom:10px;
}

.iscroll {
    width: 1220px;
    height: 310px;
    margin: auto;
    position: relative;
}

.iscroll .prev, .iscroll .next {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    z-index: 99;
    border-radius: 50%;
    font-size: 60px;
    color: #999;
    top: 120px;
}

.iscrollbox {
    width: 1220px;
    overflow: hidden;
}

.iscroll .prev:hover, .iscroll .next:hover {
    color: #f88130;
}

.iscroll .prev {
    left: -50px;
}

.iscroll .next {
    right: -50px;
}

.cate-list{
    text-align: center;
    padding-bottom:10px;
}
.cate-list a{
    display: inline-block;
    font-size:14px;
    height:35px;
    line-height:35px;
    padding:0 20px;
    border:1px solid #e6e6e6;
    border-radius:2px;
    margin:0 5px;
}
.cate-list a:hover{
    color: #f88130;
}
.cate-list .active{
    color: #f88130;
    border:1px solid #f88130;
}
.perpage{
    display: block !important;
    width:100%;
    text-align: right;
}
.perpage .layui-laypage-em {
    background: #f88130 !important;

}

.perpage a:hover {
    color: #f88130;
}

.iw-list {
    overflow: hidden;
    width: 1240px;
}

.iw-list li {
    width: 133px;
    margin: 10px 20px 10px 0;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
    list-style: none;
    padding: 0

}
.iw-list li span {
    color: #333;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}


.iw-list li img {
    width: 133px;
}
.news_article_title{width:100%; text-align:center; font-size:22px; margin-top:30px;}
.news_article_date{width:100%; text-align:center; font-size:14px; margin-top:20px;}
.news_article_content{width:100%; text-align:left; font-size:14px; margin-top:20px; line-height:28px; color:#666}
.products_article_title{width:100%; text-align:center; font-size:22px; margin-top:30px;}
.products_article_date{width:100%; text-align:center; font-size:14px; margin-top:20px;}
.products_article_pic{width:100%; text-align:center;  margin-top:20px;}
.products_article_content{width:100%; text-align:left; font-size:14px; margin-top:20px; line-height:28px; color:#666}


/*--分页样式--*/
.page_total {border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid; background-color: #f5fbff; font-size: 11px; font-weight: bold; font-family: verdana; padding-right: 2px; padding-left: 2px;}
.page_pages {border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid; background-color: #ffffff; font-size: 11px; font-weight: bold; font-family: verdana; padding-right: 2px; padding-left: 2px;}
.page_redirect {border-right: #dddddd 1px solid; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; border-bottom: #dddddd 1px solid; background-color: #ffffff; font-size: 11px; padding-right: 5px; padding-left: 5px;}
.on_page_redirect {border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid; background-color: #f5fbff; font-size: 11px; color: #FF7200; padding-right: 5px; padding-left: 5px;}
.page_number {border-right: #dddddd 1px solid; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; border-bottom: #dddddd 1px solid; background-color: #ffffff; font-size: 11px; font-family: verdana; padding-right: 7px; padding-left: 7px;}
.on_page_number {border-right: #dddddd 1px solid; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; border-bottom: #dddddd 1px solid; background-color: #f5fbff; font-size: 11px; font-family: verdana; color: #FF7200; padding-right: 7px; padding-left: 7px;}
.page_curpage {border-right: #dbddd3 1px solid; border-top: #dbddd3 1px solid; border-left: #dbddd3 1px solid; border-bottom: #dbddd3 1px solid; background-color: #f5fbff; font-size: 11px; font-family: verdana; color: #FF7200; font-weight: bold; padding-right: 7px; padding-left: 7px;}
.page_input {border-right: #808080 1px solid; border-top: #808080 1px solid; border-left: #808080 1px solid; border-bottom: #808080 1px solid; width: 40px; height: 20px; float:left; background:#ffffff;}
.foot_fenye{margin-top:15px; width:100%; text-align:center; height:100px; }
