﻿ /*轮播*/
.carousel{
    line-height: 0;
    font-size: 0;
}
.icon-btn {
    display: block;
    height: 61px;
    width: 31px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.prev {
    background: url(../images/prev.png) no-repeat;
    left: 50%;
}
.next {
    background: url(../images/next.png) no-repeat;
    right: 50%;
}

.btn_banner {
    display: block;
    height: 40px;
    width: 145px;
    border: #d7d7d7 1px solid;
    color: #fff;
    margin: 0 auto 5%;
    line-height: 40px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.btn_banner:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;

}
.suoy>li {
    background: #fff;
    height: 5px;
    width: 5px;
    margin: 0 1px;
}

.suoy .active {
    background: #ed9c00;
    border: none;
    height: 5px;
    width: 5px;
    margin: 0 1px;
}

@media screen and (min-width: 1024px) {
    .suoy>li {
        width: 50px !important;
        height: 3px;
        border: none;
    }
    .suoy .active {
        width: 50px;
        height: 3px;
        animation: myrepeat 4s;
        -webkit-animation: myrepeat 4s;
    }
    @keyframes myrepeat {
        from {
            width: 0;
        }
        to {
            width: 50px;
        }
    }
    @-webkit-keyframes myrepeat {
        from {
            width: 0;
        }
        to {
            width: 50px;
        }
    }
}

@media screen and (max-width: 767px) {
    .lunbo ol {
        bottom: 0
    }
}

/*核心业务*/
.cont-title{
    font-size: 32px;
    color: #595757;
    text-align: center;
}
.cont-tit{
    font-size: 16px;
    color: #898989;
    text-align: center;
}
.business{
    padding-top: 120px;
    padding-bottom: 170px;
    background-color: #f6f6f6;
}
.business .cont-tit{
    padding-bottom: 96px;
}
.row{
    margin: 0;
}
.yx {
    transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}

.yx p {
    margin-top: -1px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #898989;
    transition: all 0.35s ease-in-out;
    margin-bottom: 0;
    background-color: #ebebec;
}

.yx img {
    width: 100%
}

.yx:hover {
    box-shadow: 0px 2px 5px #ddd;
    transform: translate(0px, -25px);
    cursor: pointer;
}

.yx:hover p {
    color: #ffffff;
    background-color: #f39800;
}
/*
.hui {
    -webkit-filter: grayscale(1); /* Webkit */
/*    filter: gray; /* IE6-9 */
/*    filter: grayscale(1); /* W3C */
 /*   -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.5s ease-in-out;
}
*/
@media screen and (max-width: 760px){
    .business {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .business .cont-tit {
        padding-bottom: 40px;
    }

}
/*企业管家*/
.comkeeper{
    background-color: #ffffff;
    padding: 80px 0;
}
.comkeeper .cont-tit{
    padding-bottom: 36px;
}
.comkeeper-item{
    height: 192px;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 26px;
    background-color: #efefef;
    transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.comkeeper-item p{
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.comkeeper-item img{
    padding-bottom: 20px;
}
.property{
    background-color: #4f9cdb;
}
.security{
    background-color: #f4a57a;
}
.low,.planer{
    background-color: #50d2b7;
}
.internet{
    background-color: #00a0e9;
}
.train{
    background-color: #7b99ee;
}
.comkeeper-item:hover{
    box-shadow: 0px 2px 5px #ddd;
    transform: scale(0.95);
    cursor: pointer;
}
@media screen and (max-width: 760px) {
    .comkeeper{
        background-color: #ffffff;
        padding: 20px 10px;
    }
    .comkeeper-item{
        height: 130px;
        padding-top: 10px;
    }
}
/*关于易算盘*/
.about{
    padding: 128px 0 220px 0;
    background-image: url("../images/about_bg.jpg");
    background-size: 1920px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.about-item{
    background-color: #f6f6f6;
    height: 142px;
}
.about-word{
    color: #0075c1;
    font-size: 50px;
    font-weight: 100;
    padding-top: 20px;
}
.about-word sup{
    font-size: 36px;
    color: #898989;
}
.about-item p{
    font-size: 18px;
    color: #595757;
    margin: 0;
    padding: 0;
}
.about .cont-tit{
    padding-bottom: 80px;
}
.about .row{
    padding: 0 11px;
}
.about .col-xs-3{
    padding: 0 4px;
}
.about-slogan{
    font-size: 26px;
    color: #9fa0a0;
    padding-top: 36px;
}
@media screen and (max-width: 768px){
    .about{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .about .cont-tit {
        padding-bottom: 40px;
    }
    .about-slogan{
        font-size: 20px;
    }
    .about-word{
        font-size: 20px;
        padding-top: 20px;
    }
    .about-word sup{
        font-size: 12px;
    }
    .about-item p{
        font-size: 12px;
    }
    .about-item{
        background-color: #f6f6f6;
        height: 80px;
    }

}
/*企业培训*/
.train_row{
	padding:60px 0;
	width:100%;
	float:left;overflow:hidden
}
.train_row_yx{
    transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}

.train_row_yx p {
    margin-top: -1px;
    height: 130px;
    line-height: 130px;
    font-size: 32px;
    color: #FFF;
    transition: all 0.35s ease-in-out;
    margin-bottom: 0;
    background-color: #ebebec;
}
.train_row_yx i{
	display:block;
	width:auto;
	height:260px;
	border:#d6d5d5 solid  1px;
	text-align:center;
	font-style:normal;
}

.train_row_yx i dd{
	display:block;
	margin-top:80px;
	line-height:40px;
	font-size:18px;
}
.train_row_yx i dd b{
	font-weight:400;
	padding-left:40px;
}
.train_row_yx i dt{
	display:block;
	margin-top:60px;
	line-height:35px;
	font-size:18px;
	font-weight:400;
}
.train_row_yx:hover {
    box-shadow: 0px 2px 5px #ddd;
    transform: translate(0px, -25px);
    cursor: pointer;
}
.train_row1{
	padding:60px 0px 400px 0px;
	width:100%;
	margin:0;
}
.service-item p{
	margin-top:40px;
}
.train-circle img{
	max-width:100%;
}
@media screen and (max-width: 760px){
	.train_row_yx i dt,.train_row_yx i dd{
		font-size:14px;
	}
	.train_row_yx p{
		font-size:24px;
	}
	.train_row_yx i dd b{
		padding-left:10px;
	}
	.cont-title{
		font-size:24px;
	}
	.cont-title i{
		font-size:24px;
	}
	.service-item p{
		margin-top:10px;
	}
	.train_row1{
		padding:60px 0px 200px 0px;
	}
	.train_row_yx i{
		height: 120px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.train_row_yx i dd{
		margin-top: 0px;
	}
	.train_row_yx i dt{
		margin-top: 0px;
		line-height: 25px;
	}
	.train_row_yx p{
		height:80px;
		line-height:80px;
	}
}
/*知识产权*/
.knowledge_row{
	height:400px;
	padding:50px;
}
.knowledge_row_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.knowledge_row_yx p {
    margin-top: -1px;
	width:70%;
	height:70%;
    height: 68px;
    line-height: 68px;
    font-size: 32px;
    color: #FFF;
    transition: all 0.35s ease-in-out;
    margin-bottom: 0;
    background-color: #ebebec;
}
.knowledge_row_yx:hover {
    box-shadow: 0px 2px 5px #ddd;
    transform: translate(0px, -25px);
    cursor: pointer;
}

.knowledge_row_yx i{
	display:block;
	width:70%;
	
	/*	height:400px; */
	border:#d6d5d5 solid  1px;
	text-align:center;
	font-style:normal;
}
.knowledge_row_yx i img{
	width:100%;
	height:70%;
}
.knowledge_width{
	padding:50px 0;
}
.knowledge_row1{
	height:260px;
	padding:50px 0;
}
.knowledge_row_yx1{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.knowledge_row_yx1:hover {
    box-shadow: 0px 2px 5px #ddd;
    transform: translate(0px, -25px);
    cursor: pointer;
}
.knowledge_row_yx1 i{
	display:block;
	width:auto;
	height: auto;
}
.knowledge_row_yx1 i img{
	width:100%;
}
.knowledge_about{
    padding: 0 0 120px 0;
    background-image: url("../images/knowledge_row_7.png");
    background-size: 1920px 600px;
    background-repeat: no-repeat;
}
.knowledge_row_Three{
	height:260px;
	padding:95px 0;
}
.knowledge_Three_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.knowledge_Three_yx:hover {
    box-shadow: 0px 2px 5px #ddd;
    transform: translate(0px, -25px);
    cursor: pointer;
}
.knowledge_Three_yx i{
	display:block;
	width: auto;
	height:226px;
	font-style:normal;
}
.knowledge_Three_yx i p{
	display:block;
	padding:70px 0;
	font-size:26px;
	color:#FFF;
}
.knowledge_Othe{
	width:20%;
	float:left;
	padding:0  15px;
	margin:0;
}
.knowledge_about_qt{
    padding: 66px 0 300px 0;
    background-image: url("../images/knowledge_row_8.png");
    background-size: 1920px 712px;
    background-repeat: no-repeat;
}

.knowledge_Othe_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.knowledge_Othe_yx:hover {
    box-shadow: 0px 2px 5px #ddd;
    transform: translate(0px, -25px);
    cursor: pointer;
}
.knowledge_Othe_yx i img{
	max-width:100%;
}

.knowledge_advantage{
	height:400px;
	padding:80px 0;
}
.knowledge_advantage_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.knowledge_advantage_yx:hover {
    transform: translate(0px, -25px);
    cursor: pointer;
}
.knowledge_advantage_yx i img{
	max-width:100%;
}
.knowledge_advantage_yx p{
	margin-top:10px;
	font-size:18px;
}
.knowledge_service{
	height:600px;
	width: 80%;
	margin:auto;
}
.knowledge_service_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
	margin-top:40px;
}
.knowledge_service_yx:hover {
    transform: translate(0px, -25px);
    cursor: pointer;
}
.knowledge_service_yx i img{
	max-width:100%;
}
@media screen and (max-width: 760px){
	.knowledge_row{
		height: auto;
		padding-bottom: 20px;
		overflow: hidden;
		padding-top: 0px;
	}
	.knowledge_row_yx i{
		height: auto;
	}
	.knowledge_row1{
		height: auto;
    padding: 20px 0;
    overflow: hidden;
	}
	.knowledge_width{
		height:auto;    overflow: hidden;
		padding:0;
	}
	.knowledge_width1{
		height:auto;
		padding:0;padding-bottom: 5px;
	}
	.knowledge_row_yx p {
		height: 34px;
		line-height: 34px;
		font-size: 18px;
	}
	.knowledge_about{
		padding: 30px 0 10px 0;
		background-image: url("../images/knowledge_row_7.png");
		background-size: 1200px 450px;
		background-repeat: no-repeat;
	}
	.knowledge_row_Three{
		height: auto;
		padding: 0px 0;
		overflow: hidden;
	}
	.knowledge_Three_yx i p{
		font-size:20px;
		padding:45px 0;
	}
	.knowledge_Three_yx i{
		height:160px;
	}
	.knowledge_Othe{
		width: 50%;
		padding: 10px  15px;
		margin:0;
	}
	.knowledge_about_qt{overflow: hidden;
		padding: 20px 0 10px 0;
		background: url("../images/knowledge_row_8.png") left center no-repeat;
	}
	.knowledge_advantage{
		height: inherit;
		padding:0px 0;overflow: hidden;
	}
	.knowledge_advantage_yx p{
		font-size:14px;
	}
	.knowledge_service{
		height: auto;
		overflow: hidden;
		padding-bottom: 10px;
	}
.knowledge_service {
    width: 100%;}
}
/*!*人事社保*!*/

.people_row{
	height:400px;
	padding:20px 0;
}
.people_Two_row{
	height:500px;
	padding:80px 0;
}
.people_row_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.people_row_yx p {
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    color: #000;
}
.people_row_yx:hover {
    transform: translate(0px, -25px);
    cursor: pointer;
}

.people_row_yx i{
	display:block;
	width:auto;
	height:160px;
	text-align:center;
	font-style:normal;
}
.people_row_yx i img{
	display:block;
	max-width: none;
	max-height: none;
	margin:auto;
}
.advantage_withhold{
	margin-top:50px;
}
.advantage_knowledge{
	padding:40px 0 60px 0;
}
.people_Three_row{
	height:600px;
	padding:80px 0;
}
.people_Three_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
	border:solid 1px #d5d6d6;
    margin-top: 25px;
}
.people_Three_yx p {
    height: 123px;
    font-size: 24px;
    color: #FFF;
}
.people_Three_yx p b{
	display:block;
	padding:30px 0;
	font-weight:400;
}
.people_Three_yx:hover {
    transform: translate(0px, -25px);
    cursor: pointer;
}
.people_Three_yx i{
	display:block;
	width:auto;
	height:272px;
	font-style:normal;
	font-size:18px;
	text-align:left;
	padding:30px 0 0 30px;
}
.people_title{
	line-height:80px;
	margin-top:70px;
}
.people_Three_yx i dd{
	line-height:30px;
}
.knowledge_withhold{
	height:300px;
	padding:60px 80px 0 80px;
}
.knowledge_withhold_lower{
	height:250px;
	padding:0 180px 0 180px;
}
.knowledge_withhold_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
    margin-top: 25px;
}
.knowledge_withhold_yx:hover {
    transform: translate(0px, -25px);
    cursor: pointer;
}
.knowledge_withhold_yx i{
	display:block;
	width:auto;
	height: auto;
}
.knowledge_withhold_yx i img{
	display:block;
	max-width:100%;
	max-height:100%;
	margin:auto;
}
.cont-tit i{
	border:#666 solid 1px;
	padding:6px 10px;
	font-style:normal;
	font-size:26px;
	line-height:80px;
}
.cont-tit p{
	font-size:18px;
}
.cont-tit a{
	font-size:18px;
	background:#f39800;
	padding:6px 10px;
	text-decoration:none;
	cursor: pointer;
	color:#FFF;
	border-radius:8px 8px;
}
@media screen and (max-width: 760px){
	.people_row{
		height: 180px;
		padding: 0px 0;
		overflow: visible;
	}
	.people_row_yx i{
		height: auto;
	}
	.people_row_yx p {
		height: 68px;
		line-height: 68px;
		font-size: 14px;
	}
	.people_Two_row{
		height: auto;
		padding:20px 0;
		overflow: hidden;
	}
	.people_title{
		line-height:80px;
		margin-top:20px;
	}
	.people_Three_row{
		    height: inherit;
    padding: 20px 0;
    overflow: hidden;
	}
	.people_Three_yx p {
		height: 70px;
		font-size: 14px;
		color: #FFF;
	}
	.people_Three_yx p b{
		display:block;
		padding:15px 0;
		font-weight:400;font-size:18px;
	}
	.people_Three_yx i{
		display:block;
		width:auto;
		height:150px;
		font-style:normal;
		font-size:10px;
		text-align:left;
		padding:6px 0 0 15px;
	}
	.people_Three_yx i dd{
		line-height:1.5em;font-size:1.4em
	}
	.knowledge_withhold{
		height: 100px;
		padding: 20px 0px 0 0px;
	}
	.knowledge_withhold_lower{
		height:160px;
        padding:20px 40px 0 40px;
	}
}
/*行政许可*/
.people_License_row{
	min-height:580px;
	padding:80px 0;
	margin:auto;
}
.people_License_row1{
    min-height:580px;
    padding:80px 0;
    margin:auto;
}
.people_License_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.people_License_yx p {
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color: #000;
    overflow:hidden;
}
.people_License_yx:hover {
    transform: translate(0px, -25px);
    cursor: pointer;
}
.people_License_yx p b{
	font-weight:400;
	margin-left:1em;
}
.License_col{
	width:25.299%;
	float:left;
}
.License_Arrow{
	width:10%;
	float:left;
	margin:3% 1%;
}
.people_License_yx i img{
	max-width:100%;
}
.License_Arrow_lower{
	display:block;
	width:100%;
	float:left;
}
.License_Arrow_lower i{
	display:block;
	margin:2% 12% 2% 12%;
}
@media screen and (max-width: 760px){
	.people_License_row{
		padding: 10px 0px;
		overflow:hidden;
	}
    .people_License_row1{
        min-height: 150px;
        padding:10px 10px;
    }
	.people_License_yx p {
		height: 50px;
		line-height: 50px;
		font-size: 10px;
		color: #000;
	}
    .people_License_yx p b{
        margin-left:0.5px;
    }
}
/*!*公司注销*!*/

.Cancellation_Two_row{
	height:450px;
	padding:80px 0;
	margin:auto;
}
.Cancellation_row_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.Cancellation_row_yx:hover {
    transform: translate(0px, -25px);
    cursor: pointer;
}
.Cancellation_row_yx i img{
	display:block;
	max-width:100%;
	margin:auto;
}
.Cancellation_row_col{
	width:20%;
	float:left;
}
.Cancellation_row_col img{
	max-width:100%;
	display:block;
	margin:auto;
}
.Cancellation_withhold_lower{
	height:250px;
	padding:0 180px 0 180px;
}
.Cancellation_withhold_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.Cancellation_withhold_yx:hover {
    transform: translate(0px, -25px);
    cursor: pointer;
}
.Cancellation_withhold_yx{
	display:block;
	width:100%;
	height:210px;
	border-radius:50%;
}
.Cancellation_withhold_yx p{
	padding:80px 0 0 0;
	font-size:18px;
	color:#FFF;
}
.Cancellation_withhold_yx b{
	font-weight:400;
	color:#FFF;
}
.Cancellation_withhold{
	height:300px;
	padding:60px 80px 0 80px;
}
.knowledge_flow{
	height:300px;
	padding:60px 80px 0 80px;
}
.Cancellation_col{
	width:15%;
	float:left;
}
.knowledge_flow_lower{
	float:left;
	width:6.2%;
	margin-top:67px;
}
.Cancellation_flow_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.Cancellation_flow_yx:hover {
    transform: translate(0px, -25px);
    cursor: pointer;
}
@media screen and (max-width: 760px){
 .col-xs-3{position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;}
	.Cancellation_Two_row{
		min-height: 100px;
		padding: 0px 0px 10px 0px;
		overflow: hidden;
		height: auto;
	}
	.Cancellation_row_col{
		width:33.333%;
		float:left;
	}
    .Cancellation_row_yx{
    }
	.Cancellation_row_col img{
		padding:0 10px;
	}
	.Cancellation_row_yx i img{
		padding:5px 5px;
	}
	.Cancellation_withhold_yx{
		width:100%;
		height:140px;
	}
	.Cancellation_withhold_lower{
        height:160px;
        padding: 20px 0px 0 0px;
 }
	.Cancellation_withhold_yx p{
		padding:40px 0 0 0;
		font-size:14px;
		color:#FFF;
	}
	.Cancellation_withhold_yx b{
		font-size:10px;
	}
	.knowledge_flow_lower{
		float:left;
		width:6.2%;
		margin-top:40px;
	}
	.knowledge_flow{
		height: 140px;
		padding: 10px 0px 0 0px;
	}
}
/*!*公司注册*!*/
.register_row{
	height:680px;
	padding:60px 0;
}
.register_row1{
	/*height:1200px;*/
	padding:60px 0;
}
.register_yx{
	transform: translate(0, 0);
    transition: all 0.35s ease-in-out;
}
.register_yx:hover {
    transform: translate(0px, -25px);
    cursor: pointer;
}
.register_yx i{
	display:block;
	width:100%;
	height:80px;
	line-height:80px;
	font-weight:400;
	font-style:normal;
	font-size:26px;
	color:#FFF;
}
.register_yx p{
	display:block;
	width:100%;
	height:166px;
	font-size:18px;
	border:solid 2px #CCC;
	padding:20px 0;
	background:#FFF;
	line-height:40px;
}
.register_lower_yx{
	height:250px;
	padding: 20px 0px 0 0px;
}
.register_lower{
	width: 18%;
	float:left;
}
.register_lower i img{
	display:block;
	max-width:100%;
	margin:auto;
}
.register_Arrow{
	width: 9.2%;
	float:left;
	padding:68px 0;
}
.register_Arrow_yx{
	display:block;
	width:100%;
	height:50px;
}
.register_Arrow_yx i{
	display:block;
	float:right;
	padding: 0 180px 10px 180px;
}
.register_lower_yx1{
	height:250px;
	padding: 20px 100px 0 100px;
}
.register_lower_yx2{
    height:250px;
    padding: 20px 100px 0 100px;
}
@media screen and (max-width: 760px){


 .col-xs-4{position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;}


	.register_yx i{
        height:60px;
        line-height:60px;
        font-size:20px;
	}
	.register_yx p{
        font-size:12px;
        padding:15px 5px;
        line-height:20px;border: 1px solid #eaeaea;
	}
	.register_row{
		height:450px;
padding:20px 0px;
	}
	.register_Arrow{
		padding:35px 0;
	}
	.register_lower_yx1{
		height:120px;
		padding: 20px 0px 0 0px;
	}
    .register_lower_yx2{
        height:150px;
        padding: 10px 0px 0 0px;
float:right
    }
	.register_Arrow_yx{
		display:block;
		width:100%;
		height:30px;
	}
	.register_Arrow_yx i{
		display: block;
    float: right;
    width: 50px;
    height: 50px;
    padding: 0px;
    margin: 0 auto;
	}
	.register_Arrow_yx i img{margin:0 auto}
	.register_row1{
		height:600px;
		padding:10px 0;
	}
    .register_responsive{
        height: 30px;
    }
    .register_responsive img{
        display: block;
        max-height: 100%;
    }
}
/*!*联系我们*!*/
/*.contact{*/
    /*background-color: #0075c1;*/
    /*color: #efefef;*/
    /*padding-bottom: 108px;*/
/*}*/
/*.contact-word h3{*/
    /*font-size: 32px;*/
    /*font-weight: 400;*/
    /*margin: 0;*/
    /*padding-top: 80px;*/
    /*line-height: 32px;*/
    /*padding-bottom: 110px;*/
/*}*/
/*.contact-word h3 span{*/
    /*font-size: 16px;*/
    /*line-height: 32px;*/
    /*display: inline-block;*/
    /*margin-left: 10px;*/
/*}*/
/*.contact-word h3 b{*/
    /*font-weight: normal;*/
/*}*/
/*.contact-word h4{*/
    /*font-size: 26px;*/
    /*font-weight: 400;*/
    /*margin: 0;*/
    /*line-height: 32px;*/
/*}*/
/*.contact-word p{*/
    /*font-size: 18px;*/
    /*font-weight: 400;*/
    /*margin: 0;*/
    /*margin-top: 20px;*/
    /*line-height: 20px;*/
/*}*/
/*.contact-form{*/
    /*padding-top: 70px;*/
/*}*/
/*.ipt-item{*/
    /*width: 520px;*/
    /*height: 42px;*/
    /*border: 1px solid #649fc5;*/
    /*line-height: 40px;*/
    /*margin-bottom: 8px;*/
    /*position: relative;*/
/*}*/
/*.ipt-item label,.textarea-item label{*/
    /*margin: 0;*/
    /*font-size: 18px;*/
    /*color: #efefef;*/
    /*font-weight: normal;*/
    /*position: absolute;*/
    /*padding: 8px 10px;*/
    /*line-height: 25px;*/
/*}*/
/*.ipt-item  input,.textarea-item textarea{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*max-width: 100%;*/
    /*min-width: 100%;*/
    /*max-height: 100%;*/
    /*min-height: 100%;*/
    /*background-color: transparent;*/
    /*padding: 8px 10px 8px 70px;*/
    /*border: none;*/
    /*outline: none;*/
/*}*/
/*.textarea-item{*/
    /*width: 520px;*/
    /*height: 104px;*/
    /*border: 1px solid #649fc5;*/
    /*line-height: 25px;*/
    /*margin-bottom: 8px;*/
    /*position: relative;*/
/*}*/
/*.textarea-item textarea{*/
    /*line-height: 25px;*/
/*}*/
/*.submit{*/
    /*outline: none;*/
    /*border: none;*/
    /*width: 92px;*/
    /*height: 32px;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*background-color: #efefef;*/
    /*font-size: 18px;*/
    /*color: #0075c1;*/
/*}*/
/*.contact .contact-box{*/
    /*padding: 0 15px;*/
/*}*/
/*@media screen and (max-width: 990px) {*/
    /*.contact-word h3{*/
        /*font-size: 25px;*/
        /*padding-top: 40px;*/
        /*padding-bottom: 50px;*/
    /*}*/
    /*.contact-word h4 {*/
        /*font-size: 20px;*/
    /*}*/
    /*.contact-word p {*/
        /*font-size: 14px;*/
    /*}*/
    /*.ipt-item,.textarea-item {*/
        /*width: 320px;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 768px){*/
    /*.contact-word{*/
        /*width: 100%;*/
    /*}*/
    /*.contact-form{*/
        /*width: 100%;*/
    /*}*/
    /*.submit{*/
        /*float: left !important;*/
    /*}*/
/*}*/
/*首页行业动态*/

 .container {
     max-width: 1200px;
     margin: 0 auto;
     position: relative;
 }
.container:after,
.item-menu-app-top:after,
.clear:after,
.news-content-item figure:after,
.mobile-h5-content:after,
.news-content:after {
    content: '';
    display: block;
    clear: both;
}
.content-wrap{
    position: relative;
    top: 821px;
    background-color: #fff;
    z-index: 2;
}
.title {
    text-align: center;
}
.title p {
    font-size: 32px;
    color: #5b5555;
    padding: 62px 0 5px;
}
.title span {
    color: #a4a4a4;
    font-size: 12px;
}
.title hr {
    height: 2px;
    width: 64px;
    background: #ff8400;
    border: none;
    margin: 6px auto 45px;
}
.item-menu-app-top>img {
    float: left;
}
.item-menu-app-detail p {
    font-size: 18px;
    color: #565656;
    line-height: 40px;
}

.item-menu-wechat-title p{
    color: #fff;
}
.advantage-wrap {
    background-color: #fff;
}
.advantage-wrap .title {

    border-bottom: 2px solid #eaeaea;
}
.advantage-content-item img {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    -moz-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    -o-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.advantage-content-item:hover img {
    -webkit-transition: translateY(-10px);
    -moz-transition: translateY(-10px);
    -o-transition: translateY(-10px);
    transform: translateY(-10px);
}
.advantage-content-wrap>div:last-child {
    margin-right: 0;
}
.advantage-content-item>p {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    margin: 40px 0 15px 0;
    padding-bottom: 16px;
}
.advantage-content-item div {
    font-size: 16px;
    line-height: 30px;
}
.news-content-wrap {
    position: relative;
    padding-top: 35px;
}
.news-content-line {
    width: 2px;
    height: 675px;
    background: #eee;
    position: absolute;
    top: 11.5%;
    left: 50%;
    margin-left: -1px;
}
.news-content-line>span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #d1d1d1;
    margin-left: -5px;
    background: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
}
.news-content-line>span:first-child {
    top: 208px;
}
.news-content-line>span:nth-child(2) {
    top: 249px;
}
.news-content-line>span:nth-child(3) {
    top: 484px;
}
.news-content-line>span:nth-child(4) {
    top: 531px;
}
.news-content-item {
    display: block;
    width: 551px;
    background-color: #fff;
    border: 1px solid #dde1e2;
    position: absolute;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.news-content-item:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #ededed;
    position: absolute;
    right: -10px;
    top: 177px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.news-content>a:first-child:after,
.news-content>a:nth-child(3):after {
    border-right: 10px solid #ededed;
    border-left: 10px solid transparent;
    left: -21px;
}
.news-content-item:hover:after {
    border-left: 10px solid #ff8400;
    opacity: 1;
}
.news-content>a:first-child:hover:after,
.news-content>a:nth-child(3):hover:after {
    border-right: 10px solid #ff8400;
    opacity: 1;
}
.news-content-item:hover .news-content-more-icon {
    background-color: #ff8400;
    border: none;
}
.news-content-item:hover .news-content-footer {
    background-color: #ff8400;
    color: #fff;
}
.news-content-item:hover {
    border: 1px solid #ff8400;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
}
.news-content-footer {
    transition: all 0.3s ease-out 0s;
}
.news-content-item:hover i {
    color: #fff;
}
.news-content-item figure {
    padding: 32px 21px 25px 12px;
}
.news-content-item figure img {
    float: left;
    width: 121px;
    height: 107px;
}
.news-content-item figure figcaption {
    font-size: 12px;
    color: #707070;
    float: right;
    width: 365px;
    letter-spacing: 1px;
}
.news-content-item figure figcaption p {
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.news-content-item .news-content-footer {
    background-color: #ededed;
    line-height: 45px;
    padding: 0 16px;
    font-size: 14px;
    color: #686868;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.news-content-item figure figcaption>div {
    line-height: 20px;
    margin-top: 12px;
}
.news-content-more-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    display: block;
    float: right;
    text-align: center;
    margin-top: 9px;
    line-height: 26px;
    font-size: 18px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.news-content-more-icon i {
    color: #d6d6d6;
}
.news-content>a:nth-child(2n) {
    left: 0;
}
.news-content>a:nth-child(2n+1) {
    right: 0
}
.news-content {
    margin-top: 47px;
    height: 635px;
    position: relative;
}
.news-content>a:first-child {
    /*position: relative;*/
    top: 26px;
}
.news-content>a:nth-child(2) {
    /*position: relative;*/
    top: 67px;
}
.news-content>a:nth-child(3) {
    /*position: relative;*/
    top: 302px;
}
.news-content>a:nth-child(4) {
    /*position: relative;*/
    top: 348px;
}
.index-news-more {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 60px;
    color: transparent;
    border: 2px solid #dedede;
    position: relative;
    background: #f6fafc;
    display: block;
    top: -50px;
}

.index-news-more:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #5c5c5c;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s ease-out 0s;
}

.index-news-more:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #5c5c5c;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s ease-out 0s;
}

.index-news-more:hover:after,
.index-news-more:hover:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #fff;
}

.index-news-more:hover {
    background: #ff8400;
    border: 2px solid #ff8400;
}

.news-wrap {
    padding-bottom: 60px;
}
@media screen and (max-width: 760px){
    .news-content-item{
        position: inherit;
    }
    .news-content-item:after {
        content:normal;
        right: -10px;
        top: 0;
    }
    .news-content>a:nth-child(3) {
        /*position: relative;*/
        top: 100px;
    }
    .news-content>a:nth-child(4) {
        /*position: relative;*/
        top: 120px;
    }
}

/*.news-wrap{*/
    /*width: auto;*/
    /*height: 600px;*/
    /*padding: 80px 0;*/
/*}*/
/*.news-content-wrap{*/
    /*width: 1200px;*/
    /*margin:auto;*/
    /*height: auto;*/
/*}*/
/*.news-content{}*/
/*.news-content a{*/
    /*float: left;*/
    /*display: block;*/
    /*width: 40%;*/
    /*background: #f2f2f2;*/
    /*margin-top: 50px;*/
    /*text-decoration:none;*/

/*}*/
/*.news-content a:nth-child(2n){*/
    /*float: right;*/
/*}*/
/*.news-content-footer{*/
    /*padding: 10px 15px;*/
    /*background: #00C1B3;*/
    /*font-size: 16px;*/
/*}*/
/*.news-content {*/
    /*transform: translate(0, 0);*/
    /*transition: all 0.35s ease-in-out;*/
/*}*/

/*.news-content-footer p {*/
    /*margin-top: -1px;*/
    /*height: 45px;*/
    /*line-height: 45px;*/
    /*font-size: 18px;*/
    /*color: #898989;*/
    /*transition: all 0.35s ease-in-out;*/
    /*margin-bottom: 0;*/
    /*background-color: #ebebec;*/
/*}*/

/*.news-content-footer img {*/
    /*width: 100%*/
/*}*/

/*.news-content:hover {*/
    /*box-shadow: 0px 2px 5px #ddd;*/
    /*transform: translate(0px, -25px);*/
    /*cursor: pointer;*/
/*}*/

/*.news-content-footer:hover p {*/
    /*color: #ffffff;*/
    /*background-color: #f39800;*/
/*}*/
.footer{

        width: 100%;

        height: 200px;

        background:#337ab7;

    }

    .footer_container{

        width: 1120px;

        margin:auto;

    }

    .footer_container ul{

        float: left;

        display: block;

        margin-top: 40px;

    }

.footer_container ul li {
    float: left;
    display: block;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
}
.footer_container ul li a {
    color: rgb(229, 238, 246);
    text-decoration: none;
}
	.footer_container ul li a:hover{color:#F5F5F5}
    .footer_container ul:nth-child(1){

        display: block;

        width: 25%;

    }

    .footer_container ul:nth-child(2){

        display: block;

        width: 25%; padding-left: 0px

    }

    .footer_container ul:nth-child(3){
    	margin-right: 40px;

            display: block;
    width: 25%;
    padding-left: 0px;
}


.footer_container ul dt{display: block;
    width: 100px;
    float: left;
    font-size: 14px;
    color: #dee9f3;
    font-weight: 400;
    line-height: 30px;}
	
.footer_container ul dt a{color: #dee9f3;}
	.footer_container ul dt a:hover{color: #dee9f3; text-decoration: none}

.footer_container ul dd {
    float: left;
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.89);
}

    @media screen and (max-width: 760px){

        .footer{

            height: 300px;

            background:#337ab7;

        }

        .footer_container{

            padding: 20px 20px;

        }

        .footer_container ul{

            display: block;

            margin-top: 10px;

            width: 100%;

        }

        .footer_container ul li{

            display: block;

            width: 100px;

            line-height: 25px;

            font-size: 12px;

            text-align: left;

        }

        .footer_container ul:nth-child(1){

            width: 100%;

        }

        .footer_container ul:nth-child(2){

            width: 100%;

        }

        .footer_container ul:nth-child(3){

            width: 100%;

        }

    }







/*尾部结束*/
