@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot');
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'), url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'), url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')
}

.fa {
    display: inline-block;
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.fa-icon-qq:before {
    content: "\e604"
}

.fa-icon-weibo:before {
    content: "\e600"
}

.fa-icon-weixin:before {
    content: "\e605"
}

.fa-icon-zaixianzixun:before {
    content: "\e608"
}

.container-fluid {
    max-width: 1230px;
}


* {
    margin: 0;
!important;
    padding: 0;
!important;
}

a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0;
    padding: 0;
}



a{
    color: #555;
}




body {
    font-family: "微软雅黑";
    !important;
}





#btn{
    position: absolute;
    right:15px;
    top: 50%;
    line-height: 30px;
    color: #49c372;
    font-size:24px;
    margin-top: -15px;
	display:none;
}



header{
    position: relative;
    background: url("../images/header_bg.jpg") 50% 50%;
    background-size:cover;
}
header .logo{
    line-height:140px;
}

header .header_img{
    line-height: 140px;
    padding-left: 15px;
}
header .call{
    height: 140px;
    padding: 49px 0 0 48px;
    background: url("../images/phone.png") no-repeat left center;
}
header .call div{
    font-size: 12px;
    color: #222;
}
header .call h4{
    font-weight: bold;
    color: #49c372;
}

header .wx{
    line-height: 140px;
    padding-right: 22px;
}


nav{
    background: #49c372;
}
nav a{
    color: #fff;
}

nav #nav>li{
    width: 11.111%;
    text-align: center;
    line-height: 55px;
    font-size: 15px;
    position: relative;
}
nav #nav>li:after{
    content: url("../images/nav_line.png");
    position: absolute;
    right: 0;
    top:6px;
    z-index: 2;
    width: 2px;
    height: 22px;
}
#nav{
    position: relative;
}
#nav:before{
    content: url("../images/nav_line.png");
    position: absolute;
    left: 0;
    top:17px;
    z-index: 2;

}

nav #nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
}

nav #nav>li>a.active{
    background: #f29100;
    color: #fff;
}


nav #nav>li:hover>a{
    background: #f29100;
    color: #fff;
}



#news .box{
    position: relative;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    background: url("../images/video.png") no-repeat left center;
    padding-left: 22px;
}
#news .box ul{
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 100px 0 90px;
    line-height: 42px;
    left: 0;
    top: 0;
}
#news .box ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.title h3{
    font-size: 30px;
    font-weight: bold;
    color: #f29100;
    line-height: 53px;
    padding: 32px 0 0 0;
    position: relative;
}
.title h3:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 26px;
    height: 2px;
    background: #c4c4c4;
    margin-left: -13px;
}
.title h3 span{
    color: #49c372;
}

.title p{
    line-height: 38px;
    font-size: 13px;
    color: #000;
}

.Pro1{
    background: #f5f5f5;
}

