*{
	margin:0;
	padding:0;
	border:0;
}
ul li{
	list-style:none;
}
a{
	text-decoration:none;
}
a,area{
	blr:expression(this.onFocus=this.blur())
}
.clear{
	clear:both;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
img{
	padding:0;
	margin:0;
	border:0;
}
body{
	font-family:"宋体";
    padding-bottom: 68px;
}
.container{
	margin-left:auto;
	margin-right:auto;
	max-width:750px;
}
.head {
    /*position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    width: 100%;
    z-index: 35;*/
    transition: .5s;
}
.navFix .top {
    height: 0;
}
.navFix .innav{
    top:45px;
}
.top{
    width:100%;
    margin:0 auto;
    background-color:#fff;
    height: 70px;
    overflow: hidden;
}
.top a{
    display: block;
    float: left;
    width: 81%;
    padding: 15px 0px 15px 3%;
}
.top a img{
    max-width: 100%;
    height: 40px;
}
.tops i{
    float: right;
    width: 10%;
    color: #000;
    font-size: 40px;
    padding: 20px 3%;
}
.tops i img{
    display: block;
    max-width: 100%;
    height: 30px;
    margin: 0 auto;
}
.tops i.navpic2{
    width: 7%;
    display: none;
    background-color: #ed7700;

}


.innavs{
    position: fixed;
    background-color: transparent;
    top: 0px;
    left: 0;
    z-index: 999;
    display: none;
    height: 100%;
}
.innav{
    float: left;
    width: 87%;
    background-color: #fff;
    height: 100%;
}

.innav_fl{
    float: left;
    width: 21%;
    padding: 1% 3%;
}
.innav_fl li{
    line-height: 2;
}
.innav_fl li a{
    display: block;
    color: #231815;
    font-size: .30rem;
}
.innav_fl li a:hover{
    font-weight: bold;
    color: #ed7700;
}
.innav_fr{
    float: right;
    width: 66%;
    padding: 1% 3%;
    border-left: 1px solid #e0e0e0;
    overflow-y: scroll;
    height: 100%;
}
#style-3::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar{
    width: 3px;
    background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar-thumb{
    background-color: #c30e1d;
}
.innav_show{
    padding-top: 1%;
    overflow: hidden;
}
.innav_title{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 30px;
}
.innav_title h3{
    float: left;
    border-bottom: 2px solid #ee7700;
    font-size: .24rem;
    color: #000;
    font-weight: bold;
}
.innav_show_con{

}
.innav_show_con li{
    line-height: 2;
    float: left;
    width: 48%;
    margin: 0 1% 10px 1%;
}
.innav_show_con li a{
    display: block;
    color: #666;
    font-size: .22rem;
    border: 1px solid #ccc;
    padding: 0px 10px;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.innav_show_con li a:hover{
    color: #fff;
    border: 1px solid #ed7700;
    background-color: #ed7700;
}

header {
    width:100%;
    margin:0 auto;
    position:relative;
}
.index_navtit{
    display:block;
    width:100%;
    margin:0 auto;
    height: 45px;
    line-height: 45px;
}
.index_navtit li{
    float: left;
    width: 25%;
    position: relative;
    background: url("../images/li.jpg") no-repeat right center;
}

.index_navtit li a {
    display: block;
    text-align: center;
    font-size: .30rem;
    color: #fff;
    overflow: hidden;
    background: #221815 url("../images/li.jpg") no-repeat right center;
}
.index_navtit li a:hover{
    background:#ed7700 url("../images/li_h.jpg") no-repeat right center;
}
.menupc li .current{
    background:#ed7700 url("../images/li_h.jpg") no-repeat right center;
}

.index_navtit li .innav_cont{
    position: absolute;
    width: 100%;
    display: none;
	z-index: 999;

}
.index_navtit li .innav_cont .innav_conts{
    margin-top: 6px;
    width: 76%;
    background: #fff;
    padding: 0 12%;
    z-index: 9;
    box-shadow: 0px 0px 10px #ccc;
}
.index_navtit li .innav_cont:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ed7700;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.index_navtit li .innav_cont a {
    display: block;
    text-align: center;
    font-size: .26rem;
    line-height: 2.5;
    border-bottom: 1px dotted #b5b5b5;
    overflow: hidden;
    background-color: #fff;
    color: #666;
    background: none;
}
.index_navtit li .innav_cont a:hover{
    color: #ed7700;
}
.index_navtit li .innav_cont a:last-child{
    border-bottom: none;
}


/*banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0px auto;
    position:relative;
}
.home-banner-slick {
    overflow:hidden
}
.home-banner-slick .slick-slide {
    position:relative;
}
.home-banner-slick .slick-slide img {
    display: block;
    max-width:100%;
    margin: 0 auto;
    border:none;
}
.home-banner .slick-dots {
    z-index:10;
    bottom:3px;
    line-height:0;
    text-align:center;
    padding-right:60px
}
.home-banner .slick-dots li {
    margin: 7px;
    padding:0;
    width: 10px;
    height: 10px;
}
.home-banner .slick-dots li button {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    box-shadow: 0px 0px 6px #000;
    display:block;
}
.home-banner .slick-dots li button:before {
    content:"";
}
.home-banner .slick-dots .slick-active button {
    background-color: #ed7700;
}
.home-banner .slick-dots .slick-active button:before {
    color:transparent;
}
.home-banner .slick-prev, .home-banner .slick-next{
    width: 40px;
    height: 40px;
    top:50%;
    margin-top: -20px;
    z-index: 11;
}
.home-banner .slick-prev{
    left: 3%;
    background: url("../images/ban_l.png") no-repeat left center;
}
.home-banner .slick-next{
    right: 3%;
    background: url("../images/ban_r.png") no-repeat left center;
}


.home-pro{
    width: 100%;
    margin: 25px auto;
}
.index_title{
    margin-bottom: 20px;
    overflow: hidden;
    width: 94%;
    padding: 0 3%;
}
.index_title p{
    float: left;
    background: url("../images/p.jpg") no-repeat left center;
    padding-left: 10px;
    color: #231815;
    font-size: .34rem;
    font-weight: bold;
}
.index_title p span{
    color: #666;
    font-size: .24rem;
    font-weight: normal;
    text-transform: uppercase;
}
.index_title a{
    float: right;
    background-color: #ed7700;
    color: #fff;
    font-size: .22rem;
    text-align: center;
    padding: 0px 15px;
    border-radius: 25px;
    line-height: 2;
}
.pro_con{

}
.pro_con_title{
    width: 94%;
    height: 31px;
	margin:0 auto;
}
.pro_con_title ul{
	 width: 100%;
    display: flex;
    justify-content: center;
}
.pro_con_titles{

}
.pro_con_title ul li{
    width: 34%;
    margin-right:5.5%;
    line-height: 2.3;
	text-align:center;
	display:block;
}
.pro_con_title li:last-child{
    margin-right: 0;
}
.pro_con_title li a{
    display: block;
    text-align: center;
    color: #ed7700;
    border: 1px solid #ed7700;
    border-radius: 5px;
    font-size: .20rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_con_title li p{
    display: none;
    position: relative;
    width: 6px;
    margin: auto;
    height: 6px;
}
.pro_con_title li p:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ed7700;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.pro_con_title li a:hover{
    color: #fff;
    background-color: #ed7700;
}
.p_cate{
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    z-index: 12;
}
.p_cates{
    margin-top: 8px;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 0px 10px #ccc;
}
.p_cate dl{
    width: 94%;
    padding: 1.5% 3%;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.p_cate dl:last-child{
    border-bottom: none;
}
.p_cate dl dd{
    float: left;
    line-height: 2;
    margin-right: 15px;
}
.p_cate dl dd a{
    display: block;
    color: #666;
    font-size: .24rem;
    border: none;
    border-radius: 0;
}
.p_cate dl dd a:hover{
    color: #ed7700;
    background-color: transparent;
}
.cha{
    position: absolute;
    bottom: -32px;
    right: 0px;
    width: 40px;
    height: auto;
}
.cha a{
    display: block;
    border: none !important;
    border-radius: 0 !important;
}
.cha a img{
    max-width: 100%;
    height: auto;
}
.pro_con_info{
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0px;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
}
.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}
.prolist{
    position: relative;
}
.prolist li{
    float: left;
    margin: 13px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.prolist li a{
    display: block;
}

.pro_img{
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.pro_img:after{
    content: '';
    display: block;
    padding-bottom: 78%;
}
.pro_img img{
    transition: .5s;
}
.prolist li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_txt{
    display: none;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color:rgba(34,24,21,0.7);
    text-align:center;
    padding:5px 0px;
}
.pro_txt p{
    text-align: center;
    font-size: .22rem;
    color: #fff;
    line-height: 1.5;
    width: 93%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.pro_txt:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 5%;
}
.pro_txt:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    right: 5%;
}*/
.prolist li a:hover .pro_txt{
    background-color:rgba(237,119,0,0.7);
}
.prolist .slick-center{
    z-index: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.prolist .slick-slide img{
    border: none;
}
.prolist .slick-center .pro_txt{
    display: block;
}
.prolist .slick-prev, .prolist .slick-next{
    width: 30px;
    height: 30px;
    top:50%;
    margin-top: -25px;
    z-index: 11;
}
.prolist .slick-prev{
    left: 5%;
    background: url("../images/l.png") no-repeat left center;
}
.prolist .slick-next{
    right: 5%;
    background: url("../images/r.png") no-repeat left center;
}

.home-adv{
    width: 100%;
    margin: 0 auto;
    background: url("../images/advbg.jpg") no-repeat top center;
    padding: 15px 0px;
}
.adv_title{
    text-align: center;
}
.adv_title h3{
    color: #fff;
    font-size: .50rem;
    margin-bottom: 10px;
}
.adv_title p{
    font-size: .25rem;
    color: #ed7700;
}
.adv_con{
    overflow: hidden;
    width: 88%;
    padding: 3%;
    margin: 15px 3% 5px 3%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.adv-min{
    margin-bottom: 10px;
    overflow: hidden;
}
.item{
    margin: 0 1px;
}
.proshow-max .item iframe {
    width: 100%;
    height: 100%;
	display:block;
}

.adv-min-img{
    float: left;
    width: 35px;
    height: 35px;
}
.a1{
    background: url("../images/a1.png") no-repeat center;
    background-size: cover;
}
.a2{
    background: url("../images/a2.png") no-repeat center;
    background-size: cover;
}
.a3{
    background: url("../images/a3.png") no-repeat center;
    background-size: cover;
}
.a4{
    background: url("../images/a4.png") no-repeat center;
    background-size: cover;
}
.adv-min-txt{
    margin-left: 40px;
    color: #221815;
}
.adv-min-txt h3{
    font-size: .24rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.adv-min-txt p{
    font-size: .16rem;
}

.adv-max{
    position: relative;
    padding-bottom: 3%;
}
.adv-max-txt{
    margin-bottom: 10px;
    overflow: hidden;
}
.adv-max-txt li{
    line-height: 2;
    background: url("../images/ali.jpg") no-repeat left center;
    padding-left: 10px;
    color: #666;
    font-size: .22rem;
}
.adv-max-img{
    position: relative;
    overflow: hidden;
}
.adv-max-img:after{
    content: '';
    display: block;
    padding-bottom: 56%;
}
.adv-max-img img{
    max-width: 100%;
    height: auto;
    transition: .5s;
    border: 1px solid #e6e6e6 !important;
}

.adv-min .slick-current .a1{
    background: url("../images/a1_h.png") no-repeat center;
    background-size: cover;
}
.adv-min .slick-current .a2{
    background: url("../images/a2_h.png") no-repeat center;
    background-size: cover;
}
.adv-min .slick-current .a3{
    background: url("../images/a3_h.png") no-repeat center;
    background-size: cover;
}
.adv-min .slick-current .a4{
    background: url("../images/a4_h.png") no-repeat center;
    background-size: cover;
}

.adv-max .slick-dots {
    z-index:10;
    bottom:-5px;
    line-height:0;
    text-align:center;
    padding-right:60px
}
.adv-max .slick-dots li {
    margin: 5px;
    padding:0;
    width: 5px;
    height: 5px;
}
.adv-max .slick-dots li button {
    background-color: #f6bb7f;
    width: 5px;
    height: 5px;
    border-radius: 25px;
    display:block;
}
.adv-max .slick-dots li button:before {
    content:"";
}
.adv-max .slick-dots .slick-active button {
    background-color: #ed7700;
}
.adv-max .slick-dots .slick-active button:before {
    color:transparent;
}

.home-yycj{
    width: 100%;
    margin: 0 auto;
}
.yycj_con{
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0px;
    overflow: hidden;
    clear: both;
    margin-top: 15px;

}
.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}
.yycjlist{
    position: relative;
}
.yycj_con li{
    float: left;
    margin: 13px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.yycj_con li a{
    display: block;
}

.yycj_img{
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.yycj_img:after{
    content: '';
    display: block;
    padding-bottom: 78%;
}
.yycj_img img{
    transition: .5s;
}
.yycj_con li a:hover .yycj_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.yycj_txt{
    display: none;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color:rgba(34,24,21,0.7);
    text-align:center;
    padding:5px 0px;
}
.yycj_txt p{
    text-align: center;
    font-size: .24rem;
    color: #fff;
    line-height: 1.5;
    width: 93%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.yycj_txt:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 5%;
}
.yycj_txt:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    right: 5%;
}*/
.yycj_con li a:hover .yycj_txt{
    background-color:rgba(237,119,0,0.7);
}
.yycj_con .slick-center{
    z-index: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.yycj_con .slick-center .yycj_txt{
    display: block;
}
.yycj_con .slick-slide img{
    border: none;
}
.yycj_con .slick-prev, .yycj_con .slick-next{
    width: 30px;
    height: 30px;
    top:50%;
    margin-top: -25px;
    z-index: 11;
}
.yycj_con .slick-prev{
    left: 5%;
    background: url("../images/l.png") no-repeat left center;
}
.yycj_con .slick-next{
    right: 5%;
    background: url("../images/r.png") no-repeat left center;
}

.home-choose{
    width: 100%;
    margin: 0 auto;
}
.choose_title{
    background: url("../images/choosebg.png") no-repeat top center;
    padding: 20px 0px 30px 0px;
    background-size: cover;
}
.choose_title h3{
    font-size: .50rem;
    color: #ed7700;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 2px 0px #fff;
}
.choose_con{
    margin-top: 20px;
    width: 94%;
    padding: 0 3% 10px 3%;
    overflow: hidden;
}

.choose_txt{
    width: 100%;
}
.choose_txt1{
    padding: 5px 0px 0px 78px;
}
.c1{
    background: url("../images/c1.jpg") no-repeat left top;
    background-size: cover;
}
.c2{
    background: url("../images/c2.jpg") no-repeat left top;
    background-size: cover;
}
.c3{
    background: url("../images/c3.jpg") no-repeat left top;
    background-size: cover;
}
.choose_txt1 h3{
    font-size: .28rem;
    color: #333;
    font-weight: bold;
}
.choose_txt1 h3 span{
    font-size: .24rem;
    color: #999;
}
.choose_txt1 p{
    font-size: .19rem;
    color: #666;
    line-height: 2;
}
.choose_txt2{
    margin-top: 20px;
    overflow: hidden;
}
.choose_txt2 dl dd{
    line-height: 2;
    color: #666;
    font-size: .19rem;
    position: relative;
    padding-left: 10px;
}
.choose_txt2 dl dd:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #221815;
    position: absolute;
    left: 0;
    top: 10px;
}
.choose_img{
    margin-top: 20px;
    overflow: hidden;
}
.choose_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: none !important;
}
.choose_max{
    position: relative;
}
.choose_max .slick-dots {
    z-index:10;
    bottom:-10px;
    line-height:0;
    text-align:center;
    padding-right:60px
}
.choose_max .slick-dots li {
    margin: 7px;
    padding:0;
    width: 10px;
    height: 10px;
}
.choose_max .slick-dots li button {
    background-color: #f6bb7f;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    display:block;
}
.choose_max .slick-dots li button:before {
    content:"";
}
.choose_max .slick-dots .slick-active button {
    background-color: #ed7700;
}
.choose_max .slick-dots .slick-active button:before {
    color: transparent;
}

.home-about{
    width: 100%;
    margin: 25px auto;
    overflow: hidden;
}
.about_img{
    margin-bottom: 15px;
}
.about_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.about_con{
    width: 91%;
    margin: 0 3%;
    padding: 3% 1.5%;
    border: 1px solid #ededed;
    color: #666;
    font-size: .24rem;
    line-height: 1.6;
}

.home-qyfc{
    width: 100%;
    margin: 0 auto;
}
.qyfc_con{
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0px;
    overflow: hidden;
    clear: both;
    margin-top: 15px;
}
.qyfclist{
    position: relative;
}
.qyfc_con li{
    float: left;
    margin: 13px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.qyfc_con li a{
    display: block;
}

.qyfc_img{
    overflow: hidden;
    position: relative;
}
.qyfc_img:after{
    content: '';
    display: block;
    padding-bottom: 78%;
}
.qyfc_img img{
    transition: .5s;
}
.qyfc_con li a:hover .qyfc_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.qyfc_txt{
    display: none;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color:rgba(34,24,21,0.7);
    text-align:center;
    padding:5px 0px;
}
.qyfc_txt p{
    text-align: center;
    font-size: .24rem;
    color: #fff;
    line-height: 1.5;
    width: 93%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.qyfc_txt:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 5%;
}
.qyfc_txt:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    right: 5%;
}*/
.qyfc_con li a:hover .qyfc_txt{
    background-color:rgba(237,119,0,0.7);
}
.qyfc_con .slick-center{
    z-index: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.qyfc_con .slick-center .qyfc_txt{
    display: block;
}
.qyfc_con .slick-slide img{
    border: none;
}
.qyfc_con .slick-prev, .qyfc_con .slick-next{
    width: 30px;
    height: 30px;
    top:50%;
    margin-top: -25px;
    z-index: 11;
}
.qyfc_con .slick-prev{
    left: 5%;
    background: url("../images/l.png") no-repeat left center;
}
.qyfc_con .slick-next {
    right: 5%;
    background: url("../images/r.png") no-repeat left center;
}

.home-process{
    width: 100%;
    margin: 25px auto 0px auto;
}
.process_t{
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 25px 3% 15px 3%;
}
.process_t ul{
    overflow: hidden;
}
.process_t li{
    float: left;
    width: 25%;
    background: url("../images/jt.png") no-repeat right center;
    background-size: 6%;
}

.process_t li a{
    display: block;
    width: 63px;
    margin: 0 auto;
    height: 63px;
    border: 5px solid #fff;
    background-color: #fff;
    border-radius: 180px;
}
.process_t li a i{
    display: block;
    width: 46px;
    margin: 5px auto;
    height: 25px;
    background-size: 60% !important;
}
.fw1{
    background: url("../images/fw1.png") no-repeat center;
}
.fw2{
    background: url("../images/fw2.png") no-repeat center;
}
.fw3{
    background: url("../images/fw3.png") no-repeat center;
}
.fw4{
    background: url("../images/fw4.png") no-repeat center;
}
.fw5{
    background: url("../images/fw5.png") no-repeat center;
}
.fw6{
    background: url("../images/fw6.png") no-repeat center;
}
.fw7{
    background: url("../images/fw7.png") no-repeat center;
}
.process_t li a p{
    text-align: center;
    font-size: .19rem;
    color: #221815;
}
.process_t li a:hover{
    border: 5px solid #f0b376;
    background-color: #ed7700;
}
.process_t li a:hover i{
    background-size: 60% !important;
}
.process_t li a:hover .fw1{
    background: url("../images/fw1_h.png") no-repeat center;
}
.process_t li a:hover .fw2{
    background: url("../images/fw2_h.png") no-repeat center;
}
.process_t li a:hover .fw3{
    background: url("../images/fw3_h.png") no-repeat center;
}
.process_t li a:hover .fw4{
    background: url("../images/fw4_h.png") no-repeat center;
}
.process_t li a:hover .fw5{
    background: url("../images/fw5_h.png") no-repeat center;
}
.process_t li a:hover .fw6{
    background: url("../images/fw6_h.png") no-repeat center;
}
.process_t li a:hover .fw7{
    background: url("../images/fw7_h.png") no-repeat center;
}
.process_t li a:hover p{
    color: #fff;
}

.lc2{
    margin: -20px 0px;
}
.lc2 li{
    float: right;
    background: url(../images/jt1.png) no-repeat bottom center;
}
.process_t .lc3 li{
    background: url(../images/jt1.png) no-repeat right center;
    background-size: 6%;
}
/*.process_t .lc1 li:last-child{
    background: none;
    margin-right: 0px;
}
.process_t .lc3 li:last-child{
    background: none;
    margin-right: 0px;
}*/

.process_con{
    margin-top: 15px;
    overflow: hidden;
}
.process_con h3{
    text-align: center;
    font-size: .34rem;
    color: #ed7700;
    font-weight: bold;
    margin-bottom: 15px;
}
.process_con ul{
    display: flex;
    justify-content: center;
}
.process_con ul li{
    width: 31.333333%;
    line-height: 2.5;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    font-size: .22rem;
    color: #fff;
    padding-left: 16px;
    background:  #ed7700 url("../images/gou.png") no-repeat 8px center;
    margin: 0px 2% 15px 2%;
	background-size: 15%;
}

.home-fuwu{
    width: 100%;
    margin: 0 auto;
}
.home-fuwu{
    width: 100%;
    margin: 0 auto;
    background: url("../images/fuwubg.jpg") no-repeat top center;
    background-size: cover;
    padding: 25px 0px;
    text-align: center;
    overflow: hidden;
}
.home-fuwu h3{
    font-size: .38rem;
    background: linear-gradient(to bottom, #ffbd17, #e56e00);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    margin-bottom: 15px;
}
.home-fuwu p{
    font-size: .26rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 2;
}
.home-fuwu span{
    display: block;
    width: 65%;
    margin: 0 auto;
    line-height: 1.5;
    background-color: #ed7700;
    color: #fff;
    border-radius: 25px;
    font-size: .23rem;
    font-weight: bold;
}
.home-fuwu span em{
    font-style: normal;
    font-size: .33rem;
}

.home-hezuo{
    width: 100%;
    margin: 25px auto;
}.hezuo_con{
    margin-top: 20px;
    width: 94%;
    padding: 0 3%;
}
.hezuo_con li{
    overflow: hidden;
    float: left;
    margin: 0  5px;
}
.hezuo_con li a{
    display: block;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
}
.hezuo_con li a img{
    max-width: 100%;
    height: auto;
    border: none !important;
}
.hezuo_con li a:hover{
    border: 1px solid #ed7700;
}
.hzlist{
    position: relative;
}
.hezuo_con .slick-dots {
    z-index:10;
    bottom:-20px;
    line-height:0;
    text-align:center;
}
.hezuo_con .slick-dots li {
    margin: 7px;
    padding:0;
    width: 10px;
    height: 10px;
    float: none;
}
.hezuo_con .slick-dots li button {
    background-color: #f6bb7f;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    display:block;
}
.hezuo_con .slick-dots li button:before {
    content:"";
}
.hezuo_con .slick-dots .slick-active button {
    background-color: #ed7700;
}
.hezuo_con .slick-dots .slick-active button:before {
    color: transparent;
}

.home-news{
    width: 100%;
    margin: 40px auto 25px auto;
    overflow: hidden;
}
.news_con{
    margin-top: 20px;
}
.news_title{
    overflow: hidden;
}
.news_title ul li {
    float: left;
    width:50%;
    cursor:pointer;
    background-color:#231815;
}
.news_title ul li h3 {
    font-size: .26rem;
    color: #fff;
    font-weight:normal;
    line-height: 3;
    text-align: center;
}
.news_title ul .on{
    background-color:#ed7700
}
.news_show{
    overflow: hidden;
}
.news_show .news_info {
    display:none;
}
.news_info{

}
.news_info img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.news_info ul{
    width: 94%;
    padding: 0 3%;
    overflow: hidden;

}
.news_info ul li{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news_info ul li a{
    display: block;
}
.news_info ul li a h3{
    font-size: .20rem;
    color: #333;
    background: url("../images/yuan.png") no-repeat left center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
    margin-bottom: 8px;
}
.news_info ul li a p{
    font-size: .19rem;
    color: #666;
    line-height: 1.8;
}
.news_info ul li a p span{
    float: right;
}

footer{
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    padding: 25px 0px;
    overflow: hidden;
    text-align: center;
}
footer p{
    color: #fff;
    font-size: .20rem;
}
.f1{
    margin-bottom: 15px;
    line-height: 2;
}
footer img{
    display: block;
    max-width: 50%;
    height: auto;
    margin: auto;
}
.f2{
    margin: 10px 0px 15px 0px;
}

.footnav{
    background-color: #ed7700;
    width: 100%;
    max-width: 750px;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 13;
}
.footnav li{
    float: left;
    width: 25%;
    text-align: center;
}
.footnav li a{
    display: block;
    color: #fff;
    font-size: .24rem;
    padding: 10px 0px;
}
.footnav li a:hover{
    background-color: #da6f03;
}
.footnav li a i{
    display: block;
    width: 34px;
    margin: auto;
    height: 28px;
}
.i1{
    background: url("../images/i1.png") no-repeat center;
    background-size: 70%;
}
.i2{
    background: url("../images/i2.png") no-repeat center;
    background-size: 70%;
}
.i3{
    background: url("../images/i3.png") no-repeat center;
    background-size: 70%;
}
.i4{
    background: url("../images/i4.png") no-repeat center;
    background-size: 70%;
}
.footnav li a p{
    margin-top: 5px;
    color: #fff;
    font-size: .24rem;
}
.footnav li h5{
    display: none;
    position: relative;
    width: 6px;
    margin: auto;
}
.footnav li h5:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #da6f03;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
}
.f_cate{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9999;
    bottom: 80px;

}
.f_cates {
    margin-top: 8px;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 0px 10px #ccc;
    overflow: hidden;
    padding: 3% 0;
}
.f_cate_fl{
    float: left;
    width: 26%;
    padding: 1% 3%;
}
.f_cate_fl dl{
    text-align: justify;
}
.f_cate_fl dl dt{
    color: #221815;
    font-size: .26rem;
    font-weight: bold;
}
.f_cate_fl dl dt:after {
    content: '';
    display: block;
    width: 58px;
    height: 2px;
    background-color: #ed7700;
    margin-top: 5px;
    margin-bottom: 10px;
}
.f_cate_fl dl dd{
    line-height: 2;
}
.f_cate_fl dl dd a{
    display: block;
    font-size: .19rem;
    color: #666;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.f_cate_fl dl dd a:hover{
    color: #ed7700;
    font-weight: bold;
}

.f_cate_fr{
    float: right;
    width: 61%;
    padding: 1% 3%;
    border-left: 2px solid #e0e0e0;
    height: 300px;
    overflow-y: scroll;
}
.f_cate_fr_t{
    margin-bottom: 25px;
    overflow: hidden;
}
.f_cate_fr_title{
    overflow: hidden;
}
.f_cate_fr_title p{
    float: left;
    border-bottom: 2px solid #ed7700;
    color: #221815;
    font-size: .26rem;
    font-weight: bold;
    padding-bottom: 5px;
}
.f_cate_fr_title a{
    float: right;
    color: #ed7700 !important;
    font-size: .20rem !important;
    line-height: 2;
    padding: 0 !important;
}
.f_cate_fr_con{
    margin-top: 5px;
    overflow: hidden;
}
.f_cate_fr_con dl{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 5px 0px;
}
.f_cate_fr_con dl:last-child{
    border-bottom: none;
}
.f_cate_fr_con dl dd{
    float: left;
    line-height: 2;
    margin-right: 13px;
}
.f_cate_fr_con dl dd a{
    display: block;
    color: #666;
    font-size: .20rem;
    border: none;
    padding: 0;
}
.f_cate_fr_con dl dd a:hover{
    color: #ed7700;
    font-weight: bold;
    background-color: transparent;
}
.cha1 {
    position: absolute;
    top: -34px;
    right: 0px;
    width: 40px;
    height: auto;
}

.cha1 a {
    display: block;
    border: none !important;
    border-radius: 0 !important;
}
.cha1 a img {
    max-width: 100%;
    height: auto;
}

.cha1 a:hover{
    background: none !important;
}

/*公司介绍*/
.inner_banner{
    width: 100%;
    margin: 0px auto;
}
.inner_banner img{
    max-width: 100%;
    height: auto;
}
.inner_about{
    width: 100%;
    margin: 0 auto;
}
.iabout_title{
    margin: 15px 0px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
    padding: 3% 0;
}
.iabout_title li{
    float: left;
    width: 25%;
    background: url("../images/aboutli.jpg") no-repeat right center;
    line-height: 2;
    text-align: center;
}
.iabout_title li:nth-child(4n){
    background: none;
}
.iabout_title li a{
    display: block;
    color: #666;
    font-size: .23rem;
}
.iabout_title li a:hover{
    color: #ed7700;
}
.iabout_title li .current{
    color: #ed7700;
}
.iabout_con{
    width: 94%;
    margin: 0 3% 8% 3%;
    overflow: hidden;
    line-height: 1.6;
    color: #666;
    font-size: .24rem;
}
.iabout_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*企业风采*/
.iqyfc_con{
    overflow: hidden;
    width: 94%;
    padding: 0 3% 3% 3%;
}
.iqyfc_con li{
    position: relative;
    width: 49%;
    margin: 0px 2% 2% 0;
    float: left;
}
.iqyfc_con li:nth-child(2n) {
    margin: 0px 0 2% 0;
}
.iqyfc_con li a{
    display: block;
}
.ifc_img{
    width: 100%;
    height: auto;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.ifc_img img{
    max-width: 100%;
    height: auto;
    transition: .5s;
}
.iqyfc_con li a:hover .ifc_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ifc_txt{
    background-color: rgba(0,0,0,0.5);
    padding: 5px 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.iqyfc_con li a:hover .ifc_txt{
    background-color: rgba(238,119,0,0.9);
}
.ifc_txt p{
    text-align: center;
    font-size: .24rem;
    color: #fff;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    margin: 0 auto;
}
.ifc_txt:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top:12px;
    left: 5%;
}
.ifc_txt:after{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top:12px;
    right: 5%;
}


/*联系我们*/
.icontact_con{
    overflow: hidden;
}
.lianxi{

}
.lianxi li{
    background-color: #f0f0f0;
    overflow: hidden;
    padding: 8px 0px;
    text-align: center;
    color: #221815;
    margin-bottom: 15px;
}
.lianxi li h3{
    font-size: .25rem;
    font-weight: bold;
    line-height: 2;
}
.l1{
    background: url("../images/l1.png") no-repeat 42% center;
    background-size: 5%;
}
.l2{
    background: url("../images/l2.png") no-repeat 39% center;
    background-size: 5%;
}
.l3{
    background: url("../images/l3.png") no-repeat 42% center;
    background-size: 5%;
}
.l4{
    background: url("../images/l4.png") no-repeat 42% center;
    background-size: 5%;
}
.l5{
    background: url("../images/l5.png") no-repeat 42% center;
    background-size: 5%;
}
.lianxi li p{
    font-size: .26rem;
}
.map{

}
.map img{
    max-width: 100%;
    height: auto;
}

/*公司新闻*/
.inews_con{
    margin-bottom: 8%;
    overflow: hidden;
}
.inews_con li{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.inews_con li a{
    display: block;
    width: 94%;
    padding: 0 3%;
}
.inews_img{
    float: left;
    width: 27%;
    overflow: hidden;
}
.inews_img img{
    width: 100%;
    height: auto;
    transition: .5s;
}
.inews_txt{
    float: right;
    width: 70%;
}
.inews_txt h3{
    font-size: .24rem;
    color: #666;
    margin:5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt p{
    color: #666;
    font-size: .20rem;
    line-height: 1.5;
}
.inews_txt p span{
    float: right;
}
.inews_con li a:hover .inews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews_con li a:hover .inews_txt h3{
    color: #ed7700;
}

/*新闻详情*/
.inewsshow_con{
    width: 100%;
    margin: 10px auto 0px auto;
}
.newsshow1{
    margin-bottom: 25px;
    overflow: hidden;
}
.show_title{
    width: 94%;
    margin: 0 3%;
    padding: 3% 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.show_title h1{
    font-size: .24rem;
    font-weight:normal;
    text-align: left;
    color: #333;
    background: url("../images/p.jpg") no-repeat left center;
    padding-left: 6px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_title span{
    display: inline-block;
    color:#666;
    margin-right: 10px;
    font-size:.20rem;
    padding-left:25px;
    line-height: 1.5;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
    background-size: 20%;
}
.date{
    background:url(../images/date.png) no-repeat left center;
    background-size: 10%;
}
.show_content{
    line-height:2;
    color:#666;
    padding:3% 3% 8% 3%;
    font-size: .24rem;
    overflow: hidden;
}
.show_content img{
	width:100%;
}
.show_back{
    border-top: 3px solid #e6e6e6;
    border-bottom: 3px solid #e6e6e6;
    overflow: hidden;
    padding: 1% 3%;
}
.show_back_fl{
    float: left;
    width: 75%;
}
.show_back_fl li{
    line-height:2;
    font-size: .22rem;
    color:#221815;
    width:80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#221815;
    font-size: .22rem;
}
.show_back_fl li a:hover{
    color:#ed7700;
}
.show_back_fr{
    float:right;
    width:18%;
    margin-top: 12px;
}
.show_back_fr a{
    display:block;
    line-height:2;
    color:#fff;
    font-size:.24rem;
    background-color: #ed7700;
    border-radius: 5px;
    text-align: center;
}
.newsshow2{
    margin-bottom: 25px;
    overflow: hidden;
}
.newsshow_title{
    overflow: hidden;
    padding: 0 3%;
}
.newsshow_title h2{
    float: left;
    padding: 0px 10px;
    font-size: .24rem;
    line-height: 2;
    background-color: #ed7700;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
.newsshow2_con{
    border-top: 1px solid #e6e6e6;
    border-bottom: 3px solid #e6e6e6;
    padding: 20px 0px;
}
.newsshow3_con{
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    overflow: hidden;
}


/*行业百科*/
.ibaike_title{
    margin: 15px 0px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 3%;
    position: relative;
}
.ibaike_title ul{

}
.ibaike_nav{
    position: relative;
    height: 25px;
}

.ibaike_nav li{
    float: left;
    /*width: 23%;*/
    background: url("../images/aboutli.jpg") no-repeat right center;
    line-height: 25px;
    text-align: center;
    height: 25px;
}
.ibaike_nav li:nth-child(4n){
    background: none;
}
.ibaike_nav li a{
    display: block;
    color: #666;
    font-size: .23rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 0px 15px;
}
.ibaike_nav li a i{
    width: 6px;
    height: 6px;
    display: none;
}
.ibaike_nav li a i:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ed7700;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.ibaike_nav li a:hover{
    color: #ed7700;
}
.ibaike_nav li a:hover i{
    display: block;
}
.ibaike_nav li .current{
    color: #ed7700;
}
.ibaike_nav li .current i{
    display: block;
}
.more_catalog{
    width: 10%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ed7700;
}
.more_catalog:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.ibaike_cont{
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 9;
    padding: 3%;
    display: none;
    width: 94%;
    margin-top: 3.5%;
    left: 0;
    box-shadow: 0px 0px 10px #ccc;
}
.ibaike_cont li{
    float: left;
    width: 25%;
    line-height: 25px;
    text-align: center;
}
.ibaike_cont li a{
    display: block;
    color: #666;
    font-size: .23rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ibaike_cont li a:hover{
    color: #ed7700;
}


/*百科详情*/
.show_bq{
    margin-bottom: 18px;
    overflow: hidden;
    padding: 0 3%;
}
.show_bq dl{
    line-height: 1.5;
}
.show_bq dl dt{
    float: left;
    font-size: .24rem;
    color: #221815;
    line-height: 1.5;
}
.show_bq dl dd{
    float: left;
    margin-right: 4px;
	margin-bottom:5px;
}
.show_bq dl dd a{
    display: block;
    font-size: .24rem;
    padding: 5px 10px 3px 10px;
    overflow: hidden;
    color: #221815;
    background-color: #e2e4e1;
}
.show_bq dl dd a:hover{
    background-color: #ee7701;
    color: #fff;
}


/*标签页面*/
.ibiaoqian_con{
    margin-top: 25px;
}


/*产品中心*/
.ipro_title{
    margin: 15px 0px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 3%;
    position: relative;
    height: 25px;
}
.ipro_title li {
    float: left;
    width: 25%;
    background: url(../images/aboutli.jpg) no-repeat right center;
    line-height: 25px;
    text-align: center;
}
.ipro_title li:nth-child(1){
    width: 30%;
}
.ipro_title li:nth-child(4){
    width: 20%;
}
.ipro_title li a {
    display: block;
    color: #666;
    font-size: .23rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.ipro_title li:last-child {
    background: none;
}
.ipro_title li a:hover{
    color: #ed7700;
}
.ipro_title li .current{
    color: #ed7700;
}
.ipro_title li p{
    display: none;
    position: relative;
    width: 6px;
    margin: auto;
    height: 6px;
}
.ipro_title li p:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ed7700;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}


/*产品详情*/
.proshow1{
    width: 100%;
    margin: 0px auto;
}
.proshow1_1{
    margin-bottom: 15px;
}
.proshow-max {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    position:relative;
    cursor:pointer;
    border:1px solid #f1f1f1;
    overflow: hidden;
}
.proshow-max .item img.prodeimg{
	display:block;
	width:100%;
	border:0;
}
.proshow-max .item i {
    display:block;
    padding-bottom: 58%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100% auto;
	
}
.proshow-max .slick-next:before,.proshow-max .slick-prev:before{
    display: none;
}
.proshow-max .slick-prev,.proshow-max .slick-next{
    width: 44px;
    height: 44px;
    margin-top: -22px;
    top:50%;
    z-index: 1;
}
.proshow-max .slick-prev{
    left: 3%;
    background: url("../images/pl.png") no-repeat left center;
}
.proshow-max .slick-prev:hover{
    background: url("../images/pl_h.png") no-repeat left center;
}
.proshow-max .slick-next{
    right: 3%;
    background: url("../images/pr.png") no-repeat right center;
}
.proshow-max .slick-next:hover{
    background: url("../images/pr_h.png") no-repeat right center;
}
.proshow-max .slick-dots {
    z-index:10;
    bottom:15px;
    line-height:0;
    text-align:center;
    padding-right:60px
}
.proshow-max .slick-dots li {
    margin: 5px;
    padding:0;
    width: 5px;
    height: 5px;
}
.proshow-max .slick-dots li button {
    background-color: rgba(237,119,0,0.6);
    width: 5px;
    height: 5px;
    border-radius: 25px;
    display:block;
}
.proshow-max .slick-dots li button:before {
    content:"";
}
.proshow-max .slick-dots .slick-active button {
    background-color: #ed7700;
}
.proshow-max .slick-dots .slick-active button:before {
    color:transparent;
}
.proshow1_2{
    margin-bottom: 15px;
    padding: 0 3%;
}
.proshow1_2 h2{
    color: #221815;
    font-size: .28rem;
    background: url("../images/p.jpg") no-repeat left center;
    padding-left: 10px;
}
.proshow1_3{
    margin-bottom: 10px;
    position: relative;
    height: 3.95em;
    padding: 0 3%;
    overflow: hidden;
}
.proshow1_3 p{
    font-size: .24rem;
    color: #666;
    line-height: 1.5;
}
.proshow1_3btn{
    font-size: .24rem;
    color: #ed7700;
    margin-bottom: 10px;
    /*position: absolute;
    right: 3%;
    bottom: 0;
    background: #fff;
    padding-left: 8px;*/
    text-align: right;
    padding-right: 3%;
}
.proshow1_3btn p{
    color: #ed7700;
    font-size: .24rem;
}
.proshow1 .proshow1_3s {
    height: auto;
}
.proshow1_4{
    overflow: hidden;
    background-color: #ed7700;
    border-bottom: 3px solid #c16100;
}
.proshow1_4 li{
    float: left;
    width: 50%;
    text-align: center;
    line-height: 2.5;
    background: url("../images/pline.jpg") no-repeat right center;
}
.proshow1_4 li:last-child{
    background: none;
}
.proshow1_4 li a{
    display: block;
    color: #fff;
    font-size: .28rem;
    padding-left: 10px;
}
.p1{
    background: url("../images/p1.png") no-repeat 30% center;
    background-size: 8%;
}
.p2{
    background: url("../images/p2.png") no-repeat 30% center;
    background-size: 8%;
}
.proshow1_5{
    padding: 6% 3%;
	font-size:16px;
    /*font-size: .22rem;*/
    color: #666;
    line-height: 1.7;
}
.proshow1_5 img{
	width:100%;
}

.proshow2{
    overflow: hidden;
}
.proshow_title{
    background-color: #ed7700;
    border-bottom: 3px solid #c16100;
    overflow: hidden;
    padding: 1% 3%;
}
.proshow_title h3{
    font-size: .28rem;
    color: #fff;
    line-height: 1.5;
    background: url("../images/title.jpg") no-repeat left center;
    padding-left: 8px;
}
.proshow2_con{
    padding: 20px 3%;
    overflow: hidden;
}
.applyform1{
    overflow: hidden;
}
.apply1_fl{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.apply1_fr{
    float: right;
    width: 50%;
}
.applyform1 label{
    float: left;
    font-size: .24rem;
    color: #221815;
    line-height: 28px;
}
.applyform1 label b{
    color: #ff0000;
}
.applyform1 input{
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    line-height: 28px;
    color: #221815;
    padding-left: 10px;
    outline: none;
    font-size: .22rem;
    width: 50%;
}
.applyform2{
    margin-bottom: 10px;
    overflow: hidden;
}
.applyform2 label{
    float: left;
    font-size: .24rem;
    color: #221815;
    line-height: 28px;
}
.applyform2 label b{
    color: #ff0000;
}
.applyform2 textarea{
    outline: none;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    line-height: 28px;
    color: #221815;
    padding: 3%;
    overflow: hidden;
    height: 55px;
    resize: none;
    font-size: 18px;
    width: 72.5%;
	margin-bottom: 5px;
}
.applyform3{
    margin-left: 72px;
}
.applyform3 input{
    outline: none;
    cursor: pointer;
    width: 75px;
    line-height: 2.2;
    border: none;
    color: #fff;
    font-size: .20rem;
    text-align: center;
    border-radius: 5px;
}
.tj{
    background-color: #ed7700;
    margin-right: 15px;
}
.cz{
    background-color: #221815;
}

.proshow3{
    overflow: hidden;
}
.proshow3 .newsshow2_con{
    border: none;
}
.proshow4{
    overflow: hidden;
}
.proshow5{
    overflow: hidden;
}
.proshow5 .show_bq{
    margin: 15px 0px;
}


/*应用场景*/
.iapp_title li {
    width: 33%;
}
.iapp_title li:nth-child(1){
    width: 33%;
}


/*应用场景详情*/
.appshow1_2{
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 15px;
    overflow: hidden;
}
.bd {
  border: 1px #f00 solid!important;
}
.onepic {
  padding: 6% 0;
  background: #fafafa;
}
.onepic img {
  display: block;
  width: 16%;
  margin: 0 auto;
}
.onepic p {
  font-size: 26px;
  color: #444444;
  line-height: 1.5;
  margin-top: 3%;
  padding: 0 2%;
  text-align: center;
}


.float_fr{
    position:fixed;
    right:0px;
    top:65%;
}
.float_fr li{
    overflow:hidden;
    margin-bottom: 10px;
}
.float_fr li a{
    display:block;
    background-color:#f38e29;
    width: 95px;
    height: 28px;
    line-height: 28px;
    border-radius: 25px;
    text-align: center;
    border: 1px solid #ed7700;
}
.kf_img{
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 180px;
    background-color: #ed7700;
}
.kf_img img{
    display: block;
    max-width: 60%;
    margin: auto;
    padding-top: 8px;
}
.kf_txt{
    float: left;
    width: 64px;
}
.kf_txt p{
    color:#fff;
    font-size:14px;
    line-height: 31px;
    padding-left: 5px;
    text-align: justify;
}


@media (max-width: 640px) {

}

@media (max-width: 580px) {

}

@media (max-width: 414px) {
    .applyform3{
        margin-left: 80px;
    }
}

@media (max-width: 375px) {
    .applyform3{
        margin-left: 72px;
    }
    .proshow1_3{
        height: 3.5em;
    }
}

@media (max-width: 320px) {
    .applyform1 input{
        width: 80%;
    }
    .applyform2 textarea{
        width: 88%;
    }
}