body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td , button, i, em, span{margin: 0; padding: 0; border: 0; }
a,img{border:0;text-decoration:none;}
body,html{-webkit-overflow-scrolling:touch; }
*{list-style-type:none; font-family:"微软雅黑",'Microsoft YaHei'; font-style:normal; font-size:14px; line-height:1;box-sizing: border-box;}
input{-webkit-appearance:none; border-radius:0; background:#FFF;}
html::-webkit-scrollbar{display: none;-webkit-overflow-scrolling: touch; }
html {font-size: 62.5%; -ms-overflow-style:none; /*火狐下隐藏滚动条*/  overflow:-moz-scrollbars-none;}
/**图标**/

@media screen and (max-width: 1336px){
	#menus{
		display: none;
	}
	.page4-wrap{
		width: 1000px !important;
	}
}

 
.iconfont{font-family:"iconfont" !important;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}
.fl{
	float: left;
}
.fr{
	float: right;
}


.clearfix:after,
.clearfix:before{
	display: table;
	content: " "
}


.clearfix:after {
	clear: both
}
a{
	cursor: pointer;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    transition: background-color 5000s ease-in-out 0s !important;
} 
.us-form .us-input {
	box-shadow:0 0 0 60px rgba(0,0,0,0) inset;
	-webkit-text-fill-color: #FFFFFF;
}