.Pro2{
    background: #ececec;
}
.Pro{
    padding-bottom: 50px;
}
.Pro .row{
    margin: 0 -10px;
}
.Pro .col-md-3,.Pro .col-xs-6{
    padding: 0 10px;
}
.Pro .box{
    margin-bottom: 20px;
}
.Pro .box .img_box{
    border: 1px solid #999;
    border-radius: 3px;
    padding: 1px;
    background: #fff;
}
.Pro .box .img_box div{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.Pro .box .img_box div span{
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background:url("../images/serach.png") no-repeat center center rgba(73,195,114,.85);
    border-radius: 3px;
}
.Pro .box:hover .img_box div span{
    left: 0;
}
.Pro .box:hover .text_box h4{
    border-bottom:1px solid #49c372;
}
.Pro .box .text_box h4{
    line-height: 40px;
    font-size: 15px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;!important;
}

.Pro .box .text_box div{
    font-size: 12px;
    line-height: 20px;
    font-family: "宋体";
    color: #777;
    height: 40px;
    overflow: hidden;

}

.protitle { width:100%; padding:10px; text-align:center; font-size:14px; font-weight:bold;}
.proimg { width:100%; text-align:center;}
.proimg img { max-width:70%; padding:10px;}
.procontent {width:100%;}


.About {
    background: #f5f5f5;
    padding-bottom: 50px;
}

.about img { max-width:100%; }

.About .about_box .img_box{
    padding: 13px;
    border: 1px solid #d1d1d1;
    background: #fff;
    width: 490px;
    float: left;
}

.About .about_box .about-text{
    margin-left: 490px;
    padding-left: 35px;
}

.About .about_box .about-text h4{
    font-size: 22px;
    font-weight: bold;
    color: #f29100;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;!important;
}
.About .about_box .about-text .text{
    line-height: 26px;
    height: 130px;
    overflow: hidden;
}

.About .about_box .about-text .text+a{
    display: inline-block;
    line-height: 45px;
    color: #f29100;
}

.About .picture24 .big .imgs{
    border: 1px solid #d1d1d1;
    padding: 4px;
    background: #fff;
}
.About .picture24 {
    padding: 25px 39px 0 25px;
    border-top: 1px solid #d1d1d1;
}

.About .picture24 .item{
    padding: 0 3px;
}
.About .picture24 #owl-demo1{
    margin: 0 -3px;
}
.About .picture24 img{
    width: 100%;
}
.About .picture24 p{
    line-height: 28px;
    color: #666;
}
/*导航*/

.banner img {
    width: 100%;
}






.Pro .picture24{
    margin: 0 -10px;
}
.Pro .picture24 .item{
    margin: 0 10px;
}


.picture24 .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.picture24 .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.picture24 .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.picture24 .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.picture24 .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.picture24 .owl-carousel .owl-item {
    float: left
}

.picture24 .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.picture24 .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/*.grabbing{cursor:url(../img/grabbing.png) 8 8,move}*/
.picture24 .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.picture24 .owl-theme .owl-controls {
}

.picture24 .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 30px;
    height: 140px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -30px;
    background: url(../images/yjt.jpg) no-repeat left;
    transition: all 0.5s;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -30px;
    background: url(../images/zjt.jpg) no-repeat right;
    transition: all 0.5s;
}

/*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ background:url(../images/yjt.png) no-repeat right;}*/
/*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background:url(../images/zjt.png) no-repeat left;}*/
.picture24 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.picture24 .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.picture24 .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.picture24 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.picture24 .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}


.more a{
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius:20px;
    padding: 0 50px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 20px;
}

/*.more a{ display:block; width:236px; line-height:45px; border:1px solid #cac9c9; text-align:center; background:#fff; font-size:13px; color:#959595; text-transform:uppercase; margin:0 auto; transition:all .3s;}*/
/*.more a:hover{ background:#903d3c; border:1px solid #903d3c; color:#fff;}*/
/*产品中心*/




.News{
    background: #ececec;
    padding-bottom: 50px;
}


.News .News_box .img{
    border: 1px solid #c1c1c1;
    padding: 1px;
    border-radius: 5px;
    width: 500px;
    float: left;
}
.News .News_box .img img{
    width:100%;
    display: block;
    border-radius: 5px;
}


.News .News_box ul{
    margin-left: 500px;
    padding-left: 26px;
}
.News .News_box ul li{
    border-bottom: 1px dotted #c1c1c1;
}
.News .News_box ul li>h4{
    font-size: 15px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 100px 0 0;
    position: relative;
    cursor: pointer;
}
.News .News_box ul li.active .box{
    display: block;
}
.News .News_box ul li.active{
    border-bottom: none;
}

.News .News_box ul li >h4 >span{
    position: absolute;
    right: 0;
    top: 0;
}


.News .News_box ul li .box{
    position: relative;
    padding-left: 232px;
    display: none;
}
.News .News_box ul li .box .img-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    border: 1px solid #c1c1c1;
    padding: 1px;
    background: #fff;
    height: 100%;
}
.News .News_box ul li .box .img-box span{
    display: block;
    width: 100%;
    height: 100%;
}


