.zt3Banner{
	width: 100%;
}
.zt3Banner img{
	width: 100%;
}

.zt3Banbut{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    position: relative;
    top: -91px;
    color: #fff;
}
.zt3Banbut i{
    display: block;
    width: 16px;
    height: 16px;
    background:url(../images/zt3home.png) no-repeat center;
    margin-right: 10px;
}
.zt3Banbut a{
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}
.zt3Banbut a:hover{
    color: #ff5200;
}



.inner-page-middle {
    width: 94%;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
.inner-page-content {
    width: 100%;
    margin: 40px 0 0;
    overflow: hidden;
}
.inner-page-r {
    width: 74%;
    float: right;
    margin-bottom: 40px;
}
.product-key {
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
}
.product-key-box {
    padding: 14px 20px;
}
.product-key h1 {
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color:#333333;
}
.product-key h1 span{
    font-size: 20px;
    line-height: 24px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color: #ff5200;
}
.product-key p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color:#333333;
}
article, aside, footer, header, nav, section {
    display: block;
}
.product-listing-t {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.product-listing-t h2 {
    font-size: 18px;
    color: #404042;
    line-height: 30px;
    display: inline-block;
    padding-right: 30px;
    background-color: #fff;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color:#333333;
}
.product-listing-t span {
    margin-top: 3px;
    font-size: 14px;
    color: #404042;
    display: inline-block;
    padding-left: 20px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    float: right;
}
.product-listing-t span a {
    padding: 2px 8px;
    background-color: #f9f9f9;
    display: inline-block;
}
.product-listing ul {
    font-size: 0;
    overflow: hidden;
    margin: -10px;
}
.product-listing ul li {
    width: 33.33333%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.product-listing .product-item {
    background-color: #f9f9f9;
    position: relative;
    border: 1px solid #efefef;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px;
}
.product-listing .product-item .sale-label {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}
.product-listing .product-item .sale-label span {
    font-size: 14px;
    color: #fff;
    background-color: #C30;
    display: inline-block;
    padding: 4px 10px;
}
.product-listing .product-image {
    overflow: hidden;
}
.product-listing .product-image img {
    max-width: 100%;
}
.product-listing .product-item-name {
    padding: 10px 0;
    display: table;
    width: 100%;
    text-align: center;
}
.product-listing .product-item-name a {
    display: table-cell;
    vertical-align: middle;
}
.product-listing .product-item-name h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color:#333333;
}

/*左侧*/
.inner-page-l {
    width: 26%;
    float: left;
}
@media screen and (max-width: 1220px){
.inner-page-l {
    width: 32%;
}
}
.sidebar-block {
    margin-right: 30px;
    overflow: hidden;
}

.sidebar-block-but, .footer-content-but {
    display: none;
}
.sidebar-box {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
}
.sidebar-title {
    background: #ff5200;
    padding: 12px 20px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}
.sidebar-title span {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
}
.sidebar-contant {
    padding: 14px 20px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-top: 0;
}
.sidebar-product dl {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.sidebar-product dl dt {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #efefef;
    position: relative;
    margin-bottom: 0;
}
.sidebar-product dl dt a {
    font-size: 14px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    color:#333333;
}
.sidebar-product dl dt i {
    width: 0;
    height: 0;
    background-color: #6d6d6d;
    overflow: hidden;
    position: absolute;
    left: 5px;
    top: 15px;
}
.sidebar-featured ul {
    overflow: hidden;
}
.sidebar-featured ul li {
    width: 100%;
    overflow: hidden;
    margin: 8px 0;
    float: left;
}
.sidebar-featured ul li .item {
    overflow: hidden;
}
.sidebar-featured ul li .item .pro-media {
    float: left;
    width: 45%;
    border-radius: 6px;
    overflow: hidden;
}
.sidebar-featured ul li .item .pro-media img {
    max-width: 100%;
    display: block;
}
.sidebar-featured ul li .item .pro-detail-info {
    float: right;
    width: 55%;
}
.sidebar-featured ul li .item .pro-detail-info .th {
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    font-weight: normal;
    max-height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.sidebar-featured ul li .item .pro-detail-info .th a {
    display: block;
}
.sidebar-featured ul li .item .pro-detail-info span {
    margin-left: 15px;
    display: block;
}
.sidebar-featured ul li .item .pro-detail-info span a {
    background-color: #333;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 4px;
}
.sidebar-contact .mb-20 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 45px;
    position: relative;
}
.sidebar-contact .inner-title {
    color: #ff5200;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    background: #efefef;
    float: left;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    border-radius: 4px;
    overflow: hidden;
}
.sidebar-contact .inner-title i {
    color: #ff5200;
}

.zt3icos{
    display: block;
    width: 35px;
    height: 35px;
}

.zt3ico1{
    background: url(../images/zt3boi1.png)no-repeat center;
}
.zt3ico2{
    background: url(../images/zt3bio2.png)no-repeat center;
}

.zt3ico3{
    background: url(../images/zt3bio3.png)no-repeat center;
}



.iconfont {
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-item:hover .product-image img {
    transform: scale(1.1);
}
.product-listing .product-image img {
    max-width: 100%;
}
.language ul.language-list, .category-box, .category-box a img, .category-box-detail, .featured-products-box .item, .featured-products-box .item img, .featured-products-box-t span a, .index-about-r .th a, .index-about-r span a, .hot-products-box ul li .item, .hot-products-box ul li .item img, .hot-products-box ul li .item span a, .index-news-box ul li .item img, .index-case-box-frame img, .index-case-box ul li .item span a, .pagination-bar ul li a, .hot-products-box-t, .sidebar-featured ul li .item .pro-detail-info span a, .product-listing .product-item, .product-item-text span a, .sidebar-news ul li, .sidebar-news ul li i, .sidebar-about ul li, .sidebar-about ul li i, .news-list-top-box .item img, .news-listing ul li .news-listing-box, .case-listing-frame img, .case-listing ul li .item span a, .certificate-listing .item, .certificate-listing .item span a, .inner-message-row .item button, .index-news-text span, .product-listing .product-image img, .sidebar-featured ul li .item .pro-media img {
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}
.product-listing .product-item-name h3:hover {
    color: #ff5200;
}
.sidebar-featured ul li .item:hover .pro-media img {
    transform: scale(1.1);
}
.sidebar-featured ul li .item .pro-media img {
    max-width: 100%;
    display: block;
}
.sidebar-featured ul li .item .pro-detail-info .th a:hover {
    color: #ff5200;
}

.inner-message-row .item input::placeholder{
    font-size: 15px;
}
.inner-message-row .item textarea::placeholder{
    font-size: 15px;
}


/*关于我们*/
.abCompFa {
    background-color: #f5f5f5;
}
.abComp {
    display: flex;
    justify-content: space-between;
}
.abCompLe {
    width: 570px;
    height: 320px;
    overflow: hidden;
}
.abCompLe video{
	width: 100%;
}
.abComp .abCompLe img {
    width: 100%;
}
.abCompRi {
    width: 570px;
    text-align: left;
}
.abCompRiOne {
    border-bottom: 1px dashed #dadada;
    margin-bottom: 10px;
}
.abCompRiOne p {
    font-size: 34px;
    font-family: "Microsoft Sans Serif";
    color: #333333;
    line-height: 50px;
}
.abCompRiOne span {
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    font-family: "Microsoft Sans Serif";
    font-weight: bold;
}
.abCompRiTwo p {
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 30px;
}
.abCompRiThree {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.abCompRiThree p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 240px;
    height: 33px;
    line-height: 33px;
    background-color: #d31313;
    color: #fff;
    border-radius: 13px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.abCompRiThree p:nth-child(1), .abCompRiThree p:nth-child(3) {
    margin-right: 30px;
}
.abCompRiThree p i {
    display: block;
    width: 16px;
    height: 14px;
    background-image: url(../images/abzuan.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}
.abCompRiThree p span {
    font-size: 14px;
    color: #fff;
}


/*服务支持*/

.i-service {
    background-color: #f5f5f5;
    padding: 56px 0 63px 0;
    min-width: 1196px;
}
.i-service .title {
    font-size: 34px;
    font-weight: bold;
    margin-top: 0px!important;
    margin-bottom: 35px!important;
    font-family: "Microsoft sans serif","Arial","黑体","宋体",sans-serif;
    line-height: 35px;
    color: #666666;
}
.i-service ul {
    margin-top: 28px;
}
.u-3 {
    overflow: hidden;
}
.u-3 li {
    float: left;
    margin-left: 28px;
    width: 380px;
}
.i-service li h3 {
    font-size: 24px;
    color: #222;
    line-height: 1;
    font-weight: 400;
}
.i-service li {
    height: 361px;
    padding-top: 42px;
    background-color: #fff;
    text-align: center;
}
.u-3 li:first-child {
    margin-left: 0;
}

.i-service .line {
    margin: 28px auto;
    width: 30px;
    height: 2px;
    background-color: #ff3f3b;
}
.i-service p {
    height: 120px;
    margin: -5px 0;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    padding: 0px 15px 0px;
}
.i-service li a {
    display: block;
    width: 210px;
    height: 42px;
    margin: 42px auto 0;
    background-color: #fff;
    border: 1px solid #ff3f3b;
    line-height: 42px;
    border-radius: 3px;
    color: #ff3f3b;
    font-size: 14px;
    text-align: center;
    transition: all .4s;
}
.i-service .text {
    color: #999;
    font-size: 14px;
    margin-top: 17px;
}

.i-service .links-wrap {
    width: 320px;
    margin: 38px auto;
    display: flex;
    flex-wrap: wrap;
}
.i-service .links-wrap a {
    width: 46%;
    float: left;
    margin: 0 10px 10px 0;
}

/*展会*/
.idxTit3 p {
    font-size: 34px;
    font-weight: bold;
    margin: 50px auto 30px;
}
.idxExFa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.idxExFa>div {
    width: 212px;
    height: 212px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: crosshair;
}
.idxExFa>div img {
    width: 100%;
}
.idxExBuFa {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -20px;
}
.idxExBuLst {
    width: 212px;
    text-align: center;
}
.idxExBuLst p {
    width: 4px;
    height: 34px;
    background-color: #df3137;
    margin: 0 auto;
}
.idxExBu p {
    width: 100%;
    height: 3px;
    background-color: #505050;
    margin-top: 23px;
}
.idxExFa>div:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

/*留言*/
.inner-message {
    margin-bottom: 30px;
    overflow: hidden;
}
.inner-message .th {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    padding: 12px 20px;
    background-color: #efefef;
}
.inner-message-row {
    margin-top: 20px;
    overflow: hidden;
}
.inner-message-row .item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.inner-message-row .item.item-half {
    width: 50%;
}
.inner-message-half {
    padding: 8px;
    margin-right: 20px;
    background-color: #fff;
    border: 1px solid #efefef;
}
.inner-message-row .item input {
    color: #999;
    width: 100%;
    line-height: 30px;
    border: 0;
    height: 30px;
}
.inner-message-box {
    padding: 8px;
    background-color: #fff;
    border: 1px solid #efefef;
}
.inner-message-row .item input {
    color: #999;
    width: 100%;
    line-height: 30px;
    border: 0;
    height: 30px;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.inner-message-row .item button {
    color: #fff;
    font-size: 14px;
    background-color: #333;
    display: block;
    line-height: 30px;
    padding: 8px 30px;
    cursor: pointer;
    border: 0;
}
.inner-message-row .item textarea {
    color: #999;
    width: 100%;
    line-height: 30px;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 110px;
}

.zt3Mess{
	display: flex;
	justify-content: space-between;
}

.zt3MessRi{
	width: 49%;
}





/*关于我们*/
.zt3AbBot{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.zt3AbBot img{
    width: 100%;
}
.zt3AbLe img{
    margin-top: 10px;
}
.zt3AbLe{
    width: 455px;
}
.zt3AbRi{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zt3AbRi{
    width: 424px;
}
.zt3AbRi>div{
    margin-bottom: 20px; 
}

.zt3AbTop{
    width: 700px;
    height: 105px;
    background-color: #42474d;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    top: 30px;
}
.zt3AbTopLe{
    width: 240px;
    color: #fff;
    font-size: 22px;
    font-family: "Arial";
    margin-left: 20px;

}
.zt3AbTopRi{
    width:365px;
    margin-right: 20px;
}
.zt3AbTopRi p{
    color: #fff;
    font-size: 17px;
    font-family: "Arial";
}
.zt3AbTopMi{
    display: block;
    width: 2px;
    height: 72px;
    background-color: #ff5200;
}


/*荣誉证书*/
.zt3CerRiTit i{
    display: block;
    width: 20px;
    height: 21px;
    background: url(../images/zt3cerTit.png)no-repeat center;
    margin-right: 10px;
}
.zt3CerRiTit{
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.zt3CerRiTit p{
    font-size: 23px;
    font-family: "Arial";
    font-weight: bold;
    color: #333333;
}
.zt3Cer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.zt3CerRiTit{
    margin-top: 5px;
    margin-bottom: 10px;
}
.zt3CerDes p{
    font-size: 14px;
    font-family: "Arial";
    line-height: 25px;
    color: #595858;
}
.zt3CerDes p:nth-child(2){
    margin-top: 15px;
}

.zt3CerRi{
    width: 425px;
}
.zt3CerRiBOX{
    margin-top: 20px;
    margin-bottom: 20px;
}

.zt3Tits{
    font-size: 23px;
    color: #404042;
    font-family: "Arial";
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 33px;
}
.zt3CerFa .zt3Tits{
    margin-top: 15px;
}



/*服务支持*/
.zt3SevFa{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.zt3Sev{
    width: 252px;
    height: 295px;
    background-color: #f4f6f9;
    border-radius: 10px;
    padding: 15px;
}
.zt3SevTit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.zt3SevTit i{
    margin-right: 15px;
}
.zt3SevTit p{
    font-size: 18px;
    color: #333333;
}
.zt3SevTit{
    margin-bottom: 30px;
}

.zt3ExbFa{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    
}
.zt3ExPos{
    position: relative;
    top: -30px;
}
.zt3ExbGa{
    background-color: #f4f6f9;
    padding: 15px;
}

.zt3ExbBotRed p{
    width: 100%;
    background-color: #ff5200;
    height: 2px;
    margin-top: 20px;
}

.zt3ExbBotDes{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.zt3ExbBotDec{
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.zt3ExbBotDec dd{
    text-align: center;
    margin-top: 10px;
    color: #ff5200;
}
.zt3ExbBotDec p{
    display: block;
    width: 2px;
    height: 10px;
    background-color: #ff5200;
    position: absolute;
    top: -15px;
}
.zt3ExbBotDec i{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%; 
    background-color: #ff5200;
    position: absolute;
    top: -5px;

}
.zt3ExbBotDec{
    position: relative;
}


































/*手机端*/
@media screen and (min-width: 300px) and (max-width: 1000px) {

.headzzyy {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 100px;
    z-index: 9;
}

.zt3Mess{
	flex-wrap: wrap;
}
.zt3MessLe {
    width: 100%;
}
.zt3MessRi{
	width: 100%;
}
.inner-page-l{
	display: none;
}
.inner-page-r{
	width: 100%;
    margin-bottom: 0;
}
.zt3AbTop{
    width: 100%;
    top: 50px;
}
.zt3AbBot{
    display: flex;
    flex-direction: column;
}
.zt3AbLe{
    width: 100%;
    margin-bottom: 10px;
}
.zt3AbLe img{
    width: 100%;
}
.zt3AbRi{
    width: 100%;
}
.zt3AbRi>div{
    width: 48%;
}
.zt3AbRi>div img{
    width: 100%;
}
.zt3AbTopRi p {
    color: #fff;
    font-size: 13px;
}

.zt3AbTopLe {
    width: 90px;
    color: #fff;
    font-size: 18px;
    font-family: "Arial";
    margin-left: 10px;
}
.zt3AbTopMi {
    display: block;
    width: 2px;
    height: 72px;
    background-color: #ff5200;
    margin-right: 10px;
}
.zt3AbTopRi {
    width: 265px;
    margin-right: 10px;
}
.zt3Cer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}
.zt3Sev{
    width: 95%;
    height: auto;
    background-color: #f4f6f9;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.zt3ExBox{
    width: 19.5%;
}
.zt3ExbBotDec{
    width: 19.5%;
}

.zt3ExBox img{
    width: 100%;
}

.product-listing ul li{
    width: 50%;
}

.product-key h1 span{
    color: #ff5200;
    font-size: 20px;
    line-height: 24px;
}
.zt3AbTop{

}


.zt3AcomDes{
    margin-top: 18px;
}
.zt3AcomDes p{
    color: #333333;
     font-family: Open Sans, Arial, Helvetica, sans-serif;
}

.zt3AcomDesa{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 15px;
}
.zt3AcomDesa p{
    height: 2px;
}
.zt3AcomDesa p:nth-child(1){
    margin-right: 9px;
    width: 30px;
    background-color: #ff5200;
}
.zt3AcomDesa p:nth-child(2){
    width: 15px;
    background-color: #3cb28d;
}

.zt3CerRiTit {
    margin-top: 15px;
    margin-bottom: 15px;
}

.zt3CerMore a{
    display: block;
    width: 111px;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #ccc;
    color: #595858;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
}


.zt3SevFa {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}
.zt3SevTit {
    margin-bottom: 10px;
    margin-top: 5px;
}
.zt1part4 .zt1part4Lst{
    overflow: hidden;
}
.inner-page-content{
    margin-top: 5px!important;
}
.zt3Exb .zt3Tits{
    margin-top: 20px;
}









}






