.ziye{ 
    position: fixed;
    background-color: #fff;
    border-bottom: 1px #e4e4e4 solid;

}
/*.ziye.height{ 
    height: 60px;
      
}
.ziye.animate .logo{
    transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
}*/
.ziye .nav ul li a{ color: #333; }
.ziye .logo img:nth-of-type(1){ display: none; }
.ziye .logo img:nth-of-type(2){ display: block; }
.ziye .ssubNav1 span{ background-color: #7d7d7d }

.banner{ padding-top: 6%; }
.banner img{ width: 100%; }
.banner img:nth-of-type(2){ display: none; }
.in_wrap{
	padding:50px 0 70px;
}
.lmenu{
	padding-left:0;
}
.lm-first {
    margin-bottom: 25px;
    overflow: hidden;
}
.lm-first h1 {
    height: 50px;
    padding-left:15px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background:#e77600;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.lm-first h1 span {
    display: block;
    background: url(../images/contact_08.png) no-repeat right center;
}
.lm-first ul {
    width: 100%;
}
.lm-first ul li {
    padding-left: 15px;
    border-left: 1px solid #dcdbdb;
    border-right: 1px solid #dcdbdb;
    border-bottom: 1px solid #dcdbdb;
}
.lmenu{ width: 100%; }
.lmenu .lm-first ul li .left_sub_nav li{
	border:none; 
	padding-left:10px;
    padding-right:10px;
}
.lmenu .lm-first ul li .left_sub_nav{
	display:none;
}
.lmenu .lm-first ul li .left_sub_nav li a:hover,.lm-first>ul>li:hover>a, .lm-first ul li.on>a {
    color: #e77600;
}

.lm-first ul li a {
    display: block;
    background: url(../images/contact_13.png) no-repeat right center;
    font-size: 14px;
    color: #666;
    line-height: 50px;
    font-weight: bold;
	cursor:pointer;
}
.lm-first ul li.on a,.lm-first ul li:hover a{
    background: url(../images/list-img.png) no-repeat right center;
}
.lmenu .lm-first ul li .left_sub_nav li a{
	background:none; 
	font-size:13px;
    line-height: 34px;
    font-weight: normal;
}
.lmenu .lm-first ul li .left_sub_nav.show{
	display:block;
}
.rcontent {
    border: 1px solid #e9e9e9;
	padding:0;
	width: 100%
}
.rcontent h1 {
    background: #f8f8f8;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e9e9e9;
	font-weight: normal;
    font-size: 12px;
}
.rcontent h1 span.fl {
    display: inline-block;
    font-size: 16px;
    color: #e77600;
    font-weight: bold;
}
.rcontent h1 span.fr {
    color: #999999;
}
.rcontent h1 span a:hover{ color: #e77600 }
.rcontent .solutioncon p a{  color: #e77600 }
.rcontent .solutioncon p a:hover{text-decoration-line: underline;}
.solutioncon {
    padding: 20px;
}
.solutioncon p{
	margin-bottom:10px;
	line-height: 28px;
    color: #333; 
	text-align:justify;
    font-size: 15px;
}
.solutioncon p img{
	max-width:100%;
}
/*新闻右侧*/
.hot-news {
    position: relative;
    height: auto;
    margin: 2em 0 0 0;
    padding-left: 0px;
}
.hot-news .news-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hot-news .news-photo img {
    display: none;
    width: 100%;
    height: 100%;
}
.hot-news .news-photo img.on {
    display: block;
}
.hot-news .news-title {
    width: 100%;
    overflow: hidden;
}
.hot-news .item {
    width: 100%;
    height: 83px;
    display: table;
    line-height: 1.2em;
    background-image: url(../images/news-title-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 1px 100%;
}
.hot-news .item a {
    width: 100%;
    padding: 0 4px 0 10px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    border: 4px solid transparent;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.hot-news .item a h4 {
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .5em 0;
}
.news-list {
    padding: 2em 0 0 0;
}
.news-list li {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #EDEDED;
}
.news-list li a {
    display: block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li a:hover{
    color: #e77600;
}
.news-list li .news-date {
    color: #928f8f;
    font-size: .8em;
    position: absolute;
    display: inline-block;
    right: 0;
}

.hot-news .item a:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 6px solid #e77600;
    border-bottom: 5px solid transparent;
    display: none;
}
.hot-news .item:hover a:before {
    display: block;
}
.hot-news .item:hover a {
    background-color: #e77600;
    
}
.hot-news .item:hover h4,.hot-news .item:hover p{color: #fff;}
/*页码*/
.page_desc{
    margin: 50px auto;
    text-align: center;    
    font-size: 14px;
}
.page_desc li{display:inline-block;margin:3px;}
.page_desc li>span,.page_desc li a{
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #333;
}
.page_desc li span.current,.page_desc li a:hover{
    background:#e67817;
    color: #fff;
    border: 1px solid #e67817
}
footer{
    padding: 20px 0;
    background-color: #34373F;
    text-align: center;
}
footer a,footer p{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;

}
/*新闻详情*/
.news_detail .detail_title{
    text-align: center;
    margin-bottom: 1.6em;
}
.news_detail .detail_title h3 {
    font-size: 1.4em;
    margin: .8em 0;
    color: #e67817;
}
.detail_title .detail_time{
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: .5em 0;
    color: #999;
    font-size: .9em;
    text-align: center;
}
.detail_link p a{ 
    font-size: 14px; 
}
.detail_link p a:hover{ 
    color: #e67817; 
    text-decoration: underline;
}
/*联系我们*/
.waps ul li{
    background-image: url(../images/cont.png);
    background-repeat: no-repeat;
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.waps ul li:nth-of-type(1){ background-position: 0 0 }
.waps ul li:nth-of-type(2){ background-position: 0 -45px }
.waps ul li:nth-of-type(3){ background-position: 0 -88px }
.waps ul li:nth-of-type(4){ background-position: 0 -128px }
/*最新招聘*/
.join-bg {
    width: 100%;
    margin-top: 20px;
}
.join-main .list-top {
    height: 54px;
    line-height: 54px;
    padding: 0 3.33% 0;
    background: #332c2b;
    font-size: 14px;
    color: #ffffff;
}
.join-main .td1 {
    width: 24.33%;
}
.join-main .list-box {
    padding: 0 3.33% 35px;
    background: #fff;
    border: 1px solid #efefef;
}
.join-main .list-box li {
    width: 100%;
}
.join-main .list-box li .top {
    font-size: 14px;
    color: #777777;
    line-height: 2;
    padding: 16px 0;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}
.join-main .td2 {
    width: 21.33%;
}
.join-main .td3 {
    width: 21.91%;
}
.join-main .td4 {
    width: 17.41%;
}
.join-main .td5 {
    width: 13.4%;
    text-align: right;
}
.join-main .list-box li .top a {
    color: #e67817;
}
.join-main .list-box li .bot {
    position: relative;
    padding: 20px 3.5% 36px;
    background: #f5f5f5;
    display: none;
}
.join-main .list-box li .bot i {
    position: absolute;
    left: 18px;
    top: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}
.join-main .list-box li .bot .info2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0 22px;
}
.join-main .list-box li .bot .info2 .fl {
    width: 50%;
}
.join-main .list-box li .bot .info2 h3 {
    font-size: 18px;
    color: #333333;
    line-height: 3;
}
.join-main .list-box li .bot .info2 .fl .info-box {
    border-right: 1px solid #e5e5e5;
    padding-right: 10%;
}
.join-main .list-box li .bot .info2 p {
    color: #777777;
}
.join-main .list-box li .bot .info2 .fr {
    width: 45%;
}
/*荣誉证书*/
.honor{
    margin: 30px 0
}
.honor ul li{
    width: 47%; 
    float: left;
    margin:0 1.5%;      
}
.honor ul li p{ 
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.honor ul li a{
    width: 100%;
    border:1px solid #dad6d6;
    height: 125px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honor ul li img{
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.honor ul li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.honor ul li:hover p{ color: #e67817 }
/*人才理念*/
.nadd-lant {
    background: url(../images/nadd_dian.png) no-repeat left top;
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    margin-bottom: 20px;
}
.nadd-lant p {
    line-height: 34px;
    text-indent: 2em;
    font-size: 16px;
    font-weight: bold;
}
/*产品中心*/
.product h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.form1 ul li{ 
    width: 20%; 
    border:1px solid #ccc;
    margin-left: -1px; 
    float: left; 
    text-align: center; 
    padding: 10px 0; 
    margin-top: -1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form1 ul li:nth-of-type(1){ width: 59% }
.pro_one_form .form1 ul li:last-child{ width: 33% }
.pro_one_form .form1 ul li:nth-last-child(2){ width: 11% }
.pro_one_form .form1 ul li{ width: 9% }
.three .form1 ul li:nth-of-type(1){ width: 58% }
.three .form1 ul li{ width: 20% }
.foru  .form1 ul li:nth-of-type(1){ width: 25% }
.foru  .form1 ul li{ width: 70% }

.product12{ width: 90%; float: left; }
/*.product12:nth-of-type(2),.product12:first-child{min-height: 254px}*/
.product_box{
    margin-bottom: 30px;
    float: left;
    width: 100%;
} 
.product_box p{
    background: url(../images/tit_icon_02.gif) no-repeat 0px top;
    padding-left: 22px;
    height: 30px;
    line-height: 13px;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    
}
.product_box p>a{color: #0c3090;}
.product_box ul li {
    padding-left: 18px;
    background: url(../images/tit_icon.gif) no-repeat center left;
    width: 100%;
    float: left;
    margin-bottom: 10px;    
    display: block;
}
/*.product12:nth-of-type(even){ float: right; }*/
.product_box ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.product_box ul li a:hover{ text-decoration:underline; color: #0c3090}
/*center.html*/


#container {
    margin: 20px auto;
    -webkit-transition:all .7s ease-out .1s; 
    -moz-transition:all .7s ease-out .1s; 
    -o-transition:all .7s ease-out .1s; 
    transition:all .7s ease-out .1s
}
#container > div {
    width:300px;
    padding:2px;
}
#container > div img {
    padding: 0px;
    display: block;
    width: 100%;
}


/*product13*/
.so_pro ul li {
    width: 45%; 
    background: url(../images/tit_icon_02.gif) no-repeat 0px top;
    padding-left: 22px;
    height: 30px;
    line-height: 13px;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    float: left;
}
.so_pro ul li:nth-of-type(even){ float:right; }
.so_pro ul li a:hover{    text-decoration: underline;color: #e77600;}

.so ul li{border: 1px solid #ccc;margin-left: -1px;margin-top: -1px; width: 28%; float: left;padding: 10px; font-weight: bold;}
.so_one>ul>li{border: 1px solid #ccc;margin-left: -1px;margin-top: -1px; width: 28%; float: left;padding: 10px;}
.so_one>ul>li>ul>li{padding: 5px 0;border-bottom: 1px solid #ccc;}
.so_one>ul>li>ul>li:last-child{ border-bottom: none; }

.so_one >ul>li.jhj.alcenter{display: flex;align-items: center;}