body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	margin: 0;
	background: #ffffff;
	overflow-x: hidden;
}

img {
	border: 0;
}

a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}

h2,
h3,
h4,
h5 {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

ol,
ul,
li,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	border-collapse: collapse;
}

* {
	margin: 0;
	padding: 0;
	hide-focus: expression(this.hideFocus=true);
	/* for ie 5+ */
	outline: none;
	/* for firefox 1.5 + */
}

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	content: "\200B";
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 1200px;
	height: auto;
	margin: 0 auto
}

/*公共头部*/

.top {
	background: #f1f1f1;
	line-height: 40px;
}

.top p {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	border-left: solid 1px #c9c9c9;
	padding: 0 12px;
	margin-top: 13px;
}

.top_r a:nth-child(1) p {
	border-left: none;
}

.top_l {
	color: #808080;
	font-size: 14px;
}

.nav ul li {
	float: left;
	height: 54px;
	line-height: 54px;
	margin-top: 30px;
	margin-right: 46px;
	cursor: pointer;
	/*position: relative;
	text-align: center*/
}
.contact_list{ line-height:2;}
.introduce{ line-height:2;}

/*.nav ul li::after{
	position: absolute;
	content: '';
	background: #364cb0;
	width: 80px;
	height: 3px;
	bottom: 0;
	left: 0;
}*/

.nav ul li:hover {
	border-bottom: 3px solid #364cb0;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.nav ul li:hover a {
	color: #364cb0;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.nav ul li a {
	color: #666666;
	font-size: 16px;
}

.nav ul li:last-child {
	margin-right: 0;
}

.cur a {
	color: #364cb0 !important;
}

.cur {
	border-bottom: 3px solid #364cb0;
}

/*banner*/

.banner .swiper-slide {
	height: 550px;
	width: 100%;
	cursor: pointer;
}

.index_wx {
	background: #f3f3f3;
	padding-bottom: 90px;
}

.wx_title {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 40px;
}

.wx_title h3 {
	color: #333333;
	font-size: 28px;
	margin-bottom: 5px;
}

.wx_title span {
	color: #999999;
	text-transform: uppercase;
	font-size: 14px;
}

.wx_title p {
	width: 100px;
	height: 3px;
	margin: 0 auto;
	background: #364cb0;
	margin-top: 10px;
}

