@charset "utf-8";
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    outline: none;
}
ul li {
    list-style:none
}
a {
    text-decoration:none
}
a:focus{
    outline:none;
}
.clear {
    clear:both
}
img {
    padding:0;
    margin:0;
    border:0
}
.clearfix:before, .clearfix:after {
    content:" ";
    display:table
}
.clearfix:after {
    clear:both
}
input,textarea{
    outline: none;
}
/*@font-face {
    font-family: 'SourceHanSansRegular';
    src: url('../fonts/SourceHanSansRegular.eot');
    src: url('../fonts/SourceHanSansRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceHanSansRegular.woff') format('woff'),
    url('../fonts/SourceHanSansRegular.ttf') format('truetype'),
    url('../fonts/SourceHanSansRegular.svg#minijianyaya') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
body {
	font-family:"宋体";
	font-size:14px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
input{
	outline:none;
	font-family:"宋体";
}
.container{
	width:1200px;
	margin:0 auto;
}
.head {
    position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    width: 100%;
    z-index: 35;
    transition: .5s;
}
.navFix .tou {
    height: 0;
}
.tou {
    height: 150px;
    transition: .5s;
    overflow: hidden;
    clear: both;
}
.top{
	width:100%;
	margin:0 auto;
	height:40px;
    line-height: 40px;
	background-color:#ed7700;
}
.noban{
    margin-top: 234px !important;
}
.top_fl{

}
.top_fl p{
    color: #fff;
}
.top_fr{

}
.top_fr li{
    float: left;
    line-height: 40px;
    background: url("../images/li.png") no-repeat right center;
}
.top_fr li:last-child{
    background: none;
}
.top_fr li a{
    display: block;
    padding: 0px 15px;
    color: #fff;
}
.top_fr li:last-child a{
    padding-right: 0px;
}
.logo{
    height: 110px;
    background-color: #fff;
}
.head_logo{

}
.head_logo a{
    display: block;
    padding-top: 20px;
}
.head_logo a img{
    max-width: 100%;
    height: auto;
}
.head_tel{
    padding-top: 20px;
}
.tel{
    background: url("../images/tel.png") no-repeat left center;
}
.tel p{
    font-size: 20px;
    color: #ed7700;
    font-weight: bold;
    padding-left: 65px;
}
.tel p span{
    font-size: 16px;
    font-weight: normal;
}
.tel p span.span1{
    color: #666;
}
.tel p span.span2{
    color: #ed7700;
}
.tel h3{
    font-family:"微软雅黑";
    font-size: 33px;
    color: #221815;
    padding-left: 65px;
    font-weight: bold;
    letter-spacing: 2px;
}
header {
    width:100%;
    margin:0 auto;
    height: 54px;
    position:relative;
}
.daohang{
	display:block;
	width:100%;
	margin:0 auto;
	height:54px;
	clear:both;
	background-color:#221815;
    border-top: 4px solid #ed7700;
}
.navdaohang {
    height:50px;
}
.menupc li{
	line-height:50px;
	float: left;
	text-align: center;
	position: relative;
    background: url("../images/navli.jpg") no-repeat right center;
}
.menupc li:last-child{
    background: none;
}
.menupc li a {
    display:block;
    color:#fff;
    text-transform:capitalize;
    /*padding:0px 31px;*/
	padding: 0px 47px;
    font-size:18px;
    transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s;
}
.menupc li a i{
    background:url(../images/jj.png) no-repeat bottom center;
    height:7px;
    width:100%;
    left:0px;
    bottom:0px;
    position:absolute;
    z-index:9999;
    display:none;
}
.menupc li a:hover i{
    display:block;
}
.menupc li:hover a i{
    display:block;
}
.menupc li a:hover {
    background-color: #ed7700;
}
.menupc li:hover a {
    background-color: #ed7700;
}
.menupc li .current {
    background-color: #ed7700;
}
/*.menupc li .current i{
    display:block;
}*/
.menupc ul {
    background-color:#939292 !important;
    position:absolute;
    display:none;
    left:0;
    overflow:hidden;
    z-index:999;
    width:100%;
    padding:10px 0px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}
