* {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}

h2{
	margin-bottom: 20px;
}

body {
	overflow-x: hidden;
}

ul {
	list-style: none;
}

.active {
	display: block !important;
}

.padding{
	padding: 0px;
}

.padding-left{
	padding-left: 0px;
}

.padding-right{
	padding-right: 0px;
}

/*css end*/

nav {
	transition: all .5s;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 80px;
	background: transparent;
	/*border: 0px;*/
}

nav>div {
	width: 70%;
	margin: 0 auto;
}

.menu {
	display: none;
	cursor: pointer;
}

.menu {
	width: 100%;
	height: 90px;
	text-align: right;
}

.menu img {
	width: 35px;
	height: 35px;
	margin-top: 25px;
}

nav h1 {
	float: left;
	text-align: left;
	display: block;
	height: 90px;
	margin: 0 auto;
	width: 20%;
	padding-top: 17px;
}

.nav-ul {
	float: left;
	height: 90px;
	width: 70%;
	margin-left: 10%;
}

.nav-ul li {
	float: left;
	width: 11%;
	text-align: center;
	padding-top: 35px;
}

.nav-ul>li:last-of-type {
	width: 23%;
	padding-top: 28px;
	text-align: right;
}

.nav-ul li a {
	text-decoration: none !important;
	color: white;
	font-weight: bold;
}

.nav-ul li a:hover {
	color: white;
}

.nav-ul li div {
	transition: all 0.3s;
	transform-orgin: 50% 50%;
	background: #3498db;
	width: 0px;
	height: 3px;
	position: relative;
	margin: 0 auto;
	z-index: 1000;
}

.login {
	background-color: #3498db;
	padding: 6px 25px;
	color: white;
}

.login:hover {
	background-color: white;
	border: solid 1px #3498db;
	color: #3498db;
}

.join {
	background-color: #76d03b;
	padding: 6px 25px;
	color: white;
}

.join:hover {
	background-color: white;
	border: solid 1px #76d03b;
	color: #76d03b;
}

.use {
	border-radius: 3px;
	background: white;
	border: solid 1px #ccc;
	color: black;
	display: block;
	width: 135px;
	margin: 0 auto;
	text-align: center;
	height: 35px;
	overflow: hidden;
	cursor: pointer;
	transition: all .5s;
}

.use li {
	height: 35px;
	width: 135px !important;
	padding-top: 0px !important;
	line-height: 35px;
	border-bottom: solid 1px #e1e1e1;
}

.use li i {
	font-style: normal;
}

.use li:first-of-type span {
	display: inline-block;
	line-height: 15px;
	position: relative !important;
	background: red !important;
	height: 15px !important;
	top: -8px;
	width: 15px !important;
	font-size: 8px;
	border-radius: 50%;
	color: white;
}

.use li i:last-of-type {
	font-size: 8px;
}

.admin {
	border-radius: 3px;
	background: white;
	border: solid 1px #ccc;
	color: black;
	display: block;
	margin: -6px auto 0 auto;
	text-align: center;
	height: 35px;
	overflow: hidden;
	cursor: pointer;
	transition: all .5s;
}

.admin li {
	height: 35px;
	padding-top: 0px !important;
	line-height: 35px;
	border-bottom: solid 1px #e1e1e1;
	width: 100%;
}

.admin li i {
	font-style: normal;
}

.admin li:first-of-type span {
	display: inline-block;
	line-height: 15px;
	position: relative !important;
	background: red !important;
	height: 15px !important;
	top: -8px;
	width: 15px !important;
	font-size: 8px;
	border-radius: 50%;
	color: white;
}

.admin li i:last-of-type {
	font-size: 8px;
}


/*nav end*/


/*new*/

.new {
	display: block;
	position: absolute;
	left: 65px;
	top: 15px;
}

.newDiv {
	display: block;
	position: relative;
}


/*AppointmentTechnicalConsultant end*/

.headImg {
	background: url("../img/v2/head.jpg")/*tpa=https://www.make8.com/img/v2/head.jpg*/ no-repeat;
	background-position: center center;
	height: 570px;
}


/*愚人节效果*/


/*.headImg{-moz-transform: rotate(5deg);-webkit-transform: rotate(5deg);transform: rotate(5deg);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;}*/


/*news*/

.news {
	height: 100px;
	background: #e4f8ff;
	position: relative;
}

