.yunu-sou {
    padding: 13px 0;
    background-color: #f2f2f2;
    width: 100%;
    height: auto;
    display: inline-block;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.yunu-sou .hot {
    float: left;
    padding: 7px 0;
    padding-left: 0px;
    background: url(../images/hot.png) no-repeat 0 center;
    padding-left: 30px;
}

.yunu-sou .hot a {
    margin-right: 10px;
}

.yunu-sou .hform {
    float: right;
}

.yunu-sou .hform input {
    float: left;
    border: 1px solid #eee;
    padding: 6px 12px;
    width: 210px;
    font-size: 14px;
}

.yunu-sou .hform button {
    border: 0;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 60px;
    height: 34px;
    color: #fff;
    background: url(../images/search-btn.png) no-repeat center #023793;
    font-size: 0;
}

.section {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 60px 0;
}

.section-title{
    margin-bottom: 40px;
    text-align: center;
    font-size: 28px;
}
.section-title strong{
    font-size: 28px;
}
b, strong {
    font-weight: bolder;
}
.section-title p {
    color: #999;
    font-size: 14px;
    margin: 5px 0 0;
}

.section-title:after {
    display: block;
    content: '';
    width: 38px;
    height: 3px;
    margin: 15px auto 0;
    background-color: #023793;
}

.in-prod-menu {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}

.in-prod-menu li {
    display: inline-block;
    vertical-align: middle;
}

.in-prod-menu li a {
    display: block;
    margin: 0 5px 10px;
    font-size: 14px;
    line-height: 39px;
    position: relative;
    background: url(../images/pro-btn.png) no-repeat center / 100% 100%;
    width: 175px;
}

.in-prod-menu li a:before,.in-prod-menu li a:after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 16px;
    height: 1px;
    top: 50%;
    display: none;
}

.in-prod-menu li a:before {
    left: 33px;
}

.in-prod-menu li a:after {
    right: 33px;
}

.in-prod-menu li.active a {
    color: #fff;
    background-image: url(../images/pro-btn-on.png);
}

.in-prod-menu li.active a:before,.in-prod-menu li.active a:after {
    display: block;
}

.list-1 {
    margin: -20px 0 0 -20px;
}

.list-1 li {
    float: left;
    width: 25%;
}

.list-1 li a {
    display: block;
    margin: 20px 0 0 20px;
}

.list-1 li .img-cover {
    border: 1px solid #ddd;
    overflow: hidden;
}

.list-1 li .text {
    line-height: 40px;
    background-color: #e6e6e6;
    text-align: center;
    margin: 2px 0 0;
    position: relative;
}

.list-1 li .text:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: #023793;
    transition: all 0.5s;
}

.list-1 li .text p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.list-1 li a:hover .img-cover span {
    transform: scale(1.1);
}
.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    background-image: none;
    transition: all 0.5s;
    height: 100%;
}
.img-cover span img{
    width: 100%;
height: 207px;
}
.list-1 li a:hover .img-cover span {
    transform: scale(1.1);
}

.list-1 li a:hover .text:before {
    width: 100%;
    left: 0;
}

.list-1 li a:hover .text p {
    color: #fff;
}

.list-1-1 li {
    width: 33.333333%;
}

.bg1 {
    background: url(../images/ys-bg.jpg) no-repeat center / cover;
}