.menupc ul li {
    float:none;
    position:static;
    text-align:center;
    background:0;
    line-height:35px;
    width:100%;
    margin-left:0px;
    background:none;
}
.menupc ul li a {
    display:block;
    font-size:16px;
    position:static;
    color:#fff !important;
    background-color:#939292 !important;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    background:0;
}
.menupc ul li a:hover {
    text-decoration: underline;
}
.menupc ul li .current {
    text-decoration: underline;
}
.menupc .subnav {
    display:block;
}
.prostyle{
    width: 875px !important;
    background-color: #939292 !important;
    padding: 20px 33px !important;
    left: -115px !important;
}
.prostyle_fl{
    float: left;
    width: 150px;
    padding-right: 35px;
    border-right: 1px solid #b9b8b8;
}
.prostyle_fl dl{
    overflow: hidden;
    text-align: left;
    line-height: 28px;
}
.prostyle_fl dl dt{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.prostyle_fl dl dt:after{
    content: '';
    display: block;
    width: 63px;
    height: 2px;
    background-color: #f4f4f4;
    margin-top: 5px;
    margin-bottom: 10px;
}
.prostyle_fl dl dd a{
    font-size: 14px;
    color: #fff;
    padding: 0;
    background-color: #939292 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prostyle_fl dl dd a:hover{
    text-decoration: underline;
}
.prostyle_fr{
    padding-left: 185px;
}
.prostyle_frs{
    margin-bottom: 30px;
    overflow: hidden;
}
.prostyle_frs dl{
    line-height: 28px;
    overflow: hidden;
    text-align: left;
}
.prostyle_frs dl dt{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.prostyle_frs dl dt:after{
    content: '';
    display: block;
    width: 113px;
    height: 2px;
    background-color: #f4f4f4;
    margin-top: 5px;
    margin-bottom: 10px;
}
.prostyle_frs dl dd{
    float: left;
    margin-right: 30px;
}
.prostyle_frs dl dd a{
    font-size: 14px;
    color: #fff;
    padding: 0;
    background-color: #939292 !important;
}
.prostyle_frs dl dd a:hover{
    text-decoration: underline;
}
.yycjstyle{
    width: 690px !important;
    background-color: #939292 !important;
    padding: 20px 33px !important;
    left: -115px !important;
}

.home-banner {
    overflow:hidden;
    width:1366px;
    margin: 204px auto 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:20px;
    line-height:0;
    text-align:center;
    padding-right:60px
}
.home-banner .slick-dots li {
    margin: 7px;
    padding:0;
    width: 12px;
    height: 12px;
}
.home-banner .slick-dots li button {
    background-color: #fff;
    width: 12px;
    height: 12px;
    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: 64px;
    height: 64px;
    top:50%;
    margin-top: -32px;
}
.home-banner .slick-prev{
    left: 83px;
    background: url("../images/ban_l.png") no-repeat left center;
}
.home-banner .slick-next{
    right: 83px;
    background: url("../images/ban_r.png") no-repeat left center;
}



.footer{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.footer1{
    background-color: #333;
    overflow: hidden;
    padding: 10px 0px 8px 0px;
}
.footer1 dl{
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 28px;
}
.footer1 dl dt{
    float: left;
    font-size: 20px;
    color: #fff;
}
.footer1 dl dd{
    float: left;
    margin-right: 8px;
}
.footer1 dl dd a{
    display: block;
    font-size: 16px;
    color: #ccc;
}
.footer1 dl dd a:hover{
    color: #ee7700;
}
.footer2{
    background-color: #4d4d4d;
    overflow: hidden;
    padding: 11px 0px;
}
.footer2 dl{
    line-height: 28px;
}
.footer2 dl dt{
    float: left;
    font-size: 16px;
    color: #fff;
}
.footer2 dl dd{
    float: left;
    background: url("../images/fli.jpg") no-repeat right center;
}
.footer2 dl dd:last-child{
    background: none;
}
.footer2 dl dd a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0px 13px;
}
.footer2 dl dd a:hover{
    color: #ee7700;
}
.footer4{
    background-color: #000;
    overflow: hidden;
}
.footer4 p{
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}
.footer4 p a{
    color: #ed7700;
}
.footer3{
    background-color: #333;
    overflow: hidden;
    padding: 30px 0px;
}
.footer3_fl{
    float: left;
    width: 790px;
}
.footer3_fl li{
    float: left;
    line-height: 28px;
    background: url("../images/line.jpg") repeat-y right center;
    height: 374px;
    margin-right: 40px;
}
.footer3_fl li:first-child{
    width: 187px;
}
.footer3_fl li:nth-child(2){
    width: 160px;
}
.footer3_fl li:nth-child(3){
    width: 157px;
}
.footer3_fl li:last-child{
    width: 120px;
}
.footer3_fl li a{
    display: block;
    font-size: 18px;
    color: #fff;
}
.menulist{
    margin-top: 10px;
    overflow: hidden;
}
.menulist dd{
    float: none;
    height: 28px;
    line-height: 28px;
    background: url("../images/fnavli.jpg") no-repeat left center;
}
.menulist dd a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist dd a:hover{
    color: #ee7700;
}
.footer3_fr{
    float: right;
    width: 410px;
}
.footer3_fr h3{
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 10px;
}
.footer3_fr p{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    padding-left: 38px;
    margin-bottom: 15px;
}
.lx1{
    background: url("../images/lx1.png") no-repeat left  1px;
}
.lx2{
    background: url("../images/lx2.png") no-repeat left center;
}
.lx3{
    background: url("../images/lx3.png") no-repeat left center;
}
.lx4{
    background: url("../images/lx4.png") no-repeat left center;
}
.lx5{
    background: url("../images/lx5.png") no-repeat left center;
}

.home-news{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 40px 0px 80px 0px;
    overflow: hidden;
}
.news_fl{
    float: left;
    width: 585px;
    margin-right: 30px;
}
.news_title{
    margin-bottom: 14px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    overflow: hidden;
}
.news_title p{
    float: left;
    border-bottom: 3px solid #ee7700;
    font-size: 26px;
    color: #000;
    padding-bottom: 5px;
    font-weight: bold;
}
.news_title a{
    float: right;
    font-size: 16px;
    color: #666;
}
.news_title a:hover{
    color: #ed7700;
}
.news_img{
    width: 585px;
    height: 148px;
}
.news_img img{
    max-width: 100%;
    height: auto;
}
.news_con{
    overflow: hidden;
}
.news_con li{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.news_con li a{
    display: block;
}
.news_con_txt{
    float: left;
    width: 498px;
}
.news_con_txt h3{
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
}
.news_con_txt p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.news_con_date{
    float: right;
    width: 87px;
    background-color: #e6e6e6;
    color: #666;
    text-align: center;
    padding: 30px 0px;
    overflow: hidden;
}
.news_con_date p{
    font-size: 26px;
}
.news_con_date span{
    font-size: 30px;
}
.news_con li a:hover .news_con_txt h3{
    color: #ed7700;
}
.baike_fr{
    float: right;
    width: 585px;
}

.home-hezuo{
    width: 100%;
    margin: 38px auto;
    overflow: hidden;
}
.index_title{
    background: url("../images/title.png") no-repeat bottom center;
    text-align: center;
    padding-bottom: 20px;
}
.index_title h3{
    font-size: 36px;
    color: #221815;
    font-weight: bold;
}
.index_title p{
    font-size: 16px;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}
.hezuo_con{
    margin-top: 40px;
    overflow: hidden;
}
.hezuo_con li{
    overflow: hidden;
    float: left;
    width: 239px;
}
.hezuo_con li a{
    display: block;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    width: 239px;
    height: 155px;
    padding: 10px;
    background-color: #fff;
}
.hezuo_con li a img{
    max-width: 100%;
    height: auto;
}
.hezuo_con li a:hover{
    background-color: #ccc;
}

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

.home-process{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 40px 0px 10px 0px;
    overflow: hidden;
}
.process_t{
    margin-top: 45px;
    overflow: hidden;
}
.process_t li{
    float: left;
    width: 153px;
    background: url("../images/jt.png") no-repeat right center;
    margin-right: 29px;
}
.process_t li:last-child{
    width: 106px;
    background: none;
    margin-right: 0px;
}
.process_t li a{
    display: block;
    width: 106px;
    height: 106px;
    border: 5px solid #fff;
    background-color: #fff;
    border-radius: 180px;
}
.process_t li a i{
    display: block;
    width: 46px;
    margin: 10px auto;
    height: 40px;
}
.i1{
    background: url("../images/i1.png") no-repeat center;
}
.i2{
    background: url("../images/i2.png") no-repeat center;
}
.i3{
    background: url("../images/i3.png") no-repeat center;
}
.i4{
     background: url("../images/i4.png") no-repeat center;
}
.i5{
    background: url("../images/i5.png") no-repeat center;
}
.i6{
    background: url("../images/i6.png") no-repeat center;
}
.i7{
    background: url("../images/i7.png") no-repeat center;
}
.process_t li a p{
    text-align: center;
    font-size: 16px;
    color: #221815;
}
.process_t li a:hover{
    border: 5px solid #f0b376;
    background-color: #ed7700;
}
.process_t li a:hover .i1{
    background: url("../images/i1_h.png") no-repeat center;
}
.process_t li a:hover .i2{
     background: url("../images/i2_h.png") no-repeat center;
}
.process_t li a:hover .i3{
    background: url("../images/i3_h.png") no-repeat center;
}
.process_t li a:hover .i4{
    background: url("../images/i4_h.png") no-repeat center;
}
.process_t li a:hover .i5{
    background: url("../images/i5_h.png") no-repeat center;
}
.process_t li a:hover .i6{
    background: url("../images/i6_h.png") no-repeat center;
}
.process_t li a:hover .i7{
    background: url("../images/i7_h.png") no-repeat center;
}
.process_t li a:hover p{
    color: #fff;
}

.process_b{
    margin-top: 30px;
    overflow: hidden;
}
.process_b h3{
    text-align: center;
    font-size: 34px;
    color: #ed7700;
    font-weight: bold;
    margin-bottom: 30px;
}
.process_b ul{
    display: flex;
    justify-content: center;
}
.process_b ul li{
    width: 161px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    padding: 0px 11px 0px 40px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    background:  #ed7700 url("../images/gou.png") no-repeat 11px center;
    margin: 0px 50px 22px 50px;
}


.home-style{
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
}
.style_con{
    margin-top: 30px;
    overflow: hidden;
}
.style_con li{
    position: relative;
    width: 283px;
    margin-right: 20px;
    float: left;
}
.style_con li:last-child{
    margin-right: 0px;
}
.style_con li a{
    display: block;
    overflow: hidden;
}
.fc_img{
    width: 283px;
    height: 245px;
    border: 1px solid #e6e6e6;
}
.fc_img img{
    max-width: 100%;
    height: auto;
    transition: .5s;
}
.style_con li a:hover .fc_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.fc_txt{
    background-color: rgba(0,0,0,0.5);
    padding: 13px 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.style_con li a:hover .fc_txt{
    background-color: rgba(238,119,0,0.9);
}
.fc_txt p{
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fc_txt:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top:24px;
    left: 5%;
}
.fc_txt:after{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top:24px;
    right: 5%;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background: url("../images/aboutbg.jpg") no-repeat top center;
    padding: 40px 0px;
    overflow: hidden;
}
.color h3{
    color: #fff;
}
.color p{
    color: #bebebe;
}
.about_con{
    margin-top: 30px;
    overflow: hidden;
}
.about_con_fl{
    width: 551px;
}
.about_con_fl img{
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.about_con_fr{
    width: 619px;
}
.about_fr_title{
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    line-height: 30px;
}
.about_fr_title p{
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    font-weight: bold;
}
.about_fr_title p span{
    font-size: 14px;
}
.about_fr_title p:after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #ed7700;
    margin-bottom: -1px;
    margin-top: 10px;
}
.about_fr_con{
    overflow: hidden;
}
.about_fr_con p{
    line-height: 25px;
    color: #ccc;
    font-size: 16px;
    margin-bottom: 15px;
}
.about_fr_con a{
    display: block;
    border-radius: 25px;
    width: 120px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #ed7700;
    margin: 50px 0px 5px 5px;
    transition: .5s;
}
.about_fr_con a:hover{
    box-shadow: 0 0 0 0.2rem rgba(237, 119, 0, .4);
    border-radius: 25px;
}

.home-choose{
    width: 100%;
    margin: 0 auto;
}
.choose_title{
    height: 157px;
    background: url("../images/choosebg.png") no-repeat top center;
}
.choose_title h3{
    line-height: 138px;
    font-size: 50px;
    color: #ed7700;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 2px 0px #fff;
}
.choose_con{
    background: url("../images/choose_conbg.jpg") no-repeat top center;
    height: 1135px;
    margin-top: -18px;
}
.choose_con li{
    height: 405px;
}
.choose_txt{
    width: 650px;
    margin-top: 55px;
}
.choose_con li:nth-child(odd) .choose_txt{
    float: left;
}
.choose_con li:nth-child(even) .choose_txt{
    float: right;
    width: 685px;
}
.choose_con li:nth-child(odd) .choose_img{
    float: right;
}
.choose_con li:nth-child(even) .choose_img{
    float: left;
    width: 490px;
}
.choose_txt1{
    height: 71px;
    padding: 10px 0px 0px 115px;
}
.c1{
    background: url("../images/c1.jpg") no-repeat left top;
}
.c2{
    background: url("../images/c2.jpg") no-repeat left top;
}
.c3{
    background: url("../images/c3.jpg") no-repeat left top;
}
.choose_txt1 h3{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.choose_txt1 h3 span{
    font-size: 20px;
    color: #999;
}
.choose_txt1 p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.choose_txt2{
    margin-top: 35px;
    overflow: hidden;
}
.choose_txt2 dl dd{
    line-height: 35px;
    color: #666;
    font-size: 18px;
    position: relative;
    padding-left: 19px;
}
.choose_txt2 dl dd:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #221815;
    position: absolute;
    left: 0;
    top: 13px;
}
.choose_img{
    width: 550px;
    margin-top: 3px;
}
.choose_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.choose_con li:nth-child(2) .choose_img{
    margin-top: -20px;
}
.choose_con li:nth-child(3) .choose_img{
    margin-top: -50px;
}

.home-yycj{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 40px 0px 0px 0px;
    overflow: hidden;
}
.yycj_con{
    margin-top: 30px;
    overflow: hidden;
}
#owl-demo{
    width:100%;
    margin: 0 auto;
}
#owl-demo .item {
    display: block;
    margin:0px 14px;
    position:relative;
}
.yycj_img{
    overflow:hidden;
}
.yycj_img img{
    width:100%;
    height:auto;
    transition: .5s;
}
#owl-demo .item:hover .yycj_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.yycj_txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color:rgba(34,24,21,0.7);
    text-align:center;
    padding:13px 0px;
}
.yycj_txt p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yycj_txt:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    left: 5%;
}
.yycj_txt:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    right: 5%;
}
#owl-demo .item:hover .yycj_txt{
    background-color:rgba(237,119,0,0.7);
}

