*{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ul,li{padding:0px; margin:0px; list-style:none;}
body{font-size:14px; font-family:"微软雅黑";}
a,img{border:0;text-decoration: none;margin: 0;padding: 0;}
input{
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border:0;
}
.dn{display: none;}
/*首页*/
.hard-nav{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.hard-nav-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #c11e17;
    /*background: #e24b25;*/
}
.nav-column{
    width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
}
.nav-column-left{
    width: 600px;
    float: left;
}
.nav-column-left span{
    margin-right: 10px;
}
.nav-column-right{
    width: 380px;
    float: right;
    text-align: right;
}

.nav-column-right span a{color: #fff;}
.nav-column-right-input{
    float: left;
    position: relative;
}
.nav-column-right-input span{
    position: absolute;
    top: 0;
    right: 0;
    color: #bfbfbf;
}
.nav-column-right-input input{
    display: inline-block;
    padding-left: 10px;
    width: 190px;
	height: 26px;
	background-color: #ffffff;
	border-radius: 13px;
    border: solid 1px #fe9e48;
}
.nav-column-right span{
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.nav-column-right-span{
    margin-left: 30px;
}
.hard-nav-logo{
    width: 100%;
    height: 120px;
}
.logo-img{
    width: 100%;
    height:120px;
    margin: 0 auto;
}
.logo-img img{
    width: 100%;
    max-height:120px;
}
.hard-nav-bar{
    width: 100%;
    height: 60px;
    z-index: 99;
}
.har-navBar{
    width: 1200px;
    margin: 0 auto;
}
.har-navBar ul{
    width: 1200px;
    height: 60px;
    line-height: 60px;
    font-size:0;
}
.har-navBar ul .har-navBarLi{
    display: inline-block;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #c11e17;
    /*background-image: linear-gradient(0deg,#e24b25 0%,#e27e25 100%);*/
    position: relative;
}
.har-navBar ul .har-navBarLi:hover ul{
    display: block;
}
.har-navBar ul li ul{
    font-size:0;
    width: 150px;
    height: 100%;
    position: absolute;
    top: 60px;
    background: #ffffff;
    display: none;
    z-index: 100;
}
.har-navBar ul li ul li{
    font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    box-shadow: 0px 1px 3px 0px #dbdbdb;
    cursor: pointer;
    text-align: center;
    background: #ffffff;
}
.har-navBar ul li ul li a{
    color: #666666;
}
.har-navBar ul li ul li:hover{
    background-color:#e27b25;
    color: #ffffff;
}
.har-navBar ul li ul li:hover a{
    color: #ffffff;
}
.har-navBar ul .har-navBarLi:nth-child(n+2)::before {
        content: "";
        float: left;
        display: block;
        width: 1px;
        height: 60px;
        background: -webkit-linear-gradient(#e6e6e600, white, #e6e6e600);
        background: -moz-linear-gradient(#e6e6e600, white, #e6e6e600);
        background: linear-gradient(#e6e6e600, white, #e6e6e600);
}
.har-navBar ul li.checked{
    background: #e24b25;
}
.har-navBar ul .har-navBarLi:hover{
    background: #e24b25;
}
.har-navBar ul .har-navBarLi .har-navBarLi-a{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.har-navBar ul .har-navBarLi .har-navBarLi-a .icon-xiangxia{
    margin-left: 10px;
}

/*轮播图*/
.bg{
    width: 100%;
    height:590px;
    overflow: hidden;
    margin-top: -60px;
}
#swiper1 .swiper-slide{
	width: 100%;
	height:590px;
}
#swiper1 .swiper-slide img{
	width: 100%;
	height:590px;
}

/*服务平台*/
.serviceBox{
    width: 1200px;
    height: 136px;
    margin:28px auto;
    box-shadow: 0px 1px 4px 0px #dbdbdb;
}
.serviceBox-active:hover{
    background: #ffffff;
}
.serviceBox-active:hover .serviceBox-title{
    color: #4d4d4d;
}
.serviceBox-active:hover .serviceBox-guild{
    background: #fe9e48;
}
.serviceBox-he{
    width: 200px;
    height: 100%;
    overflow: hidden;
    background-color:#a63724;
    float: left;
    cursor: pointer;
}
.he-guild{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 13px auto 0;
    border-radius: 50%;
    overflow: hidden;
    /* background: #fe9e48; */
    text-align: center;
}
.he-guild-img{
    margin: 10px auto;
    width: 55px;
    height: 36px;
}
.he-guild-img img{
    width: 100%;
    height: 100%;
}
.he-name{
    text-align: center;
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.serviceBox-grand{
    float: left;
    width: 200px;
    height: 100%;
    overflow: hidden;
    background-color:#c99d00;
    cursor: pointer;
}
.grand-guild{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 13px auto 0;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.grand-guild-img{
    margin: 10px auto;
    width: 47px;
    height: 41px;
}
.grand-guild-img img{
    width: 100%;
    height: 100%;
}
.grand-name{
    text-align: center;
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.serviceBox-design{
    float: left;
    width: 200px;
    height: 100%;
    overflow: hidden;
    background-color:#009994;
    cursor: pointer;
}
.design-guild{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 13px auto 0;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.design-guild-img{
    margin: 10px auto;
    width: 47px;
    height: 41px;
}
.design-guild-img img{
    width: 100%;
    height: 100%;
}
.design-name{
    text-align: center;
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.serviceBox-brand{
    float: left;
    width: 200px;
    height: 100%;
    overflow: hidden;
    background-color:#4157a0;
    cursor: pointer;
}
.brand-guild{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 13px auto 0;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.brand-guild-img{
    margin: 10px auto;
    width: 44px;
    height: 44px;
}
.brand-guild-img img{
    width: 100%;
    height: 100%;
}
.brand-name{
    text-align: center;
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.serviceBox-supply{
    float: left;
    width: 200px;
    height: 100%;
    overflow: hidden;
    background-color:#86914c;
    cursor: pointer;
}
.supply-guild{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 13px auto 0;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.supply-guild-img{
    margin: 10px auto;
    width: 38px;
    height: 38px;
}
.supply-guild-img img{
    width: 100%;
    height: 100%;
}
.supply-name{
    text-align: center;
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.serviceBox-contact{
    width: 200px;
    height: 100%;
    overflow: hidden;
    background-color:#724a93;
    cursor: pointer;
}
.contact-guild{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 13px auto 0;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.contact-guild-img{
    margin: 10px auto;
    width: 38px;
    height: 38px;
}
.contact-guild-img img{
    width: 100%;
    height: 100%;
}
.contact-name{
    text-align: center;
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
/*国内新闻*/
.inlandNews{
    width: 100%;
    height: 100%;
}
.inlandNews-box{
    width: 1200px;
    height: 408px;
    overflow: hidden;
    margin: 30px auto;
}
.inlandNews-Swipers{
    width: 564px;
    height: 100%;
    float: left;
}
#swiper2 .swiper-slide{
	width: 564px;
	height: 408px;
}
#swiper2 .swiper-slide img{
	width: 564px;
    height: 408px;
    object-fit: cover;
}
/*分页*/
.swiper-pagination#swiper-p2{
    text-align: right;
}
.swiper-pagination#swiper-p2 .swiper-pagination-bullet {
    opacity: 1 !important;
    background: #ffffff !important;
}
.swiper-pagination#swiper-p2 .swiper-pagination-bullet-active{
    width: 16px !important;
	height: 8px !important;
	border-radius: 4px !important;
    background: #df4f27 !important;
}
#swiper2 .swiper-slide span{
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #e3e3e3;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.6);
}

.inlandNews-Newslist{
    float: right;
    width: 600px;
    height: 100%;
}
.Newslist-title{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom:1px solid #e24b25;
}
.Newslist-title-left{
    float: left;
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    background-color: #e24b25;
    font-size: 18px;
	font-weight: bold;
}
.Newslist-title-right{
    float: right;
    text-align: right;
    font-size: 14px;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #e24b25;
    cursor: pointer;
}
.Newslist-title-right a{
    color: #e24b25;
}
.Newslist-recent{
    width: 600px;
	height: 82px;
    background-color: #f5f5f5;
    margin: 13px 0;
    overflow: hidden;
    position: relative;
}
.Newslist-recent-up{
    position: absolute;
    left: 0;
    width: 29px;
    height: 29px;
}
.Newslist-recent-up img{
    width: 100%;
    height: 100%;
    z-index: 10;
}
.Newslist-recent-box{
    margin-left: 28px;
}
.Newslist-recent-time{
	font-size: 12px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #b3b3b3;
}
.Newslist-recent-title{
    width: 560px;
    height: 40px;
    line-height: 40px;
	font-size: 18px;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #e24b25;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.Newslist-recent-details{
    font-size: 12px;
    color: #808080;
}
.Newslist-recent-details-left{
    float: left;
    width: 425px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.Newslist-recent-details-right{
    float: right;
    text-align: right;
    color: #e24b25;
    margin-right: 12px;
    cursor: pointer;
}
.Newslist-recent-details-right a{
    color: #e24b25;
}
.Newslist-nelist ul li{
    height: 36px;
    line-height: 36px;
}
.Newslist-nelist-article{
    float: left;
    color: #404040;
    width: 470px;
    height: 38px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.Newslist-nelist-article:hover{
    color: #df4f27;
}
.Newslist-nelist-article .article-circle{
    color: #df4f27;
    margin-right: 10px;
}
.Newslist-nelist-time{
    float: right;
    text-align: right;
    color: #404040;
}

/*国际新闻*/
.internationalNews{
    width: 100%;
    height: 100%;
}
.internationalNews-box{
    width: 1200px;
    height: 328px;
    overflow: hidden;
    margin: 30px auto;
}
.internationalNews-title{
    width: 600px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e24b25;
}
.internationalNews-title-left{
    float: left;
    color: #808080;
}
.internationalNews-title-left .title{
    color: #e24b25;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
}
.internationalNews-title-right{
    float: right;
    text-align: right;
    cursor: pointer;
}
.internationalNews-title-right a{
    color: #e24b25;
}
.internationalNews-bottom{
    width: 1200px;
    height: 280px;
    overflow: hidden;
}
.internationalNews-left{
    width: 600px;
    float: left;
    margin-top: 20px;
}
.internationalNews-left-img{
    float: left;
    width: 266px;
    height: 260px;
    overflow: hidden;
}
.internationalNews-left-img img{
    width: 100%;
    height: 100%;
}
.internationalNews-left-lists{
    width: 315px;
    float: right;
    font-size: 10px;
}
.internationalNews-left-lists span{
    display: block;
}
.internationalNews-left-lists .lists-tltle{
    font-size: 18px;
	height: 46px;
	letter-spacing: 0px;
	color: #404040;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.internationalNews-left-lists .lists-details{
    font-size: 12px;
	font-weight: normal;
    font-stretch: normal;
    height: 30px;
	line-height: 30px;
	letter-spacing: 0px;
}
.internationalNews-left-lists .lists-details a{
    color: #e24b25;
}
.left-lists-essay{
    width: 303px;
}
.left-lists-essay ul li a{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #404040;
    width: 290px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.left-lists-essay ul li a:hover{
    color: #e24b25;
}
.left-lists-essay .article-circle{
    display: inline-block;
    color: #df4f27;
    margin-right: 10px;
}


.internationalNews-right{
    width: 600px;
    height: 100%;
    overflow: hidden;
    float:right;
}
.internationalNews-right-img{
    width: 276px;
    height: 130px;
    float: left;
    margin-left: 24px;
    margin-bottom: 15px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s;
}
.internationalNews-right-img img{
    width: 100%;
    height: 100%;
}
.internationalNews-right-img img:hover {
    transform: scale(1.5);  
}
/*企业展示*/
.enterpriseShow{
    width: 100%;
    height: 950px;
    background: url(../images/enterprise-bg.png) no-repeat no-repeat;
    overflow: hidden;
}
.enterpriseShow-box{
    width: 1200px;
    margin: 0 auto;
}
.enterpriseShow-within{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.within-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e24b25;
}
.within-title-left{
    float: left;
    width: 600px;
    color: #808080;
}
.within-title-left .name{
    font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #e24b25;
    margin-right: 10px;
}
.within-title-right{
    width: 600px;
    float: right;
    text-align: right;
}
.within-title-right a{
    color: #808080;
}
.within-title-right a:hover{
    color: #e24b25;
}
.within-show{
    width: 1200px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.withinShow-box{
    width: 282px;
    height: 332px;
    background-color: #ffffff;
    box-shadow: 0px 1px 0px 0px #f0f0f0;
    overflow: hidden;
    margin: 9px 0;
    box-sizing:border-box;
    border: solid 1px #f5f5f5;
}
.withinShowBox{
    margin: 10px;
}
.withinShowBox-img{
    width: 260px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
	border: solid 1px #ffd2aa;
}
.withinShowBox-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.withinShowBox-title{
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
    height: 40px;
    line-height: 40px;
	letter-spacing: 0px;
	color: #404040;
}
.withinShowBox-details{
    color: #9c9c9c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 37px;
}
.withinShowBox-look{
    height: 38px;
    line-height: 38px;
    background-color: #f8f7f7;
}
.withinShowBox-look a{
    margin-left: 10px;
    color: #e24b25;
}

/*国外企业*/
.enterpriseShow-outer{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.outer-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e24b25;
}
.outer-title-left{
    float: left;
    width: 600px;
    color: #808080;
}
.outer-title-left .name{
    font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #e24b25;
    margin-right: 10px;
}
.outer-title-right{
    width: 600px;
    float: right;
    text-align: right;
}
.outer-title-right a{
    color: #808080;
}
.outer-title-right a:hover{
    color: #e24b25;
}

.outer-box{
    width: 1200px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.outer-show{
    margin-top: 30px;
}
.OuterShow-box{
    width: 282px;
    height: 332px;
    background-color: #ffffff;
    box-shadow: 0px 1px 0px 0px #f0f0f0;
    overflow: hidden;
    margin: 9px 0;
    box-sizing:border-box;
    border: solid 1px #f5f5f5;
}
.OuterShowBox{
    margin: 10px;
}
.OuterShowBox-img{
    width: 260px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
	border: solid 1px #ffd2aa;
}
.OuterShowBox-img img{
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.OuterShowBox-title{
    width: 100%;
    overflow: hidden;
    font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
 /*   height: 40px;*/
    /*line-height: 40px;*/
	letter-spacing: 0px;
    margin: 15px auto;
	color: #404040;
}
.OuterShowBox-details{
    color: #9c9c9c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 37px;
}
.OuterShowBox-look{
    height: 38px;
    line-height: 38px;
    background-color: #f8f7f7;
}
.OuterShowBox-look a{
    margin-left: 10px;
    color: #e24b25;
}

/*空白*/
.blank{
    background: #ffffff;
    width: 100%;
    height: 60px;
}

/*底部栏*/
.baseNav{
    width: 100%;
    height: 143px;
    background: url(../images/baseNav.png) no-repeat no-repeat;
    border-top: 2px solid #df4f27;
}
.baseNavBox{
    width: 730px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.baseNavBoxTop{
    margin-top: 40px;
    overflow: hidden;
}
.baseNavBox-left{
    float: left;
}
.baseNavBox-left ul li{
    display: inline-block;
    font-size: 16px;
    color: #595757;
}
.baseNavBox-left ul li a{
    color: #595757;
}
.baseNavBox-left ul li:hover a{
    color: #e27b25;
}
.baseNavBox-right{
    font-size: 16px;
    float: right;
    color: #595757;
    text-align: right;
}
.baseNavBox-right a{color: #595757;}
.records{
    font-size: 16px;
    margin-top: 20px;
    color: #595757;
}
.records a{width: 100%;text-align: center;display:inline-block;line-height:47px;}
/*关于联盟*/
.addressBar{
    width: 100%;
    height: 255px;
    
    overflow: hidden;
    margin-top: -60px;
    position: relative;
}
.addressBar-box{
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.47)
}
.addressBar-title{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    color: #ffffff;
}
.addressBar-title a{color: #fff;}
.addressBar-title a:hover{color:#e24b25;}
.addersIntro{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.addersIntroBox{
    width: 1200px;
    height: 100%;
    margin: 60px auto;
    overflow: hidden;
}
.addersIntroBox-title{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e24b25;
}
.addersIntroBox-title a{
    display: inline-block;
    width: 104px;
    background-color: #dbdbdb;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #404040;
}
.addersIntroBox-title a.checked{
    background: #e24b25;
    color: #ffffff;
}
.addersIntroBox-int{
    margin-top: 30px;
    margin-bottom: 100px;
}
.addersIntroBox-int-title{
    font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #dd4012;
}
.addersIntroBox-int img{max-width: 100%;}
.addersIntroBox-int p{
 /*   margin: 20px 0;*/
    color: #404040;
/*    text-indent: 2em;*/
}

/*展示企业*/
.enterBar{
    width: 100%;
    height: 250px;
    
    overflow: hidden;
    margin-top: -60px;
    position: relative;
}
.enterBar-box{
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.47)
}
.enterBar-title{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    color: #ffffff;
}
.enterBar-title a{color: #fff;}
.enterBar-title a:hover{color:#e24b25;}
.enterBar-int{
    overflow: hidden;
    margin-top: 20px;
}
.enterBar-int-title{
    width: 100%;
    overflow: hidden;
}
.enterBar-int-title span{
    display: inline-block;
    color: #404040;
}
.enterBar-int-title ul{
    display: inline-block;
}
.enterBar-int-title ul li{
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
    color: #404040;
}
.enterBar-int-title ul li a{color: #404040;}
.enterBar-int-title ul li.checked a{
    color: #e24b25;
}
.enterBarShow{
    width: 100%;
    overflow: hidden;
}
.enterBarlistShow-outer{
    width: 1200px;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.OuterShowlist-box{
    width: 282px;
    height: 344px;
    background-color: #ffffff;
    box-shadow: 0px 1px 0px 0px #f0f0f0;
    overflow: hidden;
    margin: 20px 0;
    box-sizing: border-box;
    border: solid 1px #f5f5f5;
}
.Paging{
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
.Paging-box{
    width: 550px;
    height: 100%;
    margin: 0 auto;
}
.Paging-box span{
    display: inline-block;
    border: 1px solid #dbdbdb;
    padding: 0 15px;
    cursor: pointer;
    color: #808080;
}
.Paging-box .checked{
    background: #dd4012;
    color: #ffffff;
}
/*视频详情*/
.videoBar{
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-top: -60px;
    position: relative;
}
.addersIntroBox-videos{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
}
.addersIntroBox-videos-title{
    text-align: center;
    font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #404040;
    margin-bottom: 30px;
}
.addersIntroBox-videos-play{
    width: 100%;
    height:auto;
    margin:15px auto;
    overflow: hidden;
}
.addersIntroBox-videos-play img{
   max-width: 100%;

}
.addersIntroBox-videos-play video{
    margin: 0 auto;
    display: flex;
}
/*视频专区*/
.videoBox{
    width: 1200px;
    height: 100%;
    margin: 30px auto;
    overflow: hidden;
}
.videoBox-int{
    margin-top: 30px;
}
.addersIntroBox-videoslist{
    width: 1200px;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top: 30px;
}
.videoslist-box{
    width: 380px;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}
.videoslist-box-img{
    width: 380px;
    height: 244px;
}
.videoslist-box-img img{
    width: 100%;
    height: 100%;
}
.videoslist-box-name{
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #404040;
}
/*行业期刊*/
.addersIntroBox-heimg{
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}
.heimg-left{
    width: 598px;
	height: 351px;
    float: left;
}
.heimg-left img{
    width: 100%;
    height: 100%;
}
.heimg-right{
    margin-left: 40px;
    float: left;
    width: 507px;
	height: 361px;
}
.heimg-right img{
    width: 100%;
    height: 100%;
}
.addersIntroBox-heimgtitle{
    clear:both;
    margin-top: 30px;
}
.addersIntroBox-heimgtitle .addersIntroBox-heimgtitle-pl{
    color: #404040;
    line-height: 32px;
}
/*行业展会*/
.exhibitionBar{
    width: 100%;
    height: 250px;
   /* background: url(../images/exhibitionBar.png) no-repeat no-repeat;*/
    overflow: hidden;
    margin-top: -60px;
    position: relative;
}
.Exhibition{
    width: 100%;
    overflow: hidden;
}
.ExhibitionBox{
    width: 1200px;
    min-height: 500px;
    margin: 40px auto;
    overflow: hidden;
}
.ExhibitionBox-title{
    font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #e24b25;
}
.ExhibitionBox-par{
    line-height: 32px;
	letter-spacing: 0px;
	color: #404040;
    margin: 30px 0;
}
.ExhibitionBoxImg{
    width: 100%;
    overflow: hidden;
}
.ExhibitionBoxImg-left{
    float: left;
    width: 600px;
	height: 400px;
}
.ExhibitionBoxImg-left img{
    width: 100%;
    height: 100%;
}
.ExhibitionBoxImg-right{
    float: right;
    width: 600px;
    height: 400px;
    overflow: hidden;
}
.ExhibitionBoxImg-right-roof{
    width: 600px;
    height: 200px;
}
.ExhibitionBoxImg-right-roof img{
    width: 100%;
    height: 100%;
}
.ExhibitionBoxImg-venue{
    float: left;
    width: 300px;
    height: 200px;
}
.ExhibitionBoxImg-venue img{
    width: 100%;
    height: 100%;
}
/*产业园区*/
.gardenImg{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 15px;
    line-height: 27px;
    color:#666;
}
.gardenImg img{max-width: 100%;height: auto;}
.gardenImg-left{
    float: left;
    width: 600px;
    height: 400px;
}
.gardenImg-left-img{
    float: left;
    width: 300px;
    height: 400px;
}
.gardenImg-left-img img{
    width: 100%;
    height: 100%;
}
.gardenImg-right{
    float:right;
    width: 600px;
    height: 400px;
}
.gardenImg-right-top{
    width: 600px;
    height: 200px;
}
.gardenImg-right-top img{
    width: 100%;
    height: 100%;
}
.gardenImg-siteimg{
    float: left;
    width: 300px;
    height: 200px;
}
.gardenImg-siteimg img{
    width: 100%;
    height: 100%;
}

/*战略合作*/
.strategy{
    width: 100%;
    overflow: hidden;
    min-height: 350px;
}
.strategyBox{
    width: 1200px;
    margin: 40px auto;
}
.strategyBox-title{
    font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #e24b25;
}
.strategyBox-banner{
    width: 1200px;
    height: 300px;
    margin: 30px auto;
    position: relative;
}
#swiper3{
    width: 1000px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}
#swiper3 .swiper-wrapper{
    width: 100%;
}
#swiper3 .swiper-sl{
    width: 220px;
    height: 120px;
    margin-bottom: 30px;
    position: relative;
}
#swiper3 .swiper-sl:hover .swiper-shade{
    display: block;
}
.swiper-sl .swiper-shade{
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 220px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
}
#swiper3 .swiper-sl img{
    width: 100%;
    height: 100%;
}
.swiper-button-p3{
    position: absolute;
	background-image: url(../images/barright.png);
	left: 0;
    right: auto;
    top: 33%;
    width: 50px;
    height: 100px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 100px;
    -webkit-background-size: 50px 100px;
    background-size: 50px 100px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-n3{
    position: absolute;
	background-image: url(../images/barleft.png);
	right: 0;
    left: auto;
    top: 33%;
    width: 50px;
    height: 100px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 100px;
    -webkit-background-size: 50px 100px;
    background-size: 50px 100px;
    background-position: center;
    background-repeat: no-repeat;
}
/*服务平台*/
.terrace{
    width: 100%;
    overflow: hidden;
    min-height: 350px;
}
.terraceBox{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.terraceBox-img{
    margin-top: 50px;
    width: 154px;
    height: 191px;
}
.terraceBox-img img{
    width: 100%;
    height: 100%;
}
/*新闻详情*/
.Newslist{
    width: 100%;
    min-height: 550px;
    overflow: hidden;
    padding-bottom: 30px;
    background: #f1f1f1;
}
.Newslist-box{
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}
.NewslistBox{
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.NewslistBox-navs{
    width: 1040px;
    margin: 0 auto;
    color: #808080;
}
.NewslistBox-navs a{color: #808080;}
.NewslistBox-title{
    width: 1040px;
    margin: 0 auto;
    font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #333333;
    margin-top: 60px;
    margin-bottom: 20px;
}
.NewslistBox-time{
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
    color: #808080;
}
.NewslistBox-time-left{
    float: left;
    margin-right: 30px;
}
.NewslistBox-time-right{
    float: left;
}
.NewslistBox-chapter{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.chapter-content{
    width: 1040px;
    line-height: 38px;
    color: #404040;
    overflow: hidden;
    margin: 40px auto;
}
.chapter-content img{
    max-width: 100%;
    margin: 15px auto;
}
.NewslistBox-posts{
    width: 1040px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #999999;
}
.NewslistBox-posts a{
    color: #333333;
    cursor: pointer;
}
.NewslistBox-posts-left{
    float: left;
    width: 520px;
}
.NewslistBox-posts-left a:hover{
    color: #e24b25;
}
.NewslistBox-posts-right{
    text-align: right;
    float: right;
    width: 520px;
}
.NewslistBox-posts-right a:hover{
    color: #e24b25;
}

/*参访交流*/
.NewsvisitBar{
    width: 100%;
    height: 250px;
  /*  background: url(../images/news-visit.png) no-repeat no-repeat;*/
    overflow: hidden;
    margin-top: -60px;
    position: relative;
}
.Newsvisitinte{
    width: 100%;
    overflow: hidden;
}
.NewsvisitinteBox{
    width: 1200px;
    height: 100%;
    margin: 30px auto;
    overflow: hidden;
}
.NewsvisitinteBox-name{
    font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #e24b25;
    margin-bottom: 20px;
}
.NewsvisitinteBox-title{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e24b25;
}
.NewsvisitinteBox-title a{
    display: inline-block;
    width: 104px;
    background-color: #dbdbdb;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #404040;
}
.NewsvisitinteBox-title a.checked{
    background: #e24b25;
    color: #ffffff;
}
.NewsvisitinteBox-int{
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}
#swiper4{
    width: 1200px;
    height: 358px;
    overflow: hidden;
}
.swiper-sd4 .swiper-sd4-img{
    float: left;
    width: 722px;
    height: 348px;
    overflow: hidden;
}
.swiper-sd4 .swiper-sd4-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-sd4-article{
    float: right;
    width: 478px;
    height: 348px;
    background: #f5f5f5;
}
.sd4-article-box{
    width: 426px;
    height: 307px;
    margin: 20px auto;
    overflow: hidden;
}
.sd4-article-box-time{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #e24b25;
}
.sd4-article-box-title{
    margin: 20px 0;
    font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #e24b25;
}
.sd4-article-box-details{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
/*参访交流-分页*/
.swiper-pagination#swiper-p4{
    text-align: center;
    margin-left: 375px;
    margin-bottom: 4px;
}
.swiper-pagination#swiper-p4 .swiper-pagination-bullet {
    opacity: 1 !important;
    background: #ffffff !important;
    border:1px solid #df4f27;
}
.swiper-pagination#swiper-p4 .swiper-pagination-bullet-active{
    width: 16px !important;
	height: 7px !important;
	border-radius: 4px !important;
    background: #df4f27 !important;
}
#swiper4 .swiper-slide span{
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #e3e3e3;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.6);
}
/*参访交流-新闻列表*/
.int-newslist{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.int-newslistBox{
    width: 1200px;
    height: 160px;
    overflow: hidden;
}
.newslistBox-time{
    float: left;
    width: 110px;
    height: 120px;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    color: #999999;
    position: relative;
}
.newslistBox-time-up{
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 29px;
}
.newslistBox-time-up img{
    width: 100%;
    height: 100%;
}
.newslistBox-time-date{
    margin-top: 10px;
}
.newslistBox-time-day{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.newslistBox-imgs{
    float: right;
    width: 1038px;
    height: 120px;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
}
.newslistBox-imgs-box{
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
.newslistBox-imgs-left{
    float: left;
    width: 220px;
    height: 100px;
}
.newslistBox-imgs-left img{
    width: 100%;
    height: 100%;
}
.newslistBox-imgs-right{
    float: right;
    width: 798px;
    height: 100px;
}
.newslistBox-imgs-right-title{
    font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #404040;
}
.newslistBox-imgs-right-title a{
    color: #404040;
    cursor: pointer;
}
.newslistBox-imgs-right-title a:hover{
    color: #dd4012;
}
.newslistBox-imgs-right-details{
    margin-top: 30px;
    color: #666666;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*店装公司*/
.outfitName{
    font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #e24b25;
    margin-bottom: 30px;
}
/*设计公司*/
.designName{
    font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #e24b25;
    margin-bottom: 20px;
}
/*联系我们*/
.contactUsBar{
    width: 100%;
    height: 250px;
    /*background: url(../images/contactUsBar.png) no-repeat no-repeat;*/
    overflow: hidden;
    margin-top: -60px;
    position: relative;
}
.contactUsBar-box{
    width: 100%;
    height: 28px;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.47)
}
.contactUsBar-title{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    color: #ffffff;
}
.contactUsBar-title a{color: #fff;}
.contactUsBar-title a:hover{color:#e24b25;}
.contactUslsit{
    width: 100%;
    height: 100%;
}
.contactUslsit-box{
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}
.across{
    float: left;
    margin-top: -4px;
}
.contactUslsit-title{
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.contactUslsit-title-left{
    display: inline-block;
    width: 34px;
    height: 2px;
    background: #c5c3b8;
}
.contactUslsit-title-the{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #dd4012;
    margin: 0 10px;
}
.contactUslsit-title-Chinese{
    font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #333333;
}
.across-right{
    float: right;
    text-align: center;
    margin-top: -4px;
}
.contactUslsit-title-right{
    text-align: right;
    width: 867px;
    display: inline-block;
    height: 2px;
    background: #c5c3b8;
}
/*联系我们-联系方式*/
.Way{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.Wayrelation{
    float: left;
    width: 544px;
    height: 84px;
    margin-right: 50px;
}
.Wayrelation-phone{
    float: left;
}
.Wayrelation-phone-img{
    float: left;
    width: 14px;
    height: 16px;
    margin-top: 5px;
}
.Wayrelation-phone-img img{
    width: 100%;
    height: 100%;
}
.Wayrelation-phone-number{
    margin-left: 10px;
    float: left;
    font-size: 13px;
	letter-spacing: 0px;
	color: #333333;
}
.Wayrelation-phone-number span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
}
.Wayrelation-fax{
    float: right;
}
.Wayrelation-fax-icon{
    float: left;
}
.Wayrelation-fax-icon-img1{
    width: 18px;
    height: 16px;
    margin-top: 6px;
}
.Wayrelation-fax-icon-img1 img{
    width: 100%;
    height: 100%;
}
.Wayrelation-fax-icon-img2{
    width: 17px;
    height: 15px;
    margin-top: 14px;
}
.Wayrelation-fax-icon-img2 img{
    width: 100%;
    height: 100%;
}
.Wayrelation-fax-icon-img3{
    width: 12px;
    height: 19px;
    margin-top: 15px;
    margin-left: 2px;
}
.Wayrelation-fax-icon-img3 img{
    width: 100%;
    height: 100%;
}
.Wayrelation-fax-name{
    margin-left: 10px;
    float: left;
}
.Wayrelation-fax-name span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
}

/*联系我们-公交路线*/
.public{
    float: left;
}
.public-img {
    float: left;
    width: 13px;
    height: 15px;
    margin-right: 15px;
}
.public-img img{
    width: 100%;
    height: 100%;
}
.public-path{
    float: left;
    height: 20px;
    line-height: 20px;
}
.public-path-box{
    height: 30px;
}
.public-path span{
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}
.public-path .num{
    width: 80px;
    text-align: center;
    height: 20px;
    background: #757575;
    color: #ffffff;
}
.public-path .line{
    color: #dd4012;
    font-weight: bold;
}
.public-path .line b{
    font-weight: normal;
    color: #333333;
}
/*联系我们-地图*/
.Map{
    width: 1200px;
    height: 100%;
    margin: 30px auto;
}
.Map-img{
    width: 1200px;
    height: 556px;
}
.Map-img img{
    width: 100%;
    height: 100%;
}



.fep{width: 289px;height: 117px;background: url('../images/map-bg2.png') no-repeat center center;}
.fep h3{font-size:15px;font-weight:bold;text-align:left;padding:20px 15px 5px;}
.fep p{width: 100%;font-size: 12px;text-align:left;padding:0 15px;}


.video-con{width: 100%;margin:0 auto;overflow: hidden;line-height: 27px;font-size:15px;color: #666;}
.video-con img{max-width: 100%;height: auto;}

.addersIntroBox-int-he{width: 100%;margin: 0 auto;overflow: hidden;font-size:15px;line-height: 27px;color: #666;}
.addersIntroBox-int-he img{max-width: 100%;height: auto;}


/*网站地图*/
.map-contain{width: 100%;margin:40px auto;overflow: hidden;}
.map-contain table{border-collapse:collapse;border: 1px solid #ddd;width:1000px;margin: 0 auto;overflow: hidden;}
.map-contain table td,.map-contain table tr,.map-contain table th{padding:5px;border: 1px solid #ddd;font-size: 15px;line-height: 27px;text-align: center;height:40px;}
.map-contain table td a,.map-contain table th a{color: #666;}

/*搜索结果*/
.saea-list{width: 100%;margin: 0 auto;height: auto;overflow: hidden;min-height: 480px;background: #fff;}
.saea-list ul{width: 1100px;margin:20px auto 0;}
.saea-list li{width: 100%;height:50px;line-height:50px;border-bottom: 1px solid #ddd;}
.saea-list li a{color: #666;font-size: 16px;width: 100%;height: 100%;display: block;}

.zanwu{width: 100%;height:80px;line-height:280px;font-size: 15px;text-align: center;}

/*友情链接*/

.youlian-list{width: 100%;margin: 0 auto;height: auto;overflow: hidden;min-height: 480px;background: #fff;}
.youlian-list ul{width:100%;margin:20px 10px 0;overflow: hidden;}
.youlian-list ul li{width:23.3%;margin:20px 10px 0;float: left;}
.youlian-list li:last-child{margin-right: 0;}
.youlian-list li{width:100%;height:35px;line-height:35px;text-indent: 20px;}
.youlian-list li a{color:#666;font-size: 14px;width: 100%;height: 100%;display: block;}



.nav-column-right-span{position: relative;height: 40px;}
.weixin-code{
    width: 120px;
    height: 120px;
    position: absolute;
    left:-25px;
    top:40px;
    opacity: 0;
    z-index: 9999999;
}
.weixin-code img{width: 120px;height: 120px;}
.nav-column-right-span:hover .weixin-code{opacity: 1;visibility: visible;}

.har-navBar ul .har-navBarLi .har-navBarLi-a span.efoam{border-bottom: 2px solid #ffffff;padding-bottom: 4px;}


.afaompn{width:650px;margin:30px auto 20px;line-height: 27px;}
.afaompn img{max-width: 100%;margin: 15px auto;}
.ad-xit{
    width: 343px;
    background: none;
    font-weight: lighter;
}
.Newslist-title-left span{
    float: left;
    color:#808080;
    font-size: 14px;
    line-height: 50px;

}
.Newslist-title-left span.title{   
    color: #e24b25;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
}



.Newslist-nelist-article{width: 100%;line-height: 37px;height: 37px;}
.left-lists-essay{width: 100%;}
.left-lists-essay ul li a{width: 100%;overflow: hidden;display: block;}
.internationalNews-left-lists{clear: both;width: 100%;}
.internationalNews-right-img a{position: relative;width: 100%;height: 130px;display: inline-block;}
.internationalNews-right-img a span{position: absolute;left: 50%;top: 50px;text-align: center;color: #fff;margin-left: -36px;font-size: 18px;}
.internationalNews{height:auto;}
.internationalNews-bottom{height:auto;}
.internationalNews-box{height: auto;}
.internationalNews-right{width: 564px;height:auto;}
#swiper5 .swiper-slide {
    width:564px;
    height:408px;
}
#swiper5 .swiper-slide img{width:100%;height:408px;}

#swiper5 .swiper-slide span {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #e3e3e3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    background-color: #000000;
    background: rgba(0, 0, 0, 0.6);
}
.swiper-pagination#swiper-p5 {
    text-align: right;
}
.swiper-pagination#swiper-p5 .swiper-pagination-bullet {
    opacity: 1 !important;
    background: #ffffff !important;
}
.swiper-pagination#swiper-p5 .swiper-pagination-bullet-active {
    width: 16px !important;
    height: 8px !important;
    border-radius: 4px !important;
    background: #df4f27 !important;
}

.pageshow{ margin:20px auto; height:auto; clear: both;}
.pageshow .current{background: #dd4012;color: #ffffff; display: inline-block;border: 1px solid #dbdbdb;margin-right: 5px;width: 40px;height: 38px;line-height: 38px;margin-right: 5px;}
.pageshow .btn-danger,.pageshow .num,.pageshow .first,.pageshow .end,.pageshow .prev,.pageshow .next{ display: inline-block;border: 1px solid #dbdbdb;cursor: pointer;color: #808080;width: 40px;height: 38px;line-height: 38px;margin-right: 5px;}
.pageshow .rows{width: 112px;height: 38px;line-height: 38px;color: #808080;text-align: center;display:inline-block;border: 1px solid #dbdbdb;}
/*直播回放*/
.ty{
    width: 1030px;
    margin: 0 auto;
    padding: 10px 0 20px;
    overflow: hidden;
}
.ty li{
    height:186px;
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
}
.ty .ty-pic{
    width: 280px;
    height:186px;
    overflow: hidden;
    float: left;
}
.ty .ty-pic img {
    width: 280px;
    height:186px;
    transition: all 0.5s;
}

.ty .ty-txt {
    width: 694px;
    padding: 0 28px;
    position: relative;
    height: 186px;
    float: right;
}
.ty .ty-txt p.p1 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 44px;
}
.ty .ty-txt p.p2 {
    font-size: 14px;
    color: #999;
    line-height: 180%;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}
.fwonc{margin-top: 15px;}
.fwonc span{
    color: #5A5A5A;
    font-size:14px;
    line-height:22px;
}
.fwonc span.dm{background: url(/public/home/images/dome.png) no-repeat left center;padding-left: 26px;}
.fwonc span.dr{background: url(/public/home/images/time.png) no-repeat left center;padding-left: 26px;margin-left: 21px;}

.ty li a:hover p.p1{
    color:#e24b25;
}
.ty li a:hover img{
    transform: scale(1.2);
}

.addressBar .pamt,.NewsvisitBar .pamt,.enterBar .pamt,.videoBar .pamt,.contactUsBar .pamt,.exhibitionBar .pamt{
    width: 100%;
    position: absolute;
    left: 0;top:44%;
    font-size: 40px;
    text-align: center;
    z-index:9;
    color:#c11e17;
    font-weight: bold;
    letter-spacing: 10px;
}




/*云端企业 分类*/
.mpm .pr{width: 100%;height: 30px;line-height: 30px;font-size: 15px;background: #dddddd;color: #666666;overflow: hidden;text-indent: 2em;}
.mpm ul{width:1000px;margin:40px auto;overflow: hidden;}
.mpm ul li{
width:13%;float: left;font-size: 14px;color: #666666;line-height: 30px;margin-right: 10px;overflow: hidden;text-align:left;
}
.mpm ul li:nth-child(7n){margin-right: 0;}
/*.mpm ul li:nth-child(9n){margin-right: 0;}*/
.mpm ul li a{color: #666666;font-size:16px;}
.mpm ul li em{font-style: normal;}


/*在线客服*/
.kf{
    width:26px;
    height: 100px;
    float: left;
    background:#c11e17 url(../images/kfom.png) no-repeat 3px 89px;
    display: none;
    cursor: pointer;
    position: fixed;
    right:0;
    top:30%;
    z-index: 99999;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    padding: 10px 0;
}

.kef{position: fixed;right:0;top:17%;z-index: 99999;width:148px;height:auto;}
.kf-top{
    padding:7px 22px; 
    background:#99D8E9;
    border-top-left-radius:10px;
    border-bottom: 1px solid #89A6AE;
}
.kf-top span{color:#c11e17;font-size:16px;line-height:50px;font-weight: bold;}
.kf-top em{
    background: url(../images/gbe.png) no-repeat left center;
    width:20px;
    height:20px;
    float: right;
    display: inline-block;
    background-size: 100% 100%;
    margin-top: 15px;
    cursor: pointer;
    margin-right: -10px;
}
.kf-bot{
    background:#99D8E9;
}
.kf-bot .qq{
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #666666;
    font-size: 16px;
    text-align: center;
    background: url(../images/qq2.png) no-repeat 28px center;
    border-bottom: 1px solid #89A6AE;
    text-indent:34px;

}
.kf-bot a{
    color: #ffffff;
}
.kf-bot .tth{
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #ffffff;
    font-size:17px;
    text-align: center;
    background: url(../images/tter.png) no-repeat 28px center;
    border-bottom: 1px solid #89A6AE;
    text-indent:34px;
}
.kf-bot .ewt{
    padding:22px 16px;

}
.kf-bot .ewt img{
    width:120px;
    height:120px;
    text-align: center;
}

.kf-bot .ewt p{
    text-align: center;
    font-size: 15px;
    line-height:30px;
    color: #8a8a8a;
}