.news > div {
	height: 100px;
}

.newsTitle{
	font-size: 28px;
	font-weight: 100;
	margin-bottom: 8px;
}

.newsHr{
	background: white;
	height: 3px;
	width: 16px;
	margin-bottom: 8px;
}

.newsContentLeft{
	background: #348fca url("../img/news_left_bg.png")/*tpa=https://www.make8.com/img/news_left_bg.png*/ no-repeat;
	background-position:right;
	padding: 10px 15px;
	color: white;
}

.newsContentLeftDiv{
	display: inline-block;
	padding-right: 30px;
}

.newsContentRight{
	padding: 16px 0px 17px 15px;
}

.marqueeDiv .marqueeTime{
	color: #808080;
	font-weight: 100;
}

.marquee{
	height: 72px;
	overflow: hidden;
	transition: all .5s;
}

.marqueeDiv{
	height: 24px;
	line-height: 24px;
	transition: all .5s;
	overflow: hidden;
	cursor: pointer;
	font-weight: bold;
	overflow: hidden;
}

.more{
	height: 100px;
	line-height: 100px;
}

.loadMore{
	color: #4f6d8d;
	font-size: 15px;
	border: solid 1px #4f6d8d;
	padding: 9.5px 0px;
	width: 334px;
	border-radius: 6px;
	margin: 0 auto;
	cursor: pointer;
}

.loadMore:hover{
	border: solid 1px #5ac4ff;
}

.moreBtn{
	padding: 0px;
	height: 26px;
	line-height: 24px;
	width: 84px;
	text-align: center;
	background: #398fcb;
	color: white;
	border-style: none;
	border-radius: 5px;
}

.moreBtnDiv{
	/*padding: 0px 9px;*/
}

.moreBtn:hover{
	color: white;
	background: #3191d1;
}

/*.marqueeDiv > div{
	float: left;
}*/

/*.marqueeDiv > div:first-of-type{
	margin-right: 30px;
}*/

.marqueeTitle{
	overflow: hidden;
}

.headImg > div {
	padding-top: 160px;
}

.head-Font-bg {
	font-size: 48px;
	color: white;
}

.head-Font-sm {
	font-size: 16px;
	color: white;
	margin-top: 25px;
}

.Send {
	background-color: #76D03B;
	padding: 15px 80px;
	color: white;
	margin-top: 50px;
	border-radius: 5px;
	font-size: 18px;
	/*font-weight: 700;*/
}

.Send:hover {
	background-color: white;
	border: solid 1px #76d03b;
	color: #76d03b;
}

.appointment {
	margin-top: 50px;
}

.appointmentBackground>span {
	margin-left: 0.5%;
	width: 21%;
	display: block;
	float: left;
}

.appointmentBackground>span:nth-of-type(2) {
	margin: auto 1%;
}

.appointmentBackground>span:last-of-type {
	width: 45%;
	margin: 0px 1% 0px 0px;
}

.appointment span input[type="text"] {
	font-size: 18px;
	float: left;
	display: block;
	padding: 10px 5px;
	width: 100%;
	border-radius: 3px;
	border-style: none;
	height: 60px;
	margin-top: 11px;
}

.appointment span textarea {
	font-size: 16px;
	float: left;
	display: block;
	height: 60px;
	padding: 10px 6px;
	width: 100% !important;
	border-radius: 3px;
	border-style: none;
	resize: none;
	margin-top: 11px;
}

.btn-appointment {
	background-color: #3498db;
	padding: 17px 5px;
	font-size: 18px;
	color: white;
}

.btn-appointment:hover {
	color: white;
	background: #3191d1;
}

.appointmentBackground {
	background: rgba(0, 0, 0, .5);
	padding: 10px;
}

.appointmentMarginTop {
	margin-top: 10px;
}

.name {
	text-align: left;
	background: url("../img/v2/top_name.png")/*tpa=https://www.make8.com/img/v2/top_name.png*/;
	background-repeat: no-repeat;
	background-color: white;
	background-position: 10px center;
}

.TelPhone {
	text-align: left;
	background: url("../img/v2/top_TelPhone.png")/*tpa=https://www.make8.com/img/v2/top_TelPhone.png*/;
	background-repeat: no-repeat;
	background-color: white;
	background-position: 10px center;
}

