html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0
}
body{
	min-width: 1300px;
}
a{
	text-decoration:none;
	out-line: nonecolor;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
	z-index: 2;
    background: #fff;
    border-bottom: solid #eee 1px;
    padding: 30px 0;
    transition:padding 0.5s;
    -moz-transition:padding 0.5s; 
    -webkit-transition:padding 0.5s; 
    -o-transition:padding 0.5s; 
}
.scro{
    padding: 10px 0;
}
.head-con {
    margin: 0 auto;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}

.header .head-left {
    float: left;
	margin-left: 10%;
}

.header .head-left img {
    max-height: 55px; 
    margin-top: -10px;
    margin-left: 120px;
}

.head-con ul {
    text-align: right;
    float: right;
	margin-right: 50px;
}

.head-con ul li {
    list-style: none;
    float: left;
    padding: 0 40px;
    text-align: center;
    color: #fff;
    font-family: "microsoft yahei";
}

.head-con ul li a:hover{
	color:#f8d01f;
}
.head-con ul li a {
    text-decoration: none;
    color: #333;
}

#pageContain {
    height: 100vh;
    position: relative;
}

.bg-img {
	min-width: 1300px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bg1.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.one {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}

.one-con {
    width: 1000px;
    height: 250px;
    margin: 0 auto;
}

.one-con .one-box {
    width: 700px;
    height: 250px;
    float: left;
    font-family: "microsoft yahei";
}

.one-box h3 {
    width: 600px;
    height: 50px;
    background: #f8d01f;
    color: #fff;
    font-size: 34px;
    text-indent: 30px;
    line-height: 50px;
    font-weight: normal;
}

.one-box p {
    width: 560px;
    height: 40px;
    background: #000000;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-indent: 15px;
    line-height: 40px;
    margin-top: 20px;
}

.one-box .one-font {
    width: 675px;
    height: auto;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-top: 10px;
}

.one-box button {
    width: 160px;
    height: 40px;
    background: #f8d01f;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 18px;
    outline: none;
    box-shadow: 2px 2px 5px #666666;
    margin-top: 10px;
    cursor: pointer;
}


/***第二页***/

.two-fa {
    padding-top: 60px;
    padding-bottom: 120px;
    /* overflow: hidden; */
}

.two {
    width: 1300px;
	
    margin: 0 auto;
    /* overflow: hidden; */
}

.two h3 {
    font-size: 25px;
    color: #000000;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

.two .two-p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-family: "Myriad Pro"
}

.two-yellow {
    width: 80px;
    height: 8px;
    background: #f8d01f;
    margin: 0 auto;
    margin-top: 15px;
}

.two-con {
    width: 100%;
	min-width: 1300px;
    height: auto;
    border-top: solid #000000 2px;
}

.two-con .two-font {
    width: 100%;
    height: 185px;
    line-height: 185px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-family: "microsost yahei";
}

.two-content {
    width: 100%;
    margin: 0 auto;
}

.two-content ul li {
    width: 350px;
    height: 310px;
    border: solid #ccc 1px;
    float: left;
    margin-left: 60px;
    position: relative;
    overflow: hidden;
}

.two-content ul li img {
    width: 350px;
    height: 310px;
}
/* 
.two-content ul li .tier {
    width: 310px;
    height: 310px;
    padding: 0 20px;
    position: absolute;
	min-width: 1300px;
    left: 0;
    top: 240px;
    background: url("../images/hover.png");
    cursor: pointer;
    font-family: "microsoft yahei";
} */

.hover {
    border: solid #fff 1px;
    border-left: none;
    border-right: none;
}
.tier{
	width:310px;
	padding: 0 20px;
	height: 310px;
	position: absolute;
	top:240px;
	cursor: pointer;
	background: url("../images/hover.png");
}
.tier>h4 {
    height: 70px;
	line-height: 70px;
    border-left: none;
    border-right: none;
    color: #fff;
    font-size: 20px;
	text-align: center;
    font-weight: normal;
	/* margin-top: 20px; */
	
}

.tier p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}
.more{
	display: block;
	width: 60px;
	margin-left: 260px;
	height: 80px;
	display: inline-block;
	font-size: 16px;
}
.more:hover{
	color: #f93!important;
}
.tier .know-more {
    
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    margin-top: 50px;
}