#owl-demo .owl-pagination{
    display:none;
}
#owl-demo.owl-theme .owl-controls{
    margin-bottom:0;
}
#owl-demo.owl-theme .owl-controls .owl-buttons{
    margin-top:0;
    position:inherit;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div {
    padding:0;
    opacity:1;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    background-color: transparent;
    margin: 20px 29px;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:0px;
    background:url(../images/left.png) no-repeat left center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background:url(../images/left_h.png) no-repeat left center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next {
    right:0px;
    background:url(../images/right.png) no-repeat right center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background:url(../images/right_h.png) no-repeat right center;
}


.home-adv{
    width: 100%;
    margin: 0 auto;
    background: url("../images/advbg.jpg") no-repeat top center;
    min-height: 519px;
    padding-top: 50px;
}
.adv_title{
    text-align: center;
}
.adv_title h3{
    font-size: 51px;
    color: #fff;
    margin-bottom: 12px;
    font-weight: bold;
}
.adv_title p{
    font-size: 24px;
    color: #ed7700;
    font-weight: bold;
}
.adv_con{
    margin-top: 50px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 40px 0px;
}
.adv_con li{
    border-right: 1px solid #ccc;
    padding: 0px 22px;
    overflow: hidden;
    float: left;
    width: 301px;
}
.adv_con li:last-child{
    border-right: none;
    width: 279px;
}
.adv_txt1{
    margin-bottom: 25px;
    overflow: hidden;
}
.adv_txt1_l{
    float: left;
    width: 78px;
}
.adv_txt1_l img{
    width: 78px;
    height: 78px;
    transition: .5s;
}
.adv_txt1_r{
    margin-left: 95px;
    margin-top: 15px;
}
.adv_txt1_r h3{
    font-size: 26px;
    color: #221815;
    font-weight: bold;
}
.adv_txt1_r p{
    font-size: 18px;
}
.adv_txt2{
    margin-bottom: 35px;
    overflow: hidden;
}
.adv_txt2 dl{
    height: 100px;
    overflow: hidden;
}
.adv_txt2 dd{
    line-height: 25px;
    position: relative;
    color: #666;
    font-size: 15px;
    padding-left: 12px;
}
.adv_txt2 dd:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 10px;
}
.adv_txt3{
    width: 257px;
    height: 194px;
    overflow: hidden;
}
.adv_txt3 img{
    max-width: 100%;
    height: auto;
    transition: .5s;
}
.adv_con li:hover .adv_txt1_l img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.adv_con li:hover .adv_txt3 img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.home-pro{
    width: 100%;
    margin: 30px auto 20px auto;
    overflow: hidden;
}
.pro_con{
    margin-top: 30px;
    overflow: hidden;
}
.pro_con_t{
    padding: 0px 18px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
    margin: 5px;
}
.pro_con_t li{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 15px 0px;
    line-height: 28px;
}
.pro_con_t li:last-child{
    border-bottom: none;
}
.p_title{
    float: left;
    color: #666;
    font-size: 16px;
    width: 130px;
}
.p_info{
    float: right;
    width: 1020px;
}
.p_info dl dd{
    float: left;
    background: url("../images/pli.png") no-repeat right center;
    padding: 0px 20px;
}
.p_info dl dd:last-child{
    background: none;
}
/*.yycj1 li:nth-child(2) .p_info dl dd:last-child a{
     color: #ed7700;
}
.yycj1 li:nth-child(3) .p_info dl dd:last-child a{
    color: #ed7700;
}*/
.p_info dl dd a{

}
.p_info dl dd a{
    color: #666;
    font-size: 14px;
    overflow: hidden;
}
.p_info dl dd:first-child{
    padding: 0px 20px 0px 0px;
}
.p_info dl dd a:hover{
    color: #ee7700;
}
.p_info dl dd .foucs{
    color: #ee7700;
	font-weight:bold;
}
.pro_con_b{

}
.pro{
    margin-top: 100px;
}
#owl-demo1{
    width:100%;
    margin: 0 auto;
}
#owl-demo1 .item {
    display: block;
    margin:0px 10px 20px 10px;
    position:relative;
}
.pro_img{
    overflow:hidden;
}
.pro_img img{
    width:100%;
    height:auto;
    transition: .5s;
}
#owl-demo1 .item:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color:rgba(34,24,21,0.7);
    text-align:center;
    padding:13px 0px;
}
.pro_txt p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    left: 5%;
}
.pro_txt:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    right: 5%;
}
#owl-demo1 .item:hover .pro_txt{
    background-color:rgba(237,119,0,0.7);
}

