/*
* @Author: suxia
* @Date:   2018-07-19 11:32:37
* @Last Modified by:   suxia
* @Last Modified time: 2018-08-07 16:06:47
*/
@font-face {
	font-family: PingFangBold; /*这里是说明调用来的字体名字*/
	src: url('PINGFANG BOLD.TTF'); /*这里是字体文件路径*/
}
@font-face {
	font-family: PingFangRegular; /*这里是说明调用来的字体名字*/
	src: url('PINGFANG REGULAR.TTF'); /*这里是字体文件路径*/
}
@font-face {
	font-family: PingFang;
	src: url('PingFang-SC-Regular.otf');
}

html,body {
	min-width: 320px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "微软雅黑", 'PingFangRegular';
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale;/*firefox*/
	font-smoothing: antialiased;
}

/* @media screen and ( max-width: 320px ){
    html,body {
        width: 1198px;
    }
}
@media screen and ( min-width: 320px )and ( max-width: 640px ){
    html,body {
        width: 1280px;
    }
}
@media screen and ( min-width: 640px )and ( max-width: 992px ){
    html,body {
        width: 1366px;
    }
}
@media screen and ( min-width: 992px )and ( max-width: 1200px ){
    html,body {
        width: 1920px;
    }
} */
/* 顶部导航栏 */
nav {
	width: 100%;
	height: 74px;
	background-color: #fff;
	opacity: .92;
    position: relative;
    z-index: 1;
}
nav .nav_conner {
	width: 1200px;
	height: 74px;
	line-height: 74px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.nav_conner .nav_left {
	flex: 1;
	padding-left: 40px;
}
.nav_left img {
	vertical-align: middle;
	margin-top: -4px;
}
.nav_conner .nav_right {
	flex: 1;
	padding-right: 40px;
}
.nav_right ul {
	display: flex;
	justify-content: space-between;
}
.nav_right ul li {
	flex: 1;
	text-align: center;
}
.nav_right a {
	text-decoration: none;
	font-size: 20px;
	color: #292929;
	display: inline-block;
	width: 152px;
	height: 74px;
}
.nav_right a.current {
	color: #51b8f4;
}

/* 头部版本切换 */
.top_header {
	background-color: #fff;
	border-bottom: 5px solid #eee;
	padding-bottom: 100px;
	margin-top: -74px;
}
.page__main {
	position: relative;
	background: url('../images/banner-bg.png') no-repeat center bottom; 
	background-size: cover;
	height: 730px;
}
.main__body {
	position: relative;
	width: 920px;
	margin: 0 auto;
}
.main__body .main__bg {
	width: 100%;
	display: none;
}
.main__bg.active {
	display: block;
}
.main_lunbo {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 93px;
    margin-right: 563px;
    width: 218px;
    height: 400px;
    overflow: hidden;
    zoom: 1;
}
.main_lunbo ul {
	/* display: flex;
	justify-content: space-between;
	width: 436px;
	overflow: hidden;
	    position: relative; */
    width:654px; 
    position:absolute; 
    left:0; 
    top:0;
}
.main_lunbo ul li {
	float: left;
    width: 218px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.main_lunbo ul img {
	width: 218px;
}
.main__btns {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 173px;
	margin-right: 306px;
}
.btns__btn {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px 25px;
	display: block;
	margin-bottom: 30px;
	background-color: transparent;
	font-family: "微软雅黑";
}
.btns__btn:active,
.btns__btn:focus {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
} 
.btns__btn.active {
    background-color: rgba(255,255,255,.5);
    color: #fff;
    border-radius: 5px;
}
/* 中间内容__01 */
.conner_content {
	border-bottom: 1px solid #dcdcdc;
}
.conner_content .product_service {
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #dcdcdc; 
}
.product_service p {
	padding-top: 20px;
	padding-bottom: 20px;
}
.product_service ul {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 56px;
}
.product_service ul li {
	flex: 1;
	display: inline-block;
}
.product_service ul a {
	width: 150px;
	height: 150px;
    margin: 0 auto;
    position: relative;
}
.product_service .pus_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    margin-top: -7px;
    z-index: -1;
}
.product_service .pus_top img {
	width: 150px;
}
.product_service ul a:hover .pus_top{
	position: absolute;
	z-index: 10;
}
.product_service ul a:hover .img_list {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.product_service .pus {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    margin-top: -7px;
    z-index: -1;
}
.product_service .pus img {
	width: 150px;
}
.product_service ul a:hover .pus {
	animation: big 1s infinite linear;
	position: absolute;
	z-index: 1;
}
@keyframes big {
    100%{
        transform: scale(1.2, 1.2);
    }
}

/* 中间效率部分 */
.efficiency {
	background-color: #fff;
	position: relative;
	border-bottom: 5px solid #eee;
	padding-bottom: 40px;
}
.efficiency img {
	max-width: 100%;
}

/* 申进达科技 */
.company_introduction {
	background-color: #fff;
	border-bottom: 5px solid #eee !important;
}
.company_introduction .introduction {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	line-height: 20px;
	margin-bottom: 100px; 
}
.company_introduction .introduction h5 {
	font-size: 18px;
	color: #51acf2;
	margin-bottom: 30px;
	font-family: "微软雅黑" !important;
	font-weight: 600;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale;/*firefox*/
	font-smoothing: antialiased;
}
.company_introduction .introduction p {
	font-size: 18px;
	color: #494f57;
	padding: 0;
	line-height: 30px;
}
/* 共建车主生态服务圈 */
.service_ecosphere h5 {
	font-size: 18px;
	color: #51acf2;
	margin-bottom: 120px !important; 
}
.service_ecosphere .ecosphere {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.ecosphere img {
    display: inline-block;
    margin: -114px auto;
    position: relative;
    z-index: 10;
}
.ecosphere .service_ecosphere_left {
	float: left;
	flex: 1;
	text-align: left;
}
.service_ecosphere_left p {
	border: 1px solid #51acf2;
    height: 0px;
    margin-bottom: 140px;
	display: inline-block;
	font-size: 24px !important;
	color: #494f57 !important;
}
.service_ecosphere_left p span {
	display: inline-block;
	margin-top: 20px;
}
.service_ecosphere_left p span:last-child {
    border: 5px solid #51acf2;
    width: 26px;
    height: 0;
    float: right;
    margin-top: -5px;
    margin-right: -1px;
    margin-left: -10px;
}
.service_ecosphere_right {
	float: right !important;
	flex: 1 !important;
	text-align: right !important;
}
.service_ecosphere_right p span:last-child {
	float: left;
}
/* 生态圈的波浪 */
.waveBox{
	width: 100%;
	height: 316px;
	position: relative;
	overflow: hidden;
	margin-top: -170px;
}
.waveBox canvas{
	position: absolute;
	top: 0;
	left: 0;
	background-color: linear-gradient(left,#e3f4fc,#cce9f8,#d4dcf4) !important;
}
#myCanvas1{
	z-index: 1;
}
#myCanvas2{
	z-index: 2;
}
/* 服务数据 */
.service_data {
	padding-bottom: 36px;
}
.service_data p {
	position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
	font-size: 18px;
	color: #fff;
	font-family: "微软雅黑" !important;
	font-weight: 600;
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale;/*firefox*/
	font-smoothing: antialiased;
}
.service_data img {
	max-width: 100%;
	margin-top: -68px;
}
/* 商业合作 */
.business_cooperation {
	background-color: #fff;
}
.business_cooperation p {
	text-align: center;
	padding: 20px 0;
}
.business_cooperation .cooperation {
	/*  position: relative;
		height: 480px;
		overflow: hidden;  */
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
    zoom: 1; 
}
.business_cooperation .cooperation ul{
	height: 2720px;
	overflow: hidden;
	position: relative; 
}
.business_cooperation .cooperation ul li {
	 height: 680px; 
	overflow: hidden;
	position: relative; 
	 width: 100%;
	/* height: 100%; */ 
}
.cooperation ul li img {
	width: 100%;
	height: 680px;
	display: block;
}
.cooperation .sd {
	position:absolute;
	right: 60px;
	bottom: 10%;
	margin-top: -147px; 
	transition:all 2s;
	z-index: 2;
}
.cooperation .sd li{
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 16px;
    background-color: #fff;
}
.cooperation .sd .list {
 	transform: scale(1.5,1.5); 
	background-color: #a4d5ff;
	border: 1px solid #a4d5ff;
}

/* 城市 */
.about_on {
	padding-top: 40px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	font-family: "微软雅黑";
}
.about_on .about_onleft {
	flex: 1;
	font-size: 16px;
	color: #494f57;
	text-align: center;
}
.about_onleft h5 {
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: "微软雅黑";
}
.about_onleft ul {
	text-align: left;
	width: 600px;
	overflow: hidden;
}
.about_onleft ul li {
	float: left;
	font-size: 16px;
	color: #666;
	width: 12%;
	margin-bottom: 10px;
}
.about_onleft .btn_more {
	font-size: 16px;
	color: #494f57;
	border: 1px solid #cecfd1;
	border-radius: 20px;
	outline: none;
	padding: 5px 24px;
	background-color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-top: 6px;
	margin-right: 76px;
}
.about_onleft .about_hidden {
	display: none;
}
.about_on .about_onright {
	flex: 1;
	text-align: right;
	font-size: 32px;
	color: #494f57;
	font-weight: 300;
}
.about_onright .contact img {
    vertical-align: middle;
    margin-bottom: 6px;
}
.about_onright .contact span {
	font-family: "微软雅黑";
	-webkit-font-smoothing: antialiased; /*chrome、safari*/
	-moz-osx-font-smoothing: grayscale;/*firefox*/
	font-smoothing: antialiased;
}
.about_onright .attention {
	font-size: 16px;
	margin-top: 10px;
}
.about_onright .attention label {
	vertical-align: middle;
	margin-left: 18px;
	line-height: 48px;
}
.attention ul {
	display: flex;
	justify-content: space-between;
	width: 186px;
	float: right;
	position: relative;
}
.hover_pus {
	position: absolute;
	top: 0;
	display: none; 
}
.hover_pus .wechat {
    position: absolute;
    top: -180px;
    left: -50px;
}
.attention ul a:hover .hover_pus {
	display: block;
}
.about_onright .attention img {
	vertical-align: middle;
	margin-left: 12px;
}
/* 底部 */
footer {
	background-color: #fff;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 20px 0 26px;
}
footer p {
	line-height: 22px;
}
footer p img {
	vertical-align: middle;
	padding-right: 6px;
}
footer p a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
/* 回到顶部 */
.back_to {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 10;
    display: none;
}
.back_to img {
	max-width: 100%;
	width: 40px;
}
.back_to:hover {
	width: 127px;
	height: 42px;
	background: url('../images/1.jpg') no-repeat;
	background-size: cover;
	position: fixed;
	z-index: 20;
}