﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input[type=text],textarea,p,blockquote,th,td,button {
    padding:0;
    margin:0;
    font-size:100%
}
label input {
    vertical-align:middle
}
a:link,a:visited {
    color:#333;
    text-decoration:none;
    outline:none
}
:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
a:hover,a:active {
    text-decoration:none
}
body {
    font-family:"Microsoft YaHei";
    font-size: 14px;
    color:#333;
    background:#fff;
}
img {
    border:0;
    max-width: 100%;
}
table {
    border-collapse:collapse
}
ul,li {
    list-style-type: none;
}
.clear {
    clear:both;
    line-height:0;
    font-size:0;
    height:0
}
.clearfix:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"."
}
@font-face {
    font-family: 'FZFYSJW';
    src:url('../fonts/FZFYSJW.eot');
    src:url('../fonts/FZFYSJW.eot?#iefix') format('embedded-opentype'), url('../fonts/FZFYSJW.woff') format('woff'), url('../fonts/FZFYSJW.ttf') format('truetype'), url('../fonts/FZFYSJW.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.image{
    width: 100%;
    height: 0px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    box-sizing: border-box;
}
.image img{
    width:100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.title{
    text-align: center;
    font-size: 16px;
    font-family:"Microsoft YaHei";
}
.text{
    font-size: 14px;
    color:#b4b4b4;
    font-family:"Microsoft YaHei";
    line-height: 25px;
}
.index_english{
    color: #000;
    font-size: 20px;
}


/*导航*/
.header,.banner,.center,.footer {
    width: 100%;
}
.header {
    height: auto;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.logo {
    width: 40%;
    height: 100px;
    padding: 10px 0;
    float: left;
}
.logo a img{
    overflow: hidden;
    height: 100%;
}
.header_nav{
    width: 60%;
    float: right;
    height: auto;
}

#nav {
    width: 100%;
    float: right;
    height: 100px;
    line-height: 100px;
}


#nav a {
    height:100px;
    line-height: 100px;
    display: block;
    text-decoration: none;
    text-align: center;
    outline: none;
    z-index: 35;
    position: relative;
    font-size: 16px;
    overflow: hidden;
}
#nav ul a {
    line-height: 33px;
}
#nav li {
    width:16.6%;
    float: left;
    position: relative;
    z-index: 20;
}
#nav li li {
    border-left: none;
    margin-top: 0;
    float: none;
}
#nav ul {
    position: absolute;
    display: none;
    top: 100px;
    left: -1px;
    background-color: rgba(27,31,44,0.86);
}
#nav li ul a {
    width: 119px;
    height: auto;
    float: left;
    text-align: center;

}
#nav ul ul {
    top: auto;
    border-top: none;
}

#nav li ul ul {
    left: 119px;
    top: 0px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;

}
#nav ul a,  #nav ul li {
    color:#fff;

}

#nav ul a:hover,  #nav ul a:focus {
    background-color: #ffc400;
    color: #fff !important;
}
#nav .current_page_parent .current_page_item a, #nav .current_page_item ul a {
    border-right: none;
    background-image: none;
    height:40px;
    line-height: 40px;
    overflow: hidden;
}


/*banner*/
.big-pic {
    width:100%;
    margin:0 auto;
}
.big-pic-in {
    position:relative;
    width:100%;
    height: auto;
    overflow:hidden;
    margin:0 auto;
}
.pic-list {
    position:relative;
    height:auto;
    -webkit-transform:translate3d(0,0,0);
    z-index:0;
}
.big-pic img {
    float:left;
    height:auto;
    width:100%;
    display:block;
}
.slide-dot {
    width:100%;
    overflow:hidden;
    position:absolute;
    left:0;
    bottom:0;
    height:26px;
    text-align:center;
}
.slide-dot span {
    display:inline-block;
    width:11px;
    height:11px;
    border-radius:11px;
    vertical-align:top;
    z-index:10;
    background:#fff;
    margin:8px 5px 0 5px;
}
.slide-dot .slide-dot-cur {
    z-index:10;
    vertical-align:top;
    background:#ffc400;
}
.transition {
    -moz-transition:-moz-transform 0.3s ease-out;
    -webkit-transition:-webkit-transform 0.3s ease-out;
    -o-transition:-o-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
}