#owl-demo1 .owl-pagination{
    display:none;
}
#owl-demo1.owl-theme .owl-controls{
    margin-bottom:0;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons{
    position: absolute;
    top: 0;
    width: 220px;
    left: 50%;
    margin-left: -110px;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div {
    padding:0;
    opacity:1;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    background-color: transparent;
    margin: 20px 29px;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:0px;
    background:url(../images/left.png) no-repeat left center;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background:url(../images/left_h.png) no-repeat left center;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-next {
    right:0px;
    background:url(../images/right.png) no-repeat right center;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background:url(../images/right_h.png) no-repeat right center;
}


/*公司简介*/
.inner_ban{
    width: 1366px;
    margin: 0 auto;
    margin-top: 204px;
}
.inner_ban img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.inner-main{
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}
.inner_fl{
    float: left;
    width: 250px;
}
.inner_fl_t{
    margin-bottom: 40px;
    overflow: hidden;
}
.inner_title{
    margin-bottom: 1px;
    overflow: hidden;
    color: #fff;
    background-color: #221815;
    padding: 20px 28px;
    border-radius: 10px 10px 0px 0px;
}
.inner_title h3{
    font-size: 28px;
    margin-bottom: 10px;
}
.inner_title p{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.inner_fl_1s{
    overflow: hidden;
}
.inner_fl_1s li{
    margin-bottom:1px;
    overflow:hidden;
    position: relative;
    line-height: 50px;
}
.inner_fl_1s li:last-child{
    margin-bottom:0;
}
.inner_fl_1s li a{
    display:block;
    color:#fff;
    font-size:18px;
    background:#ed7700 url(../images/jians.png) no-repeat right center;
    line-height:40px;
    padding:0px 29px 0px 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_fl_1s li a:hover{
    font-weight: bold;
}
.inner_fl_1s li .current{
    font-weight: bold;
}
.inner_fl_b{
    margin-bottom: 40px;
    overflow: hidden;
}
.inner_fl_2{
    margin-bottom: 1px;
    overflow: hidden;
}
.inner_fl_2 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.inner_fl_3{
    background-color: #ed7700;
    padding: 30px 12px 50px 12px;
    overflow: hidden;
}
.inner_fl_3_1{
    margin-bottom: 25px;
    overflow: hidden;
}
.inner_fl_3_1 p{
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
    padding-left: 30px;
}
.l1{
    background: url("../images/l1.png") no-repeat left 0px;
}
.l2{
    background: url("../images/l2.png") no-repeat left 1px;
}
.l3{
    background: url("../images/l3.png") no-repeat left 0px;
}
.l4{
    background: url("../images/l4.png") no-repeat left 4px;
}
.l5{
    background: url("../images/l5.png") no-repeat left 4px;
}
.inner_fl_3_2{

}
.inner_fl_3_2 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.inner_fl_3_2 p{
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}
.inner_fr{
    float: right;
    width: 930px;
}
.inner_fr_title{
    border-bottom: 1px solid #999;
    overflow: hidden;
    padding-bottom: 3px;
    line-height: 30px;
}
.inner_fr_title h1{
    float: left;
    font-size: 18px;
    color: #221815;
    background: url("../images/p.jpg") no-repeat left center;
    padding-left: 13px;
}
.inner_fr_title p{
    float: right;
    color: #666;
}
.inner_fr_title p a{
    font-size: 14px;
    color: #666;
}
.inner_fr_title p span{
    color: #ed7700;
}
.inner_fr_about{
    margin: 34px 0px;
    overflow: hidden;
    line-height: 28px;
    color: #666;
    font-size: 16px;
}


/*应用场景*/
.inner_fl_1{
    margin-bottom: 1px;
    overflow: hidden;
}
.inner_fl_1 li{
    margin-bottom:1px;
    overflow:hidden;
    position: relative;
}
.inner_fl_1 li:last-child{
    margin-bottom:0;
}
.inner_fl_1 li a{
    display:block;
    color:#fff;
    font-size:18px;
    background-color:#ed7700;
    line-height:50px;
    padding: 0px 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.inner_fl_1 li a:hover{
    font-weight: bold;
}
.inner_fl_1 li .current{
    font-weight: bold;
}

.inner_fl_1 li .more{
    position: absolute;
    right: 0;
    top: 0;
    width:20px;
    height: 50px;
    cursor: pointer;
    background: url(../images/off.png) no-repeat center center;
    display: block;
    z-index: 5;
    border: none !important;
}
.inner_fl_1 ul li:hover .more {
    background:url(../images/on.png) no-repeat center center;
    border: none;
}
.inner_fl_1 li .er{
    display:none;
    overflow:hidden;
    margin-top: 1px;
}
.inner_fl_1 li .er li{
    margin-bottom:1px;
}
.inner_fl_1 li .er li:last-child{
    margin-bottom: 0px;
}
.inner_fl_1 li .er li a {
    color:#fff;
    font-size:16px;
    font-weight:normal;
    background:#ffa041 url(../images/ppli.png) no-repeat left center;
    line-height: 44px;
    padding:0px 29px 0px 58px;
}
.inner_fl_1 li .er li a:hover {
    text-decoration: underline;
}
.inner_fl_1 ul .nav-show:hover .more {
    background:url(../images/on.png) no-repeat center center;
}
.inner_fl_1 ul .nav-show .more {
    background:url(../images/on.png) no-repeat center center;
}
.inner_fl_1 ul .nav-show .er {
    display:block;
    overflow:hidden;
    margin-top: 1px;
}
.inner_fl_1 ul .nav-show a {
    color: #fff;
}
.inner_fl_1 .nav-show .er li a {
    background:#ffa041 url(../images/ppli.png) no-repeat 40px center;
    color:#fff;
    padding:0px 29px 0px 58px;
}
.inner_fr_yycj{
    margin: 18px 0px;
    overflow: hidden;
}
.yycj1{
    padding: 0px 18px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
    margin: 5px;
}
.yycj1 li{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 15px 0px;
    line-height: 28px;
}
.yycj1 li:last-child{
    border-bottom: none;
}
.yycj1 .p_info{
    width: 750px;
}
.yycj2{
    margin-top: 20px;
    overflow: hidden;
}
.yycj2 ul{
    overflow: hidden;
}
.yycj2 li{
    float: left;
    width: 299px;
    margin: 0px 16px 16px 0px;
    position: relative;
}
.yycj2 li:nth-child(3n){
    margin: 0px 0px 16px 0px;
}
.yycj2 li a{
    display: block;
}
.iyycj_img{
    width: 299px;
    height: 299px;
     overflow:hidden;
 }
.iyycj_img img{
    width:100%;
    height:auto;
    transition: .5s;
}
.yycj2 li a:hover .iyycj_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iyycj_txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color:rgba(34,24,21,0.7);
    text-align:center;
    padding:13px 0px;
}
.iyycj_txt p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iyycj_txt:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    left: 5%;
}
.iyycj_txt:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    right: 5%;
}
.yycj2 li a:hover .iyycj_txt{
    background-color:rgba(237,119,0,0.7);
}

/*分页*/
.pagination{
    text-align:center;
    padding:20px 0px;
    color:#666;
    clear:both;
}
.pagination_t{
    margin-bottom: 5px;
}
.pagination a{
    display:inline-block ;
    color: #666;
    border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:#fff;
    margin:0px 0px 5px 0px;
    border-radius: 5px;
}
.pagination a:hover{
    color:#fff;
    background-color:#ed7700;
    border:1px solid #ed7700;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #ed7700;
    border: 1px solid #ed7700;
}
.yycj3{
    margin-bottom: 20px;
    overflow: hidden;
}
.yycj3_con{

}
.yycj3_con li{
    float: left;
    width: 445px;
    margin-right: 34px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}
.yycj3_con li:nth-child(2n){
    margin-right: 0px;
}
.yycj3_con li a{
    display: block;
    padding: 10px 0px;
    overflow: hidden;
}
.yycj3_con li a p{
    float: left;
    font-size: 18px;
    color: #333;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yycj3_con li a span{
    float: right;
    font-size: 14px;
    color: #666;
}
.yycj3_con li a:hover p{
    color: #ed7700;
}



/*联系我们*/
.inner_fr_contact{
    margin: 40px 0px;
    overflow: hidden;
}
.lianxi{
    margin-bottom: 55px;
    overflow: hidden;
}
.lianxi_fl{
    float: left;
    width: 545px;
}
.lianxi_fl h3{
    font-size: 30px;
    color: #666;
    margin-bottom: 25px;
    font-weight: bold;
}
.lianxi_fl p{
    line-height: 35px;
    font-size: 20px;
    color: #666;
}
.lianxi_fr{
    float: right;
    width: 353px;
}
.lianxi_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
}



/*代理加盟*/
.inner_fr_agent{
    margin: 34px 0px;
    overflow: hidden;
    line-height: 35px;
    color: #666;
    font-size: 16px;
}


/*企业风采*/
.inner_fr_qyfc{
    margin: 18px 0px;
    overflow: hidden;
}
.inner_fr_qyfc ul{
    overflow: hidden;
}
.inner_fr_qyfc li{
    position: relative;
    width: 299px;
    margin: 0px 16px 16px 0px;
    float: left;
}
.inner_fr_qyfc li:nth-child(3n) {
    margin: 0px 0px 16px 0px;
}
.inner_fr_qyfc li a{
    display: block;
}
.ifc_img{
    width: 299px;
    height: 259px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.ifc_img img{
    max-width: 100%;
    height: auto;
    transition: .5s;
}
.inner_fr_qyfc 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: 13px 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.inner_fr_qyfc li a:hover .ifc_txt{
    background-color: rgba(238,119,0,0.9);
}
.ifc_txt p{
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    margin: 0 auto;
}
.ifc_txt:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top:24px;
    left: 5%;
}
.ifc_txt:after{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top:24px;
    right: 5%;
}


/*公司新闻*/
.inner_fr_news{
    margin: 16px 0px;
    overflow: hidden;
}
.inner_fr_news ul{
    overflow: hidden;
}
.inner_fr_news li{
    border-bottom: 1px dashed #bfbfbf;
    overflow: hidden;
    margin-bottom: 20px;
}
.inner_fr_news li a{
    display: block;
}
.inews_img{
    float: left;
    width: 212px;
    height: 135px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.inews_img img{
    width: 210px;
    height: 133px;
    transition: .5s;
}
.inews_txt{
    float: left;
    width: 587px;
    margin: 0px 22px 20px 22px;
    overflow: hidden;
}
.inews_txt h3{
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}
.inews_txt p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.inews_date{
    float: right;
    width: 87px;
    height: 133px;
    background-color: #e6e6e6;
    color: #666;
    text-align: center;
    padding: 35px 0px;
    overflow: hidden;
}
.inews_date p{
    font-size: 26px;
}
.inews_date span{
    font-size: 30px;
}
.inner_fr_news li a:hover .inews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_fr_news li a:hover .inews_txt h3{
    color: #ed7700;
}
.inner_fr_news li a:hover .inews_date{
    background-color: #ed7700;
    color: #fff;
}


/*新闻详情*/
.inner_fr_newsshow{
    margin: 20px 0px;
    overflow: hidden;
}
.newsshow1{
    margin-bottom: 30px;
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding: 30px 0px;
    background-color: #f4f4f4;
}
.show_title h1{
    font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #221815;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_title span{
    color:#666;
    margin:0px 10px;
    font-size:14px;
    padding-left:25px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:30px;
    color:#666;
    padding:35px 0px 50px 0px;
    font-size: 16px;
    overflow: hidden;
}
.show_content img{
   display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.show_back{
    border: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 15px 28px;
}
.show_back_fl{
    float: left;
    width: 80%;
}
.show_back_fl li{
    line-height:30px;
    font-size: 16px;
    color:#221815;
    width:80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#221815;
    font-size: 16px;
}
.show_back_fl li a:hover{
    color:#ed7700;
}
.show_back_fr{
    float:right;
    width:14%;
    margin-top: 7px;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    width: 120px;
    font-size:20px;
    background-color: #ed7700;
    border-radius: 5px;
    text-align: center;
}
.newsshow2{
    margin-bottom: 30px;
    overflow: hidden;
}
.newsshow_title{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.newsshow_title h2{
	min-width:150px;
	display:inline-block;
    font-size: 16px;
    line-height: 43px;
    background-color: #ed7700;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
	padding-left:10px;
	padding-right:10px;
}
.newsshow2_con{
    width: 90%;
    margin: 26px auto 0px auto;
}
#owl-demo2{
    width:100%;
    margin:0 auto;
}
#owl-demo2 .item {
    display: block;
    margin:0px 7px;
    position:relative;
}
.xgpro_img{
    overflow:hidden;
    height: 216px;
}
.xgpro_img img{
    width: 100%;
    height: auto;
    transition: .5s;
}
#owl-demo2 a:hover .xgpro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.xgpro_txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(34,24,21,0.7);
    text-align: center;
    padding: 13px 0px;
}
.xgpro_txt p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xgpro_txt:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    left: 5%;
}
.xgpro_txt:after{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    right: 5%;
}
#owl-demo2 a:hover .xgpro_txt{
    background-color: rgba(237,119,0,0.7);
}

