.header {
	width: 100%;
	height: 102px;
	background: #fff;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}

.logo {
	width: 15%;
	margin-left: 20px;
	margin-top: 20px;
}

.nav {
	width: 70%;
}

.nav ul li {
	float: left;
/*	width: 6.28%;*/
	height: 100px;
	margin-left: 6%;
	transition: all .3s;
}

.nav ul li a {
	line-height: 100px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	transition: all .3s;
}

.nav ul li:hover a {
	color: #c1272d;
	transition: all .3s;
	font-weight: 200px;
	border-bottom: 2px solid #C1272D;
}
.nav ul li.hover a {
	color: #c1272d;
	border-bottom: 2px solid #C1272D;
}

.search {
	width: 6%;
margin-right: 4%;
  height: 100px;
    display: block;
    cursor: pointer;
    background: #efefef;
}
#showModel img{
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-left: 33px;
	
}

@media screen and (min-width: 768px)

}
/*弹窗框搜索*/

.modal {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.8);
}

.modal-content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	width: 50%;
	max-width: 800px;
	height: auto;
	max-height: 300px;
	margin: 200px auto;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-animation: zoom 0.6s;
	animation: zoom 0.6s;
	resize: both;
	overflow: auto;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

.modal-header {
	box-sizing: border-box;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.close {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
	transition: all 0.3s;
	position: absolute;
	top: 20px;
	right: 30px;
}

.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.modal-body {
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
	/*	height:auto;*/
	height: 300px;
	margin-top: 80px;
}

.search_box form {
	width: 600px;
	height: 60px;
	padding: 16px 0;
	margin: 0 auto;
	border-bottom: #8c8282 solid 1px;
}

.search_box form .search_ss {
	border: 0;
	background: 0;
	margin: 0;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}

.search_box form .search_btn {
	float: right;
	height: 40px;
	width: 40px;
	background: none;
border: none;
}
.search_box form .search_btn img{
	    width: 27px;
    height: 27px;
}
@media only screen and (max-width:1200px) {
	.nav ul li {
    float: left;
  /*  width: -0.72%;*/
    height: 100px;
    margin-left: 6%;
}

#showModel img {
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-left: 25px;
}
}


/*搜索弹窗*/

.windowSearchBg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1025;
	background: rgba(0, 0, 0, 0.9);
}

.windowSearchBg.active {
	display: block;
}

.windowSearch {
	position: fixed;
	width: 100%;
	left: 0;
	top: 122px;
	z-index: 1026;
}

.windowSearch .WSMargin {
	margin: 0 auto;
	width: 1230px;
}

.windowSearch .WSMargin .WSShup {
	text-align: right;
}

.windowSearch .WSMargin .WSShup span {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 0;
	cursor: pointer;
}

.windowSearch .WSMargin .WSCon {
	margin-top: 4.065%;
	background: rgba(255, 255, 255, 0.2);
	padding: 4.22% 27.31%;
}

.windowSearch .WSMargin .WSInput {
	position: relative;
	padding: 16px 0;
	border-bottom: #525252 solid 1px;
}

.windowSearch .WSMargin .WSInput .WDin {
	border: 0;
	background: 0;
	margin: 0;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}

.inco1 ::-webkit-input-placeholder {
	color: #b2b2b2 !important;
}

.inco1 :-moz-placeholder {
	color: #b2b2b2 !important;
}

.inco1 ::-moz-placeholder {
	color: #b2b2b2 !important;
}

.inco1 :-ms-input-placeholder {
	color: #b2b2b2 !important;
}

.windowSearch .WSMargin .WSInput .WSIco {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 0;
}


/*banner*/

#arrow-left {
	background: url(../img/banner_rm.svg) no-repeat left top;
	width: 80px;
	z-index: 22;
}

#arrow-right {
	background: url(../img/banner_lm.svg) no-repeat left bottom;
	width: 80px;
	z-index: 22;
}

#banner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
	z-index: 999;
}

#banner {
	margin-top: 101px;
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	overflow: hidden;
	z-index: 22;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
}

#bannerSwiper .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 52px;
	width: 100%;
	z-index: 999;
}

#bannerSwiper .swiper-pagination-bullet {
	display: inline-block;
	width: 80px;
	height: 3px;
	opacity: 1;
	border-radius: 15px;
	background: white;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}

#bannerSwiper .swiper-pagination-bullet-active {
	background: #c1272d;
	width: 80px;
}

#swiper-slide1 a img {
	width: 100%;
	height: 100%;
}