.know-more a {
    color: #fff;
    text-decoration: none;
}


/*第三页*/

.page3 {
	clear: both;
	min-width: 1300px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
	top:60px;
    background-color: rgba(0,0,0,0.5);
}

.page3-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('../images/2.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.three {
    width: 1300px;
    margin: 0 auto;
}

.three-box {
    border-bottom: solid #fff 1px;
}

.three-box h3 {
    font-size: 25px;
    color: #fff;
    font-family: "microsoft yahei";
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

.three-box .three-p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-family: "Myriad Pro";
    color: #fff;
}

.three-font {
    width: 650px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.three-font .p-intrp {
    color: #ffffff;
    font-family: "microsoft yahie";
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
}

.three-font ul {
    margin-top: 30px;
}

.three-font ul li {
    list-style: none;
    color: #ffffff;
    font-size: 18px;
    font-family: 'microsoft yahie';
    line-height: 40px;
    background-image: url("../images/yellow-ico.png");
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: 30px;
    margin-left: 80px;
}


/*第四页*/

.page4 {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
}

.page4 .fore {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.fore-top {
    color: #000000;
    border-bottom: solid #000000 1px;
}

.fore-top h3 {
    font-size: 25px;
    font-family: "microsoft yahei";
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

.fore-top .three-p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-family: "Myriad Pro";
}

.fore-content {
    width: 100%;
    height: auto;
    padding-top: 60px;
}

.fore-content-left {
    width: 55%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 60px;
    padding-right: 50px;
    color: #000000;
    font-family: "microsoft yahei";
}

.fore-content-left p {
    font-size: 14px;
    line-height: 26px;
}

.fore-content-left p em {
    font-size: 24px;
    font-style: normal;
}

.fore-content-right {
    width: 45%;
    float: right;
}

.fore-content-right img {
    width: 100%;
}


/*第五页*/

.page5 {
    position: relative;
	min-width: 1300px;
    padding-bottom: 10px;
    padding-top: 50px;
    background-color: rgba(0,0,0,0.6);
}

.page5-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('../images/4.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.five-content {
    width: 1300px;
    margin: 0 auto;
}

.five-top {
    color: #fff;
    border-color: #fff;
    margin-bottom: 50px;
}

.five-picture {
    width: 100%;
    height: 270px;
}

.main-side {
    width: 1000px;
    margin: 0 auto;
}

.slide {
    width: 1000px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.slide-ul {
    position: relative;
    width: 8640px;
    margin: 0 0 0 -5px;
}

.slide-ul li {
    display: inline-block;
    width: 230px;
    height: 200px;
    padding: 0 10px;
    overflow: hidden;
}

.slide-ul a {
    display: block;
    width: 230px;
    height: 350px;
    overflow: hidden;
    color: #fff;
}

.info-btn {
    height: 22px;
    overflow: hidden;
    margin: 0 auto;
    padding: 11px 0;
    zoom: 1;
    margin-top: 20px;
	display: flex;
	justify-content: center;
}

.info-btn li {
    float: left;
    padding: 0 10px;
    list-style: none;
}

.info-btn li span {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.info-btn .info-cur span,
.info-btn .info-hover span {
    background: #f8d01f;
}


/*第六页*/

.page6 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.beacuse-p {
    width: 100%;
	
    font-size: 23px;
    color: #000000;
    line-height: 80px;
    text-align: center;
    font-family: "宋体";
}

.page6-contact {
    width: 950px;
    height: 150px;
    margin: 0 auto;
    margin-top: 30px;
}

.page6-contact ul li {
    list-style: none;
    width: 196px;
    height: 110px;
    border: solid #000000 1px;
    float: left;
    margin-left: 35px;
    text-align: center;
    padding-top: 35px;
}

.page6-contact ul li p {
    width: 100%;
    color: #000000;
    line-height: 50px;
    font-size: 12px;
}

.page6-contact ul li i {
    width: 100%;
    height: 50px;
    vertical-align: middle;
    display: inline-block;
}


/*底部*/

footer {
    width: 100%;
	min-width: 1300px;
    height: 50px;
    background: #222222;
}

.footer-center {
    width: 1300px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

/***联系我们***/
.give-advise{
    margin-top: 30px;
    font-family: "microsoft yahei";
    color: #000000;
    font-size: 15px;
    line-height: 25px;
}
.contack-bg{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/contack-img.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.contack-way{
    margin-top: 30px;
}
.three-font .contack-way li{
    color: #000000;
    font-size: 16px;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    text-indent: 40px;
}
.three-font .contack-way li:nth-child(2){
    background-position: 5px center !important;
}

.task-bg{
    width: 1140px;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}
.contack-img{
    position: relative;
    height: 380px;
}
.contack-img img{
    width: 100%;
    height: 380px;
}

/**服务方向**/
.server-img{
    width: 100%;
	min-width: 1300px;
    height: 450px;
    position: relative;
}
.server-img img{
    width: 100%;
    height: 450px;
}
.service-top{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.service-side{
    width: 1100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
}
.service-side ul li{
    width: 49.8%;
    height: 40px;
    background: #626262;
    font-size: 16px;
    font-family: "microsoft yahei";
    float: left;
    list-style: none;
    text-align: center;

}
.service-side ul li:hover{
    cursor: pointer;
}
.service-side ul li:nth-child(1){
    border-right: solid #fff 1px;
}
.service-side ul li.orange{
    background: #f19149;
}
.service-con{
    width: 100%;
    height: auto;
}
.service-box{
    width: 100%;
    height: auto;
    margin: 0 auto;
    
}
.service-con .service-box:nth-child(1){
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.service-box2{
    width: 100%;
    background: #eeeeee;
    height: auto;
    overflow: hidden;

    
}
.service-box ul li{
    font-family: "microsoft yahei";
    width: 100%;
    border-bottom: solid #ccc 1px;
    list-style: none;
    padding-top: 30px;
    padding-bottom: 5px;

}
.service-box ul li p{
    width: 100%;
    color: #222222;
    font-size: 14px;
    line-height: 40px;

}
.service-box ul li p span{
    font-size: 20px;
    color: #0096ff;
}
.service-one{
    width: 1100px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 40px 0;

}
.service-one-left,.service-one-right{
    width: 50%;
    float: left;
    font-family: "microsoft yahei";
    
}
.service-con-list h4{
    font-size: 22px;

    color: #343434;
    font-weight: normal;
    line-height: 70px;
    margin-bottom: 20px;
}
.service-con-list p{
    font-size: 18px;
    color: #343434;
    line-height: 35px;
}
.service-con-list a{
    width: 160px;
    height: 40px;
    background: #a0a0a0;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}
.service-one-right img{
    width: 100%;
    height: 300px;
}
.service-two{
    width: 100%;
    height: 400px;
    background: url("../images/server-bg.png") no-repeat;

}
.service-two-con{
    width: 1100px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 60px;
    
}
.service-two-con h4,.service-two-con p{
    color: #fff;
}
.service-three{
    padding-left: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/**关于我们**/
.about-bg-main{
    position: relative;
    height: 380px;
}
.about-bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../images/about-bg.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.about{
    width: 100%;
	min-width: 1300px;
    height: auto;
    padding-top: 50px;
}
.about-top{
    width: 1100px;
    height: auto;
    margin: 0 auto;
}
.about-content{
    width: 100%;
    height: auto;
    padding: 80px 0;
    overflow: hidden;
}
.about-left{
    width: 50%;
    float: left;
}
.about-left img{
    width: 100%;
    height: 515px;
}
.about-right{
    width: 50%;
    float: left;
    background: #f2f2f2;
    height: 515px;
    padding: 30px 40px;
    padding-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}
.about-con-logo{
    width: 220px;
    height: 50px;
    border-bottom: solid #d9d9d9 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.about-con-list{
    padding-top: 10px;
    font-family: "microsoft yahei";
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
}
.about-con-list p{
    font-family: "microsoft yahei";
    width: 100%;
    text-indent: 2em;
    margin-bottom: 15px;
}
.about-book{
    width: 100%;
    height: 580px;
    background: #2a284d;
    color: #fff;
    padding-top: 50px;
}
.about-book .fore-top{
    color: #fff;
    border-color: #fff;
}
.about-book-con{
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

/**产品展示***/
.product-top{
    position: relative;
   	height: 380px;
}
.proudct-bg{
    position: absolute;
	min-width: 1300px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../images/product-bg.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.product-content-bg{
	background-color: #F6F6F6;
}
.product-content{
    width: 1300px;
    height: auto;
    padding-top: 30px;
    margin: 0 auto;
    margin-top: 80px;
    overflow: hidden;
    margin-bottom: 100px;
}
.product-con-tit{
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-family: "microsoft yahei";
    height: auto;
    height: 40px;
    line-height: 40px;
    
}
.con-tit-left{
    float: left;
}
.con-tit-right{
    float: right;
}
.con-tit-right ul li{
    padding: 0 30px;
    display: inline-block;
    list-style: none;
    cursor: pointer;
}
.product-con-list{
    width: 100%;
}
.product-con-box{
    width: 100%;
    display: none;
}
.product-con-box ul li{
    width: 255px;
    height: 230px;
    float: left;
    margin-right: 20px;
    list-style: none;
    color: #fff;
    font-family: "microsoft yahei";
    position: relative;
   
}
.product-con-box ul li h3{
    position: absolute;
    top: 30px;
    left: 80px;;
    font-size: 20px;
    
}
.product-con-box ul li p{
    position: absolute;
    top: 75px;
    left: 115px;
    font-size: 12px;
    line-height: 17px;

}

.product-con-box ul li a{
    position: absolute;
    left: 115px;
    top: 175px;
    padding: 5px 10px;
    color: #fff;
    border: solid #fff 1px;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
   
}
.product-con-box ul li img{
    width: 100%;
}



/* 图片放大 */
.zoom{
	position: fixed;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.5);
	
	display: none;
}
.zoom-img{
	width:30%;
	animation-name: zoom;
	animation-duration: 0.6s;
	margin: 0 auto;
	margin-top:200px;
	position: relative;
}
.close{
	position: absolute;
	top:-40px;
	right: -40px;
	z-index: 10;
}
@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}





/* 合作项目 */

.product-content{
			width: 1300px;
			padding: 30px 0px;
		}
		.product-nav{
			width:240px;
			float: left;
			height: 500px;
			padding:0 20px;
		}
		.product-main{
			width:1000px;
			float: right;
			padding-right: 18px;
			
		}
		.pro-li{
			padding: 0px;
			border-bottom: 1px solid #C0C0C0;
		}
		.pro-li li{
			list-style: none;
			clear: both;
		}
		.pro-li li:first-child{
			 color: #000000;
			 font-size: 20px;
			 font-weight: bold;
			 padding: 20px 0;
			 
		}
		.pro-li li:not(:first-child){
			padding: 10px 0;
			padding-left: 35px;
		}
		.pro-li li:not(:first-child):hover{
			background-color: 	#CCCCCC;
			color: #fff;
		}
		
		.sanjiao{
			display: inline-block;
			line-height: 50px;
			width: 0;
			height: 0;
			border: 10px solid;
			float: left;
			margin: 0 10px;
			margin-top: 10px;
			border-color:#000 transparent transparent ;
		}
		.active{
			background-color: #FFB90F!important;
		}
		
/* 微工案例 */
.case {
	width: 1300px;
	height: 200px;
	clear:both;
	margin: 40px auto 0;
}
.case img{
	width: 400px;
	height: 150px;
	float: left;
	margin-left: 30px;
}
.case p{
	width: 780px;
	float: left;
	text-indent: 32px;
}
.case h3{
	text-align: center;
	margin-bottom: 20px;
	font-size:28px ;
}
.line{
	height: 2px;
	width: 500px;
	background-color: #F2F2F2;
	margin: 0 auto;
}

/*产品介绍*/

.cpjs{
	width: 1300px;
	margin: 0 auto;
}
.cpjs h3{
	text-align: center;
	margin-top: 30px;
}
.cpjs p{
	width: 760px;
	margin: 20px auto;
	text-align: center;
}