.News .News_box ul li .box .text div{
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    color: #777;
    font-family: "宋体";
}

.News .News_box ul li .box .text h5{
    line-height: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.contact{
    padding-bottom: 50px;
}

.contact .map{
    overflow: hidden;
    height: 180px;
    border: 3px solid #d0d0d0;
    margin-bottom: 17px;
}
.contact .adr div{
    line-height: 32px;

}

.contact form input{
    display: block;
    width: 100%;
    height: 37px;
    border: none;
    background: #e2e2e2;
}

.contact form textarea{
    display: block;
    width: 100%;
    height: 104px;
    border: none;
    background: #e2e2e2;
}
.contact form input[type='submit']{
    display: inline-block;
    width: 130px;
    height: 34px;
    background: #f29100;
    color: #fff;
    margin-top: 25px;
}






footer img{
    max-width: 100%;
}

footer{
    background: #49c372;
    padding:  35px 0 25px 0;
    color: #fff;
}
footer a{
    color: #fff;
}

footer .links{


    background: #6dcf8e;
    border-radius: 18px;
    margin-bottom: 35px;

}
footer .box{
    padding: 0 50px;
}
footer .links li{
   float: left;
    width: 11.111%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

footer .logo{
    line-height: 150px;
    width: 33%;
    position: relative;
}
footer .logo:after{
    content: url("../images/line.png");
    position: absolute;
    right: 0;
    top: 0;
}
footer .adr{
    width: 40%;
    position: relative;
}
footer .adr:after{
    content: url("../images/line.png");
    position: absolute;
    right: 0;
    top: 0;
}
footer .adr div{
    line-height: 28px;
    padding: 0 10px 0 73px;
}

footer .adr>div:first-child{
    background: url("../images/icons.png") no-repeat 46px 5px;
}
footer .adr>div:nth-child(2){
    background: url("../images/icons.png") no-repeat 46px -23px;
}

footer .adr>div:nth-child(3){
    background: url("../images/icons.png") no-repeat 46px -53px;
}
footer .adr>div:nth-child(4){
    background: url("../images/icons.png") no-repeat 48px -84px;
}
footer .adr>div:nth-child(5){
    background: url("../images/icons.png") no-repeat 48px -117px;
}



footer .wx{
    width: 27%;

}
footer .wx>div{
    width: 50%;
    float: left;
    text-align: center;
    margin-left: 50px;
}
.ny_content a{
    color: #333;
}
.ny_content {
    padding: 30px 0;
    background: #f5f5f5;
}

.ny_content .ny_left {
    width:235px;
    float: left;

}

.ny_content .right_content {
    margin-left: 235px;
    padding: 0 0 0 30px;

}
.ny_content .left_list .box{
    margin-bottom: 10px;
}
.ny_content .left_list .box>h4 {
    font-size:22px;
    color: #fff;
    margin: 0 0 3px 0;
    line-height: 55px;
    background:url("../images/fk.png") no-repeat 12px center #49c372;
    padding-left: 47px;
    font-weight: bold;
}

.ny_content .left_list .box>h5{
    margin: 0;
    line-height: 40px;
}
.ny_content .left_list .box>h5 a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}


#search h4 span:last-child{
    font-size:15px;
    font-family: "Aparajita";
    color: #f29100;
    display:block;
   margin-left: 70px;
    background: url("../images/line2.png") repeat-x bottom;
}

#search form{
    border: 1px solid #d9d9d9;
    padding: 1px;
    background: #fff;
    position: relative;
    margin-bottom: 15px;
}
#search form input{
    display: block;
    width: 100%;
    height: 41px;
    background: #f3a64f;
    padding: 0 60px 0 10px;
    border: none;
}

#search form input::-webkit-input-placeholder{
    color: #fff;
}