.section1{
	width: 100%;
	height: 946px;
	clear: both;
	overflow: hidden;
	background: url(../img/about_bg.jpg) no-repeat center;
}

.title{
	padding-top: 30px;
	text-align: center;
}

.title h3{
	font-size: 36px;
}
.title p{
	width: 120px;
	height: 5px;
	margin: 20px auto;
	background: #C1272D;
}
.title span{
	font-size: 30px;
	text-transform: uppercase;
}
.section1_pro{
	overflow: hidden;
}
.section1_nav{
	margin-top: 30px;
}
.section1_nav ul li{
	float: left;
	width: 128px;
	height: 42px;
	background: url(../img/p_t.png) no-repeat center;
	text-align: center;
	margin-left: 62px;
}
.section1_nav ul li a{
	height: 42px;
	display: block;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	
	}
.section1_nav ul li:hover{
	background: url(../img/p_t2.png) no-repeat center;
}
.section1_nav ul li.on{
	background: url(../img/p_t2.png) no-repeat center;
	}
	
.section1_img{
	margin-top: 30px;
}

.section1_list ul li{
	float: left;
	width: 380px;
	height: 280px;
	background: #202020;
	margin-left: 20px;
	margin-bottom: 30px;
}
.section1_list ul li .pro_img{
	float: left;
	width: 380px;
	height: 227px;
	display: block;
	
	overflow: hidden;
}
.section1_list ul li .pro_img img{
	width: 100%;
	height: 227px;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
}
.section1_list ul li a{
	display: block;
	color: #fff;
	overflow: hidden;
}
.section1_list ul li .pro_img:hover img{
transform: scale(1.1);
	}
.section1_list ul li .pro_txt{
    line-height: 55px;
}
.section1_list ul li:hover{
	background: #b12b2e;
}
 .section1_list ul li .pro_txt p{
color: #fff;
text-align: center;
} 

/*section2*/
.section2{
	width: 100%;
	height: 2349px;
	background: url(../img/ys_bg1.png) no-repeat center;
}

.section2_ys_box{
	margin-top: 30px;
}

.section2_ys_txt{
	padding-top: 30px;
	    width: 509px;
}

.section2_ys_txt>div>h4{
color: #b12b2e;
font-size: 90px;
width: 123px;
font-weight: bold;
font-style: italic;
}

.ys_txt2{
	width: 384px;
}

.ys_txt2>p:nth-child(1){

	color: #fff;
	padding-top: 30px;
	font-size: 30px;
}
.ys_txt2>p:nth-child(2){
	font-size: 15px;
	color: #fff;


}
.section2_ys_txt>p{
	clear: both;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}

.section2_ys_img{
	margin-top: 30px;
}

.section2_ys_txt2 p{
	color: #555555;
}

.ys_txt3>p{
	color: #555 !important;
}
.ys_txt3>p:nth-child(1){
	color: #555 !important;
	}
	
.ys_txt3>p:nth-child(2){
	color: #555 !important;
	}
	
.section2_ys{
	clear: both;
}

.section2_ys_box2{
	clear: both;
	overflow: hidden;
	padding-top: 76px;
}


/*第四屏start*/
.orderSelTabCBox{ height:500px; position:relative;}
/*目的地*/
.mdd dd{}
.mdd dd a{ display:block; text-align:center; color:#e94b46; font-size:14px; border-radius:480px; position:absolute;font-weight: bold;z-index:10;background:#fff;}

.orderSelTabCBox span a{ z-index:2}
.orderSelTabCBox span i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    display: none;
}

.orderSelTabCBox span a p{
    top:0;
    left:0;
    border-radius:100%;
    position:absolute;
    z-index:1;
}