.wx_content ul li {
	width: 285px;
	height: 390px;
	background: url(../images/baoyangbg.png) no-repeat center center;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	box-shadow: 0px 0px 10px 2px rgba(34, 34, 34, .15);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.wx_content ul li:hover {
	background: url(../images/baoyangbg2.png) no-repeat center center;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.wx_content ul li:nth-child(4n) {
	margin-right: 0;
}

.wx_content ul li img {
	width: 97px;
	height: 104px;
	margin-bottom: 15px;
	margin-top: 58px;
}

.wx_content ul li h3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 24px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.wx_content ul li:hover h3 {
	color: #fff;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.wx_content ul li p {
	font-size: 14px;
	color: #808080;
	font-size: 14px;
	padding: 0 10px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all ease-in-out .5s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wx_content ul li:hover p {
	color: #ebebeb;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	overflow: hidden;
}

.wx_content ul li span {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	background: #53a1ff;
	text-align: center;
	margin-top: 50px;
}

.wx_content ul li:hover span {
	background: #ebebeb;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

/*汽车展示*/

.index_car {
	background: #fff;
	padding-bottom: 60px;
}

.on {
	background: #4f65bf !important;
	color: #fff !important;
}

.car_show {
	text-align: center;
	margin-bottom: 40px;
}

.car_show a {
	display: inline-block;
	text-align: center;
	width: 100px;
	height: 40px;
	border-radius: 8px;
	line-height: 40px;
	color: #666666;
	font-size: 16px;
	margin: 0 9px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.car_show a:hover {
	background: #4f65bf;
	color: #fff;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.car_show_l ul li {
	width: 373px;
	margin-right: 35px;
	float: left;
	margin-bottom: 35px;
}

.car_show_l ul li:nth-child(3n) {
	margin-right: 0;
}

.car_show_img {
	width: 100%;
	height: 280px;
	overflow: hidden;
	vertical-align: bottom;
}

.car_show_img img {
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	width:100%;
}

.show_l_title {
	width: calc( 100% - 40px);
	padding: 0 20px;
	line-height: 56px;
	background: #e6e6e6;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.show_l_title h3{
	font-size: 18px;
	color: #4c4c4c;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.car_show_l ul li:hover img {
	transform: scale(1.2);
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.car_show_l ul li:hover .show_l_title h3{
		color: #fff;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.car_show_l ul li:hover .show_l_title {
	background: #4f65bf;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

.back {
	width: 100%;
	height: 300px;
	background: #4f65bf;
	position: relative;
}

.index_introduce {
	width: 1200px;
	position: absolute;
	background: #fff;
	left: 50%;
	margin-left: -600px;
	padding-top: 40px;
	padding-bottom: 10px;
	top: 120px;
}

.introduce_l {
	width: 499px;
	margin-top: -70px;
	margin-left: 20px;
}

.introduce_r {
	width: 50%;
	margin-right: 50px;
}

.introduce_r h3 {
	color: #666666;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 35px;
}

.introduce_r p {
	line-height: 26px;
	text-indent: 2em;
	height: 264px;
    overflow: hidden;
}

.index_case {
	margin-top: 80px;
}

.index_case {
	background: url(../images/anlibg.png)no-repeat top left;
	margin-top: 300px;
}

.index_case_list {
	margin-top: 50px;
	padding-bottom: 20px;
}

.index_case_list ul li {
	width: 300px;
	height: 225px;
	float: left;
}

.index_case_list ul li img {
	width: 100%;
	height: 100%;
	transition: all ease-in-out 1s;
}

.index_case_list ul li:hover img {
	transform: rotateY(180deg);
	transition: all ease-in-out 1s;
}

.index_case_list ul li h4 {
	color: #4f65bf;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 40px;
	margin-top: 55px;
}

.index_case_list ul li span {
	color: #4f65bf;
	font-size: 28px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	padding-left: 40px;
	width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_case_list ul li p {
	background: #4f65bf;
	width: 40px;
	height: 3px;
	margin-top: 20px;
	margin-left: 40px;
}

.news_list ul li {
	width: 572px;
	margin-bottom: 75px;
	margin-right: 55px;
	float: left;
}

.news_list ul li:nth-child(2n) {
	margin-right: 0;
}

.in_news_list_l {
	width: 403px;
	height: 277px;
	padding: 0 16px;
	background: #4f65bf;
	color: #fff;
	position: relative;
}

.in_news_list_l h4 {
	font-size: 18px;
	padding-top: 45px;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_news_list_l p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 18px;
	width: 75%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

/*.news_list ul li:hover .in_news_list_r img {
	transform: rotateY(180deg);
	transition: all ease-in-out .5s;
}*/

.in_news_list_r {
	width: 137px;
	position: relative;
}

.in_news_list_r img {
	position: absolute;
	width: 230px;
	height: 228px;
	right: 0;
	top: 25px;
}

.more {
	position: absolute;
	bottom: -25px;
	width: 180px;
	height: 50px;
	left: 20px;
	transition: all ease-in-out .3s;
}

.news_list ul li:hover .more {
	bottom: 0;
	transition: all ease-in-out .3s;
}

.index_message {
	background: url(../images/bc.png)no-repeat center center;
	height: 407px;
}

.link {
	width: 1200px;
	margin: 0 auto;
	color: #666666;
	font-size: 22px;
	padding-bottom: 24px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 20px;
}

.link::after {
	position: absolute;
	content: '';
	background: url(../images/xt.png)no-repeat;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
}

.link a {
	color: #666666;
	font-size: 22px;
}

.footer {
	background: #333333;
}

.foot_logo {
	margin-top: 25px;
}

.footer_one {
	padding: 60px 0 30px;
}

.foot_contact {
	margin-left: 60px;
	width: 440px;
	margin-top: 25px;
	color:#e6e6e6;
}

.foot_contact ul li {
	margin-bottom: 18px;
	color: #e5e5e5;
}

.footer_ma {
	width: 143px;
	border: 1px solid #808080;
	margin: 0 auto;
	text-align: center;
}

.footer_ma p {
	color: #b2b2b2;
	font-size: 14px;
	text-align: center;
	margin-bottom: 12px;
}

.footer_ma img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.beian {
	border-top: 1px solid #808080;
	color: #b2b2b2;
	font-size: 14px;
	text-align: center;
	line-height: 64px;
}

.index_message_l {
	width: 50%;
	padding-left: 42px;
	padding-top: 13px;
}

.index_message_l span {
	color: #fff;
	font-size: 24px;
}

.index_message_l a {
	color: #b2b2b2;
	font-size: 22px;
	text-transform: uppercase;
	font-family: '方正小标宋简体';
	margin-left: 15px;
}

@font-face {
	font-family: '方正小标宋简体';
	src: url("../font/FZXBSJW.ttf");
}

.index_message_l p {
	color: #b2b2b2;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 25px;
}

.index_message_l input {
	display: block;
	width: 366px;
	height: 44px;
	margin-bottom: 25px;
	text-indent: 2em;
	color: #808080;
	font-family: '微软雅黑';
}

.about_content {
	line-height: 36px;
	text-indent: 2em;
	font-size: 14px;
	color: #666666;
}

.contact_list h3 {
	margin-bottom: 27px;
	color: #4c4c4c;
	font-size: 18px;
}

.contact_list ul li {
	margin-bottom: 16px;
	float: left;
	width: 574px;
}

.contact_list ul li span {
	display: inline-block;
}

.map {
	margin-top: 40px;
	margin-bottom: 100px;
}

.page {
	margin-top: 30px;
	margin-bottom: 114px;
}

.page_r {
	padding: 7px 37px;
	border-radius: 50px;
	background: #e6e6e6;
	margin-right: 10px;
}

.page_r ul li {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	float: left;
	text-align: center;
	line-height: 42px;
}

.page_l img {
	margin: 0 5px;
}

.zise {
	background: #4f65bf;
}

.zise a {
	color: #fff;
}

.news_show {
	padding-top: 70px;
	padding-bottom: 125px;
}

.show_title {
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.show_title h3 {
	color: #4c4c4c;
	font-size: 20px;
	margin-bottom: 15px;
}

.show_title span {
	color: #808080;
	font-size: 16px;
}

.news_content {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 34px;
}
.product_show{
	margin-top: 123px;
}
.product_content {
	width: 755px;
	margin: 0 auto;
	position: relative;
}

.content_img {
	width: 600px;
	height: 450px;
	margin: 0 auto;
}
.content_img img{
	width: 100%;
	height: 100%;
}

.left {
	position: absolute;
	width: 40px;
	height: 100px;
	left: 0;
	top: 45%;
	display: block;
}
.right{
	position: absolute;
	width: 40px;
	height: 100px;
	right: 0;
	top: 45%;
	display: block;
}
.introduc_title{
	border-bottom: 1px solid #4f65bf;
	margin-top: 90px;
}
.introduc_title h3{
	color: #fff;
	font-size: 18px;
	background: #4f65bf;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.introduc_content{
	margin-top: 50px;
	margin-bottom: 20px;
	min-height: 171px;
}
.index_message_l button{
	width: 366px;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #364cb0;
	border:none;
	text-align: center;
	cursor: pointer;
	}