#search form input:-moz-placeholder{
    color: #fff;
}

#search form input::-moz-placeholder{
    color: #fff;
}


#links>div{
    width: 33.3%;
    float: left;
}
#links{
    border: 1px solid #d9d9d9;
    padding: 12px 0 0 0;
    margin-bottom: 15px;
}

#links i{
    color: #fff;
    width: 58px;
    height: 58px;
    background: #666666;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    font-size: 20px;
}
#links>div p{
    font-size: 12px;
    line-height: 30px;
}



#search form button{
    position: absolute;
    right: 2px;
    top: 1px;
    width: 51px;
    height: 41px;
    color: #fff;
    font-size: 20px;
    background:#f29100;
    border: none;
}

#search h4 span:first-child{
    font-size: 17px;
    color: #5fc783;
    float: left;
}


#ny_caidan > li{
    margin-bottom: 2px;
    position:relative;
}

#ny_caidan li .biaoti{
    padding:0 10%;
    background: #e9e9e9;
}
#ny_caidan li .biaoti .icon{
    margin-top: 6px;
    margin-right: 10px;
    width: 23px; 
    height: 23px;
    background-image:url("../images/icon_bg01.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#ny_caidan li.active .biaoti .icon{
    background-image:url("../images/icon_bg02.png");
}

#ny_caidan li .biaoti a{
    display:block;
    width: calc(100% - 23px - 10px);
    color: #333;
    line-height: 35px;
}

#ny_caidan li .biaoti a:hover{
    color: #f29100;
    text-decoration: underline !important;
}

#ny_caidan li.active .biaoti a{
    color: #f29100;
}

#ny_caidan li ul{
    display: none;
}

#ny_caidan li ul li{
    line-height: 24px;
    background: #efefef;
    margin-bottom: 2px;
}

#ny_caidan li ul li a{
    display: block;
    padding: 10px 10% 10px calc(10% + 23px + 10px);
}

#ny_caidan li ul li a:hover{
    color: #f29100;
}


.ny_content .left_list .adr {
    line-height: 28px;
    padding: 0px 4px 4px 4px;
    background: #e9e9e9;
}
.ny_content .left_list .adr img{
    width: 100%;
}


.ny_content .right_content .title4 {
    line-height: 36px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    padding: 10px 0 0 0 ;
    background: url("../images/line3.png") repeat-x bottom;
}


.ny_content .right_content .title4 p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.ny_content .right_content .title4 + div {
    padding: 70px 0;
}
.ny_content .right_content .title4 + div img{
    max-width: 100%;
}

.ny_content .right_content .about {
    line-height: 30px;
}

.ny_content .right_content .xqy .text {
    line-height: 30px;
    padding: 30px 0;
}

.ny_content .right_content .xqy2 h4{
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}
.ny_content .right_content .xqy2 h4:after{
    content: "";
    left: 50%;
    margin-left: -25%;
    bottom: 0;
    width: 50%;
    height: 1px;
    border-bottom: 1px dotted #909090;
    position: absolute;
}
.ny_content .right_content .title4 + div.form {
    padding: 30px 25% 100px;
}

.ny_content .right_content .form input {
    width: 100%;
    height: 38px;
    background: #f4f4f4;
   border: none;
    margin-bottom: 7px;
    padding-left: 15px;

}

