/*公共样式部分s*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

body, html {
    height: 100%;
    width: 100%;
    font-family: "宋体";
}

img {
    margin: 0;
    border: 0;
    outline: none;
}

.clearfloat::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.mg {
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*公共样式部分e*/

/*主体部分s*/
/*大盒子s*/
.contaiter {
    height: 100%;
    width: 100%;
}

/*大盒子e*/
/*头部s*/
.header {
    height: 130px;
    width: 100%;

}

/*头部导航信息s*/
.header_navtop {
    height: 30px;
    width: 100%;
    background: #1e2223;
}

.header_navtop .header_navtop_info {
    height: 100%;
    width: 1200px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

.header_navtop_info .contact_us {
    float: right;
}

.contact_us img {
    height: 14px;
    position: relative;
    top: 3px;
    left: -2px;

}

.contact_us span {

    line-height: 30px;
    text-align: center;
    font-size: 14px;

}

/*头部导航信息e*/
/*logo  and navd s*/
.logo {
    background: url("../images/jxgy_logo.png");
    height: 61px;
    width: 380px;
    margin-top: 26px;
}

.header .nav {
    width: 1200px;
    position: relative;

}

.navlist {
    position: absolute;
    top: -26px;
    right: 20px;
    height: 98px;
    width: 700px;
}

.nav .navlist ul {
    list-style: none;
    width: 100%;
    height: 100%;
}

.nav .navlist ul li {
    height: 100%;
    width: 12%;
    z-index: 999;
    position: relative;
    float: left;
    text-align: center;
    cursor: pointer;
}

.nav .navlist ul li.ant {
    background: #f1f1f1;
}

.nav .navlist ul li a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
    font-family: "微软雅黑";
    text-align: center;
    margin-top: 50%;
    transform: translateY(-50%);
}

.nav .navlist ul li:hover {
    background: #f1f1f1;

}

.navlist ul li:hover a{
   border-bottom: 1px solid #f25a1b;
}

.navlist ul li.act{
    background: #f1f1f1 !important;
}

.navlist ul li.act a{
    border-bottom: 1px solid #f25a1b !important;;
}

/*logo  and navd e*/
/*头部e*/
/*中间部分s*/

.slideBox{
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
}
.slideBox .hd{
    height: 15px;
    overflow: hidden;
    position:absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;

}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;

}
.slideBox .hd ul li{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    cursor:pointer;
    float: left;
    /*border: 1px solid #fff;*/
    background: #fff;
    margin:0  5px;
}
.slideBox .hd ul li.on{
    background: #f00;
}
.slideBox .bd{
    zoom: 1;
    position: relative;
    height: 100%;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd img {
    width: 100%;
    height: 440px;
    display: block;
}
.slideBox .prev,
.slideBox .next{
    height: 60px;
    width: 34px;
    position: absolute;
    left: 67px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.4);
    display: block;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height:60px ;
    text-align: center;
    color: #fff;
    font-family: 宋体;
    font-size: 47px;
    display: none;
}
.slideBox .next {
    left: auto;
    right: 67px;

}
.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
.slideBox:hover >.next
{
    display: block;
}
.slideBox:hover >.prev
{
    display: block;
}
.product {
    height: 892px;
    width: 1200px;
    position: relative;
}

.product > .product_nav {
    height: 77px;
    width: 100%;
    border-bottom: 2px solid #6f6f6f;
}

.product_nav .product_wz {
    color: #333333;
    font-size: 25px;
    line-height: 77px;
    padding-left: 20px;
    font-family: '微软雅黑';
}

.span {
    display: inline-block;
    color: #d0d0d0;
    position: relative;
    top: 7px;
    left: 0;
    font-family: "Arial";

}

.product_nav .readmore {
    display: inline-block;
    height: 26px;
    width: 89px;
    border-radius: 20px;
    background: #f3f3f3;
    float: right;
    margin-top: -49px;
    text-align: center;

}

.readmore a {
    line-height: 26px;
    color: #666;
    font-size: 12px;
    font-family: "Arial";
    vertical-align: middle;

}
.readmore a:hover{
    color: #f25a1b;
}
.product_left_nav {

    width: 270px;
    margin-top: 30px;

}
.product_lb{
    height: 69px ;
    width: 100%;
    color:#fff;
    font-size: 22px;
    background: #f25a1b;
    font-family: "微软雅黑";
    /*cursor: pointer;*/
    padding-top: 15px;
}

.product_lb >p,.product_lb >span{
    margin-left:18px ;
}
.product_lb >span{
    color: #ff7a43;
    font-size: 16px;
    font-family: 'Arial';
}
.product_left_nav ul {
    width: 100%;
    margin-top: 5px;
    background: #f3f3f3;
    transition: 500ms linear;
}


.product_left_nav ul li {
    height: 47px;
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
}
.product_left_nav ul li.left_nav{
    background: #f25a1b;
}

.product_left_nav ul li a {
    color: #333;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: '微软雅黑';
    line-height: 47px;
    padding-left: 10px;
    background: url(../images/jxgy_ban.png) 90% 50% no-repeat
}

.product_left_nav ul li:hover > a {
    background: none;
    color: #fff;

}

.product_left_nav ul li:hover {
    background: #f25a1b;
}

.product_left_nav ul li.act{
    background: #f25a1b;
}

.product_left_nav ul li.act a{
    background: none;
    color: #fff;
}

.product .imglist {
    width: 906px;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 110px;
    right: 0;

}

.imglist .productshow {
    width: 100%;
    margin: 16px 0;
}

.imglist .productshow ul {
    width: 100%;
}

.imglist .productshow ul li {
    float: left;
    height: 100%;
    width: 276px;
    padding: 0 13px;
    margin-bottom: 20px;
}

