
::-moz-selection {
background:red;
color:#fff;
}
::selection {
	background: #267fae;
	color: #fff;
}
.ovh-f {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}


.tb {
    width: 270px;
    float: right;
    margin-top: 21px;
}


.tb img {
	width:100%;}


.header1 {
	z-index: 9;
	height: 90px;
	position: fixed;
	width: 100%;
	padding: 0 30px;
	background:rgba(38,127,174,0.9);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.header_box {
	width:1600px;
	margin:auto;}


.dh_box {
	width:498px;}

.dh_left {
	width:140px;
	float:left;
	background:#9fd13c;
	padding:20px;
	min-height:318px;}

.dh_right {
	padding:10px;
	float:right;
	width:295px;
	padding-top:40px;
	cursor:pointer;} 

.dh_right h2 {
	font-size:18px;
	color:#272727;
	line-height:40px;
	margin-top:-20px;}

.dh_right p {
	color:#666;
	line-height:30px;}

.header1.scroll .tb {
	margin-top:13px;
}


.header1 h1 {
/*width: 230px;*/
width: 250px;
height: 70px;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.header1 h1 img {
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s 0s cubic-bezier(0.86, 0.5, 1, 1);
	transition: all 0.5s 0s cubic-bezier(0.86, 0.5, 1, 1);
}
.header1 h1 img.img1 {
	opacity: 1;
}
.header1 nav {
	float: left;
	height: 90px;
	line-height: 90px;
	position: absolute;
	left: 44%;
	top: 0;
	margin-left: -375px;
}
.header1 nav li {
	float: left;
	display: inline-block;
	/*text-align: center;*/
	font-size: 16px;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
	transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
	margin: 0 24px;
}
.header1 nav li > a {
	color: #fff;
	font-weight:bold;
	font-size:20px;
	display: block;
	position: relative;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.header1 nav li:last-child {
	margin-right: 0;
}
.header1 nav li:hover > a, .header1 nav li.cur > a {
	color: #fff;
	background:url(../images/dh_d.png) bottom no-repeat;
}
.header1 .nav-sub {
	width: 498px;
	background: #fff;
	position: absolute;
	top: 90px;
	left: -50px;
	height: auto;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition:
	-webkit-transform .5s;
	transition: transform .5s;
}
.header1 .nav-sub .n-nav-sub {
	opacity: 0;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.header1 .nav-sub a {
	height: 45px;
	line-height: 45px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: relative;
	-webkit-transition: all 0.5s cubic-bezier(0.86, 0.5, 1, 1);
	transition: all 0.5s cubic-bezier(0.86, 0.5, 1, 1);
}
.header1 .nav-sub .nav-arrow {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 16px;
	height: 16px;
	opacity: 0;
	-webkit-transform: rotate(90deg) translate(0px, 20px);
	-ms-transform: rotate(90deg) translate(0px, 20px);
	transform: rotate(90deg) translate(0px, 20px);
}
.header1 .nav-sub .nav-arrow:before {
	font-size: 16px;
	color: #fff;
}
.header1 .nav-sub a:hover {
	background-color: #267fae;
	color: #fff;
}
.header1 .nav-sub a:hover .nav-arrow {
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 500ms;
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 500ms;
	opacity: 1;
	-webkit-transform: rotate(90deg) translate(0px, 0px);
	-ms-transform: rotate(90deg) translate(0px, 0px);
	transform: rotate(90deg) translate(0px, 0px);
}
.header1 .nav-sub.active {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}
.header1 .nav-sub.active .n-nav-sub {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.header1 .pc-sub-nav {
	background: #404040;
	position: absolute;
	top: 90px;
	height: 710px;
	width: 100%;
	padding: 1rem 80px 2.5rem 100px;
	left: 0;
	/*visibility: hidden;*/
	z-index: 1;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	/*-webkit-transform: perspective(1200px) rotateX(-92deg);
          transform: perspective(1200px) rotateX(-92deg);
  opacity: 0;*/
	display: none;/*-webkit-transition: all .3s 0s;
          transition: all .3s 0s;*/
}
.header1 .pc-sub-nav .list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.header1 .pc-sub-nav .nlist {
	width: 1180px;
}
.header1 .pc-sub-nav .li-list {
	padding: 1rem 0 .5rem;
	border-bottom: 1px solid rgba(205, 205, 205, 0.11);
}
.header1 .pc-sub-nav .imgbox {
	width: calc(100% - 1180px);
	height: 710px;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.header1 .pc-sub-nav .li-item {
	position: relative;
	float: left;
	width: 28%;
	margin: 0;
	top: 0;
	padding: 0 1%;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header1 .pc-sub-nav .car-img {
	width: 100%;
	left: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.header1 .pc-sub-nav .car-img img {
	max-width: 100%;
	display: inline-block;
}
.header1 .pc-sub-nav .carlink {
	margin-top: 2.15rem;
}
.header1 .pc-sub-nav .carlink .bottonbox {
	height: 60px;
	line-height: 60px;
	background: #585858;
	margin: 0 15px;
	display: block;
	width: 220px;
	float: left;
}
.header1 .pc-sub-nav .carlink .bottonbox p {
	display: inline-block;
	padding-left: 40px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.header1 .pc-sub-nav .carlink .bottonbox p:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
}
.header1 .pc-sub-nav .carlink .bottonbox1 p:before {
	background: url(http://www.ahcfjt.com/statics/public/pc/img/img1.png) no-repeat center;
	background-size: 25px 25px;
}
.header1 .pc-sub-nav .carlink .bottonbox2 p:before {
	background: url(http://www.ahcfjt.com/statics/public/pc/img/img1-1.png) no-repeat center;
	background-size: 25px 25px;
}
.header1 .pc-sub-nav .carlink .hover_1:before {
	z-index: 1;
	background: #267fae;
	width: 300px;
	height: 200px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.header1 .pc-sub-nav .carlink .hover_1:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.header1 .pc-sub-nav .li-item:hover {
	top: -20px;
}
.header1 .pc-sub-nav .li-item:hover .car-img {
	left: -25px;
}
.header1 .pc-sub-nav.on {
/*visibility: visible;
  transform: perspective(0px) rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition: all .5s 0s;
          transition: all .5s 0s;*/
}
.header1 .pc-sub-nav .list.on {
/*opacity: 1;
  visibility: visible;
  transform:translate(0,0);*/
}
.header1 .header-right {
	width: 60px;
	position: absolute;
	right: .5rem;
	top: 0;
	z-index: 10;
}
.header1 .header-right .search-btn {
	width: 60px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	cursor: pointer;
}
.header1 .header-right .search-btn:before {
	font-size: 25px;
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.header1:hover, .header1.active {
	background: #267fae;
}
.header1:hover h1 img.img2, .header1.active h1 img.img2 {
	opacity: 1;
}
.header1:hover h1 img.img1, .header1.active h1 img.img1 {
	opacity: 0;
}
.header1 nav li > a:hover, .header1.active nav li > a:hover {
	color: #fff;
	background:url(../images/dh_d.png) bottom no-repeat;
}
.header1:hover .header-right .search-btn:before, .header1.active .header-right .search-btn:before {
	color: #000;
}
.header1:hover .header-right .search-btn:hover:before, .header1.active .header-right .search-btn:hover:before {
	color: #267fae;
	
}
.header1 nav, .header1 .header-right .search-btn, .header1 h1 {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.n-header.scroll {
	height: 70px;
}
.header1.scroll {
	height: 70px;
}
.header1.scroll h1 {
	
	width: 175px;
}
.header1.scroll nav {
	height: 70px;
	line-height: 70px;
}
.header1.scroll nav li {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important;
}
.header1.scroll .header-right .search-btn {
	height: 70px;
	line-height: 70px;
}
.header1.scroll .nav-sub {
	top: 70px;
}
.header1.scroll .pc-sub-nav {
	top: 70px;
}
.car-info-nav.scroll {
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.header1 {
	top: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.header1.car-header {
	top: -90px;
}
.search-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #f5f5f5;
	display: none;
	z-index: 20;
}
.buttonbox.hover_1 {
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	box-shadow: inset 0px 0px 0px 3px #9a9a9a;
	display: block;
	color: #fff;
}
.buttonbox.hover_1 p {
	position: relative;
	z-index: 2;
	height: 45px;
	line-height: 45px;
}
.buttonbox.hover_1:before {
	z-index: 1;
	background: #267fae;
	width: 250px;
	height: 200px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.buttonbox.hover_1:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.js-m {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
	transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}
.js-m.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.js-m.js-m-2 {
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate(30px, 0);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.js-m.js-m-2.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.js-m-3 {
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate(30px, 0);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.js-m-3.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.js-m.js-m-4 {
	opacity: 0;
	-webkit-transform: translate(0, -100px);
	-ms-transform: translate(0, -100px);
	transform: translate(0, -100px);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.js-m.js-m-4.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.js-m-top {
	opacity: 0;
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
	-webkit-transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
	transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}
.js-m-top.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}










