.inside-banner {
    position: relative;
    overflow: hidden;
}

.inside-banner img {
    display: block;
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.banner_title{ position:absolute; bottom:120px; z-index:99; left:100px;}
.banner_title p{ font-size:40px;color:#fff; margin-bottom:10px;}
.banner_title em{ font-size:26px; color:#fff;}

@media (max-width: 414px) {
    .inside-banner img {
        max-height: 120px;
    }
}


    .full-inside-subnav {
        overflow: hidden;
		background-color: #f3f3f3;
    	border-bottom: 1px solid #e0e0e0;
    }

    .full-inside-subnav .channel-title {
        display: none;
    }

    .full-inside-subnav .subnav {
        display: block;
        position: static;
        background-color: transparent;
        padding-bottom: 0;
        border-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .full-inside-subnav .subnav ul {
        height: 60px;
    }

    .full-inside-subnav .subnav li {
        width: auto;
        display: inline-block;
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 100%;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        
    }
	.full-inside-subnav .subnav li a{padding: 0 30px;border-right: 1px solid rgba(0,0,0,0.08);}
	.full-inside-subnav .subnav li.cur{ background-color:#336799;}

    .full-inside-subnav .subnav li:hover a, .full-inside-subnav .subnav li.cur a {
        color: #fff;
		background-color:#458cd0;
    }

    .full-inside-subnav .subnav li:hover a:after, .full-inside-subnav .subnav li.cur a:after {
        left: 0;
        right: 0;
        z-index: 1;
    }

    .full-inside-subnav .subnav a {
        float: left;
        display: block;
        line-height: 60px;
        border-bottom: 0;
        padding: 0;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
        position: relative;
		
    }

    .full-inside-subnav .subnav a:after {
        content: "";
        height: 3px;
        position: absolute;
        bottom: 0px;
        left: 51%;
        right: 51%;
        z-index: -1;
        background-color: #336799;
        -o-transition-property: left, right;
        -moz-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-property: left, right;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
    }

    .full-inside-subnav .subnav .sub-btn {
        width: 44px;
        height: 100%;
        cursor: pointer;
        z-index: 10;
        background-color: #ffffff;
        position: absolute;
        z-index: 3;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
    }

    .full-inside-subnav .subnav .sub-btn:before {
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        border-left: 2px solid #848484;
        border-bottom: 2px solid #848484;
    }

    .full-inside-subnav .subnav .sub-btn.sub-prev {
        left: 0;
    }

    .full-inside-subnav .subnav .sub-btn.sub-prev:before {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        margin: 22px 0 0 17px;
    }

    .full-inside-subnav .subnav .sub-btn.sub-next {
        right: 0;
    }

    .full-inside-subnav .subnav .sub-btn.sub-next:before {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        margin: 22px 0 0 8px;
    }

    .full-inside-subnav .inside-subnav {
        width: 70%;
        float: left;
    }

    .full-inside-subnav .crumb {
        position: relative;
        float: right;
        max-width: 27%;
        padding-left: 28px;
        display: block;
        color: #737373;
        font-size: 0;
        line-height: 60px;
        border-left: 1px solid #e0e0e0;
    }

    .full-inside-subnav .crumb .crumbinner {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: right;
    }

    .full-inside-subnav .crumb a {
        position: relative;
        z-index: 3;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        color: #737373;
        font-size: 14px;
    }

    .full-inside-subnav .crumb a:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        margin: -2px 4px 0 8px;
        border: 3px solid rgba(255, 255, 255, 0);
        border-left-color: #757575;
    }

    .full-inside-subnav .crumb a:hover {
        color: #336799;
    }

    .full-inside-subnav .crumb span {
        position: relative;
        z-index: 3;
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
    }

    .full-inside-subnav .crumb .home {
        padding-left: 14px;
        vertical-align: middle;
        background: url("../images/homeico.png") no-repeat 0 center;
    }

    .common-clumb {
        padding: 12px 0 0 0;
    }

    .common-clumb a {
        padding: 6px 20px;
    }

    .common-clumb-box .sub-btn {
        width: 44px;
        height: 38px;
        cursor: pointer;
        position: absolute;
        z-index: 3;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
    }

    .common-clumb-box .sub-btn:before {
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        border-left: 2px solid #666666;
        border-bottom: 2px solid #666666;
    }

    .common-clumb-box .sub-btn:hover:before {
        border-color: #e60015;
    }

    .common-clumb-box .sub-btn.sub-prev {
        left: 0;
    }

    .common-clumb-box .sub-btn.sub-prev:before {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        margin: 18px 0 0 17px;
    }

    .common-clumb-box .sub-btn.sub-next {
        right: 0;
    }

    .common-clumb-box .sub-btn.sub-next:before {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        margin: 18px 0 0 8px;
    }

    .common-clumb-min {
        padding-top: 40px;
    }

    .common-clumb-min .clumb-title.fl {
        max-width: 50%;
    }

    .common-clumb-min .common-clumb-box.fr {
        max-width: 50%;
    }



	.common-clumb-min {
		padding-top: 40px;
	}
	 .common-clumb-min .clumb-title.fl {
        max-width: 50%;
    }

    .common-clumb-min .common-clumb-box.fr {
        max-width: 50%;
    }
	.clumb-title .en {
		color: #e60015;
		text-transform: uppercase;
		font-family: Rubik;
	}
	
	.clumb-title .cn {
		color: #34364b;
		padding: 0 0 4px 0;
	}
	.font24 {
        font-size: 24px;
    }

    .font22 {
        font-size: 22px;
    }
.Pledge-min {
    padding-top: 49px;
    padding-bottom: 52px;
    background-position: 100% 49px;
	 color:#787878;
}
.Pledetext{ line-height:30px;}
@media (min-width: 1199px){
	.common-clumb-min {
		padding-top: 77px;
	}
}

.lx {}
		
.lx h2,
.lx1 h2 {
	font-size: 34px;
	font-weight: normal;
	text-align: center;
	margin: 50px auto 40px;
	color: #333;
}

.lx p.c_hello {
	background:url(../images/contact_bg.jpg) no-repeat;
	height: 181px;
	padding: 20px 20px 0px 250px;
}

.lx p.c_hello b {
	font-size: 24px;
	color: #336799;
	display: block;
	margin: 17px auto;
	font-weight: normal;
}

.lx p.c_hello em {
	font-style: normal;
	color: #000;
}

.lx li {
	float: left;
	border: 1px solid #eee;
	width: 263px;
	height: 190px;
	text-align: center;
	margin-right: 20px;
	color: #666;
	line-height: 160%;
	padding: 0 10px;
	font-family: 微软雅黑;
}

.lx li.last {
	float: right;
	margin-right: 0px
}

.lx li img {
	margin-top: 20px;
	width: 52px;
}

.lx li i {
	display: block;
	font-size: 18px;
	color: #222;
	padding-bottom: 8px;
	font-style: normal;
	padding-top: 10px;
}

.lx li span {
	display: block;
	font-size: 16px;
	color: #333;
	margin-top: 5px;
}

.lx li.last span {
	font-size: 15px;
}

.companyBox{ border:1px solid #ddd; margin-bottom:20px;}
.companyname{ background-color:#f6f6f6; width:450px; height:320px; float:left; padding:20px;}

.companyMap{ float:right; width:908px; height:360px;}
.companyname h1{ font-size:18px; color:#000; line-height:40px;}
.companyname p{ line-height:38px;}

.contactmap{ margin-top:30px;}

.Honors-min {
	padding-top: 48px;
	padding-bottom: 48px;
	
	position:relative;
}

.Honor-list ul {
	margin: 0 -15px;
	padding-bottom: 36px;
}

.Honor-list li {
	padding: 0 15px;
	margin-bottom: 48px;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
	float:left;
	width:24%;
	
}
.Honor-list li a{
	display:block;
	border: 1px solid #e2e1e1;
	background-color:#fff;
	padding-bottom:10px;
}
.Honor-list li a:hover{background-color:#f6f6f6;box-shadow: 5px 5px 15px #ccc;}
.Honor-list .elc-text {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin-top: 27px;
	padding: 0 20px;
	
}
.elc-desc{
    padding: 0 20px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
	font-size:12px;
	color:#999;
}
.Honor-list a {
    display: block;
}

.Honor-list a img {
    display: block;
    margin: 0 auto;
    width: 100%;
	
}

.Honor-list .elc-text {
    
    margin: 5px 0 0 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
	height:40px;
    color: #4c4c4c;
}
.Honor-list li:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}

.Honor-list li:hover .elc-text {
	color: #d82019;
}
.Honor-list li .elc-con{ font-size:12px; color:#999; line-height:20px;overflow: hidden; height:60px;text-overflow: ellipsis;}

.Honor-list .elc-img {
	overflow: hidden;
	height:200px;

}
.Honor-list .elc-img img{ width:100%;}
.Honor-list .elc-img img {
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}


.newscenter-list ul {
    padding: 0 0 20px 0;
}

.newscenter-list li {
    margin: 0 0 30px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

.newscenter-list li a {
    display: block;
    border-bottom: 1px solid #e3e3eb;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.newscenter-list li img {
    display: block;
    width: 100%;
}

.newscenter-list li .news-text {
    padding: 10px;
   
	width:1040px;
	
}

.newscenter-list li .news-text .name {
    color: #58596d;
    font-size: 16px;
    display: -webkit-box;
    height: 32px;
    line-height: 32px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newscenter-list li .news-text .desc {
    color: #b2b2b2;
    font-size: 13px;
    display: -webkit-box;
    height: 72px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 5px 0;
}

.newscenter-list li .news-text .date {
    display: block;
    color: #999999;
    font-family: Montserrat;
}

@media (min-width: 1024px) {
    .newscenter-list {
        padding-top: 60px;
        padding-bottom: 58px;
    }

    .newscenter-list ul {
        margin: 0 -15px;
        padding-bottom: 32px;
    }

    .newscenter-list li {
        padding: 0 15px;
        margin: 0 0 30px 0;
    }

    .newscenter-list li:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }

    .newscenter-list li .news-img {
        overflow: hidden;
		height:200px;
		float:left;
		max-width:300px;
    }

    .newscenter-list li .news-img img {
        -webkit-transition: all ease 0.7s;
        -moz-transition: all ease 0.7s;
        -o-transition: all ease 0.7s;
        transition: all ease 0.7s;
    }

    .newscenter-list li .news-text {
        padding: 22px 30px 24px;
		float:right;
    }

    .newscenter-list li .news-text .name {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }

    .newscenter-list li .news-text .desc {
        margin: 9px 0 11px;
    }

    .newscenter-list li:hover a {
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .newscenter-list li:hover .news-text .name {
        color: #d82019;
    }
}

.news-detail-title {
    position: relative;
    border-bottom: 3px solid #f2f2f2;
    
	padding-top: 35px;
    line-height: 30px;
	padding-bottom:30px;
}

.news-detail-title:before {
    content: "";
    display: block;
    width: 30%;
    max-width: 330px;
    height: 3px;
    background-color: #e0e0e0;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.news-detail-title .date {
    display: block;
    font-family: Montserrat;
    color: #666666;
    padding: 0 0 5px 0;
}

.news-detail-title #newshare {
    background: url(../images/wicon6.png) no-repeat left center;
    color: #999999;
    padding: 0 0 0 23px;
    height: 18px;
    line-height: 18px;
    margin: 15px 0 0 0;
}

.news-detail-title #newshare a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 22px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    float: none;
    margin: 0;
    padding: 0;
}

.news-detail-title #newshare a.txinlang {
    background-image: url(../images/weibo2.png);
}

.news-detail-title #newshare a.tweixin {
    background-image: url(../images/weixin2.png);
    margin-left: 2px;
}

.news-detail-title #newshare a.tQQ {
    background-image: url(../images/qq.png);
}

.news-datail-content {
    color: #808080;
    font-size: 14px;
	padding-top:30px;
	padding-bottom:30px;
	line-height:28px;
}
.news-datail-content img{ max-width:1200px;}

.news-detail-foot dl {
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    padding: 10px 0;
}

.news-detail-foot dl span {
    display: inline-block;
    line-height: 27px;
    padding: 0 10px 0 0;
}

.news-detail-foot dl a {
    color: #666666;
}

.news-detail-foot dl dd, .news-detail-foot dl dt {
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-detail-foot dl dd:hover a, .news-detail-foot dl dt:hover a {
    color: #d82019;
}


.probg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: black;
    z-index: 90;
    display: none;
    opacity: 0.7;
	z-index: 99998;
}

.thumb-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.thumb-wraper {
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    word-wrap: break-word;
    line-height: 28px;
    z-index: 9;
}

.thumb-copy-wrapper {
    position: relative;
    overflow: hidden;
}

.thumb-popup .swiper-wrapper {
    width: 100%;
}

.thumb-popup .swiper-wrapper li {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}

.thumb-popup .swiper-wrapper li img {
    display: block;
    max-width: 100%;
    max-height: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}

.thumb-popup .close {
    width: 35px;
    height: 35px;
    position: fixed;
    display: block;
    top: 20px;
    right: 3%;
    background-image: url(../images/winco04.png);
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: 12px auto;
    background-size: 12px auto;
    cursor: pointer;
    z-index: 99999;
    background-color: #d82019;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.banner-btn {
    cursor: pointer;
}

.swiper-left {
    left: -40px;
}

.swiper-right {
    right: -40px;
    background-position: right 0;
}

.popup-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
}

.popup-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swiper-left:after {
    border-right: 15px solid #fff;
}

.swiper-right:after {
    border-left: 15px solid #fff;
}

.popup-btn:hover {
    border-color: #fff;
}

.thumb-text {
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    color: #fff;
    bottom: 20%;
    width: 100%;
    left: 0;
    position: absolute;
    left: 50%;
    max-width: 1200px;
    transform: translateX(-50%);
}


.pro-min {
	padding-top: 48px;
	padding-bottom: 48px;
	overflow:hidden;
}

.pro-list dl{float: left;width: 332px;margin-right: 24px;margin-bottom:34px; }
.pro-list dl:nth-child(4n){margin-right: 0;}
.pro-list dt{width: 332px;height: 332px;line-height: 0;}
.pro-list dt img{width: 332px;height: 332px;border:1px solid #eee;box-sizing:border-box;}
.pro-list dd{height: 45px;background: #f3f3f3;padding-left: 17px;padding-top: 20px;position: relative;}
.pro-list dd b{display: block;font-size: 16px;color: #2C2C2C;margin-bottom: 12px;}
.pro-list dd b a{color: #336799;}
.pro-list dd span{display: block;font-size: 16px;color: #8B8B8B;}
.pro-list dd a.more{position: absolute;width: 52px;height: 55px;display: block;right: 12px;bottom: 2px;background: url(../images/pz_more2.png) no-repeat center;transition: all .2s linear;}
.pro-list dl:hover{box-shadow:0 3px 27px 2px rgba(0,0,0,0.05), 0 0px 27px rgba(0,0,0,0.05);}
.pro-list dl:hover dd b a{color: #2C2C2C;}
.pro-list dl:hover dd a.more{background: url(../images/pz_more2h.png);bottom: 35px;}

.downlist{ padding:30px 0px;}

.downlist .pxz_fenlei{float: left;width:140px;text-align: center;}
.downlist .pxz_fenlei ul{width: 140px;   z-index: 10;  background:#fff; box-shadow: 0px 0px 5px rgba(0,0,0,0.2); }
.downlist .pxz_fenlei ul li{text-align: center; width: 100%; font-size: 18px;  border-bottom: 1px dashed #ccc; }
.downlist .pxz_fenlei ul li:nth-child(1){background: #595656; color: #fff; padding:7px 0px;  border: none; }
.downlist .pxz_fenlei ul li:last-child{border:none;}
.downlist .pxz_fenlei ul li a{display: block; text-align: center; font-size: 14px; color: #666; line-height: 40px; }
.downlist .pxz_fenlei ul li a:hover{color: #fff;background: #DA251D;}
.downlist .pxz_fenlei ul li.on a{color: #fff; background: #DA251D;}

.downlistBox{ }

.downlistBox ul{ }
.downlistBox li{padding: 35px 10px; border-bottom: 1px solid #d9d9d9; overflow: hidden; }
.downlistBox li:hover{background-color: #F0F1F5;}
.downlistBox li span,.downlistBox li a{display: block;float: left;line-height: 1em;}
.downlistBox li a{font-size: 16px; color: #333;}
.downlistBox li a.pxz_bnr{width:710px; height: 16px;  }
.downlistBox li a i{font-style: normal; font-size: 10px!important; color: #fff; background-color:#da251d; line-height: 1em;
margin-right: 15px; padding:1px 3px;}
.downlistBox li .pxz_blx{font-size: 18px; color: #808080;  display: block; width: 100px; float: left;}
.downlistBox li .pxz_bxz{float: right; color:#b6000f; font-size: 16px; padding-right: 25px; background: url(../images/xiazia.png) no-repeat right bottom;}
.downlistBox li .pxz_brq{font-size: 16px; color: #808080; margin-right: 60px; float: right;}

.caseclass{ position:absolute; left:20px; z-index:99999; width:100px; top:40px;}
.caseclass h3{ height:45px; line-height:40px; background-color:#f3f3f3; border-bottom:3px solid #e60015; text-align:center; font-weight:bold;}
.caseclass ul li{ line-height:40px; text-align:center; border:1px solid #ddd; border-top:0; background-color:#fff;}


.csIpro-box{display:block;text-align:center; width:329px; overflow:hidden; float:left; margin-right:28px; margin-bottom:30px;}
.csIpro-box:nth-child(4n){ margin-right:0px;}
.csIpro-box .com-img{width:100%;height:254px;}
.csIpro-box .ofH{ height:240px; overflow:hidden;object-fit:cover;}
.csIpro-box .ofH img{ width:100%; min-height:240px;}
.csIpro-box .name{line-height:25px;font-size:18px;margin:20px 0 0;}
.csIpro-box .con{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-moz-line-clamp: 2;
-o-line-clamp: 2;
-webkit-box-orient: vertical;}
.csIpro-box .con{padding:0 5.263157894736842%;line-height:26px;height:52px;color:#777777;margin:15px 0 0;}
.csIpro-box .btn{display:block;padding:0 6.842105263157895%;line-height:42px;text-align:left;font-size:12px;color:#777777;background:#f2f2f2;position:relative;margin:20px 0 0;}
.csIpro-box .btn:after{content:"";display:block;width:20px;height:100%;background:url(../images/icon-go3.png) no-repeat center center / 100% auto;position:absolute;right:6.842105263157895%;top:0px;}

.csIpro-box:hover{box-shadow:0 0 10px 4px #e1e1e1;transform:translate3d(0,-2px,0);transition:all .3s cubic-bezier(.55,0,.1,1)}
.csIpro-box:hover .btn{color:#fff;background:#e50012;}
.csIpro-box:hover .btn:after{background-image:url(../images/icon-go3-2.png);}



/* ------------产品展示---------------- */

.product-detail{ padding:30px 0px;}
.picture{overflow:hidden; }
.picture .left1 {width:550px; height:400px;float:left;border:1px solid #f1f1f1; overflow: hidden;}
.picture .left1 img{width:100%;transition: all 0.5s;}
.picture .left1:hover img{transform: scale(1.1);}
.picture .right1 {width:800px;height:400px;float:right; }
.picture .right1 .con1{width:100%; height:40px; line-height:40px; padding-bottom:10px; font-size:20px; color:#336799;overflow:hidden; font-weight: bolder;}
.picture .right1 .con2{width:100%;height:268px;padding:10px 0;line-height:27px;overflow:hidden;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1; color:#999;}
.picture .right1 .con3{width:100%; height:50px; padding-top:10px;}

.picture .left2{width:500px; height:342px;float:left;border:1px solid #f1f1f1; overflow: hidden;}
.picture .left2 img{width:100%;transition: all 0.5s;}
.picture .left2:hover img{transform: scale(1.1);}
.picture .right2 {width:640px;height:342px;float:right; }
.picture .right2 .con1{width:100%; height:40px; line-height:40px; padding-bottom:10px; font-size:20px; color:#091d58;overflow:hidden; font-weight: bolder;}
.picture .right2 .con2{width:100%;height:210px;padding:10px 0;line-height:27px; overflow:hidden;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;}
.picture .right2 .con3{width:100%; height:50px; padding-top:10px;}
.mores{ width:180px; height:50px; line-height:50px; font-size:16px; display: inline-block; text-align: center; color: #fff; background: #336799 url(../images/kf.png) no-repeat 40px center; padding-left: 20px;}
a.mores:link{ color:#fff;}
.mores:hover{display: inline-block; background:#da1c25 url(../images/kf.png) no-repeat 40px center; color: #fff;} 


.product{overflow:hidden;padding:0 0px;}
.product .title{height:45px; border-bottom:1px solid #336799; margin:20px 0;}
.product .title h2{ width:140px;height:45px; font-size:16px; line-height:45px; font-weight: normal; color: #fff; background: #336799; text-align: center;}
.product .con5{width:100%;padding:15px 0; line-height:27px;overflow:hidden;color: #666;}
.product .con5 td{ padding: 5px;}

.pro .con02{margin-top: 20px;}
.pro .con02 dl{float: left;width: 332px;margin-right: 24px;margin-bottom:24px;}
.pro .con02 dl:nth-child(4n){margin-right: 0;}
.pro .con02 dt{width: 332px;height: 332px;line-height: 0;}
.pro .con02 dt img{width: 332px;height: 332px;border:1px solid #eee;box-sizing:border-box;}
.pro .con02 dd{height: 45px;background: #fff;padding-left: 17px;padding-top: 20px;position: relative;}
.pro .con02 dd b{display: block;font-size: 16px;color: #2C2C2C;margin-bottom: 12px;}
.pro .con02 dd b a{color: #336799;}
.pro .con02 dd span{display: block;font-size: 16px;color: #8B8B8B;}
.pro .con02 dd a.more{position: absolute;width: 52px;height: 55px;display: block;right: 12px;bottom: 2px;background: url(../images/pz_more2.png) no-repeat center;transition: all .2s linear;}
.pro .con02 dl:hover{box-shadow:0 3px 27px 2px rgba(0,0,0,0.05), 0 0px 27px rgba(0,0,0,0.05);}
.pro .con02 dl:hover dd b a{color: #2C2C2C;}
.pro .con02 dl:hover dd a.more{background: url(../images/pz_more2h.png);bottom: 35px;}

.about_h1{
	text-align: center;
    width: 100%;
   
    letter-spacing: 0px;
    font-weight: bold;
    background: url(../images/nytit_line.png) no-repeat center center;
    margin-bottom: 20px;	
}

.about_h1 h1{ font-size:30px; color:#000;}


.tagnav{ background-color:#f3f3f3; }
.tagnav ul {padding:15px;}
.tagnav ul li{ float:left; line-height:30px;}
.article-tags {padding:10px 0 10px 70px; overflow:hidden}
.article-tags dt {float:left; margin-left:-60px;}
.article-tags dd {float:left; margin:-1px 0 5px 5px;}
.article-tags a {display:block; padding:1px 10px; border:1px solid #eee;}
.article-tags a:hover {border-color:#336799}

.enProClass{ margin-bottom:30px;}
.enProClass a{ display:inline-block; padding:0px 15px; line-height:50px; background-color:#f3f3f3; margin-right:15px; margin-bottom:20px; border-radius:10px;}
.enProClass a.on{ background-color:#336799; color:#fff;}
.enProClass a:hover{background-color:#336799; color:#fff;}