﻿@import "common.css";
.website .line{
	height: 46px;
	border-bottom: 1px solid #c7c7c7;
}
.common-head{
	height: 90px;
	text-align: center;
}
.common-head .cn{
	font-size: 40px;
	font-family: fontcn;
	font-weight: bold;
}
.common-head .en{
	font-size: 18px;
	color: #959595;
	font-family: fonten;
}
.websitejiejue{
	padding: 80px 0 100px;
}
.wechat ul{
	margin: 0 -8px;
}
.wechat ul li{
	float: left;
	width: 405px;
	height: 719px;
	background-image: url(../image/web.jpg);
	position: relative;
}
.wechat ul li img{
	position: absolute;
	left: 43px;
	top: 64px;
	width: 330px;
	height: 589px;
}



@media(max-width:460px) {
.common-head .cn {
    font-size: 20px;
}
.websitejiejue {
    padding: 10px 0 20px;
}
.wechat ul{
	padding: 0 50px;
	margin: 0px;
}
.wechat ul li {
	float: none;
    width: 100%;
    height: auto;
    background-image: none;
	text-align: center;
	overflow: hidden;
}
.wechat ul li img {
    position: static;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}
	
	
	
	
	
	
}