/*首页导航*/
.index_nav{
    width: 100%;
    height: auto;
    padding: 30px 0;
    background-color: #f7f7f7;
}
.in_list{
    width: 25%;
    padding: 0px;
    float: left;
}
.jiabox{
    width: calc(100% + 22px);
    margin-left: -11px;
}
.list_box{
    margin:11px;
    padding: 10px;
    background-color: #fff;
}

.list_box:hover{
    box-shadow:3px 3px 3px #dddddd;
}

.list_boxs{
    margin: 20px;
    padding: 0px;
    background-color: #fff;
}

.list_boxs:hover{
    box-shadow:2px 2px 5px #6a6a6a;
}
.in_ico{
    text-align: center;
    padding-top: 20px;
}
.in_ico .iconfont{
    font-size: 66px !important;
    color:#b2b2b2;
    cursor: pointer;
}

 .iconfont:hover{
    color:#ffc400;
}
.in_content{
    border: 1px solid #bab3b3;
    padding: 15px 20px;
}
.list_box:hover .in_content{
    border: 1px solid #ffc400;
}
.list_box:hover .iconfont{
    color: #ffc400;
}
.in_title{
    height: 40px;
    line-height:40px;
    overflow: hidden;
    color: #000;
}
.in_text{
    margin-top:10px;
    line-height: 20px;
    height:40px;
    overflow: hidden;
}


/*关于我们*/
.index_about {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
}
.about_left{
    width: 50%;
    float: left;
    padding: 20px 50px 20px 0;
}
.about_right{
    float: left;
    width: 50%;
    text-align: center;
    height: auto;
    float: right;
    /*padding: 5% 5%;*/
    position: relative;
}
.aimg{
    width: 605px;
    height: 410px;
    background-image: url("../images/aboutbg.png");
    background-size: 100% 100%;

}
.img4{
    padding-bottom: 58%;
    position: relative;
    top: 4%;
}
.ab_name{
    text-align: left;
}
.english{
    font-size: 16px;
    color:#000;
    font-weight: bold;
}
.about_text{
    margin-top: 20px;
    line-height: 28px;
    font-size: 14px;
}
.about_btn{
    margin-top: 50px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background-color: #ffc400;
    display: block;

}
 .more{
     float: left;
     margin-left: 15px;
     font-size: 10px !important;
}

.ico_you{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin:8px 0;
    background: #fff;
    float: right;
    margin-right: 10px !important;
    font-size: 24px !important;
    position: relative;
}
 .icoy{
    position: absolute;
    top: -7px;
    font-size: 28px !important;
    margin-bottom: 5px !important;
    color:#000;
}


.index_img{
    width: 100%;
    height: 0px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    box-sizing: border-box;
}

.index_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}



/*产品展示*/
.index_product{
    width: 100%;
    height:auto;
    background-color: #f7f7f7;
    padding:50px 0px;
}
.index_product .pro_left{
    float: left;
    width: 365px;
    background-color: #fff;
    padding:23px 23px 13px 23px;
    box-shadow:5px 5px 5px #ddd;
    position: relative;
}
.kua{
    width: 18px;
    height:18px;
    background-color: #ffc400;
    position: absolute;
    left: 0;
    top:0
}
.pro_left .pro_catname{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    color: #020202;
    padding: 0 15px;
    margin-top:10px;
}
.pro_left .index_english{
    padding: 0 15px;
    margin-bottom:40px;
}
.pro_img{
    padding-bottom: 53.9%;
}
.pro_desc{
    height: 40px;
    line-height:40px;
    overflow: hidden;
    color: #ffc400;
    text-align: center;
}
.index_product .pro_right{
    width: 835px;
    float: left;
}
.pro_right ul li{
    width: 25%;
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
}
.yello_box{
    width: 100%;
    height: 100%;
    background: #ffc400;
    position: absolute;
    top:0px;
    left: 0px;
    display: none;
    z-index: 1;
    cursor: pointer;
}
.yello_box .icon-anquan{
    color: #fff;
    float: right;
    font-size: 55px;
    margin-right: 28px;
    margin-top: 10px;

}
.pro_img2{
    padding-bottom: 89.2%;
    position: relative;
}
.pro_box{
    position: relative;
}
.pro_box .pro_title{
    height:50px;
    line-height:50px;
    padding: 0px 15px;
    overflow: hidden;
    z-index: 222;
    font-size: 14px;
    color: #fff;
}
.pro_box:hover .yello_box{
    display: block;
}
.ye_t{
    width: 100%;
    position: absolute;
    bottom: 20px;
}
.ye_title{
    height: 25px;
    line-height: 25px;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
}



    /*案例展示*/