#owl-demo2 .owl-pagination{
    display:none;
}
#owl-demo2.owl-theme .owl-controls{
    margin-bottom:0;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons{
    margin-top:0;
    position:inherit;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    padding:0;
    opacity:1;
    width: 35px;
    height: 105px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    background-color: transparent;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:-45px;
    background:url(../images/prev01.jpg) no-repeat left center;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next {
    right:-45px;
    background:url(../images/next01.jpg) no-repeat right center;
}
.newsshow3{
    margin-bottom: 30px;
    overflow: hidden;
}

/*百科详情*/
.show_bq{
    margin-bottom: 18px;
    overflow: hidden;
}
.show_bq dl{
    line-height: 22px;
}
.show_bq dl dt{
    float: left;
    font-size: 16px;
    color: #221815;
    line-height: 26px;
}
.show_bq dl dd{
    float: left;
    margin-right: 4px;
}
.show_bq dl dd a{
    display: block;
    font-size: 16px;
    padding: 2px 10px;
    overflow: hidden;
    color: #221815;
    background-color: #e2e4e1;
}
.show_bq dl dd a:hover{
    background-color: #ee7701;
    color: #fff;
}

/*标签*/
.inner_fr_biaoqian{
    margin: 20px 0px;
    overflow: hidden;
}
.biaoqian1{
    margin-bottom: 30px;
    overflow: hidden;
}
.biaoqian1_con{
    border: 1px solid #e6e6e6;
    border-top: none;
    overflow: hidden;
    padding: 20px 20px 4px 20px;
}
.biaoqian1_con li{
    float: left;
    width: 285px;
    margin: 0px 16px 16px 0px;
    position: relative;
}
.biaoqian1_con li:nth-child(3n){
    margin: 0px 0px 16px 0px;
}
.biaoqian1_con li a{
    display: block;
}
.xg_img{
    width: 285px;
    height: 260px;
    overflow:hidden;
}
.xg_img img{
    width:100%;
    height:auto;
    transition: .5s;
}
.biaoqian1_con li a:hover .xg_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.xg_txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color:rgba(34,24,21,0.7);
    text-align:center;
    padding:13px 0px;
}
.xg_txt p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xg_txt:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    left: 5%;
}
.xg_txt:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    right: 5%;
}
.biaoqian1_con li a:hover .xg_txt{
    background-color:rgba(237,119,0,0.7);
}
.biaoqian2{
    margin-bottom: 30px;
    overflow: hidden;
}
.biaoqian2_con{
    border: 1px solid #e6e6e6;
    border-top: none;
    overflow: hidden;
    padding: 20px 20px 0px 20px;
}
.biaoqian2_con li{
    border-bottom: 1px dashed #bfbfbf;
    overflow: hidden;
    margin-bottom: 20px;
}
.biaoqian2_con li:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}
.biaoqian2_con li a{
    display: block;
}
.xgnews_img{
    float: left;
    width: 212px;
    height: 135px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.xgnews_img img{
    width: 210px;
    height: 133px;
    transition: .5s;
}
.xgnews_txt{
    float: left;
    width: 545px;
    margin: 0px 22px 20px 22px;
    overflow: hidden;
}
.xgnews_txt h3{
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}
.xgnews_txt p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.xgnews_date{
    float: right;
    width: 87px;
    height: 133px;
    background-color: #e6e6e6;
    color: #666;
    text-align: center;
    padding: 35px 0px;
    overflow: hidden;
}
.xgnews_date p{
    font-size: 26px;
}
.xgnews_date span{
    font-size: 30px;
}
.biaoqian2_con li a:hover .xgnews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.biaoqian2_con li a:hover .xgnews_txt h3{
    color: #ed7700;
}
.biaoqian2_con li a:hover .xgnews_date{
    background-color: #ed7700;
    color: #fff;
}

.biaoqian3{
    margin-bottom: 30px;
    overflow: hidden;
}

/*应用详情*/
.inner_fr_yycjshow{
    margin: 20px 0px;
    overflow: hidden;
}
.yycjshow1{
    max-width: 85%;
    margin: 0 auto 30px auto;
}
.yycjshow-max {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    position:relative;
    cursor:pointer;
    border:1px solid #f1f1f1;
}
.yycjshow-max .item i {
    display:block;
    padding-bottom: 60%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover
}
.yycjshow-max .slick-next:before,.yycjshow-max .slick-prev:before{
    display: none;
}
.yycjshow-max .slick-prev,.yycjshow-max .slick-next{
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top:50%;
}
.yycjshow-max .slick-prev{
    left: -70px;
    background: url("../images/l.png") no-repeat left center;
}
.yycjshow-max .slick-prev:hover{
    background: url("../images/l_h.png") no-repeat left center;
}
.yycjshow-max .slick-next{
    right: -70px;
    background: url("../images/r.png") no-repeat right center;
}
.yycjshow-max .slick-next:hover{
    background: url("../images/r_h.png") no-repeat right center;
}

.yycjshow2{
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 20px;
    line-height: 28px;
    color: #221815;
    font-size: 16px;
}
.yycjshow2 p iframe {
	width:550px;
	height:400px;
}

.yycjshow3{
    margin-bottom: 20px;
    overflow: hidden;
}
.yycjshow_title{
    background-color: #221815;
    height: 40px;
    line-height: 40px;
}
.yycjshow_title h3{
    color: #fff;
    font-size: 18px;
    background: url("../images/p.jpg") no-repeat 10px center;
    padding-left: 24px;
}

.yycjshow3_con{
    margin-top: 26px;
    overflow: hidden;
}
.applyform1{
    margin-bottom: 20px;
    overflow: hidden;
}
.apply1_fl{
    float: left;
    width: 430px;
}
.apply1_fr{
    float: right;
    width: 430px;
}
.applyform1 label{
    float: left;
    font-size: 20px;
    color: #221815;
    line-height: 41px;
    width: 115px;
}
.applyform1 label b{
    color: #ff0000;
}
.applyform1 input{
    float: left;
    width: 315px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    line-height: 41px;
    color: #221815;
    padding-left: 10px;
    outline: none;
    font-size: 18px;
}
.applyform2{
    margin-bottom: 20px;
    overflow: hidden;
}
.applyform2 label{
    float: left;
    font-size: 20px;
    color: #221815;
    line-height: 28px;
    width: 115px;
}
.applyform2 label b{
    color: #ff0000;
}
.applyform2 textarea{
    outline: none;
    float: left;
    width: 815px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    line-height: 28px;
    color: #221815;
    padding: 10px;
    overflow: hidden;
    height: 106px;
    resize: none;
    font-size: 18px;
}
.applyform3{
    margin-left: 115px;
}
.applyform3 input{
    outline: none;
    cursor: pointer;
    width: 119px;
    line-height: 44px;
    border: none;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
}
.tj{
    background-color: #ed7700;
    margin-right: 30px;
}
.cz{
    background-color: #221815;
}

.yycjshow4{
    overflow: hidden;
}
.yycjshow4_con{
    margin-top: 18px;
    overflow: hidden;
}

#owl-demo3{
    width:100%;
    margin: 0 auto;
}
#owl-demo3 .item {
    display: block;
    margin:0px 8px;
    position:relative;
}
.xgyycj_img{
    overflow:hidden;
	width:262px;
    height: 232px;
}
.xgyycj_img img{
    width:100%;
    height:auto;
    transition: .5s;
}
#owl-demo3 .item:hover .xgyycj_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.xgyycj_txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color:rgba(34,24,21,0.7);
    text-align:center;
    padding:13px 0px;
}
.xgyycj_txt p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xgyycj_txt:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    left: 5%;
}
.xgyycj_txt:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 24px;
    right: 5%;
}
#owl-demo3 .item:hover .xgyycj_txt{
    background-color:rgba(237,119,0,0.7);
}