.ny_content .right_content .form textarea {
    width: 100%;
    background: #f4f4f4;
   border: none;
    height: 145px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.ny_content .right_content .form button {
    width: 100%;
    line-height: 33px;
    border: none;
    color: #fff;
    background: #ff5500;
}




.ny_content .right_content .row{
    margin: 0 -10px;
}

.ny_content .right_content .Pro .row .col-md-4, .ny_content .right_content .Pro .row .col-xs-6 {
    padding: 0 10px;
}
.ny_content .right_content .Pro .box{
    margin-bottom: 20px;
}






/* @media (max-width:500px){
	#ny_caidan > li ul{
		display: none;
	}
} */






































.ny_content .right_content .news .box{
    position: relative;
    padding-left: 288px;
}
.ny_content .right_content .news .box .img_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 265px;
    border: 1px solid #e5e5e5;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.ny_content .right_content .news .box .img_box a{
    display: block;
    width: 100%;
    height: 100%;

}
.ny_content .right_content .news .box .text_box div{
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.ny_content .right_content .news .box .text_box{
    background: none;
}
.ny_content .right_content .news .box .text_box h6{
    line-height: 25px;
    font-size: 12px;
}
.ny_content .right_content .news .box .text_box h4{
    line-height: 19px;
    font-size: 16px;
    color: #4b4a4a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ny_content .right_content .news .box .text_box h5{
    text-align: right;
}
.ny_content .right_content .news .box .text_box h5 a{
    display: inline-block;
    padding: 0 20px;
    line-height:28px;
    background: #3fa60f;
    color: #fff;
    font-family: "å®‹ä½“";
    font-size: 12px;
}
.ny_content .right_content .news .big_box{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}





















/*内页*/


/*新闻*/
#ny_news li{
    position: relative;
    line-height: 34px;
    border-bottom: 1px dotted #ccc;
    padding-right: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#ny_news li span{
    position: absolute;
    right: 0;
    top: 0;
}

#ny_news li:hover a{
    color: #1da7e2;
}
/*新闻*/



@media screen and (max-width: 1360px) {
    .picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
        display: none;
    }

    .picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
        display: none;
    }
}

@media screen and (max-width: 1200px) {

    header #nav{
        padding-left: 20px;
    }





}

@media screen and (max-width: 1100px){




}

@media screen and (max-width: 991px) {

    header .logo{
        line-height: 80px;
    }
    header .logo img{
        height: 45px;
    }
    nav #nav{
        position: absolute;
        right: 0;
        top: 80px;
        width: 150px;
        z-index: 9999;
        display: none;
    }
    nav #nav>li{
        width:100%;
        line-height: 40px;
        background: #49c372;
    }
    nav #nav>li:after{
       display: none;
    }

    #nav:before{
        display: none;

    }












    .title h3{
        font-size: 25px;
        line-height: 40px;
    }



    .title p{
        line-height: 30px;
    }







    .About img{
        max-width: 100%;
    }

    .About .about_box .img_box{
        width: auto;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .About .about_box .about-text{
        margin-left: 0;
        padding-left: 0px;
    }


    .About .about_box .about-text .text{
        line-height: 26px;
        height:auto;
    }

    .About .about_box .about-text .text+a{
        display: block;
        text-align: center;
        line-height: 45px;
        color: #fff;
        background: #49c372;
    }

    /*导航*/







    .News{
        padding-bottom: 30px;
    }
    .News img{
        max-width: 100%;
    }

    .News .News_box .img{
        border: 1px solid #c1c1c1;
        padding: 1px;
        border-radius: 5px;
        width: auto;
        float: none;
        margin-bottom: 20px;
    }
    .News .News_box .img img{
        display: block;
        margin: 0 auto;
        border-radius: 5px;
    }


    .News .News_box ul{
        margin-left: 0px;
        padding-left:0;
    }
    .News .News_box ul li{
        border-bottom: 1px dotted #c1c1c1;
    }
    .News .News_box ul li>h4{
        font-size: 15px;
        line-height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 100px 0 0;
        position: relative;
        cursor: pointer;
    }
    .News .News_box ul li.active .box{
        display: block;
    }
    .News .News_box ul li.active{
        border-bottom: none;
    }

    .News .News_box ul li >h4 >span{
        position: absolute;
        right: 0;
        top: 0;
    }


















    /*内页*/
    #ny_caidan {
        display: block;
    }

    #down {
        display: block;
        width: 100%;
        line-height: 50px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
        background: #002441;
    }

    .ny_content .ny_left {
        width: 100%;
        float: none;!important;
    }

    .ny_content .right_content {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }

    .ny_content .right_content .title4 + div {
        border-radius: 5px;
    }

    .ny_content .right_content .title4 + div.form {
        padding: 20px 0 50px 0;
    }

    /*内页*/
    .ny_content .right_content .form {
        padding: 0%;

    }

    /*内页*/

}