.index_anli{
    width: 100%;
    padding: 50px 0px;
    height: auto;
}

.ct_bottom {
    margin-top: 27px
}
.ctb_top {
    width: 346px;
    height:82px;
    margin: 0 auto;
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
    text-align: center;
}
.index_title {
    color: #000;
    font-size: 20px;
    padding-top: 14px
}


/* 产品滚动开始*/
.pic_scroll{
    position:relative;
    overflow: hidden;
    margin-top: 30px;
    padding-left: 15px;
}
.pic_scroll li{
    width:25%;/* 控制图片的数量 */
    float:left;
    text-align: center;
    padding-bottom: 45px;
    margin-bottom: 30px;
    background: #f7f7f7;
}
.swiper-slide-active{
    /*border: 1px solid red;*/
}

.an_jia{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #ffc400;
    font-size: 30px !important;
    color:#ffc400;
    position: absolute;
    bottom: -15px;
    right: 45px;
    z-index: 999;
}
.an_jia .icon-jiahao{
    font-size: 24px !important;
    color:#000;
    position: absolute;
    top: -4px;
    right:0px;
}
.swiper-slide-active .anli_btn{
    width:170px;
    background: #ffc400;
    border-radius: 20px;
    color:#000;
    display: block !important;
    position: absolute;
    bottom: -20px;
    left: 30px;
    z-index: 999;
}
.mores{
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
    font-size: 12px;
}

.swiper-slide-active .anli_bg{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 21px;
    left: -16px;
    background-image: url("../images/anli_bgs.png");
    background-size: 100% 100%;
}
 .anli_btn{
    width:170px;
    background: #ffc400;
    border-radius: 20px;
    display: none;
    position: absolute;
    bottom: -20px;
    left: 30px;
    z-index: 999;
}


 .pic_scroll li:hover{
    box-shadow: 1px 1px 10px #ddd;
     background: #fff;
}
.pic_scroll li:hover .anli_bg{
    display: block !important;
}

.pic_scroll li:hover .anli_btn{
    display: block;
}
.pic_scroll li a:hover .an_jia{
    color: #fff;
}

.anli_left{
    width: 200px;
    float: left;
    margin-top: 30px;
    padding: 3% 0;
}
.anli_right{
    width: 1000px;
    float: left;
}

.zuoyou{
    margin-top: 90px;
}
.an_zuo{
    float: left;
}
.an_you{
    float: left;
    margin-left: 30px;
}
.an_ico{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #ddd;
    font-size: 24px !important;
    position: relative;
}
.an_ico:hover{
    /*border: 1px solid #ffc401;*/
    width: 25px;
    height: 25px;
    background-image: url("../images/yuan.png");
    background-size: 100% 100%;
    border: none;
}


.an_ico .icon{
    color:#000;
    font-size: 24px !important;
    position: absolute;
    top: -5px;
}
.an_ico .icon1{
    color:#000;
    font-size: 24px !important;
    position: absolute;
    top: -5px;
    right: 0px;
}