#owl-demo3 .owl-pagination{
    display:none;
}
#owl-demo3.owl-theme .owl-controls{
    margin-bottom:0;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons{
    margin-top:0;
    position:inherit;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div {
    padding:0;
    opacity:1;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    background-color: transparent;
    margin: 20px 29px;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:0px;
    background:url(../images/left.png) no-repeat left center;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background:url(../images/left_h.png) no-repeat left center;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next {
    right:0px;
    background:url(../images/right.png) no-repeat right center;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background:url(../images/right_h.png) no-repeat right center;
}

.yycjshow5{
    overflow: hidden;
}
.show_backs{
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.yycjshow5 .show_bq{
    margin-bottom: 0px;
}


/*产品详情*/
.inner_fr_proshow{
    margin: 20px 0px;
    overflow: hidden;
}

.proshow1{
    margin-bottom: 27px;
    overflow: hidden;
}
.proshow1_fl{
    float: left;
    width: 414px;
}
.proshow-max {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    position:relative;
    cursor:pointer;
    border:1px solid #f1f1f1;
}
.proshow-max .item i {
    display:block;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
	width:412px;
	height:321px;
}
.proshow-max .item iframe {
    width: 412px;
    height: 337px;
}
.inner_fr_yycjshow .item iframe {
    width: 789px;
    height: 473px;
}

.proshow-min {
    text-align:center;
    position: relative;
    width: 85%;
    margin: 20px auto 0px auto;
}
.proshow-min .getIndex {
    display:inline-block;
    *float:none;
    *display:inline;
    zoom:1;
    text-align:center;
}
.proshow-min .getIndex .item {
    margin:0px 5px;
}
.proshow-min .getIndex .item i {
    display:block;
    padding-bottom:0;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}
.proshow-min .getIndex .item i img{
    border: 1px solid #f1f1f1;
    max-width: 100%;
    height: auto;
}
.proshow-min .getIndex .item i:hover {
    cursor:pointer;
}
.proshow-min .slick-current .item i img {
    border:2px #ed7700 solid;
}
.proshow-min .slick-next:before,.proshow-min .slick-prev:before{
    display: none;
}
.proshow-min .slick-prev,.proshow-min .slick-next{
    width: 22px;
    height: 85px;
    margin-top: -43px;
    top:50%;
    z-index: 0;
}
.proshow-min .slick-prev{
    left: -32px;
    background: url("../images/p_l.jpg") no-repeat left center;
}
.proshow-min .slick-next{
    right: -32px;
    background: url("../images/p_r.jpg") no-repeat right center;
}


.proshow1_fr{
    float: right;
    width: 485px;
}
.proshow1_fr1{

}
.proshow1_fr1 h2{
    font-size: 28px;
    color: #221815;
}
.proshow1_fr1 h2:after{
    content: '';
    display: block;
    width: 53px;
    height: 3px;
    background-color: #ed7700;
    margin: 15px 0px;
}
.proshow1_fr2{
    border-bottom: 1px dashed #b5b5b5;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    padding-bottom: 10px;
}
.proshow1_fr3{
    margin-top: 35px;
    overflow: hidden;
}
.proshow1_fr3 ul{
    display: flex;
    justify-content: center;
}
.proshow1_fr3 ul li{
    width: 155px;
    line-height: 46px;
    margin: 0px 30px;
}
.proshow1_fr3 ul li a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.xj{
    background-color: #ed7700;
}
.dy{
    background-color: #221815;
}

.proshow2{
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 20px;
    line-height: 28px;
    color: #221815;
    font-size: 16px;
    margin: 20px 0px 30px 0px;
}
.proshow2 img{
	width:100%;
	height:auto;
	display:block;
}

.proshow3{
    margin-bottom: 20px;
    overflow: hidden;
}

.proshow4{
    overflow: hidden;
}
.proshow4_con{
    margin-top: 20px;
}
#owl-demo4{
    width:100%;
    margin: 0 auto;
}
.pros{

}
#owl-demo4 .item {
    display: block;
    margin: 0px 8px 16px 8px;
    position:relative;
}
#owl-demo4 .item:hover .xgyycj_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
#owl-demo4 .item:hover .xgyycj_txt{
    background-color:rgba(237,119,0,0.7);
}
#owl-demo4 .owl-pagination{
    display:none;
}
#owl-demo4.owl-theme .owl-controls{
    margin-bottom:0;
}
#owl-demo4.owl-theme .owl-controls .owl-buttons{
    margin-top:0;
    position:inherit;
}
#owl-demo4.owl-theme .owl-controls .owl-buttons div {
    padding:0;
    opacity:1;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    background-color: transparent;
    margin: 4px 29px 20px 29px;
}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:0px;
    background:url(../images/left.png) no-repeat left center;
}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background:url(../images/left_h.png) no-repeat left center;
}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next {
    right:0px;
    background:url(../images/right.png) no-repeat right center;
}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background:url(../images/right_h.png) no-repeat right center;
}

