﻿/*1119以上分辨率*/

@media only all and (min-width:1201px) {

	.bg_model {
		width: 100%;
		height: 700px;
	}

	.model {
		position: absolute;
		top: 180px;
		background: url(../images/car_bg.png) 0 0 no-repeat;
		width: 1440px;
		height: 694px;
		background-size: cover;
	}
}

.colormap {
	position: relative;
	width: 100%;
	height: 100%;
}

.colormap>a {
	display: block;
	position: absolute;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
	opacity: 0;
}

.colormap a.canvasopen {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.colormap>a.canvasopen div>img {
	display: block;
}

.colormap>a div img {
	display: block;
	position: absolute;
	z-index: 0;
	max-width: none;
}

.colormap>a:nth-child(1) {
	width: 1440px;
	height: 694px;
	background: url(../images/ColorMap/91.png) 0 0 no-repeat;
	background-size: cover;
	
}

.colormap>a:nth-child(1) div>img {
	/* bottom: 36px; */
	/* right: 197px; */
	left: 100px;
	width: 500px;
}