.anli_title{
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 20px;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.anli_desc{
    height:20px;
    line-height:20px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 20px;
    color:#d0d0d0;
}





/*联系我们*/
.index_lianxi{
    width: 100%;
    height: auto;
    padding: 50px 0px;
    background: #ffc400;
}
.lianxi_content{
    text-align: center;
}
.lianxi_content .index_english{
    font-size: 22px;
}
.address{
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
}
.lianxi_more{
    margin: 20px auto;
    background: #fff;
}
.lx_you{
    color:#000;
    font-size: 24px!important;
}

.icoys{
    position: absolute;
    top: -5px;
    right: -4px;
    font-size: 28px !important;
    margin-bottom: 5px !important;
    color: #000;
}
.ico_yous{
    border: 1px solid #eee;
}
.ico_yous .icoys{
    top:-7px;
}


/*新闻中心*/
.index_new{
    width: 100%;
    height: auto;
    padding: 50px 0px;
    background: #f7f7f7;
}
.new_title{
    border-left: 3px solid #ffc400;
    position: relative;
    margin-bottom: 40px;
}
.new_title .index_title,.new_title .index_english{
    padding-top: 0;
    padding-left: 15px;
}

.new_left{
    height: 490px;
    padding-left: 15px;
}
.new_right{
    height: 490px;
    padding-left: 15px;
}
.new_more{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.new_more span{
    color: #b4b4b4;
}
.new_more:hover span{
    color: #ffc400;
}
.new_img img{
    width: 100%;
}
.new_content{
    margin: 15px 0;
    padding: 14px 15px;
    background: #fff;
}

.new_content:hover{
    box-shadow: 1px 2px 2px 0px #eaeaea;
}
.new_content:hover .new_text{
    color:#ffc400;
}
.con_title{
    text-align: left;
}
.time{
    font-size: 12px;
    color: #d2d2d2;
    padding:5px 0;
}
.new_text{
    color: #b4b4b4;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.ans_zuo{
    font-size: 30px !important;
    letter-spacing: 10px;
}
.new2{
    padding: 20px;
}
.new_text2{
    margin-top: 10px;
    color: #b4b4b4;
    padding: 15px 0;
    border-top:1px solid #b4b4b4;
}
.img_text_img{
    padding: 0;
}
.new_img1{
    padding-bottom: 67%;
}
.new_img2{
    padding-bottom: 44.5%;
}




/*底部内容*/
.footer {
    width: 100%;
    background: #383838;
    padding-bottom:50px;
}
.foot_nav{
    width: 100%;
    border-bottom: 1px solid #5a5a5a;
}
.foot_nav ul li{
    width: 20%;
    float: left;
    text-align: left;
    z-index: 20;
}
.foot_nav ul li a{
    font-size: 16px;
    height: 100px;
    line-height:100px;
    color:#d2d2d2;
}
.footer_bottom{
    margin-top: 20px;
}
.footer_bottom .f_left{
    padding: 0;
}
.f_left .f_left1{
    padding-top: 10px;
    color: #d2d2d2;
    line-height: 33px;
}
.f_right{
    text-align: right;
}




.wrap {
    width: 1200px;
    margin: 0 auto
}
.center1{
    margin-top: 30px;
}
.wrap_left{
    width: 25%;
    float: left;
}
.p_center{
    padding: 30px 0;
}

/*左测导航*/
.left_nav {
    border: 1px solid #ffc400;
    margin-bottom:50px;
}
.nav_title{
    text-align: center;
    background-color:#ffc400;
    color:#fff;
    padding: 10px 0;
}
.dir{
    text-align: center;
    padding-top: 5px;
    line-height: 26px;
    color: #ddd;
    text-transform: uppercase;
    font-size: 26px;
}
.left_nav ul a {
    /* 整体字体颜色*/
    font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size:14px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.left_nav ul a:hover {
    text-decoration: none;
}
.left_nav>ul>li {
    text-align:center;
    line-height:50px;
    min-height:50px;
    position:relative;
    overflow: hidden;
    padding: 0px 15px;
}
.left_nav>ul>li ul {
    display:none;
    background-color:#FFF;
}
.left_nav>ul>li ul a {
    color: #000;/* 三级分类字体颜色 */
}
.left_nav>ul>li ul a:hover {
    color: #f00;
}
.left_nav>ul>li>a {
    position:relative;/*jquery的slideDow效果不兼容IE7*/
    display:block;
    font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size:16px;
    font-size: 1.6rem;
    width:100%;
    height:100%;
    transition:all 0.5s;
}
.left_nav>ul>li>span a {
    position:absolute;
    z-index:99;
    font-family: "宋体";
    font-size: 18px;
    font-weight: bold;
    left: 40px;/*如果标题字数过长，可以调节数值*/
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.5s;
}
.left_nav>ul>li>span a.on {
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.left_nav>ul>li>a.on{
    color: #F00;
}
.left_nav>ul>li:hover {
    /* 鼠标经过变色 */
}
.left_nav>ul>li:hover span>a,.left_nav>ul>li:hover>a{
    color:#f00;
}
.left_sub a {
    font-size:14px;
    color:#FFF;
}
.left_sub a:hover {
    color:#5390cd;
    text-decoration: none;
}
/*左侧联系方式*/
.left_contact {
    border: 1px solid #ffc400;
}

.left_contact .text{
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    line-height: 200%;
    font-size: 16px;
    font-size: 1.4rem;
}

/*右侧内容*/
.wrap_right{
    width: 75%;
    float: left;
    padding-left: 30px;
}
.pc_top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin:20px 0;
}
.pc_top .title{
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
}

.pc_top .address{
    float: right;
}
.pc_main{
    padding:15px 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: 200%;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Microsoft YaHei","宋体",Arial,Sans-Serif;
}
.pc_box{
    margin:10px;
    padding: 5px;
    border: 1px solid #ddd;
}

.pc_title{
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    font-size: 1.6rem;
}

.news {
    padding-bottom: 50px;
}
.news .top_news {
    position:relative;
    margin-bottom:25px;
}

.top_news_img{
    padding: 15px 0;
}

.anli_list{
    padding: 0;
}
.news .top_news img {
    width:100%;
    height:auto;
    text-align:center;
    line-height:150px;
    display:inline-block;
    background-color:#fafafa;
}
.news_label {
    position:absolute;
    top:0;
    left:-25px;
    width:40px;
    height:40px;
    padding:3px;
    background-color:#ffc400;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-size:22px;
    line-height:1em;
}
.news_label span {
    font-size:12px;
    display:block;
    line-height:1em
}
.news_right {
    padding: 15px;

}
.news_right p.text {
    margin:10px 0;
    text-indent:2em;
}
.news_right a.btn {
    position:absolute;
    right:0;
    bottom:0;
}
.news p.text {
    margin: 5px 0px 20px 0px;
}
.news p.text a {
    font-family:"微软雅黑","Arial","宋体";
    color:#666;
}
.news p.text a:hover {
    color:#eb760d;
}
.news p.text a:before {
    content:"";
    width:8px;
    height:8px;
    display:inline-block;
    padding-right:10px;
    background:url(../images/news_style.png) no-repeat;
}
.news>p.text {
    border-bottom: 1px dotted #ccc;
    margin: 30px 0;
}
.new_list_data{
    float: right;
}

.btn4{
    width: 80px;
    height: 30px;
    border: 1px solid #ffc400;
    background-color: #fff;
    color:#f57d05;
}


.table_form tr {
    line-height: 70px
}
.table_form tr td input[type=text] {
    height: 30px;
    line-height: 30px
}
.pages {
    width: 100%;
    line-height:12px;
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: "宋体";
    color: #333;
    margin-top: 35px
}
.pages a{
    padding: 5px;
    background:#fff;
    border:1px solid #e3e3e3;
    text-align:center;
    color:#333
}
.pages .a1{
    color: #333;
    margin: 0px 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #333;
}
.pages span{
    display:inline-block;
    padding: 5px;
    background:#5a85b2;
    border:1px solid #5a85b2;
    color:#fff;
    text-align:center;
}