.proshow5{
    overflow: hidden;
}
.proshow5 .show_bq{
    margin-bottom: 0px;
}
/**分页样式*/
.pager {
  margin: auto;
  text-align: center;
  height: 40px;
}
.pager a {
  border: #D9D9D9 1px solid;
  border-radius: 4px;
  color: #999999;
  padding: 6px 10px;
  margin-left: 5px;
}
.pager span {
  margin-left: 5px;
  padding: 6px 10px;
  border-radius: 4px;
  border: #ed7700 1px solid;
}
.pager a:hover,
#pager a:active {
  border: #ed7700 1px solid;
  color: #fff;
  background: #ed7700;
}
.pager span.current {
  font-weight: bold;
  color: #fff;
  background: #ed7700;
}
.pager span.disabled {
  color: #999999;
  padding: 6px 10px;
  border: #D9D9D9 1px solid;
}
.provnext {
  padding: 10px 5px 20px;
}
.prov {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 100%;
}
.next {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 100%;
}
.next a:hover,
.prov a:hover {
  color: #334d98;
  font-weight: bold;
}
hr {
  clear: both;
  border: 0;
  background: none;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.i2 {
  display: block;
  clear: both;
  height: 2px;
  line-height: 2px;
  font-size: 2px;
  overflow: hidden;
}
.i5 {
  display: block;
  clear: both;
  height: 5px;
  line-height: 5px;
  font-size: 5px;
  overflow: hidden;
}
.i8 {
  display: block;
  clear: both;
  height: 8px;
  line-height: 8px;
  font-size: 8px;
  overflow: hidden;
}
.i10 {
  display: block;
  clear: both;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
  overflow: hidden;
}
.i12 {
  display: block;
  clear: both;
  height: 10px;
  line-height: 12px;
  font-size: 12px;
  overflow: hidden;
}
.i15 {
  display: block;
  clear: both;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  overflow: hidden;
}
.i20 {
  display: block;
  clear: both;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  overflow: hidden;
}
.i25 {
  display: block;
  clear: both;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  overflow: hidden;
}
.i30 {
  display: block;
  clear: both;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  overflow: hidden;
}
.i50 {
  display: block;
  clear: both;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  overflow: hidden;
}
.bd {
  border: 1px #f00 solid!important;
}
#map {
  width: 100%;
  height: 465px;
  margin-top: 40px;
}