.bg2 {
    background: url(../images/ys-bg2.jpg) no-repeat center / cover;
}
.equipment{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 60px 0;
    background-color: #f3f4f8;
}
.slideGroup {
    text-align: center;
}
.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    position: relative;
}
.tempWrap{
    overflow:hidden;
    width:100%
}
.slideGroup .parBd ul{
    width:100%;
    padding: 0px;
    margin: 0px;
}
.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    text-align: center;
    position: relative;
    width: 32%;
    border-radius: 0 0 4px 4px;
}
.slideGroup .parBd ul li .pic {
    text-align: center;
    border: 1px solid #ccc;
    padding: 2%;
    width: 99%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.slideGroup .parBd ul li .pic a {
    display: block;
    height: 250px;
    text-align: center;
    overflow: hidden;
}
.slideGroup .parBd ul li .pic img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: transform .6s;
}
.slideGroup .parBd ul li .pic a .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.slideGroup .parBd ul li .title {
    line-height: 34px;
    background-color: #1f71c2;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.slideGroup .parBd ul li .title a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slideGroup .parBd ul li .title p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    height: 0;
    overflow: hidden;
    transition-duration: .25s;
    -ms-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -webkit-transition-duration: .25s;
    margin-bottom: 0;
}
.slideGroup .parBd ul li:hover p {
    height: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
}
.slideGroup .parBd ul li:hover .title {
    background-color: #16b4b9;
}
.slideGroup .parBd ul li:hover .pic {
    border: 1px solid #16b4b9;
}
.bg2 {
    background: url(../images/ys-bg2.jpg) no-repeat center / cover;
}
.in-ys-list li {
    float: left;
    width: 20%;
    position: relative;
    background: url(../images/ys2-line.png) no-repeat center;
}
.in-ys-list li .ys-circle {
    -webkit-animation: circle 10s infinite linear;
    animation: circle 10s infinite linear;
    width: 154px;
    height: 146px;
    margin: 0 auto;
}
.in-ys-list li .ys-circle img {
    display: block;
    width: 100%;
    height: 100%;
}
.in-ys-list li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.in-ys-list li .icon img {
    display: block;
    margin: 40px auto 4px;
    width: 18%;
}
.in-ys-list li .icon h3 {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
}
.in-ys-list li .icon {
    text-align: center;
    color: #fff;
}
.about{
    width: 100%;
    height: auto;
    padding: 60px 0;
    display: inline-block;
}
.in-about dt {
    float: left;
    width: 530px;
}
.img-center {
    text-align: center;
    font-size: 0;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
}
.in-about dd {
    margin-left: 580px;
}
.in-about dd h4 {
    margin: 0 0 20px;
    font-size: 22px;
}
.in-about dd h4 small {
    display: block;
    color: #999;
    font-weight: normal;
    font-size: 14px;
}
.in-about dd p {
    margin: 0;
    text-align: justify;
    color: #666;
    line-height: 33px;
}
.in-about dd .btn {
    margin-top: 30px;
}
.in-about dd .btn a {
    display: inline-block;
    margin-right: 15px;
    line-height: 38px;
    background-color: #023793;
    color: #fff;
    padding: 0 30px;
}
.news{
    width: 100%;
    height: auto;
    padding: 60px 0;
    display: inline-block;
}
.news_bd {
    padding-top: 40px;
    overflow: hidden;
}
.news_bd .news_tj {
    width: 48%;
    float: left;
}
.news_bd .news_tj .news_tj_img a {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
}
.news_bd .news_tj .news_tj_img a img {
    width: 100%;
    vertical-align: middle;
    transition-duration: 3s;
    -ms-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -webkit-transition-duration: 3s;
}
.news_bd .news_tj .news_tj_img a:hover img {
    transform: scale(1.1, 1.1);
    opacity: 0.5;
}
.news_bd .news_tj .news_tj_img a .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}
.news_bd .news_tj .news_tj_con {
    background: #ffffff;
    padding: 10px 20px 30px;
}
.news_bd .news_tj p a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #515671;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
.news_bd .news_tj p a:hover {
    color: #023793;
}
.news_bd .news_tj span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    background: #ffffff;
    height: 66px;
    overflow: hidden;
}
.news_bd .news_tj em {
    display: block;
    font-size: 14px;
    color: #c6c6c6;
    padding-top: 10px;
    background: #ffffff;
}
.news_bd ul {
    width: 50%;
    float: right;
}
.news_bd ul li {
    background: #ffffff;
    padding: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 0px;
}
.news_bd ul li .news_time {
    position: absolute;
    left: 24px;
    top: 3px;
    width: 90px;
    text-align: center;
    background: #cacaca;
    padding: 10px 0;
    overflow: hidden;
    border-radius: 4px 0 4px 0;
}
.news_bd ul li .news_time p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.news_bd ul li .news_time span {
    font-size: 14px;
    color: #fff;
}
.news_bd ul li .news_con {
    padding-left: 110px;
}
.news_bd ul li .news_con p a {
    font-size: 15px;
    font-weight: bold;
    color: #515671;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_bd ul li .news_con span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding-top: 5px;
    height: 45px;
    overflow: hidden;
}
.news_bd ul li:hover .news_time {
    background: #023793;
}
.news_bd ul li:hover .news_con p a {
    color: #023793
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .container {
        padding: 0 15px;
        width: 90% !important;
        margin: 0 auto;
}
.in-prod-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
}
.in-prod-menu li a {
    display: block;
    margin: 0 4px 7px;
    font-size: 14px;
    line-height: 37px;
    position: relative;
    background: url(../images/pro-btn.png) no-repeat center / 100% 100%;
    width: 100%;
}
.swiper-slide{
    width: 100% !important;
}
.list-1 li {
    float: left;
    width: 50%;
}
.img-cover span img {
    width: 100%;
    height: 108px;
}
.equipment {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 35px 0;
    background-color: #f3f4f8;
}
.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    text-align: center;
    position: relative;
    width: 100%;
    border-radius: 0 0 4px 4px;
}
.in-ys-list li {
    float: left;
    width: 50%;
    position: relative;
    background: url(../images/ys2-line.png) no-repeat center;
}
.in-about dt {
    float: left;
    width: 100%;
}
.in-about dd {
    margin-left: 0px;
}
.news_bd {
    padding-top: 0px;
    overflow: hidden;
}
.news_bd .news_tj {
    width: 100%;
    float: left;
}
.news_bd .news_tj .news_tj_img a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
}
.news_bd ul {
    width: 100%;
    float: right;
}

}