.demand {
	text-align: left;
	background: url("../img/v2/top_demand.png")/*tpa=https://www.make8.com/img/v2/top_demand.png*/;
	background-repeat: no-repeat;
	background-color: white;
	width: 300px !important;
	background-position: 10px center;
}

.appointmentWarning {
	text-align: left;
	height: 8px;
	font-size: 8px;
	color: red;
	float: left;
	width: 100%;
}


/*head end*/

.professionalServices {
    padding-top: 26px;
    /*padding-bottom: 16px;*/
    overflow: hidden;
}

.professionalServices > div:first-of-type {
	margin: 0 auto 100px auto;
	width: 70px;
	height: 1.4px;
	background: #3498DB;
}

.professionalServices ul li {
	/*margin-bottom: 10px;*/
	height: 179px;
	border-radius: 3px;
	margin-bottom: 16px;
}

.professionalServices ul li img:first-of-type {
	display: block;
	margin: 0 auto;
	transition: all 0.2s;
	position: relative;
	top: -20px;
}

.professionalServices ul li p:first-of-type {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.professionalServices ul li p:last-of-type {
	color: #b8b8b8;
}

.successProject {
    padding-bottom: 30px;
    padding-top: 28px;
    background: #effbff;
    overflow: hidden;
}

.successProject .successProject_div:first-of-type{
	padding-right: 20px;
}

.successProject .successProject_div:nth-of-type(2){
	padding-left: 10px;
	padding-right: 10px;
}

.successProject .successProject_div:last-of-type{
	padding-left: 20px;
}

.successProjectTitle{
	font-weight: bold;
}

.successProjectCycle{
	color: #999;
}

.successProject li > div:first-of-type{
	border: solid 1px #f4f4f4;
	border-radius: 5px;
	cursor: pointer;
}

.successProject > div > div:first-of-type {
	margin: 0 auto 79px auto;
	width: 70px;
	height: 2.4px;
	background: #3498DB;
}

.successProject .successProject-item {
	background: white;
	margin-bottom: 30px;
	height: 370px;
	overflow: hidden;
	border-radius:5px ;
}

.successProject-item-div {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	height: 370px;
	transition: all .5s;
}

.item {
	background:white;
	height: 80px;
	padding:18px 11px;
}

.item-name {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.his-said {
	transition: all 0.5s;
	overflow: hidden;
	background: url("../img/v2/his-said.png")/*tpa=https://www.make8.com/img/v2/his-said.png*/ no-repeat;
	background-position: center;
	background-size: cover;
	height: 390px;
}

.toLeftRight {
	color: #aeaeae;
	font-size: 3rem;
	line-height: 390px;
	cursor: pointer;
}

.toLeftRight:last-of-type {
	text-align: right;
}

.his-said-content {
	overflow: hidden;
}

.his-said-upDown {
	height: 390px;
	line-height: 100px;
}

.his-said-upDown:last-of-type {
	line-height: 690px;
}

.he-pic {
	height: 390px;
	line-height: 390px;
}

.he-pic img {
	border-radius: 50%;
	border: solid 1px white;
	padding: 20px;
}

.he-said {
	overflow: hidden;
	padding-top: 140px;
	color: white;
	font-family: "微软雅黑";
}

.his-said-content .he-said-container {
	transition: all 0.5s;
	width: 100%;
	height: 390px;
}

#he-said-ul li:first-of-type {
	transition: all 0.5s;
	position: absolute;
	left: 0px;
	width: 100%;
}

#he-said-ul li:nth-of-type(2) {
	transition: all 0.5s;
	position: absolute;
	left: 100%;
	width: 100%;
}

#he-said-ul li:nth-of-type(3) {
	transition: all 0.5s;
	position: absolute;
	left: 200%;
	width: 100%;
}

#he-said-ul li:nth-of-type(4) {
	transition: all 0.5s;
	position: absolute;
	left: 300%;
	width: 100%;
}

#he-said-ul li:last-of-type {
	transition: all 0.5s;
	position: absolute;
	left: -100%;
	width: 100%;
}

.li-img-width {
	width: 100%;
}


/*他们说*/

.wantToDo {
	min-height: 213px;
	overflow: hidden;
}

.wantToDo .wanToDo-Div:first-of-type{
	padding-right: 200px;
}

