/*公共样式*/
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: "微软雅黑";
	color: #666666;
}
ul,ol,li{
	list-style-type: none;
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
	/*display: block;*/
}
input,textarea{
	outline: none;
	border: none;
}
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*----------------index-----------------*/
.header{
	background: url(../images/bg_01.png) no-repeat;
	width: 100%;
	/*height: 100px;*/
	min-width: 1200px;
}
.header-all{
	width: 1200px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.logo{
	padding-top: 25px;
}
.header-right{
	width: 952px;
	/*overflow: hidden;*/
}
.pic{
	width: 16px;
	height: 14px;
	margin-left: 12px;
	display: inline-block;
}
.pic1{
	width: 2px;
	height: 17px;
	display: inline-block;
	padding: 0 3px;
	margin-bottom: -2px;
}
.shape{
	width: 89px;
	background: url(../images/bg6_03.png) no-repeat;
}

.header-up{
	width: 445px;
	padding-top: 12px;
	height: 31px;
	line-height: 31px;
	/*overflow: hidden;*/
	margin-right: 13px;
	margin-left: 507px;
}
.shape-word{
	padding-left: 15px;
}
.header-down{
	width: 952px;
	position: relative;
	/*overflow: hidden;*/
}
.header-down >ul .gun >a{
	color: #00A0E9;
}
.header-down >ul .gun{
	background: url(../images/pic1_06.png) no-repeat;
}
.header-down >ul >li{
	float: left;
	width: 82px;
	margin-left: 14.5px;
	text-align: center;
	line-height: 57px;

}
.sub{
	position: absolute;
    z-index: 1001;
    width: 703px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
    border-radius: 0 0 12px 12px;
    right: 0;
    transition:all 1s;
    height: 0px;
    background: #fff;
	overflow:hidden;
}
.header-down>ul>li:hover .sub{
	border: 1px solid #CCC;
	padding-top: 30px;
    padding-bottom: 50px;
	height: 257px !important;
}
.sub_list li a{
	font-size: 13px;
	color: #666666;
}
.sub_list{
	float: left;
    width: 140px;
    line-height: 30px;
    margin: 10px 0;
    text-align: none;
    text-align: left;
    
}
.sub_list li{
	background:url(../images/pic85_03.png) 30px 12px no-repeat;
    padding-left: 45px;
}
.sub_list a:hover{
	color: #1e54a1;
}
.sub_pic .content1 {
    float: left;
    width: 209px;
    margin-right: 30px;
    overflow: hidden;
    padding-top: 18px;
}
.sub_pic .content1 .title {
	  line-height: 30px;
}
.sub_pic .content1 .title a{
   /* font-weight: bold;*/
  font-size: 13px;
    color: #666;
  
}
.sub_pic .content1 img {
    float: left;
    width: 209px;
    height: 130px;
    margin-bottom: 10px;
}
.sub_pic .content1 .description {
    height: 80px;
    text-align: left;
    color: #888;
    font-size: 12px;
    overflow: hidden;
    line-height: 20px;
}
.sub_pic .line {
    float: left;
    width: 1px;
    height: 265px;
    margin-right: 30px;
    background: #fff;
    border-left: 1px solid #ddd;
}

.header-down >ul >li:hover{
	background: url(../images/pic1_06.png) no-repeat;
}
.header-down >ul >li:hover >a{
	color: #00a0e9;
}
.header-down >ul >li:first-child{
	margin-left: 0;
}
.shape a,.shape-word p,.header-down >ul >li >a{
	font-size: 16px;
	color: #666666;
}
/*内容开始*/
/*banner开始*/
.banner{
	width: 100%;
	min-width: 1200px;
}
.banner img{
	width: 100%;
	vertical-align: middle;
}
.banner-lunbo{
	position: relative;
}
.banner-an{
	width: 200px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	border-radius: 10px;
	z-index: 9999;
	position: absolute;
	left: 45%;
	text-align: center;
	bottom: 5%;
}
.banner-lunbo .swiper-pagination{
	margin-left: 11px;
}
.banner-lunbo .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: url(../images/pic79_03.png);
	opacity: 1;
	margin-left: 10px;
}
.banner-lunbo .swiper-pagination-bullet-active{
	background: url(../images/pic58_03.png);
	width: 20px;
	height: 20px;
	margin-bottom: -3px;
}
.phone{
	background: #00a0e9;
	position: fixed;
	right: 0;
	top: 280px;
}
.phone1{
	background: #666666;
	position: fixed;
	right: 0;
	top: 385px;
}
.phone,.phone1{
	width: 246px;
	height: 68px;
	line-height: 68px;
	z-index: 999;
}
.phone a,.phone1 a{
	font-size: 20px;
	color: #fff;
}
.phone a:before,.phone1 a:before{
	content: "";
	display: inline-block;
	width: 34px;
	height: 40px;
	background: url(../images/pic57_03.png) no-repeat;
	vertical-align: middle;
	margin: 0 17px;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
/*业务项目*/
.project{
	padding-top: 80px;
}
.project-title{
	/*margin: 80px 0 60px;*/
	text-align: center;
	background: url(../images/pic50_03.png) no-repeat 480px;
}
.project-title h2{
	font-weight: 500;
	color: #e50012;
	font-size: 24px;
}
.project-title p{
	font-size: 14px;
	color: #666666;
}
.project-list ul{
	overflow: hidden;
}
.project-list ul li{
	float: left;
	margin-left: 29px;
	margin-bottom: 30px;
	position: relative;
}
/*.project-list ul li img{
	filter:grayscale(100%);
}*/
.pic3{
	display: none;
}
.project-list ul li:hover .pic2{
	display: none;
}
.project-list ul li:hover .pic3{
	display:block;
}
.project-list ul li:nth-child(3n+1){
	margin-left: 0;
}
.li-word{
	width: 137px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	border:2px solid #FFFFFF;
	position: absolute;
	background:rgba(0,0,0,.2);
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.li-word a{
	color: #fff;
	font-size: 16px;
}
/*业务项目结束*/
/*服务客户开始*/
.service{
	padding-bottom: 45px;
}
.service-title{
	text-align: center;
	margin: 45px 0 50px;
}
.service-title h2{
	color: #666666;
	font-size: 30px;
	font-weight: 500;
	background: url(../images/bg1_03.png) no-repeat center;
}
.service-pic {
	position: relative;
}
.service-pic .swiper-button-next,.service-pic .swiper-container-rtl .swiper-button-prev{	
		background-image:url(../images/pic30_45.png);
}
.service-pic .swiper-button-next:hover,.service-pic .swiper-container-rtl .swiper-button-prev:hover{
	background-image:url(../images/pic29_41.png);
}
.service-pic .swiper-button-prev,.service-pic .swiper-container-rtl .swiper-button-next{
	background-image:url(../images/pic30_44.png);
}
.service-pic .swiper-button-prev:hover,.service-pic .swiper-container-rtl .swiper-button-next:hover{
		background-image:url(../images/pic29_42.png);
}
.service-pic .swiper-button-next,.service-pic .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    background-size:100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.service-pic .swiper-button-next{
	margin-right: -15px;
}
.service-pic .swiper-button-prev {
	margin-left: -15px;
}
.service-list{
	width: 1075px;
	margin:  0 auto;
}
.service-pic ul{
	overflow: hidden;
}
.service-pic ul li{
	float: left; 
	margin-left: 33px;
	margin-bottom: 27px;
}
.service-pic ul li:first-child{
	margin-left: 0;
}
.service-pic ul li:nth-child(5n+1){
	margin-left: 0;
}
.service-pic ul li:nth-child(11){
	margin-left: 0;
}
.service-pic ul li img{
	border: 1px solid #d0d0d0;
}
/*服务客户结束*/
/*经典案例开始*/
.case{
	padding-top: 80px;
   background: url(../images/bg2_02.png);
}
.project-title{
	margin: 0 0 50px;
	text-align: center;
	background: url(../images/pic60_03.png) no-repeat 480px;
}
.case-list ul {
	overflow: hidden;
}
.case-list ul li{
	float: left;
	margin-left: 57px;
	margin-bottom: 56px;
	position: relative;
}
.case-phone{
	width: 362px;
	overflow: hidden;
	border-radius: 10px;
}
.case-phone img{
	transition: all 0.6s;
	
/*	height: 260px;*/
}
.case-list ul li .case-phone:hover img{
	transform: scale(1.1);
	
}
.case-list ul li:nth-child(3n+1){
	margin-left: 0;
}
.case-word{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(102,102,102,.8);
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	overflow: hidden;
}
.case-list ul li:hover .case-word{
	background: rgba(0,160,233,.8);
}
.case-left{
	margin-left: 17px;
}
.case-left p{
	color: #fff;
	font-size: 16px;
}
.case-right{
	margin-right: 17px;
}
.case-right img{
	display: inline-block;
	padding-top: 13px;
}
/*经典案例结束*/
/*关于我们开始*/
.about{
	  padding-bottom: 57px;
}
.about-title{
	margin: 90px 0 50px;
}
.about-title h2{
	background: url(../images/pic11_03.png) no-repeat center;
}
.about-pic{
	overflow: hidden;
	background: #666666;
}
.about-right{
	position: relative;
	margin-left: -60px;
}
.about-right img{
	width: 100%;
	height: 100%;
}
.about-word{
	position: absolute;
	left: 66px;
	top: 40px;
	width: 555px;
}
.about-word p{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	text-indent: 2rem;
}

.more{
	margin:  0 auto;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #00a0e9;
	border: 4px solid #99d9f6;
	margin-top: 50px;
	border-radius: 5px;
}
.more a{
	color: #FFFFFF;
	font-size: 20px;
}
/*关于我们结束*/
/*4大优势开始*/
.advantage{
	min-width: 1200px;
	padding-bottom: 65px;
}
.advantage-pic img{
	width: 100%;
}
.advantage-all{
	overflow: hidden;
	width: 1200px;
	margin: 0  auto;
}
.left-title{
	padding-top: 50px;
}
.left-title{
	overflow: hidden;
}
.left-pic {
	margin-right: 10px;
}
.left-word h2{
	color: #e50012;
	font-size: 20px;
	font-weight: 500;
}
.left-word p{
	font-size: 12px;
	color: #666666;
}
.left-ul{
	margin: 20px 0 50px 35px;
}
.left-ul ul li p,.right-ul ul li p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-left: 20px;
}
.left-ul ul li:nth-child(odd){
	background: url(../images/pic48_15.png) no-repeat 2px;
	
}
.left-ul ul li:nth-child(odd):hover p{
	color: #e50012;
}
.left-ul ul li:nth-child(even){
	background: url(../images/pic49_18.png) no-repeat 2px;
}
.left-ul ul li:nth-child(even):hover p{
	color: #00A0E9;
}
.advantage-right{
	position: relative;
}
.right-title {
	overflow: hidden;
}
.right-pic{
	position: absolute;
	left: -150px;
	top: 0;
}
.advantage-right{
	width: 566px;
	padding-top: 335px;
}
.right-ul{
	margin-left: 35px;
}

.right-pic1{
	left: -100px;
	top: 40px;
}
/*4大优势结束*/
/*资质证书开始*/
.honner{
	background: url(../images/bg4_02.png) no-repeat;
}
.honner-all{
	width: 1200px;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 30px;
}
.honner-title{
	margin: 0 0 60px;
}
.honner-title h2{
	background: url(../images/bg3_03.png) no-repeat center;
}
.honner-list ul {
	overflow: hidden;
	padding-top: 10px;
}
.honner-list ul li{
	float: left;
	margin-left: 52px;
	margin-bottom: 45px;
	width: 253px;
}
.honner-list ul li img{
	border: 6px solid #fff;
	 box-shadow: 0px 0px 15px rgba(0,0,0,.21);
}
.honner-list ul li:first-child{
	margin-left: 10px;
}
.honner-list ul li:nth-child(5){
	margin-left: 10px;
}
/*资质证书结束*/
/*新闻中心开始*/
.news-all{
	width: 1200px;
	margin: 0 auto;
}
.news-title{
	margin: 40px 0;
}
.news-title h2{
	background: url(../images/bg10_03.png) no-repeat center;
}
.news-list ul{
	overflow: hidden;
	padding-bottom: 75px;
}
.news-list ul li{
	float: left;
	overflow: hidden;
	width: 560px;
	padding-bottom: 20px;
	border-top: 1px solid #f1f1f1;
}
.news-list ul li a{
	overflow: hidden;
}
.news-list ul li:hover{
	background: #00a0e9;
}
.news-list ul li:hover p{
	color: #FFFFFF;
}
.news-list ul li:nth-child(odd){
	margin-right: 80px;
}
.news-list ul li:nth-child(5),.news-list ul li:nth-child(6){
	border-bottom: 1px solid #f1f1f1;
}
.li-d{
}
.li-left{
  width: 65px;
  padding-top: 30px;
  padding-left: 15px;
}
.li-left p{
	font-size: 42px;
	color: #666666;
}
.li-title{
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 7px;
}
.li-w p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.li-right{
	width: 480px;
	padding-top: 15px;
	padding-bottom: 10px;
}
/*新闻中心结束*/
/*底部开始*/
.footer{
	background: url(../images/bg5_33.png) no-repeat center;
	min-width: 1200px;
	position: relative;
}
.ding-h{
	position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0,.2);
}
.footer-all{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 18px;
}
.footer-up{
	overflow: hidden;
}
.footer-title{
	padding: 30px 0 15px;
	z-index: 999;
	position: relative;
}
.footer-title h2{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 500;
}
.footer-title h2:before{
	content: "";
	display: inline-block;
	width: 4px;
	margin-top: -3px;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(../images/pic72_03.png) no-repeat;
}
.footer-list ul {
	overflow: hidden;
}
.footer-list ul li{
	float: left;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
}
.footer-list ul li:nth-child(2){
	width: 210px;
}
.footer-list ul li:nth-child(3){
	width: 240px;
}
.footer-list ul li:nth-child(3n+1){
	width: 270px;
}
.li-img{
	position: relative;
}
.li-p{
	padding-top: 10px;
	margin-left: 15px
}
.footer-list li p{
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
.li-p2{
	padding-top: 40px;
}
.li-p3{
	padding-top: 18px;
}
.li-p4{
	padding-left: 38px;
}
.li-p5{
	padding-left: 30px;
}
.up-pic{
	position: relative;
}
.footer-dowm{
	background: #00a0e9;
	height: 50px;
	line-height: 50px;
}
.footer-dowm p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
/*底部结束*/
/*----------------------------list-------------------*/
.ny-nav{
	 padding: 35px 0 30px;
}
.ny-list{
	float: left;
}
.ny-nav a{
	color: #333333;
	font-size: 16px;
}
.ny-nav a:hover{
	color: #00a0e9;
}
/*万达项目开始*/
.wan{
	padding-bottom: 80px;
}
.wan-title{
	text-align: center;
	border-top: 1px solid #646464;
	padding-top: 50px;
}
.wan-title h2{
	color: #0092dc;
	font-size: 30px;
	font-weight: 500;
}
.wan-title img{
	padding-top: 10px;
	width: 48px;
	height: 2px;
	margin: 0 auto;
}
.wan-pic{
	padding: 45px 0 50px;
	overflow: hidden;
	border-bottom: 1px solid #a0a0a0;
}
.wan-right{
	width: 545px;
}
.wan-word p{
	font-size: 18px;
	color: #818181;
	line-height: 43px;
}
.telephnoe{
	width: 379px;
	height: 37px;
	margin: 25px 0;
	background: url(../images/pic77_03.png) no-repeat;
}
.telephnoe a{
	display: inline-block;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
}
.telephnoe a:last-child{
	margin-top: 4px;
}
.telephnoe img{
	padding-top: 4px;
	width: 24px;
	margin: 0 20px 0 35px;
}
.wan-pic1{
	position: relative;
}
.wan-lunbo{
	margin: 0 auto;
	width: 462px;
}
.wan-pic1 .swiper-button-next,.wan-pic1 .swiper-container-rtl .swiper-button-prev{	
		background-image:url(../images/pic54_14.png);
}
.wan-pic1 .swiper-button-prev,.wan-pic1 .swiper-container-rtl .swiper-button-next{
	background-image:url(../images/pic53_11.png);
}
.wan-pic1 .swiper-button-next,.wan-pic1 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 39px;
    z-index: 10;
    cursor: pointer;
    background-size:100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.wan-pic1 .swiper-button-next{
	margin-right: -10px;
}
.wan-pic1 .swiper-button-prev {
	margin-left: -10px;
}
.anli{
	width: 118px;
	height: 37px;
	font-size: 18px;
	background: #0092dc;
	color: #fff;
	line-height: 37px;
	text-align: center;
	margin-top: -20px;
}
.wan-new{
	padding-top: 40px;
}
.wan-new p{
	text-indent: 2rem;
	line-height: 25px;
}
.wan-p{
	padding-top: 15px;
	text-indent: 0 !important;
}
.wan-lian {
	padding-top: 45px;
}
.wan-lian p{
	text-indent: 0 !important;
}
.wan-lian a,.wan-new p{
	font-size: 14px;
	color: #333333;
}
/*万达项目结束*/
/*-----------------list1-------------------*/
.case1{
	padding-top: 0;
	border-top: 1px solid #646464;
	padding-bottom: 65px;
}
.case1-title{
	margin: 40px 0 25px;
}
.case1-list ul{
	display: none;
}
.case1-list ul:first-child{
	display: block;
}
.case-nav{
	display: table;
	margin: 0 auto;
}
.case-nav ul {
	overflow: hidden;
	padding-bottom: 40px;
}
.case-nav ul li{
	float: left;
	width: 102px;
	height: 30px;
	line-height: 30px;
	color: #646464;
	font-size: 16px;
	text-align: center;
	margin-left: 25px;
	border-radius: 20px;
	border:1px solid #b8b7b8 ;
}
.case-nav ul li a{
	line-height: 30px;
	color: #646464;
	font-size: 16px;
}
.case-nav ul li:first-child{
	margin-left: 0;
}
.active{
	background: #0092dc;
}
.active a{
	color: #FFFFFF !important;
}
.xia{
	width: 279px;
	height: 25px;
	margin: 0 auto;
}