.head-newsRight::-webkit-scrollbar{
	display: block!important;
}
.calmp1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.calmp2{
	overflow:hidden; 
	
	text-overflow:ellipsis;
	
	display:-webkit-box; 
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
.calmp3{
	overflow:hidden; 
	
	text-overflow:ellipsis;
	
	display:-webkit-box; 
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:3; 
}
.calmp4{
	overflow:hidden; 
	
	text-overflow:ellipsis;
	
	display:-webkit-box; 
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:4; 
}
.calmp6{
	overflow:hidden; 
	
	text-overflow:ellipsis;
	
	display:-webkit-box; 
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:6; 
}
.textColor{color: #004098;}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-top {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

 
 
 h6,span,a,p{font-weight: normal;}
 
 html, body {
   position: relative;
   height: 100%;
 }
 body {
   background: #eee;
   font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
   font-size: 14px;
   color:#000;
   margin: 0;
   padding: 0;
 }
 .swiper-container {
   width: 100%;
   height: 100%;
 }
 .swiper-slide {
   text-align: center;
   font-size: 18px;
 
   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
 }
 .Fourteen{margin-top: 14px;}
 .twentyTwo{margin-top: 22px;}
 .Seventyfour{margin-bottom: 74px;}
 .SeventyZ{margin-bottom: 70px;}
 .Sixty{margin-bottom: 60px;}

















.hmenu{
  background:url('../img/header-background.png') no-repeat center center; background-size: auto auto;
  position: absolute; left: 0; right: 0; top: 0
}
.p-divs{
  background:url('../img/casepBg.png') no-repeat center center;
  overflow: hidden;
  height: 420px;
}
.p-title{ text-align: center; margin-top: 230px; }
.p-title h6{font-size: 40px; color: #ffffff;}
.p-title span{ font-size: 18px; color: #ffffff; margin-top: 25px; display: block; text-align: center;}


.main-container{ width: 1200px; margin: 0px auto; }

.main-tips{  overflow: hidden; margin-top: 24px;}
.main-tips img{ float: left; }
.main-tips h6{ float: left; font-size: 12px; color: #999999; line-height:20px; margin-left: 10px; }

.nav-menu{ overflow: hidden; margin-top: 50px;}
.nav-menu li{ 
  float: left; 
  margin-right: 100px; 
  cursor: pointer;
  padding-left: 30px;
}
.nav-menu li:hover,.nav-menu .action{
  background:url('../img/list-activity.png') no-repeat left center;
}

.nav-menu li img{ float: left; width: 18px; height: 5px; margin-top: 10px; margin-right: 10px;}
.nav-menu li p{ font-size: 20px; color: #000000; float: left;}








.zero { transition: all 1s; transition-delay: 0.1s; transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -webkit-transform: rotateX(0deg);}
.logo { transition: all 1s; transition-delay: 0.1s; }
.hmenu {width: 100%; position: absolute; top: 0px; height: 120px; z-index: 11111; }
.menusTop { position: relative; }
.container { width: 1200px; margin: 0px auto; margin-top: 40px }
.tel { font-size: 22px; font-family: "gilory";border: 2px solid rgba(253, 237, 195, 0.5);border-radius: 50px;color: #fdecbf; cursor: pointer; position: absolute;right: 0px;height: 52px;line-height: 52px;padding: 0px 18px;}
.tel:hover { background: #fff; color: #150dd8; }

.omenu {
  border: 2px solid rgba(253, 237, 195, 0.5);
  border-radius: 50px;
  position: absolute;
  right: 320px;
  animation-delay: 0.3s;
}
.menu li {
  float: left;
  margin-left: 32px;
  height: 52px;
  line-height: 52px;
}
.menu li:last-child {
  margin-right: 43px !important;
}
.menu li a {
  color: #fff;
  font-size: 14px;
  display: block;
  height: 52px;
  line-height: 52px;
  position: relative;
  overflow: hidden;
}
.menu li a h6 {
  color: #fff;
  font-size: 14px;
  display: block;
  height: 52px;
  line-height: 52px;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.menu li a h6:nth-child(2) {
  color: #fdecbf;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0;
}
.menu li a h6:nth-child(1) {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.menu li a span {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.3s;
  transition-delay: 0;
  opacity: 0;
}
.menu li a:hover span {
  opacity: 1;
  bottom: 5px;
  transition: all 0.3s;
  transition-delay: 0.2s;
}
.menu li a:hover h6:nth-child(1) {
  transform: translateY(-52px);
  -moz-transform: translateY(-52px);
  -ms-transform: translateY(-52px);
  -webkit-transform: translateY(-52px);
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.menu li a:hover h6:nth-child(2) {
  transform: translateY(-52px);
  -moz-transform: translateY(-52px);
  -ms-transform: translateY(-52px);
  -webkit-transform: translateY(-52px);
  transition: all 0.3s;
  transition-delay: 0.5s;
  opacity: 1;
}


.gradient{
  FILTER: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#6e16cb', endColorstr='#1f20c5');
  background: -webkit-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
  background: -moz-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
  background: -ms-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
  background: -o-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
  background: linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
}


.pfoot {
    height: 145px;
    FILTER: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#6e16cb', endColorstr='#1f20c5');
    background: -webkit-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
    background: -moz-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
    background: -ms-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
    background: -o-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
    background: linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
}
.pfoot ul {
    max-width: 1200px;
    height: 145px;
    margin: 0px auto;
    padding-top: 46px;
}
.pfoot ul li {
    float: left;
    margin-right: 90px;
}
.pfoot ul li:last-child {
    float: right;
    margin-right: 0px;
}
.pfoot ul li h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 14px;
}
.pfoot ul li h6 img {
    width: 18px;
    height: 20px;
}

.pfoot ul li h6 a{
	color: #FFFFFF
}

.pagess {
    margin-top: 100px;
    width: 100%;
}
.pagess ul {
    max-width: 1200px;
    height: 90px;
    margin: 0px auto;
    text-align: center;
}

.pagess ul li {
    font-size: 17px;
    color: #585858;
    border: 1px solid #ccc;
    padding:0 12px;
    height: 38px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    margin-right: 8px;
}
.pagess ul li a {
    text-align: center;
    color: #666666
}
.pagess ul .pages-next,
.pagess ul .pages-prev {
    width: 74px!important;
    height: 38px;
}
.pagess .active {
	color: #ffffff;
	border: none
    FILTER: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#6e16cb', endColorstr='#1f20c5');
    background: -webkit-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
    background: -moz-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
    background: -ms-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
    background: -o-linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
    background: linear-gradient(top, #6e16cb 10%, #1f20c5 90%);
}
.pages-active a {
    color: #fff;
}
.new-pages {
    width: 100%;
}
.new-pages ul {
    width: 100%;
}
.new-pages ul li {
    width: 49%;
    float: left;
    box-shadow: 0px 0px 15px 6px #f1f0f0;
    margin-bottom: 24px;
    height: 175px;
}
.new-pages ul li:nth-child(2n) {
    float: right;
}
.new-pages ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.new-pages ul li a .n-time {
    border-right: 1px solid #dcdcdc;
    float: left;
    margin-top: 24px;
    height: 127px;
    width: 20%;
    text-align: center;
    display: inline-block;
}
.new-pages ul li a .n-time h6 {
    font-size: 30px;
    color: #000;
    margin-top: 32px;
}
.new-pages ul li a .n-time span {
    font-size: 14px;
    color: #000;
    margin-top: 25px;
    display: block;
}
.new-pages ul li a .n-content {
    float: right;
    width: 80%;
    padding: 0px 34px;
    margin-top: 24px;
}
.new-pages ul li a .n-content .n-head {
    color: #000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 20px;
}
.new-pages ul li a .n-content .n-middle {
    font-size: 12px;
    color: #000;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
}
.new-pages ul li a .n-content .n-bottom {
    font-size: 12px;
    color: #000;
}
.new-pages ul li a .n-bg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all 0.3s;
    transition-delay: 0s;
}
.new-pages ul li a .n-cha {
    width: 120px;
    height: 50px;
    position: absolute;
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0s;
}






.clamp1{display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.clamp2{display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.clamp3{display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}



.new-list ul li div h3,.new-category-list dl dt h3{  height: 20px; overflow: hidden;}
.new-list ul li div p{  height: 36px; overflow: hidden; }
.new-category-list dl a p{ height: 14px; overflow: hidden; }
/* .page-title-box{margin: 110px auto 0 auto;} */
@media screen and (max-width: 1440px){
	.us-bottom{
		/*width: 92%!important;*/
	}
}
@media screen and (max-width: 1366px){

	.pfoot ul{
		max-width: 1000px;
	}

	.pfoot ul li{
		margin-right: 26px;
	}

	/* .container{
		width: 1000px;
	}
	.tel{
		width: 234px;
		font-size: 19px;
	}
	.omenu{
		width: 514px;
		right: 260px;
	}
	.menu li{
		margin-left: 15px;
	} */

	.container{
		margin-top: 5px;
	}

	.hmenu{
		height: 70px;
	}

	.main-container .page-right img{
		width: 476px;margin-top: 50px;
	}

	.container{
		width: 1000px;
	}

	.logo{
		width: 180px;
		margin-top: 10px;
	}

	.omenu{
		right: 165px;
		margin-right: 20px
	}

	.menu li {
		margin-left: 30px!important;
	}

	.menu li:last-child{
		margin-right: 0!important;
	}

	.tel{
		width: 162px;
		font-size: 14px;
		height: 52px;
		line-height: 52px;
		padding: 0 8px!important;
	}

	.main-container{
		width: 1000px;
	}

	.left{
		width: 500px;
	}

	.right{
		width: 500px!important;
	}

	.nhover{
		
	}

	.list-box{
		width: 1000px!important;
	}

	.fp-controlArrow.fp-prev{
		left: 5px!important;
	}

	.fp-controlArrow.fp-next {
		right: 5px!important;
	}

	#menus{
		top: 20%!important;
	}

	.page1-background ul li img {
		/*margin-top: -160px!important;*/
	}

	.page2-list li{
		margin: 15px 0 0 0!important;
	}

	.page-title-box, .page-list{
		width: 1000px!important;
	}

	.B-info-box > img{
	    width: 411px!important;
	    height: auto!important;
	    margin-top: 65px!important;
	}

	.page3-list{
		width: 1000px!important;
	}
	.page3-list-box{position:relative; width:1000px !important; margin:0 auto}

	.page3-list li .page3-list-thumbnail span:nth-of-type(3) img {
		/*margin-left: -220px!important;*/
	}

	.page3-list-thumbnail img{
		/*margin-left: -10px;*/
	}

	.case-pc{
		left: 200px !important;
	}

	.page3-list li .page3-list-background{
		right: 0 !important;
	}

	.page3-list li .page3-list-thumbnail{
		width: 100% !important;
	}

	.page4-next {
		right: -10px !important;
	}

	.page4-prev{
		left: 70px !important;
	}

	.page4-content{
		width: 1000px !important;
		margin-left: -100px !important;
	}

	.page4-prev{
		left:0 !important;
	}

	.right{
		width: 395px !important;
	}

	.left{
		width: 395px !important;
	}
	
	.ds > .dsimg{
		position: absolute;
		left: 0
	}
	
	.ds p{
			margin-left: 34px !important;
	}
	
	.case_img{
		width: 1000px;
	}
	
	/* .main-container{
		width: 1100px!important;
	} */
	#new-list_top{
		margin-top: 100px !important;
	}
	
	#new-category-list_top{
		margin-top: 30px !important;
	}
	
	.page-title-box_top{
		margin-top: 27px !important;
	}
	
	.page-title-box .page-title-right{
		width: 400px;
	}
	
	.page-nav a, .page-nav span{
		margin-left: 20px !important;
	}
	
	.new-list ul{
		/*width: 1000px;*/
		margin: 0 auto;
	}
	
	.new-list ul li div h3{
		height: 20px;
	}
	.new-category-list_top{
		width: 1000px !important;
		margin-top: 30px !important;
	}
	.yiyuan_width{
		width: 1000px !important;
		margin: 50px auto !important;
	}
	.classic-bottom{
		width: 1000px !important;
		/* border: 1px red solid; */
	}
	.classic-bottom li{
		width: 120px !important;
		margin-right: 13px !important;
	}
	.main-container{
		width: 1000px !important;
	}
	.about-right img{
		width: 314px;
		margin-top: 50px !important;
	}
	.about-list{
		width: 73% !important;
	}
	.about-num{
		width: 77% !important;
	}
	.about-num li{
		margin-right: 62px !important;
	}
	.about-list li{
		margin-right: 11px !important;
	}
	.section-list{
		width: 1000px !important;
	}
	.map-select .tu2{
		right: -3.9% !important;
	}
	.map-select .tu3,.map-select .tu1{
		right: 15.1% !important;
	}
	.map-select .tu0{
		width: 54.5% !important;
	}
	.us-form {
		right: 14.8% !important;
		width:430px !important
	}
	
	.nav-menu li{
		margin-right: 44px !important;
	}
	.project-box .main-container .classicBanner{
		bottom: -29px !important;
		width: 473px !important;
	}
	.project-box .main-container{
		margin-top: 210px !important;
	}
}