/*企业形象策划*/
.mdd dd.ser1 span a{width:123px; height:123px; left:10px; top:260px;position: relative}
.mdd dd.ser1 span a p{
    display: block;
    display: none\9;
    *display: none;
 width:100%;
    height:100%;
    border: 6px solid #ebcbca;
    border-radius:123px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser1:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser1 span a p img{
 width:100%;
    height:100%;
    z-index:6;
  
}

.mdd dd.ser1 span i{width:123px; height:123px; left:10px; top:260px;}
/*影视策划、制作*/
.mdd dd.ser2 span a{width:123px; height:123px; left:133px; top:75px;}
.mdd dd.ser2 span a p{
    display: block;
    display: none\9;
    *display: none;
       width: 126px;
    height: 124px;
    border: 6px solid #ebcbca;
    border-radius:123px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser2:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser2 span a p img{
  width:100%;
    height:100%;
    z-index:6;
    
}
/*开发运营*/
.mdd dd.ser3 span a{width:123px; height:123px; left:195px; top:280px;}
.mdd dd.ser3 span a p{
    display: block;
    display: none\9;
    *display: none;
   width: 127px;
    height: 125px;
    border: 6px solid #ebcbca;
    border-radius:123px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser3:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser3 span a p img{
 width:100%;
    height:100%;
    z-index:6;
  
}
/*企业文化培训*/
.mdd dd.ser4 span a{width:123px; height:123px; left: 308px;top: 371px;}
.mdd dd.ser4 span a p{
    display: block;
    display: none\9;
    *display: none;
    width: 127px;
    height: 125px;
    border: 6px solid #ebcbca;
    border-radius:123px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser4:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser4 span a p img{
    width:100%;
    height:100%;
    z-index:6;
   
}

/*发布各类广告*/
.mdd dd.ser5 span a{width:162px; height:162px; left:316px; top:120px;}
.mdd dd.ser5 span a p{
    display: block;
    display: none\9;
    *display: none;
       width: 165px;
    height: 169px;
    border: 6px solid #ebcbca;
    border-radius:162px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser5:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser5 span a p img{
    width:100%;
    height:100%;
    z-index:6;
   
}

/*装饰装潢*/
.mdd dd.ser6 span a{width:98px; height:98px; left:416px; top:294px;}
.mdd dd.ser6 span a p{
    display: block;
    display: none\9;
    *display: none;
    width: 99px;
    height: 101px;
    border: 6px solid #ebcbca;
    border-radius:98px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser6:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser6 span a p img{
 width:100%;
    height:100%;
    z-index:6;
  
}

/*平面设计*/
.mdd dd.ser7 span a{width:123px; height:123px; left:486px; top:20px;}
.mdd dd.ser7 span a p{
    display: block;
    display: none\9;
    *display: none;
       width: 126px;
    height: 124px;
    border: 6px solid #ebcbca;
    border-radius:123px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser7:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser7 span a p img{
   width:100%;
    height:100%;
    z-index:6;
 
}

/*3D*/
.mdd dd.ser8 span a{
       width: 129px;
    height: 129px;
    border: 6px solid #ebcbca;
    left: 530px;
    top: 202px;
  
    background: #e94b46 url(../img/yy1.png) no-repeat center center
}


/*灯光亮化*/
.mdd dd.ser9 span a{width:98px; height:98px; left:530px; top:367px;}
.mdd dd.ser9 span a p{
    display: block;
    display: none\9;
    *display: none;
       width: 97px;
    height: 97px;
    border: 6px solid #ebcbca;
    border-radius:98px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser9:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser9 span a p img{
    width:100%;
    height:100%;
    z-index:6;

}

/*广告牌*/
.mdd dd.ser10 span a{width:138px; height:138px; right:400px; top:87px;}
.mdd dd.ser10 span a p{
    display: block;
    display: none\9;
    *display: none;
   width: 146px;
    height: 150px;
    border: 6px solid #ebcbca;
    border-radius:138px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser10:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser10 span a p img{
   width:100%;
    height:100%;
    z-index:6;
   
}

/*会议会展服务*/
.mdd dd.ser11 span a{width:123px; height:123px; right:390px; top:262px;}
.mdd dd.ser11 span a p{
    display: block;
    display: none\9;
    *display: none;
        width: 126px;
    height: 124px;
    border: 6px solid #ebcbca;
    border-radius:123px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser11:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser11 span a p img{
    width:100%;
    height:100%;
    z-index:6;
    
}

/*动画设计*/
.mdd dd.ser12 span a{width: 123px;height: 123px;right: 200px;top: 90px;}
.mdd dd.ser12 span a p{
    display: block;
    display: none\9;
    *display: none;
   width: 126px;
    height: 122px;
    border: 6px solid #ebcbca;
    border-radius:90px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser12:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser12 span a p img{
 width:100%;
    height:100%;
    z-index:6;
  
}

/*庆典策划*/
.mdd dd.ser13 span a{width: 162px;height: 162px;right: 130px;top: 230px;}
.mdd dd.ser13 span a p{
    display: block;
    display: none\9;
    *display: none;
      width: 161px;
    height: 169px;
    border: 6px solid #ebcbca;
    border-radius:90px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser13:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser13 span a p img{
    width:100%;
    height:100%;
    z-index:6;
  
}

/*VI设计*/
.mdd dd.ser14 span a{width: 123px;height: 123px;right: 250px;top:392px;}
.mdd dd.ser14 span a p{
    display: block;
    display: none\9;
    *display: none;
width: 122px;
    height: 124px;
    border: 6px solid #ebcbca;
    border-radius:100px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser14:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser14 span a p img{
 width:100%;
    height:100%;
    z-index:6;

}


.mdd dd.ser15 span a{width:124px; height:124px; right:63px; top:107px;}
.mdd dd.ser15 span a p{
    display: block;
    display: none\9;
    *display: none;
    width:112px;
    height:112px;
    border: 6px solid #ebcbca;
    border-radius:90px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser15:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser15 span a p img{
   width:100%;
    height:100%;
    z-index:6;

}

/*会展器材租赁*/
.mdd dd.ser16 span a{width:123px; height:123px; right:103px; top:276px;}
.mdd dd.ser16 span a p{
    display: block;
    display: none\9;
    *display: none;
    width:111px;
    height:111px;
    border: 6px solid #ebcbca;
    border-radius:90px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.mdd dd.ser16:hover span a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
    background: #e94b46 ;
}
.mdd dd.ser16 span a p img{
    width:100%;
    height:100%;
    z-index:6;
  
}

.table{ display: table; width: 100%; height: 100%;}/* 设置表格方式垂直居中 */
.tableCell{ display: table-cell; width: 100%; height: 100%; vertical-align: middle;}/* 设置表格方式垂直居中 */
.default{ background: #e5e5e5 url(../images/default.png) no-repeat center center;}/* 设置默认图 */


/*section3*/
.section3{
	width: 100%;
	height: 809px;
	background: url(../img/about_bg2.jpg) no-repeat center;
}

.title2 h3{
	color: #fff;
}
.title2 span{
	color: #fff;
}

.section3_box{
	width: 100%;
	margin-top: 50px;
	padding: 30px;
	overflow: hidden;
	background: #fff;
}

.section3_about{
	    margin-left: 26px;
	width: 520px;
}

.section3_about h3{
	font-size: 24px;
	color: #b12b2e;
}
.section3_about p{
	font-size: 15px;
	margin-top: 40px;
	height: 200px;
	overflow: hidden;
	line-height: 30px;
}
.section3_about a{
	display: block;
	width: 130px;
	height: 40px;
	margin-top: 40px;
	background: #B12B2E;
	color: #fff;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
}
.section3_about a:hover{
	background: #202020;
}

.section3_img{
	width: 520px;
}

/*section4*/
.section4{
	width: 100%;
	height: 760px;
	
	background: url(../img/news_bg.jpg) no-repeat center;
}

.section4_box{
	margin-top: 30px;
	overflow: hidden;
	height: 400px;
	
}

.section4_box ul li{
    width: 373px;
    position: relative;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
}
.section4_box ul li .news_img{
	width: 373px;
	height: 257px;
	display: block;
	overflow: hidden;
}
.section4_box ul li .news_img img{
	width: 100%;
	height: 100%;
transition: all 0.5s;
}
.section4_box ul li .news_img:hover img{
	transform: scale(1.1);
}
.section4_box ul li .news_txt{
	height: 185px;
	position: absolute;
    width: 373px;
	top: 227px;
	padding: 20px;
	background: url(../img/news_t.png) no-repeat center;
}

.section4_box ul li .news_txt p:nth-child(1){
	font-size: 16px;
	height: 30px;
	overflow: hidden;
}
.section4_box ul li .news_txt p:nth-child(2){
	font-size: 15px;
	height: 65px;
	line-height: 30px;
	overflow: hidden;
}
.section4_box ul li .news_txt p:nth-child(3){
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	border: 1px solid #555555;
}
.section4_box ul li .news_txt:hover{
	background: url(../img/news_h.png) no-repeat center;
}
.section4_box ul li .news_txt:hover p{
	color: #fff;
	border-color: #fff;
}

.news_more{
clear: both;
    width: 130px;
    height: 41px;
    border-radius: 41px;
    background: #B12B2E;
    margin: 30px auto;
    display: block;

    color: #fff;
    text-align: center;
    line-height: 40px;
	
}

/*footer*/
.footer{
	width: 100%;
	height: 468px;
	overflow: hidden;
	background: url(../img/foot.jpg) no-repeat center;
}

.footer_box{
	margin-top: 40px;
	height: 234px;
	    overflow: hidden;
}

.footer_box .foot_nav{
	width: 200px;
	margin-left: 30px;
}
.footer_box .foot_nav h3{
	color: #fff;
	font-size: 14px;
	padding-bottom: 10px;
}
.footer_box .foot_nav p{
	width: 40px;
	height: 2px;
	background: #B12B2E;
}
.footer_box .foot_nav ul{
	padding-top: 15px;
}
.footer_box .foot_nav ul li{
	height: 30px;
	color: #ffffff;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.footer_box .foot_nav ul li a{ 
	height: 30px;
	line-height: 30px;
	color: #ffffff;
}
.footer_box .foot_nav img{
	margin-top: 30px;
}

.foot{
	overflow: hidden;
	padding-top: 30px;
border-top: 1px solid #484646;
}
.foot_fl{
	width: 800px;
}

.foot_fl h3{
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
}
.foot_fl ul li{
	float: left;
	width: 300px;
}
.foot_fl ul li p{
font-size: 12px;
height: 30px;
color: #fff;
}
.foot_fr{
	margin-top: 20px;
}

.foot_box{
	overflow: hidden;
	margin-top: 0px;
}

.copy{
	clear: both;
	padding-top:20px;
	text-align: center;
}
.copy p{
	font-size: 12px;
	color: #fff;
}
.copy a{
	font-size: 12px;
	color: #fff;
}

/*zy_banenr*/
.zy_banenr{
width: 100%;
position: relative;
height: 412px;

}

.position{
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0px;
	z-index: 200;
	background: rgba(193,39,45,0.6);
}

.position h3{
	color: #fff;
	line-height: 60px;
	font-size: 20px;
}

.position_fr {
	line-height: 60px;
}
.position_fr p{
	color: #fff;
	padding-left: 30px;
	background: url(../img/wz.png) no-repeat left;
}
.position_fr p a{
	color: #fff !important;
}

/*about_section1*/
.about_section1{
	overflow: hidden;
	clear: both;
	height: 546px;
	background: url(../img/news_bg.jpg) no-repeat center;
}

.about_title{
	text-align: center;
	padding-top: 30px;
}

.about_title h3{
	font-size: 30px;
	color: #1b1b1b;
	
}
.about_title p{
	width: 120px;
	height: 2px;
	margin: 20px auto;
	background: #B12B2E;
}
.about_box{
	overflow: hidden;
	margin-top: 30px;
}

.about_txt {
	width: 623px;
}
.about_txt  p{
	    line-height: 39px;
	
}

.about_img {
	width: 520px;
}

.about_section2{
	width: 100%;
	height: 724px;
	background: url(../img/wh_bg.png) no-repeat center;
}

.about_wh{
	padding-top: 84px;
}
.wh{
	width: 362px;
}

.wh .whone{
	padding-top: 30px;
}
.wh .whone h3{
	font-size: 28px;
	color: #ffffff;
}
.wh .whone p{
	font-size: 14px;
	height: 30px;
	color: #fff;
	margin-top: 10px;
}

.mt30{
	margin-top: 96px;
}

.wh_img{
	width: 442px;
}

.about_section3{
	margin-top: 0px;
}

.about_yy p{
	text-align: left;
	line-height: 30px;
}

.about_yy img{
	display: block;
	margin-left: 20px;
	text-align: center;
}
/*产品中心*/
.pro_section_box{
	overflow: hidden;
	padding-top: 30px;
}

.pro_nav{
	width: 295px;
	
}

.pro_nav h4{
	width: 100%;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: #B12B2E;
	font-size: 30px;
	
	color: #fff;
}

.nav_left{
	background: #f5f5f5;
	width: 100%;
	
}
.pro_menu{
	
	padding: 5px;
	
}
.pro_menu ul li{
	width: 100%;
	margin-bottom: 10px;
	
}
.pro_menu ul li p{
	height: 46px;

border-bottom: 1px solid #e5e5e5;
	display: block;
	text-align: right;
	line-height: 46px;
	font-size: 16px;
	color: #413737;
	background: url(../img/pt2.png) no-repeat 20px;
}
.pro_menu ul li p:hover{
color: #B12B2E;
}
.pro_menu ul li>p>a{
	padding-right: 20px;
	color: #413737;
	
}
.second{
	display: none;
	width: 100%;
	background: #fff;
}
.second a{
	display: block;
	color: #645c5c;
	font-size: 13px;
	height: 40px;
	text-align: right;
	line-height: 40px;
	padding-right: 20px;
	margin-bottom: 1px;

}
.second a:hover{
	font-size: 15px;
	color: #B12B2E;
}
.second a.hover{
	font-size: 15px;
	color: #B12B2E;
}
.pro_on a{
	color: #B12B2E !important;
	
	}
.pro_tle{
	height: 83px;
	background: #B12B2E;
	line-height: 83px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.pro_fr{
	width: 860px;
}
.pro_fr .pro_fr_title{
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.pro_fr .pro_fr_title h4{
	font-size: 30px;
	height:40px;
	overflow: hidden;
	}
.pro_fr .pro_fr_title p{
	font-size: 16px;
	color: #665a5a;
	margin-top: 10px;
	
}
.pro_fr_img{
	margin-top: 30px;
}
.pro_fr_img li{
	float: left;
	width: 260px;
	margin-right: 26px;
	margin-bottom: 20px;
}
.pro_fr_img li .pro_img0{
	width: 260px;
	height: 173px;
	display: block;
	overflow: hidden;
}
.pro_fr_img li .pro_img0 img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.pro_fr_img li:hover img{
	transform: scale(1.1);
}
.pro_fr_img li .pro_txt0{
	height: 107px;
	padding: 10px;
	background: #f5f5f5;
}
.pro_fr_img li .pro_txt0 h4{
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #ece6e6;
}
.pro_fr_img li .pro_txt0 p{
	font-size: 14px;
	height: 60px;
	overflow: hidden;
	line-height: 30px;
}
/*下一页*/
.page {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	clear: both;
	overflow: hidden;
	text-align: center;
}

.page div {
	display: inline-block;
}

.page a,
.page span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: 21px;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	background-color: #434343;
	
}

.page span {
	background-color: #b12b2e;
	border: 1px solid #b12b2e;
	color: #fff;
}

.page a:first-child,
.page span:first-child {}

.page a:last-child,
.page span:last-child {}

.prev {
	margin-left: 0;
	width: 120px;
	
	
}

.prev:hover {
	color: #FFFFFF;
	border: none;
	background: #b12b2e ;
}

.next {
	margin-left: 38px;
	width: 120px;
	
}

.next:hover {
	color: #FFFFFF;
	border: none;
	background: #b12b2e;
}

/*pro_section2*/
.pro_section2{
	width: 100%;
	height: 1395px;
	background: url(../img/pro_bg.jpg) no-repeat center;
}

.pro_title{
	padding-top: 97px;
	text-align: center;
}

.pro_title h3{
	font-size: 30px;
	color: #fff;
}
.pro_title p{
	
	width: 120px;
	height: 2px;
	margin: 10px auto;
	background: #fff;
}
.pro_title span{
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.pro_section2_ys{
	padding-top: 157px;
	overflow: hidden;
}

.pro_ys_box{
	    width: 582px;
    margin-right: 18px;
    position: relative;
    margin-bottom: 52px;
}
.pro_ys_box .pro_ys_img{
	
	width: 374px;
	height: 271px;
	display: block;
	overflow: hidden;
}
.pro_ys_box .pro_ys_img img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s;
}
.pro_ys_box .pro_ys_img:hover img{
	transform: scale(1.1);
}

.pro_ys_txt{
	position: absolute;
	z-index: 2;
width: 390px;
height: 213px;
right: 25px;
top: 30px;
padding: 20px;
background: #f5f5f5;
}

.pro_ys_txt h4{
	color: #908c8c;
	font-size: 25px;
	font-weight: bold;
}
.pro_ys_txt p{
	font-size: 14px;
color: #4c4a4a;
padding-top: 20px;
line-height: 30px;
}

.pro_ys_txt:hover{
	display: block;
	background: #b12b2e;

}
.pro_ys_txt:hover h4{
	color: #fff;
}
.pro_ys_txt:hover p{
	color: #fff;
}

.pro_box_foot{
	text-align: center;
	padding-top: 196px;
}

.pro_box_foot p:nth-child(1){
	font-size: 20px;
	color: #fff;
}
.pro_box_foot p:nth-child(2){
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto;
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	}
	
.pro_section3{
	
}

.pro_section3_box{
	padding-top: 30px;
}

.pro_section3_box li{
	position: relative;
	width: 389px;
	float: left;
	padding-left: 18px;
	margin-bottom: 20px;
}

.pro_section3_box li a{
	display: block;
}
.pro_section3_box li .pro_section3_yy{
	width: 285px;height: 453px;
	display: block;
	overflow: hidden;
}
.pro_section3_box li .pro_section3_yy img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.pro_section3_box li .pro_section3_yy:hover img{
transform: scale(1.1);
}

.pro_section3_txt{
	position: absolute;
	right: 0px;
	width: 94px;
	top: 60px;
	height: 340px;
	background: #b12b2e;
}

.pro_section3_txt p{
	writing-mode:tb-rl;
	color: #fff;
	padding-top: 20px;
	text-align: center;
	font-size: 30px;
	    margin-top: 59px;
    margin-left: 16px;

}

/*details_section_head*/
.details_section_head{
	padding-top: 20px;
}
.details_section_fl{
	width: 588px;
	height: 369px;
}
.details_section_fl img{
	width: 588px;
	height: 369px;
}
.details_section_fr{
	width: 588px;
}

.details_section_fr h4{
	font-size: 36px;
	color: #c1272d;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}
.details_section_fr p{
	padding: 20px;
	height: 150px;
	line-height: 30px;
	border-bottom: 1px solid #d2d2d2;
}
.details_zx{
	padding-top: 30px;
}

.details_zx a{
	width: 120px;
	height:40px;
	background: #c1272d;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.details_zx>p{
	font-size: 18px;
	color:#343131;
}


.details_section_box{
	clear: both;

}
.pro-nav-holder {
	position: relative;
	width: 100%;
	height: 60px;
}
.pro-nav {
	width: 100%;
	left: 0;
	right: 0;
	position: relative;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	text-align: center;
	z-index: 10;
	    top: 30px;
}
.pro-nav.fixed {
	position: fixed;
	top: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.pro-nav li {
	position: relative;
	float: left;
	width:13.6%;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	color: #ada2a2;
}
.pro-nav li:hover {
	color: #c1272d;
}
.pro-nav li.cur {
	font-weight: normal;
	color: #c1272d;
}
.pro-nav li.cur:after {
	content: '';
	display: block;
	width: 66px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -33px;
	background-color: #c1272d;
}
.pro-nav li:before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 8px;
	left: -1px;
	top: 27px;
	background-color: #dcdcdc;
}

.pro-wrap {
    overflow: hidden;
    width: 100%;
    padding: 20px;
    background: #f3f3f3;
}
.pro_xq{
	background: #fff;
	margin-top: 20px;
	padding: 20px;
	    overflow: hidden;
}
.pro-main {
	padding:15px 0;
	clear: both;
}
.pro-title {
	font-size: 22px;
	color: #c1272d;
	line-height: 30px;
	padding-bottom: 13px;
	font-weight: bold;
border-bottom: 1px solid #d2d2d2;
}
.pro-title .ico {
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-right: 10px;
	vertical-align: -5px;
	background-position: center;
	background: url(../img/pro_p.png) no-repeat;
	
}

.pro_cont_txt{
	padding-top: 27px;
}
.pro_cont_txt p{
	font-size: 16px;
	line-height: 30px;
}

.pro_section3_box2 li{
    width: 371px;	
}

/*解决方案*/
.solution_section1{
	overflow: hidden;
}
.ys_list {
	margin-top: 30px;
}

.ys_list li {
	width: 378px;
	margin-right: 10px;
	height: 340px;
	float: left;
	text-align: center;
	border: 1px solid #bfbfbf;
}

.ys_list  li p:nth-child(1) {
	margin-top: 40px;
}

.ys_list li p img:nth-child(1) {
	width: 92px;
	height: 92px;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}

.ys_list li:hover img {
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.ys_list li p:nth-child(2) {
	font-size: 24px;
	margin-top: 30px;
}

.ys_list li p:nth-child(3) {
	width: 23px;
	height: 4px;
	border-top: 4px solid #4d4d4d;
	margin: 30px auto;
}

.ys_list li p:nth-child(4) {
	height: 60px;
	overflow: hidden;
	padding-left: 20px;
	font-size: 14px;
	line-height: 25px;
	padding-right: 20px;
}

.solution_section2{
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 30px;
}

/*news_section1*/
.news_section1{
	overflow: hidden;
	width:100%;
background: #f5f5f5;
}

.section4_box5{
	height: 895px;
}
.section4_box5 ul li {
    width: 373px;
    position: relative;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    height: 414px;
    
}

/*新闻详情页*/
.news_section2{
	padding-top: 30px;
}
.newsinfor{
	
background-color: white;
}
.newsinfor .sub-tit {
    font-size: 38px;
    line-height: 73px;
    color: #222;
    margin-bottom: 30px;
}
.newsinfor .sub-tit .math{
	height: 22px;
}
.newsinfor .math .time{
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	font-family: "Arial";
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e5e5e5;
}
.newsinfor .math .tit{
	font-size: 16px;
    color: #1e409f;
    line-height: 22px;
}
.newsinfor_cont{
	    width: 100%;
    padding-bottom: 70px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 20px;
    }
.bot{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;

}
.bot .box{
	width: 750px;
	float: left;
}
.bot .box p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.bot .box p a{
	color: #999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.bot .box p a:hover{
	color: #666;
}
.bot .btns {
   width: 219px;
    height: 46px;
    line-height: 46px;
   text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #1e409f;
    display: block;
    float: right;
   
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.other_news{
	overflow: hidden;
	margin-top: 120px;
	width: 100%;
    background-color: #f4f4f4;
    padding: 90px 0;
}
.other_p{
	margin-top: 30px;
	font-size: 30px;
}

/*news_section3*/
.news_section3{
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
	padding: 20px;
}

/*联系我们*/
.mapBox{
	clear: both;
	width: 100%;
	position: relative;
}
.mapBox img{max-width:100%}
.ctsUsBox{
	width: 1200px;
	height: 320px;
	background-color:#fff;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: -130px;
	z-index:220;
}
.ctsUsBox .divT{
	clear: both;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #666666;
	font-size: 28px;
}
.ctsUsBox .divT2{
	clear: both;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #666666;
	font-size:14px;
}
.ctsUsBox .divT2 span{color:#37a16f}
.ctsUsBox .divT3{
	clear: both;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #37a16f;
	font-size:24px;
	font-weight: bold;
}
.ctsUsBox .divT4{
	clear: both;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #666666;
	font-size:24px;
}
.ctsUsBox .divT5{
	clear: both;
	overflow: hidden;
	height:30px;
	text-align: center;
	line-height: 30px;
	color: #666666;
	font-size:14px;
}
.map-info{
	padding: 20px;
}
.map-info h3 {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	color: #e02828;
	text-align: center;
}

.map-info h3:after {

	border-top: 4px solid #e02828;
	left: 0;
	bottom: -6px;
	width: 46px;
}

.map-info h4 {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
}

.list-paddingleft-2{
	width: 846px;
	margin: 20px auto;
}
.list-paddingleft-2 li{
	float: left;
	height: 40px;
	width: 400px;
	margin-left: 20px;
}

.list-paddingleft-2 li p{
	font-size: 16px;
}


/**/
.ck_section{
	padding-top: 40px;
}
.solution2 { padding-bottom: 0; }
.solution2 h1 { text-align: center; font-size: 18px; color: #333; margin-bottom: 35px; }
.solution2 h1 span { font-size: 24px; color: #da251d; }
.solution2 ul { overflow: hidden; padding-bottom: 60px; width: 1230px;}
.solution2 li { float: left; margin-right: 30px; width: 380px; margin-bottom: 30px;}
.solution2 li a { display: block; padding-bottom: 17px;}
.solution2 li span { display: block; overflow: hidden; }
.solution2 li img { transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; }
.solution2 li a:hover img { transform: matrix(1.04, 0, 0, 1.04, 0, 0); -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0); -o-transform: matrix(1.04, 0, 0, 1.04, 0, 0); -moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0); -ms-transform: matrix(1.04, 0, 0, 1.04, 0, 0); }
.solution2 li a:hover h2 { color: #296fb7; }
.solution2 li a:hover{background: #fff;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);transform: translate3d(0px, -8px, 0px);}
.solution2 li h2 {padding:0 16px;margin: 17px 0 10px 0; font-size: 15px; color: #333; font-weight: 600; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; }
.solution2 li p {font-size: 13px; color: #666; line-height: 22px; min-height: 45px;padding:0 16px;}
.solution2 li:first-child { margin-left: 0; }


.pro_cont_txt table td {
	border: 1px solid #cad3de;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.pro_cont_txt table tr td:first-child {
	background: #000;
	color: #fff;
}

/*在线客服*/
.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0;z-index: 999;}
.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#b12b2e;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../img/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../img/right_pic7.png)}
.side ul li i.bgs3{background-image:url(../img/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../img/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../img/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../img/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../img/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../img/right_pic7_on.png)}
.side ul li:hover i.bgs3{background-image:url(../img/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../img/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../img/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#b12b2e;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../img/leftewm.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;height:237px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:-79px;background:#b12b2e;}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../img/right_pic8.png) 28px center no-repeat;background-color:#b12b2e;}
.side ul li.sideetel .telBox dd.bgs2{background:url(../img/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}