.imglist .productshow ul li p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
}

.imglist .productshow ul li a{
    display: block;
    width: 275px;
    height: 187px;
}

.imglist .productshow ul li a img{
    width: 275px;
    height: 187px;
}

.aboutme {
    padding-top: 60px;
    height: 414px;
    width: 100%;
    background:#f3f3f3 url("../images/about_bg.png") no-repeat center center;
}

.aboutme_bg{
    height: 474px;
    width: 100%;
}
.aboutme .about_us {
    height: 349px;
    width: 645px;
    margin:auto;
}

.about_us > span {
    /*transform: translateX(40%);*/
    /*margin-left: 40%;*/
    color: #333333;
    font-size: 25px;
    font-family: '微软雅黑';
    display: block;
    text-align: center;
}

.about_us > span > div {
    /*margin-top: 10px;*/
    /*transform: translateX(-48%);*/
    /*margin-left: 48%;*/
    width: 50px;
    border: 1px solid #f25a1b;
    margin: 10px auto 10px;
}

.about_us > p {
    line-height: 180%;
    color: #333333;
    font-size: 14px;
    text-indent: 2em;
}

.about_us > div {
    height: 38px;
    width: 190px;
    border-radius: 20px;
    background: #f25a1b;
    text-align: center;
    line-height: 38px;
    transform: translateX(-50%);
    margin-left: 50%;
    margin-top: 48px;

}

.about_us > div > a {
    color: #fff;
    font-size: 14px;
}

.more_information {

    background: #fff;
    width: 1200px;
    position: relative;
    margin-bottom: 40px;
}

.more_information .information {
    height: 484px;
    width: 380px;

}

.mt {
    margin-top: 45px;
}

.information .infor_title {
    height: 44px;
    width: 100%;
    border-bottom: 2px solid #d5d5d5;
    margin-bottom: 24px;
}

.information .infor_title > span {
    display: inline-block;
    height: 100%;
    color: #333;
    font-family: '微软雅黑';
    font-size: 25px;
    border-bottom: 2px solid #f25a1b;
}

.information .infor_title > .more {
    width: 67px;
    height: 26px;
    background: #f3f3f3;
    border-radius: 10px;
    line-height: 26px;
    text-align: center;
    margin-top: 2px;

}

.infor_title > .more > a {
   display: inline-block;
    color: #666666;
    font-size: 12px;
    font-family: "宋体";

}

.information > .inforlist > img {
    height: 200px;
    width: 100%;
}

.information ul {
    width: 100%;
}

.information ul li {
    height: 35px;
    width: 100%;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
    line-height: 36px;

}

.information ul li a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    width: 71%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.information ul li a:hover{
    color: #f25a1b;
}
/*.information ul li::before {*/
    /*content:'[公司资讯]';*/
    /*vertical-align: middle !important;*/
    /*margin-top: -25px !important;*/
    /*display: inline-block !important;*/
    /*margin-right: 12px !important;*/
    /*color: #e42626;*/
    /*font-family: "宋体";*/
/*}*/

.information ul.l li::before {
    content:'[公司资讯]';
    vertical-align: middle !important;
    margin-top: -25px !important;
    display: inline-block !important;
    margin-right: 12px !important;
    color: #e42626;
    font-family: "宋体";
}

.information ul.c li::before {
    content:'[行业知识]';
    vertical-align: middle !important;
    margin-top: -25px !important;
    display: inline-block !important;
    margin-right: 12px !important;
    color: #e42626;
    font-family: "宋体";
}

.information ul.r li::before {
    content:'[行业资讯]';
    vertical-align: middle !important;
    margin-top: -25px !important;
    display: inline-block !important;
    margin-right: 12px !important;
    color: #e42626;
    font-family: "宋体";
}

.middle_posi {
    position: absolute;
    top: 0;
    left: 408px;
}

.right_posi {
    position: absolute;
    top: 0;
    right: 0;
}

/*中间部分e*/
/*底部s*/
.footer {
    height: 300px;
    width: 100%;
    background: #1e2223;
}

.footer_style {
    width: 1200px;
    height: 100%;
    position: relative;
    padding-top: 30px;

}

.footer_style > .search {
    margin-top: 30px;
}

.footer_style > .search > a {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    color: #d8dfe4;
    font-family: '微软雅黑';
}
.footer_style > .search > a:hover{
    color: #f25a1b;
}
.key_word {
    padding-top: 26px;
    color: #5c6466;
    font-size: 14px;
    font-family: '微软雅黑';
}

.key_word > p {
    color: #c6d4d8;
    margin-left: 20px;
    margin-bottom: 10px;
}

.key_word > a {
    color: #c6d4d8;
    display: inline-block;
    padding: 0 20px;
}

.key_word > a:hover{
    text-decoration: underline;
}

.footer_style > h3 {
    color: #848e90;
    font-family: '微软雅黑';
    margin: 26px 0 10px 20px;
    font-size: 16px;
}

.footer_style h3 a{
    color: #FFFFFF;
}

.footer_style > .lxfs > ul {
    color: #c6d4d8;
    font-size: 14px;
    font-family: '微软雅黑';

}

.footer_style > .lxfs > ul > li {
    padding: 0 20px;
    float: left;
}

.qr_code {
    position: absolute;
    right: 142px;
    top: 32px;
}

.qr_code > p {
    color: #d8dfe4;
    font-size: 14px;
    margin-bottom: 18px;
}

.footer_style > p {
    color: #d8dfe4;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;
}

.footer_style > p > a {
    color: #d8dfe4;
    font-size: 14px;
    font-family: '微软雅黑';
}
.footer_style > p > a:hover{
    color: #f25a1b;
}
/*底部s*/
/*主体部分e*/

