@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner-box{

    width: 100%;

}
.ny_nav{

    width: 100%;
    bottom: 0;
}
.ny_nav .container{
    background: rgba(0,0,0,0.6);
}
.ny_nav ul li{ width:25%; float:left; padding:0 5px; box-sizing:border-box}
.ny_nav ul li a{
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    display: block;white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.ny_nav ul li.current a{
    background: #00a0ea;
}

#content{
    padding-top: 35px;
}
.con_box{
    font-size: 14px;
    line-height: 22px;
}
.con_box table{
    width: 100% !important;
}
.con_box table td{
    width: 50% !important;
}
.content{
    margin-top: 40px;
}
.pro,.pro_de{
    padding-top: 35px;
}
/*left-main*/
.left-main{
    width: 100%;
    padding-bottom: 30px;
}
.left-main ul li {
    border: 1px dashed #d1d1d1;
    margin: 4px;
}
.left-main ul li a{
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 25px;
    padding: 10px;
}
.left-main ul li.current a{
    background:#00a0ea;
    color: #fff;
}

.pro_box,.prode_box{
    width: 100%;
}
.pro_box ul{
    margin: -10px;
}
.pro_box ul li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.pro_box ul li a{
    display: block;
    position: relative;
    margin: 10px;
    background: #fff;
    -moz-box-shadow: 0 2px 10px #c7c7c7;
    -webkit-box-shadow: 0 2px 10px #c7c7c7;
    box-shadow: 0 2px 10px #c7c7c7;
}
.pro_box ul li img{
    width: 100%;
}
.pro_box ul li h3{
    width: 100%;
    height: 40px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #272727;
    line-height: 40px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
    .pglist {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}
.pglist ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
}
.pglist ul li:hover {
	background: #0067d0;
	color: #fff;
	border: 1px solid #0067d0
}
.pglist ul li:hover a {
	color: #fff;
}
.pglist ul li.thisclass {
	display: inline-block;
	border: 1px solid #0067d0;
	padding: 4px 12px;
	margin: 0 1px;
	background: #0067d0;
	color: #fff;
}
.pglist ul li.thisclass a {
	color: #fff;
}
.pglist ul li a {
	display: block;
	color: #999
}
.pglist ul li a:hover {
	color: #fff;
}

/*prode_pic*/
.prode_pic{
    width: 100%;
}
.prode_pic img{
    width: 100%;
    border: 1px solid #f1f1f1;
}
.prode_mains{
    margin: 25px 0;
}
.prode_mains h2{
    border-bottom: 1px solid #d1d1d1;
    color: 444;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 26px;
}
.prode_mains h2 span,.pro_detitle{
    color: #555;
    font-size: 15px;
    font-weight: 700;
    display: block;
    line-height: 26px;
}
.pro_detitle{
    padding-bottom: 10px;
}
.pro_debox p{
    color: #444;
    font-size: 15px;
    line-height: 24px;
}

/*news*/
.news,.news_detail{
    padding-top: 35px;
}
.pro_debox{
    overflow: auto;
}
.pro_debox table{
    width: 100% !important;
}
.news li{
    margin-bottom: 50px;
}
.news .news_pic{
    width: 100%;
}
.news .news_pic img{
	width:100%;
	height:100%;
}
.news .news_left{
    width: 100%;
    padding: 15px;
    border: 1px solid #dcdcdc;
    border-bottom: none;
}
.news .news_left h3{
    color: #474747;
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.news .news_left span{
    color: #00a0ea;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}
.news .news_left p{
    color: #8b8b8b;
    font-size: 14px;
    line-height: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    margin-bottom: 10px;
}
.news li:hover .news_left p{
    padding-left: 50px;
    border-left: 1px solid #d1d1d1;
}
.news_til_left{
    width: 100%;
}
.news_til_left h2{
    position: relative;
    color: #222;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}
.news_til_left span{
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
}
.news_til_right{
    width: 100%;
    text-align: left;
    padding-top: 10px;
}
.bdsharebuttonbox {
    display: inline-block;
}
.news_til_right a{
    background: url(../bgimg/share.jpg) no-repeat -2px 0 !important;
}
.news_til_right a.bds_tsina{
    background-position: -38px 0 !important;
}
.news_til_right a.bds_tqq{
    background-position: -72px 0 !important;
}
.news_til_right a.bds_tqf{
    background-position: -107px 0 !important;
}
.news_til_right a.bds_douban{
    background-position: -144px 0 !important;
}
.news_detail_til {
	border-bottom:1px dashed #d1d1d1;
}
.news_detail_box{
    padding: 30px 0;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}
.news_detail_box p{
    color: #555555;
    font-size: 14px;
    line-height: 26px;
}
.news_detail_prew{
    border-top: 1px solid #cccccc;
}
.prew_news,.next_news{
    float: left;
    width: 48%;
    overflow: hidden;
    padding: 15px 10px;
}
.next_news{
    float: right;
    text-align: right;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_detail_prew  span{
    display: block;
}
.prew_news a,.next_news a{
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/*contact*/

.contact{
    padding-top: 20px;
}
.con_left {    
    width: 100%;
}
.con_left h2{
    color: #00a0ea;
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px
}
.con_left p{
    color: #444;
    font-size: 16px;
    line-height: 30px;
}
.map{
    margin-top: 25px;
    height:302px;
}

.mess{
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
    margin-top: 10px;
}
.mess h3{
    color: #00a0ea;
    font-size: 25px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.mess input ,.mess textarea{
    width: 100%;
    height: 40px;
    background: none;
    font-size: 14px;
    color: #333;
    padding: 10px 0 10px 15px;
    background: #fff;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
}
.mess textarea{
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    max-width: 100%;
    min-width: 100%;
    line-height: 30px;
    padding-top: 5px;
}
.form-yzm{
    width: 32.23%;
    float: left;
}
.mess button{
    width: 100%;
    background: #00a0ea;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 4px;
    cursor: pointer;
}

.swiper-container{
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}
.banner_font{

}

.banner_font h4{
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}
.jn2 {  width: 100%;} 
.jn1 {  clear: both;    border: 1px solid #d3d3d3;}
.jn1 li { 
    text-align: center;
    float: left;
    width: 49.7%;
    height: 36px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #d3d3d3;

}

.jhs {    color: #0d55d8;}

.Right_bottom { margin:0 auto;
    width: 100%;
    margin-top: 10px;
}
.Right_bottom li {
    display: block;
    float: left;
    list-style: none outside none;
    margin-bottom: 2px;
    width: 100%;
}
.bgblue {
    background-color: #F4F4F4;
}
.bggrey {
    background-color: #E4E4E4;
}
.Ename {
    background-color: #B9B9B9;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    color: #333;
    font-size: 12px;
}
.EnameList {
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 360px;
    color: #333;
    font-size: 12px;
}