@media screen and (max-width: 767px) {





    .News .News_box ul li .box{
        padding-left: 140px;
    }
    .News .News_box ul li .box .img-box{
        width:120px;
    }



    .News .News_box ul li .box .text div{
        line-height: 20px;
        height: 60px;
    }
    .News .News_box ul li .box .text h5{

        margin-bottom: 0px;
        padding: 5px;

    }



	.News .News_box .img{
		display:none;
	}












    /*底部*/
    body {
        padding-bottom: 50px;
    }

    .hot {
        width: 100%;
        height: 50px;
        background: #ddb600;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    .hot span {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }

    .hot h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .hot .row div a {
        display: block;
        color: #fff;
        padding: 7px 0;
    }

    .dbbox {
        position: fixed;
        left: 0;
        bottom: 70px;
        z-index: 99;
        width: 100%;
    }

    .dbbox .dbs {
        position: relative;
        padding: 0 15px;
        display: none;
    }

    .dbbox .dbs .neirong {
        padding: 10px;
        background: #fff;
        border-radius: 5px;
    }

    .dbbox .dbs.ewm-box {
        text-align: center;
    }

    .dbbox .dbs.ewm-box:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../images/dbtc_jt.png) no-repeat center;
    }

    .dbbox .dbs.fenxiang-box:after {
        content: "";
        position: absolute;
        left: 75%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../images/dbtc_jt.png) no-repeat center;
    }

    .dbbox .dbs.ewm-box img {
        max-width: 140px;
    }

    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
        position: relative;
        padding: 6px 0;
        width: 20%;
        height: 44px;
    }

    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
        position: absolute;
        left: 50%;
        top: 6px;
        margin: 0 0 0 -16px;
        float: inherit !important;
        display: block;
    }

    /*底部*/

}

@media screen and (max-width: 600px){

    .ny_content .right_content .news .box{
        padding-left: 130px;
    }
    .ny_content .right_content .news .box .img_box{
        width: 115px;
    }

    .ny_content .right_content .news .box .text_box div{
        line-height: 20px;
        height: 40px;
    }

}


@media screen and (max-width: 500px){



    header .logo{
        line-height: 50px;
    }
    header .logo img{
        height: 30px;
    }

    nav #nav{
		position: relative;
        top: 0px;
        width: 100%;
        z-index: 9999;
        display: block;
    }

	nav #nav>li {
		width: 20%;
	}

    #ny_caidan li ul li a{
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
    }




























    .ny_content .right_content .new .box{
        padding-left: 125px;
    }
    .ny_content .right_content .new .box .img_box{
        width: 110px;
    }
    .ny_content .right_content .new .box .text_box div{
        line-height: 22px;
        height: 44px;
    }
    .ny_content .right_content .new .box .text_box{
        padding-bottom: 10px;
    }
    .ny_content .right_content .new .box .text_box h4{
        margin: 0;
    }


}

.backgordnone { background:none !important;}
.backgordnone:hover { background:#f29100 !important;}

/*清除样式*/
.clear { clear:both;}

/*分页css scott style pagination*/
div.scott{padding:3px;margin:3px;text-align:center;}
div.scott a{border:#ddd 1px solid;padding:2px 5px;color:#88af3f;margin:0 2px 0 0;text-decoration:none;}
div.scott a:hover{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott a:active{border:#85bd1e 1px solid;color:#638425;background-color:#f1ffd6;}
div.scott span.current{border:#b2e05d 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#b2e05d;}
div.scott span.disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;}



/*浮动QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
width: 143px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 140px;
    height:170px;
    line-height:30px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 180px;
    height:180px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}