.wantToDo .wanToDo-Div:last-of-type{
	padding-left: 200px;
}

.wanToDo-Div {
	padding-top: 42px;
	padding-bottom: 50px;
	font-size: 34px;
	font-family: "微软雅黑";
}

.wanToDo-btn {
	padding: 10px 91px;
	display: block;
	margin: 0 auto;
	margin-top: 2px;
}

.wantToDo_btn_left{
	background: transparent;
	border:solid 1px #3498db;
	color: #3498db;
}

.wantToDo_btn_right{
	background: transparent;
	border:solid 1px #76d03b;
	color:#76d03b;
}

/*他们想做*/

.successProjectName {
	margin-top: 10px;
	color: #3498DB;
	text-align: left;
	font-weight: bold;
}

.successprojectContent {
	text-align: left;
	float: left;
}

.successprojectContent-right {
	text-align: right;
}

.data {
	background: url("../img/v2/data.png")/*tpa=https://www.make8.com/img/v2/data.png*/ center;
	height: 150px;
	overflow: hidden;
}

.data > div {
	margin-top: 29.5px;
	font-size: 14px;
	color: white;
}

.data-number {
	font-size: 50px !important;
	font-weight: 100;
}

/*服务内容*/

.serviceContent{
	padding-top: 25px;
	padding-bottom: 50px;
	overflow: hidden;
}
.serviceContent > div:first-of-type{
    margin: 0 auto 79px auto;
    width: 70px;
    height: 2.4px;
    background: #3498DB;
}

.serviceContent_div{
	padding: 38px 21px 34px 21px;
	box-shadow: 0px 0px 10px #ccc;
	background: white;
}

.serviceContent_div img{
	height: 163px;
	display: block;
	margin: 0 auto;
}

.serviceContent .serviceContent_padding:first-of-type{
	padding-right: 16px;
}

.serviceContent .serviceContent_padding:nth-of-type(2){
	padding-left: 8px;
	padding-right: 8px;
}

.serviceContent .serviceContent_padding:last-of-type{
	padding-left: 16px;
}

.serviceContent_title{
	color:#4f6d8d;
	font-weight: bold;
	font-size: 16px;
	margin-top: 36px;
	letter-spacing: 2px;
}

.serviceContent_Content{
	font-size: 14px;
	color:#4f6d8d;
	margin-top: 23px;
}

.serviceContent_loadMore{
	text-align: center;
	line-height: 32px;
	background: #5ac4ff;
	color: white;
	border-radius: 100px;
	margin: 26px auto 0 auto;
	width: 240px;
	cursor: pointer;
	transition: all .5s;
}

.serviceContent_loadMore:hover{
	background: #3184c1;
}
/*媒体报道*/

.mediaCoverage {
    background: white;
    padding-bottom: 40px;
    padding-top: 27px;
}

.mediaCoverage > div > div:first-of-type {
	margin: 0 auto 80px auto;
	width: 70px;
	height: 2.4px;
	background: #3498DB;
}

.media {
	height: 120px;
	background: white;
	margin-bottom: 1px;
	border-bottom:solid 1px #eeeeee;
}

.media1{
	border: none;
}

.media2,.media3{
	height: 120px;
	background: white;
	margin-bottom: 2px;
}

.media img,.media3 img{
	margin-top: 39.75px;
}

.media1 img{
	margin-top: 56px;
}

.media2 img {
	margin-top: 52.75px;
}

.mediaCoverage-padding {
	padding: 0px;
}

.mediaCoverage-border{
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
}

/*媒体报道结束*/


/*body end*/

