body {
    padding-top: 79px
}

.ovh1{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ovh2{
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
}
.ovh3{
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3;
}
.ovh4{
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 4;
}
.ovh5{
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 5;
}

/*非自适应站内页banner样式*/

.xypg-banner {
    width: 100%;
    position: relative;
}

.xypg-banner .img img {}


/*非自适应站内页样式*/

.container {
    position: relative;
    width: 1200px !important;
    margin: 0 auto;
    padding: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.xypg-left {
    width: 260px;
    float: left;
}

.xypg-right {
    width: 880px;
    float: right;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/*内页banner*/

.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_bannerbj img {
    max-width: 100%;
    height: auto;
}


/*非自适应站内页产品样式*/

.xypg-product-list {
    margin: 0;
}

.xypg-product-list li {
    margin: 0 10px;
    width: 272px;
}

.xypg-product-list li .img {
    position: relative;
}

.xypg-product-list li .img h2 {
    position: absolute;
    font: 600 22px/36px "Microsoft yahei";
    z-index: 99;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(30, 153, 223, .8);
    color: #fff;
    opacity: 0;
    display: table;
    height: 180px;
    padding: 20px;
}

.xypg-product-list li .img h2 .text {
    vertical-align: middle;
    display: table-cell;
}

.xypg-product-list li .img img {
    width: 272px;
}

.xypg-product-list li h3 {
    margin: 15px 0;
}

.xypg-product-list li:hover .img h2 {
    opacity: 1;
}

.header {
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.nav li {
    position: relative;
}

.sec {
    display: none;
    position: absolute;
    left: 0px;
    top: 35;
    width: 300%;
    text-align: center;
    background: #333;
    color: #fff
}

.sec a {
    display: block;
    font: 500 14px/24px "Microsoft YaHei" !important;
    color: #fff !important;
    padding: 10px 0;
}

.sec a:hover {
    background: #1e99df
}

.sec a:after {
    display: none;
}


/*解决方案*/

.solve-content {}

.solve-content li {
    list-style-type: none;
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    transition: all .5s;
    position: relative;
}

.solve-content li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.solve-content li .tit .date {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 14px;
    color: #666666;
}

.solve-content li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    transition: all .5s ease;
}

.xypg-left-nav .xypg-left-subnav {
    display: block !important;
}

.header .langBox{margin-left: 8px;position: relative;}
.header .langBox .show{
line-height: 32px;
border: 1px solid #b9b9b9;
padding: 0 8px;
min-width: 80px;
font-size: 14px;
position: relative;
padding-right: 12px;
}
.header .langBox .show i{
height: 100%;
position: absolute;
right: 4px;
top: 0;
}
.header .langBox ul{
position: absolute;
left: 0;
top: 32px;
width: 100%;
padding: 4px 0 0;
display: none;
}
.header .langBox:hover ul{display: block;}
.header .langBox ul li{float: none;margin: 0;}
.header .langBox ul a{display: block;width: 100%;border-bottom: 1px solid #F1F1F1;text-align: center;line-height: 24px;font-size: 14px;padding: 8px;height: unset;background: #ffffff;}
.header .langBox ul a:hover{}
.header .langBox ul a:after{display: none;}