@media only screen and (min-width:1850px) {
	.aboutMeDiv {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1600px) {
	.connectionWe p:first-of-type {
		font-size: 26px;
	}
	.connectionWe p:nth-of-type(2) {
		font-size: 16px;
	}
	.connectionWe p:last-of-type {
		font-size: 8px;
	}
}

@media screen and (min-width:1366px) {
	.nav-ul>li:last-of-type {
		width: 23%;
		padding-top: 35px;
		text-align: right;
	}
}

@media screen and (max-width:1366px) {
	.aboutMeDiv {
		margin-bottom: 0px;
	}
	.he-pic img {
		padding: 10px;
	}
}

@media screen and (max-width:1200px) {
	.new {
		left: 53%;
		top: -5px;
	}
	.admin li {
		line-height: 0px;
		width: 20% !important;
		float: left;
		height: 35px;
		line-height: 35px;
	}
	.appointment {
		display: none;
	}
	nav {
		overflow: hidden;
	}
	.nav-ul {
		display: block;
		width: 100%;
		margin-left: 0px;
		text-align: center;
		margin: 0 auto;
	}
	.nav-ul>li {
		float: none;
		text-align: center;
		width: 100% !important;
		padding-top: 10px !important;
	}
	.nav-ul>li:last-of-type {
		width: 30%;
		padding-top: 30px;
		text-align: center;
	}
	.use {
		width: 100%;
		background: transparent;
		border: none;
	}
	.use li {
		width: 20% !important;
		padding: 0px !important;
		float: left;
		background: white;
	}

	.use li:nth-of-type(1) {
		margin: 0px 0px 0px 5%!important;
	}

	.use li:nth-of-type(2) {
		margin: 0px 5% !important;
	}

	.use li:nth-of-type(3) {
		margin: 0px 5% 0px 0px!important;
	}
	.menu {
		display: block;
	}
}

@media screen and (max-width:1055px) {
	.headImg>div {
		padding-top: 150px;
	}
	.head-Font-bg {
		font-size: 34px;
		color: white;
	}
	.head-Font-sm {
		font-size: 16px;
		color: white;
	}
	.wanToDo-Div {
		font-size: 30px;
	}
	.wanToDo-btn {
		padding: 6px 50px;
	}
}

@media only screen and (max-width:992px) {
	.footer-company {
		text-align: right;
	}
	.footer-title {
		text-align: center;
	}
	.footer-weixin-weibo {
		margin: 0 auto;
	}
	.wanToDo-Div {
		padding-left:0px !important;
		padding-right: 0px !important;
	}
	.mediaCoverage-border{
		border: none !important;
	}
	.media2,.media3,.media1{
   		border-bottom: solid 1px #eeeeee;
	}

	.serviceContent_loadMore{
		width: 100%;
	}

	.serviceContent .serviceContent_padding{
		padding: 0px !important;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:820px) {
	.wanToDo-Div {
		font-size: 24px;
	}
	.wanToDo-btn {
		padding: 6px 80px;
	}
}

@media screen and (max-width:768px) {
	.new {
		left: 60%;
		top: -5px;
	}
	.wanToDo-Div {
		padding-top: 20px;
		font-size: 20px;
		padding-left:0px !important;
		padding-right: 0px !important;
	}
	.data > div {
		margin-top: 0px;
	}
	.data-div {
		margin-top: 16px
	}
	.data-number {
		text-align: right;
	}
	.data {
		height: 277px;
	}
	.data-unit {
		height: 71px;
		text-align: left;
		line-height: 98px;
		padding-left: 0px;
	}
	.successProject .successProject_div{
		padding:0px !important
	}
	.loadMore{
		width: 100%;
	}
}

@media screen and (max-width:540px) {
	.he-said {
		padding-top: 120px;
	}
}

@media screen and (max-width:414px) {
	nav>div {
		width: 95%;
	}
	.head-Font-bg {
		font-size: 24px;
		color: white;
	}
	.head-Font-sm {
		font-size: 8px;
		color: white;
	}
	.menu img {
		width: 35px;
		height: 35px;
		margin-top: 25px;
	}
	nav > img {
		width: 100px;
	}
	.he-said {
		padding-top: 50px;
	}
}

@media screen and (max-width:360px) {
	.he-said {
		padding-top: 90px;
	}
}


/*预约提示窗口*/

.modal-header {
	background: #3498DB;
}

.modal-title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.modal-dialog {
	width: 400px;
	top: 86px;
	left: -12px;
}

.modal-footer {
	height: 50px;
}

.modal-footer .bootstrap-dialog-footer-buttons {
	margin-top: -5px;
}

.wantToDo_bg{
	position: absolute;
    min-height: 100%;
    background: #f8f8f8;
    padding: 0px;
}


/*new响应*/
@media screen and (min-width: 1367px) {
	.newsContentRight{
		width: 33.33333333%;
	}
	.more{
		width: 8.33333333%;
		text-align: right;
		padding: 0px 9px;
	}
}

@media screen and (max-width:360px ) {
	.newsTitle{
		font-size: 22px;
	}
}
